@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-x360mn {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.syndicate-i7ru7d {
  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-h007cz,
ul.syndicate-h007cz {
  padding-left: 20px;
}

ul.syndicate-h007cz {
  list-style: disc;
}

ol.syndicate-h007cz {
  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-wajfx3 > .syndicate-fbw78h,
.syndicate-wajfx3 > .syndicate-7orte6,
.syndicate-wajfx3 > blockquote,
.syndicate-wajfx3 > h1,
.syndicate-wajfx3 > h2,
.syndicate-wajfx3 > h3,
.syndicate-wajfx3 > h4,
.syndicate-wajfx3 > h5,
.syndicate-wajfx3 > h6,
.syndicate-wajfx3 > ol,
.syndicate-wajfx3 > p,
.syndicate-wajfx3 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.syndicate-wajfx3 > ol,
.syndicate-wajfx3 > ul {
  padding-left: 50px;
}

.syndicate-wajfx3 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-wajfx3:not(:last-child) {
  margin-bottom: 2rem;
}

.syndicate-wajfx3 > :not(:first-child) {
  margin-top: 2rem;
}

.syndicate-wajfx3 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.syndicate-wajfx3:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .syndicate-wajfx3:first-child {
    margin-top: 20px;
  }
}

.syndicate-wajfx3 > p:last-of-type {
  margin-bottom: 32px;
}

.syndicate-wajfx3 > .syndicate-ihjlx7:not(:first-child) {
  margin: 64px auto 16px auto;
}

.syndicate-0lrvz9 > .syndicate-ihjlx7 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.syndicate-7orte6 {
  overflow: auto;
}

.syndicate-7orte6::-webkit-scrollbar {
  height: 5px;
}

.syndicate-7orte6 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.syndicate-7orte6 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.syndicate-7orte6 table thead,
table thead {
  border-bottom: none;
}

.syndicate-7orte6 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.syndicate-7orte6 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.syndicate-7orte6 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.syndicate-7orte6 .syndicate-p54h87 {
  table-layout: auto;
}

.syndicate-7orte6 .syndicate-p54h87 th {
  word-break: normal;
}

.syndicate-7orte6 .syndicate-p54h87 td {
  word-break: normal;
}

.syndicate-x360mn .syndicate-x360mn {
  padding-right: 0;
  padding-left: 0;
}

.syndicate-7c9omk {
  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-nbsgru {
  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-gnlj13 {
  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-fbw78h {
  margin-top: 24px;
}

.syndicate-fbw78h.syndicate-1us3dz {
  text-align: left;
}

.syndicate-fbw78h.syndicate-b5ysem {
  text-align: right;
}

.syndicate-fbw78h.syndicate-kh3rdg {
  text-align: center;
}

.syndicate-4ju9yu {
  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-iq5u83 ease-in-out;
  cursor: pointer;
}

.syndicate-4ju9yu:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.syndicate-4ju9yu {
  min-width: 328px;
}

@media (max-width: 768px) {
  .syndicate-4ju9yu {
    min-width: unset;
  }
}

.syndicate-nbbusu {
  background-color: var(--fh-bg-color);
}

.syndicate-ygu4ns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.syndicate-9157aa {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.syndicate-9157aa img {
  max-height: 80px;
  object-fit: contain;
}

.syndicate-q4cqpy {
  flex: 1 1;
}

.syndicate-m3a9uy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.syndicate-yvar6k {
  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-yvar6k 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-yvar6k.syndicate-mvcmdn span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.syndicate-yvar6k.syndicate-mvcmdn span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.syndicate-yvar6k.syndicate-mvcmdn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.syndicate-q4cqpy + .syndicate-m3a9uy {
  margin-left: 20px;
}

.syndicate-vm2wkr {
  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-vm2wkr > svg {
  max-width: 24px;
  max-height: 24px;
}

.syndicate-vm2wkr + .syndicate-vm2wkr {
  margin-left: 5px;
}

.syndicate-9u25ze {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.syndicate-9u25ze:hover {
  background-color: var(--button-bg-hover);
}

.syndicate-xjo92h {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.syndicate-iq5u83 ease-in-out;
  border: 1px solid var(--border-color);
}

.syndicate-xjo92h:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.syndicate-s7mnlx {
  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-q4cqpy {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .syndicate-s7mnlx {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .syndicate-q4cqpy {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .syndicate-vm2wkr {
    min-width: unset;
    flex: 1 1;
  }
}

.syndicate-4qolmt {
  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-4qolmt:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.syndicate-4qolmt:hover .syndicate-632gbu {
  opacity: 1;
  pointer-events: auto;
}

.syndicate-g4ucin {
  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-v59lod ease-in-out;
  gap: 4px;
}

.syndicate-g4ucin > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.syndicate-g4ucin .syndicate-7c9omk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.syndicate-sjfuop,
.syndicate-g4ucin:hover {
  color: var(--button-bg-hover);
}

.syndicate-7w8vus {
  position: relative;
}

.syndicate-7w8vus .syndicate-g4ucin {
  margin-right: 0;
  padding-right: 4px;
}

.syndicate-34kjmu svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.syndicate-7w8vus.syndicate-mvcmdn .syndicate-34kjmu svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.syndicate-7w8vus.syndicate-mvcmdn .syndicate-632gbu {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.syndicate-7w8vus.syndicate-mvcmdn .syndicate-632gbu::before {
  display: none;
}

.syndicate-34kjmu svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.syndicate-632gbu {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.syndicate-4i46m2 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.syndicate-632gbu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.syndicate-632gbu:hover {
  color: var(--fh-bg-color);
}

.syndicate-82o11i {
  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-4i46m2 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.syndicate-v59lod ease-in-out;
  -o-transition: 0.syndicate-v59lod ease-in-out;
  transition: 0.syndicate-v59lod ease-in-out;
}

.syndicate-82o11i .syndicate-7c9omk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.syndicate-fo69rf,
.syndicate-82o11i:hover {
  color: var(--button-bg-hover);
}

.syndicate-uqhehj {
  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-uqhehj.syndicate-ar0em5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.syndicate-uqhehj.syndicate-ar0em5:after,
.syndicate-uqhehj.syndicate-ar0em5:before {
  content: "";
  position: absolute;
  margin: auto;
}

.syndicate-uqhehj.syndicate-ar0em5: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-uqhehj.syndicate-ar0em5:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.syndicate-uqhehj.syndicate-ar0em5 > * {
  z-index: 1;
}

.syndicate-uqhehj b,
.syndicate-uqhehj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.syndicate-uqhehj .syndicate-3swv2m {
  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-uqhehj .syndicate-auvpi8 {
  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-uqhehj .syndicate-7c9omk {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.syndicate-uqhehj .syndicate-u7dwka {
  margin-top: 12px;
}

.syndicate-u7dwka {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.syndicate-laxvp2 {
  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-u7dwka .syndicate-b8cpny {
  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-iq5u83 ease-in-out;
}

.syndicate-u7dwka .syndicate-b8cpny:hover {
  background: rgba(255, 255, 255, 0.3);
}

.syndicate-m81de7 {
  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-uqhehj.syndicate-9r4dd8 {
  gap: 12px;
  padding: 16px;
}

.syndicate-uqhehj.syndicate-9r4dd8 .syndicate-m81de7 {
  min-width: 240px;
}

.syndicate-uqhehj.syndicate-9r4dd8 .syndicate-m81de7.syndicate-94ueq4 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .syndicate-uqhehj .syndicate-3swv2m {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .syndicate-uqhehj .syndicate-auvpi8 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .syndicate-uqhehj .syndicate-7c9omk {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 .syndicate-7c9omk {
    max-width: 126px;
  }
  .syndicate-uqhehj .syndicate-u7dwka {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .syndicate-uqhehj .syndicate-laxvp2 {
    max-width: unset;
  }
  .syndicate-m81de7 {
    min-width: unset;
    width: 100%;
  }
  .syndicate-uqhehj .syndicate-m81de7 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 {
    grid-template-rows: auto 1fr auto;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 .syndicate-m81de7 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .syndicate-uqhehj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .syndicate-uqhehj .syndicate-3swv2m {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .syndicate-uqhehj .syndicate-7c9omk {
    max-width: 78px;
  }
  .syndicate-uqhehj .syndicate-u7dwka {
    margin-top: -12px;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 {
    gap: 8px;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 .syndicate-3swv2m {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 .syndicate-auvpi8 {
    grid-column: 1/3;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 .syndicate-7c9omk {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .syndicate-uqhehj.syndicate-9r4dd8 .syndicate-7c9omk img {
    max-width: 114px;
  }
}

.syndicate-m81de7.syndicate-feesof,
.syndicate-m81de7.syndicate-wf7u73,
.syndicate-m81de7.syndicate-39qlya {
  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-iq5u83 ease-in-out;
}

.syndicate-m81de7.syndicate-feesof,
.syndicate-m81de7.syndicate-39qlya {
  padding: 10px;
}

.syndicate-m81de7.syndicate-feesof:hover,
.syndicate-m81de7.syndicate-wf7u73:hover,
.syndicate-m81de7.syndicate-39qlya:hover {
  background: var(--button-bg-hover);
}

.syndicate-m81de7.syndicate-feesof:hover svg path,
.syndicate-m81de7.syndicate-39qlya:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.syndicate-m81de7.syndicate-94ueq4 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.syndicate-iq5u83 ease-in-out;
  background: var(--button-bg-color);
}

.syndicate-m81de7.syndicate-94ueq4:hover {
  background-color: var(--button-bg-hover);
}

.syndicate-m81de7.syndicate-wf7u73: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-m81de7.syndicate-wf7u73:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.syndicate-m81de7.syndicate-94ueq4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.syndicate-mo22fc {
  max-width: 650px;
}

.syndicate-ra05pt {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.syndicate-1gu243 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.syndicate-pfn1il {
  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-v59lod ease-in-out;
  cursor: pointer;
}

.syndicate-pfn1il:hover {
  opacity: 0.5;
}

.syndicate-pfn1il:focus {
  outline: 0;
}

.syndicate-pfn1il:focus .syndicate-fm5phj,
.syndicate-pfn1il:hover .syndicate-fm5phj {
  fill: red;
  fill-opacity: 1;
}

.syndicate-pfn1il:hover {
  cursor: pointer;
}

.syndicate-03siii {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.syndicate-mo22fc.syndicate-kh3rdg {
  margin: 0 auto;
}

.syndicate-mo22fc.syndicate-b5ysem {
  margin-left: auto;
}

.syndicate-w0s43o {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.syndicate-m2bdgp {
  padding-bottom: 50px;
}

.syndicate-zzmpdt {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.syndicate-eumc28 {
  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-q0iyt1 {
  margin-top: 24px;
}

.syndicate-uis9md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.syndicate-3r3lnn {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.syndicate-019qvy {
  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-r81q1z {
  width: 468px;
}

.syndicate-019qvy .syndicate-632gbu {
  margin: 0.syndicate-2urym0 0;
}

.syndicate-nfki03 {
  display: flex;
  min-width: 224px;
}

.syndicate-xxcqnp {
  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-v59lod ease-in-out;
}

.syndicate-372q50,
.syndicate-xxcqnp:hover {
  color: var(--text-color);
}

.syndicate-keq533 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.syndicate-2f3z0c {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .syndicate-w0s43o {
    padding: 16px;
  }
  .syndicate-keq533 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .syndicate-2f3z0c {
    align-items: center;
  }
  .syndicate-r81q1z {
    width: unset;
  }
  .syndicate-nfki03 {
    min-width: unset;
  }
  .syndicate-019qvy {
    max-height: unset;
  }
  .syndicate-zzmpdt {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .syndicate-w0s43o {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.syndicate-n6gv2r {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.syndicate-n6gv2r:not(:last-child) {
  margin-bottom: 16px;
}

.syndicate-yzldzw {
  outline: 0;
}

.syndicate-yzldzw .syndicate-8biy64 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.syndicate-gbwedq {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .syndicate-gbwedq {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.syndicate-gbwedq::-webkit-details-marker {
  display: none;
}

.syndicate-gbwedq: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-gbwedq: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-gbwedq:after {
  transform: unset;
}

.syndicate-8biy64 {
  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-8biy64 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-v59lod ease-in-out;
  -o-transition: 0.syndicate-v59lod ease-in-out;
  transition: 0.syndicate-v59lod ease-in-out;
}

.syndicate-85owl7 {
  padding: 16px 0 0 0;
}

.syndicate-85owl7 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .syndicate-85owl7 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .syndicate-gbwedq {
    flex-wrap: wrap;
    gap: 12px;
  }
  .syndicate-gbwedq::after {
    margin-left: auto;
  }
  .syndicate-8biy64 {
    order: 3;
    flex: 1 1 100%;
  }
  .syndicate-gbwedq {
    font-size: 14px;
    line-height: 130%;
  }
  .syndicate-8biy64 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.syndicate-zz35gp {
  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-2ueow2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.syndicate-zz35gp.syndicate-mvcmdn .syndicate-2ueow2 {
  margin-bottom: 12px;
}

.syndicate-2ueow2::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-zz35gp.syndicate-mvcmdn .syndicate-2ueow2::after {
  transform: unset;
}

.syndicate-04ycmi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.syndicate-151of6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.syndicate-v59lod ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.syndicate-151of6: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-zz35gp.syndicate-mvcmdn .syndicate-04ycmi {
  max-height: 100%;
}

.syndicate-1qdvsl {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.syndicate-gn3elp {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.syndicate-4mgnle {
  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-wn84eq {
  margin-right: 4px;
}

.syndicate-i1pnrd {
  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-v59lod ease-in-out;
}

.syndicate-i1pnrd svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.syndicate-a3pxap,
.syndicate-i1pnrd:hover {
  color: var(--text-color);
}

.syndicate-1y1aj4 {
  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-1y1aj4 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.syndicate-1y1aj4 .syndicate-eltb8e {
  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-1y1aj4 .syndicate-h210ra {
  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-mp8fq3 {
  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-brxbdf {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.syndicate-pvg7s4 .syndicate-x360mn {
  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-pvg7s4 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.syndicate-521wo1 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.syndicate-9dki7a {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.syndicate-ckgp81 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.syndicate-rfbbcr 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-ckgp81:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.syndicate-9tt1gg {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.syndicate-6zecxo {
  -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-v59lod ease-in-out;
  transition: transform 0.syndicate-v59lod ease-in-out;
  -o-transition: transform 0.syndicate-v59lod ease-in-out;
  transition:
    transform 0.syndicate-v59lod ease-in-out,
    -webkit-transform 0.syndicate-v59lod ease-in-out;
  cursor: pointer;
}

.syndicate-6zecxo svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.syndicate-6zecxo: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-m7bnst {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .syndicate-m7bnst {
    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-q57sl0 {
  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-9d37m2 {
  position: relative;
  width: 100%;
}

.syndicate-q57sl0.syndicate-hka54o {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.syndicate-q57sl0.syndicate-kh3rdg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.syndicate-q57sl0.syndicate-b5ysem {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.syndicate-7idrfm {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.syndicate-ywetgy {
  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-v59lod ease-in-out;
  cursor: pointer;
}

.syndicate-ywetgy:hover {
  opacity: 0.5;
}

.syndicate-q57sl0.syndicate-jtknav .syndicate-ywetgy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.syndicate-q57sl0.syndicate-jtknav .syndicate-7idrfm {
  cursor: pointer;
}

.syndicate-cna4j6 {
  fill: #0009;
}

.syndicate-do7otn {
  fill: #fff;
}

.syndicate-ywetgy:hover .syndicate-cna4j6 {
  fill: red;
}

.syndicate-ywetgy svg path {
  -webkit-transition: 0.syndicate-v59lod ease-in-out;
  -o-transition: 0.syndicate-v59lod ease-in-out;
  transition: 0.syndicate-v59lod ease-in-out;
}

.syndicate-ngxuso {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.syndicate-ngxuso > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.syndicate-ngxuso.syndicate-1y48nf > :not(.get-image) {
  grid-column: 1/3;
}

.syndicate-tkmnal:not(._h1-block) .syndicate-ngxuso > .syndicate-ihjlx7 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.syndicate-ngxuso.syndicate-1y48nf .syndicate-rqde18 {
  grid-column: 2/3;
}

.syndicate-ngxuso.syndicate-1y48nf > .syndicate-7c9omk {
  grid-column: 1/2;
}

.syndicate-ngxuso.syndicate-1y48nf > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.syndicate-ngxuso > p:first-of-type {
  margin-top: 0;
}

.syndicate-ngxuso .syndicate-7c9omk {
  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-tkmnal:not(._h1-block) .syndicate-ihjlx7 ~ .syndicate-7c9omk {
  grid-row: 2/10;
}

.syndicate-tkmnal.syndicate-hc68pn .syndicate-ihjlx7 ~ .syndicate-7c9omk {
  grid-row: 1/10;
}

.syndicate-tkmnal.syndicate-hc68pn > .syndicate-ihjlx7 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.syndicate-tkmnal.syndicate-hc68pn .syndicate-7c9omk {
  grid-row: 1/10;
}

.syndicate-ngxuso.syndicate-cs2yhr .syndicate-7c9omk {
  align-items: flex-start;
}

.syndicate-ngxuso.syndicate-kh3rdg .syndicate-rqde18 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.syndicate-ngxuso.syndicate-kh3rdg .syndicate-7c9omk {
  align-items: center;
}

.syndicate-ngxuso.syndicate-1enrvw .syndicate-7c9omk {
  align-items: flex-end;
}

.syndicate-rqde18 > :first-child {
  margin-top: 0;
}

.syndicate-rqde18 > :last-child {
  margin-bottom: 0;
}

* + .syndicate-4ubkwe,
.syndicate-tkmnal + .syndicate-tkmnal {
  margin-top: 2rem;
}

.syndicate-27k7xf td::before,
.syndicate-27k7xf th::after {
  display: none !important;
}

.syndicate-27k7xf #link-selector {
  color: #000;
}

.syndicate-27k7xf .syndicate-0aihel {
  color: #135e96;
}

.syndicate-27k7xf .syndicate-4dp0pz *,
.syndicate-27k7xf .syndicate-0zpstt p,
.syndicate-27k7xf .syndicate-fut996 * {
  color: #000;
}

.syndicate-27k7xf .syndicate-wzxtrn {
  background: 0 0 !important;
}

.syndicate-27k7xf .syndicate-0oxid6 {
  color: #000;
}

.syndicate-27k7xf .syndicate-uxi6hf.syndicate-rezdbn {
  color: #fff;
}

.syndicate-27k7xf .syndicate-w91m4n {
  color: #000;
}

.syndicate-27k7xf
  .syndicate-6bov8b
  .syndicate-0t6get.syndicate-rezdbn.syndicate-7k672b {
  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-ec8o2k,
body .syndicate-o3y53n {
  color: #000;
  background: var(--color-body) !important;
}

.syndicate-ec8o2k .syndicate-m1dl5z .syndicate-j2madz,
body .syndicate-o3y53n .syndicate-m1dl5z .syndicate-j2madz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .syndicate-151of6:focus,
  .syndicate-151of6:hover {
    color: #f9cb16;
  }
  .syndicate-h4ozps:focus,
  .syndicate-h4ozps:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .syndicate-m2g050:focus img,
  .syndicate-m2g050:focus svg,
  .syndicate-m2g050:hover img,
  .syndicate-m2g050:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .syndicate-1y1aj4 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .syndicate-7w8vus:hover .syndicate-34kjmu svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .syndicate-34kjmu {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .syndicate-ocz2yd {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .syndicate-tei1m7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .syndicate-y86x8q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .syndicate-23vpya .syndicate-okizsy {
    grid-template-columns: 1fr;
  }
  .syndicate-23vpya .syndicate-0u5klv {
    -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-23vpya .syndicate-cub8k8 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .syndicate-23vpya .syndicate-2iltds {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .syndicate-23vpya .syndicate-ws62ek {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .syndicate-23vpya .syndicate-cub8k8:not(:first-child) {
    border: none;
  }
  .syndicate-23vpya .syndicate-cub8k8:first-child .syndicate-2iltds {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .syndicate-23vpya .syndicate-cub8k8:last-child .syndicate-2iltds {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .syndicate-ygu4ns {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .syndicate-9157aa {
    max-width: 100px;
  }
  .syndicate-q4cqpy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .syndicate-m3a9uy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .syndicate-m3a9uy svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .syndicate-yvar6k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .syndicate-q4cqpy + .syndicate-m3a9uy {
    margin-left: auto;
  }
  .syndicate-cxwx96 {
    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-cxwx96.syndicate-mvcmdn {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .syndicate-s7mnlx {
    -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-4qolmt {
    width: 100%;
  }
  .syndicate-4qolmt:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .syndicate-g4ucin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .syndicate-g4ucin svg {
    margin-right: 4px;
  }
  .syndicate-7w8vus {
    -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-34kjmu svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .syndicate-34kjmu {
    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-632gbu {
    display: none;
    width: 100%;
  }
  .syndicate-7w8vus.syndicate-mvcmdn .syndicate-632gbu {
    padding: 0 0 0 48px;
  }
  .syndicate-82o11i {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .syndicate-eumc28 .syndicate-7c9omk {
    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-kkyqfz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .syndicate-kkyqfz + .syndicate-kkyqfz {
    margin-right: 0;
  }
  .syndicate-kkyqfz + .syndicate-7c9omk {
    margin: 0;
  }
  .syndicate-ocz2yd {
    grid-template-columns: repeat(4, 1fr);
  }
  .syndicate-tei1m7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .syndicate-oq31bv,
  .syndicate-4yoe22 {
    grid-template-columns: repeat(2, 1fr);
  }
  .syndicate-ngxuso {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .syndicate-ngxuso.syndicate-1y48nf .syndicate-rqde18 {
    grid-column: auto;
    grid-row: auto;
  }
  .syndicate-ngxuso > .syndicate-ihjlx7 {
    grid-column: 1/2;
  }
  .syndicate-ngxuso.syndicate-1y48nf > :not(.get-image) {
    grid-column: 1/2;
  }
  .syndicate-ngxuso .syndicate-7c9omk,
  .syndicate-ngxuso.syndicate-1y48nf > .syndicate-7c9omk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .syndicate-ngxuso.syndicate-1y48nf > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .syndicate-tkmnal.syndicate-hc68pn .syndicate-ngxuso > .syndicate-7c9omk {
    grid-row: 1/2;
  }
  .syndicate-ngxuso .syndicate-ihjlx7 ~ .syndicate-7c9omk,
  .syndicate-ngxuso.syndicate-1y48nf .syndicate-ihjlx7 ~ .syndicate-7c9omk {
    grid-row: 2/3;
  }
  .syndicate-tkmnal.syndicate-hc68pn .syndicate-ihjlx7 ~ .syndicate-7c9omk {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .syndicate-wajfx3:first-child .syndicate-d8mxof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .syndicate-wajfx3:first-child .syndicate-d8mxof h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .syndicate-wajfx3 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .syndicate-wajfx3 {
    padding: 0;
  }
  .syndicate-fbw78h {
    margin-top: 1rem;
  }
  .syndicate-yzldzw {
    border-radius: 5px;
  }
  .syndicate-6mwgvg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .syndicate-2ueow2::after {
    display: inline-block;
  }
  .syndicate-2ueow2 {
    margin: 0;
    width: 100%;
  }
  .syndicate-04ycmi {
    width: 100%;
  }
  .syndicate-04ycmi.syndicate-ny7zwm {
    -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-04ycmi.syndicate-ny7zwm .syndicate-rmltal {
    width: 100%;
  }
  .syndicate-04ycmi.syndicate-ny7zwm .syndicate-rmltal:not(:last-child) {
    margin-right: 0;
  }
  .syndicate-151of6 {
    width: 100%;
    text-align: center;
  }
  .syndicate-zz35gp.syndicate-mvcmdn .syndicate-04ycmi {
    margin-top: 1rem;
  }
  .syndicate-ocz2yd {
    grid-template-columns: repeat(3, 1fr);
  }
  .syndicate-y86x8q,
  .syndicate-tei1m7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .syndicate-oq31bv,
  .syndicate-4yoe22,
  .syndicate-3iql5e {
    grid-template-columns: 1fr;
  }
  .syndicate-m1mlbh {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .syndicate-9neskk {
    min-width: 300px;
    max-width: 325px;
  }
  .syndicate-2iltds {
    cursor: auto;
  }
  .syndicate-5gtowi .syndicate-2iltds {
    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-m7bnst {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .syndicate-632gbu {
    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-m7bnst {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.syndicate-kkyqfz p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .syndicate-m3a9uy {
    margin: 0 -0.2rem;
  }
  .syndicate-kkyqfz {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .syndicate-6dfvuc {
    -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-64fn1g {
    max-width: 100%;
  }
  .syndicate-ocz2yd {
    grid-template-columns: repeat(2, 1fr);
  }
  .syndicate-y86x8q,
  .syndicate-tei1m7 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .syndicate-ygu4ns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .syndicate-m3a9uy {
    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-nbbusu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .syndicate-vm2wkr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .syndicate-vfoxea,
  .syndicate-627hc1 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .syndicate-4ju9yu {
    width: 100%;
  }
  .syndicate-ocz2yd {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .syndicate-m7bnst {
    top: 127px !important;
  }
}

.syndicate-3jbegp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .syndicate-3jbegp {
  }
}

@media (max-width: 767px) {
  .syndicate-3jbegp {
    margin-bottom: 12px;
  }
}

.syndicate-3jbegp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.syndicate-wausli {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.syndicate-wausli > .syndicate-m7iui1 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .syndicate-wausli {
    flex-direction: column;
    gap: 12px;
  }
}

.syndicate-cwijzr {
  display: flex;
}

.syndicate-cwijzr .syndicate-dznfp0 {
  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-cwijzr .syndicate-3qt62z {
  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-cwijzr .syndicate-3968rg {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.syndicate-cwijzr .syndicate-aahrm4 {
  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-cwijzr .syndicate-aahrm4:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.syndicate-cwijzr .syndicate-vnm6yi {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.syndicate-rxwwxy {
  border: unset;
  background-color: unset;
}

.syndicate-rxwwxy tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.syndicate-rxwwxy .syndicate-fitovo,
.syndicate-rxwwxy .syndicate-4zb7ev {
  flex: 0 1 330px;
}

.syndicate-rxwwxy .syndicate-dmhz0g {
  flex: 1 1;
}

.syndicate-rxwwxy 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-rxwwxy tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.syndicate-rxwwxy tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.syndicate-rxwwxy tr td p {
  color: #fff;
  margin: 0;
}

.syndicate-rxwwxy tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.syndicate-rxwwxy tr.syndicate-fitovo td p {
  padding: 16px 0;
}

.syndicate-rxwwxy tr.syndicate-fitovo td p:not(:last-child),
.syndicate-rxwwxy tr.syndicate-4zb7ev td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.syndicate-rxwwxy tr.syndicate-fitovo td p:first-child,
.syndicate-rxwwxy tr.syndicate-4zb7ev td p:first-child {
  padding-top: 0;
}

.syndicate-rxwwxy tr.syndicate-4zb7ev td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.syndicate-rxwwxy tr.syndicate-4zb7ev td p:last-child {
  padding-bottom: 0;
}

.syndicate-rxwwxy .syndicate-4zb7ev img {
  max-width: 32px;
}

.syndicate-rxwwxy .syndicate-dmhz0g {
  min-width: 718px;
}

.syndicate-rxwwxy .syndicate-dmhz0g td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.syndicate-rxwwxy .syndicate-dmhz0g td {
  display: flex;
}

.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-91wy0u,
.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-j5pcaz,
.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-unqb9w {
  flex: 1 1 50%;
}

.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-fzhi74 {
  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-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-nvfcv2,
.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-6p9mc7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-91wy0u,
.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-j5pcaz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-91wy0u span,
.syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-j5pcaz span {
  font-weight: 800;
}

.syndicate-rxwwxy .syndicate-dmhz0g img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .syndicate-rxwwxy .syndicate-dmhz0g td .syndicate-unqb9w:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .syndicate-rxwwxy tr.syndicate-fitovo td p:last-child {
    padding-bottom: 0;
  }
  .syndicate-rxwwxy .syndicate-4zb7ev > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .syndicate-rxwwxy .syndicate-4zb7ev > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .syndicate-rxwwxy tr.syndicate-fitovo td p:not(:last-child),
  .syndicate-rxwwxy tr.syndicate-4zb7ev td p:not(:last-child) {
    border-bottom: unset;
  }
  .syndicate-rxwwxy tr.syndicate-4zb7ev td p:last-child {
    padding-bottom: 12px;
  }
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-91wy0u,
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-j5pcaz,
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-unqb9w {
    flex: 1 1 50%;
    padding: 0;
  }
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-91wy0u,
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-j5pcaz {
    margin-top: 16px;
  }
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-unqb9w {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-91wy0u {
    border-right: 1px solid var(--border-color);
  }
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-unqb9w:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .syndicate-rxwwxy .syndicate-dmhz0g td:last-child .syndicate-unqb9w:last-child {
    padding-bottom: 0;
  }
}

.syndicate-unqb9w {
  display: flex;
  flex-direction: column;
}

.syndicate-rxwwxy .syndicate-dmhz0g td .syndicate-unqb9w {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.syndicate-rxwwxy .syndicate-dmhz0g td .syndicate-unqb9w:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.syndicate-rxwwxy .syndicate-dmhz0g td .syndicate-unqb9w:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .syndicate-rxwwxy .syndicate-dmhz0g td .syndicate-unqb9w:not(:first-child) {
    padding-left: 0;
  }
  .syndicate-rxwwxy .syndicate-dmhz0g td .syndicate-unqb9w:not(:last-of-type) {
    border-right: unset;
  }
}

.syndicate-rxwwxy .syndicate-21cydx {
  flex: 0 1 485px;
}

.syndicate-rxwwxy .syndicate-snxg26 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.syndicate-rxwwxy .syndicate-snxg26 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.syndicate-rxwwxy .syndicate-snxg26 li.syndicate-7zuajl {
  padding: 6px 12px;
}

.syndicate-rxwwxy .syndicate-snxg26 li a,
.syndicate-rxwwxy .syndicate-snxg26 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-rxwwxy .syndicate-lklso3,
.syndicate-rxwwxy .syndicate-3bynjm {
  flex: 1 1;
}

.syndicate-rxwwxy .syndicate-gz9lob,
.syndicate-rxwwxy .syndicate-7ly1ax {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.syndicate-rxwwxy .syndicate-gz9lob li,
.syndicate-rxwwxy .syndicate-7ly1ax li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.syndicate-rxwwxy .syndicate-3bynjm img {
  max-width: 32px;
}

.syndicate-rxwwxy .syndicate-lklso3 img {
  max-width: 32px;
}

.syndicate-rxwwxy .syndicate-swgobh {
  min-width: 280px;
}

.syndicate-rxwwxy .syndicate-swgobh img {
  max-width: 146px;
}

.syndicate-rxwwxy .syndicate-swgobh td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .syndicate-rxwwxy .syndicate-fitovo,
  .syndicate-rxwwxy .syndicate-4zb7ev {
    flex: 0 1 auto;
  }
  .syndicate-rxwwxy .syndicate-dmhz0g {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .syndicate-rxwwxy .syndicate-fitovo,
  .syndicate-rxwwxy .syndicate-21cydx,
  .syndicate-rxwwxy .syndicate-4zb7ev,
  .syndicate-rxwwxy .syndicate-dmhz0g {
    flex: 1 1 calc(50% - 20px);
  }
  .syndicate-rxwwxy .syndicate-lklso3,
  .syndicate-rxwwxy .syndicate-swgobh,
  .syndicate-rxwwxy .syndicate-3bynjm {
    flex: 1 1 30%;
  }
  .syndicate-rxwwxy .syndicate-swgobh {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .syndicate-rxwwxy .syndicate-fitovo,
  .syndicate-rxwwxy .syndicate-21cydx,
  .syndicate-rxwwxy .syndicate-lklso3,
  .syndicate-rxwwxy .syndicate-4zb7ev,
  .syndicate-rxwwxy .syndicate-dmhz0g,
  .syndicate-rxwwxy .syndicate-swgobh,
  .syndicate-rxwwxy .syndicate-3bynjm {
    flex: 1 1 100%;
  }
}

.syndicate-38ba7f .syndicate-xwd6od {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.syndicate-38ba7f .syndicate-wua9e2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.syndicate-38ba7f .syndicate-won8iv {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.syndicate-38ba7f .syndicate-4pwp6n {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.syndicate-38ba7f .syndicate-4pwp6n > :nth-child(3) {
  margin-top: 0;
}

.syndicate-38ba7f .syndicate-7c9omk {
  grid-column: 2/3;
  grid-row: 1/10;
}

.syndicate-38ba7f .syndicate-mi77rx {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.syndicate-38ba7f .syndicate-fbw78h {
  grid-column: 1/2;
}

.syndicate-38ba7f > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.syndicate-38ba7f .syndicate-wua9e2: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-38ba7f .syndicate-wua9e2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.syndicate-38ba7f .syndicate-4ju9yu {
  min-width: 240px;
}

@media (max-width: 768px) {
  .syndicate-38ba7f .syndicate-wua9e2:not(:last-child):before {
    bottom: 8px;
  }
  .syndicate-38ba7f .syndicate-wua9e2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .syndicate-38ba7f .syndicate-4pwp6n {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .syndicate-38ba7f .syndicate-7c9omk {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .syndicate-38ba7f .syndicate-7c9omk img {
    width: 100%;
    height: auto;
  }
  .syndicate-38ba7f .syndicate-4ju9yu {
    width: 100%;
    min-width: unset;
  }
}

.syndicate-uarx32 .syndicate-7vhg87 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.syndicate-uarx32 .syndicate-4cos8g {
  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-uarx32 .syndicate-7c9omk {
  height: 100%;
}

.syndicate-uarx32 .syndicate-7c9omk img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.syndicate-uarx32 .syndicate-bq8ba6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.syndicate-uarx32 .syndicate-hx85l3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.syndicate-uarx32 .syndicate-n8vq00 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .syndicate-uarx32 .syndicate-4cos8g {
    flex: 1 1 100%;
  }
  .syndicate-uarx32 .syndicate-m81de7 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .syndicate-uarx32 .syndicate-4cos8g {
    flex-direction: column;
  }
  .syndicate-uarx32 .syndicate-7c9omk {
    width: 100%;
    height: auto;
  }
  .syndicate-uarx32 .syndicate-7c9omk img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .syndicate-uarx32 .syndicate-bq8ba6 {
    padding: 0 16px 16px 16px;
  }
  .syndicate-uarx32 .syndicate-m81de7 {
    min-width: unset;
    width: 100%;
  }
}

.syndicate-towwva .syndicate-nh6xsz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.syndicate-towwva .syndicate-xqn0lc {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.syndicate-towwva 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-towwva .syndicate-nnmam1 {
  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-towwva .syndicate-xqn0lc:hover .syndicate-nnmam1 {
  display: flex;
}

.syndicate-towwva .syndicate-9dgjof {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.syndicate-towwva .syndicate-sif0rn {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.syndicate-fun8bm {
  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-fun8bm.syndicate-rah079 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.syndicate-iq5u83 ease-in-out;
}

.syndicate-fun8bm.syndicate-rah079:hover {
  color: #f9cb16;
  background-color: transparent;
}

.syndicate-towwva .syndicate-rv5pfp {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.syndicate-iq5u83 ease-in-out;
}

.syndicate-towwva .syndicate-rv5pfp:hover {
  color: #196948;
  background-color: #f9cb16;
}

.syndicate-towwva .syndicate-rv5pfp:after,
.syndicate-fun8bm.syndicate-rah079:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.syndicate-fun8bm.syndicate-rah079:after {
  background-image: url(../images/Cash.svg);
}

.syndicate-towwva .syndicate-rv5pfp:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .syndicate-towwva .syndicate-nh6xsz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .syndicate-towwva .syndicate-nh6xsz {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .syndicate-towwva .syndicate-nh6xsz {
    grid-template-columns: 1fr;
  }
  .syndicate-towwva .syndicate-xqn0lc {
    height: auto;
  }
  .syndicate-towwva .syndicate-xqn0lc .syndicate-nnmam1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .syndicate-towwva .syndicate-9dgjof,
  .syndicate-towwva .syndicate-sif0rn {
    text-align: left;
  }
  .syndicate-towwva .syndicate-sif0rn {
    margin-bottom: 8px;
  }
  .syndicate-towwva img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.syndicate-xgklc8 {
  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-xgklc8.syndicate-jtknav {
  display: block;
}

.syndicate-xgklc8 .syndicate-h648l1 {
  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-xgklc8 .syndicate-ym3qji {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.syndicate-xgklc8 .syndicate-hvv558 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.syndicate-xgklc8 .syndicate-8zyfog {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.syndicate-xgklc8 .syndicate-fun8bm {
  min-width: 296px;
  margin-bottom: 0;
}

.syndicate-xgklc8 .syndicate-xd7qsa {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.syndicate-xgklc8 .syndicate-3tso6f {
  position: relative;
  flex: 1 1;
}

.syndicate-xgklc8 .syndicate-3tso6f iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .syndicate-xgklc8 .syndicate-ym3qji {
    flex-wrap: wrap;
    gap: 8px;
  }
  .syndicate-xgklc8 .syndicate-hvv558 {
    order: 1;
  }
  .syndicate-xgklc8 .syndicate-8zyfog {
    order: 3;
    flex: 1 1 100%;
  }
  .syndicate-xgklc8 .syndicate-fun8bm {
    width: 100%;
    min-width: unset;
  }
  .syndicate-xgklc8 .syndicate-xd7qsa {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .syndicate-ngxuso > .syndicate-ihjlx7 {
    margin-bottom: 0;
  }
  .syndicate-ngxuso > .syndicate-fbw78h,
  .syndicate-ngxuso > p {
    margin-top: 0;
  }
}

.syndicate-ws8fv4 img,
.syndicate-kkyqfz img {
  width: auto;
  object-fit: contain;
}

.syndicate-ws8fv4 {
  align-items: center;
}

.syndicate-ws8fv4 img {
  max-height: 76px;
}

.syndicate-kkyqfz img {
  max-height: 64px;
}

.syndicate-q2y1y1 {
  overflow: auto;
}

.syndicate-h8vgx2 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.syndicate-zu5ppj:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.syndicate-ait3vk {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.syndicate-w2tew3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.syndicate-ait3vk .syndicate-7c9omk {
  margin-right: 20px;
  flex-shrink: 0;
}

.syndicate-ait3vk img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.syndicate-omaqxg {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.syndicate-omaqxg > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .syndicate-ait3vk {
    padding: 15px 10px;
  }
  .syndicate-omaqxg {
    padding: 15px 10px;
  }
  .syndicate-ait3vk .syndicate-7c9omk {
    margin-right: 10px;
  }
}

.syndicate-kk7cjp {
  overflow-x: auto;
}

.syndicate-6mzyyr {
  border-collapse: collapse;
  width: 100%;
}

.syndicate-kk7cjp th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.syndicate-kk7cjp td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.syndicate-kk7cjp td.syndicate-h7nxxr {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.syndicate-kk7cjp td.syndicate-8sz97z {
  border-right: none;
}

.syndicate-kk7cjp td.syndicate-8sz97z .syndicate-7c9omk {
  justify-content: flex-start;
}

.syndicate-kk7cjp td.syndicate-8sz97z .syndicate-7c9omk img {
  height: auto;
  width: 90px;
}

.syndicate-kk7cjp td.syndicate-oxuhll,
.syndicate-kk7cjp td.syndicate-pev3j1 {
  font-weight: 600;
  text-align: right;
}

.syndicate-kk7cjp td.syndicate-qa7t27,
.syndicate-kk7cjp td.syndicate-oxuhll {
  padding-bottom: 10px;
  border-bottom: none;
}

.syndicate-kk7cjp td.syndicate-oxuhll,
.syndicate-kk7cjp td.syndicate-pev3j1 {
  border-left: none;
}

.syndicate-kk7cjp td.syndicate-qa7t27,
.syndicate-kk7cjp td.syndicate-95299f {
  border-right: none;
}

.syndicate-kk7cjp td.syndicate-95299f,
.syndicate-kk7cjp td.syndicate-pev3j1 {
  border-top: none;
  padding-top: 10px;
}

.syndicate-45pbt0 {
  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-45pbt0 .syndicate-m81de7 {
  min-width: unset;
  width: 100%;
}

.syndicate-45pbt0 .syndicate-m81de7.syndicate-feesof {
  grid-column: 1/2;
  grid-row: 1/2;
}

.syndicate-45pbt0 .syndicate-m81de7.syndicate-39qlya {
  grid-column: 2/3;
  grid-row: 1/2;
}

.syndicate-45pbt0 .syndicate-wc7dw9 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .syndicate-45pbt0 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .syndicate-45pbt0 .syndicate-m81de7.syndicate-feesof {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .syndicate-45pbt0 .syndicate-m81de7.syndicate-39qlya {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .syndicate-45pbt0 .syndicate-wc7dw9 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.syndicate-jyvwrz {
  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-8jy8t7 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.syndicate-0lrvz9 p a img {
  margin: 0 auto;
  display: block;
}

.syndicate-0lrvz9 table {
  margin-bottom: 17px;
}

/* contanct form */
.syndicate-nxmgux {
  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-nxmgux label {
  font-size: 14px;
}

.syndicate-nxmgux h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.syndicate-nxmgux input,
.syndicate-nxmgux textarea,
.syndicate-nxmgux 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-nxmgux button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.syndicate-iq5u83 ease;
}
.syndicate-nxmgux button:hover {
  background-color: #691204;
}
.syndicate-ix53dz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.syndicate-d2ld7i ease-in;
}

.syndicate-ix53dz 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-byd324, .syndicate-n5q37p, [class*="review-card"],
thead, thead th, table th, .syndicate-ibi2uh,
.syndicate-3higqa, [class*="collapsible-header"],
.syndicate-xv96pb, [class*="updated-block"] {
  color: #ece7dc !important;
}
