* {
  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;
  }
}

.friday-friday-qfh4dt {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .friday-friday-qfh4dt {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .friday-friday-qfh4dt {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.friday-friday-vi555g {
  overflow: hidden;
}

.friday-friday-ivq7wm img {
  background: var(--Neutral-300);
}

.friday-friday-tuu8lj {
  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;
}

.friday-friday-sxxpwj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.friday-friday-sxxpwj:hover {
  background: var(--button-bg-hover);
}

.friday-friday-fpgxgs {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.friday-friday-fpgxgs:hover {
  background: var(--button-bg-hover);
}

.friday-friday-92ndaz {
  font-size: 12px;
  line-height: 18px;
}

.friday-friday-lbt4pt {
  font-size: 18px;
  line-height: 26px;
}

.friday-friday-mxqu5l {
  width: 100%;
}

.friday-friday-sigsmb {
  padding: 6px 16px;
}

.friday-friday-fi4lwh {
  padding: 10px 16px;
}

.friday-friday-d42uyq {
  padding: 15px 26px;
}

.friday-friday-j1815f {
  flex-shrink: 0;
}

.friday-friday-xf6b8b {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.friday-friday-0iz18o {
  display: none;
}

.friday-friday-r63jqh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.friday-friday-08gy8k {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.friday-friday-dygsli {
  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;
}

.friday-friday-j1iet6 {
  cursor: grab;
}

.friday-friday-dygsli::-webkit-scrollbar {
  display: none;
}

.friday-friday-129tis {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.friday-friday-ie6849 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.friday-friday-sdatbn {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.friday-friday-pvsmtl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.friday-friday-ril6pk {
  visibility: visible;
}

.friday-friday-e8eu14 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.friday-friday-2nx159 ease;
}

.friday-friday-tkddcn {
  background-color: var(--Primary-200);
  width: 16px;
}

.friday-friday-w5z2ve {
  -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.friday-friday-2nx159,
    mask-image 0.3s;
}

.friday-friday-w5z2ve.friday-friday-zj35u4 {
  -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;
  }
}

.friday-friday-n4gzlf: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;
}

.friday-friday-8x1mk8 {
  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.friday-friday-99l0u5.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.friday-friday-99l0u5.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;
}

.friday-friday-2b4pf8 {
  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);
}

.friday-friday-2b4pf8::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%
  );
}

.friday-friday-y189q4 {
  position: relative;
  z-index: 1;
}

.friday-friday-1u9o1x {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.friday-friday-xkm4oh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.friday-friday-kvm0cf {
  font-size: 40px;
  line-height: 48px;
}

.friday-friday-6xlpwt {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.friday-friday-qa9z0w {
  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;
}

.friday-friday-qa9z0w:hover {
  background: var(--Primary-400);
}

.friday-friday-qa9z0w svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.friday-friday-n4gzlf 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) {
  .friday-friday-2b4pf8 {
    max-width: 600px;
    padding: 64px;
  }

  .friday-friday-1u9o1x {
    font-size: 24px;
    line-height: 32px;
  }

  .friday-friday-xkm4oh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .friday-friday-kvm0cf {
    font-size: 50px;
    line-height: 56px;
  }

  .friday-friday-6xlpwt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .friday-friday-8x1mk8 {
    top: 25px;
    right: 25px;
  }
}

.friday-friday-k84mj2,
.friday-friday-b41i1p {
  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;
}

.friday-friday-uwgbxc.friday-friday-qd5ifw::before,
.friday-friday-b41i1p::before,
.friday-friday-f1ga2b::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.friday-friday-99l0u5.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.friday-friday-zpwao3 14.friday-friday-6qub81.friday-friday-nyy0a4 14.friday-friday-b8mt80 15.friday-friday-jb3w57 14.friday-friday-oulb54 15.friday-friday-8oanam 14.friday-friday-r4j735.friday-friday-0ndp65 14.friday-friday-ny9ha4 19.friday-friday-ayfebn 12.friday-friday-3b4wxl 19.friday-friday-ayfebn 10.friday-friday-b7jg2z.friday-friday-ayfebn 8.friday-friday-qfsj1g 17.friday-friday-5qfj1c 7.friday-friday-vu781q 15.friday-friday-l7xymu 7.friday-friday-3u9m72.friday-friday-xwzb1f 7.friday-friday-vu781q 11.friday-friday-vvbpvv 8.friday-friday-qfsj1g 11.friday-friday-vvbpvv 10.friday-friday-sbyooi.friday-friday-vvbpvv 12.friday-friday-1vf0di 13.friday-friday-nycq0g 14.friday-friday-uqjurx 15.friday-friday-lsltv4 14.friday-friday-24wdv9.friday-friday-py5pbk 14.friday-friday-s6nw9g 15.friday-friday-zd7kru 14.friday-friday-wifodl 15.friday-friday-pq380e 14.friday-friday-zyo872.friday-friday-zpwao3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.friday-friday-7z67gg 15.friday-friday-5nz8jq.friday-friday-xd9tj6 15.friday-friday-q27uim 15.friday-friday-u5kfb1 15.friday-friday-issjgy 15.friday-friday-cqpk5g 15.friday-friday-21cjbf.friday-friday-hm55dl 15.friday-friday-issjgy 15.friday-friday-zzadvb 15.friday-friday-tch6ch 15.friday-friday-udmhkp 15.friday-friday-x0y9p9.friday-friday-33mesg 15.friday-friday-n2eqpw 7.friday-friday-vfsbe4 18.friday-friday-1cek3q 7.friday-friday-wjzvs2 23.friday-friday-hhgmte.friday-friday-6vi7bi.friday-friday-opyh1y 18.friday-friday-gpobva 19.friday-friday-lsxp0j 15.friday-friday-6kdd9h 15.friday-friday-7z67gg 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.friday-friday-do1glg [type="submit"] *,
.friday-friday-7idlij button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .friday-friday-bsucjp {
    display: none;
  }
}

.friday-friday-3qkb5o {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .friday-friday-3qkb5o {
  display: none;
}

@media (min-width: 768px) {
  .friday-friday-3qkb5o {
    bottom: 22px;
  }
}

.friday-friday-3qkb5o input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .friday-friday-3qkb5o {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.friday-friday-k5e3nf.static) .friday-friday-3qkb5o {
    bottom: 8px;
  }
}

.friday-friday-51z9y3 {
  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.friday-friday-99l0u5.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.friday-friday-p0n7py 3.friday-friday-8yq3ve.friday-friday-saohw1.friday-friday-bqgbfw 3.friday-friday-vb040x 3.friday-friday-f7ibv1 5.friday-friday-dcdrr4 3.friday-friday-f7ibv1 8.friday-friday-aszeci.friday-friday-d33qor.friday-friday-f7ibv1 26.friday-friday-2ru9x7 5.friday-friday-xtwi1u 28.friday-friday-h7gutb 8.friday-friday-v48icl 28.friday-friday-f202f2.friday-friday-j4j1ov 28.friday-friday-lgzw7i.friday-friday-rxg0nk 34.friday-friday-mnl762.friday-friday-d85rnt 36.friday-friday-0fmon6 11.friday-friday-5nk9g0 37.friday-friday-pgmxzx 12.friday-friday-vltw3i 36.friday-friday-6juv20.friday-friday-50fex8 28.friday-friday-9kzic0.friday-friday-hedoti.friday-friday-ww90tj 28.friday-friday-bmk7kn 36.friday-friday-z4f1vy 26.friday-friday-t4muwb 36.friday-friday-z4f1vy 23.friday-friday-i7jgrk.friday-friday-0asn1f.friday-friday-z4f1vy 5.friday-friday-5qshem 34.friday-friday-7bykv2 3.friday-friday-vb040x 31.friday-friday-p0n7py 3.friday-friday-xrad7f.friday-friday-5gncto 18.friday-friday-1952cu.friday-friday-4er5oz 18.friday-friday-smyiyc 8.friday-friday-btg4l8 17.friday-friday-xqqw48 8.friday-friday-btg4l8 15.friday-friday-mymbww.friday-friday-btg4l8 14.friday-friday-1sx8jt 9.friday-friday-4er5oz 13.friday-friday-e1piyv 11.friday-friday-5gncto 13.friday-friday-h356e2.friday-friday-vlllnp 13.friday-friday-e1piyv 13.friday-friday-5g4cfa 14.friday-friday-1sx8jt 13.friday-friday-5g4cfa 15.friday-friday-yhvo4p.friday-friday-5g4cfa 17.friday-friday-xqqw48 12.friday-friday-vlllnp 18.friday-friday-smyiyc 11.friday-friday-5gncto 18.friday-friday-yehdk0.friday-friday-6lkn3r 18.friday-friday-qoyv5m.friday-friday-4ammqh 18.friday-friday-smyiyc 17.friday-friday-e0yg9d 17.friday-friday-xqqw48 17.friday-friday-e0yg9d 15.friday-friday-cwd8ly.friday-friday-e0yg9d 14.friday-friday-1sx8jt 18.friday-friday-4ammqh 13.friday-friday-e1piyv 20.friday-friday-6lkn3r 13.friday-friday-o24754.friday-friday-v8y5lt 13.friday-friday-e1piyv 22.friday-friday-62pt6f 14.friday-friday-1sx8jt 22.friday-friday-62pt6f 15.friday-friday-eibeed.friday-friday-ho810v 17.friday-friday-xqqw48 21.friday-friday-v8y5lt 18.friday-friday-smyiyc 20.friday-friday-6lkn3r 18.friday-friday-65arim.friday-friday-snxkxf 18.friday-friday-unpiyv.friday-friday-9jdf6j 18.friday-friday-smyiyc 26.friday-friday-po3i7s 17.friday-friday-xqqw48 26.friday-friday-po3i7s 15.friday-friday-jc5lac.friday-friday-po3i7s 14.friday-friday-1sx8jt 27.friday-friday-9jdf6j 13.friday-friday-e1piyv 28.friday-friday-snxkxf 13.friday-friday-1sjf6g.friday-friday-rij4e2 13.friday-friday-e1piyv 31.friday-friday-09of91 14.friday-friday-1sx8jt 31.friday-friday-09of91 15.friday-friday-tjzbtq.friday-friday-po3i7s 17.friday-friday-xqqw48 30.friday-friday-rij4e2 18.friday-friday-smyiyc 28.friday-friday-snxkxf 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"])
    .friday-friday-51z9y3 {
    display: none;
  }
}

.friday-friday-da9elk {
  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) {
  .friday-friday-da9elk {
    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;
}

.friday-friday-7idlij {
  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) {
  .friday-friday-7idlij {
    padding: 14px 16px;
  }
}

.friday-friday-7idlij button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.friday-friday-7idlij button:first-child {
  align-content: end;
}

.friday-friday-7idlij button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .friday-friday-7idlij
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .friday-friday-7idlij
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.friday-friday-7idlij button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.friday-friday-7idlij button:last-child svg {
  width: 38px;
  height: 38px;
}

.friday-friday-f1ga2b {
  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;
}

.friday-friday-f1ga2b::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .friday-friday-f1ga2b,
.pc61d126-chatbot[data-active-screen="3"]
  .friday-friday-f1ga2b {
  opacity: 1;
  visibility: visible;
}

.friday-friday-1ayexv {
  flex: 1 1;
}

.friday-friday-lt0985 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .friday-friday-lt0985 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .friday-friday-y09p86 {
  display: block;
}

.friday-friday-q2ej1v {
  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) {
  .friday-friday-q2ej1v {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.friday-friday-b41i1p {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.friday-friday-b41i1p::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.friday-friday-9ahpfv span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.friday-friday-9ahpfv p {
  color: var(--Text-100);
}

.friday-friday-b41i1p .friday-friday-ith3s7 {
  grid-area: button;
}

.friday-friday-b41i1p .friday-friday-ith3s7::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.friday-friday-99l0u5.org/2000/svg'%3E%3Cpath d='M4.friday-friday-2n7fqd 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.friday-friday-vnmcgs 15L16.friday-friday-vnmcgs 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.friday-friday-vnmcgs 5L16.friday-friday-vnmcgs 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .friday-friday-7ewdgm {
  display: block;
}

.friday-friday-8jaxm5 {
  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) {
  .friday-friday-8jaxm5 {
    margin-top: 40px;
  }
}

.friday-friday-k84mj2 label,
.friday-friday-k84mj2 input {
  display: block;
  width: 100%;
}

.friday-friday-k84mj2 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.friday-friday-k84mj2 label.friday-friday-rgbim3 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.friday-friday-k84mj2 label.friday-friday-rgbim3::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;
}

.friday-friday-k84mj2 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;
}

.friday-friday-k84mj2 input::placeholder {
  color: var(--Text-400);
}

.friday-friday-mnepza {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .friday-friday-mnepza {
  display: flex;
}

.friday-friday-mnepza ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .friday-friday-mnepza ol {
    height: 420px;
    padding: 24px;
  }
}

.friday-friday-mnepza ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.friday-friday-do1glg {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .friday-friday-do1glg {
    padding: 0 24px 24px;
  }
}

.friday-friday-do1glg 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;
}

.friday-friday-do1glg input::placeholder {
  color: var(--Text-400);
}

.friday-friday-do1glg [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.friday-friday-do1glg [type="submit"]:disabled {
  opacity: 0.5;
}

.friday-friday-do1glg [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .friday-friday-do1glg [type="submit"] {
    right: 40px;
  }
}

.friday-friday-uwgbxc {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.friday-friday-uwgbxc.friday-friday-qd5ifw {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.friday-friday-uwgbxc.friday-friday-qd5ifw::before {
  content: "";
  width: 31px;
}

.friday-friday-uwgbxc.friday-friday-qd5ifw p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.friday-friday-uwgbxc.friday-friday-svp7hv p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.friday-friday-uwgbxc p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.friday-friday-3qkb5o .friday-friday-ith3s7 {
  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;
  }
}

.friday-friday-bsucjp {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .friday-friday-bsucjp {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .friday-friday-bsucjp {
    padding: 18px 0;
  }
}

.friday-friday-bsucjp .friday-friday-qfh4dt {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .friday-friday-bsucjp .friday-friday-qfh4dt {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.friday-friday-z23cnf {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .friday-friday-z23cnf {
    max-width: 160px;
    height: 40px;
  }
}

.friday-friday-z23cnf picture,
.friday-friday-z23cnf img {
  display: block;
  width: 100%;
  height: 100%;
}

.friday-friday-z23cnf img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .friday-friday-rutxxe {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.friday-friday-2nx159 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .friday-friday-bsucjp.friday-friday-zbopkd .friday-friday-rutxxe {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .friday-friday-rutxxe {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .friday-friday-rutxxe {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.friday-friday-p9v2ev,
.friday-friday-81k59l {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .friday-friday-p9v2ev,
  .friday-friday-81k59l {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .friday-friday-81k59l {
    display: none;
  }
}

.friday-friday-616xpk {
  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;
}

.friday-friday-zbopkd .friday-friday-616xpk {
  background: var(--fh-bg-color);
}

.friday-friday-616xpk button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .friday-friday-616xpk {
    display: none;
  }
}

.friday-friday-4fwdqq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .friday-friday-4fwdqq {
    display: none;
  }
}

.friday-friday-4a83zt {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.friday-friday-bsucjp.friday-friday-zbopkd .friday-friday-4a83zt:first-child {
  display: none;
}

.friday-friday-bsucjp.friday-friday-zbopkd .friday-friday-4a83zt:last-child {
  display: block;
}

.friday-friday-4a83zt:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .friday-friday-4a83zt {
    display: none;
  }
}

.friday-friday-xjx15d {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .friday-friday-xjx15d {
    display: flex;
  }
}

.friday-friday-xjx15d ul {
  max-height: 350px;
  overflow-y: auto;
}

.friday-friday-xjx15d:hover ul {
  visibility: visible;
  opacity: 1;
}

.friday-friday-xjx15d:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.friday-friday-xjx15d:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.friday-friday-xjx15d:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.friday-friday-xjx15d:hover .friday-friday-yz0pil svg {
  transform: rotate(180deg);
}

.friday-friday-6deodm {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.friday-friday-gzkeh9 {
  padding: 0 8px;
}

.friday-friday-pvpsi2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.friday-friday-pvpsi2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .friday-friday-pvpsi2 {
    padding: 4px 8px;
  }
}

.friday-friday-0sgurl {
  display: flex;
}

.friday-friday-0sgurl img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.friday-friday-yz0pil {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.friday-friday-yz0pil svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.friday-friday-7d099x {
  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) {
  .friday-friday-7d099x {
    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;
  }
}

.friday-friday-6j6oeh {
  width: 100%;
}

@media (min-width: 1200px) {
  .friday-friday-6j6oeh {
    display: none;
  }
}

.friday-friday-ofy0l1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.friday-friday-2i7use {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.friday-friday-e4i3gm {
  display: flex;
}

.friday-friday-e4tps0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.friday-friday-7p23uh {
  list-style: none;
}

@media (max-width: 1199px) {
  .friday-friday-7p23uh {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .friday-friday-7p23uh {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .friday-friday-7p23uh .friday-friday-ia1ecx [data-ref-el],
  .friday-friday-7p23uh .friday-friday-ia1ecx span,
  .friday-friday-7p23uh .friday-friday-ia1ecx a {
    white-space: nowrap;
  }
}

.friday-friday-xbjf0t {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .friday-friday-xbjf0t.friday-friday-haf0le > .friday-friday-ia1ecx {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .friday-friday-xbjf0t.friday-friday-09wy9j:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .friday-friday-xbjf0t.friday-friday-haf0le > .friday-friday-pqbbya {
    height: auto;
  }

  .friday-friday-xbjf0t.friday-friday-haf0le > div > .friday-friday-8stc0d {
    transform: rotate(180deg);
  }
}

.friday-friday-xbjf0t [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.friday-friday-xbjf0t [data-ref-el],
.friday-friday-xbjf0t span {
  cursor: pointer;
}

.friday-friday-xbjf0t [data-ref-el],
.friday-friday-xbjf0t span,
.friday-friday-xbjf0t a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .friday-friday-xbjf0t [data-ref-el],
  .friday-friday-xbjf0t span,
  .friday-friday-xbjf0t a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .friday-friday-xbjf0t [data-ref-el],
  .friday-friday-xbjf0t span,
  .friday-friday-xbjf0t a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.friday-friday-pqbbya {
  height: 0;
  overflow: hidden;
  transition: height 0.friday-friday-2nx159 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.friday-friday-pqbbya::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.friday-friday-pqbbya::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.friday-friday-pqbbya::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .friday-friday-pqbbya {
    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;
  }

  .friday-friday-pqbbya:has(> .friday-friday-xbjf0t.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .friday-friday-pqbbya .friday-friday-pqbbya {
    padding: 0;
  }

  .friday-friday-pqbbya .friday-friday-xbjf0t {
    font-weight: 400;
  }

  .friday-friday-pqbbya .friday-friday-xbjf0t:hover > .friday-friday-ia1ecx {
    background: var(--Neutral-300);
  }

  .friday-friday-pqbbya .friday-friday-8stc0d {
    rotate: -90deg;
  }
}

.friday-friday-ia1ecx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .friday-friday-ia1ecx {
    padding: 8px;
  }

  .friday-friday-xbjf0t.friday-friday-awnvmm > .friday-friday-ia1ecx {
    background: var(--Neutral-300);
  }
}

.friday-friday-8stc0d {
  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.friday-friday-99l0u5.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.friday-friday-pmdgeh 0.friday-friday-xcnka3.friday-friday-mfgl1h -0.friday-friday-kwt1dn 0.friday-friday-lf12r1 -0.friday-friday-kwt1dn 1.friday-friday-8ys69d 0.friday-friday-z37sr3.friday-friday-041t39 4.friday-friday-zpgnue.friday-friday-pmdgeh 0.friday-friday-gsnvjk.friday-friday-a1zo3b -0.friday-friday-kwt1dn 9.friday-friday-z2znb0 -0.friday-friday-kwt1dn 10.friday-friday-3vr9m7 0.friday-friday-cz6emw.friday-friday-5q3ozx 0.friday-friday-mfgl1h 10.friday-friday-5q3ozx 0.friday-friday-lf12r1 10.friday-friday-3vr9m7 1.friday-friday-qwro9r.friday-friday-mxqpuz 5.friday-friday-kdzbzo.friday-friday-c20iho 6.friday-friday-3cxojf 5.friday-friday-44mgis 6.friday-friday-3cxojf 4.friday-friday-ovxydc 5.friday-friday-bckft9.friday-friday-pmdgeh 1.friday-friday-bt5t0d.friday-friday-kwt1dn 0.friday-friday-lf12r1 -0.friday-friday-kwt1dn 0.friday-friday-mfgl1h 0.friday-friday-pmdgeh 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.friday-friday-2nx159 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .friday-friday-8stc0d {
    cursor: default;
  }
}

.friday-friday-my9iv0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.friday-friday-s1yo9c {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .friday-friday-s1yo9c {
    padding: 40px 4px;
  }
}

.friday-friday-0c2xul {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .friday-friday-0c2xul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.friday-friday-wkfu0k {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .friday-friday-wkfu0k {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.friday-friday-wkfu0k ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.friday-friday-wkfu0k [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.friday-friday-wkfu0k [data-ref-el],
.friday-friday-wkfu0k span,
.friday-friday-wkfu0k a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.friday-friday-vj1oi9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .friday-friday-vj1oi9 {
    margin-bottom: 12px;
  }
}

.friday-friday-j9j9lt {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.friday-friday-j9j9lt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .friday-friday-j9j9lt:last-child {
    margin-right: 0;
  }
}

.friday-friday-ggz46x {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.friday-friday-vj1oi9:hover .friday-friday-af9v3b {
  visibility: visible;
  opacity: 1;
}

.friday-friday-af9v3b {
  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);
}

.friday-friday-iktckl {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.friday-friday-vj7h78 {
  display: flex;
  margin: 6px;
}

.friday-friday-vj7h78 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.friday-friday-af9v3b::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);
}

.friday-friday-af9v3b::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);
}

.friday-friday-3m9ymj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .friday-friday-3m9ymj {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.friday-friday-084hvj {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .friday-friday-084hvj {
    margin-right: 32px;
  }
}

.friday-friday-nya4cy {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .friday-friday-nya4cy {
    margin-top: 0;
    width: 340px;
  }
}

.friday-friday-nya4cy a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.friday-friday-yxh006 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.friday-friday-ru3ypr {
  position: relative;
}

@media (min-width: 768px) {
  .friday-friday-ru3ypr {
    margin-top: 40px;
  }
}

.friday-friday-ru3ypr + .friday-friday-194d61,
.friday-friday-ru3ypr + .friday-friday-ru3ypr {
  margin-top: 24px;
}

.friday-friday-3g3h17 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .friday-friday-3g3h17 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .friday-friday-3g3h17 {
    padding: 80px;
  }
}

.friday-friday-k6j5f7 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .friday-friday-k6j5f7 {
    padding: 0 16px;
}


}

.friday-friday-7tzqr3 {
  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) {
  .friday-friday-7tzqr3 {
    font-size: 48px;
    line-height: 56px;
  }
}

.friday-friday-lo1lcb {
  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) {
  .friday-friday-lo1lcb {
    font-size: 24px;
    line-height: 32px;
  }
}

.friday-friday-f9yg1d {
  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;
}

.friday-friday-f9yg1d:hover {
  background: var(--button-bg-hover);
}

.friday-friday-nnuidy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.friday-friday-nnuidy img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .friday-friday-nnuidy img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .friday-friday-nnuidy img {
  min-height: 100%;
  }
}

.friday-friday-3g3h17::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.friday-friday-yxp5bw {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.friday-friday-yxp5bw h1,
.friday-friday-yxp5bw h2,
.friday-friday-yxp5bw h3,
.friday-friday-yxp5bw h4 {
  margin-bottom: 6px;
}

.friday-friday-yxp5bw h1:not(:first-child),
.friday-friday-yxp5bw h2:not(:first-child),
.friday-friday-yxp5bw h3:not(:first-child),
.friday-friday-yxp5bw h4:not(:first-child) {
  margin-top: 16px;
}

.friday-friday-yxp5bw h1,
.friday-friday-yxp5bw h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .friday-friday-yxp5bw h1,
  .friday-friday-yxp5bw h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.friday-friday-yxp5bw h2,
.friday-friday-yxp5bw h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .friday-friday-yxp5bw h2,
  .friday-friday-yxp5bw h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.friday-friday-yxp5bw h3,
.friday-friday-yxp5bw h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .friday-friday-yxp5bw h3,
  .friday-friday-yxp5bw h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.friday-friday-yxp5bw h4,
.friday-friday-yxp5bw h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.friday-friday-yxp5bw ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.friday-friday-yxp5bw ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.friday-friday-yxp5bw 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);
}

.friday-friday-yxp5bw ul ul {
  margin-bottom: 8px;
}

.friday-friday-yxp5bw ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.friday-friday-yxp5bw ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.friday-friday-yxp5bw ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.friday-friday-yxp5bw ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.friday-friday-yxp5bw ol li::marker {
  font-weight: 700;
}

.friday-friday-yxp5bw ol ol {
  margin-bottom: 8px;
}

.friday-friday-yxp5bw ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.friday-friday-yxp5bw ol ul li {
  padding-left: 16px;
}

.friday-friday-yxp5bw 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) {
  .friday-friday-yxp5bw table {
    padding: 24px;
  }
}

.friday-friday-yxp5bw table.friday-friday-taqpkr {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.friday-friday-2nx159,
    mask-image 0.3s;
}

.friday-friday-yxp5bw table.friday-friday-taqpkr.friday-friday-zj35u4 {
  -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) {
  .friday-friday-yxp5bw table {
    display: table;
  }
}

.friday-friday-yxp5bw 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);
}

.friday-friday-yxp5bw table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.friday-friday-yxp5bw table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.friday-friday-yxp5bw 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) {
  .friday-friday-yxp5bw table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.friday-friday-yxp5bw table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.friday-friday-yxp5bw table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.friday-friday-yxp5bw table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.friday-friday-yxp5bw img {
  max-width: 100%;
  height: auto;
}

.friday-friday-jhzvpm {
  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) {
  .friday-friday-jhzvpm {
    padding: 24px;
  }
}

.friday-friday-vprwk0 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .friday-friday-vprwk0 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.friday-friday-vprwk0 > * {
  margin: 0 !important;
}

.friday-friday-vprwk0 img,
.friday-friday-zq1bw0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .friday-friday-vprwk0 img,
  .friday-friday-zq1bw0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.friday-friday-db89zp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .friday-friday-db89zp {
    width: 32px;
    height: 32px;
  }
}

.friday-friday-merieb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.friday-friday-merieb .friday-friday-jxturt {
  flex-shrink: 0;
}

.friday-friday-merieb .friday-friday-nyrjxq svg {
  display: none;
}

.friday-friday-ssq8r1 {
  display: grid;
  transition: max-height 0.friday-friday-2nx159 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .friday-friday-ssq8r1 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .friday-friday-ssq8r1 {
    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));
  }
}

.friday-friday-ssq8r1.friday-friday-fp93kf + .friday-friday-jxturt svg {
  transform: rotate(180deg);
}

.friday-friday-262noi {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.friday-friday-262noi > div:nth-child(3n) {
  grid-column: span 2;
}

.friday-friday-262noi
  > div:nth-child(3n)
  .friday-friday-weew2m
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .friday-friday-262noi {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .friday-friday-262noi > div:nth-child(3n) {
    grid-column: unset;
  }

  .friday-friday-262noi
    > div:nth-child(3n)
    .friday-friday-weew2m
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .friday-friday-262noi {
    max-width: 270px;
  }
}

.friday-friday-262noi .friday-friday-weew2m button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .friday-friday-262noi .friday-friday-weew2m button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .friday-friday-262noi .friday-friday-weew2m button {
    max-width: 104px;
  }
}

.friday-friday-itu1i8 {
  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) {
  .friday-friday-itu1i8 {
    margin-bottom: 0;
  }
}

.friday-friday-5rvpq1 {
  display: none;
  opacity: 0;
}

.friday-friday-rsfb8a {
  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;
  }
}

.friday-friday-rsfb8a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.friday-friday-weew2m {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.friday-friday-weew2m button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .friday-friday-weew2m
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .friday-friday-weew2m
    button {
    max-width: 145px;
  }
}

.friday-friday-t143gc:first-child
  .friday-friday-weew2m
  button {
  max-width: 270px;
}

.friday-friday-5g80c5 {
  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%;
}

.friday-friday-itu1i8 picture {
  width: 100%;
  max-width: 100%;
}

.friday-friday-bxwzyq {
  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;
}

.friday-friday-bxwzyq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.friday-friday-itu1i8:hover .friday-friday-bxwzyq {
  display: flex;
}

.friday-friday-2qra5c {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.friday-friday-wtic34 {
  display: flex;
}

.friday-friday-wtic34:hover .friday-friday-a2hlg8,
.friday-friday-wtic34 .friday-friday-awnvmm .friday-friday-a2hlg8 {
  display: flex;
}

.friday-friday-wtic34 svg {
  flex-shrink: 0;
}

.friday-friday-a2hlg8 {
  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) {
  .friday-friday-a2hlg8 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.friday-friday-a2hlg8:hover {
  display: flex;
}

.friday-friday-a2hlg8 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.friday-friday-fdi2z0 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .friday-friday-fdi2z0 {
    font-size: 12px;
  }
}

.friday-friday-deioei,
.friday-friday-goee2p {
  width: 50%;
  flex-shrink: 0;
}

.friday-friday-deioei {
  font-weight: 700;
}

.friday-friday-5wpsc4 .friday-friday-ssq8r1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .friday-friday-5wpsc4 .friday-friday-ssq8r1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .friday-friday-5wpsc4 .friday-friday-ssq8r1 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.friday-friday-5wpsc4
  .friday-friday-5g80c5:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.friday-friday-5wpsc4 .friday-friday-rsfb8a {
  height: 100% !important;
  border-radius: 16px;
}

.friday-friday-5wpsc4 .friday-friday-weew2m {
  gap: 4px;
  align-items: center;
}

.friday-friday-5wpsc4 .friday-friday-weew2m button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friday-friday-5wpsc4 .friday-friday-weew2m svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.friday-friday-5wpsc4 .friday-friday-xog6eu,
.friday-friday-5wpsc4 .friday-friday-7s59oq {
  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.friday-friday-99l0u5.org/2000/svg'%3E%3Cpath d='M9.friday-friday-itxtmx 4.friday-friday-6uonor.friday-friday-i8z3yk 5.friday-friday-y2pjro.friday-friday-6hsr4w 5.friday-friday-ych1p0.friday-friday-37ctpr 5.friday-friday-cjuwyw.friday-friday-ttgd6z 8.friday-friday-159etf.friday-friday-npqg7w 9.friday-friday-aoik8o.friday-friday-jw99gj 9.friday-friday-8lrszz.friday-friday-gdcr89 13.friday-friday-u5y9ho.friday-friday-zeetba 11.friday-friday-gbhnf5.friday-friday-theydh 11.friday-friday-fz39sj.friday-friday-0lv030 11.friday-friday-uz33vw.friday-friday-s4svnk 13.friday-friday-e57c07.friday-friday-cfps13 9.friday-friday-knoazj.friday-friday-qsu0m5 9.friday-friday-vhvwf9.friday-friday-5jedq0 8.friday-friday-etm6wz.friday-friday-qfl6r7 5.friday-friday-5tbsrz.friday-friday-neukgh 5.friday-friday-caidlk.friday-friday-xriaqr 5.friday-friday-camm6u.friday-friday-8es0i2 4.friday-friday-7w4uld.friday-friday-theydh 1.friday-friday-78nsgb.friday-friday-itxtmx 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.friday-friday-5wpsc4 .friday-friday-xog6eu {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.friday-friday-5wpsc4 .friday-friday-7s59oq {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.friday-friday-romqyt {
  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) {
  .friday-friday-romqyt {
    padding: 24px;
  }
}

.friday-friday-romqyt .friday-friday-jxturt {
  display: flex;
}

@media (min-width: 768px) {
  .friday-friday-romqyt .friday-friday-jxturt {
    display: none;
  }
}

.friday-friday-romqyt .friday-friday-nyrjxq svg {
  display: none;
}

.friday-friday-74se3x {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.friday-friday-74se3x .friday-friday-tuu8lj {
  display: none;
}

@media (min-width: 768px) {
  .friday-friday-74se3x .friday-friday-tuu8lj {
    display: flex;
  }
}

.friday-friday-kl2kbm {
  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) {
  .friday-friday-kl2kbm {
    font-size: 40px;
    line-height: 48px;
  }
}

.friday-friday-kl2kbm > * {
  margin: 0 !important;
}

.friday-friday-kl2kbm img,
.friday-friday-thzs8g {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .friday-friday-kl2kbm img,
  .friday-friday-thzs8g {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.friday-friday-t055d4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .friday-friday-t055d4 {
    width: 32px;
    height: 32px;
  }
}

.friday-friday-bv6dh5 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .friday-friday-bv6dh5 {
    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;
  }

  .friday-friday-bv6dh5::-webkit-scrollbar {
    display: none;
  }
}

.friday-friday-vwasea {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .friday-friday-vwasea {
    padding: 7px 15px;
  }
}

.friday-friday-vwasea:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.friday-friday-3nfkut {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .friday-friday-3nfkut {
    display: flex;
    opacity: 1;
  }
}

.friday-friday-vwasea picture {
  height: 100%;
  display: block;
}

.friday-friday-vwasea img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .friday-friday-vwasea img {
    width: 88px;
    height: 44px;
  }
}

.friday-friday-vwasea p {
  text-align: center;
  width: 100%;
}

.friday-friday-lpikya {
  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) {
  .friday-friday-lpikya {
    font-size: 40px;
    line-height: 48px;
  }
}

.friday-friday-lpikya img,
.friday-friday-y9at5n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .friday-friday-lpikya img,
  .friday-friday-y9at5n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.friday-friday-nkhzqj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .friday-friday-nkhzqj {
    width: 32px;
    height: 32px;
  }
}

.friday-friday-r5lxbc {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.friday-friday-m1lmd7 {
  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;
}

.friday-friday-el7txr {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.friday-friday-el7txr.friday-friday-awnvmm {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.friday-friday-9krdn2 {
  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) {
  .friday-friday-9krdn2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.friday-friday-c9ldy3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.friday-friday-5ltonj {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.friday-friday-2nx159 ease;
  opacity: 0;
  color: var(--text-color);
}

.friday-friday-7teas5 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.friday-friday-7teas5 ol,
.friday-friday-7teas5 ul {
  padding-left: 1.3em;
}

.friday-friday-el7txr.friday-friday-awnvmm .friday-friday-5ltonj {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.friday-friday-el7txr.friday-friday-awnvmm .friday-friday-c9ldy3 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.friday-friday-pwyap3 {
  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) {
  .friday-friday-pwyap3 {
    padding: 24px;
  }
}

.friday-friday-pwyap3 .friday-friday-jxturt {
  display: flex;
}

@media (min-width: 768px) {
  .friday-friday-pwyap3 .friday-friday-jxturt {
    display: none;
  }
}

.friday-friday-pwyap3 .friday-friday-nyrjxq svg {
  display: none;
}

.friday-friday-a4vjdz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.friday-friday-a4vjdz .friday-friday-tuu8lj {
  display: none;
}

@media (min-width: 768px) {
  .friday-friday-a4vjdz .friday-friday-tuu8lj {
    display: flex;
  }
}

.friday-friday-rhmo7k {
  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) {
  .friday-friday-rhmo7k {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.friday-friday-rhmo7k > * {
  margin: 0 !important;
}

.friday-friday-rhmo7k img,
.friday-friday-pzxsq8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .friday-friday-rhmo7k img,
  .friday-friday-pzxsq8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.friday-friday-jxmayg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .friday-friday-jxmayg {
    width: 32px;
    height: 32px;
  }
}

.friday-friday-gqx8d0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .friday-friday-gqx8d0 {
    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;
  }

  .friday-friday-gqx8d0::-webkit-scrollbar {
    display: none;
  }
}

.friday-friday-vkdgw2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.friday-friday-vkdgw2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.friday-friday-1d2c1k {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .friday-friday-1d2c1k {
    display: flex;
    opacity: 1;
  }
}

.friday-friday-vkdgw2 picture {
  width: auto;
  height: 100%;
  display: block;
}

.friday-friday-vkdgw2 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.friday-friday-htjg2q {
  margin: -24px 0;
}

.friday-friday-htjg2q:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .friday-friday-htjg2q {
    margin: -16px 0;
  }
}

.friday-friday-dyj6co {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .friday-friday-dyj6co {
    flex-direction: row;
  }
}

.friday-friday-t1gs59 {
  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) {
  .friday-friday-t1gs59 {
    flex: 1;
  }
}

.friday-friday-t1gs59::placeholder {
  color: var(--Text-400);
}

.friday-friday-makyli {
  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;
}

.friday-friday-dab868 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.friday-friday-dab868::-webkit-scrollbar {
  display: none;
}

.friday-friday-gmg13v {
  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;
}

.friday-friday-gmg13v img,
.friday-friday-gmg13v svg {
  margin-right: 8px;
}

.friday-friday-fqpgfe {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.friday-friday-htjg2q + .friday-friday-kixh0r {
  margin-top: 0;
}

@media (min-width: 768px) {
  .friday-friday-htjg2q + .friday-friday-kixh0r {
    margin-top: -16px;
  }
}

.friday-friday-b1p59j {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.friday-friday-b1p59j > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.friday-friday-b1p59j > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.friday-friday-ger3s7 {
  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;
}

.friday-friday-ji7b98 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.friday-friday-7t12y3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.friday-friday-35i88z {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.friday-friday-bq3f0u {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.friday-friday-ger3s7 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;
}

.friday-friday-ger3s7 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) {
  .friday-friday-ger3s7 {
    padding: 39px 179px 39px 39px;
  }

  .friday-friday-ji7b98 {
    font-size: 40px;
    line-height: 48px;
  }

  .friday-friday-bq3f0u {
    height: 348px;
  }

  .friday-friday-ger3s7 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .friday-friday-ger3s7 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .friday-friday-ger3s7 {
    padding: 63px;
  }
}

.friday-friday-hn9kb8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .friday-friday-hn9kb8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.friday-friday-rapd8i {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .friday-friday-rapd8i {
    width: auto;
  }
}

.friday-friday-gdouix {
  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;
}

.friday-friday-gdouix::-webkit-scrollbar {
  display: none;
}

.friday-friday-gdouix 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);
}

.friday-friday-gdouix a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .friday-friday-gdouix {
    margin-left: 16px;
    margin-top: 0;
  }
}

.friday-friday-hn9kb8 .friday-friday-gagnlq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.friday-friday-2nx159,
    mask-image 0.3s;
}

.friday-friday-hn9kb8 .friday-friday-gagnlq.friday-friday-zj35u4 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.friday-friday-56p9j9 {
  margin: 40px -16px;
}

.friday-friday-7kewh0 + .friday-friday-194d61,
.friday-friday-7kewh0 + .friday-friday-ru3ypr {
  margin-top: 24px;
}

.friday-friday-t9amzd {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.friday-friday-t9amzd picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.friday-friday-v1gr9x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .friday-friday-v1gr9x {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .friday-friday-v1gr9x {
    margin-top: 0;
  }
}

.friday-friday-h77u0r {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .friday-friday-h77u0r {
    font-size: 24px;
    line-height: 32px;
  }
}

.friday-friday-3ztfrn {
  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) {
  .friday-friday-3ztfrn {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.friday-friday-bj2ukr {
  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) {
  .friday-friday-bj2ukr {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.friday-friday-y0w37e {
  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) {
  .friday-friday-y0w37e {
    font-size: 20px;
    line-height: 28px;
  }
}

.friday-friday-2r0599 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .friday-friday-2r0599 {
    font-size: 32px;
    line-height: 40px;
  }
}

.friday-friday-3wlmpr {
  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;
}

.friday-friday-sheutr {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.friday-friday-sheutr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.friday-friday-kixh0r {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.friday-friday-7r5j86 {
  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) {
  .friday-friday-7r5j86 {
    padding: 15px 48px;
  }
}

main > .friday-friday-kixh0r {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .friday-friday-ssq8r1.friday-friday-73jj0u > div:nth-child(n+5) {
    display: none;
  }
}

.friday-friday-yxp5bw p a img {
  display: block;
  margin: 0 auto;
}


.friday-friday-uyempx {
  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 */
.friday-friday-iyu1zr {
  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;
}

.friday-friday-iyu1zr label {
  font-size: 14px;
}

.friday-friday-iyu1zr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.friday-friday-iyu1zr input,
.friday-friday-iyu1zr textarea,
.friday-friday-iyu1zr 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;
}
.friday-friday-iyu1zr button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.friday-friday-v94n9e ease;
}
.friday-friday-iyu1zr button:hover {
  background-color: var(--button-bg-hover);
}
.friday-friday-sli2fs {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.friday-friday-321out ease-in;
}

.friday-friday-sli2fs 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;
}
.friday-friday-ur0dyn, .friday-friday-3igt11, [class*="review-card"],
thead, thead th, table th, .friday-friday-ouvurn,
.friday-friday-u1wgce, [class*="collapsible-header"],
.friday-friday-gyqf5e, [class*="updated-block"] {
  color: #ece7dc !important;
}
