@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-pdzlod {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trino-0z7ez5 {
  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-d3ikwu,
ul.trino-d3ikwu {
  padding-left: 20px;
}

ul.trino-d3ikwu {
  list-style: disc;
}

ol.trino-d3ikwu {
  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-mn6y1m > .trino-gw0861,
.trino-mn6y1m > .trino-r36f84,
.trino-mn6y1m > blockquote,
.trino-mn6y1m > h1,
.trino-mn6y1m > h2,
.trino-mn6y1m > h3,
.trino-mn6y1m > h4,
.trino-mn6y1m > h5,
.trino-mn6y1m > h6,
.trino-mn6y1m > ol,
.trino-mn6y1m > p,
.trino-mn6y1m > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trino-mn6y1m > ol,
.trino-mn6y1m > ul {
  padding-left: 50px;
}

.trino-mn6y1m 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-mn6y1m:not(:last-child) {
  margin-bottom: 2rem;
}

.trino-mn6y1m > :not(:first-child) {
  margin-top: 2rem;
}

.trino-mn6y1m {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trino-mn6y1m:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .trino-mn6y1m:first-child {
    margin-top: 20px;
  }
}

.trino-mn6y1m > p:last-of-type {
  margin-bottom: 32px;
}

.trino-mn6y1m > .trino-ciiklt:not(:first-child) {
  margin: 64px auto 16px auto;
}

.trino-nga7xw > .trino-ciiklt {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.trino-r36f84 {
  overflow: auto;
}

.trino-r36f84::-webkit-scrollbar {
  height: 5px;
}

.trino-r36f84 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.trino-r36f84 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.trino-r36f84 table thead,
table thead {
  border-bottom: none;
}

.trino-r36f84 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.trino-r36f84 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.trino-r36f84 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.trino-r36f84 .trino-3rclkk {
  table-layout: auto;
}

.trino-r36f84 .trino-3rclkk th {
  word-break: normal;
}

.trino-r36f84 .trino-3rclkk td {
  word-break: normal;
}

.trino-pdzlod .trino-pdzlod {
  padding-right: 0;
  padding-left: 0;
}

.trino-jbvtnp {
  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-k2j9z1 {
  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-mxvcq7 {
  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-gw0861 {
  margin-top: 24px;
}

.trino-gw0861.trino-ts40qg {
  text-align: left;
}

.trino-gw0861.trino-pfeatc {
  text-align: right;
}

.trino-gw0861.trino-yn6spl {
  text-align: center;
}

.trino-8fve1s {
  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-u1zeu7 ease-in-out;
  cursor: pointer;
}

.trino-8fve1s:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.trino-8fve1s {
  min-width: 328px;
}

@media (max-width: 768px) {
  .trino-8fve1s {
    min-width: unset;
  }
}

.trino-6y4edo {
  background-color: var(--fh-bg-color);
}

.trino-rd8mfp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.trino-32zg7j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.trino-32zg7j img {
  max-height: 80px;
  object-fit: contain;
}

.trino-ynuf8a {
  flex: 1 1;
}

.trino-fc0w1d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.trino-1ac55y {
  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-1ac55y 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-1ac55y.trino-6sdh2j span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.trino-1ac55y.trino-6sdh2j span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.trino-1ac55y.trino-6sdh2j span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.trino-ynuf8a + .trino-fc0w1d {
  margin-left: 20px;
}

.trino-qhhur2 {
  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-qhhur2 > svg {
  max-width: 24px;
  max-height: 24px;
}

.trino-qhhur2 + .trino-qhhur2 {
  margin-left: 5px;
}

.trino-qwb74n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.trino-qwb74n:hover {
  background-color: var(--button-bg-hover);
}

.trino-98wuvj {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.trino-u1zeu7 ease-in-out;
  border: 1px solid var(--border-color);
}

.trino-98wuvj:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.trino-w7tnv6 {
  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-ynuf8a {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .trino-w7tnv6 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .trino-ynuf8a {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .trino-qhhur2 {
    min-width: unset;
    flex: 1 1;
  }
}

.trino-c1j5yb {
  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-c1j5yb:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.trino-c1j5yb:hover .trino-dao9mu {
  opacity: 1;
  pointer-events: auto;
}

.trino-rwkebp {
  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-03mtf5 ease-in-out;
  gap: 4px;
}

.trino-rwkebp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.trino-rwkebp .trino-jbvtnp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.trino-2j0hp6,
.trino-rwkebp:hover {
  color: var(--button-bg-hover);
}

.trino-14nid9 {
  position: relative;
}

.trino-14nid9 .trino-rwkebp {
  margin-right: 0;
  padding-right: 4px;
}

.trino-naanfv svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.trino-14nid9.trino-6sdh2j .trino-naanfv svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.trino-14nid9.trino-6sdh2j .trino-dao9mu {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.trino-14nid9.trino-6sdh2j .trino-dao9mu::before {
  display: none;
}

.trino-naanfv svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.trino-dao9mu {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.trino-fw3oxm 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.trino-dao9mu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.trino-dao9mu:hover {
  color: var(--fh-bg-color);
}

.trino-yoc58x {
  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-fw3oxm 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.trino-03mtf5 ease-in-out;
  -o-transition: 0.trino-03mtf5 ease-in-out;
  transition: 0.trino-03mtf5 ease-in-out;
}

.trino-yoc58x .trino-jbvtnp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.trino-djzk34,
.trino-yoc58x:hover {
  color: var(--button-bg-hover);
}

.trino-r2nobv {
  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-r2nobv.trino-nmxkwm {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.trino-r2nobv.trino-nmxkwm:after,
.trino-r2nobv.trino-nmxkwm:before {
  content: "";
  position: absolute;
  margin: auto;
}

.trino-r2nobv.trino-nmxkwm: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-r2nobv.trino-nmxkwm:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.trino-r2nobv.trino-nmxkwm > * {
  z-index: 1;
}

.trino-r2nobv b,
.trino-r2nobv strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.trino-r2nobv .trino-89sb2k {
  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-r2nobv .trino-c5ybdp {
  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-r2nobv .trino-jbvtnp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.trino-r2nobv .trino-hgqun0 {
  margin-top: 12px;
}

.trino-hgqun0 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.trino-pqy3a0 {
  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-hgqun0 .trino-kbkdf7 {
  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-u1zeu7 ease-in-out;
}

.trino-hgqun0 .trino-kbkdf7:hover {
  background: rgba(255, 255, 255, 0.3);
}

.trino-gcpjco {
  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-r2nobv.trino-fhsfle {
  gap: 12px;
  padding: 16px;
}

.trino-r2nobv.trino-fhsfle .trino-gcpjco {
  min-width: 240px;
}

.trino-r2nobv.trino-fhsfle .trino-gcpjco.trino-tisk6o {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .trino-r2nobv .trino-89sb2k {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .trino-r2nobv .trino-c5ybdp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .trino-r2nobv .trino-jbvtnp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .trino-r2nobv.trino-fhsfle .trino-jbvtnp {
    max-width: 126px;
  }
  .trino-r2nobv .trino-hgqun0 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .trino-r2nobv .trino-pqy3a0 {
    max-width: unset;
  }
  .trino-gcpjco {
    min-width: unset;
    width: 100%;
  }
  .trino-r2nobv .trino-gcpjco {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .trino-r2nobv.trino-fhsfle {
    grid-template-rows: auto 1fr auto;
  }
  .trino-r2nobv.trino-fhsfle .trino-gcpjco {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .trino-r2nobv {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .trino-r2nobv .trino-89sb2k {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .trino-r2nobv .trino-jbvtnp {
    max-width: 78px;
  }
  .trino-r2nobv .trino-hgqun0 {
    margin-top: -12px;
  }
  .trino-r2nobv.trino-fhsfle {
    gap: 8px;
  }
  .trino-r2nobv.trino-fhsfle .trino-89sb2k {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .trino-r2nobv.trino-fhsfle .trino-c5ybdp {
    grid-column: 1/3;
  }
  .trino-r2nobv.trino-fhsfle .trino-jbvtnp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .trino-r2nobv.trino-fhsfle .trino-jbvtnp img {
    max-width: 114px;
  }
}

.trino-gcpjco.trino-vpjruy,
.trino-gcpjco.trino-zxxlcn,
.trino-gcpjco.trino-cnr7k3 {
  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-u1zeu7 ease-in-out;
}

.trino-gcpjco.trino-vpjruy,
.trino-gcpjco.trino-cnr7k3 {
  padding: 10px;
}

.trino-gcpjco.trino-vpjruy:hover,
.trino-gcpjco.trino-zxxlcn:hover,
.trino-gcpjco.trino-cnr7k3:hover {
  background: var(--button-bg-hover);
}

.trino-gcpjco.trino-vpjruy:hover svg path,
.trino-gcpjco.trino-cnr7k3:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.trino-gcpjco.trino-tisk6o {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.trino-u1zeu7 ease-in-out;
  background: var(--button-bg-color);
}

.trino-gcpjco.trino-tisk6o:hover {
  background-color: var(--button-bg-hover);
}

.trino-gcpjco.trino-zxxlcn: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-gcpjco.trino-zxxlcn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.trino-gcpjco.trino-tisk6o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.trino-ddn07c {
  max-width: 650px;
}

.trino-qtfijl {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.trino-vspnv1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trino-egp55y {
  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-03mtf5 ease-in-out;
  cursor: pointer;
}

.trino-egp55y:hover {
  opacity: 0.5;
}

.trino-egp55y:focus {
  outline: 0;
}

.trino-egp55y:focus .trino-4jq51u,
.trino-egp55y:hover .trino-4jq51u {
  fill: red;
  fill-opacity: 1;
}

.trino-egp55y:hover {
  cursor: pointer;
}

.trino-lkzhpt {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.trino-ddn07c.trino-yn6spl {
  margin: 0 auto;
}

.trino-ddn07c.trino-pfeatc {
  margin-left: auto;
}

.trino-5eevkm {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.trino-o77y3r {
  padding-bottom: 50px;
}

.trino-r29d5w {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.trino-islxk1 {
  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-8z9omy {
  margin-top: 24px;
}

.trino-p3pc17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trino-ve048s {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.trino-x9kvgk {
  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-w1bbe2 {
  width: 468px;
}

.trino-x9kvgk .trino-dao9mu {
  margin: 0.trino-l051nt 0;
}

.trino-u54gr3 {
  display: flex;
  min-width: 224px;
}

.trino-77y7s8 {
  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-03mtf5 ease-in-out;
}

.trino-oa7lv4,
.trino-77y7s8:hover {
  color: var(--text-color);
}

.trino-owh7ur {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.trino-fumt3b {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .trino-5eevkm {
    padding: 16px;
  }
  .trino-owh7ur {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .trino-fumt3b {
    align-items: center;
  }
  .trino-w1bbe2 {
    width: unset;
  }
  .trino-u54gr3 {
    min-width: unset;
  }
  .trino-x9kvgk {
    max-height: unset;
  }
  .trino-r29d5w {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .trino-5eevkm {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.trino-ltgt1u {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.trino-ltgt1u:not(:last-child) {
  margin-bottom: 16px;
}

.trino-foo9c3 {
  outline: 0;
}

.trino-foo9c3 .trino-09z2ji {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.trino-mq1etf {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .trino-mq1etf {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.trino-mq1etf::-webkit-details-marker {
  display: none;
}

.trino-mq1etf: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-mq1etf: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-mq1etf:after {
  transform: unset;
}

.trino-09z2ji {
  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-09z2ji 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-03mtf5 ease-in-out;
  -o-transition: 0.trino-03mtf5 ease-in-out;
  transition: 0.trino-03mtf5 ease-in-out;
}

.trino-hlvmqb {
  padding: 16px 0 0 0;
}

.trino-hlvmqb * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .trino-hlvmqb :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trino-mq1etf {
    flex-wrap: wrap;
    gap: 12px;
  }
  .trino-mq1etf::after {
    margin-left: auto;
  }
  .trino-09z2ji {
    order: 3;
    flex: 1 1 100%;
  }
  .trino-mq1etf {
    font-size: 14px;
    line-height: 130%;
  }
  .trino-09z2ji svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.trino-1ary1a {
  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-thu3lu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.trino-1ary1a.trino-6sdh2j .trino-thu3lu {
  margin-bottom: 12px;
}

.trino-thu3lu::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-1ary1a.trino-6sdh2j .trino-thu3lu::after {
  transform: unset;
}

.trino-5o82b3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.trino-kh79o5 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.trino-03mtf5 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.trino-kh79o5: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-1ary1a.trino-6sdh2j .trino-5o82b3 {
  max-height: 100%;
}

.trino-2a4brq {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.trino-8sd5zn {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.trino-xu2c95 {
  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-629kmi {
  margin-right: 4px;
}

.trino-fk1mdi {
  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-03mtf5 ease-in-out;
}

.trino-fk1mdi svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.trino-hxsl7y,
.trino-fk1mdi:hover {
  color: var(--text-color);
}

.trino-rqwgw0 {
  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-rqwgw0 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.trino-rqwgw0 .trino-nr4tl5 {
  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-rqwgw0 .trino-notec9 {
  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-uynnhx {
  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-s831zk {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trino-golw7a .trino-pdzlod {
  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-golw7a {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.trino-ycvku4 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.trino-1cbjqo {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.trino-ganw95 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.trino-8pdw52 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-ganw95:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.trino-mts3dg {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.trino-65g08a {
  -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-03mtf5 ease-in-out;
  transition: transform 0.trino-03mtf5 ease-in-out;
  -o-transition: transform 0.trino-03mtf5 ease-in-out;
  transition:
    transform 0.trino-03mtf5 ease-in-out,
    -webkit-transform 0.trino-03mtf5 ease-in-out;
  cursor: pointer;
}

.trino-65g08a svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.trino-65g08a: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-gp6cef {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .trino-gp6cef {
    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-rlrjbr {
  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-acrj2r {
  position: relative;
  width: 100%;
}

.trino-rlrjbr.trino-3t4udd {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.trino-rlrjbr.trino-yn6spl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trino-rlrjbr.trino-pfeatc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.trino-ly97at {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.trino-jis93a {
  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-03mtf5 ease-in-out;
  cursor: pointer;
}

.trino-jis93a:hover {
  opacity: 0.5;
}

.trino-rlrjbr.trino-evra8c .trino-jis93a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.trino-rlrjbr.trino-evra8c .trino-ly97at {
  cursor: pointer;
}

.trino-7mua3y {
  fill: #0009;
}

.trino-mc8hiw {
  fill: #fff;
}

.trino-jis93a:hover .trino-7mua3y {
  fill: red;
}

.trino-jis93a svg path {
  -webkit-transition: 0.trino-03mtf5 ease-in-out;
  -o-transition: 0.trino-03mtf5 ease-in-out;
  transition: 0.trino-03mtf5 ease-in-out;
}

.trino-sd3gua {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.trino-sd3gua > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.trino-sd3gua.trino-e7bh8y > :not(.get-image) {
  grid-column: 1/3;
}

.trino-j3i5s6:not(._h1-block) .trino-sd3gua > .trino-ciiklt {
  grid-row: 1/2;
  grid-column: 1/3;
}

.trino-sd3gua.trino-e7bh8y .trino-8dx6g1 {
  grid-column: 2/3;
}

.trino-sd3gua.trino-e7bh8y > .trino-jbvtnp {
  grid-column: 1/2;
}

.trino-sd3gua.trino-e7bh8y > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.trino-sd3gua > p:first-of-type {
  margin-top: 0;
}

.trino-sd3gua .trino-jbvtnp {
  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-j3i5s6:not(._h1-block) .trino-ciiklt ~ .trino-jbvtnp {
  grid-row: 2/10;
}

.trino-j3i5s6.trino-xqvpd3 .trino-ciiklt ~ .trino-jbvtnp {
  grid-row: 1/10;
}

.trino-j3i5s6.trino-xqvpd3 > .trino-ciiklt {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.trino-j3i5s6.trino-xqvpd3 .trino-jbvtnp {
  grid-row: 1/10;
}

.trino-sd3gua.trino-m26aq3 .trino-jbvtnp {
  align-items: flex-start;
}

.trino-sd3gua.trino-yn6spl .trino-8dx6g1 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.trino-sd3gua.trino-yn6spl .trino-jbvtnp {
  align-items: center;
}

.trino-sd3gua.trino-c44v51 .trino-jbvtnp {
  align-items: flex-end;
}

.trino-8dx6g1 > :first-child {
  margin-top: 0;
}

.trino-8dx6g1 > :last-child {
  margin-bottom: 0;
}

* + .trino-81rky7,
.trino-j3i5s6 + .trino-j3i5s6 {
  margin-top: 2rem;
}

.trino-csvbph td::before,
.trino-csvbph th::after {
  display: none !important;
}

.trino-csvbph #link-selector {
  color: #000;
}

.trino-csvbph .trino-lyve1d {
  color: #135e96;
}

.trino-csvbph .trino-jdbay0 *,
.trino-csvbph .trino-9u9ip8 p,
.trino-csvbph .trino-dvnfag * {
  color: #000;
}

.trino-csvbph .trino-mfn2p2 {
  background: 0 0 !important;
}

.trino-csvbph .trino-1aim6p {
  color: #000;
}

.trino-csvbph .trino-zgm5jq.trino-tgiy8a {
  color: #fff;
}

.trino-csvbph .trino-i0qvtr {
  color: #000;
}

.trino-csvbph
  .trino-7r8ygr
  .trino-djmkcg.trino-tgiy8a.trino-i5k1ou {
  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-vf97u5,
body .trino-62npwt {
  color: #000;
  background: var(--color-body) !important;
}

.trino-vf97u5 .trino-vnjxc1 .trino-qbskpe,
body .trino-62npwt .trino-vnjxc1 .trino-qbskpe {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .trino-kh79o5:focus,
  .trino-kh79o5:hover {
    color: #f9cb16;
  }
  .trino-cfjr72:focus,
  .trino-cfjr72:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .trino-irzusw:focus img,
  .trino-irzusw:focus svg,
  .trino-irzusw:hover img,
  .trino-irzusw:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .trino-rqwgw0 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .trino-14nid9:hover .trino-naanfv svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .trino-naanfv {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .trino-rdoi0s {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .trino-r3ro0i {
    grid-template-columns: repeat(4, 1fr);
  }
  .trino-t4mikd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .trino-tjrap5 .trino-72sevb {
    grid-template-columns: 1fr;
  }
  .trino-tjrap5 .trino-xchw0e {
    -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-tjrap5 .trino-z4aoad {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .trino-tjrap5 .trino-sxz723 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .trino-tjrap5 .trino-fal6mq {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .trino-tjrap5 .trino-z4aoad:not(:first-child) {
    border: none;
  }
  .trino-tjrap5 .trino-z4aoad:first-child .trino-sxz723 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .trino-tjrap5 .trino-z4aoad:last-child .trino-sxz723 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .trino-rd8mfp {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .trino-32zg7j {
    max-width: 100px;
  }
  .trino-ynuf8a {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .trino-fc0w1d {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .trino-fc0w1d svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .trino-1ac55y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .trino-ynuf8a + .trino-fc0w1d {
    margin-left: auto;
  }
  .trino-jkz164 {
    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-jkz164.trino-6sdh2j {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .trino-w7tnv6 {
    -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-c1j5yb {
    width: 100%;
  }
  .trino-c1j5yb:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .trino-rwkebp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .trino-rwkebp svg {
    margin-right: 4px;
  }
  .trino-14nid9 {
    -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-naanfv svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .trino-naanfv {
    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-dao9mu {
    display: none;
    width: 100%;
  }
  .trino-14nid9.trino-6sdh2j .trino-dao9mu {
    padding: 0 0 0 48px;
  }
  .trino-yoc58x {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .trino-islxk1 .trino-jbvtnp {
    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-q5ve19 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .trino-q5ve19 + .trino-q5ve19 {
    margin-right: 0;
  }
  .trino-q5ve19 + .trino-jbvtnp {
    margin: 0;
  }
  .trino-rdoi0s {
    grid-template-columns: repeat(4, 1fr);
  }
  .trino-r3ro0i {
    grid-template-columns: repeat(3, 1fr);
  }
  .trino-rtrv17,
  .trino-zyqcm3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .trino-sd3gua {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .trino-sd3gua.trino-e7bh8y .trino-8dx6g1 {
    grid-column: auto;
    grid-row: auto;
  }
  .trino-sd3gua > .trino-ciiklt {
    grid-column: 1/2;
  }
  .trino-sd3gua.trino-e7bh8y > :not(.get-image) {
    grid-column: 1/2;
  }
  .trino-sd3gua .trino-jbvtnp,
  .trino-sd3gua.trino-e7bh8y > .trino-jbvtnp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .trino-sd3gua.trino-e7bh8y > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .trino-j3i5s6.trino-xqvpd3 .trino-sd3gua > .trino-jbvtnp {
    grid-row: 1/2;
  }
  .trino-sd3gua .trino-ciiklt ~ .trino-jbvtnp,
  .trino-sd3gua.trino-e7bh8y .trino-ciiklt ~ .trino-jbvtnp {
    grid-row: 2/3;
  }
  .trino-j3i5s6.trino-xqvpd3 .trino-ciiklt ~ .trino-jbvtnp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .trino-mn6y1m:first-child .trino-tkdpf0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trino-mn6y1m:first-child .trino-tkdpf0 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .trino-mn6y1m {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .trino-mn6y1m {
    padding: 0;
  }
  .trino-gw0861 {
    margin-top: 1rem;
  }
  .trino-foo9c3 {
    border-radius: 5px;
  }
  .trino-3dwcmh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trino-thu3lu::after {
    display: inline-block;
  }
  .trino-thu3lu {
    margin: 0;
    width: 100%;
  }
  .trino-5o82b3 {
    width: 100%;
  }
  .trino-5o82b3.trino-d8q7rg {
    -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-5o82b3.trino-d8q7rg .trino-eeyply {
    width: 100%;
  }
  .trino-5o82b3.trino-d8q7rg .trino-eeyply:not(:last-child) {
    margin-right: 0;
  }
  .trino-kh79o5 {
    width: 100%;
    text-align: center;
  }
  .trino-1ary1a.trino-6sdh2j .trino-5o82b3 {
    margin-top: 1rem;
  }
  .trino-rdoi0s {
    grid-template-columns: repeat(3, 1fr);
  }
  .trino-t4mikd,
  .trino-r3ro0i {
    grid-template-columns: repeat(2, 1fr);
  }
  .trino-rtrv17,
  .trino-zyqcm3,
  .trino-1x6v6g {
    grid-template-columns: 1fr;
  }
  .trino-trdpet {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .trino-v910op {
    min-width: 300px;
    max-width: 325px;
  }
  .trino-sxz723 {
    cursor: auto;
  }
  .trino-yomcqo .trino-sxz723 {
    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-gp6cef {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .trino-dao9mu {
    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-gp6cef {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.trino-q5ve19 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .trino-fc0w1d {
    margin: 0 -0.2rem;
  }
  .trino-q5ve19 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .trino-fl00oo {
    -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-0bellb {
    max-width: 100%;
  }
  .trino-rdoi0s {
    grid-template-columns: repeat(2, 1fr);
  }
  .trino-t4mikd,
  .trino-r3ro0i {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .trino-rd8mfp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trino-fc0w1d {
    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-6y4edo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trino-qhhur2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .trino-8sbfu2,
  .trino-hcz7sy {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .trino-8fve1s {
    width: 100%;
  }
  .trino-rdoi0s {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .trino-gp6cef {
    top: 127px !important;
  }
}

.trino-6xl2gs {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .trino-6xl2gs {
  }
}

@media (max-width: 767px) {
  .trino-6xl2gs {
    margin-bottom: 12px;
  }
}

.trino-6xl2gs img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.trino-fy31jo {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.trino-fy31jo > .trino-uo5fwa {
  flex: 1 1;
}

@media (max-width: 767px) {
  .trino-fy31jo {
    flex-direction: column;
    gap: 12px;
  }
}

.trino-c3jdby {
  display: flex;
}

.trino-c3jdby .trino-vrkrof {
  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-c3jdby .trino-ddsjfj {
  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-c3jdby .trino-esm0av {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.trino-c3jdby .trino-jxybll {
  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-c3jdby .trino-jxybll:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.trino-c3jdby .trino-87kfev {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.trino-i4y3nw {
  border: unset;
  background-color: unset;
}

.trino-i4y3nw tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trino-i4y3nw .trino-k32uk0,
.trino-i4y3nw .trino-vo5wsp {
  flex: 0 1 330px;
}

.trino-i4y3nw .trino-9u4492 {
  flex: 1 1;
}

.trino-i4y3nw 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-i4y3nw tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.trino-i4y3nw tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.trino-i4y3nw tr td p {
  color: #fff;
  margin: 0;
}

.trino-i4y3nw tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.trino-i4y3nw tr.trino-k32uk0 td p {
  padding: 16px 0;
}

.trino-i4y3nw tr.trino-k32uk0 td p:not(:last-child),
.trino-i4y3nw tr.trino-vo5wsp td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.trino-i4y3nw tr.trino-k32uk0 td p:first-child,
.trino-i4y3nw tr.trino-vo5wsp td p:first-child {
  padding-top: 0;
}

.trino-i4y3nw tr.trino-vo5wsp td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.trino-i4y3nw tr.trino-vo5wsp td p:last-child {
  padding-bottom: 0;
}

.trino-i4y3nw .trino-vo5wsp img {
  max-width: 32px;
}

.trino-i4y3nw .trino-9u4492 {
  min-width: 718px;
}

.trino-i4y3nw .trino-9u4492 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.trino-i4y3nw .trino-9u4492 td {
  display: flex;
}

.trino-i4y3nw .trino-9u4492 td:last-child .trino-xjg60r,
.trino-i4y3nw .trino-9u4492 td:last-child .trino-emgbml,
.trino-i4y3nw .trino-9u4492 td:last-child .trino-8rxsxr {
  flex: 1 1 50%;
}

.trino-i4y3nw .trino-9u4492 td:last-child .trino-ya35cm {
  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-i4y3nw .trino-9u4492 td:last-child .trino-w2d1w0,
.trino-i4y3nw .trino-9u4492 td:last-child .trino-ccurrm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.trino-i4y3nw .trino-9u4492 td:last-child .trino-xjg60r,
.trino-i4y3nw .trino-9u4492 td:last-child .trino-emgbml {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trino-i4y3nw .trino-9u4492 td:last-child .trino-xjg60r span,
.trino-i4y3nw .trino-9u4492 td:last-child .trino-emgbml span {
  font-weight: 800;
}

.trino-i4y3nw .trino-9u4492 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .trino-i4y3nw .trino-9u4492 td .trino-8rxsxr:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .trino-i4y3nw tr.trino-k32uk0 td p:last-child {
    padding-bottom: 0;
  }
  .trino-i4y3nw .trino-vo5wsp > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .trino-i4y3nw .trino-vo5wsp > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .trino-i4y3nw tr.trino-k32uk0 td p:not(:last-child),
  .trino-i4y3nw tr.trino-vo5wsp td p:not(:last-child) {
    border-bottom: unset;
  }
  .trino-i4y3nw tr.trino-vo5wsp td p:last-child {
    padding-bottom: 12px;
  }
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-xjg60r,
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-emgbml,
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-8rxsxr {
    flex: 1 1 50%;
    padding: 0;
  }
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-xjg60r,
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-emgbml {
    margin-top: 16px;
  }
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-8rxsxr {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-xjg60r {
    border-right: 1px solid var(--border-color);
  }
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-8rxsxr:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .trino-i4y3nw .trino-9u4492 td:last-child .trino-8rxsxr:last-child {
    padding-bottom: 0;
  }
}

.trino-8rxsxr {
  display: flex;
  flex-direction: column;
}

.trino-i4y3nw .trino-9u4492 td .trino-8rxsxr {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.trino-i4y3nw .trino-9u4492 td .trino-8rxsxr:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.trino-i4y3nw .trino-9u4492 td .trino-8rxsxr:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .trino-i4y3nw .trino-9u4492 td .trino-8rxsxr:not(:first-child) {
    padding-left: 0;
  }
  .trino-i4y3nw .trino-9u4492 td .trino-8rxsxr:not(:last-of-type) {
    border-right: unset;
  }
}

.trino-i4y3nw .trino-stx3ly {
  flex: 0 1 485px;
}

.trino-i4y3nw .trino-y0tl87 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.trino-i4y3nw .trino-y0tl87 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trino-i4y3nw .trino-y0tl87 li.trino-4izm2g {
  padding: 6px 12px;
}

.trino-i4y3nw .trino-y0tl87 li a,
.trino-i4y3nw .trino-y0tl87 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-i4y3nw .trino-qp60g6,
.trino-i4y3nw .trino-21w1oj {
  flex: 1 1;
}

.trino-i4y3nw .trino-x6sv5x,
.trino-i4y3nw .trino-tjqkxn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trino-i4y3nw .trino-x6sv5x li,
.trino-i4y3nw .trino-tjqkxn li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.trino-i4y3nw .trino-21w1oj img {
  max-width: 32px;
}

.trino-i4y3nw .trino-qp60g6 img {
  max-width: 32px;
}

.trino-i4y3nw .trino-fc4twg {
  min-width: 280px;
}

.trino-i4y3nw .trino-fc4twg img {
  max-width: 146px;
}

.trino-i4y3nw .trino-fc4twg td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .trino-i4y3nw .trino-k32uk0,
  .trino-i4y3nw .trino-vo5wsp {
    flex: 0 1 auto;
  }
  .trino-i4y3nw .trino-9u4492 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .trino-i4y3nw .trino-k32uk0,
  .trino-i4y3nw .trino-stx3ly,
  .trino-i4y3nw .trino-vo5wsp,
  .trino-i4y3nw .trino-9u4492 {
    flex: 1 1 calc(50% - 20px);
  }
  .trino-i4y3nw .trino-qp60g6,
  .trino-i4y3nw .trino-fc4twg,
  .trino-i4y3nw .trino-21w1oj {
    flex: 1 1 30%;
  }
  .trino-i4y3nw .trino-fc4twg {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .trino-i4y3nw .trino-k32uk0,
  .trino-i4y3nw .trino-stx3ly,
  .trino-i4y3nw .trino-qp60g6,
  .trino-i4y3nw .trino-vo5wsp,
  .trino-i4y3nw .trino-9u4492,
  .trino-i4y3nw .trino-fc4twg,
  .trino-i4y3nw .trino-21w1oj {
    flex: 1 1 100%;
  }
}

.trino-unmwz5 .trino-c00tvk {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trino-unmwz5 .trino-529t60 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.trino-unmwz5 .trino-svcksk {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.trino-unmwz5 .trino-aeox0x {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.trino-unmwz5 .trino-aeox0x > :nth-child(3) {
  margin-top: 0;
}

.trino-unmwz5 .trino-jbvtnp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.trino-unmwz5 .trino-4i19s5 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.trino-unmwz5 .trino-gw0861 {
  grid-column: 1/2;
}

.trino-unmwz5 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.trino-unmwz5 .trino-529t60: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-unmwz5 .trino-529t60:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.trino-unmwz5 .trino-8fve1s {
  min-width: 240px;
}

@media (max-width: 768px) {
  .trino-unmwz5 .trino-529t60:not(:last-child):before {
    bottom: 8px;
  }
  .trino-unmwz5 .trino-529t60:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .trino-unmwz5 .trino-aeox0x {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .trino-unmwz5 .trino-jbvtnp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .trino-unmwz5 .trino-jbvtnp img {
    width: 100%;
    height: auto;
  }
  .trino-unmwz5 .trino-8fve1s {
    width: 100%;
    min-width: unset;
  }
}

.trino-smet3v .trino-x9nfug {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.trino-smet3v .trino-ovggfm {
  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-smet3v .trino-jbvtnp {
  height: 100%;
}

.trino-smet3v .trino-jbvtnp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.trino-smet3v .trino-e5ug3m {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.trino-smet3v .trino-sg1c35 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.trino-smet3v .trino-ffazno {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .trino-smet3v .trino-ovggfm {
    flex: 1 1 100%;
  }
  .trino-smet3v .trino-gcpjco {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .trino-smet3v .trino-ovggfm {
    flex-direction: column;
  }
  .trino-smet3v .trino-jbvtnp {
    width: 100%;
    height: auto;
  }
  .trino-smet3v .trino-jbvtnp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .trino-smet3v .trino-e5ug3m {
    padding: 0 16px 16px 16px;
  }
  .trino-smet3v .trino-gcpjco {
    min-width: unset;
    width: 100%;
  }
}

.trino-umle6w .trino-7anm1c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.trino-umle6w .trino-y6p7rp {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.trino-umle6w 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-umle6w .trino-lqsrws {
  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-umle6w .trino-y6p7rp:hover .trino-lqsrws {
  display: flex;
}

.trino-umle6w .trino-27l3eu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trino-umle6w .trino-d7ysai {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.trino-tjms8t {
  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-tjms8t.trino-q9qhuo {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.trino-u1zeu7 ease-in-out;
}

.trino-tjms8t.trino-q9qhuo:hover {
  color: #f9cb16;
  background-color: transparent;
}

.trino-umle6w .trino-40nn51 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.trino-u1zeu7 ease-in-out;
}

.trino-umle6w .trino-40nn51:hover {
  color: #196948;
  background-color: #f9cb16;
}

.trino-umle6w .trino-40nn51:after,
.trino-tjms8t.trino-q9qhuo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.trino-tjms8t.trino-q9qhuo:after {
  background-image: url(../images/Cash.svg);
}

.trino-umle6w .trino-40nn51:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .trino-umle6w .trino-7anm1c {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .trino-umle6w .trino-7anm1c {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .trino-umle6w .trino-7anm1c {
    grid-template-columns: 1fr;
  }
  .trino-umle6w .trino-y6p7rp {
    height: auto;
  }
  .trino-umle6w .trino-y6p7rp .trino-lqsrws {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .trino-umle6w .trino-27l3eu,
  .trino-umle6w .trino-d7ysai {
    text-align: left;
  }
  .trino-umle6w .trino-d7ysai {
    margin-bottom: 8px;
  }
  .trino-umle6w img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.trino-o5oo95 {
  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-o5oo95.trino-evra8c {
  display: block;
}

.trino-o5oo95 .trino-7m773u {
  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-o5oo95 .trino-aijn3k {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.trino-o5oo95 .trino-4zb6dl {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.trino-o5oo95 .trino-ur7byy {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.trino-o5oo95 .trino-tjms8t {
  min-width: 296px;
  margin-bottom: 0;
}

.trino-o5oo95 .trino-foiuhw {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.trino-o5oo95 .trino-jmc6q2 {
  position: relative;
  flex: 1 1;
}

.trino-o5oo95 .trino-jmc6q2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .trino-o5oo95 .trino-aijn3k {
    flex-wrap: wrap;
    gap: 8px;
  }
  .trino-o5oo95 .trino-4zb6dl {
    order: 1;
  }
  .trino-o5oo95 .trino-ur7byy {
    order: 3;
    flex: 1 1 100%;
  }
  .trino-o5oo95 .trino-tjms8t {
    width: 100%;
    min-width: unset;
  }
  .trino-o5oo95 .trino-foiuhw {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .trino-sd3gua > .trino-ciiklt {
    margin-bottom: 0;
  }
  .trino-sd3gua > .trino-gw0861,
  .trino-sd3gua > p {
    margin-top: 0;
  }
}

.trino-9afmjy img,
.trino-q5ve19 img {
  width: auto;
  object-fit: contain;
}

.trino-9afmjy {
  align-items: center;
}

.trino-9afmjy img {
  max-height: 76px;
}

.trino-q5ve19 img {
  max-height: 64px;
}

.trino-upnpmd {
  overflow: auto;
}

.trino-dkejr3 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.trino-r249zq:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.trino-raol3b {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.trino-a2zc19 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trino-raol3b .trino-jbvtnp {
  margin-right: 20px;
  flex-shrink: 0;
}

.trino-raol3b img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.trino-hxyztx {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.trino-hxyztx > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trino-raol3b {
    padding: 15px 10px;
  }
  .trino-hxyztx {
    padding: 15px 10px;
  }
  .trino-raol3b .trino-jbvtnp {
    margin-right: 10px;
  }
}

.trino-htpfge {
  overflow-x: auto;
}

.trino-0ip0q9 {
  border-collapse: collapse;
  width: 100%;
}

.trino-htpfge th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.trino-htpfge td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.trino-htpfge td.trino-k00an9 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.trino-htpfge td.trino-99f7xl {
  border-right: none;
}

.trino-htpfge td.trino-99f7xl .trino-jbvtnp {
  justify-content: flex-start;
}

.trino-htpfge td.trino-99f7xl .trino-jbvtnp img {
  height: auto;
  width: 90px;
}

.trino-htpfge td.trino-vqybx9,
.trino-htpfge td.trino-oh1ius {
  font-weight: 600;
  text-align: right;
}

.trino-htpfge td.trino-anago4,
.trino-htpfge td.trino-vqybx9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.trino-htpfge td.trino-vqybx9,
.trino-htpfge td.trino-oh1ius {
  border-left: none;
}

.trino-htpfge td.trino-anago4,
.trino-htpfge td.trino-ukchut {
  border-right: none;
}

.trino-htpfge td.trino-ukchut,
.trino-htpfge td.trino-oh1ius {
  border-top: none;
  padding-top: 10px;
}

.trino-c4soty {
  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-c4soty .trino-gcpjco {
  min-width: unset;
  width: 100%;
}

.trino-c4soty .trino-gcpjco.trino-vpjruy {
  grid-column: 1/2;
  grid-row: 1/2;
}

.trino-c4soty .trino-gcpjco.trino-cnr7k3 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.trino-c4soty .trino-pm180a {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .trino-c4soty {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .trino-c4soty .trino-gcpjco.trino-vpjruy {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .trino-c4soty .trino-gcpjco.trino-cnr7k3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .trino-c4soty .trino-pm180a {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.trino-0jrlkg {
  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-ozlyn4 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.trino-nga7xw p a img {
  margin: 0 auto;
  display: block;
}

.trino-nga7xw table {
  margin-bottom: 17px;
}

/* contanct form */
.trino-v7uymj {
  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-v7uymj label {
  font-size: 14px;
}

.trino-v7uymj h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.trino-v7uymj input,
.trino-v7uymj textarea,
.trino-v7uymj 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-v7uymj button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.trino-u1zeu7 ease;
}
.trino-v7uymj button:hover {
  background-color: #691204;
}
.trino-img703 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.trino-95s2gu ease-in;
}

.trino-img703 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-x353rf, .trino-xipiak, [class*="review-card"],
thead, thead th, table th, .trino-wsc9jh,
.trino-3orivz, [class*="collapsible-header"],
.trino-n5qd5p, [class*="updated-block"] {
  color: #ece7dc !important;
}
