@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.my-empire-dlez3f {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.my-empire-9a0ppa {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.my-empire-y15q9s,
ul.my-empire-y15q9s {
  padding-left: 20px;
}

ul.my-empire-y15q9s {
  list-style: disc;
}

ol.my-empire-y15q9s {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.my-empire-lqwj89 > .my-empire-g2czk2,
.my-empire-lqwj89 > .my-empire-2dh192,
.my-empire-lqwj89 > blockquote,
.my-empire-lqwj89 > h1,
.my-empire-lqwj89 > h2,
.my-empire-lqwj89 > h3,
.my-empire-lqwj89 > h4,
.my-empire-lqwj89 > h5,
.my-empire-lqwj89 > h6,
.my-empire-lqwj89 > ol,
.my-empire-lqwj89 > p,
.my-empire-lqwj89 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.my-empire-lqwj89 > ol,
.my-empire-lqwj89 > ul {
  padding-left: 50px;
}

.my-empire-lqwj89 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.my-empire-lqwj89:not(:last-child) {
  margin-bottom: 2rem;
}

.my-empire-lqwj89 > :not(:first-child) {
  margin-top: 2rem;
}

.my-empire-lqwj89 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.my-empire-lqwj89:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .my-empire-lqwj89:first-child {
    margin-top: 20px;
  }
}

.my-empire-lqwj89 > p:last-of-type {
  margin-bottom: 32px;
}

.my-empire-lqwj89 > .my-empire-0u728g:not(:first-child) {
  margin: 64px auto 16px auto;
}

.my-empire-w6kfww > .my-empire-0u728g {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.my-empire-2dh192 {
  overflow: auto;
}

.my-empire-2dh192::-webkit-scrollbar {
  height: 5px;
}

.my-empire-2dh192 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.my-empire-2dh192 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.my-empire-2dh192 table thead,
table thead {
  border-bottom: none;
}

.my-empire-2dh192 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.my-empire-2dh192 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.my-empire-2dh192 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.my-empire-2dh192 .my-empire-il1vjw {
  table-layout: auto;
}

.my-empire-2dh192 .my-empire-il1vjw th {
  word-break: normal;
}

.my-empire-2dh192 .my-empire-il1vjw td {
  word-break: normal;
}

.my-empire-dlez3f .my-empire-dlez3f {
  padding-right: 0;
  padding-left: 0;
}

.my-empire-gm3ifl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.my-empire-522cak {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.my-empire-ceki69 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.my-empire-g2czk2 {
  margin-top: 24px;
}

.my-empire-g2czk2.my-empire-wa9qnb {
  text-align: left;
}

.my-empire-g2czk2.my-empire-0j9nba {
  text-align: right;
}

.my-empire-g2czk2.my-empire-vj85pu {
  text-align: center;
}

.my-empire-f9jc6k {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.my-empire-khsen9 ease-in-out;
  cursor: pointer;
}

.my-empire-f9jc6k:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.my-empire-f9jc6k {
  min-width: 328px;
}

@media (max-width: 768px) {
  .my-empire-f9jc6k {
    min-width: unset;
  }
}

.my-empire-09go7q {
  background-color: var(--fh-bg-color);
}

.my-empire-094dqt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.my-empire-127y9v {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.my-empire-127y9v img {
  max-height: 80px;
  object-fit: contain;
}

.my-empire-yr8ooc {
  flex: 1 1;
}

.my-empire-5nsag3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.my-empire-8erh1d {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.my-empire-8erh1d span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.my-empire-8erh1d.my-empire-oqs0ay span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.my-empire-8erh1d.my-empire-oqs0ay span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.my-empire-8erh1d.my-empire-oqs0ay span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.my-empire-yr8ooc + .my-empire-5nsag3 {
  margin-left: 20px;
}

.my-empire-sc2r3p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.my-empire-sc2r3p > svg {
  max-width: 24px;
  max-height: 24px;
}

.my-empire-sc2r3p + .my-empire-sc2r3p {
  margin-left: 5px;
}

.my-empire-woxmd5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.my-empire-woxmd5:hover {
  background-color: var(--button-bg-hover);
}

.my-empire-bhx2g5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.my-empire-khsen9 ease-in-out;
  border: 1px solid var(--border-color);
}

.my-empire-bhx2g5:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.my-empire-9w0uv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .my-empire-yr8ooc {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .my-empire-9w0uv2 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .my-empire-yr8ooc {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .my-empire-sc2r3p {
    min-width: unset;
    flex: 1 1;
  }
}

.my-empire-1kcq48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.my-empire-1kcq48:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.my-empire-1kcq48:hover .my-empire-f531a6 {
  opacity: 1;
  pointer-events: auto;
}

.my-empire-re2pd5 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.my-empire-uugptn ease-in-out;
  gap: 4px;
}

.my-empire-re2pd5 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.my-empire-re2pd5 .my-empire-gm3ifl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.my-empire-y1jcnl,
.my-empire-re2pd5:hover {
  color: var(--button-bg-hover);
}

.my-empire-8joefh {
  position: relative;
}

.my-empire-8joefh .my-empire-re2pd5 {
  margin-right: 0;
  padding-right: 4px;
}

.my-empire-nvyvuc svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.my-empire-8joefh.my-empire-oqs0ay .my-empire-nvyvuc svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.my-empire-8joefh.my-empire-oqs0ay .my-empire-f531a6 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.my-empire-8joefh.my-empire-oqs0ay .my-empire-f531a6::before {
  display: none;
}

.my-empire-nvyvuc svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.my-empire-f531a6 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.my-empire-gsvwup 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.my-empire-f531a6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.my-empire-f531a6:hover {
  color: var(--fh-bg-color);
}

.my-empire-hrkkoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.my-empire-gsvwup 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.my-empire-uugptn ease-in-out;
  -o-transition: 0.my-empire-uugptn ease-in-out;
  transition: 0.my-empire-uugptn ease-in-out;
}

.my-empire-hrkkoc .my-empire-gm3ifl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.my-empire-w8oslg,
.my-empire-hrkkoc:hover {
  color: var(--button-bg-hover);
}

.my-empire-6udqhl {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.my-empire-6udqhl.my-empire-3as2o4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.my-empire-6udqhl.my-empire-3as2o4:after,
.my-empire-6udqhl.my-empire-3as2o4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.my-empire-6udqhl.my-empire-3as2o4:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.my-empire-6udqhl.my-empire-3as2o4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.my-empire-6udqhl.my-empire-3as2o4 > * {
  z-index: 1;
}

.my-empire-6udqhl b,
.my-empire-6udqhl strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.my-empire-6udqhl .my-empire-7jfv2q {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.my-empire-6udqhl .my-empire-5jztvo {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.my-empire-6udqhl .my-empire-gm3ifl {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.my-empire-6udqhl .my-empire-evk38a {
  margin-top: 12px;
}

.my-empire-evk38a {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.my-empire-6cv82g {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.my-empire-evk38a .my-empire-p7sdxm {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.my-empire-khsen9 ease-in-out;
}

.my-empire-evk38a .my-empire-p7sdxm:hover {
  background: rgba(255, 255, 255, 0.3);
}

.my-empire-0yevpw {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.my-empire-6udqhl.my-empire-cdev8a {
  gap: 12px;
  padding: 16px;
}

.my-empire-6udqhl.my-empire-cdev8a .my-empire-0yevpw {
  min-width: 240px;
}

.my-empire-6udqhl.my-empire-cdev8a .my-empire-0yevpw.my-empire-ll6t1p {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .my-empire-6udqhl .my-empire-7jfv2q {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .my-empire-6udqhl .my-empire-5jztvo {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .my-empire-6udqhl .my-empire-gm3ifl {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .my-empire-6udqhl.my-empire-cdev8a .my-empire-gm3ifl {
    max-width: 126px;
  }
  .my-empire-6udqhl .my-empire-evk38a {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .my-empire-6udqhl .my-empire-6cv82g {
    max-width: unset;
  }
  .my-empire-0yevpw {
    min-width: unset;
    width: 100%;
  }
  .my-empire-6udqhl .my-empire-0yevpw {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .my-empire-6udqhl.my-empire-cdev8a {
    grid-template-rows: auto 1fr auto;
  }
  .my-empire-6udqhl.my-empire-cdev8a .my-empire-0yevpw {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .my-empire-6udqhl {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .my-empire-6udqhl .my-empire-7jfv2q {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .my-empire-6udqhl .my-empire-gm3ifl {
    max-width: 78px;
  }
  .my-empire-6udqhl .my-empire-evk38a {
    margin-top: -12px;
  }
  .my-empire-6udqhl.my-empire-cdev8a {
    gap: 8px;
  }
  .my-empire-6udqhl.my-empire-cdev8a .my-empire-7jfv2q {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .my-empire-6udqhl.my-empire-cdev8a .my-empire-5jztvo {
    grid-column: 1/3;
  }
  .my-empire-6udqhl.my-empire-cdev8a .my-empire-gm3ifl {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .my-empire-6udqhl.my-empire-cdev8a .my-empire-gm3ifl img {
    max-width: 114px;
  }
}

.my-empire-0yevpw.my-empire-fqxy0w,
.my-empire-0yevpw.my-empire-l35sfe,
.my-empire-0yevpw.my-empire-ivq7iy {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.my-empire-khsen9 ease-in-out;
}

.my-empire-0yevpw.my-empire-fqxy0w,
.my-empire-0yevpw.my-empire-ivq7iy {
  padding: 10px;
}

.my-empire-0yevpw.my-empire-fqxy0w:hover,
.my-empire-0yevpw.my-empire-l35sfe:hover,
.my-empire-0yevpw.my-empire-ivq7iy:hover {
  background: var(--button-bg-hover);
}

.my-empire-0yevpw.my-empire-fqxy0w:hover svg path,
.my-empire-0yevpw.my-empire-ivq7iy:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.my-empire-0yevpw.my-empire-ll6t1p {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.my-empire-khsen9 ease-in-out;
  background: var(--button-bg-color);
}

.my-empire-0yevpw.my-empire-ll6t1p:hover {
  background-color: var(--button-bg-hover);
}

.my-empire-0yevpw.my-empire-l35sfe:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.my-empire-0yevpw.my-empire-l35sfe:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.my-empire-0yevpw.my-empire-ll6t1p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.my-empire-la648c {
  max-width: 650px;
}

.my-empire-9jonfs {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.my-empire-ubuw02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.my-empire-pvkqqu {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.my-empire-uugptn ease-in-out;
  cursor: pointer;
}

.my-empire-pvkqqu:hover {
  opacity: 0.5;
}

.my-empire-pvkqqu:focus {
  outline: 0;
}

.my-empire-pvkqqu:focus .my-empire-zcsfkq,
.my-empire-pvkqqu:hover .my-empire-zcsfkq {
  fill: red;
  fill-opacity: 1;
}

.my-empire-pvkqqu:hover {
  cursor: pointer;
}

.my-empire-geziq0 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.my-empire-la648c.my-empire-vj85pu {
  margin: 0 auto;
}

.my-empire-la648c.my-empire-0j9nba {
  margin-left: auto;
}

.my-empire-9iuto5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.my-empire-r46pzc {
  padding-bottom: 50px;
}

.my-empire-62rw66 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.my-empire-ml6k2f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.my-empire-qohf87 {
  margin-top: 24px;
}

.my-empire-hyqzcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-empire-3h5tcj {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.my-empire-xclnp5 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.my-empire-8xe49f {
  width: 468px;
}

.my-empire-xclnp5 .my-empire-f531a6 {
  margin: 0.my-empire-yla7qz 0;
}

.my-empire-hvh2j1 {
  display: flex;
  min-width: 224px;
}

.my-empire-vo4p1t {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.my-empire-uugptn ease-in-out;
}

.my-empire-5inzs5,
.my-empire-vo4p1t:hover {
  color: var(--text-color);
}

.my-empire-1gi2kx {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.my-empire-17yqwz {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .my-empire-9iuto5 {
    padding: 16px;
  }
  .my-empire-1gi2kx {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .my-empire-17yqwz {
    align-items: center;
  }
  .my-empire-8xe49f {
    width: unset;
  }
  .my-empire-hvh2j1 {
    min-width: unset;
  }
  .my-empire-xclnp5 {
    max-height: unset;
  }
  .my-empire-62rw66 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .my-empire-9iuto5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.my-empire-x1yi13 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.my-empire-x1yi13:not(:last-child) {
  margin-bottom: 16px;
}

.my-empire-thpat7 {
  outline: 0;
}

.my-empire-thpat7 .my-empire-yue49s {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.my-empire-usdnbo {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .my-empire-usdnbo {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.my-empire-usdnbo::-webkit-details-marker {
  display: none;
}

.my-empire-usdnbo:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.my-empire-usdnbo:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .my-empire-usdnbo:after {
  transform: unset;
}

.my-empire-yue49s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.my-empire-yue49s svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.my-empire-uugptn ease-in-out;
  -o-transition: 0.my-empire-uugptn ease-in-out;
  transition: 0.my-empire-uugptn ease-in-out;
}

.my-empire-omr0uk {
  padding: 16px 0 0 0;
}

.my-empire-omr0uk * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .my-empire-omr0uk :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .my-empire-usdnbo {
    flex-wrap: wrap;
    gap: 12px;
  }
  .my-empire-usdnbo::after {
    margin-left: auto;
  }
  .my-empire-yue49s {
    order: 3;
    flex: 1 1 100%;
  }
  .my-empire-usdnbo {
    font-size: 14px;
    line-height: 130%;
  }
  .my-empire-yue49s svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.my-empire-j02le7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.my-empire-oeizs2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.my-empire-j02le7.my-empire-oqs0ay .my-empire-oeizs2 {
  margin-bottom: 12px;
}

.my-empire-oeizs2::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.my-empire-j02le7.my-empire-oqs0ay .my-empire-oeizs2::after {
  transform: unset;
}

.my-empire-6g37gg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.my-empire-87657d {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.my-empire-uugptn ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.my-empire-87657d:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.my-empire-j02le7.my-empire-oqs0ay .my-empire-6g37gg {
  max-height: 100%;
}

.my-empire-fyh70d {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.my-empire-7jmocj {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.my-empire-buw3eu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.my-empire-eqlolq {
  margin-right: 4px;
}

.my-empire-wym49x {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.my-empire-uugptn ease-in-out;
}

.my-empire-wym49x svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.my-empire-m0sz37,
.my-empire-wym49x:hover {
  color: var(--text-color);
}

.my-empire-3mux60 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.my-empire-3mux60 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.my-empire-3mux60 .my-empire-aksgru {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.my-empire-3mux60 .my-empire-ugter8 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.my-empire-58ul6t {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.my-empire-7gxa1u {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.my-empire-ybxhkm .my-empire-dlez3f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-empire-ybxhkm {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.my-empire-ofq5t1 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.my-empire-zvbvax {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.my-empire-6nwjkm {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.my-empire-w86sx8 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.my-empire-6nwjkm:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.my-empire-1fn6dq {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.my-empire-cp38pc {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.my-empire-uugptn ease-in-out;
  transition: transform 0.my-empire-uugptn ease-in-out;
  -o-transition: transform 0.my-empire-uugptn ease-in-out;
  transition:
    transform 0.my-empire-uugptn ease-in-out,
    -webkit-transform 0.my-empire-uugptn ease-in-out;
  cursor: pointer;
}

.my-empire-cp38pc svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.my-empire-cp38pc:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.my-empire-5cdjzi {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .my-empire-5cdjzi {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.my-empire-id9m1l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-empire-x5969y {
  position: relative;
  width: 100%;
}

.my-empire-id9m1l.my-empire-o2zmgd {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.my-empire-id9m1l.my-empire-vj85pu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-empire-id9m1l.my-empire-0j9nba {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.my-empire-i37efp {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.my-empire-2bwavq {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.my-empire-uugptn ease-in-out;
  cursor: pointer;
}

.my-empire-2bwavq:hover {
  opacity: 0.5;
}

.my-empire-id9m1l.my-empire-pq81be .my-empire-2bwavq {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.my-empire-id9m1l.my-empire-pq81be .my-empire-i37efp {
  cursor: pointer;
}

.my-empire-7sp27q {
  fill: #0009;
}

.my-empire-sb45iy {
  fill: #fff;
}

.my-empire-2bwavq:hover .my-empire-7sp27q {
  fill: red;
}

.my-empire-2bwavq svg path {
  -webkit-transition: 0.my-empire-uugptn ease-in-out;
  -o-transition: 0.my-empire-uugptn ease-in-out;
  transition: 0.my-empire-uugptn ease-in-out;
}

.my-empire-p5g069 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.my-empire-p5g069 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.my-empire-p5g069.my-empire-6he2tk > :not(.get-image) {
  grid-column: 1/3;
}

.my-empire-t85xff:not(._h1-block) .my-empire-p5g069 > .my-empire-0u728g {
  grid-row: 1/2;
  grid-column: 1/3;
}

.my-empire-p5g069.my-empire-6he2tk .my-empire-p3g5fl {
  grid-column: 2/3;
}

.my-empire-p5g069.my-empire-6he2tk > .my-empire-gm3ifl {
  grid-column: 1/2;
}

.my-empire-p5g069.my-empire-6he2tk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.my-empire-p5g069 > p:first-of-type {
  margin-top: 0;
}

.my-empire-p5g069 .my-empire-gm3ifl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.my-empire-t85xff:not(._h1-block) .my-empire-0u728g ~ .my-empire-gm3ifl {
  grid-row: 2/10;
}

.my-empire-t85xff.my-empire-xqvhi9 .my-empire-0u728g ~ .my-empire-gm3ifl {
  grid-row: 1/10;
}

.my-empire-t85xff.my-empire-xqvhi9 > .my-empire-0u728g {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.my-empire-t85xff.my-empire-xqvhi9 .my-empire-gm3ifl {
  grid-row: 1/10;
}

.my-empire-p5g069.my-empire-02hg3s .my-empire-gm3ifl {
  align-items: flex-start;
}

.my-empire-p5g069.my-empire-vj85pu .my-empire-p3g5fl {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.my-empire-p5g069.my-empire-vj85pu .my-empire-gm3ifl {
  align-items: center;
}

.my-empire-p5g069.my-empire-sy1ket .my-empire-gm3ifl {
  align-items: flex-end;
}

.my-empire-p3g5fl > :first-child {
  margin-top: 0;
}

.my-empire-p3g5fl > :last-child {
  margin-bottom: 0;
}

* + .my-empire-2pd7hx,
.my-empire-t85xff + .my-empire-t85xff {
  margin-top: 2rem;
}

.my-empire-u0d2t1 td::before,
.my-empire-u0d2t1 th::after {
  display: none !important;
}

.my-empire-u0d2t1 #link-selector {
  color: #000;
}

.my-empire-u0d2t1 .my-empire-et5cus {
  color: #135e96;
}

.my-empire-u0d2t1 .my-empire-rdjuwo *,
.my-empire-u0d2t1 .my-empire-hmm97g p,
.my-empire-u0d2t1 .my-empire-n8nedj * {
  color: #000;
}

.my-empire-u0d2t1 .my-empire-50nj29 {
  background: 0 0 !important;
}

.my-empire-u0d2t1 .my-empire-gksqch {
  color: #000;
}

.my-empire-u0d2t1 .my-empire-6oub52.my-empire-6dhc4s {
  color: #fff;
}

.my-empire-u0d2t1 .my-empire-vq3x8b {
  color: #000;
}

.my-empire-u0d2t1
  .my-empire-e77fkr
  .my-empire-37wty3.my-empire-6dhc4s.my-empire-5963zd {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.my-empire-925w1w,
body .my-empire-2k137s {
  color: #000;
  background: var(--color-body) !important;
}

.my-empire-925w1w .my-empire-ajtcem .my-empire-uguut3,
body .my-empire-2k137s .my-empire-ajtcem .my-empire-uguut3 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .my-empire-87657d:focus,
  .my-empire-87657d:hover {
    color: #f9cb16;
  }
  .my-empire-vzzkdp:focus,
  .my-empire-vzzkdp:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .my-empire-c357r0:focus img,
  .my-empire-c357r0:focus svg,
  .my-empire-c357r0:hover img,
  .my-empire-c357r0:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .my-empire-3mux60 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .my-empire-8joefh:hover .my-empire-nvyvuc svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .my-empire-nvyvuc {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .my-empire-5s1mmo {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .my-empire-lwphgg {
    grid-template-columns: repeat(4, 1fr);
  }
  .my-empire-v6qbzj {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .my-empire-ggdzvm .my-empire-1f95g3 {
    grid-template-columns: 1fr;
  }
  .my-empire-ggdzvm .my-empire-fyjrn9 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .my-empire-ggdzvm .my-empire-uyyp3s {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .my-empire-ggdzvm .my-empire-mg7imd {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .my-empire-ggdzvm .my-empire-z5ctjw {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .my-empire-ggdzvm .my-empire-uyyp3s:not(:first-child) {
    border: none;
  }
  .my-empire-ggdzvm .my-empire-uyyp3s:first-child .my-empire-mg7imd {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .my-empire-ggdzvm .my-empire-uyyp3s:last-child .my-empire-mg7imd {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .my-empire-094dqt {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .my-empire-127y9v {
    max-width: 100px;
  }
  .my-empire-yr8ooc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .my-empire-5nsag3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .my-empire-5nsag3 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .my-empire-8erh1d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .my-empire-yr8ooc + .my-empire-5nsag3 {
    margin-left: auto;
  }
  .my-empire-yhv4pp {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .my-empire-yhv4pp.my-empire-oqs0ay {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .my-empire-9w0uv2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .my-empire-1kcq48 {
    width: 100%;
  }
  .my-empire-1kcq48:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .my-empire-re2pd5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .my-empire-re2pd5 svg {
    margin-right: 4px;
  }
  .my-empire-8joefh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .my-empire-nvyvuc svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .my-empire-nvyvuc {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .my-empire-f531a6 {
    display: none;
    width: 100%;
  }
  .my-empire-8joefh.my-empire-oqs0ay .my-empire-f531a6 {
    padding: 0 0 0 48px;
  }
  .my-empire-hrkkoc {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .my-empire-ml6k2f .my-empire-gm3ifl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .my-empire-2e2nq8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .my-empire-2e2nq8 + .my-empire-2e2nq8 {
    margin-right: 0;
  }
  .my-empire-2e2nq8 + .my-empire-gm3ifl {
    margin: 0;
  }
  .my-empire-5s1mmo {
    grid-template-columns: repeat(4, 1fr);
  }
  .my-empire-lwphgg {
    grid-template-columns: repeat(3, 1fr);
  }
  .my-empire-iyfcap,
  .my-empire-3zdp26 {
    grid-template-columns: repeat(2, 1fr);
  }
  .my-empire-p5g069 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .my-empire-p5g069.my-empire-6he2tk .my-empire-p3g5fl {
    grid-column: auto;
    grid-row: auto;
  }
  .my-empire-p5g069 > .my-empire-0u728g {
    grid-column: 1/2;
  }
  .my-empire-p5g069.my-empire-6he2tk > :not(.get-image) {
    grid-column: 1/2;
  }
  .my-empire-p5g069 .my-empire-gm3ifl,
  .my-empire-p5g069.my-empire-6he2tk > .my-empire-gm3ifl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .my-empire-p5g069.my-empire-6he2tk > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .my-empire-t85xff.my-empire-xqvhi9 .my-empire-p5g069 > .my-empire-gm3ifl {
    grid-row: 1/2;
  }
  .my-empire-p5g069 .my-empire-0u728g ~ .my-empire-gm3ifl,
  .my-empire-p5g069.my-empire-6he2tk .my-empire-0u728g ~ .my-empire-gm3ifl {
    grid-row: 2/3;
  }
  .my-empire-t85xff.my-empire-xqvhi9 .my-empire-0u728g ~ .my-empire-gm3ifl {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .my-empire-lqwj89:first-child .my-empire-e2za9l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .my-empire-lqwj89:first-child .my-empire-e2za9l h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .my-empire-lqwj89 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .my-empire-lqwj89 {
    padding: 0;
  }
  .my-empire-g2czk2 {
    margin-top: 1rem;
  }
  .my-empire-thpat7 {
    border-radius: 5px;
  }
  .my-empire-aetfx6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .my-empire-oeizs2::after {
    display: inline-block;
  }
  .my-empire-oeizs2 {
    margin: 0;
    width: 100%;
  }
  .my-empire-6g37gg {
    width: 100%;
  }
  .my-empire-6g37gg.my-empire-p90eg7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .my-empire-6g37gg.my-empire-p90eg7 .my-empire-rihbuy {
    width: 100%;
  }
  .my-empire-6g37gg.my-empire-p90eg7 .my-empire-rihbuy:not(:last-child) {
    margin-right: 0;
  }
  .my-empire-87657d {
    width: 100%;
    text-align: center;
  }
  .my-empire-j02le7.my-empire-oqs0ay .my-empire-6g37gg {
    margin-top: 1rem;
  }
  .my-empire-5s1mmo {
    grid-template-columns: repeat(3, 1fr);
  }
  .my-empire-v6qbzj,
  .my-empire-lwphgg {
    grid-template-columns: repeat(2, 1fr);
  }
  .my-empire-iyfcap,
  .my-empire-3zdp26,
  .my-empire-j535up {
    grid-template-columns: 1fr;
  }
  .my-empire-7a44u1 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .my-empire-gtm9lx {
    min-width: 300px;
    max-width: 325px;
  }
  .my-empire-mg7imd {
    cursor: auto;
  }
  .my-empire-hlg3kl .my-empire-mg7imd {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .my-empire-5cdjzi {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .my-empire-f531a6 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .my-empire-5cdjzi {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.my-empire-2e2nq8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .my-empire-5nsag3 {
    margin: 0 -0.2rem;
  }
  .my-empire-2e2nq8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .my-empire-cvxu0m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .my-empire-m438tb {
    max-width: 100%;
  }
  .my-empire-5s1mmo {
    grid-template-columns: repeat(2, 1fr);
  }
  .my-empire-v6qbzj,
  .my-empire-lwphgg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .my-empire-094dqt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-empire-5nsag3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .my-empire-09go7q {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-empire-sc2r3p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .my-empire-ck4yts,
  .my-empire-ummoro {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .my-empire-f9jc6k {
    width: 100%;
  }
  .my-empire-5s1mmo {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .my-empire-5cdjzi {
    top: 127px !important;
  }
}

.my-empire-36wjvf {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .my-empire-36wjvf {
  }
}

@media (max-width: 767px) {
  .my-empire-36wjvf {
    margin-bottom: 12px;
  }
}

.my-empire-36wjvf img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.my-empire-pj4w2v {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.my-empire-pj4w2v > .my-empire-dn3k6n {
  flex: 1 1;
}

@media (max-width: 767px) {
  .my-empire-pj4w2v {
    flex-direction: column;
    gap: 12px;
  }
}

.my-empire-zx9o73 {
  display: flex;
}

.my-empire-zx9o73 .my-empire-kpa3zn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.my-empire-zx9o73 .my-empire-3w1ili {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.my-empire-zx9o73 .my-empire-djjcfg {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.my-empire-zx9o73 .my-empire-hwaqe4 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.my-empire-zx9o73 .my-empire-hwaqe4:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.my-empire-zx9o73 .my-empire-k8y91i {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.my-empire-jtts5f {
  border: unset;
  background-color: unset;
}

.my-empire-jtts5f tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.my-empire-jtts5f .my-empire-t7eldk,
.my-empire-jtts5f .my-empire-0vjj5r {
  flex: 0 1 330px;
}

.my-empire-jtts5f .my-empire-gm39lg {
  flex: 1 1;
}

.my-empire-jtts5f tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.my-empire-jtts5f tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.my-empire-jtts5f tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.my-empire-jtts5f tr td p {
  color: #fff;
  margin: 0;
}

.my-empire-jtts5f tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.my-empire-jtts5f tr.my-empire-t7eldk td p {
  padding: 16px 0;
}

.my-empire-jtts5f tr.my-empire-t7eldk td p:not(:last-child),
.my-empire-jtts5f tr.my-empire-0vjj5r td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.my-empire-jtts5f tr.my-empire-t7eldk td p:first-child,
.my-empire-jtts5f tr.my-empire-0vjj5r td p:first-child {
  padding-top: 0;
}

.my-empire-jtts5f tr.my-empire-0vjj5r td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.my-empire-jtts5f tr.my-empire-0vjj5r td p:last-child {
  padding-bottom: 0;
}

.my-empire-jtts5f .my-empire-0vjj5r img {
  max-width: 32px;
}

.my-empire-jtts5f .my-empire-gm39lg {
  min-width: 718px;
}

.my-empire-jtts5f .my-empire-gm39lg td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.my-empire-jtts5f .my-empire-gm39lg td {
  display: flex;
}

.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-l8zpa0,
.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-jmbhj5,
.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-tarvbg {
  flex: 1 1 50%;
}

.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-fx1bwp {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-o760m8,
.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-owxnmv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-l8zpa0,
.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-jmbhj5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-l8zpa0 span,
.my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-jmbhj5 span {
  font-weight: 800;
}

.my-empire-jtts5f .my-empire-gm39lg img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .my-empire-jtts5f .my-empire-gm39lg td .my-empire-tarvbg:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .my-empire-jtts5f tr.my-empire-t7eldk td p:last-child {
    padding-bottom: 0;
  }
  .my-empire-jtts5f .my-empire-0vjj5r > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .my-empire-jtts5f .my-empire-0vjj5r > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .my-empire-jtts5f tr.my-empire-t7eldk td p:not(:last-child),
  .my-empire-jtts5f tr.my-empire-0vjj5r td p:not(:last-child) {
    border-bottom: unset;
  }
  .my-empire-jtts5f tr.my-empire-0vjj5r td p:last-child {
    padding-bottom: 12px;
  }
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-l8zpa0,
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-jmbhj5,
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-tarvbg {
    flex: 1 1 50%;
    padding: 0;
  }
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-l8zpa0,
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-jmbhj5 {
    margin-top: 16px;
  }
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-tarvbg {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-l8zpa0 {
    border-right: 1px solid var(--border-color);
  }
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-tarvbg:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .my-empire-jtts5f .my-empire-gm39lg td:last-child .my-empire-tarvbg:last-child {
    padding-bottom: 0;
  }
}

.my-empire-tarvbg {
  display: flex;
  flex-direction: column;
}

.my-empire-jtts5f .my-empire-gm39lg td .my-empire-tarvbg {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.my-empire-jtts5f .my-empire-gm39lg td .my-empire-tarvbg:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.my-empire-jtts5f .my-empire-gm39lg td .my-empire-tarvbg:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .my-empire-jtts5f .my-empire-gm39lg td .my-empire-tarvbg:not(:first-child) {
    padding-left: 0;
  }
  .my-empire-jtts5f .my-empire-gm39lg td .my-empire-tarvbg:not(:last-of-type) {
    border-right: unset;
  }
}

.my-empire-jtts5f .my-empire-f3y06y {
  flex: 0 1 485px;
}

.my-empire-jtts5f .my-empire-xlaggr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.my-empire-jtts5f .my-empire-xlaggr li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.my-empire-jtts5f .my-empire-xlaggr li.my-empire-i5xq2x {
  padding: 6px 12px;
}

.my-empire-jtts5f .my-empire-xlaggr li a,
.my-empire-jtts5f .my-empire-xlaggr li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.my-empire-jtts5f .my-empire-bgo5v1,
.my-empire-jtts5f .my-empire-7i468y {
  flex: 1 1;
}

.my-empire-jtts5f .my-empire-gdurxo,
.my-empire-jtts5f .my-empire-vnml5g {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.my-empire-jtts5f .my-empire-gdurxo li,
.my-empire-jtts5f .my-empire-vnml5g li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.my-empire-jtts5f .my-empire-7i468y img {
  max-width: 32px;
}

.my-empire-jtts5f .my-empire-bgo5v1 img {
  max-width: 32px;
}

.my-empire-jtts5f .my-empire-itw13e {
  min-width: 280px;
}

.my-empire-jtts5f .my-empire-itw13e img {
  max-width: 146px;
}

.my-empire-jtts5f .my-empire-itw13e td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .my-empire-jtts5f .my-empire-t7eldk,
  .my-empire-jtts5f .my-empire-0vjj5r {
    flex: 0 1 auto;
  }
  .my-empire-jtts5f .my-empire-gm39lg {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .my-empire-jtts5f .my-empire-t7eldk,
  .my-empire-jtts5f .my-empire-f3y06y,
  .my-empire-jtts5f .my-empire-0vjj5r,
  .my-empire-jtts5f .my-empire-gm39lg {
    flex: 1 1 calc(50% - 20px);
  }
  .my-empire-jtts5f .my-empire-bgo5v1,
  .my-empire-jtts5f .my-empire-itw13e,
  .my-empire-jtts5f .my-empire-7i468y {
    flex: 1 1 30%;
  }
  .my-empire-jtts5f .my-empire-itw13e {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .my-empire-jtts5f .my-empire-t7eldk,
  .my-empire-jtts5f .my-empire-f3y06y,
  .my-empire-jtts5f .my-empire-bgo5v1,
  .my-empire-jtts5f .my-empire-0vjj5r,
  .my-empire-jtts5f .my-empire-gm39lg,
  .my-empire-jtts5f .my-empire-itw13e,
  .my-empire-jtts5f .my-empire-7i468y {
    flex: 1 1 100%;
  }
}

.my-empire-3wez3t .my-empire-rbvp8k {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.my-empire-3wez3t .my-empire-p853jf {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.my-empire-3wez3t .my-empire-2hekyl {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.my-empire-3wez3t .my-empire-usdgfo {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.my-empire-3wez3t .my-empire-usdgfo > :nth-child(3) {
  margin-top: 0;
}

.my-empire-3wez3t .my-empire-gm3ifl {
  grid-column: 2/3;
  grid-row: 1/10;
}

.my-empire-3wez3t .my-empire-kur0v8 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.my-empire-3wez3t .my-empire-g2czk2 {
  grid-column: 1/2;
}

.my-empire-3wez3t > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.my-empire-3wez3t .my-empire-p853jf:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.my-empire-3wez3t .my-empire-p853jf:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.my-empire-3wez3t .my-empire-f9jc6k {
  min-width: 240px;
}

@media (max-width: 768px) {
  .my-empire-3wez3t .my-empire-p853jf:not(:last-child):before {
    bottom: 8px;
  }
  .my-empire-3wez3t .my-empire-p853jf:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .my-empire-3wez3t .my-empire-usdgfo {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .my-empire-3wez3t .my-empire-gm3ifl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .my-empire-3wez3t .my-empire-gm3ifl img {
    width: 100%;
    height: auto;
  }
  .my-empire-3wez3t .my-empire-f9jc6k {
    width: 100%;
    min-width: unset;
  }
}

.my-empire-dioyne .my-empire-9c3jtr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.my-empire-dioyne .my-empire-o2tpdb {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.my-empire-dioyne .my-empire-gm3ifl {
  height: 100%;
}

.my-empire-dioyne .my-empire-gm3ifl img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.my-empire-dioyne .my-empire-lq3ubf {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.my-empire-dioyne .my-empire-x3kt4t {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.my-empire-dioyne .my-empire-9f9cy0 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .my-empire-dioyne .my-empire-o2tpdb {
    flex: 1 1 100%;
  }
  .my-empire-dioyne .my-empire-0yevpw {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .my-empire-dioyne .my-empire-o2tpdb {
    flex-direction: column;
  }
  .my-empire-dioyne .my-empire-gm3ifl {
    width: 100%;
    height: auto;
  }
  .my-empire-dioyne .my-empire-gm3ifl img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .my-empire-dioyne .my-empire-lq3ubf {
    padding: 0 16px 16px 16px;
  }
  .my-empire-dioyne .my-empire-0yevpw {
    min-width: unset;
    width: 100%;
  }
}

.my-empire-iqr554 .my-empire-dgrcpg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.my-empire-iqr554 .my-empire-t6vgwq {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.my-empire-iqr554 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.my-empire-iqr554 .my-empire-4eowh4 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.my-empire-iqr554 .my-empire-t6vgwq:hover .my-empire-4eowh4 {
  display: flex;
}

.my-empire-iqr554 .my-empire-lcjeun {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.my-empire-iqr554 .my-empire-z4gpe3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.my-empire-y7kz5u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.my-empire-y7kz5u.my-empire-kmzmyv {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.my-empire-khsen9 ease-in-out;
}

.my-empire-y7kz5u.my-empire-kmzmyv:hover {
  color: #f9cb16;
  background-color: transparent;
}

.my-empire-iqr554 .my-empire-fwfwrm {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.my-empire-khsen9 ease-in-out;
}

.my-empire-iqr554 .my-empire-fwfwrm:hover {
  color: #196948;
  background-color: #f9cb16;
}

.my-empire-iqr554 .my-empire-fwfwrm:after,
.my-empire-y7kz5u.my-empire-kmzmyv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.my-empire-y7kz5u.my-empire-kmzmyv:after {
  background-image: url(../images/Cash.svg);
}

.my-empire-iqr554 .my-empire-fwfwrm:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .my-empire-iqr554 .my-empire-dgrcpg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .my-empire-iqr554 .my-empire-dgrcpg {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .my-empire-iqr554 .my-empire-dgrcpg {
    grid-template-columns: 1fr;
  }
  .my-empire-iqr554 .my-empire-t6vgwq {
    height: auto;
  }
  .my-empire-iqr554 .my-empire-t6vgwq .my-empire-4eowh4 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .my-empire-iqr554 .my-empire-lcjeun,
  .my-empire-iqr554 .my-empire-z4gpe3 {
    text-align: left;
  }
  .my-empire-iqr554 .my-empire-z4gpe3 {
    margin-bottom: 8px;
  }
  .my-empire-iqr554 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.my-empire-i6iueu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.my-empire-i6iueu.my-empire-pq81be {
  display: block;
}

.my-empire-i6iueu .my-empire-v4p2dz {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.my-empire-i6iueu .my-empire-0p31c3 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.my-empire-i6iueu .my-empire-33fnul {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.my-empire-i6iueu .my-empire-fqr1c0 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.my-empire-i6iueu .my-empire-y7kz5u {
  min-width: 296px;
  margin-bottom: 0;
}

.my-empire-i6iueu .my-empire-dneyxo {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.my-empire-i6iueu .my-empire-wpdkzh {
  position: relative;
  flex: 1 1;
}

.my-empire-i6iueu .my-empire-wpdkzh iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .my-empire-i6iueu .my-empire-0p31c3 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .my-empire-i6iueu .my-empire-33fnul {
    order: 1;
  }
  .my-empire-i6iueu .my-empire-fqr1c0 {
    order: 3;
    flex: 1 1 100%;
  }
  .my-empire-i6iueu .my-empire-y7kz5u {
    width: 100%;
    min-width: unset;
  }
  .my-empire-i6iueu .my-empire-dneyxo {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .my-empire-p5g069 > .my-empire-0u728g {
    margin-bottom: 0;
  }
  .my-empire-p5g069 > .my-empire-g2czk2,
  .my-empire-p5g069 > p {
    margin-top: 0;
  }
}

.my-empire-x4rgoe img,
.my-empire-2e2nq8 img {
  width: auto;
  object-fit: contain;
}

.my-empire-x4rgoe {
  align-items: center;
}

.my-empire-x4rgoe img {
  max-height: 76px;
}

.my-empire-2e2nq8 img {
  max-height: 64px;
}

.my-empire-ybbiee {
  overflow: auto;
}

.my-empire-epbm0l {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.my-empire-si1q9r:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.my-empire-unr9ac {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.my-empire-ovcoab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.my-empire-unr9ac .my-empire-gm3ifl {
  margin-right: 20px;
  flex-shrink: 0;
}

.my-empire-unr9ac img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.my-empire-ep214z {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.my-empire-ep214z > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .my-empire-unr9ac {
    padding: 15px 10px;
  }
  .my-empire-ep214z {
    padding: 15px 10px;
  }
  .my-empire-unr9ac .my-empire-gm3ifl {
    margin-right: 10px;
  }
}

.my-empire-ulckvi {
  overflow-x: auto;
}

.my-empire-7vonks {
  border-collapse: collapse;
  width: 100%;
}

.my-empire-ulckvi th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.my-empire-ulckvi td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.my-empire-ulckvi td.my-empire-cxx5lj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.my-empire-ulckvi td.my-empire-bsy6lr {
  border-right: none;
}

.my-empire-ulckvi td.my-empire-bsy6lr .my-empire-gm3ifl {
  justify-content: flex-start;
}

.my-empire-ulckvi td.my-empire-bsy6lr .my-empire-gm3ifl img {
  height: auto;
  width: 90px;
}

.my-empire-ulckvi td.my-empire-ajazam,
.my-empire-ulckvi td.my-empire-pm62wa {
  font-weight: 600;
  text-align: right;
}

.my-empire-ulckvi td.my-empire-q6s1ji,
.my-empire-ulckvi td.my-empire-ajazam {
  padding-bottom: 10px;
  border-bottom: none;
}

.my-empire-ulckvi td.my-empire-ajazam,
.my-empire-ulckvi td.my-empire-pm62wa {
  border-left: none;
}

.my-empire-ulckvi td.my-empire-q6s1ji,
.my-empire-ulckvi td.my-empire-rd6yn9 {
  border-right: none;
}

.my-empire-ulckvi td.my-empire-rd6yn9,
.my-empire-ulckvi td.my-empire-pm62wa {
  border-top: none;
  padding-top: 10px;
}

.my-empire-p96nea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.my-empire-p96nea .my-empire-0yevpw {
  min-width: unset;
  width: 100%;
}

.my-empire-p96nea .my-empire-0yevpw.my-empire-fqxy0w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.my-empire-p96nea .my-empire-0yevpw.my-empire-ivq7iy {
  grid-column: 2/3;
  grid-row: 1/2;
}

.my-empire-p96nea .my-empire-d92mq0 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .my-empire-p96nea {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .my-empire-p96nea .my-empire-0yevpw.my-empire-fqxy0w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .my-empire-p96nea .my-empire-0yevpw.my-empire-ivq7iy {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .my-empire-p96nea .my-empire-d92mq0 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.my-empire-s9iai1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.my-empire-wlhj7o {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.my-empire-w6kfww p a img {
  margin: 0 auto;
  display: block;
}

.my-empire-w6kfww table {
  margin-bottom: 17px;
}

/* contanct form */
.my-empire-od3tjh {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.my-empire-od3tjh label {
  font-size: 14px;
}

.my-empire-od3tjh h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.my-empire-od3tjh input,
.my-empire-od3tjh textarea,
.my-empire-od3tjh button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.my-empire-od3tjh button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.my-empire-khsen9 ease;
}
.my-empire-od3tjh button:hover {
  background-color: #691204;
}
.my-empire-1o3hu8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.my-empire-xv60cw ease-in;
}

.my-empire-1o3hu8 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.my-empire-zmnp3p, .my-empire-fp7y9x, [class*="review-card"],
thead, thead th, table th, .my-empire-4jmcib,
.my-empire-9nqgpb, [class*="collapsible-header"],
.my-empire-5xdpyt, [class*="updated-block"] {
  color: #ece7dc !important;
}
