@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-4j70n0 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roo-nphpnf {
  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-2zy1fl,
ul.roo-2zy1fl {
  padding-left: 20px;
}

ul.roo-2zy1fl {
  list-style: disc;
}

ol.roo-2zy1fl {
  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-dkwfjw > .roo-fwc9ke,
.roo-dkwfjw > .roo-hnejlw,
.roo-dkwfjw > blockquote,
.roo-dkwfjw > h1,
.roo-dkwfjw > h2,
.roo-dkwfjw > h3,
.roo-dkwfjw > h4,
.roo-dkwfjw > h5,
.roo-dkwfjw > h6,
.roo-dkwfjw > ol,
.roo-dkwfjw > p,
.roo-dkwfjw > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roo-dkwfjw > ol,
.roo-dkwfjw > ul {
  padding-left: 50px;
}

.roo-dkwfjw 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-dkwfjw:not(:last-child) {
  margin-bottom: 2rem;
}

.roo-dkwfjw > :not(:first-child) {
  margin-top: 2rem;
}

.roo-dkwfjw {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roo-dkwfjw:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .roo-dkwfjw:first-child {
    margin-top: 20px;
  }
}

.roo-dkwfjw > p:last-of-type {
  margin-bottom: 32px;
}

.roo-dkwfjw > .roo-5hsqbx:not(:first-child) {
  margin: 64px auto 16px auto;
}

.roo-9akdnu > .roo-5hsqbx {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roo-hnejlw {
  overflow: auto;
}

.roo-hnejlw::-webkit-scrollbar {
  height: 5px;
}

.roo-hnejlw table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.roo-hnejlw table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.roo-hnejlw table thead,
table thead {
  border-bottom: none;
}

.roo-hnejlw table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.roo-hnejlw table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.roo-hnejlw table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.roo-hnejlw .roo-dcn0ff {
  table-layout: auto;
}

.roo-hnejlw .roo-dcn0ff th {
  word-break: normal;
}

.roo-hnejlw .roo-dcn0ff td {
  word-break: normal;
}

.roo-4j70n0 .roo-4j70n0 {
  padding-right: 0;
  padding-left: 0;
}

.roo-esgeyp {
  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-v7q2yn {
  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-h5b9pc {
  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-fwc9ke {
  margin-top: 24px;
}

.roo-fwc9ke.roo-tpgiju {
  text-align: left;
}

.roo-fwc9ke.roo-7jf7o4 {
  text-align: right;
}

.roo-fwc9ke.roo-z98r3g {
  text-align: center;
}

.roo-93fexv {
  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-i0e15t ease-in-out;
  cursor: pointer;
}

.roo-93fexv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.roo-93fexv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .roo-93fexv {
    min-width: unset;
  }
}

.roo-3xfbs1 {
  background-color: var(--fh-bg-color);
}

.roo-1ecuoq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.roo-4u6tut {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.roo-4u6tut img {
  max-height: 80px;
  object-fit: contain;
}

.roo-0275la {
  flex: 1 1;
}

.roo-hwhdmp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.roo-ukig70 {
  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-ukig70 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-ukig70.roo-ixxphc span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.roo-ukig70.roo-ixxphc span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.roo-ukig70.roo-ixxphc span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.roo-0275la + .roo-hwhdmp {
  margin-left: 20px;
}

.roo-qzfajs {
  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-qzfajs > svg {
  max-width: 24px;
  max-height: 24px;
}

.roo-qzfajs + .roo-qzfajs {
  margin-left: 5px;
}

.roo-4esjvy {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.roo-4esjvy:hover {
  background-color: var(--button-bg-hover);
}

.roo-od8vcr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.roo-i0e15t ease-in-out;
  border: 1px solid var(--border-color);
}

.roo-od8vcr:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.roo-dzerix {
  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-0275la {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .roo-dzerix {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .roo-0275la {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .roo-qzfajs {
    min-width: unset;
    flex: 1 1;
  }
}

.roo-9dyvn7 {
  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-9dyvn7:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.roo-9dyvn7:hover .roo-q5adsw {
  opacity: 1;
  pointer-events: auto;
}

.roo-7eflfg {
  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-wvcu3w ease-in-out;
  gap: 4px;
}

.roo-7eflfg > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roo-7eflfg .roo-esgeyp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roo-g1h1ja,
.roo-7eflfg:hover {
  color: var(--button-bg-hover);
}

.roo-lcsp45 {
  position: relative;
}

.roo-lcsp45 .roo-7eflfg {
  margin-right: 0;
  padding-right: 4px;
}

.roo-auu2bf svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roo-lcsp45.roo-ixxphc .roo-auu2bf svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.roo-lcsp45.roo-ixxphc .roo-q5adsw {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.roo-lcsp45.roo-ixxphc .roo-q5adsw::before {
  display: none;
}

.roo-auu2bf svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.roo-q5adsw {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.roo-6l1b83 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.roo-q5adsw::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.roo-q5adsw:hover {
  color: var(--fh-bg-color);
}

.roo-oajh4n {
  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-6l1b83 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.roo-wvcu3w ease-in-out;
  -o-transition: 0.roo-wvcu3w ease-in-out;
  transition: 0.roo-wvcu3w ease-in-out;
}

.roo-oajh4n .roo-esgeyp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roo-hcqmle,
.roo-oajh4n:hover {
  color: var(--button-bg-hover);
}

.roo-s7v2gm {
  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-s7v2gm.roo-pp1d7j {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.roo-s7v2gm.roo-pp1d7j:after,
.roo-s7v2gm.roo-pp1d7j:before {
  content: "";
  position: absolute;
  margin: auto;
}

.roo-s7v2gm.roo-pp1d7j: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-s7v2gm.roo-pp1d7j:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.roo-s7v2gm.roo-pp1d7j > * {
  z-index: 1;
}

.roo-s7v2gm b,
.roo-s7v2gm strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.roo-s7v2gm .roo-2r4irq {
  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-s7v2gm .roo-zxgzjb {
  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-s7v2gm .roo-esgeyp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.roo-s7v2gm .roo-4dj811 {
  margin-top: 12px;
}

.roo-4dj811 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.roo-sua2m5 {
  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-4dj811 .roo-3xzaap {
  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-i0e15t ease-in-out;
}

.roo-4dj811 .roo-3xzaap:hover {
  background: rgba(255, 255, 255, 0.3);
}

.roo-z6a2z3 {
  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-s7v2gm.roo-j2i8jx {
  gap: 12px;
  padding: 16px;
}

.roo-s7v2gm.roo-j2i8jx .roo-z6a2z3 {
  min-width: 240px;
}

.roo-s7v2gm.roo-j2i8jx .roo-z6a2z3.roo-84mpnw {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .roo-s7v2gm .roo-2r4irq {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .roo-s7v2gm .roo-zxgzjb {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .roo-s7v2gm .roo-esgeyp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .roo-s7v2gm.roo-j2i8jx .roo-esgeyp {
    max-width: 126px;
  }
  .roo-s7v2gm .roo-4dj811 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .roo-s7v2gm .roo-sua2m5 {
    max-width: unset;
  }
  .roo-z6a2z3 {
    min-width: unset;
    width: 100%;
  }
  .roo-s7v2gm .roo-z6a2z3 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .roo-s7v2gm.roo-j2i8jx {
    grid-template-rows: auto 1fr auto;
  }
  .roo-s7v2gm.roo-j2i8jx .roo-z6a2z3 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .roo-s7v2gm {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .roo-s7v2gm .roo-2r4irq {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .roo-s7v2gm .roo-esgeyp {
    max-width: 78px;
  }
  .roo-s7v2gm .roo-4dj811 {
    margin-top: -12px;
  }
  .roo-s7v2gm.roo-j2i8jx {
    gap: 8px;
  }
  .roo-s7v2gm.roo-j2i8jx .roo-2r4irq {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .roo-s7v2gm.roo-j2i8jx .roo-zxgzjb {
    grid-column: 1/3;
  }
  .roo-s7v2gm.roo-j2i8jx .roo-esgeyp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .roo-s7v2gm.roo-j2i8jx .roo-esgeyp img {
    max-width: 114px;
  }
}

.roo-z6a2z3.roo-jqeon3,
.roo-z6a2z3.roo-c3hyg2,
.roo-z6a2z3.roo-gyv9tb {
  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-i0e15t ease-in-out;
}

.roo-z6a2z3.roo-jqeon3,
.roo-z6a2z3.roo-gyv9tb {
  padding: 10px;
}

.roo-z6a2z3.roo-jqeon3:hover,
.roo-z6a2z3.roo-c3hyg2:hover,
.roo-z6a2z3.roo-gyv9tb:hover {
  background: var(--button-bg-hover);
}

.roo-z6a2z3.roo-jqeon3:hover svg path,
.roo-z6a2z3.roo-gyv9tb:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.roo-z6a2z3.roo-84mpnw {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.roo-i0e15t ease-in-out;
  background: var(--button-bg-color);
}

.roo-z6a2z3.roo-84mpnw:hover {
  background-color: var(--button-bg-hover);
}

.roo-z6a2z3.roo-c3hyg2: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-z6a2z3.roo-c3hyg2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roo-z6a2z3.roo-84mpnw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roo-yro67f {
  max-width: 650px;
}

.roo-7bai09 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.roo-38ee40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.roo-zgibhe {
  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-wvcu3w ease-in-out;
  cursor: pointer;
}

.roo-zgibhe:hover {
  opacity: 0.5;
}

.roo-zgibhe:focus {
  outline: 0;
}

.roo-zgibhe:focus .roo-qqmuz6,
.roo-zgibhe:hover .roo-qqmuz6 {
  fill: red;
  fill-opacity: 1;
}

.roo-zgibhe:hover {
  cursor: pointer;
}

.roo-7sqp25 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.roo-yro67f.roo-z98r3g {
  margin: 0 auto;
}

.roo-yro67f.roo-7jf7o4 {
  margin-left: auto;
}

.roo-jqubaz {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.roo-q294b4 {
  padding-bottom: 50px;
}

.roo-2yfsdw {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.roo-zcrlj3 {
  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-fbwdxk {
  margin-top: 24px;
}

.roo-h5jhoh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roo-35ddkk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.roo-d18e4n {
  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-322ire {
  width: 468px;
}

.roo-d18e4n .roo-q5adsw {
  margin: 0.roo-35os6b 0;
}

.roo-xgdvm2 {
  display: flex;
  min-width: 224px;
}

.roo-h0d29k {
  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-wvcu3w ease-in-out;
}

.roo-ufgl1c,
.roo-h0d29k:hover {
  color: var(--text-color);
}

.roo-12nrl9 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.roo-5pp1ec {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .roo-jqubaz {
    padding: 16px;
  }
  .roo-12nrl9 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .roo-5pp1ec {
    align-items: center;
  }
  .roo-322ire {
    width: unset;
  }
  .roo-xgdvm2 {
    min-width: unset;
  }
  .roo-d18e4n {
    max-height: unset;
  }
  .roo-2yfsdw {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .roo-jqubaz {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.roo-vhrbdl {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roo-vhrbdl:not(:last-child) {
  margin-bottom: 16px;
}

.roo-ldf3rw {
  outline: 0;
}

.roo-ldf3rw .roo-kzyiyc {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.roo-qut80b {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .roo-qut80b {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.roo-qut80b::-webkit-details-marker {
  display: none;
}

.roo-qut80b: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-qut80b: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-qut80b:after {
  transform: unset;
}

.roo-kzyiyc {
  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-kzyiyc 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-wvcu3w ease-in-out;
  -o-transition: 0.roo-wvcu3w ease-in-out;
  transition: 0.roo-wvcu3w ease-in-out;
}

.roo-dc5sk1 {
  padding: 16px 0 0 0;
}

.roo-dc5sk1 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .roo-dc5sk1 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roo-qut80b {
    flex-wrap: wrap;
    gap: 12px;
  }
  .roo-qut80b::after {
    margin-left: auto;
  }
  .roo-kzyiyc {
    order: 3;
    flex: 1 1 100%;
  }
  .roo-qut80b {
    font-size: 14px;
    line-height: 130%;
  }
  .roo-kzyiyc svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.roo-qct2e2 {
  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-l3vyc9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.roo-qct2e2.roo-ixxphc .roo-l3vyc9 {
  margin-bottom: 12px;
}

.roo-l3vyc9::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-qct2e2.roo-ixxphc .roo-l3vyc9::after {
  transform: unset;
}

.roo-m0w2j2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.roo-komg5n {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.roo-wvcu3w ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.roo-komg5n: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-qct2e2.roo-ixxphc .roo-m0w2j2 {
  max-height: 100%;
}

.roo-48vp30 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.roo-uj3put {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.roo-oyw98f {
  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-x1zvyd {
  margin-right: 4px;
}

.roo-5w20np {
  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-wvcu3w ease-in-out;
}

.roo-5w20np svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.roo-7jhpfu,
.roo-5w20np:hover {
  color: var(--text-color);
}

.roo-smk8yy {
  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-smk8yy img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.roo-smk8yy .roo-snkawp {
  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-smk8yy .roo-ssfbj6 {
  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-qnm8na {
  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-ea5ck8 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roo-ior4lg .roo-4j70n0 {
  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-ior4lg {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.roo-i8x4ru {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.roo-encabc {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.roo-ryp9ym {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.roo-w6balj 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-ryp9ym:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.roo-hm2uyy {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.roo-vbsbmc {
  -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-wvcu3w ease-in-out;
  transition: transform 0.roo-wvcu3w ease-in-out;
  -o-transition: transform 0.roo-wvcu3w ease-in-out;
  transition:
    transform 0.roo-wvcu3w ease-in-out,
    -webkit-transform 0.roo-wvcu3w ease-in-out;
  cursor: pointer;
}

.roo-vbsbmc svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.roo-vbsbmc: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-3ubetr {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .roo-3ubetr {
    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-kuy966 {
  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-ukizqm {
  position: relative;
  width: 100%;
}

.roo-kuy966.roo-2e1v22 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.roo-kuy966.roo-z98r3g {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roo-kuy966.roo-7jf7o4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roo-natpti {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.roo-0wrefe {
  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-wvcu3w ease-in-out;
  cursor: pointer;
}

.roo-0wrefe:hover {
  opacity: 0.5;
}

.roo-kuy966.roo-qxxhlh .roo-0wrefe {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.roo-kuy966.roo-qxxhlh .roo-natpti {
  cursor: pointer;
}

.roo-6yptsc {
  fill: #0009;
}

.roo-eiryxu {
  fill: #fff;
}

.roo-0wrefe:hover .roo-6yptsc {
  fill: red;
}

.roo-0wrefe svg path {
  -webkit-transition: 0.roo-wvcu3w ease-in-out;
  -o-transition: 0.roo-wvcu3w ease-in-out;
  transition: 0.roo-wvcu3w ease-in-out;
}

.roo-nzlnci {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.roo-nzlnci > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.roo-nzlnci.roo-84926l > :not(.get-image) {
  grid-column: 1/3;
}

.roo-3yxrqn:not(._h1-block) .roo-nzlnci > .roo-5hsqbx {
  grid-row: 1/2;
  grid-column: 1/3;
}

.roo-nzlnci.roo-84926l .roo-6jknhq {
  grid-column: 2/3;
}

.roo-nzlnci.roo-84926l > .roo-esgeyp {
  grid-column: 1/2;
}

.roo-nzlnci.roo-84926l > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.roo-nzlnci > p:first-of-type {
  margin-top: 0;
}

.roo-nzlnci .roo-esgeyp {
  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-3yxrqn:not(._h1-block) .roo-5hsqbx ~ .roo-esgeyp {
  grid-row: 2/10;
}

.roo-3yxrqn.roo-6xxlrj .roo-5hsqbx ~ .roo-esgeyp {
  grid-row: 1/10;
}

.roo-3yxrqn.roo-6xxlrj > .roo-5hsqbx {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.roo-3yxrqn.roo-6xxlrj .roo-esgeyp {
  grid-row: 1/10;
}

.roo-nzlnci.roo-h8pa6d .roo-esgeyp {
  align-items: flex-start;
}

.roo-nzlnci.roo-z98r3g .roo-6jknhq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.roo-nzlnci.roo-z98r3g .roo-esgeyp {
  align-items: center;
}

.roo-nzlnci.roo-vealhz .roo-esgeyp {
  align-items: flex-end;
}

.roo-6jknhq > :first-child {
  margin-top: 0;
}

.roo-6jknhq > :last-child {
  margin-bottom: 0;
}

* + .roo-p26sz2,
.roo-3yxrqn + .roo-3yxrqn {
  margin-top: 2rem;
}

.roo-pxivix td::before,
.roo-pxivix th::after {
  display: none !important;
}

.roo-pxivix #link-selector {
  color: #000;
}

.roo-pxivix .roo-9dloqn {
  color: #135e96;
}

.roo-pxivix .roo-ozqru8 *,
.roo-pxivix .roo-3m5zg8 p,
.roo-pxivix .roo-meoqsu * {
  color: #000;
}

.roo-pxivix .roo-zqr5s2 {
  background: 0 0 !important;
}

.roo-pxivix .roo-6of8p0 {
  color: #000;
}

.roo-pxivix .roo-duvjd0.roo-j4qf3h {
  color: #fff;
}

.roo-pxivix .roo-agl6e8 {
  color: #000;
}

.roo-pxivix
  .roo-yk4b7i
  .roo-cuosi5.roo-j4qf3h.roo-umetbi {
  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-c1jzph,
body .roo-tap9yk {
  color: #000;
  background: var(--color-body) !important;
}

.roo-c1jzph .roo-azpx70 .roo-nwu3js,
body .roo-tap9yk .roo-azpx70 .roo-nwu3js {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roo-komg5n:focus,
  .roo-komg5n:hover {
    color: #f9cb16;
  }
  .roo-flljm2:focus,
  .roo-flljm2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roo-88ohnx:focus img,
  .roo-88ohnx:focus svg,
  .roo-88ohnx:hover img,
  .roo-88ohnx:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .roo-smk8yy {
    display: none;
  }
}

@media (min-width: 1024px) {
  .roo-lcsp45:hover .roo-auu2bf svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .roo-auu2bf {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .roo-et6d7g {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .roo-aot7bb {
    grid-template-columns: repeat(4, 1fr);
  }
  .roo-cecej6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .roo-xk4kjr .roo-ewnrmg {
    grid-template-columns: 1fr;
  }
  .roo-xk4kjr .roo-22mrst {
    -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-xk4kjr .roo-fq9rcd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roo-xk4kjr .roo-hrpipd {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roo-xk4kjr .roo-jwfl5h {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .roo-xk4kjr .roo-fq9rcd:not(:first-child) {
    border: none;
  }
  .roo-xk4kjr .roo-fq9rcd:first-child .roo-hrpipd {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .roo-xk4kjr .roo-fq9rcd:last-child .roo-hrpipd {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .roo-1ecuoq {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .roo-4u6tut {
    max-width: 100px;
  }
  .roo-0275la {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .roo-hwhdmp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .roo-hwhdmp svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .roo-ukig70 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .roo-0275la + .roo-hwhdmp {
    margin-left: auto;
  }
  .roo-06zzef {
    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-06zzef.roo-ixxphc {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .roo-dzerix {
    -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-9dyvn7 {
    width: 100%;
  }
  .roo-9dyvn7:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .roo-7eflfg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .roo-7eflfg svg {
    margin-right: 4px;
  }
  .roo-lcsp45 {
    -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-auu2bf svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .roo-auu2bf {
    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-q5adsw {
    display: none;
    width: 100%;
  }
  .roo-lcsp45.roo-ixxphc .roo-q5adsw {
    padding: 0 0 0 48px;
  }
  .roo-oajh4n {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .roo-zcrlj3 .roo-esgeyp {
    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-qqkm1x {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roo-qqkm1x + .roo-qqkm1x {
    margin-right: 0;
  }
  .roo-qqkm1x + .roo-esgeyp {
    margin: 0;
  }
  .roo-et6d7g {
    grid-template-columns: repeat(4, 1fr);
  }
  .roo-aot7bb {
    grid-template-columns: repeat(3, 1fr);
  }
  .roo-okak9p,
  .roo-itehpi {
    grid-template-columns: repeat(2, 1fr);
  }
  .roo-nzlnci {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .roo-nzlnci.roo-84926l .roo-6jknhq {
    grid-column: auto;
    grid-row: auto;
  }
  .roo-nzlnci > .roo-5hsqbx {
    grid-column: 1/2;
  }
  .roo-nzlnci.roo-84926l > :not(.get-image) {
    grid-column: 1/2;
  }
  .roo-nzlnci .roo-esgeyp,
  .roo-nzlnci.roo-84926l > .roo-esgeyp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roo-nzlnci.roo-84926l > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .roo-3yxrqn.roo-6xxlrj .roo-nzlnci > .roo-esgeyp {
    grid-row: 1/2;
  }
  .roo-nzlnci .roo-5hsqbx ~ .roo-esgeyp,
  .roo-nzlnci.roo-84926l .roo-5hsqbx ~ .roo-esgeyp {
    grid-row: 2/3;
  }
  .roo-3yxrqn.roo-6xxlrj .roo-5hsqbx ~ .roo-esgeyp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .roo-dkwfjw:first-child .roo-9zbx4o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roo-dkwfjw:first-child .roo-9zbx4o h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .roo-dkwfjw {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .roo-dkwfjw {
    padding: 0;
  }
  .roo-fwc9ke {
    margin-top: 1rem;
  }
  .roo-ldf3rw {
    border-radius: 5px;
  }
  .roo-fb48x7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roo-l3vyc9::after {
    display: inline-block;
  }
  .roo-l3vyc9 {
    margin: 0;
    width: 100%;
  }
  .roo-m0w2j2 {
    width: 100%;
  }
  .roo-m0w2j2.roo-3q68k9 {
    -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-m0w2j2.roo-3q68k9 .roo-o2uuok {
    width: 100%;
  }
  .roo-m0w2j2.roo-3q68k9 .roo-o2uuok:not(:last-child) {
    margin-right: 0;
  }
  .roo-komg5n {
    width: 100%;
    text-align: center;
  }
  .roo-qct2e2.roo-ixxphc .roo-m0w2j2 {
    margin-top: 1rem;
  }
  .roo-et6d7g {
    grid-template-columns: repeat(3, 1fr);
  }
  .roo-cecej6,
  .roo-aot7bb {
    grid-template-columns: repeat(2, 1fr);
  }
  .roo-okak9p,
  .roo-itehpi,
  .roo-6n1vcp {
    grid-template-columns: 1fr;
  }
  .roo-42mc8l {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .roo-89gelu {
    min-width: 300px;
    max-width: 325px;
  }
  .roo-hrpipd {
    cursor: auto;
  }
  .roo-o39f7m .roo-hrpipd {
    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-3ubetr {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .roo-q5adsw {
    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-3ubetr {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.roo-qqkm1x p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .roo-hwhdmp {
    margin: 0 -0.2rem;
  }
  .roo-qqkm1x {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .roo-3omjz1 {
    -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-vxnyd2 {
    max-width: 100%;
  }
  .roo-et6d7g {
    grid-template-columns: repeat(2, 1fr);
  }
  .roo-cecej6,
  .roo-aot7bb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .roo-1ecuoq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roo-hwhdmp {
    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-3xfbs1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roo-qzfajs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roo-f936c1,
  .roo-37ijrs {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .roo-93fexv {
    width: 100%;
  }
  .roo-et6d7g {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .roo-3ubetr {
    top: 127px !important;
  }
}

.roo-98pbj9 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .roo-98pbj9 {
  }
}

@media (max-width: 767px) {
  .roo-98pbj9 {
    margin-bottom: 12px;
  }
}

.roo-98pbj9 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.roo-lxc5sj {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.roo-lxc5sj > .roo-g9xwxy {
  flex: 1 1;
}

@media (max-width: 767px) {
  .roo-lxc5sj {
    flex-direction: column;
    gap: 12px;
  }
}

.roo-s1ep0g {
  display: flex;
}

.roo-s1ep0g .roo-r1b4yo {
  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-s1ep0g .roo-izw5kd {
  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-s1ep0g .roo-57ju0w {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.roo-s1ep0g .roo-yu6s5e {
  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-s1ep0g .roo-yu6s5e:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.roo-s1ep0g .roo-xn9i6q {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.roo-wsg7fw {
  border: unset;
  background-color: unset;
}

.roo-wsg7fw tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.roo-wsg7fw .roo-l1l15f,
.roo-wsg7fw .roo-z7ne2c {
  flex: 0 1 330px;
}

.roo-wsg7fw .roo-7elgd1 {
  flex: 1 1;
}

.roo-wsg7fw 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-wsg7fw tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.roo-wsg7fw tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.roo-wsg7fw tr td p {
  color: #fff;
  margin: 0;
}

.roo-wsg7fw tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.roo-wsg7fw tr.roo-l1l15f td p {
  padding: 16px 0;
}

.roo-wsg7fw tr.roo-l1l15f td p:not(:last-child),
.roo-wsg7fw tr.roo-z7ne2c td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.roo-wsg7fw tr.roo-l1l15f td p:first-child,
.roo-wsg7fw tr.roo-z7ne2c td p:first-child {
  padding-top: 0;
}

.roo-wsg7fw tr.roo-z7ne2c td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roo-wsg7fw tr.roo-z7ne2c td p:last-child {
  padding-bottom: 0;
}

.roo-wsg7fw .roo-z7ne2c img {
  max-width: 32px;
}

.roo-wsg7fw .roo-7elgd1 {
  min-width: 718px;
}

.roo-wsg7fw .roo-7elgd1 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.roo-wsg7fw .roo-7elgd1 td {
  display: flex;
}

.roo-wsg7fw .roo-7elgd1 td:last-child .roo-lr8vsg,
.roo-wsg7fw .roo-7elgd1 td:last-child .roo-bcqrcn,
.roo-wsg7fw .roo-7elgd1 td:last-child .roo-iykle3 {
  flex: 1 1 50%;
}

.roo-wsg7fw .roo-7elgd1 td:last-child .roo-opcxlk {
  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-wsg7fw .roo-7elgd1 td:last-child .roo-42zuek,
.roo-wsg7fw .roo-7elgd1 td:last-child .roo-b0ig5r {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.roo-wsg7fw .roo-7elgd1 td:last-child .roo-lr8vsg,
.roo-wsg7fw .roo-7elgd1 td:last-child .roo-bcqrcn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roo-wsg7fw .roo-7elgd1 td:last-child .roo-lr8vsg span,
.roo-wsg7fw .roo-7elgd1 td:last-child .roo-bcqrcn span {
  font-weight: 800;
}

.roo-wsg7fw .roo-7elgd1 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .roo-wsg7fw .roo-7elgd1 td .roo-iykle3:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .roo-wsg7fw tr.roo-l1l15f td p:last-child {
    padding-bottom: 0;
  }
  .roo-wsg7fw .roo-z7ne2c > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .roo-wsg7fw .roo-z7ne2c > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .roo-wsg7fw tr.roo-l1l15f td p:not(:last-child),
  .roo-wsg7fw tr.roo-z7ne2c td p:not(:last-child) {
    border-bottom: unset;
  }
  .roo-wsg7fw tr.roo-z7ne2c td p:last-child {
    padding-bottom: 12px;
  }
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-lr8vsg,
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-bcqrcn,
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-iykle3 {
    flex: 1 1 50%;
    padding: 0;
  }
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-lr8vsg,
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-bcqrcn {
    margin-top: 16px;
  }
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-iykle3 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-lr8vsg {
    border-right: 1px solid var(--border-color);
  }
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-iykle3:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .roo-wsg7fw .roo-7elgd1 td:last-child .roo-iykle3:last-child {
    padding-bottom: 0;
  }
}

.roo-iykle3 {
  display: flex;
  flex-direction: column;
}

.roo-wsg7fw .roo-7elgd1 td .roo-iykle3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.roo-wsg7fw .roo-7elgd1 td .roo-iykle3:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.roo-wsg7fw .roo-7elgd1 td .roo-iykle3:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .roo-wsg7fw .roo-7elgd1 td .roo-iykle3:not(:first-child) {
    padding-left: 0;
  }
  .roo-wsg7fw .roo-7elgd1 td .roo-iykle3:not(:last-of-type) {
    border-right: unset;
  }
}

.roo-wsg7fw .roo-vpuaan {
  flex: 0 1 485px;
}

.roo-wsg7fw .roo-hn278v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.roo-wsg7fw .roo-hn278v li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roo-wsg7fw .roo-hn278v li.roo-osqbyr {
  padding: 6px 12px;
}

.roo-wsg7fw .roo-hn278v li a,
.roo-wsg7fw .roo-hn278v 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-wsg7fw .roo-e0q9wx,
.roo-wsg7fw .roo-ja69kx {
  flex: 1 1;
}

.roo-wsg7fw .roo-iq1nc8,
.roo-wsg7fw .roo-96dsl9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.roo-wsg7fw .roo-iq1nc8 li,
.roo-wsg7fw .roo-96dsl9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roo-wsg7fw .roo-ja69kx img {
  max-width: 32px;
}

.roo-wsg7fw .roo-e0q9wx img {
  max-width: 32px;
}

.roo-wsg7fw .roo-ehvinv {
  min-width: 280px;
}

.roo-wsg7fw .roo-ehvinv img {
  max-width: 146px;
}

.roo-wsg7fw .roo-ehvinv td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .roo-wsg7fw .roo-l1l15f,
  .roo-wsg7fw .roo-z7ne2c {
    flex: 0 1 auto;
  }
  .roo-wsg7fw .roo-7elgd1 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .roo-wsg7fw .roo-l1l15f,
  .roo-wsg7fw .roo-vpuaan,
  .roo-wsg7fw .roo-z7ne2c,
  .roo-wsg7fw .roo-7elgd1 {
    flex: 1 1 calc(50% - 20px);
  }
  .roo-wsg7fw .roo-e0q9wx,
  .roo-wsg7fw .roo-ehvinv,
  .roo-wsg7fw .roo-ja69kx {
    flex: 1 1 30%;
  }
  .roo-wsg7fw .roo-ehvinv {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .roo-wsg7fw .roo-l1l15f,
  .roo-wsg7fw .roo-vpuaan,
  .roo-wsg7fw .roo-e0q9wx,
  .roo-wsg7fw .roo-z7ne2c,
  .roo-wsg7fw .roo-7elgd1,
  .roo-wsg7fw .roo-ehvinv,
  .roo-wsg7fw .roo-ja69kx {
    flex: 1 1 100%;
  }
}

.roo-kwjgvz .roo-twd4uh {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roo-kwjgvz .roo-xo4kjc {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.roo-kwjgvz .roo-tljvqa {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.roo-kwjgvz .roo-w3jqo1 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.roo-kwjgvz .roo-w3jqo1 > :nth-child(3) {
  margin-top: 0;
}

.roo-kwjgvz .roo-esgeyp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.roo-kwjgvz .roo-c23y10 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.roo-kwjgvz .roo-fwc9ke {
  grid-column: 1/2;
}

.roo-kwjgvz > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.roo-kwjgvz .roo-xo4kjc: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-kwjgvz .roo-xo4kjc:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.roo-kwjgvz .roo-93fexv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .roo-kwjgvz .roo-xo4kjc:not(:last-child):before {
    bottom: 8px;
  }
  .roo-kwjgvz .roo-xo4kjc:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .roo-kwjgvz .roo-w3jqo1 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .roo-kwjgvz .roo-esgeyp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .roo-kwjgvz .roo-esgeyp img {
    width: 100%;
    height: auto;
  }
  .roo-kwjgvz .roo-93fexv {
    width: 100%;
    min-width: unset;
  }
}

.roo-c4wf7l .roo-nwj901 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.roo-c4wf7l .roo-1xk19f {
  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-c4wf7l .roo-esgeyp {
  height: 100%;
}

.roo-c4wf7l .roo-esgeyp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.roo-c4wf7l .roo-9yq5xr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.roo-c4wf7l .roo-mh7flt {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.roo-c4wf7l .roo-7e2lb6 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .roo-c4wf7l .roo-1xk19f {
    flex: 1 1 100%;
  }
  .roo-c4wf7l .roo-z6a2z3 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .roo-c4wf7l .roo-1xk19f {
    flex-direction: column;
  }
  .roo-c4wf7l .roo-esgeyp {
    width: 100%;
    height: auto;
  }
  .roo-c4wf7l .roo-esgeyp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .roo-c4wf7l .roo-9yq5xr {
    padding: 0 16px 16px 16px;
  }
  .roo-c4wf7l .roo-z6a2z3 {
    min-width: unset;
    width: 100%;
  }
}

.roo-lo4frl .roo-67vxri {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.roo-lo4frl .roo-8ii7jb {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.roo-lo4frl 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-lo4frl .roo-37wk84 {
  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-lo4frl .roo-8ii7jb:hover .roo-37wk84 {
  display: flex;
}

.roo-lo4frl .roo-0cuxmm {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roo-lo4frl .roo-6vg0xc {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.roo-8s88ne {
  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-8s88ne.roo-4zv6jt {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.roo-i0e15t ease-in-out;
}

.roo-8s88ne.roo-4zv6jt:hover {
  color: #f9cb16;
  background-color: transparent;
}

.roo-lo4frl .roo-dsnmoc {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.roo-i0e15t ease-in-out;
}

.roo-lo4frl .roo-dsnmoc:hover {
  color: #196948;
  background-color: #f9cb16;
}

.roo-lo4frl .roo-dsnmoc:after,
.roo-8s88ne.roo-4zv6jt:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.roo-8s88ne.roo-4zv6jt:after {
  background-image: url(../images/Cash.svg);
}

.roo-lo4frl .roo-dsnmoc:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .roo-lo4frl .roo-67vxri {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .roo-lo4frl .roo-67vxri {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roo-lo4frl .roo-67vxri {
    grid-template-columns: 1fr;
  }
  .roo-lo4frl .roo-8ii7jb {
    height: auto;
  }
  .roo-lo4frl .roo-8ii7jb .roo-37wk84 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .roo-lo4frl .roo-0cuxmm,
  .roo-lo4frl .roo-6vg0xc {
    text-align: left;
  }
  .roo-lo4frl .roo-6vg0xc {
    margin-bottom: 8px;
  }
  .roo-lo4frl img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.roo-dkfsla {
  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-dkfsla.roo-qxxhlh {
  display: block;
}

.roo-dkfsla .roo-ahkq64 {
  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-dkfsla .roo-yjs9g7 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.roo-dkfsla .roo-1g16ss {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.roo-dkfsla .roo-zr1wiu {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.roo-dkfsla .roo-8s88ne {
  min-width: 296px;
  margin-bottom: 0;
}

.roo-dkfsla .roo-7ji0t7 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.roo-dkfsla .roo-gcg5p9 {
  position: relative;
  flex: 1 1;
}

.roo-dkfsla .roo-gcg5p9 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .roo-dkfsla .roo-yjs9g7 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .roo-dkfsla .roo-1g16ss {
    order: 1;
  }
  .roo-dkfsla .roo-zr1wiu {
    order: 3;
    flex: 1 1 100%;
  }
  .roo-dkfsla .roo-8s88ne {
    width: 100%;
    min-width: unset;
  }
  .roo-dkfsla .roo-7ji0t7 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .roo-nzlnci > .roo-5hsqbx {
    margin-bottom: 0;
  }
  .roo-nzlnci > .roo-fwc9ke,
  .roo-nzlnci > p {
    margin-top: 0;
  }
}

.roo-hlnspd img,
.roo-qqkm1x img {
  width: auto;
  object-fit: contain;
}

.roo-hlnspd {
  align-items: center;
}

.roo-hlnspd img {
  max-height: 76px;
}

.roo-qqkm1x img {
  max-height: 64px;
}

.roo-o8ejlq {
  overflow: auto;
}

.roo-th2g78 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.roo-cv0u8s:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.roo-44z6ok {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.roo-bkfvxu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roo-44z6ok .roo-esgeyp {
  margin-right: 20px;
  flex-shrink: 0;
}

.roo-44z6ok img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.roo-qye4u6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.roo-qye4u6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roo-44z6ok {
    padding: 15px 10px;
  }
  .roo-qye4u6 {
    padding: 15px 10px;
  }
  .roo-44z6ok .roo-esgeyp {
    margin-right: 10px;
  }
}

.roo-j1y45h {
  overflow-x: auto;
}

.roo-i2f1a0 {
  border-collapse: collapse;
  width: 100%;
}

.roo-j1y45h th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.roo-j1y45h td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.roo-j1y45h td.roo-6vdlfx {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.roo-j1y45h td.roo-wwpwt4 {
  border-right: none;
}

.roo-j1y45h td.roo-wwpwt4 .roo-esgeyp {
  justify-content: flex-start;
}

.roo-j1y45h td.roo-wwpwt4 .roo-esgeyp img {
  height: auto;
  width: 90px;
}

.roo-j1y45h td.roo-wnli1k,
.roo-j1y45h td.roo-csnt14 {
  font-weight: 600;
  text-align: right;
}

.roo-j1y45h td.roo-7y6l12,
.roo-j1y45h td.roo-wnli1k {
  padding-bottom: 10px;
  border-bottom: none;
}

.roo-j1y45h td.roo-wnli1k,
.roo-j1y45h td.roo-csnt14 {
  border-left: none;
}

.roo-j1y45h td.roo-7y6l12,
.roo-j1y45h td.roo-la0m3m {
  border-right: none;
}

.roo-j1y45h td.roo-la0m3m,
.roo-j1y45h td.roo-csnt14 {
  border-top: none;
  padding-top: 10px;
}

.roo-t4w6h1 {
  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-t4w6h1 .roo-z6a2z3 {
  min-width: unset;
  width: 100%;
}

.roo-t4w6h1 .roo-z6a2z3.roo-jqeon3 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.roo-t4w6h1 .roo-z6a2z3.roo-gyv9tb {
  grid-column: 2/3;
  grid-row: 1/2;
}

.roo-t4w6h1 .roo-pqfql3 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .roo-t4w6h1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .roo-t4w6h1 .roo-z6a2z3.roo-jqeon3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roo-t4w6h1 .roo-z6a2z3.roo-gyv9tb {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .roo-t4w6h1 .roo-pqfql3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.roo-o3ccoi {
  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-fwlb7s {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.roo-9akdnu p a img {
  margin: 0 auto;
  display: block;
}

.roo-9akdnu table {
  margin-bottom: 17px;
}

/* contanct form */
.roo-hlulx5 {
  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-hlulx5 label {
  font-size: 14px;
}

.roo-hlulx5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roo-hlulx5 input,
.roo-hlulx5 textarea,
.roo-hlulx5 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-hlulx5 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roo-i0e15t ease;
}
.roo-hlulx5 button:hover {
  background-color: #691204;
}
.roo-5k2htx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roo-c718yi ease-in;
}

.roo-5k2htx 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-0tr7dw, .roo-1xxx3z, [class*="review-card"],
thead, thead th, table th, .roo-q4dxq9,
.roo-c3qxx7, [class*="collapsible-header"],
.roo-n98f9m, [class*="updated-block"] {
  color: #ece7dc !important;
}
