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;
  color: var(--title-color);
  text-decoration: none;
}

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

.gates-of-olympus-1000-7vwn66 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-7vwn66 {
    padding: 54px 0 0;
  }
}

.gates-of-olympus-1000-6a7tmq {
  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) {
  .gates-of-olympus-1000-6a7tmq: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;
  }
}

.gates-of-olympus-1000-qa3myx {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-qa3myx {
    margin: 20px auto 100px;
  }
}

.gates-of-olympus-1000-qa3myx h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-qa3myx h1 {
    font-size: 120px;
  }
}

.gates-of-olympus-1000-qa3myx p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.gates-of-olympus-1000-s5uu0h {
  cursor: pointer;
}

.gates-of-olympus-1000-fyp31w {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.gates-of-olympus-1000-dzx964 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gates-of-olympus-1000-dzx964 figure {
  margin: 0;
}

.gates-of-olympus-1000-dzx964.gates-of-olympus-1000-3evr10 {
  justify-content: flex-start;
  margin-right: 4px;
}

.gates-of-olympus-1000-dzx964.gates-of-olympus-1000-m2qeny {
  justify-content: flex-end;
  margin-left: 4px;
}

.gates-of-olympus-1000-dzx964.gates-of-olympus-1000-xs5hz4 {
  justify-content: center;
}

.gates-of-olympus-1000-dzx964.gates-of-olympus-1000-3c1br9 {
  justify-content: normal;
}

.gates-of-olympus-1000-s13snw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-s13snw {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-s13snw {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.gates-of-olympus-1000-tzdxrw {
  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) {
  .gates-of-olympus-1000-tzdxrw {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.gates-of-olympus-1000-b4izxo {
  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) {
  .gates-of-olympus-1000-b4izxo {
    flex-direction: column;
  }
}

.gates-of-olympus-1000-mlcej8 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.gates-of-olympus-1000-mlcej8 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-mlcej8 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.gates-of-olympus-1000-vghyn5 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.gates-of-olympus-1000-vghyn5 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) {
  .gates-of-olympus-1000-vghyn5 ul {
    margin-bottom: 15px;
  }
}

.gates-of-olympus-1000-vghyn5 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.gates-of-olympus-1000-vghyn5 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);
}

.gates-of-olympus-1000-vghyn5 ul li span svg {
  fill: var(--title-color);
}

.gates-of-olympus-1000-vghyn5 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-vghyn5 ul li small {
    font-size: 12px;
  }
}

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

.gates-of-olympus-1000-vghyn5 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-vghyn5 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.gates-of-olympus-1000-xexyw3 {
  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) {
  .gates-of-olympus-1000-xexyw3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.gates-of-olympus-1000-u7y4v3 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.gates-of-olympus-1000-pffqtz {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0chicken-road-9z7mjy ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-pffqtz {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-pffqtz:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.gates-of-olympus-1000-pffqtz.gates-of-olympus-1000-qiqf4v {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-pffqtz.gates-of-olympus-1000-qiqf4v:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.gates-of-olympus-1000-mck1os {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-mck1os {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-mck1os {
    padding: 50px 16px 68px;
  }
}

.gates-of-olympus-1000-i2idqe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-i2idqe {
    flex-direction: column;
  }
}

.gates-of-olympus-1000-65q5d6 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-65q5d6 {
    margin-bottom: 40px;
  }
}

.gates-of-olympus-1000-pr9wna .gates-of-olympus-1000-htvwig {
  margin-bottom: 28px;
}

.gates-of-olympus-1000-pr9wna .gates-of-olympus-1000-htvwig img {
  max-height: 100px;
  width: auto;
}

.gates-of-olympus-1000-ifyw30 {
  display: flex;
  align-items: center;
}

.gates-of-olympus-1000-ifyw30 a + a {
  margin-left: 24px;
}

.gates-of-olympus-1000-ifyw30 img {
  max-height: 56px;
  width: auto;
}

.gates-of-olympus-1000-rciw3m img {
  max-height: 38px!important;
  width: auto;
}

.gates-of-olympus-1000-ifyw30 img + img {
  margin-left: 24px;
}

.gates-of-olympus-1000-rr2qpy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-rr2qpy {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.gates-of-olympus-1000-ufck7z {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-ufck7z {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.gates-of-olympus-1000-ilua19 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-ilua19 {
    flex-wrap: wrap;
  }
}

.gates-of-olympus-1000-ilua19 li {
  display: flex;
  margin: 0 7px;
}

.gates-of-olympus-1000-ilua19 li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-ilua19 li:hover svg {
    transform: scale(1.2);
  }
}

.gates-of-olympus-1000-5bam0t {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.gates-of-olympus-1000-kc5gwy + .gates-of-olympus-1000-kc5gwy {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-kc5gwy + .gates-of-olympus-1000-kc5gwy {
    margin: 36px 0 0;
  }
}

.gates-of-olympus-1000-173lu6 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.gates-of-olympus-1000-vw1tvd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gates-of-olympus-1000-vw1tvd li {
  font-size: 16px;
}

.gates-of-olympus-1000-vw1tvd li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-vw1tvd li a:hover {
    text-decoration: underline;
  }
}

.gates-of-olympus-1000-vw1tvd li + li {
  margin-top: 16px;
}

.gates-of-olympus-1000-8xxs4j {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.gates-of-olympus-1000-8xxs4j.gates-of-olympus-1000-jvwjpv {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.gates-of-olympus-1000-j8app8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.gates-of-olympus-1000-j8app8 h1,
.gates-of-olympus-1000-j8app8 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-j8app8 h1,
  .gates-of-olympus-1000-j8app8 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-j8app8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-j8app8 {
    margin-bottom: 60px;
  }
}

.gates-of-olympus-1000-6uzkc2 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-6uzkc2 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.gates-of-olympus-1000-6uzkc2 li {
  width: 100%;
}

.gates-of-olympus-1000-6uzkc2 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: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.gates-of-olympus-1000-6uzkc2 li a svg {
  fill: var(--button-text-color);
}

.gates-of-olympus-1000-6uzkc2 li a.gates-of-olympus-1000-jvwjpv {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-6uzkc2 li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-6uzkc2 li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .gates-of-olympus-1000-6uzkc2 li a img {
    max-width: 16px;
  }
}

.gates-of-olympus-1000-ogz2d1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-ogz2d1 {
    margin: 0 -5px;
  }
}

.gates-of-olympus-1000-7ddgfr {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.gates-of-olympus-1000-7ddgfr span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.gates-of-olympus-1000-7ddgfr small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.gates-of-olympus-1000-72wv57 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.gates-of-olympus-1000-72wv57 img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-72wv57:hover img {
    transform: scale(1.1);
  }
}

.gates-of-olympus-1000-dn9ald {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-dn9ald {
    height: 54px;
  }
}

.gates-of-olympus-1000-4lnpfx {
  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) {
  .gates-of-olympus-1000-4lnpfx {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-4lnpfx {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-4lnpfx .gates-of-olympus-1000-htvwig img {
    max-width: 90px;
  }
}

.gates-of-olympus-1000-htvwig img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-htvwig {
    order: -2;
  }
}

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

.gates-of-olympus-1000-onxh1g {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gates-of-olympus-1000-onxh1g li {
  font-size: 16px;
  margin: 0 20px;
}

.gates-of-olympus-1000-onxh1g li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-onxh1g li a:hover {
    text-decoration: underline;
  }
}

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

.gates-of-olympus-1000-hf8le7 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .gates-of-olympus-1000-hf8le7 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-hf8le7 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-hf8le7 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.gates-of-olympus-1000-hf8le7.gates-of-olympus-1000-7tvpes {
  margin-right: 0;
}

.gates-of-olympus-1000-5sec9b {
  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) {
  .gates-of-olympus-1000-5sec9b {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-5sec9b:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.gates-of-olympus-1000-hajvtl {
  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) {
  .gates-of-olympus-1000-hajvtl:hover {
    background: var(--button-bg-hover);
  }
}

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

.gates-of-olympus-1000-oh8cv3 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-oh8cv3 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.gates-of-olympus-1000-oh8cv3:hover > ul {
  display: flex;
}

.gates-of-olympus-1000-oh8cv3:focus > ul {
  display: flex;
}

.gates-of-olympus-1000-oh8cv3:focus-within > ul {
  display: flex;
}

.gates-of-olympus-1000-2lwdrt {
  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;
}

.gates-of-olympus-1000-2lwdrt::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 0chicken-road-jpdxgz ease-in-out;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-2lwdrt {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .gates-of-olympus-1000-2lwdrt img {
    max-width: 20px;
  }
}

.gates-of-olympus-1000-oh8cv3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0chicken-road-spynx9 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) {
  .gates-of-olympus-1000-oh8cv3 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.gates-of-olympus-1000-oh8cv3 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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-oh8cv3 ul li {
    padding: 5px;
  }
}

.gates-of-olympus-1000-oh8cv3 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) {
  .gates-of-olympus-1000-oh8cv3 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-oh8cv3 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .gates-of-olympus-1000-oh8cv3 ul li a img {
    max-width: 20px;
  }
}

.gates-of-olympus-1000-fb39s9 {
  display: none;
}

.gates-of-olympus-1000-yqlgt7 {
  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) {
  .gates-of-olympus-1000-yqlgt7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.gates-of-olympus-1000-yqlgt7 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-fb39s9:checked ~ .gates-of-olympus-1000-7bgzgm {
    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;
  }
  .gates-of-olympus-1000-7bgzgm {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .gates-of-olympus-1000-fb39s9:checked ~ .gates-of-olympus-1000-7bgzgm {
    display: block;
  }
  .gates-of-olympus-1000-fb39s9:checked + .gates-of-olympus-1000-yqlgt7 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .gates-of-olympus-1000-fb39s9:checked + .gates-of-olympus-1000-yqlgt7 span:nth-child(2) {
    display: none;
  }
  .gates-of-olympus-1000-fb39s9:checked + .gates-of-olympus-1000-yqlgt7 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.gates-of-olympus-1000-a1c940 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-a1c940 {
    padding: 0 16px;
  }
}

.gates-of-olympus-1000-a1c940 img {
  margin-bottom: 3px;
}

.gates-of-olympus-1000-a1c940 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-a1c940 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-a1c940 {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .gates-of-olympus-1000-a1c940 {
    padding: 0px 0px !important;
  }
}

.gates-of-olympus-1000-2vq5r2 {
  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) {
  .gates-of-olympus-1000-2vq5r2 {
    font-size: 32px;
  }
}

.gates-of-olympus-1000-s768va {
  color: var(--text-color);
}

.gates-of-olympus-1000-itk0r8 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-itk0r8 {
    font-size: 16px;
    line-height: 140%;
  }
}

.gates-of-olympus-1000-itk0r8 p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.gates-of-olympus-1000-itk0r8 p img {
  display: block;
  margin: 0 auto;
}

.gates-of-olympus-1000-itk0r8 p:first-of-type {
  margin-top: 0;
}

.gates-of-olympus-1000-itk0r8 p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-itk0r8 p {
    font-size: 18px;
    line-height: 140%;
  }
}

.gates-of-olympus-1000-itk0r8 ul {
  padding: 0 0 0 20px;
}

.gates-of-olympus-1000-itk0r8 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.gates-of-olympus-1000-itk0r8 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) {
  .gates-of-olympus-1000-itk0r8 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.gates-of-olympus-1000-itk0r8 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) {
  .gates-of-olympus-1000-itk0r8 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.gates-of-olympus-1000-itk0r8 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.gates-of-olympus-1000-itk0r8 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-itk0r8 iframe {
    height: 200px;
  }
}

.gates-of-olympus-1000-fgngvc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-fgngvc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-fgngvc {
    margin-bottom: 60px;
  }
}

.gates-of-olympus-1000-4zfe9v {
  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) {
  .gates-of-olympus-1000-4zfe9v {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.gates-of-olympus-1000-4zfe9v h1,
.gates-of-olympus-1000-4zfe9v h2,
.gates-of-olympus-1000-4zfe9v h3,
.gates-of-olympus-1000-4zfe9v 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) {
  .gates-of-olympus-1000-4zfe9v h1,
  .gates-of-olympus-1000-4zfe9v h2,
  .gates-of-olympus-1000-4zfe9v h3,
  .gates-of-olympus-1000-4zfe9v h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.gates-of-olympus-1000-o4qoba {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o4qoba {
    flex-direction: column-reverse;
  }
}

.gates-of-olympus-1000-o4qoba .gates-of-olympus-1000-pl4c2p {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o4qoba .gates-of-olympus-1000-pl4c2p {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.gates-of-olympus-1000-o4qoba .gates-of-olympus-1000-o4orq7 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o4qoba .gates-of-olympus-1000-o4orq7 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .gates-of-olympus-1000-o4qoba .gates-of-olympus-1000-o4orq7 img {
    width: 100%;
  }
}

.gates-of-olympus-1000-o4orq7 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o4orq7 {
    margin-bottom: 18px;
  }
}

.gates-of-olympus-1000-pl4c2p {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-pl4c2p {
    margin-bottom: 18px;
  }
}

.gates-of-olympus-1000-fgngvc 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) {
  .gates-of-olympus-1000-fgngvc h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.gates-of-olympus-1000-fgngvc .gates-of-olympus-1000-6a7tmq {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gates-of-olympus-1000-erqwd2 {
  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) {
  .gates-of-olympus-1000-erqwd2 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-erqwd2 {
    margin-bottom: 60px;
  }
}

.gates-of-olympus-1000-ytd248 {
  position: relative;
  border: none;
}

.gates-of-olympus-1000-ytd248::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.gates-of-olympus-1000-10mvvd {
  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;
}

.gates-of-olympus-1000-10mvvd span {
  height: 32px;
}

.gates-of-olympus-1000-10mvvd span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.gates-of-olympus-1000-10mvvd.gates-of-olympus-1000-uljm6w span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-10mvvd {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.gates-of-olympus-1000-d9e5bi {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gates-of-olympus-1000-d9e5bi li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-d9e5bi li {
    font-size: 16px;
  }
}

.gates-of-olympus-1000-d9e5bi li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-d9e5bi li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-d9e5bi li a {
    padding: 12px 14px;
  }
}

.gates-of-olympus-1000-d9e5bi.gates-of-olympus-1000-x9ndbk {
  display: none;
}

.gates-of-olympus-1000-k4c1ff {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.gates-of-olympus-1000-k4c1ff table {
  width: 100%;
  border-collapse: collapse;
}

.gates-of-olympus-1000-k4c1ff 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) {
  .gates-of-olympus-1000-k4c1ff table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .gates-of-olympus-1000-k4c1ff table td {
    min-width: 75px;
  }
}

.gates-of-olympus-1000-k4c1ff 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) {
  .gates-of-olympus-1000-k4c1ff table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.gates-of-olympus-1000-k4c1ff table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.gates-of-olympus-1000-k4c1ff p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-k4c1ff p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-k4c1ff {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-k4c1ff {
    margin-bottom: 60px;
  }
}

.gates-of-olympus-1000-2n8cw4 {
  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) {
  .gates-of-olympus-1000-2n8cw4 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.gates-of-olympus-1000-16d01c {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .gates-of-olympus-1000-16d01c {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.gates-of-olympus-1000-16d01c 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) {
  .gates-of-olympus-1000-16d01c tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.gates-of-olympus-1000-16d01c tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.gates-of-olympus-1000-lfmvf9 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.gates-of-olympus-1000-lfmvf9 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.gates-of-olympus-1000-lfmvf9 p {
  color: var(--text-color);
}

.gates-of-olympus-1000-wy5hx7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-wy5hx7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-wy5hx7 {
    margin-bottom: 60px;
  }
}

.gates-of-olympus-1000-9f54od {
  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);
}

.gates-of-olympus-1000-09b4pz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-09b4pz {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-09b4pz {
    margin-bottom: 60px;
  }
}

.gates-of-olympus-1000-bu0vw5 {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.gates-of-olympus-1000-bu0vw5 h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-bu0vw5 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.gates-of-olympus-1000-bu0vw5 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.gates-of-olympus-1000-bu0vw5 p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-bu0vw5 p {
    font-size: 16px;
  }
}

.gates-of-olympus-1000-akzq4q {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-akzq4q {
    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;
  }
}

.gates-of-olympus-1000-nk6jr7 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.gates-of-olympus-1000-nk6jr7 li {
  margin: 0 20px;
}

.gates-of-olympus-1000-nk6jr7 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.gates-of-olympus-1000-nk6jr7 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-nk6jr7 li a:hover {
    color: #2ab765;
  }
}

.gates-of-olympus-1000-jjr9kz {
  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) {
  .gates-of-olympus-1000-jjr9kz {
    padding: 0 16px;
  }
}

.gates-of-olympus-1000-jjr9kz li {
  font-size: 16px;
  position: relative;
}

.gates-of-olympus-1000-jjr9kz li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-jjr9kz li a:hover {
    text-decoration: underline;
  }
}

.gates-of-olympus-1000-jjr9kz li span {
  opacity: 0.5;
}

.gates-of-olympus-1000-jjr9kz li + li {
  margin-left: 30px;
}

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

h2.gates-of-olympus-1000-4zfe9v {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.gates-of-olympus-1000-4zfe9v {
    margin-bottom: 18px;
  }
}

.gates-of-olympus-1000-2vokst {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.gates-of-olympus-1000-2vokst 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);
}

.gates-of-olympus-1000-2vokst 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;
}

.gates-of-olympus-1000-2vokst 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;
}

.gates-of-olympus-1000-2vokst tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.gates-of-olympus-1000-2vokst tbody tr:last-of-type {
  margin-bottom: 0;
}

.gates-of-olympus-1000-2vokst tbody tr td:first-of-type {
  flex-shrink: 0;
}

.gates-of-olympus-1000-2vokst 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);
}

.gates-of-olympus-1000-2vokst 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);
}

.gates-of-olympus-1000-2vokst tbody tr td:last-of-type {
  margin-left: auto;
}

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

.gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-jejmwg {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-jejmwg {
    width: 100%;
  }
}

.gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-z2bsux {
  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: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-z2bsux:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-z2bsux {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-z2bsux {
    width: 100%;
  }
}

.gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-mykes5 {
  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) {
  .gates-of-olympus-1000-2vokst tbody tr td .gates-of-olympus-1000-mykes5:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-2vokst tbody tr {
    flex-direction: column;
  }
}

.gates-of-olympus-1000-2vokst tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.gates-of-olympus-1000-u6cyh0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-u6cyh0 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-u6cyh0 {
    margin: 0 auto 60px;
  }
}

.gates-of-olympus-1000-7ektx0 {
  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) {
  .gates-of-olympus-1000-7ektx0 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.gates-of-olympus-1000-dsnvvx {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-dsnvvx {
    margin: 0 -5px;
  }
}

.gates-of-olympus-1000-944cua {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.gates-of-olympus-1000-944cua img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.gates-of-olympus-1000-944cua p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-944cua:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-944cua {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-944cua {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .gates-of-olympus-1000-944cua p {
    font-size: 16px;
  }
}

.gates-of-olympus-1000-uxvckq {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .gates-of-olympus-1000-uxvckq {
    height: 190px;
    margin: 20px auto;
  }
}

.gates-of-olympus-1000-uxvckq img {
  width: 100%;
  height: 100%;
}

.gates-of-olympus-1000-uxvckq iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .gates-of-olympus-1000-uxvckq iframe {
    height: 190px;
  }
}

.gates-of-olympus-1000-ejokgc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.gates-of-olympus-1000-ejokgc::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.gates-of-olympus-1000-y9y51g {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.gates-of-olympus-1000-y9y51g svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-y9y51g:hover svg {
    transform: scale(1.1);
  }
}

.gates-of-olympus-1000-aulr4l {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-aulr4l {
    padding: 40px 0;
  }
}

.gates-of-olympus-1000-77ucqb {
  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) {
  .gates-of-olympus-1000-77ucqb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-77ucqb {
    flex-direction: column-reverse;
  }
}

.gates-of-olympus-1000-uj9od2 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.gates-of-olympus-1000-uj9od2 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-uj9od2 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-uj9od2 {
    margin: 10px 0 0;
  }
}

.gates-of-olympus-1000-hpx6zg {
  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;
}

.gates-of-olympus-1000-hpx6zg 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) {
  .gates-of-olympus-1000-hpx6zg {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-hpx6zg {
    padding: 24px 10px;
  }
}

.gates-of-olympus-1000-6zzyve {
  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: 0chicken-road-spynx9 ease-in-out;
}

.gates-of-olympus-1000-6zzyve:hover {
  border: 1px solid #8c8ca2;
}

.gates-of-olympus-1000-jv0ux8 {
  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%);
}

.gates-of-olympus-1000-jv0ux8:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.gates-of-olympus-1000-9lyh39 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.gates-of-olympus-1000-9lyh39 a {
  text-decoration: underline;
  color: #8babff;
}

.gates-of-olympus-1000-jhayyx {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.gates-of-olympus-1000-jhayyx .gates-of-olympus-1000-6zzyve {
  width: 50%;
  margin: 0;
}

.gates-of-olympus-1000-t6f185 {
  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;
}

.gates-of-olympus-1000-t6f185:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.gates-of-olympus-1000-p9jbor {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-p9jbor {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-p9jbor {
    margin: 0 0 60px;
  }
}

.gates-of-olympus-1000-ldq1az {
  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) {
  .gates-of-olympus-1000-ldq1az {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.gates-of-olympus-1000-zrrcbl {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-zrrcbl {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.gates-of-olympus-1000-kn1oiu {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-kn1oiu {
    flex-basis: auto;
    max-width: 100%;
  }
}

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

.gates-of-olympus-1000-nxgrs8 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: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-nxgrs8 a {
    margin: 1px 0 4px;
  }
}

.gates-of-olympus-1000-nxgrs8 a svg {
  fill: #fff;
}

.gates-of-olympus-1000-nxgrs8 a:hover {
  background: #3d68e7;
}

.gates-of-olympus-1000-ye4erb {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.gates-of-olympus-1000-ccb3ny {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-ccb3ny {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.gates-of-olympus-1000-xno3sh {
  font-size: 16px;
  color: var(--text-color);
}

.gates-of-olympus-1000-60c1jb {
  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) {
  .gates-of-olympus-1000-60c1jb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-60c1jb {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .gates-of-olympus-1000-60c1jb {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.gates-of-olympus-1000-l4qinl {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

@media only screen and (min-width: 992px) {
  .gates-of-olympus-1000-l4qinl {
    margin: 0;
    padding-right: 20px;
  }
}

.gates-of-olympus-1000-rmv9bk {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.gates-of-olympus-1000-rmv9bk 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);
}

.gates-of-olympus-1000-rmv9bk 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) {
  .gates-of-olympus-1000-rmv9bk table tr td {
    padding: 12px 4px;
  }
}

.gates-of-olympus-1000-rmv9bk 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) {
  .gates-of-olympus-1000-rmv9bk table tr th {
    padding: 12px 4px;
  }
}

.gates-of-olympus-1000-rmv9bk table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .gates-of-olympus-1000-rmv9bk {
    margin: 0;
  }
}

.gates-of-olympus-1000-00ean8 {
  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) {
  .gates-of-olympus-1000-00ean8 {
    min-height: 190px;
  }
}

.gates-of-olympus-1000-fof0k4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.gates-of-olympus-1000-fof0k4::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.gates-of-olympus-1000-mrxl2w {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.gates-of-olympus-1000-mrxl2w.gates-of-olympus-1000-5eit4c {
  display: none;
}

.gates-of-olympus-1000-vpjy4e {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.gates-of-olympus-1000-vpjy4e iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gates-of-olympus-1000-vpjy4e iframe.gates-of-olympus-1000-hwbvdn {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.gates-of-olympus-1000-vpjy4e.gates-of-olympus-1000-2e8gri {
  opacity: 1;
  pointer-events: all;
}

.gates-of-olympus-1000-yvjwsm {
  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: 0chicken-road-spynx9 ease-in-out;
}

.gates-of-olympus-1000-yvjwsm svg {
  margin-right: 10px;
}

.gates-of-olympus-1000-yvjwsm + .gates-of-olympus-1000-yvjwsm {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-yvjwsm:hover {
    background: #a8a6b3;
  }
}

.gates-of-olympus-1000-iys2q5 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-yvjwsm {
    height: 42px;
    max-width: 220px;
  }
}

.gates-of-olympus-1000-60c1jb .gates-of-olympus-1000-fgngvc {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.gates-of-olympus-1000-60c1jb .gates-of-olympus-1000-fgngvc h1,
.gates-of-olympus-1000-60c1jb .gates-of-olympus-1000-fgngvc 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) {
  .gates-of-olympus-1000-60c1jb .gates-of-olympus-1000-fgngvc h1,
  .gates-of-olympus-1000-60c1jb .gates-of-olympus-1000-fgngvc h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .gates-of-olympus-1000-60c1jb .gates-of-olympus-1000-fgngvc {
    margin: 28px 0 0;
  }
}

.gates-of-olympus-1000-9ohx1y {
  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) {
  .gates-of-olympus-1000-9ohx1y {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-9ohx1y {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-9ohx1y {
    margin: 20px auto 60px;
  }
}

.gates-of-olympus-1000-9rqcn4 {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-9rqcn4 {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-9rqcn4 {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.gates-of-olympus-1000-t5watq {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.gates-of-olympus-1000-t5watq iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gates-of-olympus-1000-1e8tqx {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.gates-of-olympus-1000-1e8tqx h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-1e8tqx h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-1e8tqx h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-1e8tqx {
    max-width: 100%;
    margin: 0;
  }
}

.gates-of-olympus-1000-5d74kt {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-5d74kt {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.gates-of-olympus-1000-jzddga {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-jzddga {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.gates-of-olympus-1000-cw5g94 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gates-of-olympus-1000-cw5g94 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

.gates-of-olympus-1000-t6cz5u {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .gates-of-olympus-1000-t6cz5u {
    padding: 10px;
  }
}

.gates-of-olympus-1000-t6cz5u .gates-of-olympus-1000-6a7tmq {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .gates-of-olympus-1000-t6cz5u .gates-of-olympus-1000-6a7tmq {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .gates-of-olympus-1000-t6cz5u {
    flex-wrap: wrap;
  }
}

.gates-of-olympus-1000-rcdsro {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.gates-of-olympus-1000-rcdsro img {
  width: 100%;
}

.gates-of-olympus-1000-2297jl {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .gates-of-olympus-1000-2297jl {
    max-width: 200px;
    margin: 0;
  }
}

.gates-of-olympus-1000-ynyo10 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.gates-of-olympus-1000-6r7kgo {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.gates-of-olympus-1000-o6hias {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias {
    margin: 0 0 60px;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-64oeib {
  position: relative;
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-pmeyd2 {
  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;
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-pmeyd2.gates-of-olympus-1000-5eit4c {
  display: none;
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-nwqxmg {
  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) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-nwqxmg {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-nwqxmg {
    bottom: 90px;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-nwqxmg .gates-of-olympus-1000-m650ri {
  max-width: 300px;
  width: 100%;
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-m650ri
  .gates-of-olympus-1000-hkdx1a {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias
    .gates-of-olympus-1000-nwqxmg
    .gates-of-olympus-1000-m650ri
    .gates-of-olympus-1000-hkdx1a {
    font-size: 32px;
    text-align: center;
  }
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-m650ri
  .gates-of-olympus-1000-y3fm6u {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias
    .gates-of-olympus-1000-nwqxmg
    .gates-of-olympus-1000-m650ri
    .gates-of-olympus-1000-y3fm6u {
    text-align: center;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-nwqxmg .gates-of-olympus-1000-7tvpes {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-nwqxmg .gates-of-olympus-1000-7tvpes {
    flex-direction: column-reverse;
  }
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-7tvpes
  .gates-of-olympus-1000-k32sxz {
  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: 0chicken-road-spynx9 ease-in-out;
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-7tvpes
  .gates-of-olympus-1000-k32sxz:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias
    .gates-of-olympus-1000-nwqxmg
    .gates-of-olympus-1000-7tvpes
    .gates-of-olympus-1000-k32sxz {
    width: 100%;
  }
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-7tvpes
  .gates-of-olympus-1000-4gscpe {
  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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-7tvpes
  .gates-of-olympus-1000-4gscpe
  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);
  }
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-7tvpes
  .gates-of-olympus-1000-4gscpe: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;
}

.gates-of-olympus-1000-o6hias
  .gates-of-olympus-1000-nwqxmg
  .gates-of-olympus-1000-7tvpes
  .gates-of-olympus-1000-4gscpe:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias
    .gates-of-olympus-1000-nwqxmg
    .gates-of-olympus-1000-7tvpes
    .gates-of-olympus-1000-4gscpe {
    width: 100%;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-nwqxmg.gates-of-olympus-1000-5eit4c {
  display: none;
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-9fq6jw {
  display: none;
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-9fq6jw.gates-of-olympus-1000-2e8gri {
  display: block;
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-9fq6jw iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-9fq6jw iframe {
    height: calc(100vh - 54px);
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c {
    padding: 24px 16px 0;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c .gates-of-olympus-1000-hkdx1a {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c .gates-of-olympus-1000-hkdx1a {
    margin-bottom: 24px;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c 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);
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c 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) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c table tr td {
    padding: 12px 4px;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c 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) {
  .gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c table tr th {
    padding: 12px 4px;
  }
}

.gates-of-olympus-1000-o6hias .gates-of-olympus-1000-19u22c table tr:last-of-type td {
  border-bottom: none;
}

.gates-of-olympus-1000-ur8reh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.gates-of-olympus-1000-ur8reh.gates-of-olympus-1000-jvwjpv {
  display: block;
}

.gates-of-olympus-1000-ur8reh iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.gates-of-olympus-1000-ur8reh .gates-of-olympus-1000-0t89hr {
  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;
}

.gates-of-olympus-1000-ur8reh .gates-of-olympus-1000-lvyu1q {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.gates-of-olympus-1000-ur8reh .gates-of-olympus-1000-4gscpe {
  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: 0chicken-road-spynx9 ease-in-out;
}

.gates-of-olympus-1000-ur8reh .gates-of-olympus-1000-4gscpe:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.gates-of-olympus-1000-3hpkuy {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.gates-of-olympus-1000-3hpkuy.gates-of-olympus-1000-jvwjpv {
  display: block;
}

.gates-of-olympus-1000-5h4yag {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.gates-of-olympus-1000-cv4282 {
  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;
}

.gates-of-olympus-1000-n1yfy0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-cv4282 {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.gates-of-olympus-1000-3wlo3k {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.gates-of-olympus-1000-3wlo3k svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.gates-of-olympus-1000-c1655v {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gates-of-olympus-1000-bidh4l.gates-of-olympus-1000-5eit4c {
  display: none;
}

.gates-of-olympus-1000-ll2ef2 {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-ll2ef2 {
    margin-bottom: 20px;
  }
}

.gates-of-olympus-1000-rdbfvn {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.gates-of-olympus-1000-rdbfvn span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.gates-of-olympus-1000-rdbfvn small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.gates-of-olympus-1000-rdbfvn 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: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.gates-of-olympus-1000-rdbfvn input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.gates-of-olympus-1000-rdbfvn input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.gates-of-olympus-1000-rdbfvn input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.gates-of-olympus-1000-rdbfvn input:active {
  border-color: #c2c0ce;
}

.gates-of-olympus-1000-rdbfvn input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-rdbfvn {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.gates-of-olympus-1000-r8fk1n {
  margin-bottom: 36px;
}

.gates-of-olympus-1000-r8fk1n 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;
}

.gates-of-olympus-1000-r8fk1n textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.gates-of-olympus-1000-r8fk1n textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-r8fk1n {
    margin-bottom: 24px;
  }
}

.gates-of-olympus-1000-rudyz1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gates-of-olympus-1000-anlad6 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.gates-of-olympus-1000-anlad6:hover {
  background: var(--border-color);
}

.gates-of-olympus-1000-r9jw0t {
  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: 0chicken-road-spynx9 ease-in-out;
}

.gates-of-olympus-1000-r9jw0t:hover {
  background: #166ad9;
}

.gates-of-olympus-1000-xwu486 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.gates-of-olympus-1000-xwu486.gates-of-olympus-1000-5eit4c {
  display: none;
}

.gates-of-olympus-1000-7aeg5t {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.gates-of-olympus-1000-xwu486 .gates-of-olympus-1000-anlad6 {
  margin: 0 auto;
}

.gates-of-olympus-1000-6ha26c {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-6ha26c {
    margin-bottom: 16px;
  }
}

.gates-of-olympus-1000-2xsig2 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.gates-of-olympus-1000-ymh6kk {
  filter: grayscale(100%);
}

.gates-of-olympus-1000-2xsig2 > input {
  display: none;
}

.gates-of-olympus-1000-2xsig2 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gates-of-olympus-1000-qx2j6v.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.gates-of-olympus-1000-ylq72c 44.gates-of-olympus-1000-b855r3.gates-of-olympus-1000-0wztz9.gates-of-olympus-1000-5gmyin.gates-of-olympus-1000-s024hl.gates-of-olympus-1000-z1q1x0.gates-of-olympus-1000-g7wtkw.gates-of-olympus-1000-qcr7v1.gates-of-olympus-1000-wasjx8.gates-of-olympus-1000-y08fu2.gates-of-olympus-1000-pl9jd5.gates-of-olympus-1000-49qjsj.gates-of-olympus-1000-gbo7lb 0l-12.gates-of-olympus-1000-aohwuv 30.gates-of-olympus-1000-q41ulr.gates-of-olympus-1000-pobh5n 2.gates-of-olympus-1000-erpfaf.gates-of-olympus-1000-pobh5n 3.gates-of-olympus-1000-jx2pfl 3.gates-of-olympus-1000-kzu0b8.gates-of-olympus-1000-itdu9w 3.gates-of-olympus-1000-q3mmm3.gates-of-olympus-1000-xsucuq.gates-of-olympus-1000-73ebth.gates-of-olympus-1000-z9llus 7-3.gates-of-olympus-1000-aohwuv 10.gates-of-olympus-1000-7hrxxr.gates-of-olympus-1000-z9llus 23.gates-of-olympus-1000-j0512z.gates-of-olympus-1000-ou6muu 1.gates-of-olympus-1000-jkwm4m 2.gates-of-olympus-1000-aohwuv 3.gates-of-olympus-1000-ou6muu 1.gates-of-olympus-1000-itdu9w 5.gates-of-olympus-1000-kz389t.gates-of-olympus-1000-itdu9w 32.gates-of-olympus-1000-6kx2qy.gates-of-olympus-1000-xsucuq 5.gates-of-olympus-1000-gbo7lb 4.gates-of-olympus-1000-z9llus 9.gates-of-olympus-1000-z9llus 8.gates-of-olympus-1000-itdu9w 6.gates-of-olympus-1000-3938ad.gates-of-olympus-1000-e8g0iz.gates-of-olympus-1000-vqa6tm.gates-of-olympus-1000-yw548h.gates-of-olympus-1000-attnhd 4.gates-of-olympus-1000-ynmi53.gates-of-olympus-1000-attnhd 6.gates-of-olympus-1000-attnhd 0l29.gates-of-olympus-1000-gbo7lb 17.gates-of-olympus-1000-dfpamc.gates-of-olympus-1000-xk2fis 2.gates-of-olympus-1000-uxgc90 10.gates-of-olympus-1000-j4zso4.gates-of-olympus-1000-aohwuv 8.gates-of-olympus-1000-vi24ts.gates-of-olympus-1000-tfoj40.gates-of-olympus-1000-kfeeoh.gates-of-olympus-1000-o4c1uq.gates-of-olympus-1000-tpn7wv.gates-of-olympus-1000-xsucuq.gates-of-olympus-1000-z1q1x0.gates-of-olympus-1000-aohwuv 1.gates-of-olympus-1000-c0oli1.gates-of-olympus-1000-n82rqt.gates-of-olympus-1000-jr46yf.gates-of-olympus-1000-6wn3v6.gates-of-olympus-1000-26qcmh.gates-of-olympus-1000-jkwm4m 1.gates-of-olympus-1000-lfkhcr.gates-of-olympus-1000-518p9l.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.gates-of-olympus-1000-2xsig2 > input:checked ~ label,
.gates-of-olympus-1000-2xsig2 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gates-of-olympus-1000-qx2j6v.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.gates-of-olympus-1000-ylq72c 44.gates-of-olympus-1000-b855r3.gates-of-olympus-1000-0wztz9.gates-of-olympus-1000-5gmyin.gates-of-olympus-1000-s024hl.gates-of-olympus-1000-z1q1x0.gates-of-olympus-1000-g7wtkw.gates-of-olympus-1000-qcr7v1.gates-of-olympus-1000-wasjx8.gates-of-olympus-1000-y08fu2.gates-of-olympus-1000-pl9jd5.gates-of-olympus-1000-49qjsj.gates-of-olympus-1000-gbo7lb 0l-12.gates-of-olympus-1000-aohwuv 30.gates-of-olympus-1000-q41ulr.gates-of-olympus-1000-pobh5n 2.gates-of-olympus-1000-erpfaf.gates-of-olympus-1000-pobh5n 3.gates-of-olympus-1000-jx2pfl 3.gates-of-olympus-1000-kzu0b8.gates-of-olympus-1000-itdu9w 3.gates-of-olympus-1000-q3mmm3.gates-of-olympus-1000-xsucuq.gates-of-olympus-1000-73ebth.gates-of-olympus-1000-z9llus 7-3.gates-of-olympus-1000-aohwuv 10.gates-of-olympus-1000-7hrxxr.gates-of-olympus-1000-z9llus 23.gates-of-olympus-1000-j0512z.gates-of-olympus-1000-ou6muu 1.gates-of-olympus-1000-jkwm4m 2.gates-of-olympus-1000-aohwuv 3.gates-of-olympus-1000-ou6muu 1.gates-of-olympus-1000-itdu9w 5.gates-of-olympus-1000-kz389t.gates-of-olympus-1000-itdu9w 32.gates-of-olympus-1000-6kx2qy.gates-of-olympus-1000-xsucuq 5.gates-of-olympus-1000-gbo7lb 4.gates-of-olympus-1000-z9llus 9.gates-of-olympus-1000-z9llus 8.gates-of-olympus-1000-itdu9w 6.gates-of-olympus-1000-3938ad.gates-of-olympus-1000-e8g0iz.gates-of-olympus-1000-vqa6tm.gates-of-olympus-1000-yw548h.gates-of-olympus-1000-attnhd 4.gates-of-olympus-1000-ynmi53.gates-of-olympus-1000-attnhd 6.gates-of-olympus-1000-attnhd 0l29.gates-of-olympus-1000-gbo7lb 17.gates-of-olympus-1000-dfpamc.gates-of-olympus-1000-xk2fis 2.gates-of-olympus-1000-uxgc90 10.gates-of-olympus-1000-j4zso4.gates-of-olympus-1000-aohwuv 8.gates-of-olympus-1000-vi24ts.gates-of-olympus-1000-tfoj40.gates-of-olympus-1000-kfeeoh.gates-of-olympus-1000-o4c1uq.gates-of-olympus-1000-tpn7wv.gates-of-olympus-1000-xsucuq.gates-of-olympus-1000-z1q1x0.gates-of-olympus-1000-aohwuv 1.gates-of-olympus-1000-c0oli1.gates-of-olympus-1000-n82rqt.gates-of-olympus-1000-jr46yf.gates-of-olympus-1000-6wn3v6.gates-of-olympus-1000-26qcmh.gates-of-olympus-1000-jkwm4m 1.gates-of-olympus-1000-lfkhcr.gates-of-olympus-1000-518p9l.5z'/%3e%3c/svg%3e");
}

.gates-of-olympus-1000-2xsig2 > input:not(:checked) ~ label:hover,
.gates-of-olympus-1000-2xsig2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gates-of-olympus-1000-qx2j6v.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.gates-of-olympus-1000-ylq72c 44.gates-of-olympus-1000-b855r3.gates-of-olympus-1000-0wztz9.gates-of-olympus-1000-5gmyin.gates-of-olympus-1000-s024hl.gates-of-olympus-1000-z1q1x0.gates-of-olympus-1000-g7wtkw.gates-of-olympus-1000-qcr7v1.gates-of-olympus-1000-wasjx8.gates-of-olympus-1000-y08fu2.gates-of-olympus-1000-pl9jd5.gates-of-olympus-1000-49qjsj.gates-of-olympus-1000-gbo7lb 0l-12.gates-of-olympus-1000-aohwuv 30.gates-of-olympus-1000-q41ulr.gates-of-olympus-1000-pobh5n 2.gates-of-olympus-1000-erpfaf.gates-of-olympus-1000-pobh5n 3.gates-of-olympus-1000-jx2pfl 3.gates-of-olympus-1000-kzu0b8.gates-of-olympus-1000-itdu9w 3.gates-of-olympus-1000-q3mmm3.gates-of-olympus-1000-xsucuq.gates-of-olympus-1000-73ebth.gates-of-olympus-1000-z9llus 7-3.gates-of-olympus-1000-aohwuv 10.gates-of-olympus-1000-7hrxxr.gates-of-olympus-1000-z9llus 23.gates-of-olympus-1000-j0512z.gates-of-olympus-1000-ou6muu 1.gates-of-olympus-1000-jkwm4m 2.gates-of-olympus-1000-aohwuv 3.gates-of-olympus-1000-ou6muu 1.gates-of-olympus-1000-itdu9w 5.gates-of-olympus-1000-kz389t.gates-of-olympus-1000-itdu9w 32.gates-of-olympus-1000-6kx2qy.gates-of-olympus-1000-xsucuq 5.gates-of-olympus-1000-gbo7lb 4.gates-of-olympus-1000-z9llus 9.gates-of-olympus-1000-z9llus 8.gates-of-olympus-1000-itdu9w 6.gates-of-olympus-1000-3938ad.gates-of-olympus-1000-e8g0iz.gates-of-olympus-1000-vqa6tm.gates-of-olympus-1000-yw548h.gates-of-olympus-1000-attnhd 4.gates-of-olympus-1000-ynmi53.gates-of-olympus-1000-attnhd 6.gates-of-olympus-1000-attnhd 0l29.gates-of-olympus-1000-gbo7lb 17.gates-of-olympus-1000-dfpamc.gates-of-olympus-1000-xk2fis 2.gates-of-olympus-1000-uxgc90 10.gates-of-olympus-1000-j4zso4.gates-of-olympus-1000-aohwuv 8.gates-of-olympus-1000-vi24ts.gates-of-olympus-1000-tfoj40.gates-of-olympus-1000-kfeeoh.gates-of-olympus-1000-o4c1uq.gates-of-olympus-1000-tpn7wv.gates-of-olympus-1000-xsucuq.gates-of-olympus-1000-z1q1x0.gates-of-olympus-1000-aohwuv 1.gates-of-olympus-1000-c0oli1.gates-of-olympus-1000-n82rqt.gates-of-olympus-1000-jr46yf.gates-of-olympus-1000-6wn3v6.gates-of-olympus-1000-26qcmh.gates-of-olympus-1000-jkwm4m 1.gates-of-olympus-1000-lfkhcr.gates-of-olympus-1000-518p9l.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .gates-of-olympus-1000-anp2ve > .gates-of-olympus-1000-c2xvno {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .gates-of-olympus-1000-anp2ve > .gates-of-olympus-1000-c2xvno {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .gates-of-olympus-1000-anp2ve > .gates-of-olympus-1000-c2xvno {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .gates-of-olympus-1000-anp2ve > .gates-of-olympus-1000-c2xvno {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .gates-of-olympus-1000-anp2ve > .gates-of-olympus-1000-c2xvno {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.gates-of-olympus-1000-l5dyuk {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-5eit4c {
  display: none;
}

.gates-of-olympus-1000-vrccvt {
  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) {
  .gates-of-olympus-1000-vrccvt {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-vrccvt {
    border-radius: 20px 20px 0 0;
  }
}

.gates-of-olympus-1000-ngh1r6 {
  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;
}

.gates-of-olympus-1000-ngh1r6::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.gates-of-olympus-1000-ngh1r6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.gates-of-olympus-1000-ngh1r6 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-ngh1r6 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .gates-of-olympus-1000-ngh1r6 img {
    max-width: 80px;
  }
}

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

.gates-of-olympus-1000-cd6rcu {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-cd6rcu {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-cd6rcu {
    font-size: 14px;
  }
}

.gates-of-olympus-1000-j1hkaf {
  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;
}

.gates-of-olympus-1000-j1hkaf::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) {
  .gates-of-olympus-1000-j1hkaf::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.gates-of-olympus-1000-j1hkaf::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) {
  .gates-of-olympus-1000-j1hkaf::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-j1hkaf {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-j1hkaf {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.gates-of-olympus-1000-9ukplz {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-9ukplz {
    top: -20px;
  }
}

.gates-of-olympus-1000-j9f3g4 {
  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: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .gates-of-olympus-1000-j9f3g4 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-j9f3g4 {
    width: 90px;
    height: 40px;
  }
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-0zy5i6 .gates-of-olympus-1000-vrccvt {
  background: #2b3b67;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-0zy5i6 .gates-of-olympus-1000-ngh1r6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-0zy5i6 .gates-of-olympus-1000-ngh1r6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-0zy5i6 .gates-of-olympus-1000-ngh1r6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-0zy5i6 .gates-of-olympus-1000-j1hkaf::before {
  background: #0e0f41;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-0zy5i6 .gates-of-olympus-1000-j1hkaf::after {
  background: #152557;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-440m9x .gates-of-olympus-1000-vrccvt {
  background: #1f35fa;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-440m9x .gates-of-olympus-1000-ngh1r6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-440m9x .gates-of-olympus-1000-ngh1r6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-440m9x .gates-of-olympus-1000-ngh1r6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-440m9x .gates-of-olympus-1000-j1hkaf::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-440m9x .gates-of-olympus-1000-j1hkaf::after {
  background: #192ac8;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-deh0hx .gates-of-olympus-1000-vrccvt {
  background: #fa771f;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-deh0hx .gates-of-olympus-1000-ngh1r6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-deh0hx .gates-of-olympus-1000-ngh1r6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-deh0hx .gates-of-olympus-1000-ngh1r6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-deh0hx .gates-of-olympus-1000-j1hkaf::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.gates-of-olympus-1000-l5dyuk.gates-of-olympus-1000-deh0hx .gates-of-olympus-1000-j1hkaf::after {
  background: #fa8535;
}

.gates-of-olympus-1000-gl5dih {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-gl5dih {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-gl5dih {
    margin: 24px 0 60px;
  }
}

.gates-of-olympus-1000-gl5dih h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

.gates-of-olympus-1000-zdvpmq {
  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) {
  .gates-of-olympus-1000-zdvpmq {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.gates-of-olympus-1000-1sfnos {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-1sfnos {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.gates-of-olympus-1000-tsepec {
  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) {
  .gates-of-olympus-1000-tsepec:hover {
    background: var(--button-bg-hover);
  }
}

.gates-of-olympus-1000-4iidjn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gates-of-olympus-1000-4iidjn span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.gates-of-olympus-1000-4iidjn small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-4iidjn {
    margin-bottom: 16px;
  }
}

.gates-of-olympus-1000-5zgc3r {
  width: 120px;
  height: 22px;
}

.gates-of-olympus-1000-5zgc3r .gates-of-olympus-1000-xnynqn {
  fill: #c2c0ce;
}

.gates-of-olympus-1000-5zgc3r [rating="1"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-5zgc3r [rating="2"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-5zgc3r [rating="3"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-5zgc3r [rating="4"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-5zgc3r [rating="5"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-bpjcw3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-bpjcw3 {
    gap: 16px 0;
  }
}

.gates-of-olympus-1000-hdulz9 {
  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);
}

.gates-of-olympus-1000-hdulz9.gates-of-olympus-1000-2e8gri {
  display: block;
}

.gates-of-olympus-1000-hdulz9.gates-of-olympus-1000-5eit4c {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-hdulz9 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.gates-of-olympus-1000-vi1q86 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.gates-of-olympus-1000-n88bsi {
  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);
}

.gates-of-olympus-1000-kho7fx {
  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;
}

.gates-of-olympus-1000-firpu9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.gates-of-olympus-1000-firpu9 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.gates-of-olympus-1000-4xwhm8 {
  font-size: 16px;
  line-height: 140%;
}

.gates-of-olympus-1000-xcdecd {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.gates-of-olympus-1000-xcdecd .gates-of-olympus-1000-xnynqn {
  fill: #c2c0ce;
}

.gates-of-olympus-1000-xcdecd [rating="1"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-xcdecd [rating="2"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-xcdecd [rating="3"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-xcdecd [rating="4"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-xcdecd [rating="5"] .gates-of-olympus-1000-xnynqn:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-xic4k8 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-xic4k8 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.gates-of-olympus-1000-2hlp6t {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .gates-of-olympus-1000-2hlp6t {
    padding: 0 16px;
  }
}

.gates-of-olympus-1000-a2g75b {
  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) {
  .gates-of-olympus-1000-a2g75b {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.gates-of-olympus-1000-6qi7de {
  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) {
  .gates-of-olympus-1000-6qi7de {
    padding: 12px;
    gap: 12px;
  }
}

.gates-of-olympus-1000-h1vaiu {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.gates-of-olympus-1000-h1vaiu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gates-of-olympus-1000-w4e4o6 {
  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;
}

.gates-of-olympus-1000-lctvtu {
  flex: 1;
  min-width: 0;
}

.gates-of-olympus-1000-4vb2bc {
  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) {
  .gates-of-olympus-1000-4vb2bc {
    font-size: 14px;
    gap: 6px;
  }
}

.gates-of-olympus-1000-kmymft {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.gates-of-olympus-1000-kmymft svg,
.gates-of-olympus-1000-kmymft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gates-of-olympus-1000-kmymft svg path {
  fill: var(--button-bg-color);
}

.gates-of-olympus-1000-kmymft svg circle {
  fill: var(--button-text-color);
}

.gates-of-olympus-1000-okdi51 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-okdi51 {
    font-size: 12px;
  }
}

.gates-of-olympus-1000-okdi51 strong {
  font-weight: 600;
}

.gates-of-olympus-1000-o1j8ak {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.gates-of-olympus-1000-o1j8ak p {
  margin: 0 0 16px;
}

.gates-of-olympus-1000-o1j8ak p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-o1j8ak {
    font-size: 14px;
    line-height: 150%;
  }
}

.gates-of-olympus-1000-ftdukr {
  max-width: 300px;
  width: 100%;
}

.gates-of-olympus-1000-ftdukr a {
  width: 100%;
}

@media (max-width: 575px) {
  .gates-of-olympus-1000-ftdukr {
    max-width: 200px;
  }
}

.gates-of-olympus-1000-ikwhml {
  justify-content: center;
}

.gates-of-olympus-1000-vajkqf {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gates-of-olympus-1000-9o7xml {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-e7bl0g {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.gates-of-olympus-1000-mxjl81 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.gates-of-olympus-1000-mxjl81 .gates-of-olympus-1000-onxh1g {
  justify-content: center;
}

/* faq */

.gates-of-olympus-1000-fn4yhm {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.gates-of-olympus-1000-2x4fgg {
  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 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gates-of-olympus-1000-2x4fgg::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.gates-of-olympus-1000-fn4yhm.gates-of-olympus-1000-jvwjpv .gates-of-olympus-1000-2x4fgg::after {
  transform: rotate(45deg);
}

.gates-of-olympus-1000-p7megc {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.gates-of-olympus-1000-fn4yhm.gates-of-olympus-1000-jvwjpv .gates-of-olympus-1000-p7megc {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.gates-of-olympus-1000-o0w4it {
  margin: 25px 0;
}

.gates-of-olympus-1000-2xsig2 > input:not(:checked) ~ label:hover,
.gates-of-olympus-1000-2xsig2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gates-of-olympus-1000-8yq3dm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.gates-of-olympus-1000-8c80s3 44.gates-of-olympus-1000-eom9zc.gates-of-olympus-1000-yxtlq8.gates-of-olympus-1000-1c377n.gates-of-olympus-1000-2nx76u.gates-of-olympus-1000-x8zguz.gates-of-olympus-1000-jlskyy.gates-of-olympus-1000-nvriwj.gates-of-olympus-1000-tvy0bx.gates-of-olympus-1000-00vql4.gates-of-olympus-1000-d6y1jr.gates-of-olympus-1000-uuxil1.gates-of-olympus-1000-079ycb 0l-12.gates-of-olympus-1000-ilbvg9 30.gates-of-olympus-1000-lgfwq1.gates-of-olympus-1000-eaq02u 2.gates-of-olympus-1000-104klp.gates-of-olympus-1000-eaq02u 3.gates-of-olympus-1000-bwuwx0 3.gates-of-olympus-1000-dvd6o7.gates-of-olympus-1000-j245ob 3.gates-of-olympus-1000-xaeaql.gates-of-olympus-1000-41szmd.gates-of-olympus-1000-vziutv.gates-of-olympus-1000-nsc7lp 7-3.gates-of-olympus-1000-ilbvg9 10.gates-of-olympus-1000-feg12v.gates-of-olympus-1000-nsc7lp 23.gates-of-olympus-1000-jcju88.gates-of-olympus-1000-qcw2am 1.gates-of-olympus-1000-yrlu9h 2.gates-of-olympus-1000-ilbvg9 3.gates-of-olympus-1000-qcw2am 1.gates-of-olympus-1000-j245ob 5.gates-of-olympus-1000-5nqfvs.gates-of-olympus-1000-j245ob 32.gates-of-olympus-1000-j3p1ak.gates-of-olympus-1000-41szmd 5.gates-of-olympus-1000-079ycb 4.gates-of-olympus-1000-nsc7lp 9.gates-of-olympus-1000-nsc7lp 8.gates-of-olympus-1000-j245ob 6.gates-of-olympus-1000-8kewqd.gates-of-olympus-1000-o6tw4v.gates-of-olympus-1000-zxhi7n.gates-of-olympus-1000-jy03hy.gates-of-olympus-1000-y6zyhj 4.gates-of-olympus-1000-vzccvh.gates-of-olympus-1000-y6zyhj 6.gates-of-olympus-1000-y6zyhj 0l29.gates-of-olympus-1000-079ycb 17.gates-of-olympus-1000-iu8pbl.gates-of-olympus-1000-ff3asv 2.gates-of-olympus-1000-hzuswo 10.gates-of-olympus-1000-jxjarn.gates-of-olympus-1000-ilbvg9 8.gates-of-olympus-1000-gjt27q.gates-of-olympus-1000-jct7fr.gates-of-olympus-1000-eu74yw.gates-of-olympus-1000-tzmvrx.gates-of-olympus-1000-zcccoc.gates-of-olympus-1000-41szmd.gates-of-olympus-1000-x8zguz.gates-of-olympus-1000-ilbvg9 1.gates-of-olympus-1000-53hx8c.gates-of-olympus-1000-91qth3.gates-of-olympus-1000-wq4g7f.gates-of-olympus-1000-039yir.gates-of-olympus-1000-9lzpa3.gates-of-olympus-1000-yrlu9h 1.gates-of-olympus-1000-nt3nu2.gates-of-olympus-1000-m2s68t.5z'/%3e%3c/svg%3e");
}

.gates-of-olympus-1000-f9a6kl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-f9a6kl {
    gap: 16px 0;
  }
}

.gates-of-olympus-1000-wqfld9 {
  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);
}

.gates-of-olympus-1000-wqfld9.gates-of-olympus-1000-d6u0uj {
  display: block;
}

.gates-of-olympus-1000-wqfld9.gates-of-olympus-1000-aq34cj {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-wqfld9 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.gates-of-olympus-1000-4ev081 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.gates-of-olympus-1000-wfxn57 {
  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);
}

.gates-of-olympus-1000-ub7hhh {
  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;
}

.gates-of-olympus-1000-qse9sp small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.gates-of-olympus-1000-qse9sp span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.gates-of-olympus-1000-i25ax6 {
  font-size: 16px;
  line-height: 140%;
}

.gates-of-olympus-1000-gr23rj {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.gates-of-olympus-1000-gr23rj .gates-of-olympus-1000-tdb1iy {
  fill: #c2c0ce;
}

.gates-of-olympus-1000-gr23rj [rating="1"] .gates-of-olympus-1000-tdb1iy:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-gr23rj [rating="2"] .gates-of-olympus-1000-tdb1iy:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-gr23rj [rating="3"] .gates-of-olympus-1000-tdb1iy:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-gr23rj [rating="4"] .gates-of-olympus-1000-tdb1iy:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-gr23rj [rating="5"] .gates-of-olympus-1000-tdb1iy:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.gates-of-olympus-1000-171s2a {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.gates-of-olympus-1000-171s2a 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;
}

.gates-of-olympus-1000-171s2a 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 */

.gates-of-olympus-1000-xtt84f {
  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);
}

.gates-of-olympus-1000-xtt84f.gates-of-olympus-1000-6ht5vv {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.gates-of-olympus-1000-eez5cn {
  margin: 25px 0;
}

.gates-of-olympus-1000-5sf0wl > input:not(:checked) ~ label:hover,
.gates-of-olympus-1000-5sf0wl > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gates-of-olympus-1000-pq0ods.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.gates-of-olympus-1000-z86umn 44.gates-of-olympus-1000-x2euzo.gates-of-olympus-1000-zbw4jl.gates-of-olympus-1000-tqlqhg.gates-of-olympus-1000-owzroi.gates-of-olympus-1000-mgkawd.gates-of-olympus-1000-5h1wn7.gates-of-olympus-1000-x4rykv.gates-of-olympus-1000-fe5s5n.gates-of-olympus-1000-6lctoj.gates-of-olympus-1000-hif5jx.gates-of-olympus-1000-370uzj.gates-of-olympus-1000-zamyfu 0l-12.gates-of-olympus-1000-6qyjw6 30.gates-of-olympus-1000-f339ss.gates-of-olympus-1000-ub641n 2.gates-of-olympus-1000-rs4fnv.gates-of-olympus-1000-ub641n 3.gates-of-olympus-1000-ds6hd8 3.gates-of-olympus-1000-07i1p1.gates-of-olympus-1000-vmnxx6 3.gates-of-olympus-1000-wygui4.gates-of-olympus-1000-wgfuiy.gates-of-olympus-1000-m5wj14.gates-of-olympus-1000-0wbpcj 7-3.gates-of-olympus-1000-6qyjw6 10.gates-of-olympus-1000-3x067l.gates-of-olympus-1000-0wbpcj 23.gates-of-olympus-1000-v89p4n.gates-of-olympus-1000-pwu41u 1.gates-of-olympus-1000-dgqce3 2.gates-of-olympus-1000-6qyjw6 3.gates-of-olympus-1000-pwu41u 1.gates-of-olympus-1000-vmnxx6 5.gates-of-olympus-1000-rl0f53.gates-of-olympus-1000-vmnxx6 32.gates-of-olympus-1000-kgptos.gates-of-olympus-1000-wgfuiy 5.gates-of-olympus-1000-zamyfu 4.gates-of-olympus-1000-0wbpcj 9.gates-of-olympus-1000-0wbpcj 8.gates-of-olympus-1000-vmnxx6 6.gates-of-olympus-1000-ja93dp.gates-of-olympus-1000-eqvrw6.gates-of-olympus-1000-a96hkn.gates-of-olympus-1000-oo3qa0.gates-of-olympus-1000-hi5v8y 4.gates-of-olympus-1000-xzayrk.gates-of-olympus-1000-hi5v8y 6.gates-of-olympus-1000-hi5v8y 0l29.gates-of-olympus-1000-zamyfu 17.gates-of-olympus-1000-jaava9.gates-of-olympus-1000-ppz8ov 2.gates-of-olympus-1000-6atuz7 10.gates-of-olympus-1000-uy7vc8.gates-of-olympus-1000-6qyjw6 8.gates-of-olympus-1000-qxo193.gates-of-olympus-1000-6n8e5j.gates-of-olympus-1000-ahuoac.gates-of-olympus-1000-y8ustf.gates-of-olympus-1000-adbeh4.gates-of-olympus-1000-wgfuiy.gates-of-olympus-1000-mgkawd.gates-of-olympus-1000-6qyjw6 1.gates-of-olympus-1000-zcpymg.gates-of-olympus-1000-l62gyr.gates-of-olympus-1000-ik54mm.gates-of-olympus-1000-307arh.gates-of-olympus-1000-nd7r2d.gates-of-olympus-1000-dgqce3 1.gates-of-olympus-1000-44f4hh.gates-of-olympus-1000-lnezx7.5z'/%3e%3c/svg%3e");
}

.gates-of-olympus-1000-rek9xx {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-rek9xx {
    gap: 16px 0;
  }
}

.gates-of-olympus-1000-27jmp8 {
  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);
}

.gates-of-olympus-1000-27jmp8.gates-of-olympus-1000-xdarij {
  display: block;
}

.gates-of-olympus-1000-27jmp8.gates-of-olympus-1000-pz4z8i {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-27jmp8 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.gates-of-olympus-1000-f2nc94 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.gates-of-olympus-1000-7c4rul {
  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);
}

.gates-of-olympus-1000-ajvtt1 {
  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;
}

.gates-of-olympus-1000-yr2ukj small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.gates-of-olympus-1000-yr2ukj span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.gates-of-olympus-1000-ekdgy5 {
  font-size: 16px;
  line-height: 140%;
}

.gates-of-olympus-1000-sdode5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.gates-of-olympus-1000-sdode5 .gates-of-olympus-1000-7cb52h {
  fill: #c2c0ce;
}

.gates-of-olympus-1000-sdode5 [rating="1"] .gates-of-olympus-1000-7cb52h:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-sdode5 [rating="2"] .gates-of-olympus-1000-7cb52h:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-sdode5 [rating="3"] .gates-of-olympus-1000-7cb52h:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-sdode5 [rating="4"] .gates-of-olympus-1000-7cb52h:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-sdode5 [rating="5"] .gates-of-olympus-1000-7cb52h:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.gates-of-olympus-1000-dgixdd {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  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) {
  .gates-of-olympus-1000-dgixdd:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-dgixdd {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.gates-of-olympus-1000-efjyno {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.gates-of-olympus-1000-rek9xx {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.gates-of-olympus-1000-27jmp8 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.gates-of-olympus-1000-27jmp8.gates-of-olympus-1000-xdarij {
  display: block;
}

.gates-of-olympus-1000-kge2xo {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.gates-of-olympus-1000-qgbc32 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.gates-of-olympus-1000-kge2xo:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.gates-of-olympus-1000-kge2xo:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-rek9xx {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .gates-of-olympus-1000-27jmp8 {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .gates-of-olympus-1000-kge2xo {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.gates-of-olympus-1000-bs8w16 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.gates-of-olympus-1000-avj1u3 {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gates-of-olympus-1000-avj1u3::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.gates-of-olympus-1000-bs8w16.gates-of-olympus-1000-z88hzt .gates-of-olympus-1000-avj1u3::after {
  transform: rotate(45deg);
}

.gates-of-olympus-1000-avj1u3:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gates-of-olympus-1000-4zpa6w {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.gates-of-olympus-1000-bs8w16.gates-of-olympus-1000-z88hzt .gates-of-olympus-1000-4zpa6w {
  max-height: 100%;
  padding: 15px 20px;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.gates-of-olympus-1000-aq3aoe {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.gates-of-olympus-1000-aq3aoe img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .gates-of-olympus-1000-aq3aoe img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .gates-of-olympus-1000-a1c940 .gates-of-olympus-1000-lc6tvn img {
    margin-top: -150px !important;
  }

  .gates-of-olympus-1000-7uuy8y {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.gates-of-olympus-1000-q9qevv {
  margin-bottom: 25px;
}

.gates-of-olympus-1000-q9qevv iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.gates-of-olympus-1000-pizh4g {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.gates-of-olympus-1000-gytjul ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.gates-of-olympus-1000-6oao83 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.gates-of-olympus-1000-6oao83 p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.gates-of-olympus-1000-6oao83 button {
  z-index: 2;
}

.gates-of-olympus-1000-pizh4g.gates-of-olympus-1000-p2gnj8 {
  bottom: 40px;
}

.gates-of-olympus-1000-kmzhge {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.gates-of-olympus-1000-0760wi {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.gates-of-olympus-1000-w9j0bx infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.gates-of-olympus-1000-63ef2d {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.gates-of-olympus-1000-fcbc30 ease;
  z-index: 10000;
}

.gates-of-olympus-1000-63ef2d:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .gates-of-olympus-1000-6oao83 p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .gates-of-olympus-1000-6oao83 .gates-of-olympus-1000-l0s4b5 {
    font-size: 13.5px;
  }

  .gates-of-olympus-1000-pizh4g .gates-of-olympus-1000-0760wi {
    animation: jump-y 0.gates-of-olympus-1000-w9j0bx infinite ease-in-out;
  }

  .gates-of-olympus-1000-5gokvc {
    display: none;
  }
}

.gates-of-olympus-1000-9lt69v {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.gates-of-olympus-1000-6y6xs2 {
  top: 10px;
  animation-duration: 7s;
}

.gates-of-olympus-1000-d8yr0z {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.gates-of-olympus-1000-z30tba {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.gates-of-olympus-1000-5gokvc {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.gates-of-olympus-1000-dnwzsx {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.gates-of-olympus-1000-rmxz0c {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.gates-of-olympus-1000-7wmwdt {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.gates-of-olympus-1000-rl18l9 {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.gates-of-olympus-1000-rl18l9 .gates-of-olympus-1000-ss945p {
  display: flex;
  align-items: center;
}

.gates-of-olympus-1000-097i2f {
  display: flex;
  flex-direction: column;
}

.gates-of-olympus-1000-03fqdu {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.gates-of-olympus-1000-78f3au {
  max-width: 300px;
  width: 100%;
}

.gates-of-olympus-1000-5bpunn {
  max-width: 280px;
  width: 100%;
  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);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .gates-of-olympus-1000-rl18l9 {
    flex-direction: column;
  }

  .gates-of-olympus-1000-ss945p {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .gates-of-olympus-1000-097i2f {
    text-align: center;
  }

  .gates-of-olympus-1000-rl18l9 h3 {
    margin-bottom: 0 !important;
  }
}

.gates-of-olympus-1000-duny04 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  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;
}

@media (max-width: 501px) {
  .gates-of-olympus-1000-duny04 {
    font-size: 12px;
  }
}

.gates-of-olympus-1000-btk92q {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  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;
}

.gates-of-olympus-1000-95awct {
  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) {
  .gates-of-olympus-1000-95awct {
    flex-direction: column;
  }
}

.gates-of-olympus-1000-scl2ef {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gates-of-olympus-1000-4g9gz9 li:first-child {
  margin-bottom: 10px;
}

.gates-of-olympus-1000-4g9gz9 a {
  color: #000;
}

.gates-of-olympus-1000-41uu5t {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .gates-of-olympus-1000-41uu5t {
    align-items: center;
  }

  .gates-of-olympus-1000-jq3nac {
    flex-direction: column;
  }
}

.gates-of-olympus-1000-5s5vtn {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.gates-of-olympus-1000-gaw9g7 img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.gates-of-olympus-1000-za2xhc {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.gates-of-olympus-1000-za2xhc a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.gates-of-olympus-1000-2rvkg7 ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.gates-of-olympus-1000-za2xhc a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.gates-of-olympus-1000-xpb71k {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-xpb71k {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-xpb71k {
    margin: 15px auto;
  }
}
.gates-of-olympus-1000-xpb71k li {
  font-size: 16px;
  position: relative;
}
.gates-of-olympus-1000-xpb71k li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-xpb71k li a:hover {
    text-decoration: underline;
  }
}
.gates-of-olympus-1000-xpb71k li span {
  opacity: 0.5;
}
.gates-of-olympus-1000-xpb71k li + li {
  margin-left: 30px;
}
.gates-of-olympus-1000-xpb71k li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.gates-of-olympus-1000-3401wc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .gates-of-olympus-1000-3401wc {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-3401wc {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.gates-of-olympus-1000-impbhf {
  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) {
  .gates-of-olympus-1000-impbhf {
    flex-direction: column;
  }
}
.gates-of-olympus-1000-sr3vip {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.gates-of-olympus-1000-sr3vip img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-sr3vip {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.gates-of-olympus-1000-wpw8hl {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.gates-of-olympus-1000-wpw8hl 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) {
  .gates-of-olympus-1000-wpw8hl ul {
    margin-bottom: 15px;
  }
}
.gates-of-olympus-1000-wpw8hl ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.gates-of-olympus-1000-wpw8hl 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);
}
.gates-of-olympus-1000-wpw8hl ul li span svg {
  fill: var(--title-color);
}
.gates-of-olympus-1000-wpw8hl ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-wpw8hl ul li small {
    font-size: 12px;
  }
}
.gates-of-olympus-1000-wpw8hl ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.gates-of-olympus-1000-wpw8hl ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-wpw8hl {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.gates-of-olympus-1000-8ftzxv {
  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) {
  .gates-of-olympus-1000-8ftzxv {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.gates-of-olympus-1000-gqqws4 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.gates-of-olympus-1000-t0pse8 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-t0pse8 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-t0pse8:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.gates-of-olympus-1000-t0pse8.gates-of-olympus-1000-5ea9x0 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-t0pse8.gates-of-olympus-1000-5ea9x0:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.gates-of-olympus-1000-8398p9 {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-8398p9 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-8398p9 {
    padding: 50px 16px 68px;
  }
}
.gates-of-olympus-1000-narp75 {
  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) {
  .gates-of-olympus-1000-narp75 {
    flex-direction: column;
  }
}
.gates-of-olympus-1000-fj2hzw {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-fj2hzw {
    margin-bottom: 40px;
  }
}
.gates-of-olympus-1000-yvqosk .gates-of-olympus-1000-44su7r {
  margin-bottom: 28px;
}
.gates-of-olympus-1000-yvqosk .gates-of-olympus-1000-44su7r img {
  max-height: 100px;
  width: auto;
}
.gates-of-olympus-1000-x32lmv {
  display: flex;
  align-items: center;
}
.gates-of-olympus-1000-x32lmv a + a {
  margin-left: 24px;
}
.gates-of-olympus-1000-x32lmv img {
  max-height: 56px;
  width: auto;
}
.gates-of-olympus-1000-x32lmv img + img {
  margin-left: 24px;
}
.gates-of-olympus-1000-lpj5ve {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-lpj5ve {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.gates-of-olympus-1000-usyxy3 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-usyxy3 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.gates-of-olympus-1000-lhazjr {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.gates-of-olympus-1000-lhazjr label {
  font-size: 14px;
}

.gates-of-olympus-1000-lhazjr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gates-of-olympus-1000-lhazjr input,
.gates-of-olympus-1000-lhazjr textarea,
.gates-of-olympus-1000-lhazjr button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.gates-of-olympus-1000-lhazjr button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.gates-of-olympus-1000-fcbc30 ease;
}
.gates-of-olympus-1000-lhazjr button:hover {
  background-color: var(--button-bg-hover);
}
.gates-of-olympus-1000-t9mcx5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gates-of-olympus-1000-m9sfz1 ease-in;
}

.gates-of-olympus-1000-t9mcx5 h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .gates-of-olympus-1000-le655i {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .gates-of-olympus-1000-le655i > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .gates-of-olympus-1000-le655i > div.gates-of-olympus-1000-wlluvc {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .gates-of-olympus-1000-le655i > div.gates-of-olympus-1000-wlluvc {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.gates-of-olympus-1000-49ugo9 {
  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: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .gates-of-olympus-1000-4lnpfx .gates-of-olympus-1000-hf8le7 a {
    font-size: 12px;
  }
}

/* app */
.gates-of-olympus-1000-vyydzy {
  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) {
  .gates-of-olympus-1000-vyydzy {
    flex-direction: column;
  }
}
.gates-of-olympus-1000-9w4hds {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.gates-of-olympus-1000-9w4hds img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-9w4hds {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.gates-of-olympus-1000-mon0p6 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.gates-of-olympus-1000-mon0p6 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) {
  .gates-of-olympus-1000-mon0p6 ul {
    margin-bottom: 15px;
  }
}
.gates-of-olympus-1000-mon0p6 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.gates-of-olympus-1000-mon0p6 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);
}
.gates-of-olympus-1000-mon0p6 ul li span svg {
  fill: var(--title-color);
}
.gates-of-olympus-1000-mon0p6 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-mon0p6 ul li small {
    font-size: 12px;
  }
}
.gates-of-olympus-1000-mon0p6 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.gates-of-olympus-1000-mon0p6 ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-mon0p6 {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.gates-of-olympus-1000-oy080q {
  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) {
  .gates-of-olympus-1000-oy080q {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.gates-of-olympus-1000-6jhjgt {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.gates-of-olympus-1000-4tqjay {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-4tqjay {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-4tqjay:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.gates-of-olympus-1000-4tqjay.gates-of-olympus-1000-iz97xg {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .gates-of-olympus-1000-4tqjay.gates-of-olympus-1000-iz97xg:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.gates-of-olympus-1000-1n301p {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .gates-of-olympus-1000-1n301p {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gates-of-olympus-1000-1n301p {
    padding: 50px 16px 68px;
  }
}