@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);
}

.red-stag-ba7cnf {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.red-stag-koutnm {
  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.red-stag-ypl5vf,
ul.red-stag-ypl5vf {
  padding-left: 20px;
}

ul.red-stag-ypl5vf {
  list-style: disc;
}

ol.red-stag-ypl5vf {
  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;
  }
}

.red-stag-vhb6v6 > .red-stag-9s9ry8,
.red-stag-vhb6v6 > .red-stag-zktu32,
.red-stag-vhb6v6 > blockquote,
.red-stag-vhb6v6 > h1,
.red-stag-vhb6v6 > h2,
.red-stag-vhb6v6 > h3,
.red-stag-vhb6v6 > h4,
.red-stag-vhb6v6 > h5,
.red-stag-vhb6v6 > h6,
.red-stag-vhb6v6 > ol,
.red-stag-vhb6v6 > p,
.red-stag-vhb6v6 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.red-stag-vhb6v6 > ol,
.red-stag-vhb6v6 > ul {
  padding-left: 50px;
}

.red-stag-vhb6v6 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;
}

.red-stag-vhb6v6:not(:last-child) {
  margin-bottom: 2rem;
}

.red-stag-vhb6v6 > :not(:first-child) {
  margin-top: 2rem;
}

.red-stag-vhb6v6 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.red-stag-vhb6v6:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .red-stag-vhb6v6:first-child {
    margin-top: 20px;
  }
}

.red-stag-vhb6v6 > p:last-of-type {
  margin-bottom: 32px;
}

.red-stag-vhb6v6 > .red-stag-7qh4k7:not(:first-child) {
  margin: 64px auto 16px auto;
}

.red-stag-fhpuqj > .red-stag-7qh4k7 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.red-stag-zktu32 {
  overflow: auto;
}

.red-stag-zktu32::-webkit-scrollbar {
  height: 5px;
}

.red-stag-zktu32 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.red-stag-zktu32 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.red-stag-zktu32 table thead,
table thead {
  border-bottom: none;
}

.red-stag-zktu32 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.red-stag-zktu32 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.red-stag-zktu32 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.red-stag-zktu32 .red-stag-eiaotx {
  table-layout: auto;
}

.red-stag-zktu32 .red-stag-eiaotx th {
  word-break: normal;
}

.red-stag-zktu32 .red-stag-eiaotx td {
  word-break: normal;
}

.red-stag-ba7cnf .red-stag-ba7cnf {
  padding-right: 0;
  padding-left: 0;
}

.red-stag-i4bpcc {
  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;
}

.red-stag-ebstv1 {
  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;
}

.red-stag-hoh12i {
  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;
}

.red-stag-9s9ry8 {
  margin-top: 24px;
}

.red-stag-9s9ry8.red-stag-pml8b8 {
  text-align: left;
}

.red-stag-9s9ry8.red-stag-h1sqcg {
  text-align: right;
}

.red-stag-9s9ry8.red-stag-2ewjv7 {
  text-align: center;
}

.red-stag-qnhbl9 {
  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.red-stag-o74z8z ease-in-out;
  cursor: pointer;
}

.red-stag-qnhbl9:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.red-stag-qnhbl9 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .red-stag-qnhbl9 {
    min-width: unset;
  }
}

.red-stag-8blo9c {
  background-color: var(--fh-bg-color);
}

.red-stag-vh7xr5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.red-stag-139wdx {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.red-stag-139wdx img {
  max-height: 80px;
  object-fit: contain;
}

.red-stag-9syrz6 {
  flex: 1 1;
}

.red-stag-7pm0nl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.red-stag-jkc7sz {
  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;
}

.red-stag-jkc7sz 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;
}

.red-stag-jkc7sz.red-stag-youg8w span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.red-stag-jkc7sz.red-stag-youg8w span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.red-stag-jkc7sz.red-stag-youg8w span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.red-stag-9syrz6 + .red-stag-7pm0nl {
  margin-left: 20px;
}

.red-stag-8q7agi {
  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;
}

.red-stag-8q7agi > svg {
  max-width: 24px;
  max-height: 24px;
}

.red-stag-8q7agi + .red-stag-8q7agi {
  margin-left: 5px;
}

.red-stag-un0d9j {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.red-stag-un0d9j:hover {
  background-color: var(--button-bg-hover);
}

.red-stag-x6twyh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.red-stag-o74z8z ease-in-out;
  border: 1px solid var(--border-color);
}

.red-stag-x6twyh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.red-stag-cyv50w {
  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) {
  .red-stag-9syrz6 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .red-stag-cyv50w {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .red-stag-9syrz6 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .red-stag-8q7agi {
    min-width: unset;
    flex: 1 1;
  }
}

.red-stag-6jed7c {
  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;
}

.red-stag-6jed7c:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.red-stag-6jed7c:hover .red-stag-ufh8um {
  opacity: 1;
  pointer-events: auto;
}

.red-stag-xi76lc {
  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.red-stag-7lawcf ease-in-out;
  gap: 4px;
}

.red-stag-xi76lc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.red-stag-xi76lc .red-stag-i4bpcc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.red-stag-z9pkzn,
.red-stag-xi76lc:hover {
  color: var(--button-bg-hover);
}

.red-stag-j8ttit {
  position: relative;
}

.red-stag-j8ttit .red-stag-xi76lc {
  margin-right: 0;
  padding-right: 4px;
}

.red-stag-02qc8o svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.red-stag-j8ttit.red-stag-youg8w .red-stag-02qc8o svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.red-stag-j8ttit.red-stag-youg8w .red-stag-ufh8um {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.red-stag-j8ttit.red-stag-youg8w .red-stag-ufh8um::before {
  display: none;
}

.red-stag-02qc8o svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.red-stag-ufh8um {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.red-stag-q6kbgq 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.red-stag-ufh8um::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.red-stag-ufh8um:hover {
  color: var(--fh-bg-color);
}

.red-stag-d0tnij {
  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.red-stag-q6kbgq 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.red-stag-7lawcf ease-in-out;
  -o-transition: 0.red-stag-7lawcf ease-in-out;
  transition: 0.red-stag-7lawcf ease-in-out;
}

.red-stag-d0tnij .red-stag-i4bpcc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.red-stag-me4kmt,
.red-stag-d0tnij:hover {
  color: var(--button-bg-hover);
}

.red-stag-sh3sx3 {
  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%;
}

.red-stag-sh3sx3.red-stag-n7l62e {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.red-stag-sh3sx3.red-stag-n7l62e:after,
.red-stag-sh3sx3.red-stag-n7l62e:before {
  content: "";
  position: absolute;
  margin: auto;
}

.red-stag-sh3sx3.red-stag-n7l62e: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);
  }
}

.red-stag-sh3sx3.red-stag-n7l62e:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.red-stag-sh3sx3.red-stag-n7l62e > * {
  z-index: 1;
}

.red-stag-sh3sx3 b,
.red-stag-sh3sx3 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.red-stag-sh3sx3 .red-stag-fc4x2w {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.red-stag-sh3sx3 .red-stag-5cqtuk {
  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;
}

.red-stag-sh3sx3 .red-stag-i4bpcc {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.red-stag-sh3sx3 .red-stag-51n5ad {
  margin-top: 12px;
}

.red-stag-51n5ad {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.red-stag-qfr27b {
  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;
}

.red-stag-51n5ad .red-stag-y3yq1a {
  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.red-stag-o74z8z ease-in-out;
}

.red-stag-51n5ad .red-stag-y3yq1a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.red-stag-k5ni9e {
  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;
}

.red-stag-sh3sx3.red-stag-84s59d {
  gap: 12px;
  padding: 16px;
}

.red-stag-sh3sx3.red-stag-84s59d .red-stag-k5ni9e {
  min-width: 240px;
}

.red-stag-sh3sx3.red-stag-84s59d .red-stag-k5ni9e.red-stag-41do21 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .red-stag-sh3sx3 .red-stag-fc4x2w {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .red-stag-sh3sx3 .red-stag-5cqtuk {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .red-stag-sh3sx3 .red-stag-i4bpcc {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .red-stag-sh3sx3.red-stag-84s59d .red-stag-i4bpcc {
    max-width: 126px;
  }
  .red-stag-sh3sx3 .red-stag-51n5ad {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .red-stag-sh3sx3 .red-stag-qfr27b {
    max-width: unset;
  }
  .red-stag-k5ni9e {
    min-width: unset;
    width: 100%;
  }
  .red-stag-sh3sx3 .red-stag-k5ni9e {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .red-stag-sh3sx3.red-stag-84s59d {
    grid-template-rows: auto 1fr auto;
  }
  .red-stag-sh3sx3.red-stag-84s59d .red-stag-k5ni9e {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .red-stag-sh3sx3 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .red-stag-sh3sx3 .red-stag-fc4x2w {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .red-stag-sh3sx3 .red-stag-i4bpcc {
    max-width: 78px;
  }
  .red-stag-sh3sx3 .red-stag-51n5ad {
    margin-top: -12px;
  }
  .red-stag-sh3sx3.red-stag-84s59d {
    gap: 8px;
  }
  .red-stag-sh3sx3.red-stag-84s59d .red-stag-fc4x2w {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .red-stag-sh3sx3.red-stag-84s59d .red-stag-5cqtuk {
    grid-column: 1/3;
  }
  .red-stag-sh3sx3.red-stag-84s59d .red-stag-i4bpcc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .red-stag-sh3sx3.red-stag-84s59d .red-stag-i4bpcc img {
    max-width: 114px;
  }
}

.red-stag-k5ni9e.red-stag-vt8sgu,
.red-stag-k5ni9e.red-stag-bmqzht,
.red-stag-k5ni9e.red-stag-wi4luu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.red-stag-o74z8z ease-in-out;
}

.red-stag-k5ni9e.red-stag-vt8sgu,
.red-stag-k5ni9e.red-stag-wi4luu {
  padding: 10px;
}

.red-stag-k5ni9e.red-stag-vt8sgu:hover,
.red-stag-k5ni9e.red-stag-bmqzht:hover,
.red-stag-k5ni9e.red-stag-wi4luu:hover {
  background: var(--button-bg-hover);
}

.red-stag-k5ni9e.red-stag-vt8sgu:hover svg path,
.red-stag-k5ni9e.red-stag-wi4luu:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.red-stag-k5ni9e.red-stag-41do21 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.red-stag-o74z8z ease-in-out;
  background: var(--button-bg-color);
}

.red-stag-k5ni9e.red-stag-41do21:hover {
  background-color: var(--button-bg-hover);
}

.red-stag-k5ni9e.red-stag-bmqzht: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);
  }
}

.red-stag-k5ni9e.red-stag-bmqzht:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.red-stag-k5ni9e.red-stag-41do21:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.red-stag-hv45jz {
  max-width: 650px;
}

.red-stag-fiua2d {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.red-stag-5qskpy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.red-stag-f8zrb9 {
  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.red-stag-7lawcf ease-in-out;
  cursor: pointer;
}

.red-stag-f8zrb9:hover {
  opacity: 0.5;
}

.red-stag-f8zrb9:focus {
  outline: 0;
}

.red-stag-f8zrb9:focus .red-stag-w0mjk1,
.red-stag-f8zrb9:hover .red-stag-w0mjk1 {
  fill: red;
  fill-opacity: 1;
}

.red-stag-f8zrb9:hover {
  cursor: pointer;
}

.red-stag-mzc7za {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.red-stag-hv45jz.red-stag-2ewjv7 {
  margin: 0 auto;
}

.red-stag-hv45jz.red-stag-h1sqcg {
  margin-left: auto;
}

.red-stag-ue55tp {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.red-stag-ybigq4 {
  padding-bottom: 50px;
}

.red-stag-gf8lg7 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.red-stag-ag8t6u {
  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;
}

.red-stag-rqa16u {
  margin-top: 24px;
}

.red-stag-noiiuz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.red-stag-z0ok9t {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.red-stag-2jg1fh {
  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;
}

.red-stag-ov0rot {
  width: 468px;
}

.red-stag-2jg1fh .red-stag-ufh8um {
  margin: 0.red-stag-98g6wb 0;
}

.red-stag-u8pbq7 {
  display: flex;
  min-width: 224px;
}

.red-stag-u27sip {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.red-stag-7lawcf ease-in-out;
}

.red-stag-r3v1on,
.red-stag-u27sip:hover {
  color: var(--text-color);
}

.red-stag-k6zq4x {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.red-stag-coorkb {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .red-stag-ue55tp {
    padding: 16px;
  }
  .red-stag-k6zq4x {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .red-stag-coorkb {
    align-items: center;
  }
  .red-stag-ov0rot {
    width: unset;
  }
  .red-stag-u8pbq7 {
    min-width: unset;
  }
  .red-stag-2jg1fh {
    max-height: unset;
  }
  .red-stag-gf8lg7 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .red-stag-ue55tp {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.red-stag-72wy3x {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.red-stag-72wy3x:not(:last-child) {
  margin-bottom: 16px;
}

.red-stag-1ysbhf {
  outline: 0;
}

.red-stag-1ysbhf .red-stag-san0pb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.red-stag-doqwc4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .red-stag-doqwc4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.red-stag-doqwc4::-webkit-details-marker {
  display: none;
}

.red-stag-doqwc4: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;
}

.red-stag-doqwc4: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] .red-stag-doqwc4:after {
  transform: unset;
}

.red-stag-san0pb {
  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);
}

.red-stag-san0pb 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.red-stag-7lawcf ease-in-out;
  -o-transition: 0.red-stag-7lawcf ease-in-out;
  transition: 0.red-stag-7lawcf ease-in-out;
}

.red-stag-px27w8 {
  padding: 16px 0 0 0;
}

.red-stag-px27w8 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .red-stag-px27w8 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .red-stag-doqwc4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .red-stag-doqwc4::after {
    margin-left: auto;
  }
  .red-stag-san0pb {
    order: 3;
    flex: 1 1 100%;
  }
  .red-stag-doqwc4 {
    font-size: 14px;
    line-height: 130%;
  }
  .red-stag-san0pb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.red-stag-n773gl {
  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;
}

.red-stag-a647eb {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.red-stag-n773gl.red-stag-youg8w .red-stag-a647eb {
  margin-bottom: 12px;
}

.red-stag-a647eb::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;
}

.red-stag-n773gl.red-stag-youg8w .red-stag-a647eb::after {
  transform: unset;
}

.red-stag-nu2c41 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.red-stag-w4zd75 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.red-stag-7lawcf ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.red-stag-w4zd75: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;
}

.red-stag-n773gl.red-stag-youg8w .red-stag-nu2c41 {
  max-height: 100%;
}

.red-stag-i9sggx {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.red-stag-bqc3s6 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.red-stag-hn6y0m {
  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;
}

.red-stag-cfz0pg {
  margin-right: 4px;
}

.red-stag-fyie1m {
  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.red-stag-7lawcf ease-in-out;
}

.red-stag-fyie1m svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.red-stag-fpfe5n,
.red-stag-fyie1m:hover {
  color: var(--text-color);
}

.red-stag-vxpz6f {
  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;
}

.red-stag-vxpz6f img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.red-stag-vxpz6f .red-stag-38oi9z {
  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;
}

.red-stag-vxpz6f .red-stag-pnnimm {
  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;
}

.red-stag-84a5bp {
  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;
}

.red-stag-gbxk6z {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.red-stag-vuphpn .red-stag-ba7cnf {
  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;
}

.red-stag-vuphpn {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.red-stag-xh6py7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.red-stag-c9hfeg {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.red-stag-yfse3f {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.red-stag-riqovb 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;
}

.red-stag-yfse3f:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.red-stag-o4dz2w {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.red-stag-w0guax {
  -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.red-stag-7lawcf ease-in-out;
  transition: transform 0.red-stag-7lawcf ease-in-out;
  -o-transition: transform 0.red-stag-7lawcf ease-in-out;
  transition:
    transform 0.red-stag-7lawcf ease-in-out,
    -webkit-transform 0.red-stag-7lawcf ease-in-out;
  cursor: pointer;
}

.red-stag-w0guax svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.red-stag-w0guax: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;
}

.red-stag-443e3t {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .red-stag-443e3t {
    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);
}

.red-stag-8yc3xz {
  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;
}

.red-stag-wuk2xq {
  position: relative;
  width: 100%;
}

.red-stag-8yc3xz.red-stag-ptau9f {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.red-stag-8yc3xz.red-stag-2ewjv7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.red-stag-8yc3xz.red-stag-h1sqcg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.red-stag-lqar9f {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.red-stag-9zgpx7 {
  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.red-stag-7lawcf ease-in-out;
  cursor: pointer;
}

.red-stag-9zgpx7:hover {
  opacity: 0.5;
}

.red-stag-8yc3xz.red-stag-af0aa0 .red-stag-9zgpx7 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.red-stag-8yc3xz.red-stag-af0aa0 .red-stag-lqar9f {
  cursor: pointer;
}

.red-stag-pmr8rk {
  fill: #0009;
}

.red-stag-kmr6sj {
  fill: #fff;
}

.red-stag-9zgpx7:hover .red-stag-pmr8rk {
  fill: red;
}

.red-stag-9zgpx7 svg path {
  -webkit-transition: 0.red-stag-7lawcf ease-in-out;
  -o-transition: 0.red-stag-7lawcf ease-in-out;
  transition: 0.red-stag-7lawcf ease-in-out;
}

.red-stag-ec58pr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.red-stag-ec58pr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.red-stag-ec58pr.red-stag-h2uygw > :not(.get-image) {
  grid-column: 1/3;
}

.red-stag-91wxdr:not(._h1-block) .red-stag-ec58pr > .red-stag-7qh4k7 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.red-stag-ec58pr.red-stag-h2uygw .red-stag-wsi0d2 {
  grid-column: 2/3;
}

.red-stag-ec58pr.red-stag-h2uygw > .red-stag-i4bpcc {
  grid-column: 1/2;
}

.red-stag-ec58pr.red-stag-h2uygw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.red-stag-ec58pr > p:first-of-type {
  margin-top: 0;
}

.red-stag-ec58pr .red-stag-i4bpcc {
  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;
}

.red-stag-91wxdr:not(._h1-block) .red-stag-7qh4k7 ~ .red-stag-i4bpcc {
  grid-row: 2/10;
}

.red-stag-91wxdr.red-stag-5rrsg8 .red-stag-7qh4k7 ~ .red-stag-i4bpcc {
  grid-row: 1/10;
}

.red-stag-91wxdr.red-stag-5rrsg8 > .red-stag-7qh4k7 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.red-stag-91wxdr.red-stag-5rrsg8 .red-stag-i4bpcc {
  grid-row: 1/10;
}

.red-stag-ec58pr.red-stag-0ph0l6 .red-stag-i4bpcc {
  align-items: flex-start;
}

.red-stag-ec58pr.red-stag-2ewjv7 .red-stag-wsi0d2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.red-stag-ec58pr.red-stag-2ewjv7 .red-stag-i4bpcc {
  align-items: center;
}

.red-stag-ec58pr.red-stag-lr2pl3 .red-stag-i4bpcc {
  align-items: flex-end;
}

.red-stag-wsi0d2 > :first-child {
  margin-top: 0;
}

.red-stag-wsi0d2 > :last-child {
  margin-bottom: 0;
}

* + .red-stag-lh37nh,
.red-stag-91wxdr + .red-stag-91wxdr {
  margin-top: 2rem;
}

.red-stag-guin21 td::before,
.red-stag-guin21 th::after {
  display: none !important;
}

.red-stag-guin21 #link-selector {
  color: #000;
}

.red-stag-guin21 .red-stag-es64lc {
  color: #135e96;
}

.red-stag-guin21 .red-stag-8cem53 *,
.red-stag-guin21 .red-stag-xks1ur p,
.red-stag-guin21 .red-stag-1yiffs * {
  color: #000;
}

.red-stag-guin21 .red-stag-445okc {
  background: 0 0 !important;
}

.red-stag-guin21 .red-stag-zoc0qd {
  color: #000;
}

.red-stag-guin21 .red-stag-5wkpa8.red-stag-vcw7jn {
  color: #fff;
}

.red-stag-guin21 .red-stag-crtjgv {
  color: #000;
}

.red-stag-guin21
  .red-stag-olf2h3
  .red-stag-vbxjka.red-stag-vcw7jn.red-stag-f5vaqg {
  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;
}

.red-stag-1sy4hb,
body .red-stag-4jmlu2 {
  color: #000;
  background: var(--color-body) !important;
}

.red-stag-1sy4hb .red-stag-zldpe7 .red-stag-4p2eq6,
body .red-stag-4jmlu2 .red-stag-zldpe7 .red-stag-4p2eq6 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .red-stag-w4zd75:focus,
  .red-stag-w4zd75:hover {
    color: #f9cb16;
  }
  .red-stag-j4h6mz:focus,
  .red-stag-j4h6mz:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .red-stag-8voali:focus img,
  .red-stag-8voali:focus svg,
  .red-stag-8voali:hover img,
  .red-stag-8voali:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .red-stag-vxpz6f {
    display: none;
  }
}

@media (min-width: 1024px) {
  .red-stag-j8ttit:hover .red-stag-02qc8o svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .red-stag-02qc8o {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .red-stag-yqjct4 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .red-stag-357p27 {
    grid-template-columns: repeat(4, 1fr);
  }
  .red-stag-hr7jvi {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .red-stag-ry7ojp .red-stag-sybivp {
    grid-template-columns: 1fr;
  }
  .red-stag-ry7ojp .red-stag-1gi9yb {
    -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;
  }
  .red-stag-ry7ojp .red-stag-yi0wxy {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .red-stag-ry7ojp .red-stag-j19gyn {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .red-stag-ry7ojp .red-stag-miflzx {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .red-stag-ry7ojp .red-stag-yi0wxy:not(:first-child) {
    border: none;
  }
  .red-stag-ry7ojp .red-stag-yi0wxy:first-child .red-stag-j19gyn {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .red-stag-ry7ojp .red-stag-yi0wxy:last-child .red-stag-j19gyn {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .red-stag-vh7xr5 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .red-stag-139wdx {
    max-width: 100px;
  }
  .red-stag-9syrz6 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .red-stag-7pm0nl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .red-stag-7pm0nl svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .red-stag-jkc7sz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .red-stag-9syrz6 + .red-stag-7pm0nl {
    margin-left: auto;
  }
  .red-stag-vitt1o {
    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;
  }
  .red-stag-vitt1o.red-stag-youg8w {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .red-stag-cyv50w {
    -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;
  }
  .red-stag-6jed7c {
    width: 100%;
  }
  .red-stag-6jed7c:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .red-stag-xi76lc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .red-stag-xi76lc svg {
    margin-right: 4px;
  }
  .red-stag-j8ttit {
    -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;
  }
  .red-stag-02qc8o svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .red-stag-02qc8o {
    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;
  }
  .red-stag-ufh8um {
    display: none;
    width: 100%;
  }
  .red-stag-j8ttit.red-stag-youg8w .red-stag-ufh8um {
    padding: 0 0 0 48px;
  }
  .red-stag-d0tnij {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .red-stag-ag8t6u .red-stag-i4bpcc {
    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;
  }
  .red-stag-585i25 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .red-stag-585i25 + .red-stag-585i25 {
    margin-right: 0;
  }
  .red-stag-585i25 + .red-stag-i4bpcc {
    margin: 0;
  }
  .red-stag-yqjct4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .red-stag-357p27 {
    grid-template-columns: repeat(3, 1fr);
  }
  .red-stag-0kzbp2,
  .red-stag-thebrm {
    grid-template-columns: repeat(2, 1fr);
  }
  .red-stag-ec58pr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .red-stag-ec58pr.red-stag-h2uygw .red-stag-wsi0d2 {
    grid-column: auto;
    grid-row: auto;
  }
  .red-stag-ec58pr > .red-stag-7qh4k7 {
    grid-column: 1/2;
  }
  .red-stag-ec58pr.red-stag-h2uygw > :not(.get-image) {
    grid-column: 1/2;
  }
  .red-stag-ec58pr .red-stag-i4bpcc,
  .red-stag-ec58pr.red-stag-h2uygw > .red-stag-i4bpcc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .red-stag-ec58pr.red-stag-h2uygw > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .red-stag-91wxdr.red-stag-5rrsg8 .red-stag-ec58pr > .red-stag-i4bpcc {
    grid-row: 1/2;
  }
  .red-stag-ec58pr .red-stag-7qh4k7 ~ .red-stag-i4bpcc,
  .red-stag-ec58pr.red-stag-h2uygw .red-stag-7qh4k7 ~ .red-stag-i4bpcc {
    grid-row: 2/3;
  }
  .red-stag-91wxdr.red-stag-5rrsg8 .red-stag-7qh4k7 ~ .red-stag-i4bpcc {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .red-stag-vhb6v6:first-child .red-stag-djk2m9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .red-stag-vhb6v6:first-child .red-stag-djk2m9 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .red-stag-vhb6v6 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .red-stag-vhb6v6 {
    padding: 0;
  }
  .red-stag-9s9ry8 {
    margin-top: 1rem;
  }
  .red-stag-1ysbhf {
    border-radius: 5px;
  }
  .red-stag-c8vp10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .red-stag-a647eb::after {
    display: inline-block;
  }
  .red-stag-a647eb {
    margin: 0;
    width: 100%;
  }
  .red-stag-nu2c41 {
    width: 100%;
  }
  .red-stag-nu2c41.red-stag-tm188c {
    -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%;
  }
  .red-stag-nu2c41.red-stag-tm188c .red-stag-fzgkk2 {
    width: 100%;
  }
  .red-stag-nu2c41.red-stag-tm188c .red-stag-fzgkk2:not(:last-child) {
    margin-right: 0;
  }
  .red-stag-w4zd75 {
    width: 100%;
    text-align: center;
  }
  .red-stag-n773gl.red-stag-youg8w .red-stag-nu2c41 {
    margin-top: 1rem;
  }
  .red-stag-yqjct4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .red-stag-hr7jvi,
  .red-stag-357p27 {
    grid-template-columns: repeat(2, 1fr);
  }
  .red-stag-0kzbp2,
  .red-stag-thebrm,
  .red-stag-yu95n8 {
    grid-template-columns: 1fr;
  }
  .red-stag-n0ilam {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .red-stag-28xkdf {
    min-width: 300px;
    max-width: 325px;
  }
  .red-stag-j19gyn {
    cursor: auto;
  }
  .red-stag-1js7vd .red-stag-j19gyn {
    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;
  }
  .red-stag-443e3t {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .red-stag-ufh8um {
    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) {
  .red-stag-443e3t {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.red-stag-585i25 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .red-stag-7pm0nl {
    margin: 0 -0.2rem;
  }
  .red-stag-585i25 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .red-stag-7r9p98 {
    -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;
  }
  .red-stag-siwhn8 {
    max-width: 100%;
  }
  .red-stag-yqjct4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .red-stag-hr7jvi,
  .red-stag-357p27 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .red-stag-vh7xr5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .red-stag-7pm0nl {
    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;
  }
  .red-stag-8blo9c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .red-stag-8q7agi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .red-stag-6j3nmn,
  .red-stag-gvgzzy {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .red-stag-qnhbl9 {
    width: 100%;
  }
  .red-stag-yqjct4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .red-stag-443e3t {
    top: 127px !important;
  }
}

.red-stag-i5xk0x {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .red-stag-i5xk0x {
  }
}

@media (max-width: 767px) {
  .red-stag-i5xk0x {
    margin-bottom: 12px;
  }
}

.red-stag-i5xk0x img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.red-stag-0zgpw5 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.red-stag-0zgpw5 > .red-stag-5z5uow {
  flex: 1 1;
}

@media (max-width: 767px) {
  .red-stag-0zgpw5 {
    flex-direction: column;
    gap: 12px;
  }
}

.red-stag-gbyt3c {
  display: flex;
}

.red-stag-gbyt3c .red-stag-y7jmpf {
  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;
}

.red-stag-gbyt3c .red-stag-c4alph {
  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;
}

.red-stag-gbyt3c .red-stag-0yhexm {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.red-stag-gbyt3c .red-stag-txhs3u {
  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));
  }
}

.red-stag-gbyt3c .red-stag-txhs3u:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.red-stag-gbyt3c .red-stag-hyh53w {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.red-stag-zhteth {
  border: unset;
  background-color: unset;
}

.red-stag-zhteth tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.red-stag-zhteth .red-stag-6xfkdh,
.red-stag-zhteth .red-stag-26egjx {
  flex: 0 1 330px;
}

.red-stag-zhteth .red-stag-warxfm {
  flex: 1 1;
}

.red-stag-zhteth tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.red-stag-zhteth tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.red-stag-zhteth tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.red-stag-zhteth tr td p {
  color: #fff;
  margin: 0;
}

.red-stag-zhteth tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.red-stag-zhteth tr.red-stag-6xfkdh td p {
  padding: 16px 0;
}

.red-stag-zhteth tr.red-stag-6xfkdh td p:not(:last-child),
.red-stag-zhteth tr.red-stag-26egjx td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.red-stag-zhteth tr.red-stag-6xfkdh td p:first-child,
.red-stag-zhteth tr.red-stag-26egjx td p:first-child {
  padding-top: 0;
}

.red-stag-zhteth tr.red-stag-26egjx td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.red-stag-zhteth tr.red-stag-26egjx td p:last-child {
  padding-bottom: 0;
}

.red-stag-zhteth .red-stag-26egjx img {
  max-width: 32px;
}

.red-stag-zhteth .red-stag-warxfm {
  min-width: 718px;
}

.red-stag-zhteth .red-stag-warxfm td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.red-stag-zhteth .red-stag-warxfm td {
  display: flex;
}

.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-ekcu0h,
.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-n5ukqo,
.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-rtvtx3 {
  flex: 1 1 50%;
}

.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-n8yzrj {
  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;
}

.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-eu6evp,
.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-hux6xw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-ekcu0h,
.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-n5ukqo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-ekcu0h span,
.red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-n5ukqo span {
  font-weight: 800;
}

.red-stag-zhteth .red-stag-warxfm img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .red-stag-zhteth .red-stag-warxfm td .red-stag-rtvtx3:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .red-stag-zhteth tr.red-stag-6xfkdh td p:last-child {
    padding-bottom: 0;
  }
  .red-stag-zhteth .red-stag-26egjx > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .red-stag-zhteth .red-stag-26egjx > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .red-stag-zhteth tr.red-stag-6xfkdh td p:not(:last-child),
  .red-stag-zhteth tr.red-stag-26egjx td p:not(:last-child) {
    border-bottom: unset;
  }
  .red-stag-zhteth tr.red-stag-26egjx td p:last-child {
    padding-bottom: 12px;
  }
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-ekcu0h,
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-n5ukqo,
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-rtvtx3 {
    flex: 1 1 50%;
    padding: 0;
  }
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-ekcu0h,
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-n5ukqo {
    margin-top: 16px;
  }
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-rtvtx3 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-ekcu0h {
    border-right: 1px solid var(--border-color);
  }
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-rtvtx3:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .red-stag-zhteth .red-stag-warxfm td:last-child .red-stag-rtvtx3:last-child {
    padding-bottom: 0;
  }
}

.red-stag-rtvtx3 {
  display: flex;
  flex-direction: column;
}

.red-stag-zhteth .red-stag-warxfm td .red-stag-rtvtx3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.red-stag-zhteth .red-stag-warxfm td .red-stag-rtvtx3:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.red-stag-zhteth .red-stag-warxfm td .red-stag-rtvtx3:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .red-stag-zhteth .red-stag-warxfm td .red-stag-rtvtx3:not(:first-child) {
    padding-left: 0;
  }
  .red-stag-zhteth .red-stag-warxfm td .red-stag-rtvtx3:not(:last-of-type) {
    border-right: unset;
  }
}

.red-stag-zhteth .red-stag-ytvt2t {
  flex: 0 1 485px;
}

.red-stag-zhteth .red-stag-m185n6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.red-stag-zhteth .red-stag-m185n6 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.red-stag-zhteth .red-stag-m185n6 li.red-stag-v4rr7e {
  padding: 6px 12px;
}

.red-stag-zhteth .red-stag-m185n6 li a,
.red-stag-zhteth .red-stag-m185n6 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;
}

.red-stag-zhteth .red-stag-avoycx,
.red-stag-zhteth .red-stag-ohst5g {
  flex: 1 1;
}

.red-stag-zhteth .red-stag-45i6uh,
.red-stag-zhteth .red-stag-2mbhle {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.red-stag-zhteth .red-stag-45i6uh li,
.red-stag-zhteth .red-stag-2mbhle li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.red-stag-zhteth .red-stag-ohst5g img {
  max-width: 32px;
}

.red-stag-zhteth .red-stag-avoycx img {
  max-width: 32px;
}

.red-stag-zhteth .red-stag-hzj2cb {
  min-width: 280px;
}

.red-stag-zhteth .red-stag-hzj2cb img {
  max-width: 146px;
}

.red-stag-zhteth .red-stag-hzj2cb td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .red-stag-zhteth .red-stag-6xfkdh,
  .red-stag-zhteth .red-stag-26egjx {
    flex: 0 1 auto;
  }
  .red-stag-zhteth .red-stag-warxfm {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .red-stag-zhteth .red-stag-6xfkdh,
  .red-stag-zhteth .red-stag-ytvt2t,
  .red-stag-zhteth .red-stag-26egjx,
  .red-stag-zhteth .red-stag-warxfm {
    flex: 1 1 calc(50% - 20px);
  }
  .red-stag-zhteth .red-stag-avoycx,
  .red-stag-zhteth .red-stag-hzj2cb,
  .red-stag-zhteth .red-stag-ohst5g {
    flex: 1 1 30%;
  }
  .red-stag-zhteth .red-stag-hzj2cb {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .red-stag-zhteth .red-stag-6xfkdh,
  .red-stag-zhteth .red-stag-ytvt2t,
  .red-stag-zhteth .red-stag-avoycx,
  .red-stag-zhteth .red-stag-26egjx,
  .red-stag-zhteth .red-stag-warxfm,
  .red-stag-zhteth .red-stag-hzj2cb,
  .red-stag-zhteth .red-stag-ohst5g {
    flex: 1 1 100%;
  }
}

.red-stag-3ig3n7 .red-stag-qc7y0h {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.red-stag-3ig3n7 .red-stag-9p00q3 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.red-stag-3ig3n7 .red-stag-hpwrco {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.red-stag-3ig3n7 .red-stag-dyn1ld {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.red-stag-3ig3n7 .red-stag-dyn1ld > :nth-child(3) {
  margin-top: 0;
}

.red-stag-3ig3n7 .red-stag-i4bpcc {
  grid-column: 2/3;
  grid-row: 1/10;
}

.red-stag-3ig3n7 .red-stag-kegbhb {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.red-stag-3ig3n7 .red-stag-9s9ry8 {
  grid-column: 1/2;
}

.red-stag-3ig3n7 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.red-stag-3ig3n7 .red-stag-9p00q3: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;
}

.red-stag-3ig3n7 .red-stag-9p00q3:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.red-stag-3ig3n7 .red-stag-qnhbl9 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .red-stag-3ig3n7 .red-stag-9p00q3:not(:last-child):before {
    bottom: 8px;
  }
  .red-stag-3ig3n7 .red-stag-9p00q3:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .red-stag-3ig3n7 .red-stag-dyn1ld {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .red-stag-3ig3n7 .red-stag-i4bpcc {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .red-stag-3ig3n7 .red-stag-i4bpcc img {
    width: 100%;
    height: auto;
  }
  .red-stag-3ig3n7 .red-stag-qnhbl9 {
    width: 100%;
    min-width: unset;
  }
}

.red-stag-a8m1yg .red-stag-7uoh6q {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.red-stag-a8m1yg .red-stag-u5uzkd {
  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;
}

.red-stag-a8m1yg .red-stag-i4bpcc {
  height: 100%;
}

.red-stag-a8m1yg .red-stag-i4bpcc img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.red-stag-a8m1yg .red-stag-n3s7an {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.red-stag-a8m1yg .red-stag-w0m8xe {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.red-stag-a8m1yg .red-stag-hhubwl {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .red-stag-a8m1yg .red-stag-u5uzkd {
    flex: 1 1 100%;
  }
  .red-stag-a8m1yg .red-stag-k5ni9e {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .red-stag-a8m1yg .red-stag-u5uzkd {
    flex-direction: column;
  }
  .red-stag-a8m1yg .red-stag-i4bpcc {
    width: 100%;
    height: auto;
  }
  .red-stag-a8m1yg .red-stag-i4bpcc img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .red-stag-a8m1yg .red-stag-n3s7an {
    padding: 0 16px 16px 16px;
  }
  .red-stag-a8m1yg .red-stag-k5ni9e {
    min-width: unset;
    width: 100%;
  }
}

.red-stag-1eu0me .red-stag-jz7g2u {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.red-stag-1eu0me .red-stag-6t8dek {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.red-stag-1eu0me 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;
}

.red-stag-1eu0me .red-stag-q4oimj {
  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;
}

.red-stag-1eu0me .red-stag-6t8dek:hover .red-stag-q4oimj {
  display: flex;
}

.red-stag-1eu0me .red-stag-5ql9pe {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.red-stag-1eu0me .red-stag-0skvhp {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.red-stag-5ytb06 {
  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;
}

.red-stag-5ytb06.red-stag-gnu6gy {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.red-stag-o74z8z ease-in-out;
}

.red-stag-5ytb06.red-stag-gnu6gy:hover {
  color: #f9cb16;
  background-color: transparent;
}

.red-stag-1eu0me .red-stag-etefq8 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.red-stag-o74z8z ease-in-out;
}

.red-stag-1eu0me .red-stag-etefq8:hover {
  color: #196948;
  background-color: #f9cb16;
}

.red-stag-1eu0me .red-stag-etefq8:after,
.red-stag-5ytb06.red-stag-gnu6gy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.red-stag-5ytb06.red-stag-gnu6gy:after {
  background-image: url(../images/Cash.svg);
}

.red-stag-1eu0me .red-stag-etefq8:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .red-stag-1eu0me .red-stag-jz7g2u {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .red-stag-1eu0me .red-stag-jz7g2u {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .red-stag-1eu0me .red-stag-jz7g2u {
    grid-template-columns: 1fr;
  }
  .red-stag-1eu0me .red-stag-6t8dek {
    height: auto;
  }
  .red-stag-1eu0me .red-stag-6t8dek .red-stag-q4oimj {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .red-stag-1eu0me .red-stag-5ql9pe,
  .red-stag-1eu0me .red-stag-0skvhp {
    text-align: left;
  }
  .red-stag-1eu0me .red-stag-0skvhp {
    margin-bottom: 8px;
  }
  .red-stag-1eu0me img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.red-stag-4bmgoi {
  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;
}

.red-stag-4bmgoi.red-stag-af0aa0 {
  display: block;
}

.red-stag-4bmgoi .red-stag-w8abql {
  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;
}

.red-stag-4bmgoi .red-stag-0518jz {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.red-stag-4bmgoi .red-stag-mhvsiv {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.red-stag-4bmgoi .red-stag-pny671 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.red-stag-4bmgoi .red-stag-5ytb06 {
  min-width: 296px;
  margin-bottom: 0;
}

.red-stag-4bmgoi .red-stag-7sjpi9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.red-stag-4bmgoi .red-stag-9st59j {
  position: relative;
  flex: 1 1;
}

.red-stag-4bmgoi .red-stag-9st59j iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .red-stag-4bmgoi .red-stag-0518jz {
    flex-wrap: wrap;
    gap: 8px;
  }
  .red-stag-4bmgoi .red-stag-mhvsiv {
    order: 1;
  }
  .red-stag-4bmgoi .red-stag-pny671 {
    order: 3;
    flex: 1 1 100%;
  }
  .red-stag-4bmgoi .red-stag-5ytb06 {
    width: 100%;
    min-width: unset;
  }
  .red-stag-4bmgoi .red-stag-7sjpi9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .red-stag-ec58pr > .red-stag-7qh4k7 {
    margin-bottom: 0;
  }
  .red-stag-ec58pr > .red-stag-9s9ry8,
  .red-stag-ec58pr > p {
    margin-top: 0;
  }
}

.red-stag-vhd09v img,
.red-stag-585i25 img {
  width: auto;
  object-fit: contain;
}

.red-stag-vhd09v {
  align-items: center;
}

.red-stag-vhd09v img {
  max-height: 76px;
}

.red-stag-585i25 img {
  max-height: 64px;
}

.red-stag-ztjans {
  overflow: auto;
}

.red-stag-849vbs {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.red-stag-pt9r12:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.red-stag-dgkxhn {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.red-stag-qq8m77 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.red-stag-dgkxhn .red-stag-i4bpcc {
  margin-right: 20px;
  flex-shrink: 0;
}

.red-stag-dgkxhn img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.red-stag-5lyfcy {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.red-stag-5lyfcy > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .red-stag-dgkxhn {
    padding: 15px 10px;
  }
  .red-stag-5lyfcy {
    padding: 15px 10px;
  }
  .red-stag-dgkxhn .red-stag-i4bpcc {
    margin-right: 10px;
  }
}

.red-stag-wyx3n6 {
  overflow-x: auto;
}

.red-stag-wm8qnn {
  border-collapse: collapse;
  width: 100%;
}

.red-stag-wyx3n6 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.red-stag-wyx3n6 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.red-stag-wyx3n6 td.red-stag-lf5h4r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.red-stag-wyx3n6 td.red-stag-waxbeg {
  border-right: none;
}

.red-stag-wyx3n6 td.red-stag-waxbeg .red-stag-i4bpcc {
  justify-content: flex-start;
}

.red-stag-wyx3n6 td.red-stag-waxbeg .red-stag-i4bpcc img {
  height: auto;
  width: 90px;
}

.red-stag-wyx3n6 td.red-stag-rwdvhg,
.red-stag-wyx3n6 td.red-stag-2a2nt6 {
  font-weight: 600;
  text-align: right;
}

.red-stag-wyx3n6 td.red-stag-mp7xui,
.red-stag-wyx3n6 td.red-stag-rwdvhg {
  padding-bottom: 10px;
  border-bottom: none;
}

.red-stag-wyx3n6 td.red-stag-rwdvhg,
.red-stag-wyx3n6 td.red-stag-2a2nt6 {
  border-left: none;
}

.red-stag-wyx3n6 td.red-stag-mp7xui,
.red-stag-wyx3n6 td.red-stag-mllwhl {
  border-right: none;
}

.red-stag-wyx3n6 td.red-stag-mllwhl,
.red-stag-wyx3n6 td.red-stag-2a2nt6 {
  border-top: none;
  padding-top: 10px;
}

.red-stag-zmimot {
  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;
}

.red-stag-zmimot .red-stag-k5ni9e {
  min-width: unset;
  width: 100%;
}

.red-stag-zmimot .red-stag-k5ni9e.red-stag-vt8sgu {
  grid-column: 1/2;
  grid-row: 1/2;
}

.red-stag-zmimot .red-stag-k5ni9e.red-stag-wi4luu {
  grid-column: 2/3;
  grid-row: 1/2;
}

.red-stag-zmimot .red-stag-y7igh1 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .red-stag-zmimot {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .red-stag-zmimot .red-stag-k5ni9e.red-stag-vt8sgu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .red-stag-zmimot .red-stag-k5ni9e.red-stag-wi4luu {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .red-stag-zmimot .red-stag-y7igh1 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.red-stag-2hnli3 {
  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;
}

.red-stag-2xhs77 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.red-stag-fhpuqj p a img {
  margin: 0 auto;
  display: block;
}

.red-stag-fhpuqj table {
  margin-bottom: 17px;
}

/* contanct form */
.red-stag-f9ek5n {
  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;
}

.red-stag-f9ek5n label {
  font-size: 14px;
}

.red-stag-f9ek5n h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.red-stag-f9ek5n input,
.red-stag-f9ek5n textarea,
.red-stag-f9ek5n 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;
}
.red-stag-f9ek5n button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.red-stag-o74z8z ease;
}
.red-stag-f9ek5n button:hover {
  background-color: #691204;
}
.red-stag-paaatp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.red-stag-fialm2 ease-in;
}

.red-stag-paaatp 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;
}
.red-stag-rivdt4, .red-stag-d9qz4o, [class*="review-card"],
thead, thead th, table th, .red-stag-fxj24n,
.red-stag-enl8uk, [class*="collapsible-header"],
.red-stag-h6z7us, [class*="updated-block"] {
  color: #ece7dc !important;
}
