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

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

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

.pistolo-vywgmy {
  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) {
  .pistolo-vywgmy: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;
  }
}

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

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

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

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

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

.pistolo-5lj9yc {
  cursor: pointer;
}

.pistolo-1kxea0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.pistolo-2xeiwy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pistolo-2xeiwy figure {
  margin: 0;
}

.pistolo-2xeiwy.pistolo-pwklp5 {
  justify-content: flex-start;
  margin-right: 4px;
}

.pistolo-2xeiwy.pistolo-9ebcb6 {
  justify-content: flex-end;
  margin-left: 4px;
}

.pistolo-2xeiwy.pistolo-9ctmac {
  justify-content: center;
}

.pistolo-2xeiwy.pistolo-uqwmd7 {
  justify-content: normal;
}

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

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

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

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

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

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

.pistolo-97vlhy img {
  width: 100%;
}

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

.pistolo-4zc1al {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.pistolo-4zc1al 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) {
  .pistolo-4zc1al ul {
    margin-bottom: 15px;
  }
}

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

.pistolo-4zc1al 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);
}

.pistolo-4zc1al ul li span svg {
  fill: var(--title-color);
}

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

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

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

.pistolo-4zc1al ul li:last-of-type::after {
  display: none;
}

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

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

.pistolo-dcbvof {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .pistolo-9z6tz4 {
    height: 50px;
  }
}

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

.pistolo-9z6tz4.pistolo-800vlm {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .pistolo-9z6tz4.pistolo-800vlm:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

.pistolo-81c4s2 {
  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) {
  .pistolo-81c4s2 {
    flex-direction: column;
  }
}

.pistolo-eupg10 {
  margin-bottom: 94px;
}

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

.pistolo-9z0h73 .pistolo-zxzb2c {
  margin-bottom: 28px;
}

.pistolo-9z0h73 .pistolo-zxzb2c img {
  max-height: 100px;
  width: auto;
}

.pistolo-5eogn8 {
  display: flex;
  align-items: center;
}

.pistolo-5eogn8 a + a {
  margin-left: 24px;
}

.pistolo-5eogn8 img {
  max-height: 56px;
  width: auto;
}

.pistolo-5eogn8 img + img {
  margin-left: 24px;
}

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

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

.pistolo-hy2kuo {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .pistolo-0eilbe {
    flex-wrap: wrap;
  }
}

.pistolo-0eilbe li {
  display: flex;
  margin: 0 7px;
}

.pistolo-0eilbe li svg {
  transition: 0.pistolo-kfp93p ease-in-out;
}

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

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

.pistolo-qigo57 + .pistolo-qigo57 {
  margin-left: 120px;
}

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

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

.pistolo-g9lapp {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pistolo-g9lapp li {
  font-size: 16px;
}

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

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

.pistolo-g9lapp li + li {
  margin-top: 16px;
}

.pistolo-iccrvp {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.pistolo-hogyns ease-in-out;
}

.pistolo-iccrvp.pistolo-qer2qz {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.pistolo-o06xkx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.pistolo-jvdvbt li {
  width: 100%;
}

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

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

.pistolo-jvdvbt li a.pistolo-qer2qz {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.pistolo-kq6qdl {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.pistolo-kq6qdl img {
  width: 100%;
  transition: 0.pistolo-kfp93p ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .pistolo-n0l50l .pistolo-zxzb2c img {
    max-width: 90px;
  }
}

.pistolo-zxzb2c img {
  max-height: 50px;
  width: auto;
}

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

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

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

.pistolo-szrptw li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.pistolo-q1zhmq {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.pistolo-q1zhmq.pistolo-ugmhwl {
  margin-right: 0;
}

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

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

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

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

.pistolo-1feqxy {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.pistolo-1feqxy:hover > ul {
  display: flex;
}

.pistolo-1feqxy:focus > ul {
  display: flex;
}

.pistolo-1feqxy:focus-within > ul {
  display: flex;
}

.pistolo-sbkrel {
  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;
}

.pistolo-sbkrel::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.pistolo-hogyns ease-in-out;
}

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

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

.pistolo-1feqxy 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.pistolo-kfp93p ease-in-out;
  overflow: hidden;
}

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

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

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

.pistolo-shwc3o {
  display: none;
}

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

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

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

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

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

.pistolo-e0z2nx img {
  margin-bottom: 20px;
}

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

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

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

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

.pistolo-go30bx {
  color: var(--text-color);
}

.pistolo-7lz523 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.pistolo-7lz523 p img {
  display: block;
  margin: 0 auto;
}

.pistolo-7lz523 p:first-of-type {
  margin-top: 0;
}

.pistolo-7lz523 p:last-of-type {
  margin-bottom: 0;
}

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

.pistolo-7lz523 ul {
  padding: 0 0 0 20px;
}

.pistolo-7lz523 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.pistolo-7lz523 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.pistolo-7lz523 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

.pistolo-4fhbfc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.pistolo-4fhbfc .pistolo-gr1cdv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-4fhbfc .pistolo-gr1cdv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.pistolo-4fhbfc .pistolo-5wd1gt {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-4fhbfc .pistolo-5wd1gt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .pistolo-4fhbfc .pistolo-5wd1gt img {
    width: 100%;
  }
}

.pistolo-5wd1gt {
  margin: 0 0 28px;
}

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

.pistolo-gr1cdv {
  margin: 0 0 28px;
}

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

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

.pistolo-rrnlxb .pistolo-vywgmy {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.pistolo-ujdqfn {
  position: relative;
  border: none;
}

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

.pistolo-mpduje {
  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;
}

.pistolo-mpduje span {
  height: 32px;
}

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

.pistolo-mpduje.pistolo-06vpco span {
  transform: scaleY(-1);
}

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

.pistolo-dksdmj {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.pistolo-dksdmj.pistolo-qw5oyi {
  display: none;
}

.pistolo-7v5kxi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.pistolo-7v5kxi table {
  width: 100%;
  border-collapse: collapse;
}

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

  .pistolo-7v5kxi table td {
    min-width: 75px;
  }
}

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

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

.pistolo-7v5kxi p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.pistolo-e6nqe8 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.pistolo-brf0bj p {
  color: var(--text-color);
}

.pistolo-0qvd9r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.pistolo-yui1hr {
  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);
}

.pistolo-srajqc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.pistolo-vrg14c p + p {
  margin-top: 10px;
}

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

.pistolo-4wjl2k {
  display: none;
}

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

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

.pistolo-tj4qf7 li {
  margin: 0 20px;
}

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

.pistolo-tj4qf7 li a img {
  margin-bottom: 4px;
}

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

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

.pistolo-sdsx1k li {
  font-size: 16px;
  position: relative;
}

.pistolo-sdsx1k li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.pistolo-sdsx1k li span {
  opacity: 0.5;
}

.pistolo-sdsx1k li + li {
  margin-left: 30px;
}

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

h2.pistolo-w0ahq9 {
  margin: 0 0 28px;
}

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

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

.pistolo-kwyvjq 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);
}

.pistolo-kwyvjq 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;
}

.pistolo-kwyvjq 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;
}

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

.pistolo-kwyvjq tbody tr:last-of-type {
  margin-bottom: 0;
}

.pistolo-kwyvjq tbody tr td:first-of-type {
  flex-shrink: 0;
}

.pistolo-kwyvjq 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);
}

.pistolo-kwyvjq 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);
}

.pistolo-kwyvjq tbody tr td:last-of-type {
  margin-left: auto;
}

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

.pistolo-kwyvjq tbody tr td .pistolo-o23slq {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .pistolo-kwyvjq tbody tr td .pistolo-o23slq {
    width: 100%;
  }
}

.pistolo-kwyvjq tbody tr td .pistolo-eyio8g {
  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.pistolo-kfp93p ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .pistolo-kwyvjq tbody tr td .pistolo-eyio8g {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .pistolo-kwyvjq tbody tr td .pistolo-eyio8g {
    width: 100%;
  }
}

.pistolo-kwyvjq tbody tr td .pistolo-txs7ue {
  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) {
  .pistolo-kwyvjq tbody tr td .pistolo-txs7ue:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.pistolo-zp8cb4 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.pistolo-kfp93p ease-in-out;
}

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

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

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

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

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

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

.pistolo-e2z4nf img {
  width: 100%;
  height: 100%;
}

.pistolo-e2z4nf iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.pistolo-glb2dh svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.pistolo-kfp93p ease-in-out;
}

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

.pistolo-qm4rtz {
  padding: 90px 0;
}

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

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

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

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

.pistolo-b16gow img {
  width: 100%;
}

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

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

.pistolo-tontvt {
  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;
}

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

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

.pistolo-ryti4s {
  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.pistolo-kfp93p ease-in-out;
}

.pistolo-ryti4s:hover {
  border: 1px solid #8c8ca2;
}

.pistolo-0gkc1x {
  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%);
}

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

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

.pistolo-j1mnge a {
  text-decoration: underline;
  color: #8babff;
}

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

.pistolo-fr1m98 .pistolo-ryti4s {
  width: 50%;
  margin: 0;
}

.pistolo-kthvfr {
  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;
}

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

.pistolo-149qn4 {
  margin: 0 0 100px;
}

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

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

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

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

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

.pistolo-tqebga {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.pistolo-3gqk6y 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.pistolo-kfp93p ease-in-out;
}

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

.pistolo-3gqk6y a svg {
  fill: #fff;
}

.pistolo-3gqk6y a:hover {
  background: #3d68e7;
}

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

.pistolo-3khmqz {
  margin-bottom: 16px;
}

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

.pistolo-mwa73d {
  font-size: 16px;
  color: var(--text-color);
}

.pistolo-49279h {
  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) {
  .pistolo-49279h {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.pistolo-ncqbo0 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);
}

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

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

.pistolo-ncqbo0 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.pistolo-c5812q.pistolo-ftmubr {
  display: none;
}

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

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

.pistolo-2jqg4r iframe.pistolo-92u96f {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.pistolo-2jqg4r.pistolo-j5o0od {
  opacity: 1;
  pointer-events: all;
}

.pistolo-s3fu28 {
  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.pistolo-kfp93p ease-in-out;
}

.pistolo-s3fu28 svg {
  margin-right: 10px;
}

.pistolo-s3fu28 + .pistolo-s3fu28 {
  margin-top: 14px;
}

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

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

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

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

.pistolo-49279h .pistolo-rrnlxb {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.pistolo-49279h .pistolo-rrnlxb h1,
.pistolo-49279h .pistolo-rrnlxb 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) {
  .pistolo-49279h .pistolo-rrnlxb h1,
  .pistolo-49279h .pistolo-rrnlxb h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .pistolo-49279h .pistolo-rrnlxb {
    margin: 28px 0 0;
  }
}

.pistolo-6b2bby {
  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) {
  .pistolo-6b2bby {
    padding: 0 16px;
  }
}

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

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

.pistolo-spfx8u {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.pistolo-54p8kn {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.pistolo-cwtgq6 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.pistolo-g2ab6d .pistolo-vywgmy {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .pistolo-g2ab6d .pistolo-vywgmy {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.pistolo-e69x5l {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.pistolo-e69x5l img {
  width: 100%;
}

.pistolo-7mfjyy {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.pistolo-1r0nsf {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.pistolo-k7z68c {
  width: 100%;
  margin: 0 0 100px;
}

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

.pistolo-k7z68c .pistolo-xmgyfj {
  position: relative;
}

.pistolo-k7z68c .pistolo-6bsitv {
  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;
}

.pistolo-k7z68c .pistolo-6bsitv.pistolo-ftmubr {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .pistolo-k7z68c .pistolo-3g4jer {
    bottom: 90px;
  }
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-3z4eu5 {
  max-width: 300px;
  width: 100%;
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-3z4eu5 .pistolo-wetyyw {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-k7z68c .pistolo-3g4jer .pistolo-3z4eu5 .pistolo-wetyyw {
    font-size: 32px;
    text-align: center;
  }
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-3z4eu5 .pistolo-gzrtqx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-k7z68c .pistolo-3g4jer .pistolo-3z4eu5 .pistolo-gzrtqx {
    text-align: center;
  }
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl {
    flex-direction: column-reverse;
  }
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-0107sl {
  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.pistolo-kfp93p ease-in-out;
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-0107sl:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-0107sl {
    width: 100%;
  }
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-m140ox {
  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.pistolo-kfp93p ease-in-out;
  overflow: hidden;
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-m140ox 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);
  }
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-m140ox: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;
}

.pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-m140ox:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .pistolo-k7z68c .pistolo-3g4jer .pistolo-ugmhwl .pistolo-m140ox {
    width: 100%;
  }
}

.pistolo-k7z68c .pistolo-3g4jer.pistolo-ftmubr {
  display: none;
}

.pistolo-k7z68c .pistolo-g6xsvv {
  display: none;
}

.pistolo-k7z68c .pistolo-g6xsvv.pistolo-j5o0od {
  display: block;
}

.pistolo-k7z68c .pistolo-g6xsvv iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .pistolo-k7z68c .pistolo-g6xsvv iframe {
    height: calc(100vh - 54px);
  }
}

.pistolo-k7z68c .pistolo-7rpyg1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .pistolo-k7z68c .pistolo-7rpyg1 {
    padding: 24px 16px 0;
  }
}

.pistolo-k7z68c .pistolo-7rpyg1 .pistolo-wetyyw {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pistolo-k7z68c .pistolo-7rpyg1 .pistolo-wetyyw {
    margin-bottom: 24px;
  }
}

.pistolo-k7z68c .pistolo-7rpyg1 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);
}

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

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

.pistolo-k7z68c .pistolo-7rpyg1 table tr:last-of-type td {
  border-bottom: none;
}

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

.pistolo-qkc4p5.pistolo-qer2qz {
  display: block;
}

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

.pistolo-qkc4p5 .pistolo-0pwi6a {
  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;
}

.pistolo-qkc4p5 .pistolo-i7kib4 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.pistolo-qkc4p5 .pistolo-m140ox {
  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.pistolo-kfp93p ease-in-out;
}

.pistolo-qkc4p5 .pistolo-m140ox:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.pistolo-fb9l6l.pistolo-qer2qz {
  display: block;
}

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

.pistolo-voreyt {
  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;
}

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

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

.pistolo-771rwx {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.pistolo-771rwx svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.pistolo-volchp {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pistolo-v474mx.pistolo-ftmubr {
  display: none;
}

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

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

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

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

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

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

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

.pistolo-r1bu9w input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.pistolo-r1bu9w input:active {
  border-color: #c2c0ce;
}

.pistolo-r1bu9w input:focus {
  border-color: #c2c0ce;
}

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

.pistolo-ofmi55 {
  margin-bottom: 36px;
}

.pistolo-ofmi55 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;
}

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

.pistolo-ofmi55 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.pistolo-84azc3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pistolo-ttveyk {
  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.pistolo-kfp93p ease-in-out;
}

.pistolo-ttveyk:hover {
  background: var(--border-color);
}

.pistolo-bty0re {
  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.pistolo-kfp93p ease-in-out;
}

.pistolo-bty0re:hover {
  background: #166ad9;
}

.pistolo-4288ee {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pistolo-4288ee.pistolo-ftmubr {
  display: none;
}

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

.pistolo-4288ee .pistolo-ttveyk {
  margin: 0 auto;
}

.pistolo-0iairy {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.pistolo-7yl1f0 {
  filter: grayscale(100%);
}

.pistolo-ozig5y > input {
  display: none;
}

.pistolo-ozig5y > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-q9txym.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.pistolo-u0n3od 44.pistolo-lmaky1.pistolo-ty56o7.pistolo-1ivkgy.pistolo-festb3.pistolo-cpiheo.pistolo-nugpyr.pistolo-zredu7.pistolo-xu5dc0.pistolo-gz3g5c.pistolo-ma7hfe.pistolo-x3twqr.pistolo-59adcm 0l-12.pistolo-04xndh 30.pistolo-9iiscq.pistolo-az25a3 2.pistolo-7sebie.pistolo-az25a3 3.pistolo-n9tq1m 3.pistolo-dw2y67.pistolo-3734dz 3.pistolo-73diqs.pistolo-zijkup.pistolo-74we44.pistolo-fjgw48 7-3.pistolo-04xndh 10.pistolo-o8qkw6.pistolo-fjgw48 23.pistolo-0rllwe.pistolo-3lanxm 1.pistolo-xi9em6 2.pistolo-04xndh 3.pistolo-3lanxm 1.pistolo-3734dz 5.pistolo-i46r7p.pistolo-3734dz 32.pistolo-51un2s.pistolo-zijkup 5.pistolo-59adcm 4.pistolo-fjgw48 9.pistolo-fjgw48 8.pistolo-3734dz 6.pistolo-qxr3xr.pistolo-i271fi.pistolo-4ld6ce.pistolo-rexcw8.pistolo-mbdw12 4.pistolo-dphfsd.pistolo-mbdw12 6.pistolo-mbdw12 0l29.pistolo-59adcm 17.pistolo-onk619.pistolo-xms1pz 2.pistolo-ji4udt 10.pistolo-wy9o5x.pistolo-04xndh 8.pistolo-ojgwcq.pistolo-om6xk1.pistolo-b0o230.pistolo-7crndv.pistolo-41pegn.pistolo-zijkup.pistolo-cpiheo.pistolo-04xndh 1.pistolo-v38w0y.pistolo-q32krf.pistolo-8may90.pistolo-sso6e0.pistolo-21zecc.pistolo-xi9em6 1.pistolo-yps2vo.pistolo-tgmvld.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.pistolo-ozig5y > input:checked ~ label,
.pistolo-ozig5y > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-q9txym.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.pistolo-u0n3od 44.pistolo-lmaky1.pistolo-ty56o7.pistolo-1ivkgy.pistolo-festb3.pistolo-cpiheo.pistolo-nugpyr.pistolo-zredu7.pistolo-xu5dc0.pistolo-gz3g5c.pistolo-ma7hfe.pistolo-x3twqr.pistolo-59adcm 0l-12.pistolo-04xndh 30.pistolo-9iiscq.pistolo-az25a3 2.pistolo-7sebie.pistolo-az25a3 3.pistolo-n9tq1m 3.pistolo-dw2y67.pistolo-3734dz 3.pistolo-73diqs.pistolo-zijkup.pistolo-74we44.pistolo-fjgw48 7-3.pistolo-04xndh 10.pistolo-o8qkw6.pistolo-fjgw48 23.pistolo-0rllwe.pistolo-3lanxm 1.pistolo-xi9em6 2.pistolo-04xndh 3.pistolo-3lanxm 1.pistolo-3734dz 5.pistolo-i46r7p.pistolo-3734dz 32.pistolo-51un2s.pistolo-zijkup 5.pistolo-59adcm 4.pistolo-fjgw48 9.pistolo-fjgw48 8.pistolo-3734dz 6.pistolo-qxr3xr.pistolo-i271fi.pistolo-4ld6ce.pistolo-rexcw8.pistolo-mbdw12 4.pistolo-dphfsd.pistolo-mbdw12 6.pistolo-mbdw12 0l29.pistolo-59adcm 17.pistolo-onk619.pistolo-xms1pz 2.pistolo-ji4udt 10.pistolo-wy9o5x.pistolo-04xndh 8.pistolo-ojgwcq.pistolo-om6xk1.pistolo-b0o230.pistolo-7crndv.pistolo-41pegn.pistolo-zijkup.pistolo-cpiheo.pistolo-04xndh 1.pistolo-v38w0y.pistolo-q32krf.pistolo-8may90.pistolo-sso6e0.pistolo-21zecc.pistolo-xi9em6 1.pistolo-yps2vo.pistolo-tgmvld.5z'/%3e%3c/svg%3e");
}

.pistolo-ozig5y > input:not(:checked) ~ label:hover,
.pistolo-ozig5y > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-q9txym.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.pistolo-u0n3od 44.pistolo-lmaky1.pistolo-ty56o7.pistolo-1ivkgy.pistolo-festb3.pistolo-cpiheo.pistolo-nugpyr.pistolo-zredu7.pistolo-xu5dc0.pistolo-gz3g5c.pistolo-ma7hfe.pistolo-x3twqr.pistolo-59adcm 0l-12.pistolo-04xndh 30.pistolo-9iiscq.pistolo-az25a3 2.pistolo-7sebie.pistolo-az25a3 3.pistolo-n9tq1m 3.pistolo-dw2y67.pistolo-3734dz 3.pistolo-73diqs.pistolo-zijkup.pistolo-74we44.pistolo-fjgw48 7-3.pistolo-04xndh 10.pistolo-o8qkw6.pistolo-fjgw48 23.pistolo-0rllwe.pistolo-3lanxm 1.pistolo-xi9em6 2.pistolo-04xndh 3.pistolo-3lanxm 1.pistolo-3734dz 5.pistolo-i46r7p.pistolo-3734dz 32.pistolo-51un2s.pistolo-zijkup 5.pistolo-59adcm 4.pistolo-fjgw48 9.pistolo-fjgw48 8.pistolo-3734dz 6.pistolo-qxr3xr.pistolo-i271fi.pistolo-4ld6ce.pistolo-rexcw8.pistolo-mbdw12 4.pistolo-dphfsd.pistolo-mbdw12 6.pistolo-mbdw12 0l29.pistolo-59adcm 17.pistolo-onk619.pistolo-xms1pz 2.pistolo-ji4udt 10.pistolo-wy9o5x.pistolo-04xndh 8.pistolo-ojgwcq.pistolo-om6xk1.pistolo-b0o230.pistolo-7crndv.pistolo-41pegn.pistolo-zijkup.pistolo-cpiheo.pistolo-04xndh 1.pistolo-v38w0y.pistolo-q32krf.pistolo-8may90.pistolo-sso6e0.pistolo-21zecc.pistolo-xi9em6 1.pistolo-yps2vo.pistolo-tgmvld.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .pistolo-uwkrhd > .pistolo-sckwrj {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .pistolo-uwkrhd > .pistolo-sckwrj {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .pistolo-uwkrhd > .pistolo-sckwrj {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .pistolo-uwkrhd > .pistolo-sckwrj {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .pistolo-uwkrhd > .pistolo-sckwrj {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.pistolo-c6vhkh.pistolo-ftmubr {
  display: none;
}

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

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

.pistolo-qrp2al {
  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;
}

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

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

.pistolo-qrp2al img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.pistolo-4hqg2g {
  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;
}

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

.pistolo-4hqg2g::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) {
  .pistolo-4hqg2g::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.pistolo-c6vhkh.pistolo-y11ol7 .pistolo-r92ycl {
  background: #2b3b67;
}

.pistolo-c6vhkh.pistolo-y11ol7 .pistolo-qrp2al {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.pistolo-c6vhkh.pistolo-y11ol7 .pistolo-qrp2al::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.pistolo-c6vhkh.pistolo-y11ol7 .pistolo-qrp2al::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.pistolo-c6vhkh.pistolo-y11ol7 .pistolo-4hqg2g::before {
  background: #0e0f41;
}

.pistolo-c6vhkh.pistolo-y11ol7 .pistolo-4hqg2g::after {
  background: #152557;
}

.pistolo-c6vhkh.pistolo-t5bpxg .pistolo-r92ycl {
  background: #1f35fa;
}

.pistolo-c6vhkh.pistolo-t5bpxg .pistolo-qrp2al {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.pistolo-c6vhkh.pistolo-t5bpxg .pistolo-qrp2al::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.pistolo-c6vhkh.pistolo-t5bpxg .pistolo-qrp2al::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.pistolo-c6vhkh.pistolo-t5bpxg .pistolo-4hqg2g::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.pistolo-c6vhkh.pistolo-t5bpxg .pistolo-4hqg2g::after {
  background: #192ac8;
}

.pistolo-c6vhkh.pistolo-368mf2 .pistolo-r92ycl {
  background: #fa771f;
}

.pistolo-c6vhkh.pistolo-368mf2 .pistolo-qrp2al {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.pistolo-c6vhkh.pistolo-368mf2 .pistolo-qrp2al::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.pistolo-c6vhkh.pistolo-368mf2 .pistolo-qrp2al::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.pistolo-c6vhkh.pistolo-368mf2 .pistolo-4hqg2g::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.pistolo-c6vhkh.pistolo-368mf2 .pistolo-4hqg2g::after {
  background: #fa8535;
}

.pistolo-atbg6z {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.pistolo-soklwk {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.pistolo-oi1hat {
  width: 120px;
  height: 22px;
}

.pistolo-oi1hat .pistolo-mq0l9r {
  fill: #c2c0ce;
}

.pistolo-oi1hat [rating="1"] .pistolo-mq0l9r:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.pistolo-oi1hat [rating="2"] .pistolo-mq0l9r:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.pistolo-oi1hat [rating="3"] .pistolo-mq0l9r:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.pistolo-oi1hat [rating="4"] .pistolo-mq0l9r:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.pistolo-oi1hat [rating="5"] .pistolo-mq0l9r:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.pistolo-qfnmng {
  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);
}

.pistolo-qfnmng.pistolo-j5o0od {
  display: block;
}

.pistolo-qfnmng.pistolo-ftmubr {
  display: none;
}

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

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

.pistolo-vvd80y {
  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);
}

.pistolo-e7k8au {
  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;
}

.pistolo-424xj8 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.pistolo-8z0i0h {
  font-size: 16px;
  line-height: 140%;
}

.pistolo-5oag0x {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.pistolo-5oag0x .pistolo-mq0l9r {
  fill: #c2c0ce;
}

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

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

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

.pistolo-5oag0x [rating="4"] .pistolo-mq0l9r:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.pistolo-5oag0x [rating="5"] .pistolo-mq0l9r:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.pistolo-zp6wgb {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.pistolo-1o613u img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pistolo-6pn3i8 {
  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;
}

.pistolo-3bcbvx {
  flex: 1;
  min-width: 0;
}

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

.pistolo-k1pwai {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.pistolo-k1pwai svg path {
  fill: var(--button-bg-color);
}

.pistolo-k1pwai svg circle {
  fill: var(--button-text-color);
}

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

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

.pistolo-qi1er2 strong {
  font-weight: 600;
}

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

.pistolo-ohdduj p {
  margin: 0 0 16px;
}

.pistolo-ohdduj p:last-child {
  margin-bottom: 0;
}

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

.pistolo-58ehu4 {
  max-width: 300px;
  width: 100%;
}

.pistolo-58ehu4 a {
  width: 100%;
}

@media (max-width: 575px) {
  .pistolo-58ehu4 {
    max-width: 200px;
  }
}

.pistolo-gjck1c {
  justify-content: center;
}

.pistolo-n5eqep {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pistolo-yk0e18 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.pistolo-5ow5ol .pistolo-szrptw {
  justify-content: center;
}

/* faq */

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

.pistolo-x7b4ta {
  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.pistolo-peebqj ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pistolo-x7b4ta::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.pistolo-peebqj ease;
}

.pistolo-tc88p1.pistolo-qer2qz .pistolo-x7b4ta::after {
  transform: rotate(45deg);
}

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

.pistolo-tc88p1.pistolo-qer2qz .pistolo-wu5gcm {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.pistolo-12ij4i {
  margin: 25px 0;
}

.pistolo-ozig5y > input:not(:checked) ~ label:hover,
.pistolo-ozig5y > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-gnokyf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.pistolo-4yntbw 44.pistolo-5orp7q.pistolo-mjfc0n.pistolo-2velh0.pistolo-ync6is.pistolo-sr6mzt.pistolo-ktj55b.pistolo-z9css3.pistolo-8p618b.pistolo-1j2x9v.pistolo-5xbz21.pistolo-pnim1r.pistolo-lz00fe 0l-12.pistolo-11dyvw 30.pistolo-923uun.pistolo-qv6bca 2.pistolo-to8xiu.pistolo-qv6bca 3.pistolo-tp9eio 3.pistolo-luoqn7.pistolo-0gomg2 3.pistolo-3r2q59.pistolo-iqmtur.pistolo-4u6ejr.pistolo-u9c909 7-3.pistolo-11dyvw 10.pistolo-p16dbx.pistolo-u9c909 23.pistolo-x0tg8p.pistolo-ty8auh 1.pistolo-szjfo9 2.pistolo-11dyvw 3.pistolo-ty8auh 1.pistolo-0gomg2 5.pistolo-m51odd.pistolo-0gomg2 32.pistolo-d4hp9k.pistolo-iqmtur 5.pistolo-lz00fe 4.pistolo-u9c909 9.pistolo-u9c909 8.pistolo-0gomg2 6.pistolo-mcud4x.pistolo-n0k9ep.pistolo-083hol.pistolo-uel3ol.pistolo-9qbhsl 4.pistolo-exoeby.pistolo-9qbhsl 6.pistolo-9qbhsl 0l29.pistolo-lz00fe 17.pistolo-0di4rv.pistolo-ofaa13 2.pistolo-rckjgk 10.pistolo-ohrn98.pistolo-11dyvw 8.pistolo-c51cvi.pistolo-lsf3hg.pistolo-697kz0.pistolo-blaaxr.pistolo-ncy7ly.pistolo-iqmtur.pistolo-sr6mzt.pistolo-11dyvw 1.pistolo-4lc1n2.pistolo-1216hs.pistolo-b9ly6m.pistolo-2lhy4g.pistolo-hn5g9n.pistolo-szjfo9 1.pistolo-rzu84a.pistolo-oh7ban.5z'/%3e%3c/svg%3e");
}

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

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

.pistolo-k0wfie {
  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);
}

.pistolo-k0wfie.pistolo-8vit8z {
  display: block;
}

.pistolo-k0wfie.pistolo-8ffjss {
  display: none;
}

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

.pistolo-bg7mx0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.pistolo-opkngs {
  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);
}

.pistolo-73hhdq {
  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;
}

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

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

.pistolo-juiifu {
  font-size: 16px;
  line-height: 140%;
}

.pistolo-mmhir8 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.pistolo-mmhir8 .pistolo-8w2xcv {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.pistolo-tz5ei6 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;
}

.pistolo-tz5ei6 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 */

.pistolo-6yp8qa {
  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);
}

.pistolo-6yp8qa.pistolo-bs6ndo {
  opacity: 1;
  pointer-events: auto;
}

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

.pistolo-omqw8y label {
  font-size: 14px;
}

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

.pistolo-xn3c7n h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.pistolo-xhwn9y, .pistolo-b5gdju, [class*="review-card"],
thead, thead th, table th, .pistolo-j1hh0u,
.pistolo-23vcuw, [class*="collapsible-header"],
.pistolo-0qvd9r, [class*="updated-block"] {
  color: #ece7dc !important;
}
