@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-9d0c7y {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pistolo-gjxnxj {
  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-1ts2p1,
ul.pistolo-1ts2p1 {
  padding-left: 20px;
}

ul.pistolo-1ts2p1 {
  list-style: disc;
}

ol.pistolo-1ts2p1 {
  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-f8l047 > .pistolo-pyhi46,
.pistolo-f8l047 > .pistolo-ju4r41,
.pistolo-f8l047 > blockquote,
.pistolo-f8l047 > h1,
.pistolo-f8l047 > h2,
.pistolo-f8l047 > h3,
.pistolo-f8l047 > h4,
.pistolo-f8l047 > h5,
.pistolo-f8l047 > h6,
.pistolo-f8l047 > ol,
.pistolo-f8l047 > p,
.pistolo-f8l047 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pistolo-f8l047 > ol,
.pistolo-f8l047 > ul {
  padding-left: 50px;
}

.pistolo-f8l047 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-f8l047:not(:last-child) {
  margin-bottom: 2rem;
}

.pistolo-f8l047 > :not(:first-child) {
  margin-top: 2rem;
}

.pistolo-f8l047 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pistolo-f8l047:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pistolo-f8l047:first-child {
    margin-top: 20px;
  }
}

.pistolo-f8l047 > p:last-of-type {
  margin-bottom: 32px;
}

.pistolo-f8l047 > .pistolo-85ijym:not(:first-child) {
  margin: 64px auto 16px auto;
}

.pistolo-t0bae6 > .pistolo-85ijym {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pistolo-ju4r41 {
  overflow: auto;
}

.pistolo-ju4r41::-webkit-scrollbar {
  height: 5px;
}

.pistolo-ju4r41 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.pistolo-ju4r41 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.pistolo-ju4r41 table thead,
table thead {
  border-bottom: none;
}

.pistolo-ju4r41 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.pistolo-ju4r41 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.pistolo-ju4r41 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.pistolo-ju4r41 .pistolo-99h7y1 {
  table-layout: auto;
}

.pistolo-ju4r41 .pistolo-99h7y1 th {
  word-break: normal;
}

.pistolo-ju4r41 .pistolo-99h7y1 td {
  word-break: normal;
}

.pistolo-9d0c7y .pistolo-9d0c7y {
  padding-right: 0;
  padding-left: 0;
}

.pistolo-hhfpei {
  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-jnw335 {
  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-3nqyyt {
  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-pyhi46 {
  margin-top: 24px;
}

.pistolo-pyhi46.pistolo-sfm1ij {
  text-align: left;
}

.pistolo-pyhi46.pistolo-dkra63 {
  text-align: right;
}

.pistolo-pyhi46.pistolo-pgjrkd {
  text-align: center;
}

.pistolo-ooheq4 {
  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-bo8w0b ease-in-out;
  cursor: pointer;
}

.pistolo-ooheq4:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.pistolo-ooheq4 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .pistolo-ooheq4 {
    min-width: unset;
  }
}

.pistolo-oqrn9k {
  background-color: var(--fh-bg-color);
}

.pistolo-8t3h4s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.pistolo-08tot9 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.pistolo-08tot9 img {
  max-height: 80px;
  object-fit: contain;
}

.pistolo-q1c37s {
  flex: 1 1;
}

.pistolo-3z2rwm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.pistolo-ktm3ag {
  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-ktm3ag 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-ktm3ag.pistolo-2aop3e span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.pistolo-ktm3ag.pistolo-2aop3e span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pistolo-ktm3ag.pistolo-2aop3e span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.pistolo-q1c37s + .pistolo-3z2rwm {
  margin-left: 20px;
}

.pistolo-rjumxg {
  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-rjumxg > svg {
  max-width: 24px;
  max-height: 24px;
}

.pistolo-rjumxg + .pistolo-rjumxg {
  margin-left: 5px;
}

.pistolo-cxtr0i {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.pistolo-cxtr0i:hover {
  background-color: var(--button-bg-hover);
}

.pistolo-jujo94 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.pistolo-bo8w0b ease-in-out;
  border: 1px solid var(--border-color);
}

.pistolo-jujo94:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.pistolo-6yskae {
  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-q1c37s {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .pistolo-6yskae {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .pistolo-q1c37s {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .pistolo-rjumxg {
    min-width: unset;
    flex: 1 1;
  }
}

.pistolo-bxnxrm {
  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-bxnxrm:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pistolo-bxnxrm:hover .pistolo-08g256 {
  opacity: 1;
  pointer-events: auto;
}

.pistolo-b6reg6 {
  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-fsqar8 ease-in-out;
  gap: 4px;
}

.pistolo-b6reg6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pistolo-b6reg6 .pistolo-hhfpei img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pistolo-vp5kyz,
.pistolo-b6reg6:hover {
  color: var(--button-bg-hover);
}

.pistolo-j14t97 {
  position: relative;
}

.pistolo-j14t97 .pistolo-b6reg6 {
  margin-right: 0;
  padding-right: 4px;
}

.pistolo-9wwoct svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pistolo-j14t97.pistolo-2aop3e .pistolo-9wwoct svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.pistolo-j14t97.pistolo-2aop3e .pistolo-08g256 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.pistolo-j14t97.pistolo-2aop3e .pistolo-08g256::before {
  display: none;
}

.pistolo-9wwoct svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.pistolo-08g256 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.pistolo-rq50oa 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.pistolo-08g256::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.pistolo-08g256:hover {
  color: var(--fh-bg-color);
}

.pistolo-dpvo67 {
  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-rq50oa 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.pistolo-fsqar8 ease-in-out;
  -o-transition: 0.pistolo-fsqar8 ease-in-out;
  transition: 0.pistolo-fsqar8 ease-in-out;
}

.pistolo-dpvo67 .pistolo-hhfpei img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pistolo-r78lns,
.pistolo-dpvo67:hover {
  color: var(--button-bg-hover);
}

.pistolo-304jnx {
  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-304jnx.pistolo-vvfx6c {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.pistolo-304jnx.pistolo-vvfx6c:after,
.pistolo-304jnx.pistolo-vvfx6c:before {
  content: "";
  position: absolute;
  margin: auto;
}

.pistolo-304jnx.pistolo-vvfx6c: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-304jnx.pistolo-vvfx6c:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.pistolo-304jnx.pistolo-vvfx6c > * {
  z-index: 1;
}

.pistolo-304jnx b,
.pistolo-304jnx strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.pistolo-304jnx .pistolo-sbf6vj {
  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-304jnx .pistolo-k11baf {
  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-304jnx .pistolo-hhfpei {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.pistolo-304jnx .pistolo-lzmylu {
  margin-top: 12px;
}

.pistolo-lzmylu {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.pistolo-zd7lth {
  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-lzmylu .pistolo-5mnxwi {
  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-bo8w0b ease-in-out;
}

.pistolo-lzmylu .pistolo-5mnxwi:hover {
  background: rgba(255, 255, 255, 0.3);
}

.pistolo-o4cuvx {
  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-304jnx.pistolo-ny66k0 {
  gap: 12px;
  padding: 16px;
}

.pistolo-304jnx.pistolo-ny66k0 .pistolo-o4cuvx {
  min-width: 240px;
}

.pistolo-304jnx.pistolo-ny66k0 .pistolo-o4cuvx.pistolo-zi1zoa {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .pistolo-304jnx .pistolo-sbf6vj {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .pistolo-304jnx .pistolo-k11baf {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .pistolo-304jnx .pistolo-hhfpei {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .pistolo-304jnx.pistolo-ny66k0 .pistolo-hhfpei {
    max-width: 126px;
  }
  .pistolo-304jnx .pistolo-lzmylu {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .pistolo-304jnx .pistolo-zd7lth {
    max-width: unset;
  }
  .pistolo-o4cuvx {
    min-width: unset;
    width: 100%;
  }
  .pistolo-304jnx .pistolo-o4cuvx {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .pistolo-304jnx.pistolo-ny66k0 {
    grid-template-rows: auto 1fr auto;
  }
  .pistolo-304jnx.pistolo-ny66k0 .pistolo-o4cuvx {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .pistolo-304jnx {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .pistolo-304jnx .pistolo-sbf6vj {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .pistolo-304jnx .pistolo-hhfpei {
    max-width: 78px;
  }
  .pistolo-304jnx .pistolo-lzmylu {
    margin-top: -12px;
  }
  .pistolo-304jnx.pistolo-ny66k0 {
    gap: 8px;
  }
  .pistolo-304jnx.pistolo-ny66k0 .pistolo-sbf6vj {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .pistolo-304jnx.pistolo-ny66k0 .pistolo-k11baf {
    grid-column: 1/3;
  }
  .pistolo-304jnx.pistolo-ny66k0 .pistolo-hhfpei {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .pistolo-304jnx.pistolo-ny66k0 .pistolo-hhfpei img {
    max-width: 114px;
  }
}

.pistolo-o4cuvx.pistolo-mogdnu,
.pistolo-o4cuvx.pistolo-c66jk9,
.pistolo-o4cuvx.pistolo-zf1rrh {
  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-bo8w0b ease-in-out;
}

.pistolo-o4cuvx.pistolo-mogdnu,
.pistolo-o4cuvx.pistolo-zf1rrh {
  padding: 10px;
}

.pistolo-o4cuvx.pistolo-mogdnu:hover,
.pistolo-o4cuvx.pistolo-c66jk9:hover,
.pistolo-o4cuvx.pistolo-zf1rrh:hover {
  background: var(--button-bg-hover);
}

.pistolo-o4cuvx.pistolo-mogdnu:hover svg path,
.pistolo-o4cuvx.pistolo-zf1rrh:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.pistolo-o4cuvx.pistolo-zi1zoa {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.pistolo-bo8w0b ease-in-out;
  background: var(--button-bg-color);
}

.pistolo-o4cuvx.pistolo-zi1zoa:hover {
  background-color: var(--button-bg-hover);
}

.pistolo-o4cuvx.pistolo-c66jk9: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-o4cuvx.pistolo-c66jk9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pistolo-o4cuvx.pistolo-zi1zoa:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pistolo-n6dfmi {
  max-width: 650px;
}

.pistolo-v5pmjf {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.pistolo-n9mn5o {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pistolo-h1auvq {
  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-fsqar8 ease-in-out;
  cursor: pointer;
}

.pistolo-h1auvq:hover {
  opacity: 0.5;
}

.pistolo-h1auvq:focus {
  outline: 0;
}

.pistolo-h1auvq:focus .pistolo-7k7o30,
.pistolo-h1auvq:hover .pistolo-7k7o30 {
  fill: red;
  fill-opacity: 1;
}

.pistolo-h1auvq:hover {
  cursor: pointer;
}

.pistolo-nd4qw1 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.pistolo-n6dfmi.pistolo-pgjrkd {
  margin: 0 auto;
}

.pistolo-n6dfmi.pistolo-dkra63 {
  margin-left: auto;
}

.pistolo-pnvrml {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.pistolo-w4pjos {
  padding-bottom: 50px;
}

.pistolo-pj3z7s {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.pistolo-61in8f {
  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-n12teu {
  margin-top: 24px;
}

.pistolo-puogkd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pistolo-s2yg25 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.pistolo-l3nw4y {
  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-vwv3v9 {
  width: 468px;
}

.pistolo-l3nw4y .pistolo-08g256 {
  margin: 0.pistolo-fz02g1 0;
}

.pistolo-6cky4w {
  display: flex;
  min-width: 224px;
}

.pistolo-l9gv53 {
  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-fsqar8 ease-in-out;
}

.pistolo-amcqpl,
.pistolo-l9gv53:hover {
  color: var(--text-color);
}

.pistolo-t6kqgr {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.pistolo-lbegpw {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .pistolo-pnvrml {
    padding: 16px;
  }
  .pistolo-t6kqgr {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .pistolo-lbegpw {
    align-items: center;
  }
  .pistolo-vwv3v9 {
    width: unset;
  }
  .pistolo-6cky4w {
    min-width: unset;
  }
  .pistolo-l3nw4y {
    max-height: unset;
  }
  .pistolo-pj3z7s {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .pistolo-pnvrml {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.pistolo-5c94f9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pistolo-5c94f9:not(:last-child) {
  margin-bottom: 16px;
}

.pistolo-eq7wte {
  outline: 0;
}

.pistolo-eq7wte .pistolo-12t8se {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.pistolo-5r0qhj {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .pistolo-5r0qhj {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.pistolo-5r0qhj::-webkit-details-marker {
  display: none;
}

.pistolo-5r0qhj: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-5r0qhj: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-5r0qhj:after {
  transform: unset;
}

.pistolo-12t8se {
  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-12t8se 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-fsqar8 ease-in-out;
  -o-transition: 0.pistolo-fsqar8 ease-in-out;
  transition: 0.pistolo-fsqar8 ease-in-out;
}

.pistolo-2xmafl {
  padding: 16px 0 0 0;
}

.pistolo-2xmafl * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .pistolo-2xmafl :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pistolo-5r0qhj {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pistolo-5r0qhj::after {
    margin-left: auto;
  }
  .pistolo-12t8se {
    order: 3;
    flex: 1 1 100%;
  }
  .pistolo-5r0qhj {
    font-size: 14px;
    line-height: 130%;
  }
  .pistolo-12t8se svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.pistolo-wna13o {
  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-eiqogj {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.pistolo-wna13o.pistolo-2aop3e .pistolo-eiqogj {
  margin-bottom: 12px;
}

.pistolo-eiqogj::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-wna13o.pistolo-2aop3e .pistolo-eiqogj::after {
  transform: unset;
}

.pistolo-3ajv7j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.pistolo-1trr1b {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.pistolo-fsqar8 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.pistolo-1trr1b: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-wna13o.pistolo-2aop3e .pistolo-3ajv7j {
  max-height: 100%;
}

.pistolo-0wblvb {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.pistolo-udk6uq {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.pistolo-o6hj3v {
  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-qe1nny {
  margin-right: 4px;
}

.pistolo-bqun5a {
  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-fsqar8 ease-in-out;
}

.pistolo-bqun5a svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.pistolo-qzq2v6,
.pistolo-bqun5a:hover {
  color: var(--text-color);
}

.pistolo-erbwkb {
  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-erbwkb img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.pistolo-erbwkb .pistolo-1tnur3 {
  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-erbwkb .pistolo-n9mpc8 {
  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-dae0va {
  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-jkj046 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pistolo-2ozhx7 .pistolo-9d0c7y {
  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-2ozhx7 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.pistolo-kzj8lh {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.pistolo-vmqneq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.pistolo-j3o3cm {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.pistolo-5n1cz4 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-j3o3cm:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.pistolo-3t5je4 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.pistolo-4nh4or {
  -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-fsqar8 ease-in-out;
  transition: transform 0.pistolo-fsqar8 ease-in-out;
  -o-transition: transform 0.pistolo-fsqar8 ease-in-out;
  transition:
    transform 0.pistolo-fsqar8 ease-in-out,
    -webkit-transform 0.pistolo-fsqar8 ease-in-out;
  cursor: pointer;
}

.pistolo-4nh4or svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.pistolo-4nh4or: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-1ezro2 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .pistolo-1ezro2 {
    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-lablwa {
  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-jj9uta {
  position: relative;
  width: 100%;
}

.pistolo-lablwa.pistolo-1bncgr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pistolo-lablwa.pistolo-pgjrkd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pistolo-lablwa.pistolo-dkra63 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pistolo-ler51y {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.pistolo-2y9quc {
  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-fsqar8 ease-in-out;
  cursor: pointer;
}

.pistolo-2y9quc:hover {
  opacity: 0.5;
}

.pistolo-lablwa.pistolo-66h3q8 .pistolo-2y9quc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pistolo-lablwa.pistolo-66h3q8 .pistolo-ler51y {
  cursor: pointer;
}

.pistolo-k7h6if {
  fill: #0009;
}

.pistolo-jz4izz {
  fill: #fff;
}

.pistolo-2y9quc:hover .pistolo-k7h6if {
  fill: red;
}

.pistolo-2y9quc svg path {
  -webkit-transition: 0.pistolo-fsqar8 ease-in-out;
  -o-transition: 0.pistolo-fsqar8 ease-in-out;
  transition: 0.pistolo-fsqar8 ease-in-out;
}

.pistolo-9976wb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.pistolo-9976wb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.pistolo-9976wb.pistolo-ya28id > :not(.get-image) {
  grid-column: 1/3;
}

.pistolo-cfehqv:not(._h1-block) .pistolo-9976wb > .pistolo-85ijym {
  grid-row: 1/2;
  grid-column: 1/3;
}

.pistolo-9976wb.pistolo-ya28id .pistolo-2xgsoz {
  grid-column: 2/3;
}

.pistolo-9976wb.pistolo-ya28id > .pistolo-hhfpei {
  grid-column: 1/2;
}

.pistolo-9976wb.pistolo-ya28id > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.pistolo-9976wb > p:first-of-type {
  margin-top: 0;
}

.pistolo-9976wb .pistolo-hhfpei {
  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-cfehqv:not(._h1-block) .pistolo-85ijym ~ .pistolo-hhfpei {
  grid-row: 2/10;
}

.pistolo-cfehqv.pistolo-qohog4 .pistolo-85ijym ~ .pistolo-hhfpei {
  grid-row: 1/10;
}

.pistolo-cfehqv.pistolo-qohog4 > .pistolo-85ijym {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.pistolo-cfehqv.pistolo-qohog4 .pistolo-hhfpei {
  grid-row: 1/10;
}

.pistolo-9976wb.pistolo-2w6u1n .pistolo-hhfpei {
  align-items: flex-start;
}

.pistolo-9976wb.pistolo-pgjrkd .pistolo-2xgsoz {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.pistolo-9976wb.pistolo-pgjrkd .pistolo-hhfpei {
  align-items: center;
}

.pistolo-9976wb.pistolo-0nxbb3 .pistolo-hhfpei {
  align-items: flex-end;
}

.pistolo-2xgsoz > :first-child {
  margin-top: 0;
}

.pistolo-2xgsoz > :last-child {
  margin-bottom: 0;
}

* + .pistolo-cl2fpw,
.pistolo-cfehqv + .pistolo-cfehqv {
  margin-top: 2rem;
}

.pistolo-yerp2r td::before,
.pistolo-yerp2r th::after {
  display: none !important;
}

.pistolo-yerp2r #link-selector {
  color: #000;
}

.pistolo-yerp2r .pistolo-f6zxwx {
  color: #135e96;
}

.pistolo-yerp2r .pistolo-t5vzx5 *,
.pistolo-yerp2r .pistolo-gunsxu p,
.pistolo-yerp2r .pistolo-t3nrhj * {
  color: #000;
}

.pistolo-yerp2r .pistolo-3htrng {
  background: 0 0 !important;
}

.pistolo-yerp2r .pistolo-9n73mf {
  color: #000;
}

.pistolo-yerp2r .pistolo-g6ffsf.pistolo-lkp59b {
  color: #fff;
}

.pistolo-yerp2r .pistolo-jm8xma {
  color: #000;
}

.pistolo-yerp2r
  .pistolo-eb67j9
  .pistolo-odidxn.pistolo-lkp59b.pistolo-2cpddu {
  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-kup6cn,
body .pistolo-1qck1k {
  color: #000;
  background: var(--color-body) !important;
}

.pistolo-kup6cn .pistolo-jxs4m9 .pistolo-47v8pm,
body .pistolo-1qck1k .pistolo-jxs4m9 .pistolo-47v8pm {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pistolo-1trr1b:focus,
  .pistolo-1trr1b:hover {
    color: #f9cb16;
  }
  .pistolo-34lui6:focus,
  .pistolo-34lui6:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pistolo-29ugnp:focus img,
  .pistolo-29ugnp:focus svg,
  .pistolo-29ugnp:hover img,
  .pistolo-29ugnp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .pistolo-erbwkb {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pistolo-j14t97:hover .pistolo-9wwoct svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .pistolo-9wwoct {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .pistolo-zjesy4 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .pistolo-l9ei3v {
    grid-template-columns: repeat(4, 1fr);
  }
  .pistolo-7539nz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .pistolo-g8bm36 .pistolo-6ancl1 {
    grid-template-columns: 1fr;
  }
  .pistolo-g8bm36 .pistolo-8d0whu {
    -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-g8bm36 .pistolo-jcmoen {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pistolo-g8bm36 .pistolo-cun78q {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pistolo-g8bm36 .pistolo-4vc6hg {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .pistolo-g8bm36 .pistolo-jcmoen:not(:first-child) {
    border: none;
  }
  .pistolo-g8bm36 .pistolo-jcmoen:first-child .pistolo-cun78q {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .pistolo-g8bm36 .pistolo-jcmoen:last-child .pistolo-cun78q {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .pistolo-8t3h4s {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .pistolo-08tot9 {
    max-width: 100px;
  }
  .pistolo-q1c37s {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pistolo-3z2rwm {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pistolo-3z2rwm svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .pistolo-ktm3ag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .pistolo-q1c37s + .pistolo-3z2rwm {
    margin-left: auto;
  }
  .pistolo-yfevut {
    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-yfevut.pistolo-2aop3e {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .pistolo-6yskae {
    -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-bxnxrm {
    width: 100%;
  }
  .pistolo-bxnxrm:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .pistolo-b6reg6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .pistolo-b6reg6 svg {
    margin-right: 4px;
  }
  .pistolo-j14t97 {
    -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-9wwoct svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .pistolo-9wwoct {
    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-08g256 {
    display: none;
    width: 100%;
  }
  .pistolo-j14t97.pistolo-2aop3e .pistolo-08g256 {
    padding: 0 0 0 48px;
  }
  .pistolo-dpvo67 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .pistolo-61in8f .pistolo-hhfpei {
    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-nbwhj8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pistolo-nbwhj8 + .pistolo-nbwhj8 {
    margin-right: 0;
  }
  .pistolo-nbwhj8 + .pistolo-hhfpei {
    margin: 0;
  }
  .pistolo-zjesy4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pistolo-l9ei3v {
    grid-template-columns: repeat(3, 1fr);
  }
  .pistolo-60jylw,
  .pistolo-8kl1ia {
    grid-template-columns: repeat(2, 1fr);
  }
  .pistolo-9976wb {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pistolo-9976wb.pistolo-ya28id .pistolo-2xgsoz {
    grid-column: auto;
    grid-row: auto;
  }
  .pistolo-9976wb > .pistolo-85ijym {
    grid-column: 1/2;
  }
  .pistolo-9976wb.pistolo-ya28id > :not(.get-image) {
    grid-column: 1/2;
  }
  .pistolo-9976wb .pistolo-hhfpei,
  .pistolo-9976wb.pistolo-ya28id > .pistolo-hhfpei {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pistolo-9976wb.pistolo-ya28id > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .pistolo-cfehqv.pistolo-qohog4 .pistolo-9976wb > .pistolo-hhfpei {
    grid-row: 1/2;
  }
  .pistolo-9976wb .pistolo-85ijym ~ .pistolo-hhfpei,
  .pistolo-9976wb.pistolo-ya28id .pistolo-85ijym ~ .pistolo-hhfpei {
    grid-row: 2/3;
  }
  .pistolo-cfehqv.pistolo-qohog4 .pistolo-85ijym ~ .pistolo-hhfpei {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .pistolo-f8l047:first-child .pistolo-wjhn6s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pistolo-f8l047:first-child .pistolo-wjhn6s h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .pistolo-f8l047 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .pistolo-f8l047 {
    padding: 0;
  }
  .pistolo-pyhi46 {
    margin-top: 1rem;
  }
  .pistolo-eq7wte {
    border-radius: 5px;
  }
  .pistolo-q3lvxf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pistolo-eiqogj::after {
    display: inline-block;
  }
  .pistolo-eiqogj {
    margin: 0;
    width: 100%;
  }
  .pistolo-3ajv7j {
    width: 100%;
  }
  .pistolo-3ajv7j.pistolo-xhve71 {
    -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-3ajv7j.pistolo-xhve71 .pistolo-bwnhkq {
    width: 100%;
  }
  .pistolo-3ajv7j.pistolo-xhve71 .pistolo-bwnhkq:not(:last-child) {
    margin-right: 0;
  }
  .pistolo-1trr1b {
    width: 100%;
    text-align: center;
  }
  .pistolo-wna13o.pistolo-2aop3e .pistolo-3ajv7j {
    margin-top: 1rem;
  }
  .pistolo-zjesy4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pistolo-7539nz,
  .pistolo-l9ei3v {
    grid-template-columns: repeat(2, 1fr);
  }
  .pistolo-60jylw,
  .pistolo-8kl1ia,
  .pistolo-d7kfxj {
    grid-template-columns: 1fr;
  }
  .pistolo-4i35k6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .pistolo-j4tc93 {
    min-width: 300px;
    max-width: 325px;
  }
  .pistolo-cun78q {
    cursor: auto;
  }
  .pistolo-qwa7sa .pistolo-cun78q {
    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-1ezro2 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .pistolo-08g256 {
    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-1ezro2 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.pistolo-nbwhj8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .pistolo-3z2rwm {
    margin: 0 -0.2rem;
  }
  .pistolo-nbwhj8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .pistolo-4rfkel {
    -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-img61a {
    max-width: 100%;
  }
  .pistolo-zjesy4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pistolo-7539nz,
  .pistolo-l9ei3v {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .pistolo-8t3h4s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pistolo-3z2rwm {
    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-oqrn9k {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pistolo-rjumxg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pistolo-407hxs,
  .pistolo-n88gzv {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .pistolo-ooheq4 {
    width: 100%;
  }
  .pistolo-zjesy4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .pistolo-1ezro2 {
    top: 127px !important;
  }
}

.pistolo-gja5sr {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .pistolo-gja5sr {
  }
}

@media (max-width: 767px) {
  .pistolo-gja5sr {
    margin-bottom: 12px;
  }
}

.pistolo-gja5sr img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.pistolo-pyxq4w {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.pistolo-pyxq4w > .pistolo-6xhbi3 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .pistolo-pyxq4w {
    flex-direction: column;
    gap: 12px;
  }
}

.pistolo-zfxfbu {
  display: flex;
}

.pistolo-zfxfbu .pistolo-ici7zc {
  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-zfxfbu .pistolo-vyyx4m {
  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-zfxfbu .pistolo-gy1pqs {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.pistolo-zfxfbu .pistolo-hyn8sr {
  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-zfxfbu .pistolo-hyn8sr:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pistolo-zfxfbu .pistolo-ybeaek {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.pistolo-nvrevn {
  border: unset;
  background-color: unset;
}

.pistolo-nvrevn tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pistolo-nvrevn .pistolo-klm3co,
.pistolo-nvrevn .pistolo-43oupo {
  flex: 0 1 330px;
}

.pistolo-nvrevn .pistolo-xngsic {
  flex: 1 1;
}

.pistolo-nvrevn 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-nvrevn tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.pistolo-nvrevn tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.pistolo-nvrevn tr td p {
  color: #fff;
  margin: 0;
}

.pistolo-nvrevn tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.pistolo-nvrevn tr.pistolo-klm3co td p {
  padding: 16px 0;
}

.pistolo-nvrevn tr.pistolo-klm3co td p:not(:last-child),
.pistolo-nvrevn tr.pistolo-43oupo td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.pistolo-nvrevn tr.pistolo-klm3co td p:first-child,
.pistolo-nvrevn tr.pistolo-43oupo td p:first-child {
  padding-top: 0;
}

.pistolo-nvrevn tr.pistolo-43oupo td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pistolo-nvrevn tr.pistolo-43oupo td p:last-child {
  padding-bottom: 0;
}

.pistolo-nvrevn .pistolo-43oupo img {
  max-width: 32px;
}

.pistolo-nvrevn .pistolo-xngsic {
  min-width: 718px;
}

.pistolo-nvrevn .pistolo-xngsic td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.pistolo-nvrevn .pistolo-xngsic td {
  display: flex;
}

.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-kg4gm9,
.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-i3d825,
.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-25l37g {
  flex: 1 1 50%;
}

.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-mqlnai {
  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-nvrevn .pistolo-xngsic td:last-child .pistolo-26cp48,
.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-7uhi5t {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-kg4gm9,
.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-i3d825 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-kg4gm9 span,
.pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-i3d825 span {
  font-weight: 800;
}

.pistolo-nvrevn .pistolo-xngsic img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .pistolo-nvrevn .pistolo-xngsic td .pistolo-25l37g:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pistolo-nvrevn tr.pistolo-klm3co td p:last-child {
    padding-bottom: 0;
  }
  .pistolo-nvrevn .pistolo-43oupo > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .pistolo-nvrevn .pistolo-43oupo > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .pistolo-nvrevn tr.pistolo-klm3co td p:not(:last-child),
  .pistolo-nvrevn tr.pistolo-43oupo td p:not(:last-child) {
    border-bottom: unset;
  }
  .pistolo-nvrevn tr.pistolo-43oupo td p:last-child {
    padding-bottom: 12px;
  }
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-kg4gm9,
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-i3d825,
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-25l37g {
    flex: 1 1 50%;
    padding: 0;
  }
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-kg4gm9,
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-i3d825 {
    margin-top: 16px;
  }
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-25l37g {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-kg4gm9 {
    border-right: 1px solid var(--border-color);
  }
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-25l37g:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .pistolo-nvrevn .pistolo-xngsic td:last-child .pistolo-25l37g:last-child {
    padding-bottom: 0;
  }
}

.pistolo-25l37g {
  display: flex;
  flex-direction: column;
}

.pistolo-nvrevn .pistolo-xngsic td .pistolo-25l37g {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.pistolo-nvrevn .pistolo-xngsic td .pistolo-25l37g:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.pistolo-nvrevn .pistolo-xngsic td .pistolo-25l37g:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .pistolo-nvrevn .pistolo-xngsic td .pistolo-25l37g:not(:first-child) {
    padding-left: 0;
  }
  .pistolo-nvrevn .pistolo-xngsic td .pistolo-25l37g:not(:last-of-type) {
    border-right: unset;
  }
}

.pistolo-nvrevn .pistolo-dzmnnq {
  flex: 0 1 485px;
}

.pistolo-nvrevn .pistolo-eal033 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.pistolo-nvrevn .pistolo-eal033 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pistolo-nvrevn .pistolo-eal033 li.pistolo-vghby7 {
  padding: 6px 12px;
}

.pistolo-nvrevn .pistolo-eal033 li a,
.pistolo-nvrevn .pistolo-eal033 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-nvrevn .pistolo-bg1na6,
.pistolo-nvrevn .pistolo-cg90hi {
  flex: 1 1;
}

.pistolo-nvrevn .pistolo-d5d5p3,
.pistolo-nvrevn .pistolo-64jx0w {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pistolo-nvrevn .pistolo-d5d5p3 li,
.pistolo-nvrevn .pistolo-64jx0w li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pistolo-nvrevn .pistolo-cg90hi img {
  max-width: 32px;
}

.pistolo-nvrevn .pistolo-bg1na6 img {
  max-width: 32px;
}

.pistolo-nvrevn .pistolo-pg07rg {
  min-width: 280px;
}

.pistolo-nvrevn .pistolo-pg07rg img {
  max-width: 146px;
}

.pistolo-nvrevn .pistolo-pg07rg td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .pistolo-nvrevn .pistolo-klm3co,
  .pistolo-nvrevn .pistolo-43oupo {
    flex: 0 1 auto;
  }
  .pistolo-nvrevn .pistolo-xngsic {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .pistolo-nvrevn .pistolo-klm3co,
  .pistolo-nvrevn .pistolo-dzmnnq,
  .pistolo-nvrevn .pistolo-43oupo,
  .pistolo-nvrevn .pistolo-xngsic {
    flex: 1 1 calc(50% - 20px);
  }
  .pistolo-nvrevn .pistolo-bg1na6,
  .pistolo-nvrevn .pistolo-pg07rg,
  .pistolo-nvrevn .pistolo-cg90hi {
    flex: 1 1 30%;
  }
  .pistolo-nvrevn .pistolo-pg07rg {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .pistolo-nvrevn .pistolo-klm3co,
  .pistolo-nvrevn .pistolo-dzmnnq,
  .pistolo-nvrevn .pistolo-bg1na6,
  .pistolo-nvrevn .pistolo-43oupo,
  .pistolo-nvrevn .pistolo-xngsic,
  .pistolo-nvrevn .pistolo-pg07rg,
  .pistolo-nvrevn .pistolo-cg90hi {
    flex: 1 1 100%;
  }
}

.pistolo-g9tx03 .pistolo-ig0xog {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pistolo-g9tx03 .pistolo-ydwxp5 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.pistolo-g9tx03 .pistolo-320qu3 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.pistolo-g9tx03 .pistolo-0zsehd {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.pistolo-g9tx03 .pistolo-0zsehd > :nth-child(3) {
  margin-top: 0;
}

.pistolo-g9tx03 .pistolo-hhfpei {
  grid-column: 2/3;
  grid-row: 1/10;
}

.pistolo-g9tx03 .pistolo-vzy2md {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.pistolo-g9tx03 .pistolo-pyhi46 {
  grid-column: 1/2;
}

.pistolo-g9tx03 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.pistolo-g9tx03 .pistolo-ydwxp5: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-g9tx03 .pistolo-ydwxp5:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.pistolo-g9tx03 .pistolo-ooheq4 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .pistolo-g9tx03 .pistolo-ydwxp5:not(:last-child):before {
    bottom: 8px;
  }
  .pistolo-g9tx03 .pistolo-ydwxp5:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .pistolo-g9tx03 .pistolo-0zsehd {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .pistolo-g9tx03 .pistolo-hhfpei {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .pistolo-g9tx03 .pistolo-hhfpei img {
    width: 100%;
    height: auto;
  }
  .pistolo-g9tx03 .pistolo-ooheq4 {
    width: 100%;
    min-width: unset;
  }
}

.pistolo-xd7wv4 .pistolo-x3qrdu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.pistolo-xd7wv4 .pistolo-r78tcg {
  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-xd7wv4 .pistolo-hhfpei {
  height: 100%;
}

.pistolo-xd7wv4 .pistolo-hhfpei img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.pistolo-xd7wv4 .pistolo-207os9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.pistolo-xd7wv4 .pistolo-o47frd {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.pistolo-xd7wv4 .pistolo-u9enb0 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .pistolo-xd7wv4 .pistolo-r78tcg {
    flex: 1 1 100%;
  }
  .pistolo-xd7wv4 .pistolo-o4cuvx {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .pistolo-xd7wv4 .pistolo-r78tcg {
    flex-direction: column;
  }
  .pistolo-xd7wv4 .pistolo-hhfpei {
    width: 100%;
    height: auto;
  }
  .pistolo-xd7wv4 .pistolo-hhfpei img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .pistolo-xd7wv4 .pistolo-207os9 {
    padding: 0 16px 16px 16px;
  }
  .pistolo-xd7wv4 .pistolo-o4cuvx {
    min-width: unset;
    width: 100%;
  }
}

.pistolo-rgw8g1 .pistolo-xf5qor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.pistolo-rgw8g1 .pistolo-k778p2 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.pistolo-rgw8g1 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-rgw8g1 .pistolo-tw5ckv {
  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-rgw8g1 .pistolo-k778p2:hover .pistolo-tw5ckv {
  display: flex;
}

.pistolo-rgw8g1 .pistolo-q8ikeg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pistolo-rgw8g1 .pistolo-8mhoio {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.pistolo-e8p3ef {
  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-e8p3ef.pistolo-ltpx27 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.pistolo-bo8w0b ease-in-out;
}

.pistolo-e8p3ef.pistolo-ltpx27:hover {
  color: #f9cb16;
  background-color: transparent;
}

.pistolo-rgw8g1 .pistolo-92gxyk {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.pistolo-bo8w0b ease-in-out;
}

.pistolo-rgw8g1 .pistolo-92gxyk:hover {
  color: #196948;
  background-color: #f9cb16;
}

.pistolo-rgw8g1 .pistolo-92gxyk:after,
.pistolo-e8p3ef.pistolo-ltpx27:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.pistolo-e8p3ef.pistolo-ltpx27:after {
  background-image: url(../images/Cash.svg);
}

.pistolo-rgw8g1 .pistolo-92gxyk:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .pistolo-rgw8g1 .pistolo-xf5qor {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .pistolo-rgw8g1 .pistolo-xf5qor {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pistolo-rgw8g1 .pistolo-xf5qor {
    grid-template-columns: 1fr;
  }
  .pistolo-rgw8g1 .pistolo-k778p2 {
    height: auto;
  }
  .pistolo-rgw8g1 .pistolo-k778p2 .pistolo-tw5ckv {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .pistolo-rgw8g1 .pistolo-q8ikeg,
  .pistolo-rgw8g1 .pistolo-8mhoio {
    text-align: left;
  }
  .pistolo-rgw8g1 .pistolo-8mhoio {
    margin-bottom: 8px;
  }
  .pistolo-rgw8g1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.pistolo-50q45z {
  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-50q45z.pistolo-66h3q8 {
  display: block;
}

.pistolo-50q45z .pistolo-mol9zi {
  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-50q45z .pistolo-xekiim {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.pistolo-50q45z .pistolo-uyk9wg {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.pistolo-50q45z .pistolo-i9vtzh {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.pistolo-50q45z .pistolo-e8p3ef {
  min-width: 296px;
  margin-bottom: 0;
}

.pistolo-50q45z .pistolo-jz3lal {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pistolo-50q45z .pistolo-wmygul {
  position: relative;
  flex: 1 1;
}

.pistolo-50q45z .pistolo-wmygul iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .pistolo-50q45z .pistolo-xekiim {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pistolo-50q45z .pistolo-uyk9wg {
    order: 1;
  }
  .pistolo-50q45z .pistolo-i9vtzh {
    order: 3;
    flex: 1 1 100%;
  }
  .pistolo-50q45z .pistolo-e8p3ef {
    width: 100%;
    min-width: unset;
  }
  .pistolo-50q45z .pistolo-jz3lal {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .pistolo-9976wb > .pistolo-85ijym {
    margin-bottom: 0;
  }
  .pistolo-9976wb > .pistolo-pyhi46,
  .pistolo-9976wb > p {
    margin-top: 0;
  }
}

.pistolo-rmakwr img,
.pistolo-nbwhj8 img {
  width: auto;
  object-fit: contain;
}

.pistolo-rmakwr {
  align-items: center;
}

.pistolo-rmakwr img {
  max-height: 76px;
}

.pistolo-nbwhj8 img {
  max-height: 64px;
}

.pistolo-mp0o7q {
  overflow: auto;
}

.pistolo-x2t05t {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.pistolo-0h73sm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.pistolo-9fi775 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.pistolo-t7s7xn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pistolo-9fi775 .pistolo-hhfpei {
  margin-right: 20px;
  flex-shrink: 0;
}

.pistolo-9fi775 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.pistolo-u88vla {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.pistolo-u88vla > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pistolo-9fi775 {
    padding: 15px 10px;
  }
  .pistolo-u88vla {
    padding: 15px 10px;
  }
  .pistolo-9fi775 .pistolo-hhfpei {
    margin-right: 10px;
  }
}

.pistolo-n95tne {
  overflow-x: auto;
}

.pistolo-7lftjr {
  border-collapse: collapse;
  width: 100%;
}

.pistolo-n95tne th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.pistolo-n95tne td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.pistolo-n95tne td.pistolo-udrm8z {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.pistolo-n95tne td.pistolo-z86srh {
  border-right: none;
}

.pistolo-n95tne td.pistolo-z86srh .pistolo-hhfpei {
  justify-content: flex-start;
}

.pistolo-n95tne td.pistolo-z86srh .pistolo-hhfpei img {
  height: auto;
  width: 90px;
}

.pistolo-n95tne td.pistolo-mwmeh2,
.pistolo-n95tne td.pistolo-kadvkx {
  font-weight: 600;
  text-align: right;
}

.pistolo-n95tne td.pistolo-sqzrvm,
.pistolo-n95tne td.pistolo-mwmeh2 {
  padding-bottom: 10px;
  border-bottom: none;
}

.pistolo-n95tne td.pistolo-mwmeh2,
.pistolo-n95tne td.pistolo-kadvkx {
  border-left: none;
}

.pistolo-n95tne td.pistolo-sqzrvm,
.pistolo-n95tne td.pistolo-u54pvi {
  border-right: none;
}

.pistolo-n95tne td.pistolo-u54pvi,
.pistolo-n95tne td.pistolo-kadvkx {
  border-top: none;
  padding-top: 10px;
}

.pistolo-ju1auf {
  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-ju1auf .pistolo-o4cuvx {
  min-width: unset;
  width: 100%;
}

.pistolo-ju1auf .pistolo-o4cuvx.pistolo-mogdnu {
  grid-column: 1/2;
  grid-row: 1/2;
}

.pistolo-ju1auf .pistolo-o4cuvx.pistolo-zf1rrh {
  grid-column: 2/3;
  grid-row: 1/2;
}

.pistolo-ju1auf .pistolo-o5815m {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .pistolo-ju1auf {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .pistolo-ju1auf .pistolo-o4cuvx.pistolo-mogdnu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pistolo-ju1auf .pistolo-o4cuvx.pistolo-zf1rrh {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .pistolo-ju1auf .pistolo-o5815m {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.pistolo-nvgg59 {
  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-hllyea {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.pistolo-t0bae6 p a img {
  margin: 0 auto;
  display: block;
}

.pistolo-t0bae6 table {
  margin-bottom: 17px;
}

/* contanct form */
.pistolo-m062v2 {
  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-m062v2 label {
  font-size: 14px;
}

.pistolo-m062v2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-m062v2 input,
.pistolo-m062v2 textarea,
.pistolo-m062v2 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-m062v2 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-bo8w0b ease;
}
.pistolo-m062v2 button:hover {
  background-color: #691204;
}
.pistolo-slj6el {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-1mchx8 ease-in;
}

.pistolo-slj6el 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-5r30t2, .pistolo-0mc7on, [class*="review-card"],
thead, thead th, table th, .pistolo-xrqfn8,
.pistolo-otwa35, [class*="collapsible-header"],
.pistolo-a3vqwh, [class*="updated-block"] {
  color: #ece7dc !important;
}

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