* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.coolzino-wuvasr {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .coolzino-wuvasr {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .coolzino-wuvasr {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.coolzino-9vdcpq {
  overflow: hidden;
}

.coolzino-dmksth img {
  background: var(--Neutral-300);
}

.coolzino-mb4zv4 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.coolzino-fqp1hp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.coolzino-fqp1hp:hover {
  background: var(--button-bg-hover);
}

.coolzino-hbgvc5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.coolzino-hbgvc5:hover {
  background: var(--button-bg-hover);
}

.coolzino-klvgy7 {
  font-size: 12px;
  line-height: 18px;
}

.coolzino-34f3rj {
  font-size: 18px;
  line-height: 26px;
}

.coolzino-vfl2lp {
  width: 100%;
}

.coolzino-84yn7t {
  padding: 6px 16px;
}

.coolzino-3wap8n {
  padding: 10px 16px;
}

.coolzino-n05r84 {
  padding: 15px 26px;
}

.coolzino-oq6pmn {
  flex-shrink: 0;
}

.coolzino-gc0i9m {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.coolzino-gxvug8 {
  display: none;
}

.coolzino-ghs91o {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.coolzino-cj545e {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.coolzino-epwcf6 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.coolzino-5o1297 {
  cursor: grab;
}

.coolzino-epwcf6::-webkit-scrollbar {
  display: none;
}

.coolzino-u06fg0 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.coolzino-86us5j {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.coolzino-t0nitp {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.coolzino-raohur {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.coolzino-lccuum {
  visibility: visible;
}

.coolzino-z6jtw2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.coolzino-jjrkal ease;
}

.coolzino-95erjn {
  background-color: var(--Primary-200);
  width: 16px;
}

.coolzino-vgtlp1 {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.coolzino-jjrkal,
    mask-image 0.3s;
}

.coolzino-vgtlp1.coolzino-it1pa3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.coolzino-srrgx7:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coolzino-jt7av2 {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.coolzino-sfoxw7.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.coolzino-sfoxw7.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.coolzino-kesmmu {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.coolzino-kesmmu::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.coolzino-s8kl49 {
  position: relative;
  z-index: 1;
}

.coolzino-pd2xnv {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.coolzino-3sid0q {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.coolzino-ljefgv {
  font-size: 40px;
  line-height: 48px;
}

.coolzino-f5moqs {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.coolzino-9e9bdo {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.coolzino-9e9bdo:hover {
  background: var(--Primary-400);
}

.coolzino-9e9bdo svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.coolzino-srrgx7 img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .coolzino-kesmmu {
    max-width: 600px;
    padding: 64px;
  }

  .coolzino-pd2xnv {
    font-size: 24px;
    line-height: 32px;
  }

  .coolzino-3sid0q {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .coolzino-ljefgv {
    font-size: 50px;
    line-height: 56px;
  }

  .coolzino-f5moqs {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .coolzino-jt7av2 {
    top: 25px;
    right: 25px;
  }
}

.coolzino-c27xt5,
.coolzino-l9ugcx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.coolzino-902b71.coolzino-99vxyx::before,
.coolzino-l9ugcx::before,
.coolzino-czzjqr::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.coolzino-sfoxw7.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.coolzino-iu81ap 14.coolzino-li2140.coolzino-ptyovy 14.coolzino-6cltrf 15.coolzino-4zpq1e 14.coolzino-nn3pes 15.coolzino-13kbcb 14.coolzino-8lrxbm.coolzino-ndosn4 14.coolzino-bx06g8 19.coolzino-pxfc9u 12.coolzino-v7jv5z 19.coolzino-pxfc9u 10.coolzino-7698ro.coolzino-pxfc9u 8.coolzino-ayghbf 17.coolzino-qi396h 7.coolzino-ywccqk 15.coolzino-s1bi8n 7.coolzino-asma58.coolzino-ov7hea 7.coolzino-ywccqk 11.coolzino-humlnd 8.coolzino-ayghbf 11.coolzino-humlnd 10.coolzino-dho78g.coolzino-humlnd 12.coolzino-45vkq6 13.coolzino-vf5gcx 14.coolzino-m8vs3s 15.coolzino-y11um8 14.coolzino-p3wbmj.coolzino-4n8648 14.coolzino-6cao98 15.coolzino-bzuwsb 14.coolzino-53x82r 15.coolzino-0wl7g4 14.coolzino-jrgo3o.coolzino-iu81ap 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.coolzino-7r2pa3 15.coolzino-tfs2sl.coolzino-7s2w5x 15.coolzino-vyoisc 15.coolzino-of2l9c 15.coolzino-nu6k6r 15.coolzino-lw33qg 15.coolzino-g3u67w.coolzino-n666ld 15.coolzino-nu6k6r 15.coolzino-8ouyas 15.coolzino-rmstln 15.coolzino-2cgi1d 15.coolzino-ndjgsj.coolzino-vqkasa 15.coolzino-n95r1z 7.coolzino-7xowpc 18.coolzino-8w6a6s 7.coolzino-7pq778 23.coolzino-wkbv7p.coolzino-ni1rdw.coolzino-4gkplb 18.coolzino-u8dp03 19.coolzino-nip64p 15.coolzino-qtkmd8 15.coolzino-7r2pa3 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.coolzino-b2s068 [type="submit"] *,
.coolzino-3shzpi button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .coolzino-usnyod {
    display: none;
  }
}

.coolzino-itdxbi {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .coolzino-itdxbi {
  display: none;
}

@media (min-width: 768px) {
  .coolzino-itdxbi {
    bottom: 22px;
  }
}

.coolzino-itdxbi input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .coolzino-itdxbi {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.coolzino-gwl15y.static) .coolzino-itdxbi {
    bottom: 8px;
  }
}

.coolzino-2ad3s2 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.coolzino-sfoxw7.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.coolzino-9vkxll 3.coolzino-wghmyb.coolzino-sl9izm.coolzino-u7a1pb 3.coolzino-w2meje 3.coolzino-nqky07 5.coolzino-0idoi6 3.coolzino-nqky07 8.coolzino-c1dg7o.coolzino-5vl4ky.coolzino-nqky07 26.coolzino-flgr4h 5.coolzino-9yoeho 28.coolzino-rlq453 8.coolzino-af3hg2 28.coolzino-bael87.coolzino-qid8yg 28.coolzino-62s45k.coolzino-7nszof 34.coolzino-6e1u3y.coolzino-wxphkk 36.coolzino-7vi0st 11.coolzino-a4obrz 37.coolzino-bo0grs 12.coolzino-upnwxj 36.coolzino-dphcio.coolzino-ctd0cy 28.coolzino-jxsbjw.coolzino-bdqitt.coolzino-32ihp4 28.coolzino-6vn42s 36.coolzino-xvsysf 26.coolzino-xsnb47 36.coolzino-xvsysf 23.coolzino-04otdm.coolzino-is2iis.coolzino-xvsysf 5.coolzino-rw0x9j 34.coolzino-jqc42x 3.coolzino-w2meje 31.coolzino-9vkxll 3.coolzino-9h1wqf.coolzino-xq8qx3 18.coolzino-e0rmle.coolzino-tehupf 18.coolzino-c9fhtw 8.coolzino-hes6du 17.coolzino-al1w9y 8.coolzino-hes6du 15.coolzino-wyljnl.coolzino-hes6du 14.coolzino-q1qk4x 9.coolzino-tehupf 13.coolzino-tzqx03 11.coolzino-xq8qx3 13.coolzino-n86q8h.coolzino-67wprk 13.coolzino-tzqx03 13.coolzino-u9au4w 14.coolzino-q1qk4x 13.coolzino-u9au4w 15.coolzino-6bbbn2.coolzino-u9au4w 17.coolzino-al1w9y 12.coolzino-67wprk 18.coolzino-c9fhtw 11.coolzino-xq8qx3 18.coolzino-uxb5dq.coolzino-klz8un 18.coolzino-4eey86.coolzino-t4jrqv 18.coolzino-c9fhtw 17.coolzino-hmzaax 17.coolzino-al1w9y 17.coolzino-hmzaax 15.coolzino-jtr4rg.coolzino-hmzaax 14.coolzino-q1qk4x 18.coolzino-t4jrqv 13.coolzino-tzqx03 20.coolzino-klz8un 13.coolzino-0gseqb.coolzino-y4pd4o 13.coolzino-tzqx03 22.coolzino-9jfycy 14.coolzino-q1qk4x 22.coolzino-9jfycy 15.coolzino-x0l9o2.coolzino-vp614t 17.coolzino-al1w9y 21.coolzino-y4pd4o 18.coolzino-c9fhtw 20.coolzino-klz8un 18.coolzino-5up97q.coolzino-yg3g4o 18.coolzino-4bsfh3.coolzino-4m9yeq 18.coolzino-c9fhtw 26.coolzino-0k5mb7 17.coolzino-al1w9y 26.coolzino-0k5mb7 15.coolzino-zb2txv.coolzino-0k5mb7 14.coolzino-q1qk4x 27.coolzino-4m9yeq 13.coolzino-tzqx03 28.coolzino-yg3g4o 13.coolzino-6z39dt.coolzino-yguo89 13.coolzino-tzqx03 31.coolzino-4emrue 14.coolzino-q1qk4x 31.coolzino-4emrue 15.coolzino-jjtc46.coolzino-0k5mb7 17.coolzino-al1w9y 30.coolzino-yguo89 18.coolzino-c9fhtw 28.coolzino-yg3g4o 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .coolzino-2ad3s2 {
    display: none;
  }
}

.coolzino-z281ig {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .coolzino-z281ig {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.coolzino-3shzpi {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .coolzino-3shzpi {
    padding: 14px 16px;
  }
}

.coolzino-3shzpi button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.coolzino-3shzpi button:first-child {
  align-content: end;
}

.coolzino-3shzpi button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .coolzino-3shzpi
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .coolzino-3shzpi
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.coolzino-3shzpi button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.coolzino-3shzpi button:last-child svg {
  width: 38px;
  height: 38px;
}

.coolzino-czzjqr {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.coolzino-czzjqr::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .coolzino-czzjqr,
.pc61d126-chatbot[data-active-screen="3"]
  .coolzino-czzjqr {
  opacity: 1;
  visibility: visible;
}

.coolzino-b5151p {
  flex: 1 1;
}

.coolzino-gwg3y2 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .coolzino-gwg3y2 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .coolzino-e5p7wq {
  display: block;
}

.coolzino-9ffomy {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .coolzino-9ffomy {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.coolzino-l9ugcx {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.coolzino-l9ugcx::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.coolzino-qvsx6n span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.coolzino-qvsx6n p {
  color: var(--Text-100);
}

.coolzino-l9ugcx .coolzino-ehzk4i {
  grid-area: button;
}

.coolzino-l9ugcx .coolzino-ehzk4i::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.coolzino-sfoxw7.org/2000/svg'%3E%3Cpath d='M4.coolzino-1s48w0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.coolzino-7iw73p 15L16.coolzino-7iw73p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.coolzino-7iw73p 5L16.coolzino-7iw73p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .coolzino-6v0lxy {
  display: block;
}

.coolzino-vob1si {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .coolzino-vob1si {
    margin-top: 40px;
  }
}

.coolzino-c27xt5 label,
.coolzino-c27xt5 input {
  display: block;
  width: 100%;
}

.coolzino-c27xt5 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.coolzino-c27xt5 label.coolzino-ia66qf input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.coolzino-c27xt5 label.coolzino-ia66qf::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.coolzino-c27xt5 input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.coolzino-c27xt5 input::placeholder {
  color: var(--Text-400);
}

.coolzino-bn6tdo {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .coolzino-bn6tdo {
  display: flex;
}

.coolzino-bn6tdo ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .coolzino-bn6tdo ol {
    height: 420px;
    padding: 24px;
  }
}

.coolzino-bn6tdo ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.coolzino-b2s068 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .coolzino-b2s068 {
    padding: 0 24px 24px;
  }
}

.coolzino-b2s068 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.coolzino-b2s068 input::placeholder {
  color: var(--Text-400);
}

.coolzino-b2s068 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.coolzino-b2s068 [type="submit"]:disabled {
  opacity: 0.5;
}

.coolzino-b2s068 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .coolzino-b2s068 [type="submit"] {
    right: 40px;
  }
}

.coolzino-902b71 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.coolzino-902b71.coolzino-99vxyx {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.coolzino-902b71.coolzino-99vxyx::before {
  content: "";
  width: 31px;
}

.coolzino-902b71.coolzino-99vxyx p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.coolzino-902b71.coolzino-tzki8p p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.coolzino-902b71 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.coolzino-itdxbi .coolzino-ehzk4i {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.coolzino-usnyod {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .coolzino-usnyod {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .coolzino-usnyod {
    padding: 18px 0;
  }
}

.coolzino-usnyod .coolzino-wuvasr {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .coolzino-usnyod .coolzino-wuvasr {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.coolzino-2sfi87 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .coolzino-2sfi87 {
    max-width: 160px;
    height: 40px;
  }
}

.coolzino-2sfi87 picture,
.coolzino-2sfi87 img {
  display: block;
  width: 100%;
  height: 100%;
}

.coolzino-2sfi87 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .coolzino-pqvith {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.coolzino-jjrkal ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .coolzino-usnyod.coolzino-iraif4 .coolzino-pqvith {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .coolzino-pqvith {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .coolzino-pqvith {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.coolzino-z3i8jv,
.coolzino-4dz7q4 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .coolzino-z3i8jv,
  .coolzino-4dz7q4 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .coolzino-4dz7q4 {
    display: none;
  }
}

.coolzino-aailqq {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.coolzino-iraif4 .coolzino-aailqq {
  background: var(--fh-bg-color);
}

.coolzino-aailqq button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .coolzino-aailqq {
    display: none;
  }
}

.coolzino-y0e2cs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .coolzino-y0e2cs {
    display: none;
  }
}

.coolzino-0lj8sq {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.coolzino-usnyod.coolzino-iraif4 .coolzino-0lj8sq:first-child {
  display: none;
}

.coolzino-usnyod.coolzino-iraif4 .coolzino-0lj8sq:last-child {
  display: block;
}

.coolzino-0lj8sq:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .coolzino-0lj8sq {
    display: none;
  }
}

.coolzino-s3g7ik {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .coolzino-s3g7ik {
    display: flex;
  }
}

.coolzino-s3g7ik ul {
  max-height: 350px;
  overflow-y: auto;
}

.coolzino-s3g7ik:hover ul {
  visibility: visible;
  opacity: 1;
}

.coolzino-s3g7ik:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.coolzino-s3g7ik:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.coolzino-s3g7ik:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.coolzino-s3g7ik:hover .coolzino-jxiqqt svg {
  transform: rotate(180deg);
}

.coolzino-dvfzvt {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.coolzino-0cb169 {
  padding: 0 8px;
}

.coolzino-dn7blv {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.coolzino-dn7blv:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .coolzino-dn7blv {
    padding: 4px 8px;
  }
}

.coolzino-jrfnif {
  display: flex;
}

.coolzino-jrfnif img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.coolzino-jxiqqt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.coolzino-jxiqqt svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.coolzino-je640g {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .coolzino-je640g {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.coolzino-3sxssh {
  width: 100%;
}

@media (min-width: 1200px) {
  .coolzino-3sxssh {
    display: none;
  }
}

.coolzino-263e9x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.coolzino-ily4e7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.coolzino-gyl8i8 {
  display: flex;
}

.coolzino-t7yy4v {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.coolzino-x576nj {
  list-style: none;
}

@media (max-width: 1199px) {
  .coolzino-x576nj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .coolzino-x576nj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .coolzino-x576nj .coolzino-vx80e4 [data-ref-el],
  .coolzino-x576nj .coolzino-vx80e4 span,
  .coolzino-x576nj .coolzino-vx80e4 a {
    white-space: nowrap;
  }
}

.coolzino-g9k1ym {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .coolzino-g9k1ym.coolzino-5sj2wm > .coolzino-vx80e4 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .coolzino-g9k1ym.coolzino-52ztfp:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .coolzino-g9k1ym.coolzino-5sj2wm > .coolzino-i1uetu {
    height: auto;
  }

  .coolzino-g9k1ym.coolzino-5sj2wm > div > .coolzino-lgal4f {
    transform: rotate(180deg);
  }
}

.coolzino-g9k1ym [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.coolzino-g9k1ym [data-ref-el],
.coolzino-g9k1ym span {
  cursor: pointer;
}

.coolzino-g9k1ym [data-ref-el],
.coolzino-g9k1ym span,
.coolzino-g9k1ym a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .coolzino-g9k1ym [data-ref-el],
  .coolzino-g9k1ym span,
  .coolzino-g9k1ym a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .coolzino-g9k1ym [data-ref-el],
  .coolzino-g9k1ym span,
  .coolzino-g9k1ym a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.coolzino-i1uetu {
  height: 0;
  overflow: hidden;
  transition: height 0.coolzino-jjrkal ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.coolzino-i1uetu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.coolzino-i1uetu::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.coolzino-i1uetu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .coolzino-i1uetu {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .coolzino-i1uetu:has(> .coolzino-g9k1ym.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .coolzino-i1uetu .coolzino-i1uetu {
    padding: 0;
  }

  .coolzino-i1uetu .coolzino-g9k1ym {
    font-weight: 400;
  }

  .coolzino-i1uetu .coolzino-g9k1ym:hover > .coolzino-vx80e4 {
    background: var(--Neutral-300);
  }

  .coolzino-i1uetu .coolzino-lgal4f {
    rotate: -90deg;
  }
}

.coolzino-vx80e4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .coolzino-vx80e4 {
    padding: 8px;
  }

  .coolzino-g9k1ym.coolzino-j87nm3 > .coolzino-vx80e4 {
    background: var(--Neutral-300);
  }
}

.coolzino-lgal4f {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.coolzino-sfoxw7.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.coolzino-c1gtgz 0.coolzino-fmxns9.coolzino-h5230u -0.coolzino-gy2rga 0.coolzino-3qqf5z -0.coolzino-gy2rga 1.coolzino-xhyq3o 0.coolzino-z050sh.coolzino-5s4syd 4.coolzino-6243vd.coolzino-c1gtgz 0.coolzino-ahe9rr.coolzino-czx40p -0.coolzino-gy2rga 9.coolzino-z4zluv -0.coolzino-gy2rga 10.coolzino-5pzesv 0.coolzino-lx31hh.coolzino-5ghfjw 0.coolzino-h5230u 10.coolzino-5ghfjw 0.coolzino-3qqf5z 10.coolzino-5pzesv 1.coolzino-qzy7qj.coolzino-obzlyr 5.coolzino-9ddim3.coolzino-30hye3 6.coolzino-t8y8ui 5.coolzino-difp6l 6.coolzino-t8y8ui 4.coolzino-3nzm9w 5.coolzino-fm8a8s.coolzino-c1gtgz 1.coolzino-5s185s.coolzino-gy2rga 0.coolzino-3qqf5z -0.coolzino-gy2rga 0.coolzino-h5230u 0.coolzino-c1gtgz 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.coolzino-jjrkal ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .coolzino-lgal4f {
    cursor: default;
  }
}

.coolzino-p2wds8 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.coolzino-sfv4sw {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .coolzino-sfv4sw {
    padding: 40px 4px;
  }
}

.coolzino-erj5cp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .coolzino-erj5cp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.coolzino-1odgzd {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .coolzino-1odgzd {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.coolzino-1odgzd ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.coolzino-1odgzd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.coolzino-1odgzd [data-ref-el],
.coolzino-1odgzd span,
.coolzino-1odgzd a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.coolzino-muyxej {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .coolzino-muyxej {
    margin-bottom: 12px;
  }
}

.coolzino-i4d8ao {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.coolzino-i4d8ao img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .coolzino-i4d8ao:last-child {
    margin-right: 0;
  }
}

.coolzino-tsl8to {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.coolzino-muyxej:hover .coolzino-jradhg {
  visibility: visible;
  opacity: 1;
}

.coolzino-jradhg {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.coolzino-m9wl49 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.coolzino-9965o5 {
  display: flex;
  margin: 6px;
}

.coolzino-9965o5 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.coolzino-jradhg::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.coolzino-jradhg::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.coolzino-6jimq1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .coolzino-6jimq1 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.coolzino-mei1tx {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .coolzino-mei1tx {
    margin-right: 32px;
  }
}

.coolzino-32ipoe {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .coolzino-32ipoe {
    margin-top: 0;
    width: 340px;
  }
}

.coolzino-32ipoe a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.coolzino-bf5ep9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.coolzino-ptq9rn {
  position: relative;
}

@media (min-width: 768px) {
  .coolzino-ptq9rn {
    margin-top: 40px;
  }
}

.coolzino-ptq9rn + .coolzino-lk8ocz,
.coolzino-ptq9rn + .coolzino-ptq9rn {
  margin-top: 24px;
}

.coolzino-dz5009 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .coolzino-dz5009 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .coolzino-dz5009 {
    padding: 80px;
  }
}

.coolzino-b21cde {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .coolzino-b21cde {
    padding: 0 16px;
}


}

.coolzino-ghguu5 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .coolzino-ghguu5 {
    font-size: 48px;
    line-height: 56px;
  }
}

.coolzino-fxd610 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .coolzino-fxd610 {
    font-size: 24px;
    line-height: 32px;
  }
}

.coolzino-e73ys2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.coolzino-e73ys2:hover {
  background: var(--button-bg-hover);
}

.coolzino-4sdbag {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.coolzino-4sdbag img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .coolzino-4sdbag img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .coolzino-4sdbag img {
  min-height: 100%;
  }
}

.coolzino-dz5009::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.coolzino-p23s2l {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.coolzino-p23s2l h1,
.coolzino-p23s2l h2,
.coolzino-p23s2l h3,
.coolzino-p23s2l h4 {
  margin-bottom: 6px;
}

.coolzino-p23s2l h1:not(:first-child),
.coolzino-p23s2l h2:not(:first-child),
.coolzino-p23s2l h3:not(:first-child),
.coolzino-p23s2l h4:not(:first-child) {
  margin-top: 16px;
}

.coolzino-p23s2l h1,
.coolzino-p23s2l h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .coolzino-p23s2l h1,
  .coolzino-p23s2l h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.coolzino-p23s2l h2,
.coolzino-p23s2l h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .coolzino-p23s2l h2,
  .coolzino-p23s2l h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.coolzino-p23s2l h3,
.coolzino-p23s2l h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .coolzino-p23s2l h3,
  .coolzino-p23s2l h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.coolzino-p23s2l h4,
.coolzino-p23s2l h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.coolzino-p23s2l ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.coolzino-p23s2l ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.coolzino-p23s2l ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.coolzino-p23s2l ul ul {
  margin-bottom: 8px;
}

.coolzino-p23s2l ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.coolzino-p23s2l ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.coolzino-p23s2l ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.coolzino-p23s2l ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.coolzino-p23s2l ol li::marker {
  font-weight: 700;
}

.coolzino-p23s2l ol ol {
  margin-bottom: 8px;
}

.coolzino-p23s2l ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.coolzino-p23s2l ol ul li {
  padding-left: 16px;
}

.coolzino-p23s2l table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .coolzino-p23s2l table {
    padding: 24px;
  }
}

.coolzino-p23s2l table.coolzino-52eqgz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.coolzino-jjrkal,
    mask-image 0.3s;
}

.coolzino-p23s2l table.coolzino-52eqgz.coolzino-it1pa3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .coolzino-p23s2l table {
    display: table;
  }
}

.coolzino-p23s2l table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.coolzino-p23s2l table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.coolzino-p23s2l table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.coolzino-p23s2l table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .coolzino-p23s2l table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.coolzino-p23s2l table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.coolzino-p23s2l table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.coolzino-p23s2l table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.coolzino-p23s2l img {
  max-width: 100%;
  height: auto;
}

.coolzino-r38j8i {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .coolzino-r38j8i {
    padding: 24px;
  }
}

.coolzino-o56x7p {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .coolzino-o56x7p {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.coolzino-o56x7p > * {
  margin: 0 !important;
}

.coolzino-o56x7p img,
.coolzino-ijaeqx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .coolzino-o56x7p img,
  .coolzino-ijaeqx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.coolzino-wesbkr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .coolzino-wesbkr {
    width: 32px;
    height: 32px;
  }
}

.coolzino-4d2l0u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.coolzino-4d2l0u .coolzino-tscq3k {
  flex-shrink: 0;
}

.coolzino-4d2l0u .coolzino-ve10xu svg {
  display: none;
}

.coolzino-8wpopr {
  display: grid;
  transition: max-height 0.coolzino-jjrkal ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .coolzino-8wpopr {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .coolzino-8wpopr {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.coolzino-8wpopr.coolzino-zjmp85 + .coolzino-tscq3k svg {
  transform: rotate(180deg);
}

.coolzino-6935ff {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.coolzino-6935ff > div:nth-child(3n) {
  grid-column: span 2;
}

.coolzino-6935ff
  > div:nth-child(3n)
  .coolzino-ucjrr5
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .coolzino-6935ff {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .coolzino-6935ff > div:nth-child(3n) {
    grid-column: unset;
  }

  .coolzino-6935ff
    > div:nth-child(3n)
    .coolzino-ucjrr5
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .coolzino-6935ff {
    max-width: 270px;
  }
}

.coolzino-6935ff .coolzino-ucjrr5 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .coolzino-6935ff .coolzino-ucjrr5 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .coolzino-6935ff .coolzino-ucjrr5 button {
    max-width: 104px;
  }
}

.coolzino-eh2my4 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .coolzino-eh2my4 {
    margin-bottom: 0;
  }
}

.coolzino-bfocns {
  display: none;
  opacity: 0;
}

.coolzino-4yp4bn {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.coolzino-4yp4bn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.coolzino-ucjrr5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.coolzino-ucjrr5 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .coolzino-ucjrr5
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .coolzino-ucjrr5
    button {
    max-width: 145px;
  }
}

.coolzino-zezt01:first-child
  .coolzino-ucjrr5
  button {
  max-width: 270px;
}

.coolzino-tgjuy1 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.coolzino-eh2my4 picture {
  width: 100%;
  max-width: 100%;
}

.coolzino-asn0fm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.coolzino-asn0fm svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.coolzino-eh2my4:hover .coolzino-asn0fm {
  display: flex;
}

.coolzino-ft5s4n {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.coolzino-sui99q {
  display: flex;
}

.coolzino-sui99q:hover .coolzino-fahgf8,
.coolzino-sui99q .coolzino-j87nm3 .coolzino-fahgf8 {
  display: flex;
}

.coolzino-sui99q svg {
  flex-shrink: 0;
}

.coolzino-fahgf8 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .coolzino-fahgf8 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.coolzino-fahgf8:hover {
  display: flex;
}

.coolzino-fahgf8 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.coolzino-8u7lgn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .coolzino-8u7lgn {
    font-size: 12px;
  }
}

.coolzino-yfkjg1,
.coolzino-041bux {
  width: 50%;
  flex-shrink: 0;
}

.coolzino-yfkjg1 {
  font-weight: 700;
}

.coolzino-rzo0z4 .coolzino-8wpopr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .coolzino-rzo0z4 .coolzino-8wpopr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .coolzino-rzo0z4 .coolzino-8wpopr {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.coolzino-rzo0z4
  .coolzino-tgjuy1:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.coolzino-rzo0z4 .coolzino-4yp4bn {
  height: 100% !important;
  border-radius: 16px;
}

.coolzino-rzo0z4 .coolzino-ucjrr5 {
  gap: 4px;
  align-items: center;
}

.coolzino-rzo0z4 .coolzino-ucjrr5 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coolzino-rzo0z4 .coolzino-ucjrr5 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.coolzino-rzo0z4 .coolzino-ttfuoz,
.coolzino-rzo0z4 .coolzino-0wmubi {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.coolzino-sfoxw7.org/2000/svg'%3E%3Cpath d='M9.coolzino-mjc8uj 4.coolzino-vd47yg.coolzino-5n7jpe 5.coolzino-bma9qy.coolzino-fh633x 5.coolzino-wx2jyq.coolzino-93sgkk 5.coolzino-e8pi7p.coolzino-11ezlk 8.coolzino-1ex9in.coolzino-2yv20u 9.coolzino-fhgdc3.coolzino-3do0q8 9.coolzino-qgv34f.coolzino-zkcqsr 13.coolzino-g7xqeb.coolzino-onwu41 11.coolzino-y0as11.coolzino-y7rs1u 11.coolzino-9j2kbt.coolzino-4rstu8 11.coolzino-43fd73.coolzino-vr3anu 13.coolzino-9973si.coolzino-6dxflq 9.coolzino-a4gjdh.coolzino-ac32wz 9.coolzino-kyhnzc.coolzino-kyj7zb 8.coolzino-3vimyi.coolzino-mbtrl7 5.coolzino-3wo7y6.coolzino-igveo1 5.coolzino-j8x7od.coolzino-p24rf1 5.coolzino-2df83j.coolzino-sh76uf 4.coolzino-alkf26.coolzino-y7rs1u 1.coolzino-436fgh.coolzino-mjc8uj 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.coolzino-rzo0z4 .coolzino-ttfuoz {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.coolzino-rzo0z4 .coolzino-0wmubi {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.coolzino-zyfr1r {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .coolzino-zyfr1r {
    padding: 24px;
  }
}

.coolzino-zyfr1r .coolzino-tscq3k {
  display: flex;
}

@media (min-width: 768px) {
  .coolzino-zyfr1r .coolzino-tscq3k {
    display: none;
  }
}

.coolzino-zyfr1r .coolzino-ve10xu svg {
  display: none;
}

.coolzino-1lrnf9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.coolzino-1lrnf9 .coolzino-mb4zv4 {
  display: none;
}

@media (min-width: 768px) {
  .coolzino-1lrnf9 .coolzino-mb4zv4 {
    display: flex;
  }
}

.coolzino-aqn7ba {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .coolzino-aqn7ba {
    font-size: 40px;
    line-height: 48px;
  }
}

.coolzino-aqn7ba > * {
  margin: 0 !important;
}

.coolzino-aqn7ba img,
.coolzino-zn5drf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .coolzino-aqn7ba img,
  .coolzino-zn5drf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.coolzino-2bii00 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .coolzino-2bii00 {
    width: 32px;
    height: 32px;
  }
}

.coolzino-aag07u {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .coolzino-aag07u {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .coolzino-aag07u::-webkit-scrollbar {
    display: none;
  }
}

.coolzino-kq8kcs {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .coolzino-kq8kcs {
    padding: 7px 15px;
  }
}

.coolzino-kq8kcs:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.coolzino-1hkxvv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .coolzino-1hkxvv {
    display: flex;
    opacity: 1;
  }
}

.coolzino-kq8kcs picture {
  height: 100%;
  display: block;
}

.coolzino-kq8kcs img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .coolzino-kq8kcs img {
    width: 88px;
    height: 44px;
  }
}

.coolzino-kq8kcs p {
  text-align: center;
  width: 100%;
}

.coolzino-0kswbj {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .coolzino-0kswbj {
    font-size: 40px;
    line-height: 48px;
  }
}

.coolzino-0kswbj img,
.coolzino-mip39i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .coolzino-0kswbj img,
  .coolzino-mip39i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.coolzino-bi31ob {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .coolzino-bi31ob {
    width: 32px;
    height: 32px;
  }
}

.coolzino-6hgvfx {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.coolzino-eudr7n {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.coolzino-crvk92 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.coolzino-crvk92.coolzino-j87nm3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.coolzino-b8ibzc {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .coolzino-b8ibzc {
    font-size: 20px;
    line-height: 28px;
  }
}

.coolzino-46ykia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.coolzino-edmsh9 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.coolzino-jjrkal ease;
  opacity: 0;
  color: var(--text-color);
}

.coolzino-dhstxq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.coolzino-dhstxq ol,
.coolzino-dhstxq ul {
  padding-left: 1.3em;
}

.coolzino-crvk92.coolzino-j87nm3 .coolzino-edmsh9 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.coolzino-crvk92.coolzino-j87nm3 .coolzino-46ykia {
  transform: rotate(180deg);
  color: var(--text-color);
}

.coolzino-6wg0tj {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .coolzino-6wg0tj {
    padding: 24px;
  }
}

.coolzino-6wg0tj .coolzino-tscq3k {
  display: flex;
}

@media (min-width: 768px) {
  .coolzino-6wg0tj .coolzino-tscq3k {
    display: none;
  }
}

.coolzino-6wg0tj .coolzino-ve10xu svg {
  display: none;
}

.coolzino-55af37 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coolzino-55af37 .coolzino-mb4zv4 {
  display: none;
}

@media (min-width: 768px) {
  .coolzino-55af37 .coolzino-mb4zv4 {
    display: flex;
  }
}

.coolzino-1jm2pr {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .coolzino-1jm2pr {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.coolzino-1jm2pr > * {
  margin: 0 !important;
}

.coolzino-1jm2pr img,
.coolzino-53xi2b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .coolzino-1jm2pr img,
  .coolzino-53xi2b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.coolzino-2dp141 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .coolzino-2dp141 {
    width: 32px;
    height: 32px;
  }
}

.coolzino-zafgs8 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .coolzino-zafgs8 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .coolzino-zafgs8::-webkit-scrollbar {
    display: none;
  }
}

.coolzino-mtm2ty {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.coolzino-mtm2ty:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.coolzino-7r69d3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .coolzino-7r69d3 {
    display: flex;
    opacity: 1;
  }
}

.coolzino-mtm2ty picture {
  width: auto;
  height: 100%;
  display: block;
}

.coolzino-mtm2ty picture img {
  display: block;
  width: auto;
  height: 100%;
}

.coolzino-h0s6pg {
  margin: -24px 0;
}

.coolzino-h0s6pg:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .coolzino-h0s6pg {
    margin: -16px 0;
  }
}

.coolzino-ilpmw8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .coolzino-ilpmw8 {
    flex-direction: row;
  }
}

.coolzino-ot76ob {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .coolzino-ot76ob {
    flex: 1;
  }
}

.coolzino-ot76ob::placeholder {
  color: var(--Text-400);
}

.coolzino-v9hv5i {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.coolzino-g40k1p {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.coolzino-g40k1p::-webkit-scrollbar {
  display: none;
}

.coolzino-i0x56i {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.coolzino-i0x56i img,
.coolzino-i0x56i svg {
  margin-right: 8px;
}

.coolzino-k6les5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.coolzino-h0s6pg + .coolzino-ufsy4x {
  margin-top: 0;
}

@media (min-width: 768px) {
  .coolzino-h0s6pg + .coolzino-ufsy4x {
    margin-top: -16px;
  }
}

.coolzino-z8v52k {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.coolzino-z8v52k > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.coolzino-z8v52k > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.coolzino-tj7lcz {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.coolzino-1rj1nt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.coolzino-kotzej {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.coolzino-ro42bg {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.coolzino-hpwdz3 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.coolzino-tj7lcz button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.coolzino-tj7lcz button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .coolzino-tj7lcz {
    padding: 39px 179px 39px 39px;
  }

  .coolzino-1rj1nt {
    font-size: 40px;
    line-height: 48px;
  }

  .coolzino-hpwdz3 {
    height: 348px;
  }

  .coolzino-tj7lcz button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .coolzino-tj7lcz button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .coolzino-tj7lcz {
    padding: 63px;
  }
}

.coolzino-3gst2i {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .coolzino-3gst2i {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.coolzino-ifbsha {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .coolzino-ifbsha {
    width: auto;
  }
}

.coolzino-7j8m0i {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.coolzino-7j8m0i::-webkit-scrollbar {
  display: none;
}

.coolzino-7j8m0i a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.coolzino-7j8m0i a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .coolzino-7j8m0i {
    margin-left: 16px;
    margin-top: 0;
  }
}

.coolzino-3gst2i .coolzino-hm593w {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.coolzino-jjrkal,
    mask-image 0.3s;
}

.coolzino-3gst2i .coolzino-hm593w.coolzino-it1pa3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.coolzino-zpghxk {
  margin: 40px -16px;
}

.coolzino-ljk72v + .coolzino-lk8ocz,
.coolzino-ljk72v + .coolzino-ptq9rn {
  margin-top: 24px;
}

.coolzino-uzmhvu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.coolzino-uzmhvu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.coolzino-d280cv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .coolzino-d280cv {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .coolzino-d280cv {
    margin-top: 0;
  }
}

.coolzino-01lznl {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .coolzino-01lznl {
    font-size: 24px;
    line-height: 32px;
  }
}

.coolzino-hk46j0 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .coolzino-hk46j0 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.coolzino-qss9zb {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .coolzino-qss9zb {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.coolzino-4a1qjr {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .coolzino-4a1qjr {
    font-size: 20px;
    line-height: 28px;
  }
}

.coolzino-8tcvtb {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .coolzino-8tcvtb {
    font-size: 32px;
    line-height: 40px;
  }
}

.coolzino-jtjsjt {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.coolzino-ng88ul {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.coolzino-ng88ul img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.coolzino-ufsy4x {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.coolzino-5nzedb {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .coolzino-5nzedb {
    padding: 15px 48px;
  }
}

main > .coolzino-ufsy4x {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .coolzino-8wpopr.coolzino-8w74eo > div:nth-child(n+5) {
    display: none;
  }
}

.coolzino-p23s2l p a img {
  display: block;
  margin: 0 auto;
}


.coolzino-fmgsf3 {
  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;
}

/* contanct form */
.coolzino-zg8n7e {
  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-zg8n7e label {
  font-size: 14px;
}

.coolzino-zg8n7e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.coolzino-zg8n7e input,
.coolzino-zg8n7e textarea,
.coolzino-zg8n7e 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-zg8n7e button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.coolzino-4m71iu ease;
}
.coolzino-zg8n7e button:hover {
  background-color: var(--button-bg-hover);
}
.coolzino-ye4d88 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.coolzino-xx0zft ease-in;
}

.coolzino-ye4d88 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.coolzino-esx32g, .coolzino-rbx9i0, [class*="review-card"],
thead, thead th, table th, .coolzino-m90bwd,
.coolzino-afob5h, [class*="collapsible-header"],
.coolzino-vbjhd8, [class*="updated-block"] {
  color: #ece7dc !important;
}
