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

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

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

.smokace-zcrq1a {
  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) {
  .smokace-zcrq1a: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;
  }
}

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

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

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

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

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

.smokace-8t9oro {
  cursor: pointer;
}

.smokace-6als4u {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.smokace-qpiet0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.smokace-qpiet0 figure {
  margin: 0;
}

.smokace-qpiet0.smokace-dgpeo3 {
  justify-content: flex-start;
  margin-right: 4px;
}

.smokace-qpiet0.smokace-b6rgv6 {
  justify-content: flex-end;
  margin-left: 4px;
}

.smokace-qpiet0.smokace-uw8zrk {
  justify-content: center;
}

.smokace-qpiet0.smokace-rh1t6v {
  justify-content: normal;
}

.smokace-iyp7n9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.smokace-dp4xz9 img {
  width: 100%;
}

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

.smokace-0s9lps {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.smokace-0s9lps 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) {
  .smokace-0s9lps ul {
    margin-bottom: 15px;
  }
}

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

.smokace-0s9lps 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);
}

.smokace-0s9lps ul li span svg {
  fill: var(--title-color);
}

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

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

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

.smokace-0s9lps ul li:last-of-type::after {
  display: none;
}

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

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

.smokace-9p2cwg {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .smokace-5oqmcm {
    height: 50px;
  }
}

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

.smokace-5oqmcm.smokace-tfj5hd {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .smokace-5oqmcm.smokace-tfj5hd:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.smokace-glu6x9 {
  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) {
  .smokace-glu6x9 {
    padding: 80px 16px 0;
  }
}

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

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

.smokace-bhghi5 {
  margin-bottom: 94px;
}

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

.smokace-bpiv3k .smokace-01jeci {
  margin-bottom: 28px;
}

.smokace-bpiv3k .smokace-01jeci img {
  max-height: 100px;
  width: auto;
}

.smokace-wazea1 {
  display: flex;
  align-items: center;
}

.smokace-wazea1 a + a {
  margin-left: 24px;
}

.smokace-wazea1 img {
  max-height: 56px;
  width: auto;
}

.smokace-wazea1 img + img {
  margin-left: 24px;
}

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

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

.smokace-hmbkye {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .smokace-5jvy53 {
    flex-wrap: wrap;
  }
}

.smokace-5jvy53 li {
  display: flex;
  margin: 0 7px;
}

.smokace-5jvy53 li svg {
  transition: 0.smokace-bz26jd ease-in-out;
}

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

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

.smokace-0574in + .smokace-0574in {
  margin-left: 120px;
}

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

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

.smokace-68vss4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smokace-68vss4 li {
  font-size: 16px;
}

.smokace-68vss4 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.smokace-68vss4 li + li {
  margin-top: 16px;
}

.smokace-7e24lk {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.smokace-hbgnht ease-in-out;
}

.smokace-7e24lk.smokace-9lnpfj {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.smokace-xpntc9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.smokace-08z6y3 li {
  width: 100%;
}

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

.smokace-08z6y3 li a svg {
  fill: var(--button-text-color);
}

.smokace-08z6y3 li a.smokace-9lnpfj {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.smokace-oevj94 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.smokace-oevj94 img {
  width: 100%;
  transition: 0.smokace-bz26jd ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .smokace-skh7bv .smokace-01jeci img {
    max-width: 90px;
  }
}

.smokace-01jeci img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .smokace-01jeci {
    order: -2;
  }
}

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

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

.smokace-mgab9q li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.smokace-t3r7cm {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.smokace-t3r7cm.smokace-pp4sh2 {
  margin-right: 0;
}

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

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

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

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

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

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

.smokace-lfwxpg:hover > ul {
  display: flex;
}

.smokace-lfwxpg:focus > ul {
  display: flex;
}

.smokace-lfwxpg:focus-within > ul {
  display: flex;
}

.smokace-m960p0 {
  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;
}

.smokace-m960p0::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.smokace-hbgnht ease-in-out;
}

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

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

.smokace-lfwxpg 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.smokace-bz26jd ease-in-out;
  overflow: hidden;
}

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

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

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

.smokace-bj0sdb {
  display: none;
}

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

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

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

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

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

.smokace-eqhf0e img {
  margin-bottom: 20px;
}

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

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

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

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

.smokace-95ie3e {
  color: var(--text-color);
}

.smokace-4k11qe {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.smokace-4k11qe p img {
  display: block;
  margin: 0 auto;
}

.smokace-4k11qe p:first-of-type {
  margin-top: 0;
}

.smokace-4k11qe p:last-of-type {
  margin-bottom: 0;
}

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

.smokace-4k11qe ul {
  padding: 0 0 0 20px;
}

.smokace-4k11qe table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.smokace-4k11qe table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.smokace-4k11qe iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.smokace-ww4hyu .smokace-4d0q59 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .smokace-ww4hyu .smokace-4d0q59 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.smokace-ww4hyu .smokace-jqqdld {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.smokace-jqqdld {
  margin: 0 0 28px;
}

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

.smokace-4d0q59 {
  margin: 0 0 28px;
}

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

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

.smokace-mrx75r .smokace-zcrq1a {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.smokace-y7uy8k {
  position: relative;
  border: none;
}

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

.smokace-r61bda {
  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;
}

.smokace-r61bda span {
  height: 32px;
}

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

.smokace-r61bda.smokace-x62d64 span {
  transform: scaleY(-1);
}

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

.smokace-c3zqee {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.smokace-c3zqee.smokace-myjtte {
  display: none;
}

.smokace-s0z2bz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.smokace-s0z2bz table {
  width: 100%;
  border-collapse: collapse;
}

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

  .smokace-s0z2bz table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.smokace-v9rspp {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.smokace-qu3cmu p {
  color: var(--text-color);
}

.smokace-0ms67e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.smokace-xyzdu2 {
  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);
}

.smokace-kjcit1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.smokace-v2e7dh p + p {
  margin-top: 10px;
}

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

.smokace-ewh4m1 {
  display: none;
}

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

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

.smokace-egkg3e li {
  margin: 0 20px;
}

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

.smokace-egkg3e li a img {
  margin-bottom: 4px;
}

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

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

.smokace-vagmy1 li {
  font-size: 16px;
  position: relative;
}

.smokace-vagmy1 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.smokace-vagmy1 li span {
  opacity: 0.5;
}

.smokace-vagmy1 li + li {
  margin-left: 30px;
}

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

h2.smokace-u4b5nu {
  margin: 0 0 28px;
}

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

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

.smokace-897dj9 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);
}

.smokace-897dj9 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;
}

.smokace-897dj9 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;
}

.smokace-897dj9 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.smokace-897dj9 tbody tr:last-of-type {
  margin-bottom: 0;
}

.smokace-897dj9 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.smokace-897dj9 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);
}

.smokace-897dj9 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);
}

.smokace-897dj9 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.smokace-897dj9 tbody tr td .smokace-v4p2ec {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .smokace-897dj9 tbody tr td .smokace-v4p2ec {
    width: 100%;
  }
}

.smokace-897dj9 tbody tr td .smokace-ve9c6c {
  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.smokace-bz26jd ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .smokace-897dj9 tbody tr td .smokace-ve9c6c:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .smokace-897dj9 tbody tr td .smokace-ve9c6c {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .smokace-897dj9 tbody tr td .smokace-ve9c6c {
    width: 100%;
  }
}

.smokace-897dj9 tbody tr td .smokace-ac2hx8 {
  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) {
  .smokace-897dj9 tbody tr td .smokace-ac2hx8:hover {
    text-decoration: none;
  }
}

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

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

.smokace-vwtey6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.smokace-21hc1v img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.smokace-bz26jd ease-in-out;
}

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

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

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

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

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

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

.smokace-5l7emu img {
  width: 100%;
  height: 100%;
}

.smokace-5l7emu iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.smokace-q999uk svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.smokace-bz26jd ease-in-out;
}

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

.smokace-teo4xw {
  padding: 90px 0;
}

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

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

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

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

.smokace-xudh9b img {
  width: 100%;
}

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

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

.smokace-1q10d5 {
  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;
}

.smokace-1q10d5 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) {
  .smokace-1q10d5 {
    flex-basis: auto;
  }
}

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

.smokace-v1tpky {
  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.smokace-bz26jd ease-in-out;
}

.smokace-v1tpky:hover {
  border: 1px solid #8c8ca2;
}

.smokace-1qvu3b {
  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%);
}

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

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

.smokace-o1uvy1 a {
  text-decoration: underline;
  color: #8babff;
}

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

.smokace-jvh126 .smokace-v1tpky {
  width: 50%;
  margin: 0;
}

.smokace-4ie7ky {
  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;
}

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

.smokace-8sqdhq {
  margin: 0 0 100px;
}

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

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

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

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

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

.smokace-lln89f {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.smokace-8mu2ml 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.smokace-bz26jd ease-in-out;
}

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

.smokace-8mu2ml a svg {
  fill: #fff;
}

.smokace-8mu2ml a:hover {
  background: #3d68e7;
}

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

.smokace-w5223n {
  margin-bottom: 16px;
}

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

.smokace-yhplm5 {
  font-size: 16px;
  color: var(--text-color);
}

.smokace-513hyc {
  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) {
  .smokace-513hyc {
    padding: 0 16px;
  }
}

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

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

.smokace-4xvy0j {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.smokace-lu9bf2 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);
}

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

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

.smokace-lu9bf2 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.smokace-c5n1tk.smokace-i8h1qm {
  display: none;
}

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

.smokace-20mibt iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smokace-20mibt iframe.smokace-7ahw1n {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.smokace-20mibt.smokace-97ipot {
  opacity: 1;
  pointer-events: all;
}

.smokace-gzyxji {
  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.smokace-bz26jd ease-in-out;
}

.smokace-gzyxji svg {
  margin-right: 10px;
}

.smokace-gzyxji + .smokace-gzyxji {
  margin-top: 14px;
}

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

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

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

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

.smokace-513hyc .smokace-mrx75r {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.smokace-513hyc .smokace-mrx75r h1,
.smokace-513hyc .smokace-mrx75r 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) {
  .smokace-513hyc .smokace-mrx75r h1,
  .smokace-513hyc .smokace-mrx75r h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .smokace-513hyc .smokace-mrx75r {
    margin: 28px 0 0;
  }
}

.smokace-823uvr {
  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) {
  .smokace-823uvr {
    padding: 0 16px;
  }
}

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

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

.smokace-jnjrfg {
  max-width: 545px;
  width: 100%;
}

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

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

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

.smokace-1edcdh iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smokace-e5r2p6 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.smokace-v1aned {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.smokace-eaxknh .smokace-zcrq1a {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .smokace-eaxknh .smokace-zcrq1a {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.smokace-hqw4de {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.smokace-hqw4de img {
  width: 100%;
}

.smokace-gu1qrg {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.smokace-05ccez {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.smokace-abhhlw {
  width: 100%;
  margin: 0 0 100px;
}

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

.smokace-abhhlw .smokace-la0xek {
  position: relative;
}

.smokace-abhhlw .smokace-j3bejg {
  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;
}

.smokace-abhhlw .smokace-j3bejg.smokace-i8h1qm {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .smokace-abhhlw .smokace-dnnmyg {
    bottom: 90px;
  }
}

.smokace-abhhlw .smokace-dnnmyg .smokace-b3rhvl {
  max-width: 300px;
  width: 100%;
}

.smokace-abhhlw .smokace-dnnmyg .smokace-b3rhvl .smokace-owr04n {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .smokace-abhhlw .smokace-dnnmyg .smokace-b3rhvl .smokace-owr04n {
    font-size: 32px;
    text-align: center;
  }
}

.smokace-abhhlw .smokace-dnnmyg .smokace-b3rhvl .smokace-mhch4b {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .smokace-abhhlw .smokace-dnnmyg .smokace-b3rhvl .smokace-mhch4b {
    text-align: center;
  }
}

.smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 {
    flex-direction: column-reverse;
  }
}

.smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-qljyst {
  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.smokace-bz26jd ease-in-out;
}

.smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-qljyst:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-qljyst {
    width: 100%;
  }
}

.smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-u2pl0s {
  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.smokace-bz26jd ease-in-out;
  overflow: hidden;
}

.smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-u2pl0s 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);
  }
}

.smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-u2pl0s: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;
}

.smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-u2pl0s:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .smokace-abhhlw .smokace-dnnmyg .smokace-pp4sh2 .smokace-u2pl0s {
    width: 100%;
  }
}

.smokace-abhhlw .smokace-dnnmyg.smokace-i8h1qm {
  display: none;
}

.smokace-abhhlw .smokace-359kgn {
  display: none;
}

.smokace-abhhlw .smokace-359kgn.smokace-97ipot {
  display: block;
}

.smokace-abhhlw .smokace-359kgn iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .smokace-abhhlw .smokace-359kgn iframe {
    height: calc(100vh - 54px);
  }
}

.smokace-abhhlw .smokace-8zhjg4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .smokace-abhhlw .smokace-8zhjg4 {
    padding: 24px 16px 0;
  }
}

.smokace-abhhlw .smokace-8zhjg4 .smokace-owr04n {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .smokace-abhhlw .smokace-8zhjg4 .smokace-owr04n {
    margin-bottom: 24px;
  }
}

.smokace-abhhlw .smokace-8zhjg4 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);
}

.smokace-abhhlw .smokace-8zhjg4 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) {
  .smokace-abhhlw .smokace-8zhjg4 table tr td {
    padding: 12px 4px;
  }
}

.smokace-abhhlw .smokace-8zhjg4 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) {
  .smokace-abhhlw .smokace-8zhjg4 table tr th {
    padding: 12px 4px;
  }
}

.smokace-abhhlw .smokace-8zhjg4 table tr:last-of-type td {
  border-bottom: none;
}

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

.smokace-mu9v90.smokace-9lnpfj {
  display: block;
}

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

.smokace-mu9v90 .smokace-wzreoe {
  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;
}

.smokace-mu9v90 .smokace-a6i1ix {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.smokace-mu9v90 .smokace-u2pl0s {
  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.smokace-bz26jd ease-in-out;
}

.smokace-mu9v90 .smokace-u2pl0s:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.smokace-ygl6o7.smokace-9lnpfj {
  display: block;
}

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

.smokace-sioqma {
  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;
}

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

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

.smokace-qtlevc {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.smokace-qtlevc svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.smokace-9rnmye {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.smokace-qp8fx2.smokace-i8h1qm {
  display: none;
}

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

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

.smokace-8toowd {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.smokace-8toowd 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.smokace-bz26jd ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.smokace-8toowd input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.smokace-8toowd input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.smokace-8toowd input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.smokace-8toowd input:active {
  border-color: #c2c0ce;
}

.smokace-8toowd input:focus {
  border-color: #c2c0ce;
}

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

.smokace-q842ri {
  margin-bottom: 36px;
}

.smokace-q842ri 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;
}

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

.smokace-q842ri textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.smokace-9ujled {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.smokace-0aj06r {
  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.smokace-bz26jd ease-in-out;
}

.smokace-0aj06r:hover {
  background: var(--border-color);
}

.smokace-3yyquf {
  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.smokace-bz26jd ease-in-out;
}

.smokace-3yyquf:hover {
  background: #166ad9;
}

.smokace-2fb112 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.smokace-2fb112.smokace-i8h1qm {
  display: none;
}

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

.smokace-2fb112 .smokace-0aj06r {
  margin: 0 auto;
}

.smokace-adi3s8 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.smokace-2w52i4 {
  filter: grayscale(100%);
}

.smokace-8sfdkg > input {
  display: none;
}

.smokace-8sfdkg > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-xk238g.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.smokace-5kg5t8 44.smokace-buxj4z.smokace-cvoutk.smokace-cowdbu.smokace-fd6n39.smokace-c6l9kz.smokace-m8w5um.smokace-fkmom9.smokace-60sv2q.smokace-g565cu.smokace-9iwb8t.smokace-1u2g7y.smokace-bkqfrw 0l-12.smokace-8lct2j 30.smokace-mscoai.smokace-sfdfr0 2.smokace-gjoopp.smokace-sfdfr0 3.smokace-kqezwu 3.smokace-ta89n1.smokace-91lej7 3.smokace-iemjsl.smokace-n3rlhw.smokace-tc4i5r.smokace-v3brvu 7-3.smokace-8lct2j 10.smokace-08hntj.smokace-v3brvu 23.smokace-sy8qot.smokace-1ewprp 1.smokace-apzawo 2.smokace-8lct2j 3.smokace-1ewprp 1.smokace-91lej7 5.smokace-ad8uzv.smokace-91lej7 32.smokace-yh6so2.smokace-n3rlhw 5.smokace-bkqfrw 4.smokace-v3brvu 9.smokace-v3brvu 8.smokace-91lej7 6.smokace-ck6u5p.smokace-cgp4nz.smokace-fyivvx.smokace-gdjtfo.smokace-zsocho 4.smokace-69o0zs.smokace-zsocho 6.smokace-zsocho 0l29.smokace-bkqfrw 17.smokace-q0r961.smokace-ekz1yh 2.smokace-rq0onj 10.smokace-f8zg10.smokace-8lct2j 8.smokace-f3kgwg.smokace-hvq01g.smokace-deyytx.smokace-zfqb56.smokace-1i5kam.smokace-n3rlhw.smokace-c6l9kz.smokace-8lct2j 1.smokace-grfdy9.smokace-rrwe4i.smokace-jkyii4.smokace-nswzrd.smokace-yhok64.smokace-apzawo 1.smokace-ldiq6k.smokace-9p76o1.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.smokace-8sfdkg > input:checked ~ label,
.smokace-8sfdkg > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-xk238g.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.smokace-5kg5t8 44.smokace-buxj4z.smokace-cvoutk.smokace-cowdbu.smokace-fd6n39.smokace-c6l9kz.smokace-m8w5um.smokace-fkmom9.smokace-60sv2q.smokace-g565cu.smokace-9iwb8t.smokace-1u2g7y.smokace-bkqfrw 0l-12.smokace-8lct2j 30.smokace-mscoai.smokace-sfdfr0 2.smokace-gjoopp.smokace-sfdfr0 3.smokace-kqezwu 3.smokace-ta89n1.smokace-91lej7 3.smokace-iemjsl.smokace-n3rlhw.smokace-tc4i5r.smokace-v3brvu 7-3.smokace-8lct2j 10.smokace-08hntj.smokace-v3brvu 23.smokace-sy8qot.smokace-1ewprp 1.smokace-apzawo 2.smokace-8lct2j 3.smokace-1ewprp 1.smokace-91lej7 5.smokace-ad8uzv.smokace-91lej7 32.smokace-yh6so2.smokace-n3rlhw 5.smokace-bkqfrw 4.smokace-v3brvu 9.smokace-v3brvu 8.smokace-91lej7 6.smokace-ck6u5p.smokace-cgp4nz.smokace-fyivvx.smokace-gdjtfo.smokace-zsocho 4.smokace-69o0zs.smokace-zsocho 6.smokace-zsocho 0l29.smokace-bkqfrw 17.smokace-q0r961.smokace-ekz1yh 2.smokace-rq0onj 10.smokace-f8zg10.smokace-8lct2j 8.smokace-f3kgwg.smokace-hvq01g.smokace-deyytx.smokace-zfqb56.smokace-1i5kam.smokace-n3rlhw.smokace-c6l9kz.smokace-8lct2j 1.smokace-grfdy9.smokace-rrwe4i.smokace-jkyii4.smokace-nswzrd.smokace-yhok64.smokace-apzawo 1.smokace-ldiq6k.smokace-9p76o1.5z'/%3e%3c/svg%3e");
}

.smokace-8sfdkg > input:not(:checked) ~ label:hover,
.smokace-8sfdkg > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-xk238g.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.smokace-5kg5t8 44.smokace-buxj4z.smokace-cvoutk.smokace-cowdbu.smokace-fd6n39.smokace-c6l9kz.smokace-m8w5um.smokace-fkmom9.smokace-60sv2q.smokace-g565cu.smokace-9iwb8t.smokace-1u2g7y.smokace-bkqfrw 0l-12.smokace-8lct2j 30.smokace-mscoai.smokace-sfdfr0 2.smokace-gjoopp.smokace-sfdfr0 3.smokace-kqezwu 3.smokace-ta89n1.smokace-91lej7 3.smokace-iemjsl.smokace-n3rlhw.smokace-tc4i5r.smokace-v3brvu 7-3.smokace-8lct2j 10.smokace-08hntj.smokace-v3brvu 23.smokace-sy8qot.smokace-1ewprp 1.smokace-apzawo 2.smokace-8lct2j 3.smokace-1ewprp 1.smokace-91lej7 5.smokace-ad8uzv.smokace-91lej7 32.smokace-yh6so2.smokace-n3rlhw 5.smokace-bkqfrw 4.smokace-v3brvu 9.smokace-v3brvu 8.smokace-91lej7 6.smokace-ck6u5p.smokace-cgp4nz.smokace-fyivvx.smokace-gdjtfo.smokace-zsocho 4.smokace-69o0zs.smokace-zsocho 6.smokace-zsocho 0l29.smokace-bkqfrw 17.smokace-q0r961.smokace-ekz1yh 2.smokace-rq0onj 10.smokace-f8zg10.smokace-8lct2j 8.smokace-f3kgwg.smokace-hvq01g.smokace-deyytx.smokace-zfqb56.smokace-1i5kam.smokace-n3rlhw.smokace-c6l9kz.smokace-8lct2j 1.smokace-grfdy9.smokace-rrwe4i.smokace-jkyii4.smokace-nswzrd.smokace-yhok64.smokace-apzawo 1.smokace-ldiq6k.smokace-9p76o1.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .smokace-si3coq > .smokace-g6mv93 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .smokace-si3coq > .smokace-g6mv93 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .smokace-si3coq > .smokace-g6mv93 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .smokace-si3coq > .smokace-g6mv93 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .smokace-si3coq > .smokace-g6mv93 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.smokace-aie4hv.smokace-i8h1qm {
  display: none;
}

.smokace-8c6cdm {
  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) {
  .smokace-8c6cdm {
    height: 74px;
    overflow: visible;
  }
}

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

.smokace-kikcyg {
  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;
}

.smokace-kikcyg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

.smokace-kikcyg img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.smokace-kgdu08 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.smokace-aie4hv.smokace-j95lif .smokace-8c6cdm {
  background: #2b3b67;
}

.smokace-aie4hv.smokace-j95lif .smokace-kikcyg {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.smokace-aie4hv.smokace-j95lif .smokace-kikcyg::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.smokace-aie4hv.smokace-j95lif .smokace-kikcyg::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.smokace-aie4hv.smokace-j95lif .smokace-kgdu08::before {
  background: #0e0f41;
}

.smokace-aie4hv.smokace-j95lif .smokace-kgdu08::after {
  background: #152557;
}

.smokace-aie4hv.smokace-mfo7cx .smokace-8c6cdm {
  background: #1f35fa;
}

.smokace-aie4hv.smokace-mfo7cx .smokace-kikcyg {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.smokace-aie4hv.smokace-mfo7cx .smokace-kikcyg::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.smokace-aie4hv.smokace-mfo7cx .smokace-kikcyg::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.smokace-aie4hv.smokace-mfo7cx .smokace-kgdu08::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.smokace-aie4hv.smokace-mfo7cx .smokace-kgdu08::after {
  background: #192ac8;
}

.smokace-aie4hv.smokace-j9brkv .smokace-8c6cdm {
  background: #fa771f;
}

.smokace-aie4hv.smokace-j9brkv .smokace-kikcyg {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.smokace-aie4hv.smokace-j9brkv .smokace-kikcyg::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.smokace-aie4hv.smokace-j9brkv .smokace-kikcyg::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.smokace-aie4hv.smokace-j9brkv .smokace-kgdu08::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.smokace-aie4hv.smokace-j9brkv .smokace-kgdu08::after {
  background: #fa8535;
}

.smokace-o4cu8z {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.smokace-d9yfx1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.smokace-tkygji {
  width: 120px;
  height: 22px;
}

.smokace-tkygji .smokace-mej7y6 {
  fill: #c2c0ce;
}

.smokace-tkygji [rating="1"] .smokace-mej7y6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.smokace-tkygji [rating="2"] .smokace-mej7y6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.smokace-tkygji [rating="3"] .smokace-mej7y6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.smokace-tkygji [rating="4"] .smokace-mej7y6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.smokace-tkygji [rating="5"] .smokace-mej7y6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.smokace-fs3jhg {
  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);
}

.smokace-fs3jhg.smokace-97ipot {
  display: block;
}

.smokace-fs3jhg.smokace-i8h1qm {
  display: none;
}

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

.smokace-rqvcbr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.smokace-vg8o41 {
  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);
}

.smokace-wiys16 {
  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;
}

.smokace-19669k small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.smokace-upizf7 {
  font-size: 16px;
  line-height: 140%;
}

.smokace-qmk71j {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.smokace-qmk71j .smokace-mej7y6 {
  fill: #c2c0ce;
}

.smokace-qmk71j [rating="1"] .smokace-mej7y6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.smokace-qmk71j [rating="2"] .smokace-mej7y6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.smokace-qmk71j [rating="3"] .smokace-mej7y6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.smokace-qmk71j [rating="4"] .smokace-mej7y6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.smokace-qmk71j [rating="5"] .smokace-mej7y6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.smokace-q30s2p {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.smokace-20k3fd {
  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) {
  .smokace-20k3fd {
    padding: 12px;
    gap: 12px;
  }
}

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

.smokace-868kka img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smokace-yngqem {
  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;
}

.smokace-8nftff {
  flex: 1;
  min-width: 0;
}

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

.smokace-6q7il0 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.smokace-6q7il0 svg,
.smokace-6q7il0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smokace-6q7il0 svg path {
  fill: var(--button-bg-color);
}

.smokace-6q7il0 svg circle {
  fill: var(--button-text-color);
}

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

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

.smokace-y2zgm6 strong {
  font-weight: 600;
}

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

.smokace-ge6lti p {
  margin: 0 0 16px;
}

.smokace-ge6lti p:last-child {
  margin-bottom: 0;
}

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

.smokace-yjtu12 {
  max-width: 300px;
  width: 100%;
}

.smokace-yjtu12 a {
  width: 100%;
}

@media (max-width: 575px) {
  .smokace-yjtu12 {
    max-width: 200px;
  }
}

.smokace-jo8ag5 {
  justify-content: center;
}

.smokace-wzomzk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smokace-5ahkw9 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.smokace-lpzssc .smokace-mgab9q {
  justify-content: center;
}

/* faq */

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

.smokace-fqmi1m {
  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.smokace-h6to3q ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smokace-fqmi1m::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.smokace-h6to3q ease;
}

.smokace-tbixrv.smokace-9lnpfj .smokace-fqmi1m::after {
  transform: rotate(45deg);
}

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

.smokace-tbixrv.smokace-9lnpfj .smokace-tjeavt {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.smokace-97euze {
  margin: 25px 0;
}

.smokace-8sfdkg > input:not(:checked) ~ label:hover,
.smokace-8sfdkg > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-hdx790.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.smokace-4mu6aq 44.smokace-npk62a.smokace-5u3t1l.smokace-mz9xvo.smokace-e8cc3c.smokace-i4rp86.smokace-3ht9pa.smokace-1wdrvg.smokace-pkhjfe.smokace-b39j7j.smokace-lm8qgf.smokace-i54uz1.smokace-wtzr53 0l-12.smokace-kugacr 30.smokace-xj4i7c.smokace-xt8ve3 2.smokace-h8djas.smokace-xt8ve3 3.smokace-9o2vyj 3.smokace-n8h0tf.smokace-zb1mjk 3.smokace-k97a21.smokace-8qycue.smokace-irh16w.smokace-a15030 7-3.smokace-kugacr 10.smokace-6nelbx.smokace-a15030 23.smokace-zbcoab.smokace-uclghc 1.smokace-dnr0gs 2.smokace-kugacr 3.smokace-uclghc 1.smokace-zb1mjk 5.smokace-v12146.smokace-zb1mjk 32.smokace-zfzx7o.smokace-8qycue 5.smokace-wtzr53 4.smokace-a15030 9.smokace-a15030 8.smokace-zb1mjk 6.smokace-kqugtr.smokace-g72rbl.smokace-fqvrjf.smokace-kgkxsj.smokace-7vpoo0 4.smokace-14ej71.smokace-7vpoo0 6.smokace-7vpoo0 0l29.smokace-wtzr53 17.smokace-3i3ovu.smokace-nkiw56 2.smokace-5ab4at 10.smokace-uvo2ml.smokace-kugacr 8.smokace-dwb0mt.smokace-azors5.smokace-8pidha.smokace-h0zm15.smokace-rk6r0i.smokace-8qycue.smokace-i4rp86.smokace-kugacr 1.smokace-nsucoq.smokace-bwfzbf.smokace-g31zxm.smokace-x7porm.smokace-yiod51.smokace-dnr0gs 1.smokace-u1nc1a.smokace-cnt4yr.5z'/%3e%3c/svg%3e");
}

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

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

.smokace-9kwr30 {
  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);
}

.smokace-9kwr30.smokace-5cgn4l {
  display: block;
}

.smokace-9kwr30.smokace-dubqsx {
  display: none;
}

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

.smokace-nkstgx {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.smokace-pazag0 {
  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);
}

.smokace-qalpz8 {
  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;
}

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

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

.smokace-t51fi9 {
  font-size: 16px;
  line-height: 140%;
}

.smokace-dfxegx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.smokace-dfxegx .smokace-wz0r4r {
  fill: #c2c0ce;
}

.smokace-dfxegx [rating="1"] .smokace-wz0r4r:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.smokace-dfxegx [rating="2"] .smokace-wz0r4r:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.smokace-dfxegx [rating="3"] .smokace-wz0r4r:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.smokace-dfxegx [rating="4"] .smokace-wz0r4r:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.smokace-dfxegx [rating="5"] .smokace-wz0r4r:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.smokace-tz09lq 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;
}

.smokace-tz09lq 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 */

.smokace-oc74mh {
  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);
}

.smokace-oc74mh.smokace-jhex4r {
  opacity: 1;
  pointer-events: auto;
}

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

.smokace-yvamvp label {
  font-size: 14px;
}

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

.smokace-l8sppx 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;
}
.smokace-1f40r6, .smokace-o1iz72, [class*="review-card"],
thead, thead th, table th, .smokace-xr448a,
.smokace-0dq2j2, [class*="collapsible-header"],
.smokace-0ms67e, [class*="updated-block"] {
  color: #ece7dc !important;
}
