@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);
}

.slotozen-ymrgbi {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotozen-zcaey3 {
  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.slotozen-c3x0h1,
ul.slotozen-c3x0h1 {
  padding-left: 20px;
}

ul.slotozen-c3x0h1 {
  list-style: disc;
}

ol.slotozen-c3x0h1 {
  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;
  }
}

.slotozen-rqcgyq > .slotozen-6d27ix,
.slotozen-rqcgyq > .slotozen-lnrulc,
.slotozen-rqcgyq > blockquote,
.slotozen-rqcgyq > h1,
.slotozen-rqcgyq > h2,
.slotozen-rqcgyq > h3,
.slotozen-rqcgyq > h4,
.slotozen-rqcgyq > h5,
.slotozen-rqcgyq > h6,
.slotozen-rqcgyq > ol,
.slotozen-rqcgyq > p,
.slotozen-rqcgyq > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotozen-rqcgyq > ol,
.slotozen-rqcgyq > ul {
  padding-left: 50px;
}

.slotozen-rqcgyq 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;
}

.slotozen-rqcgyq:not(:last-child) {
  margin-bottom: 2rem;
}

.slotozen-rqcgyq > :not(:first-child) {
  margin-top: 2rem;
}

.slotozen-rqcgyq {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotozen-rqcgyq:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slotozen-rqcgyq:first-child {
    margin-top: 20px;
  }
}

.slotozen-rqcgyq > p:last-of-type {
  margin-bottom: 32px;
}

.slotozen-rqcgyq > .slotozen-iu6jhp:not(:first-child) {
  margin: 64px auto 16px auto;
}

.slotozen-m8608s > .slotozen-iu6jhp {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotozen-lnrulc {
  overflow: auto;
}

.slotozen-lnrulc::-webkit-scrollbar {
  height: 5px;
}

.slotozen-lnrulc table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.slotozen-lnrulc table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.slotozen-lnrulc table thead,
table thead {
  border-bottom: none;
}

.slotozen-lnrulc table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.slotozen-lnrulc table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.slotozen-lnrulc table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.slotozen-lnrulc .slotozen-b4bm5n {
  table-layout: auto;
}

.slotozen-lnrulc .slotozen-b4bm5n th {
  word-break: normal;
}

.slotozen-lnrulc .slotozen-b4bm5n td {
  word-break: normal;
}

.slotozen-ymrgbi .slotozen-ymrgbi {
  padding-right: 0;
  padding-left: 0;
}

.slotozen-vsa42j {
  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;
}

.slotozen-nv30cm {
  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;
}

.slotozen-f9drh7 {
  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;
}

.slotozen-6d27ix {
  margin-top: 24px;
}

.slotozen-6d27ix.slotozen-wza1il {
  text-align: left;
}

.slotozen-6d27ix.slotozen-pesl0p {
  text-align: right;
}

.slotozen-6d27ix.slotozen-049ep4 {
  text-align: center;
}

.slotozen-vu0w4g {
  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.slotozen-dl3xsc ease-in-out;
  cursor: pointer;
}

.slotozen-vu0w4g:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.slotozen-vu0w4g {
  min-width: 328px;
}

@media (max-width: 768px) {
  .slotozen-vu0w4g {
    min-width: unset;
  }
}

.slotozen-nrqopc {
  background-color: var(--fh-bg-color);
}

.slotozen-ydr7uk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.slotozen-jh1jpa {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.slotozen-jh1jpa img {
  max-height: 80px;
  object-fit: contain;
}

.slotozen-b8x0qy {
  flex: 1 1;
}

.slotozen-wptsip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.slotozen-m2avyp {
  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;
}

.slotozen-m2avyp 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;
}

.slotozen-m2avyp.slotozen-txnhvf span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.slotozen-m2avyp.slotozen-txnhvf span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.slotozen-m2avyp.slotozen-txnhvf span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.slotozen-b8x0qy + .slotozen-wptsip {
  margin-left: 20px;
}

.slotozen-d7q5vf {
  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;
}

.slotozen-d7q5vf > svg {
  max-width: 24px;
  max-height: 24px;
}

.slotozen-d7q5vf + .slotozen-d7q5vf {
  margin-left: 5px;
}

.slotozen-065jjb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.slotozen-065jjb:hover {
  background-color: var(--button-bg-hover);
}

.slotozen-4h4q8k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.slotozen-dl3xsc ease-in-out;
  border: 1px solid var(--border-color);
}

.slotozen-4h4q8k:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.slotozen-lweero {
  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) {
  .slotozen-b8x0qy {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .slotozen-lweero {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .slotozen-b8x0qy {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .slotozen-d7q5vf {
    min-width: unset;
    flex: 1 1;
  }
}

.slotozen-wj1x6n {
  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;
}

.slotozen-wj1x6n:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slotozen-wj1x6n:hover .slotozen-0fyy1o {
  opacity: 1;
  pointer-events: auto;
}

.slotozen-ruwamb {
  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.slotozen-gr21bk ease-in-out;
  gap: 4px;
}

.slotozen-ruwamb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotozen-ruwamb .slotozen-vsa42j img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotozen-mgg1b7,
.slotozen-ruwamb:hover {
  color: var(--button-bg-hover);
}

.slotozen-eufom7 {
  position: relative;
}

.slotozen-eufom7 .slotozen-ruwamb {
  margin-right: 0;
  padding-right: 4px;
}

.slotozen-70gvqt svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotozen-eufom7.slotozen-txnhvf .slotozen-70gvqt svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.slotozen-eufom7.slotozen-txnhvf .slotozen-0fyy1o {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.slotozen-eufom7.slotozen-txnhvf .slotozen-0fyy1o::before {
  display: none;
}

.slotozen-70gvqt svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slotozen-0fyy1o {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.slotozen-y2m2so 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.slotozen-0fyy1o::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.slotozen-0fyy1o:hover {
  color: var(--fh-bg-color);
}

.slotozen-2w1akf {
  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.slotozen-y2m2so 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.slotozen-gr21bk ease-in-out;
  -o-transition: 0.slotozen-gr21bk ease-in-out;
  transition: 0.slotozen-gr21bk ease-in-out;
}

.slotozen-2w1akf .slotozen-vsa42j img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotozen-70mju7,
.slotozen-2w1akf:hover {
  color: var(--button-bg-hover);
}

.slotozen-p6xnh2 {
  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%;
}

.slotozen-p6xnh2.slotozen-zwe2z1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.slotozen-p6xnh2.slotozen-zwe2z1:after,
.slotozen-p6xnh2.slotozen-zwe2z1:before {
  content: "";
  position: absolute;
  margin: auto;
}

.slotozen-p6xnh2.slotozen-zwe2z1: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);
  }
}

.slotozen-p6xnh2.slotozen-zwe2z1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.slotozen-p6xnh2.slotozen-zwe2z1 > * {
  z-index: 1;
}

.slotozen-p6xnh2 b,
.slotozen-p6xnh2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.slotozen-p6xnh2 .slotozen-opte74 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.slotozen-p6xnh2 .slotozen-3iqib3 {
  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;
}

.slotozen-p6xnh2 .slotozen-vsa42j {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.slotozen-p6xnh2 .slotozen-3t7875 {
  margin-top: 12px;
}

.slotozen-3t7875 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.slotozen-jw943j {
  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;
}

.slotozen-3t7875 .slotozen-7v43yn {
  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.slotozen-dl3xsc ease-in-out;
}

.slotozen-3t7875 .slotozen-7v43yn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slotozen-j81cti {
  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;
}

.slotozen-p6xnh2.slotozen-r9upaq {
  gap: 12px;
  padding: 16px;
}

.slotozen-p6xnh2.slotozen-r9upaq .slotozen-j81cti {
  min-width: 240px;
}

.slotozen-p6xnh2.slotozen-r9upaq .slotozen-j81cti.slotozen-dm71k3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .slotozen-p6xnh2 .slotozen-opte74 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .slotozen-p6xnh2 .slotozen-3iqib3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .slotozen-p6xnh2 .slotozen-vsa42j {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .slotozen-p6xnh2.slotozen-r9upaq .slotozen-vsa42j {
    max-width: 126px;
  }
  .slotozen-p6xnh2 .slotozen-3t7875 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .slotozen-p6xnh2 .slotozen-jw943j {
    max-width: unset;
  }
  .slotozen-j81cti {
    min-width: unset;
    width: 100%;
  }
  .slotozen-p6xnh2 .slotozen-j81cti {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .slotozen-p6xnh2.slotozen-r9upaq {
    grid-template-rows: auto 1fr auto;
  }
  .slotozen-p6xnh2.slotozen-r9upaq .slotozen-j81cti {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .slotozen-p6xnh2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .slotozen-p6xnh2 .slotozen-opte74 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .slotozen-p6xnh2 .slotozen-vsa42j {
    max-width: 78px;
  }
  .slotozen-p6xnh2 .slotozen-3t7875 {
    margin-top: -12px;
  }
  .slotozen-p6xnh2.slotozen-r9upaq {
    gap: 8px;
  }
  .slotozen-p6xnh2.slotozen-r9upaq .slotozen-opte74 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .slotozen-p6xnh2.slotozen-r9upaq .slotozen-3iqib3 {
    grid-column: 1/3;
  }
  .slotozen-p6xnh2.slotozen-r9upaq .slotozen-vsa42j {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .slotozen-p6xnh2.slotozen-r9upaq .slotozen-vsa42j img {
    max-width: 114px;
  }
}

.slotozen-j81cti.slotozen-9t7bml,
.slotozen-j81cti.slotozen-s9jt92,
.slotozen-j81cti.slotozen-43aq89 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.slotozen-dl3xsc ease-in-out;
}

.slotozen-j81cti.slotozen-9t7bml,
.slotozen-j81cti.slotozen-43aq89 {
  padding: 10px;
}

.slotozen-j81cti.slotozen-9t7bml:hover,
.slotozen-j81cti.slotozen-s9jt92:hover,
.slotozen-j81cti.slotozen-43aq89:hover {
  background: var(--button-bg-hover);
}

.slotozen-j81cti.slotozen-9t7bml:hover svg path,
.slotozen-j81cti.slotozen-43aq89:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.slotozen-j81cti.slotozen-dm71k3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.slotozen-dl3xsc ease-in-out;
  background: var(--button-bg-color);
}

.slotozen-j81cti.slotozen-dm71k3:hover {
  background-color: var(--button-bg-hover);
}

.slotozen-j81cti.slotozen-s9jt92: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);
  }
}

.slotozen-j81cti.slotozen-s9jt92:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotozen-j81cti.slotozen-dm71k3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotozen-n3lx6m {
  max-width: 650px;
}

.slotozen-ve87ys {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.slotozen-y3v8ps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slotozen-ugiosz {
  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.slotozen-gr21bk ease-in-out;
  cursor: pointer;
}

.slotozen-ugiosz:hover {
  opacity: 0.5;
}

.slotozen-ugiosz:focus {
  outline: 0;
}

.slotozen-ugiosz:focus .slotozen-3t75zh,
.slotozen-ugiosz:hover .slotozen-3t75zh {
  fill: red;
  fill-opacity: 1;
}

.slotozen-ugiosz:hover {
  cursor: pointer;
}

.slotozen-h2ekfs {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.slotozen-n3lx6m.slotozen-049ep4 {
  margin: 0 auto;
}

.slotozen-n3lx6m.slotozen-pesl0p {
  margin-left: auto;
}

.slotozen-2uc26h {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.slotozen-8j29il {
  padding-bottom: 50px;
}

.slotozen-fye26i {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.slotozen-5jpfzs {
  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;
}

.slotozen-on3s51 {
  margin-top: 24px;
}

.slotozen-8ptkio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slotozen-flc7nw {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.slotozen-j3tuz8 {
  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;
}

.slotozen-mtpgd9 {
  width: 468px;
}

.slotozen-j3tuz8 .slotozen-0fyy1o {
  margin: 0.slotozen-3t10aq 0;
}

.slotozen-v2rld6 {
  display: flex;
  min-width: 224px;
}

.slotozen-g5ad48 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.slotozen-gr21bk ease-in-out;
}

.slotozen-iedf5o,
.slotozen-g5ad48:hover {
  color: var(--text-color);
}

.slotozen-3n8uwt {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.slotozen-7fe93r {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .slotozen-2uc26h {
    padding: 16px;
  }
  .slotozen-3n8uwt {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .slotozen-7fe93r {
    align-items: center;
  }
  .slotozen-mtpgd9 {
    width: unset;
  }
  .slotozen-v2rld6 {
    min-width: unset;
  }
  .slotozen-j3tuz8 {
    max-height: unset;
  }
  .slotozen-fye26i {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slotozen-2uc26h {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.slotozen-u0habw {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotozen-u0habw:not(:last-child) {
  margin-bottom: 16px;
}

.slotozen-x351ud {
  outline: 0;
}

.slotozen-x351ud .slotozen-fixhx0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.slotozen-2ycwi1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .slotozen-2ycwi1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.slotozen-2ycwi1::-webkit-details-marker {
  display: none;
}

.slotozen-2ycwi1: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;
}

.slotozen-2ycwi1: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] .slotozen-2ycwi1:after {
  transform: unset;
}

.slotozen-fixhx0 {
  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);
}

.slotozen-fixhx0 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.slotozen-gr21bk ease-in-out;
  -o-transition: 0.slotozen-gr21bk ease-in-out;
  transition: 0.slotozen-gr21bk ease-in-out;
}

.slotozen-pl20al {
  padding: 16px 0 0 0;
}

.slotozen-pl20al * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .slotozen-pl20al :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotozen-2ycwi1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slotozen-2ycwi1::after {
    margin-left: auto;
  }
  .slotozen-fixhx0 {
    order: 3;
    flex: 1 1 100%;
  }
  .slotozen-2ycwi1 {
    font-size: 14px;
    line-height: 130%;
  }
  .slotozen-fixhx0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.slotozen-f10m0c {
  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;
}

.slotozen-j5g72a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.slotozen-f10m0c.slotozen-txnhvf .slotozen-j5g72a {
  margin-bottom: 12px;
}

.slotozen-j5g72a::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;
}

.slotozen-f10m0c.slotozen-txnhvf .slotozen-j5g72a::after {
  transform: unset;
}

.slotozen-7mta2g {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.slotozen-zhpdwq {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.slotozen-gr21bk ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.slotozen-zhpdwq: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;
}

.slotozen-f10m0c.slotozen-txnhvf .slotozen-7mta2g {
  max-height: 100%;
}

.slotozen-b1xnry {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.slotozen-nl23pj {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.slotozen-z3viut {
  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;
}

.slotozen-foi9zu {
  margin-right: 4px;
}

.slotozen-bas2kt {
  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.slotozen-gr21bk ease-in-out;
}

.slotozen-bas2kt svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.slotozen-18lp4r,
.slotozen-bas2kt:hover {
  color: var(--text-color);
}

.slotozen-gu23q9 {
  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;
}

.slotozen-gu23q9 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.slotozen-gu23q9 .slotozen-wcp1zl {
  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;
}

.slotozen-gu23q9 .slotozen-q2sxwp {
  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;
}

.slotozen-7l9rj4 {
  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;
}

.slotozen-lka7j6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotozen-spaf2a .slotozen-ymrgbi {
  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;
}

.slotozen-spaf2a {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.slotozen-ol0wnv {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.slotozen-gf3ruo {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.slotozen-a2z1hp {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.slotozen-qfjf75 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;
}

.slotozen-a2z1hp:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slotozen-qzssnn {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.slotozen-27qf3n {
  -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.slotozen-gr21bk ease-in-out;
  transition: transform 0.slotozen-gr21bk ease-in-out;
  -o-transition: transform 0.slotozen-gr21bk ease-in-out;
  transition:
    transform 0.slotozen-gr21bk ease-in-out,
    -webkit-transform 0.slotozen-gr21bk ease-in-out;
  cursor: pointer;
}

.slotozen-27qf3n svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.slotozen-27qf3n: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;
}

.slotozen-lu7jpe {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slotozen-lu7jpe {
    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);
}

.slotozen-hx3htx {
  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;
}

.slotozen-qqdvm7 {
  position: relative;
  width: 100%;
}

.slotozen-hx3htx.slotozen-okk1va {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slotozen-hx3htx.slotozen-049ep4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slotozen-hx3htx.slotozen-pesl0p {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slotozen-eg7qwl {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.slotozen-a5czyi {
  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.slotozen-gr21bk ease-in-out;
  cursor: pointer;
}

.slotozen-a5czyi:hover {
  opacity: 0.5;
}

.slotozen-hx3htx.slotozen-h17rmg .slotozen-a5czyi {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slotozen-hx3htx.slotozen-h17rmg .slotozen-eg7qwl {
  cursor: pointer;
}

.slotozen-8qq3nk {
  fill: #0009;
}

.slotozen-wzflu9 {
  fill: #fff;
}

.slotozen-a5czyi:hover .slotozen-8qq3nk {
  fill: red;
}

.slotozen-a5czyi svg path {
  -webkit-transition: 0.slotozen-gr21bk ease-in-out;
  -o-transition: 0.slotozen-gr21bk ease-in-out;
  transition: 0.slotozen-gr21bk ease-in-out;
}

.slotozen-0x7lwr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.slotozen-0x7lwr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.slotozen-0x7lwr.slotozen-ya39j3 > :not(.get-image) {
  grid-column: 1/3;
}

.slotozen-sr6o4i:not(._h1-block) .slotozen-0x7lwr > .slotozen-iu6jhp {
  grid-row: 1/2;
  grid-column: 1/3;
}

.slotozen-0x7lwr.slotozen-ya39j3 .slotozen-2e5cpc {
  grid-column: 2/3;
}

.slotozen-0x7lwr.slotozen-ya39j3 > .slotozen-vsa42j {
  grid-column: 1/2;
}

.slotozen-0x7lwr.slotozen-ya39j3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.slotozen-0x7lwr > p:first-of-type {
  margin-top: 0;
}

.slotozen-0x7lwr .slotozen-vsa42j {
  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;
}

.slotozen-sr6o4i:not(._h1-block) .slotozen-iu6jhp ~ .slotozen-vsa42j {
  grid-row: 2/10;
}

.slotozen-sr6o4i.slotozen-f77pe1 .slotozen-iu6jhp ~ .slotozen-vsa42j {
  grid-row: 1/10;
}

.slotozen-sr6o4i.slotozen-f77pe1 > .slotozen-iu6jhp {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.slotozen-sr6o4i.slotozen-f77pe1 .slotozen-vsa42j {
  grid-row: 1/10;
}

.slotozen-0x7lwr.slotozen-ha6rh4 .slotozen-vsa42j {
  align-items: flex-start;
}

.slotozen-0x7lwr.slotozen-049ep4 .slotozen-2e5cpc {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.slotozen-0x7lwr.slotozen-049ep4 .slotozen-vsa42j {
  align-items: center;
}

.slotozen-0x7lwr.slotozen-jsxtfz .slotozen-vsa42j {
  align-items: flex-end;
}

.slotozen-2e5cpc > :first-child {
  margin-top: 0;
}

.slotozen-2e5cpc > :last-child {
  margin-bottom: 0;
}

* + .slotozen-mwucd1,
.slotozen-sr6o4i + .slotozen-sr6o4i {
  margin-top: 2rem;
}

.slotozen-ufrnia td::before,
.slotozen-ufrnia th::after {
  display: none !important;
}

.slotozen-ufrnia #link-selector {
  color: #000;
}

.slotozen-ufrnia .slotozen-65pdja {
  color: #135e96;
}

.slotozen-ufrnia .slotozen-8xdapq *,
.slotozen-ufrnia .slotozen-gu7pzx p,
.slotozen-ufrnia .slotozen-fef8uf * {
  color: #000;
}

.slotozen-ufrnia .slotozen-f6m9hv {
  background: 0 0 !important;
}

.slotozen-ufrnia .slotozen-w7k7ca {
  color: #000;
}

.slotozen-ufrnia .slotozen-srhcg0.slotozen-mrcare {
  color: #fff;
}

.slotozen-ufrnia .slotozen-c9f1a0 {
  color: #000;
}

.slotozen-ufrnia
  .slotozen-qjycsx
  .slotozen-ido5ny.slotozen-mrcare.slotozen-kxaams {
  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;
}

.slotozen-guvxza,
body .slotozen-5zfmv3 {
  color: #000;
  background: var(--color-body) !important;
}

.slotozen-guvxza .slotozen-2qrn17 .slotozen-mkpia1,
body .slotozen-5zfmv3 .slotozen-2qrn17 .slotozen-mkpia1 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotozen-zhpdwq:focus,
  .slotozen-zhpdwq:hover {
    color: #f9cb16;
  }
  .slotozen-c0dbl5:focus,
  .slotozen-c0dbl5:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotozen-nha217:focus img,
  .slotozen-nha217:focus svg,
  .slotozen-nha217:hover img,
  .slotozen-nha217:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .slotozen-gu23q9 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .slotozen-eufom7:hover .slotozen-70gvqt svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .slotozen-70gvqt {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .slotozen-f6ange {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .slotozen-szrhwg {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotozen-ta0lkt {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .slotozen-pqf9if .slotozen-zga43h {
    grid-template-columns: 1fr;
  }
  .slotozen-pqf9if .slotozen-utr4ve {
    -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;
  }
  .slotozen-pqf9if .slotozen-9izd0x {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotozen-pqf9if .slotozen-cfnni4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotozen-pqf9if .slotozen-5t8bh8 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .slotozen-pqf9if .slotozen-9izd0x:not(:first-child) {
    border: none;
  }
  .slotozen-pqf9if .slotozen-9izd0x:first-child .slotozen-cfnni4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .slotozen-pqf9if .slotozen-9izd0x:last-child .slotozen-cfnni4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .slotozen-ydr7uk {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .slotozen-jh1jpa {
    max-width: 100px;
  }
  .slotozen-b8x0qy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slotozen-wptsip {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slotozen-wptsip svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .slotozen-m2avyp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .slotozen-b8x0qy + .slotozen-wptsip {
    margin-left: auto;
  }
  .slotozen-dp5tlv {
    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;
  }
  .slotozen-dp5tlv.slotozen-txnhvf {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .slotozen-lweero {
    -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;
  }
  .slotozen-wj1x6n {
    width: 100%;
  }
  .slotozen-wj1x6n:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .slotozen-ruwamb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .slotozen-ruwamb svg {
    margin-right: 4px;
  }
  .slotozen-eufom7 {
    -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;
  }
  .slotozen-70gvqt svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .slotozen-70gvqt {
    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;
  }
  .slotozen-0fyy1o {
    display: none;
    width: 100%;
  }
  .slotozen-eufom7.slotozen-txnhvf .slotozen-0fyy1o {
    padding: 0 0 0 48px;
  }
  .slotozen-2w1akf {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .slotozen-5jpfzs .slotozen-vsa42j {
    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;
  }
  .slotozen-5gps93 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotozen-5gps93 + .slotozen-5gps93 {
    margin-right: 0;
  }
  .slotozen-5gps93 + .slotozen-vsa42j {
    margin: 0;
  }
  .slotozen-f6ange {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotozen-szrhwg {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotozen-zq9yp6,
  .slotozen-gciodr {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotozen-0x7lwr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slotozen-0x7lwr.slotozen-ya39j3 .slotozen-2e5cpc {
    grid-column: auto;
    grid-row: auto;
  }
  .slotozen-0x7lwr > .slotozen-iu6jhp {
    grid-column: 1/2;
  }
  .slotozen-0x7lwr.slotozen-ya39j3 > :not(.get-image) {
    grid-column: 1/2;
  }
  .slotozen-0x7lwr .slotozen-vsa42j,
  .slotozen-0x7lwr.slotozen-ya39j3 > .slotozen-vsa42j {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotozen-0x7lwr.slotozen-ya39j3 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .slotozen-sr6o4i.slotozen-f77pe1 .slotozen-0x7lwr > .slotozen-vsa42j {
    grid-row: 1/2;
  }
  .slotozen-0x7lwr .slotozen-iu6jhp ~ .slotozen-vsa42j,
  .slotozen-0x7lwr.slotozen-ya39j3 .slotozen-iu6jhp ~ .slotozen-vsa42j {
    grid-row: 2/3;
  }
  .slotozen-sr6o4i.slotozen-f77pe1 .slotozen-iu6jhp ~ .slotozen-vsa42j {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .slotozen-rqcgyq:first-child .slotozen-n40171 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotozen-rqcgyq:first-child .slotozen-n40171 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .slotozen-rqcgyq {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .slotozen-rqcgyq {
    padding: 0;
  }
  .slotozen-6d27ix {
    margin-top: 1rem;
  }
  .slotozen-x351ud {
    border-radius: 5px;
  }
  .slotozen-b8r5d5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotozen-j5g72a::after {
    display: inline-block;
  }
  .slotozen-j5g72a {
    margin: 0;
    width: 100%;
  }
  .slotozen-7mta2g {
    width: 100%;
  }
  .slotozen-7mta2g.slotozen-ijn6e8 {
    -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%;
  }
  .slotozen-7mta2g.slotozen-ijn6e8 .slotozen-9prc5r {
    width: 100%;
  }
  .slotozen-7mta2g.slotozen-ijn6e8 .slotozen-9prc5r:not(:last-child) {
    margin-right: 0;
  }
  .slotozen-zhpdwq {
    width: 100%;
    text-align: center;
  }
  .slotozen-f10m0c.slotozen-txnhvf .slotozen-7mta2g {
    margin-top: 1rem;
  }
  .slotozen-f6ange {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotozen-ta0lkt,
  .slotozen-szrhwg {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotozen-zq9yp6,
  .slotozen-gciodr,
  .slotozen-bk834g {
    grid-template-columns: 1fr;
  }
  .slotozen-4mnq95 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .slotozen-po9rga {
    min-width: 300px;
    max-width: 325px;
  }
  .slotozen-cfnni4 {
    cursor: auto;
  }
  .slotozen-dbh6v3 .slotozen-cfnni4 {
    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;
  }
  .slotozen-lu7jpe {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .slotozen-0fyy1o {
    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) {
  .slotozen-lu7jpe {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.slotozen-5gps93 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .slotozen-wptsip {
    margin: 0 -0.2rem;
  }
  .slotozen-5gps93 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slotozen-asubb6 {
    -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;
  }
  .slotozen-23sbsv {
    max-width: 100%;
  }
  .slotozen-f6ange {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotozen-ta0lkt,
  .slotozen-szrhwg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .slotozen-ydr7uk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotozen-wptsip {
    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;
  }
  .slotozen-nrqopc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotozen-d7q5vf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotozen-rhi3hg,
  .slotozen-rvt6b2 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .slotozen-vu0w4g {
    width: 100%;
  }
  .slotozen-f6ange {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .slotozen-lu7jpe {
    top: 127px !important;
  }
}

.slotozen-nao164 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slotozen-nao164 {
  }
}

@media (max-width: 767px) {
  .slotozen-nao164 {
    margin-bottom: 12px;
  }
}

.slotozen-nao164 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.slotozen-ohhz3z {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.slotozen-ohhz3z > .slotozen-6evehu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .slotozen-ohhz3z {
    flex-direction: column;
    gap: 12px;
  }
}

.slotozen-my39q8 {
  display: flex;
}

.slotozen-my39q8 .slotozen-q6mukk {
  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;
}

.slotozen-my39q8 .slotozen-k91frk {
  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;
}

.slotozen-my39q8 .slotozen-mv6sdu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.slotozen-my39q8 .slotozen-jkfku1 {
  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));
  }
}

.slotozen-my39q8 .slotozen-jkfku1:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slotozen-my39q8 .slotozen-kyb7cg {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.slotozen-at138s {
  border: unset;
  background-color: unset;
}

.slotozen-at138s tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slotozen-at138s .slotozen-tl3o4y,
.slotozen-at138s .slotozen-iwb0ub {
  flex: 0 1 330px;
}

.slotozen-at138s .slotozen-kmpbsa {
  flex: 1 1;
}

.slotozen-at138s tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotozen-at138s tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.slotozen-at138s tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.slotozen-at138s tr td p {
  color: #fff;
  margin: 0;
}

.slotozen-at138s tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.slotozen-at138s tr.slotozen-tl3o4y td p {
  padding: 16px 0;
}

.slotozen-at138s tr.slotozen-tl3o4y td p:not(:last-child),
.slotozen-at138s tr.slotozen-iwb0ub td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.slotozen-at138s tr.slotozen-tl3o4y td p:first-child,
.slotozen-at138s tr.slotozen-iwb0ub td p:first-child {
  padding-top: 0;
}

.slotozen-at138s tr.slotozen-iwb0ub td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotozen-at138s tr.slotozen-iwb0ub td p:last-child {
  padding-bottom: 0;
}

.slotozen-at138s .slotozen-iwb0ub img {
  max-width: 32px;
}

.slotozen-at138s .slotozen-kmpbsa {
  min-width: 718px;
}

.slotozen-at138s .slotozen-kmpbsa td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.slotozen-at138s .slotozen-kmpbsa td {
  display: flex;
}

.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-r5yowo,
.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-i5xqr4,
.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-dyditw {
  flex: 1 1 50%;
}

.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-4hgish {
  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;
}

.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-unrgmv,
.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-6clxha {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-r5yowo,
.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-i5xqr4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-r5yowo span,
.slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-i5xqr4 span {
  font-weight: 800;
}

.slotozen-at138s .slotozen-kmpbsa img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .slotozen-at138s .slotozen-kmpbsa td .slotozen-dyditw:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slotozen-at138s tr.slotozen-tl3o4y td p:last-child {
    padding-bottom: 0;
  }
  .slotozen-at138s .slotozen-iwb0ub > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .slotozen-at138s .slotozen-iwb0ub > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .slotozen-at138s tr.slotozen-tl3o4y td p:not(:last-child),
  .slotozen-at138s tr.slotozen-iwb0ub td p:not(:last-child) {
    border-bottom: unset;
  }
  .slotozen-at138s tr.slotozen-iwb0ub td p:last-child {
    padding-bottom: 12px;
  }
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-r5yowo,
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-i5xqr4,
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-dyditw {
    flex: 1 1 50%;
    padding: 0;
  }
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-r5yowo,
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-i5xqr4 {
    margin-top: 16px;
  }
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-dyditw {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-r5yowo {
    border-right: 1px solid var(--border-color);
  }
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-dyditw:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slotozen-at138s .slotozen-kmpbsa td:last-child .slotozen-dyditw:last-child {
    padding-bottom: 0;
  }
}

.slotozen-dyditw {
  display: flex;
  flex-direction: column;
}

.slotozen-at138s .slotozen-kmpbsa td .slotozen-dyditw {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.slotozen-at138s .slotozen-kmpbsa td .slotozen-dyditw:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.slotozen-at138s .slotozen-kmpbsa td .slotozen-dyditw:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .slotozen-at138s .slotozen-kmpbsa td .slotozen-dyditw:not(:first-child) {
    padding-left: 0;
  }
  .slotozen-at138s .slotozen-kmpbsa td .slotozen-dyditw:not(:last-of-type) {
    border-right: unset;
  }
}

.slotozen-at138s .slotozen-ymvujr {
  flex: 0 1 485px;
}

.slotozen-at138s .slotozen-397hln {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.slotozen-at138s .slotozen-397hln li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotozen-at138s .slotozen-397hln li.slotozen-tdzjq8 {
  padding: 6px 12px;
}

.slotozen-at138s .slotozen-397hln li a,
.slotozen-at138s .slotozen-397hln 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;
}

.slotozen-at138s .slotozen-l1b9ne,
.slotozen-at138s .slotozen-0elq4h {
  flex: 1 1;
}

.slotozen-at138s .slotozen-gf26ep,
.slotozen-at138s .slotozen-6kumvq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slotozen-at138s .slotozen-gf26ep li,
.slotozen-at138s .slotozen-6kumvq li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotozen-at138s .slotozen-0elq4h img {
  max-width: 32px;
}

.slotozen-at138s .slotozen-l1b9ne img {
  max-width: 32px;
}

.slotozen-at138s .slotozen-o00for {
  min-width: 280px;
}

.slotozen-at138s .slotozen-o00for img {
  max-width: 146px;
}

.slotozen-at138s .slotozen-o00for td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .slotozen-at138s .slotozen-tl3o4y,
  .slotozen-at138s .slotozen-iwb0ub {
    flex: 0 1 auto;
  }
  .slotozen-at138s .slotozen-kmpbsa {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .slotozen-at138s .slotozen-tl3o4y,
  .slotozen-at138s .slotozen-ymvujr,
  .slotozen-at138s .slotozen-iwb0ub,
  .slotozen-at138s .slotozen-kmpbsa {
    flex: 1 1 calc(50% - 20px);
  }
  .slotozen-at138s .slotozen-l1b9ne,
  .slotozen-at138s .slotozen-o00for,
  .slotozen-at138s .slotozen-0elq4h {
    flex: 1 1 30%;
  }
  .slotozen-at138s .slotozen-o00for {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .slotozen-at138s .slotozen-tl3o4y,
  .slotozen-at138s .slotozen-ymvujr,
  .slotozen-at138s .slotozen-l1b9ne,
  .slotozen-at138s .slotozen-iwb0ub,
  .slotozen-at138s .slotozen-kmpbsa,
  .slotozen-at138s .slotozen-o00for,
  .slotozen-at138s .slotozen-0elq4h {
    flex: 1 1 100%;
  }
}

.slotozen-ftjbxi .slotozen-eguavk {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slotozen-ftjbxi .slotozen-t4twvi {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.slotozen-ftjbxi .slotozen-scctyj {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.slotozen-ftjbxi .slotozen-1c6tg9 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.slotozen-ftjbxi .slotozen-1c6tg9 > :nth-child(3) {
  margin-top: 0;
}

.slotozen-ftjbxi .slotozen-vsa42j {
  grid-column: 2/3;
  grid-row: 1/10;
}

.slotozen-ftjbxi .slotozen-onjt1l {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.slotozen-ftjbxi .slotozen-6d27ix {
  grid-column: 1/2;
}

.slotozen-ftjbxi > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.slotozen-ftjbxi .slotozen-t4twvi: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;
}

.slotozen-ftjbxi .slotozen-t4twvi:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.slotozen-ftjbxi .slotozen-vu0w4g {
  min-width: 240px;
}

@media (max-width: 768px) {
  .slotozen-ftjbxi .slotozen-t4twvi:not(:last-child):before {
    bottom: 8px;
  }
  .slotozen-ftjbxi .slotozen-t4twvi:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .slotozen-ftjbxi .slotozen-1c6tg9 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .slotozen-ftjbxi .slotozen-vsa42j {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .slotozen-ftjbxi .slotozen-vsa42j img {
    width: 100%;
    height: auto;
  }
  .slotozen-ftjbxi .slotozen-vu0w4g {
    width: 100%;
    min-width: unset;
  }
}

.slotozen-lrdhbs .slotozen-k87w05 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.slotozen-lrdhbs .slotozen-5vsxna {
  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;
}

.slotozen-lrdhbs .slotozen-vsa42j {
  height: 100%;
}

.slotozen-lrdhbs .slotozen-vsa42j img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.slotozen-lrdhbs .slotozen-c9t26v {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.slotozen-lrdhbs .slotozen-ttwr3i {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.slotozen-lrdhbs .slotozen-xbjo3j {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .slotozen-lrdhbs .slotozen-5vsxna {
    flex: 1 1 100%;
  }
  .slotozen-lrdhbs .slotozen-j81cti {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .slotozen-lrdhbs .slotozen-5vsxna {
    flex-direction: column;
  }
  .slotozen-lrdhbs .slotozen-vsa42j {
    width: 100%;
    height: auto;
  }
  .slotozen-lrdhbs .slotozen-vsa42j img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .slotozen-lrdhbs .slotozen-c9t26v {
    padding: 0 16px 16px 16px;
  }
  .slotozen-lrdhbs .slotozen-j81cti {
    min-width: unset;
    width: 100%;
  }
}

.slotozen-c3aqru .slotozen-eiybsf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.slotozen-c3aqru .slotozen-9vvxwg {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.slotozen-c3aqru 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;
}

.slotozen-c3aqru .slotozen-6kcn3d {
  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;
}

.slotozen-c3aqru .slotozen-9vvxwg:hover .slotozen-6kcn3d {
  display: flex;
}

.slotozen-c3aqru .slotozen-qfz0ah {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotozen-c3aqru .slotozen-1981fa {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.slotozen-j6dt78 {
  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;
}

.slotozen-j6dt78.slotozen-afj6hg {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.slotozen-dl3xsc ease-in-out;
}

.slotozen-j6dt78.slotozen-afj6hg:hover {
  color: #f9cb16;
  background-color: transparent;
}

.slotozen-c3aqru .slotozen-7rm4wu {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.slotozen-dl3xsc ease-in-out;
}

.slotozen-c3aqru .slotozen-7rm4wu:hover {
  color: #196948;
  background-color: #f9cb16;
}

.slotozen-c3aqru .slotozen-7rm4wu:after,
.slotozen-j6dt78.slotozen-afj6hg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.slotozen-j6dt78.slotozen-afj6hg:after {
  background-image: url(../images/Cash.svg);
}

.slotozen-c3aqru .slotozen-7rm4wu:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .slotozen-c3aqru .slotozen-eiybsf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .slotozen-c3aqru .slotozen-eiybsf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slotozen-c3aqru .slotozen-eiybsf {
    grid-template-columns: 1fr;
  }
  .slotozen-c3aqru .slotozen-9vvxwg {
    height: auto;
  }
  .slotozen-c3aqru .slotozen-9vvxwg .slotozen-6kcn3d {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .slotozen-c3aqru .slotozen-qfz0ah,
  .slotozen-c3aqru .slotozen-1981fa {
    text-align: left;
  }
  .slotozen-c3aqru .slotozen-1981fa {
    margin-bottom: 8px;
  }
  .slotozen-c3aqru img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.slotozen-fwmhmq {
  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;
}

.slotozen-fwmhmq.slotozen-h17rmg {
  display: block;
}

.slotozen-fwmhmq .slotozen-luwi7l {
  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;
}

.slotozen-fwmhmq .slotozen-c6s5xe {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.slotozen-fwmhmq .slotozen-blk1og {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.slotozen-fwmhmq .slotozen-ss2p7t {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.slotozen-fwmhmq .slotozen-j6dt78 {
  min-width: 296px;
  margin-bottom: 0;
}

.slotozen-fwmhmq .slotozen-orwvdd {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slotozen-fwmhmq .slotozen-5yg4qd {
  position: relative;
  flex: 1 1;
}

.slotozen-fwmhmq .slotozen-5yg4qd iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slotozen-fwmhmq .slotozen-c6s5xe {
    flex-wrap: wrap;
    gap: 8px;
  }
  .slotozen-fwmhmq .slotozen-blk1og {
    order: 1;
  }
  .slotozen-fwmhmq .slotozen-ss2p7t {
    order: 3;
    flex: 1 1 100%;
  }
  .slotozen-fwmhmq .slotozen-j6dt78 {
    width: 100%;
    min-width: unset;
  }
  .slotozen-fwmhmq .slotozen-orwvdd {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .slotozen-0x7lwr > .slotozen-iu6jhp {
    margin-bottom: 0;
  }
  .slotozen-0x7lwr > .slotozen-6d27ix,
  .slotozen-0x7lwr > p {
    margin-top: 0;
  }
}

.slotozen-x4a0ji img,
.slotozen-5gps93 img {
  width: auto;
  object-fit: contain;
}

.slotozen-x4a0ji {
  align-items: center;
}

.slotozen-x4a0ji img {
  max-height: 76px;
}

.slotozen-5gps93 img {
  max-height: 64px;
}

.slotozen-d1okwj {
  overflow: auto;
}

.slotozen-9ghn59 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.slotozen-hlh38t:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.slotozen-hyizp6 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.slotozen-pd1sz2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slotozen-hyizp6 .slotozen-vsa42j {
  margin-right: 20px;
  flex-shrink: 0;
}

.slotozen-hyizp6 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.slotozen-kremdg {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.slotozen-kremdg > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotozen-hyizp6 {
    padding: 15px 10px;
  }
  .slotozen-kremdg {
    padding: 15px 10px;
  }
  .slotozen-hyizp6 .slotozen-vsa42j {
    margin-right: 10px;
  }
}

.slotozen-tso8jp {
  overflow-x: auto;
}

.slotozen-isuxc7 {
  border-collapse: collapse;
  width: 100%;
}

.slotozen-tso8jp th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.slotozen-tso8jp td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.slotozen-tso8jp td.slotozen-9hsj0w {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.slotozen-tso8jp td.slotozen-xnud0n {
  border-right: none;
}

.slotozen-tso8jp td.slotozen-xnud0n .slotozen-vsa42j {
  justify-content: flex-start;
}

.slotozen-tso8jp td.slotozen-xnud0n .slotozen-vsa42j img {
  height: auto;
  width: 90px;
}

.slotozen-tso8jp td.slotozen-23x6ax,
.slotozen-tso8jp td.slotozen-j8dzkd {
  font-weight: 600;
  text-align: right;
}

.slotozen-tso8jp td.slotozen-x0mcq4,
.slotozen-tso8jp td.slotozen-23x6ax {
  padding-bottom: 10px;
  border-bottom: none;
}

.slotozen-tso8jp td.slotozen-23x6ax,
.slotozen-tso8jp td.slotozen-j8dzkd {
  border-left: none;
}

.slotozen-tso8jp td.slotozen-x0mcq4,
.slotozen-tso8jp td.slotozen-lzuoo6 {
  border-right: none;
}

.slotozen-tso8jp td.slotozen-lzuoo6,
.slotozen-tso8jp td.slotozen-j8dzkd {
  border-top: none;
  padding-top: 10px;
}

.slotozen-qmhk0a {
  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;
}

.slotozen-qmhk0a .slotozen-j81cti {
  min-width: unset;
  width: 100%;
}

.slotozen-qmhk0a .slotozen-j81cti.slotozen-9t7bml {
  grid-column: 1/2;
  grid-row: 1/2;
}

.slotozen-qmhk0a .slotozen-j81cti.slotozen-43aq89 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.slotozen-qmhk0a .slotozen-y1e6cv {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotozen-qmhk0a {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .slotozen-qmhk0a .slotozen-j81cti.slotozen-9t7bml {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotozen-qmhk0a .slotozen-j81cti.slotozen-43aq89 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .slotozen-qmhk0a .slotozen-y1e6cv {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.slotozen-n1qsy4 {
  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;
}

.slotozen-11oxya {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.slotozen-m8608s p a img {
  margin: 0 auto;
  display: block;
}

.slotozen-m8608s table {
  margin-bottom: 17px;
}

/* contanct form */
.slotozen-nsa9p1 {
  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;
}

.slotozen-nsa9p1 label {
  font-size: 14px;
}

.slotozen-nsa9p1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slotozen-nsa9p1 input,
.slotozen-nsa9p1 textarea,
.slotozen-nsa9p1 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;
}
.slotozen-nsa9p1 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slotozen-dl3xsc ease;
}
.slotozen-nsa9p1 button:hover {
  background-color: #691204;
}
.slotozen-bw7b2j {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slotozen-j6gstw ease-in;
}

.slotozen-bw7b2j 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;
}
.slotozen-umbu17, .slotozen-du8ujg, [class*="review-card"],
thead, thead th, table th, .slotozen-etvwcz,
.slotozen-othjky, [class*="collapsible-header"],
.slotozen-rydqvq, [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; }
