@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.pistolo-lwjwsw {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pistolo-caqz0r {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.pistolo-5k356i,
ul.pistolo-5k356i {
  padding-left: 20px;
}

ul.pistolo-5k356i {
  list-style: disc;
}

ol.pistolo-5k356i {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.pistolo-9xedzk > .pistolo-2tngv6,
.pistolo-9xedzk > .pistolo-6jzszd,
.pistolo-9xedzk > blockquote,
.pistolo-9xedzk > h1,
.pistolo-9xedzk > h2,
.pistolo-9xedzk > h3,
.pistolo-9xedzk > h4,
.pistolo-9xedzk > h5,
.pistolo-9xedzk > h6,
.pistolo-9xedzk > ol,
.pistolo-9xedzk > p,
.pistolo-9xedzk > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pistolo-9xedzk > ol,
.pistolo-9xedzk > ul {
  padding-left: 50px;
}

.pistolo-9xedzk blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.pistolo-9xedzk:not(:last-child) {
  margin-bottom: 2rem;
}

.pistolo-9xedzk > :not(:first-child) {
  margin-top: 2rem;
}

.pistolo-9xedzk {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pistolo-9xedzk:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pistolo-9xedzk:first-child {
    margin-top: 20px;
  }
}

.pistolo-9xedzk > p:last-of-type {
  margin-bottom: 32px;
}

.pistolo-9xedzk > .pistolo-s7cyj4:not(:first-child) {
  margin: 64px auto 16px auto;
}

.pistolo-b3f29a > .pistolo-s7cyj4 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pistolo-6jzszd {
  overflow: auto;
}

.pistolo-6jzszd::-webkit-scrollbar {
  height: 5px;
}

.pistolo-6jzszd table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.pistolo-6jzszd table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.pistolo-6jzszd table thead,
table thead {
  border-bottom: none;
}

.pistolo-6jzszd table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.pistolo-6jzszd table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.pistolo-6jzszd table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.pistolo-6jzszd .pistolo-j3m89a {
  table-layout: auto;
}

.pistolo-6jzszd .pistolo-j3m89a th {
  word-break: normal;
}

.pistolo-6jzszd .pistolo-j3m89a td {
  word-break: normal;
}

.pistolo-lwjwsw .pistolo-lwjwsw {
  padding-right: 0;
  padding-left: 0;
}

.pistolo-26i9oq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.pistolo-9fjq32 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pistolo-21knkn {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.pistolo-2tngv6 {
  margin-top: 24px;
}

.pistolo-2tngv6.pistolo-eyvea4 {
  text-align: left;
}

.pistolo-2tngv6.pistolo-5c57ii {
  text-align: right;
}

.pistolo-2tngv6.pistolo-apd6ka {
  text-align: center;
}

.pistolo-nj143z {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.pistolo-pf0kjo ease-in-out;
  cursor: pointer;
}

.pistolo-nj143z:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.pistolo-nj143z {
  min-width: 328px;
}

@media (max-width: 768px) {
  .pistolo-nj143z {
    min-width: unset;
  }
}

.pistolo-yl071v {
  background-color: var(--fh-bg-color);
}

.pistolo-qqdh0c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.pistolo-nuq1li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.pistolo-nuq1li img {
  max-height: 80px;
  object-fit: contain;
}

.pistolo-lyzp1t {
  flex: 1 1;
}

.pistolo-l2pteo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.pistolo-ukprwl {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.pistolo-ukprwl span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.pistolo-ukprwl.pistolo-pr8ved span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.pistolo-ukprwl.pistolo-pr8ved span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pistolo-ukprwl.pistolo-pr8ved span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.pistolo-lyzp1t + .pistolo-l2pteo {
  margin-left: 20px;
}

.pistolo-4x0dnx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.pistolo-4x0dnx > svg {
  max-width: 24px;
  max-height: 24px;
}

.pistolo-4x0dnx + .pistolo-4x0dnx {
  margin-left: 5px;
}

.pistolo-pnmqar {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.pistolo-pnmqar:hover {
  background-color: var(--button-bg-hover);
}

.pistolo-v3sg0i {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.pistolo-pf0kjo ease-in-out;
  border: 1px solid var(--border-color);
}

.pistolo-v3sg0i:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.pistolo-g67cbi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .pistolo-lyzp1t {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .pistolo-g67cbi {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .pistolo-lyzp1t {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .pistolo-4x0dnx {
    min-width: unset;
    flex: 1 1;
  }
}

.pistolo-j23xdq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.pistolo-j23xdq:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pistolo-j23xdq:hover .pistolo-nz486r {
  opacity: 1;
  pointer-events: auto;
}

.pistolo-5u1i6k {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.pistolo-qiy9en ease-in-out;
  gap: 4px;
}

.pistolo-5u1i6k > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pistolo-5u1i6k .pistolo-26i9oq img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pistolo-8jkdes,
.pistolo-5u1i6k:hover {
  color: var(--button-bg-hover);
}

.pistolo-e4k83b {
  position: relative;
}

.pistolo-e4k83b .pistolo-5u1i6k {
  margin-right: 0;
  padding-right: 4px;
}

.pistolo-x4zgvx svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pistolo-e4k83b.pistolo-pr8ved .pistolo-x4zgvx svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.pistolo-e4k83b.pistolo-pr8ved .pistolo-nz486r {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.pistolo-e4k83b.pistolo-pr8ved .pistolo-nz486r::before {
  display: none;
}

.pistolo-x4zgvx svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.pistolo-nz486r {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.pistolo-j022b8 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.pistolo-nz486r::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.pistolo-nz486r:hover {
  color: var(--fh-bg-color);
}

.pistolo-fokd7h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.pistolo-j022b8 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.pistolo-qiy9en ease-in-out;
  -o-transition: 0.pistolo-qiy9en ease-in-out;
  transition: 0.pistolo-qiy9en ease-in-out;
}

.pistolo-fokd7h .pistolo-26i9oq img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pistolo-xbuag2,
.pistolo-fokd7h:hover {
  color: var(--button-bg-hover);
}

.pistolo-dj8z58 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.pistolo-dj8z58.pistolo-j2q6d7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.pistolo-dj8z58.pistolo-j2q6d7:after,
.pistolo-dj8z58.pistolo-j2q6d7:before {
  content: "";
  position: absolute;
  margin: auto;
}

.pistolo-dj8z58.pistolo-j2q6d7:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.pistolo-dj8z58.pistolo-j2q6d7:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.pistolo-dj8z58.pistolo-j2q6d7 > * {
  z-index: 1;
}

.pistolo-dj8z58 b,
.pistolo-dj8z58 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.pistolo-dj8z58 .pistolo-nfkh3u {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.pistolo-dj8z58 .pistolo-qcr8u2 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.pistolo-dj8z58 .pistolo-26i9oq {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.pistolo-dj8z58 .pistolo-5vtrd7 {
  margin-top: 12px;
}

.pistolo-5vtrd7 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.pistolo-w12gwj {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.pistolo-5vtrd7 .pistolo-p7igfj {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.pistolo-pf0kjo ease-in-out;
}

.pistolo-5vtrd7 .pistolo-p7igfj:hover {
  background: rgba(255, 255, 255, 0.3);
}

.pistolo-xik0g3 {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.pistolo-dj8z58.pistolo-qsq25e {
  gap: 12px;
  padding: 16px;
}

.pistolo-dj8z58.pistolo-qsq25e .pistolo-xik0g3 {
  min-width: 240px;
}

.pistolo-dj8z58.pistolo-qsq25e .pistolo-xik0g3.pistolo-mish3i {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .pistolo-dj8z58 .pistolo-nfkh3u {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .pistolo-dj8z58 .pistolo-qcr8u2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .pistolo-dj8z58 .pistolo-26i9oq {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .pistolo-dj8z58.pistolo-qsq25e .pistolo-26i9oq {
    max-width: 126px;
  }
  .pistolo-dj8z58 .pistolo-5vtrd7 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .pistolo-dj8z58 .pistolo-w12gwj {
    max-width: unset;
  }
  .pistolo-xik0g3 {
    min-width: unset;
    width: 100%;
  }
  .pistolo-dj8z58 .pistolo-xik0g3 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .pistolo-dj8z58.pistolo-qsq25e {
    grid-template-rows: auto 1fr auto;
  }
  .pistolo-dj8z58.pistolo-qsq25e .pistolo-xik0g3 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .pistolo-dj8z58 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .pistolo-dj8z58 .pistolo-nfkh3u {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .pistolo-dj8z58 .pistolo-26i9oq {
    max-width: 78px;
  }
  .pistolo-dj8z58 .pistolo-5vtrd7 {
    margin-top: -12px;
  }
  .pistolo-dj8z58.pistolo-qsq25e {
    gap: 8px;
  }
  .pistolo-dj8z58.pistolo-qsq25e .pistolo-nfkh3u {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .pistolo-dj8z58.pistolo-qsq25e .pistolo-qcr8u2 {
    grid-column: 1/3;
  }
  .pistolo-dj8z58.pistolo-qsq25e .pistolo-26i9oq {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .pistolo-dj8z58.pistolo-qsq25e .pistolo-26i9oq img {
    max-width: 114px;
  }
}

.pistolo-xik0g3.pistolo-zfelhl,
.pistolo-xik0g3.pistolo-z9u4hs,
.pistolo-xik0g3.pistolo-li66sv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.pistolo-pf0kjo ease-in-out;
}

.pistolo-xik0g3.pistolo-zfelhl,
.pistolo-xik0g3.pistolo-li66sv {
  padding: 10px;
}

.pistolo-xik0g3.pistolo-zfelhl:hover,
.pistolo-xik0g3.pistolo-z9u4hs:hover,
.pistolo-xik0g3.pistolo-li66sv:hover {
  background: var(--button-bg-hover);
}

.pistolo-xik0g3.pistolo-zfelhl:hover svg path,
.pistolo-xik0g3.pistolo-li66sv:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.pistolo-xik0g3.pistolo-mish3i {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.pistolo-pf0kjo ease-in-out;
  background: var(--button-bg-color);
}

.pistolo-xik0g3.pistolo-mish3i:hover {
  background-color: var(--button-bg-hover);
}

.pistolo-xik0g3.pistolo-z9u4hs:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.pistolo-xik0g3.pistolo-z9u4hs:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pistolo-xik0g3.pistolo-mish3i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pistolo-vwi0ao {
  max-width: 650px;
}

.pistolo-o9ikt7 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.pistolo-th38js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pistolo-pjgqyq {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.pistolo-qiy9en ease-in-out;
  cursor: pointer;
}

.pistolo-pjgqyq:hover {
  opacity: 0.5;
}

.pistolo-pjgqyq:focus {
  outline: 0;
}

.pistolo-pjgqyq:focus .pistolo-g37toc,
.pistolo-pjgqyq:hover .pistolo-g37toc {
  fill: red;
  fill-opacity: 1;
}

.pistolo-pjgqyq:hover {
  cursor: pointer;
}

.pistolo-rx9xn3 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.pistolo-vwi0ao.pistolo-apd6ka {
  margin: 0 auto;
}

.pistolo-vwi0ao.pistolo-5c57ii {
  margin-left: auto;
}

.pistolo-fo5vmg {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.pistolo-lwg9qm {
  padding-bottom: 50px;
}

.pistolo-x3irk7 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.pistolo-9qbcvu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.pistolo-nv672y {
  margin-top: 24px;
}

.pistolo-59ls3c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pistolo-83arb9 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.pistolo-vwpm50 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.pistolo-njxcmu {
  width: 468px;
}

.pistolo-vwpm50 .pistolo-nz486r {
  margin: 0.pistolo-ixgfdf 0;
}

.pistolo-64lqae {
  display: flex;
  min-width: 224px;
}

.pistolo-50vvse {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.pistolo-qiy9en ease-in-out;
}

.pistolo-hsgfx6,
.pistolo-50vvse:hover {
  color: var(--text-color);
}

.pistolo-fspgba {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.pistolo-8remgp {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .pistolo-fo5vmg {
    padding: 16px;
  }
  .pistolo-fspgba {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .pistolo-8remgp {
    align-items: center;
  }
  .pistolo-njxcmu {
    width: unset;
  }
  .pistolo-64lqae {
    min-width: unset;
  }
  .pistolo-vwpm50 {
    max-height: unset;
  }
  .pistolo-x3irk7 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .pistolo-fo5vmg {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.pistolo-6fskw1 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pistolo-6fskw1:not(:last-child) {
  margin-bottom: 16px;
}

.pistolo-na4uw1 {
  outline: 0;
}

.pistolo-na4uw1 .pistolo-ui80qk {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.pistolo-bienbj {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .pistolo-bienbj {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.pistolo-bienbj::-webkit-details-marker {
  display: none;
}

.pistolo-bienbj:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.pistolo-bienbj:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .pistolo-bienbj:after {
  transform: unset;
}

.pistolo-ui80qk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.pistolo-ui80qk svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.pistolo-qiy9en ease-in-out;
  -o-transition: 0.pistolo-qiy9en ease-in-out;
  transition: 0.pistolo-qiy9en ease-in-out;
}

.pistolo-qocpm6 {
  padding: 16px 0 0 0;
}

.pistolo-qocpm6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .pistolo-qocpm6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pistolo-bienbj {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pistolo-bienbj::after {
    margin-left: auto;
  }
  .pistolo-ui80qk {
    order: 3;
    flex: 1 1 100%;
  }
  .pistolo-bienbj {
    font-size: 14px;
    line-height: 130%;
  }
  .pistolo-ui80qk svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.pistolo-5tf29y {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.pistolo-t8y71n {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.pistolo-5tf29y.pistolo-pr8ved .pistolo-t8y71n {
  margin-bottom: 12px;
}

.pistolo-t8y71n::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.pistolo-5tf29y.pistolo-pr8ved .pistolo-t8y71n::after {
  transform: unset;
}

.pistolo-hp5c24 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.pistolo-z09ata {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.pistolo-qiy9en ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.pistolo-z09ata:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pistolo-5tf29y.pistolo-pr8ved .pistolo-hp5c24 {
  max-height: 100%;
}

.pistolo-c6uvut {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.pistolo-53jdsh {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.pistolo-empd4b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pistolo-z2a01r {
  margin-right: 4px;
}

.pistolo-lewov5 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.pistolo-qiy9en ease-in-out;
}

.pistolo-lewov5 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.pistolo-s2pgic,
.pistolo-lewov5:hover {
  color: var(--text-color);
}

.pistolo-7kxzni {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.pistolo-7kxzni img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.pistolo-7kxzni .pistolo-vdmlfz {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.pistolo-7kxzni .pistolo-lqeqcv {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.pistolo-csmujp {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.pistolo-bjrjg6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pistolo-qbrhb9 .pistolo-lwjwsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pistolo-qbrhb9 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.pistolo-u4pvew {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.pistolo-1e4njx {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.pistolo-jic034 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.pistolo-p8jwam 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.pistolo-jic034:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.pistolo-2v6698 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.pistolo-whmpmy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.pistolo-qiy9en ease-in-out;
  transition: transform 0.pistolo-qiy9en ease-in-out;
  -o-transition: transform 0.pistolo-qiy9en ease-in-out;
  transition:
    transform 0.pistolo-qiy9en ease-in-out,
    -webkit-transform 0.pistolo-qiy9en ease-in-out;
  cursor: pointer;
}

.pistolo-whmpmy svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.pistolo-whmpmy:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.pistolo-nnp7va {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .pistolo-nnp7va {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.pistolo-zgvemd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pistolo-7f9z5u {
  position: relative;
  width: 100%;
}

.pistolo-zgvemd.pistolo-sei6tq {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pistolo-zgvemd.pistolo-apd6ka {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pistolo-zgvemd.pistolo-5c57ii {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pistolo-96vkzz {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.pistolo-0fz4gl {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.pistolo-qiy9en ease-in-out;
  cursor: pointer;
}

.pistolo-0fz4gl:hover {
  opacity: 0.5;
}

.pistolo-zgvemd.pistolo-w2r7o3 .pistolo-0fz4gl {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pistolo-zgvemd.pistolo-w2r7o3 .pistolo-96vkzz {
  cursor: pointer;
}

.pistolo-xknfq6 {
  fill: #0009;
}

.pistolo-78ov3q {
  fill: #fff;
}

.pistolo-0fz4gl:hover .pistolo-xknfq6 {
  fill: red;
}

.pistolo-0fz4gl svg path {
  -webkit-transition: 0.pistolo-qiy9en ease-in-out;
  -o-transition: 0.pistolo-qiy9en ease-in-out;
  transition: 0.pistolo-qiy9en ease-in-out;
}

.pistolo-ingorm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.pistolo-ingorm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.pistolo-ingorm.pistolo-scgabm > :not(.get-image) {
  grid-column: 1/3;
}

.pistolo-9z46lt:not(._h1-block) .pistolo-ingorm > .pistolo-s7cyj4 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.pistolo-ingorm.pistolo-scgabm .pistolo-h0n6cy {
  grid-column: 2/3;
}

.pistolo-ingorm.pistolo-scgabm > .pistolo-26i9oq {
  grid-column: 1/2;
}

.pistolo-ingorm.pistolo-scgabm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.pistolo-ingorm > p:first-of-type {
  margin-top: 0;
}

.pistolo-ingorm .pistolo-26i9oq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.pistolo-9z46lt:not(._h1-block) .pistolo-s7cyj4 ~ .pistolo-26i9oq {
  grid-row: 2/10;
}

.pistolo-9z46lt.pistolo-lkd4gs .pistolo-s7cyj4 ~ .pistolo-26i9oq {
  grid-row: 1/10;
}

.pistolo-9z46lt.pistolo-lkd4gs > .pistolo-s7cyj4 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.pistolo-9z46lt.pistolo-lkd4gs .pistolo-26i9oq {
  grid-row: 1/10;
}

.pistolo-ingorm.pistolo-p6hrpn .pistolo-26i9oq {
  align-items: flex-start;
}

.pistolo-ingorm.pistolo-apd6ka .pistolo-h0n6cy {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.pistolo-ingorm.pistolo-apd6ka .pistolo-26i9oq {
  align-items: center;
}

.pistolo-ingorm.pistolo-06s4qv .pistolo-26i9oq {
  align-items: flex-end;
}

.pistolo-h0n6cy > :first-child {
  margin-top: 0;
}

.pistolo-h0n6cy > :last-child {
  margin-bottom: 0;
}

* + .pistolo-ih4anu,
.pistolo-9z46lt + .pistolo-9z46lt {
  margin-top: 2rem;
}

.pistolo-wxowu9 td::before,
.pistolo-wxowu9 th::after {
  display: none !important;
}

.pistolo-wxowu9 #link-selector {
  color: #000;
}

.pistolo-wxowu9 .pistolo-75jamh {
  color: #135e96;
}

.pistolo-wxowu9 .pistolo-o8ig8d *,
.pistolo-wxowu9 .pistolo-0d7e0v p,
.pistolo-wxowu9 .pistolo-h8b8hr * {
  color: #000;
}

.pistolo-wxowu9 .pistolo-2o9xeu {
  background: 0 0 !important;
}

.pistolo-wxowu9 .pistolo-7xn8ll {
  color: #000;
}

.pistolo-wxowu9 .pistolo-hu4z3j.pistolo-sajnqz {
  color: #fff;
}

.pistolo-wxowu9 .pistolo-emgi3n {
  color: #000;
}

.pistolo-wxowu9
  .pistolo-t7elqu
  .pistolo-hnnb3z.pistolo-sajnqz.pistolo-35z9ja {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.pistolo-cakqz1,
body .pistolo-9nbmw9 {
  color: #000;
  background: var(--color-body) !important;
}

.pistolo-cakqz1 .pistolo-5wu2r3 .pistolo-r3fl5j,
body .pistolo-9nbmw9 .pistolo-5wu2r3 .pistolo-r3fl5j {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pistolo-z09ata:focus,
  .pistolo-z09ata:hover {
    color: #f9cb16;
  }
  .pistolo-4byz6g:focus,
  .pistolo-4byz6g:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pistolo-t0gvji:focus img,
  .pistolo-t0gvji:focus svg,
  .pistolo-t0gvji:hover img,
  .pistolo-t0gvji:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .pistolo-7kxzni {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pistolo-e4k83b:hover .pistolo-x4zgvx svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .pistolo-x4zgvx {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .pistolo-2nv830 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .pistolo-wdv0th {
    grid-template-columns: repeat(4, 1fr);
  }
  .pistolo-cjvnns {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .pistolo-mqd51u .pistolo-rotkxg {
    grid-template-columns: 1fr;
  }
  .pistolo-mqd51u .pistolo-j3wybl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .pistolo-mqd51u .pistolo-cxnp32 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pistolo-mqd51u .pistolo-nwtszl {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pistolo-mqd51u .pistolo-p6ugm5 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .pistolo-mqd51u .pistolo-cxnp32:not(:first-child) {
    border: none;
  }
  .pistolo-mqd51u .pistolo-cxnp32:first-child .pistolo-nwtszl {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .pistolo-mqd51u .pistolo-cxnp32:last-child .pistolo-nwtszl {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .pistolo-qqdh0c {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .pistolo-nuq1li {
    max-width: 100px;
  }
  .pistolo-lyzp1t {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pistolo-l2pteo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pistolo-l2pteo svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .pistolo-ukprwl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .pistolo-lyzp1t + .pistolo-l2pteo {
    margin-left: auto;
  }
  .pistolo-kyu7qd {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .pistolo-kyu7qd.pistolo-pr8ved {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .pistolo-g67cbi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .pistolo-j23xdq {
    width: 100%;
  }
  .pistolo-j23xdq:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .pistolo-5u1i6k {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .pistolo-5u1i6k svg {
    margin-right: 4px;
  }
  .pistolo-e4k83b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pistolo-x4zgvx svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .pistolo-x4zgvx {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .pistolo-nz486r {
    display: none;
    width: 100%;
  }
  .pistolo-e4k83b.pistolo-pr8ved .pistolo-nz486r {
    padding: 0 0 0 48px;
  }
  .pistolo-fokd7h {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .pistolo-9qbcvu .pistolo-26i9oq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .pistolo-uatauj {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pistolo-uatauj + .pistolo-uatauj {
    margin-right: 0;
  }
  .pistolo-uatauj + .pistolo-26i9oq {
    margin: 0;
  }
  .pistolo-2nv830 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pistolo-wdv0th {
    grid-template-columns: repeat(3, 1fr);
  }
  .pistolo-9ndln8,
  .pistolo-ug2al1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pistolo-ingorm {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pistolo-ingorm.pistolo-scgabm .pistolo-h0n6cy {
    grid-column: auto;
    grid-row: auto;
  }
  .pistolo-ingorm > .pistolo-s7cyj4 {
    grid-column: 1/2;
  }
  .pistolo-ingorm.pistolo-scgabm > :not(.get-image) {
    grid-column: 1/2;
  }
  .pistolo-ingorm .pistolo-26i9oq,
  .pistolo-ingorm.pistolo-scgabm > .pistolo-26i9oq {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pistolo-ingorm.pistolo-scgabm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .pistolo-9z46lt.pistolo-lkd4gs .pistolo-ingorm > .pistolo-26i9oq {
    grid-row: 1/2;
  }
  .pistolo-ingorm .pistolo-s7cyj4 ~ .pistolo-26i9oq,
  .pistolo-ingorm.pistolo-scgabm .pistolo-s7cyj4 ~ .pistolo-26i9oq {
    grid-row: 2/3;
  }
  .pistolo-9z46lt.pistolo-lkd4gs .pistolo-s7cyj4 ~ .pistolo-26i9oq {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .pistolo-9xedzk:first-child .pistolo-t7b6lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pistolo-9xedzk:first-child .pistolo-t7b6lg h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .pistolo-9xedzk {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .pistolo-9xedzk {
    padding: 0;
  }
  .pistolo-2tngv6 {
    margin-top: 1rem;
  }
  .pistolo-na4uw1 {
    border-radius: 5px;
  }
  .pistolo-kumvq7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pistolo-t8y71n::after {
    display: inline-block;
  }
  .pistolo-t8y71n {
    margin: 0;
    width: 100%;
  }
  .pistolo-hp5c24 {
    width: 100%;
  }
  .pistolo-hp5c24.pistolo-8lrgo3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .pistolo-hp5c24.pistolo-8lrgo3 .pistolo-emn8d3 {
    width: 100%;
  }
  .pistolo-hp5c24.pistolo-8lrgo3 .pistolo-emn8d3:not(:last-child) {
    margin-right: 0;
  }
  .pistolo-z09ata {
    width: 100%;
    text-align: center;
  }
  .pistolo-5tf29y.pistolo-pr8ved .pistolo-hp5c24 {
    margin-top: 1rem;
  }
  .pistolo-2nv830 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pistolo-cjvnns,
  .pistolo-wdv0th {
    grid-template-columns: repeat(2, 1fr);
  }
  .pistolo-9ndln8,
  .pistolo-ug2al1,
  .pistolo-ubyj8z {
    grid-template-columns: 1fr;
  }
  .pistolo-fx6sen {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .pistolo-djtjm7 {
    min-width: 300px;
    max-width: 325px;
  }
  .pistolo-nwtszl {
    cursor: auto;
  }
  .pistolo-bnw2ma .pistolo-nwtszl {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .pistolo-nnp7va {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .pistolo-nz486r {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pistolo-nnp7va {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.pistolo-uatauj p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .pistolo-l2pteo {
    margin: 0 -0.2rem;
  }
  .pistolo-uatauj {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .pistolo-70w3v0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .pistolo-bhuzsi {
    max-width: 100%;
  }
  .pistolo-2nv830 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pistolo-cjvnns,
  .pistolo-wdv0th {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .pistolo-qqdh0c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pistolo-l2pteo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .pistolo-yl071v {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pistolo-4x0dnx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pistolo-5zid9x,
  .pistolo-4uf9fh {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .pistolo-nj143z {
    width: 100%;
  }
  .pistolo-2nv830 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .pistolo-nnp7va {
    top: 127px !important;
  }
}

.pistolo-30r3zo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .pistolo-30r3zo {
  }
}

@media (max-width: 767px) {
  .pistolo-30r3zo {
    margin-bottom: 12px;
  }
}

.pistolo-30r3zo img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.pistolo-0ijblt {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.pistolo-0ijblt > .pistolo-5xev9d {
  flex: 1 1;
}

@media (max-width: 767px) {
  .pistolo-0ijblt {
    flex-direction: column;
    gap: 12px;
  }
}

.pistolo-61s3mi {
  display: flex;
}

.pistolo-61s3mi .pistolo-w6awet {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.pistolo-61s3mi .pistolo-pjb19s {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.pistolo-61s3mi .pistolo-zm8im6 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.pistolo-61s3mi .pistolo-hlgxsy {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.pistolo-61s3mi .pistolo-hlgxsy:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pistolo-61s3mi .pistolo-cs14m0 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.pistolo-vrhupc {
  border: unset;
  background-color: unset;
}

.pistolo-vrhupc tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pistolo-vrhupc .pistolo-wht4op,
.pistolo-vrhupc .pistolo-zfsngo {
  flex: 0 1 330px;
}

.pistolo-vrhupc .pistolo-zs4d29 {
  flex: 1 1;
}

.pistolo-vrhupc tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pistolo-vrhupc tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.pistolo-vrhupc tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.pistolo-vrhupc tr td p {
  color: #fff;
  margin: 0;
}

.pistolo-vrhupc tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.pistolo-vrhupc tr.pistolo-wht4op td p {
  padding: 16px 0;
}

.pistolo-vrhupc tr.pistolo-wht4op td p:not(:last-child),
.pistolo-vrhupc tr.pistolo-zfsngo td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.pistolo-vrhupc tr.pistolo-wht4op td p:first-child,
.pistolo-vrhupc tr.pistolo-zfsngo td p:first-child {
  padding-top: 0;
}

.pistolo-vrhupc tr.pistolo-zfsngo td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pistolo-vrhupc tr.pistolo-zfsngo td p:last-child {
  padding-bottom: 0;
}

.pistolo-vrhupc .pistolo-zfsngo img {
  max-width: 32px;
}

.pistolo-vrhupc .pistolo-zs4d29 {
  min-width: 718px;
}

.pistolo-vrhupc .pistolo-zs4d29 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.pistolo-vrhupc .pistolo-zs4d29 td {
  display: flex;
}

.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-jrj8qn,
.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-vpjx5b,
.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-ezkszx {
  flex: 1 1 50%;
}

.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-86ef6y {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-zblt12,
.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-jweheo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-jrj8qn,
.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-vpjx5b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-jrj8qn span,
.pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-vpjx5b span {
  font-weight: 800;
}

.pistolo-vrhupc .pistolo-zs4d29 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .pistolo-vrhupc .pistolo-zs4d29 td .pistolo-ezkszx:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pistolo-vrhupc tr.pistolo-wht4op td p:last-child {
    padding-bottom: 0;
  }
  .pistolo-vrhupc .pistolo-zfsngo > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .pistolo-vrhupc .pistolo-zfsngo > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .pistolo-vrhupc tr.pistolo-wht4op td p:not(:last-child),
  .pistolo-vrhupc tr.pistolo-zfsngo td p:not(:last-child) {
    border-bottom: unset;
  }
  .pistolo-vrhupc tr.pistolo-zfsngo td p:last-child {
    padding-bottom: 12px;
  }
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-jrj8qn,
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-vpjx5b,
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-ezkszx {
    flex: 1 1 50%;
    padding: 0;
  }
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-jrj8qn,
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-vpjx5b {
    margin-top: 16px;
  }
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-ezkszx {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-jrj8qn {
    border-right: 1px solid var(--border-color);
  }
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-ezkszx:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .pistolo-vrhupc .pistolo-zs4d29 td:last-child .pistolo-ezkszx:last-child {
    padding-bottom: 0;
  }
}

.pistolo-ezkszx {
  display: flex;
  flex-direction: column;
}

.pistolo-vrhupc .pistolo-zs4d29 td .pistolo-ezkszx {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.pistolo-vrhupc .pistolo-zs4d29 td .pistolo-ezkszx:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.pistolo-vrhupc .pistolo-zs4d29 td .pistolo-ezkszx:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .pistolo-vrhupc .pistolo-zs4d29 td .pistolo-ezkszx:not(:first-child) {
    padding-left: 0;
  }
  .pistolo-vrhupc .pistolo-zs4d29 td .pistolo-ezkszx:not(:last-of-type) {
    border-right: unset;
  }
}

.pistolo-vrhupc .pistolo-wpjb54 {
  flex: 0 1 485px;
}

.pistolo-vrhupc .pistolo-fif3c6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.pistolo-vrhupc .pistolo-fif3c6 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pistolo-vrhupc .pistolo-fif3c6 li.pistolo-7m6l4a {
  padding: 6px 12px;
}

.pistolo-vrhupc .pistolo-fif3c6 li a,
.pistolo-vrhupc .pistolo-fif3c6 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.pistolo-vrhupc .pistolo-s9gudh,
.pistolo-vrhupc .pistolo-sh407a {
  flex: 1 1;
}

.pistolo-vrhupc .pistolo-u1vb17,
.pistolo-vrhupc .pistolo-p5iiy9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pistolo-vrhupc .pistolo-u1vb17 li,
.pistolo-vrhupc .pistolo-p5iiy9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pistolo-vrhupc .pistolo-sh407a img {
  max-width: 32px;
}

.pistolo-vrhupc .pistolo-s9gudh img {
  max-width: 32px;
}

.pistolo-vrhupc .pistolo-17nket {
  min-width: 280px;
}

.pistolo-vrhupc .pistolo-17nket img {
  max-width: 146px;
}

.pistolo-vrhupc .pistolo-17nket td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .pistolo-vrhupc .pistolo-wht4op,
  .pistolo-vrhupc .pistolo-zfsngo {
    flex: 0 1 auto;
  }
  .pistolo-vrhupc .pistolo-zs4d29 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .pistolo-vrhupc .pistolo-wht4op,
  .pistolo-vrhupc .pistolo-wpjb54,
  .pistolo-vrhupc .pistolo-zfsngo,
  .pistolo-vrhupc .pistolo-zs4d29 {
    flex: 1 1 calc(50% - 20px);
  }
  .pistolo-vrhupc .pistolo-s9gudh,
  .pistolo-vrhupc .pistolo-17nket,
  .pistolo-vrhupc .pistolo-sh407a {
    flex: 1 1 30%;
  }
  .pistolo-vrhupc .pistolo-17nket {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .pistolo-vrhupc .pistolo-wht4op,
  .pistolo-vrhupc .pistolo-wpjb54,
  .pistolo-vrhupc .pistolo-s9gudh,
  .pistolo-vrhupc .pistolo-zfsngo,
  .pistolo-vrhupc .pistolo-zs4d29,
  .pistolo-vrhupc .pistolo-17nket,
  .pistolo-vrhupc .pistolo-sh407a {
    flex: 1 1 100%;
  }
}

.pistolo-uhkzr9 .pistolo-rsbkm5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pistolo-uhkzr9 .pistolo-hwvewl {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.pistolo-uhkzr9 .pistolo-fk9gbf {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.pistolo-uhkzr9 .pistolo-m582mv {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.pistolo-uhkzr9 .pistolo-m582mv > :nth-child(3) {
  margin-top: 0;
}

.pistolo-uhkzr9 .pistolo-26i9oq {
  grid-column: 2/3;
  grid-row: 1/10;
}

.pistolo-uhkzr9 .pistolo-pj5it2 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.pistolo-uhkzr9 .pistolo-2tngv6 {
  grid-column: 1/2;
}

.pistolo-uhkzr9 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.pistolo-uhkzr9 .pistolo-hwvewl:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.pistolo-uhkzr9 .pistolo-hwvewl:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.pistolo-uhkzr9 .pistolo-nj143z {
  min-width: 240px;
}

@media (max-width: 768px) {
  .pistolo-uhkzr9 .pistolo-hwvewl:not(:last-child):before {
    bottom: 8px;
  }
  .pistolo-uhkzr9 .pistolo-hwvewl:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .pistolo-uhkzr9 .pistolo-m582mv {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .pistolo-uhkzr9 .pistolo-26i9oq {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .pistolo-uhkzr9 .pistolo-26i9oq img {
    width: 100%;
    height: auto;
  }
  .pistolo-uhkzr9 .pistolo-nj143z {
    width: 100%;
    min-width: unset;
  }
}

.pistolo-k1uv37 .pistolo-nwn9y0 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.pistolo-k1uv37 .pistolo-9eq77h {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.pistolo-k1uv37 .pistolo-26i9oq {
  height: 100%;
}

.pistolo-k1uv37 .pistolo-26i9oq img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.pistolo-k1uv37 .pistolo-p581gl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.pistolo-k1uv37 .pistolo-8r1yvv {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.pistolo-k1uv37 .pistolo-lxhx8z {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .pistolo-k1uv37 .pistolo-9eq77h {
    flex: 1 1 100%;
  }
  .pistolo-k1uv37 .pistolo-xik0g3 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .pistolo-k1uv37 .pistolo-9eq77h {
    flex-direction: column;
  }
  .pistolo-k1uv37 .pistolo-26i9oq {
    width: 100%;
    height: auto;
  }
  .pistolo-k1uv37 .pistolo-26i9oq img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .pistolo-k1uv37 .pistolo-p581gl {
    padding: 0 16px 16px 16px;
  }
  .pistolo-k1uv37 .pistolo-xik0g3 {
    min-width: unset;
    width: 100%;
  }
}

.pistolo-cktl3l .pistolo-pk54ow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.pistolo-cktl3l .pistolo-k0j2w9 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.pistolo-cktl3l img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.pistolo-cktl3l .pistolo-1b7ynw {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.pistolo-cktl3l .pistolo-k0j2w9:hover .pistolo-1b7ynw {
  display: flex;
}

.pistolo-cktl3l .pistolo-bnp08v {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pistolo-cktl3l .pistolo-w6t00a {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.pistolo-yswhnk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.pistolo-yswhnk.pistolo-x0p7r2 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.pistolo-pf0kjo ease-in-out;
}

.pistolo-yswhnk.pistolo-x0p7r2:hover {
  color: #f9cb16;
  background-color: transparent;
}

.pistolo-cktl3l .pistolo-pdtlai {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.pistolo-pf0kjo ease-in-out;
}

.pistolo-cktl3l .pistolo-pdtlai:hover {
  color: #196948;
  background-color: #f9cb16;
}

.pistolo-cktl3l .pistolo-pdtlai:after,
.pistolo-yswhnk.pistolo-x0p7r2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.pistolo-yswhnk.pistolo-x0p7r2:after {
  background-image: url(../images/Cash.svg);
}

.pistolo-cktl3l .pistolo-pdtlai:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .pistolo-cktl3l .pistolo-pk54ow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .pistolo-cktl3l .pistolo-pk54ow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pistolo-cktl3l .pistolo-pk54ow {
    grid-template-columns: 1fr;
  }
  .pistolo-cktl3l .pistolo-k0j2w9 {
    height: auto;
  }
  .pistolo-cktl3l .pistolo-k0j2w9 .pistolo-1b7ynw {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .pistolo-cktl3l .pistolo-bnp08v,
  .pistolo-cktl3l .pistolo-w6t00a {
    text-align: left;
  }
  .pistolo-cktl3l .pistolo-w6t00a {
    margin-bottom: 8px;
  }
  .pistolo-cktl3l img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.pistolo-md5sh6 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.pistolo-md5sh6.pistolo-w2r7o3 {
  display: block;
}

.pistolo-md5sh6 .pistolo-uhppxq {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.pistolo-md5sh6 .pistolo-fu87bo {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.pistolo-md5sh6 .pistolo-rjm0r1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.pistolo-md5sh6 .pistolo-4zfhzo {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.pistolo-md5sh6 .pistolo-yswhnk {
  min-width: 296px;
  margin-bottom: 0;
}

.pistolo-md5sh6 .pistolo-cigllg {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pistolo-md5sh6 .pistolo-g7gn9q {
  position: relative;
  flex: 1 1;
}

.pistolo-md5sh6 .pistolo-g7gn9q iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .pistolo-md5sh6 .pistolo-fu87bo {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pistolo-md5sh6 .pistolo-rjm0r1 {
    order: 1;
  }
  .pistolo-md5sh6 .pistolo-4zfhzo {
    order: 3;
    flex: 1 1 100%;
  }
  .pistolo-md5sh6 .pistolo-yswhnk {
    width: 100%;
    min-width: unset;
  }
  .pistolo-md5sh6 .pistolo-cigllg {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .pistolo-ingorm > .pistolo-s7cyj4 {
    margin-bottom: 0;
  }
  .pistolo-ingorm > .pistolo-2tngv6,
  .pistolo-ingorm > p {
    margin-top: 0;
  }
}

.pistolo-lc04s6 img,
.pistolo-uatauj img {
  width: auto;
  object-fit: contain;
}

.pistolo-lc04s6 {
  align-items: center;
}

.pistolo-lc04s6 img {
  max-height: 76px;
}

.pistolo-uatauj img {
  max-height: 64px;
}

.pistolo-aboul5 {
  overflow: auto;
}

.pistolo-u5hsa5 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.pistolo-lmh2it:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.pistolo-evzsia {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.pistolo-4rq5dq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pistolo-evzsia .pistolo-26i9oq {
  margin-right: 20px;
  flex-shrink: 0;
}

.pistolo-evzsia img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.pistolo-bs864j {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.pistolo-bs864j > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pistolo-evzsia {
    padding: 15px 10px;
  }
  .pistolo-bs864j {
    padding: 15px 10px;
  }
  .pistolo-evzsia .pistolo-26i9oq {
    margin-right: 10px;
  }
}

.pistolo-09oj1i {
  overflow-x: auto;
}

.pistolo-8w0hgh {
  border-collapse: collapse;
  width: 100%;
}

.pistolo-09oj1i th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.pistolo-09oj1i td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.pistolo-09oj1i td.pistolo-3taox4 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.pistolo-09oj1i td.pistolo-4knw3h {
  border-right: none;
}

.pistolo-09oj1i td.pistolo-4knw3h .pistolo-26i9oq {
  justify-content: flex-start;
}

.pistolo-09oj1i td.pistolo-4knw3h .pistolo-26i9oq img {
  height: auto;
  width: 90px;
}

.pistolo-09oj1i td.pistolo-t1d4mq,
.pistolo-09oj1i td.pistolo-0y59oz {
  font-weight: 600;
  text-align: right;
}

.pistolo-09oj1i td.pistolo-d9fjlc,
.pistolo-09oj1i td.pistolo-t1d4mq {
  padding-bottom: 10px;
  border-bottom: none;
}

.pistolo-09oj1i td.pistolo-t1d4mq,
.pistolo-09oj1i td.pistolo-0y59oz {
  border-left: none;
}

.pistolo-09oj1i td.pistolo-d9fjlc,
.pistolo-09oj1i td.pistolo-rme3ga {
  border-right: none;
}

.pistolo-09oj1i td.pistolo-rme3ga,
.pistolo-09oj1i td.pistolo-0y59oz {
  border-top: none;
  padding-top: 10px;
}

.pistolo-bi18yr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.pistolo-bi18yr .pistolo-xik0g3 {
  min-width: unset;
  width: 100%;
}

.pistolo-bi18yr .pistolo-xik0g3.pistolo-zfelhl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.pistolo-bi18yr .pistolo-xik0g3.pistolo-li66sv {
  grid-column: 2/3;
  grid-row: 1/2;
}

.pistolo-bi18yr .pistolo-vwv8mj {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .pistolo-bi18yr {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .pistolo-bi18yr .pistolo-xik0g3.pistolo-zfelhl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pistolo-bi18yr .pistolo-xik0g3.pistolo-li66sv {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .pistolo-bi18yr .pistolo-vwv8mj {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.pistolo-os2lpo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.pistolo-k9v5hl {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.pistolo-b3f29a p a img {
  margin: 0 auto;
  display: block;
}

.pistolo-b3f29a table {
  margin-bottom: 17px;
}

/* contanct form */
.pistolo-zw56vu {
  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-zw56vu label {
  font-size: 14px;
}

.pistolo-zw56vu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-zw56vu input,
.pistolo-zw56vu textarea,
.pistolo-zw56vu 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-zw56vu button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-pf0kjo ease;
}
.pistolo-zw56vu button:hover {
  background-color: #691204;
}
.pistolo-1hgy7b {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-sphnzc ease-in;
}

.pistolo-1hgy7b h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.pistolo-b5cxjy, .pistolo-4lq0da, [class*="review-card"],
thead, thead th, table th, .pistolo-0b7bv1,
.pistolo-wa2rlg, [class*="collapsible-header"],
.pistolo-kwtmpn, [class*="updated-block"] {
  color: #ece7dc !important;
}
