@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);
}

.lalabet-b780jp {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lalabet-gdrp1q {
  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.lalabet-de16sk,
ul.lalabet-de16sk {
  padding-left: 20px;
}

ul.lalabet-de16sk {
  list-style: disc;
}

ol.lalabet-de16sk {
  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;
  }
}

.lalabet-0cuj5e > .lalabet-34mav7,
.lalabet-0cuj5e > .lalabet-8ki019,
.lalabet-0cuj5e > blockquote,
.lalabet-0cuj5e > h1,
.lalabet-0cuj5e > h2,
.lalabet-0cuj5e > h3,
.lalabet-0cuj5e > h4,
.lalabet-0cuj5e > h5,
.lalabet-0cuj5e > h6,
.lalabet-0cuj5e > ol,
.lalabet-0cuj5e > p,
.lalabet-0cuj5e > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lalabet-0cuj5e > ol,
.lalabet-0cuj5e > ul {
  padding-left: 50px;
}

.lalabet-0cuj5e 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;
}

.lalabet-0cuj5e:not(:last-child) {
  margin-bottom: 2rem;
}

.lalabet-0cuj5e > :not(:first-child) {
  margin-top: 2rem;
}

.lalabet-0cuj5e {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lalabet-0cuj5e:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .lalabet-0cuj5e:first-child {
    margin-top: 20px;
  }
}

.lalabet-0cuj5e > p:last-of-type {
  margin-bottom: 32px;
}

.lalabet-0cuj5e > .lalabet-kpzsh0:not(:first-child) {
  margin: 64px auto 16px auto;
}

.lalabet-q1bw0z > .lalabet-kpzsh0 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lalabet-8ki019 {
  overflow: auto;
}

.lalabet-8ki019::-webkit-scrollbar {
  height: 5px;
}

.lalabet-8ki019 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.lalabet-8ki019 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.lalabet-8ki019 table thead,
table thead {
  border-bottom: none;
}

.lalabet-8ki019 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.lalabet-8ki019 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.lalabet-8ki019 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.lalabet-8ki019 .lalabet-wpyttj {
  table-layout: auto;
}

.lalabet-8ki019 .lalabet-wpyttj th {
  word-break: normal;
}

.lalabet-8ki019 .lalabet-wpyttj td {
  word-break: normal;
}

.lalabet-b780jp .lalabet-b780jp {
  padding-right: 0;
  padding-left: 0;
}

.lalabet-ia81es {
  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;
}

.lalabet-qgrtv2 {
  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;
}

.lalabet-5vlsj0 {
  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;
}

.lalabet-34mav7 {
  margin-top: 24px;
}

.lalabet-34mav7.lalabet-7sccwu {
  text-align: left;
}

.lalabet-34mav7.lalabet-ruo274 {
  text-align: right;
}

.lalabet-34mav7.lalabet-g1g0bw {
  text-align: center;
}

.lalabet-3odzwe {
  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.lalabet-miih1p ease-in-out;
  cursor: pointer;
}

.lalabet-3odzwe:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.lalabet-3odzwe {
  min-width: 328px;
}

@media (max-width: 768px) {
  .lalabet-3odzwe {
    min-width: unset;
  }
}

.lalabet-axjy76 {
  background-color: var(--fh-bg-color);
}

.lalabet-i6udbf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.lalabet-4po8sv {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.lalabet-4po8sv img {
  max-height: 80px;
  object-fit: contain;
}

.lalabet-kyfhjv {
  flex: 1 1;
}

.lalabet-vbd8d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.lalabet-tv1stw {
  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;
}

.lalabet-tv1stw 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;
}

.lalabet-tv1stw.lalabet-gye2wn span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.lalabet-tv1stw.lalabet-gye2wn span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.lalabet-tv1stw.lalabet-gye2wn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.lalabet-kyfhjv + .lalabet-vbd8d0 {
  margin-left: 20px;
}

.lalabet-qezu3v {
  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;
}

.lalabet-qezu3v > svg {
  max-width: 24px;
  max-height: 24px;
}

.lalabet-qezu3v + .lalabet-qezu3v {
  margin-left: 5px;
}

.lalabet-0k43hb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.lalabet-0k43hb:hover {
  background-color: var(--button-bg-hover);
}

.lalabet-dz73t5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.lalabet-miih1p ease-in-out;
  border: 1px solid var(--border-color);
}

.lalabet-dz73t5:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.lalabet-opmxop {
  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) {
  .lalabet-kyfhjv {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .lalabet-opmxop {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .lalabet-kyfhjv {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .lalabet-qezu3v {
    min-width: unset;
    flex: 1 1;
  }
}

.lalabet-pqdgrh {
  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;
}

.lalabet-pqdgrh:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.lalabet-pqdgrh:hover .lalabet-4izk5w {
  opacity: 1;
  pointer-events: auto;
}

.lalabet-eqescq {
  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.lalabet-i67g2n ease-in-out;
  gap: 4px;
}

.lalabet-eqescq > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.lalabet-eqescq .lalabet-ia81es img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lalabet-qrehnn,
.lalabet-eqescq:hover {
  color: var(--button-bg-hover);
}

.lalabet-xz7pdz {
  position: relative;
}

.lalabet-xz7pdz .lalabet-eqescq {
  margin-right: 0;
  padding-right: 4px;
}

.lalabet-k8n8ol svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.lalabet-xz7pdz.lalabet-gye2wn .lalabet-k8n8ol svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.lalabet-xz7pdz.lalabet-gye2wn .lalabet-4izk5w {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.lalabet-xz7pdz.lalabet-gye2wn .lalabet-4izk5w::before {
  display: none;
}

.lalabet-k8n8ol svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.lalabet-4izk5w {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.lalabet-4gqkdp 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.lalabet-4izk5w::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.lalabet-4izk5w:hover {
  color: var(--fh-bg-color);
}

.lalabet-xl5lx3 {
  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.lalabet-4gqkdp 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.lalabet-i67g2n ease-in-out;
  -o-transition: 0.lalabet-i67g2n ease-in-out;
  transition: 0.lalabet-i67g2n ease-in-out;
}

.lalabet-xl5lx3 .lalabet-ia81es img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lalabet-n4wg54,
.lalabet-xl5lx3:hover {
  color: var(--button-bg-hover);
}

.lalabet-uole9j {
  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%;
}

.lalabet-uole9j.lalabet-ut2ftr {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.lalabet-uole9j.lalabet-ut2ftr:after,
.lalabet-uole9j.lalabet-ut2ftr:before {
  content: "";
  position: absolute;
  margin: auto;
}

.lalabet-uole9j.lalabet-ut2ftr: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);
  }
}

.lalabet-uole9j.lalabet-ut2ftr:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.lalabet-uole9j.lalabet-ut2ftr > * {
  z-index: 1;
}

.lalabet-uole9j b,
.lalabet-uole9j strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.lalabet-uole9j .lalabet-dlkbth {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.lalabet-uole9j .lalabet-zuoyoh {
  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;
}

.lalabet-uole9j .lalabet-ia81es {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.lalabet-uole9j .lalabet-z890rx {
  margin-top: 12px;
}

.lalabet-z890rx {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.lalabet-kbqpyw {
  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;
}

.lalabet-z890rx .lalabet-bv8a55 {
  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.lalabet-miih1p ease-in-out;
}

.lalabet-z890rx .lalabet-bv8a55:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lalabet-rj0j9m {
  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;
}

.lalabet-uole9j.lalabet-2kvyqt {
  gap: 12px;
  padding: 16px;
}

.lalabet-uole9j.lalabet-2kvyqt .lalabet-rj0j9m {
  min-width: 240px;
}

.lalabet-uole9j.lalabet-2kvyqt .lalabet-rj0j9m.lalabet-vwp0ax {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .lalabet-uole9j .lalabet-dlkbth {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .lalabet-uole9j .lalabet-zuoyoh {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .lalabet-uole9j .lalabet-ia81es {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .lalabet-uole9j.lalabet-2kvyqt .lalabet-ia81es {
    max-width: 126px;
  }
  .lalabet-uole9j .lalabet-z890rx {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .lalabet-uole9j .lalabet-kbqpyw {
    max-width: unset;
  }
  .lalabet-rj0j9m {
    min-width: unset;
    width: 100%;
  }
  .lalabet-uole9j .lalabet-rj0j9m {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .lalabet-uole9j.lalabet-2kvyqt {
    grid-template-rows: auto 1fr auto;
  }
  .lalabet-uole9j.lalabet-2kvyqt .lalabet-rj0j9m {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .lalabet-uole9j {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .lalabet-uole9j .lalabet-dlkbth {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .lalabet-uole9j .lalabet-ia81es {
    max-width: 78px;
  }
  .lalabet-uole9j .lalabet-z890rx {
    margin-top: -12px;
  }
  .lalabet-uole9j.lalabet-2kvyqt {
    gap: 8px;
  }
  .lalabet-uole9j.lalabet-2kvyqt .lalabet-dlkbth {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .lalabet-uole9j.lalabet-2kvyqt .lalabet-zuoyoh {
    grid-column: 1/3;
  }
  .lalabet-uole9j.lalabet-2kvyqt .lalabet-ia81es {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .lalabet-uole9j.lalabet-2kvyqt .lalabet-ia81es img {
    max-width: 114px;
  }
}

.lalabet-rj0j9m.lalabet-s555ng,
.lalabet-rj0j9m.lalabet-8xyetb,
.lalabet-rj0j9m.lalabet-hy5p1c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.lalabet-miih1p ease-in-out;
}

.lalabet-rj0j9m.lalabet-s555ng,
.lalabet-rj0j9m.lalabet-hy5p1c {
  padding: 10px;
}

.lalabet-rj0j9m.lalabet-s555ng:hover,
.lalabet-rj0j9m.lalabet-8xyetb:hover,
.lalabet-rj0j9m.lalabet-hy5p1c:hover {
  background: var(--button-bg-hover);
}

.lalabet-rj0j9m.lalabet-s555ng:hover svg path,
.lalabet-rj0j9m.lalabet-hy5p1c:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.lalabet-rj0j9m.lalabet-vwp0ax {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.lalabet-miih1p ease-in-out;
  background: var(--button-bg-color);
}

.lalabet-rj0j9m.lalabet-vwp0ax:hover {
  background-color: var(--button-bg-hover);
}

.lalabet-rj0j9m.lalabet-8xyetb: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);
  }
}

.lalabet-rj0j9m.lalabet-8xyetb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.lalabet-rj0j9m.lalabet-vwp0ax:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.lalabet-3sbfle {
  max-width: 650px;
}

.lalabet-lsz8f9 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.lalabet-r98y63 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lalabet-8i0w06 {
  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.lalabet-i67g2n ease-in-out;
  cursor: pointer;
}

.lalabet-8i0w06:hover {
  opacity: 0.5;
}

.lalabet-8i0w06:focus {
  outline: 0;
}

.lalabet-8i0w06:focus .lalabet-sqyaql,
.lalabet-8i0w06:hover .lalabet-sqyaql {
  fill: red;
  fill-opacity: 1;
}

.lalabet-8i0w06:hover {
  cursor: pointer;
}

.lalabet-owkklu {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.lalabet-3sbfle.lalabet-g1g0bw {
  margin: 0 auto;
}

.lalabet-3sbfle.lalabet-ruo274 {
  margin-left: auto;
}

.lalabet-w3b99u {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.lalabet-kccch0 {
  padding-bottom: 50px;
}

.lalabet-do8w7j {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.lalabet-0a3ozq {
  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;
}

.lalabet-qiik2e {
  margin-top: 24px;
}

.lalabet-qu2rjp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lalabet-0oorck {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.lalabet-g7z5tj {
  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;
}

.lalabet-5xh27p {
  width: 468px;
}

.lalabet-g7z5tj .lalabet-4izk5w {
  margin: 0.lalabet-hm81na 0;
}

.lalabet-omhq5r {
  display: flex;
  min-width: 224px;
}

.lalabet-zrpybp {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.lalabet-i67g2n ease-in-out;
}

.lalabet-zpf0mq,
.lalabet-zrpybp:hover {
  color: var(--text-color);
}

.lalabet-loo5gg {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.lalabet-xf7nhg {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .lalabet-w3b99u {
    padding: 16px;
  }
  .lalabet-loo5gg {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .lalabet-xf7nhg {
    align-items: center;
  }
  .lalabet-5xh27p {
    width: unset;
  }
  .lalabet-omhq5r {
    min-width: unset;
  }
  .lalabet-g7z5tj {
    max-height: unset;
  }
  .lalabet-do8w7j {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .lalabet-w3b99u {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.lalabet-kk7mq2 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.lalabet-kk7mq2:not(:last-child) {
  margin-bottom: 16px;
}

.lalabet-cayyol {
  outline: 0;
}

.lalabet-cayyol .lalabet-gn82iy {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.lalabet-8gd43c {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .lalabet-8gd43c {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.lalabet-8gd43c::-webkit-details-marker {
  display: none;
}

.lalabet-8gd43c: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;
}

.lalabet-8gd43c: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] .lalabet-8gd43c:after {
  transform: unset;
}

.lalabet-gn82iy {
  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);
}

.lalabet-gn82iy 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.lalabet-i67g2n ease-in-out;
  -o-transition: 0.lalabet-i67g2n ease-in-out;
  transition: 0.lalabet-i67g2n ease-in-out;
}

.lalabet-nij3s7 {
  padding: 16px 0 0 0;
}

.lalabet-nij3s7 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .lalabet-nij3s7 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lalabet-8gd43c {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lalabet-8gd43c::after {
    margin-left: auto;
  }
  .lalabet-gn82iy {
    order: 3;
    flex: 1 1 100%;
  }
  .lalabet-8gd43c {
    font-size: 14px;
    line-height: 130%;
  }
  .lalabet-gn82iy svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.lalabet-2kbza2 {
  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;
}

.lalabet-n6qv8b {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.lalabet-2kbza2.lalabet-gye2wn .lalabet-n6qv8b {
  margin-bottom: 12px;
}

.lalabet-n6qv8b::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;
}

.lalabet-2kbza2.lalabet-gye2wn .lalabet-n6qv8b::after {
  transform: unset;
}

.lalabet-xi4nwi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.lalabet-713f93 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.lalabet-i67g2n ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.lalabet-713f93: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;
}

.lalabet-2kbza2.lalabet-gye2wn .lalabet-xi4nwi {
  max-height: 100%;
}

.lalabet-aqnl3l {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.lalabet-oq72sf {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.lalabet-r8zp64 {
  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;
}

.lalabet-txcj4w {
  margin-right: 4px;
}

.lalabet-89b1f2 {
  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.lalabet-i67g2n ease-in-out;
}

.lalabet-89b1f2 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.lalabet-rq96t8,
.lalabet-89b1f2:hover {
  color: var(--text-color);
}

.lalabet-9o8vdy {
  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;
}

.lalabet-9o8vdy img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.lalabet-9o8vdy .lalabet-1cobnn {
  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;
}

.lalabet-9o8vdy .lalabet-4ky8ss {
  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;
}

.lalabet-sisdgo {
  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;
}

.lalabet-c6av0x {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lalabet-ors6z9 .lalabet-b780jp {
  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;
}

.lalabet-ors6z9 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.lalabet-cd0btk {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.lalabet-ct496d {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.lalabet-l90j5y {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.lalabet-fdcqs1 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;
}

.lalabet-l90j5y:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.lalabet-8e39l3 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.lalabet-ssgstl {
  -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.lalabet-i67g2n ease-in-out;
  transition: transform 0.lalabet-i67g2n ease-in-out;
  -o-transition: transform 0.lalabet-i67g2n ease-in-out;
  transition:
    transform 0.lalabet-i67g2n ease-in-out,
    -webkit-transform 0.lalabet-i67g2n ease-in-out;
  cursor: pointer;
}

.lalabet-ssgstl svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.lalabet-ssgstl: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;
}

.lalabet-kg4ybe {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .lalabet-kg4ybe {
    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);
}

.lalabet-v20p2d {
  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;
}

.lalabet-ws2nh4 {
  position: relative;
  width: 100%;
}

.lalabet-v20p2d.lalabet-mbxc96 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lalabet-v20p2d.lalabet-g1g0bw {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lalabet-v20p2d.lalabet-ruo274 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lalabet-qokygu {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.lalabet-i0sboe {
  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.lalabet-i67g2n ease-in-out;
  cursor: pointer;
}

.lalabet-i0sboe:hover {
  opacity: 0.5;
}

.lalabet-v20p2d.lalabet-9z2y6d .lalabet-i0sboe {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lalabet-v20p2d.lalabet-9z2y6d .lalabet-qokygu {
  cursor: pointer;
}

.lalabet-4xphc8 {
  fill: #0009;
}

.lalabet-f529cf {
  fill: #fff;
}

.lalabet-i0sboe:hover .lalabet-4xphc8 {
  fill: red;
}

.lalabet-i0sboe svg path {
  -webkit-transition: 0.lalabet-i67g2n ease-in-out;
  -o-transition: 0.lalabet-i67g2n ease-in-out;
  transition: 0.lalabet-i67g2n ease-in-out;
}

.lalabet-qvyfa6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.lalabet-qvyfa6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.lalabet-qvyfa6.lalabet-x8bfc2 > :not(.get-image) {
  grid-column: 1/3;
}

.lalabet-vwvv6j:not(._h1-block) .lalabet-qvyfa6 > .lalabet-kpzsh0 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.lalabet-qvyfa6.lalabet-x8bfc2 .lalabet-sy6ybs {
  grid-column: 2/3;
}

.lalabet-qvyfa6.lalabet-x8bfc2 > .lalabet-ia81es {
  grid-column: 1/2;
}

.lalabet-qvyfa6.lalabet-x8bfc2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.lalabet-qvyfa6 > p:first-of-type {
  margin-top: 0;
}

.lalabet-qvyfa6 .lalabet-ia81es {
  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;
}

.lalabet-vwvv6j:not(._h1-block) .lalabet-kpzsh0 ~ .lalabet-ia81es {
  grid-row: 2/10;
}

.lalabet-vwvv6j.lalabet-2vyt0g .lalabet-kpzsh0 ~ .lalabet-ia81es {
  grid-row: 1/10;
}

.lalabet-vwvv6j.lalabet-2vyt0g > .lalabet-kpzsh0 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.lalabet-vwvv6j.lalabet-2vyt0g .lalabet-ia81es {
  grid-row: 1/10;
}

.lalabet-qvyfa6.lalabet-hirxco .lalabet-ia81es {
  align-items: flex-start;
}

.lalabet-qvyfa6.lalabet-g1g0bw .lalabet-sy6ybs {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.lalabet-qvyfa6.lalabet-g1g0bw .lalabet-ia81es {
  align-items: center;
}

.lalabet-qvyfa6.lalabet-imdjox .lalabet-ia81es {
  align-items: flex-end;
}

.lalabet-sy6ybs > :first-child {
  margin-top: 0;
}

.lalabet-sy6ybs > :last-child {
  margin-bottom: 0;
}

* + .lalabet-k5jv94,
.lalabet-vwvv6j + .lalabet-vwvv6j {
  margin-top: 2rem;
}

.lalabet-61nul8 td::before,
.lalabet-61nul8 th::after {
  display: none !important;
}

.lalabet-61nul8 #link-selector {
  color: #000;
}

.lalabet-61nul8 .lalabet-2xtzu5 {
  color: #135e96;
}

.lalabet-61nul8 .lalabet-vv8gin *,
.lalabet-61nul8 .lalabet-o5yjpu p,
.lalabet-61nul8 .lalabet-8gs3lj * {
  color: #000;
}

.lalabet-61nul8 .lalabet-mehsa5 {
  background: 0 0 !important;
}

.lalabet-61nul8 .lalabet-8woph7 {
  color: #000;
}

.lalabet-61nul8 .lalabet-j12z8h.lalabet-zejtwe {
  color: #fff;
}

.lalabet-61nul8 .lalabet-a6l8wa {
  color: #000;
}

.lalabet-61nul8
  .lalabet-n4bw9c
  .lalabet-kswhlb.lalabet-zejtwe.lalabet-a8i2ck {
  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;
}

.lalabet-brel0c,
body .lalabet-4lkduy {
  color: #000;
  background: var(--color-body) !important;
}

.lalabet-brel0c .lalabet-jr7f6t .lalabet-5pdhi6,
body .lalabet-4lkduy .lalabet-jr7f6t .lalabet-5pdhi6 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .lalabet-713f93:focus,
  .lalabet-713f93:hover {
    color: #f9cb16;
  }
  .lalabet-ilzlyu:focus,
  .lalabet-ilzlyu:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .lalabet-hsa3oi:focus img,
  .lalabet-hsa3oi:focus svg,
  .lalabet-hsa3oi:hover img,
  .lalabet-hsa3oi:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .lalabet-9o8vdy {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lalabet-xz7pdz:hover .lalabet-k8n8ol svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .lalabet-k8n8ol {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .lalabet-gdu238 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .lalabet-5tv5sl {
    grid-template-columns: repeat(4, 1fr);
  }
  .lalabet-powdj9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .lalabet-z3o3xm .lalabet-inim70 {
    grid-template-columns: 1fr;
  }
  .lalabet-z3o3xm .lalabet-1xft6t {
    -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;
  }
  .lalabet-z3o3xm .lalabet-fuxd4v {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lalabet-z3o3xm .lalabet-dwk5b1 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lalabet-z3o3xm .lalabet-jdubs0 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .lalabet-z3o3xm .lalabet-fuxd4v:not(:first-child) {
    border: none;
  }
  .lalabet-z3o3xm .lalabet-fuxd4v:first-child .lalabet-dwk5b1 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .lalabet-z3o3xm .lalabet-fuxd4v:last-child .lalabet-dwk5b1 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .lalabet-i6udbf {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .lalabet-4po8sv {
    max-width: 100px;
  }
  .lalabet-kyfhjv {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lalabet-vbd8d0 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lalabet-vbd8d0 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .lalabet-tv1stw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .lalabet-kyfhjv + .lalabet-vbd8d0 {
    margin-left: auto;
  }
  .lalabet-dagl05 {
    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;
  }
  .lalabet-dagl05.lalabet-gye2wn {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .lalabet-opmxop {
    -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;
  }
  .lalabet-pqdgrh {
    width: 100%;
  }
  .lalabet-pqdgrh:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .lalabet-eqescq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .lalabet-eqescq svg {
    margin-right: 4px;
  }
  .lalabet-xz7pdz {
    -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;
  }
  .lalabet-k8n8ol svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .lalabet-k8n8ol {
    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;
  }
  .lalabet-4izk5w {
    display: none;
    width: 100%;
  }
  .lalabet-xz7pdz.lalabet-gye2wn .lalabet-4izk5w {
    padding: 0 0 0 48px;
  }
  .lalabet-xl5lx3 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .lalabet-0a3ozq .lalabet-ia81es {
    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;
  }
  .lalabet-pel624 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lalabet-pel624 + .lalabet-pel624 {
    margin-right: 0;
  }
  .lalabet-pel624 + .lalabet-ia81es {
    margin: 0;
  }
  .lalabet-gdu238 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lalabet-5tv5sl {
    grid-template-columns: repeat(3, 1fr);
  }
  .lalabet-k68683,
  .lalabet-rsbcqp {
    grid-template-columns: repeat(2, 1fr);
  }
  .lalabet-qvyfa6 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lalabet-qvyfa6.lalabet-x8bfc2 .lalabet-sy6ybs {
    grid-column: auto;
    grid-row: auto;
  }
  .lalabet-qvyfa6 > .lalabet-kpzsh0 {
    grid-column: 1/2;
  }
  .lalabet-qvyfa6.lalabet-x8bfc2 > :not(.get-image) {
    grid-column: 1/2;
  }
  .lalabet-qvyfa6 .lalabet-ia81es,
  .lalabet-qvyfa6.lalabet-x8bfc2 > .lalabet-ia81es {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .lalabet-qvyfa6.lalabet-x8bfc2 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .lalabet-vwvv6j.lalabet-2vyt0g .lalabet-qvyfa6 > .lalabet-ia81es {
    grid-row: 1/2;
  }
  .lalabet-qvyfa6 .lalabet-kpzsh0 ~ .lalabet-ia81es,
  .lalabet-qvyfa6.lalabet-x8bfc2 .lalabet-kpzsh0 ~ .lalabet-ia81es {
    grid-row: 2/3;
  }
  .lalabet-vwvv6j.lalabet-2vyt0g .lalabet-kpzsh0 ~ .lalabet-ia81es {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .lalabet-0cuj5e:first-child .lalabet-v8ozpo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lalabet-0cuj5e:first-child .lalabet-v8ozpo h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .lalabet-0cuj5e {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .lalabet-0cuj5e {
    padding: 0;
  }
  .lalabet-34mav7 {
    margin-top: 1rem;
  }
  .lalabet-cayyol {
    border-radius: 5px;
  }
  .lalabet-llq94p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lalabet-n6qv8b::after {
    display: inline-block;
  }
  .lalabet-n6qv8b {
    margin: 0;
    width: 100%;
  }
  .lalabet-xi4nwi {
    width: 100%;
  }
  .lalabet-xi4nwi.lalabet-st2m86 {
    -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%;
  }
  .lalabet-xi4nwi.lalabet-st2m86 .lalabet-qcw5t6 {
    width: 100%;
  }
  .lalabet-xi4nwi.lalabet-st2m86 .lalabet-qcw5t6:not(:last-child) {
    margin-right: 0;
  }
  .lalabet-713f93 {
    width: 100%;
    text-align: center;
  }
  .lalabet-2kbza2.lalabet-gye2wn .lalabet-xi4nwi {
    margin-top: 1rem;
  }
  .lalabet-gdu238 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lalabet-powdj9,
  .lalabet-5tv5sl {
    grid-template-columns: repeat(2, 1fr);
  }
  .lalabet-k68683,
  .lalabet-rsbcqp,
  .lalabet-95wu31 {
    grid-template-columns: 1fr;
  }
  .lalabet-om8232 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .lalabet-rldo31 {
    min-width: 300px;
    max-width: 325px;
  }
  .lalabet-dwk5b1 {
    cursor: auto;
  }
  .lalabet-j16kqh .lalabet-dwk5b1 {
    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;
  }
  .lalabet-kg4ybe {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .lalabet-4izk5w {
    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) {
  .lalabet-kg4ybe {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.lalabet-pel624 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .lalabet-vbd8d0 {
    margin: 0 -0.2rem;
  }
  .lalabet-pel624 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .lalabet-l7ecg4 {
    -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;
  }
  .lalabet-f0k7um {
    max-width: 100%;
  }
  .lalabet-gdu238 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lalabet-powdj9,
  .lalabet-5tv5sl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .lalabet-i6udbf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lalabet-vbd8d0 {
    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;
  }
  .lalabet-axjy76 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lalabet-qezu3v {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lalabet-ku1yuv,
  .lalabet-7iq1vt {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .lalabet-3odzwe {
    width: 100%;
  }
  .lalabet-gdu238 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .lalabet-kg4ybe {
    top: 127px !important;
  }
}

.lalabet-yu25o1 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .lalabet-yu25o1 {
  }
}

@media (max-width: 767px) {
  .lalabet-yu25o1 {
    margin-bottom: 12px;
  }
}

.lalabet-yu25o1 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.lalabet-9cixwl {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.lalabet-9cixwl > .lalabet-smfeck {
  flex: 1 1;
}

@media (max-width: 767px) {
  .lalabet-9cixwl {
    flex-direction: column;
    gap: 12px;
  }
}

.lalabet-co2d5e {
  display: flex;
}

.lalabet-co2d5e .lalabet-qd3giu {
  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;
}

.lalabet-co2d5e .lalabet-i0s9mg {
  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;
}

.lalabet-co2d5e .lalabet-i56wxn {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.lalabet-co2d5e .lalabet-8j0aer {
  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));
  }
}

.lalabet-co2d5e .lalabet-8j0aer:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.lalabet-co2d5e .lalabet-r2i6rd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.lalabet-4aooon {
  border: unset;
  background-color: unset;
}

.lalabet-4aooon tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lalabet-4aooon .lalabet-qguxnm,
.lalabet-4aooon .lalabet-3ayr8j {
  flex: 0 1 330px;
}

.lalabet-4aooon .lalabet-3uz2oh {
  flex: 1 1;
}

.lalabet-4aooon tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.lalabet-4aooon tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.lalabet-4aooon tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.lalabet-4aooon tr td p {
  color: #fff;
  margin: 0;
}

.lalabet-4aooon tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.lalabet-4aooon tr.lalabet-qguxnm td p {
  padding: 16px 0;
}

.lalabet-4aooon tr.lalabet-qguxnm td p:not(:last-child),
.lalabet-4aooon tr.lalabet-3ayr8j td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.lalabet-4aooon tr.lalabet-qguxnm td p:first-child,
.lalabet-4aooon tr.lalabet-3ayr8j td p:first-child {
  padding-top: 0;
}

.lalabet-4aooon tr.lalabet-3ayr8j td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.lalabet-4aooon tr.lalabet-3ayr8j td p:last-child {
  padding-bottom: 0;
}

.lalabet-4aooon .lalabet-3ayr8j img {
  max-width: 32px;
}

.lalabet-4aooon .lalabet-3uz2oh {
  min-width: 718px;
}

.lalabet-4aooon .lalabet-3uz2oh td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.lalabet-4aooon .lalabet-3uz2oh td {
  display: flex;
}

.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-u641td,
.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-k2vo1q,
.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-ej3qbh {
  flex: 1 1 50%;
}

.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-mphuu2 {
  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;
}

.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-nipg86,
.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-ea059h {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-u641td,
.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-k2vo1q {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-u641td span,
.lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-k2vo1q span {
  font-weight: 800;
}

.lalabet-4aooon .lalabet-3uz2oh img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .lalabet-4aooon .lalabet-3uz2oh td .lalabet-ej3qbh:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .lalabet-4aooon tr.lalabet-qguxnm td p:last-child {
    padding-bottom: 0;
  }
  .lalabet-4aooon .lalabet-3ayr8j > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .lalabet-4aooon .lalabet-3ayr8j > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .lalabet-4aooon tr.lalabet-qguxnm td p:not(:last-child),
  .lalabet-4aooon tr.lalabet-3ayr8j td p:not(:last-child) {
    border-bottom: unset;
  }
  .lalabet-4aooon tr.lalabet-3ayr8j td p:last-child {
    padding-bottom: 12px;
  }
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-u641td,
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-k2vo1q,
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-ej3qbh {
    flex: 1 1 50%;
    padding: 0;
  }
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-u641td,
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-k2vo1q {
    margin-top: 16px;
  }
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-ej3qbh {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-u641td {
    border-right: 1px solid var(--border-color);
  }
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-ej3qbh:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .lalabet-4aooon .lalabet-3uz2oh td:last-child .lalabet-ej3qbh:last-child {
    padding-bottom: 0;
  }
}

.lalabet-ej3qbh {
  display: flex;
  flex-direction: column;
}

.lalabet-4aooon .lalabet-3uz2oh td .lalabet-ej3qbh {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.lalabet-4aooon .lalabet-3uz2oh td .lalabet-ej3qbh:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.lalabet-4aooon .lalabet-3uz2oh td .lalabet-ej3qbh:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .lalabet-4aooon .lalabet-3uz2oh td .lalabet-ej3qbh:not(:first-child) {
    padding-left: 0;
  }
  .lalabet-4aooon .lalabet-3uz2oh td .lalabet-ej3qbh:not(:last-of-type) {
    border-right: unset;
  }
}

.lalabet-4aooon .lalabet-l29dqc {
  flex: 0 1 485px;
}

.lalabet-4aooon .lalabet-qll8v7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.lalabet-4aooon .lalabet-qll8v7 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lalabet-4aooon .lalabet-qll8v7 li.lalabet-6r6wwe {
  padding: 6px 12px;
}

.lalabet-4aooon .lalabet-qll8v7 li a,
.lalabet-4aooon .lalabet-qll8v7 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;
}

.lalabet-4aooon .lalabet-ufce5u,
.lalabet-4aooon .lalabet-am5m7m {
  flex: 1 1;
}

.lalabet-4aooon .lalabet-lccp80,
.lalabet-4aooon .lalabet-7czhbh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lalabet-4aooon .lalabet-lccp80 li,
.lalabet-4aooon .lalabet-7czhbh li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.lalabet-4aooon .lalabet-am5m7m img {
  max-width: 32px;
}

.lalabet-4aooon .lalabet-ufce5u img {
  max-width: 32px;
}

.lalabet-4aooon .lalabet-elrco8 {
  min-width: 280px;
}

.lalabet-4aooon .lalabet-elrco8 img {
  max-width: 146px;
}

.lalabet-4aooon .lalabet-elrco8 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .lalabet-4aooon .lalabet-qguxnm,
  .lalabet-4aooon .lalabet-3ayr8j {
    flex: 0 1 auto;
  }
  .lalabet-4aooon .lalabet-3uz2oh {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .lalabet-4aooon .lalabet-qguxnm,
  .lalabet-4aooon .lalabet-l29dqc,
  .lalabet-4aooon .lalabet-3ayr8j,
  .lalabet-4aooon .lalabet-3uz2oh {
    flex: 1 1 calc(50% - 20px);
  }
  .lalabet-4aooon .lalabet-ufce5u,
  .lalabet-4aooon .lalabet-elrco8,
  .lalabet-4aooon .lalabet-am5m7m {
    flex: 1 1 30%;
  }
  .lalabet-4aooon .lalabet-elrco8 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .lalabet-4aooon .lalabet-qguxnm,
  .lalabet-4aooon .lalabet-l29dqc,
  .lalabet-4aooon .lalabet-ufce5u,
  .lalabet-4aooon .lalabet-3ayr8j,
  .lalabet-4aooon .lalabet-3uz2oh,
  .lalabet-4aooon .lalabet-elrco8,
  .lalabet-4aooon .lalabet-am5m7m {
    flex: 1 1 100%;
  }
}

.lalabet-ww7jje .lalabet-odsy4z {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lalabet-ww7jje .lalabet-un67gm {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.lalabet-ww7jje .lalabet-9zinyi {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.lalabet-ww7jje .lalabet-tuw92b {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.lalabet-ww7jje .lalabet-tuw92b > :nth-child(3) {
  margin-top: 0;
}

.lalabet-ww7jje .lalabet-ia81es {
  grid-column: 2/3;
  grid-row: 1/10;
}

.lalabet-ww7jje .lalabet-yu25rv {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.lalabet-ww7jje .lalabet-34mav7 {
  grid-column: 1/2;
}

.lalabet-ww7jje > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.lalabet-ww7jje .lalabet-un67gm: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;
}

.lalabet-ww7jje .lalabet-un67gm:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.lalabet-ww7jje .lalabet-3odzwe {
  min-width: 240px;
}

@media (max-width: 768px) {
  .lalabet-ww7jje .lalabet-un67gm:not(:last-child):before {
    bottom: 8px;
  }
  .lalabet-ww7jje .lalabet-un67gm:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .lalabet-ww7jje .lalabet-tuw92b {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .lalabet-ww7jje .lalabet-ia81es {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .lalabet-ww7jje .lalabet-ia81es img {
    width: 100%;
    height: auto;
  }
  .lalabet-ww7jje .lalabet-3odzwe {
    width: 100%;
    min-width: unset;
  }
}

.lalabet-wvuvfp .lalabet-wgcalb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.lalabet-wvuvfp .lalabet-ihxobr {
  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;
}

.lalabet-wvuvfp .lalabet-ia81es {
  height: 100%;
}

.lalabet-wvuvfp .lalabet-ia81es img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.lalabet-wvuvfp .lalabet-i0ht3o {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.lalabet-wvuvfp .lalabet-cqfus9 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.lalabet-wvuvfp .lalabet-i00qwf {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .lalabet-wvuvfp .lalabet-ihxobr {
    flex: 1 1 100%;
  }
  .lalabet-wvuvfp .lalabet-rj0j9m {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .lalabet-wvuvfp .lalabet-ihxobr {
    flex-direction: column;
  }
  .lalabet-wvuvfp .lalabet-ia81es {
    width: 100%;
    height: auto;
  }
  .lalabet-wvuvfp .lalabet-ia81es img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .lalabet-wvuvfp .lalabet-i0ht3o {
    padding: 0 16px 16px 16px;
  }
  .lalabet-wvuvfp .lalabet-rj0j9m {
    min-width: unset;
    width: 100%;
  }
}

.lalabet-8kflmj .lalabet-3z1u86 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.lalabet-8kflmj .lalabet-1vhoaf {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.lalabet-8kflmj 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;
}

.lalabet-8kflmj .lalabet-trqiqn {
  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;
}

.lalabet-8kflmj .lalabet-1vhoaf:hover .lalabet-trqiqn {
  display: flex;
}

.lalabet-8kflmj .lalabet-gtdbth {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lalabet-8kflmj .lalabet-stmaed {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.lalabet-z9pptu {
  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;
}

.lalabet-z9pptu.lalabet-e5ktq9 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.lalabet-miih1p ease-in-out;
}

.lalabet-z9pptu.lalabet-e5ktq9:hover {
  color: #f9cb16;
  background-color: transparent;
}

.lalabet-8kflmj .lalabet-8tiig1 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.lalabet-miih1p ease-in-out;
}

.lalabet-8kflmj .lalabet-8tiig1:hover {
  color: #196948;
  background-color: #f9cb16;
}

.lalabet-8kflmj .lalabet-8tiig1:after,
.lalabet-z9pptu.lalabet-e5ktq9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.lalabet-z9pptu.lalabet-e5ktq9:after {
  background-image: url(../images/Cash.svg);
}

.lalabet-8kflmj .lalabet-8tiig1:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .lalabet-8kflmj .lalabet-3z1u86 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .lalabet-8kflmj .lalabet-3z1u86 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lalabet-8kflmj .lalabet-3z1u86 {
    grid-template-columns: 1fr;
  }
  .lalabet-8kflmj .lalabet-1vhoaf {
    height: auto;
  }
  .lalabet-8kflmj .lalabet-1vhoaf .lalabet-trqiqn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .lalabet-8kflmj .lalabet-gtdbth,
  .lalabet-8kflmj .lalabet-stmaed {
    text-align: left;
  }
  .lalabet-8kflmj .lalabet-stmaed {
    margin-bottom: 8px;
  }
  .lalabet-8kflmj img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.lalabet-y26626 {
  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;
}

.lalabet-y26626.lalabet-9z2y6d {
  display: block;
}

.lalabet-y26626 .lalabet-yf6j6v {
  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;
}

.lalabet-y26626 .lalabet-lel441 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.lalabet-y26626 .lalabet-7hvukg {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.lalabet-y26626 .lalabet-mzs0sr {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.lalabet-y26626 .lalabet-z9pptu {
  min-width: 296px;
  margin-bottom: 0;
}

.lalabet-y26626 .lalabet-eliecc {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.lalabet-y26626 .lalabet-9ivw41 {
  position: relative;
  flex: 1 1;
}

.lalabet-y26626 .lalabet-9ivw41 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .lalabet-y26626 .lalabet-lel441 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .lalabet-y26626 .lalabet-7hvukg {
    order: 1;
  }
  .lalabet-y26626 .lalabet-mzs0sr {
    order: 3;
    flex: 1 1 100%;
  }
  .lalabet-y26626 .lalabet-z9pptu {
    width: 100%;
    min-width: unset;
  }
  .lalabet-y26626 .lalabet-eliecc {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .lalabet-qvyfa6 > .lalabet-kpzsh0 {
    margin-bottom: 0;
  }
  .lalabet-qvyfa6 > .lalabet-34mav7,
  .lalabet-qvyfa6 > p {
    margin-top: 0;
  }
}

.lalabet-ngqsjs img,
.lalabet-pel624 img {
  width: auto;
  object-fit: contain;
}

.lalabet-ngqsjs {
  align-items: center;
}

.lalabet-ngqsjs img {
  max-height: 76px;
}

.lalabet-pel624 img {
  max-height: 64px;
}

.lalabet-qyl5uv {
  overflow: auto;
}

.lalabet-u3t89r {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.lalabet-ufh8mq:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.lalabet-91ldzo {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.lalabet-8jeev4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lalabet-91ldzo .lalabet-ia81es {
  margin-right: 20px;
  flex-shrink: 0;
}

.lalabet-91ldzo img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.lalabet-49feqw {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.lalabet-49feqw > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lalabet-91ldzo {
    padding: 15px 10px;
  }
  .lalabet-49feqw {
    padding: 15px 10px;
  }
  .lalabet-91ldzo .lalabet-ia81es {
    margin-right: 10px;
  }
}

.lalabet-5899l5 {
  overflow-x: auto;
}

.lalabet-o36bvz {
  border-collapse: collapse;
  width: 100%;
}

.lalabet-5899l5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.lalabet-5899l5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.lalabet-5899l5 td.lalabet-3wd4hp {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.lalabet-5899l5 td.lalabet-ow2q0q {
  border-right: none;
}

.lalabet-5899l5 td.lalabet-ow2q0q .lalabet-ia81es {
  justify-content: flex-start;
}

.lalabet-5899l5 td.lalabet-ow2q0q .lalabet-ia81es img {
  height: auto;
  width: 90px;
}

.lalabet-5899l5 td.lalabet-i1fkiz,
.lalabet-5899l5 td.lalabet-6ls2le {
  font-weight: 600;
  text-align: right;
}

.lalabet-5899l5 td.lalabet-0m14qj,
.lalabet-5899l5 td.lalabet-i1fkiz {
  padding-bottom: 10px;
  border-bottom: none;
}

.lalabet-5899l5 td.lalabet-i1fkiz,
.lalabet-5899l5 td.lalabet-6ls2le {
  border-left: none;
}

.lalabet-5899l5 td.lalabet-0m14qj,
.lalabet-5899l5 td.lalabet-gn3f6q {
  border-right: none;
}

.lalabet-5899l5 td.lalabet-gn3f6q,
.lalabet-5899l5 td.lalabet-6ls2le {
  border-top: none;
  padding-top: 10px;
}

.lalabet-6fmzv8 {
  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;
}

.lalabet-6fmzv8 .lalabet-rj0j9m {
  min-width: unset;
  width: 100%;
}

.lalabet-6fmzv8 .lalabet-rj0j9m.lalabet-s555ng {
  grid-column: 1/2;
  grid-row: 1/2;
}

.lalabet-6fmzv8 .lalabet-rj0j9m.lalabet-hy5p1c {
  grid-column: 2/3;
  grid-row: 1/2;
}

.lalabet-6fmzv8 .lalabet-dxphig {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .lalabet-6fmzv8 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .lalabet-6fmzv8 .lalabet-rj0j9m.lalabet-s555ng {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .lalabet-6fmzv8 .lalabet-rj0j9m.lalabet-hy5p1c {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .lalabet-6fmzv8 .lalabet-dxphig {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.lalabet-k1ssp6 {
  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;
}

.lalabet-e7ylc7 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.lalabet-q1bw0z p a img {
  margin: 0 auto;
  display: block;
}

.lalabet-q1bw0z table {
  margin-bottom: 17px;
}

/* contanct form */
.lalabet-q4bc43 {
  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;
}

.lalabet-q4bc43 label {
  font-size: 14px;
}

.lalabet-q4bc43 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.lalabet-q4bc43 input,
.lalabet-q4bc43 textarea,
.lalabet-q4bc43 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;
}
.lalabet-q4bc43 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.lalabet-miih1p ease;
}
.lalabet-q4bc43 button:hover {
  background-color: #691204;
}
.lalabet-n7gpwa {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.lalabet-oyier6 ease-in;
}

.lalabet-n7gpwa 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;
}
.lalabet-eky29q, .lalabet-4xsmvp, [class*="review-card"],
thead, thead th, table th, .lalabet-2wqzz8,
.lalabet-mwl1mv, [class*="collapsible-header"],
.lalabet-gpfcvf, [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; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
