@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);
}

.gratorama-u3mwnw {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gratorama-xraneq {
  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.gratorama-lqb968,
ul.gratorama-lqb968 {
  padding-left: 20px;
}

ul.gratorama-lqb968 {
  list-style: disc;
}

ol.gratorama-lqb968 {
  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;
  }
}

.gratorama-ivkr0n > .gratorama-0pz5gh,
.gratorama-ivkr0n > .gratorama-gkal38,
.gratorama-ivkr0n > blockquote,
.gratorama-ivkr0n > h1,
.gratorama-ivkr0n > h2,
.gratorama-ivkr0n > h3,
.gratorama-ivkr0n > h4,
.gratorama-ivkr0n > h5,
.gratorama-ivkr0n > h6,
.gratorama-ivkr0n > ol,
.gratorama-ivkr0n > p,
.gratorama-ivkr0n > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gratorama-ivkr0n > ol,
.gratorama-ivkr0n > ul {
  padding-left: 50px;
}

.gratorama-ivkr0n 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;
}

.gratorama-ivkr0n:not(:last-child) {
  margin-bottom: 2rem;
}

.gratorama-ivkr0n > :not(:first-child) {
  margin-top: 2rem;
}

.gratorama-ivkr0n {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gratorama-ivkr0n:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .gratorama-ivkr0n:first-child {
    margin-top: 20px;
  }
}

.gratorama-ivkr0n > p:last-of-type {
  margin-bottom: 32px;
}

.gratorama-ivkr0n > .gratorama-20kszi:not(:first-child) {
  margin: 64px auto 16px auto;
}

.gratorama-ybgt5o > .gratorama-20kszi {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gratorama-gkal38 {
  overflow: auto;
}

.gratorama-gkal38::-webkit-scrollbar {
  height: 5px;
}

.gratorama-gkal38 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.gratorama-gkal38 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.gratorama-gkal38 table thead,
table thead {
  border-bottom: none;
}

.gratorama-gkal38 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.gratorama-gkal38 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.gratorama-gkal38 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.gratorama-gkal38 .gratorama-yk8cup {
  table-layout: auto;
}

.gratorama-gkal38 .gratorama-yk8cup th {
  word-break: normal;
}

.gratorama-gkal38 .gratorama-yk8cup td {
  word-break: normal;
}

.gratorama-u3mwnw .gratorama-u3mwnw {
  padding-right: 0;
  padding-left: 0;
}

.gratorama-f7nlia {
  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;
}

.gratorama-e878an {
  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;
}

.gratorama-5mhqtq {
  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;
}

.gratorama-0pz5gh {
  margin-top: 24px;
}

.gratorama-0pz5gh.gratorama-etmfg2 {
  text-align: left;
}

.gratorama-0pz5gh.gratorama-ly6u7h {
  text-align: right;
}

.gratorama-0pz5gh.gratorama-whzs4v {
  text-align: center;
}

.gratorama-rtno6t {
  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.gratorama-tia4vf ease-in-out;
  cursor: pointer;
}

.gratorama-rtno6t:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.gratorama-rtno6t {
  min-width: 328px;
}

@media (max-width: 768px) {
  .gratorama-rtno6t {
    min-width: unset;
  }
}

.gratorama-hp738h {
  background-color: var(--fh-bg-color);
}

.gratorama-q4mzf2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.gratorama-icu67y {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.gratorama-icu67y img {
  max-height: 80px;
  object-fit: contain;
}

.gratorama-5ot7ol {
  flex: 1 1;
}

.gratorama-5xc5vi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.gratorama-mp1g91 {
  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;
}

.gratorama-mp1g91 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;
}

.gratorama-mp1g91.gratorama-uanqq1 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.gratorama-mp1g91.gratorama-uanqq1 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.gratorama-mp1g91.gratorama-uanqq1 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.gratorama-5ot7ol + .gratorama-5xc5vi {
  margin-left: 20px;
}

.gratorama-a5259n {
  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;
}

.gratorama-a5259n > svg {
  max-width: 24px;
  max-height: 24px;
}

.gratorama-a5259n + .gratorama-a5259n {
  margin-left: 5px;
}

.gratorama-o9dbsh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.gratorama-o9dbsh:hover {
  background-color: var(--button-bg-hover);
}

.gratorama-8kxqo0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.gratorama-tia4vf ease-in-out;
  border: 1px solid var(--border-color);
}

.gratorama-8kxqo0:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.gratorama-lluwtm {
  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) {
  .gratorama-5ot7ol {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .gratorama-lluwtm {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .gratorama-5ot7ol {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .gratorama-a5259n {
    min-width: unset;
    flex: 1 1;
  }
}

.gratorama-cg5vdv {
  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;
}

.gratorama-cg5vdv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.gratorama-cg5vdv:hover .gratorama-xm6f5c {
  opacity: 1;
  pointer-events: auto;
}

.gratorama-4tmjgp {
  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.gratorama-ahqs1s ease-in-out;
  gap: 4px;
}

.gratorama-4tmjgp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gratorama-4tmjgp .gratorama-f7nlia img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gratorama-9w106z,
.gratorama-4tmjgp:hover {
  color: var(--button-bg-hover);
}

.gratorama-4zd7yo {
  position: relative;
}

.gratorama-4zd7yo .gratorama-4tmjgp {
  margin-right: 0;
  padding-right: 4px;
}

.gratorama-txdvo3 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gratorama-4zd7yo.gratorama-uanqq1 .gratorama-txdvo3 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.gratorama-4zd7yo.gratorama-uanqq1 .gratorama-xm6f5c {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.gratorama-4zd7yo.gratorama-uanqq1 .gratorama-xm6f5c::before {
  display: none;
}

.gratorama-txdvo3 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.gratorama-xm6f5c {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.gratorama-djsfi1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.gratorama-xm6f5c::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.gratorama-xm6f5c:hover {
  color: var(--fh-bg-color);
}

.gratorama-o95g7u {
  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.gratorama-djsfi1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.gratorama-ahqs1s ease-in-out;
  -o-transition: 0.gratorama-ahqs1s ease-in-out;
  transition: 0.gratorama-ahqs1s ease-in-out;
}

.gratorama-o95g7u .gratorama-f7nlia img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gratorama-fpp912,
.gratorama-o95g7u:hover {
  color: var(--button-bg-hover);
}

.gratorama-7tqvwz {
  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%;
}

.gratorama-7tqvwz.gratorama-6c4iks {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.gratorama-7tqvwz.gratorama-6c4iks:after,
.gratorama-7tqvwz.gratorama-6c4iks:before {
  content: "";
  position: absolute;
  margin: auto;
}

.gratorama-7tqvwz.gratorama-6c4iks: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);
  }
}

.gratorama-7tqvwz.gratorama-6c4iks:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.gratorama-7tqvwz.gratorama-6c4iks > * {
  z-index: 1;
}

.gratorama-7tqvwz b,
.gratorama-7tqvwz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.gratorama-7tqvwz .gratorama-ql86ab {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.gratorama-7tqvwz .gratorama-hfxjwp {
  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;
}

.gratorama-7tqvwz .gratorama-f7nlia {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.gratorama-7tqvwz .gratorama-vsuvp4 {
  margin-top: 12px;
}

.gratorama-vsuvp4 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.gratorama-0cfgoi {
  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;
}

.gratorama-vsuvp4 .gratorama-rzozlt {
  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.gratorama-tia4vf ease-in-out;
}

.gratorama-vsuvp4 .gratorama-rzozlt:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gratorama-9u89ow {
  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;
}

.gratorama-7tqvwz.gratorama-xt2nvf {
  gap: 12px;
  padding: 16px;
}

.gratorama-7tqvwz.gratorama-xt2nvf .gratorama-9u89ow {
  min-width: 240px;
}

.gratorama-7tqvwz.gratorama-xt2nvf .gratorama-9u89ow.gratorama-7v0lnd {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .gratorama-7tqvwz .gratorama-ql86ab {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gratorama-7tqvwz .gratorama-hfxjwp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .gratorama-7tqvwz .gratorama-f7nlia {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf .gratorama-f7nlia {
    max-width: 126px;
  }
  .gratorama-7tqvwz .gratorama-vsuvp4 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .gratorama-7tqvwz .gratorama-0cfgoi {
    max-width: unset;
  }
  .gratorama-9u89ow {
    min-width: unset;
    width: 100%;
  }
  .gratorama-7tqvwz .gratorama-9u89ow {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf {
    grid-template-rows: auto 1fr auto;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf .gratorama-9u89ow {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .gratorama-7tqvwz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .gratorama-7tqvwz .gratorama-ql86ab {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .gratorama-7tqvwz .gratorama-f7nlia {
    max-width: 78px;
  }
  .gratorama-7tqvwz .gratorama-vsuvp4 {
    margin-top: -12px;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf {
    gap: 8px;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf .gratorama-ql86ab {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf .gratorama-hfxjwp {
    grid-column: 1/3;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf .gratorama-f7nlia {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .gratorama-7tqvwz.gratorama-xt2nvf .gratorama-f7nlia img {
    max-width: 114px;
  }
}

.gratorama-9u89ow.gratorama-y3nnnm,
.gratorama-9u89ow.gratorama-pit2yg,
.gratorama-9u89ow.gratorama-0dv7o4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.gratorama-tia4vf ease-in-out;
}

.gratorama-9u89ow.gratorama-y3nnnm,
.gratorama-9u89ow.gratorama-0dv7o4 {
  padding: 10px;
}

.gratorama-9u89ow.gratorama-y3nnnm:hover,
.gratorama-9u89ow.gratorama-pit2yg:hover,
.gratorama-9u89ow.gratorama-0dv7o4:hover {
  background: var(--button-bg-hover);
}

.gratorama-9u89ow.gratorama-y3nnnm:hover svg path,
.gratorama-9u89ow.gratorama-0dv7o4:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.gratorama-9u89ow.gratorama-7v0lnd {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.gratorama-tia4vf ease-in-out;
  background: var(--button-bg-color);
}

.gratorama-9u89ow.gratorama-7v0lnd:hover {
  background-color: var(--button-bg-hover);
}

.gratorama-9u89ow.gratorama-pit2yg: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);
  }
}

.gratorama-9u89ow.gratorama-pit2yg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gratorama-9u89ow.gratorama-7v0lnd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gratorama-gatx39 {
  max-width: 650px;
}

.gratorama-nem91o {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.gratorama-v4noax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gratorama-ej8y9p {
  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.gratorama-ahqs1s ease-in-out;
  cursor: pointer;
}

.gratorama-ej8y9p:hover {
  opacity: 0.5;
}

.gratorama-ej8y9p:focus {
  outline: 0;
}

.gratorama-ej8y9p:focus .gratorama-0i0uov,
.gratorama-ej8y9p:hover .gratorama-0i0uov {
  fill: red;
  fill-opacity: 1;
}

.gratorama-ej8y9p:hover {
  cursor: pointer;
}

.gratorama-dcxs8x {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.gratorama-gatx39.gratorama-whzs4v {
  margin: 0 auto;
}

.gratorama-gatx39.gratorama-ly6u7h {
  margin-left: auto;
}

.gratorama-1xqm8d {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.gratorama-4oxnu2 {
  padding-bottom: 50px;
}

.gratorama-og4ubj {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.gratorama-qbw6x1 {
  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;
}

.gratorama-159lzb {
  margin-top: 24px;
}

.gratorama-mr0jqg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gratorama-dmn7bu {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.gratorama-6pkhja {
  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;
}

.gratorama-cvbe40 {
  width: 468px;
}

.gratorama-6pkhja .gratorama-xm6f5c {
  margin: 0.gratorama-yww6ii 0;
}

.gratorama-4qgc32 {
  display: flex;
  min-width: 224px;
}

.gratorama-w2eglr {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.gratorama-ahqs1s ease-in-out;
}

.gratorama-1h2cmg,
.gratorama-w2eglr:hover {
  color: var(--text-color);
}

.gratorama-ig41b8 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.gratorama-ymaf14 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .gratorama-1xqm8d {
    padding: 16px;
  }
  .gratorama-ig41b8 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .gratorama-ymaf14 {
    align-items: center;
  }
  .gratorama-cvbe40 {
    width: unset;
  }
  .gratorama-4qgc32 {
    min-width: unset;
  }
  .gratorama-6pkhja {
    max-height: unset;
  }
  .gratorama-og4ubj {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gratorama-1xqm8d {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.gratorama-z0idci {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gratorama-z0idci:not(:last-child) {
  margin-bottom: 16px;
}

.gratorama-pins1d {
  outline: 0;
}

.gratorama-pins1d .gratorama-lrcmgt {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.gratorama-7fj3r2 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .gratorama-7fj3r2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.gratorama-7fj3r2::-webkit-details-marker {
  display: none;
}

.gratorama-7fj3r2: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;
}

.gratorama-7fj3r2: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] .gratorama-7fj3r2:after {
  transform: unset;
}

.gratorama-lrcmgt {
  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);
}

.gratorama-lrcmgt 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.gratorama-ahqs1s ease-in-out;
  -o-transition: 0.gratorama-ahqs1s ease-in-out;
  transition: 0.gratorama-ahqs1s ease-in-out;
}

.gratorama-7xz34u {
  padding: 16px 0 0 0;
}

.gratorama-7xz34u * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .gratorama-7xz34u :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gratorama-7fj3r2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .gratorama-7fj3r2::after {
    margin-left: auto;
  }
  .gratorama-lrcmgt {
    order: 3;
    flex: 1 1 100%;
  }
  .gratorama-7fj3r2 {
    font-size: 14px;
    line-height: 130%;
  }
  .gratorama-lrcmgt svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.gratorama-15mifu {
  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;
}

.gratorama-lcxia9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.gratorama-15mifu.gratorama-uanqq1 .gratorama-lcxia9 {
  margin-bottom: 12px;
}

.gratorama-lcxia9::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;
}

.gratorama-15mifu.gratorama-uanqq1 .gratorama-lcxia9::after {
  transform: unset;
}

.gratorama-dn2ney {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.gratorama-zrtc8q {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.gratorama-ahqs1s ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.gratorama-zrtc8q: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;
}

.gratorama-15mifu.gratorama-uanqq1 .gratorama-dn2ney {
  max-height: 100%;
}

.gratorama-w7t90y {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.gratorama-luor82 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.gratorama-n6gkbp {
  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;
}

.gratorama-sr6h54 {
  margin-right: 4px;
}

.gratorama-o32cyt {
  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.gratorama-ahqs1s ease-in-out;
}

.gratorama-o32cyt svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.gratorama-csi9du,
.gratorama-o32cyt:hover {
  color: var(--text-color);
}

.gratorama-66y82e {
  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;
}

.gratorama-66y82e img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.gratorama-66y82e .gratorama-cajuik {
  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;
}

.gratorama-66y82e .gratorama-khjjo5 {
  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;
}

.gratorama-vk8doz {
  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;
}

.gratorama-7un67b {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gratorama-1umkcz .gratorama-u3mwnw {
  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;
}

.gratorama-1umkcz {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.gratorama-wj366o {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.gratorama-xhx64s {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.gratorama-8aii6p {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.gratorama-9ufst3 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;
}

.gratorama-8aii6p:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.gratorama-m30qki {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.gratorama-4qnqlj {
  -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.gratorama-ahqs1s ease-in-out;
  transition: transform 0.gratorama-ahqs1s ease-in-out;
  -o-transition: transform 0.gratorama-ahqs1s ease-in-out;
  transition:
    transform 0.gratorama-ahqs1s ease-in-out,
    -webkit-transform 0.gratorama-ahqs1s ease-in-out;
  cursor: pointer;
}

.gratorama-4qnqlj svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.gratorama-4qnqlj: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;
}

.gratorama-95zhli {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .gratorama-95zhli {
    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);
}

.gratorama-91sw39 {
  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;
}

.gratorama-7dug8i {
  position: relative;
  width: 100%;
}

.gratorama-91sw39.gratorama-r4srk0 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gratorama-91sw39.gratorama-whzs4v {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gratorama-91sw39.gratorama-ly6u7h {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gratorama-4wop18 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.gratorama-dq63ue {
  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.gratorama-ahqs1s ease-in-out;
  cursor: pointer;
}

.gratorama-dq63ue:hover {
  opacity: 0.5;
}

.gratorama-91sw39.gratorama-yh59ym .gratorama-dq63ue {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gratorama-91sw39.gratorama-yh59ym .gratorama-4wop18 {
  cursor: pointer;
}

.gratorama-qp2z2o {
  fill: #0009;
}

.gratorama-z0hc0o {
  fill: #fff;
}

.gratorama-dq63ue:hover .gratorama-qp2z2o {
  fill: red;
}

.gratorama-dq63ue svg path {
  -webkit-transition: 0.gratorama-ahqs1s ease-in-out;
  -o-transition: 0.gratorama-ahqs1s ease-in-out;
  transition: 0.gratorama-ahqs1s ease-in-out;
}

.gratorama-ji0vqb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.gratorama-ji0vqb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.gratorama-ji0vqb.gratorama-9e43gv > :not(.get-image) {
  grid-column: 1/3;
}

.gratorama-amwirz:not(._h1-block) .gratorama-ji0vqb > .gratorama-20kszi {
  grid-row: 1/2;
  grid-column: 1/3;
}

.gratorama-ji0vqb.gratorama-9e43gv .gratorama-cw3coy {
  grid-column: 2/3;
}

.gratorama-ji0vqb.gratorama-9e43gv > .gratorama-f7nlia {
  grid-column: 1/2;
}

.gratorama-ji0vqb.gratorama-9e43gv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.gratorama-ji0vqb > p:first-of-type {
  margin-top: 0;
}

.gratorama-ji0vqb .gratorama-f7nlia {
  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;
}

.gratorama-amwirz:not(._h1-block) .gratorama-20kszi ~ .gratorama-f7nlia {
  grid-row: 2/10;
}

.gratorama-amwirz.gratorama-hhs51r .gratorama-20kszi ~ .gratorama-f7nlia {
  grid-row: 1/10;
}

.gratorama-amwirz.gratorama-hhs51r > .gratorama-20kszi {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.gratorama-amwirz.gratorama-hhs51r .gratorama-f7nlia {
  grid-row: 1/10;
}

.gratorama-ji0vqb.gratorama-4grjkj .gratorama-f7nlia {
  align-items: flex-start;
}

.gratorama-ji0vqb.gratorama-whzs4v .gratorama-cw3coy {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.gratorama-ji0vqb.gratorama-whzs4v .gratorama-f7nlia {
  align-items: center;
}

.gratorama-ji0vqb.gratorama-9l846s .gratorama-f7nlia {
  align-items: flex-end;
}

.gratorama-cw3coy > :first-child {
  margin-top: 0;
}

.gratorama-cw3coy > :last-child {
  margin-bottom: 0;
}

* + .gratorama-t33v3p,
.gratorama-amwirz + .gratorama-amwirz {
  margin-top: 2rem;
}

.gratorama-w19n8v td::before,
.gratorama-w19n8v th::after {
  display: none !important;
}

.gratorama-w19n8v #link-selector {
  color: #000;
}

.gratorama-w19n8v .gratorama-mu5loh {
  color: #135e96;
}

.gratorama-w19n8v .gratorama-ixzqfy *,
.gratorama-w19n8v .gratorama-xhb9lj p,
.gratorama-w19n8v .gratorama-z4ly12 * {
  color: #000;
}

.gratorama-w19n8v .gratorama-bw64ir {
  background: 0 0 !important;
}

.gratorama-w19n8v .gratorama-1f0sie {
  color: #000;
}

.gratorama-w19n8v .gratorama-vbw3kk.gratorama-4x3dgd {
  color: #fff;
}

.gratorama-w19n8v .gratorama-611v8l {
  color: #000;
}

.gratorama-w19n8v
  .gratorama-wdznjp
  .gratorama-nulh43.gratorama-4x3dgd.gratorama-byrkvt {
  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;
}

.gratorama-3nf72z,
body .gratorama-i6qk0c {
  color: #000;
  background: var(--color-body) !important;
}

.gratorama-3nf72z .gratorama-9vhz7t .gratorama-9552mb,
body .gratorama-i6qk0c .gratorama-9vhz7t .gratorama-9552mb {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gratorama-zrtc8q:focus,
  .gratorama-zrtc8q:hover {
    color: #f9cb16;
  }
  .gratorama-wdev3c:focus,
  .gratorama-wdev3c:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gratorama-03fz5x:focus img,
  .gratorama-03fz5x:focus svg,
  .gratorama-03fz5x:hover img,
  .gratorama-03fz5x:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .gratorama-66y82e {
    display: none;
  }
}

@media (min-width: 1024px) {
  .gratorama-4zd7yo:hover .gratorama-txdvo3 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .gratorama-txdvo3 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .gratorama-8tm7fs {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .gratorama-q9u3ux {
    grid-template-columns: repeat(4, 1fr);
  }
  .gratorama-pb6qr2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .gratorama-guh9eo .gratorama-uhmdui {
    grid-template-columns: 1fr;
  }
  .gratorama-guh9eo .gratorama-pnvp2y {
    -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;
  }
  .gratorama-guh9eo .gratorama-7yfok3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gratorama-guh9eo .gratorama-nah69c {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gratorama-guh9eo .gratorama-ukbqtx {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .gratorama-guh9eo .gratorama-7yfok3:not(:first-child) {
    border: none;
  }
  .gratorama-guh9eo .gratorama-7yfok3:first-child .gratorama-nah69c {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .gratorama-guh9eo .gratorama-7yfok3:last-child .gratorama-nah69c {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .gratorama-q4mzf2 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .gratorama-icu67y {
    max-width: 100px;
  }
  .gratorama-5ot7ol {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .gratorama-5xc5vi {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .gratorama-5xc5vi svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .gratorama-mp1g91 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .gratorama-5ot7ol + .gratorama-5xc5vi {
    margin-left: auto;
  }
  .gratorama-pusj7q {
    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;
  }
  .gratorama-pusj7q.gratorama-uanqq1 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .gratorama-lluwtm {
    -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;
  }
  .gratorama-cg5vdv {
    width: 100%;
  }
  .gratorama-cg5vdv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .gratorama-4tmjgp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .gratorama-4tmjgp svg {
    margin-right: 4px;
  }
  .gratorama-4zd7yo {
    -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;
  }
  .gratorama-txdvo3 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .gratorama-txdvo3 {
    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;
  }
  .gratorama-xm6f5c {
    display: none;
    width: 100%;
  }
  .gratorama-4zd7yo.gratorama-uanqq1 .gratorama-xm6f5c {
    padding: 0 0 0 48px;
  }
  .gratorama-o95g7u {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .gratorama-qbw6x1 .gratorama-f7nlia {
    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;
  }
  .gratorama-5skwo8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gratorama-5skwo8 + .gratorama-5skwo8 {
    margin-right: 0;
  }
  .gratorama-5skwo8 + .gratorama-f7nlia {
    margin: 0;
  }
  .gratorama-8tm7fs {
    grid-template-columns: repeat(4, 1fr);
  }
  .gratorama-q9u3ux {
    grid-template-columns: repeat(3, 1fr);
  }
  .gratorama-2wdhg5,
  .gratorama-1z8u3e {
    grid-template-columns: repeat(2, 1fr);
  }
  .gratorama-ji0vqb {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gratorama-ji0vqb.gratorama-9e43gv .gratorama-cw3coy {
    grid-column: auto;
    grid-row: auto;
  }
  .gratorama-ji0vqb > .gratorama-20kszi {
    grid-column: 1/2;
  }
  .gratorama-ji0vqb.gratorama-9e43gv > :not(.get-image) {
    grid-column: 1/2;
  }
  .gratorama-ji0vqb .gratorama-f7nlia,
  .gratorama-ji0vqb.gratorama-9e43gv > .gratorama-f7nlia {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gratorama-ji0vqb.gratorama-9e43gv > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .gratorama-amwirz.gratorama-hhs51r .gratorama-ji0vqb > .gratorama-f7nlia {
    grid-row: 1/2;
  }
  .gratorama-ji0vqb .gratorama-20kszi ~ .gratorama-f7nlia,
  .gratorama-ji0vqb.gratorama-9e43gv .gratorama-20kszi ~ .gratorama-f7nlia {
    grid-row: 2/3;
  }
  .gratorama-amwirz.gratorama-hhs51r .gratorama-20kszi ~ .gratorama-f7nlia {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .gratorama-ivkr0n:first-child .gratorama-9bu2yw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gratorama-ivkr0n:first-child .gratorama-9bu2yw h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .gratorama-ivkr0n {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .gratorama-ivkr0n {
    padding: 0;
  }
  .gratorama-0pz5gh {
    margin-top: 1rem;
  }
  .gratorama-pins1d {
    border-radius: 5px;
  }
  .gratorama-lgdak6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gratorama-lcxia9::after {
    display: inline-block;
  }
  .gratorama-lcxia9 {
    margin: 0;
    width: 100%;
  }
  .gratorama-dn2ney {
    width: 100%;
  }
  .gratorama-dn2ney.gratorama-6xl17i {
    -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%;
  }
  .gratorama-dn2ney.gratorama-6xl17i .gratorama-t77yh9 {
    width: 100%;
  }
  .gratorama-dn2ney.gratorama-6xl17i .gratorama-t77yh9:not(:last-child) {
    margin-right: 0;
  }
  .gratorama-zrtc8q {
    width: 100%;
    text-align: center;
  }
  .gratorama-15mifu.gratorama-uanqq1 .gratorama-dn2ney {
    margin-top: 1rem;
  }
  .gratorama-8tm7fs {
    grid-template-columns: repeat(3, 1fr);
  }
  .gratorama-pb6qr2,
  .gratorama-q9u3ux {
    grid-template-columns: repeat(2, 1fr);
  }
  .gratorama-2wdhg5,
  .gratorama-1z8u3e,
  .gratorama-80a7ch {
    grid-template-columns: 1fr;
  }
  .gratorama-uu2yo8 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .gratorama-waqe7d {
    min-width: 300px;
    max-width: 325px;
  }
  .gratorama-nah69c {
    cursor: auto;
  }
  .gratorama-ddwup9 .gratorama-nah69c {
    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;
  }
  .gratorama-95zhli {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .gratorama-xm6f5c {
    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) {
  .gratorama-95zhli {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.gratorama-5skwo8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .gratorama-5xc5vi {
    margin: 0 -0.2rem;
  }
  .gratorama-5skwo8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gratorama-qnua16 {
    -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;
  }
  .gratorama-mszzq8 {
    max-width: 100%;
  }
  .gratorama-8tm7fs {
    grid-template-columns: repeat(2, 1fr);
  }
  .gratorama-pb6qr2,
  .gratorama-q9u3ux {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .gratorama-q4mzf2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gratorama-5xc5vi {
    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;
  }
  .gratorama-hp738h {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gratorama-a5259n {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gratorama-mb1c4f,
  .gratorama-pht1ox {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .gratorama-rtno6t {
    width: 100%;
  }
  .gratorama-8tm7fs {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .gratorama-95zhli {
    top: 127px !important;
  }
}

.gratorama-tg9fk4 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .gratorama-tg9fk4 {
  }
}

@media (max-width: 767px) {
  .gratorama-tg9fk4 {
    margin-bottom: 12px;
  }
}

.gratorama-tg9fk4 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.gratorama-7y12jp {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.gratorama-7y12jp > .gratorama-ua3ci1 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .gratorama-7y12jp {
    flex-direction: column;
    gap: 12px;
  }
}

.gratorama-z23eqi {
  display: flex;
}

.gratorama-z23eqi .gratorama-b1d3ql {
  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;
}

.gratorama-z23eqi .gratorama-zheu36 {
  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;
}

.gratorama-z23eqi .gratorama-b75bw2 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.gratorama-z23eqi .gratorama-4am4c8 {
  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));
  }
}

.gratorama-z23eqi .gratorama-4am4c8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.gratorama-z23eqi .gratorama-7rw17a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.gratorama-aytmdf {
  border: unset;
  background-color: unset;
}

.gratorama-aytmdf tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gratorama-aytmdf .gratorama-2r2udv,
.gratorama-aytmdf .gratorama-y2eqt8 {
  flex: 0 1 330px;
}

.gratorama-aytmdf .gratorama-wxrbo0 {
  flex: 1 1;
}

.gratorama-aytmdf tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gratorama-aytmdf tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.gratorama-aytmdf tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.gratorama-aytmdf tr td p {
  color: #fff;
  margin: 0;
}

.gratorama-aytmdf tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.gratorama-aytmdf tr.gratorama-2r2udv td p {
  padding: 16px 0;
}

.gratorama-aytmdf tr.gratorama-2r2udv td p:not(:last-child),
.gratorama-aytmdf tr.gratorama-y2eqt8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.gratorama-aytmdf tr.gratorama-2r2udv td p:first-child,
.gratorama-aytmdf tr.gratorama-y2eqt8 td p:first-child {
  padding-top: 0;
}

.gratorama-aytmdf tr.gratorama-y2eqt8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gratorama-aytmdf tr.gratorama-y2eqt8 td p:last-child {
  padding-bottom: 0;
}

.gratorama-aytmdf .gratorama-y2eqt8 img {
  max-width: 32px;
}

.gratorama-aytmdf .gratorama-wxrbo0 {
  min-width: 718px;
}

.gratorama-aytmdf .gratorama-wxrbo0 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.gratorama-aytmdf .gratorama-wxrbo0 td {
  display: flex;
}

.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-pzl1un,
.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-knv7oy,
.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-r2milu {
  flex: 1 1 50%;
}

.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-w5tq6u {
  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;
}

.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-33uvyb,
.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-8f1r8c {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-pzl1un,
.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-knv7oy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-pzl1un span,
.gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-knv7oy span {
  font-weight: 800;
}

.gratorama-aytmdf .gratorama-wxrbo0 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .gratorama-aytmdf .gratorama-wxrbo0 td .gratorama-r2milu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .gratorama-aytmdf tr.gratorama-2r2udv td p:last-child {
    padding-bottom: 0;
  }
  .gratorama-aytmdf .gratorama-y2eqt8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .gratorama-aytmdf .gratorama-y2eqt8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .gratorama-aytmdf tr.gratorama-2r2udv td p:not(:last-child),
  .gratorama-aytmdf tr.gratorama-y2eqt8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .gratorama-aytmdf tr.gratorama-y2eqt8 td p:last-child {
    padding-bottom: 12px;
  }
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-pzl1un,
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-knv7oy,
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-r2milu {
    flex: 1 1 50%;
    padding: 0;
  }
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-pzl1un,
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-knv7oy {
    margin-top: 16px;
  }
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-r2milu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-pzl1un {
    border-right: 1px solid var(--border-color);
  }
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-r2milu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .gratorama-aytmdf .gratorama-wxrbo0 td:last-child .gratorama-r2milu:last-child {
    padding-bottom: 0;
  }
}

.gratorama-r2milu {
  display: flex;
  flex-direction: column;
}

.gratorama-aytmdf .gratorama-wxrbo0 td .gratorama-r2milu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.gratorama-aytmdf .gratorama-wxrbo0 td .gratorama-r2milu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.gratorama-aytmdf .gratorama-wxrbo0 td .gratorama-r2milu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .gratorama-aytmdf .gratorama-wxrbo0 td .gratorama-r2milu:not(:first-child) {
    padding-left: 0;
  }
  .gratorama-aytmdf .gratorama-wxrbo0 td .gratorama-r2milu:not(:last-of-type) {
    border-right: unset;
  }
}

.gratorama-aytmdf .gratorama-5jhqtc {
  flex: 0 1 485px;
}

.gratorama-aytmdf .gratorama-38urjb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.gratorama-aytmdf .gratorama-38urjb li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gratorama-aytmdf .gratorama-38urjb li.gratorama-oftadd {
  padding: 6px 12px;
}

.gratorama-aytmdf .gratorama-38urjb li a,
.gratorama-aytmdf .gratorama-38urjb 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;
}

.gratorama-aytmdf .gratorama-erlc7j,
.gratorama-aytmdf .gratorama-s7wf1u {
  flex: 1 1;
}

.gratorama-aytmdf .gratorama-s100vy,
.gratorama-aytmdf .gratorama-uv0sz8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gratorama-aytmdf .gratorama-s100vy li,
.gratorama-aytmdf .gratorama-uv0sz8 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gratorama-aytmdf .gratorama-s7wf1u img {
  max-width: 32px;
}

.gratorama-aytmdf .gratorama-erlc7j img {
  max-width: 32px;
}

.gratorama-aytmdf .gratorama-9879ve {
  min-width: 280px;
}

.gratorama-aytmdf .gratorama-9879ve img {
  max-width: 146px;
}

.gratorama-aytmdf .gratorama-9879ve td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .gratorama-aytmdf .gratorama-2r2udv,
  .gratorama-aytmdf .gratorama-y2eqt8 {
    flex: 0 1 auto;
  }
  .gratorama-aytmdf .gratorama-wxrbo0 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .gratorama-aytmdf .gratorama-2r2udv,
  .gratorama-aytmdf .gratorama-5jhqtc,
  .gratorama-aytmdf .gratorama-y2eqt8,
  .gratorama-aytmdf .gratorama-wxrbo0 {
    flex: 1 1 calc(50% - 20px);
  }
  .gratorama-aytmdf .gratorama-erlc7j,
  .gratorama-aytmdf .gratorama-9879ve,
  .gratorama-aytmdf .gratorama-s7wf1u {
    flex: 1 1 30%;
  }
  .gratorama-aytmdf .gratorama-9879ve {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .gratorama-aytmdf .gratorama-2r2udv,
  .gratorama-aytmdf .gratorama-5jhqtc,
  .gratorama-aytmdf .gratorama-erlc7j,
  .gratorama-aytmdf .gratorama-y2eqt8,
  .gratorama-aytmdf .gratorama-wxrbo0,
  .gratorama-aytmdf .gratorama-9879ve,
  .gratorama-aytmdf .gratorama-s7wf1u {
    flex: 1 1 100%;
  }
}

.gratorama-9ji2g6 .gratorama-3l1d1f {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gratorama-9ji2g6 .gratorama-436g6w {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.gratorama-9ji2g6 .gratorama-s38xq1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.gratorama-9ji2g6 .gratorama-2f2nfq {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.gratorama-9ji2g6 .gratorama-2f2nfq > :nth-child(3) {
  margin-top: 0;
}

.gratorama-9ji2g6 .gratorama-f7nlia {
  grid-column: 2/3;
  grid-row: 1/10;
}

.gratorama-9ji2g6 .gratorama-pxpu4l {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.gratorama-9ji2g6 .gratorama-0pz5gh {
  grid-column: 1/2;
}

.gratorama-9ji2g6 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.gratorama-9ji2g6 .gratorama-436g6w: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;
}

.gratorama-9ji2g6 .gratorama-436g6w:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.gratorama-9ji2g6 .gratorama-rtno6t {
  min-width: 240px;
}

@media (max-width: 768px) {
  .gratorama-9ji2g6 .gratorama-436g6w:not(:last-child):before {
    bottom: 8px;
  }
  .gratorama-9ji2g6 .gratorama-436g6w:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .gratorama-9ji2g6 .gratorama-2f2nfq {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .gratorama-9ji2g6 .gratorama-f7nlia {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .gratorama-9ji2g6 .gratorama-f7nlia img {
    width: 100%;
    height: auto;
  }
  .gratorama-9ji2g6 .gratorama-rtno6t {
    width: 100%;
    min-width: unset;
  }
}

.gratorama-krcigq .gratorama-5c1tqj {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.gratorama-krcigq .gratorama-s9aii4 {
  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;
}

.gratorama-krcigq .gratorama-f7nlia {
  height: 100%;
}

.gratorama-krcigq .gratorama-f7nlia img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.gratorama-krcigq .gratorama-70wkg7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.gratorama-krcigq .gratorama-zok32t {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.gratorama-krcigq .gratorama-23hbhg {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .gratorama-krcigq .gratorama-s9aii4 {
    flex: 1 1 100%;
  }
  .gratorama-krcigq .gratorama-9u89ow {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .gratorama-krcigq .gratorama-s9aii4 {
    flex-direction: column;
  }
  .gratorama-krcigq .gratorama-f7nlia {
    width: 100%;
    height: auto;
  }
  .gratorama-krcigq .gratorama-f7nlia img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .gratorama-krcigq .gratorama-70wkg7 {
    padding: 0 16px 16px 16px;
  }
  .gratorama-krcigq .gratorama-9u89ow {
    min-width: unset;
    width: 100%;
  }
}

.gratorama-07f5mx .gratorama-r2zfx9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.gratorama-07f5mx .gratorama-k5r9pz {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.gratorama-07f5mx 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;
}

.gratorama-07f5mx .gratorama-2x6zfp {
  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;
}

.gratorama-07f5mx .gratorama-k5r9pz:hover .gratorama-2x6zfp {
  display: flex;
}

.gratorama-07f5mx .gratorama-73e2uf {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gratorama-07f5mx .gratorama-49z7x2 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.gratorama-upqa2t {
  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;
}

.gratorama-upqa2t.gratorama-v5vq2g {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.gratorama-tia4vf ease-in-out;
}

.gratorama-upqa2t.gratorama-v5vq2g:hover {
  color: #f9cb16;
  background-color: transparent;
}

.gratorama-07f5mx .gratorama-9t4lff {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.gratorama-tia4vf ease-in-out;
}

.gratorama-07f5mx .gratorama-9t4lff:hover {
  color: #196948;
  background-color: #f9cb16;
}

.gratorama-07f5mx .gratorama-9t4lff:after,
.gratorama-upqa2t.gratorama-v5vq2g:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.gratorama-upqa2t.gratorama-v5vq2g:after {
  background-image: url(../images/Cash.svg);
}

.gratorama-07f5mx .gratorama-9t4lff:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .gratorama-07f5mx .gratorama-r2zfx9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .gratorama-07f5mx .gratorama-r2zfx9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gratorama-07f5mx .gratorama-r2zfx9 {
    grid-template-columns: 1fr;
  }
  .gratorama-07f5mx .gratorama-k5r9pz {
    height: auto;
  }
  .gratorama-07f5mx .gratorama-k5r9pz .gratorama-2x6zfp {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .gratorama-07f5mx .gratorama-73e2uf,
  .gratorama-07f5mx .gratorama-49z7x2 {
    text-align: left;
  }
  .gratorama-07f5mx .gratorama-49z7x2 {
    margin-bottom: 8px;
  }
  .gratorama-07f5mx img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.gratorama-elwgq4 {
  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;
}

.gratorama-elwgq4.gratorama-yh59ym {
  display: block;
}

.gratorama-elwgq4 .gratorama-nsi0a2 {
  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;
}

.gratorama-elwgq4 .gratorama-uim5hu {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.gratorama-elwgq4 .gratorama-flsher {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.gratorama-elwgq4 .gratorama-6jfhus {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.gratorama-elwgq4 .gratorama-upqa2t {
  min-width: 296px;
  margin-bottom: 0;
}

.gratorama-elwgq4 .gratorama-q3f76b {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gratorama-elwgq4 .gratorama-f4zlf8 {
  position: relative;
  flex: 1 1;
}

.gratorama-elwgq4 .gratorama-f4zlf8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gratorama-elwgq4 .gratorama-uim5hu {
    flex-wrap: wrap;
    gap: 8px;
  }
  .gratorama-elwgq4 .gratorama-flsher {
    order: 1;
  }
  .gratorama-elwgq4 .gratorama-6jfhus {
    order: 3;
    flex: 1 1 100%;
  }
  .gratorama-elwgq4 .gratorama-upqa2t {
    width: 100%;
    min-width: unset;
  }
  .gratorama-elwgq4 .gratorama-q3f76b {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .gratorama-ji0vqb > .gratorama-20kszi {
    margin-bottom: 0;
  }
  .gratorama-ji0vqb > .gratorama-0pz5gh,
  .gratorama-ji0vqb > p {
    margin-top: 0;
  }
}

.gratorama-53404e img,
.gratorama-5skwo8 img {
  width: auto;
  object-fit: contain;
}

.gratorama-53404e {
  align-items: center;
}

.gratorama-53404e img {
  max-height: 76px;
}

.gratorama-5skwo8 img {
  max-height: 64px;
}

.gratorama-wwgpet {
  overflow: auto;
}

.gratorama-hvgjyl {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.gratorama-yatx2e:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.gratorama-46jhd3 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.gratorama-zyu23z {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gratorama-46jhd3 .gratorama-f7nlia {
  margin-right: 20px;
  flex-shrink: 0;
}

.gratorama-46jhd3 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.gratorama-k3ia98 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.gratorama-k3ia98 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gratorama-46jhd3 {
    padding: 15px 10px;
  }
  .gratorama-k3ia98 {
    padding: 15px 10px;
  }
  .gratorama-46jhd3 .gratorama-f7nlia {
    margin-right: 10px;
  }
}

.gratorama-w47xlh {
  overflow-x: auto;
}

.gratorama-1b485f {
  border-collapse: collapse;
  width: 100%;
}

.gratorama-w47xlh th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.gratorama-w47xlh td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.gratorama-w47xlh td.gratorama-yfbb5s {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.gratorama-w47xlh td.gratorama-4n5ki9 {
  border-right: none;
}

.gratorama-w47xlh td.gratorama-4n5ki9 .gratorama-f7nlia {
  justify-content: flex-start;
}

.gratorama-w47xlh td.gratorama-4n5ki9 .gratorama-f7nlia img {
  height: auto;
  width: 90px;
}

.gratorama-w47xlh td.gratorama-9q74t2,
.gratorama-w47xlh td.gratorama-yraxzb {
  font-weight: 600;
  text-align: right;
}

.gratorama-w47xlh td.gratorama-yn571f,
.gratorama-w47xlh td.gratorama-9q74t2 {
  padding-bottom: 10px;
  border-bottom: none;
}

.gratorama-w47xlh td.gratorama-9q74t2,
.gratorama-w47xlh td.gratorama-yraxzb {
  border-left: none;
}

.gratorama-w47xlh td.gratorama-yn571f,
.gratorama-w47xlh td.gratorama-c6ulci {
  border-right: none;
}

.gratorama-w47xlh td.gratorama-c6ulci,
.gratorama-w47xlh td.gratorama-yraxzb {
  border-top: none;
  padding-top: 10px;
}

.gratorama-s8armu {
  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;
}

.gratorama-s8armu .gratorama-9u89ow {
  min-width: unset;
  width: 100%;
}

.gratorama-s8armu .gratorama-9u89ow.gratorama-y3nnnm {
  grid-column: 1/2;
  grid-row: 1/2;
}

.gratorama-s8armu .gratorama-9u89ow.gratorama-0dv7o4 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.gratorama-s8armu .gratorama-4wzk1z {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .gratorama-s8armu {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .gratorama-s8armu .gratorama-9u89ow.gratorama-y3nnnm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gratorama-s8armu .gratorama-9u89ow.gratorama-0dv7o4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .gratorama-s8armu .gratorama-4wzk1z {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.gratorama-l318ch {
  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;
}

.gratorama-ou325j {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.gratorama-ybgt5o p a img {
  margin: 0 auto;
  display: block;
}

.gratorama-ybgt5o table {
  margin-bottom: 17px;
}

/* contanct form */
.gratorama-j69pz0 {
  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;
}

.gratorama-j69pz0 label {
  font-size: 14px;
}

.gratorama-j69pz0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gratorama-j69pz0 input,
.gratorama-j69pz0 textarea,
.gratorama-j69pz0 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;
}
.gratorama-j69pz0 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gratorama-tia4vf ease;
}
.gratorama-j69pz0 button:hover {
  background-color: #691204;
}
.gratorama-k553sz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gratorama-saahox ease-in;
}

.gratorama-k553sz 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;
}
.gratorama-m4s9dj, .gratorama-dn09k6, [class*="review-card"],
thead, thead th, table th, .gratorama-qvo44e,
.gratorama-7cvjk7, [class*="collapsible-header"],
.gratorama-shhg8c, [class*="updated-block"] {
  color: #ece7dc !important;
}
