@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);
}

.rolla-m0epgk {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rolla-zgxg7n {
  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.rolla-0dg8f4,
ul.rolla-0dg8f4 {
  padding-left: 20px;
}

ul.rolla-0dg8f4 {
  list-style: disc;
}

ol.rolla-0dg8f4 {
  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;
  }
}

.rolla-a1111k > .rolla-d045zg,
.rolla-a1111k > .rolla-s87ije,
.rolla-a1111k > blockquote,
.rolla-a1111k > h1,
.rolla-a1111k > h2,
.rolla-a1111k > h3,
.rolla-a1111k > h4,
.rolla-a1111k > h5,
.rolla-a1111k > h6,
.rolla-a1111k > ol,
.rolla-a1111k > p,
.rolla-a1111k > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rolla-a1111k > ol,
.rolla-a1111k > ul {
  padding-left: 50px;
}

.rolla-a1111k 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;
}

.rolla-a1111k:not(:last-child) {
  margin-bottom: 2rem;
}

.rolla-a1111k > :not(:first-child) {
  margin-top: 2rem;
}

.rolla-a1111k {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rolla-a1111k:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rolla-a1111k:first-child {
    margin-top: 20px;
  }
}

.rolla-a1111k > p:last-of-type {
  margin-bottom: 32px;
}

.rolla-a1111k > .rolla-pg1h8s:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rolla-s2pj7m > .rolla-pg1h8s {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rolla-s87ije {
  overflow: auto;
}

.rolla-s87ije::-webkit-scrollbar {
  height: 5px;
}

.rolla-s87ije table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rolla-s87ije table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rolla-s87ije table thead,
table thead {
  border-bottom: none;
}

.rolla-s87ije table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rolla-s87ije table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rolla-s87ije table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rolla-s87ije .rolla-e5cp4f {
  table-layout: auto;
}

.rolla-s87ije .rolla-e5cp4f th {
  word-break: normal;
}

.rolla-s87ije .rolla-e5cp4f td {
  word-break: normal;
}

.rolla-m0epgk .rolla-m0epgk {
  padding-right: 0;
  padding-left: 0;
}

.rolla-wk7kwu {
  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;
}

.rolla-9le2f8 {
  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;
}

.rolla-w1wvcv {
  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;
}

.rolla-d045zg {
  margin-top: 24px;
}

.rolla-d045zg.rolla-meu6mf {
  text-align: left;
}

.rolla-d045zg.rolla-dx1zmp {
  text-align: right;
}

.rolla-d045zg.rolla-b0jehl {
  text-align: center;
}

.rolla-iqhnm6 {
  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.rolla-qbakcw ease-in-out;
  cursor: pointer;
}

.rolla-iqhnm6:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rolla-iqhnm6 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rolla-iqhnm6 {
    min-width: unset;
  }
}

.rolla-h937vr {
  background-color: var(--fh-bg-color);
}

.rolla-35ra7f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rolla-lwited {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.rolla-lwited img {
  max-height: 44px;
  object-fit: contain;
}

.rolla-3rls0b {
  flex: 1 1;
}

.rolla-3c41k6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rolla-q5ch56 {
  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;
}

.rolla-q5ch56 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;
}

.rolla-q5ch56.rolla-lojvy2 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rolla-q5ch56.rolla-lojvy2 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rolla-q5ch56.rolla-lojvy2 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rolla-3rls0b + .rolla-3c41k6 {
  margin-left: 20px;
}

.rolla-cf2lc7 {
  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;
}

.rolla-cf2lc7 > svg {
  max-width: 24px;
  max-height: 24px;
}

.rolla-cf2lc7 + .rolla-cf2lc7 {
  margin-left: 5px;
}

.rolla-kod8fo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rolla-kod8fo:hover {
  background-color: var(--button-bg-hover);
}

.rolla-33iti5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rolla-qbakcw ease-in-out;
  border: 1px solid var(--border-color);
}

.rolla-33iti5:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rolla-k3006m {
  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) {
  .rolla-3rls0b {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rolla-k3006m {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rolla-3rls0b {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rolla-cf2lc7 {
    min-width: unset;
    flex: 1 1;
  }
}

.rolla-343jwi {
  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;
}

.rolla-343jwi:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rolla-343jwi:hover .rolla-phikon {
  opacity: 1;
  pointer-events: auto;
}

.rolla-cuuykf {
  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.rolla-pdkew7 ease-in-out;
  gap: 4px;
}

.rolla-cuuykf > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rolla-cuuykf .rolla-wk7kwu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rolla-yq1hm6,
.rolla-cuuykf:hover {
  color: var(--button-bg-hover);
}

.rolla-pvsc1m {
  position: relative;
}

.rolla-pvsc1m .rolla-cuuykf {
  margin-right: 0;
  padding-right: 4px;
}

.rolla-b3zklw svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rolla-pvsc1m.rolla-lojvy2 .rolla-b3zklw svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rolla-pvsc1m.rolla-lojvy2 .rolla-phikon {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rolla-pvsc1m.rolla-lojvy2 .rolla-phikon::before {
  display: none;
}

.rolla-b3zklw svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rolla-phikon {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rolla-j8zhwy 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rolla-phikon::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rolla-phikon:hover {
  color: var(--fh-bg-color);
}

.rolla-he3gg3 {
  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.rolla-j8zhwy 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rolla-pdkew7 ease-in-out;
  -o-transition: 0.rolla-pdkew7 ease-in-out;
  transition: 0.rolla-pdkew7 ease-in-out;
}

.rolla-he3gg3 .rolla-wk7kwu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rolla-jvk2xv,
.rolla-he3gg3:hover {
  color: var(--button-bg-hover);
}

.rolla-sifs3u {
  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%;
}

.rolla-sifs3u.rolla-h7r5tr {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rolla-sifs3u.rolla-h7r5tr:after,
.rolla-sifs3u.rolla-h7r5tr:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rolla-sifs3u.rolla-h7r5tr: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);
  }
}

.rolla-sifs3u.rolla-h7r5tr:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rolla-sifs3u.rolla-h7r5tr > * {
  z-index: 1;
}

.rolla-sifs3u b,
.rolla-sifs3u strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rolla-sifs3u .rolla-xagrdp {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rolla-sifs3u .rolla-dm5s7l {
  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;
}

.rolla-sifs3u .rolla-wk7kwu {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rolla-sifs3u .rolla-izdg7j {
  margin-top: 12px;
}

.rolla-izdg7j {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rolla-pgxpxn {
  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;
}

.rolla-izdg7j .rolla-0fg3n1 {
  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.rolla-qbakcw ease-in-out;
}

.rolla-izdg7j .rolla-0fg3n1:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rolla-gy6obe {
  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;
}

.rolla-sifs3u.rolla-i4ls69 {
  gap: 12px;
  padding: 16px;
}

.rolla-sifs3u.rolla-i4ls69 .rolla-gy6obe {
  min-width: 240px;
}

.rolla-sifs3u.rolla-i4ls69 .rolla-gy6obe.rolla-yf5m86 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rolla-sifs3u .rolla-xagrdp {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rolla-sifs3u .rolla-dm5s7l {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rolla-sifs3u .rolla-wk7kwu {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rolla-sifs3u.rolla-i4ls69 .rolla-wk7kwu {
    max-width: 126px;
  }
  .rolla-sifs3u .rolla-izdg7j {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rolla-sifs3u .rolla-pgxpxn {
    max-width: unset;
  }
  .rolla-gy6obe {
    min-width: unset;
    width: 100%;
  }
  .rolla-sifs3u .rolla-gy6obe {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rolla-sifs3u.rolla-i4ls69 {
    grid-template-rows: auto 1fr auto;
  }
  .rolla-sifs3u.rolla-i4ls69 .rolla-gy6obe {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rolla-sifs3u {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rolla-sifs3u .rolla-xagrdp {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rolla-sifs3u .rolla-wk7kwu {
    max-width: 78px;
  }
  .rolla-sifs3u .rolla-izdg7j {
    margin-top: -12px;
  }
  .rolla-sifs3u.rolla-i4ls69 {
    gap: 8px;
  }
  .rolla-sifs3u.rolla-i4ls69 .rolla-xagrdp {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rolla-sifs3u.rolla-i4ls69 .rolla-dm5s7l {
    grid-column: 1/3;
  }
  .rolla-sifs3u.rolla-i4ls69 .rolla-wk7kwu {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rolla-sifs3u.rolla-i4ls69 .rolla-wk7kwu img {
    max-width: 114px;
  }
}

.rolla-gy6obe.rolla-8wyghz,
.rolla-gy6obe.rolla-3q81ee,
.rolla-gy6obe.rolla-iok6ch {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rolla-qbakcw ease-in-out;
}

.rolla-gy6obe.rolla-8wyghz,
.rolla-gy6obe.rolla-iok6ch {
  padding: 10px;
}

.rolla-gy6obe.rolla-8wyghz:hover,
.rolla-gy6obe.rolla-3q81ee:hover,
.rolla-gy6obe.rolla-iok6ch:hover {
  background: var(--button-bg-hover);
}

.rolla-gy6obe.rolla-8wyghz:hover svg path,
.rolla-gy6obe.rolla-iok6ch:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rolla-gy6obe.rolla-yf5m86 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rolla-qbakcw ease-in-out;
  background: var(--button-bg-color);
}

.rolla-gy6obe.rolla-yf5m86:hover {
  background-color: var(--button-bg-hover);
}

.rolla-gy6obe.rolla-3q81ee: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);
  }
}

.rolla-gy6obe.rolla-3q81ee:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rolla-gy6obe.rolla-yf5m86:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rolla-2wkyt3 {
  max-width: 650px;
}

.rolla-1ne1c0 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rolla-wwoqvr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rolla-yub09s {
  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.rolla-pdkew7 ease-in-out;
  cursor: pointer;
}

.rolla-yub09s:hover {
  opacity: 0.5;
}

.rolla-yub09s:focus {
  outline: 0;
}

.rolla-yub09s:focus .rolla-73unme,
.rolla-yub09s:hover .rolla-73unme {
  fill: red;
  fill-opacity: 1;
}

.rolla-yub09s:hover {
  cursor: pointer;
}

.rolla-hm4790 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rolla-2wkyt3.rolla-b0jehl {
  margin: 0 auto;
}

.rolla-2wkyt3.rolla-dx1zmp {
  margin-left: auto;
}

.rolla-e1zmtk {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rolla-v22r1e {
  padding-bottom: 50px;
}

.rolla-0t322w {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rolla-8wwm01 {
  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;
}

.rolla-t6vh21 {
  margin-top: 24px;
}

.rolla-4e5a4e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rolla-36tuij {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rolla-qfek7y {
  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;
}

.rolla-n82omz {
  width: 468px;
}

.rolla-qfek7y .rolla-phikon {
  margin: 0.rolla-pr17c5 0;
}

.rolla-0mo9hl {
  display: flex;
  min-width: 224px;
}

.rolla-mfiu7d {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rolla-pdkew7 ease-in-out;
}

.rolla-wphb16,
.rolla-mfiu7d:hover {
  color: var(--text-color);
}

.rolla-dyjt4b {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rolla-aggur3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rolla-e1zmtk {
    padding: 16px;
  }
  .rolla-dyjt4b {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rolla-aggur3 {
    align-items: center;
  }
  .rolla-n82omz {
    width: unset;
  }
  .rolla-0mo9hl {
    min-width: unset;
  }
  .rolla-qfek7y {
    max-height: unset;
  }
  .rolla-0t322w {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rolla-e1zmtk {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rolla-88039a {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rolla-88039a:not(:last-child) {
  margin-bottom: 16px;
}

.rolla-qrm4ey {
  outline: 0;
}

.rolla-qrm4ey .rolla-ews10t {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rolla-4bicei {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rolla-4bicei {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rolla-4bicei::-webkit-details-marker {
  display: none;
}

.rolla-4bicei: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;
}

.rolla-4bicei: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] .rolla-4bicei:after {
  transform: unset;
}

.rolla-ews10t {
  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);
}

.rolla-ews10t 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.rolla-pdkew7 ease-in-out;
  -o-transition: 0.rolla-pdkew7 ease-in-out;
  transition: 0.rolla-pdkew7 ease-in-out;
}

.rolla-rpigmq {
  padding: 16px 0 0 0;
}

.rolla-rpigmq * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rolla-rpigmq :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rolla-4bicei {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rolla-4bicei::after {
    margin-left: auto;
  }
  .rolla-ews10t {
    order: 3;
    flex: 1 1 100%;
  }
  .rolla-4bicei {
    font-size: 14px;
    line-height: 130%;
  }
  .rolla-ews10t svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rolla-yvdrk5 {
  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;
}

.rolla-bz7byl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rolla-yvdrk5.rolla-lojvy2 .rolla-bz7byl {
  margin-bottom: 12px;
}

.rolla-bz7byl::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;
}

.rolla-yvdrk5.rolla-lojvy2 .rolla-bz7byl::after {
  transform: unset;
}

.rolla-iis0h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rolla-b4kd1d {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rolla-pdkew7 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rolla-b4kd1d: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;
}

.rolla-yvdrk5.rolla-lojvy2 .rolla-iis0h3 {
  max-height: 100%;
}

.rolla-qqsr8m {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rolla-mynjlw {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rolla-m76yi5 {
  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;
}

.rolla-02s7bf {
  margin-right: 4px;
}

.rolla-hdawsx {
  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.rolla-pdkew7 ease-in-out;
}

.rolla-hdawsx svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rolla-dlawnd,
.rolla-hdawsx:hover {
  color: var(--text-color);
}

.rolla-6bk6vj {
  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;
}

.rolla-6bk6vj img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rolla-6bk6vj .rolla-5mwp9w {
  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;
}

.rolla-6bk6vj .rolla-jlssed {
  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;
}

.rolla-ilzjyx {
  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;
}

.rolla-n5rmh4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rolla-wif872 .rolla-m0epgk {
  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;
}

.rolla-wif872 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rolla-40p4zf {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rolla-ttb7q6 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rolla-8a7gor {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rolla-zi4vi1 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;
}

.rolla-8a7gor:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rolla-9be509 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rolla-is6jwp {
  -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.rolla-pdkew7 ease-in-out;
  transition: transform 0.rolla-pdkew7 ease-in-out;
  -o-transition: transform 0.rolla-pdkew7 ease-in-out;
  transition:
    transform 0.rolla-pdkew7 ease-in-out,
    -webkit-transform 0.rolla-pdkew7 ease-in-out;
  cursor: pointer;
}

.rolla-is6jwp svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rolla-is6jwp: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;
}

.rolla-hx3n3v {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rolla-hx3n3v {
    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);
}

.rolla-m7423y {
  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;
}

.rolla-95rh5h {
  position: relative;
  width: 100%;
}

.rolla-m7423y.rolla-mcugpu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rolla-m7423y.rolla-b0jehl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rolla-m7423y.rolla-dx1zmp {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rolla-kv39y7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rolla-2qhmdv {
  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.rolla-pdkew7 ease-in-out;
  cursor: pointer;
}

.rolla-2qhmdv:hover {
  opacity: 0.5;
}

.rolla-m7423y.rolla-wl5bhy .rolla-2qhmdv {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rolla-m7423y.rolla-wl5bhy .rolla-kv39y7 {
  cursor: pointer;
}

.rolla-jf0va6 {
  fill: #0009;
}

.rolla-2193r4 {
  fill: #fff;
}

.rolla-2qhmdv:hover .rolla-jf0va6 {
  fill: red;
}

.rolla-2qhmdv svg path {
  -webkit-transition: 0.rolla-pdkew7 ease-in-out;
  -o-transition: 0.rolla-pdkew7 ease-in-out;
  transition: 0.rolla-pdkew7 ease-in-out;
}

.rolla-pj8tq4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rolla-pj8tq4 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rolla-pj8tq4.rolla-381f5i > :not(.get-image) {
  grid-column: 1/3;
}

.rolla-7pb0bf:not(._h1-block) .rolla-pj8tq4 > .rolla-pg1h8s {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rolla-pj8tq4.rolla-381f5i .rolla-a0oksq {
  grid-column: 2/3;
}

.rolla-pj8tq4.rolla-381f5i > .rolla-wk7kwu {
  grid-column: 1/2;
}

.rolla-pj8tq4.rolla-381f5i > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rolla-pj8tq4 > p:first-of-type {
  margin-top: 0;
}

.rolla-pj8tq4 .rolla-wk7kwu {
  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;
}

.rolla-7pb0bf:not(._h1-block) .rolla-pg1h8s ~ .rolla-wk7kwu {
  grid-row: 2/10;
}

.rolla-7pb0bf.rolla-l8eiaz .rolla-pg1h8s ~ .rolla-wk7kwu {
  grid-row: 1/10;
}

.rolla-7pb0bf.rolla-l8eiaz > .rolla-pg1h8s {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rolla-7pb0bf.rolla-l8eiaz .rolla-wk7kwu {
  grid-row: 1/10;
}

.rolla-pj8tq4.rolla-qsa6lu .rolla-wk7kwu {
  align-items: flex-start;
}

.rolla-pj8tq4.rolla-b0jehl .rolla-a0oksq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rolla-pj8tq4.rolla-b0jehl .rolla-wk7kwu {
  align-items: center;
}

.rolla-pj8tq4.rolla-wmw8bt .rolla-wk7kwu {
  align-items: flex-end;
}

.rolla-a0oksq > :first-child {
  margin-top: 0;
}

.rolla-a0oksq > :last-child {
  margin-bottom: 0;
}

* + .rolla-zh20fw,
.rolla-7pb0bf + .rolla-7pb0bf {
  margin-top: 2rem;
}

.rolla-fh71ri td::before,
.rolla-fh71ri th::after {
  display: none !important;
}

.rolla-fh71ri #link-selector {
  color: #000;
}

.rolla-fh71ri .rolla-i4b0pi {
  color: #135e96;
}

.rolla-fh71ri .rolla-sfpf7j *,
.rolla-fh71ri .rolla-ladqex p,
.rolla-fh71ri .rolla-7bc0sz * {
  color: #000;
}

.rolla-fh71ri .rolla-b197ny {
  background: 0 0 !important;
}

.rolla-fh71ri .rolla-rclwkn {
  color: #000;
}

.rolla-fh71ri .rolla-pbanwt.rolla-lh1w6g {
  color: #fff;
}

.rolla-fh71ri .rolla-duap8i {
  color: #000;
}

.rolla-fh71ri
  .rolla-vev1n5
  .rolla-m6uoj3.rolla-lh1w6g.rolla-7cl5uj {
  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;
}

.rolla-bz1q2p,
body .rolla-3y9q5f {
  color: #000;
  background: var(--color-body) !important;
}

.rolla-bz1q2p .rolla-0gn2kz .rolla-r2mqmd,
body .rolla-3y9q5f .rolla-0gn2kz .rolla-r2mqmd {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rolla-b4kd1d:focus,
  .rolla-b4kd1d:hover {
    color: #f9cb16;
  }
  .rolla-fe7zuw:focus,
  .rolla-fe7zuw:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rolla-n1gs2c:focus img,
  .rolla-n1gs2c:focus svg,
  .rolla-n1gs2c:hover img,
  .rolla-n1gs2c:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rolla-6bk6vj {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rolla-pvsc1m:hover .rolla-b3zklw svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rolla-b3zklw {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rolla-wzomp7 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rolla-r3t1gz {
    grid-template-columns: repeat(4, 1fr);
  }
  .rolla-x3efgd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rolla-q62q67 .rolla-r3zqy7 {
    grid-template-columns: 1fr;
  }
  .rolla-q62q67 .rolla-7hqrr5 {
    -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;
  }
  .rolla-q62q67 .rolla-y9nn9x {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rolla-q62q67 .rolla-xxm8x0 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rolla-q62q67 .rolla-idb75n {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rolla-q62q67 .rolla-y9nn9x:not(:first-child) {
    border: none;
  }
  .rolla-q62q67 .rolla-y9nn9x:first-child .rolla-xxm8x0 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rolla-q62q67 .rolla-y9nn9x:last-child .rolla-xxm8x0 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rolla-35ra7f {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rolla-lwited {
    max-width: 100px;
  }
  .rolla-3rls0b {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rolla-3c41k6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rolla-3c41k6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rolla-q5ch56 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rolla-3rls0b + .rolla-3c41k6 {
    margin-left: auto;
  }
  .rolla-t9ro0h {
    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;
  }
  .rolla-t9ro0h.rolla-lojvy2 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rolla-k3006m {
    -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;
  }
  .rolla-343jwi {
    width: 100%;
  }
  .rolla-343jwi:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rolla-cuuykf {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rolla-cuuykf svg {
    margin-right: 4px;
  }
  .rolla-pvsc1m {
    -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;
  }
  .rolla-b3zklw svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rolla-b3zklw {
    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;
  }
  .rolla-phikon {
    display: none;
    width: 100%;
  }
  .rolla-pvsc1m.rolla-lojvy2 .rolla-phikon {
    padding: 0 0 0 48px;
  }
  .rolla-he3gg3 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rolla-8wwm01 .rolla-wk7kwu {
    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;
  }
  .rolla-nrue1u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rolla-nrue1u + .rolla-nrue1u {
    margin-right: 0;
  }
  .rolla-nrue1u + .rolla-wk7kwu {
    margin: 0;
  }
  .rolla-wzomp7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .rolla-r3t1gz {
    grid-template-columns: repeat(3, 1fr);
  }
  .rolla-5cxivo,
  .rolla-rojtym {
    grid-template-columns: repeat(2, 1fr);
  }
  .rolla-pj8tq4 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rolla-pj8tq4.rolla-381f5i .rolla-a0oksq {
    grid-column: auto;
    grid-row: auto;
  }
  .rolla-pj8tq4 > .rolla-pg1h8s {
    grid-column: 1/2;
  }
  .rolla-pj8tq4.rolla-381f5i > :not(.get-image) {
    grid-column: 1/2;
  }
  .rolla-pj8tq4 .rolla-wk7kwu,
  .rolla-pj8tq4.rolla-381f5i > .rolla-wk7kwu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rolla-pj8tq4.rolla-381f5i > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rolla-7pb0bf.rolla-l8eiaz .rolla-pj8tq4 > .rolla-wk7kwu {
    grid-row: 1/2;
  }
  .rolla-pj8tq4 .rolla-pg1h8s ~ .rolla-wk7kwu,
  .rolla-pj8tq4.rolla-381f5i .rolla-pg1h8s ~ .rolla-wk7kwu {
    grid-row: 2/3;
  }
  .rolla-7pb0bf.rolla-l8eiaz .rolla-pg1h8s ~ .rolla-wk7kwu {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rolla-a1111k:first-child .rolla-7ebo27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rolla-a1111k:first-child .rolla-7ebo27 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rolla-a1111k {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rolla-a1111k {
    padding: 0;
  }
  .rolla-d045zg {
    margin-top: 1rem;
  }
  .rolla-qrm4ey {
    border-radius: 5px;
  }
  .rolla-pafto1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rolla-bz7byl::after {
    display: inline-block;
  }
  .rolla-bz7byl {
    margin: 0;
    width: 100%;
  }
  .rolla-iis0h3 {
    width: 100%;
  }
  .rolla-iis0h3.rolla-3imfm1 {
    -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%;
  }
  .rolla-iis0h3.rolla-3imfm1 .rolla-0q1y7z {
    width: 100%;
  }
  .rolla-iis0h3.rolla-3imfm1 .rolla-0q1y7z:not(:last-child) {
    margin-right: 0;
  }
  .rolla-b4kd1d {
    width: 100%;
    text-align: center;
  }
  .rolla-yvdrk5.rolla-lojvy2 .rolla-iis0h3 {
    margin-top: 1rem;
  }
  .rolla-wzomp7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .rolla-x3efgd,
  .rolla-r3t1gz {
    grid-template-columns: repeat(2, 1fr);
  }
  .rolla-5cxivo,
  .rolla-rojtym,
  .rolla-2yarzk {
    grid-template-columns: 1fr;
  }
  .rolla-lc605m {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rolla-t95uav {
    min-width: 300px;
    max-width: 325px;
  }
  .rolla-xxm8x0 {
    cursor: auto;
  }
  .rolla-wdx56o .rolla-xxm8x0 {
    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;
  }
  .rolla-hx3n3v {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rolla-phikon {
    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) {
  .rolla-hx3n3v {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rolla-nrue1u p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rolla-3c41k6 {
    margin: 0 -0.2rem;
  }
  .rolla-nrue1u {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rolla-qyz2lw {
    -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;
  }
  .rolla-mtdd0n {
    max-width: 100%;
  }
  .rolla-wzomp7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .rolla-x3efgd,
  .rolla-r3t1gz {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rolla-35ra7f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rolla-3c41k6 {
    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;
  }
  .rolla-h937vr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rolla-cf2lc7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rolla-rkgav7,
  .rolla-akuoqk {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rolla-iqhnm6 {
    width: 100%;
  }
  .rolla-wzomp7 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rolla-hx3n3v {
    top: 127px !important;
  }
}

.rolla-f6eihq {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rolla-f6eihq {
  }
}

@media (max-width: 767px) {
  .rolla-f6eihq {
    margin-bottom: 12px;
  }
}

.rolla-f6eihq img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rolla-n8f5hf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rolla-n8f5hf > .rolla-l2w16m {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rolla-n8f5hf {
    flex-direction: column;
    gap: 12px;
  }
}

.rolla-rxt61x {
  display: flex;
}

.rolla-rxt61x .rolla-j271kn {
  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;
}

.rolla-rxt61x .rolla-q41rw2 {
  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;
}

.rolla-rxt61x .rolla-e1r0cc {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rolla-rxt61x .rolla-v4r6n8 {
  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));
  }
}

.rolla-rxt61x .rolla-v4r6n8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rolla-rxt61x .rolla-6rmun0 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rolla-qsii46 {
  border: unset;
  background-color: unset;
}

.rolla-qsii46 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rolla-qsii46 .rolla-66uozd,
.rolla-qsii46 .rolla-xx8vt4 {
  flex: 0 1 330px;
}

.rolla-qsii46 .rolla-gh6fsp {
  flex: 1 1;
}

.rolla-qsii46 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rolla-qsii46 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rolla-qsii46 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rolla-qsii46 tr td p {
  color: #fff;
  margin: 0;
}

.rolla-qsii46 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rolla-qsii46 tr.rolla-66uozd td p {
  padding: 16px 0;
}

.rolla-qsii46 tr.rolla-66uozd td p:not(:last-child),
.rolla-qsii46 tr.rolla-xx8vt4 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rolla-qsii46 tr.rolla-66uozd td p:first-child,
.rolla-qsii46 tr.rolla-xx8vt4 td p:first-child {
  padding-top: 0;
}

.rolla-qsii46 tr.rolla-xx8vt4 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rolla-qsii46 tr.rolla-xx8vt4 td p:last-child {
  padding-bottom: 0;
}

.rolla-qsii46 .rolla-xx8vt4 img {
  max-width: 32px;
}

.rolla-qsii46 .rolla-gh6fsp {
  min-width: 718px;
}

.rolla-qsii46 .rolla-gh6fsp td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rolla-qsii46 .rolla-gh6fsp td {
  display: flex;
}

.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-pi3vao,
.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-5f3wfj,
.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-w06juv {
  flex: 1 1 50%;
}

.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-qku9fc {
  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;
}

.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-0qzm5z,
.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-bykjpu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-pi3vao,
.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-5f3wfj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-pi3vao span,
.rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-5f3wfj span {
  font-weight: 800;
}

.rolla-qsii46 .rolla-gh6fsp img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rolla-qsii46 .rolla-gh6fsp td .rolla-w06juv:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rolla-qsii46 tr.rolla-66uozd td p:last-child {
    padding-bottom: 0;
  }
  .rolla-qsii46 .rolla-xx8vt4 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rolla-qsii46 .rolla-xx8vt4 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rolla-qsii46 tr.rolla-66uozd td p:not(:last-child),
  .rolla-qsii46 tr.rolla-xx8vt4 td p:not(:last-child) {
    border-bottom: unset;
  }
  .rolla-qsii46 tr.rolla-xx8vt4 td p:last-child {
    padding-bottom: 12px;
  }
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-pi3vao,
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-5f3wfj,
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-w06juv {
    flex: 1 1 50%;
    padding: 0;
  }
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-pi3vao,
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-5f3wfj {
    margin-top: 16px;
  }
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-w06juv {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-pi3vao {
    border-right: 1px solid var(--border-color);
  }
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-w06juv:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rolla-qsii46 .rolla-gh6fsp td:last-child .rolla-w06juv:last-child {
    padding-bottom: 0;
  }
}

.rolla-w06juv {
  display: flex;
  flex-direction: column;
}

.rolla-qsii46 .rolla-gh6fsp td .rolla-w06juv {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rolla-qsii46 .rolla-gh6fsp td .rolla-w06juv:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rolla-qsii46 .rolla-gh6fsp td .rolla-w06juv:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rolla-qsii46 .rolla-gh6fsp td .rolla-w06juv:not(:first-child) {
    padding-left: 0;
  }
  .rolla-qsii46 .rolla-gh6fsp td .rolla-w06juv:not(:last-of-type) {
    border-right: unset;
  }
}

.rolla-qsii46 .rolla-rbxlwn {
  flex: 0 1 485px;
}

.rolla-qsii46 .rolla-eep3an {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rolla-qsii46 .rolla-eep3an li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rolla-qsii46 .rolla-eep3an li.rolla-vfwmfp {
  padding: 6px 12px;
}

.rolla-qsii46 .rolla-eep3an li a,
.rolla-qsii46 .rolla-eep3an 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;
}

.rolla-qsii46 .rolla-8dwclf,
.rolla-qsii46 .rolla-kzsuz3 {
  flex: 1 1;
}

.rolla-qsii46 .rolla-bsfdjg,
.rolla-qsii46 .rolla-pd143c {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rolla-qsii46 .rolla-bsfdjg li,
.rolla-qsii46 .rolla-pd143c li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rolla-qsii46 .rolla-kzsuz3 img {
  max-width: 32px;
}

.rolla-qsii46 .rolla-8dwclf img {
  max-width: 32px;
}

.rolla-qsii46 .rolla-16gkdc {
  min-width: 280px;
}

.rolla-qsii46 .rolla-16gkdc img {
  max-width: 146px;
}

.rolla-qsii46 .rolla-16gkdc td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rolla-qsii46 .rolla-66uozd,
  .rolla-qsii46 .rolla-xx8vt4 {
    flex: 0 1 auto;
  }
  .rolla-qsii46 .rolla-gh6fsp {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rolla-qsii46 .rolla-66uozd,
  .rolla-qsii46 .rolla-rbxlwn,
  .rolla-qsii46 .rolla-xx8vt4,
  .rolla-qsii46 .rolla-gh6fsp {
    flex: 1 1 calc(50% - 20px);
  }
  .rolla-qsii46 .rolla-8dwclf,
  .rolla-qsii46 .rolla-16gkdc,
  .rolla-qsii46 .rolla-kzsuz3 {
    flex: 1 1 30%;
  }
  .rolla-qsii46 .rolla-16gkdc {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rolla-qsii46 .rolla-66uozd,
  .rolla-qsii46 .rolla-rbxlwn,
  .rolla-qsii46 .rolla-8dwclf,
  .rolla-qsii46 .rolla-xx8vt4,
  .rolla-qsii46 .rolla-gh6fsp,
  .rolla-qsii46 .rolla-16gkdc,
  .rolla-qsii46 .rolla-kzsuz3 {
    flex: 1 1 100%;
  }
}

.rolla-o4me2k .rolla-y7c5cd {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rolla-o4me2k .rolla-iawux7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rolla-o4me2k .rolla-61uk3t {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rolla-o4me2k .rolla-q3uhew {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rolla-o4me2k .rolla-q3uhew > :nth-child(3) {
  margin-top: 0;
}

.rolla-o4me2k .rolla-wk7kwu {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rolla-o4me2k .rolla-y1c0zb {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rolla-o4me2k .rolla-d045zg {
  grid-column: 1/2;
}

.rolla-o4me2k > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rolla-o4me2k .rolla-iawux7: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;
}

.rolla-o4me2k .rolla-iawux7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rolla-o4me2k .rolla-iqhnm6 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rolla-o4me2k .rolla-iawux7:not(:last-child):before {
    bottom: 8px;
  }
  .rolla-o4me2k .rolla-iawux7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rolla-o4me2k .rolla-q3uhew {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rolla-o4me2k .rolla-wk7kwu {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rolla-o4me2k .rolla-wk7kwu img {
    width: 100%;
    height: auto;
  }
  .rolla-o4me2k .rolla-iqhnm6 {
    width: 100%;
    min-width: unset;
  }
}

.rolla-zeisqr .rolla-uq8966 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rolla-zeisqr .rolla-fx7o57 {
  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;
}

.rolla-zeisqr .rolla-wk7kwu {
  height: 100%;
}

.rolla-zeisqr .rolla-wk7kwu img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rolla-zeisqr .rolla-xd13fo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rolla-zeisqr .rolla-1heosa {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rolla-zeisqr .rolla-ksojuz {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rolla-zeisqr .rolla-fx7o57 {
    flex: 1 1 100%;
  }
  .rolla-zeisqr .rolla-gy6obe {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rolla-zeisqr .rolla-fx7o57 {
    flex-direction: column;
  }
  .rolla-zeisqr .rolla-wk7kwu {
    width: 100%;
    height: auto;
  }
  .rolla-zeisqr .rolla-wk7kwu img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rolla-zeisqr .rolla-xd13fo {
    padding: 0 16px 16px 16px;
  }
  .rolla-zeisqr .rolla-gy6obe {
    min-width: unset;
    width: 100%;
  }
}

.rolla-cv8h9y .rolla-lj65cp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rolla-cv8h9y .rolla-lm266m {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rolla-cv8h9y 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;
}

.rolla-cv8h9y .rolla-1f9gxv {
  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;
}

.rolla-cv8h9y .rolla-lm266m:hover .rolla-1f9gxv {
  display: flex;
}

.rolla-cv8h9y .rolla-31bahp {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rolla-cv8h9y .rolla-otbhxe {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rolla-c8dypt {
  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;
}

.rolla-c8dypt.rolla-osj5b1 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rolla-qbakcw ease-in-out;
}

.rolla-c8dypt.rolla-osj5b1:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rolla-cv8h9y .rolla-gn77kx {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rolla-qbakcw ease-in-out;
}

.rolla-cv8h9y .rolla-gn77kx:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rolla-cv8h9y .rolla-gn77kx:after,
.rolla-c8dypt.rolla-osj5b1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rolla-c8dypt.rolla-osj5b1:after {
  background-image: url(../images/Cash.svg);
}

.rolla-cv8h9y .rolla-gn77kx:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rolla-cv8h9y .rolla-lj65cp {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rolla-cv8h9y .rolla-lj65cp {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rolla-cv8h9y .rolla-lj65cp {
    grid-template-columns: 1fr;
  }
  .rolla-cv8h9y .rolla-lm266m {
    height: auto;
  }
  .rolla-cv8h9y .rolla-lm266m .rolla-1f9gxv {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rolla-cv8h9y .rolla-31bahp,
  .rolla-cv8h9y .rolla-otbhxe {
    text-align: left;
  }
  .rolla-cv8h9y .rolla-otbhxe {
    margin-bottom: 8px;
  }
  .rolla-cv8h9y img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rolla-cfiego {
  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;
}

.rolla-cfiego.rolla-wl5bhy {
  display: block;
}

.rolla-cfiego .rolla-6ta25l {
  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;
}

.rolla-cfiego .rolla-23y1w5 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rolla-cfiego .rolla-88wfsk {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rolla-cfiego .rolla-w35nhm {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rolla-cfiego .rolla-c8dypt {
  min-width: 296px;
  margin-bottom: 0;
}

.rolla-cfiego .rolla-nbzgxd {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rolla-cfiego .rolla-dyp8n0 {
  position: relative;
  flex: 1 1;
}

.rolla-cfiego .rolla-dyp8n0 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rolla-cfiego .rolla-23y1w5 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rolla-cfiego .rolla-88wfsk {
    order: 1;
  }
  .rolla-cfiego .rolla-w35nhm {
    order: 3;
    flex: 1 1 100%;
  }
  .rolla-cfiego .rolla-c8dypt {
    width: 100%;
    min-width: unset;
  }
  .rolla-cfiego .rolla-nbzgxd {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rolla-pj8tq4 > .rolla-pg1h8s {
    margin-bottom: 0;
  }
  .rolla-pj8tq4 > .rolla-d045zg,
  .rolla-pj8tq4 > p {
    margin-top: 0;
  }
}

.rolla-18toy4 img,
.rolla-nrue1u img {
  width: auto;
  object-fit: contain;
}

.rolla-18toy4 {
  align-items: center;
}

.rolla-18toy4 img {
  max-height: 76px;
}

.rolla-nrue1u img {
  max-height: 64px;
}

.rolla-163xww {
  overflow: auto;
}

.rolla-5j94wx {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rolla-jhensn:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rolla-w5da0k {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rolla-bltfkz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rolla-w5da0k .rolla-wk7kwu {
  margin-right: 20px;
  flex-shrink: 0;
}

.rolla-w5da0k img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rolla-zb1byy {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rolla-zb1byy > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rolla-w5da0k {
    padding: 15px 10px;
  }
  .rolla-zb1byy {
    padding: 15px 10px;
  }
  .rolla-w5da0k .rolla-wk7kwu {
    margin-right: 10px;
  }
}

.rolla-hkjr94 {
  overflow-x: auto;
}

.rolla-y4g195 {
  border-collapse: collapse;
  width: 100%;
}

.rolla-hkjr94 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rolla-hkjr94 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rolla-hkjr94 td.rolla-zunh9r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rolla-hkjr94 td.rolla-kytaga {
  border-right: none;
}

.rolla-hkjr94 td.rolla-kytaga .rolla-wk7kwu {
  justify-content: flex-start;
}

.rolla-hkjr94 td.rolla-kytaga .rolla-wk7kwu img {
  height: auto;
  width: 90px;
}

.rolla-hkjr94 td.rolla-fd6nm0,
.rolla-hkjr94 td.rolla-on46zp {
  font-weight: 600;
  text-align: right;
}

.rolla-hkjr94 td.rolla-rl1nro,
.rolla-hkjr94 td.rolla-fd6nm0 {
  padding-bottom: 10px;
  border-bottom: none;
}

.rolla-hkjr94 td.rolla-fd6nm0,
.rolla-hkjr94 td.rolla-on46zp {
  border-left: none;
}

.rolla-hkjr94 td.rolla-rl1nro,
.rolla-hkjr94 td.rolla-ls671a {
  border-right: none;
}

.rolla-hkjr94 td.rolla-ls671a,
.rolla-hkjr94 td.rolla-on46zp {
  border-top: none;
  padding-top: 10px;
}

.rolla-ox6i0s {
  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;
}

.rolla-ox6i0s .rolla-gy6obe {
  min-width: unset;
  width: 100%;
}

.rolla-ox6i0s .rolla-gy6obe.rolla-8wyghz {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rolla-ox6i0s .rolla-gy6obe.rolla-iok6ch {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rolla-ox6i0s .rolla-brpp1q {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rolla-ox6i0s {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rolla-ox6i0s .rolla-gy6obe.rolla-8wyghz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rolla-ox6i0s .rolla-gy6obe.rolla-iok6ch {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rolla-ox6i0s .rolla-brpp1q {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rolla-qchnl6 {
  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;
}

.rolla-ysmxma {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rolla-s2pj7m p a img {
  margin: 0 auto;
  display: block;
}

.rolla-s2pj7m table {
  margin-bottom: 17px;
}

/* contanct form */
.rolla-7pen9g {
  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;
}

.rolla-7pen9g label {
  font-size: 14px;
}

.rolla-7pen9g h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rolla-7pen9g input,
.rolla-7pen9g textarea,
.rolla-7pen9g 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;
}
.rolla-7pen9g button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rolla-qbakcw ease;
}
.rolla-7pen9g button:hover {
  background-color: #691204;
}
.rolla-bjb8ek {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rolla-8ge0pi ease-in;
}

.rolla-bjb8ek h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}