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;
  }
}

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

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

.nomini-3mrsla {
  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) {
  .nomini-3mrsla: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;
  }
}

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

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

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

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

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

.nomini-tuqwf0 {
  cursor: pointer;
}

.nomini-xasf3a {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.nomini-ba5u6i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nomini-ba5u6i figure {
  margin: 0;
}

.nomini-ba5u6i.nomini-f13mic {
  justify-content: flex-start;
  margin-right: 4px;
}

.nomini-ba5u6i.nomini-jdhb9m {
  justify-content: flex-end;
  margin-left: 4px;
}

.nomini-ba5u6i.nomini-l13lyu {
  justify-content: center;
}

.nomini-ba5u6i.nomini-9xyvxa {
  justify-content: normal;
}

.nomini-7fcwdw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.nomini-4e3lkd {
  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) {
  .nomini-4e3lkd {
    flex-direction: column;
  }
}

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

.nomini-6qg6uu img {
  width: 100%;
}

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

.nomini-tks2e8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.nomini-tks2e8 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) {
  .nomini-tks2e8 ul {
    margin-bottom: 15px;
  }
}

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

.nomini-tks2e8 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);
}

.nomini-tks2e8 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.nomini-tks2e8 ul li:last-of-type::after {
  display: none;
}

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

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

.nomini-pdt624 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.nomini-hucgs2.nomini-nf8gzf {
  background-color: #000;
}

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

.nomini-8ubgtj {
  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) {
  .nomini-8ubgtj {
    padding: 80px 16px 0;
  }
}

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

.nomini-k4f3bs {
  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) {
  .nomini-k4f3bs {
    flex-direction: column;
  }
}

.nomini-o9cns9 {
  margin-bottom: 94px;
}

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

.nomini-82g7s3 .nomini-xrbk4r {
  margin-bottom: 28px;
}

.nomini-82g7s3 .nomini-xrbk4r img {
  max-height: 100px;
  width: auto;
}

.nomini-x810g2 {
  display: flex;
  align-items: center;
}

.nomini-x810g2 a + a {
  margin-left: 24px;
}

.nomini-x810g2 img {
  max-height: 56px;
  width: auto;
}

.nomini-x810g2 img + img {
  margin-left: 24px;
}

.nomini-4ugdg7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.nomini-uj1xx5 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .nomini-7qf2h0 {
    flex-wrap: wrap;
  }
}

.nomini-7qf2h0 li {
  display: flex;
  margin: 0 7px;
}

.nomini-7qf2h0 li svg {
  transition: 0.nomini-uwcbyf ease-in-out;
}

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

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

.nomini-4vhg4n + .nomini-4vhg4n {
  margin-left: 120px;
}

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

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

.nomini-84e95l {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nomini-84e95l li {
  font-size: 16px;
}

.nomini-84e95l li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.nomini-84e95l li + li {
  margin-top: 16px;
}

.nomini-d2m736 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.nomini-q2o4b4 ease-in-out;
}

.nomini-d2m736.nomini-xljvt0 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.nomini-ww3xe6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nomini-9k63dn li {
  width: 100%;
}

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

.nomini-9k63dn li a svg {
  fill: var(--button-text-color);
}

.nomini-9k63dn li a.nomini-xljvt0 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.nomini-uv7hwg {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.nomini-uv7hwg img {
  width: 100%;
  transition: 0.nomini-uwcbyf ease-in-out;
}

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

.nomini-yxh46f {
  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) {
  .nomini-yxh46f {
    height: 54px;
  }
}

.nomini-cgus6y {
  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) {
  .nomini-cgus6y {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .nomini-cgus6y .nomini-xrbk4r img {
    max-width: 90px;
  }
}

.nomini-xrbk4r img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .nomini-xrbk4r {
    order: -2;
  }
}

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

.nomini-67rwjl {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nomini-67rwjl li {
  font-size: 16px;
  margin: 0 20px;
}

.nomini-67rwjl li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.nomini-w9g2ha {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.nomini-w9g2ha.nomini-jz7hqq {
  margin-right: 0;
}

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

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

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

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

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

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

.nomini-rzcsbr:hover > ul {
  display: flex;
}

.nomini-rzcsbr:focus > ul {
  display: flex;
}

.nomini-rzcsbr:focus-within > ul {
  display: flex;
}

.nomini-cnhx6q {
  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;
}

.nomini-cnhx6q::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.nomini-q2o4b4 ease-in-out;
}

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

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

.nomini-rzcsbr 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.nomini-uwcbyf ease-in-out;
  overflow: hidden;
}

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

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

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

.nomini-blmdn8 {
  display: none;
}

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

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

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

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

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

.nomini-aytu1z img {
  margin-bottom: 20px;
}

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

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

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

.nomini-eo249s {
  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) {
  .nomini-eo249s {
    font-size: 32px;
  }
}

.nomini-iyjrg0 {
  color: var(--text-color);
}

.nomini-19p0sy {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.nomini-19p0sy p img {
  display: block;
  margin: 0 auto;
}

.nomini-19p0sy p:first-of-type {
  margin-top: 0;
}

.nomini-19p0sy p:last-of-type {
  margin-bottom: 0;
}

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

.nomini-19p0sy ul {
  padding: 0 0 0 20px;
}

.nomini-19p0sy table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.nomini-19p0sy 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) {
  .nomini-19p0sy table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.nomini-19p0sy 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) {
  .nomini-19p0sy table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.nomini-19p0sy table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.nomini-19p0sy iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.nomini-l5y4qa .nomini-uvwrtc {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.nomini-l5y4qa .nomini-g7nle7 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.nomini-g7nle7 {
  margin: 0 0 28px;
}

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

.nomini-uvwrtc {
  margin: 0 0 28px;
}

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

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

.nomini-jeukfx .nomini-3mrsla {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.nomini-rupaot {
  position: relative;
  border: none;
}

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

.nomini-zhnu3h {
  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;
}

.nomini-zhnu3h span {
  height: 32px;
}

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

.nomini-zhnu3h.nomini-wvfltn span {
  transform: scaleY(-1);
}

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

.nomini-3kgve9 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.nomini-3kgve9 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.nomini-uwcbyf ease-in-out;
}

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

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

.nomini-3kgve9.nomini-md4nrn {
  display: none;
}

.nomini-w87wvf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.nomini-w87wvf table {
  width: 100%;
  border-collapse: collapse;
}

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

  .nomini-w87wvf table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.nomini-tsq8f9 {
  width: 100%;
  border-collapse: collapse;
}

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

.nomini-tsq8f9 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) {
  .nomini-tsq8f9 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.nomini-ld64n6 p {
  color: var(--text-color);
}

.nomini-dzvpif {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.nomini-croirl {
  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);
}

.nomini-5vvk1k {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nomini-3g3ojf p + p {
  margin-top: 10px;
}

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

.nomini-oaeyhb {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nomini-oaeyhb {
    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;
  }
}

.nomini-3kyrg4 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.nomini-3kyrg4 li {
  margin: 0 20px;
}

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

.nomini-3kyrg4 li a img {
  margin-bottom: 4px;
}

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

.nomini-0k9uz2 {
  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) {
  .nomini-0k9uz2 {
    padding: 0 16px;
  }
}

.nomini-0k9uz2 li {
  font-size: 16px;
  position: relative;
}

.nomini-0k9uz2 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.nomini-0k9uz2 li span {
  opacity: 0.5;
}

.nomini-0k9uz2 li + li {
  margin-left: 30px;
}

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

h2.nomini-s6eieu {
  margin: 0 0 28px;
}

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

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

.nomini-yj17rc 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);
}

.nomini-yj17rc 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;
}

.nomini-yj17rc 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;
}

.nomini-yj17rc tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.nomini-yj17rc tbody tr:last-of-type {
  margin-bottom: 0;
}

.nomini-yj17rc tbody tr td:first-of-type {
  flex-shrink: 0;
}

.nomini-yj17rc 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);
}

.nomini-yj17rc 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);
}

.nomini-yj17rc tbody tr td:last-of-type {
  margin-left: auto;
}

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

.nomini-yj17rc tbody tr td .nomini-d0wtr9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .nomini-yj17rc tbody tr td .nomini-d0wtr9 {
    width: 100%;
  }
}

.nomini-yj17rc tbody tr td .nomini-ahghx3 {
  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.nomini-uwcbyf ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .nomini-yj17rc tbody tr td .nomini-ahghx3:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .nomini-yj17rc tbody tr td .nomini-ahghx3 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .nomini-yj17rc tbody tr td .nomini-ahghx3 {
    width: 100%;
  }
}

.nomini-yj17rc tbody tr td .nomini-2va4kk {
  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) {
  .nomini-yj17rc tbody tr td .nomini-2va4kk:hover {
    text-decoration: none;
  }
}

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

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

.nomini-x4mj1b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nomini-pe76u7 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.nomini-uwcbyf ease-in-out;
}

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

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

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

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

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

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

.nomini-qthj65 img {
  width: 100%;
  height: 100%;
}

.nomini-qthj65 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.nomini-6a5oky svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.nomini-uwcbyf ease-in-out;
}

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

.nomini-pf807q {
  padding: 90px 0;
}

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

.nomini-0tfz5u {
  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) {
  .nomini-0tfz5u {
    padding: 0 16px;
  }
}

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

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

.nomini-18p5vs img {
  width: 100%;
}

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

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

.nomini-v4kbiu {
  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;
}

.nomini-v4kbiu 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) {
  .nomini-v4kbiu {
    flex-basis: auto;
  }
}

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

.nomini-5f09fr {
  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.nomini-uwcbyf ease-in-out;
}

.nomini-5f09fr:hover {
  border: 1px solid #8c8ca2;
}

.nomini-zlam3y {
  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%);
}

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

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

.nomini-wpoywp a {
  text-decoration: underline;
  color: #8babff;
}

.nomini-yr3cj9 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.nomini-yr3cj9 .nomini-5f09fr {
  width: 50%;
  margin: 0;
}

.nomini-5259am {
  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;
}

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

.nomini-fso768 {
  margin: 0 0 100px;
}

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

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

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

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

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

.nomini-lfdfob {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.nomini-yopx70 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.nomini-uwcbyf ease-in-out;
}

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

.nomini-yopx70 a svg {
  fill: #fff;
}

.nomini-yopx70 a:hover {
  background: #3d68e7;
}

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

.nomini-bwpahw {
  margin-bottom: 16px;
}

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

.nomini-cs7oai {
  font-size: 16px;
  color: var(--text-color);
}

.nomini-c3fsyn {
  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) {
  .nomini-c3fsyn {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.nomini-mv2rzi 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);
}

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

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

.nomini-mv2rzi table tr:last-of-type td {
  border-bottom: none;
}

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

.nomini-o6n5rv {
  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) {
  .nomini-o6n5rv {
    min-height: 190px;
  }
}

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

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

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

.nomini-lfejfg.nomini-qoigfz {
  display: none;
}

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

.nomini-4p0y2o iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nomini-4p0y2o iframe.nomini-uqwz9k {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.nomini-4p0y2o.nomini-ip2hjk {
  opacity: 1;
  pointer-events: all;
}

.nomini-awwbiw {
  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.nomini-uwcbyf ease-in-out;
}

.nomini-awwbiw svg {
  margin-right: 10px;
}

.nomini-awwbiw + .nomini-awwbiw {
  margin-top: 14px;
}

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

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

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

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

.nomini-c3fsyn .nomini-jeukfx {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.nomini-c3fsyn .nomini-jeukfx h1,
.nomini-c3fsyn .nomini-jeukfx 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) {
  .nomini-c3fsyn .nomini-jeukfx h1,
  .nomini-c3fsyn .nomini-jeukfx h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .nomini-c3fsyn .nomini-jeukfx {
    margin: 28px 0 0;
  }
}

.nomini-8xqhwj {
  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) {
  .nomini-8xqhwj {
    padding: 0 16px;
  }
}

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

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

.nomini-2l0v1c {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.nomini-tvxd9r {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.nomini-zlsaxv {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.nomini-d74voq .nomini-3mrsla {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .nomini-d74voq .nomini-3mrsla {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.nomini-ztq900 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.nomini-ztq900 img {
  width: 100%;
}

.nomini-u9joif {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.nomini-1o4lgq {
  width: 100%;
  margin: 0 0 100px;
}

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

.nomini-1o4lgq .nomini-43ld1f {
  position: relative;
}

.nomini-1o4lgq .nomini-1eetig {
  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;
}

.nomini-1o4lgq .nomini-1eetig.nomini-qoigfz {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .nomini-1o4lgq .nomini-dp41ad {
    bottom: 90px;
  }
}

.nomini-1o4lgq .nomini-dp41ad .nomini-se0ato {
  max-width: 300px;
  width: 100%;
}

.nomini-1o4lgq .nomini-dp41ad .nomini-se0ato .nomini-m7f168 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .nomini-1o4lgq .nomini-dp41ad .nomini-se0ato .nomini-m7f168 {
    font-size: 32px;
    text-align: center;
  }
}

.nomini-1o4lgq .nomini-dp41ad .nomini-se0ato .nomini-ej3vhb {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .nomini-1o4lgq .nomini-dp41ad .nomini-se0ato .nomini-ej3vhb {
    text-align: center;
  }
}

.nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq {
    flex-direction: column-reverse;
  }
}

.nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-1x9l1h {
  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.nomini-uwcbyf ease-in-out;
}

.nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-1x9l1h:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-1x9l1h {
    width: 100%;
  }
}

.nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-hf70lo {
  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.nomini-uwcbyf ease-in-out;
  overflow: hidden;
}

.nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-hf70lo 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);
  }
}

.nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-hf70lo: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;
}

.nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-hf70lo:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .nomini-1o4lgq .nomini-dp41ad .nomini-jz7hqq .nomini-hf70lo {
    width: 100%;
  }
}

.nomini-1o4lgq .nomini-dp41ad.nomini-qoigfz {
  display: none;
}

.nomini-1o4lgq .nomini-cynrrh {
  display: none;
}

.nomini-1o4lgq .nomini-cynrrh.nomini-ip2hjk {
  display: block;
}

.nomini-1o4lgq .nomini-cynrrh iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .nomini-1o4lgq .nomini-cynrrh iframe {
    height: calc(100vh - 54px);
  }
}

.nomini-1o4lgq .nomini-qdxsh2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .nomini-1o4lgq .nomini-qdxsh2 {
    padding: 24px 16px 0;
  }
}

.nomini-1o4lgq .nomini-qdxsh2 .nomini-m7f168 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .nomini-1o4lgq .nomini-qdxsh2 .nomini-m7f168 {
    margin-bottom: 24px;
  }
}

.nomini-1o4lgq .nomini-qdxsh2 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);
}

.nomini-1o4lgq .nomini-qdxsh2 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) {
  .nomini-1o4lgq .nomini-qdxsh2 table tr td {
    padding: 12px 4px;
  }
}

.nomini-1o4lgq .nomini-qdxsh2 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) {
  .nomini-1o4lgq .nomini-qdxsh2 table tr th {
    padding: 12px 4px;
  }
}

.nomini-1o4lgq .nomini-qdxsh2 table tr:last-of-type td {
  border-bottom: none;
}

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

.nomini-5cmh45.nomini-xljvt0 {
  display: block;
}

.nomini-5cmh45 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.nomini-5cmh45 .nomini-1meeok {
  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;
}

.nomini-5cmh45 .nomini-00u3gh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.nomini-5cmh45 .nomini-hf70lo {
  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.nomini-uwcbyf ease-in-out;
}

.nomini-5cmh45 .nomini-hf70lo:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.nomini-c507gg.nomini-xljvt0 {
  display: block;
}

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

.nomini-tulbug {
  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;
}

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

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

.nomini-2epjvb {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.nomini-2epjvb svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.nomini-hxgeq0 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nomini-43ug00.nomini-qoigfz {
  display: none;
}

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

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

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

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

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

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

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

.nomini-zgt3ty input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.nomini-zgt3ty input:active {
  border-color: #c2c0ce;
}

.nomini-zgt3ty input:focus {
  border-color: #c2c0ce;
}

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

.nomini-7wt5z0 {
  margin-bottom: 36px;
}

.nomini-7wt5z0 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;
}

.nomini-7wt5z0 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.nomini-7wt5z0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.nomini-e0fuoo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nomini-99u475 {
  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.nomini-uwcbyf ease-in-out;
}

.nomini-99u475:hover {
  background: var(--border-color);
}

.nomini-36e4uo {
  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.nomini-uwcbyf ease-in-out;
}

.nomini-36e4uo:hover {
  background: #166ad9;
}

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

.nomini-of8gzy.nomini-qoigfz {
  display: none;
}

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

.nomini-of8gzy .nomini-99u475 {
  margin: 0 auto;
}

.nomini-snrg7d {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.nomini-89qypf {
  filter: grayscale(100%);
}

.nomini-l0jdnp > input {
  display: none;
}

.nomini-l0jdnp > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-6ps4wg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.nomini-83be55 44.nomini-1dyd87.nomini-3pvhpz.nomini-2rp0iy.nomini-vpwnc7.nomini-cwopdl.nomini-qodaek.nomini-lwwg9a.nomini-3qfcji.nomini-k211f7.nomini-715zl8.nomini-xezbam.nomini-jq38mh 0l-12.nomini-98cg83 30.nomini-xqxzjm.nomini-ud58dk 2.nomini-rn76b3.nomini-ud58dk 3.nomini-zniija 3.nomini-701u1b.nomini-r94or8 3.nomini-fegxt3.nomini-3wk8lu.nomini-7ig9m5.nomini-mwhtdq 7-3.nomini-98cg83 10.nomini-mtppyr.nomini-mwhtdq 23.nomini-h4r5me.nomini-xmbnel 1.nomini-1q5tzg 2.nomini-98cg83 3.nomini-xmbnel 1.nomini-r94or8 5.nomini-nrsvt3.nomini-r94or8 32.nomini-qyi88k.nomini-3wk8lu 5.nomini-jq38mh 4.nomini-mwhtdq 9.nomini-mwhtdq 8.nomini-r94or8 6.nomini-kdoijp.nomini-wbz0yy.nomini-9krwlt.nomini-nd9ii7.nomini-imhk5f 4.nomini-kc80g7.nomini-imhk5f 6.nomini-imhk5f 0l29.nomini-jq38mh 17.nomini-qf5rh3.nomini-me6kt3 2.nomini-xfvbaa 10.nomini-mztx20.nomini-98cg83 8.nomini-f6wzgw.nomini-oo29s6.nomini-o5embf.nomini-3txf8l.nomini-1iw1do.nomini-3wk8lu.nomini-cwopdl.nomini-98cg83 1.nomini-20troe.nomini-pg7ylr.nomini-isvknr.nomini-w9emtr.nomini-kj4xt2.nomini-1q5tzg 1.nomini-ua54f0.nomini-3rd1jd.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.nomini-l0jdnp > input:checked ~ label,
.nomini-l0jdnp > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-6ps4wg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.nomini-83be55 44.nomini-1dyd87.nomini-3pvhpz.nomini-2rp0iy.nomini-vpwnc7.nomini-cwopdl.nomini-qodaek.nomini-lwwg9a.nomini-3qfcji.nomini-k211f7.nomini-715zl8.nomini-xezbam.nomini-jq38mh 0l-12.nomini-98cg83 30.nomini-xqxzjm.nomini-ud58dk 2.nomini-rn76b3.nomini-ud58dk 3.nomini-zniija 3.nomini-701u1b.nomini-r94or8 3.nomini-fegxt3.nomini-3wk8lu.nomini-7ig9m5.nomini-mwhtdq 7-3.nomini-98cg83 10.nomini-mtppyr.nomini-mwhtdq 23.nomini-h4r5me.nomini-xmbnel 1.nomini-1q5tzg 2.nomini-98cg83 3.nomini-xmbnel 1.nomini-r94or8 5.nomini-nrsvt3.nomini-r94or8 32.nomini-qyi88k.nomini-3wk8lu 5.nomini-jq38mh 4.nomini-mwhtdq 9.nomini-mwhtdq 8.nomini-r94or8 6.nomini-kdoijp.nomini-wbz0yy.nomini-9krwlt.nomini-nd9ii7.nomini-imhk5f 4.nomini-kc80g7.nomini-imhk5f 6.nomini-imhk5f 0l29.nomini-jq38mh 17.nomini-qf5rh3.nomini-me6kt3 2.nomini-xfvbaa 10.nomini-mztx20.nomini-98cg83 8.nomini-f6wzgw.nomini-oo29s6.nomini-o5embf.nomini-3txf8l.nomini-1iw1do.nomini-3wk8lu.nomini-cwopdl.nomini-98cg83 1.nomini-20troe.nomini-pg7ylr.nomini-isvknr.nomini-w9emtr.nomini-kj4xt2.nomini-1q5tzg 1.nomini-ua54f0.nomini-3rd1jd.5z'/%3e%3c/svg%3e");
}

.nomini-l0jdnp > input:not(:checked) ~ label:hover,
.nomini-l0jdnp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-6ps4wg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-83be55 44.nomini-1dyd87.nomini-3pvhpz.nomini-2rp0iy.nomini-vpwnc7.nomini-cwopdl.nomini-qodaek.nomini-lwwg9a.nomini-3qfcji.nomini-k211f7.nomini-715zl8.nomini-xezbam.nomini-jq38mh 0l-12.nomini-98cg83 30.nomini-xqxzjm.nomini-ud58dk 2.nomini-rn76b3.nomini-ud58dk 3.nomini-zniija 3.nomini-701u1b.nomini-r94or8 3.nomini-fegxt3.nomini-3wk8lu.nomini-7ig9m5.nomini-mwhtdq 7-3.nomini-98cg83 10.nomini-mtppyr.nomini-mwhtdq 23.nomini-h4r5me.nomini-xmbnel 1.nomini-1q5tzg 2.nomini-98cg83 3.nomini-xmbnel 1.nomini-r94or8 5.nomini-nrsvt3.nomini-r94or8 32.nomini-qyi88k.nomini-3wk8lu 5.nomini-jq38mh 4.nomini-mwhtdq 9.nomini-mwhtdq 8.nomini-r94or8 6.nomini-kdoijp.nomini-wbz0yy.nomini-9krwlt.nomini-nd9ii7.nomini-imhk5f 4.nomini-kc80g7.nomini-imhk5f 6.nomini-imhk5f 0l29.nomini-jq38mh 17.nomini-qf5rh3.nomini-me6kt3 2.nomini-xfvbaa 10.nomini-mztx20.nomini-98cg83 8.nomini-f6wzgw.nomini-oo29s6.nomini-o5embf.nomini-3txf8l.nomini-1iw1do.nomini-3wk8lu.nomini-cwopdl.nomini-98cg83 1.nomini-20troe.nomini-pg7ylr.nomini-isvknr.nomini-w9emtr.nomini-kj4xt2.nomini-1q5tzg 1.nomini-ua54f0.nomini-3rd1jd.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .nomini-0ze4aj > .nomini-tnq3vv {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .nomini-0ze4aj > .nomini-tnq3vv {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .nomini-0ze4aj > .nomini-tnq3vv {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .nomini-0ze4aj > .nomini-tnq3vv {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .nomini-0ze4aj > .nomini-tnq3vv {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.nomini-lznf8g.nomini-qoigfz {
  display: none;
}

.nomini-go05vy {
  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) {
  .nomini-go05vy {
    height: 74px;
    overflow: visible;
  }
}

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

.nomini-2wi8k4 {
  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;
}

.nomini-2wi8k4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.nomini-2wi8k4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.nomini-2wi8k4 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.nomini-kdwcun {
  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;
}

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

.nomini-kdwcun::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) {
  .nomini-kdwcun::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.nomini-lznf8g.nomini-8yi9cj .nomini-go05vy {
  background: #2b3b67;
}

.nomini-lznf8g.nomini-8yi9cj .nomini-2wi8k4 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.nomini-lznf8g.nomini-8yi9cj .nomini-2wi8k4::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.nomini-lznf8g.nomini-8yi9cj .nomini-2wi8k4::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.nomini-lznf8g.nomini-8yi9cj .nomini-kdwcun::before {
  background: #0e0f41;
}

.nomini-lznf8g.nomini-8yi9cj .nomini-kdwcun::after {
  background: #152557;
}

.nomini-lznf8g.nomini-6fnzpr .nomini-go05vy {
  background: #1f35fa;
}

.nomini-lznf8g.nomini-6fnzpr .nomini-2wi8k4 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.nomini-lznf8g.nomini-6fnzpr .nomini-2wi8k4::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.nomini-lznf8g.nomini-6fnzpr .nomini-2wi8k4::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.nomini-lznf8g.nomini-6fnzpr .nomini-kdwcun::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.nomini-lznf8g.nomini-6fnzpr .nomini-kdwcun::after {
  background: #192ac8;
}

.nomini-lznf8g.nomini-3lvhum .nomini-go05vy {
  background: #fa771f;
}

.nomini-lznf8g.nomini-3lvhum .nomini-2wi8k4 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-lznf8g.nomini-3lvhum .nomini-2wi8k4::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.nomini-lznf8g.nomini-3lvhum .nomini-2wi8k4::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.nomini-lznf8g.nomini-3lvhum .nomini-kdwcun::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-lznf8g.nomini-3lvhum .nomini-kdwcun::after {
  background: #fa8535;
}

.nomini-t3w1xd {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.nomini-tm9mwk {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.nomini-sommvb {
  width: 120px;
  height: 22px;
}

.nomini-sommvb .nomini-iz0zbp {
  fill: #c2c0ce;
}

.nomini-sommvb [rating="1"] .nomini-iz0zbp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.nomini-sommvb [rating="2"] .nomini-iz0zbp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.nomini-sommvb [rating="3"] .nomini-iz0zbp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.nomini-sommvb [rating="4"] .nomini-iz0zbp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.nomini-sommvb [rating="5"] .nomini-iz0zbp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.nomini-nb330c {
  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);
}

.nomini-nb330c.nomini-ip2hjk {
  display: block;
}

.nomini-nb330c.nomini-qoigfz {
  display: none;
}

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

.nomini-31206z {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.nomini-uiwysq {
  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);
}

.nomini-jekhrt {
  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;
}

.nomini-4ytxhr small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.nomini-zc9acy {
  font-size: 16px;
  line-height: 140%;
}

.nomini-h86f24 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.nomini-h86f24 .nomini-iz0zbp {
  fill: #c2c0ce;
}

.nomini-h86f24 [rating="1"] .nomini-iz0zbp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.nomini-h86f24 [rating="2"] .nomini-iz0zbp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.nomini-h86f24 [rating="3"] .nomini-iz0zbp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.nomini-h86f24 [rating="4"] .nomini-iz0zbp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.nomini-h86f24 [rating="5"] .nomini-iz0zbp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.nomini-a4r0tu {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.nomini-1zkrxx {
  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) {
  .nomini-1zkrxx {
    padding: 12px;
    gap: 12px;
  }
}

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

.nomini-tl6q0w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nomini-2e7brl {
  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;
}

.nomini-au0hsz {
  flex: 1;
  min-width: 0;
}

.nomini-hwoue0 {
  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) {
  .nomini-hwoue0 {
    font-size: 14px;
    gap: 6px;
  }
}

.nomini-oi6rrd {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.nomini-oi6rrd svg path {
  fill: var(--button-bg-color);
}

.nomini-oi6rrd svg circle {
  fill: var(--button-text-color);
}

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

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

.nomini-jtnfm4 strong {
  font-weight: 600;
}

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

.nomini-8jus82 p {
  margin: 0 0 16px;
}

.nomini-8jus82 p:last-child {
  margin-bottom: 0;
}

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

.nomini-j1kq62 {
  max-width: 300px;
  width: 100%;
}

.nomini-j1kq62 a {
  width: 100%;
}

@media (max-width: 575px) {
  .nomini-j1kq62 {
    max-width: 200px;
  }
}

.nomini-kvte6s {
  justify-content: center;
}

.nomini-mgwahw {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nomini-ut9k09 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.nomini-l454gr .nomini-67rwjl {
  justify-content: center;
}

/* faq */

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

.nomini-rpfla4 {
  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.nomini-ztggyk ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nomini-rpfla4::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.nomini-ztggyk ease;
}

.nomini-aric94.nomini-xljvt0 .nomini-rpfla4::after {
  transform: rotate(45deg);
}

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

.nomini-aric94.nomini-xljvt0 .nomini-u2vzre {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.nomini-mibq27 {
  margin: 25px 0;
}

.nomini-l0jdnp > input:not(:checked) ~ label:hover,
.nomini-l0jdnp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-a5gk88.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-9nsg5w 44.nomini-sa0272.nomini-qo1irb.nomini-1b3zym.nomini-18rfdk.nomini-9icggv.nomini-upm986.nomini-egad4a.nomini-g6c06b.nomini-3w23ql.nomini-cjwz0m.nomini-lx5tb4.nomini-95wjby 0l-12.nomini-5tfwjc 30.nomini-o3r162.nomini-vwryvi 2.nomini-x0a7vj.nomini-vwryvi 3.nomini-oc03lv 3.nomini-n3rq00.nomini-h9izzt 3.nomini-gqb1qn.nomini-xkhd1s.nomini-tl8zrh.nomini-t37z54 7-3.nomini-5tfwjc 10.nomini-4ymbxz.nomini-t37z54 23.nomini-lwwag1.nomini-41igmm 1.nomini-634i8h 2.nomini-5tfwjc 3.nomini-41igmm 1.nomini-h9izzt 5.nomini-pydtxe.nomini-h9izzt 32.nomini-mdfais.nomini-xkhd1s 5.nomini-95wjby 4.nomini-t37z54 9.nomini-t37z54 8.nomini-h9izzt 6.nomini-4wmf6f.nomini-km65ae.nomini-hhgvve.nomini-5da630.nomini-6t324p 4.nomini-us9zcy.nomini-6t324p 6.nomini-6t324p 0l29.nomini-95wjby 17.nomini-qrofpa.nomini-ynwc7b 2.nomini-1wzfag 10.nomini-6vl49h.nomini-5tfwjc 8.nomini-729m2x.nomini-5monax.nomini-h1mwuh.nomini-eyph39.nomini-v3fcgh.nomini-xkhd1s.nomini-9icggv.nomini-5tfwjc 1.nomini-oi4w9g.nomini-vm93xk.nomini-w9a6tb.nomini-gxvb5u.nomini-xomqts.nomini-634i8h 1.nomini-4fkxkk.nomini-5yyt6z.5z'/%3e%3c/svg%3e");
}

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

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

.nomini-z902xb {
  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);
}

.nomini-z902xb.nomini-bizrt7 {
  display: block;
}

.nomini-z902xb.nomini-fpm88z {
  display: none;
}

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

.nomini-s0av5b {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.nomini-15xuzw {
  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);
}

.nomini-t81jn1 {
  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;
}

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

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

.nomini-idm92t {
  font-size: 16px;
  line-height: 140%;
}

.nomini-fyc82a {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.nomini-fyc82a .nomini-6o64de {
  fill: #c2c0ce;
}

.nomini-fyc82a [rating="1"] .nomini-6o64de:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.nomini-fyc82a [rating="2"] .nomini-6o64de:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.nomini-fyc82a [rating="3"] .nomini-6o64de:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.nomini-fyc82a [rating="4"] .nomini-6o64de:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.nomini-fyc82a [rating="5"] .nomini-6o64de:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.nomini-eudc9a 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;
}

.nomini-eudc9a 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 */

.nomini-kinlk4 {
  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);
}

.nomini-kinlk4.nomini-e7kvgv {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.nomini-7obkiw {
  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;
}

.nomini-7obkiw label {
  font-size: 14px;
}

.nomini-7obkiw h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.nomini-7obkiw input,
.nomini-7obkiw textarea,
.nomini-7obkiw 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;
}
.nomini-7obkiw button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.nomini-ztggyk ease;
}
.nomini-7obkiw button:hover {
  background-color: var(--button-bg-hover);
}
.nomini-e761em {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.nomini-galh1m ease-in;
}

.nomini-e761em 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;
}
.nomini-xqmp4i, .nomini-pe5h9v, [class*="review-card"],
thead, thead th, table th, .nomini-9vpvsc,
.nomini-lzdfux, [class*="collapsible-header"],
.nomini-dzvpif, [class*="updated-block"] {
  color: #ece7dc !important;
}
