@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-wrycgh {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-wi0hna {
  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-elol4w,
ul.ritzo-elol4w {
  padding-left: 20px;
}

ul.ritzo-elol4w {
  list-style: disc;
}

ol.ritzo-elol4w {
  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-xvu88l > .ritzo-vra0mz,
.ritzo-xvu88l > .ritzo-m8mjx0,
.ritzo-xvu88l > blockquote,
.ritzo-xvu88l > h1,
.ritzo-xvu88l > h2,
.ritzo-xvu88l > h3,
.ritzo-xvu88l > h4,
.ritzo-xvu88l > h5,
.ritzo-xvu88l > h6,
.ritzo-xvu88l > ol,
.ritzo-xvu88l > p,
.ritzo-xvu88l > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-xvu88l > ol,
.ritzo-xvu88l > ul {
  padding-left: 50px;
}

.ritzo-xvu88l 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-xvu88l:not(:last-child) {
  margin-bottom: 2rem;
}

.ritzo-xvu88l > :not(:first-child) {
  margin-top: 2rem;
}

.ritzo-xvu88l {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ritzo-xvu88l:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ritzo-xvu88l:first-child {
    margin-top: 20px;
  }
}

.ritzo-xvu88l > p:last-of-type {
  margin-bottom: 32px;
}

.ritzo-xvu88l > .ritzo-xirem7:not(:first-child) {
  margin: 64px auto 16px auto;
}

.ritzo-0t78bs > .ritzo-xirem7 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ritzo-m8mjx0 {
  overflow: auto;
}

.ritzo-m8mjx0::-webkit-scrollbar {
  height: 5px;
}

.ritzo-m8mjx0 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.ritzo-m8mjx0 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.ritzo-m8mjx0 table thead,
table thead {
  border-bottom: none;
}

.ritzo-m8mjx0 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.ritzo-m8mjx0 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.ritzo-m8mjx0 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.ritzo-m8mjx0 .ritzo-ueyb96 {
  table-layout: auto;
}

.ritzo-m8mjx0 .ritzo-ueyb96 th {
  word-break: normal;
}

.ritzo-m8mjx0 .ritzo-ueyb96 td {
  word-break: normal;
}

.ritzo-wrycgh .ritzo-wrycgh {
  padding-right: 0;
  padding-left: 0;
}

.ritzo-fk4967 {
  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-uatecq {
  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-2s1xdt {
  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-vra0mz {
  margin-top: 24px;
}

.ritzo-vra0mz.ritzo-scyjz5 {
  text-align: left;
}

.ritzo-vra0mz.ritzo-ce2ucj {
  text-align: right;
}

.ritzo-vra0mz.ritzo-ak7bc0 {
  text-align: center;
}

.ritzo-70xg8l {
  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-n9u534 ease-in-out;
  cursor: pointer;
}

.ritzo-70xg8l:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.ritzo-70xg8l {
  min-width: 328px;
}

@media (max-width: 768px) {
  .ritzo-70xg8l {
    min-width: unset;
  }
}

.ritzo-06j4lb {
  background-color: var(--fh-bg-color);
}

.ritzo-qwiwhe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.ritzo-grsgj9 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.ritzo-grsgj9 img {
  max-height: 80px;
  object-fit: contain;
}

.ritzo-w8sh6x {
  flex: 1 1;
}

.ritzo-rgl0io {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.ritzo-9dd3l8 {
  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-9dd3l8 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-9dd3l8.ritzo-u8gpup span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.ritzo-9dd3l8.ritzo-u8gpup span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ritzo-9dd3l8.ritzo-u8gpup span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.ritzo-w8sh6x + .ritzo-rgl0io {
  margin-left: 20px;
}

.ritzo-1ncf0p {
  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-1ncf0p > svg {
  max-width: 24px;
  max-height: 24px;
}

.ritzo-1ncf0p + .ritzo-1ncf0p {
  margin-left: 5px;
}

.ritzo-97iypj {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.ritzo-97iypj:hover {
  background-color: var(--button-bg-hover);
}

.ritzo-5jf1si {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.ritzo-n9u534 ease-in-out;
  border: 1px solid var(--border-color);
}

.ritzo-5jf1si:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.ritzo-eist4b {
  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-w8sh6x {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .ritzo-eist4b {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .ritzo-w8sh6x {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .ritzo-1ncf0p {
    min-width: unset;
    flex: 1 1;
  }
}

.ritzo-5cj741 {
  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-5cj741:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ritzo-5cj741:hover .ritzo-yyhvak {
  opacity: 1;
  pointer-events: auto;
}

.ritzo-l6cpgc {
  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-l8kdx0 ease-in-out;
  gap: 4px;
}

.ritzo-l6cpgc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ritzo-l6cpgc .ritzo-fk4967 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ritzo-zvggeh,
.ritzo-l6cpgc:hover {
  color: var(--button-bg-hover);
}

.ritzo-70i3dm {
  position: relative;
}

.ritzo-70i3dm .ritzo-l6cpgc {
  margin-right: 0;
  padding-right: 4px;
}

.ritzo-8fbun2 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ritzo-70i3dm.ritzo-u8gpup .ritzo-8fbun2 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ritzo-70i3dm.ritzo-u8gpup .ritzo-yyhvak {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.ritzo-70i3dm.ritzo-u8gpup .ritzo-yyhvak::before {
  display: none;
}

.ritzo-8fbun2 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.ritzo-yyhvak {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.ritzo-baucrg 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.ritzo-yyhvak::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.ritzo-yyhvak:hover {
  color: var(--fh-bg-color);
}

.ritzo-jdtjnk {
  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-baucrg 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.ritzo-l8kdx0 ease-in-out;
  -o-transition: 0.ritzo-l8kdx0 ease-in-out;
  transition: 0.ritzo-l8kdx0 ease-in-out;
}

.ritzo-jdtjnk .ritzo-fk4967 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ritzo-oxhfcy,
.ritzo-jdtjnk:hover {
  color: var(--button-bg-hover);
}

.ritzo-l23fz9 {
  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-l23fz9.ritzo-99nxsy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.ritzo-l23fz9.ritzo-99nxsy:after,
.ritzo-l23fz9.ritzo-99nxsy:before {
  content: "";
  position: absolute;
  margin: auto;
}

.ritzo-l23fz9.ritzo-99nxsy: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-l23fz9.ritzo-99nxsy:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.ritzo-l23fz9.ritzo-99nxsy > * {
  z-index: 1;
}

.ritzo-l23fz9 b,
.ritzo-l23fz9 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.ritzo-l23fz9 .ritzo-5smmi7 {
  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-l23fz9 .ritzo-w5qox7 {
  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-l23fz9 .ritzo-fk4967 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.ritzo-l23fz9 .ritzo-j96p6r {
  margin-top: 12px;
}

.ritzo-j96p6r {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.ritzo-kfdx2f {
  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-j96p6r .ritzo-nb00xr {
  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-n9u534 ease-in-out;
}

.ritzo-j96p6r .ritzo-nb00xr:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ritzo-j0abwe {
  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-l23fz9.ritzo-dhjof5 {
  gap: 12px;
  padding: 16px;
}

.ritzo-l23fz9.ritzo-dhjof5 .ritzo-j0abwe {
  min-width: 240px;
}

.ritzo-l23fz9.ritzo-dhjof5 .ritzo-j0abwe.ritzo-8fv8zt {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .ritzo-l23fz9 .ritzo-5smmi7 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .ritzo-l23fz9 .ritzo-w5qox7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .ritzo-l23fz9 .ritzo-fk4967 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .ritzo-l23fz9.ritzo-dhjof5 .ritzo-fk4967 {
    max-width: 126px;
  }
  .ritzo-l23fz9 .ritzo-j96p6r {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .ritzo-l23fz9 .ritzo-kfdx2f {
    max-width: unset;
  }
  .ritzo-j0abwe {
    min-width: unset;
    width: 100%;
  }
  .ritzo-l23fz9 .ritzo-j0abwe {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .ritzo-l23fz9.ritzo-dhjof5 {
    grid-template-rows: auto 1fr auto;
  }
  .ritzo-l23fz9.ritzo-dhjof5 .ritzo-j0abwe {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .ritzo-l23fz9 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .ritzo-l23fz9 .ritzo-5smmi7 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .ritzo-l23fz9 .ritzo-fk4967 {
    max-width: 78px;
  }
  .ritzo-l23fz9 .ritzo-j96p6r {
    margin-top: -12px;
  }
  .ritzo-l23fz9.ritzo-dhjof5 {
    gap: 8px;
  }
  .ritzo-l23fz9.ritzo-dhjof5 .ritzo-5smmi7 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .ritzo-l23fz9.ritzo-dhjof5 .ritzo-w5qox7 {
    grid-column: 1/3;
  }
  .ritzo-l23fz9.ritzo-dhjof5 .ritzo-fk4967 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .ritzo-l23fz9.ritzo-dhjof5 .ritzo-fk4967 img {
    max-width: 114px;
  }
}

.ritzo-j0abwe.ritzo-3b31nl,
.ritzo-j0abwe.ritzo-nkqzzt,
.ritzo-j0abwe.ritzo-ckgtea {
  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-n9u534 ease-in-out;
}

.ritzo-j0abwe.ritzo-3b31nl,
.ritzo-j0abwe.ritzo-ckgtea {
  padding: 10px;
}

.ritzo-j0abwe.ritzo-3b31nl:hover,
.ritzo-j0abwe.ritzo-nkqzzt:hover,
.ritzo-j0abwe.ritzo-ckgtea:hover {
  background: var(--button-bg-hover);
}

.ritzo-j0abwe.ritzo-3b31nl:hover svg path,
.ritzo-j0abwe.ritzo-ckgtea:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.ritzo-j0abwe.ritzo-8fv8zt {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.ritzo-n9u534 ease-in-out;
  background: var(--button-bg-color);
}

.ritzo-j0abwe.ritzo-8fv8zt:hover {
  background-color: var(--button-bg-hover);
}

.ritzo-j0abwe.ritzo-nkqzzt: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-j0abwe.ritzo-nkqzzt:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ritzo-j0abwe.ritzo-8fv8zt:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ritzo-k3ews9 {
  max-width: 650px;
}

.ritzo-07t26g {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.ritzo-zt6hx5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ritzo-gc0n8b {
  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-l8kdx0 ease-in-out;
  cursor: pointer;
}

.ritzo-gc0n8b:hover {
  opacity: 0.5;
}

.ritzo-gc0n8b:focus {
  outline: 0;
}

.ritzo-gc0n8b:focus .ritzo-r55q77,
.ritzo-gc0n8b:hover .ritzo-r55q77 {
  fill: red;
  fill-opacity: 1;
}

.ritzo-gc0n8b:hover {
  cursor: pointer;
}

.ritzo-wgaedx {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ritzo-k3ews9.ritzo-ak7bc0 {
  margin: 0 auto;
}

.ritzo-k3ews9.ritzo-ce2ucj {
  margin-left: auto;
}

.ritzo-80ozl6 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.ritzo-lo4ioh {
  padding-bottom: 50px;
}

.ritzo-uot5j6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.ritzo-d4bwg1 {
  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-8baau6 {
  margin-top: 24px;
}

.ritzo-vkojg7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ritzo-hmdedc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.ritzo-de1w3x {
  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-u1120k {
  width: 468px;
}

.ritzo-de1w3x .ritzo-yyhvak {
  margin: 0.ritzo-rucbr5 0;
}

.ritzo-owrjgu {
  display: flex;
  min-width: 224px;
}

.ritzo-hn1vl7 {
  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-l8kdx0 ease-in-out;
}

.ritzo-a4mg56,
.ritzo-hn1vl7:hover {
  color: var(--text-color);
}

.ritzo-wiunze {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ritzo-mg5syo {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .ritzo-80ozl6 {
    padding: 16px;
  }
  .ritzo-wiunze {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .ritzo-mg5syo {
    align-items: center;
  }
  .ritzo-u1120k {
    width: unset;
  }
  .ritzo-owrjgu {
    min-width: unset;
  }
  .ritzo-de1w3x {
    max-height: unset;
  }
  .ritzo-uot5j6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ritzo-80ozl6 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.ritzo-qf9bx5 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ritzo-qf9bx5:not(:last-child) {
  margin-bottom: 16px;
}

.ritzo-pdb9em {
  outline: 0;
}

.ritzo-pdb9em .ritzo-b639xg {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.ritzo-2pgyaq {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .ritzo-2pgyaq {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.ritzo-2pgyaq::-webkit-details-marker {
  display: none;
}

.ritzo-2pgyaq: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-2pgyaq: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-2pgyaq:after {
  transform: unset;
}

.ritzo-b639xg {
  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-b639xg 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-l8kdx0 ease-in-out;
  -o-transition: 0.ritzo-l8kdx0 ease-in-out;
  transition: 0.ritzo-l8kdx0 ease-in-out;
}

.ritzo-jctycg {
  padding: 16px 0 0 0;
}

.ritzo-jctycg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .ritzo-jctycg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-2pgyaq {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ritzo-2pgyaq::after {
    margin-left: auto;
  }
  .ritzo-b639xg {
    order: 3;
    flex: 1 1 100%;
  }
  .ritzo-2pgyaq {
    font-size: 14px;
    line-height: 130%;
  }
  .ritzo-b639xg svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.ritzo-2c5b4g {
  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-8ucymw {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.ritzo-2c5b4g.ritzo-u8gpup .ritzo-8ucymw {
  margin-bottom: 12px;
}

.ritzo-8ucymw::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-2c5b4g.ritzo-u8gpup .ritzo-8ucymw::after {
  transform: unset;
}

.ritzo-cldt0m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.ritzo-pwtdwc {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.ritzo-l8kdx0 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.ritzo-pwtdwc: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-2c5b4g.ritzo-u8gpup .ritzo-cldt0m {
  max-height: 100%;
}

.ritzo-xaqr1o {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.ritzo-zv2440 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ritzo-fd53ub {
  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-cn2rk2 {
  margin-right: 4px;
}

.ritzo-m9md33 {
  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-l8kdx0 ease-in-out;
}

.ritzo-m9md33 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.ritzo-bsha6u,
.ritzo-m9md33:hover {
  color: var(--text-color);
}

.ritzo-kvyt1g {
  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-kvyt1g img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.ritzo-kvyt1g .ritzo-46qtbh {
  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-kvyt1g .ritzo-o8p2gj {
  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-2kn2iw {
  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-0vsptn {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ritzo-62q3d5 .ritzo-wrycgh {
  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-62q3d5 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.ritzo-nl5eqh {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.ritzo-45cdew {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.ritzo-rbvsnw {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.ritzo-kwsynk 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-rbvsnw:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ritzo-ytznqb {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.ritzo-g24ne0 {
  -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-l8kdx0 ease-in-out;
  transition: transform 0.ritzo-l8kdx0 ease-in-out;
  -o-transition: transform 0.ritzo-l8kdx0 ease-in-out;
  transition:
    transform 0.ritzo-l8kdx0 ease-in-out,
    -webkit-transform 0.ritzo-l8kdx0 ease-in-out;
  cursor: pointer;
}

.ritzo-g24ne0 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.ritzo-g24ne0: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-c8cva6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .ritzo-c8cva6 {
    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-fdf230 {
  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-n29wym {
  position: relative;
  width: 100%;
}

.ritzo-fdf230.ritzo-jpe5e6 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ritzo-fdf230.ritzo-ak7bc0 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ritzo-fdf230.ritzo-ce2ucj {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ritzo-jjrc15 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.ritzo-j0eepg {
  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-l8kdx0 ease-in-out;
  cursor: pointer;
}

.ritzo-j0eepg:hover {
  opacity: 0.5;
}

.ritzo-fdf230.ritzo-um8mqp .ritzo-j0eepg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ritzo-fdf230.ritzo-um8mqp .ritzo-jjrc15 {
  cursor: pointer;
}

.ritzo-vng5pp {
  fill: #0009;
}

.ritzo-dmsfvc {
  fill: #fff;
}

.ritzo-j0eepg:hover .ritzo-vng5pp {
  fill: red;
}

.ritzo-j0eepg svg path {
  -webkit-transition: 0.ritzo-l8kdx0 ease-in-out;
  -o-transition: 0.ritzo-l8kdx0 ease-in-out;
  transition: 0.ritzo-l8kdx0 ease-in-out;
}

.ritzo-5hc9l7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.ritzo-5hc9l7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.ritzo-5hc9l7.ritzo-soubn5 > :not(.get-image) {
  grid-column: 1/3;
}

.ritzo-t9px97:not(._h1-block) .ritzo-5hc9l7 > .ritzo-xirem7 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.ritzo-5hc9l7.ritzo-soubn5 .ritzo-szbkoj {
  grid-column: 2/3;
}

.ritzo-5hc9l7.ritzo-soubn5 > .ritzo-fk4967 {
  grid-column: 1/2;
}

.ritzo-5hc9l7.ritzo-soubn5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.ritzo-5hc9l7 > p:first-of-type {
  margin-top: 0;
}

.ritzo-5hc9l7 .ritzo-fk4967 {
  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-t9px97:not(._h1-block) .ritzo-xirem7 ~ .ritzo-fk4967 {
  grid-row: 2/10;
}

.ritzo-t9px97.ritzo-rflx60 .ritzo-xirem7 ~ .ritzo-fk4967 {
  grid-row: 1/10;
}

.ritzo-t9px97.ritzo-rflx60 > .ritzo-xirem7 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.ritzo-t9px97.ritzo-rflx60 .ritzo-fk4967 {
  grid-row: 1/10;
}

.ritzo-5hc9l7.ritzo-amgg3p .ritzo-fk4967 {
  align-items: flex-start;
}

.ritzo-5hc9l7.ritzo-ak7bc0 .ritzo-szbkoj {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.ritzo-5hc9l7.ritzo-ak7bc0 .ritzo-fk4967 {
  align-items: center;
}

.ritzo-5hc9l7.ritzo-oqu36v .ritzo-fk4967 {
  align-items: flex-end;
}

.ritzo-szbkoj > :first-child {
  margin-top: 0;
}

.ritzo-szbkoj > :last-child {
  margin-bottom: 0;
}

* + .ritzo-e7nh74,
.ritzo-t9px97 + .ritzo-t9px97 {
  margin-top: 2rem;
}

.ritzo-o5fhjo td::before,
.ritzo-o5fhjo th::after {
  display: none !important;
}

.ritzo-o5fhjo #link-selector {
  color: #000;
}

.ritzo-o5fhjo .ritzo-pc7xii {
  color: #135e96;
}

.ritzo-o5fhjo .ritzo-8pk1k7 *,
.ritzo-o5fhjo .ritzo-yny7gp p,
.ritzo-o5fhjo .ritzo-ehprca * {
  color: #000;
}

.ritzo-o5fhjo .ritzo-jnylv8 {
  background: 0 0 !important;
}

.ritzo-o5fhjo .ritzo-q80yz8 {
  color: #000;
}

.ritzo-o5fhjo .ritzo-xsy3li.ritzo-vpufsv {
  color: #fff;
}

.ritzo-o5fhjo .ritzo-jgipah {
  color: #000;
}

.ritzo-o5fhjo
  .ritzo-6roegn
  .ritzo-uzol3s.ritzo-vpufsv.ritzo-5lmd2o {
  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-zhfb1z,
body .ritzo-qgczdg {
  color: #000;
  background: var(--color-body) !important;
}

.ritzo-zhfb1z .ritzo-ed2nng .ritzo-z8ffbn,
body .ritzo-qgczdg .ritzo-ed2nng .ritzo-z8ffbn {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ritzo-pwtdwc:focus,
  .ritzo-pwtdwc:hover {
    color: #f9cb16;
  }
  .ritzo-rnb6cb:focus,
  .ritzo-rnb6cb:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ritzo-1r1jl9:focus img,
  .ritzo-1r1jl9:focus svg,
  .ritzo-1r1jl9:hover img,
  .ritzo-1r1jl9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .ritzo-kvyt1g {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ritzo-70i3dm:hover .ritzo-8fbun2 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .ritzo-8fbun2 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .ritzo-dke487 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .ritzo-ohnkow {
    grid-template-columns: repeat(4, 1fr);
  }
  .ritzo-b9qy0n {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .ritzo-51ndw8 .ritzo-8qea0u {
    grid-template-columns: 1fr;
  }
  .ritzo-51ndw8 .ritzo-b00fbs {
    -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-51ndw8 .ritzo-4i0rw6 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ritzo-51ndw8 .ritzo-0tdvu6 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ritzo-51ndw8 .ritzo-clgojc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .ritzo-51ndw8 .ritzo-4i0rw6:not(:first-child) {
    border: none;
  }
  .ritzo-51ndw8 .ritzo-4i0rw6:first-child .ritzo-0tdvu6 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .ritzo-51ndw8 .ritzo-4i0rw6:last-child .ritzo-0tdvu6 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .ritzo-qwiwhe {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .ritzo-grsgj9 {
    max-width: 100px;
  }
  .ritzo-w8sh6x {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ritzo-rgl0io {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ritzo-rgl0io svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .ritzo-9dd3l8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .ritzo-w8sh6x + .ritzo-rgl0io {
    margin-left: auto;
  }
  .ritzo-5cssbl {
    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-5cssbl.ritzo-u8gpup {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .ritzo-eist4b {
    -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-5cj741 {
    width: 100%;
  }
  .ritzo-5cj741:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .ritzo-l6cpgc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .ritzo-l6cpgc svg {
    margin-right: 4px;
  }
  .ritzo-70i3dm {
    -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-8fbun2 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .ritzo-8fbun2 {
    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-yyhvak {
    display: none;
    width: 100%;
  }
  .ritzo-70i3dm.ritzo-u8gpup .ritzo-yyhvak {
    padding: 0 0 0 48px;
  }
  .ritzo-jdtjnk {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .ritzo-d4bwg1 .ritzo-fk4967 {
    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-hpa8ee {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ritzo-hpa8ee + .ritzo-hpa8ee {
    margin-right: 0;
  }
  .ritzo-hpa8ee + .ritzo-fk4967 {
    margin: 0;
  }
  .ritzo-dke487 {
    grid-template-columns: repeat(4, 1fr);
  }
  .ritzo-ohnkow {
    grid-template-columns: repeat(3, 1fr);
  }
  .ritzo-dav2rq,
  .ritzo-9qeo93 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-5hc9l7 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ritzo-5hc9l7.ritzo-soubn5 .ritzo-szbkoj {
    grid-column: auto;
    grid-row: auto;
  }
  .ritzo-5hc9l7 > .ritzo-xirem7 {
    grid-column: 1/2;
  }
  .ritzo-5hc9l7.ritzo-soubn5 > :not(.get-image) {
    grid-column: 1/2;
  }
  .ritzo-5hc9l7 .ritzo-fk4967,
  .ritzo-5hc9l7.ritzo-soubn5 > .ritzo-fk4967 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ritzo-5hc9l7.ritzo-soubn5 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .ritzo-t9px97.ritzo-rflx60 .ritzo-5hc9l7 > .ritzo-fk4967 {
    grid-row: 1/2;
  }
  .ritzo-5hc9l7 .ritzo-xirem7 ~ .ritzo-fk4967,
  .ritzo-5hc9l7.ritzo-soubn5 .ritzo-xirem7 ~ .ritzo-fk4967 {
    grid-row: 2/3;
  }
  .ritzo-t9px97.ritzo-rflx60 .ritzo-xirem7 ~ .ritzo-fk4967 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .ritzo-xvu88l:first-child .ritzo-cyqkp7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ritzo-xvu88l:first-child .ritzo-cyqkp7 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .ritzo-xvu88l {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .ritzo-xvu88l {
    padding: 0;
  }
  .ritzo-vra0mz {
    margin-top: 1rem;
  }
  .ritzo-pdb9em {
    border-radius: 5px;
  }
  .ritzo-6ped3o {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ritzo-8ucymw::after {
    display: inline-block;
  }
  .ritzo-8ucymw {
    margin: 0;
    width: 100%;
  }
  .ritzo-cldt0m {
    width: 100%;
  }
  .ritzo-cldt0m.ritzo-0zi7l9 {
    -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-cldt0m.ritzo-0zi7l9 .ritzo-vuqvl8 {
    width: 100%;
  }
  .ritzo-cldt0m.ritzo-0zi7l9 .ritzo-vuqvl8:not(:last-child) {
    margin-right: 0;
  }
  .ritzo-pwtdwc {
    width: 100%;
    text-align: center;
  }
  .ritzo-2c5b4g.ritzo-u8gpup .ritzo-cldt0m {
    margin-top: 1rem;
  }
  .ritzo-dke487 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ritzo-b9qy0n,
  .ritzo-ohnkow {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-dav2rq,
  .ritzo-9qeo93,
  .ritzo-qepw60 {
    grid-template-columns: 1fr;
  }
  .ritzo-k052tg {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .ritzo-kmd79o {
    min-width: 300px;
    max-width: 325px;
  }
  .ritzo-0tdvu6 {
    cursor: auto;
  }
  .ritzo-f06mw8 .ritzo-0tdvu6 {
    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-c8cva6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .ritzo-yyhvak {
    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-c8cva6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.ritzo-hpa8ee p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .ritzo-rgl0io {
    margin: 0 -0.2rem;
  }
  .ritzo-hpa8ee {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ritzo-kk2n9p {
    -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-fpv59c {
    max-width: 100%;
  }
  .ritzo-dke487 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ritzo-b9qy0n,
  .ritzo-ohnkow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .ritzo-qwiwhe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ritzo-rgl0io {
    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-06j4lb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ritzo-1ncf0p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ritzo-91v83c,
  .ritzo-fezjzi {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .ritzo-70xg8l {
    width: 100%;
  }
  .ritzo-dke487 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .ritzo-c8cva6 {
    top: 127px !important;
  }
}

.ritzo-nmjmhz {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ritzo-nmjmhz {
  }
}

@media (max-width: 767px) {
  .ritzo-nmjmhz {
    margin-bottom: 12px;
  }
}

.ritzo-nmjmhz img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.ritzo-q69bq1 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.ritzo-q69bq1 > .ritzo-mjna5i {
  flex: 1 1;
}

@media (max-width: 767px) {
  .ritzo-q69bq1 {
    flex-direction: column;
    gap: 12px;
  }
}

.ritzo-0p3z11 {
  display: flex;
}

.ritzo-0p3z11 .ritzo-6356y0 {
  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-0p3z11 .ritzo-aajv4j {
  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-0p3z11 .ritzo-zl0smp {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.ritzo-0p3z11 .ritzo-nwl5d9 {
  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-0p3z11 .ritzo-nwl5d9:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ritzo-0p3z11 .ritzo-hmgfu3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.ritzo-le796m {
  border: unset;
  background-color: unset;
}

.ritzo-le796m tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ritzo-le796m .ritzo-3y9ma1,
.ritzo-le796m .ritzo-q3fl8s {
  flex: 0 1 330px;
}

.ritzo-le796m .ritzo-9j7duo {
  flex: 1 1;
}

.ritzo-le796m 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-le796m tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.ritzo-le796m tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.ritzo-le796m tr td p {
  color: #fff;
  margin: 0;
}

.ritzo-le796m tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.ritzo-le796m tr.ritzo-3y9ma1 td p {
  padding: 16px 0;
}

.ritzo-le796m tr.ritzo-3y9ma1 td p:not(:last-child),
.ritzo-le796m tr.ritzo-q3fl8s td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.ritzo-le796m tr.ritzo-3y9ma1 td p:first-child,
.ritzo-le796m tr.ritzo-q3fl8s td p:first-child {
  padding-top: 0;
}

.ritzo-le796m tr.ritzo-q3fl8s td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ritzo-le796m tr.ritzo-q3fl8s td p:last-child {
  padding-bottom: 0;
}

.ritzo-le796m .ritzo-q3fl8s img {
  max-width: 32px;
}

.ritzo-le796m .ritzo-9j7duo {
  min-width: 718px;
}

.ritzo-le796m .ritzo-9j7duo td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.ritzo-le796m .ritzo-9j7duo td {
  display: flex;
}

.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-pnbrgx,
.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-dj14b2,
.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-7esljj {
  flex: 1 1 50%;
}

.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-5v84se {
  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-le796m .ritzo-9j7duo td:last-child .ritzo-joq4k8,
.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-jedd2l {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-pnbrgx,
.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-dj14b2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-pnbrgx span,
.ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-dj14b2 span {
  font-weight: 800;
}

.ritzo-le796m .ritzo-9j7duo img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .ritzo-le796m .ritzo-9j7duo td .ritzo-7esljj:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ritzo-le796m tr.ritzo-3y9ma1 td p:last-child {
    padding-bottom: 0;
  }
  .ritzo-le796m .ritzo-q3fl8s > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ritzo-le796m .ritzo-q3fl8s > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .ritzo-le796m tr.ritzo-3y9ma1 td p:not(:last-child),
  .ritzo-le796m tr.ritzo-q3fl8s td p:not(:last-child) {
    border-bottom: unset;
  }
  .ritzo-le796m tr.ritzo-q3fl8s td p:last-child {
    padding-bottom: 12px;
  }
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-pnbrgx,
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-dj14b2,
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-7esljj {
    flex: 1 1 50%;
    padding: 0;
  }
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-pnbrgx,
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-dj14b2 {
    margin-top: 16px;
  }
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-7esljj {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-pnbrgx {
    border-right: 1px solid var(--border-color);
  }
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-7esljj:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .ritzo-le796m .ritzo-9j7duo td:last-child .ritzo-7esljj:last-child {
    padding-bottom: 0;
  }
}

.ritzo-7esljj {
  display: flex;
  flex-direction: column;
}

.ritzo-le796m .ritzo-9j7duo td .ritzo-7esljj {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.ritzo-le796m .ritzo-9j7duo td .ritzo-7esljj:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.ritzo-le796m .ritzo-9j7duo td .ritzo-7esljj:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ritzo-le796m .ritzo-9j7duo td .ritzo-7esljj:not(:first-child) {
    padding-left: 0;
  }
  .ritzo-le796m .ritzo-9j7duo td .ritzo-7esljj:not(:last-of-type) {
    border-right: unset;
  }
}

.ritzo-le796m .ritzo-pzpon8 {
  flex: 0 1 485px;
}

.ritzo-le796m .ritzo-vhymy7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ritzo-le796m .ritzo-vhymy7 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-le796m .ritzo-vhymy7 li.ritzo-771dwq {
  padding: 6px 12px;
}

.ritzo-le796m .ritzo-vhymy7 li a,
.ritzo-le796m .ritzo-vhymy7 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-le796m .ritzo-cxcz69,
.ritzo-le796m .ritzo-1lmoit {
  flex: 1 1;
}

.ritzo-le796m .ritzo-86l8ob,
.ritzo-le796m .ritzo-vu08wy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ritzo-le796m .ritzo-86l8ob li,
.ritzo-le796m .ritzo-vu08wy li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ritzo-le796m .ritzo-1lmoit img {
  max-width: 32px;
}

.ritzo-le796m .ritzo-cxcz69 img {
  max-width: 32px;
}

.ritzo-le796m .ritzo-066cgo {
  min-width: 280px;
}

.ritzo-le796m .ritzo-066cgo img {
  max-width: 146px;
}

.ritzo-le796m .ritzo-066cgo td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .ritzo-le796m .ritzo-3y9ma1,
  .ritzo-le796m .ritzo-q3fl8s {
    flex: 0 1 auto;
  }
  .ritzo-le796m .ritzo-9j7duo {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .ritzo-le796m .ritzo-3y9ma1,
  .ritzo-le796m .ritzo-pzpon8,
  .ritzo-le796m .ritzo-q3fl8s,
  .ritzo-le796m .ritzo-9j7duo {
    flex: 1 1 calc(50% - 20px);
  }
  .ritzo-le796m .ritzo-cxcz69,
  .ritzo-le796m .ritzo-066cgo,
  .ritzo-le796m .ritzo-1lmoit {
    flex: 1 1 30%;
  }
  .ritzo-le796m .ritzo-066cgo {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .ritzo-le796m .ritzo-3y9ma1,
  .ritzo-le796m .ritzo-pzpon8,
  .ritzo-le796m .ritzo-cxcz69,
  .ritzo-le796m .ritzo-q3fl8s,
  .ritzo-le796m .ritzo-9j7duo,
  .ritzo-le796m .ritzo-066cgo,
  .ritzo-le796m .ritzo-1lmoit {
    flex: 1 1 100%;
  }
}

.ritzo-wvn3o0 .ritzo-d77xs9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ritzo-wvn3o0 .ritzo-1ckc4x {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.ritzo-wvn3o0 .ritzo-6vr20v {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.ritzo-wvn3o0 .ritzo-mb47vb {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ritzo-wvn3o0 .ritzo-mb47vb > :nth-child(3) {
  margin-top: 0;
}

.ritzo-wvn3o0 .ritzo-fk4967 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.ritzo-wvn3o0 .ritzo-kxp2y1 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.ritzo-wvn3o0 .ritzo-vra0mz {
  grid-column: 1/2;
}

.ritzo-wvn3o0 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.ritzo-wvn3o0 .ritzo-1ckc4x: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-wvn3o0 .ritzo-1ckc4x:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.ritzo-wvn3o0 .ritzo-70xg8l {
  min-width: 240px;
}

@media (max-width: 768px) {
  .ritzo-wvn3o0 .ritzo-1ckc4x:not(:last-child):before {
    bottom: 8px;
  }
  .ritzo-wvn3o0 .ritzo-1ckc4x:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .ritzo-wvn3o0 .ritzo-mb47vb {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .ritzo-wvn3o0 .ritzo-fk4967 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .ritzo-wvn3o0 .ritzo-fk4967 img {
    width: 100%;
    height: auto;
  }
  .ritzo-wvn3o0 .ritzo-70xg8l {
    width: 100%;
    min-width: unset;
  }
}

.ritzo-9sk60c .ritzo-ahhiay {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.ritzo-9sk60c .ritzo-zcaxyc {
  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-9sk60c .ritzo-fk4967 {
  height: 100%;
}

.ritzo-9sk60c .ritzo-fk4967 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.ritzo-9sk60c .ritzo-4ff7yw {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.ritzo-9sk60c .ritzo-mugh9j {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.ritzo-9sk60c .ritzo-hdikw1 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ritzo-9sk60c .ritzo-zcaxyc {
    flex: 1 1 100%;
  }
  .ritzo-9sk60c .ritzo-j0abwe {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ritzo-9sk60c .ritzo-zcaxyc {
    flex-direction: column;
  }
  .ritzo-9sk60c .ritzo-fk4967 {
    width: 100%;
    height: auto;
  }
  .ritzo-9sk60c .ritzo-fk4967 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .ritzo-9sk60c .ritzo-4ff7yw {
    padding: 0 16px 16px 16px;
  }
  .ritzo-9sk60c .ritzo-j0abwe {
    min-width: unset;
    width: 100%;
  }
}

.ritzo-may2qu .ritzo-3uyq4k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.ritzo-may2qu .ritzo-lxsevl {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.ritzo-may2qu 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-may2qu .ritzo-pm6h7q {
  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-may2qu .ritzo-lxsevl:hover .ritzo-pm6h7q {
  display: flex;
}

.ritzo-may2qu .ritzo-2a3b1h {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ritzo-may2qu .ritzo-gjg258 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.ritzo-8oavki {
  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-8oavki.ritzo-rpmhke {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.ritzo-n9u534 ease-in-out;
}

.ritzo-8oavki.ritzo-rpmhke:hover {
  color: #f9cb16;
  background-color: transparent;
}

.ritzo-may2qu .ritzo-t3eza3 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.ritzo-n9u534 ease-in-out;
}

.ritzo-may2qu .ritzo-t3eza3:hover {
  color: #196948;
  background-color: #f9cb16;
}

.ritzo-may2qu .ritzo-t3eza3:after,
.ritzo-8oavki.ritzo-rpmhke:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.ritzo-8oavki.ritzo-rpmhke:after {
  background-image: url(../images/Cash.svg);
}

.ritzo-may2qu .ritzo-t3eza3:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .ritzo-may2qu .ritzo-3uyq4k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ritzo-may2qu .ritzo-3uyq4k {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ritzo-may2qu .ritzo-3uyq4k {
    grid-template-columns: 1fr;
  }
  .ritzo-may2qu .ritzo-lxsevl {
    height: auto;
  }
  .ritzo-may2qu .ritzo-lxsevl .ritzo-pm6h7q {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .ritzo-may2qu .ritzo-2a3b1h,
  .ritzo-may2qu .ritzo-gjg258 {
    text-align: left;
  }
  .ritzo-may2qu .ritzo-gjg258 {
    margin-bottom: 8px;
  }
  .ritzo-may2qu img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.ritzo-n51ptr {
  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-n51ptr.ritzo-um8mqp {
  display: block;
}

.ritzo-n51ptr .ritzo-6kcsc9 {
  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-n51ptr .ritzo-6w6q4l {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.ritzo-n51ptr .ritzo-zt6hen {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.ritzo-n51ptr .ritzo-8qzbls {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.ritzo-n51ptr .ritzo-8oavki {
  min-width: 296px;
  margin-bottom: 0;
}

.ritzo-n51ptr .ritzo-hqcq1q {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ritzo-n51ptr .ritzo-0t22q8 {
  position: relative;
  flex: 1 1;
}

.ritzo-n51ptr .ritzo-0t22q8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ritzo-n51ptr .ritzo-6w6q4l {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ritzo-n51ptr .ritzo-zt6hen {
    order: 1;
  }
  .ritzo-n51ptr .ritzo-8qzbls {
    order: 3;
    flex: 1 1 100%;
  }
  .ritzo-n51ptr .ritzo-8oavki {
    width: 100%;
    min-width: unset;
  }
  .ritzo-n51ptr .ritzo-hqcq1q {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .ritzo-5hc9l7 > .ritzo-xirem7 {
    margin-bottom: 0;
  }
  .ritzo-5hc9l7 > .ritzo-vra0mz,
  .ritzo-5hc9l7 > p {
    margin-top: 0;
  }
}

.ritzo-l6mpcf img,
.ritzo-hpa8ee img {
  width: auto;
  object-fit: contain;
}

.ritzo-l6mpcf {
  align-items: center;
}

.ritzo-l6mpcf img {
  max-height: 76px;
}

.ritzo-hpa8ee img {
  max-height: 64px;
}

.ritzo-hvoahb {
  overflow: auto;
}

.ritzo-7p9cjd {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.ritzo-btd46u:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.ritzo-bro74r {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.ritzo-qigoig {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ritzo-bro74r .ritzo-fk4967 {
  margin-right: 20px;
  flex-shrink: 0;
}

.ritzo-bro74r img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.ritzo-mn9rd6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.ritzo-mn9rd6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-bro74r {
    padding: 15px 10px;
  }
  .ritzo-mn9rd6 {
    padding: 15px 10px;
  }
  .ritzo-bro74r .ritzo-fk4967 {
    margin-right: 10px;
  }
}

.ritzo-a6yint {
  overflow-x: auto;
}

.ritzo-vdmduc {
  border-collapse: collapse;
  width: 100%;
}

.ritzo-a6yint th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.ritzo-a6yint td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.ritzo-a6yint td.ritzo-s97od4 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.ritzo-a6yint td.ritzo-inmunu {
  border-right: none;
}

.ritzo-a6yint td.ritzo-inmunu .ritzo-fk4967 {
  justify-content: flex-start;
}

.ritzo-a6yint td.ritzo-inmunu .ritzo-fk4967 img {
  height: auto;
  width: 90px;
}

.ritzo-a6yint td.ritzo-pp8ffp,
.ritzo-a6yint td.ritzo-vih4uy {
  font-weight: 600;
  text-align: right;
}

.ritzo-a6yint td.ritzo-9ee0nd,
.ritzo-a6yint td.ritzo-pp8ffp {
  padding-bottom: 10px;
  border-bottom: none;
}

.ritzo-a6yint td.ritzo-pp8ffp,
.ritzo-a6yint td.ritzo-vih4uy {
  border-left: none;
}

.ritzo-a6yint td.ritzo-9ee0nd,
.ritzo-a6yint td.ritzo-akxgzy {
  border-right: none;
}

.ritzo-a6yint td.ritzo-akxgzy,
.ritzo-a6yint td.ritzo-vih4uy {
  border-top: none;
  padding-top: 10px;
}

.ritzo-5u7kam {
  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-5u7kam .ritzo-j0abwe {
  min-width: unset;
  width: 100%;
}

.ritzo-5u7kam .ritzo-j0abwe.ritzo-3b31nl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ritzo-5u7kam .ritzo-j0abwe.ritzo-ckgtea {
  grid-column: 2/3;
  grid-row: 1/2;
}

.ritzo-5u7kam .ritzo-iqd3im {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ritzo-5u7kam {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .ritzo-5u7kam .ritzo-j0abwe.ritzo-3b31nl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ritzo-5u7kam .ritzo-j0abwe.ritzo-ckgtea {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ritzo-5u7kam .ritzo-iqd3im {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.ritzo-3nfs89 {
  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-ezolde {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.ritzo-0t78bs p a img {
  margin: 0 auto;
  display: block;
}

.ritzo-0t78bs table {
  margin-bottom: 17px;
}

/* contanct form */
.ritzo-e3qd09 {
  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-e3qd09 label {
  font-size: 14px;
}

.ritzo-e3qd09 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ritzo-e3qd09 input,
.ritzo-e3qd09 textarea,
.ritzo-e3qd09 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-e3qd09 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ritzo-n9u534 ease;
}
.ritzo-e3qd09 button:hover {
  background-color: #691204;
}
.ritzo-bywmt3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ritzo-7z1lp3 ease-in;
}

.ritzo-bywmt3 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-tncm9h, .ritzo-eh9a8w, [class*="review-card"],
thead, thead th, table th, .ritzo-lq8d8x,
.ritzo-rklxkh, [class*="collapsible-header"],
.ritzo-iadvr4, [class*="updated-block"] {
  color: #ece7dc !important;
}
