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

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

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

.repco-c2wo2g {
  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) {
  .repco-c2wo2g: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;
  }
}

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

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

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

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

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

.repco-7annti {
  cursor: pointer;
}

.repco-0izfyq {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.repco-ydc1lm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.repco-ydc1lm figure {
  margin: 0;
}

.repco-ydc1lm.repco-yjgg74 {
  justify-content: flex-start;
  margin-right: 4px;
}

.repco-ydc1lm.repco-99h6i4 {
  justify-content: flex-end;
  margin-left: 4px;
}

.repco-ydc1lm.repco-asf05k {
  justify-content: center;
}

.repco-ydc1lm.repco-5wdngw {
  justify-content: normal;
}

.repco-d108t0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.repco-l2ao5f img {
  width: 100%;
}

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

.repco-5fk0nf {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.repco-5fk0nf 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) {
  .repco-5fk0nf ul {
    margin-bottom: 15px;
  }
}

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

.repco-5fk0nf 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);
}

.repco-5fk0nf ul li span svg {
  fill: var(--title-color);
}

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

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

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

.repco-5fk0nf ul li:last-of-type::after {
  display: none;
}

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

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

.repco-fv7hxa {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.repco-sylsnd.repco-ac3g3w {
  background-color: #000;
}

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

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

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

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

.repco-frruts {
  margin-bottom: 94px;
}

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

.repco-f4qz8v .repco-0sa1rl {
  margin-bottom: 28px;
}

.repco-f4qz8v .repco-0sa1rl img {
  max-height: 100px;
  width: auto;
}

.repco-m58s2n {
  display: flex;
  align-items: center;
}

.repco-m58s2n a + a {
  margin-left: 24px;
}

.repco-m58s2n img {
  max-height: 56px;
  width: auto;
}

.repco-m58s2n img + img {
  margin-left: 24px;
}

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

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

.repco-vvp0fi {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.repco-fod8pf li {
  display: flex;
  margin: 0 7px;
}

.repco-fod8pf li svg {
  transition: 0.repco-icotzy ease-in-out;
}

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

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

.repco-jufi3c + .repco-jufi3c {
  margin-left: 120px;
}

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

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

.repco-fgrwnm {
  list-style: none;
  margin: 0;
  padding: 0;
}

.repco-fgrwnm li {
  font-size: 16px;
}

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

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

.repco-fgrwnm li + li {
  margin-top: 16px;
}

.repco-kuvcpr {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.repco-4amr53 ease-in-out;
}

.repco-kuvcpr.repco-zrxhjh {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.repco-x4gwpp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.repco-zcqqng li {
  width: 100%;
}

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

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

.repco-zcqqng li a.repco-zrxhjh {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.repco-jz818b {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.repco-jz818b img {
  width: 100%;
  transition: 0.repco-icotzy ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .repco-opfx7k .repco-0sa1rl img {
    max-width: 90px;
  }
}

.repco-0sa1rl img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .repco-0sa1rl {
    order: -2;
  }
}

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

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

.repco-bquq6x li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.repco-odtxu5 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.repco-odtxu5.repco-yebkp4 {
  margin-right: 0;
}

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

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

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

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

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

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

.repco-ll55gw:hover > ul {
  display: flex;
}

.repco-ll55gw:focus > ul {
  display: flex;
}

.repco-ll55gw:focus-within > ul {
  display: flex;
}

.repco-85tx65 {
  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;
}

.repco-85tx65::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.repco-4amr53 ease-in-out;
}

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

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

.repco-ll55gw 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.repco-icotzy ease-in-out;
  overflow: hidden;
}

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

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

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

.repco-24xvsn {
  display: none;
}

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

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

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

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

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

.repco-icinzh img {
  margin-bottom: 20px;
}

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

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

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

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

.repco-f1ie24 {
  color: var(--text-color);
}

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

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

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

.repco-mo5hvn p img {
  display: block;
  margin: 0 auto;
}

.repco-mo5hvn p:first-of-type {
  margin-top: 0;
}

.repco-mo5hvn p:last-of-type {
  margin-bottom: 0;
}

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

.repco-mo5hvn ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.repco-fizjlj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.repco-cz8nvh .repco-5b2vcj {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .repco-cz8nvh .repco-5b2vcj {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.repco-cz8nvh .repco-wfqynm {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.repco-wfqynm {
  margin: 0 0 28px;
}

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

.repco-5b2vcj {
  margin: 0 0 28px;
}

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

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

.repco-fizjlj .repco-c2wo2g {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.repco-1ioqsp {
  position: relative;
  border: none;
}

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

.repco-4ssohr {
  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;
}

.repco-4ssohr span {
  height: 32px;
}

.repco-4ssohr span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.repco-4ssohr.repco-9twn00 span {
  transform: scaleY(-1);
}

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

.repco-86tk0s {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.repco-86tk0s li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.repco-icotzy ease-in-out;
}

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

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

.repco-86tk0s.repco-evkma1 {
  display: none;
}

.repco-ore06l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.repco-ore06l table {
  width: 100%;
  border-collapse: collapse;
}

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

  .repco-ore06l table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.repco-jwkcd3 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.repco-95dgr3 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.repco-95dgr3 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.repco-95dgr3 p {
  color: var(--text-color);
}

.repco-xiq4bw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.repco-uahl47 {
  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);
}

.repco-0z2ixg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.repco-lp3exu p + p {
  margin-top: 10px;
}

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

.repco-2elh3a {
  display: none;
}

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

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

.repco-xz752v li {
  margin: 0 20px;
}

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

.repco-xz752v li a img {
  margin-bottom: 4px;
}

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

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

.repco-sjg4a6 li {
  font-size: 16px;
  position: relative;
}

.repco-sjg4a6 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.repco-sjg4a6 li span {
  opacity: 0.5;
}

.repco-sjg4a6 li + li {
  margin-left: 30px;
}

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

h2.repco-ar8w87 {
  margin: 0 0 28px;
}

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

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

.repco-7jksl1 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);
}

.repco-7jksl1 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;
}

.repco-7jksl1 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;
}

.repco-7jksl1 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.repco-7jksl1 tbody tr:last-of-type {
  margin-bottom: 0;
}

.repco-7jksl1 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.repco-7jksl1 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);
}

.repco-7jksl1 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);
}

.repco-7jksl1 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.repco-7jksl1 tbody tr td .repco-d5rg1e {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .repco-7jksl1 tbody tr td .repco-d5rg1e {
    width: 100%;
  }
}

.repco-7jksl1 tbody tr td .repco-bcato2 {
  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.repco-icotzy ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .repco-7jksl1 tbody tr td .repco-bcato2:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .repco-7jksl1 tbody tr td .repco-bcato2 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .repco-7jksl1 tbody tr td .repco-bcato2 {
    width: 100%;
  }
}

.repco-7jksl1 tbody tr td .repco-qkeg4y {
  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) {
  .repco-7jksl1 tbody tr td .repco-qkeg4y:hover {
    text-decoration: none;
  }
}

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

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

.repco-nlzw4g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.repco-30n0ob {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.repco-mx7mpg img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.repco-icotzy ease-in-out;
}

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

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

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

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

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

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

.repco-7m55mf img {
  width: 100%;
  height: 100%;
}

.repco-7m55mf iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.repco-jl03vu svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.repco-icotzy ease-in-out;
}

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

.repco-y30dri {
  padding: 90px 0;
}

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

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

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

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

.repco-3aqzmm img {
  width: 100%;
}

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

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

.repco-szobz0 {
  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;
}

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

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

.repco-d1zpi6 {
  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.repco-icotzy ease-in-out;
}

.repco-d1zpi6:hover {
  border: 1px solid #8c8ca2;
}

.repco-6u5ljf {
  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%);
}

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

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

.repco-r5l6ax a {
  text-decoration: underline;
  color: #8babff;
}

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

.repco-b365tu .repco-d1zpi6 {
  width: 50%;
  margin: 0;
}

.repco-24k7t9 {
  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;
}

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

.repco-obxzks {
  margin: 0 0 100px;
}

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

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

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

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

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

.repco-nzg99v {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.repco-qj70bf 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.repco-icotzy ease-in-out;
}

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

.repco-qj70bf a svg {
  fill: #fff;
}

.repco-qj70bf a:hover {
  background: #3d68e7;
}

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

.repco-jqjf9q {
  margin-bottom: 16px;
}

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

.repco-y75w18 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.repco-xpbux3 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);
}

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

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

.repco-xpbux3 table tr:last-of-type td {
  border-bottom: none;
}

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

.repco-07lq7d {
  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) {
  .repco-07lq7d {
    min-height: 190px;
  }
}

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

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

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

.repco-1qji61.repco-crjbwc {
  display: none;
}

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

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

.repco-qwzgkq iframe.repco-0n9gdn {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.repco-qwzgkq.repco-boneuw {
  opacity: 1;
  pointer-events: all;
}

.repco-ciolsd {
  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.repco-icotzy ease-in-out;
}

.repco-ciolsd svg {
  margin-right: 10px;
}

.repco-ciolsd + .repco-ciolsd {
  margin-top: 14px;
}

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

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

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

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

.repco-qb11up .repco-fizjlj {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .repco-qb11up .repco-fizjlj {
    margin: 28px 0 0;
  }
}

.repco-835pns {
  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) {
  .repco-835pns {
    padding: 0 16px;
  }
}

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

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

.repco-hll7tn {
  max-width: 545px;
  width: 100%;
}

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

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

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

.repco-7hpx59 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.repco-er24ae {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.repco-le0w8h {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .repco-43dd6c {
    padding: 10px;
  }
}

.repco-43dd6c .repco-c2wo2g {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .repco-43dd6c .repco-c2wo2g {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .repco-43dd6c {
    flex-wrap: wrap;
  }
}

.repco-xkm4t8 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.repco-xkm4t8 img {
  width: 100%;
}

.repco-t8zvfw {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.repco-otnzzr {
  width: 100%;
  margin: 0 0 100px;
}

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

.repco-otnzzr .repco-29gsh2 {
  position: relative;
}

.repco-otnzzr .repco-pi9q2t {
  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;
}

.repco-otnzzr .repco-pi9q2t.repco-crjbwc {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .repco-otnzzr .repco-ay0pqc {
    bottom: 90px;
  }
}

.repco-otnzzr .repco-ay0pqc .repco-m4fr1z {
  max-width: 300px;
  width: 100%;
}

.repco-otnzzr .repco-ay0pqc .repco-m4fr1z .repco-k4l380 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .repco-otnzzr .repco-ay0pqc .repco-m4fr1z .repco-k4l380 {
    font-size: 32px;
    text-align: center;
  }
}

.repco-otnzzr .repco-ay0pqc .repco-m4fr1z .repco-pjxx8i {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .repco-otnzzr .repco-ay0pqc .repco-m4fr1z .repco-pjxx8i {
    text-align: center;
  }
}

.repco-otnzzr .repco-ay0pqc .repco-yebkp4 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .repco-otnzzr .repco-ay0pqc .repco-yebkp4 {
    flex-direction: column-reverse;
  }
}

.repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-l1j11d {
  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.repco-icotzy ease-in-out;
}

.repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-l1j11d:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-l1j11d {
    width: 100%;
  }
}

.repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-42bg4h {
  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.repco-icotzy ease-in-out;
  overflow: hidden;
}

.repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-42bg4h 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);
  }
}

.repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-42bg4h: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;
}

.repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-42bg4h:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .repco-otnzzr .repco-ay0pqc .repco-yebkp4 .repco-42bg4h {
    width: 100%;
  }
}

.repco-otnzzr .repco-ay0pqc.repco-crjbwc {
  display: none;
}

.repco-otnzzr .repco-8wdzgo {
  display: none;
}

.repco-otnzzr .repco-8wdzgo.repco-boneuw {
  display: block;
}

.repco-otnzzr .repco-8wdzgo iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.repco-otnzzr .repco-cmwgu6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .repco-otnzzr .repco-cmwgu6 {
    padding: 24px 16px 0;
  }
}

.repco-otnzzr .repco-cmwgu6 .repco-k4l380 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .repco-otnzzr .repco-cmwgu6 .repco-k4l380 {
    margin-bottom: 24px;
  }
}

.repco-otnzzr .repco-cmwgu6 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);
}

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

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

.repco-otnzzr .repco-cmwgu6 table tr:last-of-type td {
  border-bottom: none;
}

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

.repco-fxo3rm.repco-zrxhjh {
  display: block;
}

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

.repco-fxo3rm .repco-11jcb1 {
  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;
}

.repco-fxo3rm .repco-q4a5ss {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.repco-fxo3rm .repco-42bg4h {
  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.repco-icotzy ease-in-out;
}

.repco-fxo3rm .repco-42bg4h:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.repco-r180hi.repco-zrxhjh {
  display: block;
}

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

.repco-dcbaae {
  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;
}

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

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

.repco-n718lu {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.repco-n718lu svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.repco-fjpkrq {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.repco-dq02tx.repco-crjbwc {
  display: none;
}

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

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

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

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

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

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

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

.repco-fb9o6a input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.repco-fb9o6a input:active {
  border-color: #c2c0ce;
}

.repco-fb9o6a input:focus {
  border-color: #c2c0ce;
}

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

.repco-sard8m {
  margin-bottom: 36px;
}

.repco-sard8m 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;
}

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

.repco-sard8m textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.repco-2zjqjl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.repco-7qsj3o {
  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.repco-icotzy ease-in-out;
}

.repco-7qsj3o:hover {
  background: var(--border-color);
}

.repco-5zppx7 {
  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.repco-icotzy ease-in-out;
}

.repco-5zppx7:hover {
  background: #166ad9;
}

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

.repco-oogxua.repco-crjbwc {
  display: none;
}

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

.repco-oogxua .repco-7qsj3o {
  margin: 0 auto;
}

.repco-ogg4ye {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.repco-dmo2ks {
  filter: grayscale(100%);
}

.repco-1atiw2 > input {
  display: none;
}

.repco-1atiw2 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.repco-qsro32.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.repco-7fuddy 44.repco-7kwx04.repco-zzdbvm.repco-494bsc.repco-fcwlap.repco-1pexgy.repco-gji5vr.repco-tg73ga.repco-39bfts.repco-z56t0g.repco-l785bn.repco-zra05w.repco-2e6cnt 0l-12.repco-v7njps 30.repco-gk829f.repco-2fzkcx 2.repco-n8ybcl.repco-2fzkcx 3.repco-age46j 3.repco-ugoehl.repco-bhhua5 3.repco-o0x64g.repco-fj3cgp.repco-ds0sz8.repco-ec5tdd 7-3.repco-v7njps 10.repco-1b3q29.repco-ec5tdd 23.repco-498rw2.repco-miqstx 1.repco-x20zka 2.repco-v7njps 3.repco-miqstx 1.repco-bhhua5 5.repco-vwi14n.repco-bhhua5 32.repco-mfyqqq.repco-fj3cgp 5.repco-2e6cnt 4.repco-ec5tdd 9.repco-ec5tdd 8.repco-bhhua5 6.repco-cjzlig.repco-unw90n.repco-n1p17q.repco-ao26fj.repco-gwtb17 4.repco-1od22t.repco-gwtb17 6.repco-gwtb17 0l29.repco-2e6cnt 17.repco-v884uj.repco-2xgbht 2.repco-ro28ds 10.repco-1v8to0.repco-v7njps 8.repco-jwb53q.repco-tds390.repco-syp4gc.repco-7fh6t8.repco-r026j7.repco-fj3cgp.repco-1pexgy.repco-v7njps 1.repco-whi9im.repco-8uxelt.repco-kji7m6.repco-yjum8o.repco-1msaev.repco-x20zka 1.repco-r8wj2b.repco-st6f2t.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.repco-1atiw2 > input:checked ~ label,
.repco-1atiw2 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.repco-qsro32.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.repco-7fuddy 44.repco-7kwx04.repco-zzdbvm.repco-494bsc.repco-fcwlap.repco-1pexgy.repco-gji5vr.repco-tg73ga.repco-39bfts.repco-z56t0g.repco-l785bn.repco-zra05w.repco-2e6cnt 0l-12.repco-v7njps 30.repco-gk829f.repco-2fzkcx 2.repco-n8ybcl.repco-2fzkcx 3.repco-age46j 3.repco-ugoehl.repco-bhhua5 3.repco-o0x64g.repco-fj3cgp.repco-ds0sz8.repco-ec5tdd 7-3.repco-v7njps 10.repco-1b3q29.repco-ec5tdd 23.repco-498rw2.repco-miqstx 1.repco-x20zka 2.repco-v7njps 3.repco-miqstx 1.repco-bhhua5 5.repco-vwi14n.repco-bhhua5 32.repco-mfyqqq.repco-fj3cgp 5.repco-2e6cnt 4.repco-ec5tdd 9.repco-ec5tdd 8.repco-bhhua5 6.repco-cjzlig.repco-unw90n.repco-n1p17q.repco-ao26fj.repco-gwtb17 4.repco-1od22t.repco-gwtb17 6.repco-gwtb17 0l29.repco-2e6cnt 17.repco-v884uj.repco-2xgbht 2.repco-ro28ds 10.repco-1v8to0.repco-v7njps 8.repco-jwb53q.repco-tds390.repco-syp4gc.repco-7fh6t8.repco-r026j7.repco-fj3cgp.repco-1pexgy.repco-v7njps 1.repco-whi9im.repco-8uxelt.repco-kji7m6.repco-yjum8o.repco-1msaev.repco-x20zka 1.repco-r8wj2b.repco-st6f2t.5z'/%3e%3c/svg%3e");
}

.repco-1atiw2 > input:not(:checked) ~ label:hover,
.repco-1atiw2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.repco-qsro32.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.repco-7fuddy 44.repco-7kwx04.repco-zzdbvm.repco-494bsc.repco-fcwlap.repco-1pexgy.repco-gji5vr.repco-tg73ga.repco-39bfts.repco-z56t0g.repco-l785bn.repco-zra05w.repco-2e6cnt 0l-12.repco-v7njps 30.repco-gk829f.repco-2fzkcx 2.repco-n8ybcl.repco-2fzkcx 3.repco-age46j 3.repco-ugoehl.repco-bhhua5 3.repco-o0x64g.repco-fj3cgp.repco-ds0sz8.repco-ec5tdd 7-3.repco-v7njps 10.repco-1b3q29.repco-ec5tdd 23.repco-498rw2.repco-miqstx 1.repco-x20zka 2.repco-v7njps 3.repco-miqstx 1.repco-bhhua5 5.repco-vwi14n.repco-bhhua5 32.repco-mfyqqq.repco-fj3cgp 5.repco-2e6cnt 4.repco-ec5tdd 9.repco-ec5tdd 8.repco-bhhua5 6.repco-cjzlig.repco-unw90n.repco-n1p17q.repco-ao26fj.repco-gwtb17 4.repco-1od22t.repco-gwtb17 6.repco-gwtb17 0l29.repco-2e6cnt 17.repco-v884uj.repco-2xgbht 2.repco-ro28ds 10.repco-1v8to0.repco-v7njps 8.repco-jwb53q.repco-tds390.repco-syp4gc.repco-7fh6t8.repco-r026j7.repco-fj3cgp.repco-1pexgy.repco-v7njps 1.repco-whi9im.repco-8uxelt.repco-kji7m6.repco-yjum8o.repco-1msaev.repco-x20zka 1.repco-r8wj2b.repco-st6f2t.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .repco-6rl0p8 > .repco-cd3vk6 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .repco-6rl0p8 > .repco-cd3vk6 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .repco-6rl0p8 > .repco-cd3vk6 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .repco-6rl0p8 > .repco-cd3vk6 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .repco-6rl0p8 > .repco-cd3vk6 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.repco-9iws2j.repco-crjbwc {
  display: none;
}

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

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

.repco-p4o4li {
  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;
}

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

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

.repco-p4o4li img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.repco-b0dkkt {
  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;
}

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

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

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

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

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

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

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

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

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

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

.repco-9iws2j.repco-hl26sc .repco-vuagk2 {
  background: #2b3b67;
}

.repco-9iws2j.repco-hl26sc .repco-p4o4li {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.repco-9iws2j.repco-hl26sc .repco-p4o4li::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.repco-9iws2j.repco-hl26sc .repco-p4o4li::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.repco-9iws2j.repco-hl26sc .repco-b0dkkt::before {
  background: #0e0f41;
}

.repco-9iws2j.repco-hl26sc .repco-b0dkkt::after {
  background: #152557;
}

.repco-9iws2j.repco-xe7cmq .repco-vuagk2 {
  background: #1f35fa;
}

.repco-9iws2j.repco-xe7cmq .repco-p4o4li {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.repco-9iws2j.repco-xe7cmq .repco-p4o4li::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.repco-9iws2j.repco-xe7cmq .repco-p4o4li::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.repco-9iws2j.repco-xe7cmq .repco-b0dkkt::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.repco-9iws2j.repco-xe7cmq .repco-b0dkkt::after {
  background: #192ac8;
}

.repco-9iws2j.repco-mmqlyr .repco-vuagk2 {
  background: #fa771f;
}

.repco-9iws2j.repco-mmqlyr .repco-p4o4li {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.repco-9iws2j.repco-mmqlyr .repco-p4o4li::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.repco-9iws2j.repco-mmqlyr .repco-p4o4li::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.repco-9iws2j.repco-mmqlyr .repco-b0dkkt::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.repco-9iws2j.repco-mmqlyr .repco-b0dkkt::after {
  background: #fa8535;
}

.repco-v6w82w {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.repco-b1jxkc {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.repco-pgvsjp {
  width: 120px;
  height: 22px;
}

.repco-pgvsjp .repco-ip11a9 {
  fill: #c2c0ce;
}

.repco-pgvsjp [rating="1"] .repco-ip11a9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.repco-pgvsjp [rating="2"] .repco-ip11a9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.repco-pgvsjp [rating="3"] .repco-ip11a9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.repco-pgvsjp [rating="4"] .repco-ip11a9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.repco-pgvsjp [rating="5"] .repco-ip11a9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.repco-80sexs {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.repco-440boa {
  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);
}

.repco-440boa.repco-boneuw {
  display: block;
}

.repco-440boa.repco-crjbwc {
  display: none;
}

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

.repco-603l39 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.repco-t7djf4 {
  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);
}

.repco-qi5xll {
  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;
}

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

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

.repco-4jqv4u {
  font-size: 16px;
  line-height: 140%;
}

.repco-g1u1v8 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.repco-g1u1v8 .repco-ip11a9 {
  fill: #c2c0ce;
}

.repco-g1u1v8 [rating="1"] .repco-ip11a9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.repco-g1u1v8 [rating="2"] .repco-ip11a9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.repco-g1u1v8 [rating="3"] .repco-ip11a9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.repco-g1u1v8 [rating="4"] .repco-ip11a9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.repco-g1u1v8 [rating="5"] .repco-ip11a9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.repco-lskgav {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.repco-8smps3 {
  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) {
  .repco-8smps3 {
    padding: 12px;
    gap: 12px;
  }
}

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

.repco-ceyi4r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repco-6hkzow {
  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;
}

.repco-748wtg {
  flex: 1;
  min-width: 0;
}

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

.repco-zhv7cs {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.repco-zhv7cs svg path {
  fill: var(--button-bg-color);
}

.repco-zhv7cs svg circle {
  fill: var(--button-text-color);
}

.repco-6p35vb {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.repco-6p35vb strong {
  font-weight: 600;
}

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

.repco-0zq8e4 p {
  margin: 0 0 16px;
}

.repco-0zq8e4 p:last-child {
  margin-bottom: 0;
}

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

.repco-987kvt {
  max-width: 300px;
  width: 100%;
}

.repco-987kvt a {
  width: 100%;
}

@media (max-width: 575px) {
  .repco-987kvt {
    max-width: 200px;
  }
}

.repco-set9s9 {
  justify-content: center;
}

.repco-ojtvy5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.repco-ilppwz {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.repco-7vsz7g .repco-bquq6x {
  justify-content: center;
}

/* faq */

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

.repco-e34rc4 {
  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.repco-35cdcl ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.repco-e34rc4::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.repco-35cdcl ease;
}

.repco-pksknu.repco-zrxhjh .repco-e34rc4::after {
  transform: rotate(45deg);
}

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

.repco-pksknu.repco-zrxhjh .repco-r79t1k {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.repco-xy5ewn {
  margin: 25px 0;
}

.repco-1atiw2 > input:not(:checked) ~ label:hover,
.repco-1atiw2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.repco-qkffyc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.repco-44r2z8 44.repco-lvgyii.repco-gxu2m1.repco-9d0w5x.repco-1wyau0.repco-qg4ry6.repco-rlbana.repco-r53pej.repco-ksfeik.repco-0dfyih.repco-q3k27j.repco-kdey36.repco-trtzbo 0l-12.repco-l4e9gj 30.repco-qc0qqx.repco-ikqxgk 2.repco-d93svh.repco-ikqxgk 3.repco-i2epe2 3.repco-lwobhe.repco-k9f2x6 3.repco-j2ih06.repco-fty76x.repco-laqtg4.repco-b8wje2 7-3.repco-l4e9gj 10.repco-l0gqlu.repco-b8wje2 23.repco-a1zmni.repco-yy8n1d 1.repco-2rjamn 2.repco-l4e9gj 3.repco-yy8n1d 1.repco-k9f2x6 5.repco-1m3hwb.repco-k9f2x6 32.repco-z9jt44.repco-fty76x 5.repco-trtzbo 4.repco-b8wje2 9.repco-b8wje2 8.repco-k9f2x6 6.repco-tax58f.repco-kr27jn.repco-8ez5rh.repco-y8r3md.repco-6vlo2i 4.repco-hf1syw.repco-6vlo2i 6.repco-6vlo2i 0l29.repco-trtzbo 17.repco-zh7zal.repco-j8nk31 2.repco-ytdhlg 10.repco-6vl561.repco-l4e9gj 8.repco-rttx08.repco-9ptmhe.repco-36pj6v.repco-ojzojw.repco-6d4o1i.repco-fty76x.repco-qg4ry6.repco-l4e9gj 1.repco-xti159.repco-yk4kt3.repco-o73gmz.repco-kaxre1.repco-mz03z7.repco-2rjamn 1.repco-jf8sg6.repco-wenqwg.5z'/%3e%3c/svg%3e");
}

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

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

.repco-l0t4ib {
  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);
}

.repco-l0t4ib.repco-ozpaq9 {
  display: block;
}

.repco-l0t4ib.repco-i2nr9u {
  display: none;
}

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

.repco-j13jcs {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.repco-ouekoj {
  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);
}

.repco-dplrpz {
  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;
}

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

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

.repco-mu3rmw {
  font-size: 16px;
  line-height: 140%;
}

.repco-1unmls {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.repco-1unmls .repco-3r4uf2 {
  fill: #c2c0ce;
}

.repco-1unmls [rating="1"] .repco-3r4uf2:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.repco-1unmls [rating="2"] .repco-3r4uf2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.repco-1unmls [rating="3"] .repco-3r4uf2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.repco-1unmls [rating="4"] .repco-3r4uf2:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.repco-1unmls [rating="5"] .repco-3r4uf2:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.repco-gxx4ad 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;
}

.repco-gxx4ad 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 */

.repco-35x626 {
  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);
}

.repco-35x626.repco-x2zdf9 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.repco-8vp1d9 {
  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;
}

.repco-8vp1d9 label {
  font-size: 14px;
}

.repco-8vp1d9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.repco-8vp1d9 input,
.repco-8vp1d9 textarea,
.repco-8vp1d9 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;
}
.repco-8vp1d9 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.repco-35cdcl ease;
}
.repco-8vp1d9 button:hover {
  background-color: var(--button-bg-hover);
}
.repco-6ca46z {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.repco-8vos9r ease-in;
}

.repco-6ca46z 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;
}
.repco-q75et3, .repco-x9363l, [class*="review-card"],
thead, thead th, table th, .repco-rpwp6o,
.repco-7n2twx, [class*="collapsible-header"],
.repco-xiq4bw, [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; }
.repco-sylsnd, .repco-sylsnd :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
