@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);
}

.btc-bl4kvl {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.btc-0k8urb {
  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.btc-3ujf6t,
ul.btc-3ujf6t {
  padding-left: 20px;
}

ul.btc-3ujf6t {
  list-style: disc;
}

ol.btc-3ujf6t {
  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;
  }
}

.btc-owg9x8 > .btc-talv3t,
.btc-owg9x8 > .btc-y2bbl0,
.btc-owg9x8 > blockquote,
.btc-owg9x8 > h1,
.btc-owg9x8 > h2,
.btc-owg9x8 > h3,
.btc-owg9x8 > h4,
.btc-owg9x8 > h5,
.btc-owg9x8 > h6,
.btc-owg9x8 > ol,
.btc-owg9x8 > p,
.btc-owg9x8 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.btc-owg9x8 > ol,
.btc-owg9x8 > ul {
  padding-left: 50px;
}

.btc-owg9x8 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;
}

.btc-owg9x8:not(:last-child) {
  margin-bottom: 2rem;
}

.btc-owg9x8 > :not(:first-child) {
  margin-top: 2rem;
}

.btc-owg9x8 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btc-owg9x8:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .btc-owg9x8:first-child {
    margin-top: 20px;
  }
}

.btc-owg9x8 > p:last-of-type {
  margin-bottom: 32px;
}

.btc-owg9x8 > .btc-f3qty1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.btc-eyzc69 > .btc-f3qty1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.btc-y2bbl0 {
  overflow: auto;
}

.btc-y2bbl0::-webkit-scrollbar {
  height: 5px;
}

.btc-y2bbl0 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.btc-y2bbl0 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.btc-y2bbl0 table thead,
table thead {
  border-bottom: none;
}

.btc-y2bbl0 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.btc-y2bbl0 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.btc-y2bbl0 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.btc-y2bbl0 .btc-4bmm4t {
  table-layout: auto;
}

.btc-y2bbl0 .btc-4bmm4t th {
  word-break: normal;
}

.btc-y2bbl0 .btc-4bmm4t td {
  word-break: normal;
}

.btc-bl4kvl .btc-bl4kvl {
  padding-right: 0;
  padding-left: 0;
}

.btc-xwawko {
  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;
}

.btc-1i7beq {
  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;
}

.btc-05206p {
  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;
}

.btc-talv3t {
  margin-top: 24px;
}

.btc-talv3t.btc-06pj7r {
  text-align: left;
}

.btc-talv3t.btc-9jwy5u {
  text-align: right;
}

.btc-talv3t.btc-43960c {
  text-align: center;
}

.btc-bw0onx {
  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.btc-cxjs60 ease-in-out;
  cursor: pointer;
}

.btc-bw0onx:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.btc-bw0onx {
  min-width: 328px;
}

@media (max-width: 768px) {
  .btc-bw0onx {
    min-width: unset;
  }
}

.btc-u1t686 {
  background-color: var(--fh-bg-color);
}

.btc-l6eb17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.btc-gu04gb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.btc-gu04gb img {
  max-height: 80px;
  object-fit: contain;
}

.btc-uxy5ru {
  flex: 1 1;
}

.btc-hp1atz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.btc-wr90fa {
  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;
}

.btc-wr90fa 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;
}

.btc-wr90fa.btc-e7u1t5 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.btc-wr90fa.btc-e7u1t5 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.btc-wr90fa.btc-e7u1t5 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.btc-uxy5ru + .btc-hp1atz {
  margin-left: 20px;
}

.btc-71chkk {
  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;
}

.btc-71chkk > svg {
  max-width: 24px;
  max-height: 24px;
}

.btc-71chkk + .btc-71chkk {
  margin-left: 5px;
}

.btc-2aw71k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.btc-2aw71k:hover {
  background-color: var(--button-bg-hover);
}

.btc-4hxg9q {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.btc-cxjs60 ease-in-out;
  border: 1px solid var(--border-color);
}

.btc-4hxg9q:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.btc-88qz1s {
  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) {
  .btc-uxy5ru {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .btc-88qz1s {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .btc-uxy5ru {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .btc-71chkk {
    min-width: unset;
    flex: 1 1;
  }
}

.btc-kurtup {
  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;
}

.btc-kurtup:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btc-kurtup:hover .btc-k9xoox {
  opacity: 1;
  pointer-events: auto;
}

.btc-gd8q1h {
  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.btc-x19om3 ease-in-out;
  gap: 4px;
}

.btc-gd8q1h > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.btc-gd8q1h .btc-xwawko img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.btc-mep0ci,
.btc-gd8q1h:hover {
  color: var(--button-bg-hover);
}

.btc-9spvrh {
  position: relative;
}

.btc-9spvrh .btc-gd8q1h {
  margin-right: 0;
  padding-right: 4px;
}

.btc-06zfc5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.btc-9spvrh.btc-e7u1t5 .btc-06zfc5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.btc-9spvrh.btc-e7u1t5 .btc-k9xoox {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.btc-9spvrh.btc-e7u1t5 .btc-k9xoox::before {
  display: none;
}

.btc-06zfc5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.btc-k9xoox {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.btc-dqgndv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.btc-k9xoox::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.btc-k9xoox:hover {
  color: var(--fh-bg-color);
}

.btc-d6xgjm {
  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.btc-dqgndv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.btc-x19om3 ease-in-out;
  -o-transition: 0.btc-x19om3 ease-in-out;
  transition: 0.btc-x19om3 ease-in-out;
}

.btc-d6xgjm .btc-xwawko img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.btc-q69sg8,
.btc-d6xgjm:hover {
  color: var(--button-bg-hover);
}

.btc-j0yz88 {
  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%;
}

.btc-j0yz88.btc-5sag6y {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.btc-j0yz88.btc-5sag6y:after,
.btc-j0yz88.btc-5sag6y:before {
  content: "";
  position: absolute;
  margin: auto;
}

.btc-j0yz88.btc-5sag6y: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);
  }
}

.btc-j0yz88.btc-5sag6y:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.btc-j0yz88.btc-5sag6y > * {
  z-index: 1;
}

.btc-j0yz88 b,
.btc-j0yz88 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.btc-j0yz88 .btc-xls5tx {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.btc-j0yz88 .btc-e1brg7 {
  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;
}

.btc-j0yz88 .btc-xwawko {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.btc-j0yz88 .btc-4cl6hf {
  margin-top: 12px;
}

.btc-4cl6hf {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.btc-aihw1n {
  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;
}

.btc-4cl6hf .btc-4z7d8p {
  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.btc-cxjs60 ease-in-out;
}

.btc-4cl6hf .btc-4z7d8p:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btc-x872e1 {
  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;
}

.btc-j0yz88.btc-9q9mmp {
  gap: 12px;
  padding: 16px;
}

.btc-j0yz88.btc-9q9mmp .btc-x872e1 {
  min-width: 240px;
}

.btc-j0yz88.btc-9q9mmp .btc-x872e1.btc-su5kk5 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .btc-j0yz88 .btc-xls5tx {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .btc-j0yz88 .btc-e1brg7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .btc-j0yz88 .btc-xwawko {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .btc-j0yz88.btc-9q9mmp .btc-xwawko {
    max-width: 126px;
  }
  .btc-j0yz88 .btc-4cl6hf {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .btc-j0yz88 .btc-aihw1n {
    max-width: unset;
  }
  .btc-x872e1 {
    min-width: unset;
    width: 100%;
  }
  .btc-j0yz88 .btc-x872e1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .btc-j0yz88.btc-9q9mmp {
    grid-template-rows: auto 1fr auto;
  }
  .btc-j0yz88.btc-9q9mmp .btc-x872e1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .btc-j0yz88 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .btc-j0yz88 .btc-xls5tx {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .btc-j0yz88 .btc-xwawko {
    max-width: 78px;
  }
  .btc-j0yz88 .btc-4cl6hf {
    margin-top: -12px;
  }
  .btc-j0yz88.btc-9q9mmp {
    gap: 8px;
  }
  .btc-j0yz88.btc-9q9mmp .btc-xls5tx {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .btc-j0yz88.btc-9q9mmp .btc-e1brg7 {
    grid-column: 1/3;
  }
  .btc-j0yz88.btc-9q9mmp .btc-xwawko {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .btc-j0yz88.btc-9q9mmp .btc-xwawko img {
    max-width: 114px;
  }
}

.btc-x872e1.btc-0ushvt,
.btc-x872e1.btc-fg05wk,
.btc-x872e1.btc-wft7r3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.btc-cxjs60 ease-in-out;
}

.btc-x872e1.btc-0ushvt,
.btc-x872e1.btc-wft7r3 {
  padding: 10px;
}

.btc-x872e1.btc-0ushvt:hover,
.btc-x872e1.btc-fg05wk:hover,
.btc-x872e1.btc-wft7r3:hover {
  background: var(--button-bg-hover);
}

.btc-x872e1.btc-0ushvt:hover svg path,
.btc-x872e1.btc-wft7r3:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.btc-x872e1.btc-su5kk5 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.btc-cxjs60 ease-in-out;
  background: var(--button-bg-color);
}

.btc-x872e1.btc-su5kk5:hover {
  background-color: var(--button-bg-hover);
}

.btc-x872e1.btc-fg05wk: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);
  }
}

.btc-x872e1.btc-fg05wk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.btc-x872e1.btc-su5kk5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.btc-5q8c0d {
  max-width: 650px;
}

.btc-2sw31r {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.btc-qauej2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btc-onqbml {
  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.btc-x19om3 ease-in-out;
  cursor: pointer;
}

.btc-onqbml:hover {
  opacity: 0.5;
}

.btc-onqbml:focus {
  outline: 0;
}

.btc-onqbml:focus .btc-p1x7w9,
.btc-onqbml:hover .btc-p1x7w9 {
  fill: red;
  fill-opacity: 1;
}

.btc-onqbml:hover {
  cursor: pointer;
}

.btc-3gpop9 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.btc-5q8c0d.btc-43960c {
  margin: 0 auto;
}

.btc-5q8c0d.btc-9jwy5u {
  margin-left: auto;
}

.btc-ou1qb9 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.btc-vpr6e6 {
  padding-bottom: 50px;
}

.btc-c2e69w {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.btc-899193 {
  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;
}

.btc-9wh68w {
  margin-top: 24px;
}

.btc-lffc4p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btc-av6t7h {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.btc-zks6zu {
  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;
}

.btc-19m9kf {
  width: 468px;
}

.btc-zks6zu .btc-k9xoox {
  margin: 0.btc-p5kusk 0;
}

.btc-bf3bp6 {
  display: flex;
  min-width: 224px;
}

.btc-1gyy5r {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.btc-x19om3 ease-in-out;
}

.btc-ct4l0a,
.btc-1gyy5r:hover {
  color: var(--text-color);
}

.btc-txxfq0 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.btc-dxg1s7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .btc-ou1qb9 {
    padding: 16px;
  }
  .btc-txxfq0 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .btc-dxg1s7 {
    align-items: center;
  }
  .btc-19m9kf {
    width: unset;
  }
  .btc-bf3bp6 {
    min-width: unset;
  }
  .btc-zks6zu {
    max-height: unset;
  }
  .btc-c2e69w {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .btc-ou1qb9 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.btc-2svfsh {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.btc-2svfsh:not(:last-child) {
  margin-bottom: 16px;
}

.btc-fi4r4y {
  outline: 0;
}

.btc-fi4r4y .btc-yfmfpn {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.btc-0inqz2 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .btc-0inqz2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.btc-0inqz2::-webkit-details-marker {
  display: none;
}

.btc-0inqz2: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;
}

.btc-0inqz2: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] .btc-0inqz2:after {
  transform: unset;
}

.btc-yfmfpn {
  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);
}

.btc-yfmfpn 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.btc-x19om3 ease-in-out;
  -o-transition: 0.btc-x19om3 ease-in-out;
  transition: 0.btc-x19om3 ease-in-out;
}

.btc-ylsq0o {
  padding: 16px 0 0 0;
}

.btc-ylsq0o * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .btc-ylsq0o :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .btc-0inqz2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .btc-0inqz2::after {
    margin-left: auto;
  }
  .btc-yfmfpn {
    order: 3;
    flex: 1 1 100%;
  }
  .btc-0inqz2 {
    font-size: 14px;
    line-height: 130%;
  }
  .btc-yfmfpn svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.btc-n7aa7y {
  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;
}

.btc-0xvvq5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.btc-n7aa7y.btc-e7u1t5 .btc-0xvvq5 {
  margin-bottom: 12px;
}

.btc-0xvvq5::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;
}

.btc-n7aa7y.btc-e7u1t5 .btc-0xvvq5::after {
  transform: unset;
}

.btc-0kby1s {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.btc-7pmio4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.btc-x19om3 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.btc-7pmio4: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;
}

.btc-n7aa7y.btc-e7u1t5 .btc-0kby1s {
  max-height: 100%;
}

.btc-sh7a9z {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.btc-egku9k {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.btc-3sq8ei {
  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;
}

.btc-cy8iqk {
  margin-right: 4px;
}

.btc-yq3z26 {
  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.btc-x19om3 ease-in-out;
}

.btc-yq3z26 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.btc-m35ojq,
.btc-yq3z26:hover {
  color: var(--text-color);
}

.btc-0xyc47 {
  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;
}

.btc-0xyc47 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.btc-0xyc47 .btc-e2k7us {
  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;
}

.btc-0xyc47 .btc-6lmn0a {
  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;
}

.btc-aux811 {
  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;
}

.btc-spr201 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btc-yflpgd .btc-bl4kvl {
  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;
}

.btc-yflpgd {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.btc-gudgtd {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.btc-zf1wh3 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.btc-xaeu10 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.btc-rugtaq 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;
}

.btc-xaeu10:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btc-d9e2sx {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.btc-sycp7r {
  -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.btc-x19om3 ease-in-out;
  transition: transform 0.btc-x19om3 ease-in-out;
  -o-transition: transform 0.btc-x19om3 ease-in-out;
  transition:
    transform 0.btc-x19om3 ease-in-out,
    -webkit-transform 0.btc-x19om3 ease-in-out;
  cursor: pointer;
}

.btc-sycp7r svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.btc-sycp7r: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;
}

.btc-jsznxf {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .btc-jsznxf {
    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);
}

.btc-o1gkuc {
  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;
}

.btc-ujilsl {
  position: relative;
  width: 100%;
}

.btc-o1gkuc.btc-roe1zt {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btc-o1gkuc.btc-43960c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btc-o1gkuc.btc-9jwy5u {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btc-kol3w7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.btc-ff3qgf {
  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.btc-x19om3 ease-in-out;
  cursor: pointer;
}

.btc-ff3qgf:hover {
  opacity: 0.5;
}

.btc-o1gkuc.btc-4reo4i .btc-ff3qgf {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btc-o1gkuc.btc-4reo4i .btc-kol3w7 {
  cursor: pointer;
}

.btc-frn5zk {
  fill: #0009;
}

.btc-ka6i9z {
  fill: #fff;
}

.btc-ff3qgf:hover .btc-frn5zk {
  fill: red;
}

.btc-ff3qgf svg path {
  -webkit-transition: 0.btc-x19om3 ease-in-out;
  -o-transition: 0.btc-x19om3 ease-in-out;
  transition: 0.btc-x19om3 ease-in-out;
}

.btc-kooz12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.btc-kooz12 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.btc-kooz12.btc-5k6ffo > :not(.get-image) {
  grid-column: 1/3;
}

.btc-d8dh2k:not(._h1-block) .btc-kooz12 > .btc-f3qty1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.btc-kooz12.btc-5k6ffo .btc-7312hm {
  grid-column: 2/3;
}

.btc-kooz12.btc-5k6ffo > .btc-xwawko {
  grid-column: 1/2;
}

.btc-kooz12.btc-5k6ffo > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.btc-kooz12 > p:first-of-type {
  margin-top: 0;
}

.btc-kooz12 .btc-xwawko {
  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;
}

.btc-d8dh2k:not(._h1-block) .btc-f3qty1 ~ .btc-xwawko {
  grid-row: 2/10;
}

.btc-d8dh2k.btc-t8v3kk .btc-f3qty1 ~ .btc-xwawko {
  grid-row: 1/10;
}

.btc-d8dh2k.btc-t8v3kk > .btc-f3qty1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.btc-d8dh2k.btc-t8v3kk .btc-xwawko {
  grid-row: 1/10;
}

.btc-kooz12.btc-55bxvg .btc-xwawko {
  align-items: flex-start;
}

.btc-kooz12.btc-43960c .btc-7312hm {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.btc-kooz12.btc-43960c .btc-xwawko {
  align-items: center;
}

.btc-kooz12.btc-crghqp .btc-xwawko {
  align-items: flex-end;
}

.btc-7312hm > :first-child {
  margin-top: 0;
}

.btc-7312hm > :last-child {
  margin-bottom: 0;
}

* + .btc-2uwxps,
.btc-d8dh2k + .btc-d8dh2k {
  margin-top: 2rem;
}

.btc-uvwim7 td::before,
.btc-uvwim7 th::after {
  display: none !important;
}

.btc-uvwim7 #link-selector {
  color: #000;
}

.btc-uvwim7 .btc-1vh2dp {
  color: #135e96;
}

.btc-uvwim7 .btc-puz0pd *,
.btc-uvwim7 .btc-v6o2x1 p,
.btc-uvwim7 .btc-7lhc0z * {
  color: #000;
}

.btc-uvwim7 .btc-qxbxrk {
  background: 0 0 !important;
}

.btc-uvwim7 .btc-jtr94f {
  color: #000;
}

.btc-uvwim7 .btc-0kmdsb.btc-sgr9kh {
  color: #fff;
}

.btc-uvwim7 .btc-5w6l4u {
  color: #000;
}

.btc-uvwim7
  .btc-jo2vwh
  .btc-bh1o5h.btc-sgr9kh.btc-u7qr70 {
  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;
}

.btc-r92l45,
body .btc-yyl1w9 {
  color: #000;
  background: var(--color-body) !important;
}

.btc-r92l45 .btc-m4h2k1 .btc-xw26pp,
body .btc-yyl1w9 .btc-m4h2k1 .btc-xw26pp {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .btc-7pmio4:focus,
  .btc-7pmio4:hover {
    color: #f9cb16;
  }
  .btc-7hz83r:focus,
  .btc-7hz83r:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .btc-b3ugz4:focus img,
  .btc-b3ugz4:focus svg,
  .btc-b3ugz4:hover img,
  .btc-b3ugz4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .btc-0xyc47 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .btc-9spvrh:hover .btc-06zfc5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .btc-06zfc5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .btc-9yyeqr {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .btc-oc9ssu {
    grid-template-columns: repeat(4, 1fr);
  }
  .btc-14rgk8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .btc-wu38r5 .btc-cra6hr {
    grid-template-columns: 1fr;
  }
  .btc-wu38r5 .btc-lgiygh {
    -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;
  }
  .btc-wu38r5 .btc-j1hb1g {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .btc-wu38r5 .btc-iz1vct {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .btc-wu38r5 .btc-gi11lm {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .btc-wu38r5 .btc-j1hb1g:not(:first-child) {
    border: none;
  }
  .btc-wu38r5 .btc-j1hb1g:first-child .btc-iz1vct {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .btc-wu38r5 .btc-j1hb1g:last-child .btc-iz1vct {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .btc-l6eb17 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .btc-gu04gb {
    max-width: 100px;
  }
  .btc-uxy5ru {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .btc-hp1atz {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .btc-hp1atz svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .btc-wr90fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .btc-uxy5ru + .btc-hp1atz {
    margin-left: auto;
  }
  .btc-jsazxv {
    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;
  }
  .btc-jsazxv.btc-e7u1t5 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .btc-88qz1s {
    -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;
  }
  .btc-kurtup {
    width: 100%;
  }
  .btc-kurtup:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .btc-gd8q1h {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .btc-gd8q1h svg {
    margin-right: 4px;
  }
  .btc-9spvrh {
    -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;
  }
  .btc-06zfc5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .btc-06zfc5 {
    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;
  }
  .btc-k9xoox {
    display: none;
    width: 100%;
  }
  .btc-9spvrh.btc-e7u1t5 .btc-k9xoox {
    padding: 0 0 0 48px;
  }
  .btc-d6xgjm {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .btc-899193 .btc-xwawko {
    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;
  }
  .btc-owyhox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .btc-owyhox + .btc-owyhox {
    margin-right: 0;
  }
  .btc-owyhox + .btc-xwawko {
    margin: 0;
  }
  .btc-9yyeqr {
    grid-template-columns: repeat(4, 1fr);
  }
  .btc-oc9ssu {
    grid-template-columns: repeat(3, 1fr);
  }
  .btc-j54673,
  .btc-c05pmo {
    grid-template-columns: repeat(2, 1fr);
  }
  .btc-kooz12 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .btc-kooz12.btc-5k6ffo .btc-7312hm {
    grid-column: auto;
    grid-row: auto;
  }
  .btc-kooz12 > .btc-f3qty1 {
    grid-column: 1/2;
  }
  .btc-kooz12.btc-5k6ffo > :not(.get-image) {
    grid-column: 1/2;
  }
  .btc-kooz12 .btc-xwawko,
  .btc-kooz12.btc-5k6ffo > .btc-xwawko {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .btc-kooz12.btc-5k6ffo > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .btc-d8dh2k.btc-t8v3kk .btc-kooz12 > .btc-xwawko {
    grid-row: 1/2;
  }
  .btc-kooz12 .btc-f3qty1 ~ .btc-xwawko,
  .btc-kooz12.btc-5k6ffo .btc-f3qty1 ~ .btc-xwawko {
    grid-row: 2/3;
  }
  .btc-d8dh2k.btc-t8v3kk .btc-f3qty1 ~ .btc-xwawko {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .btc-owg9x8:first-child .btc-2toekz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btc-owg9x8:first-child .btc-2toekz h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .btc-owg9x8 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .btc-owg9x8 {
    padding: 0;
  }
  .btc-talv3t {
    margin-top: 1rem;
  }
  .btc-fi4r4y {
    border-radius: 5px;
  }
  .btc-drpeuf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btc-0xvvq5::after {
    display: inline-block;
  }
  .btc-0xvvq5 {
    margin: 0;
    width: 100%;
  }
  .btc-0kby1s {
    width: 100%;
  }
  .btc-0kby1s.btc-7e1i3f {
    -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%;
  }
  .btc-0kby1s.btc-7e1i3f .btc-stvc04 {
    width: 100%;
  }
  .btc-0kby1s.btc-7e1i3f .btc-stvc04:not(:last-child) {
    margin-right: 0;
  }
  .btc-7pmio4 {
    width: 100%;
    text-align: center;
  }
  .btc-n7aa7y.btc-e7u1t5 .btc-0kby1s {
    margin-top: 1rem;
  }
  .btc-9yyeqr {
    grid-template-columns: repeat(3, 1fr);
  }
  .btc-14rgk8,
  .btc-oc9ssu {
    grid-template-columns: repeat(2, 1fr);
  }
  .btc-j54673,
  .btc-c05pmo,
  .btc-ic7ijj {
    grid-template-columns: 1fr;
  }
  .btc-ty98n1 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .btc-45keon {
    min-width: 300px;
    max-width: 325px;
  }
  .btc-iz1vct {
    cursor: auto;
  }
  .btc-rymkts .btc-iz1vct {
    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;
  }
  .btc-jsznxf {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .btc-k9xoox {
    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) {
  .btc-jsznxf {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.btc-owyhox p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .btc-hp1atz {
    margin: 0 -0.2rem;
  }
  .btc-owyhox {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .btc-hw1hji {
    -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;
  }
  .btc-v1nd6f {
    max-width: 100%;
  }
  .btc-9yyeqr {
    grid-template-columns: repeat(2, 1fr);
  }
  .btc-14rgk8,
  .btc-oc9ssu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .btc-l6eb17 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btc-hp1atz {
    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;
  }
  .btc-u1t686 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btc-71chkk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .btc-4imgtc,
  .btc-ustqu0 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .btc-bw0onx {
    width: 100%;
  }
  .btc-9yyeqr {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .btc-jsznxf {
    top: 127px !important;
  }
}

.btc-k1g62b {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .btc-k1g62b {
  }
}

@media (max-width: 767px) {
  .btc-k1g62b {
    margin-bottom: 12px;
  }
}

.btc-k1g62b img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.btc-9efzu5 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.btc-9efzu5 > .btc-vafpn6 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .btc-9efzu5 {
    flex-direction: column;
    gap: 12px;
  }
}

.btc-w3qmtx {
  display: flex;
}

.btc-w3qmtx .btc-wd4ngq {
  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;
}

.btc-w3qmtx .btc-dwjwqx {
  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;
}

.btc-w3qmtx .btc-5t6ni9 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.btc-w3qmtx .btc-h21bsm {
  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));
  }
}

.btc-w3qmtx .btc-h21bsm:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btc-w3qmtx .btc-kl3ifo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.btc-31f818 {
  border: unset;
  background-color: unset;
}

.btc-31f818 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btc-31f818 .btc-hkty8o,
.btc-31f818 .btc-82rp38 {
  flex: 0 1 330px;
}

.btc-31f818 .btc-tdh59b {
  flex: 1 1;
}

.btc-31f818 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.btc-31f818 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.btc-31f818 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.btc-31f818 tr td p {
  color: #fff;
  margin: 0;
}

.btc-31f818 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.btc-31f818 tr.btc-hkty8o td p {
  padding: 16px 0;
}

.btc-31f818 tr.btc-hkty8o td p:not(:last-child),
.btc-31f818 tr.btc-82rp38 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.btc-31f818 tr.btc-hkty8o td p:first-child,
.btc-31f818 tr.btc-82rp38 td p:first-child {
  padding-top: 0;
}

.btc-31f818 tr.btc-82rp38 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.btc-31f818 tr.btc-82rp38 td p:last-child {
  padding-bottom: 0;
}

.btc-31f818 .btc-82rp38 img {
  max-width: 32px;
}

.btc-31f818 .btc-tdh59b {
  min-width: 718px;
}

.btc-31f818 .btc-tdh59b td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.btc-31f818 .btc-tdh59b td {
  display: flex;
}

.btc-31f818 .btc-tdh59b td:last-child .btc-hrdzkf,
.btc-31f818 .btc-tdh59b td:last-child .btc-y5892f,
.btc-31f818 .btc-tdh59b td:last-child .btc-7eb3n5 {
  flex: 1 1 50%;
}

.btc-31f818 .btc-tdh59b td:last-child .btc-uswsfx {
  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;
}

.btc-31f818 .btc-tdh59b td:last-child .btc-68lx2n,
.btc-31f818 .btc-tdh59b td:last-child .btc-dzxfaw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.btc-31f818 .btc-tdh59b td:last-child .btc-hrdzkf,
.btc-31f818 .btc-tdh59b td:last-child .btc-y5892f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.btc-31f818 .btc-tdh59b td:last-child .btc-hrdzkf span,
.btc-31f818 .btc-tdh59b td:last-child .btc-y5892f span {
  font-weight: 800;
}

.btc-31f818 .btc-tdh59b img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .btc-31f818 .btc-tdh59b td .btc-7eb3n5:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .btc-31f818 tr.btc-hkty8o td p:last-child {
    padding-bottom: 0;
  }
  .btc-31f818 .btc-82rp38 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .btc-31f818 .btc-82rp38 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .btc-31f818 tr.btc-hkty8o td p:not(:last-child),
  .btc-31f818 tr.btc-82rp38 td p:not(:last-child) {
    border-bottom: unset;
  }
  .btc-31f818 tr.btc-82rp38 td p:last-child {
    padding-bottom: 12px;
  }
  .btc-31f818 .btc-tdh59b td:last-child .btc-hrdzkf,
  .btc-31f818 .btc-tdh59b td:last-child .btc-y5892f,
  .btc-31f818 .btc-tdh59b td:last-child .btc-7eb3n5 {
    flex: 1 1 50%;
    padding: 0;
  }
  .btc-31f818 .btc-tdh59b td:last-child .btc-hrdzkf,
  .btc-31f818 .btc-tdh59b td:last-child .btc-y5892f {
    margin-top: 16px;
  }
  .btc-31f818 .btc-tdh59b td:last-child .btc-7eb3n5 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .btc-31f818 .btc-tdh59b td:last-child .btc-hrdzkf {
    border-right: 1px solid var(--border-color);
  }
  .btc-31f818 .btc-tdh59b td:last-child .btc-7eb3n5:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .btc-31f818 .btc-tdh59b td:last-child .btc-7eb3n5:last-child {
    padding-bottom: 0;
  }
}

.btc-7eb3n5 {
  display: flex;
  flex-direction: column;
}

.btc-31f818 .btc-tdh59b td .btc-7eb3n5 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.btc-31f818 .btc-tdh59b td .btc-7eb3n5:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.btc-31f818 .btc-tdh59b td .btc-7eb3n5:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .btc-31f818 .btc-tdh59b td .btc-7eb3n5:not(:first-child) {
    padding-left: 0;
  }
  .btc-31f818 .btc-tdh59b td .btc-7eb3n5:not(:last-of-type) {
    border-right: unset;
  }
}

.btc-31f818 .btc-77da2r {
  flex: 0 1 485px;
}

.btc-31f818 .btc-48cfv2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.btc-31f818 .btc-48cfv2 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.btc-31f818 .btc-48cfv2 li.btc-rep8vk {
  padding: 6px 12px;
}

.btc-31f818 .btc-48cfv2 li a,
.btc-31f818 .btc-48cfv2 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;
}

.btc-31f818 .btc-t6c2bi,
.btc-31f818 .btc-7kgsn4 {
  flex: 1 1;
}

.btc-31f818 .btc-4y8vdu,
.btc-31f818 .btc-vq60bx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btc-31f818 .btc-4y8vdu li,
.btc-31f818 .btc-vq60bx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.btc-31f818 .btc-7kgsn4 img {
  max-width: 32px;
}

.btc-31f818 .btc-t6c2bi img {
  max-width: 32px;
}

.btc-31f818 .btc-snxbms {
  min-width: 280px;
}

.btc-31f818 .btc-snxbms img {
  max-width: 146px;
}

.btc-31f818 .btc-snxbms td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .btc-31f818 .btc-hkty8o,
  .btc-31f818 .btc-82rp38 {
    flex: 0 1 auto;
  }
  .btc-31f818 .btc-tdh59b {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .btc-31f818 .btc-hkty8o,
  .btc-31f818 .btc-77da2r,
  .btc-31f818 .btc-82rp38,
  .btc-31f818 .btc-tdh59b {
    flex: 1 1 calc(50% - 20px);
  }
  .btc-31f818 .btc-t6c2bi,
  .btc-31f818 .btc-snxbms,
  .btc-31f818 .btc-7kgsn4 {
    flex: 1 1 30%;
  }
  .btc-31f818 .btc-snxbms {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .btc-31f818 .btc-hkty8o,
  .btc-31f818 .btc-77da2r,
  .btc-31f818 .btc-t6c2bi,
  .btc-31f818 .btc-82rp38,
  .btc-31f818 .btc-tdh59b,
  .btc-31f818 .btc-snxbms,
  .btc-31f818 .btc-7kgsn4 {
    flex: 1 1 100%;
  }
}

.btc-3kfuco .btc-14akny {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btc-3kfuco .btc-q3kv52 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.btc-3kfuco .btc-9ewue8 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.btc-3kfuco .btc-ofru22 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.btc-3kfuco .btc-ofru22 > :nth-child(3) {
  margin-top: 0;
}

.btc-3kfuco .btc-xwawko {
  grid-column: 2/3;
  grid-row: 1/10;
}

.btc-3kfuco .btc-jfg4vr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.btc-3kfuco .btc-talv3t {
  grid-column: 1/2;
}

.btc-3kfuco > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.btc-3kfuco .btc-q3kv52: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;
}

.btc-3kfuco .btc-q3kv52:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.btc-3kfuco .btc-bw0onx {
  min-width: 240px;
}

@media (max-width: 768px) {
  .btc-3kfuco .btc-q3kv52:not(:last-child):before {
    bottom: 8px;
  }
  .btc-3kfuco .btc-q3kv52:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .btc-3kfuco .btc-ofru22 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .btc-3kfuco .btc-xwawko {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .btc-3kfuco .btc-xwawko img {
    width: 100%;
    height: auto;
  }
  .btc-3kfuco .btc-bw0onx {
    width: 100%;
    min-width: unset;
  }
}

.btc-lg2mb6 .btc-gce1y3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.btc-lg2mb6 .btc-q0cqre {
  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;
}

.btc-lg2mb6 .btc-xwawko {
  height: 100%;
}

.btc-lg2mb6 .btc-xwawko img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.btc-lg2mb6 .btc-ihofax {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.btc-lg2mb6 .btc-4vlwwt {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.btc-lg2mb6 .btc-wb3oe5 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .btc-lg2mb6 .btc-q0cqre {
    flex: 1 1 100%;
  }
  .btc-lg2mb6 .btc-x872e1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .btc-lg2mb6 .btc-q0cqre {
    flex-direction: column;
  }
  .btc-lg2mb6 .btc-xwawko {
    width: 100%;
    height: auto;
  }
  .btc-lg2mb6 .btc-xwawko img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .btc-lg2mb6 .btc-ihofax {
    padding: 0 16px 16px 16px;
  }
  .btc-lg2mb6 .btc-x872e1 {
    min-width: unset;
    width: 100%;
  }
}

.btc-h1frmm .btc-55ybyh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.btc-h1frmm .btc-6e1uk6 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.btc-h1frmm 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;
}

.btc-h1frmm .btc-cm1iqz {
  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;
}

.btc-h1frmm .btc-6e1uk6:hover .btc-cm1iqz {
  display: flex;
}

.btc-h1frmm .btc-yzhojk {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.btc-h1frmm .btc-s56uho {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.btc-dh4m0g {
  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;
}

.btc-dh4m0g.btc-rkbqdj {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.btc-cxjs60 ease-in-out;
}

.btc-dh4m0g.btc-rkbqdj:hover {
  color: #f9cb16;
  background-color: transparent;
}

.btc-h1frmm .btc-8ywgq0 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.btc-cxjs60 ease-in-out;
}

.btc-h1frmm .btc-8ywgq0:hover {
  color: #196948;
  background-color: #f9cb16;
}

.btc-h1frmm .btc-8ywgq0:after,
.btc-dh4m0g.btc-rkbqdj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.btc-dh4m0g.btc-rkbqdj:after {
  background-image: url(../images/Cash.svg);
}

.btc-h1frmm .btc-8ywgq0:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .btc-h1frmm .btc-55ybyh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .btc-h1frmm .btc-55ybyh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .btc-h1frmm .btc-55ybyh {
    grid-template-columns: 1fr;
  }
  .btc-h1frmm .btc-6e1uk6 {
    height: auto;
  }
  .btc-h1frmm .btc-6e1uk6 .btc-cm1iqz {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .btc-h1frmm .btc-yzhojk,
  .btc-h1frmm .btc-s56uho {
    text-align: left;
  }
  .btc-h1frmm .btc-s56uho {
    margin-bottom: 8px;
  }
  .btc-h1frmm img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.btc-vwkvbx {
  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;
}

.btc-vwkvbx.btc-4reo4i {
  display: block;
}

.btc-vwkvbx .btc-tx5i42 {
  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;
}

.btc-vwkvbx .btc-cs2a67 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.btc-vwkvbx .btc-munjqc {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.btc-vwkvbx .btc-4imaoa {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.btc-vwkvbx .btc-dh4m0g {
  min-width: 296px;
  margin-bottom: 0;
}

.btc-vwkvbx .btc-noqvpt {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btc-vwkvbx .btc-c98abz {
  position: relative;
  flex: 1 1;
}

.btc-vwkvbx .btc-c98abz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .btc-vwkvbx .btc-cs2a67 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .btc-vwkvbx .btc-munjqc {
    order: 1;
  }
  .btc-vwkvbx .btc-4imaoa {
    order: 3;
    flex: 1 1 100%;
  }
  .btc-vwkvbx .btc-dh4m0g {
    width: 100%;
    min-width: unset;
  }
  .btc-vwkvbx .btc-noqvpt {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .btc-kooz12 > .btc-f3qty1 {
    margin-bottom: 0;
  }
  .btc-kooz12 > .btc-talv3t,
  .btc-kooz12 > p {
    margin-top: 0;
  }
}

.btc-ttluss img,
.btc-owyhox img {
  width: auto;
  object-fit: contain;
}

.btc-ttluss {
  align-items: center;
}

.btc-ttluss img {
  max-height: 76px;
}

.btc-owyhox img {
  max-height: 64px;
}

.btc-mdqgn2 {
  overflow: auto;
}

.btc-gf7ej2 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.btc-eayx22:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.btc-fvwau1 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.btc-s9vmu1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btc-fvwau1 .btc-xwawko {
  margin-right: 20px;
  flex-shrink: 0;
}

.btc-fvwau1 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.btc-f9dn0c {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.btc-f9dn0c > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .btc-fvwau1 {
    padding: 15px 10px;
  }
  .btc-f9dn0c {
    padding: 15px 10px;
  }
  .btc-fvwau1 .btc-xwawko {
    margin-right: 10px;
  }
}

.btc-s2uaup {
  overflow-x: auto;
}

.btc-x36s8s {
  border-collapse: collapse;
  width: 100%;
}

.btc-s2uaup th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.btc-s2uaup td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.btc-s2uaup td.btc-u1d7uy {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.btc-s2uaup td.btc-hzupfp {
  border-right: none;
}

.btc-s2uaup td.btc-hzupfp .btc-xwawko {
  justify-content: flex-start;
}

.btc-s2uaup td.btc-hzupfp .btc-xwawko img {
  height: auto;
  width: 90px;
}

.btc-s2uaup td.btc-wbcorm,
.btc-s2uaup td.btc-d07fjn {
  font-weight: 600;
  text-align: right;
}

.btc-s2uaup td.btc-k1kcdi,
.btc-s2uaup td.btc-wbcorm {
  padding-bottom: 10px;
  border-bottom: none;
}

.btc-s2uaup td.btc-wbcorm,
.btc-s2uaup td.btc-d07fjn {
  border-left: none;
}

.btc-s2uaup td.btc-k1kcdi,
.btc-s2uaup td.btc-w5i2e8 {
  border-right: none;
}

.btc-s2uaup td.btc-w5i2e8,
.btc-s2uaup td.btc-d07fjn {
  border-top: none;
  padding-top: 10px;
}

.btc-y7kyk3 {
  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;
}

.btc-y7kyk3 .btc-x872e1 {
  min-width: unset;
  width: 100%;
}

.btc-y7kyk3 .btc-x872e1.btc-0ushvt {
  grid-column: 1/2;
  grid-row: 1/2;
}

.btc-y7kyk3 .btc-x872e1.btc-wft7r3 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.btc-y7kyk3 .btc-718ilc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .btc-y7kyk3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .btc-y7kyk3 .btc-x872e1.btc-0ushvt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .btc-y7kyk3 .btc-x872e1.btc-wft7r3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .btc-y7kyk3 .btc-718ilc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.btc-gvxww4 {
  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;
}

.btc-s2rea4 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.btc-eyzc69 p a img {
  margin: 0 auto;
  display: block;
}

.btc-eyzc69 table {
  margin-bottom: 17px;
}

/* contanct form */
.btc-koatuv {
  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;
}

.btc-koatuv label {
  font-size: 14px;
}

.btc-koatuv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.btc-koatuv input,
.btc-koatuv textarea,
.btc-koatuv 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;
}
.btc-koatuv button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.btc-cxjs60 ease;
}
.btc-koatuv button:hover {
  background-color: #691204;
}
.btc-xv1rfi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.btc-jk74lr ease-in;
}

.btc-xv1rfi 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;
}
.btc-6vuyt8, .btc-f661pm, [class*="review-card"],
thead, thead th, table th, .btc-vfv6dt,
.btc-vet7f7, [class*="collapsible-header"],
.btc-cojotg, [class*="updated-block"] {
  color: #ece7dc !important;
}
