@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);
}

.spinbond-1r0e9y {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinbond-013m26 {
  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.spinbond-xlm1ye,
ul.spinbond-xlm1ye {
  padding-left: 20px;
}

ul.spinbond-xlm1ye {
  list-style: disc;
}

ol.spinbond-xlm1ye {
  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;
  }
}

.spinbond-nx9aum > .spinbond-xng5t6,
.spinbond-nx9aum > .spinbond-pf6yi7,
.spinbond-nx9aum > blockquote,
.spinbond-nx9aum > h1,
.spinbond-nx9aum > h2,
.spinbond-nx9aum > h3,
.spinbond-nx9aum > h4,
.spinbond-nx9aum > h5,
.spinbond-nx9aum > h6,
.spinbond-nx9aum > ol,
.spinbond-nx9aum > p,
.spinbond-nx9aum > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinbond-nx9aum > ol,
.spinbond-nx9aum > ul {
  padding-left: 50px;
}

.spinbond-nx9aum 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;
}

.spinbond-nx9aum:not(:last-child) {
  margin-bottom: 2rem;
}

.spinbond-nx9aum > :not(:first-child) {
  margin-top: 2rem;
}

.spinbond-nx9aum {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinbond-nx9aum:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spinbond-nx9aum:first-child {
    margin-top: 20px;
  }
}

.spinbond-nx9aum > p:last-of-type {
  margin-bottom: 32px;
}

.spinbond-nx9aum > .spinbond-4bo1jg:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spinbond-b54jw1 > .spinbond-4bo1jg {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinbond-pf6yi7 {
  overflow: auto;
}

.spinbond-pf6yi7::-webkit-scrollbar {
  height: 5px;
}

.spinbond-pf6yi7 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spinbond-pf6yi7 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spinbond-pf6yi7 table thead,
table thead {
  border-bottom: none;
}

.spinbond-pf6yi7 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spinbond-pf6yi7 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spinbond-pf6yi7 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spinbond-pf6yi7 .spinbond-fd50zd {
  table-layout: auto;
}

.spinbond-pf6yi7 .spinbond-fd50zd th {
  word-break: normal;
}

.spinbond-pf6yi7 .spinbond-fd50zd td {
  word-break: normal;
}

.spinbond-1r0e9y .spinbond-1r0e9y {
  padding-right: 0;
  padding-left: 0;
}

.spinbond-0dfcc9 {
  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;
}

.spinbond-6cbn1a {
  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;
}

.spinbond-np3g3l {
  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;
}

.spinbond-xng5t6 {
  margin-top: 24px;
}

.spinbond-xng5t6.spinbond-djw7y6 {
  text-align: left;
}

.spinbond-xng5t6.spinbond-6zwe7c {
  text-align: right;
}

.spinbond-xng5t6.spinbond-imtkwy {
  text-align: center;
}

.spinbond-7empmc {
  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.spinbond-70lm2o ease-in-out;
  cursor: pointer;
}

.spinbond-7empmc:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spinbond-7empmc {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spinbond-7empmc {
    min-width: unset;
  }
}

.spinbond-aa91n5 {
  background-color: var(--fh-bg-color);
}

.spinbond-9hly1f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spinbond-skikyn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spinbond-skikyn img {
  max-height: 80px;
  object-fit: contain;
}

.spinbond-hijl2m {
  flex: 1 1;
}

.spinbond-y7uxl5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spinbond-5wnr73 {
  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;
}

.spinbond-5wnr73 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;
}

.spinbond-5wnr73.spinbond-4jjdl4 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spinbond-5wnr73.spinbond-4jjdl4 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spinbond-5wnr73.spinbond-4jjdl4 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spinbond-hijl2m + .spinbond-y7uxl5 {
  margin-left: 20px;
}

.spinbond-zak5df {
  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;
}

.spinbond-zak5df > svg {
  max-width: 24px;
  max-height: 24px;
}

.spinbond-zak5df + .spinbond-zak5df {
  margin-left: 5px;
}

.spinbond-rhp8tz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spinbond-rhp8tz:hover {
  background-color: var(--button-bg-hover);
}

.spinbond-h8vdt1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spinbond-70lm2o ease-in-out;
  border: 1px solid var(--border-color);
}

.spinbond-h8vdt1:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spinbond-i9wybj {
  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) {
  .spinbond-hijl2m {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spinbond-i9wybj {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spinbond-hijl2m {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spinbond-zak5df {
    min-width: unset;
    flex: 1 1;
  }
}

.spinbond-z6dofj {
  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;
}

.spinbond-z6dofj:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spinbond-z6dofj:hover .spinbond-g2tzsf {
  opacity: 1;
  pointer-events: auto;
}

.spinbond-rtli02 {
  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.spinbond-6m8gx4 ease-in-out;
  gap: 4px;
}

.spinbond-rtli02 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinbond-rtli02 .spinbond-0dfcc9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinbond-9fg9ly,
.spinbond-rtli02:hover {
  color: var(--button-bg-hover);
}

.spinbond-k1uqcf {
  position: relative;
}

.spinbond-k1uqcf .spinbond-rtli02 {
  margin-right: 0;
  padding-right: 4px;
}

.spinbond-ugj2pv svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinbond-k1uqcf.spinbond-4jjdl4 .spinbond-ugj2pv svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spinbond-k1uqcf.spinbond-4jjdl4 .spinbond-g2tzsf {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spinbond-k1uqcf.spinbond-4jjdl4 .spinbond-g2tzsf::before {
  display: none;
}

.spinbond-ugj2pv svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spinbond-g2tzsf {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spinbond-wxt3u1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spinbond-g2tzsf::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spinbond-g2tzsf:hover {
  color: var(--fh-bg-color);
}

.spinbond-hih6yc {
  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.spinbond-wxt3u1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spinbond-6m8gx4 ease-in-out;
  -o-transition: 0.spinbond-6m8gx4 ease-in-out;
  transition: 0.spinbond-6m8gx4 ease-in-out;
}

.spinbond-hih6yc .spinbond-0dfcc9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinbond-hxvgh2,
.spinbond-hih6yc:hover {
  color: var(--button-bg-hover);
}

.spinbond-9b58zg {
  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%;
}

.spinbond-9b58zg.spinbond-jmoh4s {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spinbond-9b58zg.spinbond-jmoh4s:after,
.spinbond-9b58zg.spinbond-jmoh4s:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spinbond-9b58zg.spinbond-jmoh4s: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);
  }
}

.spinbond-9b58zg.spinbond-jmoh4s:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spinbond-9b58zg.spinbond-jmoh4s > * {
  z-index: 1;
}

.spinbond-9b58zg b,
.spinbond-9b58zg strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spinbond-9b58zg .spinbond-z4se52 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spinbond-9b58zg .spinbond-f8dfey {
  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;
}

.spinbond-9b58zg .spinbond-0dfcc9 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spinbond-9b58zg .spinbond-auoabk {
  margin-top: 12px;
}

.spinbond-auoabk {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spinbond-alhd49 {
  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;
}

.spinbond-auoabk .spinbond-y4tk6z {
  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.spinbond-70lm2o ease-in-out;
}

.spinbond-auoabk .spinbond-y4tk6z:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spinbond-p2a0il {
  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;
}

.spinbond-9b58zg.spinbond-uv6iis {
  gap: 12px;
  padding: 16px;
}

.spinbond-9b58zg.spinbond-uv6iis .spinbond-p2a0il {
  min-width: 240px;
}

.spinbond-9b58zg.spinbond-uv6iis .spinbond-p2a0il.spinbond-rxyp0w {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spinbond-9b58zg .spinbond-z4se52 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spinbond-9b58zg .spinbond-f8dfey {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spinbond-9b58zg .spinbond-0dfcc9 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spinbond-9b58zg.spinbond-uv6iis .spinbond-0dfcc9 {
    max-width: 126px;
  }
  .spinbond-9b58zg .spinbond-auoabk {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spinbond-9b58zg .spinbond-alhd49 {
    max-width: unset;
  }
  .spinbond-p2a0il {
    min-width: unset;
    width: 100%;
  }
  .spinbond-9b58zg .spinbond-p2a0il {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spinbond-9b58zg.spinbond-uv6iis {
    grid-template-rows: auto 1fr auto;
  }
  .spinbond-9b58zg.spinbond-uv6iis .spinbond-p2a0il {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spinbond-9b58zg {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spinbond-9b58zg .spinbond-z4se52 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spinbond-9b58zg .spinbond-0dfcc9 {
    max-width: 78px;
  }
  .spinbond-9b58zg .spinbond-auoabk {
    margin-top: -12px;
  }
  .spinbond-9b58zg.spinbond-uv6iis {
    gap: 8px;
  }
  .spinbond-9b58zg.spinbond-uv6iis .spinbond-z4se52 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spinbond-9b58zg.spinbond-uv6iis .spinbond-f8dfey {
    grid-column: 1/3;
  }
  .spinbond-9b58zg.spinbond-uv6iis .spinbond-0dfcc9 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spinbond-9b58zg.spinbond-uv6iis .spinbond-0dfcc9 img {
    max-width: 114px;
  }
}

.spinbond-p2a0il.spinbond-efacpw,
.spinbond-p2a0il.spinbond-kfogfb,
.spinbond-p2a0il.spinbond-ragfzg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spinbond-70lm2o ease-in-out;
}

.spinbond-p2a0il.spinbond-efacpw,
.spinbond-p2a0il.spinbond-ragfzg {
  padding: 10px;
}

.spinbond-p2a0il.spinbond-efacpw:hover,
.spinbond-p2a0il.spinbond-kfogfb:hover,
.spinbond-p2a0il.spinbond-ragfzg:hover {
  background: var(--button-bg-hover);
}

.spinbond-p2a0il.spinbond-efacpw:hover svg path,
.spinbond-p2a0il.spinbond-ragfzg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spinbond-p2a0il.spinbond-rxyp0w {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spinbond-70lm2o ease-in-out;
  background: var(--button-bg-color);
}

.spinbond-p2a0il.spinbond-rxyp0w:hover {
  background-color: var(--button-bg-hover);
}

.spinbond-p2a0il.spinbond-kfogfb: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);
  }
}

.spinbond-p2a0il.spinbond-kfogfb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinbond-p2a0il.spinbond-rxyp0w:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinbond-bkmwlo {
  max-width: 650px;
}

.spinbond-fwmleh {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spinbond-8j9fyi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinbond-52edwg {
  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.spinbond-6m8gx4 ease-in-out;
  cursor: pointer;
}

.spinbond-52edwg:hover {
  opacity: 0.5;
}

.spinbond-52edwg:focus {
  outline: 0;
}

.spinbond-52edwg:focus .spinbond-ozh3px,
.spinbond-52edwg:hover .spinbond-ozh3px {
  fill: red;
  fill-opacity: 1;
}

.spinbond-52edwg:hover {
  cursor: pointer;
}

.spinbond-54s98r {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spinbond-bkmwlo.spinbond-imtkwy {
  margin: 0 auto;
}

.spinbond-bkmwlo.spinbond-6zwe7c {
  margin-left: auto;
}

.spinbond-c8yp0p {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spinbond-5pb823 {
  padding-bottom: 50px;
}

.spinbond-fmuzt2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spinbond-kc4ti4 {
  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;
}

.spinbond-6cz5fv {
  margin-top: 24px;
}

.spinbond-1lk4cd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinbond-69ha6c {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spinbond-ue9d9a {
  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;
}

.spinbond-m4b7gx {
  width: 468px;
}

.spinbond-ue9d9a .spinbond-g2tzsf {
  margin: 0.spinbond-nr4xe2 0;
}

.spinbond-0lb4ac {
  display: flex;
  min-width: 224px;
}

.spinbond-tkyspb {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spinbond-6m8gx4 ease-in-out;
}

.spinbond-p8b6m1,
.spinbond-tkyspb:hover {
  color: var(--text-color);
}

.spinbond-0xpvar {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spinbond-g194m6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spinbond-c8yp0p {
    padding: 16px;
  }
  .spinbond-0xpvar {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spinbond-g194m6 {
    align-items: center;
  }
  .spinbond-m4b7gx {
    width: unset;
  }
  .spinbond-0lb4ac {
    min-width: unset;
  }
  .spinbond-ue9d9a {
    max-height: unset;
  }
  .spinbond-fmuzt2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spinbond-c8yp0p {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spinbond-4szlp8 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinbond-4szlp8:not(:last-child) {
  margin-bottom: 16px;
}

.spinbond-9a5qat {
  outline: 0;
}

.spinbond-9a5qat .spinbond-pbaevx {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spinbond-ta7gi2 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spinbond-ta7gi2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spinbond-ta7gi2::-webkit-details-marker {
  display: none;
}

.spinbond-ta7gi2: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;
}

.spinbond-ta7gi2: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] .spinbond-ta7gi2:after {
  transform: unset;
}

.spinbond-pbaevx {
  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);
}

.spinbond-pbaevx 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.spinbond-6m8gx4 ease-in-out;
  -o-transition: 0.spinbond-6m8gx4 ease-in-out;
  transition: 0.spinbond-6m8gx4 ease-in-out;
}

.spinbond-a7ozwj {
  padding: 16px 0 0 0;
}

.spinbond-a7ozwj * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spinbond-a7ozwj :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinbond-ta7gi2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spinbond-ta7gi2::after {
    margin-left: auto;
  }
  .spinbond-pbaevx {
    order: 3;
    flex: 1 1 100%;
  }
  .spinbond-ta7gi2 {
    font-size: 14px;
    line-height: 130%;
  }
  .spinbond-pbaevx svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spinbond-zvu5p0 {
  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;
}

.spinbond-jv31ly {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spinbond-zvu5p0.spinbond-4jjdl4 .spinbond-jv31ly {
  margin-bottom: 12px;
}

.spinbond-jv31ly::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;
}

.spinbond-zvu5p0.spinbond-4jjdl4 .spinbond-jv31ly::after {
  transform: unset;
}

.spinbond-2myqvz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spinbond-doolyv {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spinbond-6m8gx4 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spinbond-doolyv: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;
}

.spinbond-zvu5p0.spinbond-4jjdl4 .spinbond-2myqvz {
  max-height: 100%;
}

.spinbond-9ar9yo {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spinbond-1tv0b2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spinbond-6804ic {
  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;
}

.spinbond-dn0bdf {
  margin-right: 4px;
}

.spinbond-q230ey {
  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.spinbond-6m8gx4 ease-in-out;
}

.spinbond-q230ey svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spinbond-r3n7qw,
.spinbond-q230ey:hover {
  color: var(--text-color);
}

.spinbond-mwmyd8 {
  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;
}

.spinbond-mwmyd8 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spinbond-mwmyd8 .spinbond-wpzk7f {
  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;
}

.spinbond-mwmyd8 .spinbond-iu9n7e {
  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;
}

.spinbond-8thlci {
  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;
}

.spinbond-d3bh4b {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinbond-4y8qzr .spinbond-1r0e9y {
  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;
}

.spinbond-4y8qzr {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spinbond-iak9u5 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spinbond-y9ab6z {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spinbond-46dmwb {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spinbond-z00x8e 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;
}

.spinbond-46dmwb:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spinbond-98kmlm {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spinbond-gbymhx {
  -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.spinbond-6m8gx4 ease-in-out;
  transition: transform 0.spinbond-6m8gx4 ease-in-out;
  -o-transition: transform 0.spinbond-6m8gx4 ease-in-out;
  transition:
    transform 0.spinbond-6m8gx4 ease-in-out,
    -webkit-transform 0.spinbond-6m8gx4 ease-in-out;
  cursor: pointer;
}

.spinbond-gbymhx svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spinbond-gbymhx: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;
}

.spinbond-45igxw {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spinbond-45igxw {
    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);
}

.spinbond-fmx7y5 {
  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;
}

.spinbond-5u72pz {
  position: relative;
  width: 100%;
}

.spinbond-fmx7y5.spinbond-z6h9zw {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spinbond-fmx7y5.spinbond-imtkwy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinbond-fmx7y5.spinbond-6zwe7c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spinbond-who0z6 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spinbond-3s7gi5 {
  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.spinbond-6m8gx4 ease-in-out;
  cursor: pointer;
}

.spinbond-3s7gi5:hover {
  opacity: 0.5;
}

.spinbond-fmx7y5.spinbond-w1l7uv .spinbond-3s7gi5 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinbond-fmx7y5.spinbond-w1l7uv .spinbond-who0z6 {
  cursor: pointer;
}

.spinbond-acsg20 {
  fill: #0009;
}

.spinbond-g2eu1t {
  fill: #fff;
}

.spinbond-3s7gi5:hover .spinbond-acsg20 {
  fill: red;
}

.spinbond-3s7gi5 svg path {
  -webkit-transition: 0.spinbond-6m8gx4 ease-in-out;
  -o-transition: 0.spinbond-6m8gx4 ease-in-out;
  transition: 0.spinbond-6m8gx4 ease-in-out;
}

.spinbond-hm5702 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spinbond-hm5702 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spinbond-hm5702.spinbond-j36hdl > :not(.get-image) {
  grid-column: 1/3;
}

.spinbond-kxbsh2:not(._h1-block) .spinbond-hm5702 > .spinbond-4bo1jg {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spinbond-hm5702.spinbond-j36hdl .spinbond-uaw2md {
  grid-column: 2/3;
}

.spinbond-hm5702.spinbond-j36hdl > .spinbond-0dfcc9 {
  grid-column: 1/2;
}

.spinbond-hm5702.spinbond-j36hdl > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spinbond-hm5702 > p:first-of-type {
  margin-top: 0;
}

.spinbond-hm5702 .spinbond-0dfcc9 {
  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;
}

.spinbond-kxbsh2:not(._h1-block) .spinbond-4bo1jg ~ .spinbond-0dfcc9 {
  grid-row: 2/10;
}

.spinbond-kxbsh2.spinbond-o7w4gt .spinbond-4bo1jg ~ .spinbond-0dfcc9 {
  grid-row: 1/10;
}

.spinbond-kxbsh2.spinbond-o7w4gt > .spinbond-4bo1jg {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spinbond-kxbsh2.spinbond-o7w4gt .spinbond-0dfcc9 {
  grid-row: 1/10;
}

.spinbond-hm5702.spinbond-25axac .spinbond-0dfcc9 {
  align-items: flex-start;
}

.spinbond-hm5702.spinbond-imtkwy .spinbond-uaw2md {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spinbond-hm5702.spinbond-imtkwy .spinbond-0dfcc9 {
  align-items: center;
}

.spinbond-hm5702.spinbond-9pkjr9 .spinbond-0dfcc9 {
  align-items: flex-end;
}

.spinbond-uaw2md > :first-child {
  margin-top: 0;
}

.spinbond-uaw2md > :last-child {
  margin-bottom: 0;
}

* + .spinbond-dszrsq,
.spinbond-kxbsh2 + .spinbond-kxbsh2 {
  margin-top: 2rem;
}

.spinbond-i0uk8t td::before,
.spinbond-i0uk8t th::after {
  display: none !important;
}

.spinbond-i0uk8t #link-selector {
  color: #000;
}

.spinbond-i0uk8t .spinbond-wqdx38 {
  color: #135e96;
}

.spinbond-i0uk8t .spinbond-sxq2na *,
.spinbond-i0uk8t .spinbond-296wis p,
.spinbond-i0uk8t .spinbond-424tk4 * {
  color: #000;
}

.spinbond-i0uk8t .spinbond-gcs8jc {
  background: 0 0 !important;
}

.spinbond-i0uk8t .spinbond-szduob {
  color: #000;
}

.spinbond-i0uk8t .spinbond-nlocma.spinbond-eywrqr {
  color: #fff;
}

.spinbond-i0uk8t .spinbond-mrvzqm {
  color: #000;
}

.spinbond-i0uk8t
  .spinbond-vaw0f7
  .spinbond-zxjvx8.spinbond-eywrqr.spinbond-oqfrw2 {
  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;
}

.spinbond-uvdxnl,
body .spinbond-mnq1j6 {
  color: #000;
  background: var(--color-body) !important;
}

.spinbond-uvdxnl .spinbond-9u6rkq .spinbond-aeb92t,
body .spinbond-mnq1j6 .spinbond-9u6rkq .spinbond-aeb92t {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinbond-doolyv:focus,
  .spinbond-doolyv:hover {
    color: #f9cb16;
  }
  .spinbond-qjnmuj:focus,
  .spinbond-qjnmuj:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinbond-l9qqzg:focus img,
  .spinbond-l9qqzg:focus svg,
  .spinbond-l9qqzg:hover img,
  .spinbond-l9qqzg:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spinbond-mwmyd8 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spinbond-k1uqcf:hover .spinbond-ugj2pv svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spinbond-ugj2pv {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spinbond-5ktace {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spinbond-as9d4l {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinbond-xdhkjy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spinbond-o7w730 .spinbond-maqzrz {
    grid-template-columns: 1fr;
  }
  .spinbond-o7w730 .spinbond-d8r8ru {
    -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;
  }
  .spinbond-o7w730 .spinbond-tnkfb3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinbond-o7w730 .spinbond-zot9c2 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinbond-o7w730 .spinbond-4zamw2 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spinbond-o7w730 .spinbond-tnkfb3:not(:first-child) {
    border: none;
  }
  .spinbond-o7w730 .spinbond-tnkfb3:first-child .spinbond-zot9c2 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spinbond-o7w730 .spinbond-tnkfb3:last-child .spinbond-zot9c2 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spinbond-9hly1f {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spinbond-skikyn {
    max-width: 100px;
  }
  .spinbond-hijl2m {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spinbond-y7uxl5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spinbond-y7uxl5 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spinbond-5wnr73 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spinbond-hijl2m + .spinbond-y7uxl5 {
    margin-left: auto;
  }
  .spinbond-vhwak1 {
    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;
  }
  .spinbond-vhwak1.spinbond-4jjdl4 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spinbond-i9wybj {
    -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;
  }
  .spinbond-z6dofj {
    width: 100%;
  }
  .spinbond-z6dofj:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spinbond-rtli02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spinbond-rtli02 svg {
    margin-right: 4px;
  }
  .spinbond-k1uqcf {
    -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;
  }
  .spinbond-ugj2pv svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spinbond-ugj2pv {
    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;
  }
  .spinbond-g2tzsf {
    display: none;
    width: 100%;
  }
  .spinbond-k1uqcf.spinbond-4jjdl4 .spinbond-g2tzsf {
    padding: 0 0 0 48px;
  }
  .spinbond-hih6yc {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spinbond-kc4ti4 .spinbond-0dfcc9 {
    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;
  }
  .spinbond-75s26j {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinbond-75s26j + .spinbond-75s26j {
    margin-right: 0;
  }
  .spinbond-75s26j + .spinbond-0dfcc9 {
    margin: 0;
  }
  .spinbond-5ktace {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinbond-as9d4l {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinbond-br6ohq,
  .spinbond-i9kmkx {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinbond-hm5702 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spinbond-hm5702.spinbond-j36hdl .spinbond-uaw2md {
    grid-column: auto;
    grid-row: auto;
  }
  .spinbond-hm5702 > .spinbond-4bo1jg {
    grid-column: 1/2;
  }
  .spinbond-hm5702.spinbond-j36hdl > :not(.get-image) {
    grid-column: 1/2;
  }
  .spinbond-hm5702 .spinbond-0dfcc9,
  .spinbond-hm5702.spinbond-j36hdl > .spinbond-0dfcc9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinbond-hm5702.spinbond-j36hdl > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spinbond-kxbsh2.spinbond-o7w4gt .spinbond-hm5702 > .spinbond-0dfcc9 {
    grid-row: 1/2;
  }
  .spinbond-hm5702 .spinbond-4bo1jg ~ .spinbond-0dfcc9,
  .spinbond-hm5702.spinbond-j36hdl .spinbond-4bo1jg ~ .spinbond-0dfcc9 {
    grid-row: 2/3;
  }
  .spinbond-kxbsh2.spinbond-o7w4gt .spinbond-4bo1jg ~ .spinbond-0dfcc9 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spinbond-nx9aum:first-child .spinbond-dd2334 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinbond-nx9aum:first-child .spinbond-dd2334 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spinbond-nx9aum {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spinbond-nx9aum {
    padding: 0;
  }
  .spinbond-xng5t6 {
    margin-top: 1rem;
  }
  .spinbond-9a5qat {
    border-radius: 5px;
  }
  .spinbond-m49mza {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinbond-jv31ly::after {
    display: inline-block;
  }
  .spinbond-jv31ly {
    margin: 0;
    width: 100%;
  }
  .spinbond-2myqvz {
    width: 100%;
  }
  .spinbond-2myqvz.spinbond-pmymly {
    -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%;
  }
  .spinbond-2myqvz.spinbond-pmymly .spinbond-bdt4bq {
    width: 100%;
  }
  .spinbond-2myqvz.spinbond-pmymly .spinbond-bdt4bq:not(:last-child) {
    margin-right: 0;
  }
  .spinbond-doolyv {
    width: 100%;
    text-align: center;
  }
  .spinbond-zvu5p0.spinbond-4jjdl4 .spinbond-2myqvz {
    margin-top: 1rem;
  }
  .spinbond-5ktace {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinbond-xdhkjy,
  .spinbond-as9d4l {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinbond-br6ohq,
  .spinbond-i9kmkx,
  .spinbond-fin4ag {
    grid-template-columns: 1fr;
  }
  .spinbond-2n63cg {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spinbond-emqgcx {
    min-width: 300px;
    max-width: 325px;
  }
  .spinbond-zot9c2 {
    cursor: auto;
  }
  .spinbond-3i5vaj .spinbond-zot9c2 {
    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;
  }
  .spinbond-45igxw {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spinbond-g2tzsf {
    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) {
  .spinbond-45igxw {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spinbond-75s26j p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spinbond-y7uxl5 {
    margin: 0 -0.2rem;
  }
  .spinbond-75s26j {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spinbond-wzqvhe {
    -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;
  }
  .spinbond-1yy53r {
    max-width: 100%;
  }
  .spinbond-5ktace {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinbond-xdhkjy,
  .spinbond-as9d4l {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spinbond-9hly1f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinbond-y7uxl5 {
    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;
  }
  .spinbond-aa91n5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinbond-zak5df {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinbond-qdmq6d,
  .spinbond-9llhk2 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spinbond-7empmc {
    width: 100%;
  }
  .spinbond-5ktace {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spinbond-45igxw {
    top: 127px !important;
  }
}

.spinbond-bqt1jn {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spinbond-bqt1jn {
  }
}

@media (max-width: 767px) {
  .spinbond-bqt1jn {
    margin-bottom: 12px;
  }
}

.spinbond-bqt1jn img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spinbond-n0o638 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spinbond-n0o638 > .spinbond-g3ekdf {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spinbond-n0o638 {
    flex-direction: column;
    gap: 12px;
  }
}

.spinbond-tqckgo {
  display: flex;
}

.spinbond-tqckgo .spinbond-6maprt {
  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;
}

.spinbond-tqckgo .spinbond-vdzurw {
  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;
}

.spinbond-tqckgo .spinbond-semtux {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spinbond-tqckgo .spinbond-v4oaof {
  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));
  }
}

.spinbond-tqckgo .spinbond-v4oaof:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spinbond-tqckgo .spinbond-uex016 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spinbond-jfgltm {
  border: unset;
  background-color: unset;
}

.spinbond-jfgltm tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spinbond-jfgltm .spinbond-t7j3ie,
.spinbond-jfgltm .spinbond-1y1z9a {
  flex: 0 1 330px;
}

.spinbond-jfgltm .spinbond-arlany {
  flex: 1 1;
}

.spinbond-jfgltm tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinbond-jfgltm tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spinbond-jfgltm tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spinbond-jfgltm tr td p {
  color: #fff;
  margin: 0;
}

.spinbond-jfgltm tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spinbond-jfgltm tr.spinbond-t7j3ie td p {
  padding: 16px 0;
}

.spinbond-jfgltm tr.spinbond-t7j3ie td p:not(:last-child),
.spinbond-jfgltm tr.spinbond-1y1z9a td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spinbond-jfgltm tr.spinbond-t7j3ie td p:first-child,
.spinbond-jfgltm tr.spinbond-1y1z9a td p:first-child {
  padding-top: 0;
}

.spinbond-jfgltm tr.spinbond-1y1z9a td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinbond-jfgltm tr.spinbond-1y1z9a td p:last-child {
  padding-bottom: 0;
}

.spinbond-jfgltm .spinbond-1y1z9a img {
  max-width: 32px;
}

.spinbond-jfgltm .spinbond-arlany {
  min-width: 718px;
}

.spinbond-jfgltm .spinbond-arlany td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spinbond-jfgltm .spinbond-arlany td {
  display: flex;
}

.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-4ijzjk,
.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-n36p32,
.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-ziqxj3 {
  flex: 1 1 50%;
}

.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-2k9bb2 {
  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;
}

.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-pma8qf,
.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-lsothb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-4ijzjk,
.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-n36p32 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-4ijzjk span,
.spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-n36p32 span {
  font-weight: 800;
}

.spinbond-jfgltm .spinbond-arlany img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spinbond-jfgltm .spinbond-arlany td .spinbond-ziqxj3:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spinbond-jfgltm tr.spinbond-t7j3ie td p:last-child {
    padding-bottom: 0;
  }
  .spinbond-jfgltm .spinbond-1y1z9a > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spinbond-jfgltm .spinbond-1y1z9a > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spinbond-jfgltm tr.spinbond-t7j3ie td p:not(:last-child),
  .spinbond-jfgltm tr.spinbond-1y1z9a td p:not(:last-child) {
    border-bottom: unset;
  }
  .spinbond-jfgltm tr.spinbond-1y1z9a td p:last-child {
    padding-bottom: 12px;
  }
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-4ijzjk,
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-n36p32,
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-ziqxj3 {
    flex: 1 1 50%;
    padding: 0;
  }
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-4ijzjk,
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-n36p32 {
    margin-top: 16px;
  }
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-ziqxj3 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-4ijzjk {
    border-right: 1px solid var(--border-color);
  }
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-ziqxj3:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spinbond-jfgltm .spinbond-arlany td:last-child .spinbond-ziqxj3:last-child {
    padding-bottom: 0;
  }
}

.spinbond-ziqxj3 {
  display: flex;
  flex-direction: column;
}

.spinbond-jfgltm .spinbond-arlany td .spinbond-ziqxj3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spinbond-jfgltm .spinbond-arlany td .spinbond-ziqxj3:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spinbond-jfgltm .spinbond-arlany td .spinbond-ziqxj3:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spinbond-jfgltm .spinbond-arlany td .spinbond-ziqxj3:not(:first-child) {
    padding-left: 0;
  }
  .spinbond-jfgltm .spinbond-arlany td .spinbond-ziqxj3:not(:last-of-type) {
    border-right: unset;
  }
}

.spinbond-jfgltm .spinbond-3fg2kf {
  flex: 0 1 485px;
}

.spinbond-jfgltm .spinbond-r3sp8x {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spinbond-jfgltm .spinbond-r3sp8x li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinbond-jfgltm .spinbond-r3sp8x li.spinbond-jmoj8o {
  padding: 6px 12px;
}

.spinbond-jfgltm .spinbond-r3sp8x li a,
.spinbond-jfgltm .spinbond-r3sp8x 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;
}

.spinbond-jfgltm .spinbond-ws6emj,
.spinbond-jfgltm .spinbond-8aq3ip {
  flex: 1 1;
}

.spinbond-jfgltm .spinbond-i7xmrw,
.spinbond-jfgltm .spinbond-lp0uvb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spinbond-jfgltm .spinbond-i7xmrw li,
.spinbond-jfgltm .spinbond-lp0uvb li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinbond-jfgltm .spinbond-8aq3ip img {
  max-width: 32px;
}

.spinbond-jfgltm .spinbond-ws6emj img {
  max-width: 32px;
}

.spinbond-jfgltm .spinbond-p6k97i {
  min-width: 280px;
}

.spinbond-jfgltm .spinbond-p6k97i img {
  max-width: 146px;
}

.spinbond-jfgltm .spinbond-p6k97i td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spinbond-jfgltm .spinbond-t7j3ie,
  .spinbond-jfgltm .spinbond-1y1z9a {
    flex: 0 1 auto;
  }
  .spinbond-jfgltm .spinbond-arlany {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spinbond-jfgltm .spinbond-t7j3ie,
  .spinbond-jfgltm .spinbond-3fg2kf,
  .spinbond-jfgltm .spinbond-1y1z9a,
  .spinbond-jfgltm .spinbond-arlany {
    flex: 1 1 calc(50% - 20px);
  }
  .spinbond-jfgltm .spinbond-ws6emj,
  .spinbond-jfgltm .spinbond-p6k97i,
  .spinbond-jfgltm .spinbond-8aq3ip {
    flex: 1 1 30%;
  }
  .spinbond-jfgltm .spinbond-p6k97i {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spinbond-jfgltm .spinbond-t7j3ie,
  .spinbond-jfgltm .spinbond-3fg2kf,
  .spinbond-jfgltm .spinbond-ws6emj,
  .spinbond-jfgltm .spinbond-1y1z9a,
  .spinbond-jfgltm .spinbond-arlany,
  .spinbond-jfgltm .spinbond-p6k97i,
  .spinbond-jfgltm .spinbond-8aq3ip {
    flex: 1 1 100%;
  }
}

.spinbond-joka83 .spinbond-7ajn6g {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spinbond-joka83 .spinbond-4odruk {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spinbond-joka83 .spinbond-pkk0bz {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spinbond-joka83 .spinbond-qsbo7o {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spinbond-joka83 .spinbond-qsbo7o > :nth-child(3) {
  margin-top: 0;
}

.spinbond-joka83 .spinbond-0dfcc9 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spinbond-joka83 .spinbond-4m1wra {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spinbond-joka83 .spinbond-xng5t6 {
  grid-column: 1/2;
}

.spinbond-joka83 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spinbond-joka83 .spinbond-4odruk: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;
}

.spinbond-joka83 .spinbond-4odruk:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spinbond-joka83 .spinbond-7empmc {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spinbond-joka83 .spinbond-4odruk:not(:last-child):before {
    bottom: 8px;
  }
  .spinbond-joka83 .spinbond-4odruk:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spinbond-joka83 .spinbond-qsbo7o {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spinbond-joka83 .spinbond-0dfcc9 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spinbond-joka83 .spinbond-0dfcc9 img {
    width: 100%;
    height: auto;
  }
  .spinbond-joka83 .spinbond-7empmc {
    width: 100%;
    min-width: unset;
  }
}

.spinbond-44fbgl .spinbond-jreomg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spinbond-44fbgl .spinbond-9zv0zk {
  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;
}

.spinbond-44fbgl .spinbond-0dfcc9 {
  height: 100%;
}

.spinbond-44fbgl .spinbond-0dfcc9 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spinbond-44fbgl .spinbond-48plzm {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spinbond-44fbgl .spinbond-o8vkat {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spinbond-44fbgl .spinbond-1pyiik {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spinbond-44fbgl .spinbond-9zv0zk {
    flex: 1 1 100%;
  }
  .spinbond-44fbgl .spinbond-p2a0il {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spinbond-44fbgl .spinbond-9zv0zk {
    flex-direction: column;
  }
  .spinbond-44fbgl .spinbond-0dfcc9 {
    width: 100%;
    height: auto;
  }
  .spinbond-44fbgl .spinbond-0dfcc9 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spinbond-44fbgl .spinbond-48plzm {
    padding: 0 16px 16px 16px;
  }
  .spinbond-44fbgl .spinbond-p2a0il {
    min-width: unset;
    width: 100%;
  }
}

.spinbond-fj8n0n .spinbond-oz9p1w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spinbond-fj8n0n .spinbond-peu5bs {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spinbond-fj8n0n 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;
}

.spinbond-fj8n0n .spinbond-80zvhb {
  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;
}

.spinbond-fj8n0n .spinbond-peu5bs:hover .spinbond-80zvhb {
  display: flex;
}

.spinbond-fj8n0n .spinbond-swtm1s {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinbond-fj8n0n .spinbond-sqc4ri {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spinbond-t65rer {
  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;
}

.spinbond-t65rer.spinbond-d9mqu9 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spinbond-70lm2o ease-in-out;
}

.spinbond-t65rer.spinbond-d9mqu9:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spinbond-fj8n0n .spinbond-e2f2fi {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spinbond-70lm2o ease-in-out;
}

.spinbond-fj8n0n .spinbond-e2f2fi:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spinbond-fj8n0n .spinbond-e2f2fi:after,
.spinbond-t65rer.spinbond-d9mqu9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spinbond-t65rer.spinbond-d9mqu9:after {
  background-image: url(../images/Cash.svg);
}

.spinbond-fj8n0n .spinbond-e2f2fi:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spinbond-fj8n0n .spinbond-oz9p1w {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spinbond-fj8n0n .spinbond-oz9p1w {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spinbond-fj8n0n .spinbond-oz9p1w {
    grid-template-columns: 1fr;
  }
  .spinbond-fj8n0n .spinbond-peu5bs {
    height: auto;
  }
  .spinbond-fj8n0n .spinbond-peu5bs .spinbond-80zvhb {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spinbond-fj8n0n .spinbond-swtm1s,
  .spinbond-fj8n0n .spinbond-sqc4ri {
    text-align: left;
  }
  .spinbond-fj8n0n .spinbond-sqc4ri {
    margin-bottom: 8px;
  }
  .spinbond-fj8n0n img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spinbond-kytc5o {
  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;
}

.spinbond-kytc5o.spinbond-w1l7uv {
  display: block;
}

.spinbond-kytc5o .spinbond-07q9hi {
  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;
}

.spinbond-kytc5o .spinbond-woy0o6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spinbond-kytc5o .spinbond-99s4ff {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spinbond-kytc5o .spinbond-bek6is {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spinbond-kytc5o .spinbond-t65rer {
  min-width: 296px;
  margin-bottom: 0;
}

.spinbond-kytc5o .spinbond-ct3p2d {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spinbond-kytc5o .spinbond-f4asal {
  position: relative;
  flex: 1 1;
}

.spinbond-kytc5o .spinbond-f4asal iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spinbond-kytc5o .spinbond-woy0o6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spinbond-kytc5o .spinbond-99s4ff {
    order: 1;
  }
  .spinbond-kytc5o .spinbond-bek6is {
    order: 3;
    flex: 1 1 100%;
  }
  .spinbond-kytc5o .spinbond-t65rer {
    width: 100%;
    min-width: unset;
  }
  .spinbond-kytc5o .spinbond-ct3p2d {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spinbond-hm5702 > .spinbond-4bo1jg {
    margin-bottom: 0;
  }
  .spinbond-hm5702 > .spinbond-xng5t6,
  .spinbond-hm5702 > p {
    margin-top: 0;
  }
}

.spinbond-p88kjx img,
.spinbond-75s26j img {
  width: auto;
  object-fit: contain;
}

.spinbond-p88kjx {
  align-items: center;
}

.spinbond-p88kjx img {
  max-height: 76px;
}

.spinbond-75s26j img {
  max-height: 64px;
}

.spinbond-vjeim4 {
  overflow: auto;
}

.spinbond-h8cyzi {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spinbond-3tjzdb:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spinbond-tsbkdq {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spinbond-694i1t {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinbond-tsbkdq .spinbond-0dfcc9 {
  margin-right: 20px;
  flex-shrink: 0;
}

.spinbond-tsbkdq img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spinbond-sd82sm {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spinbond-sd82sm > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinbond-tsbkdq {
    padding: 15px 10px;
  }
  .spinbond-sd82sm {
    padding: 15px 10px;
  }
  .spinbond-tsbkdq .spinbond-0dfcc9 {
    margin-right: 10px;
  }
}

.spinbond-3iorkw {
  overflow-x: auto;
}

.spinbond-1xua9f {
  border-collapse: collapse;
  width: 100%;
}

.spinbond-3iorkw th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spinbond-3iorkw td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spinbond-3iorkw td.spinbond-8ipcck {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spinbond-3iorkw td.spinbond-tlq5zb {
  border-right: none;
}

.spinbond-3iorkw td.spinbond-tlq5zb .spinbond-0dfcc9 {
  justify-content: flex-start;
}

.spinbond-3iorkw td.spinbond-tlq5zb .spinbond-0dfcc9 img {
  height: auto;
  width: 90px;
}

.spinbond-3iorkw td.spinbond-ryuydy,
.spinbond-3iorkw td.spinbond-nqedui {
  font-weight: 600;
  text-align: right;
}

.spinbond-3iorkw td.spinbond-bvfhtz,
.spinbond-3iorkw td.spinbond-ryuydy {
  padding-bottom: 10px;
  border-bottom: none;
}

.spinbond-3iorkw td.spinbond-ryuydy,
.spinbond-3iorkw td.spinbond-nqedui {
  border-left: none;
}

.spinbond-3iorkw td.spinbond-bvfhtz,
.spinbond-3iorkw td.spinbond-kb4ie3 {
  border-right: none;
}

.spinbond-3iorkw td.spinbond-kb4ie3,
.spinbond-3iorkw td.spinbond-nqedui {
  border-top: none;
  padding-top: 10px;
}

.spinbond-i2a6e1 {
  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;
}

.spinbond-i2a6e1 .spinbond-p2a0il {
  min-width: unset;
  width: 100%;
}

.spinbond-i2a6e1 .spinbond-p2a0il.spinbond-efacpw {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spinbond-i2a6e1 .spinbond-p2a0il.spinbond-ragfzg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spinbond-i2a6e1 .spinbond-ms6ete {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinbond-i2a6e1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spinbond-i2a6e1 .spinbond-p2a0il.spinbond-efacpw {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinbond-i2a6e1 .spinbond-p2a0il.spinbond-ragfzg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spinbond-i2a6e1 .spinbond-ms6ete {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spinbond-22uun7 {
  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;
}

.spinbond-scjxo4 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spinbond-b54jw1 p a img {
  margin: 0 auto;
  display: block;
}

.spinbond-b54jw1 table {
  margin-bottom: 17px;
}

/* contanct form */
.spinbond-59aq75 {
  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;
}

.spinbond-59aq75 label {
  font-size: 14px;
}

.spinbond-59aq75 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinbond-59aq75 input,
.spinbond-59aq75 textarea,
.spinbond-59aq75 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;
}
.spinbond-59aq75 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinbond-70lm2o ease;
}
.spinbond-59aq75 button:hover {
  background-color: #691204;
}
.spinbond-sg571z {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinbond-oxnq8y ease-in;
}

.spinbond-sg571z 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;
}
.spinbond-nfx0x4, .spinbond-sqgenx, [class*="review-card"],
thead, thead th, table th, .spinbond-csjam6,
.spinbond-jpgk23, [class*="collapsible-header"],
.spinbond-xoutpl, [class*="updated-block"] {
  color: #ece7dc !important;
}
