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

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

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

.ozwin-0fnmv5 {
  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) {
  .ozwin-0fnmv5: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;
  }
}

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

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

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

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

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

.ozwin-9fkvcy {
  cursor: pointer;
}

.ozwin-8wg6ys {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.ozwin-p6wmeu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ozwin-p6wmeu figure {
  margin: 0;
}

.ozwin-p6wmeu.ozwin-o1ivsi {
  justify-content: flex-start;
  margin-right: 4px;
}

.ozwin-p6wmeu.ozwin-gpwk3v {
  justify-content: flex-end;
  margin-left: 4px;
}

.ozwin-p6wmeu.ozwin-04a7u1 {
  justify-content: center;
}

.ozwin-p6wmeu.ozwin-wygwth {
  justify-content: normal;
}

.ozwin-ldzk7a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.ozwin-zmeatw img {
  width: 100%;
}

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

.ozwin-f44401 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.ozwin-f44401 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);
}

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

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

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

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

.ozwin-f44401 ul li:last-of-type::after {
  display: none;
}

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

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

.ozwin-vskfev {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.ozwin-chled5.ozwin-vt87w5 {
  background-color: #000;
}

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

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

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

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

.ozwin-mm15l8 {
  margin-bottom: 94px;
}

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

.ozwin-lcb7sx .ozwin-4piy33 {
  margin-bottom: 28px;
}

.ozwin-lcb7sx .ozwin-4piy33 img {
  max-height: 100px;
  width: auto;
}

.ozwin-xs092l {
  display: flex;
  align-items: center;
}

.ozwin-xs092l a + a {
  margin-left: 24px;
}

.ozwin-xs092l img {
  max-height: 56px;
  width: auto;
}

.ozwin-xs092l img + img {
  margin-left: 24px;
}

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

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

.ozwin-83wgce {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.ozwin-lepdvd li {
  display: flex;
  margin: 0 7px;
}

.ozwin-lepdvd li svg {
  transition: 0.ozwin-v01gtt ease-in-out;
}

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

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

.ozwin-exbcjb + .ozwin-exbcjb {
  margin-left: 120px;
}

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

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

.ozwin-4cqtdn {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ozwin-4cqtdn li {
  font-size: 16px;
}

.ozwin-4cqtdn li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.ozwin-4cqtdn li + li {
  margin-top: 16px;
}

.ozwin-p4rcun {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.ozwin-ezeknk ease-in-out;
}

.ozwin-p4rcun.ozwin-rpmk34 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.ozwin-07j6og {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.ozwin-4lw6qf li {
  width: 100%;
}

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

.ozwin-4lw6qf li a svg {
  fill: var(--button-text-color);
}

.ozwin-4lw6qf li a.ozwin-rpmk34 {
  background: var(--border-color);
}

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

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

.ozwin-690vso {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.ozwin-fqc6rk {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.ozwin-fqc6rk img {
  width: 100%;
  transition: 0.ozwin-v01gtt ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .ozwin-z73tv7 .ozwin-4piy33 img {
    max-width: 90px;
  }
}

.ozwin-4piy33 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .ozwin-4piy33 {
    order: -2;
  }
}

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

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

.ozwin-memc85 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.ozwin-c1city {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.ozwin-c1city.ozwin-idic7b {
  margin-right: 0;
}

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

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

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

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

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

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

.ozwin-zeki0g:hover > ul {
  display: flex;
}

.ozwin-zeki0g:focus > ul {
  display: flex;
}

.ozwin-zeki0g:focus-within > ul {
  display: flex;
}

.ozwin-qny92g {
  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;
}

.ozwin-qny92g::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.ozwin-ezeknk ease-in-out;
}

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

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

.ozwin-zeki0g 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.ozwin-v01gtt ease-in-out;
  overflow: hidden;
}

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

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

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

.ozwin-euwj0u {
  display: none;
}

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

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

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

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

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

.ozwin-c0mav1 img {
  margin-bottom: 20px;
}

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

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

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

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

.ozwin-hx3fs2 {
  color: var(--text-color);
}

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

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

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

.ozwin-z5kbao p img {
  display: block;
  margin: 0 auto;
}

.ozwin-z5kbao p:first-of-type {
  margin-top: 0;
}

.ozwin-z5kbao p:last-of-type {
  margin-bottom: 0;
}

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

.ozwin-z5kbao ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.ozwin-17ou9f {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.ozwin-17ou9f .ozwin-eayhpg {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ozwin-17ou9f .ozwin-eayhpg {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.ozwin-17ou9f .ozwin-jt5rf7 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .ozwin-17ou9f .ozwin-jt5rf7 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .ozwin-17ou9f .ozwin-jt5rf7 img {
    width: 100%;
  }
}

.ozwin-jt5rf7 {
  margin: 0 0 28px;
}

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

.ozwin-eayhpg {
  margin: 0 0 28px;
}

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

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

.ozwin-lwluxk .ozwin-0fnmv5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.ozwin-tjvy6g {
  position: relative;
  border: none;
}

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

.ozwin-2xpi2q {
  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;
}

.ozwin-2xpi2q span {
  height: 32px;
}

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

.ozwin-2xpi2q.ozwin-jhjb45 span {
  transform: scaleY(-1);
}

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

.ozwin-9ptmx1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.ozwin-9ptmx1 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.ozwin-v01gtt ease-in-out;
}

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

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

.ozwin-9ptmx1.ozwin-fu7o1n {
  display: none;
}

.ozwin-os2czz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.ozwin-os2czz table {
  width: 100%;
  border-collapse: collapse;
}

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

  .ozwin-os2czz table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.ozwin-8hpo1p {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.ozwin-3byr2t table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.ozwin-3byr2t table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.ozwin-3byr2t p {
  color: var(--text-color);
}

.ozwin-cxb6eh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.ozwin-0fhwku {
  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);
}

.ozwin-lvu7jj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.ozwin-xz7gf0 p + p {
  margin-top: 10px;
}

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

.ozwin-u075pg {
  display: none;
}

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

.ozwin-1t9omx {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.ozwin-1t9omx li {
  margin: 0 20px;
}

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

.ozwin-1t9omx li a img {
  margin-bottom: 4px;
}

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

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

.ozwin-c9pkde li {
  font-size: 16px;
  position: relative;
}

.ozwin-c9pkde li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.ozwin-c9pkde li span {
  opacity: 0.5;
}

.ozwin-c9pkde li + li {
  margin-left: 30px;
}

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

h2.ozwin-jcot6p {
  margin: 0 0 28px;
}

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

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

.ozwin-8fth6j 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);
}

.ozwin-8fth6j 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;
}

.ozwin-8fth6j 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;
}

.ozwin-8fth6j tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.ozwin-8fth6j tbody tr:last-of-type {
  margin-bottom: 0;
}

.ozwin-8fth6j tbody tr td:first-of-type {
  flex-shrink: 0;
}

.ozwin-8fth6j 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);
}

.ozwin-8fth6j 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);
}

.ozwin-8fth6j tbody tr td:last-of-type {
  margin-left: auto;
}

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

.ozwin-8fth6j tbody tr td .ozwin-65aubz {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .ozwin-8fth6j tbody tr td .ozwin-65aubz {
    width: 100%;
  }
}

.ozwin-8fth6j tbody tr td .ozwin-lkb5nz {
  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.ozwin-v01gtt ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .ozwin-8fth6j tbody tr td .ozwin-lkb5nz:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .ozwin-8fth6j tbody tr td .ozwin-lkb5nz {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .ozwin-8fth6j tbody tr td .ozwin-lkb5nz {
    width: 100%;
  }
}

.ozwin-8fth6j tbody tr td .ozwin-m6gr6c {
  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) {
  .ozwin-8fth6j tbody tr td .ozwin-m6gr6c:hover {
    text-decoration: none;
  }
}

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

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

.ozwin-jzhhsu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.ozwin-dxu93o img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.ozwin-v01gtt ease-in-out;
}

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

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

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

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

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

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

.ozwin-e97iyl img {
  width: 100%;
  height: 100%;
}

.ozwin-e97iyl iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.ozwin-swr40b svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.ozwin-v01gtt ease-in-out;
}

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

.ozwin-opypca {
  padding: 90px 0;
}

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

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

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

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

.ozwin-5mbfaw img {
  width: 100%;
}

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

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

.ozwin-bjp0v1 {
  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;
}

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

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

.ozwin-lm3ocw {
  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.ozwin-v01gtt ease-in-out;
}

.ozwin-lm3ocw:hover {
  border: 1px solid #8c8ca2;
}

.ozwin-7hyx7z {
  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%);
}

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

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

.ozwin-54vejf a {
  text-decoration: underline;
  color: #8babff;
}

.ozwin-8fa7y9 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.ozwin-8fa7y9 .ozwin-lm3ocw {
  width: 50%;
  margin: 0;
}

.ozwin-gxuswb {
  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;
}

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

.ozwin-ovitw3 {
  margin: 0 0 100px;
}

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

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

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

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

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

.ozwin-xyrrv1 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.ozwin-mrj7o6 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.ozwin-v01gtt ease-in-out;
}

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

.ozwin-mrj7o6 a svg {
  fill: #fff;
}

.ozwin-mrj7o6 a:hover {
  background: #3d68e7;
}

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

.ozwin-4ogzp8 {
  margin-bottom: 16px;
}

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

.ozwin-ucv8q7 {
  font-size: 16px;
  color: var(--text-color);
}

.ozwin-4kke49 {
  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) {
  .ozwin-4kke49 {
    padding: 0 16px;
  }
}

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

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

.ozwin-6lqeve {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.ozwin-v0hrkp 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);
}

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

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

.ozwin-v0hrkp table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.ozwin-ry3z99.ozwin-ug7orj {
  display: none;
}

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

.ozwin-770e8l iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ozwin-770e8l iframe.ozwin-56mudc {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.ozwin-770e8l.ozwin-r7spd5 {
  opacity: 1;
  pointer-events: all;
}

.ozwin-04zpoc {
  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.ozwin-v01gtt ease-in-out;
}

.ozwin-04zpoc svg {
  margin-right: 10px;
}

.ozwin-04zpoc + .ozwin-04zpoc {
  margin-top: 14px;
}

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

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

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

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

.ozwin-4kke49 .ozwin-lwluxk {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.ozwin-4kke49 .ozwin-lwluxk h1,
.ozwin-4kke49 .ozwin-lwluxk 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) {
  .ozwin-4kke49 .ozwin-lwluxk h1,
  .ozwin-4kke49 .ozwin-lwluxk h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .ozwin-4kke49 .ozwin-lwluxk {
    margin: 28px 0 0;
  }
}

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

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

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

.ozwin-xduz0t {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.ozwin-vaeh62 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.ozwin-puwqfb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.ozwin-u788lz .ozwin-0fnmv5 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .ozwin-u788lz .ozwin-0fnmv5 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.ozwin-7ko7nd {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.ozwin-7ko7nd img {
  width: 100%;
}

.ozwin-klaeng {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.ozwin-2rilsq {
  width: 100%;
  margin: 0 0 100px;
}

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

.ozwin-2rilsq .ozwin-pu5bjb {
  position: relative;
}

.ozwin-2rilsq .ozwin-91a3ne {
  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;
}

.ozwin-2rilsq .ozwin-91a3ne.ozwin-ug7orj {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .ozwin-2rilsq .ozwin-zqqya9 {
    bottom: 90px;
  }
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-5r4uhp {
  max-width: 300px;
  width: 100%;
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-5r4uhp .ozwin-nsd69v {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .ozwin-2rilsq .ozwin-zqqya9 .ozwin-5r4uhp .ozwin-nsd69v {
    font-size: 32px;
    text-align: center;
  }
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-5r4uhp .ozwin-kgzf2z {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .ozwin-2rilsq .ozwin-zqqya9 .ozwin-5r4uhp .ozwin-kgzf2z {
    text-align: center;
  }
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b {
    flex-direction: column-reverse;
  }
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-tldrol {
  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.ozwin-v01gtt ease-in-out;
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-tldrol:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-tldrol {
    width: 100%;
  }
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-6dy6t6 {
  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.ozwin-v01gtt ease-in-out;
  overflow: hidden;
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-6dy6t6 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);
  }
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-6dy6t6: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;
}

.ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-6dy6t6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .ozwin-2rilsq .ozwin-zqqya9 .ozwin-idic7b .ozwin-6dy6t6 {
    width: 100%;
  }
}

.ozwin-2rilsq .ozwin-zqqya9.ozwin-ug7orj {
  display: none;
}

.ozwin-2rilsq .ozwin-ru0yqj {
  display: none;
}

.ozwin-2rilsq .ozwin-ru0yqj.ozwin-r7spd5 {
  display: block;
}

.ozwin-2rilsq .ozwin-ru0yqj iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .ozwin-2rilsq .ozwin-ru0yqj iframe {
    height: calc(100vh - 54px);
  }
}

.ozwin-2rilsq .ozwin-uj51vs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .ozwin-2rilsq .ozwin-uj51vs {
    padding: 24px 16px 0;
  }
}

.ozwin-2rilsq .ozwin-uj51vs .ozwin-nsd69v {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ozwin-2rilsq .ozwin-uj51vs .ozwin-nsd69v {
    margin-bottom: 24px;
  }
}

.ozwin-2rilsq .ozwin-uj51vs 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);
}

.ozwin-2rilsq .ozwin-uj51vs 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) {
  .ozwin-2rilsq .ozwin-uj51vs table tr td {
    padding: 12px 4px;
  }
}

.ozwin-2rilsq .ozwin-uj51vs 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) {
  .ozwin-2rilsq .ozwin-uj51vs table tr th {
    padding: 12px 4px;
  }
}

.ozwin-2rilsq .ozwin-uj51vs table tr:last-of-type td {
  border-bottom: none;
}

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

.ozwin-ow6bi1.ozwin-rpmk34 {
  display: block;
}

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

.ozwin-ow6bi1 .ozwin-bwbej2 {
  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;
}

.ozwin-ow6bi1 .ozwin-hc0toc {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.ozwin-ow6bi1 .ozwin-6dy6t6 {
  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.ozwin-v01gtt ease-in-out;
}

.ozwin-ow6bi1 .ozwin-6dy6t6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.ozwin-2bz8ei.ozwin-rpmk34 {
  display: block;
}

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

.ozwin-q79etm {
  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;
}

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

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

.ozwin-526toy {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.ozwin-526toy svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.ozwin-ppho70 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ozwin-5acylc.ozwin-ug7orj {
  display: none;
}

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

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

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

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

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

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

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

.ozwin-z06sly input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.ozwin-z06sly input:active {
  border-color: #c2c0ce;
}

.ozwin-z06sly input:focus {
  border-color: #c2c0ce;
}

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

.ozwin-peoyp8 {
  margin-bottom: 36px;
}

.ozwin-peoyp8 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;
}

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

.ozwin-peoyp8 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.ozwin-op59v9 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ozwin-8xy8u0 {
  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.ozwin-v01gtt ease-in-out;
}

.ozwin-8xy8u0:hover {
  background: var(--border-color);
}

.ozwin-k121m2 {
  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.ozwin-v01gtt ease-in-out;
}

.ozwin-k121m2:hover {
  background: #166ad9;
}

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

.ozwin-l4rbgc.ozwin-ug7orj {
  display: none;
}

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

.ozwin-l4rbgc .ozwin-8xy8u0 {
  margin: 0 auto;
}

.ozwin-om8w56 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.ozwin-qf14dg {
  filter: grayscale(100%);
}

.ozwin-6i7gb2 > input {
  display: none;
}

.ozwin-6i7gb2 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ozwin-ce50v4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.ozwin-o4d7xr 44.ozwin-ru9klv.ozwin-1qz7xm.ozwin-62uww0.ozwin-8qad0u.ozwin-6pbtlo.ozwin-fkmade.ozwin-sor1if.ozwin-kv2mi9.ozwin-fgmdo6.ozwin-5w4h8b.ozwin-161gwt.ozwin-ka2gwf 0l-12.ozwin-crrq7l 30.ozwin-rdwbx6.ozwin-74b8zq 2.ozwin-rrpaxo.ozwin-74b8zq 3.ozwin-6mrwe6 3.ozwin-0et00u.ozwin-rxargh 3.ozwin-hh190s.ozwin-8i4lzb.ozwin-h621h5.ozwin-djllro 7-3.ozwin-crrq7l 10.ozwin-ew2cgz.ozwin-djllro 23.ozwin-tslmtl.ozwin-5eckvf 1.ozwin-doxk3r 2.ozwin-crrq7l 3.ozwin-5eckvf 1.ozwin-rxargh 5.ozwin-zemlm7.ozwin-rxargh 32.ozwin-gblboq.ozwin-8i4lzb 5.ozwin-ka2gwf 4.ozwin-djllro 9.ozwin-djllro 8.ozwin-rxargh 6.ozwin-806izh.ozwin-vzjidm.ozwin-e23xxs.ozwin-e79i3v.ozwin-uki1t3 4.ozwin-dkozid.ozwin-uki1t3 6.ozwin-uki1t3 0l29.ozwin-ka2gwf 17.ozwin-v55hhy.ozwin-o84bm7 2.ozwin-3woa40 10.ozwin-oej3e5.ozwin-crrq7l 8.ozwin-vd1xuo.ozwin-f51uc4.ozwin-kau5pq.ozwin-y44czi.ozwin-6hg9i4.ozwin-8i4lzb.ozwin-6pbtlo.ozwin-crrq7l 1.ozwin-osnqws.ozwin-d01e3h.ozwin-s4rutt.ozwin-7xtepy.ozwin-g9j56w.ozwin-doxk3r 1.ozwin-q42h44.ozwin-vy1n34.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.ozwin-6i7gb2 > input:checked ~ label,
.ozwin-6i7gb2 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ozwin-ce50v4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.ozwin-o4d7xr 44.ozwin-ru9klv.ozwin-1qz7xm.ozwin-62uww0.ozwin-8qad0u.ozwin-6pbtlo.ozwin-fkmade.ozwin-sor1if.ozwin-kv2mi9.ozwin-fgmdo6.ozwin-5w4h8b.ozwin-161gwt.ozwin-ka2gwf 0l-12.ozwin-crrq7l 30.ozwin-rdwbx6.ozwin-74b8zq 2.ozwin-rrpaxo.ozwin-74b8zq 3.ozwin-6mrwe6 3.ozwin-0et00u.ozwin-rxargh 3.ozwin-hh190s.ozwin-8i4lzb.ozwin-h621h5.ozwin-djllro 7-3.ozwin-crrq7l 10.ozwin-ew2cgz.ozwin-djllro 23.ozwin-tslmtl.ozwin-5eckvf 1.ozwin-doxk3r 2.ozwin-crrq7l 3.ozwin-5eckvf 1.ozwin-rxargh 5.ozwin-zemlm7.ozwin-rxargh 32.ozwin-gblboq.ozwin-8i4lzb 5.ozwin-ka2gwf 4.ozwin-djllro 9.ozwin-djllro 8.ozwin-rxargh 6.ozwin-806izh.ozwin-vzjidm.ozwin-e23xxs.ozwin-e79i3v.ozwin-uki1t3 4.ozwin-dkozid.ozwin-uki1t3 6.ozwin-uki1t3 0l29.ozwin-ka2gwf 17.ozwin-v55hhy.ozwin-o84bm7 2.ozwin-3woa40 10.ozwin-oej3e5.ozwin-crrq7l 8.ozwin-vd1xuo.ozwin-f51uc4.ozwin-kau5pq.ozwin-y44czi.ozwin-6hg9i4.ozwin-8i4lzb.ozwin-6pbtlo.ozwin-crrq7l 1.ozwin-osnqws.ozwin-d01e3h.ozwin-s4rutt.ozwin-7xtepy.ozwin-g9j56w.ozwin-doxk3r 1.ozwin-q42h44.ozwin-vy1n34.5z'/%3e%3c/svg%3e");
}

.ozwin-6i7gb2 > input:not(:checked) ~ label:hover,
.ozwin-6i7gb2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ozwin-ce50v4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ozwin-o4d7xr 44.ozwin-ru9klv.ozwin-1qz7xm.ozwin-62uww0.ozwin-8qad0u.ozwin-6pbtlo.ozwin-fkmade.ozwin-sor1if.ozwin-kv2mi9.ozwin-fgmdo6.ozwin-5w4h8b.ozwin-161gwt.ozwin-ka2gwf 0l-12.ozwin-crrq7l 30.ozwin-rdwbx6.ozwin-74b8zq 2.ozwin-rrpaxo.ozwin-74b8zq 3.ozwin-6mrwe6 3.ozwin-0et00u.ozwin-rxargh 3.ozwin-hh190s.ozwin-8i4lzb.ozwin-h621h5.ozwin-djllro 7-3.ozwin-crrq7l 10.ozwin-ew2cgz.ozwin-djllro 23.ozwin-tslmtl.ozwin-5eckvf 1.ozwin-doxk3r 2.ozwin-crrq7l 3.ozwin-5eckvf 1.ozwin-rxargh 5.ozwin-zemlm7.ozwin-rxargh 32.ozwin-gblboq.ozwin-8i4lzb 5.ozwin-ka2gwf 4.ozwin-djllro 9.ozwin-djllro 8.ozwin-rxargh 6.ozwin-806izh.ozwin-vzjidm.ozwin-e23xxs.ozwin-e79i3v.ozwin-uki1t3 4.ozwin-dkozid.ozwin-uki1t3 6.ozwin-uki1t3 0l29.ozwin-ka2gwf 17.ozwin-v55hhy.ozwin-o84bm7 2.ozwin-3woa40 10.ozwin-oej3e5.ozwin-crrq7l 8.ozwin-vd1xuo.ozwin-f51uc4.ozwin-kau5pq.ozwin-y44czi.ozwin-6hg9i4.ozwin-8i4lzb.ozwin-6pbtlo.ozwin-crrq7l 1.ozwin-osnqws.ozwin-d01e3h.ozwin-s4rutt.ozwin-7xtepy.ozwin-g9j56w.ozwin-doxk3r 1.ozwin-q42h44.ozwin-vy1n34.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .ozwin-zp8s0a > .ozwin-oau4wv {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .ozwin-zp8s0a > .ozwin-oau4wv {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .ozwin-zp8s0a > .ozwin-oau4wv {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .ozwin-zp8s0a > .ozwin-oau4wv {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .ozwin-zp8s0a > .ozwin-oau4wv {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.ozwin-al9mbv.ozwin-ug7orj {
  display: none;
}

.ozwin-2yvd7f {
  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) {
  .ozwin-2yvd7f {
    height: 74px;
    overflow: visible;
  }
}

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

.ozwin-g8dqn4 {
  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;
}

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

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

.ozwin-g8dqn4 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.ozwin-zf2bo5 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.ozwin-al9mbv.ozwin-mqxvwa .ozwin-2yvd7f {
  background: #2b3b67;
}

.ozwin-al9mbv.ozwin-mqxvwa .ozwin-g8dqn4 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.ozwin-al9mbv.ozwin-mqxvwa .ozwin-g8dqn4::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.ozwin-al9mbv.ozwin-mqxvwa .ozwin-g8dqn4::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.ozwin-al9mbv.ozwin-mqxvwa .ozwin-zf2bo5::before {
  background: #0e0f41;
}

.ozwin-al9mbv.ozwin-mqxvwa .ozwin-zf2bo5::after {
  background: #152557;
}

.ozwin-al9mbv.ozwin-kat5ou .ozwin-2yvd7f {
  background: #1f35fa;
}

.ozwin-al9mbv.ozwin-kat5ou .ozwin-g8dqn4 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.ozwin-al9mbv.ozwin-kat5ou .ozwin-g8dqn4::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.ozwin-al9mbv.ozwin-kat5ou .ozwin-g8dqn4::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.ozwin-al9mbv.ozwin-kat5ou .ozwin-zf2bo5::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.ozwin-al9mbv.ozwin-kat5ou .ozwin-zf2bo5::after {
  background: #192ac8;
}

.ozwin-al9mbv.ozwin-ohd9n9 .ozwin-2yvd7f {
  background: #fa771f;
}

.ozwin-al9mbv.ozwin-ohd9n9 .ozwin-g8dqn4 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.ozwin-al9mbv.ozwin-ohd9n9 .ozwin-g8dqn4::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.ozwin-al9mbv.ozwin-ohd9n9 .ozwin-g8dqn4::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.ozwin-al9mbv.ozwin-ohd9n9 .ozwin-zf2bo5::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.ozwin-al9mbv.ozwin-ohd9n9 .ozwin-zf2bo5::after {
  background: #fa8535;
}

.ozwin-0hxm83 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.ozwin-u1qla4 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.ozwin-ko8aix {
  width: 120px;
  height: 22px;
}

.ozwin-ko8aix .ozwin-lenx9x {
  fill: #c2c0ce;
}

.ozwin-ko8aix [rating="1"] .ozwin-lenx9x:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.ozwin-ko8aix [rating="2"] .ozwin-lenx9x:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.ozwin-ko8aix [rating="3"] .ozwin-lenx9x:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.ozwin-ko8aix [rating="4"] .ozwin-lenx9x:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.ozwin-ko8aix [rating="5"] .ozwin-lenx9x:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.ozwin-zz80vf {
  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);
}

.ozwin-zz80vf.ozwin-r7spd5 {
  display: block;
}

.ozwin-zz80vf.ozwin-ug7orj {
  display: none;
}

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

.ozwin-blqxzh {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.ozwin-noidqq {
  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);
}

.ozwin-s5nyqr {
  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;
}

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

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

.ozwin-vxs2tw {
  font-size: 16px;
  line-height: 140%;
}

.ozwin-9pl9hb {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.ozwin-9pl9hb .ozwin-lenx9x {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

.ozwin-amow28 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.ozwin-stkpv1 {
  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) {
  .ozwin-stkpv1 {
    padding: 12px;
    gap: 12px;
  }
}

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

.ozwin-qhoitj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ozwin-zdbaqw {
  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;
}

.ozwin-99kxer {
  flex: 1;
  min-width: 0;
}

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

.ozwin-p8r6qf {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.ozwin-p8r6qf svg path {
  fill: var(--button-bg-color);
}

.ozwin-p8r6qf svg circle {
  fill: var(--button-text-color);
}

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

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

.ozwin-qxts1l strong {
  font-weight: 600;
}

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

.ozwin-6hch46 p {
  margin: 0 0 16px;
}

.ozwin-6hch46 p:last-child {
  margin-bottom: 0;
}

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

.ozwin-jqctrr {
  max-width: 300px;
  width: 100%;
}

.ozwin-jqctrr a {
  width: 100%;
}

@media (max-width: 575px) {
  .ozwin-jqctrr {
    max-width: 200px;
  }
}

.ozwin-t0rygp {
  justify-content: center;
}

.ozwin-ndab3z {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ozwin-pszjp9 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.ozwin-0kc6c3 .ozwin-memc85 {
  justify-content: center;
}

/* faq */

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

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

.ozwin-9hrjx9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.ozwin-gamkul ease;
}

.ozwin-8al3yh.ozwin-rpmk34 .ozwin-9hrjx9::after {
  transform: rotate(45deg);
}

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

.ozwin-8al3yh.ozwin-rpmk34 .ozwin-f6cvfv {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.ozwin-istr3z {
  margin: 25px 0;
}

.ozwin-6i7gb2 > input:not(:checked) ~ label:hover,
.ozwin-6i7gb2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ozwin-g54fg4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ozwin-lx4c00 44.ozwin-43p2ok.ozwin-u1kaf0.ozwin-hxni41.ozwin-nn27me.ozwin-r1yi2x.ozwin-b7gdrt.ozwin-gwt6ib.ozwin-o6onmk.ozwin-rswqvi.ozwin-20z356.ozwin-e268f3.ozwin-6hkjo4 0l-12.ozwin-krr06j 30.ozwin-37e0eg.ozwin-fbkx1l 2.ozwin-qoo5e9.ozwin-fbkx1l 3.ozwin-uuh9tt 3.ozwin-eo1tvm.ozwin-lxf2qx 3.ozwin-xukrtx.ozwin-byv2uq.ozwin-c3mlcx.ozwin-ku3cy8 7-3.ozwin-krr06j 10.ozwin-pa1e49.ozwin-ku3cy8 23.ozwin-fr4014.ozwin-c1sisx 1.ozwin-k7ixkt 2.ozwin-krr06j 3.ozwin-c1sisx 1.ozwin-lxf2qx 5.ozwin-ol20lp.ozwin-lxf2qx 32.ozwin-1hnv9w.ozwin-byv2uq 5.ozwin-6hkjo4 4.ozwin-ku3cy8 9.ozwin-ku3cy8 8.ozwin-lxf2qx 6.ozwin-af7485.ozwin-ge4v01.ozwin-andzi1.ozwin-b3cmtx.ozwin-0eknib 4.ozwin-jbsa7c.ozwin-0eknib 6.ozwin-0eknib 0l29.ozwin-6hkjo4 17.ozwin-4d61ni.ozwin-0f0pvd 2.ozwin-8dia5h 10.ozwin-rnljoy.ozwin-krr06j 8.ozwin-79vicm.ozwin-l73oiv.ozwin-8vllw0.ozwin-7m6g3l.ozwin-zgdahv.ozwin-byv2uq.ozwin-r1yi2x.ozwin-krr06j 1.ozwin-atj2hp.ozwin-g1dhx1.ozwin-9zst0w.ozwin-pds4ln.ozwin-jfz62k.ozwin-k7ixkt 1.ozwin-o5atzy.ozwin-tp14f8.5z'/%3e%3c/svg%3e");
}

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

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

.ozwin-soulbg {
  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);
}

.ozwin-soulbg.ozwin-g9mnv4 {
  display: block;
}

.ozwin-soulbg.ozwin-puw2o6 {
  display: none;
}

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

.ozwin-ggdl94 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.ozwin-xr6qnz {
  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);
}

.ozwin-sfyk35 {
  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;
}

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

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

.ozwin-vvhtz6 {
  font-size: 16px;
  line-height: 140%;
}

.ozwin-gk27cc {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.ozwin-gk27cc .ozwin-uch7sr {
  fill: #c2c0ce;
}

.ozwin-gk27cc [rating="1"] .ozwin-uch7sr:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.ozwin-gk27cc [rating="2"] .ozwin-uch7sr:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.ozwin-gk27cc [rating="3"] .ozwin-uch7sr:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.ozwin-gk27cc [rating="4"] .ozwin-uch7sr:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.ozwin-gk27cc [rating="5"] .ozwin-uch7sr:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.ozwin-iqpf6a 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;
}

.ozwin-iqpf6a 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 */

.ozwin-0pohei {
  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);
}

.ozwin-0pohei.ozwin-soijbb {
  opacity: 1;
  pointer-events: auto;
}

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

.ozwin-j045yp label {
  font-size: 14px;
}

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

.ozwin-77se62 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;
}
.ozwin-xrdefa, .ozwin-0vag9s, [class*="review-card"],
thead, thead th, table th, .ozwin-950qa4,
.ozwin-70ho5z, [class*="collapsible-header"],
.ozwin-cxb6eh, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.ozwin-chled5, .ozwin-chled5 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
