@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);
}

.trino-rjgx8d {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trino-mjui4v {
  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.trino-cthfsh,
ul.trino-cthfsh {
  padding-left: 20px;
}

ul.trino-cthfsh {
  list-style: disc;
}

ol.trino-cthfsh {
  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;
  }
}

.trino-bi91mn > .trino-kcmmsd,
.trino-bi91mn > .trino-57cwuq,
.trino-bi91mn > blockquote,
.trino-bi91mn > h1,
.trino-bi91mn > h2,
.trino-bi91mn > h3,
.trino-bi91mn > h4,
.trino-bi91mn > h5,
.trino-bi91mn > h6,
.trino-bi91mn > ol,
.trino-bi91mn > p,
.trino-bi91mn > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trino-bi91mn > ol,
.trino-bi91mn > ul {
  padding-left: 50px;
}

.trino-bi91mn 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;
}

.trino-bi91mn:not(:last-child) {
  margin-bottom: 2rem;
}

.trino-bi91mn > :not(:first-child) {
  margin-top: 2rem;
}

.trino-bi91mn {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trino-bi91mn:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .trino-bi91mn:first-child {
    margin-top: 20px;
  }
}

.trino-bi91mn > p:last-of-type {
  margin-bottom: 32px;
}

.trino-bi91mn > .trino-jhigys:not(:first-child) {
  margin: 64px auto 16px auto;
}

.trino-dums97 > .trino-jhigys {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trino-57cwuq {
  overflow: auto;
}

.trino-57cwuq::-webkit-scrollbar {
  height: 5px;
}

.trino-57cwuq table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.trino-57cwuq table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.trino-57cwuq table thead,
table thead {
  border-bottom: none;
}

.trino-57cwuq table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.trino-57cwuq table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.trino-57cwuq table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.trino-57cwuq .trino-sxe1q1 {
  table-layout: auto;
}

.trino-57cwuq .trino-sxe1q1 th {
  word-break: normal;
}

.trino-57cwuq .trino-sxe1q1 td {
  word-break: normal;
}

.trino-rjgx8d .trino-rjgx8d {
  padding-right: 0;
  padding-left: 0;
}

.trino-ixi2gf {
  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;
}

.trino-4n8zyg {
  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;
}

.trino-zfry3y {
  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;
}

.trino-kcmmsd {
  margin-top: 24px;
}

.trino-kcmmsd.trino-x2rs86 {
  text-align: left;
}

.trino-kcmmsd.trino-9hxool {
  text-align: right;
}

.trino-kcmmsd.trino-h185ha {
  text-align: center;
}

.trino-oo20pb {
  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.trino-mtfe5y ease-in-out;
  cursor: pointer;
}

.trino-oo20pb:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.trino-oo20pb {
  min-width: 328px;
}

@media (max-width: 768px) {
  .trino-oo20pb {
    min-width: unset;
  }
}

.trino-q7rhup {
  background-color: var(--fh-bg-color);
}

.trino-za7fei {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.trino-p2tgnx {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.trino-p2tgnx img {
  max-height: 80px;
  object-fit: contain;
}

.trino-3w968a {
  flex: 1 1;
}

.trino-tnuzo0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.trino-isdvdq {
  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;
}

.trino-isdvdq 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;
}

.trino-isdvdq.trino-urpq1w span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.trino-isdvdq.trino-urpq1w span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.trino-isdvdq.trino-urpq1w span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.trino-3w968a + .trino-tnuzo0 {
  margin-left: 20px;
}

.trino-ivcc3n {
  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;
}

.trino-ivcc3n > svg {
  max-width: 24px;
  max-height: 24px;
}

.trino-ivcc3n + .trino-ivcc3n {
  margin-left: 5px;
}

.trino-plpe25 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.trino-plpe25:hover {
  background-color: var(--button-bg-hover);
}

.trino-pddp57 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.trino-mtfe5y ease-in-out;
  border: 1px solid var(--border-color);
}

.trino-pddp57:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.trino-n8ej3q {
  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) {
  .trino-3w968a {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .trino-n8ej3q {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .trino-3w968a {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .trino-ivcc3n {
    min-width: unset;
    flex: 1 1;
  }
}

.trino-imt7ym {
  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;
}

.trino-imt7ym:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.trino-imt7ym:hover .trino-dp90hd {
  opacity: 1;
  pointer-events: auto;
}

.trino-8f7w0e {
  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.trino-0hslcz ease-in-out;
  gap: 4px;
}

.trino-8f7w0e > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.trino-8f7w0e .trino-ixi2gf img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.trino-r6m2e6,
.trino-8f7w0e:hover {
  color: var(--button-bg-hover);
}

.trino-basmig {
  position: relative;
}

.trino-basmig .trino-8f7w0e {
  margin-right: 0;
  padding-right: 4px;
}

.trino-c4u5jp svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.trino-basmig.trino-urpq1w .trino-c4u5jp svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.trino-basmig.trino-urpq1w .trino-dp90hd {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.trino-basmig.trino-urpq1w .trino-dp90hd::before {
  display: none;
}

.trino-c4u5jp svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.trino-dp90hd {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.trino-zev0y2 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.trino-dp90hd::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.trino-dp90hd:hover {
  color: var(--fh-bg-color);
}

.trino-6fo9ey {
  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.trino-zev0y2 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.trino-0hslcz ease-in-out;
  -o-transition: 0.trino-0hslcz ease-in-out;
  transition: 0.trino-0hslcz ease-in-out;
}

.trino-6fo9ey .trino-ixi2gf img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.trino-vz9y9v,
.trino-6fo9ey:hover {
  color: var(--button-bg-hover);
}

.trino-h2x7jy {
  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%;
}

.trino-h2x7jy.trino-c3zsmn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.trino-h2x7jy.trino-c3zsmn:after,
.trino-h2x7jy.trino-c3zsmn:before {
  content: "";
  position: absolute;
  margin: auto;
}

.trino-h2x7jy.trino-c3zsmn: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);
  }
}

.trino-h2x7jy.trino-c3zsmn:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.trino-h2x7jy.trino-c3zsmn > * {
  z-index: 1;
}

.trino-h2x7jy b,
.trino-h2x7jy strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.trino-h2x7jy .trino-yuhwm1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.trino-h2x7jy .trino-ve4xqj {
  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;
}

.trino-h2x7jy .trino-ixi2gf {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.trino-h2x7jy .trino-isidqe {
  margin-top: 12px;
}

.trino-isidqe {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.trino-ntn0eb {
  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;
}

.trino-isidqe .trino-d0gqgf {
  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.trino-mtfe5y ease-in-out;
}

.trino-isidqe .trino-d0gqgf:hover {
  background: rgba(255, 255, 255, 0.3);
}

.trino-pavdd8 {
  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;
}

.trino-h2x7jy.trino-a40p1b {
  gap: 12px;
  padding: 16px;
}

.trino-h2x7jy.trino-a40p1b .trino-pavdd8 {
  min-width: 240px;
}

.trino-h2x7jy.trino-a40p1b .trino-pavdd8.trino-h7dgvk {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .trino-h2x7jy .trino-yuhwm1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .trino-h2x7jy .trino-ve4xqj {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .trino-h2x7jy .trino-ixi2gf {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .trino-h2x7jy.trino-a40p1b .trino-ixi2gf {
    max-width: 126px;
  }
  .trino-h2x7jy .trino-isidqe {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .trino-h2x7jy .trino-ntn0eb {
    max-width: unset;
  }
  .trino-pavdd8 {
    min-width: unset;
    width: 100%;
  }
  .trino-h2x7jy .trino-pavdd8 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .trino-h2x7jy.trino-a40p1b {
    grid-template-rows: auto 1fr auto;
  }
  .trino-h2x7jy.trino-a40p1b .trino-pavdd8 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .trino-h2x7jy {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .trino-h2x7jy .trino-yuhwm1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .trino-h2x7jy .trino-ixi2gf {
    max-width: 78px;
  }
  .trino-h2x7jy .trino-isidqe {
    margin-top: -12px;
  }
  .trino-h2x7jy.trino-a40p1b {
    gap: 8px;
  }
  .trino-h2x7jy.trino-a40p1b .trino-yuhwm1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .trino-h2x7jy.trino-a40p1b .trino-ve4xqj {
    grid-column: 1/3;
  }
  .trino-h2x7jy.trino-a40p1b .trino-ixi2gf {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .trino-h2x7jy.trino-a40p1b .trino-ixi2gf img {
    max-width: 114px;
  }
}

.trino-pavdd8.trino-xsrbcr,
.trino-pavdd8.trino-bb2f9p,
.trino-pavdd8.trino-cglu4l {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.trino-mtfe5y ease-in-out;
}

.trino-pavdd8.trino-xsrbcr,
.trino-pavdd8.trino-cglu4l {
  padding: 10px;
}

.trino-pavdd8.trino-xsrbcr:hover,
.trino-pavdd8.trino-bb2f9p:hover,
.trino-pavdd8.trino-cglu4l:hover {
  background: var(--button-bg-hover);
}

.trino-pavdd8.trino-xsrbcr:hover svg path,
.trino-pavdd8.trino-cglu4l:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.trino-pavdd8.trino-h7dgvk {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.trino-mtfe5y ease-in-out;
  background: var(--button-bg-color);
}

.trino-pavdd8.trino-h7dgvk:hover {
  background-color: var(--button-bg-hover);
}

.trino-pavdd8.trino-bb2f9p: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);
  }
}

.trino-pavdd8.trino-bb2f9p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.trino-pavdd8.trino-h7dgvk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.trino-swi50h {
  max-width: 650px;
}

.trino-fs42t1 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.trino-2mynjo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trino-q46w9x {
  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.trino-0hslcz ease-in-out;
  cursor: pointer;
}

.trino-q46w9x:hover {
  opacity: 0.5;
}

.trino-q46w9x:focus {
  outline: 0;
}

.trino-q46w9x:focus .trino-tgddgx,
.trino-q46w9x:hover .trino-tgddgx {
  fill: red;
  fill-opacity: 1;
}

.trino-q46w9x:hover {
  cursor: pointer;
}

.trino-sgeepz {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.trino-swi50h.trino-h185ha {
  margin: 0 auto;
}

.trino-swi50h.trino-9hxool {
  margin-left: auto;
}

.trino-6qpudh {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.trino-1pqo9l {
  padding-bottom: 50px;
}

.trino-93koby {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.trino-na6i2j {
  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;
}

.trino-hvh4tj {
  margin-top: 24px;
}

.trino-pof9vz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trino-xj5a6p {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.trino-j82c3y {
  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;
}

.trino-cyehy1 {
  width: 468px;
}

.trino-j82c3y .trino-dp90hd {
  margin: 0.trino-vawonw 0;
}

.trino-elhj21 {
  display: flex;
  min-width: 224px;
}

.trino-9zn2ff {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.trino-0hslcz ease-in-out;
}

.trino-ygowg4,
.trino-9zn2ff:hover {
  color: var(--text-color);
}

.trino-lz72ju {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.trino-0uqra3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .trino-6qpudh {
    padding: 16px;
  }
  .trino-lz72ju {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .trino-0uqra3 {
    align-items: center;
  }
  .trino-cyehy1 {
    width: unset;
  }
  .trino-elhj21 {
    min-width: unset;
  }
  .trino-j82c3y {
    max-height: unset;
  }
  .trino-93koby {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .trino-6qpudh {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.trino-wskvqz {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.trino-wskvqz:not(:last-child) {
  margin-bottom: 16px;
}

.trino-vgxtso {
  outline: 0;
}

.trino-vgxtso .trino-mo9zda {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.trino-jbngsx {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .trino-jbngsx {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.trino-jbngsx::-webkit-details-marker {
  display: none;
}

.trino-jbngsx: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;
}

.trino-jbngsx: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] .trino-jbngsx:after {
  transform: unset;
}

.trino-mo9zda {
  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);
}

.trino-mo9zda 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.trino-0hslcz ease-in-out;
  -o-transition: 0.trino-0hslcz ease-in-out;
  transition: 0.trino-0hslcz ease-in-out;
}

.trino-d2hof6 {
  padding: 16px 0 0 0;
}

.trino-d2hof6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .trino-d2hof6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trino-jbngsx {
    flex-wrap: wrap;
    gap: 12px;
  }
  .trino-jbngsx::after {
    margin-left: auto;
  }
  .trino-mo9zda {
    order: 3;
    flex: 1 1 100%;
  }
  .trino-jbngsx {
    font-size: 14px;
    line-height: 130%;
  }
  .trino-mo9zda svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.trino-mqjrej {
  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;
}

.trino-6pmv3m {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.trino-mqjrej.trino-urpq1w .trino-6pmv3m {
  margin-bottom: 12px;
}

.trino-6pmv3m::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;
}

.trino-mqjrej.trino-urpq1w .trino-6pmv3m::after {
  transform: unset;
}

.trino-bi730n {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.trino-mmwwr9 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.trino-0hslcz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.trino-mmwwr9: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;
}

.trino-mqjrej.trino-urpq1w .trino-bi730n {
  max-height: 100%;
}

.trino-trbv0p {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.trino-01mj9l {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.trino-ei21uh {
  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;
}

.trino-12ky9s {
  margin-right: 4px;
}

.trino-x71i4w {
  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.trino-0hslcz ease-in-out;
}

.trino-x71i4w svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.trino-ihow54,
.trino-x71i4w:hover {
  color: var(--text-color);
}

.trino-ny89we {
  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;
}

.trino-ny89we img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.trino-ny89we .trino-wsu8f1 {
  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;
}

.trino-ny89we .trino-83wms7 {
  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;
}

.trino-o36tox {
  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;
}

.trino-44rskr {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trino-1vsmue .trino-rjgx8d {
  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;
}

.trino-1vsmue {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.trino-qecaob {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.trino-0worx3 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.trino-x8be5i {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.trino-cdxjdb 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;
}

.trino-x8be5i:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.trino-vd7xa7 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.trino-yqyh6j {
  -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.trino-0hslcz ease-in-out;
  transition: transform 0.trino-0hslcz ease-in-out;
  -o-transition: transform 0.trino-0hslcz ease-in-out;
  transition:
    transform 0.trino-0hslcz ease-in-out,
    -webkit-transform 0.trino-0hslcz ease-in-out;
  cursor: pointer;
}

.trino-yqyh6j svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.trino-yqyh6j: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;
}

.trino-0pz43v {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .trino-0pz43v {
    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);
}

.trino-fx9b6k {
  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;
}

.trino-067vkx {
  position: relative;
  width: 100%;
}

.trino-fx9b6k.trino-0lbw2i {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.trino-fx9b6k.trino-h185ha {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trino-fx9b6k.trino-9hxool {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.trino-6dcg2m {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.trino-5r4l5y {
  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.trino-0hslcz ease-in-out;
  cursor: pointer;
}

.trino-5r4l5y:hover {
  opacity: 0.5;
}

.trino-fx9b6k.trino-eikixk .trino-5r4l5y {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.trino-fx9b6k.trino-eikixk .trino-6dcg2m {
  cursor: pointer;
}

.trino-c1iwil {
  fill: #0009;
}

.trino-5m3n8f {
  fill: #fff;
}

.trino-5r4l5y:hover .trino-c1iwil {
  fill: red;
}

.trino-5r4l5y svg path {
  -webkit-transition: 0.trino-0hslcz ease-in-out;
  -o-transition: 0.trino-0hslcz ease-in-out;
  transition: 0.trino-0hslcz ease-in-out;
}

.trino-onemip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.trino-onemip > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.trino-onemip.trino-ufrcrl > :not(.get-image) {
  grid-column: 1/3;
}

.trino-mtqyyu:not(._h1-block) .trino-onemip > .trino-jhigys {
  grid-row: 1/2;
  grid-column: 1/3;
}

.trino-onemip.trino-ufrcrl .trino-kau9gy {
  grid-column: 2/3;
}

.trino-onemip.trino-ufrcrl > .trino-ixi2gf {
  grid-column: 1/2;
}

.trino-onemip.trino-ufrcrl > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.trino-onemip > p:first-of-type {
  margin-top: 0;
}

.trino-onemip .trino-ixi2gf {
  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;
}

.trino-mtqyyu:not(._h1-block) .trino-jhigys ~ .trino-ixi2gf {
  grid-row: 2/10;
}

.trino-mtqyyu.trino-cfvs3g .trino-jhigys ~ .trino-ixi2gf {
  grid-row: 1/10;
}

.trino-mtqyyu.trino-cfvs3g > .trino-jhigys {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.trino-mtqyyu.trino-cfvs3g .trino-ixi2gf {
  grid-row: 1/10;
}

.trino-onemip.trino-i57nod .trino-ixi2gf {
  align-items: flex-start;
}

.trino-onemip.trino-h185ha .trino-kau9gy {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.trino-onemip.trino-h185ha .trino-ixi2gf {
  align-items: center;
}

.trino-onemip.trino-wu22on .trino-ixi2gf {
  align-items: flex-end;
}

.trino-kau9gy > :first-child {
  margin-top: 0;
}

.trino-kau9gy > :last-child {
  margin-bottom: 0;
}

* + .trino-u2d8h4,
.trino-mtqyyu + .trino-mtqyyu {
  margin-top: 2rem;
}

.trino-dowkkd td::before,
.trino-dowkkd th::after {
  display: none !important;
}

.trino-dowkkd #link-selector {
  color: #000;
}

.trino-dowkkd .trino-sughu7 {
  color: #135e96;
}

.trino-dowkkd .trino-2yfxj9 *,
.trino-dowkkd .trino-xz0bjf p,
.trino-dowkkd .trino-av9k21 * {
  color: #000;
}

.trino-dowkkd .trino-ut33nw {
  background: 0 0 !important;
}

.trino-dowkkd .trino-28i4zt {
  color: #000;
}

.trino-dowkkd .trino-b4hx52.trino-vqntl4 {
  color: #fff;
}

.trino-dowkkd .trino-fzzx69 {
  color: #000;
}

.trino-dowkkd
  .trino-y0hcrw
  .trino-6vw0oo.trino-vqntl4.trino-z0y37e {
  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;
}

.trino-wpz1aw,
body .trino-2jqqwm {
  color: #000;
  background: var(--color-body) !important;
}

.trino-wpz1aw .trino-y154mr .trino-l75171,
body .trino-2jqqwm .trino-y154mr .trino-l75171 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .trino-mmwwr9:focus,
  .trino-mmwwr9:hover {
    color: #f9cb16;
  }
  .trino-2rpvnk:focus,
  .trino-2rpvnk:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .trino-iwygdk:focus img,
  .trino-iwygdk:focus svg,
  .trino-iwygdk:hover img,
  .trino-iwygdk:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .trino-ny89we {
    display: none;
  }
}

@media (min-width: 1024px) {
  .trino-basmig:hover .trino-c4u5jp svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .trino-c4u5jp {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .trino-z6jzuh {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .trino-rf5vww {
    grid-template-columns: repeat(4, 1fr);
  }
  .trino-o016am {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .trino-nxdf8t .trino-7f89gh {
    grid-template-columns: 1fr;
  }
  .trino-nxdf8t .trino-b2l96z {
    -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;
  }
  .trino-nxdf8t .trino-j2bet2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .trino-nxdf8t .trino-wem2pi {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .trino-nxdf8t .trino-g91xlq {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .trino-nxdf8t .trino-j2bet2:not(:first-child) {
    border: none;
  }
  .trino-nxdf8t .trino-j2bet2:first-child .trino-wem2pi {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .trino-nxdf8t .trino-j2bet2:last-child .trino-wem2pi {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .trino-za7fei {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .trino-p2tgnx {
    max-width: 100px;
  }
  .trino-3w968a {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .trino-tnuzo0 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .trino-tnuzo0 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .trino-isdvdq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .trino-3w968a + .trino-tnuzo0 {
    margin-left: auto;
  }
  .trino-7cxmsm {
    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;
  }
  .trino-7cxmsm.trino-urpq1w {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .trino-n8ej3q {
    -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;
  }
  .trino-imt7ym {
    width: 100%;
  }
  .trino-imt7ym:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .trino-8f7w0e {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .trino-8f7w0e svg {
    margin-right: 4px;
  }
  .trino-basmig {
    -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;
  }
  .trino-c4u5jp svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .trino-c4u5jp {
    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;
  }
  .trino-dp90hd {
    display: none;
    width: 100%;
  }
  .trino-basmig.trino-urpq1w .trino-dp90hd {
    padding: 0 0 0 48px;
  }
  .trino-6fo9ey {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .trino-na6i2j .trino-ixi2gf {
    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;
  }
  .trino-7rzxwe {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .trino-7rzxwe + .trino-7rzxwe {
    margin-right: 0;
  }
  .trino-7rzxwe + .trino-ixi2gf {
    margin: 0;
  }
  .trino-z6jzuh {
    grid-template-columns: repeat(4, 1fr);
  }
  .trino-rf5vww {
    grid-template-columns: repeat(3, 1fr);
  }
  .trino-xmx3xj,
  .trino-qf9e45 {
    grid-template-columns: repeat(2, 1fr);
  }
  .trino-onemip {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .trino-onemip.trino-ufrcrl .trino-kau9gy {
    grid-column: auto;
    grid-row: auto;
  }
  .trino-onemip > .trino-jhigys {
    grid-column: 1/2;
  }
  .trino-onemip.trino-ufrcrl > :not(.get-image) {
    grid-column: 1/2;
  }
  .trino-onemip .trino-ixi2gf,
  .trino-onemip.trino-ufrcrl > .trino-ixi2gf {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .trino-onemip.trino-ufrcrl > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .trino-mtqyyu.trino-cfvs3g .trino-onemip > .trino-ixi2gf {
    grid-row: 1/2;
  }
  .trino-onemip .trino-jhigys ~ .trino-ixi2gf,
  .trino-onemip.trino-ufrcrl .trino-jhigys ~ .trino-ixi2gf {
    grid-row: 2/3;
  }
  .trino-mtqyyu.trino-cfvs3g .trino-jhigys ~ .trino-ixi2gf {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .trino-bi91mn:first-child .trino-y1t8c1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trino-bi91mn:first-child .trino-y1t8c1 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .trino-bi91mn {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .trino-bi91mn {
    padding: 0;
  }
  .trino-kcmmsd {
    margin-top: 1rem;
  }
  .trino-vgxtso {
    border-radius: 5px;
  }
  .trino-fs06pq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trino-6pmv3m::after {
    display: inline-block;
  }
  .trino-6pmv3m {
    margin: 0;
    width: 100%;
  }
  .trino-bi730n {
    width: 100%;
  }
  .trino-bi730n.trino-m3rg0g {
    -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%;
  }
  .trino-bi730n.trino-m3rg0g .trino-otjmzs {
    width: 100%;
  }
  .trino-bi730n.trino-m3rg0g .trino-otjmzs:not(:last-child) {
    margin-right: 0;
  }
  .trino-mmwwr9 {
    width: 100%;
    text-align: center;
  }
  .trino-mqjrej.trino-urpq1w .trino-bi730n {
    margin-top: 1rem;
  }
  .trino-z6jzuh {
    grid-template-columns: repeat(3, 1fr);
  }
  .trino-o016am,
  .trino-rf5vww {
    grid-template-columns: repeat(2, 1fr);
  }
  .trino-xmx3xj,
  .trino-qf9e45,
  .trino-lnp2uj {
    grid-template-columns: 1fr;
  }
  .trino-axp5re {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .trino-0vy9gv {
    min-width: 300px;
    max-width: 325px;
  }
  .trino-wem2pi {
    cursor: auto;
  }
  .trino-bmmb4l .trino-wem2pi {
    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;
  }
  .trino-0pz43v {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .trino-dp90hd {
    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) {
  .trino-0pz43v {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.trino-7rzxwe p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .trino-tnuzo0 {
    margin: 0 -0.2rem;
  }
  .trino-7rzxwe {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .trino-u2iafm {
    -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;
  }
  .trino-lq74dt {
    max-width: 100%;
  }
  .trino-z6jzuh {
    grid-template-columns: repeat(2, 1fr);
  }
  .trino-o016am,
  .trino-rf5vww {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .trino-za7fei {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trino-tnuzo0 {
    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;
  }
  .trino-q7rhup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trino-ivcc3n {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .trino-1hxvwh,
  .trino-qzb4ml {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .trino-oo20pb {
    width: 100%;
  }
  .trino-z6jzuh {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .trino-0pz43v {
    top: 127px !important;
  }
}

.trino-76iv65 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .trino-76iv65 {
  }
}

@media (max-width: 767px) {
  .trino-76iv65 {
    margin-bottom: 12px;
  }
}

.trino-76iv65 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.trino-tnolaf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.trino-tnolaf > .trino-anf4g1 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .trino-tnolaf {
    flex-direction: column;
    gap: 12px;
  }
}

.trino-014vox {
  display: flex;
}

.trino-014vox .trino-o2z1ud {
  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;
}

.trino-014vox .trino-w6erxz {
  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;
}

.trino-014vox .trino-7hfuy0 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.trino-014vox .trino-1wqb1d {
  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));
  }
}

.trino-014vox .trino-1wqb1d:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.trino-014vox .trino-ccg6y9 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.trino-ehser7 {
  border: unset;
  background-color: unset;
}

.trino-ehser7 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trino-ehser7 .trino-tchf0i,
.trino-ehser7 .trino-6v964i {
  flex: 0 1 330px;
}

.trino-ehser7 .trino-46xzfq {
  flex: 1 1;
}

.trino-ehser7 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.trino-ehser7 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.trino-ehser7 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.trino-ehser7 tr td p {
  color: #fff;
  margin: 0;
}

.trino-ehser7 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.trino-ehser7 tr.trino-tchf0i td p {
  padding: 16px 0;
}

.trino-ehser7 tr.trino-tchf0i td p:not(:last-child),
.trino-ehser7 tr.trino-6v964i td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.trino-ehser7 tr.trino-tchf0i td p:first-child,
.trino-ehser7 tr.trino-6v964i td p:first-child {
  padding-top: 0;
}

.trino-ehser7 tr.trino-6v964i td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.trino-ehser7 tr.trino-6v964i td p:last-child {
  padding-bottom: 0;
}

.trino-ehser7 .trino-6v964i img {
  max-width: 32px;
}

.trino-ehser7 .trino-46xzfq {
  min-width: 718px;
}

.trino-ehser7 .trino-46xzfq td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.trino-ehser7 .trino-46xzfq td {
  display: flex;
}

.trino-ehser7 .trino-46xzfq td:last-child .trino-1oiwty,
.trino-ehser7 .trino-46xzfq td:last-child .trino-efofto,
.trino-ehser7 .trino-46xzfq td:last-child .trino-o9fp0z {
  flex: 1 1 50%;
}

.trino-ehser7 .trino-46xzfq td:last-child .trino-kw0mh1 {
  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;
}

.trino-ehser7 .trino-46xzfq td:last-child .trino-vuwyce,
.trino-ehser7 .trino-46xzfq td:last-child .trino-blfoll {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.trino-ehser7 .trino-46xzfq td:last-child .trino-1oiwty,
.trino-ehser7 .trino-46xzfq td:last-child .trino-efofto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trino-ehser7 .trino-46xzfq td:last-child .trino-1oiwty span,
.trino-ehser7 .trino-46xzfq td:last-child .trino-efofto span {
  font-weight: 800;
}

.trino-ehser7 .trino-46xzfq img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .trino-ehser7 .trino-46xzfq td .trino-o9fp0z:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .trino-ehser7 tr.trino-tchf0i td p:last-child {
    padding-bottom: 0;
  }
  .trino-ehser7 .trino-6v964i > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .trino-ehser7 .trino-6v964i > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .trino-ehser7 tr.trino-tchf0i td p:not(:last-child),
  .trino-ehser7 tr.trino-6v964i td p:not(:last-child) {
    border-bottom: unset;
  }
  .trino-ehser7 tr.trino-6v964i td p:last-child {
    padding-bottom: 12px;
  }
  .trino-ehser7 .trino-46xzfq td:last-child .trino-1oiwty,
  .trino-ehser7 .trino-46xzfq td:last-child .trino-efofto,
  .trino-ehser7 .trino-46xzfq td:last-child .trino-o9fp0z {
    flex: 1 1 50%;
    padding: 0;
  }
  .trino-ehser7 .trino-46xzfq td:last-child .trino-1oiwty,
  .trino-ehser7 .trino-46xzfq td:last-child .trino-efofto {
    margin-top: 16px;
  }
  .trino-ehser7 .trino-46xzfq td:last-child .trino-o9fp0z {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .trino-ehser7 .trino-46xzfq td:last-child .trino-1oiwty {
    border-right: 1px solid var(--border-color);
  }
  .trino-ehser7 .trino-46xzfq td:last-child .trino-o9fp0z:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .trino-ehser7 .trino-46xzfq td:last-child .trino-o9fp0z:last-child {
    padding-bottom: 0;
  }
}

.trino-o9fp0z {
  display: flex;
  flex-direction: column;
}

.trino-ehser7 .trino-46xzfq td .trino-o9fp0z {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.trino-ehser7 .trino-46xzfq td .trino-o9fp0z:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.trino-ehser7 .trino-46xzfq td .trino-o9fp0z:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .trino-ehser7 .trino-46xzfq td .trino-o9fp0z:not(:first-child) {
    padding-left: 0;
  }
  .trino-ehser7 .trino-46xzfq td .trino-o9fp0z:not(:last-of-type) {
    border-right: unset;
  }
}

.trino-ehser7 .trino-oxxupt {
  flex: 0 1 485px;
}

.trino-ehser7 .trino-cewkrk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.trino-ehser7 .trino-cewkrk li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trino-ehser7 .trino-cewkrk li.trino-0d5ttm {
  padding: 6px 12px;
}

.trino-ehser7 .trino-cewkrk li a,
.trino-ehser7 .trino-cewkrk 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;
}

.trino-ehser7 .trino-te61kk,
.trino-ehser7 .trino-ajgagn {
  flex: 1 1;
}

.trino-ehser7 .trino-m0tw7w,
.trino-ehser7 .trino-zz739b {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trino-ehser7 .trino-m0tw7w li,
.trino-ehser7 .trino-zz739b li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.trino-ehser7 .trino-ajgagn img {
  max-width: 32px;
}

.trino-ehser7 .trino-te61kk img {
  max-width: 32px;
}

.trino-ehser7 .trino-4mba0s {
  min-width: 280px;
}

.trino-ehser7 .trino-4mba0s img {
  max-width: 146px;
}

.trino-ehser7 .trino-4mba0s td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .trino-ehser7 .trino-tchf0i,
  .trino-ehser7 .trino-6v964i {
    flex: 0 1 auto;
  }
  .trino-ehser7 .trino-46xzfq {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .trino-ehser7 .trino-tchf0i,
  .trino-ehser7 .trino-oxxupt,
  .trino-ehser7 .trino-6v964i,
  .trino-ehser7 .trino-46xzfq {
    flex: 1 1 calc(50% - 20px);
  }
  .trino-ehser7 .trino-te61kk,
  .trino-ehser7 .trino-4mba0s,
  .trino-ehser7 .trino-ajgagn {
    flex: 1 1 30%;
  }
  .trino-ehser7 .trino-4mba0s {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .trino-ehser7 .trino-tchf0i,
  .trino-ehser7 .trino-oxxupt,
  .trino-ehser7 .trino-te61kk,
  .trino-ehser7 .trino-6v964i,
  .trino-ehser7 .trino-46xzfq,
  .trino-ehser7 .trino-4mba0s,
  .trino-ehser7 .trino-ajgagn {
    flex: 1 1 100%;
  }
}

.trino-4hsn79 .trino-ag7g7c {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trino-4hsn79 .trino-xn18jr {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.trino-4hsn79 .trino-thd346 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.trino-4hsn79 .trino-bgxdvh {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.trino-4hsn79 .trino-bgxdvh > :nth-child(3) {
  margin-top: 0;
}

.trino-4hsn79 .trino-ixi2gf {
  grid-column: 2/3;
  grid-row: 1/10;
}

.trino-4hsn79 .trino-jfu4s2 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.trino-4hsn79 .trino-kcmmsd {
  grid-column: 1/2;
}

.trino-4hsn79 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.trino-4hsn79 .trino-xn18jr: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;
}

.trino-4hsn79 .trino-xn18jr:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.trino-4hsn79 .trino-oo20pb {
  min-width: 240px;
}

@media (max-width: 768px) {
  .trino-4hsn79 .trino-xn18jr:not(:last-child):before {
    bottom: 8px;
  }
  .trino-4hsn79 .trino-xn18jr:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .trino-4hsn79 .trino-bgxdvh {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .trino-4hsn79 .trino-ixi2gf {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .trino-4hsn79 .trino-ixi2gf img {
    width: 100%;
    height: auto;
  }
  .trino-4hsn79 .trino-oo20pb {
    width: 100%;
    min-width: unset;
  }
}

.trino-4jc1qx .trino-xtp6tf {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.trino-4jc1qx .trino-82p2au {
  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;
}

.trino-4jc1qx .trino-ixi2gf {
  height: 100%;
}

.trino-4jc1qx .trino-ixi2gf img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.trino-4jc1qx .trino-4s5ff6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.trino-4jc1qx .trino-g8jdim {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.trino-4jc1qx .trino-vk0lop {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .trino-4jc1qx .trino-82p2au {
    flex: 1 1 100%;
  }
  .trino-4jc1qx .trino-pavdd8 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .trino-4jc1qx .trino-82p2au {
    flex-direction: column;
  }
  .trino-4jc1qx .trino-ixi2gf {
    width: 100%;
    height: auto;
  }
  .trino-4jc1qx .trino-ixi2gf img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .trino-4jc1qx .trino-4s5ff6 {
    padding: 0 16px 16px 16px;
  }
  .trino-4jc1qx .trino-pavdd8 {
    min-width: unset;
    width: 100%;
  }
}

.trino-j12rt8 .trino-yhypj1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.trino-j12rt8 .trino-xyv6su {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.trino-j12rt8 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;
}

.trino-j12rt8 .trino-t4lh4f {
  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;
}

.trino-j12rt8 .trino-xyv6su:hover .trino-t4lh4f {
  display: flex;
}

.trino-j12rt8 .trino-7wipp1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trino-j12rt8 .trino-e5me8s {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.trino-6n9ctn {
  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;
}

.trino-6n9ctn.trino-20iq9c {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.trino-mtfe5y ease-in-out;
}

.trino-6n9ctn.trino-20iq9c:hover {
  color: #f9cb16;
  background-color: transparent;
}

.trino-j12rt8 .trino-3ip2u8 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.trino-mtfe5y ease-in-out;
}

.trino-j12rt8 .trino-3ip2u8:hover {
  color: #196948;
  background-color: #f9cb16;
}

.trino-j12rt8 .trino-3ip2u8:after,
.trino-6n9ctn.trino-20iq9c:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.trino-6n9ctn.trino-20iq9c:after {
  background-image: url(../images/Cash.svg);
}

.trino-j12rt8 .trino-3ip2u8:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .trino-j12rt8 .trino-yhypj1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .trino-j12rt8 .trino-yhypj1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .trino-j12rt8 .trino-yhypj1 {
    grid-template-columns: 1fr;
  }
  .trino-j12rt8 .trino-xyv6su {
    height: auto;
  }
  .trino-j12rt8 .trino-xyv6su .trino-t4lh4f {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .trino-j12rt8 .trino-7wipp1,
  .trino-j12rt8 .trino-e5me8s {
    text-align: left;
  }
  .trino-j12rt8 .trino-e5me8s {
    margin-bottom: 8px;
  }
  .trino-j12rt8 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.trino-u5qesq {
  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;
}

.trino-u5qesq.trino-eikixk {
  display: block;
}

.trino-u5qesq .trino-ev81a4 {
  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;
}

.trino-u5qesq .trino-c8cugp {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.trino-u5qesq .trino-lhr2qv {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.trino-u5qesq .trino-nmiji2 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.trino-u5qesq .trino-6n9ctn {
  min-width: 296px;
  margin-bottom: 0;
}

.trino-u5qesq .trino-693l21 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.trino-u5qesq .trino-1xq10u {
  position: relative;
  flex: 1 1;
}

.trino-u5qesq .trino-1xq10u iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .trino-u5qesq .trino-c8cugp {
    flex-wrap: wrap;
    gap: 8px;
  }
  .trino-u5qesq .trino-lhr2qv {
    order: 1;
  }
  .trino-u5qesq .trino-nmiji2 {
    order: 3;
    flex: 1 1 100%;
  }
  .trino-u5qesq .trino-6n9ctn {
    width: 100%;
    min-width: unset;
  }
  .trino-u5qesq .trino-693l21 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .trino-onemip > .trino-jhigys {
    margin-bottom: 0;
  }
  .trino-onemip > .trino-kcmmsd,
  .trino-onemip > p {
    margin-top: 0;
  }
}

.trino-qeybnt img,
.trino-7rzxwe img {
  width: auto;
  object-fit: contain;
}

.trino-qeybnt {
  align-items: center;
}

.trino-qeybnt img {
  max-height: 76px;
}

.trino-7rzxwe img {
  max-height: 64px;
}

.trino-4ysncp {
  overflow: auto;
}

.trino-tujh2z {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.trino-p2qybz:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.trino-rxrjg3 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.trino-lld52y {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trino-rxrjg3 .trino-ixi2gf {
  margin-right: 20px;
  flex-shrink: 0;
}

.trino-rxrjg3 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.trino-5qliol {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.trino-5qliol > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trino-rxrjg3 {
    padding: 15px 10px;
  }
  .trino-5qliol {
    padding: 15px 10px;
  }
  .trino-rxrjg3 .trino-ixi2gf {
    margin-right: 10px;
  }
}

.trino-lvc8id {
  overflow-x: auto;
}

.trino-z5lltl {
  border-collapse: collapse;
  width: 100%;
}

.trino-lvc8id th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.trino-lvc8id td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.trino-lvc8id td.trino-041y03 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.trino-lvc8id td.trino-zqy5rw {
  border-right: none;
}

.trino-lvc8id td.trino-zqy5rw .trino-ixi2gf {
  justify-content: flex-start;
}

.trino-lvc8id td.trino-zqy5rw .trino-ixi2gf img {
  height: auto;
  width: 90px;
}

.trino-lvc8id td.trino-2ui6tg,
.trino-lvc8id td.trino-2lcbmv {
  font-weight: 600;
  text-align: right;
}

.trino-lvc8id td.trino-1oeux1,
.trino-lvc8id td.trino-2ui6tg {
  padding-bottom: 10px;
  border-bottom: none;
}

.trino-lvc8id td.trino-2ui6tg,
.trino-lvc8id td.trino-2lcbmv {
  border-left: none;
}

.trino-lvc8id td.trino-1oeux1,
.trino-lvc8id td.trino-gt2fbv {
  border-right: none;
}

.trino-lvc8id td.trino-gt2fbv,
.trino-lvc8id td.trino-2lcbmv {
  border-top: none;
  padding-top: 10px;
}

.trino-9l2g8m {
  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;
}

.trino-9l2g8m .trino-pavdd8 {
  min-width: unset;
  width: 100%;
}

.trino-9l2g8m .trino-pavdd8.trino-xsrbcr {
  grid-column: 1/2;
  grid-row: 1/2;
}

.trino-9l2g8m .trino-pavdd8.trino-cglu4l {
  grid-column: 2/3;
  grid-row: 1/2;
}

.trino-9l2g8m .trino-qvzgn2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .trino-9l2g8m {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .trino-9l2g8m .trino-pavdd8.trino-xsrbcr {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .trino-9l2g8m .trino-pavdd8.trino-cglu4l {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .trino-9l2g8m .trino-qvzgn2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.trino-666h5k {
  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;
}

.trino-l3br6v {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.trino-dums97 p a img {
  margin: 0 auto;
  display: block;
}

.trino-dums97 table {
  margin-bottom: 17px;
}

/* contanct form */
.trino-f19vid {
  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;
}

.trino-f19vid label {
  font-size: 14px;
}

.trino-f19vid h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.trino-f19vid input,
.trino-f19vid textarea,
.trino-f19vid 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;
}
.trino-f19vid button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.trino-mtfe5y ease;
}
.trino-f19vid button:hover {
  background-color: #691204;
}
.trino-7ye70k {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.trino-1dj69w ease-in;
}

.trino-7ye70k 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;
}
.trino-l7j1sw, .trino-af67rl, [class*="review-card"],
thead, thead th, table th, .trino-cobv4v,
.trino-szgc7w, [class*="collapsible-header"],
.trino-fngmfa, [class*="updated-block"] {
  color: #ece7dc !important;
}
