@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);
}

.twotworicky-h269me {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.twotworicky-9k22nf {
  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.twotworicky-muvkkg,
ul.twotworicky-muvkkg {
  padding-left: 20px;
}

ul.twotworicky-muvkkg {
  list-style: disc;
}

ol.twotworicky-muvkkg {
  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;
  }
}

.twotworicky-n0kdea > .twotworicky-djwja7,
.twotworicky-n0kdea > .twotworicky-vm9i25,
.twotworicky-n0kdea > blockquote,
.twotworicky-n0kdea > h1,
.twotworicky-n0kdea > h2,
.twotworicky-n0kdea > h3,
.twotworicky-n0kdea > h4,
.twotworicky-n0kdea > h5,
.twotworicky-n0kdea > h6,
.twotworicky-n0kdea > ol,
.twotworicky-n0kdea > p,
.twotworicky-n0kdea > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.twotworicky-n0kdea > ol,
.twotworicky-n0kdea > ul {
  padding-left: 50px;
}

.twotworicky-n0kdea 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;
}

.twotworicky-n0kdea:not(:last-child) {
  margin-bottom: 2rem;
}

.twotworicky-n0kdea > :not(:first-child) {
  margin-top: 2rem;
}

.twotworicky-n0kdea {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.twotworicky-n0kdea:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .twotworicky-n0kdea:first-child {
    margin-top: 20px;
  }
}

.twotworicky-n0kdea > p:last-of-type {
  margin-bottom: 32px;
}

.twotworicky-n0kdea > .twotworicky-4ajnom:not(:first-child) {
  margin: 64px auto 16px auto;
}

.twotworicky-chn4h3 > .twotworicky-4ajnom {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.twotworicky-vm9i25 {
  overflow: auto;
}

.twotworicky-vm9i25::-webkit-scrollbar {
  height: 5px;
}

.twotworicky-vm9i25 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.twotworicky-vm9i25 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.twotworicky-vm9i25 table thead,
table thead {
  border-bottom: none;
}

.twotworicky-vm9i25 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.twotworicky-vm9i25 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.twotworicky-vm9i25 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.twotworicky-vm9i25 .twotworicky-7ul0lq {
  table-layout: auto;
}

.twotworicky-vm9i25 .twotworicky-7ul0lq th {
  word-break: normal;
}

.twotworicky-vm9i25 .twotworicky-7ul0lq td {
  word-break: normal;
}

.twotworicky-h269me .twotworicky-h269me {
  padding-right: 0;
  padding-left: 0;
}

.twotworicky-7cyoa5 {
  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;
}

.twotworicky-wmhhra {
  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;
}

.twotworicky-7hhwwu {
  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;
}

.twotworicky-djwja7 {
  margin-top: 24px;
}

.twotworicky-djwja7.twotworicky-n683wi {
  text-align: left;
}

.twotworicky-djwja7.twotworicky-uftd1i {
  text-align: right;
}

.twotworicky-djwja7.twotworicky-ukj2an {
  text-align: center;
}

.twotworicky-fnihpw {
  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.twotworicky-juwog2 ease-in-out;
  cursor: pointer;
}

.twotworicky-fnihpw:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.twotworicky-fnihpw {
  min-width: 328px;
}

@media (max-width: 768px) {
  .twotworicky-fnihpw {
    min-width: unset;
  }
}

.twotworicky-3obr16 {
  background-color: var(--fh-bg-color);
}

.twotworicky-uejgap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.twotworicky-flauls {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.twotworicky-flauls img {
  max-height: 80px;
  object-fit: contain;
}

.twotworicky-w2e9an {
  flex: 1 1;
}

.twotworicky-wga0z3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.twotworicky-dg0wqw {
  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;
}

.twotworicky-dg0wqw 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;
}

.twotworicky-dg0wqw.twotworicky-vbu8a9 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.twotworicky-dg0wqw.twotworicky-vbu8a9 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.twotworicky-dg0wqw.twotworicky-vbu8a9 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.twotworicky-w2e9an + .twotworicky-wga0z3 {
  margin-left: 20px;
}

.twotworicky-icvstk {
  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;
}

.twotworicky-icvstk > svg {
  max-width: 24px;
  max-height: 24px;
}

.twotworicky-icvstk + .twotworicky-icvstk {
  margin-left: 5px;
}

.twotworicky-b81r1k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.twotworicky-b81r1k:hover {
  background-color: var(--button-bg-hover);
}

.twotworicky-ordvrw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.twotworicky-juwog2 ease-in-out;
  border: 1px solid var(--border-color);
}

.twotworicky-ordvrw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.twotworicky-1qh1go {
  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) {
  .twotworicky-w2e9an {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .twotworicky-1qh1go {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .twotworicky-w2e9an {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .twotworicky-icvstk {
    min-width: unset;
    flex: 1 1;
  }
}

.twotworicky-08a3ks {
  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;
}

.twotworicky-08a3ks:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.twotworicky-08a3ks:hover .twotworicky-9lxrlh {
  opacity: 1;
  pointer-events: auto;
}

.twotworicky-l4dz8b {
  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.twotworicky-45dyj3 ease-in-out;
  gap: 4px;
}

.twotworicky-l4dz8b > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.twotworicky-l4dz8b .twotworicky-7cyoa5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.twotworicky-yg2862,
.twotworicky-l4dz8b:hover {
  color: var(--button-bg-hover);
}

.twotworicky-5nlzuq {
  position: relative;
}

.twotworicky-5nlzuq .twotworicky-l4dz8b {
  margin-right: 0;
  padding-right: 4px;
}

.twotworicky-63gkcf svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.twotworicky-5nlzuq.twotworicky-vbu8a9 .twotworicky-63gkcf svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.twotworicky-5nlzuq.twotworicky-vbu8a9 .twotworicky-9lxrlh {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.twotworicky-5nlzuq.twotworicky-vbu8a9 .twotworicky-9lxrlh::before {
  display: none;
}

.twotworicky-63gkcf svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.twotworicky-9lxrlh {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.twotworicky-kj1p6h 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.twotworicky-9lxrlh::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.twotworicky-9lxrlh:hover {
  color: var(--fh-bg-color);
}

.twotworicky-38bkpy {
  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.twotworicky-kj1p6h 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.twotworicky-45dyj3 ease-in-out;
  -o-transition: 0.twotworicky-45dyj3 ease-in-out;
  transition: 0.twotworicky-45dyj3 ease-in-out;
}

.twotworicky-38bkpy .twotworicky-7cyoa5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.twotworicky-uw8r2i,
.twotworicky-38bkpy:hover {
  color: var(--button-bg-hover);
}

.twotworicky-ie1xoc {
  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%;
}

.twotworicky-ie1xoc.twotworicky-2bv7et {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.twotworicky-ie1xoc.twotworicky-2bv7et:after,
.twotworicky-ie1xoc.twotworicky-2bv7et:before {
  content: "";
  position: absolute;
  margin: auto;
}

.twotworicky-ie1xoc.twotworicky-2bv7et: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);
  }
}

.twotworicky-ie1xoc.twotworicky-2bv7et:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.twotworicky-ie1xoc.twotworicky-2bv7et > * {
  z-index: 1;
}

.twotworicky-ie1xoc b,
.twotworicky-ie1xoc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.twotworicky-ie1xoc .twotworicky-yqxy6y {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.twotworicky-ie1xoc .twotworicky-8k7gsq {
  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;
}

.twotworicky-ie1xoc .twotworicky-7cyoa5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.twotworicky-ie1xoc .twotworicky-l6at5b {
  margin-top: 12px;
}

.twotworicky-l6at5b {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.twotworicky-47cui7 {
  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;
}

.twotworicky-l6at5b .twotworicky-wxttfn {
  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.twotworicky-juwog2 ease-in-out;
}

.twotworicky-l6at5b .twotworicky-wxttfn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.twotworicky-lua1e0 {
  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;
}

.twotworicky-ie1xoc.twotworicky-qj4bzh {
  gap: 12px;
  padding: 16px;
}

.twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-lua1e0 {
  min-width: 240px;
}

.twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-lua1e0.twotworicky-8swzgn {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .twotworicky-ie1xoc .twotworicky-yqxy6y {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .twotworicky-ie1xoc .twotworicky-8k7gsq {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .twotworicky-ie1xoc .twotworicky-7cyoa5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-7cyoa5 {
    max-width: 126px;
  }
  .twotworicky-ie1xoc .twotworicky-l6at5b {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .twotworicky-ie1xoc .twotworicky-47cui7 {
    max-width: unset;
  }
  .twotworicky-lua1e0 {
    min-width: unset;
    width: 100%;
  }
  .twotworicky-ie1xoc .twotworicky-lua1e0 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh {
    grid-template-rows: auto 1fr auto;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-lua1e0 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .twotworicky-ie1xoc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .twotworicky-ie1xoc .twotworicky-yqxy6y {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .twotworicky-ie1xoc .twotworicky-7cyoa5 {
    max-width: 78px;
  }
  .twotworicky-ie1xoc .twotworicky-l6at5b {
    margin-top: -12px;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh {
    gap: 8px;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-yqxy6y {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-8k7gsq {
    grid-column: 1/3;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-7cyoa5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .twotworicky-ie1xoc.twotworicky-qj4bzh .twotworicky-7cyoa5 img {
    max-width: 114px;
  }
}

.twotworicky-lua1e0.twotworicky-02sajf,
.twotworicky-lua1e0.twotworicky-osl5je,
.twotworicky-lua1e0.twotworicky-t3ck11 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.twotworicky-juwog2 ease-in-out;
}

.twotworicky-lua1e0.twotworicky-02sajf,
.twotworicky-lua1e0.twotworicky-t3ck11 {
  padding: 10px;
}

.twotworicky-lua1e0.twotworicky-02sajf:hover,
.twotworicky-lua1e0.twotworicky-osl5je:hover,
.twotworicky-lua1e0.twotworicky-t3ck11:hover {
  background: var(--button-bg-hover);
}

.twotworicky-lua1e0.twotworicky-02sajf:hover svg path,
.twotworicky-lua1e0.twotworicky-t3ck11:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.twotworicky-lua1e0.twotworicky-8swzgn {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.twotworicky-juwog2 ease-in-out;
  background: var(--button-bg-color);
}

.twotworicky-lua1e0.twotworicky-8swzgn:hover {
  background-color: var(--button-bg-hover);
}

.twotworicky-lua1e0.twotworicky-osl5je: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);
  }
}

.twotworicky-lua1e0.twotworicky-osl5je:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.twotworicky-lua1e0.twotworicky-8swzgn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.twotworicky-rtso5v {
  max-width: 650px;
}

.twotworicky-yjy746 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.twotworicky-gfshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.twotworicky-wz60ll {
  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.twotworicky-45dyj3 ease-in-out;
  cursor: pointer;
}

.twotworicky-wz60ll:hover {
  opacity: 0.5;
}

.twotworicky-wz60ll:focus {
  outline: 0;
}

.twotworicky-wz60ll:focus .twotworicky-2oq6hz,
.twotworicky-wz60ll:hover .twotworicky-2oq6hz {
  fill: red;
  fill-opacity: 1;
}

.twotworicky-wz60ll:hover {
  cursor: pointer;
}

.twotworicky-xop1g5 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.twotworicky-rtso5v.twotworicky-ukj2an {
  margin: 0 auto;
}

.twotworicky-rtso5v.twotworicky-uftd1i {
  margin-left: auto;
}

.twotworicky-3620vk {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.twotworicky-sxwces {
  padding-bottom: 50px;
}

.twotworicky-wl2fad {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.twotworicky-k1goin {
  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;
}

.twotworicky-8rt0mt {
  margin-top: 24px;
}

.twotworicky-6todev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.twotworicky-k1ltz3 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.twotworicky-a8yffs {
  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;
}

.twotworicky-5ic0vi {
  width: 468px;
}

.twotworicky-a8yffs .twotworicky-9lxrlh {
  margin: 0.twotworicky-fkilrb 0;
}

.twotworicky-w6lxfi {
  display: flex;
  min-width: 224px;
}

.twotworicky-mzd2e3 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.twotworicky-45dyj3 ease-in-out;
}

.twotworicky-0mse38,
.twotworicky-mzd2e3:hover {
  color: var(--text-color);
}

.twotworicky-j6xkg1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.twotworicky-uo6wok {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .twotworicky-3620vk {
    padding: 16px;
  }
  .twotworicky-j6xkg1 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .twotworicky-uo6wok {
    align-items: center;
  }
  .twotworicky-5ic0vi {
    width: unset;
  }
  .twotworicky-w6lxfi {
    min-width: unset;
  }
  .twotworicky-a8yffs {
    max-height: unset;
  }
  .twotworicky-wl2fad {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .twotworicky-3620vk {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.twotworicky-1mo3gf {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.twotworicky-1mo3gf:not(:last-child) {
  margin-bottom: 16px;
}

.twotworicky-uxt8o4 {
  outline: 0;
}

.twotworicky-uxt8o4 .twotworicky-andfkm {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.twotworicky-h5vk3q {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .twotworicky-h5vk3q {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.twotworicky-h5vk3q::-webkit-details-marker {
  display: none;
}

.twotworicky-h5vk3q: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;
}

.twotworicky-h5vk3q: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] .twotworicky-h5vk3q:after {
  transform: unset;
}

.twotworicky-andfkm {
  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);
}

.twotworicky-andfkm 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.twotworicky-45dyj3 ease-in-out;
  -o-transition: 0.twotworicky-45dyj3 ease-in-out;
  transition: 0.twotworicky-45dyj3 ease-in-out;
}

.twotworicky-75ly5o {
  padding: 16px 0 0 0;
}

.twotworicky-75ly5o * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .twotworicky-75ly5o :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .twotworicky-h5vk3q {
    flex-wrap: wrap;
    gap: 12px;
  }
  .twotworicky-h5vk3q::after {
    margin-left: auto;
  }
  .twotworicky-andfkm {
    order: 3;
    flex: 1 1 100%;
  }
  .twotworicky-h5vk3q {
    font-size: 14px;
    line-height: 130%;
  }
  .twotworicky-andfkm svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.twotworicky-7oyviw {
  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;
}

.twotworicky-zajt4a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.twotworicky-7oyviw.twotworicky-vbu8a9 .twotworicky-zajt4a {
  margin-bottom: 12px;
}

.twotworicky-zajt4a::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;
}

.twotworicky-7oyviw.twotworicky-vbu8a9 .twotworicky-zajt4a::after {
  transform: unset;
}

.twotworicky-gvy5fs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.twotworicky-9l9c13 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.twotworicky-45dyj3 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.twotworicky-9l9c13: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;
}

.twotworicky-7oyviw.twotworicky-vbu8a9 .twotworicky-gvy5fs {
  max-height: 100%;
}

.twotworicky-4zzcwr {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.twotworicky-vsizhq {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.twotworicky-738vw4 {
  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;
}

.twotworicky-ccy7pa {
  margin-right: 4px;
}

.twotworicky-ibamho {
  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.twotworicky-45dyj3 ease-in-out;
}

.twotworicky-ibamho svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.twotworicky-kg80es,
.twotworicky-ibamho:hover {
  color: var(--text-color);
}

.twotworicky-aypdfa {
  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;
}

.twotworicky-aypdfa img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.twotworicky-aypdfa .twotworicky-koluh3 {
  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;
}

.twotworicky-aypdfa .twotworicky-m19w05 {
  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;
}

.twotworicky-biwgjp {
  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;
}

.twotworicky-fvhvpy {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.twotworicky-x4vkmc .twotworicky-h269me {
  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;
}

.twotworicky-x4vkmc {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.twotworicky-mh8mw4 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.twotworicky-kb1pkk {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.twotworicky-bv49lp {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.twotworicky-2eb0bl 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;
}

.twotworicky-bv49lp:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.twotworicky-3dl3yu {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.twotworicky-f8tn01 {
  -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.twotworicky-45dyj3 ease-in-out;
  transition: transform 0.twotworicky-45dyj3 ease-in-out;
  -o-transition: transform 0.twotworicky-45dyj3 ease-in-out;
  transition:
    transform 0.twotworicky-45dyj3 ease-in-out,
    -webkit-transform 0.twotworicky-45dyj3 ease-in-out;
  cursor: pointer;
}

.twotworicky-f8tn01 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.twotworicky-f8tn01: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;
}

.twotworicky-g8kebi {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .twotworicky-g8kebi {
    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);
}

.twotworicky-f5gdpq {
  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;
}

.twotworicky-0nbvbn {
  position: relative;
  width: 100%;
}

.twotworicky-f5gdpq.twotworicky-147xh1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.twotworicky-f5gdpq.twotworicky-ukj2an {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.twotworicky-f5gdpq.twotworicky-uftd1i {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.twotworicky-2dju9n {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.twotworicky-t11sjr {
  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.twotworicky-45dyj3 ease-in-out;
  cursor: pointer;
}

.twotworicky-t11sjr:hover {
  opacity: 0.5;
}

.twotworicky-f5gdpq.twotworicky-likrod .twotworicky-t11sjr {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.twotworicky-f5gdpq.twotworicky-likrod .twotworicky-2dju9n {
  cursor: pointer;
}

.twotworicky-cew21l {
  fill: #0009;
}

.twotworicky-8yx07r {
  fill: #fff;
}

.twotworicky-t11sjr:hover .twotworicky-cew21l {
  fill: red;
}

.twotworicky-t11sjr svg path {
  -webkit-transition: 0.twotworicky-45dyj3 ease-in-out;
  -o-transition: 0.twotworicky-45dyj3 ease-in-out;
  transition: 0.twotworicky-45dyj3 ease-in-out;
}

.twotworicky-86rs5d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.twotworicky-86rs5d > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.twotworicky-86rs5d.twotworicky-mobtdm > :not(.get-image) {
  grid-column: 1/3;
}

.twotworicky-bj3t4l:not(._h1-block) .twotworicky-86rs5d > .twotworicky-4ajnom {
  grid-row: 1/2;
  grid-column: 1/3;
}

.twotworicky-86rs5d.twotworicky-mobtdm .twotworicky-ci9liq {
  grid-column: 2/3;
}

.twotworicky-86rs5d.twotworicky-mobtdm > .twotworicky-7cyoa5 {
  grid-column: 1/2;
}

.twotworicky-86rs5d.twotworicky-mobtdm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.twotworicky-86rs5d > p:first-of-type {
  margin-top: 0;
}

.twotworicky-86rs5d .twotworicky-7cyoa5 {
  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;
}

.twotworicky-bj3t4l:not(._h1-block) .twotworicky-4ajnom ~ .twotworicky-7cyoa5 {
  grid-row: 2/10;
}

.twotworicky-bj3t4l.twotworicky-y7yelc .twotworicky-4ajnom ~ .twotworicky-7cyoa5 {
  grid-row: 1/10;
}

.twotworicky-bj3t4l.twotworicky-y7yelc > .twotworicky-4ajnom {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.twotworicky-bj3t4l.twotworicky-y7yelc .twotworicky-7cyoa5 {
  grid-row: 1/10;
}

.twotworicky-86rs5d.twotworicky-jpowt2 .twotworicky-7cyoa5 {
  align-items: flex-start;
}

.twotworicky-86rs5d.twotworicky-ukj2an .twotworicky-ci9liq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.twotworicky-86rs5d.twotworicky-ukj2an .twotworicky-7cyoa5 {
  align-items: center;
}

.twotworicky-86rs5d.twotworicky-zvl81x .twotworicky-7cyoa5 {
  align-items: flex-end;
}

.twotworicky-ci9liq > :first-child {
  margin-top: 0;
}

.twotworicky-ci9liq > :last-child {
  margin-bottom: 0;
}

* + .twotworicky-3e9hed,
.twotworicky-bj3t4l + .twotworicky-bj3t4l {
  margin-top: 2rem;
}

.twotworicky-ferf0o td::before,
.twotworicky-ferf0o th::after {
  display: none !important;
}

.twotworicky-ferf0o #link-selector {
  color: #000;
}

.twotworicky-ferf0o .twotworicky-ff6kqt {
  color: #135e96;
}

.twotworicky-ferf0o .twotworicky-bqmdf8 *,
.twotworicky-ferf0o .twotworicky-i19y7q p,
.twotworicky-ferf0o .twotworicky-3bdogd * {
  color: #000;
}

.twotworicky-ferf0o .twotworicky-fdkmkh {
  background: 0 0 !important;
}

.twotworicky-ferf0o .twotworicky-3hnexy {
  color: #000;
}

.twotworicky-ferf0o .twotworicky-ha9g6v.twotworicky-iz2qum {
  color: #fff;
}

.twotworicky-ferf0o .twotworicky-x15on6 {
  color: #000;
}

.twotworicky-ferf0o
  .twotworicky-pp34lh
  .twotworicky-878780.twotworicky-iz2qum.twotworicky-26lu05 {
  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;
}

.twotworicky-5hxlc7,
body .twotworicky-pp2s4v {
  color: #000;
  background: var(--color-body) !important;
}

.twotworicky-5hxlc7 .twotworicky-3539tb .twotworicky-kz0cv0,
body .twotworicky-pp2s4v .twotworicky-3539tb .twotworicky-kz0cv0 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .twotworicky-9l9c13:focus,
  .twotworicky-9l9c13:hover {
    color: #f9cb16;
  }
  .twotworicky-mynoko:focus,
  .twotworicky-mynoko:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .twotworicky-pt22qb:focus img,
  .twotworicky-pt22qb:focus svg,
  .twotworicky-pt22qb:hover img,
  .twotworicky-pt22qb:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .twotworicky-aypdfa {
    display: none;
  }
}

@media (min-width: 1024px) {
  .twotworicky-5nlzuq:hover .twotworicky-63gkcf svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .twotworicky-63gkcf {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .twotworicky-1y0prp {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .twotworicky-b2qsna {
    grid-template-columns: repeat(4, 1fr);
  }
  .twotworicky-yy3aj8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .twotworicky-nptww5 .twotworicky-0egflg {
    grid-template-columns: 1fr;
  }
  .twotworicky-nptww5 .twotworicky-w2vr6o {
    -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;
  }
  .twotworicky-nptww5 .twotworicky-12ehb5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .twotworicky-nptww5 .twotworicky-jbv7uo {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .twotworicky-nptww5 .twotworicky-rn4v9x {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .twotworicky-nptww5 .twotworicky-12ehb5:not(:first-child) {
    border: none;
  }
  .twotworicky-nptww5 .twotworicky-12ehb5:first-child .twotworicky-jbv7uo {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .twotworicky-nptww5 .twotworicky-12ehb5:last-child .twotworicky-jbv7uo {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .twotworicky-uejgap {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .twotworicky-flauls {
    max-width: 100px;
  }
  .twotworicky-w2e9an {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .twotworicky-wga0z3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .twotworicky-wga0z3 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .twotworicky-dg0wqw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .twotworicky-w2e9an + .twotworicky-wga0z3 {
    margin-left: auto;
  }
  .twotworicky-b9km0r {
    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;
  }
  .twotworicky-b9km0r.twotworicky-vbu8a9 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .twotworicky-1qh1go {
    -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;
  }
  .twotworicky-08a3ks {
    width: 100%;
  }
  .twotworicky-08a3ks:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .twotworicky-l4dz8b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .twotworicky-l4dz8b svg {
    margin-right: 4px;
  }
  .twotworicky-5nlzuq {
    -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;
  }
  .twotworicky-63gkcf svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .twotworicky-63gkcf {
    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;
  }
  .twotworicky-9lxrlh {
    display: none;
    width: 100%;
  }
  .twotworicky-5nlzuq.twotworicky-vbu8a9 .twotworicky-9lxrlh {
    padding: 0 0 0 48px;
  }
  .twotworicky-38bkpy {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .twotworicky-k1goin .twotworicky-7cyoa5 {
    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;
  }
  .twotworicky-za6om4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .twotworicky-za6om4 + .twotworicky-za6om4 {
    margin-right: 0;
  }
  .twotworicky-za6om4 + .twotworicky-7cyoa5 {
    margin: 0;
  }
  .twotworicky-1y0prp {
    grid-template-columns: repeat(4, 1fr);
  }
  .twotworicky-b2qsna {
    grid-template-columns: repeat(3, 1fr);
  }
  .twotworicky-h2ca1h,
  .twotworicky-y5ufwp {
    grid-template-columns: repeat(2, 1fr);
  }
  .twotworicky-86rs5d {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .twotworicky-86rs5d.twotworicky-mobtdm .twotworicky-ci9liq {
    grid-column: auto;
    grid-row: auto;
  }
  .twotworicky-86rs5d > .twotworicky-4ajnom {
    grid-column: 1/2;
  }
  .twotworicky-86rs5d.twotworicky-mobtdm > :not(.get-image) {
    grid-column: 1/2;
  }
  .twotworicky-86rs5d .twotworicky-7cyoa5,
  .twotworicky-86rs5d.twotworicky-mobtdm > .twotworicky-7cyoa5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .twotworicky-86rs5d.twotworicky-mobtdm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .twotworicky-bj3t4l.twotworicky-y7yelc .twotworicky-86rs5d > .twotworicky-7cyoa5 {
    grid-row: 1/2;
  }
  .twotworicky-86rs5d .twotworicky-4ajnom ~ .twotworicky-7cyoa5,
  .twotworicky-86rs5d.twotworicky-mobtdm .twotworicky-4ajnom ~ .twotworicky-7cyoa5 {
    grid-row: 2/3;
  }
  .twotworicky-bj3t4l.twotworicky-y7yelc .twotworicky-4ajnom ~ .twotworicky-7cyoa5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .twotworicky-n0kdea:first-child .twotworicky-e1f15e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .twotworicky-n0kdea:first-child .twotworicky-e1f15e h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .twotworicky-n0kdea {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .twotworicky-n0kdea {
    padding: 0;
  }
  .twotworicky-djwja7 {
    margin-top: 1rem;
  }
  .twotworicky-uxt8o4 {
    border-radius: 5px;
  }
  .twotworicky-cilp0j {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .twotworicky-zajt4a::after {
    display: inline-block;
  }
  .twotworicky-zajt4a {
    margin: 0;
    width: 100%;
  }
  .twotworicky-gvy5fs {
    width: 100%;
  }
  .twotworicky-gvy5fs.twotworicky-zfubou {
    -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%;
  }
  .twotworicky-gvy5fs.twotworicky-zfubou .twotworicky-a5elpi {
    width: 100%;
  }
  .twotworicky-gvy5fs.twotworicky-zfubou .twotworicky-a5elpi:not(:last-child) {
    margin-right: 0;
  }
  .twotworicky-9l9c13 {
    width: 100%;
    text-align: center;
  }
  .twotworicky-7oyviw.twotworicky-vbu8a9 .twotworicky-gvy5fs {
    margin-top: 1rem;
  }
  .twotworicky-1y0prp {
    grid-template-columns: repeat(3, 1fr);
  }
  .twotworicky-yy3aj8,
  .twotworicky-b2qsna {
    grid-template-columns: repeat(2, 1fr);
  }
  .twotworicky-h2ca1h,
  .twotworicky-y5ufwp,
  .twotworicky-u0otr0 {
    grid-template-columns: 1fr;
  }
  .twotworicky-17b1f3 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .twotworicky-n9khlc {
    min-width: 300px;
    max-width: 325px;
  }
  .twotworicky-jbv7uo {
    cursor: auto;
  }
  .twotworicky-rp6hos .twotworicky-jbv7uo {
    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;
  }
  .twotworicky-g8kebi {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .twotworicky-9lxrlh {
    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) {
  .twotworicky-g8kebi {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.twotworicky-za6om4 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .twotworicky-wga0z3 {
    margin: 0 -0.2rem;
  }
  .twotworicky-za6om4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .twotworicky-wo7eef {
    -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;
  }
  .twotworicky-ir75hm {
    max-width: 100%;
  }
  .twotworicky-1y0prp {
    grid-template-columns: repeat(2, 1fr);
  }
  .twotworicky-yy3aj8,
  .twotworicky-b2qsna {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .twotworicky-uejgap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twotworicky-wga0z3 {
    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;
  }
  .twotworicky-3obr16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twotworicky-icvstk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .twotworicky-4iuwbb,
  .twotworicky-984dnf {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .twotworicky-fnihpw {
    width: 100%;
  }
  .twotworicky-1y0prp {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .twotworicky-g8kebi {
    top: 127px !important;
  }
}

.twotworicky-8mk4wv {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .twotworicky-8mk4wv {
  }
}

@media (max-width: 767px) {
  .twotworicky-8mk4wv {
    margin-bottom: 12px;
  }
}

.twotworicky-8mk4wv img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.twotworicky-d87z4k {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.twotworicky-d87z4k > .twotworicky-dhhokl {
  flex: 1 1;
}

@media (max-width: 767px) {
  .twotworicky-d87z4k {
    flex-direction: column;
    gap: 12px;
  }
}

.twotworicky-7wj8gd {
  display: flex;
}

.twotworicky-7wj8gd .twotworicky-lq5kmc {
  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;
}

.twotworicky-7wj8gd .twotworicky-opa7wh {
  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;
}

.twotworicky-7wj8gd .twotworicky-6cophv {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.twotworicky-7wj8gd .twotworicky-0mqm56 {
  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));
  }
}

.twotworicky-7wj8gd .twotworicky-0mqm56:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.twotworicky-7wj8gd .twotworicky-kn4c6q {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.twotworicky-snqtzv {
  border: unset;
  background-color: unset;
}

.twotworicky-snqtzv tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.twotworicky-snqtzv .twotworicky-i1z5ao,
.twotworicky-snqtzv .twotworicky-xpe068 {
  flex: 0 1 330px;
}

.twotworicky-snqtzv .twotworicky-irhqrq {
  flex: 1 1;
}

.twotworicky-snqtzv tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.twotworicky-snqtzv tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.twotworicky-snqtzv tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.twotworicky-snqtzv tr td p {
  color: #fff;
  margin: 0;
}

.twotworicky-snqtzv tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.twotworicky-snqtzv tr.twotworicky-i1z5ao td p {
  padding: 16px 0;
}

.twotworicky-snqtzv tr.twotworicky-i1z5ao td p:not(:last-child),
.twotworicky-snqtzv tr.twotworicky-xpe068 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.twotworicky-snqtzv tr.twotworicky-i1z5ao td p:first-child,
.twotworicky-snqtzv tr.twotworicky-xpe068 td p:first-child {
  padding-top: 0;
}

.twotworicky-snqtzv tr.twotworicky-xpe068 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.twotworicky-snqtzv tr.twotworicky-xpe068 td p:last-child {
  padding-bottom: 0;
}

.twotworicky-snqtzv .twotworicky-xpe068 img {
  max-width: 32px;
}

.twotworicky-snqtzv .twotworicky-irhqrq {
  min-width: 718px;
}

.twotworicky-snqtzv .twotworicky-irhqrq td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.twotworicky-snqtzv .twotworicky-irhqrq td {
  display: flex;
}

.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-4xt0ky,
.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-ikq2mb,
.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-q2a3vk {
  flex: 1 1 50%;
}

.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-0qd4qh {
  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;
}

.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-qp5ffx,
.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-9tcwyr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-4xt0ky,
.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-ikq2mb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-4xt0ky span,
.twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-ikq2mb span {
  font-weight: 800;
}

.twotworicky-snqtzv .twotworicky-irhqrq img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .twotworicky-snqtzv .twotworicky-irhqrq td .twotworicky-q2a3vk:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .twotworicky-snqtzv tr.twotworicky-i1z5ao td p:last-child {
    padding-bottom: 0;
  }
  .twotworicky-snqtzv .twotworicky-xpe068 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .twotworicky-snqtzv .twotworicky-xpe068 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .twotworicky-snqtzv tr.twotworicky-i1z5ao td p:not(:last-child),
  .twotworicky-snqtzv tr.twotworicky-xpe068 td p:not(:last-child) {
    border-bottom: unset;
  }
  .twotworicky-snqtzv tr.twotworicky-xpe068 td p:last-child {
    padding-bottom: 12px;
  }
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-4xt0ky,
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-ikq2mb,
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-q2a3vk {
    flex: 1 1 50%;
    padding: 0;
  }
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-4xt0ky,
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-ikq2mb {
    margin-top: 16px;
  }
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-q2a3vk {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-4xt0ky {
    border-right: 1px solid var(--border-color);
  }
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-q2a3vk:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .twotworicky-snqtzv .twotworicky-irhqrq td:last-child .twotworicky-q2a3vk:last-child {
    padding-bottom: 0;
  }
}

.twotworicky-q2a3vk {
  display: flex;
  flex-direction: column;
}

.twotworicky-snqtzv .twotworicky-irhqrq td .twotworicky-q2a3vk {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.twotworicky-snqtzv .twotworicky-irhqrq td .twotworicky-q2a3vk:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.twotworicky-snqtzv .twotworicky-irhqrq td .twotworicky-q2a3vk:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .twotworicky-snqtzv .twotworicky-irhqrq td .twotworicky-q2a3vk:not(:first-child) {
    padding-left: 0;
  }
  .twotworicky-snqtzv .twotworicky-irhqrq td .twotworicky-q2a3vk:not(:last-of-type) {
    border-right: unset;
  }
}

.twotworicky-snqtzv .twotworicky-jo8pai {
  flex: 0 1 485px;
}

.twotworicky-snqtzv .twotworicky-txe3tp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.twotworicky-snqtzv .twotworicky-txe3tp li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.twotworicky-snqtzv .twotworicky-txe3tp li.twotworicky-s2i501 {
  padding: 6px 12px;
}

.twotworicky-snqtzv .twotworicky-txe3tp li a,
.twotworicky-snqtzv .twotworicky-txe3tp 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;
}

.twotworicky-snqtzv .twotworicky-2j1ovy,
.twotworicky-snqtzv .twotworicky-qy5m9r {
  flex: 1 1;
}

.twotworicky-snqtzv .twotworicky-hd7dtc,
.twotworicky-snqtzv .twotworicky-tmj5eb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.twotworicky-snqtzv .twotworicky-hd7dtc li,
.twotworicky-snqtzv .twotworicky-tmj5eb li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.twotworicky-snqtzv .twotworicky-qy5m9r img {
  max-width: 32px;
}

.twotworicky-snqtzv .twotworicky-2j1ovy img {
  max-width: 32px;
}

.twotworicky-snqtzv .twotworicky-pv5po2 {
  min-width: 280px;
}

.twotworicky-snqtzv .twotworicky-pv5po2 img {
  max-width: 146px;
}

.twotworicky-snqtzv .twotworicky-pv5po2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .twotworicky-snqtzv .twotworicky-i1z5ao,
  .twotworicky-snqtzv .twotworicky-xpe068 {
    flex: 0 1 auto;
  }
  .twotworicky-snqtzv .twotworicky-irhqrq {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .twotworicky-snqtzv .twotworicky-i1z5ao,
  .twotworicky-snqtzv .twotworicky-jo8pai,
  .twotworicky-snqtzv .twotworicky-xpe068,
  .twotworicky-snqtzv .twotworicky-irhqrq {
    flex: 1 1 calc(50% - 20px);
  }
  .twotworicky-snqtzv .twotworicky-2j1ovy,
  .twotworicky-snqtzv .twotworicky-pv5po2,
  .twotworicky-snqtzv .twotworicky-qy5m9r {
    flex: 1 1 30%;
  }
  .twotworicky-snqtzv .twotworicky-pv5po2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .twotworicky-snqtzv .twotworicky-i1z5ao,
  .twotworicky-snqtzv .twotworicky-jo8pai,
  .twotworicky-snqtzv .twotworicky-2j1ovy,
  .twotworicky-snqtzv .twotworicky-xpe068,
  .twotworicky-snqtzv .twotworicky-irhqrq,
  .twotworicky-snqtzv .twotworicky-pv5po2,
  .twotworicky-snqtzv .twotworicky-qy5m9r {
    flex: 1 1 100%;
  }
}

.twotworicky-ihj4bf .twotworicky-33ha6i {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.twotworicky-ihj4bf .twotworicky-jukt4y {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.twotworicky-ihj4bf .twotworicky-d06mpp {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.twotworicky-ihj4bf .twotworicky-vyy37l {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.twotworicky-ihj4bf .twotworicky-vyy37l > :nth-child(3) {
  margin-top: 0;
}

.twotworicky-ihj4bf .twotworicky-7cyoa5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.twotworicky-ihj4bf .twotworicky-zbonwt {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.twotworicky-ihj4bf .twotworicky-djwja7 {
  grid-column: 1/2;
}

.twotworicky-ihj4bf > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.twotworicky-ihj4bf .twotworicky-jukt4y: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;
}

.twotworicky-ihj4bf .twotworicky-jukt4y:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.twotworicky-ihj4bf .twotworicky-fnihpw {
  min-width: 240px;
}

@media (max-width: 768px) {
  .twotworicky-ihj4bf .twotworicky-jukt4y:not(:last-child):before {
    bottom: 8px;
  }
  .twotworicky-ihj4bf .twotworicky-jukt4y:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .twotworicky-ihj4bf .twotworicky-vyy37l {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .twotworicky-ihj4bf .twotworicky-7cyoa5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .twotworicky-ihj4bf .twotworicky-7cyoa5 img {
    width: 100%;
    height: auto;
  }
  .twotworicky-ihj4bf .twotworicky-fnihpw {
    width: 100%;
    min-width: unset;
  }
}

.twotworicky-e12gyw .twotworicky-9bpfa5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.twotworicky-e12gyw .twotworicky-i0op4n {
  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;
}

.twotworicky-e12gyw .twotworicky-7cyoa5 {
  height: 100%;
}

.twotworicky-e12gyw .twotworicky-7cyoa5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.twotworicky-e12gyw .twotworicky-k6wy7o {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.twotworicky-e12gyw .twotworicky-o2etl4 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.twotworicky-e12gyw .twotworicky-635qka {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .twotworicky-e12gyw .twotworicky-i0op4n {
    flex: 1 1 100%;
  }
  .twotworicky-e12gyw .twotworicky-lua1e0 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .twotworicky-e12gyw .twotworicky-i0op4n {
    flex-direction: column;
  }
  .twotworicky-e12gyw .twotworicky-7cyoa5 {
    width: 100%;
    height: auto;
  }
  .twotworicky-e12gyw .twotworicky-7cyoa5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .twotworicky-e12gyw .twotworicky-k6wy7o {
    padding: 0 16px 16px 16px;
  }
  .twotworicky-e12gyw .twotworicky-lua1e0 {
    min-width: unset;
    width: 100%;
  }
}

.twotworicky-ttb2y7 .twotworicky-bm09qz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.twotworicky-ttb2y7 .twotworicky-ycfft9 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.twotworicky-ttb2y7 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;
}

.twotworicky-ttb2y7 .twotworicky-rs4cs6 {
  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;
}

.twotworicky-ttb2y7 .twotworicky-ycfft9:hover .twotworicky-rs4cs6 {
  display: flex;
}

.twotworicky-ttb2y7 .twotworicky-4xeyqx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.twotworicky-ttb2y7 .twotworicky-t8f9zo {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.twotworicky-4ugrdr {
  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;
}

.twotworicky-4ugrdr.twotworicky-ci3f23 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.twotworicky-juwog2 ease-in-out;
}

.twotworicky-4ugrdr.twotworicky-ci3f23:hover {
  color: #f9cb16;
  background-color: transparent;
}

.twotworicky-ttb2y7 .twotworicky-4sx0fd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.twotworicky-juwog2 ease-in-out;
}

.twotworicky-ttb2y7 .twotworicky-4sx0fd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.twotworicky-ttb2y7 .twotworicky-4sx0fd:after,
.twotworicky-4ugrdr.twotworicky-ci3f23:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.twotworicky-4ugrdr.twotworicky-ci3f23:after {
  background-image: url(../images/Cash.svg);
}

.twotworicky-ttb2y7 .twotworicky-4sx0fd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .twotworicky-ttb2y7 .twotworicky-bm09qz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .twotworicky-ttb2y7 .twotworicky-bm09qz {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .twotworicky-ttb2y7 .twotworicky-bm09qz {
    grid-template-columns: 1fr;
  }
  .twotworicky-ttb2y7 .twotworicky-ycfft9 {
    height: auto;
  }
  .twotworicky-ttb2y7 .twotworicky-ycfft9 .twotworicky-rs4cs6 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .twotworicky-ttb2y7 .twotworicky-4xeyqx,
  .twotworicky-ttb2y7 .twotworicky-t8f9zo {
    text-align: left;
  }
  .twotworicky-ttb2y7 .twotworicky-t8f9zo {
    margin-bottom: 8px;
  }
  .twotworicky-ttb2y7 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.twotworicky-6xbqi8 {
  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;
}

.twotworicky-6xbqi8.twotworicky-likrod {
  display: block;
}

.twotworicky-6xbqi8 .twotworicky-75fjpz {
  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;
}

.twotworicky-6xbqi8 .twotworicky-ntc4iy {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.twotworicky-6xbqi8 .twotworicky-65o1yf {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.twotworicky-6xbqi8 .twotworicky-l74opd {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.twotworicky-6xbqi8 .twotworicky-4ugrdr {
  min-width: 296px;
  margin-bottom: 0;
}

.twotworicky-6xbqi8 .twotworicky-l3tevo {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.twotworicky-6xbqi8 .twotworicky-30fmpu {
  position: relative;
  flex: 1 1;
}

.twotworicky-6xbqi8 .twotworicky-30fmpu iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .twotworicky-6xbqi8 .twotworicky-ntc4iy {
    flex-wrap: wrap;
    gap: 8px;
  }
  .twotworicky-6xbqi8 .twotworicky-65o1yf {
    order: 1;
  }
  .twotworicky-6xbqi8 .twotworicky-l74opd {
    order: 3;
    flex: 1 1 100%;
  }
  .twotworicky-6xbqi8 .twotworicky-4ugrdr {
    width: 100%;
    min-width: unset;
  }
  .twotworicky-6xbqi8 .twotworicky-l3tevo {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .twotworicky-86rs5d > .twotworicky-4ajnom {
    margin-bottom: 0;
  }
  .twotworicky-86rs5d > .twotworicky-djwja7,
  .twotworicky-86rs5d > p {
    margin-top: 0;
  }
}

.twotworicky-qlc0y6 img,
.twotworicky-za6om4 img {
  width: auto;
  object-fit: contain;
}

.twotworicky-qlc0y6 {
  align-items: center;
}

.twotworicky-qlc0y6 img {
  max-height: 76px;
}

.twotworicky-za6om4 img {
  max-height: 64px;
}

.twotworicky-rue3h8 {
  overflow: auto;
}

.twotworicky-8os86w {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.twotworicky-qhr7dy:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.twotworicky-iwl38k {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.twotworicky-dkeckr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.twotworicky-iwl38k .twotworicky-7cyoa5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.twotworicky-iwl38k img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.twotworicky-rk64b9 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.twotworicky-rk64b9 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .twotworicky-iwl38k {
    padding: 15px 10px;
  }
  .twotworicky-rk64b9 {
    padding: 15px 10px;
  }
  .twotworicky-iwl38k .twotworicky-7cyoa5 {
    margin-right: 10px;
  }
}

.twotworicky-t5z6gs {
  overflow-x: auto;
}

.twotworicky-ui1e77 {
  border-collapse: collapse;
  width: 100%;
}

.twotworicky-t5z6gs th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.twotworicky-t5z6gs td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.twotworicky-t5z6gs td.twotworicky-xbjdsn {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.twotworicky-t5z6gs td.twotworicky-z43i4l {
  border-right: none;
}

.twotworicky-t5z6gs td.twotworicky-z43i4l .twotworicky-7cyoa5 {
  justify-content: flex-start;
}

.twotworicky-t5z6gs td.twotworicky-z43i4l .twotworicky-7cyoa5 img {
  height: auto;
  width: 90px;
}

.twotworicky-t5z6gs td.twotworicky-nda1nt,
.twotworicky-t5z6gs td.twotworicky-w8zjsl {
  font-weight: 600;
  text-align: right;
}

.twotworicky-t5z6gs td.twotworicky-kr1d4o,
.twotworicky-t5z6gs td.twotworicky-nda1nt {
  padding-bottom: 10px;
  border-bottom: none;
}

.twotworicky-t5z6gs td.twotworicky-nda1nt,
.twotworicky-t5z6gs td.twotworicky-w8zjsl {
  border-left: none;
}

.twotworicky-t5z6gs td.twotworicky-kr1d4o,
.twotworicky-t5z6gs td.twotworicky-ytjeu2 {
  border-right: none;
}

.twotworicky-t5z6gs td.twotworicky-ytjeu2,
.twotworicky-t5z6gs td.twotworicky-w8zjsl {
  border-top: none;
  padding-top: 10px;
}

.twotworicky-yv31wp {
  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;
}

.twotworicky-yv31wp .twotworicky-lua1e0 {
  min-width: unset;
  width: 100%;
}

.twotworicky-yv31wp .twotworicky-lua1e0.twotworicky-02sajf {
  grid-column: 1/2;
  grid-row: 1/2;
}

.twotworicky-yv31wp .twotworicky-lua1e0.twotworicky-t3ck11 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.twotworicky-yv31wp .twotworicky-z1sf6s {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .twotworicky-yv31wp {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .twotworicky-yv31wp .twotworicky-lua1e0.twotworicky-02sajf {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .twotworicky-yv31wp .twotworicky-lua1e0.twotworicky-t3ck11 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .twotworicky-yv31wp .twotworicky-z1sf6s {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.twotworicky-984hfl {
  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;
}

.twotworicky-j7ta9k {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.twotworicky-chn4h3 p a img {
  margin: 0 auto;
  display: block;
}

.twotworicky-chn4h3 table {
  margin-bottom: 17px;
}

/* contanct form */
.twotworicky-rfk7an {
  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;
}

.twotworicky-rfk7an label {
  font-size: 14px;
}

.twotworicky-rfk7an h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.twotworicky-rfk7an input,
.twotworicky-rfk7an textarea,
.twotworicky-rfk7an 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;
}
.twotworicky-rfk7an button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.twotworicky-juwog2 ease;
}
.twotworicky-rfk7an button:hover {
  background-color: #691204;
}
.twotworicky-yydz3h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.twotworicky-gg1m3r ease-in;
}

.twotworicky-yydz3h 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;
}
.twotworicky-y0hzs7, .twotworicky-wfr4ez, [class*="review-card"],
thead, thead th, table th, .twotworicky-f9b2mv,
.twotworicky-1o1e9f, [class*="collapsible-header"],
.twotworicky-eq21m0, [class*="updated-block"] {
  color: #ece7dc !important;
}
