@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);
}

.robocat-46rcdt {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.robocat-myxhup {
  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.robocat-e7pn2p,
ul.robocat-e7pn2p {
  padding-left: 20px;
}

ul.robocat-e7pn2p {
  list-style: disc;
}

ol.robocat-e7pn2p {
  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;
  }
}

.robocat-p7oalu > .robocat-vd11cp,
.robocat-p7oalu > .robocat-h5tffj,
.robocat-p7oalu > blockquote,
.robocat-p7oalu > h1,
.robocat-p7oalu > h2,
.robocat-p7oalu > h3,
.robocat-p7oalu > h4,
.robocat-p7oalu > h5,
.robocat-p7oalu > h6,
.robocat-p7oalu > ol,
.robocat-p7oalu > p,
.robocat-p7oalu > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.robocat-p7oalu > ol,
.robocat-p7oalu > ul {
  padding-left: 50px;
}

.robocat-p7oalu 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;
}

.robocat-p7oalu:not(:last-child) {
  margin-bottom: 2rem;
}

.robocat-p7oalu > :not(:first-child) {
  margin-top: 2rem;
}

.robocat-p7oalu {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.robocat-p7oalu:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .robocat-p7oalu:first-child {
    margin-top: 20px;
  }
}

.robocat-p7oalu > p:last-of-type {
  margin-bottom: 32px;
}

.robocat-p7oalu > .robocat-qwjhli:not(:first-child) {
  margin: 64px auto 16px auto;
}

.robocat-b8urw8 > .robocat-qwjhli {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.robocat-h5tffj {
  overflow: auto;
}

.robocat-h5tffj::-webkit-scrollbar {
  height: 5px;
}

.robocat-h5tffj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.robocat-h5tffj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.robocat-h5tffj table thead,
table thead {
  border-bottom: none;
}

.robocat-h5tffj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.robocat-h5tffj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.robocat-h5tffj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.robocat-h5tffj .robocat-m3wvup {
  table-layout: auto;
}

.robocat-h5tffj .robocat-m3wvup th {
  word-break: normal;
}

.robocat-h5tffj .robocat-m3wvup td {
  word-break: normal;
}

.robocat-46rcdt .robocat-46rcdt {
  padding-right: 0;
  padding-left: 0;
}

.robocat-m2m70d {
  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;
}

.robocat-qj1w6b {
  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;
}

.robocat-fkrfcc {
  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;
}

.robocat-vd11cp {
  margin-top: 24px;
}

.robocat-vd11cp.robocat-vegw8z {
  text-align: left;
}

.robocat-vd11cp.robocat-in2gym {
  text-align: right;
}

.robocat-vd11cp.robocat-db016n {
  text-align: center;
}

.robocat-g58gn1 {
  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.robocat-ew2ci8 ease-in-out;
  cursor: pointer;
}

.robocat-g58gn1:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.robocat-g58gn1 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .robocat-g58gn1 {
    min-width: unset;
  }
}

.robocat-xlf00u {
  background-color: var(--fh-bg-color);
}

.robocat-hguvvn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.robocat-gyf7gd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.robocat-gyf7gd img {
  max-height: 80px;
  object-fit: contain;
}

.robocat-nmyjei {
  flex: 1 1;
}

.robocat-w2jake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.robocat-16i6dz {
  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;
}

.robocat-16i6dz 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;
}

.robocat-16i6dz.robocat-wunc19 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.robocat-16i6dz.robocat-wunc19 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.robocat-16i6dz.robocat-wunc19 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.robocat-nmyjei + .robocat-w2jake {
  margin-left: 20px;
}

.robocat-png11u {
  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;
}

.robocat-png11u > svg {
  max-width: 24px;
  max-height: 24px;
}

.robocat-png11u + .robocat-png11u {
  margin-left: 5px;
}

.robocat-o1wqpw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.robocat-o1wqpw:hover {
  background-color: var(--button-bg-hover);
}

.robocat-tz74dn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.robocat-ew2ci8 ease-in-out;
  border: 1px solid var(--border-color);
}

.robocat-tz74dn:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.robocat-5cm8te {
  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) {
  .robocat-nmyjei {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .robocat-5cm8te {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .robocat-nmyjei {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .robocat-png11u {
    min-width: unset;
    flex: 1 1;
  }
}

.robocat-kwssof {
  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;
}

.robocat-kwssof:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.robocat-kwssof:hover .robocat-pp4wu0 {
  opacity: 1;
  pointer-events: auto;
}

.robocat-g2quxi {
  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.robocat-dba7om ease-in-out;
  gap: 4px;
}

.robocat-g2quxi > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.robocat-g2quxi .robocat-m2m70d img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.robocat-cdz1fg,
.robocat-g2quxi:hover {
  color: var(--button-bg-hover);
}

.robocat-5ph1o0 {
  position: relative;
}

.robocat-5ph1o0 .robocat-g2quxi {
  margin-right: 0;
  padding-right: 4px;
}

.robocat-p886hc svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.robocat-5ph1o0.robocat-wunc19 .robocat-p886hc svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.robocat-5ph1o0.robocat-wunc19 .robocat-pp4wu0 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.robocat-5ph1o0.robocat-wunc19 .robocat-pp4wu0::before {
  display: none;
}

.robocat-p886hc svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.robocat-pp4wu0 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.robocat-ih70fs 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.robocat-pp4wu0::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.robocat-pp4wu0:hover {
  color: var(--fh-bg-color);
}

.robocat-zpiji5 {
  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.robocat-ih70fs 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.robocat-dba7om ease-in-out;
  -o-transition: 0.robocat-dba7om ease-in-out;
  transition: 0.robocat-dba7om ease-in-out;
}

.robocat-zpiji5 .robocat-m2m70d img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.robocat-tno1kp,
.robocat-zpiji5:hover {
  color: var(--button-bg-hover);
}

.robocat-g2t7qn {
  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%;
}

.robocat-g2t7qn.robocat-i1z13x {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.robocat-g2t7qn.robocat-i1z13x:after,
.robocat-g2t7qn.robocat-i1z13x:before {
  content: "";
  position: absolute;
  margin: auto;
}

.robocat-g2t7qn.robocat-i1z13x: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);
  }
}

.robocat-g2t7qn.robocat-i1z13x:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.robocat-g2t7qn.robocat-i1z13x > * {
  z-index: 1;
}

.robocat-g2t7qn b,
.robocat-g2t7qn strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.robocat-g2t7qn .robocat-mds4pm {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.robocat-g2t7qn .robocat-gdzyc3 {
  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;
}

.robocat-g2t7qn .robocat-m2m70d {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.robocat-g2t7qn .robocat-5pco6a {
  margin-top: 12px;
}

.robocat-5pco6a {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.robocat-62w4qn {
  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;
}

.robocat-5pco6a .robocat-w73081 {
  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.robocat-ew2ci8 ease-in-out;
}

.robocat-5pco6a .robocat-w73081:hover {
  background: rgba(255, 255, 255, 0.3);
}

.robocat-xi8ten {
  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;
}

.robocat-g2t7qn.robocat-ao99ze {
  gap: 12px;
  padding: 16px;
}

.robocat-g2t7qn.robocat-ao99ze .robocat-xi8ten {
  min-width: 240px;
}

.robocat-g2t7qn.robocat-ao99ze .robocat-xi8ten.robocat-88twmq {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .robocat-g2t7qn .robocat-mds4pm {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .robocat-g2t7qn .robocat-gdzyc3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .robocat-g2t7qn .robocat-m2m70d {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .robocat-g2t7qn.robocat-ao99ze .robocat-m2m70d {
    max-width: 126px;
  }
  .robocat-g2t7qn .robocat-5pco6a {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .robocat-g2t7qn .robocat-62w4qn {
    max-width: unset;
  }
  .robocat-xi8ten {
    min-width: unset;
    width: 100%;
  }
  .robocat-g2t7qn .robocat-xi8ten {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .robocat-g2t7qn.robocat-ao99ze {
    grid-template-rows: auto 1fr auto;
  }
  .robocat-g2t7qn.robocat-ao99ze .robocat-xi8ten {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .robocat-g2t7qn {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .robocat-g2t7qn .robocat-mds4pm {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .robocat-g2t7qn .robocat-m2m70d {
    max-width: 78px;
  }
  .robocat-g2t7qn .robocat-5pco6a {
    margin-top: -12px;
  }
  .robocat-g2t7qn.robocat-ao99ze {
    gap: 8px;
  }
  .robocat-g2t7qn.robocat-ao99ze .robocat-mds4pm {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .robocat-g2t7qn.robocat-ao99ze .robocat-gdzyc3 {
    grid-column: 1/3;
  }
  .robocat-g2t7qn.robocat-ao99ze .robocat-m2m70d {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .robocat-g2t7qn.robocat-ao99ze .robocat-m2m70d img {
    max-width: 114px;
  }
}

.robocat-xi8ten.robocat-xk9ytn,
.robocat-xi8ten.robocat-fhnvcc,
.robocat-xi8ten.robocat-e2iucm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.robocat-ew2ci8 ease-in-out;
}

.robocat-xi8ten.robocat-xk9ytn,
.robocat-xi8ten.robocat-e2iucm {
  padding: 10px;
}

.robocat-xi8ten.robocat-xk9ytn:hover,
.robocat-xi8ten.robocat-fhnvcc:hover,
.robocat-xi8ten.robocat-e2iucm:hover {
  background: var(--button-bg-hover);
}

.robocat-xi8ten.robocat-xk9ytn:hover svg path,
.robocat-xi8ten.robocat-e2iucm:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.robocat-xi8ten.robocat-88twmq {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.robocat-ew2ci8 ease-in-out;
  background: var(--button-bg-color);
}

.robocat-xi8ten.robocat-88twmq:hover {
  background-color: var(--button-bg-hover);
}

.robocat-xi8ten.robocat-fhnvcc: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);
  }
}

.robocat-xi8ten.robocat-fhnvcc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.robocat-xi8ten.robocat-88twmq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.robocat-3f7ley {
  max-width: 650px;
}

.robocat-1tu6xd {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.robocat-ya05rc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.robocat-y205ht {
  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.robocat-dba7om ease-in-out;
  cursor: pointer;
}

.robocat-y205ht:hover {
  opacity: 0.5;
}

.robocat-y205ht:focus {
  outline: 0;
}

.robocat-y205ht:focus .robocat-brypl1,
.robocat-y205ht:hover .robocat-brypl1 {
  fill: red;
  fill-opacity: 1;
}

.robocat-y205ht:hover {
  cursor: pointer;
}

.robocat-sorxbm {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.robocat-3f7ley.robocat-db016n {
  margin: 0 auto;
}

.robocat-3f7ley.robocat-in2gym {
  margin-left: auto;
}

.robocat-3z4n0a {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.robocat-gg73m5 {
  padding-bottom: 50px;
}

.robocat-b25m8h {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.robocat-fgn8tx {
  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;
}

.robocat-xa7r7f {
  margin-top: 24px;
}

.robocat-kedn56 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.robocat-31r5iv {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.robocat-ayd05v {
  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;
}

.robocat-fqcvpa {
  width: 468px;
}

.robocat-ayd05v .robocat-pp4wu0 {
  margin: 0.robocat-anahby 0;
}

.robocat-kkwwxf {
  display: flex;
  min-width: 224px;
}

.robocat-u46tzy {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.robocat-dba7om ease-in-out;
}

.robocat-a24u7v,
.robocat-u46tzy:hover {
  color: var(--text-color);
}

.robocat-lsf4i1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.robocat-5o4qpz {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .robocat-3z4n0a {
    padding: 16px;
  }
  .robocat-lsf4i1 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .robocat-5o4qpz {
    align-items: center;
  }
  .robocat-fqcvpa {
    width: unset;
  }
  .robocat-kkwwxf {
    min-width: unset;
  }
  .robocat-ayd05v {
    max-height: unset;
  }
  .robocat-b25m8h {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .robocat-3z4n0a {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.robocat-1bzs6v {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.robocat-1bzs6v:not(:last-child) {
  margin-bottom: 16px;
}

.robocat-ls7d4m {
  outline: 0;
}

.robocat-ls7d4m .robocat-1pwnuy {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.robocat-98q3q5 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .robocat-98q3q5 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.robocat-98q3q5::-webkit-details-marker {
  display: none;
}

.robocat-98q3q5: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;
}

.robocat-98q3q5: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] .robocat-98q3q5:after {
  transform: unset;
}

.robocat-1pwnuy {
  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);
}

.robocat-1pwnuy 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.robocat-dba7om ease-in-out;
  -o-transition: 0.robocat-dba7om ease-in-out;
  transition: 0.robocat-dba7om ease-in-out;
}

.robocat-3q32ny {
  padding: 16px 0 0 0;
}

.robocat-3q32ny * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .robocat-3q32ny :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .robocat-98q3q5 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .robocat-98q3q5::after {
    margin-left: auto;
  }
  .robocat-1pwnuy {
    order: 3;
    flex: 1 1 100%;
  }
  .robocat-98q3q5 {
    font-size: 14px;
    line-height: 130%;
  }
  .robocat-1pwnuy svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.robocat-f865ya {
  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;
}

.robocat-wk97h8 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.robocat-f865ya.robocat-wunc19 .robocat-wk97h8 {
  margin-bottom: 12px;
}

.robocat-wk97h8::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;
}

.robocat-f865ya.robocat-wunc19 .robocat-wk97h8::after {
  transform: unset;
}

.robocat-7fskl9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.robocat-akzj0n {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.robocat-dba7om ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.robocat-akzj0n: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;
}

.robocat-f865ya.robocat-wunc19 .robocat-7fskl9 {
  max-height: 100%;
}

.robocat-zs03t8 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.robocat-2zmd8l {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.robocat-0jjcqn {
  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;
}

.robocat-6g5uek {
  margin-right: 4px;
}

.robocat-a6nv1h {
  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.robocat-dba7om ease-in-out;
}

.robocat-a6nv1h svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.robocat-7d3kd7,
.robocat-a6nv1h:hover {
  color: var(--text-color);
}

.robocat-d9dat7 {
  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;
}

.robocat-d9dat7 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.robocat-d9dat7 .robocat-otveyw {
  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;
}

.robocat-d9dat7 .robocat-n37hux {
  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;
}

.robocat-xeurfv {
  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;
}

.robocat-yk913q {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.robocat-3p9jlk .robocat-46rcdt {
  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;
}

.robocat-3p9jlk {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.robocat-kgxaok {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.robocat-8jw5ss {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.robocat-veugh8 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.robocat-lrr74r 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;
}

.robocat-veugh8:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.robocat-umkkmh {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.robocat-cq45ga {
  -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.robocat-dba7om ease-in-out;
  transition: transform 0.robocat-dba7om ease-in-out;
  -o-transition: transform 0.robocat-dba7om ease-in-out;
  transition:
    transform 0.robocat-dba7om ease-in-out,
    -webkit-transform 0.robocat-dba7om ease-in-out;
  cursor: pointer;
}

.robocat-cq45ga svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.robocat-cq45ga: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;
}

.robocat-h0byb7 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .robocat-h0byb7 {
    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);
}

.robocat-553kip {
  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;
}

.robocat-biau7f {
  position: relative;
  width: 100%;
}

.robocat-553kip.robocat-9jk78h {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.robocat-553kip.robocat-db016n {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.robocat-553kip.robocat-in2gym {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.robocat-62ymb2 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.robocat-yjz22o {
  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.robocat-dba7om ease-in-out;
  cursor: pointer;
}

.robocat-yjz22o:hover {
  opacity: 0.5;
}

.robocat-553kip.robocat-l17ehk .robocat-yjz22o {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.robocat-553kip.robocat-l17ehk .robocat-62ymb2 {
  cursor: pointer;
}

.robocat-2m1prf {
  fill: #0009;
}

.robocat-v7kg80 {
  fill: #fff;
}

.robocat-yjz22o:hover .robocat-2m1prf {
  fill: red;
}

.robocat-yjz22o svg path {
  -webkit-transition: 0.robocat-dba7om ease-in-out;
  -o-transition: 0.robocat-dba7om ease-in-out;
  transition: 0.robocat-dba7om ease-in-out;
}

.robocat-bjlrmg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.robocat-bjlrmg > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.robocat-bjlrmg.robocat-jbly74 > :not(.get-image) {
  grid-column: 1/3;
}

.robocat-mz11jr:not(._h1-block) .robocat-bjlrmg > .robocat-qwjhli {
  grid-row: 1/2;
  grid-column: 1/3;
}

.robocat-bjlrmg.robocat-jbly74 .robocat-w8ae2p {
  grid-column: 2/3;
}

.robocat-bjlrmg.robocat-jbly74 > .robocat-m2m70d {
  grid-column: 1/2;
}

.robocat-bjlrmg.robocat-jbly74 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.robocat-bjlrmg > p:first-of-type {
  margin-top: 0;
}

.robocat-bjlrmg .robocat-m2m70d {
  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;
}

.robocat-mz11jr:not(._h1-block) .robocat-qwjhli ~ .robocat-m2m70d {
  grid-row: 2/10;
}

.robocat-mz11jr.robocat-psj38a .robocat-qwjhli ~ .robocat-m2m70d {
  grid-row: 1/10;
}

.robocat-mz11jr.robocat-psj38a > .robocat-qwjhli {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.robocat-mz11jr.robocat-psj38a .robocat-m2m70d {
  grid-row: 1/10;
}

.robocat-bjlrmg.robocat-vjdl5h .robocat-m2m70d {
  align-items: flex-start;
}

.robocat-bjlrmg.robocat-db016n .robocat-w8ae2p {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.robocat-bjlrmg.robocat-db016n .robocat-m2m70d {
  align-items: center;
}

.robocat-bjlrmg.robocat-6dbqph .robocat-m2m70d {
  align-items: flex-end;
}

.robocat-w8ae2p > :first-child {
  margin-top: 0;
}

.robocat-w8ae2p > :last-child {
  margin-bottom: 0;
}

* + .robocat-4fwx46,
.robocat-mz11jr + .robocat-mz11jr {
  margin-top: 2rem;
}

.robocat-b1t3du td::before,
.robocat-b1t3du th::after {
  display: none !important;
}

.robocat-b1t3du #link-selector {
  color: #000;
}

.robocat-b1t3du .robocat-af0x08 {
  color: #135e96;
}

.robocat-b1t3du .robocat-boauu2 *,
.robocat-b1t3du .robocat-2a25ct p,
.robocat-b1t3du .robocat-k113wt * {
  color: #000;
}

.robocat-b1t3du .robocat-bmsvxo {
  background: 0 0 !important;
}

.robocat-b1t3du .robocat-upirrz {
  color: #000;
}

.robocat-b1t3du .robocat-lr40id.robocat-9veupz {
  color: #fff;
}

.robocat-b1t3du .robocat-ylmhlj {
  color: #000;
}

.robocat-b1t3du
  .robocat-j52ao1
  .robocat-5maukv.robocat-9veupz.robocat-hjjbi0 {
  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;
}

.robocat-klt7en,
body .robocat-326l4v {
  color: #000;
  background: var(--color-body) !important;
}

.robocat-klt7en .robocat-cei38m .robocat-z6xjnj,
body .robocat-326l4v .robocat-cei38m .robocat-z6xjnj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .robocat-akzj0n:focus,
  .robocat-akzj0n:hover {
    color: #f9cb16;
  }
  .robocat-j1wnu7:focus,
  .robocat-j1wnu7:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .robocat-83l2ve:focus img,
  .robocat-83l2ve:focus svg,
  .robocat-83l2ve:hover img,
  .robocat-83l2ve:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .robocat-d9dat7 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .robocat-5ph1o0:hover .robocat-p886hc svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .robocat-p886hc {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .robocat-6h9sak {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .robocat-cfzopc {
    grid-template-columns: repeat(4, 1fr);
  }
  .robocat-8nafa2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .robocat-ocbcw3 .robocat-iph3nk {
    grid-template-columns: 1fr;
  }
  .robocat-ocbcw3 .robocat-2qsyve {
    -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;
  }
  .robocat-ocbcw3 .robocat-35ovvw {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .robocat-ocbcw3 .robocat-bl9v7j {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .robocat-ocbcw3 .robocat-3e0pty {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .robocat-ocbcw3 .robocat-35ovvw:not(:first-child) {
    border: none;
  }
  .robocat-ocbcw3 .robocat-35ovvw:first-child .robocat-bl9v7j {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .robocat-ocbcw3 .robocat-35ovvw:last-child .robocat-bl9v7j {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .robocat-hguvvn {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .robocat-gyf7gd {
    max-width: 100px;
  }
  .robocat-nmyjei {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .robocat-w2jake {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .robocat-w2jake svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .robocat-16i6dz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .robocat-nmyjei + .robocat-w2jake {
    margin-left: auto;
  }
  .robocat-r4heff {
    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;
  }
  .robocat-r4heff.robocat-wunc19 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .robocat-5cm8te {
    -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;
  }
  .robocat-kwssof {
    width: 100%;
  }
  .robocat-kwssof:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .robocat-g2quxi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .robocat-g2quxi svg {
    margin-right: 4px;
  }
  .robocat-5ph1o0 {
    -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;
  }
  .robocat-p886hc svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .robocat-p886hc {
    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;
  }
  .robocat-pp4wu0 {
    display: none;
    width: 100%;
  }
  .robocat-5ph1o0.robocat-wunc19 .robocat-pp4wu0 {
    padding: 0 0 0 48px;
  }
  .robocat-zpiji5 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .robocat-fgn8tx .robocat-m2m70d {
    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;
  }
  .robocat-4rjtn1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .robocat-4rjtn1 + .robocat-4rjtn1 {
    margin-right: 0;
  }
  .robocat-4rjtn1 + .robocat-m2m70d {
    margin: 0;
  }
  .robocat-6h9sak {
    grid-template-columns: repeat(4, 1fr);
  }
  .robocat-cfzopc {
    grid-template-columns: repeat(3, 1fr);
  }
  .robocat-5zmhuz,
  .robocat-9oo5jy {
    grid-template-columns: repeat(2, 1fr);
  }
  .robocat-bjlrmg {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .robocat-bjlrmg.robocat-jbly74 .robocat-w8ae2p {
    grid-column: auto;
    grid-row: auto;
  }
  .robocat-bjlrmg > .robocat-qwjhli {
    grid-column: 1/2;
  }
  .robocat-bjlrmg.robocat-jbly74 > :not(.get-image) {
    grid-column: 1/2;
  }
  .robocat-bjlrmg .robocat-m2m70d,
  .robocat-bjlrmg.robocat-jbly74 > .robocat-m2m70d {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .robocat-bjlrmg.robocat-jbly74 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .robocat-mz11jr.robocat-psj38a .robocat-bjlrmg > .robocat-m2m70d {
    grid-row: 1/2;
  }
  .robocat-bjlrmg .robocat-qwjhli ~ .robocat-m2m70d,
  .robocat-bjlrmg.robocat-jbly74 .robocat-qwjhli ~ .robocat-m2m70d {
    grid-row: 2/3;
  }
  .robocat-mz11jr.robocat-psj38a .robocat-qwjhli ~ .robocat-m2m70d {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .robocat-p7oalu:first-child .robocat-4f8s9c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .robocat-p7oalu:first-child .robocat-4f8s9c h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .robocat-p7oalu {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .robocat-p7oalu {
    padding: 0;
  }
  .robocat-vd11cp {
    margin-top: 1rem;
  }
  .robocat-ls7d4m {
    border-radius: 5px;
  }
  .robocat-3p2kkd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .robocat-wk97h8::after {
    display: inline-block;
  }
  .robocat-wk97h8 {
    margin: 0;
    width: 100%;
  }
  .robocat-7fskl9 {
    width: 100%;
  }
  .robocat-7fskl9.robocat-dcfgxg {
    -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%;
  }
  .robocat-7fskl9.robocat-dcfgxg .robocat-bg0bv1 {
    width: 100%;
  }
  .robocat-7fskl9.robocat-dcfgxg .robocat-bg0bv1:not(:last-child) {
    margin-right: 0;
  }
  .robocat-akzj0n {
    width: 100%;
    text-align: center;
  }
  .robocat-f865ya.robocat-wunc19 .robocat-7fskl9 {
    margin-top: 1rem;
  }
  .robocat-6h9sak {
    grid-template-columns: repeat(3, 1fr);
  }
  .robocat-8nafa2,
  .robocat-cfzopc {
    grid-template-columns: repeat(2, 1fr);
  }
  .robocat-5zmhuz,
  .robocat-9oo5jy,
  .robocat-x7hq9h {
    grid-template-columns: 1fr;
  }
  .robocat-bj7cwi {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .robocat-o29tgz {
    min-width: 300px;
    max-width: 325px;
  }
  .robocat-bl9v7j {
    cursor: auto;
  }
  .robocat-9pntno .robocat-bl9v7j {
    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;
  }
  .robocat-h0byb7 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .robocat-pp4wu0 {
    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) {
  .robocat-h0byb7 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.robocat-4rjtn1 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .robocat-w2jake {
    margin: 0 -0.2rem;
  }
  .robocat-4rjtn1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .robocat-gd96g8 {
    -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;
  }
  .robocat-o7y79z {
    max-width: 100%;
  }
  .robocat-6h9sak {
    grid-template-columns: repeat(2, 1fr);
  }
  .robocat-8nafa2,
  .robocat-cfzopc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .robocat-hguvvn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .robocat-w2jake {
    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;
  }
  .robocat-xlf00u {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .robocat-png11u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .robocat-atjex0,
  .robocat-nroffd {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .robocat-g58gn1 {
    width: 100%;
  }
  .robocat-6h9sak {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .robocat-h0byb7 {
    top: 127px !important;
  }
}

.robocat-whub8z {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .robocat-whub8z {
  }
}

@media (max-width: 767px) {
  .robocat-whub8z {
    margin-bottom: 12px;
  }
}

.robocat-whub8z img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.robocat-wzcmsp {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.robocat-wzcmsp > .robocat-vx6m2b {
  flex: 1 1;
}

@media (max-width: 767px) {
  .robocat-wzcmsp {
    flex-direction: column;
    gap: 12px;
  }
}

.robocat-429n9d {
  display: flex;
}

.robocat-429n9d .robocat-h3wa5c {
  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;
}

.robocat-429n9d .robocat-h2jo4d {
  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;
}

.robocat-429n9d .robocat-rbp5nh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.robocat-429n9d .robocat-0nlb8g {
  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));
  }
}

.robocat-429n9d .robocat-0nlb8g:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.robocat-429n9d .robocat-xiecnp {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.robocat-xye89k {
  border: unset;
  background-color: unset;
}

.robocat-xye89k tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.robocat-xye89k .robocat-s8y92j,
.robocat-xye89k .robocat-wc2g4f {
  flex: 0 1 330px;
}

.robocat-xye89k .robocat-bhfdm5 {
  flex: 1 1;
}

.robocat-xye89k tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.robocat-xye89k tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.robocat-xye89k tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.robocat-xye89k tr td p {
  color: #fff;
  margin: 0;
}

.robocat-xye89k tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.robocat-xye89k tr.robocat-s8y92j td p {
  padding: 16px 0;
}

.robocat-xye89k tr.robocat-s8y92j td p:not(:last-child),
.robocat-xye89k tr.robocat-wc2g4f td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.robocat-xye89k tr.robocat-s8y92j td p:first-child,
.robocat-xye89k tr.robocat-wc2g4f td p:first-child {
  padding-top: 0;
}

.robocat-xye89k tr.robocat-wc2g4f td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.robocat-xye89k tr.robocat-wc2g4f td p:last-child {
  padding-bottom: 0;
}

.robocat-xye89k .robocat-wc2g4f img {
  max-width: 32px;
}

.robocat-xye89k .robocat-bhfdm5 {
  min-width: 718px;
}

.robocat-xye89k .robocat-bhfdm5 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.robocat-xye89k .robocat-bhfdm5 td {
  display: flex;
}

.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-wjmt4n,
.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-af1sac,
.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-9ed7zr {
  flex: 1 1 50%;
}

.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-yyes4l {
  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;
}

.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-4tywj8,
.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-j340cm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-wjmt4n,
.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-af1sac {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-wjmt4n span,
.robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-af1sac span {
  font-weight: 800;
}

.robocat-xye89k .robocat-bhfdm5 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .robocat-xye89k .robocat-bhfdm5 td .robocat-9ed7zr:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .robocat-xye89k tr.robocat-s8y92j td p:last-child {
    padding-bottom: 0;
  }
  .robocat-xye89k .robocat-wc2g4f > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .robocat-xye89k .robocat-wc2g4f > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .robocat-xye89k tr.robocat-s8y92j td p:not(:last-child),
  .robocat-xye89k tr.robocat-wc2g4f td p:not(:last-child) {
    border-bottom: unset;
  }
  .robocat-xye89k tr.robocat-wc2g4f td p:last-child {
    padding-bottom: 12px;
  }
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-wjmt4n,
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-af1sac,
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-9ed7zr {
    flex: 1 1 50%;
    padding: 0;
  }
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-wjmt4n,
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-af1sac {
    margin-top: 16px;
  }
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-9ed7zr {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-wjmt4n {
    border-right: 1px solid var(--border-color);
  }
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-9ed7zr:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .robocat-xye89k .robocat-bhfdm5 td:last-child .robocat-9ed7zr:last-child {
    padding-bottom: 0;
  }
}

.robocat-9ed7zr {
  display: flex;
  flex-direction: column;
}

.robocat-xye89k .robocat-bhfdm5 td .robocat-9ed7zr {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.robocat-xye89k .robocat-bhfdm5 td .robocat-9ed7zr:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.robocat-xye89k .robocat-bhfdm5 td .robocat-9ed7zr:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .robocat-xye89k .robocat-bhfdm5 td .robocat-9ed7zr:not(:first-child) {
    padding-left: 0;
  }
  .robocat-xye89k .robocat-bhfdm5 td .robocat-9ed7zr:not(:last-of-type) {
    border-right: unset;
  }
}

.robocat-xye89k .robocat-mkjp4t {
  flex: 0 1 485px;
}

.robocat-xye89k .robocat-cois1r {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.robocat-xye89k .robocat-cois1r li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.robocat-xye89k .robocat-cois1r li.robocat-00q599 {
  padding: 6px 12px;
}

.robocat-xye89k .robocat-cois1r li a,
.robocat-xye89k .robocat-cois1r 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;
}

.robocat-xye89k .robocat-mtp9aq,
.robocat-xye89k .robocat-lqyfbs {
  flex: 1 1;
}

.robocat-xye89k .robocat-g31ecy,
.robocat-xye89k .robocat-uunuq6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.robocat-xye89k .robocat-g31ecy li,
.robocat-xye89k .robocat-uunuq6 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.robocat-xye89k .robocat-lqyfbs img {
  max-width: 32px;
}

.robocat-xye89k .robocat-mtp9aq img {
  max-width: 32px;
}

.robocat-xye89k .robocat-8bo6eu {
  min-width: 280px;
}

.robocat-xye89k .robocat-8bo6eu img {
  max-width: 146px;
}

.robocat-xye89k .robocat-8bo6eu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .robocat-xye89k .robocat-s8y92j,
  .robocat-xye89k .robocat-wc2g4f {
    flex: 0 1 auto;
  }
  .robocat-xye89k .robocat-bhfdm5 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .robocat-xye89k .robocat-s8y92j,
  .robocat-xye89k .robocat-mkjp4t,
  .robocat-xye89k .robocat-wc2g4f,
  .robocat-xye89k .robocat-bhfdm5 {
    flex: 1 1 calc(50% - 20px);
  }
  .robocat-xye89k .robocat-mtp9aq,
  .robocat-xye89k .robocat-8bo6eu,
  .robocat-xye89k .robocat-lqyfbs {
    flex: 1 1 30%;
  }
  .robocat-xye89k .robocat-8bo6eu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .robocat-xye89k .robocat-s8y92j,
  .robocat-xye89k .robocat-mkjp4t,
  .robocat-xye89k .robocat-mtp9aq,
  .robocat-xye89k .robocat-wc2g4f,
  .robocat-xye89k .robocat-bhfdm5,
  .robocat-xye89k .robocat-8bo6eu,
  .robocat-xye89k .robocat-lqyfbs {
    flex: 1 1 100%;
  }
}

.robocat-z7p3ws .robocat-21tmgy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.robocat-z7p3ws .robocat-he5grx {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.robocat-z7p3ws .robocat-z0ptxp {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.robocat-z7p3ws .robocat-9uz81a {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.robocat-z7p3ws .robocat-9uz81a > :nth-child(3) {
  margin-top: 0;
}

.robocat-z7p3ws .robocat-m2m70d {
  grid-column: 2/3;
  grid-row: 1/10;
}

.robocat-z7p3ws .robocat-hjgmdm {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.robocat-z7p3ws .robocat-vd11cp {
  grid-column: 1/2;
}

.robocat-z7p3ws > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.robocat-z7p3ws .robocat-he5grx: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;
}

.robocat-z7p3ws .robocat-he5grx:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.robocat-z7p3ws .robocat-g58gn1 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .robocat-z7p3ws .robocat-he5grx:not(:last-child):before {
    bottom: 8px;
  }
  .robocat-z7p3ws .robocat-he5grx:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .robocat-z7p3ws .robocat-9uz81a {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .robocat-z7p3ws .robocat-m2m70d {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .robocat-z7p3ws .robocat-m2m70d img {
    width: 100%;
    height: auto;
  }
  .robocat-z7p3ws .robocat-g58gn1 {
    width: 100%;
    min-width: unset;
  }
}

.robocat-rwkq7p .robocat-1r20b9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.robocat-rwkq7p .robocat-nz8dab {
  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;
}

.robocat-rwkq7p .robocat-m2m70d {
  height: 100%;
}

.robocat-rwkq7p .robocat-m2m70d img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.robocat-rwkq7p .robocat-c84k4s {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.robocat-rwkq7p .robocat-jccbjz {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.robocat-rwkq7p .robocat-48s6vm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .robocat-rwkq7p .robocat-nz8dab {
    flex: 1 1 100%;
  }
  .robocat-rwkq7p .robocat-xi8ten {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .robocat-rwkq7p .robocat-nz8dab {
    flex-direction: column;
  }
  .robocat-rwkq7p .robocat-m2m70d {
    width: 100%;
    height: auto;
  }
  .robocat-rwkq7p .robocat-m2m70d img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .robocat-rwkq7p .robocat-c84k4s {
    padding: 0 16px 16px 16px;
  }
  .robocat-rwkq7p .robocat-xi8ten {
    min-width: unset;
    width: 100%;
  }
}

.robocat-r3hhd2 .robocat-34gtjx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.robocat-r3hhd2 .robocat-kxy6ir {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.robocat-r3hhd2 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;
}

.robocat-r3hhd2 .robocat-r8qn10 {
  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;
}

.robocat-r3hhd2 .robocat-kxy6ir:hover .robocat-r8qn10 {
  display: flex;
}

.robocat-r3hhd2 .robocat-eyl5in {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.robocat-r3hhd2 .robocat-89pxhz {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.robocat-cvlj29 {
  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;
}

.robocat-cvlj29.robocat-b4pmrn {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.robocat-ew2ci8 ease-in-out;
}

.robocat-cvlj29.robocat-b4pmrn:hover {
  color: #f9cb16;
  background-color: transparent;
}

.robocat-r3hhd2 .robocat-q2m1j5 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.robocat-ew2ci8 ease-in-out;
}

.robocat-r3hhd2 .robocat-q2m1j5:hover {
  color: #196948;
  background-color: #f9cb16;
}

.robocat-r3hhd2 .robocat-q2m1j5:after,
.robocat-cvlj29.robocat-b4pmrn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.robocat-cvlj29.robocat-b4pmrn:after {
  background-image: url(../images/Cash.svg);
}

.robocat-r3hhd2 .robocat-q2m1j5:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .robocat-r3hhd2 .robocat-34gtjx {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .robocat-r3hhd2 .robocat-34gtjx {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .robocat-r3hhd2 .robocat-34gtjx {
    grid-template-columns: 1fr;
  }
  .robocat-r3hhd2 .robocat-kxy6ir {
    height: auto;
  }
  .robocat-r3hhd2 .robocat-kxy6ir .robocat-r8qn10 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .robocat-r3hhd2 .robocat-eyl5in,
  .robocat-r3hhd2 .robocat-89pxhz {
    text-align: left;
  }
  .robocat-r3hhd2 .robocat-89pxhz {
    margin-bottom: 8px;
  }
  .robocat-r3hhd2 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.robocat-xdyvkm {
  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;
}

.robocat-xdyvkm.robocat-l17ehk {
  display: block;
}

.robocat-xdyvkm .robocat-kiugqw {
  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;
}

.robocat-xdyvkm .robocat-f420oi {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.robocat-xdyvkm .robocat-ssjteb {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.robocat-xdyvkm .robocat-c7rv7v {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.robocat-xdyvkm .robocat-cvlj29 {
  min-width: 296px;
  margin-bottom: 0;
}

.robocat-xdyvkm .robocat-49cjgg {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.robocat-xdyvkm .robocat-2eq2my {
  position: relative;
  flex: 1 1;
}

.robocat-xdyvkm .robocat-2eq2my iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .robocat-xdyvkm .robocat-f420oi {
    flex-wrap: wrap;
    gap: 8px;
  }
  .robocat-xdyvkm .robocat-ssjteb {
    order: 1;
  }
  .robocat-xdyvkm .robocat-c7rv7v {
    order: 3;
    flex: 1 1 100%;
  }
  .robocat-xdyvkm .robocat-cvlj29 {
    width: 100%;
    min-width: unset;
  }
  .robocat-xdyvkm .robocat-49cjgg {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .robocat-bjlrmg > .robocat-qwjhli {
    margin-bottom: 0;
  }
  .robocat-bjlrmg > .robocat-vd11cp,
  .robocat-bjlrmg > p {
    margin-top: 0;
  }
}

.robocat-aizy6q img,
.robocat-4rjtn1 img {
  width: auto;
  object-fit: contain;
}

.robocat-aizy6q {
  align-items: center;
}

.robocat-aizy6q img {
  max-height: 76px;
}

.robocat-4rjtn1 img {
  max-height: 64px;
}

.robocat-x3za4n {
  overflow: auto;
}

.robocat-wjhyfo {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.robocat-5yqyj8:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.robocat-j9kz2y {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.robocat-sfhoqy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.robocat-j9kz2y .robocat-m2m70d {
  margin-right: 20px;
  flex-shrink: 0;
}

.robocat-j9kz2y img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.robocat-0ual4x {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.robocat-0ual4x > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .robocat-j9kz2y {
    padding: 15px 10px;
  }
  .robocat-0ual4x {
    padding: 15px 10px;
  }
  .robocat-j9kz2y .robocat-m2m70d {
    margin-right: 10px;
  }
}

.robocat-pjclrm {
  overflow-x: auto;
}

.robocat-otkl7z {
  border-collapse: collapse;
  width: 100%;
}

.robocat-pjclrm th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.robocat-pjclrm td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.robocat-pjclrm td.robocat-36bmxa {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.robocat-pjclrm td.robocat-k9nneh {
  border-right: none;
}

.robocat-pjclrm td.robocat-k9nneh .robocat-m2m70d {
  justify-content: flex-start;
}

.robocat-pjclrm td.robocat-k9nneh .robocat-m2m70d img {
  height: auto;
  width: 90px;
}

.robocat-pjclrm td.robocat-fsseeo,
.robocat-pjclrm td.robocat-ys53wq {
  font-weight: 600;
  text-align: right;
}

.robocat-pjclrm td.robocat-3gv8g3,
.robocat-pjclrm td.robocat-fsseeo {
  padding-bottom: 10px;
  border-bottom: none;
}

.robocat-pjclrm td.robocat-fsseeo,
.robocat-pjclrm td.robocat-ys53wq {
  border-left: none;
}

.robocat-pjclrm td.robocat-3gv8g3,
.robocat-pjclrm td.robocat-f3ppv6 {
  border-right: none;
}

.robocat-pjclrm td.robocat-f3ppv6,
.robocat-pjclrm td.robocat-ys53wq {
  border-top: none;
  padding-top: 10px;
}

.robocat-dp2dcc {
  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;
}

.robocat-dp2dcc .robocat-xi8ten {
  min-width: unset;
  width: 100%;
}

.robocat-dp2dcc .robocat-xi8ten.robocat-xk9ytn {
  grid-column: 1/2;
  grid-row: 1/2;
}

.robocat-dp2dcc .robocat-xi8ten.robocat-e2iucm {
  grid-column: 2/3;
  grid-row: 1/2;
}

.robocat-dp2dcc .robocat-99eyme {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .robocat-dp2dcc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .robocat-dp2dcc .robocat-xi8ten.robocat-xk9ytn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .robocat-dp2dcc .robocat-xi8ten.robocat-e2iucm {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .robocat-dp2dcc .robocat-99eyme {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.robocat-wniqwq {
  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;
}

.robocat-ots9th {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.robocat-b8urw8 p a img {
  margin: 0 auto;
  display: block;
}

.robocat-b8urw8 table {
  margin-bottom: 17px;
}

/* contanct form */
.robocat-g3lqvc {
  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;
}

.robocat-g3lqvc label {
  font-size: 14px;
}

.robocat-g3lqvc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.robocat-g3lqvc input,
.robocat-g3lqvc textarea,
.robocat-g3lqvc 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;
}
.robocat-g3lqvc button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.robocat-ew2ci8 ease;
}
.robocat-g3lqvc button:hover {
  background-color: #691204;
}
.robocat-eutkm0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.robocat-7ez8v7 ease-in;
}

.robocat-eutkm0 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;
}
.robocat-7s0mcz, .robocat-nnjt9p, [class*="review-card"],
thead, thead th, table th, .robocat-qgt3ko,
.robocat-0h1zqy, [class*="collapsible-header"],
.robocat-8q8i89, [class*="updated-block"] {
  color: #ece7dc !important;
}
