@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);
}

.blaze-spins-bbjc7g {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.blaze-spins-lmlke1 {
  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.blaze-spins-hz89ub,
ul.blaze-spins-hz89ub {
  padding-left: 20px;
}

ul.blaze-spins-hz89ub {
  list-style: disc;
}

ol.blaze-spins-hz89ub {
  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;
  }
}

.blaze-spins-2y55oo > .blaze-spins-cal3og,
.blaze-spins-2y55oo > .blaze-spins-hk55or,
.blaze-spins-2y55oo > blockquote,
.blaze-spins-2y55oo > h1,
.blaze-spins-2y55oo > h2,
.blaze-spins-2y55oo > h3,
.blaze-spins-2y55oo > h4,
.blaze-spins-2y55oo > h5,
.blaze-spins-2y55oo > h6,
.blaze-spins-2y55oo > ol,
.blaze-spins-2y55oo > p,
.blaze-spins-2y55oo > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.blaze-spins-2y55oo > ol,
.blaze-spins-2y55oo > ul {
  padding-left: 50px;
}

.blaze-spins-2y55oo 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;
}

.blaze-spins-2y55oo:not(:last-child) {
  margin-bottom: 2rem;
}

.blaze-spins-2y55oo > :not(:first-child) {
  margin-top: 2rem;
}

.blaze-spins-2y55oo {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blaze-spins-2y55oo:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blaze-spins-2y55oo:first-child {
    margin-top: 20px;
  }
}

.blaze-spins-2y55oo > p:last-of-type {
  margin-bottom: 32px;
}

.blaze-spins-2y55oo > .blaze-spins-r6o1ld:not(:first-child) {
  margin: 64px auto 16px auto;
}

.blaze-spins-wspjkd > .blaze-spins-r6o1ld {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.blaze-spins-hk55or {
  overflow: auto;
}

.blaze-spins-hk55or::-webkit-scrollbar {
  height: 5px;
}

.blaze-spins-hk55or table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.blaze-spins-hk55or table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.blaze-spins-hk55or table thead,
table thead {
  border-bottom: none;
}

.blaze-spins-hk55or table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.blaze-spins-hk55or table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.blaze-spins-hk55or table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.blaze-spins-hk55or .blaze-spins-njnp5m {
  table-layout: auto;
}

.blaze-spins-hk55or .blaze-spins-njnp5m th {
  word-break: normal;
}

.blaze-spins-hk55or .blaze-spins-njnp5m td {
  word-break: normal;
}

.blaze-spins-bbjc7g .blaze-spins-bbjc7g {
  padding-right: 0;
  padding-left: 0;
}

.blaze-spins-9avfev {
  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;
}

.blaze-spins-pqvep7 {
  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;
}

.blaze-spins-e7p2h1 {
  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;
}

.blaze-spins-cal3og {
  margin-top: 24px;
}

.blaze-spins-cal3og.blaze-spins-sodd2e {
  text-align: left;
}

.blaze-spins-cal3og.blaze-spins-ivog4y {
  text-align: right;
}

.blaze-spins-cal3og.blaze-spins-khz4xp {
  text-align: center;
}

.blaze-spins-ro7nwe {
  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.blaze-spins-10mulr ease-in-out;
  cursor: pointer;
}

.blaze-spins-ro7nwe:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.blaze-spins-ro7nwe {
  min-width: 328px;
}

@media (max-width: 768px) {
  .blaze-spins-ro7nwe {
    min-width: unset;
  }
}

.blaze-spins-oddjs7 {
  background-color: var(--fh-bg-color);
}

.blaze-spins-jxk417 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.blaze-spins-gvn5a0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.blaze-spins-gvn5a0 img {
  max-height: 44px;
  object-fit: contain;
}

.blaze-spins-d1ymb8 {
  flex: 1 1;
}

.blaze-spins-ngeqku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.blaze-spins-h7msh1 {
  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;
}

.blaze-spins-h7msh1 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;
}

.blaze-spins-h7msh1.blaze-spins-fe8f0a span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.blaze-spins-h7msh1.blaze-spins-fe8f0a span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.blaze-spins-h7msh1.blaze-spins-fe8f0a span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.blaze-spins-d1ymb8 + .blaze-spins-ngeqku {
  margin-left: 20px;
}

.blaze-spins-gc2kkn {
  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;
}

.blaze-spins-gc2kkn > svg {
  max-width: 24px;
  max-height: 24px;
}

.blaze-spins-gc2kkn + .blaze-spins-gc2kkn {
  margin-left: 5px;
}

.blaze-spins-i86wu8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.blaze-spins-i86wu8:hover {
  background-color: var(--button-bg-hover);
}

.blaze-spins-c9pzaq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.blaze-spins-10mulr ease-in-out;
  border: 1px solid var(--border-color);
}

.blaze-spins-c9pzaq:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.blaze-spins-uponxb {
  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) {
  .blaze-spins-d1ymb8 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .blaze-spins-uponxb {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .blaze-spins-d1ymb8 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .blaze-spins-gc2kkn {
    min-width: unset;
    flex: 1 1;
  }
}

.blaze-spins-fpcfpg {
  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;
}

.blaze-spins-fpcfpg:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.blaze-spins-fpcfpg:hover .blaze-spins-d7lujc {
  opacity: 1;
  pointer-events: auto;
}

.blaze-spins-4lhstj {
  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.blaze-spins-ic252u ease-in-out;
  gap: 4px;
}

.blaze-spins-4lhstj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.blaze-spins-4lhstj .blaze-spins-9avfev img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.blaze-spins-1j28lj,
.blaze-spins-4lhstj:hover {
  color: var(--button-bg-hover);
}

.blaze-spins-zwvjy1 {
  position: relative;
}

.blaze-spins-zwvjy1 .blaze-spins-4lhstj {
  margin-right: 0;
  padding-right: 4px;
}

.blaze-spins-uf30x6 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.blaze-spins-zwvjy1.blaze-spins-fe8f0a .blaze-spins-uf30x6 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.blaze-spins-zwvjy1.blaze-spins-fe8f0a .blaze-spins-d7lujc {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.blaze-spins-zwvjy1.blaze-spins-fe8f0a .blaze-spins-d7lujc::before {
  display: none;
}

.blaze-spins-uf30x6 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.blaze-spins-d7lujc {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.blaze-spins-153h67 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.blaze-spins-d7lujc::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.blaze-spins-d7lujc:hover {
  color: var(--fh-bg-color);
}

.blaze-spins-25wlsj {
  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.blaze-spins-153h67 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.blaze-spins-ic252u ease-in-out;
  -o-transition: 0.blaze-spins-ic252u ease-in-out;
  transition: 0.blaze-spins-ic252u ease-in-out;
}

.blaze-spins-25wlsj .blaze-spins-9avfev img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.blaze-spins-ss95a7,
.blaze-spins-25wlsj:hover {
  color: var(--button-bg-hover);
}

.blaze-spins-gcsmdw {
  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%;
}

.blaze-spins-gcsmdw.blaze-spins-mkm16o {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.blaze-spins-gcsmdw.blaze-spins-mkm16o:after,
.blaze-spins-gcsmdw.blaze-spins-mkm16o:before {
  content: "";
  position: absolute;
  margin: auto;
}

.blaze-spins-gcsmdw.blaze-spins-mkm16o: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);
  }
}

.blaze-spins-gcsmdw.blaze-spins-mkm16o:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.blaze-spins-gcsmdw.blaze-spins-mkm16o > * {
  z-index: 1;
}

.blaze-spins-gcsmdw b,
.blaze-spins-gcsmdw strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.blaze-spins-gcsmdw .blaze-spins-lfbxmo {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.blaze-spins-gcsmdw .blaze-spins-imbbsr {
  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;
}

.blaze-spins-gcsmdw .blaze-spins-9avfev {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.blaze-spins-gcsmdw .blaze-spins-lc52of {
  margin-top: 12px;
}

.blaze-spins-lc52of {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.blaze-spins-duo0yl {
  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;
}

.blaze-spins-lc52of .blaze-spins-j6pabf {
  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.blaze-spins-10mulr ease-in-out;
}

.blaze-spins-lc52of .blaze-spins-j6pabf:hover {
  background: rgba(255, 255, 255, 0.3);
}

.blaze-spins-0tcv4s {
  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;
}

.blaze-spins-gcsmdw.blaze-spins-skat9k {
  gap: 12px;
  padding: 16px;
}

.blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-0tcv4s {
  min-width: 240px;
}

.blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-0tcv4s.blaze-spins-ls1h2i {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .blaze-spins-gcsmdw .blaze-spins-lfbxmo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .blaze-spins-gcsmdw .blaze-spins-imbbsr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .blaze-spins-gcsmdw .blaze-spins-9avfev {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-9avfev {
    max-width: 126px;
  }
  .blaze-spins-gcsmdw .blaze-spins-lc52of {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .blaze-spins-gcsmdw .blaze-spins-duo0yl {
    max-width: unset;
  }
  .blaze-spins-0tcv4s {
    min-width: unset;
    width: 100%;
  }
  .blaze-spins-gcsmdw .blaze-spins-0tcv4s {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k {
    grid-template-rows: auto 1fr auto;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-0tcv4s {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .blaze-spins-gcsmdw {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .blaze-spins-gcsmdw .blaze-spins-lfbxmo {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .blaze-spins-gcsmdw .blaze-spins-9avfev {
    max-width: 78px;
  }
  .blaze-spins-gcsmdw .blaze-spins-lc52of {
    margin-top: -12px;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k {
    gap: 8px;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-lfbxmo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-imbbsr {
    grid-column: 1/3;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-9avfev {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .blaze-spins-gcsmdw.blaze-spins-skat9k .blaze-spins-9avfev img {
    max-width: 114px;
  }
}

.blaze-spins-0tcv4s.blaze-spins-xxx6ap,
.blaze-spins-0tcv4s.blaze-spins-jyt645,
.blaze-spins-0tcv4s.blaze-spins-8n4n6w {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.blaze-spins-10mulr ease-in-out;
}

.blaze-spins-0tcv4s.blaze-spins-xxx6ap,
.blaze-spins-0tcv4s.blaze-spins-8n4n6w {
  padding: 10px;
}

.blaze-spins-0tcv4s.blaze-spins-xxx6ap:hover,
.blaze-spins-0tcv4s.blaze-spins-jyt645:hover,
.blaze-spins-0tcv4s.blaze-spins-8n4n6w:hover {
  background: var(--button-bg-hover);
}

.blaze-spins-0tcv4s.blaze-spins-xxx6ap:hover svg path,
.blaze-spins-0tcv4s.blaze-spins-8n4n6w:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.blaze-spins-0tcv4s.blaze-spins-ls1h2i {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.blaze-spins-10mulr ease-in-out;
  background: var(--button-bg-color);
}

.blaze-spins-0tcv4s.blaze-spins-ls1h2i:hover {
  background-color: var(--button-bg-hover);
}

.blaze-spins-0tcv4s.blaze-spins-jyt645: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);
  }
}

.blaze-spins-0tcv4s.blaze-spins-jyt645:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.blaze-spins-0tcv4s.blaze-spins-ls1h2i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.blaze-spins-ifgx2o {
  max-width: 650px;
}

.blaze-spins-aomz10 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.blaze-spins-3klncd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blaze-spins-8mxlzk {
  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.blaze-spins-ic252u ease-in-out;
  cursor: pointer;
}

.blaze-spins-8mxlzk:hover {
  opacity: 0.5;
}

.blaze-spins-8mxlzk:focus {
  outline: 0;
}

.blaze-spins-8mxlzk:focus .blaze-spins-piltgs,
.blaze-spins-8mxlzk:hover .blaze-spins-piltgs {
  fill: red;
  fill-opacity: 1;
}

.blaze-spins-8mxlzk:hover {
  cursor: pointer;
}

.blaze-spins-l4knz5 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.blaze-spins-ifgx2o.blaze-spins-khz4xp {
  margin: 0 auto;
}

.blaze-spins-ifgx2o.blaze-spins-ivog4y {
  margin-left: auto;
}

.blaze-spins-etxi9q {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.blaze-spins-0ye2we {
  padding-bottom: 50px;
}

.blaze-spins-nigf9a {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.blaze-spins-s7z75h {
  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;
}

.blaze-spins-acx90w {
  margin-top: 24px;
}

.blaze-spins-7muxil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blaze-spins-rk6w9i {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.blaze-spins-12oqgu {
  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;
}

.blaze-spins-p819bw {
  width: 468px;
}

.blaze-spins-12oqgu .blaze-spins-d7lujc {
  margin: 0.blaze-spins-ph3m1q 0;
}

.blaze-spins-knbwl4 {
  display: flex;
  min-width: 224px;
}

.blaze-spins-vtvzgy {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.blaze-spins-ic252u ease-in-out;
}

.blaze-spins-fywkyp,
.blaze-spins-vtvzgy:hover {
  color: var(--text-color);
}

.blaze-spins-gjjfd4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.blaze-spins-h1dev3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .blaze-spins-etxi9q {
    padding: 16px;
  }
  .blaze-spins-gjjfd4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .blaze-spins-h1dev3 {
    align-items: center;
  }
  .blaze-spins-p819bw {
    width: unset;
  }
  .blaze-spins-knbwl4 {
    min-width: unset;
  }
  .blaze-spins-12oqgu {
    max-height: unset;
  }
  .blaze-spins-nigf9a {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .blaze-spins-etxi9q {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.blaze-spins-7n19y7 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.blaze-spins-7n19y7:not(:last-child) {
  margin-bottom: 16px;
}

.blaze-spins-lji1c0 {
  outline: 0;
}

.blaze-spins-lji1c0 .blaze-spins-uy6a20 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.blaze-spins-enrtte {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .blaze-spins-enrtte {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.blaze-spins-enrtte::-webkit-details-marker {
  display: none;
}

.blaze-spins-enrtte: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;
}

.blaze-spins-enrtte: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] .blaze-spins-enrtte:after {
  transform: unset;
}

.blaze-spins-uy6a20 {
  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);
}

.blaze-spins-uy6a20 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.blaze-spins-ic252u ease-in-out;
  -o-transition: 0.blaze-spins-ic252u ease-in-out;
  transition: 0.blaze-spins-ic252u ease-in-out;
}

.blaze-spins-9io375 {
  padding: 16px 0 0 0;
}

.blaze-spins-9io375 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .blaze-spins-9io375 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .blaze-spins-enrtte {
    flex-wrap: wrap;
    gap: 12px;
  }
  .blaze-spins-enrtte::after {
    margin-left: auto;
  }
  .blaze-spins-uy6a20 {
    order: 3;
    flex: 1 1 100%;
  }
  .blaze-spins-enrtte {
    font-size: 14px;
    line-height: 130%;
  }
  .blaze-spins-uy6a20 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.blaze-spins-gojid9 {
  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;
}

.blaze-spins-dhyy0y {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.blaze-spins-gojid9.blaze-spins-fe8f0a .blaze-spins-dhyy0y {
  margin-bottom: 12px;
}

.blaze-spins-dhyy0y::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;
}

.blaze-spins-gojid9.blaze-spins-fe8f0a .blaze-spins-dhyy0y::after {
  transform: unset;
}

.blaze-spins-perr9q {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.blaze-spins-32kk82 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.blaze-spins-ic252u ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.blaze-spins-32kk82: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;
}

.blaze-spins-gojid9.blaze-spins-fe8f0a .blaze-spins-perr9q {
  max-height: 100%;
}

.blaze-spins-xt2chc {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.blaze-spins-ty17tx {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.blaze-spins-c70ht3 {
  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;
}

.blaze-spins-dwe37m {
  margin-right: 4px;
}

.blaze-spins-8ddz5r {
  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.blaze-spins-ic252u ease-in-out;
}

.blaze-spins-8ddz5r svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.blaze-spins-ip5ic8,
.blaze-spins-8ddz5r:hover {
  color: var(--text-color);
}

.blaze-spins-yrfq47 {
  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;
}

.blaze-spins-yrfq47 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.blaze-spins-yrfq47 .blaze-spins-4uskri {
  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;
}

.blaze-spins-yrfq47 .blaze-spins-j1ag68 {
  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;
}

.blaze-spins-mvel00 {
  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;
}

.blaze-spins-axby0x {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blaze-spins-xxmmpo .blaze-spins-bbjc7g {
  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;
}

.blaze-spins-xxmmpo {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.blaze-spins-rsd75q {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.blaze-spins-bwny9m {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.blaze-spins-1x4myw {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.blaze-spins-ugu6kx 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;
}

.blaze-spins-1x4myw:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.blaze-spins-mmrh86 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.blaze-spins-2egzdl {
  -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.blaze-spins-ic252u ease-in-out;
  transition: transform 0.blaze-spins-ic252u ease-in-out;
  -o-transition: transform 0.blaze-spins-ic252u ease-in-out;
  transition:
    transform 0.blaze-spins-ic252u ease-in-out,
    -webkit-transform 0.blaze-spins-ic252u ease-in-out;
  cursor: pointer;
}

.blaze-spins-2egzdl svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.blaze-spins-2egzdl: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;
}

.blaze-spins-0q8bpe {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .blaze-spins-0q8bpe {
    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);
}

.blaze-spins-83gstn {
  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;
}

.blaze-spins-ubk9co {
  position: relative;
  width: 100%;
}

.blaze-spins-83gstn.blaze-spins-hkw48b {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blaze-spins-83gstn.blaze-spins-khz4xp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blaze-spins-83gstn.blaze-spins-ivog4y {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blaze-spins-qg7b2v {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.blaze-spins-zror3k {
  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.blaze-spins-ic252u ease-in-out;
  cursor: pointer;
}

.blaze-spins-zror3k:hover {
  opacity: 0.5;
}

.blaze-spins-83gstn.blaze-spins-3tdjh5 .blaze-spins-zror3k {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.blaze-spins-83gstn.blaze-spins-3tdjh5 .blaze-spins-qg7b2v {
  cursor: pointer;
}

.blaze-spins-4llgt7 {
  fill: #0009;
}

.blaze-spins-mkw2qw {
  fill: #fff;
}

.blaze-spins-zror3k:hover .blaze-spins-4llgt7 {
  fill: red;
}

.blaze-spins-zror3k svg path {
  -webkit-transition: 0.blaze-spins-ic252u ease-in-out;
  -o-transition: 0.blaze-spins-ic252u ease-in-out;
  transition: 0.blaze-spins-ic252u ease-in-out;
}

.blaze-spins-0n0h54 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.blaze-spins-0n0h54 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.blaze-spins-0n0h54.blaze-spins-hylipz > :not(.get-image) {
  grid-column: 1/3;
}

.blaze-spins-rlo1s1:not(._h1-block) .blaze-spins-0n0h54 > .blaze-spins-r6o1ld {
  grid-row: 1/2;
  grid-column: 1/3;
}

.blaze-spins-0n0h54.blaze-spins-hylipz .blaze-spins-k1izva {
  grid-column: 2/3;
}

.blaze-spins-0n0h54.blaze-spins-hylipz > .blaze-spins-9avfev {
  grid-column: 1/2;
}

.blaze-spins-0n0h54.blaze-spins-hylipz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.blaze-spins-0n0h54 > p:first-of-type {
  margin-top: 0;
}

.blaze-spins-0n0h54 .blaze-spins-9avfev {
  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;
}

.blaze-spins-rlo1s1:not(._h1-block) .blaze-spins-r6o1ld ~ .blaze-spins-9avfev {
  grid-row: 2/10;
}

.blaze-spins-rlo1s1.blaze-spins-2gi7jo .blaze-spins-r6o1ld ~ .blaze-spins-9avfev {
  grid-row: 1/10;
}

.blaze-spins-rlo1s1.blaze-spins-2gi7jo > .blaze-spins-r6o1ld {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.blaze-spins-rlo1s1.blaze-spins-2gi7jo .blaze-spins-9avfev {
  grid-row: 1/10;
}

.blaze-spins-0n0h54.blaze-spins-hbsi6y .blaze-spins-9avfev {
  align-items: flex-start;
}

.blaze-spins-0n0h54.blaze-spins-khz4xp .blaze-spins-k1izva {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.blaze-spins-0n0h54.blaze-spins-khz4xp .blaze-spins-9avfev {
  align-items: center;
}

.blaze-spins-0n0h54.blaze-spins-6lh5dn .blaze-spins-9avfev {
  align-items: flex-end;
}

.blaze-spins-k1izva > :first-child {
  margin-top: 0;
}

.blaze-spins-k1izva > :last-child {
  margin-bottom: 0;
}

* + .blaze-spins-5gko87,
.blaze-spins-rlo1s1 + .blaze-spins-rlo1s1 {
  margin-top: 2rem;
}

.blaze-spins-u02dqi td::before,
.blaze-spins-u02dqi th::after {
  display: none !important;
}

.blaze-spins-u02dqi #link-selector {
  color: #000;
}

.blaze-spins-u02dqi .blaze-spins-rw7a42 {
  color: #135e96;
}

.blaze-spins-u02dqi .blaze-spins-ktb8e9 *,
.blaze-spins-u02dqi .blaze-spins-dtq8dq p,
.blaze-spins-u02dqi .blaze-spins-3qtx9s * {
  color: #000;
}

.blaze-spins-u02dqi .blaze-spins-lfpnt5 {
  background: 0 0 !important;
}

.blaze-spins-u02dqi .blaze-spins-p155v5 {
  color: #000;
}

.blaze-spins-u02dqi .blaze-spins-hb33g2.blaze-spins-wj47ov {
  color: #fff;
}

.blaze-spins-u02dqi .blaze-spins-zxfcbc {
  color: #000;
}

.blaze-spins-u02dqi
  .blaze-spins-xld2cp
  .blaze-spins-ngiddy.blaze-spins-wj47ov.blaze-spins-cr5pkv {
  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;
}

.blaze-spins-r3ep89,
body .blaze-spins-6xppjq {
  color: #000;
  background: var(--color-body) !important;
}

.blaze-spins-r3ep89 .blaze-spins-g8gw8x .blaze-spins-1ouvok,
body .blaze-spins-6xppjq .blaze-spins-g8gw8x .blaze-spins-1ouvok {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .blaze-spins-32kk82:focus,
  .blaze-spins-32kk82:hover {
    color: #f9cb16;
  }
  .blaze-spins-97xvgf:focus,
  .blaze-spins-97xvgf:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .blaze-spins-unflu3:focus img,
  .blaze-spins-unflu3:focus svg,
  .blaze-spins-unflu3:hover img,
  .blaze-spins-unflu3:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .blaze-spins-yrfq47 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .blaze-spins-zwvjy1:hover .blaze-spins-uf30x6 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .blaze-spins-uf30x6 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .blaze-spins-i26ler {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .blaze-spins-k4b5pm {
    grid-template-columns: repeat(4, 1fr);
  }
  .blaze-spins-up01dl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .blaze-spins-y75bqf .blaze-spins-6alaf3 {
    grid-template-columns: 1fr;
  }
  .blaze-spins-y75bqf .blaze-spins-vx4qys {
    -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;
  }
  .blaze-spins-y75bqf .blaze-spins-ywjcyj {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blaze-spins-y75bqf .blaze-spins-gdkmok {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blaze-spins-y75bqf .blaze-spins-j4ta9f {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .blaze-spins-y75bqf .blaze-spins-ywjcyj:not(:first-child) {
    border: none;
  }
  .blaze-spins-y75bqf .blaze-spins-ywjcyj:first-child .blaze-spins-gdkmok {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .blaze-spins-y75bqf .blaze-spins-ywjcyj:last-child .blaze-spins-gdkmok {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .blaze-spins-jxk417 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .blaze-spins-gvn5a0 {
    max-width: 100px;
  }
  .blaze-spins-d1ymb8 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .blaze-spins-ngeqku {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .blaze-spins-ngeqku svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .blaze-spins-h7msh1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .blaze-spins-d1ymb8 + .blaze-spins-ngeqku {
    margin-left: auto;
  }
  .blaze-spins-2xwhu8 {
    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;
  }
  .blaze-spins-2xwhu8.blaze-spins-fe8f0a {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .blaze-spins-uponxb {
    -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;
  }
  .blaze-spins-fpcfpg {
    width: 100%;
  }
  .blaze-spins-fpcfpg:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .blaze-spins-4lhstj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .blaze-spins-4lhstj svg {
    margin-right: 4px;
  }
  .blaze-spins-zwvjy1 {
    -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;
  }
  .blaze-spins-uf30x6 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .blaze-spins-uf30x6 {
    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;
  }
  .blaze-spins-d7lujc {
    display: none;
    width: 100%;
  }
  .blaze-spins-zwvjy1.blaze-spins-fe8f0a .blaze-spins-d7lujc {
    padding: 0 0 0 48px;
  }
  .blaze-spins-25wlsj {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .blaze-spins-s7z75h .blaze-spins-9avfev {
    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;
  }
  .blaze-spins-kpxa47 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .blaze-spins-kpxa47 + .blaze-spins-kpxa47 {
    margin-right: 0;
  }
  .blaze-spins-kpxa47 + .blaze-spins-9avfev {
    margin: 0;
  }
  .blaze-spins-i26ler {
    grid-template-columns: repeat(4, 1fr);
  }
  .blaze-spins-k4b5pm {
    grid-template-columns: repeat(3, 1fr);
  }
  .blaze-spins-vu46xn,
  .blaze-spins-qth1fc {
    grid-template-columns: repeat(2, 1fr);
  }
  .blaze-spins-0n0h54 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blaze-spins-0n0h54.blaze-spins-hylipz .blaze-spins-k1izva {
    grid-column: auto;
    grid-row: auto;
  }
  .blaze-spins-0n0h54 > .blaze-spins-r6o1ld {
    grid-column: 1/2;
  }
  .blaze-spins-0n0h54.blaze-spins-hylipz > :not(.get-image) {
    grid-column: 1/2;
  }
  .blaze-spins-0n0h54 .blaze-spins-9avfev,
  .blaze-spins-0n0h54.blaze-spins-hylipz > .blaze-spins-9avfev {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .blaze-spins-0n0h54.blaze-spins-hylipz > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .blaze-spins-rlo1s1.blaze-spins-2gi7jo .blaze-spins-0n0h54 > .blaze-spins-9avfev {
    grid-row: 1/2;
  }
  .blaze-spins-0n0h54 .blaze-spins-r6o1ld ~ .blaze-spins-9avfev,
  .blaze-spins-0n0h54.blaze-spins-hylipz .blaze-spins-r6o1ld ~ .blaze-spins-9avfev {
    grid-row: 2/3;
  }
  .blaze-spins-rlo1s1.blaze-spins-2gi7jo .blaze-spins-r6o1ld ~ .blaze-spins-9avfev {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .blaze-spins-2y55oo:first-child .blaze-spins-k4rqze {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blaze-spins-2y55oo:first-child .blaze-spins-k4rqze h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .blaze-spins-2y55oo {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .blaze-spins-2y55oo {
    padding: 0;
  }
  .blaze-spins-cal3og {
    margin-top: 1rem;
  }
  .blaze-spins-lji1c0 {
    border-radius: 5px;
  }
  .blaze-spins-9nv5dj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blaze-spins-dhyy0y::after {
    display: inline-block;
  }
  .blaze-spins-dhyy0y {
    margin: 0;
    width: 100%;
  }
  .blaze-spins-perr9q {
    width: 100%;
  }
  .blaze-spins-perr9q.blaze-spins-x0etcz {
    -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%;
  }
  .blaze-spins-perr9q.blaze-spins-x0etcz .blaze-spins-ebacyx {
    width: 100%;
  }
  .blaze-spins-perr9q.blaze-spins-x0etcz .blaze-spins-ebacyx:not(:last-child) {
    margin-right: 0;
  }
  .blaze-spins-32kk82 {
    width: 100%;
    text-align: center;
  }
  .blaze-spins-gojid9.blaze-spins-fe8f0a .blaze-spins-perr9q {
    margin-top: 1rem;
  }
  .blaze-spins-i26ler {
    grid-template-columns: repeat(3, 1fr);
  }
  .blaze-spins-up01dl,
  .blaze-spins-k4b5pm {
    grid-template-columns: repeat(2, 1fr);
  }
  .blaze-spins-vu46xn,
  .blaze-spins-qth1fc,
  .blaze-spins-ft7s8l {
    grid-template-columns: 1fr;
  }
  .blaze-spins-q1oekc {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .blaze-spins-8xvuat {
    min-width: 300px;
    max-width: 325px;
  }
  .blaze-spins-gdkmok {
    cursor: auto;
  }
  .blaze-spins-k5eud3 .blaze-spins-gdkmok {
    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;
  }
  .blaze-spins-0q8bpe {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .blaze-spins-d7lujc {
    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) {
  .blaze-spins-0q8bpe {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.blaze-spins-kpxa47 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .blaze-spins-ngeqku {
    margin: 0 -0.2rem;
  }
  .blaze-spins-kpxa47 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .blaze-spins-hzbbk5 {
    -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;
  }
  .blaze-spins-kc0f9z {
    max-width: 100%;
  }
  .blaze-spins-i26ler {
    grid-template-columns: repeat(2, 1fr);
  }
  .blaze-spins-up01dl,
  .blaze-spins-k4b5pm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .blaze-spins-jxk417 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blaze-spins-ngeqku {
    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;
  }
  .blaze-spins-oddjs7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blaze-spins-gc2kkn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .blaze-spins-rnlaio,
  .blaze-spins-kgk606 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .blaze-spins-ro7nwe {
    width: 100%;
  }
  .blaze-spins-i26ler {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .blaze-spins-0q8bpe {
    top: 127px !important;
  }
}

.blaze-spins-x3bmnq {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .blaze-spins-x3bmnq {
  }
}

@media (max-width: 767px) {
  .blaze-spins-x3bmnq {
    margin-bottom: 12px;
  }
}

.blaze-spins-x3bmnq img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.blaze-spins-sgsa1o {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.blaze-spins-sgsa1o > .blaze-spins-h1om3j {
  flex: 1 1;
}

@media (max-width: 767px) {
  .blaze-spins-sgsa1o {
    flex-direction: column;
    gap: 12px;
  }
}

.blaze-spins-yhd1wt {
  display: flex;
}

.blaze-spins-yhd1wt .blaze-spins-x3h8is {
  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;
}

.blaze-spins-yhd1wt .blaze-spins-2n4g1y {
  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;
}

.blaze-spins-yhd1wt .blaze-spins-tug0s6 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.blaze-spins-yhd1wt .blaze-spins-1g66f5 {
  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));
  }
}

.blaze-spins-yhd1wt .blaze-spins-1g66f5:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.blaze-spins-yhd1wt .blaze-spins-9vve3u {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.blaze-spins-2vtzuk {
  border: unset;
  background-color: unset;
}

.blaze-spins-2vtzuk tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blaze-spins-2vtzuk .blaze-spins-aw5k4g,
.blaze-spins-2vtzuk .blaze-spins-y1ld7w {
  flex: 0 1 330px;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb {
  flex: 1 1;
}

.blaze-spins-2vtzuk tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.blaze-spins-2vtzuk tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.blaze-spins-2vtzuk tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.blaze-spins-2vtzuk tr td p {
  color: #fff;
  margin: 0;
}

.blaze-spins-2vtzuk tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.blaze-spins-2vtzuk tr.blaze-spins-aw5k4g td p {
  padding: 16px 0;
}

.blaze-spins-2vtzuk tr.blaze-spins-aw5k4g td p:not(:last-child),
.blaze-spins-2vtzuk tr.blaze-spins-y1ld7w td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.blaze-spins-2vtzuk tr.blaze-spins-aw5k4g td p:first-child,
.blaze-spins-2vtzuk tr.blaze-spins-y1ld7w td p:first-child {
  padding-top: 0;
}

.blaze-spins-2vtzuk tr.blaze-spins-y1ld7w td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.blaze-spins-2vtzuk tr.blaze-spins-y1ld7w td p:last-child {
  padding-bottom: 0;
}

.blaze-spins-2vtzuk .blaze-spins-y1ld7w img {
  max-width: 32px;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb {
  min-width: 718px;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td {
  display: flex;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-riqwfv,
.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-u0xpda,
.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-c0cjwd {
  flex: 1 1 50%;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-qoefog {
  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;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-s3sfoz,
.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-bi2of0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-riqwfv,
.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-u0xpda {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-riqwfv span,
.blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-u0xpda span {
  font-weight: 800;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td .blaze-spins-c0cjwd:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .blaze-spins-2vtzuk tr.blaze-spins-aw5k4g td p:last-child {
    padding-bottom: 0;
  }
  .blaze-spins-2vtzuk .blaze-spins-y1ld7w > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .blaze-spins-2vtzuk .blaze-spins-y1ld7w > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .blaze-spins-2vtzuk tr.blaze-spins-aw5k4g td p:not(:last-child),
  .blaze-spins-2vtzuk tr.blaze-spins-y1ld7w td p:not(:last-child) {
    border-bottom: unset;
  }
  .blaze-spins-2vtzuk tr.blaze-spins-y1ld7w td p:last-child {
    padding-bottom: 12px;
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-riqwfv,
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-u0xpda,
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-c0cjwd {
    flex: 1 1 50%;
    padding: 0;
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-riqwfv,
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-u0xpda {
    margin-top: 16px;
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-c0cjwd {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-riqwfv {
    border-right: 1px solid var(--border-color);
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-c0cjwd:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td:last-child .blaze-spins-c0cjwd:last-child {
    padding-bottom: 0;
  }
}

.blaze-spins-c0cjwd {
  display: flex;
  flex-direction: column;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td .blaze-spins-c0cjwd {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td .blaze-spins-c0cjwd:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.blaze-spins-2vtzuk .blaze-spins-8d8efb td .blaze-spins-c0cjwd:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td .blaze-spins-c0cjwd:not(:first-child) {
    padding-left: 0;
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb td .blaze-spins-c0cjwd:not(:last-of-type) {
    border-right: unset;
  }
}

.blaze-spins-2vtzuk .blaze-spins-m2gz7k {
  flex: 0 1 485px;
}

.blaze-spins-2vtzuk .blaze-spins-nzr9r9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.blaze-spins-2vtzuk .blaze-spins-nzr9r9 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blaze-spins-2vtzuk .blaze-spins-nzr9r9 li.blaze-spins-o8wg2c {
  padding: 6px 12px;
}

.blaze-spins-2vtzuk .blaze-spins-nzr9r9 li a,
.blaze-spins-2vtzuk .blaze-spins-nzr9r9 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;
}

.blaze-spins-2vtzuk .blaze-spins-j0p5jm,
.blaze-spins-2vtzuk .blaze-spins-smp60y {
  flex: 1 1;
}

.blaze-spins-2vtzuk .blaze-spins-bsbxy9,
.blaze-spins-2vtzuk .blaze-spins-4f2c7r {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blaze-spins-2vtzuk .blaze-spins-bsbxy9 li,
.blaze-spins-2vtzuk .blaze-spins-4f2c7r li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.blaze-spins-2vtzuk .blaze-spins-smp60y img {
  max-width: 32px;
}

.blaze-spins-2vtzuk .blaze-spins-j0p5jm img {
  max-width: 32px;
}

.blaze-spins-2vtzuk .blaze-spins-kp55ya {
  min-width: 280px;
}

.blaze-spins-2vtzuk .blaze-spins-kp55ya img {
  max-width: 146px;
}

.blaze-spins-2vtzuk .blaze-spins-kp55ya td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .blaze-spins-2vtzuk .blaze-spins-aw5k4g,
  .blaze-spins-2vtzuk .blaze-spins-y1ld7w {
    flex: 0 1 auto;
  }
  .blaze-spins-2vtzuk .blaze-spins-8d8efb {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .blaze-spins-2vtzuk .blaze-spins-aw5k4g,
  .blaze-spins-2vtzuk .blaze-spins-m2gz7k,
  .blaze-spins-2vtzuk .blaze-spins-y1ld7w,
  .blaze-spins-2vtzuk .blaze-spins-8d8efb {
    flex: 1 1 calc(50% - 20px);
  }
  .blaze-spins-2vtzuk .blaze-spins-j0p5jm,
  .blaze-spins-2vtzuk .blaze-spins-kp55ya,
  .blaze-spins-2vtzuk .blaze-spins-smp60y {
    flex: 1 1 30%;
  }
  .blaze-spins-2vtzuk .blaze-spins-kp55ya {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .blaze-spins-2vtzuk .blaze-spins-aw5k4g,
  .blaze-spins-2vtzuk .blaze-spins-m2gz7k,
  .blaze-spins-2vtzuk .blaze-spins-j0p5jm,
  .blaze-spins-2vtzuk .blaze-spins-y1ld7w,
  .blaze-spins-2vtzuk .blaze-spins-8d8efb,
  .blaze-spins-2vtzuk .blaze-spins-kp55ya,
  .blaze-spins-2vtzuk .blaze-spins-smp60y {
    flex: 1 1 100%;
  }
}

.blaze-spins-qw5kbr .blaze-spins-9lkeem {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blaze-spins-qw5kbr .blaze-spins-3aj18o {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.blaze-spins-qw5kbr .blaze-spins-381ww4 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.blaze-spins-qw5kbr .blaze-spins-pisnrs {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.blaze-spins-qw5kbr .blaze-spins-pisnrs > :nth-child(3) {
  margin-top: 0;
}

.blaze-spins-qw5kbr .blaze-spins-9avfev {
  grid-column: 2/3;
  grid-row: 1/10;
}

.blaze-spins-qw5kbr .blaze-spins-bbjvpx {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.blaze-spins-qw5kbr .blaze-spins-cal3og {
  grid-column: 1/2;
}

.blaze-spins-qw5kbr > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.blaze-spins-qw5kbr .blaze-spins-3aj18o: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;
}

.blaze-spins-qw5kbr .blaze-spins-3aj18o:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.blaze-spins-qw5kbr .blaze-spins-ro7nwe {
  min-width: 240px;
}

@media (max-width: 768px) {
  .blaze-spins-qw5kbr .blaze-spins-3aj18o:not(:last-child):before {
    bottom: 8px;
  }
  .blaze-spins-qw5kbr .blaze-spins-3aj18o:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .blaze-spins-qw5kbr .blaze-spins-pisnrs {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .blaze-spins-qw5kbr .blaze-spins-9avfev {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .blaze-spins-qw5kbr .blaze-spins-9avfev img {
    width: 100%;
    height: auto;
  }
  .blaze-spins-qw5kbr .blaze-spins-ro7nwe {
    width: 100%;
    min-width: unset;
  }
}

.blaze-spins-3blsti .blaze-spins-hky81p {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.blaze-spins-3blsti .blaze-spins-f4ngxm {
  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;
}

.blaze-spins-3blsti .blaze-spins-9avfev {
  height: 100%;
}

.blaze-spins-3blsti .blaze-spins-9avfev img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.blaze-spins-3blsti .blaze-spins-763fw6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.blaze-spins-3blsti .blaze-spins-gciah2 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.blaze-spins-3blsti .blaze-spins-c8mjhm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .blaze-spins-3blsti .blaze-spins-f4ngxm {
    flex: 1 1 100%;
  }
  .blaze-spins-3blsti .blaze-spins-0tcv4s {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .blaze-spins-3blsti .blaze-spins-f4ngxm {
    flex-direction: column;
  }
  .blaze-spins-3blsti .blaze-spins-9avfev {
    width: 100%;
    height: auto;
  }
  .blaze-spins-3blsti .blaze-spins-9avfev img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .blaze-spins-3blsti .blaze-spins-763fw6 {
    padding: 0 16px 16px 16px;
  }
  .blaze-spins-3blsti .blaze-spins-0tcv4s {
    min-width: unset;
    width: 100%;
  }
}

.blaze-spins-grrq7p .blaze-spins-90jwa6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.blaze-spins-grrq7p .blaze-spins-werl24 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.blaze-spins-grrq7p 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;
}

.blaze-spins-grrq7p .blaze-spins-ftqcre {
  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;
}

.blaze-spins-grrq7p .blaze-spins-werl24:hover .blaze-spins-ftqcre {
  display: flex;
}

.blaze-spins-grrq7p .blaze-spins-vfu9wg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blaze-spins-grrq7p .blaze-spins-b467in {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.blaze-spins-wi5scm {
  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;
}

.blaze-spins-wi5scm.blaze-spins-gj922h {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.blaze-spins-10mulr ease-in-out;
}

.blaze-spins-wi5scm.blaze-spins-gj922h:hover {
  color: #f9cb16;
  background-color: transparent;
}

.blaze-spins-grrq7p .blaze-spins-w5atju {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.blaze-spins-10mulr ease-in-out;
}

.blaze-spins-grrq7p .blaze-spins-w5atju:hover {
  color: #196948;
  background-color: #f9cb16;
}

.blaze-spins-grrq7p .blaze-spins-w5atju:after,
.blaze-spins-wi5scm.blaze-spins-gj922h:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.blaze-spins-wi5scm.blaze-spins-gj922h:after {
  background-image: url(../images/Cash.svg);
}

.blaze-spins-grrq7p .blaze-spins-w5atju:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .blaze-spins-grrq7p .blaze-spins-90jwa6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .blaze-spins-grrq7p .blaze-spins-90jwa6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blaze-spins-grrq7p .blaze-spins-90jwa6 {
    grid-template-columns: 1fr;
  }
  .blaze-spins-grrq7p .blaze-spins-werl24 {
    height: auto;
  }
  .blaze-spins-grrq7p .blaze-spins-werl24 .blaze-spins-ftqcre {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .blaze-spins-grrq7p .blaze-spins-vfu9wg,
  .blaze-spins-grrq7p .blaze-spins-b467in {
    text-align: left;
  }
  .blaze-spins-grrq7p .blaze-spins-b467in {
    margin-bottom: 8px;
  }
  .blaze-spins-grrq7p img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.blaze-spins-966q07 {
  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;
}

.blaze-spins-966q07.blaze-spins-3tdjh5 {
  display: block;
}

.blaze-spins-966q07 .blaze-spins-07l6mc {
  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;
}

.blaze-spins-966q07 .blaze-spins-kjipxw {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.blaze-spins-966q07 .blaze-spins-kh8ynr {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.blaze-spins-966q07 .blaze-spins-i7j1ph {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.blaze-spins-966q07 .blaze-spins-wi5scm {
  min-width: 296px;
  margin-bottom: 0;
}

.blaze-spins-966q07 .blaze-spins-rlhr6l {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.blaze-spins-966q07 .blaze-spins-tb02n5 {
  position: relative;
  flex: 1 1;
}

.blaze-spins-966q07 .blaze-spins-tb02n5 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .blaze-spins-966q07 .blaze-spins-kjipxw {
    flex-wrap: wrap;
    gap: 8px;
  }
  .blaze-spins-966q07 .blaze-spins-kh8ynr {
    order: 1;
  }
  .blaze-spins-966q07 .blaze-spins-i7j1ph {
    order: 3;
    flex: 1 1 100%;
  }
  .blaze-spins-966q07 .blaze-spins-wi5scm {
    width: 100%;
    min-width: unset;
  }
  .blaze-spins-966q07 .blaze-spins-rlhr6l {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .blaze-spins-0n0h54 > .blaze-spins-r6o1ld {
    margin-bottom: 0;
  }
  .blaze-spins-0n0h54 > .blaze-spins-cal3og,
  .blaze-spins-0n0h54 > p {
    margin-top: 0;
  }
}

.blaze-spins-0ubhbp img,
.blaze-spins-kpxa47 img {
  width: auto;
  object-fit: contain;
}

.blaze-spins-0ubhbp {
  align-items: center;
}

.blaze-spins-0ubhbp img {
  max-height: 76px;
}

.blaze-spins-kpxa47 img {
  max-height: 64px;
}

.blaze-spins-8ztus8 {
  overflow: auto;
}

.blaze-spins-rxdfm4 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.blaze-spins-z2k0pp:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.blaze-spins-hosq9z {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.blaze-spins-6v8aq3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blaze-spins-hosq9z .blaze-spins-9avfev {
  margin-right: 20px;
  flex-shrink: 0;
}

.blaze-spins-hosq9z img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.blaze-spins-n55oms {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.blaze-spins-n55oms > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .blaze-spins-hosq9z {
    padding: 15px 10px;
  }
  .blaze-spins-n55oms {
    padding: 15px 10px;
  }
  .blaze-spins-hosq9z .blaze-spins-9avfev {
    margin-right: 10px;
  }
}

.blaze-spins-t1bonf {
  overflow-x: auto;
}

.blaze-spins-v0jbm6 {
  border-collapse: collapse;
  width: 100%;
}

.blaze-spins-t1bonf th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.blaze-spins-t1bonf td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.blaze-spins-t1bonf td.blaze-spins-2eb87z {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.blaze-spins-t1bonf td.blaze-spins-1t8ac5 {
  border-right: none;
}

.blaze-spins-t1bonf td.blaze-spins-1t8ac5 .blaze-spins-9avfev {
  justify-content: flex-start;
}

.blaze-spins-t1bonf td.blaze-spins-1t8ac5 .blaze-spins-9avfev img {
  height: auto;
  width: 90px;
}

.blaze-spins-t1bonf td.blaze-spins-a59kzj,
.blaze-spins-t1bonf td.blaze-spins-8q1nqu {
  font-weight: 600;
  text-align: right;
}

.blaze-spins-t1bonf td.blaze-spins-3ep7fu,
.blaze-spins-t1bonf td.blaze-spins-a59kzj {
  padding-bottom: 10px;
  border-bottom: none;
}

.blaze-spins-t1bonf td.blaze-spins-a59kzj,
.blaze-spins-t1bonf td.blaze-spins-8q1nqu {
  border-left: none;
}

.blaze-spins-t1bonf td.blaze-spins-3ep7fu,
.blaze-spins-t1bonf td.blaze-spins-6948gv {
  border-right: none;
}

.blaze-spins-t1bonf td.blaze-spins-6948gv,
.blaze-spins-t1bonf td.blaze-spins-8q1nqu {
  border-top: none;
  padding-top: 10px;
}

.blaze-spins-hlj0pc {
  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;
}

.blaze-spins-hlj0pc .blaze-spins-0tcv4s {
  min-width: unset;
  width: 100%;
}

.blaze-spins-hlj0pc .blaze-spins-0tcv4s.blaze-spins-xxx6ap {
  grid-column: 1/2;
  grid-row: 1/2;
}

.blaze-spins-hlj0pc .blaze-spins-0tcv4s.blaze-spins-8n4n6w {
  grid-column: 2/3;
  grid-row: 1/2;
}

.blaze-spins-hlj0pc .blaze-spins-tnycyn {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .blaze-spins-hlj0pc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .blaze-spins-hlj0pc .blaze-spins-0tcv4s.blaze-spins-xxx6ap {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .blaze-spins-hlj0pc .blaze-spins-0tcv4s.blaze-spins-8n4n6w {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .blaze-spins-hlj0pc .blaze-spins-tnycyn {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.blaze-spins-uhb8hd {
  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;
}

.blaze-spins-x7jk05 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.blaze-spins-wspjkd p a img {
  margin: 0 auto;
  display: block;
}

.blaze-spins-wspjkd table {
  margin-bottom: 17px;
}

/* contanct form */
.blaze-spins-3ux1qh {
  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;
}

.blaze-spins-3ux1qh label {
  font-size: 14px;
}

.blaze-spins-3ux1qh h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.blaze-spins-3ux1qh input,
.blaze-spins-3ux1qh textarea,
.blaze-spins-3ux1qh 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;
}
.blaze-spins-3ux1qh button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.blaze-spins-10mulr ease;
}
.blaze-spins-3ux1qh button:hover {
  background-color: #691204;
}
.blaze-spins-r359qy {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.blaze-spins-h6u2ja ease-in;
}

.blaze-spins-r359qy h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}