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

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

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

.quickwin-kil2mg {
  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) {
  .quickwin-kil2mg: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;
  }
}

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

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

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

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

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

.quickwin-vmbw5n {
  cursor: pointer;
}

.quickwin-cnlawt {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.quickwin-4kawop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quickwin-4kawop figure {
  margin: 0;
}

.quickwin-4kawop.quickwin-mprzqj {
  justify-content: flex-start;
  margin-right: 4px;
}

.quickwin-4kawop.quickwin-90r3uo {
  justify-content: flex-end;
  margin-left: 4px;
}

.quickwin-4kawop.quickwin-5iow6r {
  justify-content: center;
}

.quickwin-4kawop.quickwin-2o5383 {
  justify-content: normal;
}

.quickwin-6wqkzp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.quickwin-upwzza img {
  width: 100%;
}

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

.quickwin-paedve {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.quickwin-paedve 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);
}

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

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

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

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

.quickwin-paedve ul li:last-of-type::after {
  display: none;
}

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

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

.quickwin-p3yfo3 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .quickwin-5qokfd {
    height: 50px;
  }
}

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

.quickwin-5qokfd.quickwin-ea075q {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .quickwin-5qokfd.quickwin-ea075q:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

.quickwin-11oplf {
  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) {
  .quickwin-11oplf {
    flex-direction: column;
  }
}

.quickwin-ahyfsu {
  margin-bottom: 94px;
}

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

.quickwin-75xoqb .quickwin-dmq6gi {
  margin-bottom: 28px;
}

.quickwin-75xoqb .quickwin-dmq6gi img {
  max-height: 100px;
  width: auto;
}

.quickwin-mkvofe {
  display: flex;
  align-items: center;
}

.quickwin-mkvofe a + a {
  margin-left: 24px;
}

.quickwin-mkvofe img {
  max-height: 56px;
  width: auto;
}

.quickwin-mkvofe img + img {
  margin-left: 24px;
}

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

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

.quickwin-3chq5z {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.quickwin-iqbwtr li {
  display: flex;
  margin: 0 7px;
}

.quickwin-iqbwtr li svg {
  transition: 0.quickwin-b9o3xq ease-in-out;
}

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

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

.quickwin-fh0lz6 + .quickwin-fh0lz6 {
  margin-left: 120px;
}

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

.quickwin-1oamzf {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.quickwin-x1dtvd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quickwin-x1dtvd li {
  font-size: 16px;
}

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

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

.quickwin-x1dtvd li + li {
  margin-top: 16px;
}

.quickwin-rmt447 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.quickwin-x87htz ease-in-out;
}

.quickwin-rmt447.quickwin-aobfes {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.quickwin-ma919i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.quickwin-qmtqtb li {
  width: 100%;
}

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

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

.quickwin-qmtqtb li a.quickwin-aobfes {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.quickwin-za9glt {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.quickwin-za9glt img {
  width: 100%;
  transition: 0.quickwin-b9o3xq ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .quickwin-2fc9d6 .quickwin-dmq6gi img {
    max-width: 90px;
  }
}

.quickwin-dmq6gi img {
  max-height: 50px;
  width: auto;
}

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

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

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

.quickwin-w30top li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.quickwin-wz6e7z {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.quickwin-wz6e7z.quickwin-22fv7n {
  margin-right: 0;
}

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

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

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

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

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

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

.quickwin-moj4qg:hover > ul {
  display: flex;
}

.quickwin-moj4qg:focus > ul {
  display: flex;
}

.quickwin-moj4qg:focus-within > ul {
  display: flex;
}

.quickwin-x2l13q {
  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;
}

.quickwin-x2l13q::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.quickwin-x87htz ease-in-out;
}

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

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

.quickwin-moj4qg 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.quickwin-b9o3xq ease-in-out;
  overflow: hidden;
}

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

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

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

.quickwin-jykyrp {
  display: none;
}

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

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

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

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

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

.quickwin-zb9jod img {
  margin-bottom: 20px;
}

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

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

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

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

.quickwin-yegye6 {
  color: var(--text-color);
}

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

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

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

.quickwin-dy4ra7 p img {
  display: block;
  margin: 0 auto;
}

.quickwin-dy4ra7 p:first-of-type {
  margin-top: 0;
}

.quickwin-dy4ra7 p:last-of-type {
  margin-bottom: 0;
}

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

.quickwin-dy4ra7 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-obd5zo .quickwin-wp563c {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.quickwin-obd5zo .quickwin-hcu5zq {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.quickwin-hcu5zq {
  margin: 0 0 28px;
}

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

.quickwin-wp563c {
  margin: 0 0 28px;
}

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

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

.quickwin-tp39lw .quickwin-kil2mg {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.quickwin-vxfy96 {
  position: relative;
  border: none;
}

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

.quickwin-77sk6n {
  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;
}

.quickwin-77sk6n span {
  height: 32px;
}

.quickwin-77sk6n span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.quickwin-77sk6n.quickwin-jbtr6g span {
  transform: scaleY(-1);
}

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

.quickwin-9gqx2p {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.quickwin-9gqx2p li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.quickwin-b9o3xq ease-in-out;
}

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

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

.quickwin-9gqx2p.quickwin-dncm5k {
  display: none;
}

.quickwin-ndzvrc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.quickwin-ndzvrc table {
  width: 100%;
  border-collapse: collapse;
}

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

  .quickwin-ndzvrc table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.quickwin-8zwkql {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.quickwin-kcksmx p {
  color: var(--text-color);
}

.quickwin-pawvid {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.quickwin-rswn9q {
  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);
}

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

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

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

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

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

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

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

.quickwin-ouy5qa p + p {
  margin-top: 10px;
}

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

.quickwin-lq87fy {
  display: none;
}

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

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

.quickwin-v9wj5m li {
  margin: 0 20px;
}

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

.quickwin-v9wj5m li a img {
  margin-bottom: 4px;
}

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

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

.quickwin-ok2s2a li {
  font-size: 16px;
  position: relative;
}

.quickwin-ok2s2a li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.quickwin-ok2s2a li span {
  opacity: 0.5;
}

.quickwin-ok2s2a li + li {
  margin-left: 30px;
}

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

h2.quickwin-dlnkpz {
  margin: 0 0 28px;
}

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

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

.quickwin-k5aedh 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);
}

.quickwin-k5aedh 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;
}

.quickwin-k5aedh 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;
}

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

.quickwin-k5aedh tbody tr:last-of-type {
  margin-bottom: 0;
}

.quickwin-k5aedh tbody tr td:first-of-type {
  flex-shrink: 0;
}

.quickwin-k5aedh 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);
}

.quickwin-k5aedh 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);
}

.quickwin-k5aedh tbody tr td:last-of-type {
  margin-left: auto;
}

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

.quickwin-k5aedh tbody tr td .quickwin-lob7cl {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .quickwin-k5aedh tbody tr td .quickwin-lob7cl {
    width: 100%;
  }
}

.quickwin-k5aedh tbody tr td .quickwin-i5euml {
  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.quickwin-b9o3xq ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .quickwin-k5aedh tbody tr td .quickwin-i5euml {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .quickwin-k5aedh tbody tr td .quickwin-i5euml {
    width: 100%;
  }
}

.quickwin-k5aedh tbody tr td .quickwin-bnk5xv {
  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) {
  .quickwin-k5aedh tbody tr td .quickwin-bnk5xv:hover {
    text-decoration: none;
  }
}

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

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

.quickwin-c7nv66 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.quickwin-zcvl3t img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.quickwin-b9o3xq ease-in-out;
}

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

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

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

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

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

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

.quickwin-x0rufy img {
  width: 100%;
  height: 100%;
}

.quickwin-x0rufy iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.quickwin-xw7s6a svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.quickwin-b9o3xq ease-in-out;
}

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

.quickwin-4afvla {
  padding: 90px 0;
}

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

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

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

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

.quickwin-hx1zwx img {
  width: 100%;
}

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

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

.quickwin-6jl5zw {
  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;
}

.quickwin-6jl5zw 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) {
  .quickwin-6jl5zw {
    flex-basis: auto;
  }
}

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

.quickwin-5ufnox {
  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.quickwin-b9o3xq ease-in-out;
}

.quickwin-5ufnox:hover {
  border: 1px solid #8c8ca2;
}

.quickwin-g50j6e {
  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%);
}

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

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

.quickwin-tc6pke a {
  text-decoration: underline;
  color: #8babff;
}

.quickwin-5gi1j9 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.quickwin-5gi1j9 .quickwin-5ufnox {
  width: 50%;
  margin: 0;
}

.quickwin-asjba3 {
  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;
}

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

.quickwin-i1dfzn {
  margin: 0 0 100px;
}

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

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

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

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

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

.quickwin-l4n13j {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.quickwin-wbzccp 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.quickwin-b9o3xq ease-in-out;
}

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

.quickwin-wbzccp a svg {
  fill: #fff;
}

.quickwin-wbzccp a:hover {
  background: #3d68e7;
}

.quickwin-648i70 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.quickwin-xxrc4o {
  margin-bottom: 16px;
}

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

.quickwin-ijl4wf {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

.quickwin-1lg08w {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.quickwin-1lg08w 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);
}

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

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

.quickwin-1lg08w table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .quickwin-1lg08w {
    margin: 0;
  }
}

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

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

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

.quickwin-3ukehj {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.quickwin-3ukehj.quickwin-q7puz6 {
  display: none;
}

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

.quickwin-3kbib9 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quickwin-3kbib9 iframe.quickwin-wzbt7i {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.quickwin-3kbib9.quickwin-utah87 {
  opacity: 1;
  pointer-events: all;
}

.quickwin-6ryzmg {
  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.quickwin-b9o3xq ease-in-out;
}

.quickwin-6ryzmg svg {
  margin-right: 10px;
}

.quickwin-6ryzmg + .quickwin-6ryzmg {
  margin-top: 14px;
}

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

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

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

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

.quickwin-wpzufh .quickwin-tp39lw {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .quickwin-wpzufh .quickwin-tp39lw {
    margin: 28px 0 0;
  }
}

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

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

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

.quickwin-7e9orb {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.quickwin-ujpr3y {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.quickwin-pr07yu {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.quickwin-ijbnul .quickwin-kil2mg {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .quickwin-ijbnul .quickwin-kil2mg {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.quickwin-1n7z3y {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.quickwin-1n7z3y img {
  width: 100%;
}

.quickwin-0gzoqu {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.quickwin-2vu7en {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.quickwin-ij6qu7 {
  width: 100%;
  margin: 0 0 100px;
}

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

.quickwin-ij6qu7 .quickwin-7ivo4c {
  position: relative;
}

.quickwin-ij6qu7 .quickwin-atrk4k {
  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;
}

.quickwin-ij6qu7 .quickwin-atrk4k.quickwin-q7puz6 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .quickwin-ij6qu7 .quickwin-le6vzi {
    bottom: 90px;
  }
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-nsinam {
  max-width: 300px;
  width: 100%;
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-nsinam .quickwin-e8lwcy {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .quickwin-ij6qu7 .quickwin-le6vzi .quickwin-nsinam .quickwin-e8lwcy {
    font-size: 32px;
    text-align: center;
  }
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-nsinam .quickwin-3ory1t {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .quickwin-ij6qu7 .quickwin-le6vzi .quickwin-nsinam .quickwin-3ory1t {
    text-align: center;
  }
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n {
    flex-direction: column-reverse;
  }
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-rgivp8 {
  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.quickwin-b9o3xq ease-in-out;
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-rgivp8:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-rgivp8 {
    width: 100%;
  }
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-bxo364 {
  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.quickwin-b9o3xq ease-in-out;
  overflow: hidden;
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-bxo364 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);
  }
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-bxo364: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;
}

.quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-bxo364:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .quickwin-ij6qu7 .quickwin-le6vzi .quickwin-22fv7n .quickwin-bxo364 {
    width: 100%;
  }
}

.quickwin-ij6qu7 .quickwin-le6vzi.quickwin-q7puz6 {
  display: none;
}

.quickwin-ij6qu7 .quickwin-g86ui8 {
  display: none;
}

.quickwin-ij6qu7 .quickwin-g86ui8.quickwin-utah87 {
  display: block;
}

.quickwin-ij6qu7 .quickwin-g86ui8 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .quickwin-ij6qu7 .quickwin-g86ui8 iframe {
    height: calc(100vh - 54px);
  }
}

.quickwin-ij6qu7 .quickwin-0rdw23 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .quickwin-ij6qu7 .quickwin-0rdw23 {
    padding: 24px 16px 0;
  }
}

.quickwin-ij6qu7 .quickwin-0rdw23 .quickwin-e8lwcy {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .quickwin-ij6qu7 .quickwin-0rdw23 .quickwin-e8lwcy {
    margin-bottom: 24px;
  }
}

.quickwin-ij6qu7 .quickwin-0rdw23 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);
}

.quickwin-ij6qu7 .quickwin-0rdw23 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) {
  .quickwin-ij6qu7 .quickwin-0rdw23 table tr td {
    padding: 12px 4px;
  }
}

.quickwin-ij6qu7 .quickwin-0rdw23 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) {
  .quickwin-ij6qu7 .quickwin-0rdw23 table tr th {
    padding: 12px 4px;
  }
}

.quickwin-ij6qu7 .quickwin-0rdw23 table tr:last-of-type td {
  border-bottom: none;
}

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

.quickwin-dhmb2r.quickwin-aobfes {
  display: block;
}

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

.quickwin-dhmb2r .quickwin-1c9vmn {
  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;
}

.quickwin-dhmb2r .quickwin-o66ak2 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.quickwin-dhmb2r .quickwin-bxo364 {
  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.quickwin-b9o3xq ease-in-out;
}

.quickwin-dhmb2r .quickwin-bxo364:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.quickwin-pgp1kt.quickwin-aobfes {
  display: block;
}

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

.quickwin-ciyvb7 {
  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;
}

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

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

.quickwin-0w47nv {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.quickwin-0w47nv svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.quickwin-zfxhat {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.quickwin-ohpdog.quickwin-q7puz6 {
  display: none;
}

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

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

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

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

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

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

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

.quickwin-hoe1cw input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.quickwin-hoe1cw input:active {
  border-color: #c2c0ce;
}

.quickwin-hoe1cw input:focus {
  border-color: #c2c0ce;
}

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

.quickwin-c66ls0 {
  margin-bottom: 36px;
}

.quickwin-c66ls0 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;
}

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

.quickwin-c66ls0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.quickwin-i64bvn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quickwin-u4cjf9 {
  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.quickwin-b9o3xq ease-in-out;
}

.quickwin-u4cjf9:hover {
  background: var(--border-color);
}

.quickwin-6lzxky {
  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.quickwin-b9o3xq ease-in-out;
}

.quickwin-6lzxky:hover {
  background: #166ad9;
}

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

.quickwin-ywoiq6.quickwin-q7puz6 {
  display: none;
}

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

.quickwin-ywoiq6 .quickwin-u4cjf9 {
  margin: 0 auto;
}

.quickwin-xnfddk {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.quickwin-srao18 {
  filter: grayscale(100%);
}

.quickwin-o7jspb > input {
  display: none;
}

.quickwin-o7jspb > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-dedu7j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.quickwin-80h1ql 44.quickwin-xslyyg.quickwin-xxhcbi.quickwin-5y60ac.quickwin-sy4iis.quickwin-ddb1hf.quickwin-f0qn0b.quickwin-ls054y.quickwin-yvz73r.quickwin-dwxwua.quickwin-mtzh5w.quickwin-vypb8r.quickwin-0edko2 0l-12.quickwin-5w5v2x 30.quickwin-w2efky.quickwin-xs29sv 2.quickwin-4hzisf.quickwin-xs29sv 3.quickwin-petkbs 3.quickwin-pbg8hj.quickwin-glw5g7 3.quickwin-m40gmn.quickwin-p29cbt.quickwin-ntmpxf.quickwin-rg3xx0 7-3.quickwin-5w5v2x 10.quickwin-5tk5dd.quickwin-rg3xx0 23.quickwin-dooi9v.quickwin-50iy7n 1.quickwin-l8iooy 2.quickwin-5w5v2x 3.quickwin-50iy7n 1.quickwin-glw5g7 5.quickwin-ncsnoe.quickwin-glw5g7 32.quickwin-5tvmsy.quickwin-p29cbt 5.quickwin-0edko2 4.quickwin-rg3xx0 9.quickwin-rg3xx0 8.quickwin-glw5g7 6.quickwin-44f5gq.quickwin-4d71t7.quickwin-zfrif3.quickwin-jux53t.quickwin-hk8a5q 4.quickwin-8g207h.quickwin-hk8a5q 6.quickwin-hk8a5q 0l29.quickwin-0edko2 17.quickwin-t1jn0j.quickwin-0qabf0 2.quickwin-0h85c4 10.quickwin-rdre9o.quickwin-5w5v2x 8.quickwin-cg2a2e.quickwin-xejmac.quickwin-yn5p24.quickwin-uq8nkn.quickwin-rqu0lt.quickwin-p29cbt.quickwin-ddb1hf.quickwin-5w5v2x 1.quickwin-sc0jjw.quickwin-n22svv.quickwin-gibhcv.quickwin-hstu1r.quickwin-yfvbr3.quickwin-l8iooy 1.quickwin-vphk11.quickwin-xhss5b.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.quickwin-o7jspb > input:checked ~ label,
.quickwin-o7jspb > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-dedu7j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.quickwin-80h1ql 44.quickwin-xslyyg.quickwin-xxhcbi.quickwin-5y60ac.quickwin-sy4iis.quickwin-ddb1hf.quickwin-f0qn0b.quickwin-ls054y.quickwin-yvz73r.quickwin-dwxwua.quickwin-mtzh5w.quickwin-vypb8r.quickwin-0edko2 0l-12.quickwin-5w5v2x 30.quickwin-w2efky.quickwin-xs29sv 2.quickwin-4hzisf.quickwin-xs29sv 3.quickwin-petkbs 3.quickwin-pbg8hj.quickwin-glw5g7 3.quickwin-m40gmn.quickwin-p29cbt.quickwin-ntmpxf.quickwin-rg3xx0 7-3.quickwin-5w5v2x 10.quickwin-5tk5dd.quickwin-rg3xx0 23.quickwin-dooi9v.quickwin-50iy7n 1.quickwin-l8iooy 2.quickwin-5w5v2x 3.quickwin-50iy7n 1.quickwin-glw5g7 5.quickwin-ncsnoe.quickwin-glw5g7 32.quickwin-5tvmsy.quickwin-p29cbt 5.quickwin-0edko2 4.quickwin-rg3xx0 9.quickwin-rg3xx0 8.quickwin-glw5g7 6.quickwin-44f5gq.quickwin-4d71t7.quickwin-zfrif3.quickwin-jux53t.quickwin-hk8a5q 4.quickwin-8g207h.quickwin-hk8a5q 6.quickwin-hk8a5q 0l29.quickwin-0edko2 17.quickwin-t1jn0j.quickwin-0qabf0 2.quickwin-0h85c4 10.quickwin-rdre9o.quickwin-5w5v2x 8.quickwin-cg2a2e.quickwin-xejmac.quickwin-yn5p24.quickwin-uq8nkn.quickwin-rqu0lt.quickwin-p29cbt.quickwin-ddb1hf.quickwin-5w5v2x 1.quickwin-sc0jjw.quickwin-n22svv.quickwin-gibhcv.quickwin-hstu1r.quickwin-yfvbr3.quickwin-l8iooy 1.quickwin-vphk11.quickwin-xhss5b.5z'/%3e%3c/svg%3e");
}

.quickwin-o7jspb > input:not(:checked) ~ label:hover,
.quickwin-o7jspb > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-dedu7j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.quickwin-80h1ql 44.quickwin-xslyyg.quickwin-xxhcbi.quickwin-5y60ac.quickwin-sy4iis.quickwin-ddb1hf.quickwin-f0qn0b.quickwin-ls054y.quickwin-yvz73r.quickwin-dwxwua.quickwin-mtzh5w.quickwin-vypb8r.quickwin-0edko2 0l-12.quickwin-5w5v2x 30.quickwin-w2efky.quickwin-xs29sv 2.quickwin-4hzisf.quickwin-xs29sv 3.quickwin-petkbs 3.quickwin-pbg8hj.quickwin-glw5g7 3.quickwin-m40gmn.quickwin-p29cbt.quickwin-ntmpxf.quickwin-rg3xx0 7-3.quickwin-5w5v2x 10.quickwin-5tk5dd.quickwin-rg3xx0 23.quickwin-dooi9v.quickwin-50iy7n 1.quickwin-l8iooy 2.quickwin-5w5v2x 3.quickwin-50iy7n 1.quickwin-glw5g7 5.quickwin-ncsnoe.quickwin-glw5g7 32.quickwin-5tvmsy.quickwin-p29cbt 5.quickwin-0edko2 4.quickwin-rg3xx0 9.quickwin-rg3xx0 8.quickwin-glw5g7 6.quickwin-44f5gq.quickwin-4d71t7.quickwin-zfrif3.quickwin-jux53t.quickwin-hk8a5q 4.quickwin-8g207h.quickwin-hk8a5q 6.quickwin-hk8a5q 0l29.quickwin-0edko2 17.quickwin-t1jn0j.quickwin-0qabf0 2.quickwin-0h85c4 10.quickwin-rdre9o.quickwin-5w5v2x 8.quickwin-cg2a2e.quickwin-xejmac.quickwin-yn5p24.quickwin-uq8nkn.quickwin-rqu0lt.quickwin-p29cbt.quickwin-ddb1hf.quickwin-5w5v2x 1.quickwin-sc0jjw.quickwin-n22svv.quickwin-gibhcv.quickwin-hstu1r.quickwin-yfvbr3.quickwin-l8iooy 1.quickwin-vphk11.quickwin-xhss5b.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .quickwin-40ha07 > .quickwin-mcfmjr {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .quickwin-40ha07 > .quickwin-mcfmjr {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .quickwin-40ha07 > .quickwin-mcfmjr {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .quickwin-40ha07 > .quickwin-mcfmjr {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .quickwin-40ha07 > .quickwin-mcfmjr {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.quickwin-drrunw.quickwin-q7puz6 {
  display: none;
}

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

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

.quickwin-75w2sa {
  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;
}

.quickwin-75w2sa::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.quickwin-75w2sa::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.quickwin-75w2sa img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.quickwin-ydgllg {
  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;
}

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

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

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

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

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

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

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

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

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

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

.quickwin-drrunw.quickwin-s68g9x .quickwin-alx97j {
  background: #2b3b67;
}

.quickwin-drrunw.quickwin-s68g9x .quickwin-75w2sa {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.quickwin-drrunw.quickwin-s68g9x .quickwin-75w2sa::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.quickwin-drrunw.quickwin-s68g9x .quickwin-75w2sa::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.quickwin-drrunw.quickwin-s68g9x .quickwin-ydgllg::before {
  background: #0e0f41;
}

.quickwin-drrunw.quickwin-s68g9x .quickwin-ydgllg::after {
  background: #152557;
}

.quickwin-drrunw.quickwin-ikfsnq .quickwin-alx97j {
  background: #1f35fa;
}

.quickwin-drrunw.quickwin-ikfsnq .quickwin-75w2sa {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.quickwin-drrunw.quickwin-ikfsnq .quickwin-75w2sa::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.quickwin-drrunw.quickwin-ikfsnq .quickwin-75w2sa::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.quickwin-drrunw.quickwin-ikfsnq .quickwin-ydgllg::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.quickwin-drrunw.quickwin-ikfsnq .quickwin-ydgllg::after {
  background: #192ac8;
}

.quickwin-drrunw.quickwin-mv8fj4 .quickwin-alx97j {
  background: #fa771f;
}

.quickwin-drrunw.quickwin-mv8fj4 .quickwin-75w2sa {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.quickwin-drrunw.quickwin-mv8fj4 .quickwin-75w2sa::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.quickwin-drrunw.quickwin-mv8fj4 .quickwin-75w2sa::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.quickwin-drrunw.quickwin-mv8fj4 .quickwin-ydgllg::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.quickwin-drrunw.quickwin-mv8fj4 .quickwin-ydgllg::after {
  background: #fa8535;
}

.quickwin-m5unse {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.quickwin-h2qzu2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.quickwin-ufadyl {
  width: 120px;
  height: 22px;
}

.quickwin-ufadyl .quickwin-xwpq0k {
  fill: #c2c0ce;
}

.quickwin-ufadyl [rating="1"] .quickwin-xwpq0k:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.quickwin-ufadyl [rating="2"] .quickwin-xwpq0k:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.quickwin-ufadyl [rating="3"] .quickwin-xwpq0k:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.quickwin-ufadyl [rating="4"] .quickwin-xwpq0k:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.quickwin-ufadyl [rating="5"] .quickwin-xwpq0k:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.quickwin-4b7f7j {
  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);
}

.quickwin-4b7f7j.quickwin-utah87 {
  display: block;
}

.quickwin-4b7f7j.quickwin-q7puz6 {
  display: none;
}

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

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

.quickwin-akvejm {
  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);
}

.quickwin-1c9j5k {
  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;
}

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

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

.quickwin-iajsb4 {
  font-size: 16px;
  line-height: 140%;
}

.quickwin-m1slaf {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.quickwin-m1slaf .quickwin-xwpq0k {
  fill: #c2c0ce;
}

.quickwin-m1slaf [rating="1"] .quickwin-xwpq0k:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.quickwin-m1slaf [rating="2"] .quickwin-xwpq0k:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.quickwin-m1slaf [rating="3"] .quickwin-xwpq0k:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.quickwin-m1slaf [rating="4"] .quickwin-xwpq0k:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.quickwin-m1slaf [rating="5"] .quickwin-xwpq0k:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.quickwin-2e0dc1 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.quickwin-jzg48l {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.quickwin-4roilc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quickwin-n5nfd3 {
  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;
}

.quickwin-i128k1 {
  flex: 1;
  min-width: 0;
}

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

.quickwin-a0tira {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.quickwin-a0tira svg path {
  fill: var(--button-bg-color);
}

.quickwin-a0tira svg circle {
  fill: var(--button-text-color);
}

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

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

.quickwin-ybpond strong {
  font-weight: 600;
}

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

.quickwin-gf79qd p {
  margin: 0 0 16px;
}

.quickwin-gf79qd p:last-child {
  margin-bottom: 0;
}

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

.quickwin-vbhbce {
  max-width: 300px;
  width: 100%;
}

.quickwin-vbhbce a {
  width: 100%;
}

@media (max-width: 575px) {
  .quickwin-vbhbce {
    max-width: 200px;
  }
}

.quickwin-nydtyz {
  justify-content: center;
}

.quickwin-5zla7j {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quickwin-5irthd {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.quickwin-qeu8za .quickwin-w30top {
  justify-content: center;
}

/* faq */

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

.quickwin-j7vm0e {
  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.quickwin-qt7d30 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quickwin-j7vm0e::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.quickwin-qt7d30 ease;
}

.quickwin-eh5mef.quickwin-aobfes .quickwin-j7vm0e::after {
  transform: rotate(45deg);
}

.quickwin-30a9a2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.quickwin-b9o3xq ease, padding 0.quickwin-b9o3xq ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.quickwin-eh5mef.quickwin-aobfes .quickwin-30a9a2 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.quickwin-re0gdp {
  margin: 25px 0;
}

.quickwin-o7jspb > input:not(:checked) ~ label:hover,
.quickwin-o7jspb > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-mnkzw0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.quickwin-hxkzji 44.quickwin-l16hum.quickwin-3gnilj.quickwin-eawwg2.quickwin-l93nr4.quickwin-u96epm.quickwin-jy7uee.quickwin-039789.quickwin-1x30hd.quickwin-mxmbkg.quickwin-2zi637.quickwin-yrtjo8.quickwin-vgjr4k 0l-12.quickwin-swp4zw 30.quickwin-b5ujgr.quickwin-auo37q 2.quickwin-pe9n5j.quickwin-auo37q 3.quickwin-xa8vq7 3.quickwin-ft1z8g.quickwin-2kfrfh 3.quickwin-2z0oix.quickwin-nooyqq.quickwin-thp0e7.quickwin-ibhh6o 7-3.quickwin-swp4zw 10.quickwin-t2x91g.quickwin-ibhh6o 23.quickwin-ak9ig5.quickwin-ki7fh0 1.quickwin-n6s7iw 2.quickwin-swp4zw 3.quickwin-ki7fh0 1.quickwin-2kfrfh 5.quickwin-u4o9vk.quickwin-2kfrfh 32.quickwin-u22j0u.quickwin-nooyqq 5.quickwin-vgjr4k 4.quickwin-ibhh6o 9.quickwin-ibhh6o 8.quickwin-2kfrfh 6.quickwin-vsf1ek.quickwin-7a3mq1.quickwin-q2mmi2.quickwin-qv5cy8.quickwin-cx3yqk 4.quickwin-45l9ut.quickwin-cx3yqk 6.quickwin-cx3yqk 0l29.quickwin-vgjr4k 17.quickwin-936i96.quickwin-uz6el6 2.quickwin-xpqk1m 10.quickwin-32hlj8.quickwin-swp4zw 8.quickwin-39h0hx.quickwin-1f0sdx.quickwin-yrkl1h.quickwin-3jbxpa.quickwin-zkp7g7.quickwin-nooyqq.quickwin-u96epm.quickwin-swp4zw 1.quickwin-0efdva.quickwin-sfbl24.quickwin-yt628o.quickwin-csxvii.quickwin-2719pm.quickwin-n6s7iw 1.quickwin-pbskrq.quickwin-brjqak.5z'/%3e%3c/svg%3e");
}

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

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

.quickwin-bkx8ic {
  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);
}

.quickwin-bkx8ic.quickwin-prmvko {
  display: block;
}

.quickwin-bkx8ic.quickwin-w1yxzt {
  display: none;
}

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

.quickwin-ev8pad {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.quickwin-ozmjan {
  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);
}

.quickwin-5wdx66 {
  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;
}

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

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

.quickwin-ljn347 {
  font-size: 16px;
  line-height: 140%;
}

.quickwin-cc04xd {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.quickwin-cc04xd .quickwin-hhi2fo {
  fill: #c2c0ce;
}

.quickwin-cc04xd [rating="1"] .quickwin-hhi2fo:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.quickwin-cc04xd [rating="2"] .quickwin-hhi2fo:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.quickwin-cc04xd [rating="3"] .quickwin-hhi2fo:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.quickwin-cc04xd [rating="4"] .quickwin-hhi2fo:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.quickwin-cc04xd [rating="5"] .quickwin-hhi2fo:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.quickwin-z41xq4 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;
}

.quickwin-z41xq4 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 */

.quickwin-vkvd2i {
  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);
}

.quickwin-vkvd2i.quickwin-pve0a8 {
  opacity: 1;
  pointer-events: auto;
}
