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

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

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

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

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

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

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

.trino-40c8zn {
  cursor: pointer;
}

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

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

.trino-usfhio figure {
  margin: 0;
}

.trino-usfhio.trino-4btr9s {
  justify-content: flex-start;
  margin-right: 4px;
}

.trino-usfhio.trino-88jbnl {
  justify-content: flex-end;
  margin-left: 4px;
}

.trino-usfhio.trino-tci7bd {
  justify-content: center;
}

.trino-usfhio.trino-j7d52c {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-seo31e.trino-jcdrd1 {
  background-color: #000;
}

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

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

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

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

.trino-48u6hg {
  margin-bottom: 94px;
}

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

.trino-wb33qn .trino-0m2x91 {
  margin-bottom: 28px;
}

.trino-wb33qn .trino-0m2x91 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.trino-vt83dv li svg {
  transition: 0.trino-ft4ble ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.trino-7mfzoe {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.trino-3kb5cd ease-in-out;
}

.trino-7mfzoe.trino-ztcuj6 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

.trino-36h6f4 li {
  width: 100%;
}

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

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

.trino-36h6f4 li a.trino-ztcuj6 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .trino-w0d77d .trino-0m2x91 img {
    max-width: 90px;
  }
}

.trino-0m2x91 img {
  max-height: 50px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.trino-teylpb.trino-qv370w {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.trino-4f8fq9 {
  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-4f8fq9::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-3kb5cd ease-in-out;
}

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

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

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

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

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

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

.trino-a9bozm {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-az6wed .trino-u7k88s {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.trino-8q2obv {
  position: relative;
  border: none;
}

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

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

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

.trino-7kxbnh.trino-dfp9i8 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.trino-4n8ai5.trino-x1efhw {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-xbc27r {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-m1rvgs tbody tr td .trino-8e8k58 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .trino-m1rvgs tbody tr td .trino-8e8k58 {
    width: 100%;
  }
}

.trino-m1rvgs tbody tr td .trino-7v3iiw {
  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-ft4ble ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

@media only screen and (max-width: 420px) {
  .trino-m1rvgs tbody tr td .trino-7v3iiw {
    width: 100%;
  }
}

.trino-m1rvgs tbody tr td .trino-0dvdor {
  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-m1rvgs tbody tr td .trino-0dvdor:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-5d1pkv {
  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-ft4ble ease-in-out;
}

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

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

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

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

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

.trino-2wr92p .trino-5d1pkv {
  width: 50%;
  margin: 0;
}

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

.trino-5zvjzf {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.trino-agvksp 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-ft4ble ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-m66lwd.trino-crvkpj {
  display: none;
}

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

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

.trino-2s3ah0 iframe.trino-ux7lq6 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.trino-2s3ah0.trino-0ovmq4 {
  opacity: 1;
  pointer-events: all;
}

.trino-3aa28y {
  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-ft4ble ease-in-out;
}

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

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

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

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

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

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

.trino-8393xi .trino-az6wed {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-wx6o05 .trino-gc2bre {
  position: relative;
}

.trino-wx6o05 .trino-q7r34z {
  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-wx6o05 .trino-q7r34z.trino-crvkpj {
  display: none;
}

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

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

.trino-wx6o05 .trino-ohzeam .trino-7hf4uf {
  max-width: 300px;
  width: 100%;
}

.trino-wx6o05 .trino-ohzeam .trino-7hf4uf .trino-x79816 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .trino-wx6o05 .trino-ohzeam .trino-7hf4uf .trino-x79816 {
    font-size: 32px;
    text-align: center;
  }
}

.trino-wx6o05 .trino-ohzeam .trino-7hf4uf .trino-51okd6 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .trino-wx6o05 .trino-ohzeam .trino-7hf4uf .trino-51okd6 {
    text-align: center;
  }
}

.trino-wx6o05 .trino-ohzeam .trino-qv370w {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.trino-wx6o05 .trino-ohzeam .trino-qv370w .trino-ssyh5i {
  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-ft4ble ease-in-out;
}

.trino-wx6o05 .trino-ohzeam .trino-qv370w .trino-ssyh5i:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .trino-wx6o05 .trino-ohzeam .trino-qv370w .trino-ssyh5i {
    width: 100%;
  }
}

.trino-wx6o05 .trino-ohzeam .trino-qv370w .trino-awcwnc {
  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-ft4ble ease-in-out;
  overflow: hidden;
}

.trino-wx6o05 .trino-ohzeam .trino-qv370w .trino-awcwnc 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-wx6o05 .trino-ohzeam .trino-qv370w .trino-awcwnc: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-wx6o05 .trino-ohzeam .trino-qv370w .trino-awcwnc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .trino-wx6o05 .trino-ohzeam .trino-qv370w .trino-awcwnc {
    width: 100%;
  }
}

.trino-wx6o05 .trino-ohzeam.trino-crvkpj {
  display: none;
}

.trino-wx6o05 .trino-8a90ph {
  display: none;
}

.trino-wx6o05 .trino-8a90ph.trino-0ovmq4 {
  display: block;
}

.trino-wx6o05 .trino-8a90ph iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.trino-wx6o05 .trino-20w1n1 .trino-x79816 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.trino-dals2n.trino-ztcuj6 {
  display: block;
}

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

.trino-dals2n .trino-9g0nfg {
  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-dals2n .trino-u0fogk {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.trino-dals2n .trino-awcwnc {
  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-ft4ble ease-in-out;
}

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

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

.trino-wgdic2.trino-ztcuj6 {
  display: block;
}

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

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

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

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

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

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

.trino-p7bl9m.trino-crvkpj {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-0z9ne6 {
  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-ft4ble ease-in-out;
}

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

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

.trino-5cgpp4.trino-crvkpj {
  display: none;
}

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

.trino-5cgpp4 .trino-yof0rq {
  margin: 0 auto;
}

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

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

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

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

.trino-6u5g95 > input {
  display: none;
}

.trino-6u5g95 > 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-al32df.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.trino-tk7ud1 44.trino-m3tz6u.trino-elnee0.trino-la2u31.trino-5o2yhc.trino-rpzuak.trino-qdvvji.trino-w304f7.trino-189gyv.trino-f55ps2.trino-mlbw7y.trino-64sobi.trino-g5vzk3 0l-12.trino-gpwq9j 30.trino-bt3rgf.trino-wxfjqo 2.trino-iu7k7e.trino-wxfjqo 3.trino-u32ni6 3.trino-r29em9.trino-bx7uvy 3.trino-tbdchb.trino-xq24wc.trino-zsmjkl.trino-18vw8b 7-3.trino-gpwq9j 10.trino-npuj62.trino-18vw8b 23.trino-1qikbc.trino-v0zv1e 1.trino-6rdl4l 2.trino-gpwq9j 3.trino-v0zv1e 1.trino-bx7uvy 5.trino-htzb46.trino-bx7uvy 32.trino-vbf93l.trino-xq24wc 5.trino-g5vzk3 4.trino-18vw8b 9.trino-18vw8b 8.trino-bx7uvy 6.trino-btvb3h.trino-v2sfu1.trino-u2d6zy.trino-d2f43c.trino-keirae 4.trino-y0un8v.trino-keirae 6.trino-keirae 0l29.trino-g5vzk3 17.trino-gzzcrq.trino-alwas5 2.trino-gzyez0 10.trino-nc86p9.trino-gpwq9j 8.trino-q8prlj.trino-g7oko4.trino-n3bb8o.trino-xjls1a.trino-1k9ray.trino-xq24wc.trino-rpzuak.trino-gpwq9j 1.trino-psykr3.trino-b5f2r6.trino-ulivk0.trino-hr9q0r.trino-psab45.trino-6rdl4l 1.trino-6xl6to.trino-lyl5n7.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.trino-6u5g95 > input:checked ~ label,
.trino-6u5g95 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-al32df.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.trino-tk7ud1 44.trino-m3tz6u.trino-elnee0.trino-la2u31.trino-5o2yhc.trino-rpzuak.trino-qdvvji.trino-w304f7.trino-189gyv.trino-f55ps2.trino-mlbw7y.trino-64sobi.trino-g5vzk3 0l-12.trino-gpwq9j 30.trino-bt3rgf.trino-wxfjqo 2.trino-iu7k7e.trino-wxfjqo 3.trino-u32ni6 3.trino-r29em9.trino-bx7uvy 3.trino-tbdchb.trino-xq24wc.trino-zsmjkl.trino-18vw8b 7-3.trino-gpwq9j 10.trino-npuj62.trino-18vw8b 23.trino-1qikbc.trino-v0zv1e 1.trino-6rdl4l 2.trino-gpwq9j 3.trino-v0zv1e 1.trino-bx7uvy 5.trino-htzb46.trino-bx7uvy 32.trino-vbf93l.trino-xq24wc 5.trino-g5vzk3 4.trino-18vw8b 9.trino-18vw8b 8.trino-bx7uvy 6.trino-btvb3h.trino-v2sfu1.trino-u2d6zy.trino-d2f43c.trino-keirae 4.trino-y0un8v.trino-keirae 6.trino-keirae 0l29.trino-g5vzk3 17.trino-gzzcrq.trino-alwas5 2.trino-gzyez0 10.trino-nc86p9.trino-gpwq9j 8.trino-q8prlj.trino-g7oko4.trino-n3bb8o.trino-xjls1a.trino-1k9ray.trino-xq24wc.trino-rpzuak.trino-gpwq9j 1.trino-psykr3.trino-b5f2r6.trino-ulivk0.trino-hr9q0r.trino-psab45.trino-6rdl4l 1.trino-6xl6to.trino-lyl5n7.5z'/%3e%3c/svg%3e");
}

.trino-6u5g95 > input:not(:checked) ~ label:hover,
.trino-6u5g95 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-al32df.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.trino-tk7ud1 44.trino-m3tz6u.trino-elnee0.trino-la2u31.trino-5o2yhc.trino-rpzuak.trino-qdvvji.trino-w304f7.trino-189gyv.trino-f55ps2.trino-mlbw7y.trino-64sobi.trino-g5vzk3 0l-12.trino-gpwq9j 30.trino-bt3rgf.trino-wxfjqo 2.trino-iu7k7e.trino-wxfjqo 3.trino-u32ni6 3.trino-r29em9.trino-bx7uvy 3.trino-tbdchb.trino-xq24wc.trino-zsmjkl.trino-18vw8b 7-3.trino-gpwq9j 10.trino-npuj62.trino-18vw8b 23.trino-1qikbc.trino-v0zv1e 1.trino-6rdl4l 2.trino-gpwq9j 3.trino-v0zv1e 1.trino-bx7uvy 5.trino-htzb46.trino-bx7uvy 32.trino-vbf93l.trino-xq24wc 5.trino-g5vzk3 4.trino-18vw8b 9.trino-18vw8b 8.trino-bx7uvy 6.trino-btvb3h.trino-v2sfu1.trino-u2d6zy.trino-d2f43c.trino-keirae 4.trino-y0un8v.trino-keirae 6.trino-keirae 0l29.trino-g5vzk3 17.trino-gzzcrq.trino-alwas5 2.trino-gzyez0 10.trino-nc86p9.trino-gpwq9j 8.trino-q8prlj.trino-g7oko4.trino-n3bb8o.trino-xjls1a.trino-1k9ray.trino-xq24wc.trino-rpzuak.trino-gpwq9j 1.trino-psykr3.trino-b5f2r6.trino-ulivk0.trino-hr9q0r.trino-psab45.trino-6rdl4l 1.trino-6xl6to.trino-lyl5n7.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.trino-g9pd8c.trino-crvkpj {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-g9pd8c.trino-jphdug .trino-gzlq6b {
  background: #2b3b67;
}

.trino-g9pd8c.trino-jphdug .trino-4e2jgz {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.trino-g9pd8c.trino-jphdug .trino-4e2jgz::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.trino-g9pd8c.trino-jphdug .trino-4e2jgz::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.trino-g9pd8c.trino-jphdug .trino-2ctnuf::before {
  background: #0e0f41;
}

.trino-g9pd8c.trino-jphdug .trino-2ctnuf::after {
  background: #152557;
}

.trino-g9pd8c.trino-9b4xmb .trino-gzlq6b {
  background: #1f35fa;
}

.trino-g9pd8c.trino-9b4xmb .trino-4e2jgz {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.trino-g9pd8c.trino-9b4xmb .trino-4e2jgz::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.trino-g9pd8c.trino-9b4xmb .trino-4e2jgz::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.trino-g9pd8c.trino-9b4xmb .trino-2ctnuf::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.trino-g9pd8c.trino-9b4xmb .trino-2ctnuf::after {
  background: #192ac8;
}

.trino-g9pd8c.trino-tydipo .trino-gzlq6b {
  background: #fa771f;
}

.trino-g9pd8c.trino-tydipo .trino-4e2jgz {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.trino-g9pd8c.trino-tydipo .trino-4e2jgz::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.trino-g9pd8c.trino-tydipo .trino-4e2jgz::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.trino-g9pd8c.trino-tydipo .trino-2ctnuf::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.trino-g9pd8c.trino-tydipo .trino-2ctnuf::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-s0n12g .trino-rl9pxr {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.trino-rgouaj {
  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-rgouaj.trino-0ovmq4 {
  display: block;
}

.trino-rgouaj.trino-crvkpj {
  display: none;
}

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

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

.trino-5f6782 {
  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-t9ghf1 {
  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-dsyd4m small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.trino-ofan9y .trino-rl9pxr {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.trino-eh1jxq {
  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-499ylm {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.trino-9gibj9 a {
  width: 100%;
}

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

.trino-6ajgpv {
  justify-content: center;
}

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

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

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

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

.trino-4dgue0 .trino-f1442h {
  justify-content: center;
}

/* faq */

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

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

.trino-rkqa3c::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.trino-9m7e4l ease;
}

.trino-g3ub0o.trino-ztcuj6 .trino-rkqa3c::after {
  transform: rotate(45deg);
}

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

.trino-g3ub0o.trino-ztcuj6 .trino-7gisep {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.trino-6u5g95 > input:not(:checked) ~ label:hover,
.trino-6u5g95 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.trino-xvhtwk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.trino-9am13r 44.trino-96nlbg.trino-iy7spw.trino-mxo4l1.trino-fey6fw.trino-dgnbqj.trino-brwh3t.trino-0hk5h9.trino-rax7a3.trino-p26r1k.trino-fqw8o7.trino-nqwi4k.trino-1kvp3p 0l-12.trino-ylj4p1 30.trino-mvvejv.trino-5yplqy 2.trino-x8dg92.trino-5yplqy 3.trino-mhrw52 3.trino-42kqjh.trino-xl10ct 3.trino-s6odtt.trino-6y5727.trino-7hosyz.trino-q5l1ae 7-3.trino-ylj4p1 10.trino-7t32ez.trino-q5l1ae 23.trino-8l5dfk.trino-qd1ule 1.trino-qy65dd 2.trino-ylj4p1 3.trino-qd1ule 1.trino-xl10ct 5.trino-p9f02a.trino-xl10ct 32.trino-psf1n3.trino-6y5727 5.trino-1kvp3p 4.trino-q5l1ae 9.trino-q5l1ae 8.trino-xl10ct 6.trino-k7kg0k.trino-ql13f8.trino-fj5tm5.trino-74ccvp.trino-svqn4q 4.trino-alpn3m.trino-svqn4q 6.trino-svqn4q 0l29.trino-1kvp3p 17.trino-9te4x0.trino-u7rqle 2.trino-73dim5 10.trino-53lfpt.trino-ylj4p1 8.trino-jfy3gd.trino-6akuar.trino-6bpnyn.trino-y7gj1r.trino-8uvca0.trino-6y5727.trino-dgnbqj.trino-ylj4p1 1.trino-92wfy8.trino-oukakj.trino-53o7uf.trino-mqct97.trino-dsnzz0.trino-qy65dd 1.trino-35rpfg.trino-9clx58.5z'/%3e%3c/svg%3e");
}

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

.trino-97ecnv {
  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-97ecnv.trino-1r4xxw {
  display: block;
}

.trino-97ecnv.trino-mdptwc {
  display: none;
}

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

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

.trino-q1n5a1 {
  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-fzrb4y {
  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-xbhz0h small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.trino-rdtc41 .trino-ommzbp {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.trino-fchcb0 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-fchcb0 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-yeqhrh {
  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-yeqhrh.trino-m83b6g {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.trino-sq1cdy {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.trino-sq1cdy label {
  font-size: 14px;
}

.trino-sq1cdy h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.trino-sq1cdy input,
.trino-sq1cdy textarea,
.trino-sq1cdy button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.trino-sq1cdy button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.trino-9m7e4l ease;
}
.trino-sq1cdy button:hover {
  background-color: var(--button-bg-hover);
}
.trino-iyp48r {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.trino-p7tm2a ease-in;
}

.trino-iyp48r h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.trino-0ovepm, .trino-bmc3h0, [class*="review-card"],
thead, thead th, table th, .trino-ygf2ol,
.trino-4uiqem, [class*="collapsible-header"],
.trino-1tpgjz, [class*="updated-block"] {
  color: #ece7dc !important;
}
