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

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

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

.roospin-1zennz {
  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) {
  .roospin-1zennz: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;
  }
}

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

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

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

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

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

.roospin-nnt6wl {
  cursor: pointer;
}

.roospin-eoaw1d {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.roospin-gkb5l2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roospin-gkb5l2 figure {
  margin: 0;
}

.roospin-gkb5l2.roospin-up0zem {
  justify-content: flex-start;
  margin-right: 4px;
}

.roospin-gkb5l2.roospin-g67um7 {
  justify-content: flex-end;
  margin-left: 4px;
}

.roospin-gkb5l2.roospin-4q7hpd {
  justify-content: center;
}

.roospin-gkb5l2.roospin-uxzz2q {
  justify-content: normal;
}

.roospin-sx533q {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.roospin-r1685a img {
  width: 100%;
}

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

.roospin-6asdxm {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.roospin-6asdxm 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) {
  .roospin-6asdxm ul {
    margin-bottom: 15px;
  }
}

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

.roospin-6asdxm 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);
}

.roospin-6asdxm ul li span svg {
  fill: var(--title-color);
}

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

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

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

.roospin-6asdxm ul li:last-of-type::after {
  display: none;
}

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

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

.roospin-chnd6a {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.roospin-z2qa8l.roospin-zb0a61 {
  background-color: #000;
}

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

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

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

.roospin-0ma0et {
  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) {
  .roospin-0ma0et {
    flex-direction: column;
  }
}

.roospin-ftzaln {
  margin-bottom: 94px;
}

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

.roospin-n42y8o .roospin-repwtw {
  margin-bottom: 28px;
}

.roospin-n42y8o .roospin-repwtw img {
  max-height: 100px;
  width: auto;
}

.roospin-zl7gzm {
  display: flex;
  align-items: center;
}

.roospin-zl7gzm a + a {
  margin-left: 24px;
}

.roospin-zl7gzm img {
  max-height: 56px;
  width: auto;
}

.roospin-zl7gzm img + img {
  margin-left: 24px;
}

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

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

.roospin-6lvvfe {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.roospin-c7kbpt li {
  display: flex;
  margin: 0 7px;
}

.roospin-c7kbpt li svg {
  transition: 0.roospin-hog4op ease-in-out;
}

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

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

.roospin-cc8tva + .roospin-cc8tva {
  margin-left: 120px;
}

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

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

.roospin-nxgwlk {
  list-style: none;
  margin: 0;
  padding: 0;
}

.roospin-nxgwlk li {
  font-size: 16px;
}

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

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

.roospin-nxgwlk li + li {
  margin-top: 16px;
}

.roospin-qlvs7d {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.roospin-gqmm1p ease-in-out;
}

.roospin-qlvs7d.roospin-urmqpo {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.roospin-mobojq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.roospin-73zllk li {
  width: 100%;
}

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

.roospin-73zllk li a svg {
  fill: var(--button-text-color);
}

.roospin-73zllk li a.roospin-urmqpo {
  background: var(--border-color);
}

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

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

.roospin-232als {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.roospin-bk7lil {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.roospin-bk7lil img {
  width: 100%;
  transition: 0.roospin-hog4op ease-in-out;
}

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

.roospin-8bs61c {
  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) {
  .roospin-8bs61c {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .roospin-enhpt3 .roospin-repwtw img {
    max-width: 90px;
  }
}

.roospin-repwtw img {
  max-height: 50px;
  width: auto;
}

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

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

.roospin-7fncl1 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.roospin-7fncl1 li {
  font-size: 16px;
  margin: 0 20px;
}

.roospin-7fncl1 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.roospin-rbiifr {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.roospin-rbiifr.roospin-ubxq52 {
  margin-right: 0;
}

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

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

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

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

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

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

.roospin-rh3foz:hover > ul {
  display: flex;
}

.roospin-rh3foz:focus > ul {
  display: flex;
}

.roospin-rh3foz:focus-within > ul {
  display: flex;
}

.roospin-iobf1b {
  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;
}

.roospin-iobf1b::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.roospin-gqmm1p ease-in-out;
}

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

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

.roospin-rh3foz 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.roospin-hog4op ease-in-out;
  overflow: hidden;
}

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

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

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

.roospin-qy4ma4 {
  display: none;
}

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

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

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

.roospin-66ca1z {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.roospin-66ca1z img {
  margin-bottom: 20px;
}

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

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

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

.roospin-930flw {
  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) {
  .roospin-930flw {
    font-size: 32px;
  }
}

.roospin-zlwxge {
  color: var(--text-color);
}

.roospin-2y8428 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.roospin-2y8428 p img {
  display: block;
  margin: 0 auto;
}

.roospin-2y8428 p:first-of-type {
  margin-top: 0;
}

.roospin-2y8428 p:last-of-type {
  margin-bottom: 0;
}

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

.roospin-2y8428 ul {
  padding: 0 0 0 20px;
}

.roospin-2y8428 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

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

.roospin-2y8428 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.roospin-4maeqz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.roospin-6zs0np {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.roospin-6zs0np .roospin-uy3di6 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .roospin-6zs0np .roospin-uy3di6 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.roospin-6zs0np .roospin-lj1dl4 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .roospin-6zs0np .roospin-lj1dl4 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .roospin-6zs0np .roospin-lj1dl4 img {
    width: 100%;
  }
}

.roospin-lj1dl4 {
  margin: 0 0 28px;
}

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

.roospin-uy3di6 {
  margin: 0 0 28px;
}

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

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

.roospin-4maeqz .roospin-1zennz {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.roospin-f8d415 {
  position: relative;
  border: none;
}

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

.roospin-c5tnhs {
  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;
}

.roospin-c5tnhs span {
  height: 32px;
}

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

.roospin-c5tnhs.roospin-5l97ek span {
  transform: scaleY(-1);
}

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

.roospin-vewp7t {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.roospin-vewp7t.roospin-xhvc9t {
  display: none;
}

.roospin-ki8cjh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.roospin-ki8cjh table {
  width: 100%;
  border-collapse: collapse;
}

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

  .roospin-ki8cjh table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.roospin-n8v0jl {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.roospin-i309qi p {
  color: var(--text-color);
}

.roospin-3afujz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.roospin-53nqah {
  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);
}

.roospin-vzvt3s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.roospin-z6np3q p + p {
  margin-top: 10px;
}

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

.roospin-klfmhf {
  display: none;
}

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

.roospin-7nsvtk {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.roospin-7nsvtk li {
  margin: 0 20px;
}

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

.roospin-7nsvtk li a img {
  margin-bottom: 4px;
}

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

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

.roospin-apgtfg li {
  font-size: 16px;
  position: relative;
}

.roospin-apgtfg li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.roospin-apgtfg li span {
  opacity: 0.5;
}

.roospin-apgtfg li + li {
  margin-left: 30px;
}

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

h2.roospin-xlb2qs {
  margin: 0 0 28px;
}

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

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

.roospin-htq5u0 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);
}

.roospin-htq5u0 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;
}

.roospin-htq5u0 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;
}

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

.roospin-htq5u0 tbody tr:last-of-type {
  margin-bottom: 0;
}

.roospin-htq5u0 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.roospin-htq5u0 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);
}

.roospin-htq5u0 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);
}

.roospin-htq5u0 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.roospin-htq5u0 tbody tr td .roospin-olafz4 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .roospin-htq5u0 tbody tr td .roospin-olafz4 {
    width: 100%;
  }
}

.roospin-htq5u0 tbody tr td .roospin-0cvckt {
  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.roospin-hog4op ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .roospin-htq5u0 tbody tr td .roospin-0cvckt:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .roospin-htq5u0 tbody tr td .roospin-0cvckt {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .roospin-htq5u0 tbody tr td .roospin-0cvckt {
    width: 100%;
  }
}

.roospin-htq5u0 tbody tr td .roospin-2d2vpl {
  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) {
  .roospin-htq5u0 tbody tr td .roospin-2d2vpl:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.roospin-0uncg1 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.roospin-hog4op ease-in-out;
}

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

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

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

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

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

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

.roospin-l3luix img {
  width: 100%;
  height: 100%;
}

.roospin-l3luix iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.roospin-xvvla9 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.roospin-hog4op ease-in-out;
}

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

.roospin-qr1jw7 {
  padding: 90px 0;
}

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

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

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

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

.roospin-fpj8s6 img {
  width: 100%;
}

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

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

.roospin-rbgwxz {
  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;
}

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

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

.roospin-tvk4vc {
  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.roospin-hog4op ease-in-out;
}

.roospin-tvk4vc:hover {
  border: 1px solid #8c8ca2;
}

.roospin-87pyhy {
  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%);
}

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

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

.roospin-xozn29 a {
  text-decoration: underline;
  color: #8babff;
}

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

.roospin-lov09p .roospin-tvk4vc {
  width: 50%;
  margin: 0;
}

.roospin-tljv2t {
  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;
}

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

.roospin-lksgf4 {
  margin: 0 0 100px;
}

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

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

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

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

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

.roospin-fvxtj1 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.roospin-o5mlse 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.roospin-hog4op ease-in-out;
}

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

.roospin-o5mlse a svg {
  fill: #fff;
}

.roospin-o5mlse a:hover {
  background: #3d68e7;
}

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

.roospin-vl4mxe {
  margin-bottom: 16px;
}

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

.roospin-yhbyt8 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.roospin-z6dh4v 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);
}

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

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

.roospin-z6dh4v table tr:last-of-type td {
  border-bottom: none;
}

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

.roospin-3l7psa {
  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) {
  .roospin-3l7psa {
    min-height: 190px;
  }
}

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

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

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

.roospin-qvbfp0.roospin-3v55q9 {
  display: none;
}

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

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

.roospin-c42csq iframe.roospin-u15dgr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.roospin-c42csq.roospin-kj39ri {
  opacity: 1;
  pointer-events: all;
}

.roospin-eoqxaa {
  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.roospin-hog4op ease-in-out;
}

.roospin-eoqxaa svg {
  margin-right: 10px;
}

.roospin-eoqxaa + .roospin-eoqxaa {
  margin-top: 14px;
}

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

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

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

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

.roospin-ngkf2g .roospin-4maeqz {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.roospin-ngkf2g .roospin-4maeqz h1,
.roospin-ngkf2g .roospin-4maeqz 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) {
  .roospin-ngkf2g .roospin-4maeqz h1,
  .roospin-ngkf2g .roospin-4maeqz h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .roospin-ngkf2g .roospin-4maeqz {
    margin: 28px 0 0;
  }
}

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

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

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

.roospin-7y30ty {
  max-width: 545px;
  width: 100%;
}

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

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

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

.roospin-2zj9mu iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roospin-yurtb2 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.roospin-9gb2e8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .roospin-1ehu2x {
    padding: 10px;
  }
}

.roospin-1ehu2x .roospin-1zennz {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .roospin-1ehu2x .roospin-1zennz {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .roospin-1ehu2x {
    flex-wrap: wrap;
  }
}

.roospin-tn7wcd {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.roospin-tn7wcd img {
  width: 100%;
}

.roospin-47og9o {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.roospin-8l2x7c {
  width: 100%;
  margin: 0 0 100px;
}

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

.roospin-8l2x7c .roospin-p3vob7 {
  position: relative;
}

.roospin-8l2x7c .roospin-ihucag {
  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;
}

.roospin-8l2x7c .roospin-ihucag.roospin-3v55q9 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .roospin-8l2x7c .roospin-va9ja3 {
    bottom: 90px;
  }
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-s2d9sz {
  max-width: 300px;
  width: 100%;
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-s2d9sz .roospin-wraqeg {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .roospin-8l2x7c .roospin-va9ja3 .roospin-s2d9sz .roospin-wraqeg {
    font-size: 32px;
    text-align: center;
  }
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-s2d9sz .roospin-l5gt7a {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .roospin-8l2x7c .roospin-va9ja3 .roospin-s2d9sz .roospin-l5gt7a {
    text-align: center;
  }
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 {
    flex-direction: column-reverse;
  }
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-wggrhx {
  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.roospin-hog4op ease-in-out;
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-wggrhx:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-wggrhx {
    width: 100%;
  }
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-pqxbvb {
  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.roospin-hog4op ease-in-out;
  overflow: hidden;
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-pqxbvb 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);
  }
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-pqxbvb: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;
}

.roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-pqxbvb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .roospin-8l2x7c .roospin-va9ja3 .roospin-ubxq52 .roospin-pqxbvb {
    width: 100%;
  }
}

.roospin-8l2x7c .roospin-va9ja3.roospin-3v55q9 {
  display: none;
}

.roospin-8l2x7c .roospin-w4kqca {
  display: none;
}

.roospin-8l2x7c .roospin-w4kqca.roospin-kj39ri {
  display: block;
}

.roospin-8l2x7c .roospin-w4kqca iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .roospin-8l2x7c .roospin-w4kqca iframe {
    height: calc(100vh - 54px);
  }
}

.roospin-8l2x7c .roospin-48s6l5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .roospin-8l2x7c .roospin-48s6l5 {
    padding: 24px 16px 0;
  }
}

.roospin-8l2x7c .roospin-48s6l5 .roospin-wraqeg {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .roospin-8l2x7c .roospin-48s6l5 .roospin-wraqeg {
    margin-bottom: 24px;
  }
}

.roospin-8l2x7c .roospin-48s6l5 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);
}

.roospin-8l2x7c .roospin-48s6l5 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) {
  .roospin-8l2x7c .roospin-48s6l5 table tr td {
    padding: 12px 4px;
  }
}

.roospin-8l2x7c .roospin-48s6l5 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) {
  .roospin-8l2x7c .roospin-48s6l5 table tr th {
    padding: 12px 4px;
  }
}

.roospin-8l2x7c .roospin-48s6l5 table tr:last-of-type td {
  border-bottom: none;
}

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

.roospin-5e19ec.roospin-urmqpo {
  display: block;
}

.roospin-5e19ec iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.roospin-5e19ec .roospin-djfqda {
  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;
}

.roospin-5e19ec .roospin-8852z3 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.roospin-5e19ec .roospin-pqxbvb {
  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.roospin-hog4op ease-in-out;
}

.roospin-5e19ec .roospin-pqxbvb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.roospin-5hkgw0.roospin-urmqpo {
  display: block;
}

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

.roospin-f0j5rw {
  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;
}

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

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

.roospin-4h9d88 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.roospin-4h9d88 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.roospin-5fwjb4 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.roospin-dh0og2.roospin-3v55q9 {
  display: none;
}

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

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

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

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

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

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

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

.roospin-iab529 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.roospin-iab529 input:active {
  border-color: #c2c0ce;
}

.roospin-iab529 input:focus {
  border-color: #c2c0ce;
}

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

.roospin-2fokig {
  margin-bottom: 36px;
}

.roospin-2fokig 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;
}

.roospin-2fokig textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.roospin-2fokig textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.roospin-nm6cyv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.roospin-vv4o22 {
  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.roospin-hog4op ease-in-out;
}

.roospin-vv4o22:hover {
  background: var(--border-color);
}

.roospin-31jy01 {
  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.roospin-hog4op ease-in-out;
}

.roospin-31jy01:hover {
  background: #166ad9;
}

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

.roospin-be5t9v.roospin-3v55q9 {
  display: none;
}

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

.roospin-be5t9v .roospin-vv4o22 {
  margin: 0 auto;
}

.roospin-tr3a3l {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.roospin-oxg6am {
  filter: grayscale(100%);
}

.roospin-7i786q > input {
  display: none;
}

.roospin-7i786q > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roospin-yuerws.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.roospin-8olfvh 44.roospin-4w07t4.roospin-4uicbz.roospin-ekhbbu.roospin-j760nq.roospin-gp8qrv.roospin-jlhoq7.roospin-pcx3p4.roospin-2gw9s1.roospin-ok6uus.roospin-lnowq6.roospin-sjx34z.roospin-stwluw 0l-12.roospin-1j6shb 30.roospin-eqf9vf.roospin-ve5cpu 2.roospin-690qu9.roospin-ve5cpu 3.roospin-yxnmcz 3.roospin-p75rnh.roospin-2e6j9u 3.roospin-h7m62u.roospin-ys7sx8.roospin-lks728.roospin-4apzul 7-3.roospin-1j6shb 10.roospin-r50edo.roospin-4apzul 23.roospin-h5t7su.roospin-m16lnc 1.roospin-hvuu2a 2.roospin-1j6shb 3.roospin-m16lnc 1.roospin-2e6j9u 5.roospin-rei0f6.roospin-2e6j9u 32.roospin-mkm08n.roospin-ys7sx8 5.roospin-stwluw 4.roospin-4apzul 9.roospin-4apzul 8.roospin-2e6j9u 6.roospin-7onenj.roospin-cq1pp8.roospin-7wg7ut.roospin-ui5uk7.roospin-v6yubk 4.roospin-0fzcd5.roospin-v6yubk 6.roospin-v6yubk 0l29.roospin-stwluw 17.roospin-nmybcs.roospin-0j7glr 2.roospin-4a9wne 10.roospin-2cr17o.roospin-1j6shb 8.roospin-pr9wda.roospin-7e5md2.roospin-w8uwjg.roospin-rrl8cf.roospin-iu5e00.roospin-ys7sx8.roospin-gp8qrv.roospin-1j6shb 1.roospin-6zkof6.roospin-t6y6hz.roospin-m3f4ys.roospin-wwh8j6.roospin-wqo5f2.roospin-hvuu2a 1.roospin-miyg4h.roospin-qigqyk.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.roospin-7i786q > input:checked ~ label,
.roospin-7i786q > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roospin-yuerws.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.roospin-8olfvh 44.roospin-4w07t4.roospin-4uicbz.roospin-ekhbbu.roospin-j760nq.roospin-gp8qrv.roospin-jlhoq7.roospin-pcx3p4.roospin-2gw9s1.roospin-ok6uus.roospin-lnowq6.roospin-sjx34z.roospin-stwluw 0l-12.roospin-1j6shb 30.roospin-eqf9vf.roospin-ve5cpu 2.roospin-690qu9.roospin-ve5cpu 3.roospin-yxnmcz 3.roospin-p75rnh.roospin-2e6j9u 3.roospin-h7m62u.roospin-ys7sx8.roospin-lks728.roospin-4apzul 7-3.roospin-1j6shb 10.roospin-r50edo.roospin-4apzul 23.roospin-h5t7su.roospin-m16lnc 1.roospin-hvuu2a 2.roospin-1j6shb 3.roospin-m16lnc 1.roospin-2e6j9u 5.roospin-rei0f6.roospin-2e6j9u 32.roospin-mkm08n.roospin-ys7sx8 5.roospin-stwluw 4.roospin-4apzul 9.roospin-4apzul 8.roospin-2e6j9u 6.roospin-7onenj.roospin-cq1pp8.roospin-7wg7ut.roospin-ui5uk7.roospin-v6yubk 4.roospin-0fzcd5.roospin-v6yubk 6.roospin-v6yubk 0l29.roospin-stwluw 17.roospin-nmybcs.roospin-0j7glr 2.roospin-4a9wne 10.roospin-2cr17o.roospin-1j6shb 8.roospin-pr9wda.roospin-7e5md2.roospin-w8uwjg.roospin-rrl8cf.roospin-iu5e00.roospin-ys7sx8.roospin-gp8qrv.roospin-1j6shb 1.roospin-6zkof6.roospin-t6y6hz.roospin-m3f4ys.roospin-wwh8j6.roospin-wqo5f2.roospin-hvuu2a 1.roospin-miyg4h.roospin-qigqyk.5z'/%3e%3c/svg%3e");
}

.roospin-7i786q > input:not(:checked) ~ label:hover,
.roospin-7i786q > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roospin-yuerws.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.roospin-8olfvh 44.roospin-4w07t4.roospin-4uicbz.roospin-ekhbbu.roospin-j760nq.roospin-gp8qrv.roospin-jlhoq7.roospin-pcx3p4.roospin-2gw9s1.roospin-ok6uus.roospin-lnowq6.roospin-sjx34z.roospin-stwluw 0l-12.roospin-1j6shb 30.roospin-eqf9vf.roospin-ve5cpu 2.roospin-690qu9.roospin-ve5cpu 3.roospin-yxnmcz 3.roospin-p75rnh.roospin-2e6j9u 3.roospin-h7m62u.roospin-ys7sx8.roospin-lks728.roospin-4apzul 7-3.roospin-1j6shb 10.roospin-r50edo.roospin-4apzul 23.roospin-h5t7su.roospin-m16lnc 1.roospin-hvuu2a 2.roospin-1j6shb 3.roospin-m16lnc 1.roospin-2e6j9u 5.roospin-rei0f6.roospin-2e6j9u 32.roospin-mkm08n.roospin-ys7sx8 5.roospin-stwluw 4.roospin-4apzul 9.roospin-4apzul 8.roospin-2e6j9u 6.roospin-7onenj.roospin-cq1pp8.roospin-7wg7ut.roospin-ui5uk7.roospin-v6yubk 4.roospin-0fzcd5.roospin-v6yubk 6.roospin-v6yubk 0l29.roospin-stwluw 17.roospin-nmybcs.roospin-0j7glr 2.roospin-4a9wne 10.roospin-2cr17o.roospin-1j6shb 8.roospin-pr9wda.roospin-7e5md2.roospin-w8uwjg.roospin-rrl8cf.roospin-iu5e00.roospin-ys7sx8.roospin-gp8qrv.roospin-1j6shb 1.roospin-6zkof6.roospin-t6y6hz.roospin-m3f4ys.roospin-wwh8j6.roospin-wqo5f2.roospin-hvuu2a 1.roospin-miyg4h.roospin-qigqyk.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .roospin-ou0yk3 > .roospin-56zprh {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .roospin-ou0yk3 > .roospin-56zprh {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .roospin-ou0yk3 > .roospin-56zprh {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .roospin-ou0yk3 > .roospin-56zprh {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .roospin-ou0yk3 > .roospin-56zprh {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.roospin-36ardj {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.roospin-36ardj.roospin-3v55q9 {
  display: none;
}

.roospin-88lfjr {
  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) {
  .roospin-88lfjr {
    height: 74px;
    overflow: visible;
  }
}

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

.roospin-se3c01 {
  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;
}

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

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

.roospin-se3c01 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.roospin-wy166u {
  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;
}

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

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

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

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

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

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

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

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

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

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

.roospin-36ardj.roospin-ae46t5 .roospin-88lfjr {
  background: #2b3b67;
}

.roospin-36ardj.roospin-ae46t5 .roospin-se3c01 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.roospin-36ardj.roospin-ae46t5 .roospin-se3c01::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.roospin-36ardj.roospin-ae46t5 .roospin-se3c01::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.roospin-36ardj.roospin-ae46t5 .roospin-wy166u::before {
  background: #0e0f41;
}

.roospin-36ardj.roospin-ae46t5 .roospin-wy166u::after {
  background: #152557;
}

.roospin-36ardj.roospin-20phrh .roospin-88lfjr {
  background: #1f35fa;
}

.roospin-36ardj.roospin-20phrh .roospin-se3c01 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.roospin-36ardj.roospin-20phrh .roospin-se3c01::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.roospin-36ardj.roospin-20phrh .roospin-se3c01::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.roospin-36ardj.roospin-20phrh .roospin-wy166u::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.roospin-36ardj.roospin-20phrh .roospin-wy166u::after {
  background: #192ac8;
}

.roospin-36ardj.roospin-qr8z7c .roospin-88lfjr {
  background: #fa771f;
}

.roospin-36ardj.roospin-qr8z7c .roospin-se3c01 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.roospin-36ardj.roospin-qr8z7c .roospin-se3c01::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.roospin-36ardj.roospin-qr8z7c .roospin-se3c01::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.roospin-36ardj.roospin-qr8z7c .roospin-wy166u::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.roospin-36ardj.roospin-qr8z7c .roospin-wy166u::after {
  background: #fa8535;
}

.roospin-7r5vyt {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.roospin-t7kq4v {
  width: 120px;
  height: 22px;
}

.roospin-t7kq4v .roospin-bggvva {
  fill: #c2c0ce;
}

.roospin-t7kq4v [rating="1"] .roospin-bggvva:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roospin-t7kq4v [rating="2"] .roospin-bggvva:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roospin-t7kq4v [rating="3"] .roospin-bggvva:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roospin-t7kq4v [rating="4"] .roospin-bggvva:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roospin-t7kq4v [rating="5"] .roospin-bggvva:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.roospin-enmk7r {
  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);
}

.roospin-enmk7r.roospin-kj39ri {
  display: block;
}

.roospin-enmk7r.roospin-3v55q9 {
  display: none;
}

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

.roospin-xuzqq8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.roospin-mcs5ks {
  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);
}

.roospin-r2ixmm {
  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;
}

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

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

.roospin-jlx4aa {
  font-size: 16px;
  line-height: 140%;
}

.roospin-5kpakh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.roospin-5kpakh .roospin-bggvva {
  fill: #c2c0ce;
}

.roospin-5kpakh [rating="1"] .roospin-bggvva:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roospin-5kpakh [rating="2"] .roospin-bggvva:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roospin-5kpakh [rating="3"] .roospin-bggvva:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roospin-5kpakh [rating="4"] .roospin-bggvva:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roospin-5kpakh [rating="5"] .roospin-bggvva:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.roospin-0q86xm {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.roospin-sufiq2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roospin-onyxne {
  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;
}

.roospin-rm8dtt {
  flex: 1;
  min-width: 0;
}

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

.roospin-7h5le3 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.roospin-7h5le3 svg,
.roospin-7h5le3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roospin-7h5le3 svg path {
  fill: var(--button-bg-color);
}

.roospin-7h5le3 svg circle {
  fill: var(--button-text-color);
}

.roospin-92iwy4 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.roospin-92iwy4 strong {
  font-weight: 600;
}

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

.roospin-1x4ojk p {
  margin: 0 0 16px;
}

.roospin-1x4ojk p:last-child {
  margin-bottom: 0;
}

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

.roospin-lw6ggz {
  max-width: 300px;
  width: 100%;
}

.roospin-lw6ggz a {
  width: 100%;
}

@media (max-width: 575px) {
  .roospin-lw6ggz {
    max-width: 200px;
  }
}

.roospin-ol22yi {
  justify-content: center;
}

.roospin-odl3pm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roospin-jfspmd {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.roospin-81nc6w .roospin-7fncl1 {
  justify-content: center;
}

/* faq */

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

.roospin-rqvn77 {
  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.roospin-yu8juk ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roospin-rqvn77::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.roospin-yu8juk ease;
}

.roospin-445s97.roospin-urmqpo .roospin-rqvn77::after {
  transform: rotate(45deg);
}

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

.roospin-445s97.roospin-urmqpo .roospin-fi9iz1 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.roospin-wnxcd4 {
  margin: 25px 0;
}

.roospin-7i786q > input:not(:checked) ~ label:hover,
.roospin-7i786q > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roospin-3575fn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.roospin-3y0edo 44.roospin-14gcxz.roospin-jdm8ub.roospin-8bmuxc.roospin-oh9x7h.roospin-rfybzj.roospin-7nbe3x.roospin-65j0sd.roospin-isnttb.roospin-ch3onp.roospin-nyol3n.roospin-fg80kj.roospin-2evcjr 0l-12.roospin-0bmqi1 30.roospin-25v38j.roospin-4zkgil 2.roospin-66tmwn.roospin-4zkgil 3.roospin-rf0xbo 3.roospin-n498sh.roospin-6qkitu 3.roospin-eumx9q.roospin-vdaj8l.roospin-1klzap.roospin-fj1k45 7-3.roospin-0bmqi1 10.roospin-86rfxq.roospin-fj1k45 23.roospin-rwvbcz.roospin-t9xrlt 1.roospin-amntmc 2.roospin-0bmqi1 3.roospin-t9xrlt 1.roospin-6qkitu 5.roospin-91ry62.roospin-6qkitu 32.roospin-47ap67.roospin-vdaj8l 5.roospin-2evcjr 4.roospin-fj1k45 9.roospin-fj1k45 8.roospin-6qkitu 6.roospin-gnsxs8.roospin-6xpc9q.roospin-muyuxo.roospin-e0xb1u.roospin-7zlylp 4.roospin-celr0l.roospin-7zlylp 6.roospin-7zlylp 0l29.roospin-2evcjr 17.roospin-d8o47l.roospin-unv3x6 2.roospin-pggcug 10.roospin-epy38s.roospin-0bmqi1 8.roospin-wmdh28.roospin-bik256.roospin-3iql6z.roospin-i5mwzw.roospin-8wvmrn.roospin-vdaj8l.roospin-rfybzj.roospin-0bmqi1 1.roospin-581sed.roospin-6d21nu.roospin-ad4tve.roospin-v2ylk8.roospin-mj417t.roospin-amntmc 1.roospin-r21lon.roospin-9wuamv.5z'/%3e%3c/svg%3e");
}

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

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

.roospin-n2qrax {
  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);
}

.roospin-n2qrax.roospin-f1i72k {
  display: block;
}

.roospin-n2qrax.roospin-uq7pgg {
  display: none;
}

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

.roospin-2ko287 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.roospin-whuujc {
  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);
}

.roospin-qdwh4o {
  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;
}

.roospin-1tkoui small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.roospin-89vn5r {
  font-size: 16px;
  line-height: 140%;
}

.roospin-cbkkxf {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.roospin-cbkkxf .roospin-udswy1 {
  fill: #c2c0ce;
}

.roospin-cbkkxf [rating="1"] .roospin-udswy1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roospin-cbkkxf [rating="2"] .roospin-udswy1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roospin-cbkkxf [rating="3"] .roospin-udswy1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roospin-cbkkxf [rating="4"] .roospin-udswy1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roospin-cbkkxf [rating="5"] .roospin-udswy1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.roospin-1ukdae 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;
}

.roospin-1ukdae 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 */

.roospin-gfih1a {
  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);
}

.roospin-gfih1a.roospin-wfbvzo {
  opacity: 1;
  pointer-events: auto;
}

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

.roospin-mn1rx9 label {
  font-size: 14px;
}

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

.roospin-f8so8m h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.roospin-8rhnr9, .roospin-s1ugfb, [class*="review-card"],
thead, thead th, table th, .roospin-8x6on2,
.roospin-z65krx, [class*="collapsible-header"],
.roospin-3afujz, [class*="updated-block"] {
  color: #ece7dc !important;
}

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