@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);
}

.ritzo-8lkumu {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-9cjjup {
  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.ritzo-a2da4n,
ul.ritzo-a2da4n {
  padding-left: 20px;
}

ul.ritzo-a2da4n {
  list-style: disc;
}

ol.ritzo-a2da4n {
  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;
  }
}

.ritzo-f2jg75 > .ritzo-qn7k1q,
.ritzo-f2jg75 > .ritzo-mztzjb,
.ritzo-f2jg75 > blockquote,
.ritzo-f2jg75 > h1,
.ritzo-f2jg75 > h2,
.ritzo-f2jg75 > h3,
.ritzo-f2jg75 > h4,
.ritzo-f2jg75 > h5,
.ritzo-f2jg75 > h6,
.ritzo-f2jg75 > ol,
.ritzo-f2jg75 > p,
.ritzo-f2jg75 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-f2jg75 > ol,
.ritzo-f2jg75 > ul {
  padding-left: 50px;
}

.ritzo-f2jg75 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;
}

.ritzo-f2jg75:not(:last-child) {
  margin-bottom: 2rem;
}

.ritzo-f2jg75 > :not(:first-child) {
  margin-top: 2rem;
}

.ritzo-f2jg75 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ritzo-f2jg75:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ritzo-f2jg75:first-child {
    margin-top: 20px;
  }
}

.ritzo-f2jg75 > p:last-of-type {
  margin-bottom: 32px;
}

.ritzo-f2jg75 > .ritzo-abea9n:not(:first-child) {
  margin: 64px auto 16px auto;
}

.ritzo-svszmo > .ritzo-abea9n {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-mztzjb {
  overflow: auto;
}

.ritzo-mztzjb::-webkit-scrollbar {
  height: 5px;
}

.ritzo-mztzjb table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.ritzo-mztzjb table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.ritzo-mztzjb table thead,
table thead {
  border-bottom: none;
}

.ritzo-mztzjb table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.ritzo-mztzjb table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.ritzo-mztzjb table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.ritzo-mztzjb .ritzo-ibnpyq {
  table-layout: auto;
}

.ritzo-mztzjb .ritzo-ibnpyq th {
  word-break: normal;
}

.ritzo-mztzjb .ritzo-ibnpyq td {
  word-break: normal;
}

.ritzo-8lkumu .ritzo-8lkumu {
  padding-right: 0;
  padding-left: 0;
}

.ritzo-u5blu8 {
  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;
}

.ritzo-qw79fj {
  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;
}

.ritzo-54a8u1 {
  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;
}

.ritzo-qn7k1q {
  margin-top: 24px;
}

.ritzo-qn7k1q.ritzo-hfhle6 {
  text-align: left;
}

.ritzo-qn7k1q.ritzo-z9qqci {
  text-align: right;
}

.ritzo-qn7k1q.ritzo-pfngw5 {
  text-align: center;
}

.ritzo-3d2way {
  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.ritzo-kloznl ease-in-out;
  cursor: pointer;
}

.ritzo-3d2way:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.ritzo-3d2way {
  min-width: 328px;
}

@media (max-width: 768px) {
  .ritzo-3d2way {
    min-width: unset;
  }
}

.ritzo-m8b5p8 {
  background-color: var(--fh-bg-color);
}

.ritzo-j2vu60 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.ritzo-9nuibx {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.ritzo-9nuibx img {
  max-height: 80px;
  object-fit: contain;
}

.ritzo-o3q2xh {
  flex: 1 1;
}

.ritzo-lae7l4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.ritzo-54nev5 {
  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;
}

.ritzo-54nev5 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;
}

.ritzo-54nev5.ritzo-xb44ic span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.ritzo-54nev5.ritzo-xb44ic span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ritzo-54nev5.ritzo-xb44ic span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.ritzo-o3q2xh + .ritzo-lae7l4 {
  margin-left: 20px;
}

.ritzo-fmb38y {
  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;
}

.ritzo-fmb38y > svg {
  max-width: 24px;
  max-height: 24px;
}

.ritzo-fmb38y + .ritzo-fmb38y {
  margin-left: 5px;
}

.ritzo-eopw5m {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.ritzo-eopw5m:hover {
  background-color: var(--button-bg-hover);
}

.ritzo-e61pdz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.ritzo-kloznl ease-in-out;
  border: 1px solid var(--border-color);
}

.ritzo-e61pdz:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.ritzo-myyp3l {
  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) {
  .ritzo-o3q2xh {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .ritzo-myyp3l {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .ritzo-o3q2xh {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .ritzo-fmb38y {
    min-width: unset;
    flex: 1 1;
  }
}

.ritzo-fpe3p6 {
  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;
}

.ritzo-fpe3p6:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ritzo-fpe3p6:hover .ritzo-fw4mvy {
  opacity: 1;
  pointer-events: auto;
}

.ritzo-fu0d9o {
  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.ritzo-44jjq8 ease-in-out;
  gap: 4px;
}

.ritzo-fu0d9o > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ritzo-fu0d9o .ritzo-u5blu8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ritzo-nzx5km,
.ritzo-fu0d9o:hover {
  color: var(--button-bg-hover);
}

.ritzo-a0fsde {
  position: relative;
}

.ritzo-a0fsde .ritzo-fu0d9o {
  margin-right: 0;
  padding-right: 4px;
}

.ritzo-eg31g1 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ritzo-a0fsde.ritzo-xb44ic .ritzo-eg31g1 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ritzo-a0fsde.ritzo-xb44ic .ritzo-fw4mvy {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.ritzo-a0fsde.ritzo-xb44ic .ritzo-fw4mvy::before {
  display: none;
}

.ritzo-eg31g1 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.ritzo-fw4mvy {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.ritzo-twjqp5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.ritzo-fw4mvy::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.ritzo-fw4mvy:hover {
  color: var(--fh-bg-color);
}

.ritzo-aq3p0l {
  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.ritzo-twjqp5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.ritzo-44jjq8 ease-in-out;
  -o-transition: 0.ritzo-44jjq8 ease-in-out;
  transition: 0.ritzo-44jjq8 ease-in-out;
}

.ritzo-aq3p0l .ritzo-u5blu8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ritzo-5tdu02,
.ritzo-aq3p0l:hover {
  color: var(--button-bg-hover);
}

.ritzo-ll9ucb {
  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%;
}

.ritzo-ll9ucb.ritzo-3ai973 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.ritzo-ll9ucb.ritzo-3ai973:after,
.ritzo-ll9ucb.ritzo-3ai973:before {
  content: "";
  position: absolute;
  margin: auto;
}

.ritzo-ll9ucb.ritzo-3ai973: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);
  }
}

.ritzo-ll9ucb.ritzo-3ai973:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.ritzo-ll9ucb.ritzo-3ai973 > * {
  z-index: 1;
}

.ritzo-ll9ucb b,
.ritzo-ll9ucb strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.ritzo-ll9ucb .ritzo-3312dj {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.ritzo-ll9ucb .ritzo-y8a8ko {
  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;
}

.ritzo-ll9ucb .ritzo-u5blu8 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.ritzo-ll9ucb .ritzo-qzw1er {
  margin-top: 12px;
}

.ritzo-qzw1er {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.ritzo-7wj7ui {
  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;
}

.ritzo-qzw1er .ritzo-5olzf7 {
  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.ritzo-kloznl ease-in-out;
}

.ritzo-qzw1er .ritzo-5olzf7:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ritzo-0yg44m {
  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;
}

.ritzo-ll9ucb.ritzo-0h8mm4 {
  gap: 12px;
  padding: 16px;
}

.ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-0yg44m {
  min-width: 240px;
}

.ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-0yg44m.ritzo-b0vwgl {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .ritzo-ll9ucb .ritzo-3312dj {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .ritzo-ll9ucb .ritzo-y8a8ko {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .ritzo-ll9ucb .ritzo-u5blu8 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-u5blu8 {
    max-width: 126px;
  }
  .ritzo-ll9ucb .ritzo-qzw1er {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .ritzo-ll9ucb .ritzo-7wj7ui {
    max-width: unset;
  }
  .ritzo-0yg44m {
    min-width: unset;
    width: 100%;
  }
  .ritzo-ll9ucb .ritzo-0yg44m {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 {
    grid-template-rows: auto 1fr auto;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-0yg44m {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .ritzo-ll9ucb {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .ritzo-ll9ucb .ritzo-3312dj {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .ritzo-ll9ucb .ritzo-u5blu8 {
    max-width: 78px;
  }
  .ritzo-ll9ucb .ritzo-qzw1er {
    margin-top: -12px;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 {
    gap: 8px;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-3312dj {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-y8a8ko {
    grid-column: 1/3;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-u5blu8 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .ritzo-ll9ucb.ritzo-0h8mm4 .ritzo-u5blu8 img {
    max-width: 114px;
  }
}

.ritzo-0yg44m.ritzo-yb8bqp,
.ritzo-0yg44m.ritzo-tr3oov,
.ritzo-0yg44m.ritzo-ln893q {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.ritzo-kloznl ease-in-out;
}

.ritzo-0yg44m.ritzo-yb8bqp,
.ritzo-0yg44m.ritzo-ln893q {
  padding: 10px;
}

.ritzo-0yg44m.ritzo-yb8bqp:hover,
.ritzo-0yg44m.ritzo-tr3oov:hover,
.ritzo-0yg44m.ritzo-ln893q:hover {
  background: var(--button-bg-hover);
}

.ritzo-0yg44m.ritzo-yb8bqp:hover svg path,
.ritzo-0yg44m.ritzo-ln893q:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.ritzo-0yg44m.ritzo-b0vwgl {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.ritzo-kloznl ease-in-out;
  background: var(--button-bg-color);
}

.ritzo-0yg44m.ritzo-b0vwgl:hover {
  background-color: var(--button-bg-hover);
}

.ritzo-0yg44m.ritzo-tr3oov: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);
  }
}

.ritzo-0yg44m.ritzo-tr3oov:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ritzo-0yg44m.ritzo-b0vwgl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ritzo-d9jb2h {
  max-width: 650px;
}

.ritzo-l6f5pr {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.ritzo-yn7sjg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ritzo-gw2n9a {
  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.ritzo-44jjq8 ease-in-out;
  cursor: pointer;
}

.ritzo-gw2n9a:hover {
  opacity: 0.5;
}

.ritzo-gw2n9a:focus {
  outline: 0;
}

.ritzo-gw2n9a:focus .ritzo-9a2ia4,
.ritzo-gw2n9a:hover .ritzo-9a2ia4 {
  fill: red;
  fill-opacity: 1;
}

.ritzo-gw2n9a:hover {
  cursor: pointer;
}

.ritzo-d2xenb {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ritzo-d9jb2h.ritzo-pfngw5 {
  margin: 0 auto;
}

.ritzo-d9jb2h.ritzo-z9qqci {
  margin-left: auto;
}

.ritzo-pug5u0 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.ritzo-x341oc {
  padding-bottom: 50px;
}

.ritzo-k4gqc5 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.ritzo-j59zl2 {
  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;
}

.ritzo-urrvxf {
  margin-top: 24px;
}

.ritzo-i3jzp6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ritzo-umm0y2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.ritzo-r89onb {
  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;
}

.ritzo-30h6ad {
  width: 468px;
}

.ritzo-r89onb .ritzo-fw4mvy {
  margin: 0.ritzo-x9ooei 0;
}

.ritzo-1p060v {
  display: flex;
  min-width: 224px;
}

.ritzo-1g2nvg {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.ritzo-44jjq8 ease-in-out;
}

.ritzo-f4wu4i,
.ritzo-1g2nvg:hover {
  color: var(--text-color);
}

.ritzo-ukrim3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ritzo-nv4zze {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .ritzo-pug5u0 {
    padding: 16px;
  }
  .ritzo-ukrim3 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .ritzo-nv4zze {
    align-items: center;
  }
  .ritzo-30h6ad {
    width: unset;
  }
  .ritzo-1p060v {
    min-width: unset;
  }
  .ritzo-r89onb {
    max-height: unset;
  }
  .ritzo-k4gqc5 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ritzo-pug5u0 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.ritzo-lvxupt {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ritzo-lvxupt:not(:last-child) {
  margin-bottom: 16px;
}

.ritzo-zm9lro {
  outline: 0;
}

.ritzo-zm9lro .ritzo-rdf1so {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.ritzo-u20c56 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .ritzo-u20c56 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.ritzo-u20c56::-webkit-details-marker {
  display: none;
}

.ritzo-u20c56: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;
}

.ritzo-u20c56: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] .ritzo-u20c56:after {
  transform: unset;
}

.ritzo-rdf1so {
  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);
}

.ritzo-rdf1so 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.ritzo-44jjq8 ease-in-out;
  -o-transition: 0.ritzo-44jjq8 ease-in-out;
  transition: 0.ritzo-44jjq8 ease-in-out;
}

.ritzo-z2rf00 {
  padding: 16px 0 0 0;
}

.ritzo-z2rf00 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .ritzo-z2rf00 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-u20c56 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ritzo-u20c56::after {
    margin-left: auto;
  }
  .ritzo-rdf1so {
    order: 3;
    flex: 1 1 100%;
  }
  .ritzo-u20c56 {
    font-size: 14px;
    line-height: 130%;
  }
  .ritzo-rdf1so svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.ritzo-tau0y6 {
  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;
}

.ritzo-39pezl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.ritzo-tau0y6.ritzo-xb44ic .ritzo-39pezl {
  margin-bottom: 12px;
}

.ritzo-39pezl::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;
}

.ritzo-tau0y6.ritzo-xb44ic .ritzo-39pezl::after {
  transform: unset;
}

.ritzo-5wzlx1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.ritzo-f36d8s {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.ritzo-44jjq8 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.ritzo-f36d8s: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;
}

.ritzo-tau0y6.ritzo-xb44ic .ritzo-5wzlx1 {
  max-height: 100%;
}

.ritzo-6vsop7 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.ritzo-px9eya {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ritzo-o0j5av {
  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;
}

.ritzo-y9r4gs {
  margin-right: 4px;
}

.ritzo-jz3w3x {
  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.ritzo-44jjq8 ease-in-out;
}

.ritzo-jz3w3x svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.ritzo-b9mrcy,
.ritzo-jz3w3x:hover {
  color: var(--text-color);
}

.ritzo-q1a1xf {
  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;
}

.ritzo-q1a1xf img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.ritzo-q1a1xf .ritzo-2kaopi {
  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;
}

.ritzo-q1a1xf .ritzo-gwh1zk {
  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;
}

.ritzo-3m99ow {
  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;
}

.ritzo-57rwxh {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ritzo-rvol3v .ritzo-8lkumu {
  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;
}

.ritzo-rvol3v {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.ritzo-7ho65j {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.ritzo-vbnoyr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.ritzo-tuvkfe {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.ritzo-xqby03 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;
}

.ritzo-tuvkfe:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ritzo-60dd32 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.ritzo-nu4ior {
  -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.ritzo-44jjq8 ease-in-out;
  transition: transform 0.ritzo-44jjq8 ease-in-out;
  -o-transition: transform 0.ritzo-44jjq8 ease-in-out;
  transition:
    transform 0.ritzo-44jjq8 ease-in-out,
    -webkit-transform 0.ritzo-44jjq8 ease-in-out;
  cursor: pointer;
}

.ritzo-nu4ior svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.ritzo-nu4ior: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;
}

.ritzo-5wqz71 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .ritzo-5wqz71 {
    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);
}

.ritzo-hj2zm7 {
  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;
}

.ritzo-tq4jxs {
  position: relative;
  width: 100%;
}

.ritzo-hj2zm7.ritzo-0sa8vl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ritzo-hj2zm7.ritzo-pfngw5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ritzo-hj2zm7.ritzo-z9qqci {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ritzo-jspfgb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.ritzo-4715om {
  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.ritzo-44jjq8 ease-in-out;
  cursor: pointer;
}

.ritzo-4715om:hover {
  opacity: 0.5;
}

.ritzo-hj2zm7.ritzo-ga3eos .ritzo-4715om {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ritzo-hj2zm7.ritzo-ga3eos .ritzo-jspfgb {
  cursor: pointer;
}

.ritzo-vvsthd {
  fill: #0009;
}

.ritzo-8gf3ii {
  fill: #fff;
}

.ritzo-4715om:hover .ritzo-vvsthd {
  fill: red;
}

.ritzo-4715om svg path {
  -webkit-transition: 0.ritzo-44jjq8 ease-in-out;
  -o-transition: 0.ritzo-44jjq8 ease-in-out;
  transition: 0.ritzo-44jjq8 ease-in-out;
}

.ritzo-4nodwc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.ritzo-4nodwc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.ritzo-4nodwc.ritzo-u4plb7 > :not(.get-image) {
  grid-column: 1/3;
}

.ritzo-myjpv5:not(._h1-block) .ritzo-4nodwc > .ritzo-abea9n {
  grid-row: 1/2;
  grid-column: 1/3;
}

.ritzo-4nodwc.ritzo-u4plb7 .ritzo-7xp3ru {
  grid-column: 2/3;
}

.ritzo-4nodwc.ritzo-u4plb7 > .ritzo-u5blu8 {
  grid-column: 1/2;
}

.ritzo-4nodwc.ritzo-u4plb7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.ritzo-4nodwc > p:first-of-type {
  margin-top: 0;
}

.ritzo-4nodwc .ritzo-u5blu8 {
  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;
}

.ritzo-myjpv5:not(._h1-block) .ritzo-abea9n ~ .ritzo-u5blu8 {
  grid-row: 2/10;
}

.ritzo-myjpv5.ritzo-9psnfu .ritzo-abea9n ~ .ritzo-u5blu8 {
  grid-row: 1/10;
}

.ritzo-myjpv5.ritzo-9psnfu > .ritzo-abea9n {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.ritzo-myjpv5.ritzo-9psnfu .ritzo-u5blu8 {
  grid-row: 1/10;
}

.ritzo-4nodwc.ritzo-29tup4 .ritzo-u5blu8 {
  align-items: flex-start;
}

.ritzo-4nodwc.ritzo-pfngw5 .ritzo-7xp3ru {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.ritzo-4nodwc.ritzo-pfngw5 .ritzo-u5blu8 {
  align-items: center;
}

.ritzo-4nodwc.ritzo-b633k7 .ritzo-u5blu8 {
  align-items: flex-end;
}

.ritzo-7xp3ru > :first-child {
  margin-top: 0;
}

.ritzo-7xp3ru > :last-child {
  margin-bottom: 0;
}

* + .ritzo-os0c9g,
.ritzo-myjpv5 + .ritzo-myjpv5 {
  margin-top: 2rem;
}

.ritzo-km48nr td::before,
.ritzo-km48nr th::after {
  display: none !important;
}

.ritzo-km48nr #link-selector {
  color: #000;
}

.ritzo-km48nr .ritzo-2dunbw {
  color: #135e96;
}

.ritzo-km48nr .ritzo-glsvey *,
.ritzo-km48nr .ritzo-e2g2ot p,
.ritzo-km48nr .ritzo-fbuaxw * {
  color: #000;
}

.ritzo-km48nr .ritzo-h2dv5g {
  background: 0 0 !important;
}

.ritzo-km48nr .ritzo-4kcgo4 {
  color: #000;
}

.ritzo-km48nr .ritzo-raahkb.ritzo-tna848 {
  color: #fff;
}

.ritzo-km48nr .ritzo-szqwul {
  color: #000;
}

.ritzo-km48nr
  .ritzo-fbvhkv
  .ritzo-7xbgdn.ritzo-tna848.ritzo-cjeygf {
  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;
}

.ritzo-ric7qf,
body .ritzo-qbo4gn {
  color: #000;
  background: var(--color-body) !important;
}

.ritzo-ric7qf .ritzo-gnact2 .ritzo-rr0eot,
body .ritzo-qbo4gn .ritzo-gnact2 .ritzo-rr0eot {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ritzo-f36d8s:focus,
  .ritzo-f36d8s:hover {
    color: #f9cb16;
  }
  .ritzo-w8esvf:focus,
  .ritzo-w8esvf:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ritzo-wie7ye:focus img,
  .ritzo-wie7ye:focus svg,
  .ritzo-wie7ye:hover img,
  .ritzo-wie7ye:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .ritzo-q1a1xf {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ritzo-a0fsde:hover .ritzo-eg31g1 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .ritzo-eg31g1 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .ritzo-ql05tv {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .ritzo-msjytl {
    grid-template-columns: repeat(4, 1fr);
  }
  .ritzo-nf5g7b {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .ritzo-tl85u8 .ritzo-vlf6pu {
    grid-template-columns: 1fr;
  }
  .ritzo-tl85u8 .ritzo-x6z1at {
    -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;
  }
  .ritzo-tl85u8 .ritzo-n8rb1o {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ritzo-tl85u8 .ritzo-o79qc8 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ritzo-tl85u8 .ritzo-i72v1y {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .ritzo-tl85u8 .ritzo-n8rb1o:not(:first-child) {
    border: none;
  }
  .ritzo-tl85u8 .ritzo-n8rb1o:first-child .ritzo-o79qc8 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .ritzo-tl85u8 .ritzo-n8rb1o:last-child .ritzo-o79qc8 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .ritzo-j2vu60 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .ritzo-9nuibx {
    max-width: 100px;
  }
  .ritzo-o3q2xh {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ritzo-lae7l4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ritzo-lae7l4 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .ritzo-54nev5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .ritzo-o3q2xh + .ritzo-lae7l4 {
    margin-left: auto;
  }
  .ritzo-jpr69r {
    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;
  }
  .ritzo-jpr69r.ritzo-xb44ic {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .ritzo-myyp3l {
    -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;
  }
  .ritzo-fpe3p6 {
    width: 100%;
  }
  .ritzo-fpe3p6:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .ritzo-fu0d9o {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .ritzo-fu0d9o svg {
    margin-right: 4px;
  }
  .ritzo-a0fsde {
    -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;
  }
  .ritzo-eg31g1 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .ritzo-eg31g1 {
    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;
  }
  .ritzo-fw4mvy {
    display: none;
    width: 100%;
  }
  .ritzo-a0fsde.ritzo-xb44ic .ritzo-fw4mvy {
    padding: 0 0 0 48px;
  }
  .ritzo-aq3p0l {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .ritzo-j59zl2 .ritzo-u5blu8 {
    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;
  }
  .ritzo-ulqzfl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ritzo-ulqzfl + .ritzo-ulqzfl {
    margin-right: 0;
  }
  .ritzo-ulqzfl + .ritzo-u5blu8 {
    margin: 0;
  }
  .ritzo-ql05tv {
    grid-template-columns: repeat(4, 1fr);
  }
  .ritzo-msjytl {
    grid-template-columns: repeat(3, 1fr);
  }
  .ritzo-12pnmc,
  .ritzo-gvndf0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-4nodwc {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ritzo-4nodwc.ritzo-u4plb7 .ritzo-7xp3ru {
    grid-column: auto;
    grid-row: auto;
  }
  .ritzo-4nodwc > .ritzo-abea9n {
    grid-column: 1/2;
  }
  .ritzo-4nodwc.ritzo-u4plb7 > :not(.get-image) {
    grid-column: 1/2;
  }
  .ritzo-4nodwc .ritzo-u5blu8,
  .ritzo-4nodwc.ritzo-u4plb7 > .ritzo-u5blu8 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ritzo-4nodwc.ritzo-u4plb7 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .ritzo-myjpv5.ritzo-9psnfu .ritzo-4nodwc > .ritzo-u5blu8 {
    grid-row: 1/2;
  }
  .ritzo-4nodwc .ritzo-abea9n ~ .ritzo-u5blu8,
  .ritzo-4nodwc.ritzo-u4plb7 .ritzo-abea9n ~ .ritzo-u5blu8 {
    grid-row: 2/3;
  }
  .ritzo-myjpv5.ritzo-9psnfu .ritzo-abea9n ~ .ritzo-u5blu8 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .ritzo-f2jg75:first-child .ritzo-y4pxys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ritzo-f2jg75:first-child .ritzo-y4pxys h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .ritzo-f2jg75 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .ritzo-f2jg75 {
    padding: 0;
  }
  .ritzo-qn7k1q {
    margin-top: 1rem;
  }
  .ritzo-zm9lro {
    border-radius: 5px;
  }
  .ritzo-en888p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ritzo-39pezl::after {
    display: inline-block;
  }
  .ritzo-39pezl {
    margin: 0;
    width: 100%;
  }
  .ritzo-5wzlx1 {
    width: 100%;
  }
  .ritzo-5wzlx1.ritzo-199xp1 {
    -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%;
  }
  .ritzo-5wzlx1.ritzo-199xp1 .ritzo-avbv1w {
    width: 100%;
  }
  .ritzo-5wzlx1.ritzo-199xp1 .ritzo-avbv1w:not(:last-child) {
    margin-right: 0;
  }
  .ritzo-f36d8s {
    width: 100%;
    text-align: center;
  }
  .ritzo-tau0y6.ritzo-xb44ic .ritzo-5wzlx1 {
    margin-top: 1rem;
  }
  .ritzo-ql05tv {
    grid-template-columns: repeat(3, 1fr);
  }
  .ritzo-nf5g7b,
  .ritzo-msjytl {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-12pnmc,
  .ritzo-gvndf0,
  .ritzo-mgsz99 {
    grid-template-columns: 1fr;
  }
  .ritzo-4tgxhd {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .ritzo-lzdezx {
    min-width: 300px;
    max-width: 325px;
  }
  .ritzo-o79qc8 {
    cursor: auto;
  }
  .ritzo-84277x .ritzo-o79qc8 {
    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;
  }
  .ritzo-5wqz71 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .ritzo-fw4mvy {
    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) {
  .ritzo-5wqz71 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.ritzo-ulqzfl p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .ritzo-lae7l4 {
    margin: 0 -0.2rem;
  }
  .ritzo-ulqzfl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ritzo-s1ihwt {
    -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;
  }
  .ritzo-oynsgk {
    max-width: 100%;
  }
  .ritzo-ql05tv {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-nf5g7b,
  .ritzo-msjytl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .ritzo-j2vu60 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ritzo-lae7l4 {
    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;
  }
  .ritzo-m8b5p8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ritzo-fmb38y {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ritzo-9ipbkw,
  .ritzo-nx9s7p {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .ritzo-3d2way {
    width: 100%;
  }
  .ritzo-ql05tv {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .ritzo-5wqz71 {
    top: 127px !important;
  }
}

.ritzo-okpkaq {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ritzo-okpkaq {
  }
}

@media (max-width: 767px) {
  .ritzo-okpkaq {
    margin-bottom: 12px;
  }
}

.ritzo-okpkaq img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.ritzo-21wgqw {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.ritzo-21wgqw > .ritzo-qvj118 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .ritzo-21wgqw {
    flex-direction: column;
    gap: 12px;
  }
}

.ritzo-1vtffz {
  display: flex;
}

.ritzo-1vtffz .ritzo-hh6njo {
  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;
}

.ritzo-1vtffz .ritzo-3gmgg5 {
  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;
}

.ritzo-1vtffz .ritzo-6vm4es {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.ritzo-1vtffz .ritzo-m6jesf {
  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));
  }
}

.ritzo-1vtffz .ritzo-m6jesf:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ritzo-1vtffz .ritzo-cxtu3q {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.ritzo-yl56nx {
  border: unset;
  background-color: unset;
}

.ritzo-yl56nx tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ritzo-yl56nx .ritzo-0y0xoa,
.ritzo-yl56nx .ritzo-n521rr {
  flex: 0 1 330px;
}

.ritzo-yl56nx .ritzo-6yfo6l {
  flex: 1 1;
}

.ritzo-yl56nx tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ritzo-yl56nx tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.ritzo-yl56nx tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.ritzo-yl56nx tr td p {
  color: #fff;
  margin: 0;
}

.ritzo-yl56nx tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.ritzo-yl56nx tr.ritzo-0y0xoa td p {
  padding: 16px 0;
}

.ritzo-yl56nx tr.ritzo-0y0xoa td p:not(:last-child),
.ritzo-yl56nx tr.ritzo-n521rr td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.ritzo-yl56nx tr.ritzo-0y0xoa td p:first-child,
.ritzo-yl56nx tr.ritzo-n521rr td p:first-child {
  padding-top: 0;
}

.ritzo-yl56nx tr.ritzo-n521rr td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ritzo-yl56nx tr.ritzo-n521rr td p:last-child {
  padding-bottom: 0;
}

.ritzo-yl56nx .ritzo-n521rr img {
  max-width: 32px;
}

.ritzo-yl56nx .ritzo-6yfo6l {
  min-width: 718px;
}

.ritzo-yl56nx .ritzo-6yfo6l td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.ritzo-yl56nx .ritzo-6yfo6l td {
  display: flex;
}

.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-v3n4lc,
.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-nezhao,
.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-6mvu4o {
  flex: 1 1 50%;
}

.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-42a47y {
  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;
}

.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-ru8rdn,
.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-534mn9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-v3n4lc,
.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-nezhao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-v3n4lc span,
.ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-nezhao span {
  font-weight: 800;
}

.ritzo-yl56nx .ritzo-6yfo6l img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .ritzo-yl56nx .ritzo-6yfo6l td .ritzo-6mvu4o:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ritzo-yl56nx tr.ritzo-0y0xoa td p:last-child {
    padding-bottom: 0;
  }
  .ritzo-yl56nx .ritzo-n521rr > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ritzo-yl56nx .ritzo-n521rr > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .ritzo-yl56nx tr.ritzo-0y0xoa td p:not(:last-child),
  .ritzo-yl56nx tr.ritzo-n521rr td p:not(:last-child) {
    border-bottom: unset;
  }
  .ritzo-yl56nx tr.ritzo-n521rr td p:last-child {
    padding-bottom: 12px;
  }
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-v3n4lc,
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-nezhao,
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-6mvu4o {
    flex: 1 1 50%;
    padding: 0;
  }
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-v3n4lc,
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-nezhao {
    margin-top: 16px;
  }
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-6mvu4o {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-v3n4lc {
    border-right: 1px solid var(--border-color);
  }
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-6mvu4o:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .ritzo-yl56nx .ritzo-6yfo6l td:last-child .ritzo-6mvu4o:last-child {
    padding-bottom: 0;
  }
}

.ritzo-6mvu4o {
  display: flex;
  flex-direction: column;
}

.ritzo-yl56nx .ritzo-6yfo6l td .ritzo-6mvu4o {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.ritzo-yl56nx .ritzo-6yfo6l td .ritzo-6mvu4o:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.ritzo-yl56nx .ritzo-6yfo6l td .ritzo-6mvu4o:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ritzo-yl56nx .ritzo-6yfo6l td .ritzo-6mvu4o:not(:first-child) {
    padding-left: 0;
  }
  .ritzo-yl56nx .ritzo-6yfo6l td .ritzo-6mvu4o:not(:last-of-type) {
    border-right: unset;
  }
}

.ritzo-yl56nx .ritzo-ldyh8w {
  flex: 0 1 485px;
}

.ritzo-yl56nx .ritzo-3cm8jj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ritzo-yl56nx .ritzo-3cm8jj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-yl56nx .ritzo-3cm8jj li.ritzo-c8tnj7 {
  padding: 6px 12px;
}

.ritzo-yl56nx .ritzo-3cm8jj li a,
.ritzo-yl56nx .ritzo-3cm8jj 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;
}

.ritzo-yl56nx .ritzo-unq9vg,
.ritzo-yl56nx .ritzo-zlgeq0 {
  flex: 1 1;
}

.ritzo-yl56nx .ritzo-t1h7uw,
.ritzo-yl56nx .ritzo-2kjyik {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ritzo-yl56nx .ritzo-t1h7uw li,
.ritzo-yl56nx .ritzo-2kjyik li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ritzo-yl56nx .ritzo-zlgeq0 img {
  max-width: 32px;
}

.ritzo-yl56nx .ritzo-unq9vg img {
  max-width: 32px;
}

.ritzo-yl56nx .ritzo-qzvswa {
  min-width: 280px;
}

.ritzo-yl56nx .ritzo-qzvswa img {
  max-width: 146px;
}

.ritzo-yl56nx .ritzo-qzvswa td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .ritzo-yl56nx .ritzo-0y0xoa,
  .ritzo-yl56nx .ritzo-n521rr {
    flex: 0 1 auto;
  }
  .ritzo-yl56nx .ritzo-6yfo6l {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .ritzo-yl56nx .ritzo-0y0xoa,
  .ritzo-yl56nx .ritzo-ldyh8w,
  .ritzo-yl56nx .ritzo-n521rr,
  .ritzo-yl56nx .ritzo-6yfo6l {
    flex: 1 1 calc(50% - 20px);
  }
  .ritzo-yl56nx .ritzo-unq9vg,
  .ritzo-yl56nx .ritzo-qzvswa,
  .ritzo-yl56nx .ritzo-zlgeq0 {
    flex: 1 1 30%;
  }
  .ritzo-yl56nx .ritzo-qzvswa {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .ritzo-yl56nx .ritzo-0y0xoa,
  .ritzo-yl56nx .ritzo-ldyh8w,
  .ritzo-yl56nx .ritzo-unq9vg,
  .ritzo-yl56nx .ritzo-n521rr,
  .ritzo-yl56nx .ritzo-6yfo6l,
  .ritzo-yl56nx .ritzo-qzvswa,
  .ritzo-yl56nx .ritzo-zlgeq0 {
    flex: 1 1 100%;
  }
}

.ritzo-yqokj9 .ritzo-u5whf1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ritzo-yqokj9 .ritzo-trjtaz {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.ritzo-yqokj9 .ritzo-sq668g {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.ritzo-yqokj9 .ritzo-paq1yq {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ritzo-yqokj9 .ritzo-paq1yq > :nth-child(3) {
  margin-top: 0;
}

.ritzo-yqokj9 .ritzo-u5blu8 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.ritzo-yqokj9 .ritzo-qhb289 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.ritzo-yqokj9 .ritzo-qn7k1q {
  grid-column: 1/2;
}

.ritzo-yqokj9 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.ritzo-yqokj9 .ritzo-trjtaz: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;
}

.ritzo-yqokj9 .ritzo-trjtaz:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.ritzo-yqokj9 .ritzo-3d2way {
  min-width: 240px;
}

@media (max-width: 768px) {
  .ritzo-yqokj9 .ritzo-trjtaz:not(:last-child):before {
    bottom: 8px;
  }
  .ritzo-yqokj9 .ritzo-trjtaz:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .ritzo-yqokj9 .ritzo-paq1yq {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .ritzo-yqokj9 .ritzo-u5blu8 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .ritzo-yqokj9 .ritzo-u5blu8 img {
    width: 100%;
    height: auto;
  }
  .ritzo-yqokj9 .ritzo-3d2way {
    width: 100%;
    min-width: unset;
  }
}

.ritzo-xklptp .ritzo-f908qw {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.ritzo-xklptp .ritzo-mrg3fp {
  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;
}

.ritzo-xklptp .ritzo-u5blu8 {
  height: 100%;
}

.ritzo-xklptp .ritzo-u5blu8 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.ritzo-xklptp .ritzo-9bb5fz {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.ritzo-xklptp .ritzo-tjyx2n {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.ritzo-xklptp .ritzo-09y1ng {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ritzo-xklptp .ritzo-mrg3fp {
    flex: 1 1 100%;
  }
  .ritzo-xklptp .ritzo-0yg44m {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ritzo-xklptp .ritzo-mrg3fp {
    flex-direction: column;
  }
  .ritzo-xklptp .ritzo-u5blu8 {
    width: 100%;
    height: auto;
  }
  .ritzo-xklptp .ritzo-u5blu8 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .ritzo-xklptp .ritzo-9bb5fz {
    padding: 0 16px 16px 16px;
  }
  .ritzo-xklptp .ritzo-0yg44m {
    min-width: unset;
    width: 100%;
  }
}

.ritzo-xdsjjk .ritzo-y1f9gl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.ritzo-xdsjjk .ritzo-tpapdr {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.ritzo-xdsjjk 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;
}

.ritzo-xdsjjk .ritzo-nfehqc {
  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;
}

.ritzo-xdsjjk .ritzo-tpapdr:hover .ritzo-nfehqc {
  display: flex;
}

.ritzo-xdsjjk .ritzo-4jh583 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-xdsjjk .ritzo-9c7tet {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.ritzo-hld085 {
  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;
}

.ritzo-hld085.ritzo-plcm9t {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.ritzo-kloznl ease-in-out;
}

.ritzo-hld085.ritzo-plcm9t:hover {
  color: #f9cb16;
  background-color: transparent;
}

.ritzo-xdsjjk .ritzo-cw4qjs {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.ritzo-kloznl ease-in-out;
}

.ritzo-xdsjjk .ritzo-cw4qjs:hover {
  color: #196948;
  background-color: #f9cb16;
}

.ritzo-xdsjjk .ritzo-cw4qjs:after,
.ritzo-hld085.ritzo-plcm9t:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.ritzo-hld085.ritzo-plcm9t:after {
  background-image: url(../images/Cash.svg);
}

.ritzo-xdsjjk .ritzo-cw4qjs:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .ritzo-xdsjjk .ritzo-y1f9gl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ritzo-xdsjjk .ritzo-y1f9gl {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ritzo-xdsjjk .ritzo-y1f9gl {
    grid-template-columns: 1fr;
  }
  .ritzo-xdsjjk .ritzo-tpapdr {
    height: auto;
  }
  .ritzo-xdsjjk .ritzo-tpapdr .ritzo-nfehqc {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .ritzo-xdsjjk .ritzo-4jh583,
  .ritzo-xdsjjk .ritzo-9c7tet {
    text-align: left;
  }
  .ritzo-xdsjjk .ritzo-9c7tet {
    margin-bottom: 8px;
  }
  .ritzo-xdsjjk img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.ritzo-yfk7bm {
  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;
}

.ritzo-yfk7bm.ritzo-ga3eos {
  display: block;
}

.ritzo-yfk7bm .ritzo-vsccs2 {
  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;
}

.ritzo-yfk7bm .ritzo-0x9l1e {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.ritzo-yfk7bm .ritzo-urq0fr {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.ritzo-yfk7bm .ritzo-l3qqe8 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.ritzo-yfk7bm .ritzo-hld085 {
  min-width: 296px;
  margin-bottom: 0;
}

.ritzo-yfk7bm .ritzo-7r56xh {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ritzo-yfk7bm .ritzo-l1dqbr {
  position: relative;
  flex: 1 1;
}

.ritzo-yfk7bm .ritzo-l1dqbr iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ritzo-yfk7bm .ritzo-0x9l1e {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ritzo-yfk7bm .ritzo-urq0fr {
    order: 1;
  }
  .ritzo-yfk7bm .ritzo-l3qqe8 {
    order: 3;
    flex: 1 1 100%;
  }
  .ritzo-yfk7bm .ritzo-hld085 {
    width: 100%;
    min-width: unset;
  }
  .ritzo-yfk7bm .ritzo-7r56xh {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .ritzo-4nodwc > .ritzo-abea9n {
    margin-bottom: 0;
  }
  .ritzo-4nodwc > .ritzo-qn7k1q,
  .ritzo-4nodwc > p {
    margin-top: 0;
  }
}

.ritzo-bqnkfm img,
.ritzo-ulqzfl img {
  width: auto;
  object-fit: contain;
}

.ritzo-bqnkfm {
  align-items: center;
}

.ritzo-bqnkfm img {
  max-height: 76px;
}

.ritzo-ulqzfl img {
  max-height: 64px;
}

.ritzo-rufrrr {
  overflow: auto;
}

.ritzo-mhwz1b {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.ritzo-tptvib:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.ritzo-el7cc7 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.ritzo-tyiu6n {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ritzo-el7cc7 .ritzo-u5blu8 {
  margin-right: 20px;
  flex-shrink: 0;
}

.ritzo-el7cc7 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.ritzo-7lbk86 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.ritzo-7lbk86 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-el7cc7 {
    padding: 15px 10px;
  }
  .ritzo-7lbk86 {
    padding: 15px 10px;
  }
  .ritzo-el7cc7 .ritzo-u5blu8 {
    margin-right: 10px;
  }
}

.ritzo-qoev4v {
  overflow-x: auto;
}

.ritzo-gybepe {
  border-collapse: collapse;
  width: 100%;
}

.ritzo-qoev4v th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.ritzo-qoev4v td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.ritzo-qoev4v td.ritzo-qos1w5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.ritzo-qoev4v td.ritzo-bxcx4b {
  border-right: none;
}

.ritzo-qoev4v td.ritzo-bxcx4b .ritzo-u5blu8 {
  justify-content: flex-start;
}

.ritzo-qoev4v td.ritzo-bxcx4b .ritzo-u5blu8 img {
  height: auto;
  width: 90px;
}

.ritzo-qoev4v td.ritzo-gy2393,
.ritzo-qoev4v td.ritzo-r8ictp {
  font-weight: 600;
  text-align: right;
}

.ritzo-qoev4v td.ritzo-j6wsyo,
.ritzo-qoev4v td.ritzo-gy2393 {
  padding-bottom: 10px;
  border-bottom: none;
}

.ritzo-qoev4v td.ritzo-gy2393,
.ritzo-qoev4v td.ritzo-r8ictp {
  border-left: none;
}

.ritzo-qoev4v td.ritzo-j6wsyo,
.ritzo-qoev4v td.ritzo-xqo5g5 {
  border-right: none;
}

.ritzo-qoev4v td.ritzo-xqo5g5,
.ritzo-qoev4v td.ritzo-r8ictp {
  border-top: none;
  padding-top: 10px;
}

.ritzo-fsunq3 {
  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;
}

.ritzo-fsunq3 .ritzo-0yg44m {
  min-width: unset;
  width: 100%;
}

.ritzo-fsunq3 .ritzo-0yg44m.ritzo-yb8bqp {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ritzo-fsunq3 .ritzo-0yg44m.ritzo-ln893q {
  grid-column: 2/3;
  grid-row: 1/2;
}

.ritzo-fsunq3 .ritzo-d7u43f {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-fsunq3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .ritzo-fsunq3 .ritzo-0yg44m.ritzo-yb8bqp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ritzo-fsunq3 .ritzo-0yg44m.ritzo-ln893q {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ritzo-fsunq3 .ritzo-d7u43f {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.ritzo-9jpgvf {
  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;
}

.ritzo-wd8574 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.ritzo-svszmo p a img {
  margin: 0 auto;
  display: block;
}

.ritzo-svszmo table {
  margin-bottom: 17px;
}

/* contanct form */
.ritzo-a4xy57 {
  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;
}

.ritzo-a4xy57 label {
  font-size: 14px;
}

.ritzo-a4xy57 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ritzo-a4xy57 input,
.ritzo-a4xy57 textarea,
.ritzo-a4xy57 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;
}
.ritzo-a4xy57 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ritzo-kloznl ease;
}
.ritzo-a4xy57 button:hover {
  background-color: #691204;
}
.ritzo-c0hfml {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ritzo-4es4j9 ease-in;
}

.ritzo-c0hfml 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;
}
.ritzo-6d14va, .ritzo-7onyev, [class*="review-card"],
thead, thead th, table th, .ritzo-zy9y24,
.ritzo-on6dah, [class*="collapsible-header"],
.ritzo-13lyd7, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
