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

.roostake-4px7dh {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.roostake-fbyr6m {
  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) {
  .roostake-fbyr6m: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;
  }
}

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

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

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

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

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

.roostake-0my4k0 {
  cursor: pointer;
}

.roostake-iofwa5 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.roostake-lhrxvb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roostake-lhrxvb figure {
  margin: 0;
}

.roostake-lhrxvb.roostake-ttgj9f {
  justify-content: flex-start;
  margin-right: 4px;
}

.roostake-lhrxvb.roostake-krmiee {
  justify-content: flex-end;
  margin-left: 4px;
}

.roostake-lhrxvb.roostake-rchbqy {
  justify-content: center;
}

.roostake-lhrxvb.roostake-a4w7sp {
  justify-content: normal;
}

.roostake-b1xi7x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.roostake-6m0wxh {
  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) {
  .roostake-6m0wxh {
    flex-direction: column;
  }
}

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

.roostake-hxik7i img {
  width: 100%;
}

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

.roostake-x0a5ag {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.roostake-x0a5ag 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);
}

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

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

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

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

.roostake-x0a5ag ul li:last-of-type::after {
  display: none;
}

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

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

.roostake-8uss23 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.roostake-dutnf7.roostake-7rbaer {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .roostake-dutnf7.roostake-7rbaer:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.roostake-o76foy {
  margin-bottom: 94px;
}

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

.roostake-hadrp0 .roostake-5j2lvz {
  margin-bottom: 28px;
}

.roostake-hadrp0 .roostake-5j2lvz img {
  max-height: 100px;
  width: auto;
}

.roostake-6s5pu7 {
  display: flex;
  align-items: center;
}

.roostake-6s5pu7 a + a {
  margin-left: 24px;
}

.roostake-6s5pu7 img {
  max-height: 56px;
  width: auto;
}

.roostake-6s5pu7 img + img {
  margin-left: 24px;
}

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

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

.roostake-lgtjxc {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.roostake-y7y2ye li {
  display: flex;
  margin: 0 7px;
}

.roostake-y7y2ye li svg {
  transition: 0.roostake-xth139 ease-in-out;
}

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

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

.roostake-bjreq4 + .roostake-bjreq4 {
  margin-left: 120px;
}

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

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

.roostake-bfi916 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.roostake-bfi916 li {
  font-size: 16px;
}

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

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

.roostake-bfi916 li + li {
  margin-top: 16px;
}

.roostake-htc3gt {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.roostake-g6tvi0 ease-in-out;
}

.roostake-htc3gt.roostake-0y6r0z {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.roostake-abyh9t {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.roostake-6z8h6z li {
  width: 100%;
}

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

.roostake-6z8h6z li a svg {
  fill: var(--button-text-color);
}

.roostake-6z8h6z li a.roostake-0y6r0z {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.roostake-e9w6mm {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.roostake-e9w6mm img {
  width: 100%;
  transition: 0.roostake-xth139 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .roostake-xtprgo .roostake-5j2lvz img {
    max-width: 90px;
  }
}

.roostake-5j2lvz img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .roostake-5j2lvz {
    order: -2;
  }
}

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

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

.roostake-z74e0x li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.roostake-89adlv {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.roostake-89adlv.roostake-kbppfh {
  margin-right: 0;
}

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

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

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

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

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

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

.roostake-iwey4w:hover > ul {
  display: flex;
}

.roostake-iwey4w:focus > ul {
  display: flex;
}

.roostake-iwey4w:focus-within > ul {
  display: flex;
}

.roostake-te5den {
  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;
}

.roostake-te5den::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.roostake-g6tvi0 ease-in-out;
}

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

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

.roostake-iwey4w 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.roostake-xth139 ease-in-out;
  overflow: hidden;
}

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

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

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

.roostake-30qwwt {
  display: none;
}

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

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

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

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

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

.roostake-zyfkk0 img {
  margin-bottom: 20px;
}

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

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

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

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

.roostake-4l9q7w {
  color: var(--text-color);
}

.roostake-3yylcf {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.roostake-3yylcf p img {
  display: block;
  margin: 0 auto;
}

.roostake-3yylcf p:first-of-type {
  margin-top: 0;
}

.roostake-3yylcf p:last-of-type {
  margin-bottom: 0;
}

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

.roostake-3yylcf ul {
  padding: 0 0 0 20px;
}

.roostake-3yylcf table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.roostake-3yylcf table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.roostake-3yylcf iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.roostake-3gf91b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.roostake-0uhy08 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.roostake-0uhy08 .roostake-8a2jy1 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.roostake-0uhy08 .roostake-puu957 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .roostake-0uhy08 .roostake-puu957 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .roostake-0uhy08 .roostake-puu957 img {
    width: 100%;
  }
}

.roostake-puu957 {
  margin: 0 0 28px;
}

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

.roostake-8a2jy1 {
  margin: 0 0 28px;
}

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

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

.roostake-3gf91b .roostake-fbyr6m {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.roostake-rl2suu {
  position: relative;
  border: none;
}

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

.roostake-aqdc4h {
  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;
}

.roostake-aqdc4h span {
  height: 32px;
}

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

.roostake-aqdc4h.roostake-ut0cqi span {
  transform: scaleY(-1);
}

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

.roostake-l3bcbb {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.roostake-l3bcbb.roostake-rzkmpe {
  display: none;
}

.roostake-dfh9hh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.roostake-dfh9hh table {
  width: 100%;
  border-collapse: collapse;
}

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

  .roostake-dfh9hh table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.roostake-q41265 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.roostake-6e8spo table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.roostake-6e8spo table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.roostake-6e8spo p {
  color: var(--text-color);
}

.roostake-p0hz86 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.roostake-mqoypt {
  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);
}

.roostake-olz6gf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.roostake-imm5n4 p + p {
  margin-top: 10px;
}

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

.roostake-fmb1lc {
  display: none;
}

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

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

.roostake-dtb71h li {
  margin: 0 20px;
}

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

.roostake-dtb71h li a img {
  margin-bottom: 4px;
}

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

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

.roostake-osroc0 li {
  font-size: 16px;
  position: relative;
}

.roostake-osroc0 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.roostake-osroc0 li span {
  opacity: 0.5;
}

.roostake-osroc0 li + li {
  margin-left: 30px;
}

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

h2.roostake-10p00k {
  margin: 0 0 28px;
}

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

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

.roostake-3veoc0 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);
}

.roostake-3veoc0 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;
}

.roostake-3veoc0 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;
}

.roostake-3veoc0 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.roostake-3veoc0 tbody tr:last-of-type {
  margin-bottom: 0;
}

.roostake-3veoc0 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.roostake-3veoc0 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);
}

.roostake-3veoc0 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);
}

.roostake-3veoc0 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.roostake-3veoc0 tbody tr td .roostake-9kjkez {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .roostake-3veoc0 tbody tr td .roostake-9kjkez {
    width: 100%;
  }
}

.roostake-3veoc0 tbody tr td .roostake-5mxqj5 {
  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.roostake-xth139 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .roostake-3veoc0 tbody tr td .roostake-5mxqj5:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .roostake-3veoc0 tbody tr td .roostake-5mxqj5 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .roostake-3veoc0 tbody tr td .roostake-5mxqj5 {
    width: 100%;
  }
}

.roostake-3veoc0 tbody tr td .roostake-bhpp6o {
  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) {
  .roostake-3veoc0 tbody tr td .roostake-bhpp6o:hover {
    text-decoration: none;
  }
}

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

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

.roostake-vtb6gd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.roostake-14v08i {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.roostake-cq7yfm img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.roostake-xth139 ease-in-out;
}

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

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

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

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

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

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

.roostake-w8l70b img {
  width: 100%;
  height: 100%;
}

.roostake-w8l70b iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.roostake-my0sj1 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.roostake-xth139 ease-in-out;
}

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

.roostake-9x99uf {
  padding: 90px 0;
}

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

.roostake-2yfaya {
  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) {
  .roostake-2yfaya {
    padding: 0 16px;
  }
}

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

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

.roostake-w2hlhq img {
  width: 100%;
}

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

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

.roostake-3cjs6v {
  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;
}

.roostake-3cjs6v 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) {
  .roostake-3cjs6v {
    flex-basis: auto;
  }
}

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

.roostake-1f58r8 {
  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.roostake-xth139 ease-in-out;
}

.roostake-1f58r8:hover {
  border: 1px solid #8c8ca2;
}

.roostake-4jmbte {
  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%);
}

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

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

.roostake-8fyg4b a {
  text-decoration: underline;
  color: #8babff;
}

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

.roostake-zqsmis .roostake-1f58r8 {
  width: 50%;
  margin: 0;
}

.roostake-ykoefa {
  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;
}

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

.roostake-q17sam {
  margin: 0 0 100px;
}

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

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

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

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

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

.roostake-ro432c {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.roostake-ewi3sq 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.roostake-xth139 ease-in-out;
}

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

.roostake-ewi3sq a svg {
  fill: #fff;
}

.roostake-ewi3sq a:hover {
  background: #3d68e7;
}

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

.roostake-9x25tw {
  margin-bottom: 16px;
}

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

.roostake-itjyhf {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.roostake-rt8e25 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);
}

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

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

.roostake-rt8e25 table tr:last-of-type td {
  border-bottom: none;
}

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

.roostake-0r85n6 {
  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) {
  .roostake-0r85n6 {
    min-height: 190px;
  }
}

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

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

.roostake-1ipty6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.roostake-1ipty6.roostake-m9dhup {
  display: none;
}

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

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

.roostake-czafeo iframe.roostake-p3e1sr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.roostake-czafeo.roostake-bgbwv5 {
  opacity: 1;
  pointer-events: all;
}

.roostake-2fxgin {
  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.roostake-xth139 ease-in-out;
}

.roostake-2fxgin svg {
  margin-right: 10px;
}

.roostake-2fxgin + .roostake-2fxgin {
  margin-top: 14px;
}

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

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

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

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

.roostake-lr7n43 .roostake-3gf91b {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.roostake-lr7n43 .roostake-3gf91b h1,
.roostake-lr7n43 .roostake-3gf91b 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) {
  .roostake-lr7n43 .roostake-3gf91b h1,
  .roostake-lr7n43 .roostake-3gf91b h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .roostake-lr7n43 .roostake-3gf91b {
    margin: 28px 0 0;
  }
}

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

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

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

.roostake-83qr4d {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.roostake-99ox7f {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.roostake-8qvsfv {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.roostake-o537jf .roostake-fbyr6m {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .roostake-o537jf .roostake-fbyr6m {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.roostake-vk3092 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.roostake-vk3092 img {
  width: 100%;
}

.roostake-vf156d {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.roostake-m4gq2m {
  width: 100%;
  margin: 0 0 100px;
}

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

.roostake-m4gq2m .roostake-shz3a9 {
  position: relative;
}

.roostake-m4gq2m .roostake-jigw6w {
  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;
}

.roostake-m4gq2m .roostake-jigw6w.roostake-m9dhup {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .roostake-m4gq2m .roostake-48widj {
    bottom: 90px;
  }
}

.roostake-m4gq2m .roostake-48widj .roostake-69pnh2 {
  max-width: 300px;
  width: 100%;
}

.roostake-m4gq2m .roostake-48widj .roostake-69pnh2 .roostake-has36y {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .roostake-m4gq2m .roostake-48widj .roostake-69pnh2 .roostake-has36y {
    font-size: 32px;
    text-align: center;
  }
}

.roostake-m4gq2m .roostake-48widj .roostake-69pnh2 .roostake-zy4xeo {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .roostake-m4gq2m .roostake-48widj .roostake-69pnh2 .roostake-zy4xeo {
    text-align: center;
  }
}

.roostake-m4gq2m .roostake-48widj .roostake-kbppfh {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .roostake-m4gq2m .roostake-48widj .roostake-kbppfh {
    flex-direction: column-reverse;
  }
}

.roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-qps8wu {
  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.roostake-xth139 ease-in-out;
}

.roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-qps8wu:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-qps8wu {
    width: 100%;
  }
}

.roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-yk3cgw {
  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.roostake-xth139 ease-in-out;
  overflow: hidden;
}

.roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-yk3cgw 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);
  }
}

.roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-yk3cgw: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;
}

.roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-yk3cgw:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .roostake-m4gq2m .roostake-48widj .roostake-kbppfh .roostake-yk3cgw {
    width: 100%;
  }
}

.roostake-m4gq2m .roostake-48widj.roostake-m9dhup {
  display: none;
}

.roostake-m4gq2m .roostake-g7y3m9 {
  display: none;
}

.roostake-m4gq2m .roostake-g7y3m9.roostake-bgbwv5 {
  display: block;
}

.roostake-m4gq2m .roostake-g7y3m9 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .roostake-m4gq2m .roostake-g7y3m9 iframe {
    height: calc(100vh - 54px);
  }
}

.roostake-m4gq2m .roostake-q8ugye {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .roostake-m4gq2m .roostake-q8ugye {
    padding: 24px 16px 0;
  }
}

.roostake-m4gq2m .roostake-q8ugye .roostake-has36y {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .roostake-m4gq2m .roostake-q8ugye .roostake-has36y {
    margin-bottom: 24px;
  }
}

.roostake-m4gq2m .roostake-q8ugye 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);
}

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

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

.roostake-m4gq2m .roostake-q8ugye table tr:last-of-type td {
  border-bottom: none;
}

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

.roostake-ukddgg.roostake-0y6r0z {
  display: block;
}

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

.roostake-ukddgg .roostake-3f8imv {
  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;
}

.roostake-ukddgg .roostake-w5s5lb {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.roostake-ukddgg .roostake-yk3cgw {
  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.roostake-xth139 ease-in-out;
}

.roostake-ukddgg .roostake-yk3cgw:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.roostake-1x6fib.roostake-0y6r0z {
  display: block;
}

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

.roostake-66i1by {
  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;
}

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

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

.roostake-fwfl3d {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.roostake-fwfl3d svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.roostake-iai91i {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.roostake-9h96yk.roostake-m9dhup {
  display: none;
}

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

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

.roostake-np8v85 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.roostake-np8v85 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.roostake-xth139 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.roostake-np8v85 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.roostake-np8v85 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.roostake-np8v85 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.roostake-np8v85 input:active {
  border-color: #c2c0ce;
}

.roostake-np8v85 input:focus {
  border-color: #c2c0ce;
}

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

.roostake-7vrjog {
  margin-bottom: 36px;
}

.roostake-7vrjog 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;
}

.roostake-7vrjog textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.roostake-7vrjog textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.roostake-2o8xe2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.roostake-wbarse {
  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.roostake-xth139 ease-in-out;
}

.roostake-wbarse:hover {
  background: var(--border-color);
}

.roostake-h7ic9i {
  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.roostake-xth139 ease-in-out;
}

.roostake-h7ic9i:hover {
  background: #166ad9;
}

.roostake-8svawi {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.roostake-8svawi.roostake-m9dhup {
  display: none;
}

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

.roostake-8svawi .roostake-wbarse {
  margin: 0 auto;
}

.roostake-m1k11b {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.roostake-lof19n {
  filter: grayscale(100%);
}

.roostake-ju755f > input {
  display: none;
}

.roostake-ju755f > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roostake-j7rpbu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.roostake-f07fqe 44.roostake-e5txcm.roostake-809wtm.roostake-dltifi.roostake-kmjbcf.roostake-742uva.roostake-2qxxkf.roostake-mzmoo7.roostake-lrw2gu.roostake-266o4m.roostake-p4z92b.roostake-szn4m1.roostake-mrtpqg 0l-12.roostake-s002yg 30.roostake-ib1lq0.roostake-3y924q 2.roostake-9b654t.roostake-3y924q 3.roostake-a29d8c 3.roostake-yb8hyz.roostake-y18ct7 3.roostake-a5j96h.roostake-925af3.roostake-gk1ajh.roostake-xvchwp 7-3.roostake-s002yg 10.roostake-giagh8.roostake-xvchwp 23.roostake-7ik70w.roostake-4djzdk 1.roostake-xjwzlk 2.roostake-s002yg 3.roostake-4djzdk 1.roostake-y18ct7 5.roostake-vvznny.roostake-y18ct7 32.roostake-9pzi8q.roostake-925af3 5.roostake-mrtpqg 4.roostake-xvchwp 9.roostake-xvchwp 8.roostake-y18ct7 6.roostake-xxbfpa.roostake-vzpi5i.roostake-x9o4gt.roostake-7w782f.roostake-cacqpc 4.roostake-28jq7q.roostake-cacqpc 6.roostake-cacqpc 0l29.roostake-mrtpqg 17.roostake-iod86v.roostake-6ohi95 2.roostake-mn145v 10.roostake-4jcd3m.roostake-s002yg 8.roostake-esllhy.roostake-6upfb9.roostake-fd7g2u.roostake-44hcov.roostake-nzif6u.roostake-925af3.roostake-742uva.roostake-s002yg 1.roostake-0ym24s.roostake-o1681w.roostake-kx66z6.roostake-8vmuti.roostake-t5m3xg.roostake-xjwzlk 1.roostake-g1s9v7.roostake-fmhkrp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.roostake-ju755f > input:checked ~ label,
.roostake-ju755f > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roostake-j7rpbu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.roostake-f07fqe 44.roostake-e5txcm.roostake-809wtm.roostake-dltifi.roostake-kmjbcf.roostake-742uva.roostake-2qxxkf.roostake-mzmoo7.roostake-lrw2gu.roostake-266o4m.roostake-p4z92b.roostake-szn4m1.roostake-mrtpqg 0l-12.roostake-s002yg 30.roostake-ib1lq0.roostake-3y924q 2.roostake-9b654t.roostake-3y924q 3.roostake-a29d8c 3.roostake-yb8hyz.roostake-y18ct7 3.roostake-a5j96h.roostake-925af3.roostake-gk1ajh.roostake-xvchwp 7-3.roostake-s002yg 10.roostake-giagh8.roostake-xvchwp 23.roostake-7ik70w.roostake-4djzdk 1.roostake-xjwzlk 2.roostake-s002yg 3.roostake-4djzdk 1.roostake-y18ct7 5.roostake-vvznny.roostake-y18ct7 32.roostake-9pzi8q.roostake-925af3 5.roostake-mrtpqg 4.roostake-xvchwp 9.roostake-xvchwp 8.roostake-y18ct7 6.roostake-xxbfpa.roostake-vzpi5i.roostake-x9o4gt.roostake-7w782f.roostake-cacqpc 4.roostake-28jq7q.roostake-cacqpc 6.roostake-cacqpc 0l29.roostake-mrtpqg 17.roostake-iod86v.roostake-6ohi95 2.roostake-mn145v 10.roostake-4jcd3m.roostake-s002yg 8.roostake-esllhy.roostake-6upfb9.roostake-fd7g2u.roostake-44hcov.roostake-nzif6u.roostake-925af3.roostake-742uva.roostake-s002yg 1.roostake-0ym24s.roostake-o1681w.roostake-kx66z6.roostake-8vmuti.roostake-t5m3xg.roostake-xjwzlk 1.roostake-g1s9v7.roostake-fmhkrp.5z'/%3e%3c/svg%3e");
}

.roostake-ju755f > input:not(:checked) ~ label:hover,
.roostake-ju755f > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roostake-j7rpbu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.roostake-f07fqe 44.roostake-e5txcm.roostake-809wtm.roostake-dltifi.roostake-kmjbcf.roostake-742uva.roostake-2qxxkf.roostake-mzmoo7.roostake-lrw2gu.roostake-266o4m.roostake-p4z92b.roostake-szn4m1.roostake-mrtpqg 0l-12.roostake-s002yg 30.roostake-ib1lq0.roostake-3y924q 2.roostake-9b654t.roostake-3y924q 3.roostake-a29d8c 3.roostake-yb8hyz.roostake-y18ct7 3.roostake-a5j96h.roostake-925af3.roostake-gk1ajh.roostake-xvchwp 7-3.roostake-s002yg 10.roostake-giagh8.roostake-xvchwp 23.roostake-7ik70w.roostake-4djzdk 1.roostake-xjwzlk 2.roostake-s002yg 3.roostake-4djzdk 1.roostake-y18ct7 5.roostake-vvznny.roostake-y18ct7 32.roostake-9pzi8q.roostake-925af3 5.roostake-mrtpqg 4.roostake-xvchwp 9.roostake-xvchwp 8.roostake-y18ct7 6.roostake-xxbfpa.roostake-vzpi5i.roostake-x9o4gt.roostake-7w782f.roostake-cacqpc 4.roostake-28jq7q.roostake-cacqpc 6.roostake-cacqpc 0l29.roostake-mrtpqg 17.roostake-iod86v.roostake-6ohi95 2.roostake-mn145v 10.roostake-4jcd3m.roostake-s002yg 8.roostake-esllhy.roostake-6upfb9.roostake-fd7g2u.roostake-44hcov.roostake-nzif6u.roostake-925af3.roostake-742uva.roostake-s002yg 1.roostake-0ym24s.roostake-o1681w.roostake-kx66z6.roostake-8vmuti.roostake-t5m3xg.roostake-xjwzlk 1.roostake-g1s9v7.roostake-fmhkrp.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .roostake-swqln2 > .roostake-dhldej {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .roostake-swqln2 > .roostake-dhldej {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .roostake-swqln2 > .roostake-dhldej {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .roostake-swqln2 > .roostake-dhldej {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .roostake-swqln2 > .roostake-dhldej {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.roostake-kshxi2.roostake-m9dhup {
  display: none;
}

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

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

.roostake-a6hujr {
  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;
}

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

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

.roostake-a6hujr img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.roostake-kjvzyj {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .roostake-8wj36g {
    top: -20px;
  }
}

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

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

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

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

.roostake-kshxi2.roostake-iy3poy .roostake-y6mb2x {
  background: #2b3b67;
}

.roostake-kshxi2.roostake-iy3poy .roostake-a6hujr {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.roostake-kshxi2.roostake-iy3poy .roostake-a6hujr::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.roostake-kshxi2.roostake-iy3poy .roostake-a6hujr::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.roostake-kshxi2.roostake-iy3poy .roostake-kjvzyj::before {
  background: #0e0f41;
}

.roostake-kshxi2.roostake-iy3poy .roostake-kjvzyj::after {
  background: #152557;
}

.roostake-kshxi2.roostake-vhsxhb .roostake-y6mb2x {
  background: #1f35fa;
}

.roostake-kshxi2.roostake-vhsxhb .roostake-a6hujr {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.roostake-kshxi2.roostake-vhsxhb .roostake-a6hujr::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.roostake-kshxi2.roostake-vhsxhb .roostake-a6hujr::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.roostake-kshxi2.roostake-vhsxhb .roostake-kjvzyj::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.roostake-kshxi2.roostake-vhsxhb .roostake-kjvzyj::after {
  background: #192ac8;
}

.roostake-kshxi2.roostake-hb4vvr .roostake-y6mb2x {
  background: #fa771f;
}

.roostake-kshxi2.roostake-hb4vvr .roostake-a6hujr {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.roostake-kshxi2.roostake-hb4vvr .roostake-a6hujr::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.roostake-kshxi2.roostake-hb4vvr .roostake-a6hujr::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.roostake-kshxi2.roostake-hb4vvr .roostake-kjvzyj::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.roostake-kshxi2.roostake-hb4vvr .roostake-kjvzyj::after {
  background: #fa8535;
}

.roostake-5gx0jg {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.roostake-p34fsl {
  width: 120px;
  height: 22px;
}

.roostake-p34fsl .roostake-j3y426 {
  fill: #c2c0ce;
}

.roostake-p34fsl [rating="1"] .roostake-j3y426:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roostake-p34fsl [rating="2"] .roostake-j3y426:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roostake-p34fsl [rating="3"] .roostake-j3y426:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roostake-p34fsl [rating="4"] .roostake-j3y426:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roostake-p34fsl [rating="5"] .roostake-j3y426:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.roostake-j59hem {
  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);
}

.roostake-j59hem.roostake-bgbwv5 {
  display: block;
}

.roostake-j59hem.roostake-m9dhup {
  display: none;
}

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

.roostake-qap72v {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.roostake-oer3tl {
  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);
}

.roostake-8lx696 {
  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;
}

.roostake-3qhda9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.roostake-xsx9zc {
  font-size: 16px;
  line-height: 140%;
}

.roostake-janwvz {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.roostake-janwvz .roostake-j3y426 {
  fill: #c2c0ce;
}

.roostake-janwvz [rating="1"] .roostake-j3y426:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roostake-janwvz [rating="2"] .roostake-j3y426:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roostake-janwvz [rating="3"] .roostake-j3y426:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roostake-janwvz [rating="4"] .roostake-j3y426:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roostake-janwvz [rating="5"] .roostake-j3y426:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.roostake-skrrvx {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.roostake-73jw7y {
  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) {
  .roostake-73jw7y {
    padding: 12px;
    gap: 12px;
  }
}

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

.roostake-ruc37g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roostake-2rmmb7 {
  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;
}

.roostake-i2pgs5 {
  flex: 1;
  min-width: 0;
}

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

.roostake-4ag9ph {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

.roostake-l5nk23 strong {
  font-weight: 600;
}

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

.roostake-n6h8m6 p {
  margin: 0 0 16px;
}

.roostake-n6h8m6 p:last-child {
  margin-bottom: 0;
}

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

.roostake-wmf8nk {
  max-width: 300px;
  width: 100%;
}

.roostake-wmf8nk a {
  width: 100%;
}

@media (max-width: 575px) {
  .roostake-wmf8nk {
    max-width: 200px;
  }
}

.roostake-lptis0 {
  justify-content: center;
}

.roostake-2uq0mv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roostake-2ycss8 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.roostake-yuflkv .roostake-z74e0x {
  justify-content: center;
}

/* faq */

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

.roostake-e90s2v {
  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.roostake-kbfz7r ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roostake-e90s2v::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.roostake-kbfz7r ease;
}

.roostake-a8onju.roostake-0y6r0z .roostake-e90s2v::after {
  transform: rotate(45deg);
}

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

.roostake-a8onju.roostake-0y6r0z .roostake-q20qg3 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.roostake-qoxrjd {
  margin: 25px 0;
}

.roostake-ju755f > input:not(:checked) ~ label:hover,
.roostake-ju755f > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roostake-lb9oq5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.roostake-gq5go5 44.roostake-83zqzf.roostake-jaeez9.roostake-9ye7o2.roostake-3iqo10.roostake-qxk07a.roostake-ukv1gm.roostake-3qjo61.roostake-ejkn91.roostake-0dxtvi.roostake-0sjqlr.roostake-458gym.roostake-w7di38 0l-12.roostake-nnvhve 30.roostake-lohd7z.roostake-w90lnq 2.roostake-f6d01p.roostake-w90lnq 3.roostake-kycmoe 3.roostake-a7gjgv.roostake-gmiiss 3.roostake-28v8n8.roostake-q1hchs.roostake-b8saa4.roostake-tdf033 7-3.roostake-nnvhve 10.roostake-y2tpkj.roostake-tdf033 23.roostake-d7noky.roostake-mca32s 1.roostake-ypfdkc 2.roostake-nnvhve 3.roostake-mca32s 1.roostake-gmiiss 5.roostake-508hwy.roostake-gmiiss 32.roostake-euqc6h.roostake-q1hchs 5.roostake-w7di38 4.roostake-tdf033 9.roostake-tdf033 8.roostake-gmiiss 6.roostake-uiraef.roostake-b06vq1.roostake-b74cf7.roostake-h273om.roostake-7aj9cx 4.roostake-a1xo28.roostake-7aj9cx 6.roostake-7aj9cx 0l29.roostake-w7di38 17.roostake-5od2lg.roostake-8ht8a1 2.roostake-jaa5ko 10.roostake-9prwv4.roostake-nnvhve 8.roostake-g7vltj.roostake-k6l5ma.roostake-p5t2pe.roostake-xldcxq.roostake-i8oro7.roostake-q1hchs.roostake-qxk07a.roostake-nnvhve 1.roostake-1ksb31.roostake-a7unum.roostake-m7ub4i.roostake-fy25nb.roostake-fqiw0a.roostake-ypfdkc 1.roostake-o7d55d.roostake-yu8d54.5z'/%3e%3c/svg%3e");
}

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

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

.roostake-l39iyt {
  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);
}

.roostake-l39iyt.roostake-sc45w7 {
  display: block;
}

.roostake-l39iyt.roostake-7do6fd {
  display: none;
}

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

.roostake-5p1d78 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.roostake-8newkp {
  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);
}

.roostake-r30ymk {
  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;
}

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

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

.roostake-y1410j {
  font-size: 16px;
  line-height: 140%;
}

.roostake-eakl9u {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.roostake-eakl9u .roostake-qvqmzf {
  fill: #c2c0ce;
}

.roostake-eakl9u [rating="1"] .roostake-qvqmzf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roostake-eakl9u [rating="2"] .roostake-qvqmzf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roostake-eakl9u [rating="3"] .roostake-qvqmzf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roostake-eakl9u [rating="4"] .roostake-qvqmzf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roostake-eakl9u [rating="5"] .roostake-qvqmzf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.roostake-2dycij 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;
}

.roostake-2dycij 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 */

.roostake-rred3v {
  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);
}

.roostake-rred3v.roostake-aulbp7 {
  opacity: 1;
  pointer-events: auto;
}
