@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);
}

.rocket-spin-mtr4lp {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocket-spin-nzyzfb {
  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.rocket-spin-3pfxhu,
ul.rocket-spin-3pfxhu {
  padding-left: 20px;
}

ul.rocket-spin-3pfxhu {
  list-style: disc;
}

ol.rocket-spin-3pfxhu {
  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;
  }
}

.rocket-spin-8ochvm > .rocket-spin-jw0fnv,
.rocket-spin-8ochvm > .rocket-spin-r79zaz,
.rocket-spin-8ochvm > blockquote,
.rocket-spin-8ochvm > h1,
.rocket-spin-8ochvm > h2,
.rocket-spin-8ochvm > h3,
.rocket-spin-8ochvm > h4,
.rocket-spin-8ochvm > h5,
.rocket-spin-8ochvm > h6,
.rocket-spin-8ochvm > ol,
.rocket-spin-8ochvm > p,
.rocket-spin-8ochvm > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocket-spin-8ochvm > ol,
.rocket-spin-8ochvm > ul {
  padding-left: 50px;
}

.rocket-spin-8ochvm 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;
}

.rocket-spin-8ochvm:not(:last-child) {
  margin-bottom: 2rem;
}

.rocket-spin-8ochvm > :not(:first-child) {
  margin-top: 2rem;
}

.rocket-spin-8ochvm {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rocket-spin-8ochvm:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rocket-spin-8ochvm:first-child {
    margin-top: 20px;
  }
}

.rocket-spin-8ochvm > p:last-of-type {
  margin-bottom: 32px;
}

.rocket-spin-8ochvm > .rocket-spin-7zt6tk:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rocket-spin-mebp1m > .rocket-spin-7zt6tk {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocket-spin-r79zaz {
  overflow: auto;
}

.rocket-spin-r79zaz::-webkit-scrollbar {
  height: 5px;
}

.rocket-spin-r79zaz table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rocket-spin-r79zaz table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rocket-spin-r79zaz table thead,
table thead {
  border-bottom: none;
}

.rocket-spin-r79zaz table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rocket-spin-r79zaz table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rocket-spin-r79zaz table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rocket-spin-r79zaz .rocket-spin-8yyldd {
  table-layout: auto;
}

.rocket-spin-r79zaz .rocket-spin-8yyldd th {
  word-break: normal;
}

.rocket-spin-r79zaz .rocket-spin-8yyldd td {
  word-break: normal;
}

.rocket-spin-mtr4lp .rocket-spin-mtr4lp {
  padding-right: 0;
  padding-left: 0;
}

.rocket-spin-eotfaz {
  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;
}

.rocket-spin-d4aps2 {
  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;
}

.rocket-spin-d35xlg {
  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;
}

.rocket-spin-jw0fnv {
  margin-top: 24px;
}

.rocket-spin-jw0fnv.rocket-spin-8m6mga {
  text-align: left;
}

.rocket-spin-jw0fnv.rocket-spin-mdntgh {
  text-align: right;
}

.rocket-spin-jw0fnv.rocket-spin-p5iqmb {
  text-align: center;
}

.rocket-spin-pkhcig {
  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.rocket-spin-37j0bf ease-in-out;
  cursor: pointer;
}

.rocket-spin-pkhcig:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rocket-spin-pkhcig {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rocket-spin-pkhcig {
    min-width: unset;
  }
}

.rocket-spin-nkyrq9 {
  background-color: var(--fh-bg-color);
}

.rocket-spin-aryhpc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rocket-spin-80oxr5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.rocket-spin-80oxr5 img {
  max-height: 80px;
  object-fit: contain;
}

.rocket-spin-mmtfrq {
  flex: 1 1;
}

.rocket-spin-mhbvho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rocket-spin-qs00pr {
  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;
}

.rocket-spin-qs00pr 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;
}

.rocket-spin-qs00pr.rocket-spin-i78452 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rocket-spin-qs00pr.rocket-spin-i78452 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rocket-spin-qs00pr.rocket-spin-i78452 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rocket-spin-mmtfrq + .rocket-spin-mhbvho {
  margin-left: 20px;
}

.rocket-spin-hk71x7 {
  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;
}

.rocket-spin-hk71x7 > svg {
  max-width: 24px;
  max-height: 24px;
}

.rocket-spin-hk71x7 + .rocket-spin-hk71x7 {
  margin-left: 5px;
}

.rocket-spin-7jib1f {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rocket-spin-7jib1f:hover {
  background-color: var(--button-bg-hover);
}

.rocket-spin-6gjwvn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rocket-spin-37j0bf ease-in-out;
  border: 1px solid var(--border-color);
}

.rocket-spin-6gjwvn:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rocket-spin-u6zhgd {
  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) {
  .rocket-spin-mmtfrq {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rocket-spin-u6zhgd {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rocket-spin-mmtfrq {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rocket-spin-hk71x7 {
    min-width: unset;
    flex: 1 1;
  }
}

.rocket-spin-b1wsnb {
  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;
}

.rocket-spin-b1wsnb:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rocket-spin-b1wsnb:hover .rocket-spin-3ar64m {
  opacity: 1;
  pointer-events: auto;
}

.rocket-spin-znfgj7 {
  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.rocket-spin-smz5d5 ease-in-out;
  gap: 4px;
}

.rocket-spin-znfgj7 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rocket-spin-znfgj7 .rocket-spin-eotfaz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rocket-spin-y5zwra,
.rocket-spin-znfgj7:hover {
  color: var(--button-bg-hover);
}

.rocket-spin-7wr6yk {
  position: relative;
}

.rocket-spin-7wr6yk .rocket-spin-znfgj7 {
  margin-right: 0;
  padding-right: 4px;
}

.rocket-spin-i4038h svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rocket-spin-7wr6yk.rocket-spin-i78452 .rocket-spin-i4038h svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rocket-spin-7wr6yk.rocket-spin-i78452 .rocket-spin-3ar64m {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rocket-spin-7wr6yk.rocket-spin-i78452 .rocket-spin-3ar64m::before {
  display: none;
}

.rocket-spin-i4038h svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rocket-spin-3ar64m {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rocket-spin-3w9j20 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rocket-spin-3ar64m::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rocket-spin-3ar64m:hover {
  color: var(--fh-bg-color);
}

.rocket-spin-r9kk0s {
  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.rocket-spin-3w9j20 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rocket-spin-smz5d5 ease-in-out;
  -o-transition: 0.rocket-spin-smz5d5 ease-in-out;
  transition: 0.rocket-spin-smz5d5 ease-in-out;
}

.rocket-spin-r9kk0s .rocket-spin-eotfaz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rocket-spin-jj6nbt,
.rocket-spin-r9kk0s:hover {
  color: var(--button-bg-hover);
}

.rocket-spin-wc0tkc {
  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%;
}

.rocket-spin-wc0tkc.rocket-spin-js79w1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rocket-spin-wc0tkc.rocket-spin-js79w1:after,
.rocket-spin-wc0tkc.rocket-spin-js79w1:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rocket-spin-wc0tkc.rocket-spin-js79w1: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);
  }
}

.rocket-spin-wc0tkc.rocket-spin-js79w1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rocket-spin-wc0tkc.rocket-spin-js79w1 > * {
  z-index: 1;
}

.rocket-spin-wc0tkc b,
.rocket-spin-wc0tkc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rocket-spin-wc0tkc .rocket-spin-jx2b7z {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rocket-spin-wc0tkc .rocket-spin-aspb3h {
  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;
}

.rocket-spin-wc0tkc .rocket-spin-eotfaz {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rocket-spin-wc0tkc .rocket-spin-fh2jbb {
  margin-top: 12px;
}

.rocket-spin-fh2jbb {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rocket-spin-7p7hd7 {
  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;
}

.rocket-spin-fh2jbb .rocket-spin-dv5294 {
  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.rocket-spin-37j0bf ease-in-out;
}

.rocket-spin-fh2jbb .rocket-spin-dv5294:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rocket-spin-pp89j0 {
  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;
}

.rocket-spin-wc0tkc.rocket-spin-q78ixw {
  gap: 12px;
  padding: 16px;
}

.rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-pp89j0 {
  min-width: 240px;
}

.rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-pp89j0.rocket-spin-cnresr {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rocket-spin-wc0tkc .rocket-spin-jx2b7z {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rocket-spin-wc0tkc .rocket-spin-aspb3h {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rocket-spin-wc0tkc .rocket-spin-eotfaz {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-eotfaz {
    max-width: 126px;
  }
  .rocket-spin-wc0tkc .rocket-spin-fh2jbb {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rocket-spin-wc0tkc .rocket-spin-7p7hd7 {
    max-width: unset;
  }
  .rocket-spin-pp89j0 {
    min-width: unset;
    width: 100%;
  }
  .rocket-spin-wc0tkc .rocket-spin-pp89j0 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw {
    grid-template-rows: auto 1fr auto;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-pp89j0 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rocket-spin-wc0tkc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rocket-spin-wc0tkc .rocket-spin-jx2b7z {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rocket-spin-wc0tkc .rocket-spin-eotfaz {
    max-width: 78px;
  }
  .rocket-spin-wc0tkc .rocket-spin-fh2jbb {
    margin-top: -12px;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw {
    gap: 8px;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-jx2b7z {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-aspb3h {
    grid-column: 1/3;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-eotfaz {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rocket-spin-wc0tkc.rocket-spin-q78ixw .rocket-spin-eotfaz img {
    max-width: 114px;
  }
}

.rocket-spin-pp89j0.rocket-spin-jpy2ex,
.rocket-spin-pp89j0.rocket-spin-2o7b05,
.rocket-spin-pp89j0.rocket-spin-c2whl4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rocket-spin-37j0bf ease-in-out;
}

.rocket-spin-pp89j0.rocket-spin-jpy2ex,
.rocket-spin-pp89j0.rocket-spin-c2whl4 {
  padding: 10px;
}

.rocket-spin-pp89j0.rocket-spin-jpy2ex:hover,
.rocket-spin-pp89j0.rocket-spin-2o7b05:hover,
.rocket-spin-pp89j0.rocket-spin-c2whl4:hover {
  background: var(--button-bg-hover);
}

.rocket-spin-pp89j0.rocket-spin-jpy2ex:hover svg path,
.rocket-spin-pp89j0.rocket-spin-c2whl4:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rocket-spin-pp89j0.rocket-spin-cnresr {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rocket-spin-37j0bf ease-in-out;
  background: var(--button-bg-color);
}

.rocket-spin-pp89j0.rocket-spin-cnresr:hover {
  background-color: var(--button-bg-hover);
}

.rocket-spin-pp89j0.rocket-spin-2o7b05: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);
  }
}

.rocket-spin-pp89j0.rocket-spin-2o7b05:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rocket-spin-pp89j0.rocket-spin-cnresr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rocket-spin-yyqdy9 {
  max-width: 650px;
}

.rocket-spin-l7ctnz {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rocket-spin-67ywmu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rocket-spin-1aj85s {
  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.rocket-spin-smz5d5 ease-in-out;
  cursor: pointer;
}

.rocket-spin-1aj85s:hover {
  opacity: 0.5;
}

.rocket-spin-1aj85s:focus {
  outline: 0;
}

.rocket-spin-1aj85s:focus .rocket-spin-rw3upj,
.rocket-spin-1aj85s:hover .rocket-spin-rw3upj {
  fill: red;
  fill-opacity: 1;
}

.rocket-spin-1aj85s:hover {
  cursor: pointer;
}

.rocket-spin-ch3u6u {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rocket-spin-yyqdy9.rocket-spin-p5iqmb {
  margin: 0 auto;
}

.rocket-spin-yyqdy9.rocket-spin-mdntgh {
  margin-left: auto;
}

.rocket-spin-qkybve {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rocket-spin-vrwsl3 {
  padding-bottom: 50px;
}

.rocket-spin-x1mgoy {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rocket-spin-e26p2s {
  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;
}

.rocket-spin-kgzf7g {
  margin-top: 24px;
}

.rocket-spin-kzb7e1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rocket-spin-mwozwf {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rocket-spin-y5gl1p {
  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;
}

.rocket-spin-qcddb0 {
  width: 468px;
}

.rocket-spin-y5gl1p .rocket-spin-3ar64m {
  margin: 0.rocket-spin-pv5ysq 0;
}

.rocket-spin-bbnhc0 {
  display: flex;
  min-width: 224px;
}

.rocket-spin-86ahoy {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rocket-spin-smz5d5 ease-in-out;
}

.rocket-spin-u3i9yq,
.rocket-spin-86ahoy:hover {
  color: var(--text-color);
}

.rocket-spin-9eu2hd {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rocket-spin-5bj8xx {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rocket-spin-qkybve {
    padding: 16px;
  }
  .rocket-spin-9eu2hd {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rocket-spin-5bj8xx {
    align-items: center;
  }
  .rocket-spin-qcddb0 {
    width: unset;
  }
  .rocket-spin-bbnhc0 {
    min-width: unset;
  }
  .rocket-spin-y5gl1p {
    max-height: unset;
  }
  .rocket-spin-x1mgoy {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rocket-spin-qkybve {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rocket-spin-lrof1j {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rocket-spin-lrof1j:not(:last-child) {
  margin-bottom: 16px;
}

.rocket-spin-n1zzdj {
  outline: 0;
}

.rocket-spin-n1zzdj .rocket-spin-h59r0g {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rocket-spin-hkyd9e {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rocket-spin-hkyd9e {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rocket-spin-hkyd9e::-webkit-details-marker {
  display: none;
}

.rocket-spin-hkyd9e: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;
}

.rocket-spin-hkyd9e: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] .rocket-spin-hkyd9e:after {
  transform: unset;
}

.rocket-spin-h59r0g {
  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);
}

.rocket-spin-h59r0g 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.rocket-spin-smz5d5 ease-in-out;
  -o-transition: 0.rocket-spin-smz5d5 ease-in-out;
  transition: 0.rocket-spin-smz5d5 ease-in-out;
}

.rocket-spin-x0d51w {
  padding: 16px 0 0 0;
}

.rocket-spin-x0d51w * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rocket-spin-x0d51w :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocket-spin-hkyd9e {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rocket-spin-hkyd9e::after {
    margin-left: auto;
  }
  .rocket-spin-h59r0g {
    order: 3;
    flex: 1 1 100%;
  }
  .rocket-spin-hkyd9e {
    font-size: 14px;
    line-height: 130%;
  }
  .rocket-spin-h59r0g svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rocket-spin-qpmy83 {
  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;
}

.rocket-spin-xssbj7 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rocket-spin-qpmy83.rocket-spin-i78452 .rocket-spin-xssbj7 {
  margin-bottom: 12px;
}

.rocket-spin-xssbj7::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;
}

.rocket-spin-qpmy83.rocket-spin-i78452 .rocket-spin-xssbj7::after {
  transform: unset;
}

.rocket-spin-e2exh1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rocket-spin-kg1www {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rocket-spin-smz5d5 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rocket-spin-kg1www: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;
}

.rocket-spin-qpmy83.rocket-spin-i78452 .rocket-spin-e2exh1 {
  max-height: 100%;
}

.rocket-spin-w0cwga {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rocket-spin-8pdaq0 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rocket-spin-jmqex4 {
  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;
}

.rocket-spin-rh0fk3 {
  margin-right: 4px;
}

.rocket-spin-cdfq4r {
  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.rocket-spin-smz5d5 ease-in-out;
}

.rocket-spin-cdfq4r svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rocket-spin-zm2qj2,
.rocket-spin-cdfq4r:hover {
  color: var(--text-color);
}

.rocket-spin-hqx6p2 {
  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;
}

.rocket-spin-hqx6p2 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rocket-spin-hqx6p2 .rocket-spin-891qqy {
  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;
}

.rocket-spin-hqx6p2 .rocket-spin-10n87u {
  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;
}

.rocket-spin-yi08fl {
  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;
}

.rocket-spin-rij9qd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rocket-spin-7i245l .rocket-spin-mtr4lp {
  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;
}

.rocket-spin-7i245l {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rocket-spin-um8cee {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rocket-spin-6we0nf {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rocket-spin-javrt0 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rocket-spin-9yn1py 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;
}

.rocket-spin-javrt0:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rocket-spin-f96loc {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rocket-spin-7r0k7i {
  -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.rocket-spin-smz5d5 ease-in-out;
  transition: transform 0.rocket-spin-smz5d5 ease-in-out;
  -o-transition: transform 0.rocket-spin-smz5d5 ease-in-out;
  transition:
    transform 0.rocket-spin-smz5d5 ease-in-out,
    -webkit-transform 0.rocket-spin-smz5d5 ease-in-out;
  cursor: pointer;
}

.rocket-spin-7r0k7i svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rocket-spin-7r0k7i: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;
}

.rocket-spin-gj3d6r {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rocket-spin-gj3d6r {
    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);
}

.rocket-spin-7wy1is {
  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;
}

.rocket-spin-qeu4no {
  position: relative;
  width: 100%;
}

.rocket-spin-7wy1is.rocket-spin-kb9nxj {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rocket-spin-7wy1is.rocket-spin-p5iqmb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rocket-spin-7wy1is.rocket-spin-mdntgh {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rocket-spin-ktbduh {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rocket-spin-4tjkwj {
  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.rocket-spin-smz5d5 ease-in-out;
  cursor: pointer;
}

.rocket-spin-4tjkwj:hover {
  opacity: 0.5;
}

.rocket-spin-7wy1is.rocket-spin-ms07fz .rocket-spin-4tjkwj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rocket-spin-7wy1is.rocket-spin-ms07fz .rocket-spin-ktbduh {
  cursor: pointer;
}

.rocket-spin-v8lmqf {
  fill: #0009;
}

.rocket-spin-p0gtzz {
  fill: #fff;
}

.rocket-spin-4tjkwj:hover .rocket-spin-v8lmqf {
  fill: red;
}

.rocket-spin-4tjkwj svg path {
  -webkit-transition: 0.rocket-spin-smz5d5 ease-in-out;
  -o-transition: 0.rocket-spin-smz5d5 ease-in-out;
  transition: 0.rocket-spin-smz5d5 ease-in-out;
}

.rocket-spin-8sg482 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rocket-spin-8sg482 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rocket-spin-8sg482.rocket-spin-x1wge3 > :not(.get-image) {
  grid-column: 1/3;
}

.rocket-spin-t5zwzl:not(._h1-block) .rocket-spin-8sg482 > .rocket-spin-7zt6tk {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rocket-spin-8sg482.rocket-spin-x1wge3 .rocket-spin-62meyr {
  grid-column: 2/3;
}

.rocket-spin-8sg482.rocket-spin-x1wge3 > .rocket-spin-eotfaz {
  grid-column: 1/2;
}

.rocket-spin-8sg482.rocket-spin-x1wge3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rocket-spin-8sg482 > p:first-of-type {
  margin-top: 0;
}

.rocket-spin-8sg482 .rocket-spin-eotfaz {
  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;
}

.rocket-spin-t5zwzl:not(._h1-block) .rocket-spin-7zt6tk ~ .rocket-spin-eotfaz {
  grid-row: 2/10;
}

.rocket-spin-t5zwzl.rocket-spin-x9xfhb .rocket-spin-7zt6tk ~ .rocket-spin-eotfaz {
  grid-row: 1/10;
}

.rocket-spin-t5zwzl.rocket-spin-x9xfhb > .rocket-spin-7zt6tk {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rocket-spin-t5zwzl.rocket-spin-x9xfhb .rocket-spin-eotfaz {
  grid-row: 1/10;
}

.rocket-spin-8sg482.rocket-spin-7c1zrm .rocket-spin-eotfaz {
  align-items: flex-start;
}

.rocket-spin-8sg482.rocket-spin-p5iqmb .rocket-spin-62meyr {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rocket-spin-8sg482.rocket-spin-p5iqmb .rocket-spin-eotfaz {
  align-items: center;
}

.rocket-spin-8sg482.rocket-spin-7ti1gq .rocket-spin-eotfaz {
  align-items: flex-end;
}

.rocket-spin-62meyr > :first-child {
  margin-top: 0;
}

.rocket-spin-62meyr > :last-child {
  margin-bottom: 0;
}

* + .rocket-spin-7s8s2x,
.rocket-spin-t5zwzl + .rocket-spin-t5zwzl {
  margin-top: 2rem;
}

.rocket-spin-vvmmap td::before,
.rocket-spin-vvmmap th::after {
  display: none !important;
}

.rocket-spin-vvmmap #link-selector {
  color: #000;
}

.rocket-spin-vvmmap .rocket-spin-rwb28m {
  color: #135e96;
}

.rocket-spin-vvmmap .rocket-spin-g3nqz0 *,
.rocket-spin-vvmmap .rocket-spin-uvr1yr p,
.rocket-spin-vvmmap .rocket-spin-etvcq3 * {
  color: #000;
}

.rocket-spin-vvmmap .rocket-spin-rn24ec {
  background: 0 0 !important;
}

.rocket-spin-vvmmap .rocket-spin-2ieman {
  color: #000;
}

.rocket-spin-vvmmap .rocket-spin-dc7c1b.rocket-spin-ksx6oy {
  color: #fff;
}

.rocket-spin-vvmmap .rocket-spin-kizthd {
  color: #000;
}

.rocket-spin-vvmmap
  .rocket-spin-axb062
  .rocket-spin-qkltkn.rocket-spin-ksx6oy.rocket-spin-tgbmxg {
  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;
}

.rocket-spin-iq8qqp,
body .rocket-spin-e9zy5y {
  color: #000;
  background: var(--color-body) !important;
}

.rocket-spin-iq8qqp .rocket-spin-k0sp3g .rocket-spin-r0t8tk,
body .rocket-spin-e9zy5y .rocket-spin-k0sp3g .rocket-spin-r0t8tk {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rocket-spin-kg1www:focus,
  .rocket-spin-kg1www:hover {
    color: #f9cb16;
  }
  .rocket-spin-1btbch:focus,
  .rocket-spin-1btbch:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rocket-spin-y2bz0e:focus img,
  .rocket-spin-y2bz0e:focus svg,
  .rocket-spin-y2bz0e:hover img,
  .rocket-spin-y2bz0e:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rocket-spin-hqx6p2 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rocket-spin-7wr6yk:hover .rocket-spin-i4038h svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rocket-spin-i4038h {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rocket-spin-j6z3ph {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rocket-spin-nt8utq {
    grid-template-columns: repeat(4, 1fr);
  }
  .rocket-spin-v88uca {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rocket-spin-u2fvd0 .rocket-spin-6lsqtq {
    grid-template-columns: 1fr;
  }
  .rocket-spin-u2fvd0 .rocket-spin-z13wed {
    -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;
  }
  .rocket-spin-u2fvd0 .rocket-spin-c21td5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rocket-spin-u2fvd0 .rocket-spin-jvxw4z {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rocket-spin-u2fvd0 .rocket-spin-z00x8n {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rocket-spin-u2fvd0 .rocket-spin-c21td5:not(:first-child) {
    border: none;
  }
  .rocket-spin-u2fvd0 .rocket-spin-c21td5:first-child .rocket-spin-jvxw4z {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rocket-spin-u2fvd0 .rocket-spin-c21td5:last-child .rocket-spin-jvxw4z {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rocket-spin-aryhpc {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rocket-spin-80oxr5 {
    max-width: 100px;
  }
  .rocket-spin-mmtfrq {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rocket-spin-mhbvho {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rocket-spin-mhbvho svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rocket-spin-qs00pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rocket-spin-mmtfrq + .rocket-spin-mhbvho {
    margin-left: auto;
  }
  .rocket-spin-kx2iow {
    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;
  }
  .rocket-spin-kx2iow.rocket-spin-i78452 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rocket-spin-u6zhgd {
    -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;
  }
  .rocket-spin-b1wsnb {
    width: 100%;
  }
  .rocket-spin-b1wsnb:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rocket-spin-znfgj7 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rocket-spin-znfgj7 svg {
    margin-right: 4px;
  }
  .rocket-spin-7wr6yk {
    -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;
  }
  .rocket-spin-i4038h svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rocket-spin-i4038h {
    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;
  }
  .rocket-spin-3ar64m {
    display: none;
    width: 100%;
  }
  .rocket-spin-7wr6yk.rocket-spin-i78452 .rocket-spin-3ar64m {
    padding: 0 0 0 48px;
  }
  .rocket-spin-r9kk0s {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rocket-spin-e26p2s .rocket-spin-eotfaz {
    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;
  }
  .rocket-spin-9ogfl2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rocket-spin-9ogfl2 + .rocket-spin-9ogfl2 {
    margin-right: 0;
  }
  .rocket-spin-9ogfl2 + .rocket-spin-eotfaz {
    margin: 0;
  }
  .rocket-spin-j6z3ph {
    grid-template-columns: repeat(4, 1fr);
  }
  .rocket-spin-nt8utq {
    grid-template-columns: repeat(3, 1fr);
  }
  .rocket-spin-rtjnxc,
  .rocket-spin-zjw4em {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocket-spin-8sg482 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rocket-spin-8sg482.rocket-spin-x1wge3 .rocket-spin-62meyr {
    grid-column: auto;
    grid-row: auto;
  }
  .rocket-spin-8sg482 > .rocket-spin-7zt6tk {
    grid-column: 1/2;
  }
  .rocket-spin-8sg482.rocket-spin-x1wge3 > :not(.get-image) {
    grid-column: 1/2;
  }
  .rocket-spin-8sg482 .rocket-spin-eotfaz,
  .rocket-spin-8sg482.rocket-spin-x1wge3 > .rocket-spin-eotfaz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rocket-spin-8sg482.rocket-spin-x1wge3 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rocket-spin-t5zwzl.rocket-spin-x9xfhb .rocket-spin-8sg482 > .rocket-spin-eotfaz {
    grid-row: 1/2;
  }
  .rocket-spin-8sg482 .rocket-spin-7zt6tk ~ .rocket-spin-eotfaz,
  .rocket-spin-8sg482.rocket-spin-x1wge3 .rocket-spin-7zt6tk ~ .rocket-spin-eotfaz {
    grid-row: 2/3;
  }
  .rocket-spin-t5zwzl.rocket-spin-x9xfhb .rocket-spin-7zt6tk ~ .rocket-spin-eotfaz {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rocket-spin-8ochvm:first-child .rocket-spin-cmvmdu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rocket-spin-8ochvm:first-child .rocket-spin-cmvmdu h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rocket-spin-8ochvm {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rocket-spin-8ochvm {
    padding: 0;
  }
  .rocket-spin-jw0fnv {
    margin-top: 1rem;
  }
  .rocket-spin-n1zzdj {
    border-radius: 5px;
  }
  .rocket-spin-uvwnls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rocket-spin-xssbj7::after {
    display: inline-block;
  }
  .rocket-spin-xssbj7 {
    margin: 0;
    width: 100%;
  }
  .rocket-spin-e2exh1 {
    width: 100%;
  }
  .rocket-spin-e2exh1.rocket-spin-w6vjuc {
    -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%;
  }
  .rocket-spin-e2exh1.rocket-spin-w6vjuc .rocket-spin-7ilqr9 {
    width: 100%;
  }
  .rocket-spin-e2exh1.rocket-spin-w6vjuc .rocket-spin-7ilqr9:not(:last-child) {
    margin-right: 0;
  }
  .rocket-spin-kg1www {
    width: 100%;
    text-align: center;
  }
  .rocket-spin-qpmy83.rocket-spin-i78452 .rocket-spin-e2exh1 {
    margin-top: 1rem;
  }
  .rocket-spin-j6z3ph {
    grid-template-columns: repeat(3, 1fr);
  }
  .rocket-spin-v88uca,
  .rocket-spin-nt8utq {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocket-spin-rtjnxc,
  .rocket-spin-zjw4em,
  .rocket-spin-uxhkfa {
    grid-template-columns: 1fr;
  }
  .rocket-spin-bdonzw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rocket-spin-5evkzr {
    min-width: 300px;
    max-width: 325px;
  }
  .rocket-spin-jvxw4z {
    cursor: auto;
  }
  .rocket-spin-bwnasj .rocket-spin-jvxw4z {
    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;
  }
  .rocket-spin-gj3d6r {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rocket-spin-3ar64m {
    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) {
  .rocket-spin-gj3d6r {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rocket-spin-9ogfl2 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rocket-spin-mhbvho {
    margin: 0 -0.2rem;
  }
  .rocket-spin-9ogfl2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rocket-spin-j0ahu9 {
    -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;
  }
  .rocket-spin-m9ixo9 {
    max-width: 100%;
  }
  .rocket-spin-j6z3ph {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocket-spin-v88uca,
  .rocket-spin-nt8utq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rocket-spin-aryhpc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rocket-spin-mhbvho {
    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;
  }
  .rocket-spin-nkyrq9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rocket-spin-hk71x7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rocket-spin-ynx43v,
  .rocket-spin-fd3hvr {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rocket-spin-pkhcig {
    width: 100%;
  }
  .rocket-spin-j6z3ph {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rocket-spin-gj3d6r {
    top: 127px !important;
  }
}

.rocket-spin-slsg9d {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rocket-spin-slsg9d {
  }
}

@media (max-width: 767px) {
  .rocket-spin-slsg9d {
    margin-bottom: 12px;
  }
}

.rocket-spin-slsg9d img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rocket-spin-gp7zg4 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rocket-spin-gp7zg4 > .rocket-spin-2jd4tk {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rocket-spin-gp7zg4 {
    flex-direction: column;
    gap: 12px;
  }
}

.rocket-spin-s317rn {
  display: flex;
}

.rocket-spin-s317rn .rocket-spin-qx1ypz {
  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;
}

.rocket-spin-s317rn .rocket-spin-x02oct {
  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;
}

.rocket-spin-s317rn .rocket-spin-aaqty9 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rocket-spin-s317rn .rocket-spin-no344m {
  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));
  }
}

.rocket-spin-s317rn .rocket-spin-no344m:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rocket-spin-s317rn .rocket-spin-imp3ge {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rocket-spin-wjjr6c {
  border: unset;
  background-color: unset;
}

.rocket-spin-wjjr6c tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rocket-spin-wjjr6c .rocket-spin-tnffi7,
.rocket-spin-wjjr6c .rocket-spin-48k315 {
  flex: 0 1 330px;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 {
  flex: 1 1;
}

.rocket-spin-wjjr6c tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rocket-spin-wjjr6c tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rocket-spin-wjjr6c tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rocket-spin-wjjr6c tr td p {
  color: #fff;
  margin: 0;
}

.rocket-spin-wjjr6c tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rocket-spin-wjjr6c tr.rocket-spin-tnffi7 td p {
  padding: 16px 0;
}

.rocket-spin-wjjr6c tr.rocket-spin-tnffi7 td p:not(:last-child),
.rocket-spin-wjjr6c tr.rocket-spin-48k315 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rocket-spin-wjjr6c tr.rocket-spin-tnffi7 td p:first-child,
.rocket-spin-wjjr6c tr.rocket-spin-48k315 td p:first-child {
  padding-top: 0;
}

.rocket-spin-wjjr6c tr.rocket-spin-48k315 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rocket-spin-wjjr6c tr.rocket-spin-48k315 td p:last-child {
  padding-bottom: 0;
}

.rocket-spin-wjjr6c .rocket-spin-48k315 img {
  max-width: 32px;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 {
  min-width: 718px;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td {
  display: flex;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-5zdd9x,
.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-8x3h7s,
.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-tgrfgg {
  flex: 1 1 50%;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-cf5tpa {
  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;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-87uv72,
.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-8gq6ea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-5zdd9x,
.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-8x3h7s {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-5zdd9x span,
.rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-8x3h7s span {
  font-weight: 800;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td .rocket-spin-tgrfgg:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rocket-spin-wjjr6c tr.rocket-spin-tnffi7 td p:last-child {
    padding-bottom: 0;
  }
  .rocket-spin-wjjr6c .rocket-spin-48k315 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rocket-spin-wjjr6c .rocket-spin-48k315 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rocket-spin-wjjr6c tr.rocket-spin-tnffi7 td p:not(:last-child),
  .rocket-spin-wjjr6c tr.rocket-spin-48k315 td p:not(:last-child) {
    border-bottom: unset;
  }
  .rocket-spin-wjjr6c tr.rocket-spin-48k315 td p:last-child {
    padding-bottom: 12px;
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-5zdd9x,
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-8x3h7s,
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-tgrfgg {
    flex: 1 1 50%;
    padding: 0;
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-5zdd9x,
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-8x3h7s {
    margin-top: 16px;
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-tgrfgg {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-5zdd9x {
    border-right: 1px solid var(--border-color);
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-tgrfgg:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td:last-child .rocket-spin-tgrfgg:last-child {
    padding-bottom: 0;
  }
}

.rocket-spin-tgrfgg {
  display: flex;
  flex-direction: column;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td .rocket-spin-tgrfgg {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td .rocket-spin-tgrfgg:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rocket-spin-wjjr6c .rocket-spin-95fzo2 td .rocket-spin-tgrfgg:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td .rocket-spin-tgrfgg:not(:first-child) {
    padding-left: 0;
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 td .rocket-spin-tgrfgg:not(:last-of-type) {
    border-right: unset;
  }
}

.rocket-spin-wjjr6c .rocket-spin-x680fd {
  flex: 0 1 485px;
}

.rocket-spin-wjjr6c .rocket-spin-82rv0n {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rocket-spin-wjjr6c .rocket-spin-82rv0n li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocket-spin-wjjr6c .rocket-spin-82rv0n li.rocket-spin-5kefq1 {
  padding: 6px 12px;
}

.rocket-spin-wjjr6c .rocket-spin-82rv0n li a,
.rocket-spin-wjjr6c .rocket-spin-82rv0n 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;
}

.rocket-spin-wjjr6c .rocket-spin-ichgz0,
.rocket-spin-wjjr6c .rocket-spin-98arir {
  flex: 1 1;
}

.rocket-spin-wjjr6c .rocket-spin-6t8idw,
.rocket-spin-wjjr6c .rocket-spin-pc5y3b {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rocket-spin-wjjr6c .rocket-spin-6t8idw li,
.rocket-spin-wjjr6c .rocket-spin-pc5y3b li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rocket-spin-wjjr6c .rocket-spin-98arir img {
  max-width: 32px;
}

.rocket-spin-wjjr6c .rocket-spin-ichgz0 img {
  max-width: 32px;
}

.rocket-spin-wjjr6c .rocket-spin-jhhgld {
  min-width: 280px;
}

.rocket-spin-wjjr6c .rocket-spin-jhhgld img {
  max-width: 146px;
}

.rocket-spin-wjjr6c .rocket-spin-jhhgld td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rocket-spin-wjjr6c .rocket-spin-tnffi7,
  .rocket-spin-wjjr6c .rocket-spin-48k315 {
    flex: 0 1 auto;
  }
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rocket-spin-wjjr6c .rocket-spin-tnffi7,
  .rocket-spin-wjjr6c .rocket-spin-x680fd,
  .rocket-spin-wjjr6c .rocket-spin-48k315,
  .rocket-spin-wjjr6c .rocket-spin-95fzo2 {
    flex: 1 1 calc(50% - 20px);
  }
  .rocket-spin-wjjr6c .rocket-spin-ichgz0,
  .rocket-spin-wjjr6c .rocket-spin-jhhgld,
  .rocket-spin-wjjr6c .rocket-spin-98arir {
    flex: 1 1 30%;
  }
  .rocket-spin-wjjr6c .rocket-spin-jhhgld {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rocket-spin-wjjr6c .rocket-spin-tnffi7,
  .rocket-spin-wjjr6c .rocket-spin-x680fd,
  .rocket-spin-wjjr6c .rocket-spin-ichgz0,
  .rocket-spin-wjjr6c .rocket-spin-48k315,
  .rocket-spin-wjjr6c .rocket-spin-95fzo2,
  .rocket-spin-wjjr6c .rocket-spin-jhhgld,
  .rocket-spin-wjjr6c .rocket-spin-98arir {
    flex: 1 1 100%;
  }
}

.rocket-spin-z2ab56 .rocket-spin-zidl5h {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rocket-spin-z2ab56 .rocket-spin-0tpz1m {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rocket-spin-z2ab56 .rocket-spin-obp03e {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rocket-spin-z2ab56 .rocket-spin-fn24pb {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rocket-spin-z2ab56 .rocket-spin-fn24pb > :nth-child(3) {
  margin-top: 0;
}

.rocket-spin-z2ab56 .rocket-spin-eotfaz {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rocket-spin-z2ab56 .rocket-spin-upisvo {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rocket-spin-z2ab56 .rocket-spin-jw0fnv {
  grid-column: 1/2;
}

.rocket-spin-z2ab56 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rocket-spin-z2ab56 .rocket-spin-0tpz1m: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;
}

.rocket-spin-z2ab56 .rocket-spin-0tpz1m:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rocket-spin-z2ab56 .rocket-spin-pkhcig {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rocket-spin-z2ab56 .rocket-spin-0tpz1m:not(:last-child):before {
    bottom: 8px;
  }
  .rocket-spin-z2ab56 .rocket-spin-0tpz1m:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rocket-spin-z2ab56 .rocket-spin-fn24pb {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rocket-spin-z2ab56 .rocket-spin-eotfaz {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rocket-spin-z2ab56 .rocket-spin-eotfaz img {
    width: 100%;
    height: auto;
  }
  .rocket-spin-z2ab56 .rocket-spin-pkhcig {
    width: 100%;
    min-width: unset;
  }
}

.rocket-spin-6m946k .rocket-spin-8yhcc7 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rocket-spin-6m946k .rocket-spin-f1nbfq {
  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;
}

.rocket-spin-6m946k .rocket-spin-eotfaz {
  height: 100%;
}

.rocket-spin-6m946k .rocket-spin-eotfaz img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rocket-spin-6m946k .rocket-spin-fjbb7m {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rocket-spin-6m946k .rocket-spin-hlaueq {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rocket-spin-6m946k .rocket-spin-bt999l {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rocket-spin-6m946k .rocket-spin-f1nbfq {
    flex: 1 1 100%;
  }
  .rocket-spin-6m946k .rocket-spin-pp89j0 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rocket-spin-6m946k .rocket-spin-f1nbfq {
    flex-direction: column;
  }
  .rocket-spin-6m946k .rocket-spin-eotfaz {
    width: 100%;
    height: auto;
  }
  .rocket-spin-6m946k .rocket-spin-eotfaz img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rocket-spin-6m946k .rocket-spin-fjbb7m {
    padding: 0 16px 16px 16px;
  }
  .rocket-spin-6m946k .rocket-spin-pp89j0 {
    min-width: unset;
    width: 100%;
  }
}

.rocket-spin-rq8abq .rocket-spin-9fy2o8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rocket-spin-rq8abq .rocket-spin-k33k6i {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rocket-spin-rq8abq 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;
}

.rocket-spin-rq8abq .rocket-spin-lcs67z {
  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;
}

.rocket-spin-rq8abq .rocket-spin-k33k6i:hover .rocket-spin-lcs67z {
  display: flex;
}

.rocket-spin-rq8abq .rocket-spin-4s1kbp {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocket-spin-rq8abq .rocket-spin-70w1yo {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rocket-spin-g77l68 {
  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;
}

.rocket-spin-g77l68.rocket-spin-m4th3v {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rocket-spin-37j0bf ease-in-out;
}

.rocket-spin-g77l68.rocket-spin-m4th3v:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rocket-spin-rq8abq .rocket-spin-2yld08 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rocket-spin-37j0bf ease-in-out;
}

.rocket-spin-rq8abq .rocket-spin-2yld08:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rocket-spin-rq8abq .rocket-spin-2yld08:after,
.rocket-spin-g77l68.rocket-spin-m4th3v:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rocket-spin-g77l68.rocket-spin-m4th3v:after {
  background-image: url(../images/Cash.svg);
}

.rocket-spin-rq8abq .rocket-spin-2yld08:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rocket-spin-rq8abq .rocket-spin-9fy2o8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rocket-spin-rq8abq .rocket-spin-9fy2o8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rocket-spin-rq8abq .rocket-spin-9fy2o8 {
    grid-template-columns: 1fr;
  }
  .rocket-spin-rq8abq .rocket-spin-k33k6i {
    height: auto;
  }
  .rocket-spin-rq8abq .rocket-spin-k33k6i .rocket-spin-lcs67z {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rocket-spin-rq8abq .rocket-spin-4s1kbp,
  .rocket-spin-rq8abq .rocket-spin-70w1yo {
    text-align: left;
  }
  .rocket-spin-rq8abq .rocket-spin-70w1yo {
    margin-bottom: 8px;
  }
  .rocket-spin-rq8abq img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rocket-spin-wnnwdj {
  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;
}

.rocket-spin-wnnwdj.rocket-spin-ms07fz {
  display: block;
}

.rocket-spin-wnnwdj .rocket-spin-sy92iz {
  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;
}

.rocket-spin-wnnwdj .rocket-spin-qrbimt {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rocket-spin-wnnwdj .rocket-spin-vd47ea {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rocket-spin-wnnwdj .rocket-spin-dr1k0o {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rocket-spin-wnnwdj .rocket-spin-g77l68 {
  min-width: 296px;
  margin-bottom: 0;
}

.rocket-spin-wnnwdj .rocket-spin-xarl4u {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rocket-spin-wnnwdj .rocket-spin-tga7io {
  position: relative;
  flex: 1 1;
}

.rocket-spin-wnnwdj .rocket-spin-tga7io iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rocket-spin-wnnwdj .rocket-spin-qrbimt {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rocket-spin-wnnwdj .rocket-spin-vd47ea {
    order: 1;
  }
  .rocket-spin-wnnwdj .rocket-spin-dr1k0o {
    order: 3;
    flex: 1 1 100%;
  }
  .rocket-spin-wnnwdj .rocket-spin-g77l68 {
    width: 100%;
    min-width: unset;
  }
  .rocket-spin-wnnwdj .rocket-spin-xarl4u {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rocket-spin-8sg482 > .rocket-spin-7zt6tk {
    margin-bottom: 0;
  }
  .rocket-spin-8sg482 > .rocket-spin-jw0fnv,
  .rocket-spin-8sg482 > p {
    margin-top: 0;
  }
}

.rocket-spin-m2r43y img,
.rocket-spin-9ogfl2 img {
  width: auto;
  object-fit: contain;
}

.rocket-spin-m2r43y {
  align-items: center;
}

.rocket-spin-m2r43y img {
  max-height: 76px;
}

.rocket-spin-9ogfl2 img {
  max-height: 64px;
}

.rocket-spin-zprke2 {
  overflow: auto;
}

.rocket-spin-qheax5 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rocket-spin-dj1pcu:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rocket-spin-1pgu0f {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rocket-spin-e4q00q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rocket-spin-1pgu0f .rocket-spin-eotfaz {
  margin-right: 20px;
  flex-shrink: 0;
}

.rocket-spin-1pgu0f img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rocket-spin-v1iwuy {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rocket-spin-v1iwuy > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocket-spin-1pgu0f {
    padding: 15px 10px;
  }
  .rocket-spin-v1iwuy {
    padding: 15px 10px;
  }
  .rocket-spin-1pgu0f .rocket-spin-eotfaz {
    margin-right: 10px;
  }
}

.rocket-spin-t7rhoo {
  overflow-x: auto;
}

.rocket-spin-bb9myt {
  border-collapse: collapse;
  width: 100%;
}

.rocket-spin-t7rhoo th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rocket-spin-t7rhoo td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rocket-spin-t7rhoo td.rocket-spin-lrf95n {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rocket-spin-t7rhoo td.rocket-spin-9w90un {
  border-right: none;
}

.rocket-spin-t7rhoo td.rocket-spin-9w90un .rocket-spin-eotfaz {
  justify-content: flex-start;
}

.rocket-spin-t7rhoo td.rocket-spin-9w90un .rocket-spin-eotfaz img {
  height: auto;
  width: 90px;
}

.rocket-spin-t7rhoo td.rocket-spin-yq8xr8,
.rocket-spin-t7rhoo td.rocket-spin-nczhid {
  font-weight: 600;
  text-align: right;
}

.rocket-spin-t7rhoo td.rocket-spin-w8tvrd,
.rocket-spin-t7rhoo td.rocket-spin-yq8xr8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.rocket-spin-t7rhoo td.rocket-spin-yq8xr8,
.rocket-spin-t7rhoo td.rocket-spin-nczhid {
  border-left: none;
}

.rocket-spin-t7rhoo td.rocket-spin-w8tvrd,
.rocket-spin-t7rhoo td.rocket-spin-2vy77r {
  border-right: none;
}

.rocket-spin-t7rhoo td.rocket-spin-2vy77r,
.rocket-spin-t7rhoo td.rocket-spin-nczhid {
  border-top: none;
  padding-top: 10px;
}

.rocket-spin-21fbq7 {
  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;
}

.rocket-spin-21fbq7 .rocket-spin-pp89j0 {
  min-width: unset;
  width: 100%;
}

.rocket-spin-21fbq7 .rocket-spin-pp89j0.rocket-spin-jpy2ex {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rocket-spin-21fbq7 .rocket-spin-pp89j0.rocket-spin-c2whl4 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rocket-spin-21fbq7 .rocket-spin-17509s {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocket-spin-21fbq7 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rocket-spin-21fbq7 .rocket-spin-pp89j0.rocket-spin-jpy2ex {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rocket-spin-21fbq7 .rocket-spin-pp89j0.rocket-spin-c2whl4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rocket-spin-21fbq7 .rocket-spin-17509s {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rocket-spin-5fkkjk {
  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;
}

.rocket-spin-j329ln {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rocket-spin-mebp1m p a img {
  margin: 0 auto;
  display: block;
}

.rocket-spin-mebp1m table {
  margin-bottom: 17px;
}

/* contanct form */
.rocket-spin-292s4o {
  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;
}

.rocket-spin-292s4o label {
  font-size: 14px;
}

.rocket-spin-292s4o h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rocket-spin-292s4o input,
.rocket-spin-292s4o textarea,
.rocket-spin-292s4o 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;
}
.rocket-spin-292s4o button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rocket-spin-37j0bf ease;
}
.rocket-spin-292s4o button:hover {
  background-color: #691204;
}
.rocket-spin-7f8o9n {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rocket-spin-sbivgb ease-in;
}

.rocket-spin-7f8o9n 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;
}
.rocket-spin-08prjb, .rocket-spin-4k5b4c, [class*="review-card"],
thead, thead th, table th, .rocket-spin-tesrv5,
.rocket-spin-wk5xej, [class*="collapsible-header"],
.rocket-spin-auotz8, [class*="updated-block"] {
  color: #ece7dc !important;
}
