@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);
}

.syndicate-55bdie {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.syndicate-omp8j8 {
  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.syndicate-yzyijb,
ul.syndicate-yzyijb {
  padding-left: 20px;
}

ul.syndicate-yzyijb {
  list-style: disc;
}

ol.syndicate-yzyijb {
  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;
  }
}

.syndicate-4zbvs1 > .syndicate-igp0da,
.syndicate-4zbvs1 > .syndicate-ivke51,
.syndicate-4zbvs1 > blockquote,
.syndicate-4zbvs1 > h1,
.syndicate-4zbvs1 > h2,
.syndicate-4zbvs1 > h3,
.syndicate-4zbvs1 > h4,
.syndicate-4zbvs1 > h5,
.syndicate-4zbvs1 > h6,
.syndicate-4zbvs1 > ol,
.syndicate-4zbvs1 > p,
.syndicate-4zbvs1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.syndicate-4zbvs1 > ol,
.syndicate-4zbvs1 > ul {
  padding-left: 50px;
}

.syndicate-4zbvs1 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;
}

.syndicate-4zbvs1:not(:last-child) {
  margin-bottom: 2rem;
}

.syndicate-4zbvs1 > :not(:first-child) {
  margin-top: 2rem;
}

.syndicate-4zbvs1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.syndicate-4zbvs1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .syndicate-4zbvs1:first-child {
    margin-top: 20px;
  }
}

.syndicate-4zbvs1 > p:last-of-type {
  margin-bottom: 32px;
}

.syndicate-4zbvs1 > .syndicate-4fijuc:not(:first-child) {
  margin: 64px auto 16px auto;
}

.syndicate-d2idmm > .syndicate-4fijuc {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.syndicate-ivke51 {
  overflow: auto;
}

.syndicate-ivke51::-webkit-scrollbar {
  height: 5px;
}

.syndicate-ivke51 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.syndicate-ivke51 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.syndicate-ivke51 table thead,
table thead {
  border-bottom: none;
}

.syndicate-ivke51 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.syndicate-ivke51 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.syndicate-ivke51 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.syndicate-ivke51 .syndicate-354crm {
  table-layout: auto;
}

.syndicate-ivke51 .syndicate-354crm th {
  word-break: normal;
}

.syndicate-ivke51 .syndicate-354crm td {
  word-break: normal;
}

.syndicate-55bdie .syndicate-55bdie {
  padding-right: 0;
  padding-left: 0;
}

.syndicate-52i9im {
  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;
}

.syndicate-ml4pw3 {
  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;
}

.syndicate-pzj04u {
  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;
}

.syndicate-igp0da {
  margin-top: 24px;
}

.syndicate-igp0da.syndicate-vl42jm {
  text-align: left;
}

.syndicate-igp0da.syndicate-3o884t {
  text-align: right;
}

.syndicate-igp0da.syndicate-cv1i3q {
  text-align: center;
}

.syndicate-81zv1r {
  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.syndicate-3lyk0f ease-in-out;
  cursor: pointer;
}

.syndicate-81zv1r:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.syndicate-81zv1r {
  min-width: 328px;
}

@media (max-width: 768px) {
  .syndicate-81zv1r {
    min-width: unset;
  }
}

.syndicate-0qxkpe {
  background-color: var(--fh-bg-color);
}

.syndicate-u7195s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.syndicate-biz1oh {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.syndicate-biz1oh img {
  max-height: 80px;
  object-fit: contain;
}

.syndicate-7sqls5 {
  flex: 1 1;
}

.syndicate-uhsj6z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.syndicate-31k0wd {
  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;
}

.syndicate-31k0wd 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;
}

.syndicate-31k0wd.syndicate-d0w5vk span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.syndicate-31k0wd.syndicate-d0w5vk span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.syndicate-31k0wd.syndicate-d0w5vk span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.syndicate-7sqls5 + .syndicate-uhsj6z {
  margin-left: 20px;
}

.syndicate-k6etos {
  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;
}

.syndicate-k6etos > svg {
  max-width: 24px;
  max-height: 24px;
}

.syndicate-k6etos + .syndicate-k6etos {
  margin-left: 5px;
}

.syndicate-nh21ty {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.syndicate-nh21ty:hover {
  background-color: var(--button-bg-hover);
}

.syndicate-9j0zjg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.syndicate-3lyk0f ease-in-out;
  border: 1px solid var(--border-color);
}

.syndicate-9j0zjg:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.syndicate-ms9d9z {
  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) {
  .syndicate-7sqls5 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .syndicate-ms9d9z {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .syndicate-7sqls5 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .syndicate-k6etos {
    min-width: unset;
    flex: 1 1;
  }
}

.syndicate-da5qr1 {
  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;
}

.syndicate-da5qr1:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.syndicate-da5qr1:hover .syndicate-69c7sl {
  opacity: 1;
  pointer-events: auto;
}

.syndicate-1q1qbl {
  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.syndicate-qf5ygg ease-in-out;
  gap: 4px;
}

.syndicate-1q1qbl > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.syndicate-1q1qbl .syndicate-52i9im img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.syndicate-jlmz9u,
.syndicate-1q1qbl:hover {
  color: var(--button-bg-hover);
}

.syndicate-ax4cz3 {
  position: relative;
}

.syndicate-ax4cz3 .syndicate-1q1qbl {
  margin-right: 0;
  padding-right: 4px;
}

.syndicate-de6jko svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.syndicate-ax4cz3.syndicate-d0w5vk .syndicate-de6jko svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.syndicate-ax4cz3.syndicate-d0w5vk .syndicate-69c7sl {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.syndicate-ax4cz3.syndicate-d0w5vk .syndicate-69c7sl::before {
  display: none;
}

.syndicate-de6jko svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.syndicate-69c7sl {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.syndicate-p7t32k 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.syndicate-69c7sl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.syndicate-69c7sl:hover {
  color: var(--fh-bg-color);
}

.syndicate-iwftke {
  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.syndicate-p7t32k 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.syndicate-qf5ygg ease-in-out;
  -o-transition: 0.syndicate-qf5ygg ease-in-out;
  transition: 0.syndicate-qf5ygg ease-in-out;
}

.syndicate-iwftke .syndicate-52i9im img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.syndicate-tqx3df,
.syndicate-iwftke:hover {
  color: var(--button-bg-hover);
}

.syndicate-qheh78 {
  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%;
}

.syndicate-qheh78.syndicate-c5tv6g {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.syndicate-qheh78.syndicate-c5tv6g:after,
.syndicate-qheh78.syndicate-c5tv6g:before {
  content: "";
  position: absolute;
  margin: auto;
}

.syndicate-qheh78.syndicate-c5tv6g: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);
  }
}

.syndicate-qheh78.syndicate-c5tv6g:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.syndicate-qheh78.syndicate-c5tv6g > * {
  z-index: 1;
}

.syndicate-qheh78 b,
.syndicate-qheh78 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.syndicate-qheh78 .syndicate-nzha7m {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.syndicate-qheh78 .syndicate-e03xh2 {
  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;
}

.syndicate-qheh78 .syndicate-52i9im {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.syndicate-qheh78 .syndicate-fclp76 {
  margin-top: 12px;
}

.syndicate-fclp76 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.syndicate-1g241b {
  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;
}

.syndicate-fclp76 .syndicate-nmwwrm {
  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.syndicate-3lyk0f ease-in-out;
}

.syndicate-fclp76 .syndicate-nmwwrm:hover {
  background: rgba(255, 255, 255, 0.3);
}

.syndicate-sjprn5 {
  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;
}

.syndicate-qheh78.syndicate-hm79sz {
  gap: 12px;
  padding: 16px;
}

.syndicate-qheh78.syndicate-hm79sz .syndicate-sjprn5 {
  min-width: 240px;
}

.syndicate-qheh78.syndicate-hm79sz .syndicate-sjprn5.syndicate-buc2ou {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .syndicate-qheh78 .syndicate-nzha7m {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .syndicate-qheh78 .syndicate-e03xh2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .syndicate-qheh78 .syndicate-52i9im {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .syndicate-qheh78.syndicate-hm79sz .syndicate-52i9im {
    max-width: 126px;
  }
  .syndicate-qheh78 .syndicate-fclp76 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .syndicate-qheh78 .syndicate-1g241b {
    max-width: unset;
  }
  .syndicate-sjprn5 {
    min-width: unset;
    width: 100%;
  }
  .syndicate-qheh78 .syndicate-sjprn5 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .syndicate-qheh78.syndicate-hm79sz {
    grid-template-rows: auto 1fr auto;
  }
  .syndicate-qheh78.syndicate-hm79sz .syndicate-sjprn5 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .syndicate-qheh78 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .syndicate-qheh78 .syndicate-nzha7m {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .syndicate-qheh78 .syndicate-52i9im {
    max-width: 78px;
  }
  .syndicate-qheh78 .syndicate-fclp76 {
    margin-top: -12px;
  }
  .syndicate-qheh78.syndicate-hm79sz {
    gap: 8px;
  }
  .syndicate-qheh78.syndicate-hm79sz .syndicate-nzha7m {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .syndicate-qheh78.syndicate-hm79sz .syndicate-e03xh2 {
    grid-column: 1/3;
  }
  .syndicate-qheh78.syndicate-hm79sz .syndicate-52i9im {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .syndicate-qheh78.syndicate-hm79sz .syndicate-52i9im img {
    max-width: 114px;
  }
}

.syndicate-sjprn5.syndicate-rqup2a,
.syndicate-sjprn5.syndicate-3x9k8c,
.syndicate-sjprn5.syndicate-ee2rgl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.syndicate-3lyk0f ease-in-out;
}

.syndicate-sjprn5.syndicate-rqup2a,
.syndicate-sjprn5.syndicate-ee2rgl {
  padding: 10px;
}

.syndicate-sjprn5.syndicate-rqup2a:hover,
.syndicate-sjprn5.syndicate-3x9k8c:hover,
.syndicate-sjprn5.syndicate-ee2rgl:hover {
  background: var(--button-bg-hover);
}

.syndicate-sjprn5.syndicate-rqup2a:hover svg path,
.syndicate-sjprn5.syndicate-ee2rgl:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.syndicate-sjprn5.syndicate-buc2ou {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.syndicate-3lyk0f ease-in-out;
  background: var(--button-bg-color);
}

.syndicate-sjprn5.syndicate-buc2ou:hover {
  background-color: var(--button-bg-hover);
}

.syndicate-sjprn5.syndicate-3x9k8c: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);
  }
}

.syndicate-sjprn5.syndicate-3x9k8c:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.syndicate-sjprn5.syndicate-buc2ou:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.syndicate-7hhl1a {
  max-width: 650px;
}

.syndicate-b2ut8p {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.syndicate-anmfsg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.syndicate-3zq13q {
  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.syndicate-qf5ygg ease-in-out;
  cursor: pointer;
}

.syndicate-3zq13q:hover {
  opacity: 0.5;
}

.syndicate-3zq13q:focus {
  outline: 0;
}

.syndicate-3zq13q:focus .syndicate-8gc656,
.syndicate-3zq13q:hover .syndicate-8gc656 {
  fill: red;
  fill-opacity: 1;
}

.syndicate-3zq13q:hover {
  cursor: pointer;
}

.syndicate-vwxte0 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.syndicate-7hhl1a.syndicate-cv1i3q {
  margin: 0 auto;
}

.syndicate-7hhl1a.syndicate-3o884t {
  margin-left: auto;
}

.syndicate-sazzg2 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.syndicate-chzsvh {
  padding-bottom: 50px;
}

.syndicate-fawcqc {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.syndicate-r1zst7 {
  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;
}

.syndicate-zzh18s {
  margin-top: 24px;
}

.syndicate-rskhjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.syndicate-uguhyk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.syndicate-j65z27 {
  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;
}

.syndicate-lbne7l {
  width: 468px;
}

.syndicate-j65z27 .syndicate-69c7sl {
  margin: 0.syndicate-o2a9ww 0;
}

.syndicate-cjq3nb {
  display: flex;
  min-width: 224px;
}

.syndicate-p412iv {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.syndicate-qf5ygg ease-in-out;
}

.syndicate-wdy4ly,
.syndicate-p412iv:hover {
  color: var(--text-color);
}

.syndicate-86wl7t {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.syndicate-pxr2r1 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .syndicate-sazzg2 {
    padding: 16px;
  }
  .syndicate-86wl7t {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .syndicate-pxr2r1 {
    align-items: center;
  }
  .syndicate-lbne7l {
    width: unset;
  }
  .syndicate-cjq3nb {
    min-width: unset;
  }
  .syndicate-j65z27 {
    max-height: unset;
  }
  .syndicate-fawcqc {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .syndicate-sazzg2 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.syndicate-hdkvxg {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.syndicate-hdkvxg:not(:last-child) {
  margin-bottom: 16px;
}

.syndicate-o98t7i {
  outline: 0;
}

.syndicate-o98t7i .syndicate-jzkfsv {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.syndicate-tdzfag {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .syndicate-tdzfag {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.syndicate-tdzfag::-webkit-details-marker {
  display: none;
}

.syndicate-tdzfag: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;
}

.syndicate-tdzfag: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] .syndicate-tdzfag:after {
  transform: unset;
}

.syndicate-jzkfsv {
  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);
}

.syndicate-jzkfsv 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.syndicate-qf5ygg ease-in-out;
  -o-transition: 0.syndicate-qf5ygg ease-in-out;
  transition: 0.syndicate-qf5ygg ease-in-out;
}

.syndicate-8f3bim {
  padding: 16px 0 0 0;
}

.syndicate-8f3bim * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .syndicate-8f3bim :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .syndicate-tdzfag {
    flex-wrap: wrap;
    gap: 12px;
  }
  .syndicate-tdzfag::after {
    margin-left: auto;
  }
  .syndicate-jzkfsv {
    order: 3;
    flex: 1 1 100%;
  }
  .syndicate-tdzfag {
    font-size: 14px;
    line-height: 130%;
  }
  .syndicate-jzkfsv svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.syndicate-g9n3wc {
  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;
}

.syndicate-1att67 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.syndicate-g9n3wc.syndicate-d0w5vk .syndicate-1att67 {
  margin-bottom: 12px;
}

.syndicate-1att67::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;
}

.syndicate-g9n3wc.syndicate-d0w5vk .syndicate-1att67::after {
  transform: unset;
}

.syndicate-s8gdpx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.syndicate-xs7rey {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.syndicate-qf5ygg ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.syndicate-xs7rey: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;
}

.syndicate-g9n3wc.syndicate-d0w5vk .syndicate-s8gdpx {
  max-height: 100%;
}

.syndicate-3xzbd6 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.syndicate-63vkct {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.syndicate-x086n0 {
  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;
}

.syndicate-fchzc7 {
  margin-right: 4px;
}

.syndicate-yw1l49 {
  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.syndicate-qf5ygg ease-in-out;
}

.syndicate-yw1l49 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.syndicate-uzwq2p,
.syndicate-yw1l49:hover {
  color: var(--text-color);
}

.syndicate-991w40 {
  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;
}

.syndicate-991w40 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.syndicate-991w40 .syndicate-mweahs {
  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;
}

.syndicate-991w40 .syndicate-gnt72s {
  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;
}

.syndicate-2usfln {
  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;
}

.syndicate-m1g0ll {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.syndicate-ivnnoo .syndicate-55bdie {
  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;
}

.syndicate-ivnnoo {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.syndicate-ijcr7k {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.syndicate-p7hugd {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.syndicate-n9uwmy {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.syndicate-aml6ww 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;
}

.syndicate-n9uwmy:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.syndicate-6b0j25 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.syndicate-cy7g6d {
  -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.syndicate-qf5ygg ease-in-out;
  transition: transform 0.syndicate-qf5ygg ease-in-out;
  -o-transition: transform 0.syndicate-qf5ygg ease-in-out;
  transition:
    transform 0.syndicate-qf5ygg ease-in-out,
    -webkit-transform 0.syndicate-qf5ygg ease-in-out;
  cursor: pointer;
}

.syndicate-cy7g6d svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.syndicate-cy7g6d: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;
}

.syndicate-uknsb6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .syndicate-uknsb6 {
    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);
}

.syndicate-lz38ki {
  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;
}

.syndicate-qalbuz {
  position: relative;
  width: 100%;
}

.syndicate-lz38ki.syndicate-69fhxc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.syndicate-lz38ki.syndicate-cv1i3q {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.syndicate-lz38ki.syndicate-3o884t {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.syndicate-7j9e1c {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.syndicate-ywrlml {
  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.syndicate-qf5ygg ease-in-out;
  cursor: pointer;
}

.syndicate-ywrlml:hover {
  opacity: 0.5;
}

.syndicate-lz38ki.syndicate-rl902i .syndicate-ywrlml {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.syndicate-lz38ki.syndicate-rl902i .syndicate-7j9e1c {
  cursor: pointer;
}

.syndicate-zsrb60 {
  fill: #0009;
}

.syndicate-bi2vct {
  fill: #fff;
}

.syndicate-ywrlml:hover .syndicate-zsrb60 {
  fill: red;
}

.syndicate-ywrlml svg path {
  -webkit-transition: 0.syndicate-qf5ygg ease-in-out;
  -o-transition: 0.syndicate-qf5ygg ease-in-out;
  transition: 0.syndicate-qf5ygg ease-in-out;
}

.syndicate-wp7lf2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.syndicate-wp7lf2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.syndicate-wp7lf2.syndicate-ul29qa > :not(.get-image) {
  grid-column: 1/3;
}

.syndicate-h9y41n:not(._h1-block) .syndicate-wp7lf2 > .syndicate-4fijuc {
  grid-row: 1/2;
  grid-column: 1/3;
}

.syndicate-wp7lf2.syndicate-ul29qa .syndicate-5rg51w {
  grid-column: 2/3;
}

.syndicate-wp7lf2.syndicate-ul29qa > .syndicate-52i9im {
  grid-column: 1/2;
}

.syndicate-wp7lf2.syndicate-ul29qa > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.syndicate-wp7lf2 > p:first-of-type {
  margin-top: 0;
}

.syndicate-wp7lf2 .syndicate-52i9im {
  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;
}

.syndicate-h9y41n:not(._h1-block) .syndicate-4fijuc ~ .syndicate-52i9im {
  grid-row: 2/10;
}

.syndicate-h9y41n.syndicate-d8fj5f .syndicate-4fijuc ~ .syndicate-52i9im {
  grid-row: 1/10;
}

.syndicate-h9y41n.syndicate-d8fj5f > .syndicate-4fijuc {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.syndicate-h9y41n.syndicate-d8fj5f .syndicate-52i9im {
  grid-row: 1/10;
}

.syndicate-wp7lf2.syndicate-lsiu57 .syndicate-52i9im {
  align-items: flex-start;
}

.syndicate-wp7lf2.syndicate-cv1i3q .syndicate-5rg51w {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.syndicate-wp7lf2.syndicate-cv1i3q .syndicate-52i9im {
  align-items: center;
}

.syndicate-wp7lf2.syndicate-e1rp87 .syndicate-52i9im {
  align-items: flex-end;
}

.syndicate-5rg51w > :first-child {
  margin-top: 0;
}

.syndicate-5rg51w > :last-child {
  margin-bottom: 0;
}

* + .syndicate-7fbwix,
.syndicate-h9y41n + .syndicate-h9y41n {
  margin-top: 2rem;
}

.syndicate-wbgdzu td::before,
.syndicate-wbgdzu th::after {
  display: none !important;
}

.syndicate-wbgdzu #link-selector {
  color: #000;
}

.syndicate-wbgdzu .syndicate-wz9npk {
  color: #135e96;
}

.syndicate-wbgdzu .syndicate-mzt5yv *,
.syndicate-wbgdzu .syndicate-blcfv8 p,
.syndicate-wbgdzu .syndicate-l6dr9y * {
  color: #000;
}

.syndicate-wbgdzu .syndicate-tpskd6 {
  background: 0 0 !important;
}

.syndicate-wbgdzu .syndicate-w5vw8o {
  color: #000;
}

.syndicate-wbgdzu .syndicate-oz5zn4.syndicate-xqwm0a {
  color: #fff;
}

.syndicate-wbgdzu .syndicate-1ywupu {
  color: #000;
}

.syndicate-wbgdzu
  .syndicate-94v1u0
  .syndicate-zmu6wg.syndicate-xqwm0a.syndicate-70lrck {
  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;
}

.syndicate-cvusy6,
body .syndicate-i4fnv6 {
  color: #000;
  background: var(--color-body) !important;
}

.syndicate-cvusy6 .syndicate-q1t7pa .syndicate-vrsxar,
body .syndicate-i4fnv6 .syndicate-q1t7pa .syndicate-vrsxar {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .syndicate-xs7rey:focus,
  .syndicate-xs7rey:hover {
    color: #f9cb16;
  }
  .syndicate-etmtgs:focus,
  .syndicate-etmtgs:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .syndicate-e8jjs8:focus img,
  .syndicate-e8jjs8:focus svg,
  .syndicate-e8jjs8:hover img,
  .syndicate-e8jjs8:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .syndicate-991w40 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .syndicate-ax4cz3:hover .syndicate-de6jko svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .syndicate-de6jko {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .syndicate-ma9wf7 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .syndicate-jrj2cu {
    grid-template-columns: repeat(4, 1fr);
  }
  .syndicate-epx9i0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .syndicate-efosjn .syndicate-gxoch1 {
    grid-template-columns: 1fr;
  }
  .syndicate-efosjn .syndicate-g0gtxb {
    -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;
  }
  .syndicate-efosjn .syndicate-j49zsa {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .syndicate-efosjn .syndicate-iilqvw {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .syndicate-efosjn .syndicate-4ozq1s {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .syndicate-efosjn .syndicate-j49zsa:not(:first-child) {
    border: none;
  }
  .syndicate-efosjn .syndicate-j49zsa:first-child .syndicate-iilqvw {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .syndicate-efosjn .syndicate-j49zsa:last-child .syndicate-iilqvw {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .syndicate-u7195s {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .syndicate-biz1oh {
    max-width: 100px;
  }
  .syndicate-7sqls5 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .syndicate-uhsj6z {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .syndicate-uhsj6z svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .syndicate-31k0wd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .syndicate-7sqls5 + .syndicate-uhsj6z {
    margin-left: auto;
  }
  .syndicate-y6u1b5 {
    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;
  }
  .syndicate-y6u1b5.syndicate-d0w5vk {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .syndicate-ms9d9z {
    -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;
  }
  .syndicate-da5qr1 {
    width: 100%;
  }
  .syndicate-da5qr1:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .syndicate-1q1qbl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .syndicate-1q1qbl svg {
    margin-right: 4px;
  }
  .syndicate-ax4cz3 {
    -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;
  }
  .syndicate-de6jko svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .syndicate-de6jko {
    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;
  }
  .syndicate-69c7sl {
    display: none;
    width: 100%;
  }
  .syndicate-ax4cz3.syndicate-d0w5vk .syndicate-69c7sl {
    padding: 0 0 0 48px;
  }
  .syndicate-iwftke {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .syndicate-r1zst7 .syndicate-52i9im {
    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;
  }
  .syndicate-70o7wq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .syndicate-70o7wq + .syndicate-70o7wq {
    margin-right: 0;
  }
  .syndicate-70o7wq + .syndicate-52i9im {
    margin: 0;
  }
  .syndicate-ma9wf7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .syndicate-jrj2cu {
    grid-template-columns: repeat(3, 1fr);
  }
  .syndicate-0hku7z,
  .syndicate-rked74 {
    grid-template-columns: repeat(2, 1fr);
  }
  .syndicate-wp7lf2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .syndicate-wp7lf2.syndicate-ul29qa .syndicate-5rg51w {
    grid-column: auto;
    grid-row: auto;
  }
  .syndicate-wp7lf2 > .syndicate-4fijuc {
    grid-column: 1/2;
  }
  .syndicate-wp7lf2.syndicate-ul29qa > :not(.get-image) {
    grid-column: 1/2;
  }
  .syndicate-wp7lf2 .syndicate-52i9im,
  .syndicate-wp7lf2.syndicate-ul29qa > .syndicate-52i9im {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .syndicate-wp7lf2.syndicate-ul29qa > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .syndicate-h9y41n.syndicate-d8fj5f .syndicate-wp7lf2 > .syndicate-52i9im {
    grid-row: 1/2;
  }
  .syndicate-wp7lf2 .syndicate-4fijuc ~ .syndicate-52i9im,
  .syndicate-wp7lf2.syndicate-ul29qa .syndicate-4fijuc ~ .syndicate-52i9im {
    grid-row: 2/3;
  }
  .syndicate-h9y41n.syndicate-d8fj5f .syndicate-4fijuc ~ .syndicate-52i9im {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .syndicate-4zbvs1:first-child .syndicate-9foj84 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .syndicate-4zbvs1:first-child .syndicate-9foj84 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .syndicate-4zbvs1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .syndicate-4zbvs1 {
    padding: 0;
  }
  .syndicate-igp0da {
    margin-top: 1rem;
  }
  .syndicate-o98t7i {
    border-radius: 5px;
  }
  .syndicate-28wdcy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .syndicate-1att67::after {
    display: inline-block;
  }
  .syndicate-1att67 {
    margin: 0;
    width: 100%;
  }
  .syndicate-s8gdpx {
    width: 100%;
  }
  .syndicate-s8gdpx.syndicate-bzqki4 {
    -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%;
  }
  .syndicate-s8gdpx.syndicate-bzqki4 .syndicate-ts2zsv {
    width: 100%;
  }
  .syndicate-s8gdpx.syndicate-bzqki4 .syndicate-ts2zsv:not(:last-child) {
    margin-right: 0;
  }
  .syndicate-xs7rey {
    width: 100%;
    text-align: center;
  }
  .syndicate-g9n3wc.syndicate-d0w5vk .syndicate-s8gdpx {
    margin-top: 1rem;
  }
  .syndicate-ma9wf7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .syndicate-epx9i0,
  .syndicate-jrj2cu {
    grid-template-columns: repeat(2, 1fr);
  }
  .syndicate-0hku7z,
  .syndicate-rked74,
  .syndicate-oq49qs {
    grid-template-columns: 1fr;
  }
  .syndicate-ln4ind {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .syndicate-2fp8vi {
    min-width: 300px;
    max-width: 325px;
  }
  .syndicate-iilqvw {
    cursor: auto;
  }
  .syndicate-z2k6zt .syndicate-iilqvw {
    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;
  }
  .syndicate-uknsb6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .syndicate-69c7sl {
    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) {
  .syndicate-uknsb6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.syndicate-70o7wq p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .syndicate-uhsj6z {
    margin: 0 -0.2rem;
  }
  .syndicate-70o7wq {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .syndicate-nopeh2 {
    -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;
  }
  .syndicate-lqpa99 {
    max-width: 100%;
  }
  .syndicate-ma9wf7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .syndicate-epx9i0,
  .syndicate-jrj2cu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .syndicate-u7195s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .syndicate-uhsj6z {
    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;
  }
  .syndicate-0qxkpe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .syndicate-k6etos {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .syndicate-92jg03,
  .syndicate-tr21sv {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .syndicate-81zv1r {
    width: 100%;
  }
  .syndicate-ma9wf7 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .syndicate-uknsb6 {
    top: 127px !important;
  }
}

.syndicate-zdx5vl {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .syndicate-zdx5vl {
  }
}

@media (max-width: 767px) {
  .syndicate-zdx5vl {
    margin-bottom: 12px;
  }
}

.syndicate-zdx5vl img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.syndicate-jaudc8 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.syndicate-jaudc8 > .syndicate-uu8gfi {
  flex: 1 1;
}

@media (max-width: 767px) {
  .syndicate-jaudc8 {
    flex-direction: column;
    gap: 12px;
  }
}

.syndicate-fcmvfh {
  display: flex;
}

.syndicate-fcmvfh .syndicate-vlpk6y {
  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;
}

.syndicate-fcmvfh .syndicate-m6nrmx {
  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;
}

.syndicate-fcmvfh .syndicate-hmtwcl {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.syndicate-fcmvfh .syndicate-pucysv {
  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));
  }
}

.syndicate-fcmvfh .syndicate-pucysv:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.syndicate-fcmvfh .syndicate-fj1aac {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.syndicate-tftavr {
  border: unset;
  background-color: unset;
}

.syndicate-tftavr tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.syndicate-tftavr .syndicate-em732y,
.syndicate-tftavr .syndicate-hhfet7 {
  flex: 0 1 330px;
}

.syndicate-tftavr .syndicate-jdsbhl {
  flex: 1 1;
}

.syndicate-tftavr tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.syndicate-tftavr tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.syndicate-tftavr tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.syndicate-tftavr tr td p {
  color: #fff;
  margin: 0;
}

.syndicate-tftavr tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.syndicate-tftavr tr.syndicate-em732y td p {
  padding: 16px 0;
}

.syndicate-tftavr tr.syndicate-em732y td p:not(:last-child),
.syndicate-tftavr tr.syndicate-hhfet7 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.syndicate-tftavr tr.syndicate-em732y td p:first-child,
.syndicate-tftavr tr.syndicate-hhfet7 td p:first-child {
  padding-top: 0;
}

.syndicate-tftavr tr.syndicate-hhfet7 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.syndicate-tftavr tr.syndicate-hhfet7 td p:last-child {
  padding-bottom: 0;
}

.syndicate-tftavr .syndicate-hhfet7 img {
  max-width: 32px;
}

.syndicate-tftavr .syndicate-jdsbhl {
  min-width: 718px;
}

.syndicate-tftavr .syndicate-jdsbhl td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.syndicate-tftavr .syndicate-jdsbhl td {
  display: flex;
}

.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-1pf0oy,
.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-gdox5l,
.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-dc414k {
  flex: 1 1 50%;
}

.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-kyzfbl {
  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;
}

.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-5rjz6s,
.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-1z3n0v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-1pf0oy,
.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-gdox5l {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-1pf0oy span,
.syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-gdox5l span {
  font-weight: 800;
}

.syndicate-tftavr .syndicate-jdsbhl img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .syndicate-tftavr .syndicate-jdsbhl td .syndicate-dc414k:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .syndicate-tftavr tr.syndicate-em732y td p:last-child {
    padding-bottom: 0;
  }
  .syndicate-tftavr .syndicate-hhfet7 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .syndicate-tftavr .syndicate-hhfet7 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .syndicate-tftavr tr.syndicate-em732y td p:not(:last-child),
  .syndicate-tftavr tr.syndicate-hhfet7 td p:not(:last-child) {
    border-bottom: unset;
  }
  .syndicate-tftavr tr.syndicate-hhfet7 td p:last-child {
    padding-bottom: 12px;
  }
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-1pf0oy,
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-gdox5l,
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-dc414k {
    flex: 1 1 50%;
    padding: 0;
  }
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-1pf0oy,
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-gdox5l {
    margin-top: 16px;
  }
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-dc414k {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-1pf0oy {
    border-right: 1px solid var(--border-color);
  }
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-dc414k:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .syndicate-tftavr .syndicate-jdsbhl td:last-child .syndicate-dc414k:last-child {
    padding-bottom: 0;
  }
}

.syndicate-dc414k {
  display: flex;
  flex-direction: column;
}

.syndicate-tftavr .syndicate-jdsbhl td .syndicate-dc414k {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.syndicate-tftavr .syndicate-jdsbhl td .syndicate-dc414k:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.syndicate-tftavr .syndicate-jdsbhl td .syndicate-dc414k:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .syndicate-tftavr .syndicate-jdsbhl td .syndicate-dc414k:not(:first-child) {
    padding-left: 0;
  }
  .syndicate-tftavr .syndicate-jdsbhl td .syndicate-dc414k:not(:last-of-type) {
    border-right: unset;
  }
}

.syndicate-tftavr .syndicate-hc6msg {
  flex: 0 1 485px;
}

.syndicate-tftavr .syndicate-j0ujyw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.syndicate-tftavr .syndicate-j0ujyw li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.syndicate-tftavr .syndicate-j0ujyw li.syndicate-cspeyg {
  padding: 6px 12px;
}

.syndicate-tftavr .syndicate-j0ujyw li a,
.syndicate-tftavr .syndicate-j0ujyw 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;
}

.syndicate-tftavr .syndicate-zimjmo,
.syndicate-tftavr .syndicate-9zceqn {
  flex: 1 1;
}

.syndicate-tftavr .syndicate-uxo6s6,
.syndicate-tftavr .syndicate-vp2tfz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.syndicate-tftavr .syndicate-uxo6s6 li,
.syndicate-tftavr .syndicate-vp2tfz li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.syndicate-tftavr .syndicate-9zceqn img {
  max-width: 32px;
}

.syndicate-tftavr .syndicate-zimjmo img {
  max-width: 32px;
}

.syndicate-tftavr .syndicate-k7hier {
  min-width: 280px;
}

.syndicate-tftavr .syndicate-k7hier img {
  max-width: 146px;
}

.syndicate-tftavr .syndicate-k7hier td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .syndicate-tftavr .syndicate-em732y,
  .syndicate-tftavr .syndicate-hhfet7 {
    flex: 0 1 auto;
  }
  .syndicate-tftavr .syndicate-jdsbhl {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .syndicate-tftavr .syndicate-em732y,
  .syndicate-tftavr .syndicate-hc6msg,
  .syndicate-tftavr .syndicate-hhfet7,
  .syndicate-tftavr .syndicate-jdsbhl {
    flex: 1 1 calc(50% - 20px);
  }
  .syndicate-tftavr .syndicate-zimjmo,
  .syndicate-tftavr .syndicate-k7hier,
  .syndicate-tftavr .syndicate-9zceqn {
    flex: 1 1 30%;
  }
  .syndicate-tftavr .syndicate-k7hier {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .syndicate-tftavr .syndicate-em732y,
  .syndicate-tftavr .syndicate-hc6msg,
  .syndicate-tftavr .syndicate-zimjmo,
  .syndicate-tftavr .syndicate-hhfet7,
  .syndicate-tftavr .syndicate-jdsbhl,
  .syndicate-tftavr .syndicate-k7hier,
  .syndicate-tftavr .syndicate-9zceqn {
    flex: 1 1 100%;
  }
}

.syndicate-nk4uqm .syndicate-jitso4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.syndicate-nk4uqm .syndicate-0y4sq7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.syndicate-nk4uqm .syndicate-f2qawl {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.syndicate-nk4uqm .syndicate-o7zccn {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.syndicate-nk4uqm .syndicate-o7zccn > :nth-child(3) {
  margin-top: 0;
}

.syndicate-nk4uqm .syndicate-52i9im {
  grid-column: 2/3;
  grid-row: 1/10;
}

.syndicate-nk4uqm .syndicate-sexs2g {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.syndicate-nk4uqm .syndicate-igp0da {
  grid-column: 1/2;
}

.syndicate-nk4uqm > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.syndicate-nk4uqm .syndicate-0y4sq7: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;
}

.syndicate-nk4uqm .syndicate-0y4sq7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.syndicate-nk4uqm .syndicate-81zv1r {
  min-width: 240px;
}

@media (max-width: 768px) {
  .syndicate-nk4uqm .syndicate-0y4sq7:not(:last-child):before {
    bottom: 8px;
  }
  .syndicate-nk4uqm .syndicate-0y4sq7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .syndicate-nk4uqm .syndicate-o7zccn {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .syndicate-nk4uqm .syndicate-52i9im {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .syndicate-nk4uqm .syndicate-52i9im img {
    width: 100%;
    height: auto;
  }
  .syndicate-nk4uqm .syndicate-81zv1r {
    width: 100%;
    min-width: unset;
  }
}

.syndicate-9vm51c .syndicate-0q605l {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.syndicate-9vm51c .syndicate-xyyckd {
  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;
}

.syndicate-9vm51c .syndicate-52i9im {
  height: 100%;
}

.syndicate-9vm51c .syndicate-52i9im img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.syndicate-9vm51c .syndicate-x2hddx {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.syndicate-9vm51c .syndicate-6yciz3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.syndicate-9vm51c .syndicate-cx723a {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .syndicate-9vm51c .syndicate-xyyckd {
    flex: 1 1 100%;
  }
  .syndicate-9vm51c .syndicate-sjprn5 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .syndicate-9vm51c .syndicate-xyyckd {
    flex-direction: column;
  }
  .syndicate-9vm51c .syndicate-52i9im {
    width: 100%;
    height: auto;
  }
  .syndicate-9vm51c .syndicate-52i9im img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .syndicate-9vm51c .syndicate-x2hddx {
    padding: 0 16px 16px 16px;
  }
  .syndicate-9vm51c .syndicate-sjprn5 {
    min-width: unset;
    width: 100%;
  }
}

.syndicate-wtpbmr .syndicate-q3tz6s {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.syndicate-wtpbmr .syndicate-9x3oej {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.syndicate-wtpbmr 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;
}

.syndicate-wtpbmr .syndicate-1w4pz8 {
  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;
}

.syndicate-wtpbmr .syndicate-9x3oej:hover .syndicate-1w4pz8 {
  display: flex;
}

.syndicate-wtpbmr .syndicate-lri00z {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.syndicate-wtpbmr .syndicate-xujiuw {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.syndicate-5hebln {
  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;
}

.syndicate-5hebln.syndicate-hyfcfk {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.syndicate-3lyk0f ease-in-out;
}

.syndicate-5hebln.syndicate-hyfcfk:hover {
  color: #f9cb16;
  background-color: transparent;
}

.syndicate-wtpbmr .syndicate-9ekmq1 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.syndicate-3lyk0f ease-in-out;
}

.syndicate-wtpbmr .syndicate-9ekmq1:hover {
  color: #196948;
  background-color: #f9cb16;
}

.syndicate-wtpbmr .syndicate-9ekmq1:after,
.syndicate-5hebln.syndicate-hyfcfk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.syndicate-5hebln.syndicate-hyfcfk:after {
  background-image: url(../images/Cash.svg);
}

.syndicate-wtpbmr .syndicate-9ekmq1:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .syndicate-wtpbmr .syndicate-q3tz6s {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .syndicate-wtpbmr .syndicate-q3tz6s {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .syndicate-wtpbmr .syndicate-q3tz6s {
    grid-template-columns: 1fr;
  }
  .syndicate-wtpbmr .syndicate-9x3oej {
    height: auto;
  }
  .syndicate-wtpbmr .syndicate-9x3oej .syndicate-1w4pz8 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .syndicate-wtpbmr .syndicate-lri00z,
  .syndicate-wtpbmr .syndicate-xujiuw {
    text-align: left;
  }
  .syndicate-wtpbmr .syndicate-xujiuw {
    margin-bottom: 8px;
  }
  .syndicate-wtpbmr img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.syndicate-1u9lp9 {
  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;
}

.syndicate-1u9lp9.syndicate-rl902i {
  display: block;
}

.syndicate-1u9lp9 .syndicate-kqgehk {
  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;
}

.syndicate-1u9lp9 .syndicate-uytg0g {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.syndicate-1u9lp9 .syndicate-4lrfdw {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.syndicate-1u9lp9 .syndicate-omy6jl {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.syndicate-1u9lp9 .syndicate-5hebln {
  min-width: 296px;
  margin-bottom: 0;
}

.syndicate-1u9lp9 .syndicate-bay6mh {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.syndicate-1u9lp9 .syndicate-70d51t {
  position: relative;
  flex: 1 1;
}

.syndicate-1u9lp9 .syndicate-70d51t iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .syndicate-1u9lp9 .syndicate-uytg0g {
    flex-wrap: wrap;
    gap: 8px;
  }
  .syndicate-1u9lp9 .syndicate-4lrfdw {
    order: 1;
  }
  .syndicate-1u9lp9 .syndicate-omy6jl {
    order: 3;
    flex: 1 1 100%;
  }
  .syndicate-1u9lp9 .syndicate-5hebln {
    width: 100%;
    min-width: unset;
  }
  .syndicate-1u9lp9 .syndicate-bay6mh {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .syndicate-wp7lf2 > .syndicate-4fijuc {
    margin-bottom: 0;
  }
  .syndicate-wp7lf2 > .syndicate-igp0da,
  .syndicate-wp7lf2 > p {
    margin-top: 0;
  }
}

.syndicate-7ozg0m img,
.syndicate-70o7wq img {
  width: auto;
  object-fit: contain;
}

.syndicate-7ozg0m {
  align-items: center;
}

.syndicate-7ozg0m img {
  max-height: 76px;
}

.syndicate-70o7wq img {
  max-height: 64px;
}

.syndicate-x7f539 {
  overflow: auto;
}

.syndicate-4lpstw {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.syndicate-8jlvmk:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.syndicate-ejjsdt {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.syndicate-dtadcf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.syndicate-ejjsdt .syndicate-52i9im {
  margin-right: 20px;
  flex-shrink: 0;
}

.syndicate-ejjsdt img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.syndicate-koldb7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.syndicate-koldb7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .syndicate-ejjsdt {
    padding: 15px 10px;
  }
  .syndicate-koldb7 {
    padding: 15px 10px;
  }
  .syndicate-ejjsdt .syndicate-52i9im {
    margin-right: 10px;
  }
}

.syndicate-rberpv {
  overflow-x: auto;
}

.syndicate-1oh7h1 {
  border-collapse: collapse;
  width: 100%;
}

.syndicate-rberpv th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.syndicate-rberpv td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.syndicate-rberpv td.syndicate-c61p13 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.syndicate-rberpv td.syndicate-l016o5 {
  border-right: none;
}

.syndicate-rberpv td.syndicate-l016o5 .syndicate-52i9im {
  justify-content: flex-start;
}

.syndicate-rberpv td.syndicate-l016o5 .syndicate-52i9im img {
  height: auto;
  width: 90px;
}

.syndicate-rberpv td.syndicate-8ltrvr,
.syndicate-rberpv td.syndicate-au0h9t {
  font-weight: 600;
  text-align: right;
}

.syndicate-rberpv td.syndicate-jrncu1,
.syndicate-rberpv td.syndicate-8ltrvr {
  padding-bottom: 10px;
  border-bottom: none;
}

.syndicate-rberpv td.syndicate-8ltrvr,
.syndicate-rberpv td.syndicate-au0h9t {
  border-left: none;
}

.syndicate-rberpv td.syndicate-jrncu1,
.syndicate-rberpv td.syndicate-9rn1b0 {
  border-right: none;
}

.syndicate-rberpv td.syndicate-9rn1b0,
.syndicate-rberpv td.syndicate-au0h9t {
  border-top: none;
  padding-top: 10px;
}

.syndicate-ktsth7 {
  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;
}

.syndicate-ktsth7 .syndicate-sjprn5 {
  min-width: unset;
  width: 100%;
}

.syndicate-ktsth7 .syndicate-sjprn5.syndicate-rqup2a {
  grid-column: 1/2;
  grid-row: 1/2;
}

.syndicate-ktsth7 .syndicate-sjprn5.syndicate-ee2rgl {
  grid-column: 2/3;
  grid-row: 1/2;
}

.syndicate-ktsth7 .syndicate-kdb7yc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .syndicate-ktsth7 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .syndicate-ktsth7 .syndicate-sjprn5.syndicate-rqup2a {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .syndicate-ktsth7 .syndicate-sjprn5.syndicate-ee2rgl {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .syndicate-ktsth7 .syndicate-kdb7yc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.syndicate-36a7w8 {
  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;
}

.syndicate-4adnhj {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.syndicate-d2idmm p a img {
  margin: 0 auto;
  display: block;
}

.syndicate-d2idmm table {
  margin-bottom: 17px;
}

/* contanct form */
.syndicate-qtydfs {
  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;
}

.syndicate-qtydfs label {
  font-size: 14px;
}

.syndicate-qtydfs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.syndicate-qtydfs input,
.syndicate-qtydfs textarea,
.syndicate-qtydfs 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;
}
.syndicate-qtydfs button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.syndicate-3lyk0f ease;
}
.syndicate-qtydfs button:hover {
  background-color: #691204;
}
.syndicate-lvq0d6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.syndicate-qsfqw2 ease-in;
}

.syndicate-lvq0d6 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;
}
.syndicate-j3bumc, .syndicate-2w5god, [class*="review-card"],
thead, thead th, table th, .syndicate-hg2x9r,
.syndicate-v274uc, [class*="collapsible-header"],
.syndicate-vo456u, [class*="updated-block"] {
  color: #ece7dc !important;
}
