html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.trino-voh2ur {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .trino-voh2ur {
    padding: 54px 0 0;
  }
}

.trino-h0zbx7 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .trino-h0zbx7:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.trino-8788pe {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .trino-8788pe {
    margin: 20px auto 100px;
  }
}

.trino-8788pe h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .trino-8788pe h1 {
    font-size: 120px;
  }
}

.trino-8788pe p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.trino-9augn5 {
  cursor: pointer;
}

.trino-ylr89o {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.trino-cb3va3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trino-cb3va3 figure {
  margin: 0;
}

.trino-cb3va3.trino-8y16g4 {
  justify-content: flex-start;
  margin-right: 4px;
}

.trino-cb3va3.trino-hktcmc {
  justify-content: flex-end;
  margin-left: 4px;
}

.trino-cb3va3.trino-76649f {
  justify-content: center;
}

.trino-cb3va3.trino-4enb5u {
  justify-content: normal;
}

.trino-6ipsw8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .trino-6ipsw8 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-6ipsw8 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.trino-nhzib0 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .trino-nhzib0 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.trino-g54itf {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .trino-g54itf {
    flex-direction: column;
  }
}

.trino-f9ubnx {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.trino-f9ubnx img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .trino-f9ubnx {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.trino-34mvg5 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.trino-34mvg5 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .trino-34mvg5 ul {
    margin-bottom: 15px;
  }
}

.trino-34mvg5 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.trino-34mvg5 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.trino-34mvg5 ul li span svg {
  fill: var(--title-color);
}

.trino-34mvg5 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .trino-34mvg5 ul li small {
    font-size: 12px;
  }
}

.trino-34mvg5 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.trino-34mvg5 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .trino-34mvg5 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.trino-1j8jmo {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .trino-1j8jmo {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.trino-73fneu {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.trino-hkktpl {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.trino-525jcf ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .trino-hkktpl {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .trino-hkktpl:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.trino-hkktpl.trino-neyt6m {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .trino-hkktpl.trino-neyt6m:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.trino-3hsg88 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .trino-3hsg88 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .trino-3hsg88 {
    padding: 50px 16px 68px;
  }
}

.trino-c3e3e4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .trino-c3e3e4 {
    flex-direction: column;
  }
}

.trino-le7681 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .trino-le7681 {
    margin-bottom: 40px;
  }
}

.trino-etchqm .trino-9sro7y {
  margin-bottom: 28px;
}

.trino-etchqm .trino-9sro7y img {
  max-height: 100px;
  width: auto;
}

.trino-qhfy1c {
  display: flex;
  align-items: center;
}

.trino-qhfy1c a + a {
  margin-left: 24px;
}

.trino-qhfy1c img {
  max-height: 56px;
  width: auto;
}

.trino-qhfy1c img + img {
  margin-left: 24px;
}

.trino-jw9r1u {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .trino-jw9r1u {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.trino-gvcujw {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .trino-gvcujw {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.trino-0qnils {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .trino-0qnils {
    flex-wrap: wrap;
  }
}

.trino-0qnils li {
  display: flex;
  margin: 0 7px;
}

.trino-0qnils li svg {
  transition: 0.trino-525jcf ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .trino-0qnils li:hover svg {
    transform: scale(1.2);
  }
}

.trino-8g0phz {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.trino-xu0lnm + .trino-xu0lnm {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .trino-xu0lnm + .trino-xu0lnm {
    margin: 36px 0 0;
  }
}

.trino-gju34z {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.trino-7t2lsf {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trino-7t2lsf li {
  font-size: 16px;
}

.trino-7t2lsf li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .trino-7t2lsf li a:hover {
    text-decoration: underline;
  }
}

.trino-7t2lsf li + li {
  margin-top: 16px;
}

.trino-abx2eg {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.trino-c4rycp ease-in-out;
}

.trino-abx2eg.trino-mtsphd {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.trino-ctaxkk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.trino-ctaxkk h1,
.trino-ctaxkk h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .trino-ctaxkk h1,
  .trino-ctaxkk h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .trino-ctaxkk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-ctaxkk {
    margin-bottom: 60px;
  }
}

.trino-ms9yiu {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .trino-ms9yiu {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.trino-ms9yiu li {
  width: 100%;
}

.trino-ms9yiu li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.trino-525jcf ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.trino-ms9yiu li a svg {
  fill: var(--button-text-color);
}

.trino-ms9yiu li a.trino-mtsphd {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .trino-ms9yiu li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .trino-ms9yiu li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .trino-ms9yiu li a img {
    max-width: 16px;
  }
}

.trino-glr6h7 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .trino-glr6h7 {
    margin: 0 -5px;
  }
}

.trino-owlto9 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.trino-owlto9 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.trino-owlto9 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .trino-owlto9 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .trino-owlto9 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.trino-h35wy9 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.trino-h35wy9 img {
  width: 100%;
  transition: 0.trino-525jcf ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .trino-h35wy9:hover img {
    transform: scale(1.1);
  }
}

.trino-sskme8 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .trino-sskme8 {
    height: 54px;
  }
}

.trino-betytm {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .trino-betytm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .trino-betytm {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .trino-betytm .trino-9sro7y img {
    max-width: 90px;
  }
}

.trino-9sro7y img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .trino-9sro7y {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .trino-qxridc {
    display: none;
  }
  .trino-qxridc::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.trino-1g7qzi {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trino-1g7qzi li {
  font-size: 16px;
  margin: 0 20px;
}

.trino-1g7qzi li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .trino-1g7qzi li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .trino-1g7qzi {
    display: block;
  }
  .trino-1g7qzi li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .trino-1g7qzi li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .trino-1g7qzi li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .trino-1g7qzi li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.trino-z9wgb9 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .trino-z9wgb9 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .trino-z9wgb9 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .trino-z9wgb9 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.trino-z9wgb9.trino-5m72iv {
  margin-right: 0;
}

.trino-bxqm2i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .trino-bxqm2i {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .trino-bxqm2i:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.trino-c27p4s {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .trino-c27p4s:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .trino-c27p4s {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.trino-5owha7 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .trino-5owha7 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.trino-5owha7:hover > ul {
  display: flex;
}

.trino-5owha7:focus > ul {
  display: flex;
}

.trino-5owha7:focus-within > ul {
  display: flex;
}

.trino-tilwil {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.trino-tilwil::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.trino-c4rycp ease-in-out;
}

@media only screen and (max-width: 767px) {
  .trino-tilwil {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .trino-tilwil img {
    max-width: 20px;
  }
}

.trino-5owha7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.trino-525jcf ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .trino-5owha7 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.trino-5owha7 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.trino-525jcf ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .trino-5owha7 ul li {
    padding: 5px;
  }
}

.trino-5owha7 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .trino-5owha7 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .trino-5owha7 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .trino-5owha7 ul li a img {
    max-width: 20px;
  }
}

.trino-gg20i0 {
  display: none;
}

.trino-z8kgv1 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .trino-z8kgv1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.trino-z8kgv1 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .trino-gg20i0:checked ~ .trino-qxridc {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .trino-qxridc {
    display: none;
    transition: display 0.trino-525jcf ease-in-out;
  }
  .trino-gg20i0:checked ~ .trino-qxridc {
    display: block;
  }
  .trino-gg20i0:checked + .trino-z8kgv1 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .trino-gg20i0:checked + .trino-z8kgv1 span:nth-child(2) {
    display: none;
  }
  .trino-gg20i0:checked + .trino-z8kgv1 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.trino-gw0sad {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .trino-gw0sad {
    padding: 0 16px;
  }
}

.trino-gw0sad img {
  margin-bottom: 20px;
}

.trino-gw0sad p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .trino-gw0sad p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-gw0sad {
    margin-bottom: 60px;
  }
}

.trino-vqsd9i {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .trino-vqsd9i {
    font-size: 32px;
  }
}

.trino-8qgi9i {
  color: var(--text-color);
}

.trino-b0rcch {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .trino-b0rcch {
    font-size: 16px;
    line-height: 140%;
  }
}

.trino-b0rcch p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.trino-b0rcch p img {
  display: block;
  margin: 0 auto;
}

.trino-b0rcch p:first-of-type {
  margin-top: 0;
}

.trino-b0rcch p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .trino-b0rcch p {
    font-size: 18px;
    line-height: 140%;
  }
}

.trino-b0rcch ul {
  padding: 0 0 0 20px;
}

.trino-b0rcch table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.trino-b0rcch table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .trino-b0rcch table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.trino-b0rcch table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .trino-b0rcch table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.trino-b0rcch table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.trino-b0rcch iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .trino-b0rcch iframe {
    height: 200px;
  }
}

.trino-4ehzpr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .trino-4ehzpr {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-4ehzpr {
    margin-bottom: 60px;
  }
}

.trino-tsbyv9 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .trino-tsbyv9 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.trino-tsbyv9 h1,
.trino-tsbyv9 h2,
.trino-tsbyv9 h3,
.trino-tsbyv9 h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .trino-tsbyv9 h1,
  .trino-tsbyv9 h2,
  .trino-tsbyv9 h3,
  .trino-tsbyv9 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.trino-9274jq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .trino-9274jq {
    flex-direction: column-reverse;
  }
}

.trino-9274jq .trino-66e4f5 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .trino-9274jq .trino-66e4f5 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.trino-9274jq .trino-7yje3u {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .trino-9274jq .trino-7yje3u {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .trino-9274jq .trino-7yje3u img {
    width: 100%;
  }
}

.trino-7yje3u {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .trino-7yje3u {
    margin-bottom: 18px;
  }
}

.trino-66e4f5 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .trino-66e4f5 {
    margin-bottom: 18px;
  }
}

.trino-4ehzpr h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .trino-4ehzpr h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.trino-4ehzpr .trino-h0zbx7 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.trino-ni1emb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .trino-ni1emb {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .trino-ni1emb {
    margin-bottom: 60px;
  }
}

.trino-i5n8h4 {
  position: relative;
  border: none;
}

.trino-i5n8h4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.trino-p5x2bm {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.trino-p5x2bm span {
  height: 32px;
}

.trino-p5x2bm span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.trino-p5x2bm.trino-cljv1w span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .trino-p5x2bm {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.trino-txoapu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trino-txoapu li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .trino-txoapu li {
    font-size: 16px;
  }
}

.trino-txoapu li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.trino-525jcf ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .trino-txoapu li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .trino-txoapu li a {
    padding: 12px 14px;
  }
}

.trino-txoapu.trino-yiyv6d {
  display: none;
}

.trino-un6id4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.trino-un6id4 table {
  width: 100%;
  border-collapse: collapse;
}

.trino-un6id4 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .trino-un6id4 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .trino-un6id4 table td {
    min-width: 75px;
  }
}

.trino-un6id4 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .trino-un6id4 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.trino-un6id4 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.trino-un6id4 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .trino-un6id4 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .trino-un6id4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-un6id4 {
    margin-bottom: 60px;
  }
}

.trino-njh22p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .trino-njh22p {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.trino-a5p4xl {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .trino-a5p4xl {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.trino-a5p4xl tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .trino-a5p4xl tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.trino-a5p4xl tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.trino-kfxrqp table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.trino-kfxrqp table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.trino-kfxrqp p {
  color: var(--text-color);
}

.trino-o7ocjv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .trino-o7ocjv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-o7ocjv {
    margin-bottom: 60px;
  }
}

.trino-gjz9a1 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.trino-dhh5xm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .trino-dhh5xm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-dhh5xm {
    margin-bottom: 60px;
  }
}

.trino-vcwy23 {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.trino-vcwy23 h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .trino-vcwy23 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.trino-vcwy23 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.trino-vcwy23 p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .trino-vcwy23 p {
    font-size: 16px;
  }
}

.trino-efw7q4 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .trino-efw7q4 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.trino-pnp8m0 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.trino-pnp8m0 li {
  margin: 0 20px;
}

.trino-pnp8m0 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.trino-pnp8m0 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .trino-pnp8m0 li a:hover {
    color: #2ab765;
  }
}

.trino-q1r0f3 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .trino-q1r0f3 {
    padding: 0 16px;
  }
}

.trino-q1r0f3 li {
  font-size: 16px;
  position: relative;
}

.trino-q1r0f3 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .trino-q1r0f3 li a:hover {
    text-decoration: underline;
  }
}

.trino-q1r0f3 li span {
  opacity: 0.5;
}

.trino-q1r0f3 li + li {
  margin-left: 30px;
}

.trino-q1r0f3 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.trino-tsbyv9 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.trino-tsbyv9 {
    margin-bottom: 18px;
  }
}

.trino-5jvee1 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.trino-5jvee1 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.trino-5jvee1 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.trino-5jvee1 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.trino-5jvee1 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.trino-5jvee1 tbody tr:last-of-type {
  margin-bottom: 0;
}

.trino-5jvee1 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.trino-5jvee1 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.trino-5jvee1 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.trino-5jvee1 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .trino-5jvee1 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.trino-5jvee1 tbody tr td .trino-qytaox {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .trino-5jvee1 tbody tr td .trino-qytaox {
    width: 100%;
  }
}

.trino-5jvee1 tbody tr td .trino-yks8me {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.trino-525jcf ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .trino-5jvee1 tbody tr td .trino-yks8me:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .trino-5jvee1 tbody tr td .trino-yks8me {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .trino-5jvee1 tbody tr td .trino-yks8me {
    width: 100%;
  }
}

.trino-5jvee1 tbody tr td .trino-xeb7ds {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .trino-5jvee1 tbody tr td .trino-xeb7ds:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .trino-5jvee1 tbody tr {
    flex-direction: column;
  }
}

.trino-5jvee1 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.trino-bfw1j1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .trino-bfw1j1 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-bfw1j1 {
    margin: 0 auto 60px;
  }
}

.trino-7q4euj {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .trino-7q4euj {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.trino-29hm0b {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .trino-29hm0b {
    margin: 0 -5px;
  }
}

.trino-r246o8 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.trino-r246o8 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.trino-525jcf ease-in-out;
}

.trino-r246o8 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .trino-r246o8:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .trino-r246o8 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .trino-r246o8 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .trino-r246o8 p {
    font-size: 16px;
  }
}

.trino-xs3nmv {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .trino-xs3nmv {
    height: 190px;
    margin: 20px auto;
  }
}

.trino-xs3nmv img {
  width: 100%;
  height: 100%;
}

.trino-xs3nmv iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .trino-xs3nmv iframe {
    height: 190px;
  }
}

.trino-ca0361 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.trino-ca0361::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.trino-wg0byo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.trino-wg0byo svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.trino-525jcf ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .trino-wg0byo:hover svg {
    transform: scale(1.1);
  }
}

.trino-xh1b3z {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .trino-xh1b3z {
    padding: 40px 0;
  }
}

.trino-elkujh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .trino-elkujh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .trino-elkujh {
    flex-direction: column-reverse;
  }
}

.trino-zxncus {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.trino-zxncus img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .trino-zxncus {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .trino-zxncus {
    margin: 10px 0 0;
  }
}

.trino-es794e {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.trino-es794e h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .trino-es794e {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .trino-es794e {
    padding: 24px 10px;
  }
}

.trino-j4fz4q {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.trino-525jcf ease-in-out;
}

.trino-j4fz4q:hover {
  border: 1px solid #8c8ca2;
}

.trino-48z2sm {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.trino-48z2sm:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.trino-r1nfa6 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.trino-r1nfa6 a {
  text-decoration: underline;
  color: #8babff;
}

.trino-30lgao {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.trino-30lgao .trino-j4fz4q {
  width: 50%;
  margin: 0;
}

.trino-ba3rio {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.trino-ba3rio:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.trino-3d4mir {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .trino-3d4mir {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-3d4mir {
    margin: 0 0 60px;
  }
}

.trino-wqni09 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .trino-wqni09 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.trino-1m1j8e {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .trino-1m1j8e {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.trino-lve2g1 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .trino-lve2g1 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.trino-7edr3u {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .trino-7edr3u {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.trino-7edr3u a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.trino-525jcf ease-in-out;
}

@media only screen and (max-width: 767px) {
  .trino-7edr3u a {
    margin: 1px 0 4px;
  }
}

.trino-7edr3u a svg {
  fill: #fff;
}

.trino-7edr3u a:hover {
  background: #3d68e7;
}

.trino-pe88di {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.trino-zinl56 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .trino-zinl56 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.trino-1eixwn {
  font-size: 16px;
  color: var(--text-color);
}

.trino-zd26vo {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .trino-zd26vo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-zd26vo {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .trino-zd26vo {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.trino-0p8rah {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.trino-0p8rah h1,
.trino-0p8rah h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .trino-0p8rah h1,
  .trino-0p8rah h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .trino-0p8rah {
    margin: 0;
    padding-right: 20px;
  }
}

.trino-1i4dwi {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.trino-1i4dwi h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .trino-1i4dwi h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.trino-1i4dwi h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .trino-1i4dwi h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.trino-1i4dwi table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.trino-1i4dwi table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .trino-1i4dwi table tr td {
    padding: 12px 4px;
  }
}

.trino-1i4dwi table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .trino-1i4dwi table tr th {
    padding: 12px 4px;
  }
}

.trino-1i4dwi table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .trino-1i4dwi {
    margin: 0;
  }
}

.trino-0zb8tn {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .trino-0zb8tn {
    min-height: 190px;
  }
}

.trino-l9naot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.trino-l9naot::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.trino-hjtfya {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.trino-hjtfya.trino-5w70sc {
  display: none;
}

.trino-gvephr {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.trino-gvephr iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trino-gvephr iframe.trino-l9frti {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.trino-gvephr.trino-f3ngza {
  opacity: 1;
  pointer-events: all;
}

.trino-05ttx1 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.trino-525jcf ease-in-out;
}

.trino-05ttx1 svg {
  margin-right: 10px;
}

.trino-05ttx1 + .trino-05ttx1 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .trino-05ttx1:hover {
    background: #a8a6b3;
  }
}

.trino-cdc8m4 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .trino-cdc8m4:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .trino-05ttx1 {
    height: 42px;
    max-width: 220px;
  }
}

.trino-zd26vo .trino-4ehzpr {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.trino-zd26vo .trino-4ehzpr h1,
.trino-zd26vo .trino-4ehzpr h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .trino-zd26vo .trino-4ehzpr h1,
  .trino-zd26vo .trino-4ehzpr h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .trino-zd26vo .trino-4ehzpr {
    margin: 28px 0 0;
  }
}

.trino-aj1mol {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .trino-aj1mol {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .trino-aj1mol {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .trino-aj1mol {
    margin: 20px auto 60px;
  }
}

.trino-3wjvnk {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .trino-3wjvnk {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-3wjvnk {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.trino-9cnewm {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.trino-9cnewm iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trino-zschy0 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.trino-zschy0 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .trino-zschy0 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-zschy0 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .trino-zschy0 {
    max-width: 100%;
    margin: 0;
  }
}

.trino-ayzhy9 {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .trino-ayzhy9 {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.trino-6btnxu {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .trino-6btnxu {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.trino-z5k2tm {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.trino-z5k2tm span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .trino-z5k2tm {
    margin: 0;
  }
  .trino-z5k2tm:last-of-type {
    margin-top: 4px;
  }
}

.trino-eluqsn {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .trino-eluqsn {
    padding: 10px;
  }
}

.trino-eluqsn .trino-h0zbx7 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .trino-eluqsn .trino-h0zbx7 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .trino-eluqsn {
    flex-wrap: wrap;
  }
}

.trino-or16vu {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.trino-or16vu img {
  width: 100%;
}

.trino-bcr3la {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .trino-bcr3la {
    max-width: 200px;
    margin: 0;
  }
}

.trino-b92xnn {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.trino-sbztih {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.trino-q0r5az {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az {
    margin: 0 0 60px;
  }
}

.trino-q0r5az .trino-v84qb7 {
  position: relative;
}

.trino-q0r5az .trino-6vmufy {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.trino-q0r5az .trino-6vmufy.trino-5w70sc {
  display: none;
}

.trino-q0r5az .trino-n1kj9m {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .trino-q0r5az .trino-n1kj9m {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .trino-q0r5az .trino-n1kj9m {
    bottom: 90px;
  }
}

.trino-q0r5az .trino-n1kj9m .trino-mnvrfq {
  max-width: 300px;
  width: 100%;
}

.trino-q0r5az .trino-n1kj9m .trino-mnvrfq .trino-w9v1ia {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-n1kj9m .trino-mnvrfq .trino-w9v1ia {
    font-size: 32px;
    text-align: center;
  }
}

.trino-q0r5az .trino-n1kj9m .trino-mnvrfq .trino-gpeoj8 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-n1kj9m .trino-mnvrfq .trino-gpeoj8 {
    text-align: center;
  }
}

.trino-q0r5az .trino-n1kj9m .trino-5m72iv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-n1kj9m .trino-5m72iv {
    flex-direction: column-reverse;
  }
}

.trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-uwn7ua {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.trino-525jcf ease-in-out;
}

.trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-uwn7ua:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-uwn7ua {
    width: 100%;
  }
}

.trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-nt43o5 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.trino-525jcf ease-in-out;
  overflow: hidden;
}

.trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-nt43o5 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-nt43o5:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-nt43o5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-n1kj9m .trino-5m72iv .trino-nt43o5 {
    width: 100%;
  }
}

.trino-q0r5az .trino-n1kj9m.trino-5w70sc {
  display: none;
}

.trino-q0r5az .trino-p25g1t {
  display: none;
}

.trino-q0r5az .trino-p25g1t.trino-f3ngza {
  display: block;
}

.trino-q0r5az .trino-p25g1t iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-p25g1t iframe {
    height: calc(100vh - 54px);
  }
}

.trino-q0r5az .trino-57mgwk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .trino-q0r5az .trino-57mgwk {
    padding: 24px 16px 0;
  }
}

.trino-q0r5az .trino-57mgwk .trino-w9v1ia {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-57mgwk .trino-w9v1ia {
    margin-bottom: 24px;
  }
}

.trino-q0r5az .trino-57mgwk table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.trino-q0r5az .trino-57mgwk table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-57mgwk table tr td {
    padding: 12px 4px;
  }
}

.trino-q0r5az .trino-57mgwk table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .trino-q0r5az .trino-57mgwk table tr th {
    padding: 12px 4px;
  }
}

.trino-q0r5az .trino-57mgwk table tr:last-of-type td {
  border-bottom: none;
}

.trino-th8spf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.trino-th8spf.trino-mtsphd {
  display: block;
}

.trino-th8spf iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.trino-th8spf .trino-u5a5tc {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.trino-th8spf .trino-3vr93x {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.trino-th8spf .trino-nt43o5 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.trino-525jcf ease-in-out;
}

.trino-th8spf .trino-nt43o5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.trino-8whknm {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.trino-8whknm.trino-mtsphd {
  display: block;
}

.trino-bauy7j {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.trino-lhwkmr {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.trino-o4fp3f {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .trino-lhwkmr {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.trino-xqs41v {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.trino-xqs41v svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.trino-fm2un2 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.trino-an3hxy.trino-5w70sc {
  display: none;
}

.trino-54xo4i {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .trino-54xo4i {
    margin-bottom: 20px;
  }
}

.trino-9rzz5s {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.trino-9rzz5s span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.trino-9rzz5s small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.trino-9rzz5s input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.trino-525jcf ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.trino-9rzz5s input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.trino-9rzz5s input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.trino-9rzz5s input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.trino-9rzz5s input:active {
  border-color: #c2c0ce;
}

.trino-9rzz5s input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .trino-9rzz5s {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.trino-il3sfg {
  margin-bottom: 36px;
}

.trino-il3sfg textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.trino-il3sfg textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.trino-il3sfg textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .trino-il3sfg {
    margin-bottom: 24px;
  }
}

.trino-5rq984 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.trino-t9iruy {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.trino-525jcf ease-in-out;
}

.trino-t9iruy:hover {
  background: var(--border-color);
}

.trino-hv7ybh {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.trino-525jcf ease-in-out;
}

.trino-hv7ybh:hover {
  background: #166ad9;
}

.trino-shxlwy {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.trino-shxlwy.trino-5w70sc {
  display: none;
}

.trino-z6k98d {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.trino-shxlwy .trino-t9iruy {
  margin: 0 auto;
}

.trino-urdoo6 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .trino-urdoo6 {
    margin-bottom: 16px;
  }
}

.trino-7ijlh9 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.trino-vejzeh {
  filter: grayscale(100%);
}

.trino-7ijlh9 > input {
  display: none;
}

.trino-7ijlh9 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-cdw6z4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.trino-m0aoey 44.trino-27rvgu.trino-wg52zw.trino-90zvse.trino-013zr5.trino-rbdzqy.trino-3o98hp.trino-ru6cxl.trino-ntwnbi.trino-atit01.trino-34dsv4.trino-6kg4ba.trino-1sfe0l 0l-12.trino-10j0u0 30.trino-5zx127.trino-02h9jh 2.trino-cjae5h.trino-02h9jh 3.trino-h619en 3.trino-gd6ihn.trino-jklbfc 3.trino-n06zo1.trino-9dbwyw.trino-q5kkzp.trino-saqjk1 7-3.trino-10j0u0 10.trino-v2cigd.trino-saqjk1 23.trino-ctb7ru.trino-6vrjwp 1.trino-w6y3ks 2.trino-10j0u0 3.trino-6vrjwp 1.trino-jklbfc 5.trino-cip7pm.trino-jklbfc 32.trino-iulmz6.trino-9dbwyw 5.trino-1sfe0l 4.trino-saqjk1 9.trino-saqjk1 8.trino-jklbfc 6.trino-x100u6.trino-omepub.trino-fjiv3t.trino-5uhxh0.trino-25b4v0 4.trino-ip77rg.trino-25b4v0 6.trino-25b4v0 0l29.trino-1sfe0l 17.trino-hdbvne.trino-g23wy5 2.trino-iajgx0 10.trino-w20nh5.trino-10j0u0 8.trino-g55434.trino-akdhdh.trino-mjer6i.trino-uh9l59.trino-wkxq8m.trino-9dbwyw.trino-rbdzqy.trino-10j0u0 1.trino-9dfdbo.trino-boz2ji.trino-pjubvz.trino-fx7cl5.trino-i6g5hb.trino-w6y3ks 1.trino-weqqa0.trino-68ajpp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.trino-7ijlh9 > input:checked ~ label,
.trino-7ijlh9 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-cdw6z4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.trino-m0aoey 44.trino-27rvgu.trino-wg52zw.trino-90zvse.trino-013zr5.trino-rbdzqy.trino-3o98hp.trino-ru6cxl.trino-ntwnbi.trino-atit01.trino-34dsv4.trino-6kg4ba.trino-1sfe0l 0l-12.trino-10j0u0 30.trino-5zx127.trino-02h9jh 2.trino-cjae5h.trino-02h9jh 3.trino-h619en 3.trino-gd6ihn.trino-jklbfc 3.trino-n06zo1.trino-9dbwyw.trino-q5kkzp.trino-saqjk1 7-3.trino-10j0u0 10.trino-v2cigd.trino-saqjk1 23.trino-ctb7ru.trino-6vrjwp 1.trino-w6y3ks 2.trino-10j0u0 3.trino-6vrjwp 1.trino-jklbfc 5.trino-cip7pm.trino-jklbfc 32.trino-iulmz6.trino-9dbwyw 5.trino-1sfe0l 4.trino-saqjk1 9.trino-saqjk1 8.trino-jklbfc 6.trino-x100u6.trino-omepub.trino-fjiv3t.trino-5uhxh0.trino-25b4v0 4.trino-ip77rg.trino-25b4v0 6.trino-25b4v0 0l29.trino-1sfe0l 17.trino-hdbvne.trino-g23wy5 2.trino-iajgx0 10.trino-w20nh5.trino-10j0u0 8.trino-g55434.trino-akdhdh.trino-mjer6i.trino-uh9l59.trino-wkxq8m.trino-9dbwyw.trino-rbdzqy.trino-10j0u0 1.trino-9dfdbo.trino-boz2ji.trino-pjubvz.trino-fx7cl5.trino-i6g5hb.trino-w6y3ks 1.trino-weqqa0.trino-68ajpp.5z'/%3e%3c/svg%3e");
}

.trino-7ijlh9 > input:not(:checked) ~ label:hover,
.trino-7ijlh9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-cdw6z4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.trino-m0aoey 44.trino-27rvgu.trino-wg52zw.trino-90zvse.trino-013zr5.trino-rbdzqy.trino-3o98hp.trino-ru6cxl.trino-ntwnbi.trino-atit01.trino-34dsv4.trino-6kg4ba.trino-1sfe0l 0l-12.trino-10j0u0 30.trino-5zx127.trino-02h9jh 2.trino-cjae5h.trino-02h9jh 3.trino-h619en 3.trino-gd6ihn.trino-jklbfc 3.trino-n06zo1.trino-9dbwyw.trino-q5kkzp.trino-saqjk1 7-3.trino-10j0u0 10.trino-v2cigd.trino-saqjk1 23.trino-ctb7ru.trino-6vrjwp 1.trino-w6y3ks 2.trino-10j0u0 3.trino-6vrjwp 1.trino-jklbfc 5.trino-cip7pm.trino-jklbfc 32.trino-iulmz6.trino-9dbwyw 5.trino-1sfe0l 4.trino-saqjk1 9.trino-saqjk1 8.trino-jklbfc 6.trino-x100u6.trino-omepub.trino-fjiv3t.trino-5uhxh0.trino-25b4v0 4.trino-ip77rg.trino-25b4v0 6.trino-25b4v0 0l29.trino-1sfe0l 17.trino-hdbvne.trino-g23wy5 2.trino-iajgx0 10.trino-w20nh5.trino-10j0u0 8.trino-g55434.trino-akdhdh.trino-mjer6i.trino-uh9l59.trino-wkxq8m.trino-9dbwyw.trino-rbdzqy.trino-10j0u0 1.trino-9dfdbo.trino-boz2ji.trino-pjubvz.trino-fx7cl5.trino-i6g5hb.trino-w6y3ks 1.trino-weqqa0.trino-68ajpp.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .trino-tuswhr > .trino-8b0omx {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .trino-tuswhr > .trino-8b0omx {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .trino-tuswhr > .trino-8b0omx {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .trino-tuswhr > .trino-8b0omx {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .trino-tuswhr > .trino-8b0omx {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.trino-zitkay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.trino-zitkay.trino-5w70sc {
  display: none;
}

.trino-yk6avv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .trino-yk6avv {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .trino-yk6avv {
    border-radius: 20px 20px 0 0;
  }
}

.trino-1m5eef {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.trino-1m5eef::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.trino-1m5eef::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.trino-1m5eef img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .trino-1m5eef {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .trino-1m5eef img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-1m5eef {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .trino-1m5eef img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.trino-t2c5ar {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .trino-t2c5ar {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .trino-t2c5ar {
    font-size: 14px;
  }
}

.trino-zsa963 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.trino-zsa963::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .trino-zsa963::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.trino-zsa963::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .trino-zsa963::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .trino-zsa963 {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-zsa963 {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.trino-f8ovwr {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .trino-f8ovwr {
    top: -20px;
  }
}

.trino-tqbcre {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.trino-525jcf ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .trino-tqbcre:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .trino-tqbcre {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-tqbcre {
    width: 90px;
    height: 40px;
  }
}

.trino-zitkay.trino-glyyff .trino-yk6avv {
  background: #2b3b67;
}

.trino-zitkay.trino-glyyff .trino-1m5eef {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.trino-zitkay.trino-glyyff .trino-1m5eef::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.trino-zitkay.trino-glyyff .trino-1m5eef::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.trino-zitkay.trino-glyyff .trino-zsa963::before {
  background: #0e0f41;
}

.trino-zitkay.trino-glyyff .trino-zsa963::after {
  background: #152557;
}

.trino-zitkay.trino-2itxwu .trino-yk6avv {
  background: #1f35fa;
}

.trino-zitkay.trino-2itxwu .trino-1m5eef {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.trino-zitkay.trino-2itxwu .trino-1m5eef::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.trino-zitkay.trino-2itxwu .trino-1m5eef::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.trino-zitkay.trino-2itxwu .trino-zsa963::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.trino-zitkay.trino-2itxwu .trino-zsa963::after {
  background: #192ac8;
}

.trino-zitkay.trino-6j9or9 .trino-yk6avv {
  background: #fa771f;
}

.trino-zitkay.trino-6j9or9 .trino-1m5eef {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.trino-zitkay.trino-6j9or9 .trino-1m5eef::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.trino-zitkay.trino-6j9or9 .trino-1m5eef::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.trino-zitkay.trino-6j9or9 .trino-zsa963::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.trino-zitkay.trino-6j9or9 .trino-zsa963::after {
  background: #fa8535;
}

.trino-8fg8d6 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .trino-8fg8d6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trino-8fg8d6 {
    margin: 24px 0 60px;
  }
}

.trino-8fg8d6 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .trino-8fg8d6 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.trino-tz45xa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .trino-tz45xa {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.trino-pujva7 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .trino-pujva7 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.trino-8wy97t {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .trino-8wy97t:hover {
    background: var(--button-bg-hover);
  }
}

.trino-yuuor3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trino-yuuor3 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.trino-yuuor3 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .trino-yuuor3 {
    margin-bottom: 16px;
  }
}

.trino-9nke5n {
  width: 120px;
  height: 22px;
}

.trino-9nke5n .trino-hagz1i {
  fill: #c2c0ce;
}

.trino-9nke5n [rating="1"] .trino-hagz1i:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.trino-9nke5n [rating="2"] .trino-hagz1i:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.trino-9nke5n [rating="3"] .trino-hagz1i:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.trino-9nke5n [rating="4"] .trino-hagz1i:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.trino-9nke5n [rating="5"] .trino-hagz1i:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.trino-7aqhux {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .trino-7aqhux {
    gap: 16px 0;
  }
}

.trino-g9b0lr {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.trino-g9b0lr.trino-f3ngza {
  display: block;
}

.trino-g9b0lr.trino-5w70sc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .trino-g9b0lr {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.trino-rl9bz8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.trino-1kjce0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.trino-0ykrar {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.trino-7kknh0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.trino-7kknh0 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.trino-97jdpi {
  font-size: 16px;
  line-height: 140%;
}

.trino-mk6cw5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.trino-mk6cw5 .trino-hagz1i {
  fill: #c2c0ce;
}

.trino-mk6cw5 [rating="1"] .trino-hagz1i:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.trino-mk6cw5 [rating="2"] .trino-hagz1i:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.trino-mk6cw5 [rating="3"] .trino-hagz1i:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.trino-mk6cw5 [rating="4"] .trino-hagz1i:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.trino-mk6cw5 [rating="5"] .trino-hagz1i:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.trino-me9v1z {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .trino-me9v1z {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.trino-il69ao {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .trino-il69ao {
    padding: 0 16px;
  }
}

.trino-enbshz {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .trino-enbshz {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.trino-eu9ogk {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .trino-eu9ogk {
    padding: 12px;
    gap: 12px;
  }
}

.trino-251jfd {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.trino-251jfd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trino-kff1dh {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.trino-8cfioe {
  flex: 1;
  min-width: 0;
}

.trino-fckwof {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .trino-fckwof {
    font-size: 14px;
    gap: 6px;
  }
}

.trino-z2hdxz {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.trino-z2hdxz svg,
.trino-z2hdxz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trino-z2hdxz svg path {
  fill: var(--button-bg-color);
}

.trino-z2hdxz svg circle {
  fill: var(--button-text-color);
}

.trino-uao03z {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .trino-uao03z {
    font-size: 12px;
  }
}

.trino-uao03z strong {
  font-weight: 600;
}

.trino-55mv5m {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.trino-55mv5m p {
  margin: 0 0 16px;
}

.trino-55mv5m p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .trino-55mv5m {
    font-size: 14px;
    line-height: 150%;
  }
}

.trino-1q5d8t {
  max-width: 300px;
  width: 100%;
}

.trino-1q5d8t a {
  width: 100%;
}

@media (max-width: 575px) {
  .trino-1q5d8t {
    max-width: 200px;
  }
}

.trino-u93xs5 {
  justify-content: center;
}

.trino-68ohm4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trino-st5ma7 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .trino-m0lsvd {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.trino-yeceg9 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.trino-yeceg9 .trino-1g7qzi {
  justify-content: center;
}

/* faq */

.trino-ez4vfq {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.trino-xxvdg9 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.trino-58yv2w ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trino-xxvdg9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.trino-58yv2w ease;
}

.trino-ez4vfq.trino-mtsphd .trino-xxvdg9::after {
  transform: rotate(45deg);
}

.trino-7wfvpb {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.trino-525jcf ease, padding 0.trino-525jcf ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.trino-ez4vfq.trino-mtsphd .trino-7wfvpb {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.trino-l25k8v {
  margin: 25px 0;
}

.trino-7ijlh9 > input:not(:checked) ~ label:hover,
.trino-7ijlh9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-bo0uv2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.trino-2lpb1p 44.trino-fq9hyl.trino-r8r9cj.trino-am11eg.trino-j4bhcf.trino-pc5hev.trino-l0qnvn.trino-vlfike.trino-9jsari.trino-zv2tvm.trino-1krcb6.trino-ehbk57.trino-uo6z6a 0l-12.trino-wzr4u9 30.trino-5zy1vh.trino-5xdfh5 2.trino-zxjk7h.trino-5xdfh5 3.trino-p1bwkx 3.trino-r3da8g.trino-87oagb 3.trino-w0fh5q.trino-s6n9ju.trino-jgij36.trino-lwr3ig 7-3.trino-wzr4u9 10.trino-c5cncf.trino-lwr3ig 23.trino-c5xxoa.trino-2dr45r 1.trino-clw1ae 2.trino-wzr4u9 3.trino-2dr45r 1.trino-87oagb 5.trino-fssmva.trino-87oagb 32.trino-ncygyp.trino-s6n9ju 5.trino-uo6z6a 4.trino-lwr3ig 9.trino-lwr3ig 8.trino-87oagb 6.trino-y5kb48.trino-4pz0jn.trino-g0kwj4.trino-tkjnku.trino-5p3spt 4.trino-28lt7r.trino-5p3spt 6.trino-5p3spt 0l29.trino-uo6z6a 17.trino-jwib9v.trino-q28lhv 2.trino-c9c873 10.trino-x5nyti.trino-wzr4u9 8.trino-n9b5c7.trino-e3z85r.trino-5f7yqo.trino-2rkeei.trino-ywvquj.trino-s6n9ju.trino-pc5hev.trino-wzr4u9 1.trino-3l81l8.trino-28r10s.trino-sc9gq0.trino-7yss0s.trino-wvpxao.trino-clw1ae 1.trino-5hkfs6.trino-8ltpvd.5z'/%3e%3c/svg%3e");
}

.trino-9m7rqt {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .trino-9m7rqt {
    gap: 16px 0;
  }
}

.trino-vu4xzc {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.trino-vu4xzc.trino-vuhb3h {
  display: block;
}

.trino-vu4xzc.trino-4nesr7 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .trino-vu4xzc {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.trino-5ruo1z {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.trino-4shgb3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.trino-u7h6ye {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.trino-s5jkoe small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.trino-s5jkoe span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.trino-aaqtln {
  font-size: 16px;
  line-height: 140%;
}

.trino-22d5oi {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.trino-22d5oi .trino-3v54rf {
  fill: #c2c0ce;
}

.trino-22d5oi [rating="1"] .trino-3v54rf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.trino-22d5oi [rating="2"] .trino-3v54rf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.trino-22d5oi [rating="3"] .trino-3v54rf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.trino-22d5oi [rating="4"] .trino-3v54rf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.trino-22d5oi [rating="5"] .trino-3v54rf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.trino-q1u8g8 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.trino-q1u8g8 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.trino-q1u8g8 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.trino-3sapd3 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.trino-3sapd3.trino-ja1kkh {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.trino-5cnrs4, .trino-6p6eie, [class*="review-card"],
thead, thead th, table th, .trino-w9f2nw,
.trino-emcrx8, [class*="collapsible-header"],
.trino-o7ocjv, [class*="updated-block"] {
  color: #ece7dc !important;
}
