* {
  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;
  }
}

.west28-sfd1zv {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .west28-sfd1zv {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .west28-sfd1zv {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.west28-8clhp1 {
  overflow: hidden;
}

.west28-5gvgkb img {
  background: var(--Neutral-300);
}

.west28-imhnao {
  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;
}

.west28-1uxvkh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.west28-1uxvkh:hover {
  background: var(--button-bg-hover);
}

.west28-3szdje {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.west28-3szdje:hover {
  background: var(--button-bg-hover);
}

.west28-8gs23f {
  font-size: 12px;
  line-height: 18px;
}

.west28-0kbhbj {
  font-size: 18px;
  line-height: 26px;
}

.west28-vlo6io {
  width: 100%;
}

.west28-88xx4r {
  padding: 6px 16px;
}

.west28-5rxm12 {
  padding: 10px 16px;
}

.west28-kda339 {
  padding: 15px 26px;
}

.west28-sctkng {
  flex-shrink: 0;
}

.west28-fil8h2 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.west28-00q72h {
  display: none;
}

.west28-55j1ow {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.west28-r6bi2l {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.west28-3jcocn {
  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;
}

.west28-1r33s4 {
  cursor: grab;
}

.west28-3jcocn::-webkit-scrollbar {
  display: none;
}

.west28-sno2sk {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.west28-otkn96 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.west28-adbeiz {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.west28-fqxxmt {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.west28-801o2i {
  visibility: visible;
}

.west28-m0if71 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.west28-xddvyg ease;
}

.west28-wme2cv {
  background-color: var(--Primary-200);
  width: 16px;
}

.west28-qow2wl {
  -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.west28-xddvyg,
    mask-image 0.3s;
}

.west28-qow2wl.west28-b5lynt {
  -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;
  }
}

.west28-lui7qn: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;
}

.west28-8lxwms {
  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.west28-z7drjd.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.west28-z7drjd.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;
}

.west28-3rkmx2 {
  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);
}

.west28-3rkmx2::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%
  );
}

.west28-j1fb8b {
  position: relative;
  z-index: 1;
}

.west28-0qibgu {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.west28-jd3ks1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.west28-o1u5um {
  font-size: 40px;
  line-height: 48px;
}

.west28-56za4a {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.west28-lk38g7 {
  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;
}

.west28-lk38g7:hover {
  background: var(--Primary-400);
}

.west28-lk38g7 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.west28-lui7qn 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) {
  .west28-3rkmx2 {
    max-width: 600px;
    padding: 64px;
  }

  .west28-0qibgu {
    font-size: 24px;
    line-height: 32px;
  }

  .west28-jd3ks1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .west28-o1u5um {
    font-size: 50px;
    line-height: 56px;
  }

  .west28-56za4a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .west28-8lxwms {
    top: 25px;
    right: 25px;
  }
}

.west28-me8c4a,
.west28-1dz09a {
  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;
}

.west28-4fepbi.west28-x5a490::before,
.west28-1dz09a::before,
.west28-xyx7s9::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.west28-z7drjd.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.west28-32z0mh 14.west28-xr293v.west28-pwnbcm 14.west28-j7w3wp 15.west28-hsgm1i 14.west28-wa1n0d 15.west28-fpnctd 14.west28-lkgyls.west28-g1y53v 14.west28-t7rz8o 19.west28-ol2y5x 12.west28-jetb9d 19.west28-ol2y5x 10.west28-6u8e53.west28-ol2y5x 8.west28-qb5uam 17.west28-2ba5v2 7.west28-s320y6 15.west28-nkdph1 7.west28-e8s5ya.west28-ly2e4x 7.west28-s320y6 11.west28-y1tm88 8.west28-qb5uam 11.west28-y1tm88 10.west28-sumepl.west28-y1tm88 12.west28-mufkhu 13.west28-nmgkwd 14.west28-0y0kiv 15.west28-cxle62 14.west28-zq8r2d.west28-1gv4es 14.west28-uo2a2r 15.west28-fj5hs2 14.west28-ib9pqk 15.west28-ha25wr 14.west28-6qjbag.west28-32z0mh 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.west28-a8hw2d 15.west28-fhtozu.west28-a59rm3 15.west28-p7q93v 15.west28-3rj7m3 15.west28-2kkwx7 15.west28-m82qc4 15.west28-rff4zv.west28-o3eji1 15.west28-2kkwx7 15.west28-iy1jci 15.west28-9gziik 15.west28-s8o3pd 15.west28-bryfh7.west28-e968bg 15.west28-1caiz0 7.west28-vxynwe 18.west28-q7n8ee 7.west28-7f1j12 23.west28-2rhq5j.west28-fkkro2.west28-a7id1i 18.west28-3cbyj5 19.west28-nie06n 15.west28-h7etdb 15.west28-a8hw2d 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.west28-0050kr [type="submit"] *,
.west28-yrg9zr button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .west28-rezm67 {
    display: none;
  }
}

.west28-s5sc4p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .west28-s5sc4p {
  display: none;
}

@media (min-width: 768px) {
  .west28-s5sc4p {
    bottom: 22px;
  }
}

.west28-s5sc4p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .west28-s5sc4p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.west28-hu1s5i.static) .west28-s5sc4p {
    bottom: 8px;
  }
}

.west28-11bbok {
  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.west28-z7drjd.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.west28-y7mj0d 3.west28-4tq3i7.west28-x4wp5j.west28-7onyt5 3.west28-yh0juw 3.west28-ygp7wg 5.west28-qce6zm 3.west28-ygp7wg 8.west28-7xkgpr.west28-ojtnqu.west28-ygp7wg 26.west28-i38ocs 5.west28-bbjktf 28.west28-5f9k0n 8.west28-q8if6g 28.west28-2h0ntx.west28-chwtft 28.west28-29hpdz.west28-eusryg 34.west28-peoyzs.west28-bxzqn1 36.west28-jjzgio 11.west28-ikbz6x 37.west28-uu6vd2 12.west28-lalsiw 36.west28-p8zmhu.west28-5p9012 28.west28-lpjisx.west28-d9s1d8.west28-ioxe36 28.west28-c8rksg 36.west28-6cr4ko 26.west28-r5589m 36.west28-6cr4ko 23.west28-0yumbp.west28-nkkf90.west28-6cr4ko 5.west28-1y34ze 34.west28-zhjpp0 3.west28-yh0juw 31.west28-y7mj0d 3.west28-49lc3j.west28-9a8ea7 18.west28-puf97l.west28-bw2j8y 18.west28-twsxu6 8.west28-kl93q3 17.west28-w68ncp 8.west28-kl93q3 15.west28-af4s6i.west28-kl93q3 14.west28-mca6oi 9.west28-bw2j8y 13.west28-wi4mum 11.west28-9a8ea7 13.west28-f5zmpa.west28-if6w0n 13.west28-wi4mum 13.west28-fiyljy 14.west28-mca6oi 13.west28-fiyljy 15.west28-xzqulu.west28-fiyljy 17.west28-w68ncp 12.west28-if6w0n 18.west28-twsxu6 11.west28-9a8ea7 18.west28-kgs6dy.west28-4l1upl 18.west28-w5z3b7.west28-h9k13g 18.west28-twsxu6 17.west28-hqluuf 17.west28-w68ncp 17.west28-hqluuf 15.west28-grdjnu.west28-hqluuf 14.west28-mca6oi 18.west28-h9k13g 13.west28-wi4mum 20.west28-4l1upl 13.west28-4snymg.west28-np8esl 13.west28-wi4mum 22.west28-pqto0h 14.west28-mca6oi 22.west28-pqto0h 15.west28-g5x63h.west28-y4tl1o 17.west28-w68ncp 21.west28-np8esl 18.west28-twsxu6 20.west28-4l1upl 18.west28-0z4ngd.west28-wildi6 18.west28-32as0n.west28-vnpudg 18.west28-twsxu6 26.west28-9fr8di 17.west28-w68ncp 26.west28-9fr8di 15.west28-4p5djw.west28-9fr8di 14.west28-mca6oi 27.west28-vnpudg 13.west28-wi4mum 28.west28-wildi6 13.west28-47pd90.west28-y5kwkg 13.west28-wi4mum 31.west28-jpdonq 14.west28-mca6oi 31.west28-jpdonq 15.west28-gli8ru.west28-9fr8di 17.west28-w68ncp 30.west28-y5kwkg 18.west28-twsxu6 28.west28-wildi6 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"])
    .west28-11bbok {
    display: none;
  }
}

.west28-eu1sy8 {
  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) {
  .west28-eu1sy8 {
    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;
}

.west28-yrg9zr {
  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) {
  .west28-yrg9zr {
    padding: 14px 16px;
  }
}

.west28-yrg9zr button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.west28-yrg9zr button:first-child {
  align-content: end;
}

.west28-yrg9zr button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .west28-yrg9zr
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .west28-yrg9zr
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.west28-yrg9zr button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.west28-yrg9zr button:last-child svg {
  width: 38px;
  height: 38px;
}

.west28-xyx7s9 {
  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;
}

.west28-xyx7s9::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .west28-xyx7s9,
.pc61d126-chatbot[data-active-screen="3"]
  .west28-xyx7s9 {
  opacity: 1;
  visibility: visible;
}

.west28-uoji3e {
  flex: 1 1;
}

.west28-v441l3 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .west28-v441l3 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .west28-kiwlea {
  display: block;
}

.west28-5wf5zb {
  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) {
  .west28-5wf5zb {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.west28-1dz09a {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.west28-1dz09a::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.west28-kx9q40 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.west28-kx9q40 p {
  color: var(--Text-100);
}

.west28-1dz09a .west28-coyf4k {
  grid-area: button;
}

.west28-1dz09a .west28-coyf4k::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.west28-z7drjd.org/2000/svg'%3E%3Cpath d='M4.west28-r4vpqu 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.west28-t57s5y 15L16.west28-t57s5y 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.west28-t57s5y 5L16.west28-t57s5y 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .west28-dsw2ww {
  display: block;
}

.west28-bmjcz5 {
  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) {
  .west28-bmjcz5 {
    margin-top: 40px;
  }
}

.west28-me8c4a label,
.west28-me8c4a input {
  display: block;
  width: 100%;
}

.west28-me8c4a label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.west28-me8c4a label.west28-82i5ug input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.west28-me8c4a label.west28-82i5ug::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;
}

.west28-me8c4a 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;
}

.west28-me8c4a input::placeholder {
  color: var(--Text-400);
}

.west28-yv80x0 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .west28-yv80x0 {
  display: flex;
}

.west28-yv80x0 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .west28-yv80x0 ol {
    height: 420px;
    padding: 24px;
  }
}

.west28-yv80x0 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.west28-0050kr {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .west28-0050kr {
    padding: 0 24px 24px;
  }
}

.west28-0050kr 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;
}

.west28-0050kr input::placeholder {
  color: var(--Text-400);
}

.west28-0050kr [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.west28-0050kr [type="submit"]:disabled {
  opacity: 0.5;
}

.west28-0050kr [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .west28-0050kr [type="submit"] {
    right: 40px;
  }
}

.west28-4fepbi {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.west28-4fepbi.west28-x5a490 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.west28-4fepbi.west28-x5a490::before {
  content: "";
  width: 31px;
}

.west28-4fepbi.west28-x5a490 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.west28-4fepbi.west28-h8oytq p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.west28-4fepbi p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.west28-s5sc4p .west28-coyf4k {
  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;
  }
}

.west28-rezm67 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .west28-rezm67 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .west28-rezm67 {
    padding: 18px 0;
  }
}

.west28-rezm67 .west28-sfd1zv {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .west28-rezm67 .west28-sfd1zv {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.west28-pxwmus {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .west28-pxwmus {
    max-width: 160px;
    height: 40px;
  }
}

.west28-pxwmus picture,
.west28-pxwmus img {
  display: block;
  width: 100%;
  height: 100%;
}

.west28-pxwmus img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .west28-89b4ev {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.west28-xddvyg ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .west28-rezm67.west28-dvf7q6 .west28-89b4ev {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .west28-89b4ev {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .west28-89b4ev {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.west28-k18emp,
.west28-343g3e {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .west28-k18emp,
  .west28-343g3e {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .west28-343g3e {
    display: none;
  }
}

.west28-qecmzy {
  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;
}

.west28-dvf7q6 .west28-qecmzy {
  background: var(--fh-bg-color);
}

.west28-qecmzy button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .west28-qecmzy {
    display: none;
  }
}

.west28-aaivri {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .west28-aaivri {
    display: none;
  }
}

.west28-rpbqbj {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.west28-rezm67.west28-dvf7q6 .west28-rpbqbj:first-child {
  display: none;
}

.west28-rezm67.west28-dvf7q6 .west28-rpbqbj:last-child {
  display: block;
}

.west28-rpbqbj:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .west28-rpbqbj {
    display: none;
  }
}

.west28-8kgj0s {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .west28-8kgj0s {
    display: flex;
  }
}

.west28-8kgj0s ul {
  max-height: 350px;
  overflow-y: auto;
}

.west28-8kgj0s:hover ul {
  visibility: visible;
  opacity: 1;
}

.west28-8kgj0s:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.west28-8kgj0s:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.west28-8kgj0s:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.west28-8kgj0s:hover .west28-b1ebw7 svg {
  transform: rotate(180deg);
}

.west28-bueg42 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.west28-v61svz {
  padding: 0 8px;
}

.west28-244ql7 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.west28-244ql7:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .west28-244ql7 {
    padding: 4px 8px;
  }
}

.west28-ru1fq7 {
  display: flex;
}

.west28-ru1fq7 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.west28-b1ebw7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.west28-b1ebw7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.west28-sze2ra {
  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) {
  .west28-sze2ra {
    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;
  }
}

.west28-h9aen7 {
  width: 100%;
}

@media (min-width: 1200px) {
  .west28-h9aen7 {
    display: none;
  }
}

.west28-brulj8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.west28-ych5kd {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.west28-tskhw9 {
  display: flex;
}

.west28-fdell4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.west28-pdqc6u {
  list-style: none;
}

@media (max-width: 1199px) {
  .west28-pdqc6u {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .west28-pdqc6u {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .west28-pdqc6u .west28-o8b14s [data-ref-el],
  .west28-pdqc6u .west28-o8b14s span,
  .west28-pdqc6u .west28-o8b14s a {
    white-space: nowrap;
  }
}

.west28-69l2ok {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .west28-69l2ok.west28-jv8jhm > .west28-o8b14s {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .west28-69l2ok.west28-sae6vo:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .west28-69l2ok.west28-jv8jhm > .west28-9vwdh9 {
    height: auto;
  }

  .west28-69l2ok.west28-jv8jhm > div > .west28-ri7g7t {
    transform: rotate(180deg);
  }
}

.west28-69l2ok [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.west28-69l2ok [data-ref-el],
.west28-69l2ok span {
  cursor: pointer;
}

.west28-69l2ok [data-ref-el],
.west28-69l2ok span,
.west28-69l2ok a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .west28-69l2ok [data-ref-el],
  .west28-69l2ok span,
  .west28-69l2ok a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .west28-69l2ok [data-ref-el],
  .west28-69l2ok span,
  .west28-69l2ok a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.west28-9vwdh9 {
  height: 0;
  overflow: hidden;
  transition: height 0.west28-xddvyg ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.west28-9vwdh9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.west28-9vwdh9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.west28-9vwdh9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .west28-9vwdh9 {
    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;
  }

  .west28-9vwdh9:has(> .west28-69l2ok.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .west28-9vwdh9 .west28-9vwdh9 {
    padding: 0;
  }

  .west28-9vwdh9 .west28-69l2ok {
    font-weight: 400;
  }

  .west28-9vwdh9 .west28-69l2ok:hover > .west28-o8b14s {
    background: var(--Neutral-300);
  }

  .west28-9vwdh9 .west28-ri7g7t {
    rotate: -90deg;
  }
}

.west28-o8b14s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .west28-o8b14s {
    padding: 8px;
  }

  .west28-69l2ok.west28-mih1d3 > .west28-o8b14s {
    background: var(--Neutral-300);
  }
}

.west28-ri7g7t {
  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.west28-z7drjd.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.west28-g6fdws 0.west28-uw6l9i.west28-5kcws5 -0.west28-4eni32 0.west28-2hl7sc -0.west28-4eni32 1.west28-f5hju0 0.west28-5hfhnt.west28-ylvlz2 4.west28-5e1bb9.west28-g6fdws 0.west28-qnpbdf.west28-vegn2y -0.west28-4eni32 9.west28-5tkhsj -0.west28-4eni32 10.west28-11wije 0.west28-3416q6.west28-lzdpi2 0.west28-5kcws5 10.west28-lzdpi2 0.west28-2hl7sc 10.west28-11wije 1.west28-u30h83.west28-2hiote 5.west28-otbohl.west28-7gqf4r 6.west28-gh678s 5.west28-t2ayiv 6.west28-gh678s 4.west28-k18ui9 5.west28-n0etov.west28-g6fdws 1.west28-3q9ki4.west28-4eni32 0.west28-2hl7sc -0.west28-4eni32 0.west28-5kcws5 0.west28-g6fdws 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.west28-xddvyg ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .west28-ri7g7t {
    cursor: default;
  }
}

.west28-xwgjmj {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.west28-6z5kjr {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .west28-6z5kjr {
    padding: 40px 4px;
  }
}

.west28-8r1li3 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .west28-8r1li3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.west28-fjjpzd {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .west28-fjjpzd {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.west28-fjjpzd ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.west28-fjjpzd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.west28-fjjpzd [data-ref-el],
.west28-fjjpzd span,
.west28-fjjpzd a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.west28-sujdr2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .west28-sujdr2 {
    margin-bottom: 12px;
  }
}

.west28-wtmnvc {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.west28-wtmnvc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .west28-wtmnvc:last-child {
    margin-right: 0;
  }
}

.west28-cq5k72 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.west28-sujdr2:hover .west28-lo343u {
  visibility: visible;
  opacity: 1;
}

.west28-lo343u {
  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);
}

.west28-yqra40 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.west28-lajwor {
  display: flex;
  margin: 6px;
}

.west28-lajwor img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.west28-lo343u::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);
}

.west28-lo343u::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);
}

.west28-pjwr1c {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .west28-pjwr1c {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.west28-izbmif {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .west28-izbmif {
    margin-right: 32px;
  }
}

.west28-m0kma7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .west28-m0kma7 {
    margin-top: 0;
    width: 340px;
  }
}

.west28-m0kma7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.west28-qoyrfz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.west28-dssb52 {
  position: relative;
}

@media (min-width: 768px) {
  .west28-dssb52 {
    margin-top: 40px;
  }
}

.west28-dssb52 + .west28-q446ic,
.west28-dssb52 + .west28-dssb52 {
  margin-top: 24px;
}

.west28-tsr7ph {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .west28-tsr7ph {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .west28-tsr7ph {
    padding: 80px;
  }
}

.west28-ku4zvy {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .west28-ku4zvy {
    padding: 0 16px;
}


}

.west28-3dl7co {
  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) {
  .west28-3dl7co {
    font-size: 48px;
    line-height: 56px;
  }
}

.west28-hu9bdr {
  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) {
  .west28-hu9bdr {
    font-size: 24px;
    line-height: 32px;
  }
}

.west28-00immx {
  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;
}

.west28-00immx:hover {
  background: var(--button-bg-hover);
}

.west28-hvjkna {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.west28-hvjkna img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .west28-hvjkna img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .west28-hvjkna img {
  min-height: 100%;
  }
}

.west28-tsr7ph::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.west28-medab8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.west28-medab8 h1,
.west28-medab8 h2,
.west28-medab8 h3,
.west28-medab8 h4 {
  margin-bottom: 6px;
}

.west28-medab8 h1:not(:first-child),
.west28-medab8 h2:not(:first-child),
.west28-medab8 h3:not(:first-child),
.west28-medab8 h4:not(:first-child) {
  margin-top: 16px;
}

.west28-medab8 h1,
.west28-medab8 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .west28-medab8 h1,
  .west28-medab8 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.west28-medab8 h2,
.west28-medab8 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .west28-medab8 h2,
  .west28-medab8 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.west28-medab8 h3,
.west28-medab8 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .west28-medab8 h3,
  .west28-medab8 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.west28-medab8 h4,
.west28-medab8 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.west28-medab8 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.west28-medab8 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.west28-medab8 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);
}

.west28-medab8 ul ul {
  margin-bottom: 8px;
}

.west28-medab8 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.west28-medab8 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.west28-medab8 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.west28-medab8 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.west28-medab8 ol li::marker {
  font-weight: 700;
}

.west28-medab8 ol ol {
  margin-bottom: 8px;
}

.west28-medab8 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.west28-medab8 ol ul li {
  padding-left: 16px;
}

.west28-medab8 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) {
  .west28-medab8 table {
    padding: 24px;
  }
}

.west28-medab8 table.west28-wwhvqa {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.west28-xddvyg,
    mask-image 0.3s;
}

.west28-medab8 table.west28-wwhvqa.west28-b5lynt {
  -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) {
  .west28-medab8 table {
    display: table;
  }
}

.west28-medab8 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);
}

.west28-medab8 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.west28-medab8 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.west28-medab8 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) {
  .west28-medab8 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.west28-medab8 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.west28-medab8 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.west28-medab8 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.west28-medab8 img {
  max-width: 100%;
  height: auto;
}

.west28-7wqill {
  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) {
  .west28-7wqill {
    padding: 24px;
  }
}

.west28-bkyw75 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .west28-bkyw75 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.west28-bkyw75 > * {
  margin: 0 !important;
}

.west28-bkyw75 img,
.west28-r6gdgt {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .west28-bkyw75 img,
  .west28-r6gdgt {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.west28-2z6wqe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .west28-2z6wqe {
    width: 32px;
    height: 32px;
  }
}

.west28-ww46qf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.west28-ww46qf .west28-w7iyok {
  flex-shrink: 0;
}

.west28-ww46qf .west28-2xfxh8 svg {
  display: none;
}

.west28-lbo0cc {
  display: grid;
  transition: max-height 0.west28-xddvyg ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .west28-lbo0cc {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .west28-lbo0cc {
    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));
  }
}

.west28-lbo0cc.west28-jgmy91 + .west28-w7iyok svg {
  transform: rotate(180deg);
}

.west28-hlmnrs {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.west28-hlmnrs > div:nth-child(3n) {
  grid-column: span 2;
}

.west28-hlmnrs
  > div:nth-child(3n)
  .west28-mwkyeo
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .west28-hlmnrs {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .west28-hlmnrs > div:nth-child(3n) {
    grid-column: unset;
  }

  .west28-hlmnrs
    > div:nth-child(3n)
    .west28-mwkyeo
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .west28-hlmnrs {
    max-width: 270px;
  }
}

.west28-hlmnrs .west28-mwkyeo button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .west28-hlmnrs .west28-mwkyeo button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .west28-hlmnrs .west28-mwkyeo button {
    max-width: 104px;
  }
}

.west28-or6ktn {
  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) {
  .west28-or6ktn {
    margin-bottom: 0;
  }
}

.west28-izgg46 {
  display: none;
  opacity: 0;
}

.west28-s39icw {
  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;
  }
}

.west28-s39icw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.west28-mwkyeo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.west28-mwkyeo button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .west28-mwkyeo
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .west28-mwkyeo
    button {
    max-width: 145px;
  }
}

.west28-v5sne3:first-child
  .west28-mwkyeo
  button {
  max-width: 270px;
}

.west28-n725ml {
  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%;
}

.west28-or6ktn picture {
  width: 100%;
  max-width: 100%;
}

.west28-2t841v {
  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;
}

.west28-2t841v svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.west28-or6ktn:hover .west28-2t841v {
  display: flex;
}

.west28-xd7ylp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.west28-4ob0fj {
  display: flex;
}

.west28-4ob0fj:hover .west28-lmxzgz,
.west28-4ob0fj .west28-mih1d3 .west28-lmxzgz {
  display: flex;
}

.west28-4ob0fj svg {
  flex-shrink: 0;
}

.west28-lmxzgz {
  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) {
  .west28-lmxzgz {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.west28-lmxzgz:hover {
  display: flex;
}

.west28-lmxzgz svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.west28-g3rft9 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .west28-g3rft9 {
    font-size: 12px;
  }
}

.west28-pq6fw8,
.west28-2z0366 {
  width: 50%;
  flex-shrink: 0;
}

.west28-pq6fw8 {
  font-weight: 700;
}

.west28-5iff5h .west28-lbo0cc {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .west28-5iff5h .west28-lbo0cc {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .west28-5iff5h .west28-lbo0cc {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.west28-5iff5h
  .west28-n725ml:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.west28-5iff5h .west28-s39icw {
  height: 100% !important;
  border-radius: 16px;
}

.west28-5iff5h .west28-mwkyeo {
  gap: 4px;
  align-items: center;
}

.west28-5iff5h .west28-mwkyeo button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.west28-5iff5h .west28-mwkyeo svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.west28-5iff5h .west28-qtclsf,
.west28-5iff5h .west28-slzhmh {
  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.west28-z7drjd.org/2000/svg'%3E%3Cpath d='M9.west28-a4o5wc 4.west28-cejzpp.west28-hvo95v 5.west28-xv659j.west28-587rg0 5.west28-9ahba4.west28-ets9mj 5.west28-h9j69n.west28-jmzkyq 8.west28-4xzfbt.west28-93wtp6 9.west28-9ksb0j.west28-g15a4h 9.west28-g3ed6e.west28-toliyq 13.west28-8j8q10.west28-fe2eea 11.west28-7riu2f.west28-mnuo5e 11.west28-tbgb1g.west28-l6ih62 11.west28-zarwoc.west28-wkeh8o 13.west28-dxn4yq.west28-ltv1xx 9.west28-vw276a.west28-mh2ltn 9.west28-nsx6pz.west28-xhwicp 8.west28-rwl7c4.west28-p1iui3 5.west28-3b4y83.west28-jtg8i5 5.west28-sa7c79.west28-i3qu89 5.west28-t4d0iw.west28-ce30ve 4.west28-j4tlht.west28-mnuo5e 1.west28-80bhfc.west28-a4o5wc 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.west28-5iff5h .west28-qtclsf {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.west28-5iff5h .west28-slzhmh {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.west28-7gyyv8 {
  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) {
  .west28-7gyyv8 {
    padding: 24px;
  }
}

.west28-7gyyv8 .west28-w7iyok {
  display: flex;
}

@media (min-width: 768px) {
  .west28-7gyyv8 .west28-w7iyok {
    display: none;
  }
}

.west28-7gyyv8 .west28-2xfxh8 svg {
  display: none;
}

.west28-gbllt1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.west28-gbllt1 .west28-imhnao {
  display: none;
}

@media (min-width: 768px) {
  .west28-gbllt1 .west28-imhnao {
    display: flex;
  }
}

.west28-7rk0br {
  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) {
  .west28-7rk0br {
    font-size: 40px;
    line-height: 48px;
  }
}

.west28-7rk0br > * {
  margin: 0 !important;
}

.west28-7rk0br img,
.west28-86w6qz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .west28-7rk0br img,
  .west28-86w6qz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.west28-egnf4t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .west28-egnf4t {
    width: 32px;
    height: 32px;
  }
}

.west28-nupnlg {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .west28-nupnlg {
    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;
  }

  .west28-nupnlg::-webkit-scrollbar {
    display: none;
  }
}

.west28-b6m00b {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .west28-b6m00b {
    padding: 7px 15px;
  }
}

.west28-b6m00b:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.west28-pq1phr {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .west28-pq1phr {
    display: flex;
    opacity: 1;
  }
}

.west28-b6m00b picture {
  height: 100%;
  display: block;
}

.west28-b6m00b img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .west28-b6m00b img {
    width: 88px;
    height: 44px;
  }
}

.west28-b6m00b p {
  text-align: center;
  width: 100%;
}

.west28-5nbybj {
  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) {
  .west28-5nbybj {
    font-size: 40px;
    line-height: 48px;
  }
}

.west28-5nbybj img,
.west28-gkue4t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .west28-5nbybj img,
  .west28-gkue4t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.west28-ujdh7g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .west28-ujdh7g {
    width: 32px;
    height: 32px;
  }
}

.west28-b2u6yx {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.west28-2rlzp1 {
  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;
}

.west28-7kmq84 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.west28-7kmq84.west28-mih1d3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.west28-4cih0k {
  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) {
  .west28-4cih0k {
    font-size: 20px;
    line-height: 28px;
  }
}

.west28-6r90ee {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.west28-x9fqvo {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.west28-xddvyg ease;
  opacity: 0;
  color: var(--text-color);
}

.west28-yvlvl3 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.west28-yvlvl3 ol,
.west28-yvlvl3 ul {
  padding-left: 1.3em;
}

.west28-7kmq84.west28-mih1d3 .west28-x9fqvo {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.west28-7kmq84.west28-mih1d3 .west28-6r90ee {
  transform: rotate(180deg);
  color: var(--text-color);
}

.west28-cmh7a8 {
  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) {
  .west28-cmh7a8 {
    padding: 24px;
  }
}

.west28-cmh7a8 .west28-w7iyok {
  display: flex;
}

@media (min-width: 768px) {
  .west28-cmh7a8 .west28-w7iyok {
    display: none;
  }
}

.west28-cmh7a8 .west28-2xfxh8 svg {
  display: none;
}

.west28-ohy0wq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.west28-ohy0wq .west28-imhnao {
  display: none;
}

@media (min-width: 768px) {
  .west28-ohy0wq .west28-imhnao {
    display: flex;
  }
}

.west28-o6bpg8 {
  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) {
  .west28-o6bpg8 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.west28-o6bpg8 > * {
  margin: 0 !important;
}

.west28-o6bpg8 img,
.west28-j4n7q0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .west28-o6bpg8 img,
  .west28-j4n7q0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.west28-1wj8tc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .west28-1wj8tc {
    width: 32px;
    height: 32px;
  }
}

.west28-c4v3qp {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .west28-c4v3qp {
    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;
  }

  .west28-c4v3qp::-webkit-scrollbar {
    display: none;
  }
}

.west28-3d5ijw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.west28-3d5ijw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.west28-kenpfm {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .west28-kenpfm {
    display: flex;
    opacity: 1;
  }
}

.west28-3d5ijw picture {
  width: auto;
  height: 100%;
  display: block;
}

.west28-3d5ijw picture img {
  display: block;
  width: auto;
  height: 100%;
}

.west28-av2ady {
  margin: -24px 0;
}

.west28-av2ady:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .west28-av2ady {
    margin: -16px 0;
  }
}

.west28-iw7pk4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .west28-iw7pk4 {
    flex-direction: row;
  }
}

.west28-cyappv {
  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) {
  .west28-cyappv {
    flex: 1;
  }
}

.west28-cyappv::placeholder {
  color: var(--Text-400);
}

.west28-v5m8b0 {
  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;
}

.west28-ts29bu {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.west28-ts29bu::-webkit-scrollbar {
  display: none;
}

.west28-b6enns {
  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;
}

.west28-b6enns img,
.west28-b6enns svg {
  margin-right: 8px;
}

.west28-yu969h {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.west28-av2ady + .west28-3tssyc {
  margin-top: 0;
}

@media (min-width: 768px) {
  .west28-av2ady + .west28-3tssyc {
    margin-top: -16px;
  }
}

.west28-qz4fkz {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.west28-qz4fkz > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.west28-qz4fkz > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.west28-pnz0eq {
  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;
}

.west28-bztik3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.west28-6hdui7 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.west28-nyao7f {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.west28-gf3g8c {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.west28-pnz0eq 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;
}

.west28-pnz0eq 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) {
  .west28-pnz0eq {
    padding: 39px 179px 39px 39px;
  }

  .west28-bztik3 {
    font-size: 40px;
    line-height: 48px;
  }

  .west28-gf3g8c {
    height: 348px;
  }

  .west28-pnz0eq button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .west28-pnz0eq button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .west28-pnz0eq {
    padding: 63px;
  }
}

.west28-igqti9 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .west28-igqti9 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.west28-wwbdwy {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .west28-wwbdwy {
    width: auto;
  }
}

.west28-eo8vr7 {
  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;
}

.west28-eo8vr7::-webkit-scrollbar {
  display: none;
}

.west28-eo8vr7 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);
}

.west28-eo8vr7 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .west28-eo8vr7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.west28-igqti9 .west28-ibm7l0 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.west28-xddvyg,
    mask-image 0.3s;
}

.west28-igqti9 .west28-ibm7l0.west28-b5lynt {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.west28-s584hj {
  margin: 40px -16px;
}

.west28-0i7vad + .west28-q446ic,
.west28-0i7vad + .west28-dssb52 {
  margin-top: 24px;
}

.west28-b2cf6c {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.west28-b2cf6c picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.west28-ks04r3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .west28-ks04r3 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .west28-ks04r3 {
    margin-top: 0;
  }
}

.west28-lr7bab {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .west28-lr7bab {
    font-size: 24px;
    line-height: 32px;
  }
}

.west28-1jugmt {
  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) {
  .west28-1jugmt {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.west28-mlua94 {
  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) {
  .west28-mlua94 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.west28-7tkmaz {
  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) {
  .west28-7tkmaz {
    font-size: 20px;
    line-height: 28px;
  }
}

.west28-75vovp {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .west28-75vovp {
    font-size: 32px;
    line-height: 40px;
  }
}

.west28-ig0f3y {
  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;
}

.west28-e4mng0 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.west28-e4mng0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.west28-3tssyc {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.west28-5k8o8y {
  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) {
  .west28-5k8o8y {
    padding: 15px 48px;
  }
}

main > .west28-3tssyc {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .west28-lbo0cc.west28-xme1l1 > div:nth-child(n+5) {
    display: none;
  }
}

.west28-medab8 p a img {
  display: block;
  margin: 0 auto;
}


.west28-5cq9et {
  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 */
.west28-ha86j6 {
  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;
}

.west28-ha86j6 label {
  font-size: 14px;
}

.west28-ha86j6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.west28-ha86j6 input,
.west28-ha86j6 textarea,
.west28-ha86j6 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;
}
.west28-ha86j6 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.west28-ghn46p ease;
}
.west28-ha86j6 button:hover {
  background-color: var(--button-bg-hover);
}
.west28-agc7nn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.west28-kp49wu ease-in;
}

.west28-agc7nn 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;
}
.west28-83f6jy, .west28-upmmte, [class*="review-card"],
thead, thead th, table th, .west28-mwk3qb,
.west28-jl9rwm, [class*="collapsible-header"],
.west28-fgzb0d, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
