@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);
}

.a-big-candy-l7tx96 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.a-big-candy-35hrak {
  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.a-big-candy-3130yf,
ul.a-big-candy-3130yf {
  padding-left: 20px;
}

ul.a-big-candy-3130yf {
  list-style: disc;
}

ol.a-big-candy-3130yf {
  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;
  }
}

.a-big-candy-t457bz > .a-big-candy-7x41ei,
.a-big-candy-t457bz > .a-big-candy-96i0l4,
.a-big-candy-t457bz > blockquote,
.a-big-candy-t457bz > h1,
.a-big-candy-t457bz > h2,
.a-big-candy-t457bz > h3,
.a-big-candy-t457bz > h4,
.a-big-candy-t457bz > h5,
.a-big-candy-t457bz > h6,
.a-big-candy-t457bz > ol,
.a-big-candy-t457bz > p,
.a-big-candy-t457bz > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.a-big-candy-t457bz > ol,
.a-big-candy-t457bz > ul {
  padding-left: 50px;
}

.a-big-candy-t457bz 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;
}

.a-big-candy-t457bz:not(:last-child) {
  margin-bottom: 2rem;
}

.a-big-candy-t457bz > :not(:first-child) {
  margin-top: 2rem;
}

.a-big-candy-t457bz {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.a-big-candy-t457bz:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .a-big-candy-t457bz:first-child {
    margin-top: 20px;
  }
}

.a-big-candy-t457bz > p:last-of-type {
  margin-bottom: 32px;
}

.a-big-candy-t457bz > .a-big-candy-59rmrm:not(:first-child) {
  margin: 64px auto 16px auto;
}

.a-big-candy-23b4h6 > .a-big-candy-59rmrm {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.a-big-candy-96i0l4 {
  overflow: auto;
}

.a-big-candy-96i0l4::-webkit-scrollbar {
  height: 5px;
}

.a-big-candy-96i0l4 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.a-big-candy-96i0l4 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.a-big-candy-96i0l4 table thead,
table thead {
  border-bottom: none;
}

.a-big-candy-96i0l4 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.a-big-candy-96i0l4 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.a-big-candy-96i0l4 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.a-big-candy-96i0l4 .a-big-candy-9nxj89 {
  table-layout: auto;
}

.a-big-candy-96i0l4 .a-big-candy-9nxj89 th {
  word-break: normal;
}

.a-big-candy-96i0l4 .a-big-candy-9nxj89 td {
  word-break: normal;
}

.a-big-candy-l7tx96 .a-big-candy-l7tx96 {
  padding-right: 0;
  padding-left: 0;
}

.a-big-candy-9gcvrk {
  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;
}

.a-big-candy-wnr780 {
  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;
}

.a-big-candy-94a78u {
  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;
}

.a-big-candy-7x41ei {
  margin-top: 24px;
}

.a-big-candy-7x41ei.a-big-candy-j0c7ye {
  text-align: left;
}

.a-big-candy-7x41ei.a-big-candy-ru34zb {
  text-align: right;
}

.a-big-candy-7x41ei.a-big-candy-hkwenq {
  text-align: center;
}

.a-big-candy-99e84v {
  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.a-big-candy-98r1qv ease-in-out;
  cursor: pointer;
}

.a-big-candy-99e84v:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.a-big-candy-99e84v {
  min-width: 328px;
}

@media (max-width: 768px) {
  .a-big-candy-99e84v {
    min-width: unset;
  }
}

.a-big-candy-5xzggg {
  background-color: var(--fh-bg-color);
}

.a-big-candy-ug05uu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.a-big-candy-az50j7 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.a-big-candy-az50j7 img {
  max-height: 80px;
  object-fit: contain;
}

.a-big-candy-fzt78p {
  flex: 1 1;
}

.a-big-candy-lb02rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.a-big-candy-mavqab {
  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;
}

.a-big-candy-mavqab 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;
}

.a-big-candy-mavqab.a-big-candy-iasq75 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.a-big-candy-mavqab.a-big-candy-iasq75 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.a-big-candy-mavqab.a-big-candy-iasq75 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.a-big-candy-fzt78p + .a-big-candy-lb02rq {
  margin-left: 20px;
}

.a-big-candy-dolywd {
  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;
}

.a-big-candy-dolywd > svg {
  max-width: 24px;
  max-height: 24px;
}

.a-big-candy-dolywd + .a-big-candy-dolywd {
  margin-left: 5px;
}

.a-big-candy-7pmu6c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.a-big-candy-7pmu6c:hover {
  background-color: var(--button-bg-hover);
}

.a-big-candy-wj34yp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.a-big-candy-98r1qv ease-in-out;
  border: 1px solid var(--border-color);
}

.a-big-candy-wj34yp:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.a-big-candy-v02exa {
  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) {
  .a-big-candy-fzt78p {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .a-big-candy-v02exa {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .a-big-candy-fzt78p {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .a-big-candy-dolywd {
    min-width: unset;
    flex: 1 1;
  }
}

.a-big-candy-vm2hz2 {
  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;
}

.a-big-candy-vm2hz2:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.a-big-candy-vm2hz2:hover .a-big-candy-pxgdsu {
  opacity: 1;
  pointer-events: auto;
}

.a-big-candy-umaexj {
  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.a-big-candy-qyvaeg ease-in-out;
  gap: 4px;
}

.a-big-candy-umaexj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.a-big-candy-umaexj .a-big-candy-9gcvrk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.a-big-candy-0ch4n2,
.a-big-candy-umaexj:hover {
  color: var(--button-bg-hover);
}

.a-big-candy-c02g1r {
  position: relative;
}

.a-big-candy-c02g1r .a-big-candy-umaexj {
  margin-right: 0;
  padding-right: 4px;
}

.a-big-candy-lwvai2 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.a-big-candy-c02g1r.a-big-candy-iasq75 .a-big-candy-lwvai2 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.a-big-candy-c02g1r.a-big-candy-iasq75 .a-big-candy-pxgdsu {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.a-big-candy-c02g1r.a-big-candy-iasq75 .a-big-candy-pxgdsu::before {
  display: none;
}

.a-big-candy-lwvai2 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.a-big-candy-pxgdsu {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.a-big-candy-644mvw 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.a-big-candy-pxgdsu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.a-big-candy-pxgdsu:hover {
  color: var(--fh-bg-color);
}

.a-big-candy-7stbaq {
  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.a-big-candy-644mvw 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.a-big-candy-qyvaeg ease-in-out;
  -o-transition: 0.a-big-candy-qyvaeg ease-in-out;
  transition: 0.a-big-candy-qyvaeg ease-in-out;
}

.a-big-candy-7stbaq .a-big-candy-9gcvrk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.a-big-candy-9j3a6i,
.a-big-candy-7stbaq:hover {
  color: var(--button-bg-hover);
}

.a-big-candy-cfof4y {
  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%;
}

.a-big-candy-cfof4y.a-big-candy-bkxq74 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.a-big-candy-cfof4y.a-big-candy-bkxq74:after,
.a-big-candy-cfof4y.a-big-candy-bkxq74:before {
  content: "";
  position: absolute;
  margin: auto;
}

.a-big-candy-cfof4y.a-big-candy-bkxq74: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);
  }
}

.a-big-candy-cfof4y.a-big-candy-bkxq74:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.a-big-candy-cfof4y.a-big-candy-bkxq74 > * {
  z-index: 1;
}

.a-big-candy-cfof4y b,
.a-big-candy-cfof4y strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.a-big-candy-cfof4y .a-big-candy-ydk081 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.a-big-candy-cfof4y .a-big-candy-ktsxie {
  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;
}

.a-big-candy-cfof4y .a-big-candy-9gcvrk {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.a-big-candy-cfof4y .a-big-candy-s491z6 {
  margin-top: 12px;
}

.a-big-candy-s491z6 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.a-big-candy-yloocc {
  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;
}

.a-big-candy-s491z6 .a-big-candy-r4lrpw {
  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.a-big-candy-98r1qv ease-in-out;
}

.a-big-candy-s491z6 .a-big-candy-r4lrpw:hover {
  background: rgba(255, 255, 255, 0.3);
}

.a-big-candy-6lafbb {
  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;
}

.a-big-candy-cfof4y.a-big-candy-x3iv9a {
  gap: 12px;
  padding: 16px;
}

.a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-6lafbb {
  min-width: 240px;
}

.a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-6lafbb.a-big-candy-3i6c96 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .a-big-candy-cfof4y .a-big-candy-ydk081 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .a-big-candy-cfof4y .a-big-candy-ktsxie {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .a-big-candy-cfof4y .a-big-candy-9gcvrk {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-9gcvrk {
    max-width: 126px;
  }
  .a-big-candy-cfof4y .a-big-candy-s491z6 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .a-big-candy-cfof4y .a-big-candy-yloocc {
    max-width: unset;
  }
  .a-big-candy-6lafbb {
    min-width: unset;
    width: 100%;
  }
  .a-big-candy-cfof4y .a-big-candy-6lafbb {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a {
    grid-template-rows: auto 1fr auto;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-6lafbb {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .a-big-candy-cfof4y {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .a-big-candy-cfof4y .a-big-candy-ydk081 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .a-big-candy-cfof4y .a-big-candy-9gcvrk {
    max-width: 78px;
  }
  .a-big-candy-cfof4y .a-big-candy-s491z6 {
    margin-top: -12px;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a {
    gap: 8px;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-ydk081 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-ktsxie {
    grid-column: 1/3;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-9gcvrk {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .a-big-candy-cfof4y.a-big-candy-x3iv9a .a-big-candy-9gcvrk img {
    max-width: 114px;
  }
}

.a-big-candy-6lafbb.a-big-candy-kk703w,
.a-big-candy-6lafbb.a-big-candy-6p3hxo,
.a-big-candy-6lafbb.a-big-candy-nnhzfa {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.a-big-candy-98r1qv ease-in-out;
}

.a-big-candy-6lafbb.a-big-candy-kk703w,
.a-big-candy-6lafbb.a-big-candy-nnhzfa {
  padding: 10px;
}

.a-big-candy-6lafbb.a-big-candy-kk703w:hover,
.a-big-candy-6lafbb.a-big-candy-6p3hxo:hover,
.a-big-candy-6lafbb.a-big-candy-nnhzfa:hover {
  background: var(--button-bg-hover);
}

.a-big-candy-6lafbb.a-big-candy-kk703w:hover svg path,
.a-big-candy-6lafbb.a-big-candy-nnhzfa:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.a-big-candy-6lafbb.a-big-candy-3i6c96 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.a-big-candy-98r1qv ease-in-out;
  background: var(--button-bg-color);
}

.a-big-candy-6lafbb.a-big-candy-3i6c96:hover {
  background-color: var(--button-bg-hover);
}

.a-big-candy-6lafbb.a-big-candy-6p3hxo: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);
  }
}

.a-big-candy-6lafbb.a-big-candy-6p3hxo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.a-big-candy-6lafbb.a-big-candy-3i6c96:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.a-big-candy-utwydc {
  max-width: 650px;
}

.a-big-candy-1q9mim {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.a-big-candy-drfqxr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.a-big-candy-glvqyn {
  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.a-big-candy-qyvaeg ease-in-out;
  cursor: pointer;
}

.a-big-candy-glvqyn:hover {
  opacity: 0.5;
}

.a-big-candy-glvqyn:focus {
  outline: 0;
}

.a-big-candy-glvqyn:focus .a-big-candy-lm4oix,
.a-big-candy-glvqyn:hover .a-big-candy-lm4oix {
  fill: red;
  fill-opacity: 1;
}

.a-big-candy-glvqyn:hover {
  cursor: pointer;
}

.a-big-candy-zpp0y9 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.a-big-candy-utwydc.a-big-candy-hkwenq {
  margin: 0 auto;
}

.a-big-candy-utwydc.a-big-candy-ru34zb {
  margin-left: auto;
}

.a-big-candy-1zac9w {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.a-big-candy-3ibq5g {
  padding-bottom: 50px;
}

.a-big-candy-yms993 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.a-big-candy-dvgr6s {
  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;
}

.a-big-candy-y3tsqk {
  margin-top: 24px;
}

.a-big-candy-xwrhbz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-big-candy-jdeije {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.a-big-candy-hig7n6 {
  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;
}

.a-big-candy-7gl38g {
  width: 468px;
}

.a-big-candy-hig7n6 .a-big-candy-pxgdsu {
  margin: 0.a-big-candy-xvejcf 0;
}

.a-big-candy-as6ndi {
  display: flex;
  min-width: 224px;
}

.a-big-candy-3awemp {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.a-big-candy-qyvaeg ease-in-out;
}

.a-big-candy-vjlq16,
.a-big-candy-3awemp:hover {
  color: var(--text-color);
}

.a-big-candy-112ax9 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.a-big-candy-qmnynd {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .a-big-candy-1zac9w {
    padding: 16px;
  }
  .a-big-candy-112ax9 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .a-big-candy-qmnynd {
    align-items: center;
  }
  .a-big-candy-7gl38g {
    width: unset;
  }
  .a-big-candy-as6ndi {
    min-width: unset;
  }
  .a-big-candy-hig7n6 {
    max-height: unset;
  }
  .a-big-candy-yms993 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .a-big-candy-1zac9w {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.a-big-candy-9tg8ta {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.a-big-candy-9tg8ta:not(:last-child) {
  margin-bottom: 16px;
}

.a-big-candy-wh89uk {
  outline: 0;
}

.a-big-candy-wh89uk .a-big-candy-kbeis7 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.a-big-candy-679i9h {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .a-big-candy-679i9h {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.a-big-candy-679i9h::-webkit-details-marker {
  display: none;
}

.a-big-candy-679i9h: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;
}

.a-big-candy-679i9h: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] .a-big-candy-679i9h:after {
  transform: unset;
}

.a-big-candy-kbeis7 {
  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);
}

.a-big-candy-kbeis7 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.a-big-candy-qyvaeg ease-in-out;
  -o-transition: 0.a-big-candy-qyvaeg ease-in-out;
  transition: 0.a-big-candy-qyvaeg ease-in-out;
}

.a-big-candy-vi9z2s {
  padding: 16px 0 0 0;
}

.a-big-candy-vi9z2s * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .a-big-candy-vi9z2s :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .a-big-candy-679i9h {
    flex-wrap: wrap;
    gap: 12px;
  }
  .a-big-candy-679i9h::after {
    margin-left: auto;
  }
  .a-big-candy-kbeis7 {
    order: 3;
    flex: 1 1 100%;
  }
  .a-big-candy-679i9h {
    font-size: 14px;
    line-height: 130%;
  }
  .a-big-candy-kbeis7 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.a-big-candy-dcheli {
  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;
}

.a-big-candy-lfwj56 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.a-big-candy-dcheli.a-big-candy-iasq75 .a-big-candy-lfwj56 {
  margin-bottom: 12px;
}

.a-big-candy-lfwj56::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;
}

.a-big-candy-dcheli.a-big-candy-iasq75 .a-big-candy-lfwj56::after {
  transform: unset;
}

.a-big-candy-28wo0s {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.a-big-candy-l2dqck {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.a-big-candy-qyvaeg ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.a-big-candy-l2dqck: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;
}

.a-big-candy-dcheli.a-big-candy-iasq75 .a-big-candy-28wo0s {
  max-height: 100%;
}

.a-big-candy-zta2nl {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.a-big-candy-eij70e {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.a-big-candy-8m4inb {
  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;
}

.a-big-candy-o90tbb {
  margin-right: 4px;
}

.a-big-candy-mavbzn {
  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.a-big-candy-qyvaeg ease-in-out;
}

.a-big-candy-mavbzn svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.a-big-candy-w5h7aa,
.a-big-candy-mavbzn:hover {
  color: var(--text-color);
}

.a-big-candy-vfw6b6 {
  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;
}

.a-big-candy-vfw6b6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.a-big-candy-vfw6b6 .a-big-candy-sagmxp {
  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;
}

.a-big-candy-vfw6b6 .a-big-candy-19bn2o {
  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;
}

.a-big-candy-0y1eie {
  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;
}

.a-big-candy-4blu9n {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.a-big-candy-6li1ek .a-big-candy-l7tx96 {
  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;
}

.a-big-candy-6li1ek {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.a-big-candy-znhh2f {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.a-big-candy-n2x5o9 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.a-big-candy-62wz32 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.a-big-candy-jphfob 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;
}

.a-big-candy-62wz32:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.a-big-candy-9ghapv {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.a-big-candy-w17wnw {
  -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.a-big-candy-qyvaeg ease-in-out;
  transition: transform 0.a-big-candy-qyvaeg ease-in-out;
  -o-transition: transform 0.a-big-candy-qyvaeg ease-in-out;
  transition:
    transform 0.a-big-candy-qyvaeg ease-in-out,
    -webkit-transform 0.a-big-candy-qyvaeg ease-in-out;
  cursor: pointer;
}

.a-big-candy-w17wnw svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.a-big-candy-w17wnw: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;
}

.a-big-candy-xoynh8 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .a-big-candy-xoynh8 {
    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);
}

.a-big-candy-7jvvaf {
  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;
}

.a-big-candy-6jb7r3 {
  position: relative;
  width: 100%;
}

.a-big-candy-7jvvaf.a-big-candy-ikhlo9 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.a-big-candy-7jvvaf.a-big-candy-hkwenq {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-big-candy-7jvvaf.a-big-candy-ru34zb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.a-big-candy-07t1y2 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.a-big-candy-nvzs41 {
  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.a-big-candy-qyvaeg ease-in-out;
  cursor: pointer;
}

.a-big-candy-nvzs41:hover {
  opacity: 0.5;
}

.a-big-candy-7jvvaf.a-big-candy-fszpha .a-big-candy-nvzs41 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.a-big-candy-7jvvaf.a-big-candy-fszpha .a-big-candy-07t1y2 {
  cursor: pointer;
}

.a-big-candy-586uoh {
  fill: #0009;
}

.a-big-candy-mmd1kg {
  fill: #fff;
}

.a-big-candy-nvzs41:hover .a-big-candy-586uoh {
  fill: red;
}

.a-big-candy-nvzs41 svg path {
  -webkit-transition: 0.a-big-candy-qyvaeg ease-in-out;
  -o-transition: 0.a-big-candy-qyvaeg ease-in-out;
  transition: 0.a-big-candy-qyvaeg ease-in-out;
}

.a-big-candy-7ysl5v {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.a-big-candy-7ysl5v > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.a-big-candy-7ysl5v.a-big-candy-ycsb4o > :not(.get-image) {
  grid-column: 1/3;
}

.a-big-candy-pys5zk:not(._h1-block) .a-big-candy-7ysl5v > .a-big-candy-59rmrm {
  grid-row: 1/2;
  grid-column: 1/3;
}

.a-big-candy-7ysl5v.a-big-candy-ycsb4o .a-big-candy-ltxu3k {
  grid-column: 2/3;
}

.a-big-candy-7ysl5v.a-big-candy-ycsb4o > .a-big-candy-9gcvrk {
  grid-column: 1/2;
}

.a-big-candy-7ysl5v.a-big-candy-ycsb4o > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.a-big-candy-7ysl5v > p:first-of-type {
  margin-top: 0;
}

.a-big-candy-7ysl5v .a-big-candy-9gcvrk {
  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;
}

.a-big-candy-pys5zk:not(._h1-block) .a-big-candy-59rmrm ~ .a-big-candy-9gcvrk {
  grid-row: 2/10;
}

.a-big-candy-pys5zk.a-big-candy-9am25c .a-big-candy-59rmrm ~ .a-big-candy-9gcvrk {
  grid-row: 1/10;
}

.a-big-candy-pys5zk.a-big-candy-9am25c > .a-big-candy-59rmrm {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.a-big-candy-pys5zk.a-big-candy-9am25c .a-big-candy-9gcvrk {
  grid-row: 1/10;
}

.a-big-candy-7ysl5v.a-big-candy-z7ghpg .a-big-candy-9gcvrk {
  align-items: flex-start;
}

.a-big-candy-7ysl5v.a-big-candy-hkwenq .a-big-candy-ltxu3k {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.a-big-candy-7ysl5v.a-big-candy-hkwenq .a-big-candy-9gcvrk {
  align-items: center;
}

.a-big-candy-7ysl5v.a-big-candy-b7bp58 .a-big-candy-9gcvrk {
  align-items: flex-end;
}

.a-big-candy-ltxu3k > :first-child {
  margin-top: 0;
}

.a-big-candy-ltxu3k > :last-child {
  margin-bottom: 0;
}

* + .a-big-candy-ed0lwj,
.a-big-candy-pys5zk + .a-big-candy-pys5zk {
  margin-top: 2rem;
}

.a-big-candy-6u71ho td::before,
.a-big-candy-6u71ho th::after {
  display: none !important;
}

.a-big-candy-6u71ho #link-selector {
  color: #000;
}

.a-big-candy-6u71ho .a-big-candy-qwc1tp {
  color: #135e96;
}

.a-big-candy-6u71ho .a-big-candy-jreco9 *,
.a-big-candy-6u71ho .a-big-candy-cj3q9v p,
.a-big-candy-6u71ho .a-big-candy-640wm6 * {
  color: #000;
}

.a-big-candy-6u71ho .a-big-candy-8yzh6e {
  background: 0 0 !important;
}

.a-big-candy-6u71ho .a-big-candy-mfk3jf {
  color: #000;
}

.a-big-candy-6u71ho .a-big-candy-m4kymu.a-big-candy-mtg298 {
  color: #fff;
}

.a-big-candy-6u71ho .a-big-candy-113090 {
  color: #000;
}

.a-big-candy-6u71ho
  .a-big-candy-fhmrnz
  .a-big-candy-jazfgb.a-big-candy-mtg298.a-big-candy-zbrmef {
  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;
}

.a-big-candy-s371u3,
body .a-big-candy-mao9m9 {
  color: #000;
  background: var(--color-body) !important;
}

.a-big-candy-s371u3 .a-big-candy-ds4mun .a-big-candy-k1v6gl,
body .a-big-candy-mao9m9 .a-big-candy-ds4mun .a-big-candy-k1v6gl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .a-big-candy-l2dqck:focus,
  .a-big-candy-l2dqck:hover {
    color: #f9cb16;
  }
  .a-big-candy-efm48r:focus,
  .a-big-candy-efm48r:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .a-big-candy-mv4511:focus img,
  .a-big-candy-mv4511:focus svg,
  .a-big-candy-mv4511:hover img,
  .a-big-candy-mv4511:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .a-big-candy-vfw6b6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .a-big-candy-c02g1r:hover .a-big-candy-lwvai2 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .a-big-candy-lwvai2 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .a-big-candy-16lcf2 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .a-big-candy-h6skgy {
    grid-template-columns: repeat(4, 1fr);
  }
  .a-big-candy-nyh19q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .a-big-candy-7x3vqc .a-big-candy-9jauz7 {
    grid-template-columns: 1fr;
  }
  .a-big-candy-7x3vqc .a-big-candy-wy0tk2 {
    -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;
  }
  .a-big-candy-7x3vqc .a-big-candy-hmr9eq {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .a-big-candy-7x3vqc .a-big-candy-6ldujc {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .a-big-candy-7x3vqc .a-big-candy-wglmin {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .a-big-candy-7x3vqc .a-big-candy-hmr9eq:not(:first-child) {
    border: none;
  }
  .a-big-candy-7x3vqc .a-big-candy-hmr9eq:first-child .a-big-candy-6ldujc {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .a-big-candy-7x3vqc .a-big-candy-hmr9eq:last-child .a-big-candy-6ldujc {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .a-big-candy-ug05uu {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .a-big-candy-az50j7 {
    max-width: 100px;
  }
  .a-big-candy-fzt78p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .a-big-candy-lb02rq {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .a-big-candy-lb02rq svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .a-big-candy-mavqab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .a-big-candy-fzt78p + .a-big-candy-lb02rq {
    margin-left: auto;
  }
  .a-big-candy-4757q0 {
    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;
  }
  .a-big-candy-4757q0.a-big-candy-iasq75 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .a-big-candy-v02exa {
    -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;
  }
  .a-big-candy-vm2hz2 {
    width: 100%;
  }
  .a-big-candy-vm2hz2:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .a-big-candy-umaexj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .a-big-candy-umaexj svg {
    margin-right: 4px;
  }
  .a-big-candy-c02g1r {
    -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;
  }
  .a-big-candy-lwvai2 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .a-big-candy-lwvai2 {
    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;
  }
  .a-big-candy-pxgdsu {
    display: none;
    width: 100%;
  }
  .a-big-candy-c02g1r.a-big-candy-iasq75 .a-big-candy-pxgdsu {
    padding: 0 0 0 48px;
  }
  .a-big-candy-7stbaq {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .a-big-candy-dvgr6s .a-big-candy-9gcvrk {
    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;
  }
  .a-big-candy-9fjs5c {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .a-big-candy-9fjs5c + .a-big-candy-9fjs5c {
    margin-right: 0;
  }
  .a-big-candy-9fjs5c + .a-big-candy-9gcvrk {
    margin: 0;
  }
  .a-big-candy-16lcf2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .a-big-candy-h6skgy {
    grid-template-columns: repeat(3, 1fr);
  }
  .a-big-candy-5z6l46,
  .a-big-candy-6vlf43 {
    grid-template-columns: repeat(2, 1fr);
  }
  .a-big-candy-7ysl5v {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .a-big-candy-7ysl5v.a-big-candy-ycsb4o .a-big-candy-ltxu3k {
    grid-column: auto;
    grid-row: auto;
  }
  .a-big-candy-7ysl5v > .a-big-candy-59rmrm {
    grid-column: 1/2;
  }
  .a-big-candy-7ysl5v.a-big-candy-ycsb4o > :not(.get-image) {
    grid-column: 1/2;
  }
  .a-big-candy-7ysl5v .a-big-candy-9gcvrk,
  .a-big-candy-7ysl5v.a-big-candy-ycsb4o > .a-big-candy-9gcvrk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .a-big-candy-7ysl5v.a-big-candy-ycsb4o > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .a-big-candy-pys5zk.a-big-candy-9am25c .a-big-candy-7ysl5v > .a-big-candy-9gcvrk {
    grid-row: 1/2;
  }
  .a-big-candy-7ysl5v .a-big-candy-59rmrm ~ .a-big-candy-9gcvrk,
  .a-big-candy-7ysl5v.a-big-candy-ycsb4o .a-big-candy-59rmrm ~ .a-big-candy-9gcvrk {
    grid-row: 2/3;
  }
  .a-big-candy-pys5zk.a-big-candy-9am25c .a-big-candy-59rmrm ~ .a-big-candy-9gcvrk {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .a-big-candy-t457bz:first-child .a-big-candy-yopp9k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .a-big-candy-t457bz:first-child .a-big-candy-yopp9k h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .a-big-candy-t457bz {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .a-big-candy-t457bz {
    padding: 0;
  }
  .a-big-candy-7x41ei {
    margin-top: 1rem;
  }
  .a-big-candy-wh89uk {
    border-radius: 5px;
  }
  .a-big-candy-btaps7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .a-big-candy-lfwj56::after {
    display: inline-block;
  }
  .a-big-candy-lfwj56 {
    margin: 0;
    width: 100%;
  }
  .a-big-candy-28wo0s {
    width: 100%;
  }
  .a-big-candy-28wo0s.a-big-candy-4swhu4 {
    -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%;
  }
  .a-big-candy-28wo0s.a-big-candy-4swhu4 .a-big-candy-h5k9pz {
    width: 100%;
  }
  .a-big-candy-28wo0s.a-big-candy-4swhu4 .a-big-candy-h5k9pz:not(:last-child) {
    margin-right: 0;
  }
  .a-big-candy-l2dqck {
    width: 100%;
    text-align: center;
  }
  .a-big-candy-dcheli.a-big-candy-iasq75 .a-big-candy-28wo0s {
    margin-top: 1rem;
  }
  .a-big-candy-16lcf2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .a-big-candy-nyh19q,
  .a-big-candy-h6skgy {
    grid-template-columns: repeat(2, 1fr);
  }
  .a-big-candy-5z6l46,
  .a-big-candy-6vlf43,
  .a-big-candy-mufjd7 {
    grid-template-columns: 1fr;
  }
  .a-big-candy-yeo88n {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .a-big-candy-kr63b9 {
    min-width: 300px;
    max-width: 325px;
  }
  .a-big-candy-6ldujc {
    cursor: auto;
  }
  .a-big-candy-0t0ihk .a-big-candy-6ldujc {
    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;
  }
  .a-big-candy-xoynh8 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .a-big-candy-pxgdsu {
    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) {
  .a-big-candy-xoynh8 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.a-big-candy-9fjs5c p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .a-big-candy-lb02rq {
    margin: 0 -0.2rem;
  }
  .a-big-candy-9fjs5c {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .a-big-candy-lvzfe8 {
    -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;
  }
  .a-big-candy-t4lx50 {
    max-width: 100%;
  }
  .a-big-candy-16lcf2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .a-big-candy-nyh19q,
  .a-big-candy-h6skgy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .a-big-candy-ug05uu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .a-big-candy-lb02rq {
    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;
  }
  .a-big-candy-5xzggg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .a-big-candy-dolywd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .a-big-candy-0zkj9c,
  .a-big-candy-d5rug0 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .a-big-candy-99e84v {
    width: 100%;
  }
  .a-big-candy-16lcf2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .a-big-candy-xoynh8 {
    top: 127px !important;
  }
}

.a-big-candy-dpj3lg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .a-big-candy-dpj3lg {
  }
}

@media (max-width: 767px) {
  .a-big-candy-dpj3lg {
    margin-bottom: 12px;
  }
}

.a-big-candy-dpj3lg img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.a-big-candy-pb0jic {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.a-big-candy-pb0jic > .a-big-candy-knk5co {
  flex: 1 1;
}

@media (max-width: 767px) {
  .a-big-candy-pb0jic {
    flex-direction: column;
    gap: 12px;
  }
}

.a-big-candy-qpnk6o {
  display: flex;
}

.a-big-candy-qpnk6o .a-big-candy-2layxg {
  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;
}

.a-big-candy-qpnk6o .a-big-candy-169u4f {
  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;
}

.a-big-candy-qpnk6o .a-big-candy-6q269o {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.a-big-candy-qpnk6o .a-big-candy-5mkvxg {
  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));
  }
}

.a-big-candy-qpnk6o .a-big-candy-5mkvxg:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.a-big-candy-qpnk6o .a-big-candy-dulavv {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.a-big-candy-rrh3vo {
  border: unset;
  background-color: unset;
}

.a-big-candy-rrh3vo tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.a-big-candy-rrh3vo .a-big-candy-119n9e,
.a-big-candy-rrh3vo .a-big-candy-7auot3 {
  flex: 0 1 330px;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 {
  flex: 1 1;
}

.a-big-candy-rrh3vo tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.a-big-candy-rrh3vo tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.a-big-candy-rrh3vo tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.a-big-candy-rrh3vo tr td p {
  color: #fff;
  margin: 0;
}

.a-big-candy-rrh3vo tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.a-big-candy-rrh3vo tr.a-big-candy-119n9e td p {
  padding: 16px 0;
}

.a-big-candy-rrh3vo tr.a-big-candy-119n9e td p:not(:last-child),
.a-big-candy-rrh3vo tr.a-big-candy-7auot3 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.a-big-candy-rrh3vo tr.a-big-candy-119n9e td p:first-child,
.a-big-candy-rrh3vo tr.a-big-candy-7auot3 td p:first-child {
  padding-top: 0;
}

.a-big-candy-rrh3vo tr.a-big-candy-7auot3 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.a-big-candy-rrh3vo tr.a-big-candy-7auot3 td p:last-child {
  padding-bottom: 0;
}

.a-big-candy-rrh3vo .a-big-candy-7auot3 img {
  max-width: 32px;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 {
  min-width: 718px;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td {
  display: flex;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-g3c8xy,
.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-fj03k8,
.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-wphmmb {
  flex: 1 1 50%;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-d8j9he {
  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;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-dvidrf,
.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-o3a05f {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-g3c8xy,
.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-fj03k8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-g3c8xy span,
.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-fj03k8 span {
  font-weight: 800;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td .a-big-candy-wphmmb:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .a-big-candy-rrh3vo tr.a-big-candy-119n9e td p:last-child {
    padding-bottom: 0;
  }
  .a-big-candy-rrh3vo .a-big-candy-7auot3 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .a-big-candy-rrh3vo .a-big-candy-7auot3 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .a-big-candy-rrh3vo tr.a-big-candy-119n9e td p:not(:last-child),
  .a-big-candy-rrh3vo tr.a-big-candy-7auot3 td p:not(:last-child) {
    border-bottom: unset;
  }
  .a-big-candy-rrh3vo tr.a-big-candy-7auot3 td p:last-child {
    padding-bottom: 12px;
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-g3c8xy,
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-fj03k8,
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-wphmmb {
    flex: 1 1 50%;
    padding: 0;
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-g3c8xy,
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-fj03k8 {
    margin-top: 16px;
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-wphmmb {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-g3c8xy {
    border-right: 1px solid var(--border-color);
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-wphmmb:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td:last-child .a-big-candy-wphmmb:last-child {
    padding-bottom: 0;
  }
}

.a-big-candy-wphmmb {
  display: flex;
  flex-direction: column;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td .a-big-candy-wphmmb {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td .a-big-candy-wphmmb:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.a-big-candy-rrh3vo .a-big-candy-lv2hf2 td .a-big-candy-wphmmb:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td .a-big-candy-wphmmb:not(:first-child) {
    padding-left: 0;
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 td .a-big-candy-wphmmb:not(:last-of-type) {
    border-right: unset;
  }
}

.a-big-candy-rrh3vo .a-big-candy-xrbnno {
  flex: 0 1 485px;
}

.a-big-candy-rrh3vo .a-big-candy-kr1866 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.a-big-candy-rrh3vo .a-big-candy-kr1866 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.a-big-candy-rrh3vo .a-big-candy-kr1866 li.a-big-candy-auj535 {
  padding: 6px 12px;
}

.a-big-candy-rrh3vo .a-big-candy-kr1866 li a,
.a-big-candy-rrh3vo .a-big-candy-kr1866 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;
}

.a-big-candy-rrh3vo .a-big-candy-n4e78a,
.a-big-candy-rrh3vo .a-big-candy-hetii6 {
  flex: 1 1;
}

.a-big-candy-rrh3vo .a-big-candy-jujcxs,
.a-big-candy-rrh3vo .a-big-candy-93dphf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.a-big-candy-rrh3vo .a-big-candy-jujcxs li,
.a-big-candy-rrh3vo .a-big-candy-93dphf li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.a-big-candy-rrh3vo .a-big-candy-hetii6 img {
  max-width: 32px;
}

.a-big-candy-rrh3vo .a-big-candy-n4e78a img {
  max-width: 32px;
}

.a-big-candy-rrh3vo .a-big-candy-kzn2i5 {
  min-width: 280px;
}

.a-big-candy-rrh3vo .a-big-candy-kzn2i5 img {
  max-width: 146px;
}

.a-big-candy-rrh3vo .a-big-candy-kzn2i5 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .a-big-candy-rrh3vo .a-big-candy-119n9e,
  .a-big-candy-rrh3vo .a-big-candy-7auot3 {
    flex: 0 1 auto;
  }
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .a-big-candy-rrh3vo .a-big-candy-119n9e,
  .a-big-candy-rrh3vo .a-big-candy-xrbnno,
  .a-big-candy-rrh3vo .a-big-candy-7auot3,
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2 {
    flex: 1 1 calc(50% - 20px);
  }
  .a-big-candy-rrh3vo .a-big-candy-n4e78a,
  .a-big-candy-rrh3vo .a-big-candy-kzn2i5,
  .a-big-candy-rrh3vo .a-big-candy-hetii6 {
    flex: 1 1 30%;
  }
  .a-big-candy-rrh3vo .a-big-candy-kzn2i5 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .a-big-candy-rrh3vo .a-big-candy-119n9e,
  .a-big-candy-rrh3vo .a-big-candy-xrbnno,
  .a-big-candy-rrh3vo .a-big-candy-n4e78a,
  .a-big-candy-rrh3vo .a-big-candy-7auot3,
  .a-big-candy-rrh3vo .a-big-candy-lv2hf2,
  .a-big-candy-rrh3vo .a-big-candy-kzn2i5,
  .a-big-candy-rrh3vo .a-big-candy-hetii6 {
    flex: 1 1 100%;
  }
}

.a-big-candy-xyor2y .a-big-candy-xkr36b {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.a-big-candy-xyor2y .a-big-candy-xpctsa {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.a-big-candy-xyor2y .a-big-candy-pqcqtk {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.a-big-candy-xyor2y .a-big-candy-7tj6m0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.a-big-candy-xyor2y .a-big-candy-7tj6m0 > :nth-child(3) {
  margin-top: 0;
}

.a-big-candy-xyor2y .a-big-candy-9gcvrk {
  grid-column: 2/3;
  grid-row: 1/10;
}

.a-big-candy-xyor2y .a-big-candy-29dtoa {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.a-big-candy-xyor2y .a-big-candy-7x41ei {
  grid-column: 1/2;
}

.a-big-candy-xyor2y > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.a-big-candy-xyor2y .a-big-candy-xpctsa: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;
}

.a-big-candy-xyor2y .a-big-candy-xpctsa:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.a-big-candy-xyor2y .a-big-candy-99e84v {
  min-width: 240px;
}

@media (max-width: 768px) {
  .a-big-candy-xyor2y .a-big-candy-xpctsa:not(:last-child):before {
    bottom: 8px;
  }
  .a-big-candy-xyor2y .a-big-candy-xpctsa:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .a-big-candy-xyor2y .a-big-candy-7tj6m0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .a-big-candy-xyor2y .a-big-candy-9gcvrk {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .a-big-candy-xyor2y .a-big-candy-9gcvrk img {
    width: 100%;
    height: auto;
  }
  .a-big-candy-xyor2y .a-big-candy-99e84v {
    width: 100%;
    min-width: unset;
  }
}

.a-big-candy-egkrlc .a-big-candy-pbwhi7 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.a-big-candy-egkrlc .a-big-candy-tm7vx8 {
  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;
}

.a-big-candy-egkrlc .a-big-candy-9gcvrk {
  height: 100%;
}

.a-big-candy-egkrlc .a-big-candy-9gcvrk img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.a-big-candy-egkrlc .a-big-candy-1g6e5k {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.a-big-candy-egkrlc .a-big-candy-ra8fkw {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.a-big-candy-egkrlc .a-big-candy-mjz7z1 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .a-big-candy-egkrlc .a-big-candy-tm7vx8 {
    flex: 1 1 100%;
  }
  .a-big-candy-egkrlc .a-big-candy-6lafbb {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .a-big-candy-egkrlc .a-big-candy-tm7vx8 {
    flex-direction: column;
  }
  .a-big-candy-egkrlc .a-big-candy-9gcvrk {
    width: 100%;
    height: auto;
  }
  .a-big-candy-egkrlc .a-big-candy-9gcvrk img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .a-big-candy-egkrlc .a-big-candy-1g6e5k {
    padding: 0 16px 16px 16px;
  }
  .a-big-candy-egkrlc .a-big-candy-6lafbb {
    min-width: unset;
    width: 100%;
  }
}

.a-big-candy-r0wq1z .a-big-candy-ljhurc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.a-big-candy-r0wq1z .a-big-candy-5eh4yy {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.a-big-candy-r0wq1z 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;
}

.a-big-candy-r0wq1z .a-big-candy-noer7j {
  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;
}

.a-big-candy-r0wq1z .a-big-candy-5eh4yy:hover .a-big-candy-noer7j {
  display: flex;
}

.a-big-candy-r0wq1z .a-big-candy-zueeav {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.a-big-candy-r0wq1z .a-big-candy-19vqjh {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.a-big-candy-ufvb3m {
  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;
}

.a-big-candy-ufvb3m.a-big-candy-e04rue {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.a-big-candy-98r1qv ease-in-out;
}

.a-big-candy-ufvb3m.a-big-candy-e04rue:hover {
  color: #f9cb16;
  background-color: transparent;
}

.a-big-candy-r0wq1z .a-big-candy-215gvb {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.a-big-candy-98r1qv ease-in-out;
}

.a-big-candy-r0wq1z .a-big-candy-215gvb:hover {
  color: #196948;
  background-color: #f9cb16;
}

.a-big-candy-r0wq1z .a-big-candy-215gvb:after,
.a-big-candy-ufvb3m.a-big-candy-e04rue:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.a-big-candy-ufvb3m.a-big-candy-e04rue:after {
  background-image: url(../images/Cash.svg);
}

.a-big-candy-r0wq1z .a-big-candy-215gvb:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .a-big-candy-r0wq1z .a-big-candy-ljhurc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .a-big-candy-r0wq1z .a-big-candy-ljhurc {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .a-big-candy-r0wq1z .a-big-candy-ljhurc {
    grid-template-columns: 1fr;
  }
  .a-big-candy-r0wq1z .a-big-candy-5eh4yy {
    height: auto;
  }
  .a-big-candy-r0wq1z .a-big-candy-5eh4yy .a-big-candy-noer7j {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .a-big-candy-r0wq1z .a-big-candy-zueeav,
  .a-big-candy-r0wq1z .a-big-candy-19vqjh {
    text-align: left;
  }
  .a-big-candy-r0wq1z .a-big-candy-19vqjh {
    margin-bottom: 8px;
  }
  .a-big-candy-r0wq1z img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.a-big-candy-o9trnc {
  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;
}

.a-big-candy-o9trnc.a-big-candy-fszpha {
  display: block;
}

.a-big-candy-o9trnc .a-big-candy-p36rmm {
  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;
}

.a-big-candy-o9trnc .a-big-candy-vv12ud {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.a-big-candy-o9trnc .a-big-candy-17bm70 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.a-big-candy-o9trnc .a-big-candy-khhvil {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.a-big-candy-o9trnc .a-big-candy-ufvb3m {
  min-width: 296px;
  margin-bottom: 0;
}

.a-big-candy-o9trnc .a-big-candy-1dhw9i {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.a-big-candy-o9trnc .a-big-candy-i1abhz {
  position: relative;
  flex: 1 1;
}

.a-big-candy-o9trnc .a-big-candy-i1abhz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .a-big-candy-o9trnc .a-big-candy-vv12ud {
    flex-wrap: wrap;
    gap: 8px;
  }
  .a-big-candy-o9trnc .a-big-candy-17bm70 {
    order: 1;
  }
  .a-big-candy-o9trnc .a-big-candy-khhvil {
    order: 3;
    flex: 1 1 100%;
  }
  .a-big-candy-o9trnc .a-big-candy-ufvb3m {
    width: 100%;
    min-width: unset;
  }
  .a-big-candy-o9trnc .a-big-candy-1dhw9i {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .a-big-candy-7ysl5v > .a-big-candy-59rmrm {
    margin-bottom: 0;
  }
  .a-big-candy-7ysl5v > .a-big-candy-7x41ei,
  .a-big-candy-7ysl5v > p {
    margin-top: 0;
  }
}

.a-big-candy-kwvlqm img,
.a-big-candy-9fjs5c img {
  width: auto;
  object-fit: contain;
}

.a-big-candy-kwvlqm {
  align-items: center;
}

.a-big-candy-kwvlqm img {
  max-height: 76px;
}

.a-big-candy-9fjs5c img {
  max-height: 64px;
}

.a-big-candy-81itqp {
  overflow: auto;
}

.a-big-candy-226rsb {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.a-big-candy-kmzlrz:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.a-big-candy-ophhts {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.a-big-candy-c1vxb1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.a-big-candy-ophhts .a-big-candy-9gcvrk {
  margin-right: 20px;
  flex-shrink: 0;
}

.a-big-candy-ophhts img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.a-big-candy-a75vfk {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.a-big-candy-a75vfk > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .a-big-candy-ophhts {
    padding: 15px 10px;
  }
  .a-big-candy-a75vfk {
    padding: 15px 10px;
  }
  .a-big-candy-ophhts .a-big-candy-9gcvrk {
    margin-right: 10px;
  }
}

.a-big-candy-2z3o5r {
  overflow-x: auto;
}

.a-big-candy-myycdq {
  border-collapse: collapse;
  width: 100%;
}

.a-big-candy-2z3o5r th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.a-big-candy-2z3o5r td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.a-big-candy-2z3o5r td.a-big-candy-0bbkaf {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.a-big-candy-2z3o5r td.a-big-candy-f1vrn5 {
  border-right: none;
}

.a-big-candy-2z3o5r td.a-big-candy-f1vrn5 .a-big-candy-9gcvrk {
  justify-content: flex-start;
}

.a-big-candy-2z3o5r td.a-big-candy-f1vrn5 .a-big-candy-9gcvrk img {
  height: auto;
  width: 90px;
}

.a-big-candy-2z3o5r td.a-big-candy-gbdu0o,
.a-big-candy-2z3o5r td.a-big-candy-up5ne5 {
  font-weight: 600;
  text-align: right;
}

.a-big-candy-2z3o5r td.a-big-candy-1oeg0p,
.a-big-candy-2z3o5r td.a-big-candy-gbdu0o {
  padding-bottom: 10px;
  border-bottom: none;
}

.a-big-candy-2z3o5r td.a-big-candy-gbdu0o,
.a-big-candy-2z3o5r td.a-big-candy-up5ne5 {
  border-left: none;
}

.a-big-candy-2z3o5r td.a-big-candy-1oeg0p,
.a-big-candy-2z3o5r td.a-big-candy-gk70lq {
  border-right: none;
}

.a-big-candy-2z3o5r td.a-big-candy-gk70lq,
.a-big-candy-2z3o5r td.a-big-candy-up5ne5 {
  border-top: none;
  padding-top: 10px;
}

.a-big-candy-x48o8z {
  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;
}

.a-big-candy-x48o8z .a-big-candy-6lafbb {
  min-width: unset;
  width: 100%;
}

.a-big-candy-x48o8z .a-big-candy-6lafbb.a-big-candy-kk703w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.a-big-candy-x48o8z .a-big-candy-6lafbb.a-big-candy-nnhzfa {
  grid-column: 2/3;
  grid-row: 1/2;
}

.a-big-candy-x48o8z .a-big-candy-2ppe4n {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .a-big-candy-x48o8z {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .a-big-candy-x48o8z .a-big-candy-6lafbb.a-big-candy-kk703w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .a-big-candy-x48o8z .a-big-candy-6lafbb.a-big-candy-nnhzfa {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .a-big-candy-x48o8z .a-big-candy-2ppe4n {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.a-big-candy-6pcrks {
  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;
}

.a-big-candy-0x7wxy {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.a-big-candy-23b4h6 p a img {
  margin: 0 auto;
  display: block;
}

.a-big-candy-23b4h6 table {
  margin-bottom: 17px;
}

/* contanct form */
.a-big-candy-3x4an1 {
  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;
}

.a-big-candy-3x4an1 label {
  font-size: 14px;
}

.a-big-candy-3x4an1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.a-big-candy-3x4an1 input,
.a-big-candy-3x4an1 textarea,
.a-big-candy-3x4an1 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;
}
.a-big-candy-3x4an1 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.a-big-candy-98r1qv ease;
}
.a-big-candy-3x4an1 button:hover {
  background-color: #691204;
}
.a-big-candy-6ebpu9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.a-big-candy-j7n7a8 ease-in;
}

.a-big-candy-6ebpu9 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;
}
.a-big-candy-xkgcx9, .a-big-candy-c0bayr, [class*="review-card"],
thead, thead th, table th, .a-big-candy-jzyjml,
.a-big-candy-bieq9f, [class*="collapsible-header"],
.a-big-candy-0uea79, [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; }
