@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);
}

.king-billy-0kfyud {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-billy-n28w8j {
  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.king-billy-ymqe9g,
ul.king-billy-ymqe9g {
  padding-left: 20px;
}

ul.king-billy-ymqe9g {
  list-style: disc;
}

ol.king-billy-ymqe9g {
  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;
  }
}

.king-billy-5n6sc0 > .king-billy-ccmnq9,
.king-billy-5n6sc0 > .king-billy-wmp1qr,
.king-billy-5n6sc0 > blockquote,
.king-billy-5n6sc0 > h1,
.king-billy-5n6sc0 > h2,
.king-billy-5n6sc0 > h3,
.king-billy-5n6sc0 > h4,
.king-billy-5n6sc0 > h5,
.king-billy-5n6sc0 > h6,
.king-billy-5n6sc0 > ol,
.king-billy-5n6sc0 > p,
.king-billy-5n6sc0 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-billy-5n6sc0 > ol,
.king-billy-5n6sc0 > ul {
  padding-left: 50px;
}

.king-billy-5n6sc0 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;
}

.king-billy-5n6sc0:not(:last-child) {
  margin-bottom: 2rem;
}

.king-billy-5n6sc0 > :not(:first-child) {
  margin-top: 2rem;
}

.king-billy-5n6sc0 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.king-billy-5n6sc0:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .king-billy-5n6sc0:first-child {
    margin-top: 20px;
  }
}

.king-billy-5n6sc0 > p:last-of-type {
  margin-bottom: 32px;
}

.king-billy-5n6sc0 > .king-billy-5t8kq3:not(:first-child) {
  margin: 64px auto 16px auto;
}

.king-billy-dn6yiy > .king-billy-5t8kq3 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-billy-wmp1qr {
  overflow: auto;
}

.king-billy-wmp1qr::-webkit-scrollbar {
  height: 5px;
}

.king-billy-wmp1qr table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.king-billy-wmp1qr table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.king-billy-wmp1qr table thead,
table thead {
  border-bottom: none;
}

.king-billy-wmp1qr table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.king-billy-wmp1qr table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.king-billy-wmp1qr table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.king-billy-wmp1qr .king-billy-1ucept {
  table-layout: auto;
}

.king-billy-wmp1qr .king-billy-1ucept th {
  word-break: normal;
}

.king-billy-wmp1qr .king-billy-1ucept td {
  word-break: normal;
}

.king-billy-0kfyud .king-billy-0kfyud {
  padding-right: 0;
  padding-left: 0;
}

.king-billy-2g4g04 {
  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;
}

.king-billy-ezjrd7 {
  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;
}

.king-billy-k6i6cd {
  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;
}

.king-billy-ccmnq9 {
  margin-top: 24px;
}

.king-billy-ccmnq9.king-billy-cqoy18 {
  text-align: left;
}

.king-billy-ccmnq9.king-billy-j6vw5s {
  text-align: right;
}

.king-billy-ccmnq9.king-billy-etswlj {
  text-align: center;
}

.king-billy-0xhsbp {
  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.king-billy-rx1vda ease-in-out;
  cursor: pointer;
}

.king-billy-0xhsbp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.king-billy-0xhsbp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .king-billy-0xhsbp {
    min-width: unset;
  }
}

.king-billy-7vxzpl {
  background-color: var(--fh-bg-color);
}

.king-billy-s1jf66 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.king-billy-aq7i2l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.king-billy-aq7i2l img {
  max-height: 80px;
  object-fit: contain;
}

.king-billy-dut461 {
  flex: 1 1;
}

.king-billy-hqm496 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.king-billy-xuudy4 {
  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;
}

.king-billy-xuudy4 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;
}

.king-billy-xuudy4.king-billy-7rr3dk span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.king-billy-xuudy4.king-billy-7rr3dk span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.king-billy-xuudy4.king-billy-7rr3dk span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.king-billy-dut461 + .king-billy-hqm496 {
  margin-left: 20px;
}

.king-billy-jvnrcw {
  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;
}

.king-billy-jvnrcw > svg {
  max-width: 24px;
  max-height: 24px;
}

.king-billy-jvnrcw + .king-billy-jvnrcw {
  margin-left: 5px;
}

.king-billy-dk79bz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.king-billy-dk79bz:hover {
  background-color: var(--button-bg-hover);
}

.king-billy-x5vcne {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.king-billy-rx1vda ease-in-out;
  border: 1px solid var(--border-color);
}

.king-billy-x5vcne:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.king-billy-8vvz0e {
  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) {
  .king-billy-dut461 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .king-billy-8vvz0e {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .king-billy-dut461 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .king-billy-jvnrcw {
    min-width: unset;
    flex: 1 1;
  }
}

.king-billy-9x64qh {
  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;
}

.king-billy-9x64qh:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.king-billy-9x64qh:hover .king-billy-uc7wch {
  opacity: 1;
  pointer-events: auto;
}

.king-billy-q0wiog {
  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.king-billy-ve9f3h ease-in-out;
  gap: 4px;
}

.king-billy-q0wiog > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.king-billy-q0wiog .king-billy-2g4g04 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.king-billy-ofwnba,
.king-billy-q0wiog:hover {
  color: var(--button-bg-hover);
}

.king-billy-3e364w {
  position: relative;
}

.king-billy-3e364w .king-billy-q0wiog {
  margin-right: 0;
  padding-right: 4px;
}

.king-billy-mkepon svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.king-billy-3e364w.king-billy-7rr3dk .king-billy-mkepon svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.king-billy-3e364w.king-billy-7rr3dk .king-billy-uc7wch {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.king-billy-3e364w.king-billy-7rr3dk .king-billy-uc7wch::before {
  display: none;
}

.king-billy-mkepon svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.king-billy-uc7wch {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.king-billy-wfeaj6 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.king-billy-uc7wch::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.king-billy-uc7wch:hover {
  color: var(--fh-bg-color);
}

.king-billy-p5vkjh {
  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.king-billy-wfeaj6 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.king-billy-ve9f3h ease-in-out;
  -o-transition: 0.king-billy-ve9f3h ease-in-out;
  transition: 0.king-billy-ve9f3h ease-in-out;
}

.king-billy-p5vkjh .king-billy-2g4g04 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.king-billy-p3qezr,
.king-billy-p5vkjh:hover {
  color: var(--button-bg-hover);
}

.king-billy-qk8zgh {
  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%;
}

.king-billy-qk8zgh.king-billy-krc0ne {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.king-billy-qk8zgh.king-billy-krc0ne:after,
.king-billy-qk8zgh.king-billy-krc0ne:before {
  content: "";
  position: absolute;
  margin: auto;
}

.king-billy-qk8zgh.king-billy-krc0ne: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);
  }
}

.king-billy-qk8zgh.king-billy-krc0ne:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.king-billy-qk8zgh.king-billy-krc0ne > * {
  z-index: 1;
}

.king-billy-qk8zgh b,
.king-billy-qk8zgh strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.king-billy-qk8zgh .king-billy-axnk23 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.king-billy-qk8zgh .king-billy-4v58py {
  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;
}

.king-billy-qk8zgh .king-billy-2g4g04 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.king-billy-qk8zgh .king-billy-bo3ciy {
  margin-top: 12px;
}

.king-billy-bo3ciy {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.king-billy-26aj89 {
  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;
}

.king-billy-bo3ciy .king-billy-6c1pfi {
  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.king-billy-rx1vda ease-in-out;
}

.king-billy-bo3ciy .king-billy-6c1pfi:hover {
  background: rgba(255, 255, 255, 0.3);
}

.king-billy-9304ml {
  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;
}

.king-billy-qk8zgh.king-billy-jx1v2l {
  gap: 12px;
  padding: 16px;
}

.king-billy-qk8zgh.king-billy-jx1v2l .king-billy-9304ml {
  min-width: 240px;
}

.king-billy-qk8zgh.king-billy-jx1v2l .king-billy-9304ml.king-billy-6ttvxm {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .king-billy-qk8zgh .king-billy-axnk23 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .king-billy-qk8zgh .king-billy-4v58py {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .king-billy-qk8zgh .king-billy-2g4g04 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l .king-billy-2g4g04 {
    max-width: 126px;
  }
  .king-billy-qk8zgh .king-billy-bo3ciy {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .king-billy-qk8zgh .king-billy-26aj89 {
    max-width: unset;
  }
  .king-billy-9304ml {
    min-width: unset;
    width: 100%;
  }
  .king-billy-qk8zgh .king-billy-9304ml {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l {
    grid-template-rows: auto 1fr auto;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l .king-billy-9304ml {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .king-billy-qk8zgh {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .king-billy-qk8zgh .king-billy-axnk23 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .king-billy-qk8zgh .king-billy-2g4g04 {
    max-width: 78px;
  }
  .king-billy-qk8zgh .king-billy-bo3ciy {
    margin-top: -12px;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l {
    gap: 8px;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l .king-billy-axnk23 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l .king-billy-4v58py {
    grid-column: 1/3;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l .king-billy-2g4g04 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .king-billy-qk8zgh.king-billy-jx1v2l .king-billy-2g4g04 img {
    max-width: 114px;
  }
}

.king-billy-9304ml.king-billy-nor5av,
.king-billy-9304ml.king-billy-gayjjf,
.king-billy-9304ml.king-billy-rnr2ht {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.king-billy-rx1vda ease-in-out;
}

.king-billy-9304ml.king-billy-nor5av,
.king-billy-9304ml.king-billy-rnr2ht {
  padding: 10px;
}

.king-billy-9304ml.king-billy-nor5av:hover,
.king-billy-9304ml.king-billy-gayjjf:hover,
.king-billy-9304ml.king-billy-rnr2ht:hover {
  background: var(--button-bg-hover);
}

.king-billy-9304ml.king-billy-nor5av:hover svg path,
.king-billy-9304ml.king-billy-rnr2ht:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.king-billy-9304ml.king-billy-6ttvxm {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.king-billy-rx1vda ease-in-out;
  background: var(--button-bg-color);
}

.king-billy-9304ml.king-billy-6ttvxm:hover {
  background-color: var(--button-bg-hover);
}

.king-billy-9304ml.king-billy-gayjjf: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);
  }
}

.king-billy-9304ml.king-billy-gayjjf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.king-billy-9304ml.king-billy-6ttvxm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.king-billy-hk92sk {
  max-width: 650px;
}

.king-billy-mh8uxf {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.king-billy-nftx3t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.king-billy-z2omng {
  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.king-billy-ve9f3h ease-in-out;
  cursor: pointer;
}

.king-billy-z2omng:hover {
  opacity: 0.5;
}

.king-billy-z2omng:focus {
  outline: 0;
}

.king-billy-z2omng:focus .king-billy-3szdvv,
.king-billy-z2omng:hover .king-billy-3szdvv {
  fill: red;
  fill-opacity: 1;
}

.king-billy-z2omng:hover {
  cursor: pointer;
}

.king-billy-i5la1t {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.king-billy-hk92sk.king-billy-etswlj {
  margin: 0 auto;
}

.king-billy-hk92sk.king-billy-j6vw5s {
  margin-left: auto;
}

.king-billy-x8xonu {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.king-billy-gb5qg7 {
  padding-bottom: 50px;
}

.king-billy-8ec3x2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.king-billy-bxohel {
  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;
}

.king-billy-g9q9bd {
  margin-top: 24px;
}

.king-billy-n3rfuf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.king-billy-zau4q1 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.king-billy-ihti9p {
  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;
}

.king-billy-urnqam {
  width: 468px;
}

.king-billy-ihti9p .king-billy-uc7wch {
  margin: 0.king-billy-ry7mv6 0;
}

.king-billy-it9lmm {
  display: flex;
  min-width: 224px;
}

.king-billy-gm0ptw {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.king-billy-ve9f3h ease-in-out;
}

.king-billy-4qjmc6,
.king-billy-gm0ptw:hover {
  color: var(--text-color);
}

.king-billy-g3dicm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.king-billy-9mkhk6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .king-billy-x8xonu {
    padding: 16px;
  }
  .king-billy-g3dicm {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .king-billy-9mkhk6 {
    align-items: center;
  }
  .king-billy-urnqam {
    width: unset;
  }
  .king-billy-it9lmm {
    min-width: unset;
  }
  .king-billy-ihti9p {
    max-height: unset;
  }
  .king-billy-8ec3x2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .king-billy-x8xonu {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.king-billy-uwsm6x {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.king-billy-uwsm6x:not(:last-child) {
  margin-bottom: 16px;
}

.king-billy-9ee5al {
  outline: 0;
}

.king-billy-9ee5al .king-billy-tec9vy {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.king-billy-yfzoez {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .king-billy-yfzoez {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.king-billy-yfzoez::-webkit-details-marker {
  display: none;
}

.king-billy-yfzoez: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;
}

.king-billy-yfzoez: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] .king-billy-yfzoez:after {
  transform: unset;
}

.king-billy-tec9vy {
  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);
}

.king-billy-tec9vy 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.king-billy-ve9f3h ease-in-out;
  -o-transition: 0.king-billy-ve9f3h ease-in-out;
  transition: 0.king-billy-ve9f3h ease-in-out;
}

.king-billy-ezi99w {
  padding: 16px 0 0 0;
}

.king-billy-ezi99w * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .king-billy-ezi99w :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-billy-yfzoez {
    flex-wrap: wrap;
    gap: 12px;
  }
  .king-billy-yfzoez::after {
    margin-left: auto;
  }
  .king-billy-tec9vy {
    order: 3;
    flex: 1 1 100%;
  }
  .king-billy-yfzoez {
    font-size: 14px;
    line-height: 130%;
  }
  .king-billy-tec9vy svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.king-billy-iainnj {
  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;
}

.king-billy-evscj7 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.king-billy-iainnj.king-billy-7rr3dk .king-billy-evscj7 {
  margin-bottom: 12px;
}

.king-billy-evscj7::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;
}

.king-billy-iainnj.king-billy-7rr3dk .king-billy-evscj7::after {
  transform: unset;
}

.king-billy-o5vrky {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.king-billy-ghcrgs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.king-billy-ve9f3h ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.king-billy-ghcrgs: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;
}

.king-billy-iainnj.king-billy-7rr3dk .king-billy-o5vrky {
  max-height: 100%;
}

.king-billy-d6pjec {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.king-billy-96brj3 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.king-billy-lhi0cm {
  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;
}

.king-billy-47ppx2 {
  margin-right: 4px;
}

.king-billy-p6y8k3 {
  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.king-billy-ve9f3h ease-in-out;
}

.king-billy-p6y8k3 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.king-billy-a7h04h,
.king-billy-p6y8k3:hover {
  color: var(--text-color);
}

.king-billy-s479t7 {
  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;
}

.king-billy-s479t7 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.king-billy-s479t7 .king-billy-42mcu2 {
  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;
}

.king-billy-s479t7 .king-billy-cwznsg {
  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;
}

.king-billy-kls48z {
  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;
}

.king-billy-z9m7h4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.king-billy-rbjutg .king-billy-0kfyud {
  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;
}

.king-billy-rbjutg {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.king-billy-nl4s4j {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.king-billy-sl7krg {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.king-billy-ro01tc {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.king-billy-0tlnod 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;
}

.king-billy-ro01tc:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.king-billy-oa4btz {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.king-billy-tiwy2i {
  -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.king-billy-ve9f3h ease-in-out;
  transition: transform 0.king-billy-ve9f3h ease-in-out;
  -o-transition: transform 0.king-billy-ve9f3h ease-in-out;
  transition:
    transform 0.king-billy-ve9f3h ease-in-out,
    -webkit-transform 0.king-billy-ve9f3h ease-in-out;
  cursor: pointer;
}

.king-billy-tiwy2i svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.king-billy-tiwy2i: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;
}

.king-billy-sn8z7q {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .king-billy-sn8z7q {
    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);
}

.king-billy-4arpzt {
  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;
}

.king-billy-msw3m3 {
  position: relative;
  width: 100%;
}

.king-billy-4arpzt.king-billy-gyzb8o {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.king-billy-4arpzt.king-billy-etswlj {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.king-billy-4arpzt.king-billy-j6vw5s {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.king-billy-zfyh3j {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.king-billy-7k36rm {
  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.king-billy-ve9f3h ease-in-out;
  cursor: pointer;
}

.king-billy-7k36rm:hover {
  opacity: 0.5;
}

.king-billy-4arpzt.king-billy-uqauxe .king-billy-7k36rm {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.king-billy-4arpzt.king-billy-uqauxe .king-billy-zfyh3j {
  cursor: pointer;
}

.king-billy-19rb9l {
  fill: #0009;
}

.king-billy-8hft21 {
  fill: #fff;
}

.king-billy-7k36rm:hover .king-billy-19rb9l {
  fill: red;
}

.king-billy-7k36rm svg path {
  -webkit-transition: 0.king-billy-ve9f3h ease-in-out;
  -o-transition: 0.king-billy-ve9f3h ease-in-out;
  transition: 0.king-billy-ve9f3h ease-in-out;
}

.king-billy-9tisfv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.king-billy-9tisfv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.king-billy-9tisfv.king-billy-g823qr > :not(.get-image) {
  grid-column: 1/3;
}

.king-billy-mnvn07:not(._h1-block) .king-billy-9tisfv > .king-billy-5t8kq3 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.king-billy-9tisfv.king-billy-g823qr .king-billy-dfda1b {
  grid-column: 2/3;
}

.king-billy-9tisfv.king-billy-g823qr > .king-billy-2g4g04 {
  grid-column: 1/2;
}

.king-billy-9tisfv.king-billy-g823qr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.king-billy-9tisfv > p:first-of-type {
  margin-top: 0;
}

.king-billy-9tisfv .king-billy-2g4g04 {
  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;
}

.king-billy-mnvn07:not(._h1-block) .king-billy-5t8kq3 ~ .king-billy-2g4g04 {
  grid-row: 2/10;
}

.king-billy-mnvn07.king-billy-c0tlrh .king-billy-5t8kq3 ~ .king-billy-2g4g04 {
  grid-row: 1/10;
}

.king-billy-mnvn07.king-billy-c0tlrh > .king-billy-5t8kq3 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.king-billy-mnvn07.king-billy-c0tlrh .king-billy-2g4g04 {
  grid-row: 1/10;
}

.king-billy-9tisfv.king-billy-ckc49a .king-billy-2g4g04 {
  align-items: flex-start;
}

.king-billy-9tisfv.king-billy-etswlj .king-billy-dfda1b {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.king-billy-9tisfv.king-billy-etswlj .king-billy-2g4g04 {
  align-items: center;
}

.king-billy-9tisfv.king-billy-mm120w .king-billy-2g4g04 {
  align-items: flex-end;
}

.king-billy-dfda1b > :first-child {
  margin-top: 0;
}

.king-billy-dfda1b > :last-child {
  margin-bottom: 0;
}

* + .king-billy-wbf5ts,
.king-billy-mnvn07 + .king-billy-mnvn07 {
  margin-top: 2rem;
}

.king-billy-qjevjs td::before,
.king-billy-qjevjs th::after {
  display: none !important;
}

.king-billy-qjevjs #link-selector {
  color: #000;
}

.king-billy-qjevjs .king-billy-dcc64o {
  color: #135e96;
}

.king-billy-qjevjs .king-billy-t857zh *,
.king-billy-qjevjs .king-billy-wk1x46 p,
.king-billy-qjevjs .king-billy-nsg978 * {
  color: #000;
}

.king-billy-qjevjs .king-billy-qyar3n {
  background: 0 0 !important;
}

.king-billy-qjevjs .king-billy-gtm8xa {
  color: #000;
}

.king-billy-qjevjs .king-billy-5glfyf.king-billy-4avg1m {
  color: #fff;
}

.king-billy-qjevjs .king-billy-zqwg96 {
  color: #000;
}

.king-billy-qjevjs
  .king-billy-40qjyp
  .king-billy-9zfdww.king-billy-4avg1m.king-billy-lpunek {
  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;
}

.king-billy-tzws56,
body .king-billy-vg955s {
  color: #000;
  background: var(--color-body) !important;
}

.king-billy-tzws56 .king-billy-f86tdt .king-billy-y833mi,
body .king-billy-vg955s .king-billy-f86tdt .king-billy-y833mi {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .king-billy-ghcrgs:focus,
  .king-billy-ghcrgs:hover {
    color: #f9cb16;
  }
  .king-billy-rfazfz:focus,
  .king-billy-rfazfz:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .king-billy-iyb73g:focus img,
  .king-billy-iyb73g:focus svg,
  .king-billy-iyb73g:hover img,
  .king-billy-iyb73g:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .king-billy-s479t7 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .king-billy-3e364w:hover .king-billy-mkepon svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .king-billy-mkepon {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .king-billy-w711pm {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .king-billy-h9015j {
    grid-template-columns: repeat(4, 1fr);
  }
  .king-billy-dxyixb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .king-billy-byt5sc .king-billy-mqpa8l {
    grid-template-columns: 1fr;
  }
  .king-billy-byt5sc .king-billy-cgw9wd {
    -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;
  }
  .king-billy-byt5sc .king-billy-fegvlk {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .king-billy-byt5sc .king-billy-9584j1 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .king-billy-byt5sc .king-billy-s210kj {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .king-billy-byt5sc .king-billy-fegvlk:not(:first-child) {
    border: none;
  }
  .king-billy-byt5sc .king-billy-fegvlk:first-child .king-billy-9584j1 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .king-billy-byt5sc .king-billy-fegvlk:last-child .king-billy-9584j1 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .king-billy-s1jf66 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .king-billy-aq7i2l {
    max-width: 100px;
  }
  .king-billy-dut461 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .king-billy-hqm496 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .king-billy-hqm496 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .king-billy-xuudy4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .king-billy-dut461 + .king-billy-hqm496 {
    margin-left: auto;
  }
  .king-billy-9yo6g2 {
    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;
  }
  .king-billy-9yo6g2.king-billy-7rr3dk {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .king-billy-8vvz0e {
    -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;
  }
  .king-billy-9x64qh {
    width: 100%;
  }
  .king-billy-9x64qh:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .king-billy-q0wiog {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .king-billy-q0wiog svg {
    margin-right: 4px;
  }
  .king-billy-3e364w {
    -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;
  }
  .king-billy-mkepon svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .king-billy-mkepon {
    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;
  }
  .king-billy-uc7wch {
    display: none;
    width: 100%;
  }
  .king-billy-3e364w.king-billy-7rr3dk .king-billy-uc7wch {
    padding: 0 0 0 48px;
  }
  .king-billy-p5vkjh {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .king-billy-bxohel .king-billy-2g4g04 {
    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;
  }
  .king-billy-4tupaf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .king-billy-4tupaf + .king-billy-4tupaf {
    margin-right: 0;
  }
  .king-billy-4tupaf + .king-billy-2g4g04 {
    margin: 0;
  }
  .king-billy-w711pm {
    grid-template-columns: repeat(4, 1fr);
  }
  .king-billy-h9015j {
    grid-template-columns: repeat(3, 1fr);
  }
  .king-billy-tlthlq,
  .king-billy-jx81az {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-billy-9tisfv {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .king-billy-9tisfv.king-billy-g823qr .king-billy-dfda1b {
    grid-column: auto;
    grid-row: auto;
  }
  .king-billy-9tisfv > .king-billy-5t8kq3 {
    grid-column: 1/2;
  }
  .king-billy-9tisfv.king-billy-g823qr > :not(.get-image) {
    grid-column: 1/2;
  }
  .king-billy-9tisfv .king-billy-2g4g04,
  .king-billy-9tisfv.king-billy-g823qr > .king-billy-2g4g04 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .king-billy-9tisfv.king-billy-g823qr > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .king-billy-mnvn07.king-billy-c0tlrh .king-billy-9tisfv > .king-billy-2g4g04 {
    grid-row: 1/2;
  }
  .king-billy-9tisfv .king-billy-5t8kq3 ~ .king-billy-2g4g04,
  .king-billy-9tisfv.king-billy-g823qr .king-billy-5t8kq3 ~ .king-billy-2g4g04 {
    grid-row: 2/3;
  }
  .king-billy-mnvn07.king-billy-c0tlrh .king-billy-5t8kq3 ~ .king-billy-2g4g04 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .king-billy-5n6sc0:first-child .king-billy-tx7gw6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .king-billy-5n6sc0:first-child .king-billy-tx7gw6 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .king-billy-5n6sc0 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .king-billy-5n6sc0 {
    padding: 0;
  }
  .king-billy-ccmnq9 {
    margin-top: 1rem;
  }
  .king-billy-9ee5al {
    border-radius: 5px;
  }
  .king-billy-5ng2gz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .king-billy-evscj7::after {
    display: inline-block;
  }
  .king-billy-evscj7 {
    margin: 0;
    width: 100%;
  }
  .king-billy-o5vrky {
    width: 100%;
  }
  .king-billy-o5vrky.king-billy-q4p8i4 {
    -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%;
  }
  .king-billy-o5vrky.king-billy-q4p8i4 .king-billy-8eioj7 {
    width: 100%;
  }
  .king-billy-o5vrky.king-billy-q4p8i4 .king-billy-8eioj7:not(:last-child) {
    margin-right: 0;
  }
  .king-billy-ghcrgs {
    width: 100%;
    text-align: center;
  }
  .king-billy-iainnj.king-billy-7rr3dk .king-billy-o5vrky {
    margin-top: 1rem;
  }
  .king-billy-w711pm {
    grid-template-columns: repeat(3, 1fr);
  }
  .king-billy-dxyixb,
  .king-billy-h9015j {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-billy-tlthlq,
  .king-billy-jx81az,
  .king-billy-h2cgei {
    grid-template-columns: 1fr;
  }
  .king-billy-15bigf {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .king-billy-yxuty9 {
    min-width: 300px;
    max-width: 325px;
  }
  .king-billy-9584j1 {
    cursor: auto;
  }
  .king-billy-owyrdd .king-billy-9584j1 {
    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;
  }
  .king-billy-sn8z7q {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .king-billy-uc7wch {
    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) {
  .king-billy-sn8z7q {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.king-billy-4tupaf p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .king-billy-hqm496 {
    margin: 0 -0.2rem;
  }
  .king-billy-4tupaf {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .king-billy-pvirmb {
    -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;
  }
  .king-billy-5spew9 {
    max-width: 100%;
  }
  .king-billy-w711pm {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-billy-dxyixb,
  .king-billy-h9015j {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .king-billy-s1jf66 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .king-billy-hqm496 {
    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;
  }
  .king-billy-7vxzpl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .king-billy-jvnrcw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .king-billy-15axp0,
  .king-billy-c9vrej {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .king-billy-0xhsbp {
    width: 100%;
  }
  .king-billy-w711pm {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .king-billy-sn8z7q {
    top: 127px !important;
  }
}

.king-billy-sgnxtf {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .king-billy-sgnxtf {
  }
}

@media (max-width: 767px) {
  .king-billy-sgnxtf {
    margin-bottom: 12px;
  }
}

.king-billy-sgnxtf img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.king-billy-csw9tl {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.king-billy-csw9tl > .king-billy-cblctt {
  flex: 1 1;
}

@media (max-width: 767px) {
  .king-billy-csw9tl {
    flex-direction: column;
    gap: 12px;
  }
}

.king-billy-mc4tlj {
  display: flex;
}

.king-billy-mc4tlj .king-billy-ipszr5 {
  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;
}

.king-billy-mc4tlj .king-billy-1044m1 {
  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;
}

.king-billy-mc4tlj .king-billy-58lheo {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.king-billy-mc4tlj .king-billy-w62py3 {
  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));
  }
}

.king-billy-mc4tlj .king-billy-w62py3:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.king-billy-mc4tlj .king-billy-c12f54 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.king-billy-wucxh7 {
  border: unset;
  background-color: unset;
}

.king-billy-wucxh7 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.king-billy-wucxh7 .king-billy-lp9vt7,
.king-billy-wucxh7 .king-billy-jrwq7t {
  flex: 0 1 330px;
}

.king-billy-wucxh7 .king-billy-w445ik {
  flex: 1 1;
}

.king-billy-wucxh7 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.king-billy-wucxh7 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.king-billy-wucxh7 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.king-billy-wucxh7 tr td p {
  color: #fff;
  margin: 0;
}

.king-billy-wucxh7 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.king-billy-wucxh7 tr.king-billy-lp9vt7 td p {
  padding: 16px 0;
}

.king-billy-wucxh7 tr.king-billy-lp9vt7 td p:not(:last-child),
.king-billy-wucxh7 tr.king-billy-jrwq7t td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.king-billy-wucxh7 tr.king-billy-lp9vt7 td p:first-child,
.king-billy-wucxh7 tr.king-billy-jrwq7t td p:first-child {
  padding-top: 0;
}

.king-billy-wucxh7 tr.king-billy-jrwq7t td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.king-billy-wucxh7 tr.king-billy-jrwq7t td p:last-child {
  padding-bottom: 0;
}

.king-billy-wucxh7 .king-billy-jrwq7t img {
  max-width: 32px;
}

.king-billy-wucxh7 .king-billy-w445ik {
  min-width: 718px;
}

.king-billy-wucxh7 .king-billy-w445ik td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.king-billy-wucxh7 .king-billy-w445ik td {
  display: flex;
}

.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-e68a98,
.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-8oti5e,
.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-hd6tvf {
  flex: 1 1 50%;
}

.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-6hacvw {
  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;
}

.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-8yjizt,
.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-hdrwrg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-e68a98,
.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-8oti5e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-e68a98 span,
.king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-8oti5e span {
  font-weight: 800;
}

.king-billy-wucxh7 .king-billy-w445ik img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .king-billy-wucxh7 .king-billy-w445ik td .king-billy-hd6tvf:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .king-billy-wucxh7 tr.king-billy-lp9vt7 td p:last-child {
    padding-bottom: 0;
  }
  .king-billy-wucxh7 .king-billy-jrwq7t > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .king-billy-wucxh7 .king-billy-jrwq7t > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .king-billy-wucxh7 tr.king-billy-lp9vt7 td p:not(:last-child),
  .king-billy-wucxh7 tr.king-billy-jrwq7t td p:not(:last-child) {
    border-bottom: unset;
  }
  .king-billy-wucxh7 tr.king-billy-jrwq7t td p:last-child {
    padding-bottom: 12px;
  }
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-e68a98,
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-8oti5e,
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-hd6tvf {
    flex: 1 1 50%;
    padding: 0;
  }
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-e68a98,
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-8oti5e {
    margin-top: 16px;
  }
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-hd6tvf {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-e68a98 {
    border-right: 1px solid var(--border-color);
  }
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-hd6tvf:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .king-billy-wucxh7 .king-billy-w445ik td:last-child .king-billy-hd6tvf:last-child {
    padding-bottom: 0;
  }
}

.king-billy-hd6tvf {
  display: flex;
  flex-direction: column;
}

.king-billy-wucxh7 .king-billy-w445ik td .king-billy-hd6tvf {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.king-billy-wucxh7 .king-billy-w445ik td .king-billy-hd6tvf:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.king-billy-wucxh7 .king-billy-w445ik td .king-billy-hd6tvf:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .king-billy-wucxh7 .king-billy-w445ik td .king-billy-hd6tvf:not(:first-child) {
    padding-left: 0;
  }
  .king-billy-wucxh7 .king-billy-w445ik td .king-billy-hd6tvf:not(:last-of-type) {
    border-right: unset;
  }
}

.king-billy-wucxh7 .king-billy-ita1yy {
  flex: 0 1 485px;
}

.king-billy-wucxh7 .king-billy-sxwpvo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.king-billy-wucxh7 .king-billy-sxwpvo li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-billy-wucxh7 .king-billy-sxwpvo li.king-billy-y3vsrz {
  padding: 6px 12px;
}

.king-billy-wucxh7 .king-billy-sxwpvo li a,
.king-billy-wucxh7 .king-billy-sxwpvo 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;
}

.king-billy-wucxh7 .king-billy-axnear,
.king-billy-wucxh7 .king-billy-2n45dm {
  flex: 1 1;
}

.king-billy-wucxh7 .king-billy-wa2dw9,
.king-billy-wucxh7 .king-billy-t1xsbm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.king-billy-wucxh7 .king-billy-wa2dw9 li,
.king-billy-wucxh7 .king-billy-t1xsbm li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.king-billy-wucxh7 .king-billy-2n45dm img {
  max-width: 32px;
}

.king-billy-wucxh7 .king-billy-axnear img {
  max-width: 32px;
}

.king-billy-wucxh7 .king-billy-gh8664 {
  min-width: 280px;
}

.king-billy-wucxh7 .king-billy-gh8664 img {
  max-width: 146px;
}

.king-billy-wucxh7 .king-billy-gh8664 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .king-billy-wucxh7 .king-billy-lp9vt7,
  .king-billy-wucxh7 .king-billy-jrwq7t {
    flex: 0 1 auto;
  }
  .king-billy-wucxh7 .king-billy-w445ik {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .king-billy-wucxh7 .king-billy-lp9vt7,
  .king-billy-wucxh7 .king-billy-ita1yy,
  .king-billy-wucxh7 .king-billy-jrwq7t,
  .king-billy-wucxh7 .king-billy-w445ik {
    flex: 1 1 calc(50% - 20px);
  }
  .king-billy-wucxh7 .king-billy-axnear,
  .king-billy-wucxh7 .king-billy-gh8664,
  .king-billy-wucxh7 .king-billy-2n45dm {
    flex: 1 1 30%;
  }
  .king-billy-wucxh7 .king-billy-gh8664 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .king-billy-wucxh7 .king-billy-lp9vt7,
  .king-billy-wucxh7 .king-billy-ita1yy,
  .king-billy-wucxh7 .king-billy-axnear,
  .king-billy-wucxh7 .king-billy-jrwq7t,
  .king-billy-wucxh7 .king-billy-w445ik,
  .king-billy-wucxh7 .king-billy-gh8664,
  .king-billy-wucxh7 .king-billy-2n45dm {
    flex: 1 1 100%;
  }
}

.king-billy-b5c5xk .king-billy-hgxql9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.king-billy-b5c5xk .king-billy-wc9dst {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.king-billy-b5c5xk .king-billy-v3g1s2 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.king-billy-b5c5xk .king-billy-npweol {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.king-billy-b5c5xk .king-billy-npweol > :nth-child(3) {
  margin-top: 0;
}

.king-billy-b5c5xk .king-billy-2g4g04 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.king-billy-b5c5xk .king-billy-k2ldfj {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.king-billy-b5c5xk .king-billy-ccmnq9 {
  grid-column: 1/2;
}

.king-billy-b5c5xk > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.king-billy-b5c5xk .king-billy-wc9dst: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;
}

.king-billy-b5c5xk .king-billy-wc9dst:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.king-billy-b5c5xk .king-billy-0xhsbp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .king-billy-b5c5xk .king-billy-wc9dst:not(:last-child):before {
    bottom: 8px;
  }
  .king-billy-b5c5xk .king-billy-wc9dst:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .king-billy-b5c5xk .king-billy-npweol {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .king-billy-b5c5xk .king-billy-2g4g04 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .king-billy-b5c5xk .king-billy-2g4g04 img {
    width: 100%;
    height: auto;
  }
  .king-billy-b5c5xk .king-billy-0xhsbp {
    width: 100%;
    min-width: unset;
  }
}

.king-billy-smswxu .king-billy-hhkjwm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.king-billy-smswxu .king-billy-gfv23f {
  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;
}

.king-billy-smswxu .king-billy-2g4g04 {
  height: 100%;
}

.king-billy-smswxu .king-billy-2g4g04 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.king-billy-smswxu .king-billy-2bm8e6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.king-billy-smswxu .king-billy-vevjqe {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.king-billy-smswxu .king-billy-q9yx1j {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .king-billy-smswxu .king-billy-gfv23f {
    flex: 1 1 100%;
  }
  .king-billy-smswxu .king-billy-9304ml {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .king-billy-smswxu .king-billy-gfv23f {
    flex-direction: column;
  }
  .king-billy-smswxu .king-billy-2g4g04 {
    width: 100%;
    height: auto;
  }
  .king-billy-smswxu .king-billy-2g4g04 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .king-billy-smswxu .king-billy-2bm8e6 {
    padding: 0 16px 16px 16px;
  }
  .king-billy-smswxu .king-billy-9304ml {
    min-width: unset;
    width: 100%;
  }
}

.king-billy-ir99f2 .king-billy-a91446 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.king-billy-ir99f2 .king-billy-iw64vt {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.king-billy-ir99f2 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;
}

.king-billy-ir99f2 .king-billy-n7yvfy {
  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;
}

.king-billy-ir99f2 .king-billy-iw64vt:hover .king-billy-n7yvfy {
  display: flex;
}

.king-billy-ir99f2 .king-billy-zqrz3a {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-billy-ir99f2 .king-billy-qwaack {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.king-billy-gf5xd3 {
  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;
}

.king-billy-gf5xd3.king-billy-q3utax {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.king-billy-rx1vda ease-in-out;
}

.king-billy-gf5xd3.king-billy-q3utax:hover {
  color: #f9cb16;
  background-color: transparent;
}

.king-billy-ir99f2 .king-billy-h1mlp4 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.king-billy-rx1vda ease-in-out;
}

.king-billy-ir99f2 .king-billy-h1mlp4:hover {
  color: #196948;
  background-color: #f9cb16;
}

.king-billy-ir99f2 .king-billy-h1mlp4:after,
.king-billy-gf5xd3.king-billy-q3utax:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.king-billy-gf5xd3.king-billy-q3utax:after {
  background-image: url(../images/Cash.svg);
}

.king-billy-ir99f2 .king-billy-h1mlp4:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .king-billy-ir99f2 .king-billy-a91446 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .king-billy-ir99f2 .king-billy-a91446 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .king-billy-ir99f2 .king-billy-a91446 {
    grid-template-columns: 1fr;
  }
  .king-billy-ir99f2 .king-billy-iw64vt {
    height: auto;
  }
  .king-billy-ir99f2 .king-billy-iw64vt .king-billy-n7yvfy {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .king-billy-ir99f2 .king-billy-zqrz3a,
  .king-billy-ir99f2 .king-billy-qwaack {
    text-align: left;
  }
  .king-billy-ir99f2 .king-billy-qwaack {
    margin-bottom: 8px;
  }
  .king-billy-ir99f2 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.king-billy-ap7xli {
  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;
}

.king-billy-ap7xli.king-billy-uqauxe {
  display: block;
}

.king-billy-ap7xli .king-billy-gepwit {
  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;
}

.king-billy-ap7xli .king-billy-sa33yd {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.king-billy-ap7xli .king-billy-l1u1dn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.king-billy-ap7xli .king-billy-j7ufnl {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.king-billy-ap7xli .king-billy-gf5xd3 {
  min-width: 296px;
  margin-bottom: 0;
}

.king-billy-ap7xli .king-billy-4sex9t {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.king-billy-ap7xli .king-billy-mw6biz {
  position: relative;
  flex: 1 1;
}

.king-billy-ap7xli .king-billy-mw6biz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .king-billy-ap7xli .king-billy-sa33yd {
    flex-wrap: wrap;
    gap: 8px;
  }
  .king-billy-ap7xli .king-billy-l1u1dn {
    order: 1;
  }
  .king-billy-ap7xli .king-billy-j7ufnl {
    order: 3;
    flex: 1 1 100%;
  }
  .king-billy-ap7xli .king-billy-gf5xd3 {
    width: 100%;
    min-width: unset;
  }
  .king-billy-ap7xli .king-billy-4sex9t {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .king-billy-9tisfv > .king-billy-5t8kq3 {
    margin-bottom: 0;
  }
  .king-billy-9tisfv > .king-billy-ccmnq9,
  .king-billy-9tisfv > p {
    margin-top: 0;
  }
}

.king-billy-82op46 img,
.king-billy-4tupaf img {
  width: auto;
  object-fit: contain;
}

.king-billy-82op46 {
  align-items: center;
}

.king-billy-82op46 img {
  max-height: 76px;
}

.king-billy-4tupaf img {
  max-height: 64px;
}

.king-billy-vvdef8 {
  overflow: auto;
}

.king-billy-9q2tiu {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.king-billy-d7wpn6:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.king-billy-pmv8bf {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.king-billy-wwor3c {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.king-billy-pmv8bf .king-billy-2g4g04 {
  margin-right: 20px;
  flex-shrink: 0;
}

.king-billy-pmv8bf img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.king-billy-iilnd5 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.king-billy-iilnd5 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-billy-pmv8bf {
    padding: 15px 10px;
  }
  .king-billy-iilnd5 {
    padding: 15px 10px;
  }
  .king-billy-pmv8bf .king-billy-2g4g04 {
    margin-right: 10px;
  }
}

.king-billy-gg6r8n {
  overflow-x: auto;
}

.king-billy-geoix2 {
  border-collapse: collapse;
  width: 100%;
}

.king-billy-gg6r8n th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.king-billy-gg6r8n td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.king-billy-gg6r8n td.king-billy-uj0qft {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.king-billy-gg6r8n td.king-billy-ymbhg9 {
  border-right: none;
}

.king-billy-gg6r8n td.king-billy-ymbhg9 .king-billy-2g4g04 {
  justify-content: flex-start;
}

.king-billy-gg6r8n td.king-billy-ymbhg9 .king-billy-2g4g04 img {
  height: auto;
  width: 90px;
}

.king-billy-gg6r8n td.king-billy-2ma92e,
.king-billy-gg6r8n td.king-billy-5o7g96 {
  font-weight: 600;
  text-align: right;
}

.king-billy-gg6r8n td.king-billy-0odsaf,
.king-billy-gg6r8n td.king-billy-2ma92e {
  padding-bottom: 10px;
  border-bottom: none;
}

.king-billy-gg6r8n td.king-billy-2ma92e,
.king-billy-gg6r8n td.king-billy-5o7g96 {
  border-left: none;
}

.king-billy-gg6r8n td.king-billy-0odsaf,
.king-billy-gg6r8n td.king-billy-382obb {
  border-right: none;
}

.king-billy-gg6r8n td.king-billy-382obb,
.king-billy-gg6r8n td.king-billy-5o7g96 {
  border-top: none;
  padding-top: 10px;
}

.king-billy-brxbbc {
  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;
}

.king-billy-brxbbc .king-billy-9304ml {
  min-width: unset;
  width: 100%;
}

.king-billy-brxbbc .king-billy-9304ml.king-billy-nor5av {
  grid-column: 1/2;
  grid-row: 1/2;
}

.king-billy-brxbbc .king-billy-9304ml.king-billy-rnr2ht {
  grid-column: 2/3;
  grid-row: 1/2;
}

.king-billy-brxbbc .king-billy-eesccq {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-billy-brxbbc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .king-billy-brxbbc .king-billy-9304ml.king-billy-nor5av {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .king-billy-brxbbc .king-billy-9304ml.king-billy-rnr2ht {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .king-billy-brxbbc .king-billy-eesccq {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.king-billy-g8l5nk {
  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;
}

.king-billy-vxakxk {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.king-billy-dn6yiy p a img {
  margin: 0 auto;
  display: block;
}

.king-billy-dn6yiy table {
  margin-bottom: 17px;
}

/* contanct form */
.king-billy-yu2dge {
  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;
}

.king-billy-yu2dge label {
  font-size: 14px;
}

.king-billy-yu2dge h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.king-billy-yu2dge input,
.king-billy-yu2dge textarea,
.king-billy-yu2dge 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;
}
.king-billy-yu2dge button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.king-billy-rx1vda ease;
}
.king-billy-yu2dge button:hover {
  background-color: #691204;
}
.king-billy-h4rqby {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.king-billy-m0lte0 ease-in;
}

.king-billy-h4rqby 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;
}
.king-billy-a1yelv, .king-billy-nbvjda, [class*="review-card"],
thead, thead th, table th, .king-billy-cmct39,
.king-billy-som9un, [class*="collapsible-header"],
.king-billy-gzd48c, [class*="updated-block"] {
  color: #ece7dc !important;
}
