@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);
}

.roo-mvh8f0 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roo-6ogrl3 {
  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.roo-fb44ya,
ul.roo-fb44ya {
  padding-left: 20px;
}

ul.roo-fb44ya {
  list-style: disc;
}

ol.roo-fb44ya {
  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;
  }
}

.roo-8vdwcx > .roo-gtbwvb,
.roo-8vdwcx > .roo-s3bafr,
.roo-8vdwcx > blockquote,
.roo-8vdwcx > h1,
.roo-8vdwcx > h2,
.roo-8vdwcx > h3,
.roo-8vdwcx > h4,
.roo-8vdwcx > h5,
.roo-8vdwcx > h6,
.roo-8vdwcx > ol,
.roo-8vdwcx > p,
.roo-8vdwcx > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roo-8vdwcx > ol,
.roo-8vdwcx > ul {
  padding-left: 50px;
}

.roo-8vdwcx 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;
}

.roo-8vdwcx:not(:last-child) {
  margin-bottom: 2rem;
}

.roo-8vdwcx > :not(:first-child) {
  margin-top: 2rem;
}

.roo-8vdwcx {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roo-8vdwcx:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .roo-8vdwcx:first-child {
    margin-top: 20px;
  }
}

.roo-8vdwcx > p:last-of-type {
  margin-bottom: 32px;
}

.roo-8vdwcx > .roo-47hv9o:not(:first-child) {
  margin: 64px auto 16px auto;
}

.roo-8ryj6l > .roo-47hv9o {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roo-s3bafr {
  overflow: auto;
}

.roo-s3bafr::-webkit-scrollbar {
  height: 5px;
}

.roo-s3bafr table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.roo-s3bafr table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.roo-s3bafr table thead,
table thead {
  border-bottom: none;
}

.roo-s3bafr table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.roo-s3bafr table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.roo-s3bafr table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.roo-s3bafr .roo-nukof7 {
  table-layout: auto;
}

.roo-s3bafr .roo-nukof7 th {
  word-break: normal;
}

.roo-s3bafr .roo-nukof7 td {
  word-break: normal;
}

.roo-mvh8f0 .roo-mvh8f0 {
  padding-right: 0;
  padding-left: 0;
}

.roo-0pm2bm {
  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;
}

.roo-uvibf0 {
  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;
}

.roo-1gkfel {
  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;
}

.roo-gtbwvb {
  margin-top: 24px;
}

.roo-gtbwvb.roo-mzybqd {
  text-align: left;
}

.roo-gtbwvb.roo-fwxeu1 {
  text-align: right;
}

.roo-gtbwvb.roo-1eblge {
  text-align: center;
}

.roo-3m9grm {
  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.roo-a20bzu ease-in-out;
  cursor: pointer;
}

.roo-3m9grm:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.roo-3m9grm {
  min-width: 328px;
}

@media (max-width: 768px) {
  .roo-3m9grm {
    min-width: unset;
  }
}

.roo-ttd5kr {
  background-color: var(--fh-bg-color);
}

.roo-16gm4d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.roo-l5ltpw {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.roo-l5ltpw img {
  max-height: 80px;
  object-fit: contain;
}

.roo-zvxl4b {
  flex: 1 1;
}

.roo-nnztkx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.roo-jazitw {
  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;
}

.roo-jazitw 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;
}

.roo-jazitw.roo-ovrs39 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.roo-jazitw.roo-ovrs39 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.roo-jazitw.roo-ovrs39 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.roo-zvxl4b + .roo-nnztkx {
  margin-left: 20px;
}

.roo-owg6qy {
  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;
}

.roo-owg6qy > svg {
  max-width: 24px;
  max-height: 24px;
}

.roo-owg6qy + .roo-owg6qy {
  margin-left: 5px;
}

.roo-y4apmd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.roo-y4apmd:hover {
  background-color: var(--button-bg-hover);
}

.roo-iqy6vc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.roo-a20bzu ease-in-out;
  border: 1px solid var(--border-color);
}

.roo-iqy6vc:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.roo-49pxfs {
  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) {
  .roo-zvxl4b {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .roo-49pxfs {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .roo-zvxl4b {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .roo-owg6qy {
    min-width: unset;
    flex: 1 1;
  }
}

.roo-iug9gz {
  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;
}

.roo-iug9gz:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.roo-iug9gz:hover .roo-j7eb03 {
  opacity: 1;
  pointer-events: auto;
}

.roo-y6oaa1 {
  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.roo-bn30wr ease-in-out;
  gap: 4px;
}

.roo-y6oaa1 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roo-y6oaa1 .roo-0pm2bm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roo-uzuio5,
.roo-y6oaa1:hover {
  color: var(--button-bg-hover);
}

.roo-mje4a1 {
  position: relative;
}

.roo-mje4a1 .roo-y6oaa1 {
  margin-right: 0;
  padding-right: 4px;
}

.roo-fjck16 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roo-mje4a1.roo-ovrs39 .roo-fjck16 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.roo-mje4a1.roo-ovrs39 .roo-j7eb03 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.roo-mje4a1.roo-ovrs39 .roo-j7eb03::before {
  display: none;
}

.roo-fjck16 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.roo-j7eb03 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.roo-q1fobh 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.roo-j7eb03::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.roo-j7eb03:hover {
  color: var(--fh-bg-color);
}

.roo-d0vm7u {
  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.roo-q1fobh 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.roo-bn30wr ease-in-out;
  -o-transition: 0.roo-bn30wr ease-in-out;
  transition: 0.roo-bn30wr ease-in-out;
}

.roo-d0vm7u .roo-0pm2bm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roo-jvt2lj,
.roo-d0vm7u:hover {
  color: var(--button-bg-hover);
}

.roo-1wa88m {
  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%;
}

.roo-1wa88m.roo-hlancu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.roo-1wa88m.roo-hlancu:after,
.roo-1wa88m.roo-hlancu:before {
  content: "";
  position: absolute;
  margin: auto;
}

.roo-1wa88m.roo-hlancu: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);
  }
}

.roo-1wa88m.roo-hlancu:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.roo-1wa88m.roo-hlancu > * {
  z-index: 1;
}

.roo-1wa88m b,
.roo-1wa88m strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.roo-1wa88m .roo-16llxa {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.roo-1wa88m .roo-t7n60d {
  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;
}

.roo-1wa88m .roo-0pm2bm {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.roo-1wa88m .roo-21kpx6 {
  margin-top: 12px;
}

.roo-21kpx6 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.roo-jffzek {
  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;
}

.roo-21kpx6 .roo-jagoiz {
  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.roo-a20bzu ease-in-out;
}

.roo-21kpx6 .roo-jagoiz:hover {
  background: rgba(255, 255, 255, 0.3);
}

.roo-srk6be {
  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;
}

.roo-1wa88m.roo-ipz59w {
  gap: 12px;
  padding: 16px;
}

.roo-1wa88m.roo-ipz59w .roo-srk6be {
  min-width: 240px;
}

.roo-1wa88m.roo-ipz59w .roo-srk6be.roo-nze4n9 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .roo-1wa88m .roo-16llxa {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .roo-1wa88m .roo-t7n60d {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .roo-1wa88m .roo-0pm2bm {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .roo-1wa88m.roo-ipz59w .roo-0pm2bm {
    max-width: 126px;
  }
  .roo-1wa88m .roo-21kpx6 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .roo-1wa88m .roo-jffzek {
    max-width: unset;
  }
  .roo-srk6be {
    min-width: unset;
    width: 100%;
  }
  .roo-1wa88m .roo-srk6be {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .roo-1wa88m.roo-ipz59w {
    grid-template-rows: auto 1fr auto;
  }
  .roo-1wa88m.roo-ipz59w .roo-srk6be {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .roo-1wa88m {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .roo-1wa88m .roo-16llxa {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .roo-1wa88m .roo-0pm2bm {
    max-width: 78px;
  }
  .roo-1wa88m .roo-21kpx6 {
    margin-top: -12px;
  }
  .roo-1wa88m.roo-ipz59w {
    gap: 8px;
  }
  .roo-1wa88m.roo-ipz59w .roo-16llxa {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .roo-1wa88m.roo-ipz59w .roo-t7n60d {
    grid-column: 1/3;
  }
  .roo-1wa88m.roo-ipz59w .roo-0pm2bm {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .roo-1wa88m.roo-ipz59w .roo-0pm2bm img {
    max-width: 114px;
  }
}

.roo-srk6be.roo-7nijrv,
.roo-srk6be.roo-ejr2v0,
.roo-srk6be.roo-xvw303 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.roo-a20bzu ease-in-out;
}

.roo-srk6be.roo-7nijrv,
.roo-srk6be.roo-xvw303 {
  padding: 10px;
}

.roo-srk6be.roo-7nijrv:hover,
.roo-srk6be.roo-ejr2v0:hover,
.roo-srk6be.roo-xvw303:hover {
  background: var(--button-bg-hover);
}

.roo-srk6be.roo-7nijrv:hover svg path,
.roo-srk6be.roo-xvw303:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.roo-srk6be.roo-nze4n9 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.roo-a20bzu ease-in-out;
  background: var(--button-bg-color);
}

.roo-srk6be.roo-nze4n9:hover {
  background-color: var(--button-bg-hover);
}

.roo-srk6be.roo-ejr2v0: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);
  }
}

.roo-srk6be.roo-ejr2v0:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roo-srk6be.roo-nze4n9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roo-nd9pzf {
  max-width: 650px;
}

.roo-4ra299 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.roo-ot43bz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.roo-zv3gx2 {
  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.roo-bn30wr ease-in-out;
  cursor: pointer;
}

.roo-zv3gx2:hover {
  opacity: 0.5;
}

.roo-zv3gx2:focus {
  outline: 0;
}

.roo-zv3gx2:focus .roo-at3mk9,
.roo-zv3gx2:hover .roo-at3mk9 {
  fill: red;
  fill-opacity: 1;
}

.roo-zv3gx2:hover {
  cursor: pointer;
}

.roo-nuw8ai {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.roo-nd9pzf.roo-1eblge {
  margin: 0 auto;
}

.roo-nd9pzf.roo-fwxeu1 {
  margin-left: auto;
}

.roo-zouagj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.roo-bqx1xn {
  padding-bottom: 50px;
}

.roo-81kjwh {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.roo-hizemq {
  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;
}

.roo-4sx0io {
  margin-top: 24px;
}

.roo-8y8tqt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roo-kc6pkc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.roo-frv3cs {
  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;
}

.roo-c33f3l {
  width: 468px;
}

.roo-frv3cs .roo-j7eb03 {
  margin: 0.roo-s1mlze 0;
}

.roo-gl14y1 {
  display: flex;
  min-width: 224px;
}

.roo-4rm02r {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.roo-bn30wr ease-in-out;
}

.roo-jy9pra,
.roo-4rm02r:hover {
  color: var(--text-color);
}

.roo-urba5z {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.roo-eauzu7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .roo-zouagj {
    padding: 16px;
  }
  .roo-urba5z {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .roo-eauzu7 {
    align-items: center;
  }
  .roo-c33f3l {
    width: unset;
  }
  .roo-gl14y1 {
    min-width: unset;
  }
  .roo-frv3cs {
    max-height: unset;
  }
  .roo-81kjwh {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .roo-zouagj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.roo-wb84pr {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roo-wb84pr:not(:last-child) {
  margin-bottom: 16px;
}

.roo-xmqp0f {
  outline: 0;
}

.roo-xmqp0f .roo-k823hh {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.roo-6povwz {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .roo-6povwz {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.roo-6povwz::-webkit-details-marker {
  display: none;
}

.roo-6povwz: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;
}

.roo-6povwz: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] .roo-6povwz:after {
  transform: unset;
}

.roo-k823hh {
  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);
}

.roo-k823hh 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.roo-bn30wr ease-in-out;
  -o-transition: 0.roo-bn30wr ease-in-out;
  transition: 0.roo-bn30wr ease-in-out;
}

.roo-uya79y {
  padding: 16px 0 0 0;
}

.roo-uya79y * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .roo-uya79y :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roo-6povwz {
    flex-wrap: wrap;
    gap: 12px;
  }
  .roo-6povwz::after {
    margin-left: auto;
  }
  .roo-k823hh {
    order: 3;
    flex: 1 1 100%;
  }
  .roo-6povwz {
    font-size: 14px;
    line-height: 130%;
  }
  .roo-k823hh svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.roo-vyyqxi {
  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;
}

.roo-26u848 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.roo-vyyqxi.roo-ovrs39 .roo-26u848 {
  margin-bottom: 12px;
}

.roo-26u848::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;
}

.roo-vyyqxi.roo-ovrs39 .roo-26u848::after {
  transform: unset;
}

.roo-e6yvsy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.roo-v98vjo {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.roo-bn30wr ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.roo-v98vjo: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;
}

.roo-vyyqxi.roo-ovrs39 .roo-e6yvsy {
  max-height: 100%;
}

.roo-g6l554 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.roo-kkrd8m {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.roo-d3im6d {
  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;
}

.roo-qbfldp {
  margin-right: 4px;
}

.roo-f9eil4 {
  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.roo-bn30wr ease-in-out;
}

.roo-f9eil4 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.roo-ekj4nr,
.roo-f9eil4:hover {
  color: var(--text-color);
}

.roo-io49rm {
  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;
}

.roo-io49rm img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.roo-io49rm .roo-zaw9q2 {
  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;
}

.roo-io49rm .roo-71um4d {
  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;
}

.roo-yknk6z {
  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;
}

.roo-dc91ps {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roo-ti9kfu .roo-mvh8f0 {
  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;
}

.roo-ti9kfu {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.roo-ju83sz {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.roo-l0vopk {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.roo-4humdy {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.roo-gwi7gj 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;
}

.roo-4humdy:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.roo-lsditr {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.roo-5gt41r {
  -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.roo-bn30wr ease-in-out;
  transition: transform 0.roo-bn30wr ease-in-out;
  -o-transition: transform 0.roo-bn30wr ease-in-out;
  transition:
    transform 0.roo-bn30wr ease-in-out,
    -webkit-transform 0.roo-bn30wr ease-in-out;
  cursor: pointer;
}

.roo-5gt41r svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.roo-5gt41r: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;
}

.roo-nz6pwk {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .roo-nz6pwk {
    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);
}

.roo-1zhua2 {
  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;
}

.roo-yl36uf {
  position: relative;
  width: 100%;
}

.roo-1zhua2.roo-tonmx1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.roo-1zhua2.roo-1eblge {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roo-1zhua2.roo-fwxeu1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roo-r2jfai {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.roo-8rw1zc {
  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.roo-bn30wr ease-in-out;
  cursor: pointer;
}

.roo-8rw1zc:hover {
  opacity: 0.5;
}

.roo-1zhua2.roo-9qb8lw .roo-8rw1zc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.roo-1zhua2.roo-9qb8lw .roo-r2jfai {
  cursor: pointer;
}

.roo-vuaxpd {
  fill: #0009;
}

.roo-kxxf7v {
  fill: #fff;
}

.roo-8rw1zc:hover .roo-vuaxpd {
  fill: red;
}

.roo-8rw1zc svg path {
  -webkit-transition: 0.roo-bn30wr ease-in-out;
  -o-transition: 0.roo-bn30wr ease-in-out;
  transition: 0.roo-bn30wr ease-in-out;
}

.roo-lehfbn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.roo-lehfbn > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.roo-lehfbn.roo-3obyg9 > :not(.get-image) {
  grid-column: 1/3;
}

.roo-zon356:not(._h1-block) .roo-lehfbn > .roo-47hv9o {
  grid-row: 1/2;
  grid-column: 1/3;
}

.roo-lehfbn.roo-3obyg9 .roo-931e6z {
  grid-column: 2/3;
}

.roo-lehfbn.roo-3obyg9 > .roo-0pm2bm {
  grid-column: 1/2;
}

.roo-lehfbn.roo-3obyg9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.roo-lehfbn > p:first-of-type {
  margin-top: 0;
}

.roo-lehfbn .roo-0pm2bm {
  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;
}

.roo-zon356:not(._h1-block) .roo-47hv9o ~ .roo-0pm2bm {
  grid-row: 2/10;
}

.roo-zon356.roo-jiaw4z .roo-47hv9o ~ .roo-0pm2bm {
  grid-row: 1/10;
}

.roo-zon356.roo-jiaw4z > .roo-47hv9o {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.roo-zon356.roo-jiaw4z .roo-0pm2bm {
  grid-row: 1/10;
}

.roo-lehfbn.roo-bl1sxl .roo-0pm2bm {
  align-items: flex-start;
}

.roo-lehfbn.roo-1eblge .roo-931e6z {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.roo-lehfbn.roo-1eblge .roo-0pm2bm {
  align-items: center;
}

.roo-lehfbn.roo-i5l48i .roo-0pm2bm {
  align-items: flex-end;
}

.roo-931e6z > :first-child {
  margin-top: 0;
}

.roo-931e6z > :last-child {
  margin-bottom: 0;
}

* + .roo-884ku8,
.roo-zon356 + .roo-zon356 {
  margin-top: 2rem;
}

.roo-rowboy td::before,
.roo-rowboy th::after {
  display: none !important;
}

.roo-rowboy #link-selector {
  color: #000;
}

.roo-rowboy .roo-gtco60 {
  color: #135e96;
}

.roo-rowboy .roo-o0cq9q *,
.roo-rowboy .roo-tdmnks p,
.roo-rowboy .roo-g07e9j * {
  color: #000;
}

.roo-rowboy .roo-3d111x {
  background: 0 0 !important;
}

.roo-rowboy .roo-tm04jr {
  color: #000;
}

.roo-rowboy .roo-l6xduw.roo-b0wz6w {
  color: #fff;
}

.roo-rowboy .roo-dp11ti {
  color: #000;
}

.roo-rowboy
  .roo-zz8718
  .roo-7pcu5g.roo-b0wz6w.roo-unk1ih {
  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;
}

.roo-o5kwjl,
body .roo-jhnd7q {
  color: #000;
  background: var(--color-body) !important;
}

.roo-o5kwjl .roo-zc14xn .roo-ki514u,
body .roo-jhnd7q .roo-zc14xn .roo-ki514u {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roo-v98vjo:focus,
  .roo-v98vjo:hover {
    color: #f9cb16;
  }
  .roo-e6ykwa:focus,
  .roo-e6ykwa:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roo-jsuthw:focus img,
  .roo-jsuthw:focus svg,
  .roo-jsuthw:hover img,
  .roo-jsuthw:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .roo-io49rm {
    display: none;
  }
}

@media (min-width: 1024px) {
  .roo-mje4a1:hover .roo-fjck16 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .roo-fjck16 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .roo-e2kjz8 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .roo-25u5k3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .roo-tr7rrr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .roo-f6ites .roo-1ta1cz {
    grid-template-columns: 1fr;
  }
  .roo-f6ites .roo-f4ud0t {
    -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;
  }
  .roo-f6ites .roo-zngzlw {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roo-f6ites .roo-zf0d05 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roo-f6ites .roo-gwim6o {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .roo-f6ites .roo-zngzlw:not(:first-child) {
    border: none;
  }
  .roo-f6ites .roo-zngzlw:first-child .roo-zf0d05 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .roo-f6ites .roo-zngzlw:last-child .roo-zf0d05 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .roo-16gm4d {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .roo-l5ltpw {
    max-width: 100px;
  }
  .roo-zvxl4b {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .roo-nnztkx {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .roo-nnztkx svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .roo-jazitw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .roo-zvxl4b + .roo-nnztkx {
    margin-left: auto;
  }
  .roo-bup6qu {
    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;
  }
  .roo-bup6qu.roo-ovrs39 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .roo-49pxfs {
    -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;
  }
  .roo-iug9gz {
    width: 100%;
  }
  .roo-iug9gz:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .roo-y6oaa1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .roo-y6oaa1 svg {
    margin-right: 4px;
  }
  .roo-mje4a1 {
    -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;
  }
  .roo-fjck16 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .roo-fjck16 {
    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;
  }
  .roo-j7eb03 {
    display: none;
    width: 100%;
  }
  .roo-mje4a1.roo-ovrs39 .roo-j7eb03 {
    padding: 0 0 0 48px;
  }
  .roo-d0vm7u {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .roo-hizemq .roo-0pm2bm {
    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;
  }
  .roo-jneblj {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roo-jneblj + .roo-jneblj {
    margin-right: 0;
  }
  .roo-jneblj + .roo-0pm2bm {
    margin: 0;
  }
  .roo-e2kjz8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .roo-25u5k3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .roo-cgew13,
  .roo-9ap9x5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .roo-lehfbn {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .roo-lehfbn.roo-3obyg9 .roo-931e6z {
    grid-column: auto;
    grid-row: auto;
  }
  .roo-lehfbn > .roo-47hv9o {
    grid-column: 1/2;
  }
  .roo-lehfbn.roo-3obyg9 > :not(.get-image) {
    grid-column: 1/2;
  }
  .roo-lehfbn .roo-0pm2bm,
  .roo-lehfbn.roo-3obyg9 > .roo-0pm2bm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roo-lehfbn.roo-3obyg9 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .roo-zon356.roo-jiaw4z .roo-lehfbn > .roo-0pm2bm {
    grid-row: 1/2;
  }
  .roo-lehfbn .roo-47hv9o ~ .roo-0pm2bm,
  .roo-lehfbn.roo-3obyg9 .roo-47hv9o ~ .roo-0pm2bm {
    grid-row: 2/3;
  }
  .roo-zon356.roo-jiaw4z .roo-47hv9o ~ .roo-0pm2bm {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .roo-8vdwcx:first-child .roo-qehe9v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roo-8vdwcx:first-child .roo-qehe9v h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .roo-8vdwcx {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .roo-8vdwcx {
    padding: 0;
  }
  .roo-gtbwvb {
    margin-top: 1rem;
  }
  .roo-xmqp0f {
    border-radius: 5px;
  }
  .roo-2mfe7l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roo-26u848::after {
    display: inline-block;
  }
  .roo-26u848 {
    margin: 0;
    width: 100%;
  }
  .roo-e6yvsy {
    width: 100%;
  }
  .roo-e6yvsy.roo-spzyi5 {
    -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%;
  }
  .roo-e6yvsy.roo-spzyi5 .roo-tkgys0 {
    width: 100%;
  }
  .roo-e6yvsy.roo-spzyi5 .roo-tkgys0:not(:last-child) {
    margin-right: 0;
  }
  .roo-v98vjo {
    width: 100%;
    text-align: center;
  }
  .roo-vyyqxi.roo-ovrs39 .roo-e6yvsy {
    margin-top: 1rem;
  }
  .roo-e2kjz8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .roo-tr7rrr,
  .roo-25u5k3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .roo-cgew13,
  .roo-9ap9x5,
  .roo-qdm004 {
    grid-template-columns: 1fr;
  }
  .roo-ayc6n6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .roo-t239y1 {
    min-width: 300px;
    max-width: 325px;
  }
  .roo-zf0d05 {
    cursor: auto;
  }
  .roo-qmizr7 .roo-zf0d05 {
    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;
  }
  .roo-nz6pwk {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .roo-j7eb03 {
    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) {
  .roo-nz6pwk {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.roo-jneblj p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .roo-nnztkx {
    margin: 0 -0.2rem;
  }
  .roo-jneblj {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .roo-wdxssw {
    -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;
  }
  .roo-o3qqe3 {
    max-width: 100%;
  }
  .roo-e2kjz8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .roo-tr7rrr,
  .roo-25u5k3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .roo-16gm4d {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roo-nnztkx {
    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;
  }
  .roo-ttd5kr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roo-owg6qy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roo-l89t4p,
  .roo-4p9pnd {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .roo-3m9grm {
    width: 100%;
  }
  .roo-e2kjz8 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .roo-nz6pwk {
    top: 127px !important;
  }
}

.roo-dsuygj {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .roo-dsuygj {
  }
}

@media (max-width: 767px) {
  .roo-dsuygj {
    margin-bottom: 12px;
  }
}

.roo-dsuygj img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.roo-2sheuf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.roo-2sheuf > .roo-8x63hf {
  flex: 1 1;
}

@media (max-width: 767px) {
  .roo-2sheuf {
    flex-direction: column;
    gap: 12px;
  }
}

.roo-rgcubj {
  display: flex;
}

.roo-rgcubj .roo-gbyro3 {
  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;
}

.roo-rgcubj .roo-nnku78 {
  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;
}

.roo-rgcubj .roo-ar6mvc {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.roo-rgcubj .roo-s5lc15 {
  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));
  }
}

.roo-rgcubj .roo-s5lc15:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.roo-rgcubj .roo-jczlti {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.roo-kc3x9v {
  border: unset;
  background-color: unset;
}

.roo-kc3x9v tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.roo-kc3x9v .roo-kenv6q,
.roo-kc3x9v .roo-1mnsr5 {
  flex: 0 1 330px;
}

.roo-kc3x9v .roo-jwey80 {
  flex: 1 1;
}

.roo-kc3x9v tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roo-kc3x9v tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.roo-kc3x9v tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.roo-kc3x9v tr td p {
  color: #fff;
  margin: 0;
}

.roo-kc3x9v tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.roo-kc3x9v tr.roo-kenv6q td p {
  padding: 16px 0;
}

.roo-kc3x9v tr.roo-kenv6q td p:not(:last-child),
.roo-kc3x9v tr.roo-1mnsr5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.roo-kc3x9v tr.roo-kenv6q td p:first-child,
.roo-kc3x9v tr.roo-1mnsr5 td p:first-child {
  padding-top: 0;
}

.roo-kc3x9v tr.roo-1mnsr5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roo-kc3x9v tr.roo-1mnsr5 td p:last-child {
  padding-bottom: 0;
}

.roo-kc3x9v .roo-1mnsr5 img {
  max-width: 32px;
}

.roo-kc3x9v .roo-jwey80 {
  min-width: 718px;
}

.roo-kc3x9v .roo-jwey80 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.roo-kc3x9v .roo-jwey80 td {
  display: flex;
}

.roo-kc3x9v .roo-jwey80 td:last-child .roo-5dbeyl,
.roo-kc3x9v .roo-jwey80 td:last-child .roo-v81caq,
.roo-kc3x9v .roo-jwey80 td:last-child .roo-znme04 {
  flex: 1 1 50%;
}

.roo-kc3x9v .roo-jwey80 td:last-child .roo-pm1k70 {
  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;
}

.roo-kc3x9v .roo-jwey80 td:last-child .roo-uvilgw,
.roo-kc3x9v .roo-jwey80 td:last-child .roo-hbubcz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.roo-kc3x9v .roo-jwey80 td:last-child .roo-5dbeyl,
.roo-kc3x9v .roo-jwey80 td:last-child .roo-v81caq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roo-kc3x9v .roo-jwey80 td:last-child .roo-5dbeyl span,
.roo-kc3x9v .roo-jwey80 td:last-child .roo-v81caq span {
  font-weight: 800;
}

.roo-kc3x9v .roo-jwey80 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .roo-kc3x9v .roo-jwey80 td .roo-znme04:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .roo-kc3x9v tr.roo-kenv6q td p:last-child {
    padding-bottom: 0;
  }
  .roo-kc3x9v .roo-1mnsr5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .roo-kc3x9v .roo-1mnsr5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .roo-kc3x9v tr.roo-kenv6q td p:not(:last-child),
  .roo-kc3x9v tr.roo-1mnsr5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .roo-kc3x9v tr.roo-1mnsr5 td p:last-child {
    padding-bottom: 12px;
  }
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-5dbeyl,
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-v81caq,
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-znme04 {
    flex: 1 1 50%;
    padding: 0;
  }
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-5dbeyl,
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-v81caq {
    margin-top: 16px;
  }
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-znme04 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-5dbeyl {
    border-right: 1px solid var(--border-color);
  }
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-znme04:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .roo-kc3x9v .roo-jwey80 td:last-child .roo-znme04:last-child {
    padding-bottom: 0;
  }
}

.roo-znme04 {
  display: flex;
  flex-direction: column;
}

.roo-kc3x9v .roo-jwey80 td .roo-znme04 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.roo-kc3x9v .roo-jwey80 td .roo-znme04:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.roo-kc3x9v .roo-jwey80 td .roo-znme04:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .roo-kc3x9v .roo-jwey80 td .roo-znme04:not(:first-child) {
    padding-left: 0;
  }
  .roo-kc3x9v .roo-jwey80 td .roo-znme04:not(:last-of-type) {
    border-right: unset;
  }
}

.roo-kc3x9v .roo-i3t326 {
  flex: 0 1 485px;
}

.roo-kc3x9v .roo-erpkgj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.roo-kc3x9v .roo-erpkgj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roo-kc3x9v .roo-erpkgj li.roo-sf0wm2 {
  padding: 6px 12px;
}

.roo-kc3x9v .roo-erpkgj li a,
.roo-kc3x9v .roo-erpkgj 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;
}

.roo-kc3x9v .roo-hbrh53,
.roo-kc3x9v .roo-pymb2m {
  flex: 1 1;
}

.roo-kc3x9v .roo-brfrj0,
.roo-kc3x9v .roo-fr79m6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.roo-kc3x9v .roo-brfrj0 li,
.roo-kc3x9v .roo-fr79m6 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roo-kc3x9v .roo-pymb2m img {
  max-width: 32px;
}

.roo-kc3x9v .roo-hbrh53 img {
  max-width: 32px;
}

.roo-kc3x9v .roo-kws7lc {
  min-width: 280px;
}

.roo-kc3x9v .roo-kws7lc img {
  max-width: 146px;
}

.roo-kc3x9v .roo-kws7lc td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .roo-kc3x9v .roo-kenv6q,
  .roo-kc3x9v .roo-1mnsr5 {
    flex: 0 1 auto;
  }
  .roo-kc3x9v .roo-jwey80 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .roo-kc3x9v .roo-kenv6q,
  .roo-kc3x9v .roo-i3t326,
  .roo-kc3x9v .roo-1mnsr5,
  .roo-kc3x9v .roo-jwey80 {
    flex: 1 1 calc(50% - 20px);
  }
  .roo-kc3x9v .roo-hbrh53,
  .roo-kc3x9v .roo-kws7lc,
  .roo-kc3x9v .roo-pymb2m {
    flex: 1 1 30%;
  }
  .roo-kc3x9v .roo-kws7lc {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .roo-kc3x9v .roo-kenv6q,
  .roo-kc3x9v .roo-i3t326,
  .roo-kc3x9v .roo-hbrh53,
  .roo-kc3x9v .roo-1mnsr5,
  .roo-kc3x9v .roo-jwey80,
  .roo-kc3x9v .roo-kws7lc,
  .roo-kc3x9v .roo-pymb2m {
    flex: 1 1 100%;
  }
}

.roo-64mim9 .roo-hikjoc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roo-64mim9 .roo-osamo9 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.roo-64mim9 .roo-pldgaj {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.roo-64mim9 .roo-uptnl7 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.roo-64mim9 .roo-uptnl7 > :nth-child(3) {
  margin-top: 0;
}

.roo-64mim9 .roo-0pm2bm {
  grid-column: 2/3;
  grid-row: 1/10;
}

.roo-64mim9 .roo-ws17zs {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.roo-64mim9 .roo-gtbwvb {
  grid-column: 1/2;
}

.roo-64mim9 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.roo-64mim9 .roo-osamo9: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;
}

.roo-64mim9 .roo-osamo9:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.roo-64mim9 .roo-3m9grm {
  min-width: 240px;
}

@media (max-width: 768px) {
  .roo-64mim9 .roo-osamo9:not(:last-child):before {
    bottom: 8px;
  }
  .roo-64mim9 .roo-osamo9:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .roo-64mim9 .roo-uptnl7 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .roo-64mim9 .roo-0pm2bm {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .roo-64mim9 .roo-0pm2bm img {
    width: 100%;
    height: auto;
  }
  .roo-64mim9 .roo-3m9grm {
    width: 100%;
    min-width: unset;
  }
}

.roo-odkzwt .roo-l7rks6 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.roo-odkzwt .roo-301mda {
  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;
}

.roo-odkzwt .roo-0pm2bm {
  height: 100%;
}

.roo-odkzwt .roo-0pm2bm img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.roo-odkzwt .roo-4jm3vy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.roo-odkzwt .roo-0yvu15 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.roo-odkzwt .roo-cg08rh {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .roo-odkzwt .roo-301mda {
    flex: 1 1 100%;
  }
  .roo-odkzwt .roo-srk6be {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .roo-odkzwt .roo-301mda {
    flex-direction: column;
  }
  .roo-odkzwt .roo-0pm2bm {
    width: 100%;
    height: auto;
  }
  .roo-odkzwt .roo-0pm2bm img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .roo-odkzwt .roo-4jm3vy {
    padding: 0 16px 16px 16px;
  }
  .roo-odkzwt .roo-srk6be {
    min-width: unset;
    width: 100%;
  }
}

.roo-23hflm .roo-py6zkf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.roo-23hflm .roo-zqog21 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.roo-23hflm 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;
}

.roo-23hflm .roo-i6a54z {
  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;
}

.roo-23hflm .roo-zqog21:hover .roo-i6a54z {
  display: flex;
}

.roo-23hflm .roo-3vf9of {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roo-23hflm .roo-zz9heh {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.roo-2y2y91 {
  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;
}

.roo-2y2y91.roo-djh8o5 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.roo-a20bzu ease-in-out;
}

.roo-2y2y91.roo-djh8o5:hover {
  color: #f9cb16;
  background-color: transparent;
}

.roo-23hflm .roo-j7hbcr {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.roo-a20bzu ease-in-out;
}

.roo-23hflm .roo-j7hbcr:hover {
  color: #196948;
  background-color: #f9cb16;
}

.roo-23hflm .roo-j7hbcr:after,
.roo-2y2y91.roo-djh8o5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.roo-2y2y91.roo-djh8o5:after {
  background-image: url(../images/Cash.svg);
}

.roo-23hflm .roo-j7hbcr:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .roo-23hflm .roo-py6zkf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .roo-23hflm .roo-py6zkf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roo-23hflm .roo-py6zkf {
    grid-template-columns: 1fr;
  }
  .roo-23hflm .roo-zqog21 {
    height: auto;
  }
  .roo-23hflm .roo-zqog21 .roo-i6a54z {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .roo-23hflm .roo-3vf9of,
  .roo-23hflm .roo-zz9heh {
    text-align: left;
  }
  .roo-23hflm .roo-zz9heh {
    margin-bottom: 8px;
  }
  .roo-23hflm img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.roo-9chlzl {
  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;
}

.roo-9chlzl.roo-9qb8lw {
  display: block;
}

.roo-9chlzl .roo-02xdfp {
  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;
}

.roo-9chlzl .roo-hnbwqb {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.roo-9chlzl .roo-l3rc59 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.roo-9chlzl .roo-x1nrcz {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.roo-9chlzl .roo-2y2y91 {
  min-width: 296px;
  margin-bottom: 0;
}

.roo-9chlzl .roo-34osei {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.roo-9chlzl .roo-gx7o0a {
  position: relative;
  flex: 1 1;
}

.roo-9chlzl .roo-gx7o0a iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .roo-9chlzl .roo-hnbwqb {
    flex-wrap: wrap;
    gap: 8px;
  }
  .roo-9chlzl .roo-l3rc59 {
    order: 1;
  }
  .roo-9chlzl .roo-x1nrcz {
    order: 3;
    flex: 1 1 100%;
  }
  .roo-9chlzl .roo-2y2y91 {
    width: 100%;
    min-width: unset;
  }
  .roo-9chlzl .roo-34osei {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .roo-lehfbn > .roo-47hv9o {
    margin-bottom: 0;
  }
  .roo-lehfbn > .roo-gtbwvb,
  .roo-lehfbn > p {
    margin-top: 0;
  }
}

.roo-hkktlz img,
.roo-jneblj img {
  width: auto;
  object-fit: contain;
}

.roo-hkktlz {
  align-items: center;
}

.roo-hkktlz img {
  max-height: 76px;
}

.roo-jneblj img {
  max-height: 64px;
}

.roo-i8oeve {
  overflow: auto;
}

.roo-72qai7 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.roo-4a234j:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.roo-9sgyhz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.roo-ny3pck {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roo-9sgyhz .roo-0pm2bm {
  margin-right: 20px;
  flex-shrink: 0;
}

.roo-9sgyhz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.roo-wqdbgn {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.roo-wqdbgn > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roo-9sgyhz {
    padding: 15px 10px;
  }
  .roo-wqdbgn {
    padding: 15px 10px;
  }
  .roo-9sgyhz .roo-0pm2bm {
    margin-right: 10px;
  }
}

.roo-wxekve {
  overflow-x: auto;
}

.roo-fxhu6n {
  border-collapse: collapse;
  width: 100%;
}

.roo-wxekve th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.roo-wxekve td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.roo-wxekve td.roo-v0i9hi {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.roo-wxekve td.roo-wvwy7r {
  border-right: none;
}

.roo-wxekve td.roo-wvwy7r .roo-0pm2bm {
  justify-content: flex-start;
}

.roo-wxekve td.roo-wvwy7r .roo-0pm2bm img {
  height: auto;
  width: 90px;
}

.roo-wxekve td.roo-4udtbi,
.roo-wxekve td.roo-jm9q84 {
  font-weight: 600;
  text-align: right;
}

.roo-wxekve td.roo-1gckuj,
.roo-wxekve td.roo-4udtbi {
  padding-bottom: 10px;
  border-bottom: none;
}

.roo-wxekve td.roo-4udtbi,
.roo-wxekve td.roo-jm9q84 {
  border-left: none;
}

.roo-wxekve td.roo-1gckuj,
.roo-wxekve td.roo-nvxnme {
  border-right: none;
}

.roo-wxekve td.roo-nvxnme,
.roo-wxekve td.roo-jm9q84 {
  border-top: none;
  padding-top: 10px;
}

.roo-dabnks {
  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;
}

.roo-dabnks .roo-srk6be {
  min-width: unset;
  width: 100%;
}

.roo-dabnks .roo-srk6be.roo-7nijrv {
  grid-column: 1/2;
  grid-row: 1/2;
}

.roo-dabnks .roo-srk6be.roo-xvw303 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.roo-dabnks .roo-5jez1z {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .roo-dabnks {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .roo-dabnks .roo-srk6be.roo-7nijrv {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roo-dabnks .roo-srk6be.roo-xvw303 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .roo-dabnks .roo-5jez1z {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.roo-jf5fp4 {
  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;
}

.roo-68i9s3 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.roo-8ryj6l p a img {
  margin: 0 auto;
  display: block;
}

.roo-8ryj6l table {
  margin-bottom: 17px;
}

/* contanct form */
.roo-szvbe4 {
  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;
}

.roo-szvbe4 label {
  font-size: 14px;
}

.roo-szvbe4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roo-szvbe4 input,
.roo-szvbe4 textarea,
.roo-szvbe4 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;
}
.roo-szvbe4 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roo-a20bzu ease;
}
.roo-szvbe4 button:hover {
  background-color: #691204;
}
.roo-r00x2e {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roo-9az437 ease-in;
}

.roo-r00x2e 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;
}
.roo-hwcwp4, .roo-1xkp4y, [class*="review-card"],
thead, thead th, table th, .roo-fpoavw,
.roo-4y8re7, [class*="collapsible-header"],
.roo-l4u3pf, [class*="updated-block"] {
  color: #ece7dc !important;
}
