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-68hex0 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.trino-6atgsg {
  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-6atgsg: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-wy04c9 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.trino-41e65h {
  cursor: pointer;
}

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

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

.trino-sek5pw figure {
  margin: 0;
}

.trino-sek5pw.trino-pr0uip {
  justify-content: flex-start;
  margin-right: 4px;
}

.trino-sek5pw.trino-t7ypf9 {
  justify-content: flex-end;
  margin-left: 4px;
}

.trino-sek5pw.trino-nis5jf {
  justify-content: center;
}

.trino-sek5pw.trino-pctzvx {
  justify-content: normal;
}

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

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

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

.trino-op3wtw {
  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-op3wtw {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.trino-9d8a5c {
  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-9d8a5c {
    flex-direction: column;
  }
}

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

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

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

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

.trino-qlfa8f 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-qlfa8f ul {
    margin-bottom: 15px;
  }
}

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

.trino-qlfa8f 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-qlfa8f ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.trino-3tc3xk {
  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-3tc3xk {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.trino-rgl79t.trino-20svwf {
  background-color: #000;
}

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

.trino-qmyi1f {
  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-qmyi1f {
    padding: 80px 16px 0;
  }
}

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

.trino-82d4ly {
  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-82d4ly {
    flex-direction: column;
  }
}

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

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

.trino-n7da9z .trino-8w3up3 {
  margin-bottom: 28px;
}

.trino-n7da9z .trino-8w3up3 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.trino-x5n42n li svg {
  transition: 0.trino-nd7f53 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.trino-k5dwkg.trino-hlie8r {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.trino-4lcyn9 h1,
.trino-4lcyn9 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-4lcyn9 h1,
  .trino-4lcyn9 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.trino-huyjfm 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-nd7f53 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.trino-huyjfm li a.trino-hlie8r {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.trino-bnof4u img {
  width: 100%;
  transition: 0.trino-nd7f53 ease-in-out;
}

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

.trino-n7n73q {
  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-n7n73q {
    height: 54px;
  }
}

.trino-gkb6ua {
  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-gkb6ua {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .trino-gkb6ua .trino-8w3up3 img {
    max-width: 90px;
  }
}

.trino-8w3up3 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.trino-95q9t9 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

@media only screen and (max-width: 1023px) {
  .trino-95q9t9 {
    display: block;
  }
  .trino-95q9t9 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .trino-95q9t9 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .trino-95q9t9 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-95q9t9 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.trino-azfr9h.trino-72znko {
  margin-right: 0;
}

.trino-d85j18 {
  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-d85j18 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.trino-ylfx7v {
  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-ylfx7v:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.trino-90d2pc {
  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-90d2pc::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-psoukz ease-in-out;
}

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

.trino-vnaxzh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.trino-nd7f53 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-vnaxzh ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.trino-vnaxzh 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-nd7f53 ease-in-out;
  overflow: hidden;
}

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

.trino-vnaxzh 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-vnaxzh ul li a:hover {
    text-decoration: underline;
  }
}

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

.trino-kwnz60 {
  display: none;
}

.trino-aihvmv {
  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-aihvmv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .trino-kwnz60:checked ~ .trino-8ffj43 {
    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-8ffj43 {
    display: none;
    transition: display 0.trino-nd7f53 ease-in-out;
  }
  .trino-kwnz60:checked ~ .trino-8ffj43 {
    display: block;
  }
  .trino-kwnz60:checked + .trino-aihvmv span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .trino-kwnz60:checked + .trino-aihvmv span:nth-child(2) {
    display: none;
  }
  .trino-kwnz60:checked + .trino-aihvmv span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.trino-ue4qm8 {
  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-ue4qm8 {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.trino-daweve 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-daweve table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.trino-daweve 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-daweve table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.trino-jsiyxk {
  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-jsiyxk {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.trino-jsiyxk h1,
.trino-jsiyxk h2,
.trino-jsiyxk h3,
.trino-jsiyxk 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-jsiyxk h1,
  .trino-jsiyxk h2,
  .trino-jsiyxk h3,
  .trino-jsiyxk h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.trino-yh4l7v .trino-q0ivw8 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.trino-yh4l7v .trino-cx7e7y {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.trino-cx7e7y {
  margin: 0 0 28px;
}

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

.trino-q0ivw8 {
  margin: 0 0 28px;
}

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

.trino-vndema 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-vndema h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.trino-vndema .trino-6atgsg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.trino-71cca5 {
  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-71cca5 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.trino-3hjulz {
  position: relative;
  border: none;
}

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

.trino-djvied {
  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-djvied span {
  height: 32px;
}

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

.trino-djvied.trino-hqdej5 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.trino-f11lr1.trino-kc4oof {
  display: none;
}

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

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

.trino-ipwwqn 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-ipwwqn table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.trino-ipwwqn 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-ipwwqn table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.trino-zyk9b0 {
  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-zyk9b0 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.trino-8ozgzi 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-8ozgzi tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.trino-orfh62 {
  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-ttyd2d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.trino-covigw {
  display: none;
}

@media only screen and (max-width: 767px) {
  .trino-covigw {
    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-lb55ui {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.trino-bnfp0x {
  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-bnfp0x {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

.trino-6hedr0 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-6hedr0 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-6hedr0 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-6hedr0 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.trino-6hedr0 tbody tr:last-of-type {
  margin-bottom: 0;
}

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

.trino-6hedr0 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-6hedr0 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-6hedr0 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.trino-6hedr0 tbody tr td .trino-tnrhil {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .trino-6hedr0 tbody tr td .trino-tnrhil {
    width: 100%;
  }
}

.trino-6hedr0 tbody tr td .trino-2hx4mh {
  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-nd7f53 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .trino-6hedr0 tbody tr td .trino-2hx4mh:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .trino-6hedr0 tbody tr td .trino-2hx4mh {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .trino-6hedr0 tbody tr td .trino-2hx4mh {
    width: 100%;
  }
}

.trino-6hedr0 tbody tr td .trino-rizeqz {
  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-6hedr0 tbody tr td .trino-rizeqz:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.trino-l1g8tx {
  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-l1g8tx {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

.trino-8ub5ow img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.trino-nd7f53 ease-in-out;
}

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

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

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

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

.trino-466vn3 {
  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-466vn3 {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.trino-unvz6g::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-dfepxj {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

.trino-2puwk5 {
  padding: 90px 0;
}

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

.trino-nl7o3p {
  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-nl7o3p {
    padding: 0 16px;
  }
}

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

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

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

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

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

.trino-2yv9hb {
  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-2yv9hb 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-2yv9hb {
    flex-basis: auto;
  }
}

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

.trino-o044d7 {
  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-nd7f53 ease-in-out;
}

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

.trino-useg26 {
  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-useg26:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.trino-5siltm .trino-o044d7 {
  width: 50%;
  margin: 0;
}

.trino-98528r {
  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-98528r:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.trino-zz3vm3 {
  margin: 0 0 100px;
}

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

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

.trino-sd7307 {
  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-sd7307 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.trino-bt087o {
  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-bt087o {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.trino-bt087o 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-nd7f53 ease-in-out;
}

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

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

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

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

.trino-7xyfj9 {
  margin-bottom: 16px;
}

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

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

.trino-fg0gwf {
  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-fg0gwf {
    padding: 0 16px;
  }
}

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

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

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

.trino-686ti9 h1,
.trino-686ti9 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-686ti9 h1,
  .trino-686ti9 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.trino-zhhgon 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-zhhgon h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.trino-zhhgon 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-zhhgon h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.trino-zhhgon 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-zhhgon 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-zhhgon table tr td {
    padding: 12px 4px;
  }
}

.trino-zhhgon 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-zhhgon table tr th {
    padding: 12px 4px;
  }
}

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

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

.trino-upbvas {
  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-upbvas {
    min-height: 190px;
  }
}

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

.trino-v5czx6::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-f22i8r {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.trino-f22i8r.trino-phax91 {
  display: none;
}

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

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

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

.trino-rgb39d.trino-xf6i9f {
  opacity: 1;
  pointer-events: all;
}

.trino-dtf6b3 {
  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-nd7f53 ease-in-out;
}

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

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

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

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

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

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

.trino-fg0gwf .trino-vndema {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.trino-fg0gwf .trino-vndema h1,
.trino-fg0gwf .trino-vndema 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-fg0gwf .trino-vndema h1,
  .trino-fg0gwf .trino-vndema h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.trino-51cw1w {
  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-51cw1w {
    padding: 0 16px;
  }
}

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

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

.trino-24eet0 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-d81e3r .trino-6atgsg {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.trino-5dw2dk .trino-p9z6hu {
  position: relative;
}

.trino-5dw2dk .trino-q9cjog {
  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-5dw2dk .trino-q9cjog.trino-phax91 {
  display: none;
}

.trino-5dw2dk .trino-smtcbn {
  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-5dw2dk .trino-smtcbn {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.trino-5dw2dk .trino-smtcbn .trino-jakqvi {
  max-width: 300px;
  width: 100%;
}

.trino-5dw2dk .trino-smtcbn .trino-jakqvi .trino-z81hoc {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .trino-5dw2dk .trino-smtcbn .trino-jakqvi .trino-z81hoc {
    font-size: 32px;
    text-align: center;
  }
}

.trino-5dw2dk .trino-smtcbn .trino-jakqvi .trino-vzl07q {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .trino-5dw2dk .trino-smtcbn .trino-jakqvi .trino-vzl07q {
    text-align: center;
  }
}

.trino-5dw2dk .trino-smtcbn .trino-72znko {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .trino-5dw2dk .trino-smtcbn .trino-72znko {
    flex-direction: column-reverse;
  }
}

.trino-5dw2dk .trino-smtcbn .trino-72znko .trino-sdmgas {
  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-nd7f53 ease-in-out;
}

.trino-5dw2dk .trino-smtcbn .trino-72znko .trino-sdmgas:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .trino-5dw2dk .trino-smtcbn .trino-72znko .trino-sdmgas {
    width: 100%;
  }
}

.trino-5dw2dk .trino-smtcbn .trino-72znko .trino-jj4w4a {
  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-nd7f53 ease-in-out;
  overflow: hidden;
}

.trino-5dw2dk .trino-smtcbn .trino-72znko .trino-jj4w4a 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-5dw2dk .trino-smtcbn .trino-72znko .trino-jj4w4a: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-5dw2dk .trino-smtcbn .trino-72znko .trino-jj4w4a:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .trino-5dw2dk .trino-smtcbn .trino-72znko .trino-jj4w4a {
    width: 100%;
  }
}

.trino-5dw2dk .trino-smtcbn.trino-phax91 {
  display: none;
}

.trino-5dw2dk .trino-agsgkm {
  display: none;
}

.trino-5dw2dk .trino-agsgkm.trino-xf6i9f {
  display: block;
}

.trino-5dw2dk .trino-agsgkm iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.trino-5dw2dk .trino-3y0od5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.trino-5dw2dk .trino-3y0od5 .trino-z81hoc {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .trino-5dw2dk .trino-3y0od5 .trino-z81hoc {
    margin-bottom: 24px;
  }
}

.trino-5dw2dk .trino-3y0od5 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-5dw2dk .trino-3y0od5 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-5dw2dk .trino-3y0od5 table tr td {
    padding: 12px 4px;
  }
}

.trino-5dw2dk .trino-3y0od5 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-5dw2dk .trino-3y0od5 table tr th {
    padding: 12px 4px;
  }
}

.trino-5dw2dk .trino-3y0od5 table tr:last-of-type td {
  border-bottom: none;
}

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

.trino-1qqzsk.trino-hlie8r {
  display: block;
}

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

.trino-1qqzsk .trino-im8alz {
  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-1qqzsk .trino-o8vhc0 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.trino-1qqzsk .trino-jj4w4a {
  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-nd7f53 ease-in-out;
}

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

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

.trino-349lcn.trino-hlie8r {
  display: block;
}

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

.trino-quy1lz {
  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-5fxhra {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.trino-qjkd4o.trino-phax91 {
  display: none;
}

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

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

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

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

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

.trino-b635ep 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-nd7f53 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

.trino-4b281t {
  margin-bottom: 36px;
}

.trino-4b281t 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-4b281t textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.trino-bl6460 {
  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-nd7f53 ease-in-out;
}

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

.trino-91q5vb {
  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-nd7f53 ease-in-out;
}

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

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

.trino-0551bt.trino-phax91 {
  display: none;
}

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

.trino-0551bt .trino-bl6460 {
  margin: 0 auto;
}

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

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

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

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

.trino-3qnwt3 > input {
  display: none;
}

.trino-3qnwt3 > 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-94ujt6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.trino-qvkm02 44.trino-xzaso9.trino-714eam.trino-c76e2q.trino-jim980.trino-ykkc1q.trino-6jfblb.trino-8k1qvy.trino-t028rv.trino-va5ecy.trino-ug6iob.trino-idvjzj.trino-c4bxt2 0l-12.trino-zix3mw 30.trino-34mgks.trino-myk46j 2.trino-620r7l.trino-myk46j 3.trino-mzeeo1 3.trino-gw3wh6.trino-wiyko8 3.trino-ts2043.trino-yk0rde.trino-7s1657.trino-oybrll 7-3.trino-zix3mw 10.trino-goklnt.trino-oybrll 23.trino-7dvou1.trino-b6fjnm 1.trino-2exkjz 2.trino-zix3mw 3.trino-b6fjnm 1.trino-wiyko8 5.trino-l2viff.trino-wiyko8 32.trino-raqjr0.trino-yk0rde 5.trino-c4bxt2 4.trino-oybrll 9.trino-oybrll 8.trino-wiyko8 6.trino-j1dhle.trino-vkj7ms.trino-iqzxua.trino-457csg.trino-q4h95g 4.trino-d1muvf.trino-q4h95g 6.trino-q4h95g 0l29.trino-c4bxt2 17.trino-r79zv6.trino-30bo8w 2.trino-j45gct 10.trino-e4ebqd.trino-zix3mw 8.trino-dgmixr.trino-ue8jnm.trino-ti8frk.trino-jdnrw1.trino-mssyl6.trino-yk0rde.trino-ykkc1q.trino-zix3mw 1.trino-6i7l5n.trino-jjqrac.trino-a52otp.trino-e9ojlc.trino-mygjdb.trino-2exkjz 1.trino-0evsib.trino-hkjg6a.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.trino-3qnwt3 > input:checked ~ label,
.trino-3qnwt3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-94ujt6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.trino-qvkm02 44.trino-xzaso9.trino-714eam.trino-c76e2q.trino-jim980.trino-ykkc1q.trino-6jfblb.trino-8k1qvy.trino-t028rv.trino-va5ecy.trino-ug6iob.trino-idvjzj.trino-c4bxt2 0l-12.trino-zix3mw 30.trino-34mgks.trino-myk46j 2.trino-620r7l.trino-myk46j 3.trino-mzeeo1 3.trino-gw3wh6.trino-wiyko8 3.trino-ts2043.trino-yk0rde.trino-7s1657.trino-oybrll 7-3.trino-zix3mw 10.trino-goklnt.trino-oybrll 23.trino-7dvou1.trino-b6fjnm 1.trino-2exkjz 2.trino-zix3mw 3.trino-b6fjnm 1.trino-wiyko8 5.trino-l2viff.trino-wiyko8 32.trino-raqjr0.trino-yk0rde 5.trino-c4bxt2 4.trino-oybrll 9.trino-oybrll 8.trino-wiyko8 6.trino-j1dhle.trino-vkj7ms.trino-iqzxua.trino-457csg.trino-q4h95g 4.trino-d1muvf.trino-q4h95g 6.trino-q4h95g 0l29.trino-c4bxt2 17.trino-r79zv6.trino-30bo8w 2.trino-j45gct 10.trino-e4ebqd.trino-zix3mw 8.trino-dgmixr.trino-ue8jnm.trino-ti8frk.trino-jdnrw1.trino-mssyl6.trino-yk0rde.trino-ykkc1q.trino-zix3mw 1.trino-6i7l5n.trino-jjqrac.trino-a52otp.trino-e9ojlc.trino-mygjdb.trino-2exkjz 1.trino-0evsib.trino-hkjg6a.5z'/%3e%3c/svg%3e");
}

.trino-3qnwt3 > input:not(:checked) ~ label:hover,
.trino-3qnwt3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-94ujt6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.trino-qvkm02 44.trino-xzaso9.trino-714eam.trino-c76e2q.trino-jim980.trino-ykkc1q.trino-6jfblb.trino-8k1qvy.trino-t028rv.trino-va5ecy.trino-ug6iob.trino-idvjzj.trino-c4bxt2 0l-12.trino-zix3mw 30.trino-34mgks.trino-myk46j 2.trino-620r7l.trino-myk46j 3.trino-mzeeo1 3.trino-gw3wh6.trino-wiyko8 3.trino-ts2043.trino-yk0rde.trino-7s1657.trino-oybrll 7-3.trino-zix3mw 10.trino-goklnt.trino-oybrll 23.trino-7dvou1.trino-b6fjnm 1.trino-2exkjz 2.trino-zix3mw 3.trino-b6fjnm 1.trino-wiyko8 5.trino-l2viff.trino-wiyko8 32.trino-raqjr0.trino-yk0rde 5.trino-c4bxt2 4.trino-oybrll 9.trino-oybrll 8.trino-wiyko8 6.trino-j1dhle.trino-vkj7ms.trino-iqzxua.trino-457csg.trino-q4h95g 4.trino-d1muvf.trino-q4h95g 6.trino-q4h95g 0l29.trino-c4bxt2 17.trino-r79zv6.trino-30bo8w 2.trino-j45gct 10.trino-e4ebqd.trino-zix3mw 8.trino-dgmixr.trino-ue8jnm.trino-ti8frk.trino-jdnrw1.trino-mssyl6.trino-yk0rde.trino-ykkc1q.trino-zix3mw 1.trino-6i7l5n.trino-jjqrac.trino-a52otp.trino-e9ojlc.trino-mygjdb.trino-2exkjz 1.trino-0evsib.trino-hkjg6a.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.trino-dctfje.trino-phax91 {
  display: none;
}

.trino-nkqxaj {
  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-nkqxaj {
    height: 74px;
    overflow: visible;
  }
}

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

.trino-u3k8id {
  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-u3k8id::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .trino-u3k8id {
    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-u3k8id img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.trino-qzphqv {
  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-qzphqv::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-qzphqv::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.trino-qzphqv::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-qzphqv::after {
    display: none;
  }
}

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

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

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

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

.trino-pqijia {
  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-nd7f53 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.trino-dctfje.trino-jcpvkq .trino-nkqxaj {
  background: #2b3b67;
}

.trino-dctfje.trino-jcpvkq .trino-u3k8id {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.trino-dctfje.trino-jcpvkq .trino-u3k8id::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.trino-dctfje.trino-jcpvkq .trino-u3k8id::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.trino-dctfje.trino-jcpvkq .trino-qzphqv::before {
  background: #0e0f41;
}

.trino-dctfje.trino-jcpvkq .trino-qzphqv::after {
  background: #152557;
}

.trino-dctfje.trino-6sp7wa .trino-nkqxaj {
  background: #1f35fa;
}

.trino-dctfje.trino-6sp7wa .trino-u3k8id {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.trino-dctfje.trino-6sp7wa .trino-u3k8id::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.trino-dctfje.trino-6sp7wa .trino-u3k8id::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.trino-dctfje.trino-6sp7wa .trino-qzphqv::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.trino-dctfje.trino-6sp7wa .trino-qzphqv::after {
  background: #192ac8;
}

.trino-dctfje.trino-awl68x .trino-nkqxaj {
  background: #fa771f;
}

.trino-dctfje.trino-awl68x .trino-u3k8id {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.trino-dctfje.trino-awl68x .trino-u3k8id::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.trino-dctfje.trino-awl68x .trino-u3k8id::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.trino-dctfje.trino-awl68x .trino-qzphqv::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.trino-dctfje.trino-awl68x .trino-qzphqv::after {
  background: #fa8535;
}

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

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

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

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

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

.trino-p07shz {
  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-p07shz {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.trino-nvx3iw {
  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-nvx3iw {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.trino-e3ff0p {
  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-e3ff0p:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.trino-vua2si .trino-hnx8dq {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.trino-qzsqb3 {
  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-qzsqb3.trino-xf6i9f {
  display: block;
}

.trino-qzsqb3.trino-phax91 {
  display: none;
}

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

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

.trino-1smylj {
  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-gqlvpx {
  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-ccqepp small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.trino-1svvj8 .trino-hnx8dq {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.trino-7fpwwx {
  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-7fpwwx {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.trino-thy8px {
  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-thy8px {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.trino-o3pvqz {
  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-efpl51 {
  flex: 1;
  min-width: 0;
}

.trino-7sb6j7 {
  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-7sb6j7 {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

.trino-7h33hd strong {
  font-weight: 600;
}

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

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

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

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

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

.trino-hwdovj a {
  width: 100%;
}

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

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

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

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

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

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

.trino-idz74d .trino-95q9t9 {
  justify-content: center;
}

/* faq */

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

.trino-8rgyce {
  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-vy6pl0 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trino-8rgyce::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.trino-vy6pl0 ease;
}

.trino-6o59q9.trino-hlie8r .trino-8rgyce::after {
  transform: rotate(45deg);
}

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

.trino-6o59q9.trino-hlie8r .trino-dpav5s {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.trino-8ca55t {
  margin: 25px 0;
}

.trino-3qnwt3 > input:not(:checked) ~ label:hover,
.trino-3qnwt3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-0phj4t.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.trino-jkqv8d 44.trino-ornuf0.trino-w4rzo3.trino-572kqh.trino-km9zve.trino-dthn5s.trino-ok3zei.trino-km1tr0.trino-ijmxuq.trino-jn7999.trino-mdwkj5.trino-qjbvd3.trino-xxd0nw 0l-12.trino-qgh4g6 30.trino-qd8cif.trino-9k5ci6 2.trino-ify6ly.trino-9k5ci6 3.trino-6mivn8 3.trino-6ibp0r.trino-l9u2rd 3.trino-092vm7.trino-d1mtu2.trino-ytesvo.trino-jwvxbo 7-3.trino-qgh4g6 10.trino-pk9d4r.trino-jwvxbo 23.trino-c205a5.trino-8jw20v 1.trino-lh9vwm 2.trino-qgh4g6 3.trino-8jw20v 1.trino-l9u2rd 5.trino-fq1k5s.trino-l9u2rd 32.trino-wfhdr8.trino-d1mtu2 5.trino-xxd0nw 4.trino-jwvxbo 9.trino-jwvxbo 8.trino-l9u2rd 6.trino-0s8z03.trino-p16tyh.trino-h1oilg.trino-3hj524.trino-7a2o58 4.trino-e1jhmc.trino-7a2o58 6.trino-7a2o58 0l29.trino-xxd0nw 17.trino-za8e2h.trino-rhmnu8 2.trino-oakrse 10.trino-0kkasg.trino-qgh4g6 8.trino-3vo7pb.trino-8uyeuo.trino-3409ka.trino-976wld.trino-cobh83.trino-d1mtu2.trino-dthn5s.trino-qgh4g6 1.trino-evjqik.trino-5y6uia.trino-0iqouf.trino-j8nnsw.trino-e1xuxg.trino-lh9vwm 1.trino-xduq6s.trino-dft1cu.5z'/%3e%3c/svg%3e");
}

.trino-ducroy {
  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-ducroy {
    gap: 16px 0;
  }
}

.trino-31nzk8 {
  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-31nzk8.trino-shyofe {
  display: block;
}

.trino-31nzk8.trino-t2c8k8 {
  display: none;
}

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

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

.trino-59kwpe {
  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-cv5qrr {
  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-oues3b small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.trino-ucne7i .trino-5jelq6 {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.trino-dj4xwi 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-dj4xwi 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-clqs74 {
  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-clqs74.trino-ubmdma {
  opacity: 1;
  pointer-events: auto;
}
