@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);
}

.coolzino-dl860e {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.coolzino-fi5xlr {
  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.coolzino-q8c6rg,
ul.coolzino-q8c6rg {
  padding-left: 20px;
}

ul.coolzino-q8c6rg {
  list-style: disc;
}

ol.coolzino-q8c6rg {
  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;
  }
}

.coolzino-0eusig > .coolzino-tlme1z,
.coolzino-0eusig > .coolzino-q1cuxb,
.coolzino-0eusig > blockquote,
.coolzino-0eusig > h1,
.coolzino-0eusig > h2,
.coolzino-0eusig > h3,
.coolzino-0eusig > h4,
.coolzino-0eusig > h5,
.coolzino-0eusig > h6,
.coolzino-0eusig > ol,
.coolzino-0eusig > p,
.coolzino-0eusig > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.coolzino-0eusig > ol,
.coolzino-0eusig > ul {
  padding-left: 50px;
}

.coolzino-0eusig 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;
}

.coolzino-0eusig:not(:last-child) {
  margin-bottom: 2rem;
}

.coolzino-0eusig > :not(:first-child) {
  margin-top: 2rem;
}

.coolzino-0eusig {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coolzino-0eusig:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .coolzino-0eusig:first-child {
    margin-top: 20px;
  }
}

.coolzino-0eusig > p:last-of-type {
  margin-bottom: 32px;
}

.coolzino-0eusig > .coolzino-hv5oko:not(:first-child) {
  margin: 64px auto 16px auto;
}

.coolzino-8v5el0 > .coolzino-hv5oko {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.coolzino-q1cuxb {
  overflow: auto;
}

.coolzino-q1cuxb::-webkit-scrollbar {
  height: 5px;
}

.coolzino-q1cuxb table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.coolzino-q1cuxb table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.coolzino-q1cuxb table thead,
table thead {
  border-bottom: none;
}

.coolzino-q1cuxb table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.coolzino-q1cuxb table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.coolzino-q1cuxb table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.coolzino-q1cuxb .coolzino-q4s4xj {
  table-layout: auto;
}

.coolzino-q1cuxb .coolzino-q4s4xj th {
  word-break: normal;
}

.coolzino-q1cuxb .coolzino-q4s4xj td {
  word-break: normal;
}

.coolzino-dl860e .coolzino-dl860e {
  padding-right: 0;
  padding-left: 0;
}

.coolzino-p9r6jz {
  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;
}

.coolzino-6sht8a {
  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;
}

.coolzino-ywcmqn {
  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;
}

.coolzino-tlme1z {
  margin-top: 24px;
}

.coolzino-tlme1z.coolzino-k2oo0v {
  text-align: left;
}

.coolzino-tlme1z.coolzino-oy9jkp {
  text-align: right;
}

.coolzino-tlme1z.coolzino-pi3ugu {
  text-align: center;
}

.coolzino-7injmp {
  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.coolzino-j134ta ease-in-out;
  cursor: pointer;
}

.coolzino-7injmp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.coolzino-7injmp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .coolzino-7injmp {
    min-width: unset;
  }
}

.coolzino-p6xm8x {
  background-color: var(--fh-bg-color);
}

.coolzino-l257m9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.coolzino-1704an {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.coolzino-1704an img {
  max-height: 80px;
  object-fit: contain;
}

.coolzino-6kkpb9 {
  flex: 1 1;
}

.coolzino-bsuuhh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.coolzino-g49kqa {
  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;
}

.coolzino-g49kqa 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;
}

.coolzino-g49kqa.coolzino-rviwxw span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.coolzino-g49kqa.coolzino-rviwxw span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.coolzino-g49kqa.coolzino-rviwxw span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.coolzino-6kkpb9 + .coolzino-bsuuhh {
  margin-left: 20px;
}

.coolzino-nzc4fw {
  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;
}

.coolzino-nzc4fw > svg {
  max-width: 24px;
  max-height: 24px;
}

.coolzino-nzc4fw + .coolzino-nzc4fw {
  margin-left: 5px;
}

.coolzino-htw1dh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.coolzino-htw1dh:hover {
  background-color: var(--button-bg-hover);
}

.coolzino-r02cpu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.coolzino-j134ta ease-in-out;
  border: 1px solid var(--border-color);
}

.coolzino-r02cpu:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.coolzino-yopoym {
  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) {
  .coolzino-6kkpb9 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .coolzino-yopoym {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .coolzino-6kkpb9 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .coolzino-nzc4fw {
    min-width: unset;
    flex: 1 1;
  }
}

.coolzino-pz5nqt {
  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;
}

.coolzino-pz5nqt:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.coolzino-pz5nqt:hover .coolzino-6y16s6 {
  opacity: 1;
  pointer-events: auto;
}

.coolzino-lof43a {
  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.coolzino-ouku8i ease-in-out;
  gap: 4px;
}

.coolzino-lof43a > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.coolzino-lof43a .coolzino-p9r6jz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.coolzino-cxtevd,
.coolzino-lof43a:hover {
  color: var(--button-bg-hover);
}

.coolzino-iolipo {
  position: relative;
}

.coolzino-iolipo .coolzino-lof43a {
  margin-right: 0;
  padding-right: 4px;
}

.coolzino-w52eii svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.coolzino-iolipo.coolzino-rviwxw .coolzino-w52eii svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.coolzino-iolipo.coolzino-rviwxw .coolzino-6y16s6 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.coolzino-iolipo.coolzino-rviwxw .coolzino-6y16s6::before {
  display: none;
}

.coolzino-w52eii svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.coolzino-6y16s6 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.coolzino-cazd2d 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.coolzino-6y16s6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.coolzino-6y16s6:hover {
  color: var(--fh-bg-color);
}

.coolzino-7ixv38 {
  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.coolzino-cazd2d 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.coolzino-ouku8i ease-in-out;
  -o-transition: 0.coolzino-ouku8i ease-in-out;
  transition: 0.coolzino-ouku8i ease-in-out;
}

.coolzino-7ixv38 .coolzino-p9r6jz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.coolzino-btt525,
.coolzino-7ixv38:hover {
  color: var(--button-bg-hover);
}

.coolzino-ye5lcm {
  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%;
}

.coolzino-ye5lcm.coolzino-au18zf {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.coolzino-ye5lcm.coolzino-au18zf:after,
.coolzino-ye5lcm.coolzino-au18zf:before {
  content: "";
  position: absolute;
  margin: auto;
}

.coolzino-ye5lcm.coolzino-au18zf: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);
  }
}

.coolzino-ye5lcm.coolzino-au18zf:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.coolzino-ye5lcm.coolzino-au18zf > * {
  z-index: 1;
}

.coolzino-ye5lcm b,
.coolzino-ye5lcm strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.coolzino-ye5lcm .coolzino-bmck2i {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.coolzino-ye5lcm .coolzino-a44clj {
  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;
}

.coolzino-ye5lcm .coolzino-p9r6jz {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.coolzino-ye5lcm .coolzino-1lrnxb {
  margin-top: 12px;
}

.coolzino-1lrnxb {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.coolzino-hkcac7 {
  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;
}

.coolzino-1lrnxb .coolzino-3826bp {
  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.coolzino-j134ta ease-in-out;
}

.coolzino-1lrnxb .coolzino-3826bp:hover {
  background: rgba(255, 255, 255, 0.3);
}

.coolzino-mpddeu {
  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;
}

.coolzino-ye5lcm.coolzino-ekcx2w {
  gap: 12px;
  padding: 16px;
}

.coolzino-ye5lcm.coolzino-ekcx2w .coolzino-mpddeu {
  min-width: 240px;
}

.coolzino-ye5lcm.coolzino-ekcx2w .coolzino-mpddeu.coolzino-x4xiqh {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .coolzino-ye5lcm .coolzino-bmck2i {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .coolzino-ye5lcm .coolzino-a44clj {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .coolzino-ye5lcm .coolzino-p9r6jz {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w .coolzino-p9r6jz {
    max-width: 126px;
  }
  .coolzino-ye5lcm .coolzino-1lrnxb {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .coolzino-ye5lcm .coolzino-hkcac7 {
    max-width: unset;
  }
  .coolzino-mpddeu {
    min-width: unset;
    width: 100%;
  }
  .coolzino-ye5lcm .coolzino-mpddeu {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w {
    grid-template-rows: auto 1fr auto;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w .coolzino-mpddeu {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .coolzino-ye5lcm {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .coolzino-ye5lcm .coolzino-bmck2i {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .coolzino-ye5lcm .coolzino-p9r6jz {
    max-width: 78px;
  }
  .coolzino-ye5lcm .coolzino-1lrnxb {
    margin-top: -12px;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w {
    gap: 8px;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w .coolzino-bmck2i {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w .coolzino-a44clj {
    grid-column: 1/3;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w .coolzino-p9r6jz {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .coolzino-ye5lcm.coolzino-ekcx2w .coolzino-p9r6jz img {
    max-width: 114px;
  }
}

.coolzino-mpddeu.coolzino-2cmb61,
.coolzino-mpddeu.coolzino-p3357z,
.coolzino-mpddeu.coolzino-7c4wqx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.coolzino-j134ta ease-in-out;
}

.coolzino-mpddeu.coolzino-2cmb61,
.coolzino-mpddeu.coolzino-7c4wqx {
  padding: 10px;
}

.coolzino-mpddeu.coolzino-2cmb61:hover,
.coolzino-mpddeu.coolzino-p3357z:hover,
.coolzino-mpddeu.coolzino-7c4wqx:hover {
  background: var(--button-bg-hover);
}

.coolzino-mpddeu.coolzino-2cmb61:hover svg path,
.coolzino-mpddeu.coolzino-7c4wqx:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.coolzino-mpddeu.coolzino-x4xiqh {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.coolzino-j134ta ease-in-out;
  background: var(--button-bg-color);
}

.coolzino-mpddeu.coolzino-x4xiqh:hover {
  background-color: var(--button-bg-hover);
}

.coolzino-mpddeu.coolzino-p3357z: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);
  }
}

.coolzino-mpddeu.coolzino-p3357z:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.coolzino-mpddeu.coolzino-x4xiqh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.coolzino-3njs4y {
  max-width: 650px;
}

.coolzino-9aboku {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.coolzino-3535ri {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.coolzino-r12vp0 {
  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.coolzino-ouku8i ease-in-out;
  cursor: pointer;
}

.coolzino-r12vp0:hover {
  opacity: 0.5;
}

.coolzino-r12vp0:focus {
  outline: 0;
}

.coolzino-r12vp0:focus .coolzino-dq9o8a,
.coolzino-r12vp0:hover .coolzino-dq9o8a {
  fill: red;
  fill-opacity: 1;
}

.coolzino-r12vp0:hover {
  cursor: pointer;
}

.coolzino-3n5r9i {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.coolzino-3njs4y.coolzino-pi3ugu {
  margin: 0 auto;
}

.coolzino-3njs4y.coolzino-oy9jkp {
  margin-left: auto;
}

.coolzino-luc2hc {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.coolzino-aju92a {
  padding-bottom: 50px;
}

.coolzino-3p8k7x {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.coolzino-gwyiys {
  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;
}

.coolzino-ka4x3i {
  margin-top: 24px;
}

.coolzino-ur1uqq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coolzino-vocikt {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.coolzino-xb4kmr {
  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;
}

.coolzino-0oi4nb {
  width: 468px;
}

.coolzino-xb4kmr .coolzino-6y16s6 {
  margin: 0.coolzino-2p5ug7 0;
}

.coolzino-9my6hg {
  display: flex;
  min-width: 224px;
}

.coolzino-bs0pzy {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.coolzino-ouku8i ease-in-out;
}

.coolzino-62ya3k,
.coolzino-bs0pzy:hover {
  color: var(--text-color);
}

.coolzino-7e7dpw {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.coolzino-r9racl {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .coolzino-luc2hc {
    padding: 16px;
  }
  .coolzino-7e7dpw {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .coolzino-r9racl {
    align-items: center;
  }
  .coolzino-0oi4nb {
    width: unset;
  }
  .coolzino-9my6hg {
    min-width: unset;
  }
  .coolzino-xb4kmr {
    max-height: unset;
  }
  .coolzino-3p8k7x {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .coolzino-luc2hc {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.coolzino-3un1f2 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.coolzino-3un1f2:not(:last-child) {
  margin-bottom: 16px;
}

.coolzino-ek2n63 {
  outline: 0;
}

.coolzino-ek2n63 .coolzino-wc7yzz {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.coolzino-m4hn10 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .coolzino-m4hn10 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.coolzino-m4hn10::-webkit-details-marker {
  display: none;
}

.coolzino-m4hn10: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;
}

.coolzino-m4hn10: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] .coolzino-m4hn10:after {
  transform: unset;
}

.coolzino-wc7yzz {
  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);
}

.coolzino-wc7yzz 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.coolzino-ouku8i ease-in-out;
  -o-transition: 0.coolzino-ouku8i ease-in-out;
  transition: 0.coolzino-ouku8i ease-in-out;
}

.coolzino-erlzvu {
  padding: 16px 0 0 0;
}

.coolzino-erlzvu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .coolzino-erlzvu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .coolzino-m4hn10 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .coolzino-m4hn10::after {
    margin-left: auto;
  }
  .coolzino-wc7yzz {
    order: 3;
    flex: 1 1 100%;
  }
  .coolzino-m4hn10 {
    font-size: 14px;
    line-height: 130%;
  }
  .coolzino-wc7yzz svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.coolzino-ug6uph {
  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;
}

.coolzino-ir91br {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.coolzino-ug6uph.coolzino-rviwxw .coolzino-ir91br {
  margin-bottom: 12px;
}

.coolzino-ir91br::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;
}

.coolzino-ug6uph.coolzino-rviwxw .coolzino-ir91br::after {
  transform: unset;
}

.coolzino-gccnfx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.coolzino-3qvdbv {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.coolzino-ouku8i ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.coolzino-3qvdbv: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;
}

.coolzino-ug6uph.coolzino-rviwxw .coolzino-gccnfx {
  max-height: 100%;
}

.coolzino-s5aypf {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.coolzino-4i6p27 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.coolzino-422cp6 {
  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;
}

.coolzino-lbfawf {
  margin-right: 4px;
}

.coolzino-krtmxm {
  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.coolzino-ouku8i ease-in-out;
}

.coolzino-krtmxm svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.coolzino-fbdruq,
.coolzino-krtmxm:hover {
  color: var(--text-color);
}

.coolzino-jglw6u {
  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;
}

.coolzino-jglw6u img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.coolzino-jglw6u .coolzino-2hgiyh {
  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;
}

.coolzino-jglw6u .coolzino-izr0h9 {
  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;
}

.coolzino-bwofyp {
  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;
}

.coolzino-g56tgt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coolzino-wxrvn1 .coolzino-dl860e {
  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;
}

.coolzino-wxrvn1 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.coolzino-ua05ab {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.coolzino-ci7ijb {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.coolzino-mt8b1v {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.coolzino-5px35u 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;
}

.coolzino-mt8b1v:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.coolzino-ivllb4 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.coolzino-nd4jmv {
  -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.coolzino-ouku8i ease-in-out;
  transition: transform 0.coolzino-ouku8i ease-in-out;
  -o-transition: transform 0.coolzino-ouku8i ease-in-out;
  transition:
    transform 0.coolzino-ouku8i ease-in-out,
    -webkit-transform 0.coolzino-ouku8i ease-in-out;
  cursor: pointer;
}

.coolzino-nd4jmv svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.coolzino-nd4jmv: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;
}

.coolzino-xdumgk {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .coolzino-xdumgk {
    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);
}

.coolzino-i8lzfu {
  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;
}

.coolzino-oomxwd {
  position: relative;
  width: 100%;
}

.coolzino-i8lzfu.coolzino-8dm63i {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.coolzino-i8lzfu.coolzino-pi3ugu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coolzino-i8lzfu.coolzino-oy9jkp {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.coolzino-dqmteu {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.coolzino-fabsgz {
  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.coolzino-ouku8i ease-in-out;
  cursor: pointer;
}

.coolzino-fabsgz:hover {
  opacity: 0.5;
}

.coolzino-i8lzfu.coolzino-umfq12 .coolzino-fabsgz {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.coolzino-i8lzfu.coolzino-umfq12 .coolzino-dqmteu {
  cursor: pointer;
}

.coolzino-ogl9sx {
  fill: #0009;
}

.coolzino-8omb80 {
  fill: #fff;
}

.coolzino-fabsgz:hover .coolzino-ogl9sx {
  fill: red;
}

.coolzino-fabsgz svg path {
  -webkit-transition: 0.coolzino-ouku8i ease-in-out;
  -o-transition: 0.coolzino-ouku8i ease-in-out;
  transition: 0.coolzino-ouku8i ease-in-out;
}

.coolzino-5herpb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.coolzino-5herpb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.coolzino-5herpb.coolzino-ourifp > :not(.get-image) {
  grid-column: 1/3;
}

.coolzino-a73xm8:not(._h1-block) .coolzino-5herpb > .coolzino-hv5oko {
  grid-row: 1/2;
  grid-column: 1/3;
}

.coolzino-5herpb.coolzino-ourifp .coolzino-7hh815 {
  grid-column: 2/3;
}

.coolzino-5herpb.coolzino-ourifp > .coolzino-p9r6jz {
  grid-column: 1/2;
}

.coolzino-5herpb.coolzino-ourifp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.coolzino-5herpb > p:first-of-type {
  margin-top: 0;
}

.coolzino-5herpb .coolzino-p9r6jz {
  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;
}

.coolzino-a73xm8:not(._h1-block) .coolzino-hv5oko ~ .coolzino-p9r6jz {
  grid-row: 2/10;
}

.coolzino-a73xm8.coolzino-r4d48e .coolzino-hv5oko ~ .coolzino-p9r6jz {
  grid-row: 1/10;
}

.coolzino-a73xm8.coolzino-r4d48e > .coolzino-hv5oko {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.coolzino-a73xm8.coolzino-r4d48e .coolzino-p9r6jz {
  grid-row: 1/10;
}

.coolzino-5herpb.coolzino-n9ow51 .coolzino-p9r6jz {
  align-items: flex-start;
}

.coolzino-5herpb.coolzino-pi3ugu .coolzino-7hh815 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.coolzino-5herpb.coolzino-pi3ugu .coolzino-p9r6jz {
  align-items: center;
}

.coolzino-5herpb.coolzino-699hqc .coolzino-p9r6jz {
  align-items: flex-end;
}

.coolzino-7hh815 > :first-child {
  margin-top: 0;
}

.coolzino-7hh815 > :last-child {
  margin-bottom: 0;
}

* + .coolzino-nnslx2,
.coolzino-a73xm8 + .coolzino-a73xm8 {
  margin-top: 2rem;
}

.coolzino-nqgrty td::before,
.coolzino-nqgrty th::after {
  display: none !important;
}

.coolzino-nqgrty #link-selector {
  color: #000;
}

.coolzino-nqgrty .coolzino-eo532w {
  color: #135e96;
}

.coolzino-nqgrty .coolzino-ncspap *,
.coolzino-nqgrty .coolzino-f3g2as p,
.coolzino-nqgrty .coolzino-vmarip * {
  color: #000;
}

.coolzino-nqgrty .coolzino-3zzgdv {
  background: 0 0 !important;
}

.coolzino-nqgrty .coolzino-yjwugw {
  color: #000;
}

.coolzino-nqgrty .coolzino-movn40.coolzino-0px5cp {
  color: #fff;
}

.coolzino-nqgrty .coolzino-5jjldr {
  color: #000;
}

.coolzino-nqgrty
  .coolzino-im5ei9
  .coolzino-njq4qy.coolzino-0px5cp.coolzino-bwh2em {
  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;
}

.coolzino-d360nk,
body .coolzino-ztchv9 {
  color: #000;
  background: var(--color-body) !important;
}

.coolzino-d360nk .coolzino-8tl2cg .coolzino-791k5x,
body .coolzino-ztchv9 .coolzino-8tl2cg .coolzino-791k5x {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .coolzino-3qvdbv:focus,
  .coolzino-3qvdbv:hover {
    color: #f9cb16;
  }
  .coolzino-m49tnb:focus,
  .coolzino-m49tnb:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .coolzino-d9u7nq:focus img,
  .coolzino-d9u7nq:focus svg,
  .coolzino-d9u7nq:hover img,
  .coolzino-d9u7nq:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .coolzino-jglw6u {
    display: none;
  }
}

@media (min-width: 1024px) {
  .coolzino-iolipo:hover .coolzino-w52eii svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .coolzino-w52eii {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .coolzino-pb5u5r {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .coolzino-3wzww4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .coolzino-kxkhym {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .coolzino-tmskmw .coolzino-vy6ks7 {
    grid-template-columns: 1fr;
  }
  .coolzino-tmskmw .coolzino-4dccmn {
    -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;
  }
  .coolzino-tmskmw .coolzino-ucbxq5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .coolzino-tmskmw .coolzino-n7l93b {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .coolzino-tmskmw .coolzino-q5j27w {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .coolzino-tmskmw .coolzino-ucbxq5:not(:first-child) {
    border: none;
  }
  .coolzino-tmskmw .coolzino-ucbxq5:first-child .coolzino-n7l93b {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .coolzino-tmskmw .coolzino-ucbxq5:last-child .coolzino-n7l93b {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .coolzino-l257m9 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .coolzino-1704an {
    max-width: 100px;
  }
  .coolzino-6kkpb9 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .coolzino-bsuuhh {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .coolzino-bsuuhh svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .coolzino-g49kqa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .coolzino-6kkpb9 + .coolzino-bsuuhh {
    margin-left: auto;
  }
  .coolzino-ovds6w {
    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;
  }
  .coolzino-ovds6w.coolzino-rviwxw {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .coolzino-yopoym {
    -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;
  }
  .coolzino-pz5nqt {
    width: 100%;
  }
  .coolzino-pz5nqt:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .coolzino-lof43a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .coolzino-lof43a svg {
    margin-right: 4px;
  }
  .coolzino-iolipo {
    -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;
  }
  .coolzino-w52eii svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .coolzino-w52eii {
    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;
  }
  .coolzino-6y16s6 {
    display: none;
    width: 100%;
  }
  .coolzino-iolipo.coolzino-rviwxw .coolzino-6y16s6 {
    padding: 0 0 0 48px;
  }
  .coolzino-7ixv38 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .coolzino-gwyiys .coolzino-p9r6jz {
    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;
  }
  .coolzino-8zt4r3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .coolzino-8zt4r3 + .coolzino-8zt4r3 {
    margin-right: 0;
  }
  .coolzino-8zt4r3 + .coolzino-p9r6jz {
    margin: 0;
  }
  .coolzino-pb5u5r {
    grid-template-columns: repeat(4, 1fr);
  }
  .coolzino-3wzww4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .coolzino-dx67oc,
  .coolzino-jndcg3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .coolzino-5herpb {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .coolzino-5herpb.coolzino-ourifp .coolzino-7hh815 {
    grid-column: auto;
    grid-row: auto;
  }
  .coolzino-5herpb > .coolzino-hv5oko {
    grid-column: 1/2;
  }
  .coolzino-5herpb.coolzino-ourifp > :not(.get-image) {
    grid-column: 1/2;
  }
  .coolzino-5herpb .coolzino-p9r6jz,
  .coolzino-5herpb.coolzino-ourifp > .coolzino-p9r6jz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .coolzino-5herpb.coolzino-ourifp > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .coolzino-a73xm8.coolzino-r4d48e .coolzino-5herpb > .coolzino-p9r6jz {
    grid-row: 1/2;
  }
  .coolzino-5herpb .coolzino-hv5oko ~ .coolzino-p9r6jz,
  .coolzino-5herpb.coolzino-ourifp .coolzino-hv5oko ~ .coolzino-p9r6jz {
    grid-row: 2/3;
  }
  .coolzino-a73xm8.coolzino-r4d48e .coolzino-hv5oko ~ .coolzino-p9r6jz {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .coolzino-0eusig:first-child .coolzino-yv9co8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coolzino-0eusig:first-child .coolzino-yv9co8 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .coolzino-0eusig {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .coolzino-0eusig {
    padding: 0;
  }
  .coolzino-tlme1z {
    margin-top: 1rem;
  }
  .coolzino-ek2n63 {
    border-radius: 5px;
  }
  .coolzino-dsqt4n {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coolzino-ir91br::after {
    display: inline-block;
  }
  .coolzino-ir91br {
    margin: 0;
    width: 100%;
  }
  .coolzino-gccnfx {
    width: 100%;
  }
  .coolzino-gccnfx.coolzino-adta6o {
    -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%;
  }
  .coolzino-gccnfx.coolzino-adta6o .coolzino-xvu7n7 {
    width: 100%;
  }
  .coolzino-gccnfx.coolzino-adta6o .coolzino-xvu7n7:not(:last-child) {
    margin-right: 0;
  }
  .coolzino-3qvdbv {
    width: 100%;
    text-align: center;
  }
  .coolzino-ug6uph.coolzino-rviwxw .coolzino-gccnfx {
    margin-top: 1rem;
  }
  .coolzino-pb5u5r {
    grid-template-columns: repeat(3, 1fr);
  }
  .coolzino-kxkhym,
  .coolzino-3wzww4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .coolzino-dx67oc,
  .coolzino-jndcg3,
  .coolzino-m71tto {
    grid-template-columns: 1fr;
  }
  .coolzino-ao60dl {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .coolzino-h6ct7a {
    min-width: 300px;
    max-width: 325px;
  }
  .coolzino-n7l93b {
    cursor: auto;
  }
  .coolzino-8darmi .coolzino-n7l93b {
    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;
  }
  .coolzino-xdumgk {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .coolzino-6y16s6 {
    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) {
  .coolzino-xdumgk {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.coolzino-8zt4r3 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .coolzino-bsuuhh {
    margin: 0 -0.2rem;
  }
  .coolzino-8zt4r3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .coolzino-3jm7lz {
    -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;
  }
  .coolzino-y4by1s {
    max-width: 100%;
  }
  .coolzino-pb5u5r {
    grid-template-columns: repeat(2, 1fr);
  }
  .coolzino-kxkhym,
  .coolzino-3wzww4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .coolzino-l257m9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coolzino-bsuuhh {
    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;
  }
  .coolzino-p6xm8x {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coolzino-nzc4fw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .coolzino-hadsva,
  .coolzino-aidc86 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .coolzino-7injmp {
    width: 100%;
  }
  .coolzino-pb5u5r {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .coolzino-xdumgk {
    top: 127px !important;
  }
}

.coolzino-v4ztk6 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .coolzino-v4ztk6 {
  }
}

@media (max-width: 767px) {
  .coolzino-v4ztk6 {
    margin-bottom: 12px;
  }
}

.coolzino-v4ztk6 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.coolzino-htwcmt {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.coolzino-htwcmt > .coolzino-unzv8k {
  flex: 1 1;
}

@media (max-width: 767px) {
  .coolzino-htwcmt {
    flex-direction: column;
    gap: 12px;
  }
}

.coolzino-jw22nb {
  display: flex;
}

.coolzino-jw22nb .coolzino-vo9lnz {
  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;
}

.coolzino-jw22nb .coolzino-vjxp50 {
  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;
}

.coolzino-jw22nb .coolzino-sugjpe {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.coolzino-jw22nb .coolzino-j6a4j6 {
  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));
  }
}

.coolzino-jw22nb .coolzino-j6a4j6:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.coolzino-jw22nb .coolzino-rns8gu {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.coolzino-rp7k7s {
  border: unset;
  background-color: unset;
}

.coolzino-rp7k7s tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.coolzino-rp7k7s .coolzino-80623d,
.coolzino-rp7k7s .coolzino-qlzk62 {
  flex: 0 1 330px;
}

.coolzino-rp7k7s .coolzino-zqfn44 {
  flex: 1 1;
}

.coolzino-rp7k7s tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.coolzino-rp7k7s tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.coolzino-rp7k7s tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.coolzino-rp7k7s tr td p {
  color: #fff;
  margin: 0;
}

.coolzino-rp7k7s tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.coolzino-rp7k7s tr.coolzino-80623d td p {
  padding: 16px 0;
}

.coolzino-rp7k7s tr.coolzino-80623d td p:not(:last-child),
.coolzino-rp7k7s tr.coolzino-qlzk62 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.coolzino-rp7k7s tr.coolzino-80623d td p:first-child,
.coolzino-rp7k7s tr.coolzino-qlzk62 td p:first-child {
  padding-top: 0;
}

.coolzino-rp7k7s tr.coolzino-qlzk62 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.coolzino-rp7k7s tr.coolzino-qlzk62 td p:last-child {
  padding-bottom: 0;
}

.coolzino-rp7k7s .coolzino-qlzk62 img {
  max-width: 32px;
}

.coolzino-rp7k7s .coolzino-zqfn44 {
  min-width: 718px;
}

.coolzino-rp7k7s .coolzino-zqfn44 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.coolzino-rp7k7s .coolzino-zqfn44 td {
  display: flex;
}

.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-7cde16,
.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ds35nm,
.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ynpeqy {
  flex: 1 1 50%;
}

.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ue2f13 {
  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;
}

.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-r1gyi8,
.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-3p1wis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-7cde16,
.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ds35nm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-7cde16 span,
.coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ds35nm span {
  font-weight: 800;
}

.coolzino-rp7k7s .coolzino-zqfn44 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .coolzino-rp7k7s .coolzino-zqfn44 td .coolzino-ynpeqy:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .coolzino-rp7k7s tr.coolzino-80623d td p:last-child {
    padding-bottom: 0;
  }
  .coolzino-rp7k7s .coolzino-qlzk62 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .coolzino-rp7k7s .coolzino-qlzk62 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .coolzino-rp7k7s tr.coolzino-80623d td p:not(:last-child),
  .coolzino-rp7k7s tr.coolzino-qlzk62 td p:not(:last-child) {
    border-bottom: unset;
  }
  .coolzino-rp7k7s tr.coolzino-qlzk62 td p:last-child {
    padding-bottom: 12px;
  }
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-7cde16,
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ds35nm,
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ynpeqy {
    flex: 1 1 50%;
    padding: 0;
  }
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-7cde16,
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ds35nm {
    margin-top: 16px;
  }
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ynpeqy {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-7cde16 {
    border-right: 1px solid var(--border-color);
  }
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ynpeqy:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .coolzino-rp7k7s .coolzino-zqfn44 td:last-child .coolzino-ynpeqy:last-child {
    padding-bottom: 0;
  }
}

.coolzino-ynpeqy {
  display: flex;
  flex-direction: column;
}

.coolzino-rp7k7s .coolzino-zqfn44 td .coolzino-ynpeqy {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.coolzino-rp7k7s .coolzino-zqfn44 td .coolzino-ynpeqy:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.coolzino-rp7k7s .coolzino-zqfn44 td .coolzino-ynpeqy:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .coolzino-rp7k7s .coolzino-zqfn44 td .coolzino-ynpeqy:not(:first-child) {
    padding-left: 0;
  }
  .coolzino-rp7k7s .coolzino-zqfn44 td .coolzino-ynpeqy:not(:last-of-type) {
    border-right: unset;
  }
}

.coolzino-rp7k7s .coolzino-5r34lo {
  flex: 0 1 485px;
}

.coolzino-rp7k7s .coolzino-8mo47e {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.coolzino-rp7k7s .coolzino-8mo47e li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.coolzino-rp7k7s .coolzino-8mo47e li.coolzino-3010b3 {
  padding: 6px 12px;
}

.coolzino-rp7k7s .coolzino-8mo47e li a,
.coolzino-rp7k7s .coolzino-8mo47e 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;
}

.coolzino-rp7k7s .coolzino-s7u923,
.coolzino-rp7k7s .coolzino-e60z5m {
  flex: 1 1;
}

.coolzino-rp7k7s .coolzino-i5oxld,
.coolzino-rp7k7s .coolzino-l6rt98 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.coolzino-rp7k7s .coolzino-i5oxld li,
.coolzino-rp7k7s .coolzino-l6rt98 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.coolzino-rp7k7s .coolzino-e60z5m img {
  max-width: 32px;
}

.coolzino-rp7k7s .coolzino-s7u923 img {
  max-width: 32px;
}

.coolzino-rp7k7s .coolzino-2kxxvt {
  min-width: 280px;
}

.coolzino-rp7k7s .coolzino-2kxxvt img {
  max-width: 146px;
}

.coolzino-rp7k7s .coolzino-2kxxvt td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .coolzino-rp7k7s .coolzino-80623d,
  .coolzino-rp7k7s .coolzino-qlzk62 {
    flex: 0 1 auto;
  }
  .coolzino-rp7k7s .coolzino-zqfn44 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .coolzino-rp7k7s .coolzino-80623d,
  .coolzino-rp7k7s .coolzino-5r34lo,
  .coolzino-rp7k7s .coolzino-qlzk62,
  .coolzino-rp7k7s .coolzino-zqfn44 {
    flex: 1 1 calc(50% - 20px);
  }
  .coolzino-rp7k7s .coolzino-s7u923,
  .coolzino-rp7k7s .coolzino-2kxxvt,
  .coolzino-rp7k7s .coolzino-e60z5m {
    flex: 1 1 30%;
  }
  .coolzino-rp7k7s .coolzino-2kxxvt {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .coolzino-rp7k7s .coolzino-80623d,
  .coolzino-rp7k7s .coolzino-5r34lo,
  .coolzino-rp7k7s .coolzino-s7u923,
  .coolzino-rp7k7s .coolzino-qlzk62,
  .coolzino-rp7k7s .coolzino-zqfn44,
  .coolzino-rp7k7s .coolzino-2kxxvt,
  .coolzino-rp7k7s .coolzino-e60z5m {
    flex: 1 1 100%;
  }
}

.coolzino-g4pnvl .coolzino-9nv0t3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.coolzino-g4pnvl .coolzino-x0ec94 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.coolzino-g4pnvl .coolzino-mp28c1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.coolzino-g4pnvl .coolzino-2islzk {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.coolzino-g4pnvl .coolzino-2islzk > :nth-child(3) {
  margin-top: 0;
}

.coolzino-g4pnvl .coolzino-p9r6jz {
  grid-column: 2/3;
  grid-row: 1/10;
}

.coolzino-g4pnvl .coolzino-ydqpwa {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.coolzino-g4pnvl .coolzino-tlme1z {
  grid-column: 1/2;
}

.coolzino-g4pnvl > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.coolzino-g4pnvl .coolzino-x0ec94: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;
}

.coolzino-g4pnvl .coolzino-x0ec94:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.coolzino-g4pnvl .coolzino-7injmp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .coolzino-g4pnvl .coolzino-x0ec94:not(:last-child):before {
    bottom: 8px;
  }
  .coolzino-g4pnvl .coolzino-x0ec94:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .coolzino-g4pnvl .coolzino-2islzk {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .coolzino-g4pnvl .coolzino-p9r6jz {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .coolzino-g4pnvl .coolzino-p9r6jz img {
    width: 100%;
    height: auto;
  }
  .coolzino-g4pnvl .coolzino-7injmp {
    width: 100%;
    min-width: unset;
  }
}

.coolzino-vhvd99 .coolzino-19kg8g {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.coolzino-vhvd99 .coolzino-x3s4wq {
  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;
}

.coolzino-vhvd99 .coolzino-p9r6jz {
  height: 100%;
}

.coolzino-vhvd99 .coolzino-p9r6jz img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.coolzino-vhvd99 .coolzino-0d6mnb {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.coolzino-vhvd99 .coolzino-s8rdnj {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.coolzino-vhvd99 .coolzino-pg1ii4 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .coolzino-vhvd99 .coolzino-x3s4wq {
    flex: 1 1 100%;
  }
  .coolzino-vhvd99 .coolzino-mpddeu {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .coolzino-vhvd99 .coolzino-x3s4wq {
    flex-direction: column;
  }
  .coolzino-vhvd99 .coolzino-p9r6jz {
    width: 100%;
    height: auto;
  }
  .coolzino-vhvd99 .coolzino-p9r6jz img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .coolzino-vhvd99 .coolzino-0d6mnb {
    padding: 0 16px 16px 16px;
  }
  .coolzino-vhvd99 .coolzino-mpddeu {
    min-width: unset;
    width: 100%;
  }
}

.coolzino-ppwekm .coolzino-dzkbcm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.coolzino-ppwekm .coolzino-xcylbm {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.coolzino-ppwekm 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;
}

.coolzino-ppwekm .coolzino-zq1u57 {
  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;
}

.coolzino-ppwekm .coolzino-xcylbm:hover .coolzino-zq1u57 {
  display: flex;
}

.coolzino-ppwekm .coolzino-dbqtpu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.coolzino-ppwekm .coolzino-pucvjq {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.coolzino-qolflg {
  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;
}

.coolzino-qolflg.coolzino-pvfnup {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.coolzino-j134ta ease-in-out;
}

.coolzino-qolflg.coolzino-pvfnup:hover {
  color: #f9cb16;
  background-color: transparent;
}

.coolzino-ppwekm .coolzino-y83xei {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.coolzino-j134ta ease-in-out;
}

.coolzino-ppwekm .coolzino-y83xei:hover {
  color: #196948;
  background-color: #f9cb16;
}

.coolzino-ppwekm .coolzino-y83xei:after,
.coolzino-qolflg.coolzino-pvfnup:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.coolzino-qolflg.coolzino-pvfnup:after {
  background-image: url(../images/Cash.svg);
}

.coolzino-ppwekm .coolzino-y83xei:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .coolzino-ppwekm .coolzino-dzkbcm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .coolzino-ppwekm .coolzino-dzkbcm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .coolzino-ppwekm .coolzino-dzkbcm {
    grid-template-columns: 1fr;
  }
  .coolzino-ppwekm .coolzino-xcylbm {
    height: auto;
  }
  .coolzino-ppwekm .coolzino-xcylbm .coolzino-zq1u57 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .coolzino-ppwekm .coolzino-dbqtpu,
  .coolzino-ppwekm .coolzino-pucvjq {
    text-align: left;
  }
  .coolzino-ppwekm .coolzino-pucvjq {
    margin-bottom: 8px;
  }
  .coolzino-ppwekm img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.coolzino-23ubx3 {
  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;
}

.coolzino-23ubx3.coolzino-umfq12 {
  display: block;
}

.coolzino-23ubx3 .coolzino-mqu0l1 {
  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;
}

.coolzino-23ubx3 .coolzino-a6bznr {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.coolzino-23ubx3 .coolzino-5roawy {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.coolzino-23ubx3 .coolzino-38mrrz {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.coolzino-23ubx3 .coolzino-qolflg {
  min-width: 296px;
  margin-bottom: 0;
}

.coolzino-23ubx3 .coolzino-45zoo9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.coolzino-23ubx3 .coolzino-0330bc {
  position: relative;
  flex: 1 1;
}

.coolzino-23ubx3 .coolzino-0330bc iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .coolzino-23ubx3 .coolzino-a6bznr {
    flex-wrap: wrap;
    gap: 8px;
  }
  .coolzino-23ubx3 .coolzino-5roawy {
    order: 1;
  }
  .coolzino-23ubx3 .coolzino-38mrrz {
    order: 3;
    flex: 1 1 100%;
  }
  .coolzino-23ubx3 .coolzino-qolflg {
    width: 100%;
    min-width: unset;
  }
  .coolzino-23ubx3 .coolzino-45zoo9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .coolzino-5herpb > .coolzino-hv5oko {
    margin-bottom: 0;
  }
  .coolzino-5herpb > .coolzino-tlme1z,
  .coolzino-5herpb > p {
    margin-top: 0;
  }
}

.coolzino-df8ioy img,
.coolzino-8zt4r3 img {
  width: auto;
  object-fit: contain;
}

.coolzino-df8ioy {
  align-items: center;
}

.coolzino-df8ioy img {
  max-height: 76px;
}

.coolzino-8zt4r3 img {
  max-height: 64px;
}

.coolzino-on7jsr {
  overflow: auto;
}

.coolzino-cag1bu {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.coolzino-18ggkm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.coolzino-kclm83 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.coolzino-qbktbv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coolzino-kclm83 .coolzino-p9r6jz {
  margin-right: 20px;
  flex-shrink: 0;
}

.coolzino-kclm83 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.coolzino-u1sqak {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.coolzino-u1sqak > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .coolzino-kclm83 {
    padding: 15px 10px;
  }
  .coolzino-u1sqak {
    padding: 15px 10px;
  }
  .coolzino-kclm83 .coolzino-p9r6jz {
    margin-right: 10px;
  }
}

.coolzino-s1caik {
  overflow-x: auto;
}

.coolzino-gw4n7a {
  border-collapse: collapse;
  width: 100%;
}

.coolzino-s1caik th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.coolzino-s1caik td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.coolzino-s1caik td.coolzino-woabvo {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.coolzino-s1caik td.coolzino-uwms85 {
  border-right: none;
}

.coolzino-s1caik td.coolzino-uwms85 .coolzino-p9r6jz {
  justify-content: flex-start;
}

.coolzino-s1caik td.coolzino-uwms85 .coolzino-p9r6jz img {
  height: auto;
  width: 90px;
}

.coolzino-s1caik td.coolzino-xlzy27,
.coolzino-s1caik td.coolzino-e8l5bs {
  font-weight: 600;
  text-align: right;
}

.coolzino-s1caik td.coolzino-lkmufz,
.coolzino-s1caik td.coolzino-xlzy27 {
  padding-bottom: 10px;
  border-bottom: none;
}

.coolzino-s1caik td.coolzino-xlzy27,
.coolzino-s1caik td.coolzino-e8l5bs {
  border-left: none;
}

.coolzino-s1caik td.coolzino-lkmufz,
.coolzino-s1caik td.coolzino-4q5z3y {
  border-right: none;
}

.coolzino-s1caik td.coolzino-4q5z3y,
.coolzino-s1caik td.coolzino-e8l5bs {
  border-top: none;
  padding-top: 10px;
}

.coolzino-uy2ajc {
  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;
}

.coolzino-uy2ajc .coolzino-mpddeu {
  min-width: unset;
  width: 100%;
}

.coolzino-uy2ajc .coolzino-mpddeu.coolzino-2cmb61 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.coolzino-uy2ajc .coolzino-mpddeu.coolzino-7c4wqx {
  grid-column: 2/3;
  grid-row: 1/2;
}

.coolzino-uy2ajc .coolzino-e7tt9t {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .coolzino-uy2ajc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .coolzino-uy2ajc .coolzino-mpddeu.coolzino-2cmb61 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .coolzino-uy2ajc .coolzino-mpddeu.coolzino-7c4wqx {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .coolzino-uy2ajc .coolzino-e7tt9t {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.coolzino-n9duaq {
  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;
}

.coolzino-elstlj {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.coolzino-8v5el0 p a img {
  margin: 0 auto;
  display: block;
}

.coolzino-8v5el0 table {
  margin-bottom: 17px;
}

/* contanct form */
.coolzino-6w2lin {
  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;
}

.coolzino-6w2lin label {
  font-size: 14px;
}

.coolzino-6w2lin h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.coolzino-6w2lin input,
.coolzino-6w2lin textarea,
.coolzino-6w2lin 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;
}
.coolzino-6w2lin button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.coolzino-j134ta ease;
}
.coolzino-6w2lin button:hover {
  background-color: #691204;
}
.coolzino-zihh3h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.coolzino-mdzfyk ease-in;
}

.coolzino-zihh3h 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;
}
.coolzino-k65fq6, .coolzino-gz3m57, [class*="review-card"],
thead, thead th, table th, .coolzino-a3xji9,
.coolzino-86z6s4, [class*="collapsible-header"],
.coolzino-cut5xl, [class*="updated-block"] {
  color: #ece7dc !important;
}
