* {
  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;
  }
}

.redspin-i2gfoh {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .redspin-i2gfoh {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .redspin-i2gfoh {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.redspin-tut6y5 {
  overflow: hidden;
}

.redspin-s6caa1 img {
  background: var(--Neutral-300);
}

.redspin-j69f25 {
  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;
}

.redspin-o34yyw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.redspin-o34yyw:hover {
  background: var(--button-bg-hover);
}

.redspin-4xy8dk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.redspin-4xy8dk:hover {
  background: var(--button-bg-hover);
}

.redspin-9tbj0a {
  font-size: 12px;
  line-height: 18px;
}

.redspin-13c1x2 {
  font-size: 18px;
  line-height: 26px;
}

.redspin-6o2ihq {
  width: 100%;
}

.redspin-m16tu6 {
  padding: 6px 16px;
}

.redspin-tdix0b {
  padding: 10px 16px;
}

.redspin-zzbkep {
  padding: 15px 26px;
}

.redspin-9nkoqr {
  flex-shrink: 0;
}

.redspin-c8ftz5 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.redspin-3astm5 {
  display: none;
}

.redspin-r1oe5c {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.redspin-m39mhg {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.redspin-xwuja6 {
  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;
}

.redspin-8ye8x4 {
  cursor: grab;
}

.redspin-xwuja6::-webkit-scrollbar {
  display: none;
}

.redspin-gsj4lt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.redspin-sn4t51 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.redspin-o67ftn {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.redspin-4ly5tm {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.redspin-2yavb5 {
  visibility: visible;
}

.redspin-qpsddp {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.redspin-5azs3a ease;
}

.redspin-vy4o2n {
  background-color: var(--Primary-200);
  width: 16px;
}

.redspin-tlke6n {
  -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.redspin-5azs3a,
    mask-image 0.3s;
}

.redspin-tlke6n.redspin-hiagdg {
  -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;
  }
}

.redspin-138gol: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;
}

.redspin-yum4m5 {
  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.redspin-14b48c.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.redspin-14b48c.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;
}

.redspin-elzwl0 {
  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);
}

.redspin-elzwl0::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%
  );
}

.redspin-fs3rzn {
  position: relative;
  z-index: 1;
}

.redspin-d19z0i {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.redspin-d1aya6 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.redspin-izozvp {
  font-size: 40px;
  line-height: 48px;
}

.redspin-96ruf6 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.redspin-vnv8lv {
  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;
}

.redspin-vnv8lv:hover {
  background: var(--Primary-400);
}

.redspin-vnv8lv svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.redspin-138gol 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) {
  .redspin-elzwl0 {
    max-width: 600px;
    padding: 64px;
  }

  .redspin-d19z0i {
    font-size: 24px;
    line-height: 32px;
  }

  .redspin-d1aya6 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .redspin-izozvp {
    font-size: 50px;
    line-height: 56px;
  }

  .redspin-96ruf6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .redspin-yum4m5 {
    top: 25px;
    right: 25px;
  }
}

.redspin-583nuv,
.redspin-8ruohh {
  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;
}

.redspin-33yno3.redspin-4muxpj::before,
.redspin-8ruohh::before,
.redspin-lhp9h7::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.redspin-14b48c.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.redspin-30yh7a 14.redspin-qomp7v.redspin-jkfox6 14.redspin-8i3q8y 15.redspin-p2idtu 14.redspin-2o7vyv 15.redspin-vv1jx2 14.redspin-c1m6yh.redspin-6xxctv 14.redspin-dnptrf 19.redspin-jmkbdk 12.redspin-l7ynlp 19.redspin-jmkbdk 10.redspin-df7w6q.redspin-jmkbdk 8.redspin-539n9u 17.redspin-156xyf 7.redspin-96nad0 15.redspin-639h5x 7.redspin-b9q0au.redspin-jmp5sn 7.redspin-96nad0 11.redspin-8t9cwv 8.redspin-539n9u 11.redspin-8t9cwv 10.redspin-thcvam.redspin-8t9cwv 12.redspin-ycfr5n 13.redspin-bdx0h8 14.redspin-w2uhbm 15.redspin-5qpeo3 14.redspin-qzdirz.redspin-1dr41s 14.redspin-gonucs 15.redspin-mm1gfk 14.redspin-7my1cp 15.redspin-gmefxx 14.redspin-ob3f4w.redspin-30yh7a 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.redspin-nue88b 15.redspin-9kh9dw.redspin-e8ylil 15.redspin-x375ke 15.redspin-gzf8iz 15.redspin-66z93p 15.redspin-cskv76 15.redspin-w4kf54.redspin-mqx59i 15.redspin-66z93p 15.redspin-q7ko8y 15.redspin-0yzwdn 15.redspin-rrm324 15.redspin-kkpuzq.redspin-6fljtv 15.redspin-2rwzxs 7.redspin-57vjce 18.redspin-yak26m 7.redspin-xcyzxw 23.redspin-too129.redspin-emjhxe.redspin-sxf1yo 18.redspin-n2agns 19.redspin-btrzma 15.redspin-aj4awy 15.redspin-nue88b 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.redspin-zj054s [type="submit"] *,
.redspin-6xdi0v button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .redspin-q7jsba {
    display: none;
  }
}

.redspin-2pe8c8 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .redspin-2pe8c8 {
  display: none;
}

@media (min-width: 768px) {
  .redspin-2pe8c8 {
    bottom: 22px;
  }
}

.redspin-2pe8c8 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .redspin-2pe8c8 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.redspin-brrxj8.static) .redspin-2pe8c8 {
    bottom: 8px;
  }
}

.redspin-5bp7oy {
  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.redspin-14b48c.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.redspin-0n93og 3.redspin-m1zmjm.redspin-9djr6b.redspin-mnnqkl 3.redspin-kwjcwc 3.redspin-5y1p8y 5.redspin-tzhf35 3.redspin-5y1p8y 8.redspin-6r5uq5.redspin-awq1zj.redspin-5y1p8y 26.redspin-rnbtfz 5.redspin-wo24cr 28.redspin-otstm6 8.redspin-rgbozf 28.redspin-6e1bxb.redspin-5lvzgo 28.redspin-r8a5v5.redspin-iac6zo 34.redspin-nbyr6i.redspin-8g4j66 36.redspin-ydj27t 11.redspin-c5q5cz 37.redspin-n8lxp8 12.redspin-f8u9s3 36.redspin-w2evvg.redspin-y55slf 28.redspin-8r5cpr.redspin-hyyxtp.redspin-35gs4i 28.redspin-ki9b4l 36.redspin-5j3bjl 26.redspin-fmunpf 36.redspin-5j3bjl 23.redspin-m2wcw5.redspin-co64j0.redspin-5j3bjl 5.redspin-lh6p29 34.redspin-6pn1ea 3.redspin-kwjcwc 31.redspin-0n93og 3.redspin-tbgzak.redspin-idrutx 18.redspin-3qw7mw.redspin-il1ckm 18.redspin-m2hp4s 8.redspin-hxazca 17.redspin-bn047g 8.redspin-hxazca 15.redspin-8bf5w1.redspin-hxazca 14.redspin-ov37jo 9.redspin-il1ckm 13.redspin-n7z4t0 11.redspin-idrutx 13.redspin-dkk3fi.redspin-753zti 13.redspin-n7z4t0 13.redspin-1453jj 14.redspin-ov37jo 13.redspin-1453jj 15.redspin-kwsv48.redspin-1453jj 17.redspin-bn047g 12.redspin-753zti 18.redspin-m2hp4s 11.redspin-idrutx 18.redspin-bzj5qk.redspin-3x74ka 18.redspin-uwjt5v.redspin-ccmg1c 18.redspin-m2hp4s 17.redspin-nwpqcz 17.redspin-bn047g 17.redspin-nwpqcz 15.redspin-7kwnvf.redspin-nwpqcz 14.redspin-ov37jo 18.redspin-ccmg1c 13.redspin-n7z4t0 20.redspin-3x74ka 13.redspin-sgv2c6.redspin-rfcr39 13.redspin-n7z4t0 22.redspin-36zzx8 14.redspin-ov37jo 22.redspin-36zzx8 15.redspin-i0h75y.redspin-oln8m7 17.redspin-bn047g 21.redspin-rfcr39 18.redspin-m2hp4s 20.redspin-3x74ka 18.redspin-dk4i61.redspin-5pf7ng 18.redspin-4csknn.redspin-1bzl71 18.redspin-m2hp4s 26.redspin-iq2y8m 17.redspin-bn047g 26.redspin-iq2y8m 15.redspin-8i48ec.redspin-iq2y8m 14.redspin-ov37jo 27.redspin-1bzl71 13.redspin-n7z4t0 28.redspin-5pf7ng 13.redspin-21qrjb.redspin-g7u6yv 13.redspin-n7z4t0 31.redspin-dztjwv 14.redspin-ov37jo 31.redspin-dztjwv 15.redspin-phm5vg.redspin-iq2y8m 17.redspin-bn047g 30.redspin-g7u6yv 18.redspin-m2hp4s 28.redspin-5pf7ng 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"])
    .redspin-5bp7oy {
    display: none;
  }
}

.redspin-lcsw8c {
  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) {
  .redspin-lcsw8c {
    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;
}

.redspin-6xdi0v {
  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) {
  .redspin-6xdi0v {
    padding: 14px 16px;
  }
}

.redspin-6xdi0v button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.redspin-6xdi0v button:first-child {
  align-content: end;
}

.redspin-6xdi0v button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .redspin-6xdi0v
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .redspin-6xdi0v
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.redspin-6xdi0v button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.redspin-6xdi0v button:last-child svg {
  width: 38px;
  height: 38px;
}

.redspin-lhp9h7 {
  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;
}

.redspin-lhp9h7::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .redspin-lhp9h7,
.pc61d126-chatbot[data-active-screen="3"]
  .redspin-lhp9h7 {
  opacity: 1;
  visibility: visible;
}

.redspin-wjl3ht {
  flex: 1 1;
}

.redspin-3m5w59 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .redspin-3m5w59 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .redspin-4walv7 {
  display: block;
}

.redspin-s4mi68 {
  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) {
  .redspin-s4mi68 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.redspin-8ruohh {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.redspin-8ruohh::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.redspin-v2jq97 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.redspin-v2jq97 p {
  color: var(--Text-100);
}

.redspin-8ruohh .redspin-5fg8qh {
  grid-area: button;
}

.redspin-8ruohh .redspin-5fg8qh::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.redspin-14b48c.org/2000/svg'%3E%3Cpath d='M4.redspin-bhoq8c 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.redspin-zzkpkc 15L16.redspin-zzkpkc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.redspin-zzkpkc 5L16.redspin-zzkpkc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .redspin-kx0uw6 {
  display: block;
}

.redspin-4soulu {
  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) {
  .redspin-4soulu {
    margin-top: 40px;
  }
}

.redspin-583nuv label,
.redspin-583nuv input {
  display: block;
  width: 100%;
}

.redspin-583nuv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.redspin-583nuv label.redspin-33uo80 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.redspin-583nuv label.redspin-33uo80::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;
}

.redspin-583nuv 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;
}

.redspin-583nuv input::placeholder {
  color: var(--Text-400);
}

.redspin-dn30ap {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .redspin-dn30ap {
  display: flex;
}

.redspin-dn30ap ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .redspin-dn30ap ol {
    height: 420px;
    padding: 24px;
  }
}

.redspin-dn30ap ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.redspin-zj054s {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .redspin-zj054s {
    padding: 0 24px 24px;
  }
}

.redspin-zj054s 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;
}

.redspin-zj054s input::placeholder {
  color: var(--Text-400);
}

.redspin-zj054s [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.redspin-zj054s [type="submit"]:disabled {
  opacity: 0.5;
}

.redspin-zj054s [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .redspin-zj054s [type="submit"] {
    right: 40px;
  }
}

.redspin-33yno3 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.redspin-33yno3.redspin-4muxpj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.redspin-33yno3.redspin-4muxpj::before {
  content: "";
  width: 31px;
}

.redspin-33yno3.redspin-4muxpj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.redspin-33yno3.redspin-oo5vme p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.redspin-33yno3 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.redspin-2pe8c8 .redspin-5fg8qh {
  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;
  }
}

.redspin-q7jsba {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .redspin-q7jsba {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .redspin-q7jsba {
    padding: 18px 0;
  }
}

.redspin-q7jsba .redspin-i2gfoh {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .redspin-q7jsba .redspin-i2gfoh {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.redspin-6uydzm {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .redspin-6uydzm {
    max-width: 160px;
    height: 40px;
  }
}

.redspin-6uydzm picture,
.redspin-6uydzm img {
  display: block;
  width: 100%;
  height: 100%;
}

.redspin-6uydzm img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .redspin-zmatnw {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.redspin-5azs3a ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .redspin-q7jsba.redspin-odapif .redspin-zmatnw {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .redspin-zmatnw {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .redspin-zmatnw {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.redspin-06v92w,
.redspin-w8mo5v {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .redspin-06v92w,
  .redspin-w8mo5v {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .redspin-w8mo5v {
    display: none;
  }
}

.redspin-iahyau {
  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;
}

.redspin-odapif .redspin-iahyau {
  background: var(--fh-bg-color);
}

.redspin-iahyau button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .redspin-iahyau {
    display: none;
  }
}

.redspin-sapmna {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .redspin-sapmna {
    display: none;
  }
}

.redspin-jwkx8g {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.redspin-q7jsba.redspin-odapif .redspin-jwkx8g:first-child {
  display: none;
}

.redspin-q7jsba.redspin-odapif .redspin-jwkx8g:last-child {
  display: block;
}

.redspin-jwkx8g:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .redspin-jwkx8g {
    display: none;
  }
}

.redspin-ufbjh8 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .redspin-ufbjh8 {
    display: flex;
  }
}

.redspin-ufbjh8 ul {
  max-height: 350px;
  overflow-y: auto;
}

.redspin-ufbjh8:hover ul {
  visibility: visible;
  opacity: 1;
}

.redspin-ufbjh8:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.redspin-ufbjh8:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.redspin-ufbjh8:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.redspin-ufbjh8:hover .redspin-11pf7c svg {
  transform: rotate(180deg);
}

.redspin-sop04v {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.redspin-w9wwmu {
  padding: 0 8px;
}

.redspin-1fjtzc {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.redspin-1fjtzc:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .redspin-1fjtzc {
    padding: 4px 8px;
  }
}

.redspin-2z4bz5 {
  display: flex;
}

.redspin-2z4bz5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.redspin-11pf7c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.redspin-11pf7c svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.redspin-eeyu31 {
  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) {
  .redspin-eeyu31 {
    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;
  }
}

.redspin-67p9u8 {
  width: 100%;
}

@media (min-width: 1200px) {
  .redspin-67p9u8 {
    display: none;
  }
}

.redspin-8dvn4f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.redspin-6y76cq {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.redspin-nfz575 {
  display: flex;
}

.redspin-qg0bm2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.redspin-8exsd6 {
  list-style: none;
}

@media (max-width: 1199px) {
  .redspin-8exsd6 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .redspin-8exsd6 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .redspin-8exsd6 .redspin-snncrc [data-ref-el],
  .redspin-8exsd6 .redspin-snncrc span,
  .redspin-8exsd6 .redspin-snncrc a {
    white-space: nowrap;
  }
}

.redspin-xc2smd {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .redspin-xc2smd.redspin-n5or0m > .redspin-snncrc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .redspin-xc2smd.redspin-zq5nn7:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .redspin-xc2smd.redspin-n5or0m > .redspin-5aycqq {
    height: auto;
  }

  .redspin-xc2smd.redspin-n5or0m > div > .redspin-gvdgx8 {
    transform: rotate(180deg);
  }
}

.redspin-xc2smd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.redspin-xc2smd [data-ref-el],
.redspin-xc2smd span {
  cursor: pointer;
}

.redspin-xc2smd [data-ref-el],
.redspin-xc2smd span,
.redspin-xc2smd a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .redspin-xc2smd [data-ref-el],
  .redspin-xc2smd span,
  .redspin-xc2smd a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .redspin-xc2smd [data-ref-el],
  .redspin-xc2smd span,
  .redspin-xc2smd a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.redspin-5aycqq {
  height: 0;
  overflow: hidden;
  transition: height 0.redspin-5azs3a ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.redspin-5aycqq::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.redspin-5aycqq::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.redspin-5aycqq::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .redspin-5aycqq {
    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;
  }

  .redspin-5aycqq:has(> .redspin-xc2smd.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .redspin-5aycqq .redspin-5aycqq {
    padding: 0;
  }

  .redspin-5aycqq .redspin-xc2smd {
    font-weight: 400;
  }

  .redspin-5aycqq .redspin-xc2smd:hover > .redspin-snncrc {
    background: var(--Neutral-300);
  }

  .redspin-5aycqq .redspin-gvdgx8 {
    rotate: -90deg;
  }
}

.redspin-snncrc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .redspin-snncrc {
    padding: 8px;
  }

  .redspin-xc2smd.redspin-l2q5qr > .redspin-snncrc {
    background: var(--Neutral-300);
  }
}

.redspin-gvdgx8 {
  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.redspin-14b48c.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.redspin-68en2b 0.redspin-goepm4.redspin-qhfgu2 -0.redspin-uwbp4p 0.redspin-ci0lng -0.redspin-uwbp4p 1.redspin-xk3v7l 0.redspin-6ibdtp.redspin-nxnx8o 4.redspin-fy3lil.redspin-68en2b 0.redspin-xonh3t.redspin-m8hrpd -0.redspin-uwbp4p 9.redspin-ahjnpr -0.redspin-uwbp4p 10.redspin-lej561 0.redspin-5k3g2r.redspin-71jq9g 0.redspin-qhfgu2 10.redspin-71jq9g 0.redspin-ci0lng 10.redspin-lej561 1.redspin-b0k9uu.redspin-59u7yb 5.redspin-ub4pa8.redspin-fkz0if 6.redspin-plg5ip 5.redspin-u5fymu 6.redspin-plg5ip 4.redspin-bilnh1 5.redspin-6qu2ag.redspin-68en2b 1.redspin-m9yt8e.redspin-uwbp4p 0.redspin-ci0lng -0.redspin-uwbp4p 0.redspin-qhfgu2 0.redspin-68en2b 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.redspin-5azs3a ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .redspin-gvdgx8 {
    cursor: default;
  }
}

.redspin-pobq5m {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.redspin-qlqt87 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .redspin-qlqt87 {
    padding: 40px 4px;
  }
}

.redspin-2joobm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .redspin-2joobm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.redspin-9llud7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .redspin-9llud7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.redspin-9llud7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.redspin-9llud7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.redspin-9llud7 [data-ref-el],
.redspin-9llud7 span,
.redspin-9llud7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.redspin-j2l9g8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .redspin-j2l9g8 {
    margin-bottom: 12px;
  }
}

.redspin-qxphdn {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.redspin-qxphdn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .redspin-qxphdn:last-child {
    margin-right: 0;
  }
}

.redspin-1wyhn1 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.redspin-j2l9g8:hover .redspin-oces3j {
  visibility: visible;
  opacity: 1;
}

.redspin-oces3j {
  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);
}

.redspin-8fyh0x {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.redspin-eq6frt {
  display: flex;
  margin: 6px;
}

.redspin-eq6frt img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.redspin-oces3j::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);
}

.redspin-oces3j::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);
}

.redspin-n6gucr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .redspin-n6gucr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.redspin-w56xpd {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .redspin-w56xpd {
    margin-right: 32px;
  }
}

.redspin-wnsgf1 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .redspin-wnsgf1 {
    margin-top: 0;
    width: 340px;
  }
}

.redspin-wnsgf1 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.redspin-v46jpj {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.redspin-xh6ino {
  position: relative;
}

@media (min-width: 768px) {
  .redspin-xh6ino {
    margin-top: 40px;
  }
}

.redspin-xh6ino + .redspin-on8oiy,
.redspin-xh6ino + .redspin-xh6ino {
  margin-top: 24px;
}

.redspin-v3zc4t {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .redspin-v3zc4t {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .redspin-v3zc4t {
    padding: 80px;
  }
}

.redspin-u3ujd0 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .redspin-u3ujd0 {
    padding: 0 16px;
}


}

.redspin-ksizpx {
  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) {
  .redspin-ksizpx {
    font-size: 48px;
    line-height: 56px;
  }
}

.redspin-j9vjst {
  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) {
  .redspin-j9vjst {
    font-size: 24px;
    line-height: 32px;
  }
}

.redspin-kddyir {
  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;
}

.redspin-kddyir:hover {
  background: var(--button-bg-hover);
}

.redspin-mrvf3l {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.redspin-mrvf3l img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .redspin-mrvf3l img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .redspin-mrvf3l img {
  min-height: 100%;
  }
}

.redspin-v3zc4t::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.redspin-7tpovk {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.redspin-7tpovk h1,
.redspin-7tpovk h2,
.redspin-7tpovk h3,
.redspin-7tpovk h4 {
  margin-bottom: 6px;
}

.redspin-7tpovk h1:not(:first-child),
.redspin-7tpovk h2:not(:first-child),
.redspin-7tpovk h3:not(:first-child),
.redspin-7tpovk h4:not(:first-child) {
  margin-top: 16px;
}

.redspin-7tpovk h1,
.redspin-7tpovk h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .redspin-7tpovk h1,
  .redspin-7tpovk h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.redspin-7tpovk h2,
.redspin-7tpovk h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .redspin-7tpovk h2,
  .redspin-7tpovk h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-7tpovk h3,
.redspin-7tpovk h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .redspin-7tpovk h3,
  .redspin-7tpovk h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.redspin-7tpovk h4,
.redspin-7tpovk h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.redspin-7tpovk ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.redspin-7tpovk ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.redspin-7tpovk 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);
}

.redspin-7tpovk ul ul {
  margin-bottom: 8px;
}

.redspin-7tpovk ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.redspin-7tpovk ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.redspin-7tpovk ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.redspin-7tpovk ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.redspin-7tpovk ol li::marker {
  font-weight: 700;
}

.redspin-7tpovk ol ol {
  margin-bottom: 8px;
}

.redspin-7tpovk ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.redspin-7tpovk ol ul li {
  padding-left: 16px;
}

.redspin-7tpovk 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) {
  .redspin-7tpovk table {
    padding: 24px;
  }
}

.redspin-7tpovk table.redspin-2pfl89 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.redspin-5azs3a,
    mask-image 0.3s;
}

.redspin-7tpovk table.redspin-2pfl89.redspin-hiagdg {
  -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) {
  .redspin-7tpovk table {
    display: table;
  }
}

.redspin-7tpovk 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);
}

.redspin-7tpovk table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.redspin-7tpovk table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.redspin-7tpovk 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) {
  .redspin-7tpovk table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.redspin-7tpovk table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.redspin-7tpovk table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.redspin-7tpovk table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.redspin-7tpovk img {
  max-width: 100%;
  height: auto;
}

.redspin-nyfujf {
  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) {
  .redspin-nyfujf {
    padding: 24px;
  }
}

.redspin-up497h {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .redspin-up497h {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.redspin-up497h > * {
  margin: 0 !important;
}

.redspin-up497h img,
.redspin-iktyuv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-up497h img,
  .redspin-iktyuv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-geadf2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-geadf2 {
    width: 32px;
    height: 32px;
  }
}

.redspin-b9u2hj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.redspin-b9u2hj .redspin-0z2v6p {
  flex-shrink: 0;
}

.redspin-b9u2hj .redspin-kqlee9 svg {
  display: none;
}

.redspin-bsxiqh {
  display: grid;
  transition: max-height 0.redspin-5azs3a ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .redspin-bsxiqh {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .redspin-bsxiqh {
    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));
  }
}

.redspin-bsxiqh.redspin-y719nl + .redspin-0z2v6p svg {
  transform: rotate(180deg);
}

.redspin-a74rh9 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.redspin-a74rh9 > div:nth-child(3n) {
  grid-column: span 2;
}

.redspin-a74rh9
  > div:nth-child(3n)
  .redspin-yuzmoe
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .redspin-a74rh9 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .redspin-a74rh9 > div:nth-child(3n) {
    grid-column: unset;
  }

  .redspin-a74rh9
    > div:nth-child(3n)
    .redspin-yuzmoe
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .redspin-a74rh9 {
    max-width: 270px;
  }
}

.redspin-a74rh9 .redspin-yuzmoe button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .redspin-a74rh9 .redspin-yuzmoe button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .redspin-a74rh9 .redspin-yuzmoe button {
    max-width: 104px;
  }
}

.redspin-uahc56 {
  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) {
  .redspin-uahc56 {
    margin-bottom: 0;
  }
}

.redspin-6wllhs {
  display: none;
  opacity: 0;
}

.redspin-u2sjeb {
  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;
  }
}

.redspin-u2sjeb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.redspin-yuzmoe {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.redspin-yuzmoe button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .redspin-yuzmoe
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .redspin-yuzmoe
    button {
    max-width: 145px;
  }
}

.redspin-lrbzea:first-child
  .redspin-yuzmoe
  button {
  max-width: 270px;
}

.redspin-8hcgnx {
  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%;
}

.redspin-uahc56 picture {
  width: 100%;
  max-width: 100%;
}

.redspin-8hdtr7 {
  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;
}

.redspin-8hdtr7 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.redspin-uahc56:hover .redspin-8hdtr7 {
  display: flex;
}

.redspin-01ye6x {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.redspin-t4a4rp {
  display: flex;
}

.redspin-t4a4rp:hover .redspin-wpzax2,
.redspin-t4a4rp .redspin-l2q5qr .redspin-wpzax2 {
  display: flex;
}

.redspin-t4a4rp svg {
  flex-shrink: 0;
}

.redspin-wpzax2 {
  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) {
  .redspin-wpzax2 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.redspin-wpzax2:hover {
  display: flex;
}

.redspin-wpzax2 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.redspin-w07erj {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .redspin-w07erj {
    font-size: 12px;
  }
}

.redspin-2gtgnd,
.redspin-3d4s1j {
  width: 50%;
  flex-shrink: 0;
}

.redspin-2gtgnd {
  font-weight: 700;
}

.redspin-5iq740 .redspin-bsxiqh {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .redspin-5iq740 .redspin-bsxiqh {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .redspin-5iq740 .redspin-bsxiqh {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.redspin-5iq740
  .redspin-8hcgnx:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.redspin-5iq740 .redspin-u2sjeb {
  height: 100% !important;
  border-radius: 16px;
}

.redspin-5iq740 .redspin-yuzmoe {
  gap: 4px;
  align-items: center;
}

.redspin-5iq740 .redspin-yuzmoe button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.redspin-5iq740 .redspin-yuzmoe svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.redspin-5iq740 .redspin-288xr0,
.redspin-5iq740 .redspin-4liky2 {
  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.redspin-14b48c.org/2000/svg'%3E%3Cpath d='M9.redspin-kk6saw 4.redspin-6mxxe4.redspin-71t2ic 5.redspin-8hdolw.redspin-a8vprc 5.redspin-6s79el.redspin-nog3oa 5.redspin-lwfy7h.redspin-bc1gu9 8.redspin-m5t6um.redspin-wipkhr 9.redspin-m3ouqs.redspin-6d5f5x 9.redspin-stz8qo.redspin-98355b 13.redspin-zutbic.redspin-kwpyb2 11.redspin-wj27om.redspin-z29he7 11.redspin-aj8sm9.redspin-ujyzqs 11.redspin-1efzgf.redspin-vj23zg 13.redspin-kweeav.redspin-na39f9 9.redspin-eqk9t4.redspin-3ylr7n 9.redspin-yp9rea.redspin-yyuh3t 8.redspin-g7zycf.redspin-m0b75t 5.redspin-g5uc7v.redspin-jgvkki 5.redspin-qewu0z.redspin-un6lja 5.redspin-6tmdao.redspin-tufidg 4.redspin-r0rrr8.redspin-z29he7 1.redspin-662r2c.redspin-kk6saw 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.redspin-5iq740 .redspin-288xr0 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.redspin-5iq740 .redspin-4liky2 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.redspin-f3cy57 {
  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) {
  .redspin-f3cy57 {
    padding: 24px;
  }
}

.redspin-f3cy57 .redspin-0z2v6p {
  display: flex;
}

@media (min-width: 768px) {
  .redspin-f3cy57 .redspin-0z2v6p {
    display: none;
  }
}

.redspin-f3cy57 .redspin-kqlee9 svg {
  display: none;
}

.redspin-fd363l {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.redspin-fd363l .redspin-j69f25 {
  display: none;
}

@media (min-width: 768px) {
  .redspin-fd363l .redspin-j69f25 {
    display: flex;
  }
}

.redspin-j8yyna {
  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) {
  .redspin-j8yyna {
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-j8yyna > * {
  margin: 0 !important;
}

.redspin-j8yyna img,
.redspin-48gd8s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-j8yyna img,
  .redspin-48gd8s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-h383h8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-h383h8 {
    width: 32px;
    height: 32px;
  }
}

.redspin-r08hvj {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .redspin-r08hvj {
    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;
  }

  .redspin-r08hvj::-webkit-scrollbar {
    display: none;
  }
}

.redspin-wtpnem {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .redspin-wtpnem {
    padding: 7px 15px;
  }
}

.redspin-wtpnem:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.redspin-sf83gd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .redspin-sf83gd {
    display: flex;
    opacity: 1;
  }
}

.redspin-wtpnem picture {
  height: 100%;
  display: block;
}

.redspin-wtpnem img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .redspin-wtpnem img {
    width: 88px;
    height: 44px;
  }
}

.redspin-wtpnem p {
  text-align: center;
  width: 100%;
}

.redspin-4frurh {
  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) {
  .redspin-4frurh {
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-4frurh img,
.redspin-n1cx74 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-4frurh img,
  .redspin-n1cx74 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-z9ew94 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-z9ew94 {
    width: 32px;
    height: 32px;
  }
}

.redspin-woqvf7 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.redspin-daq58h {
  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;
}

.redspin-h5la1r {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.redspin-h5la1r.redspin-l2q5qr {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.redspin-65qcnm {
  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) {
  .redspin-65qcnm {
    font-size: 20px;
    line-height: 28px;
  }
}

.redspin-kutdr7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.redspin-rsi9yr {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.redspin-5azs3a ease;
  opacity: 0;
  color: var(--text-color);
}

.redspin-63vyif {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.redspin-63vyif ol,
.redspin-63vyif ul {
  padding-left: 1.3em;
}

.redspin-h5la1r.redspin-l2q5qr .redspin-rsi9yr {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.redspin-h5la1r.redspin-l2q5qr .redspin-kutdr7 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.redspin-968cz4 {
  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) {
  .redspin-968cz4 {
    padding: 24px;
  }
}

.redspin-968cz4 .redspin-0z2v6p {
  display: flex;
}

@media (min-width: 768px) {
  .redspin-968cz4 .redspin-0z2v6p {
    display: none;
  }
}

.redspin-968cz4 .redspin-kqlee9 svg {
  display: none;
}

.redspin-dfq82l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.redspin-dfq82l .redspin-j69f25 {
  display: none;
}

@media (min-width: 768px) {
  .redspin-dfq82l .redspin-j69f25 {
    display: flex;
  }
}

.redspin-9eg2l7 {
  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) {
  .redspin-9eg2l7 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-9eg2l7 > * {
  margin: 0 !important;
}

.redspin-9eg2l7 img,
.redspin-c7aarx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-9eg2l7 img,
  .redspin-c7aarx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-80qqp5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-80qqp5 {
    width: 32px;
    height: 32px;
  }
}

.redspin-7c5x7i {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .redspin-7c5x7i {
    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;
  }

  .redspin-7c5x7i::-webkit-scrollbar {
    display: none;
  }
}

.redspin-b5ey0f {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.redspin-b5ey0f:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.redspin-usipvq {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .redspin-usipvq {
    display: flex;
    opacity: 1;
  }
}

.redspin-b5ey0f picture {
  width: auto;
  height: 100%;
  display: block;
}

.redspin-b5ey0f picture img {
  display: block;
  width: auto;
  height: 100%;
}

.redspin-losg45 {
  margin: -24px 0;
}

.redspin-losg45:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .redspin-losg45 {
    margin: -16px 0;
  }
}

.redspin-hz3ebp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .redspin-hz3ebp {
    flex-direction: row;
  }
}

.redspin-lyivmk {
  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) {
  .redspin-lyivmk {
    flex: 1;
  }
}

.redspin-lyivmk::placeholder {
  color: var(--Text-400);
}

.redspin-ahc4hv {
  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;
}

.redspin-2m7ins {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.redspin-2m7ins::-webkit-scrollbar {
  display: none;
}

.redspin-gideg2 {
  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;
}

.redspin-gideg2 img,
.redspin-gideg2 svg {
  margin-right: 8px;
}

.redspin-t8ib0g {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.redspin-losg45 + .redspin-yef7wc {
  margin-top: 0;
}

@media (min-width: 768px) {
  .redspin-losg45 + .redspin-yef7wc {
    margin-top: -16px;
  }
}

.redspin-iyynnj {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.redspin-iyynnj > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.redspin-iyynnj > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.redspin-k012xm {
  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;
}

.redspin-cauvxa {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.redspin-b0k4dn {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.redspin-drc1xt {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.redspin-fonham {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.redspin-k012xm 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;
}

.redspin-k012xm 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) {
  .redspin-k012xm {
    padding: 39px 179px 39px 39px;
  }

  .redspin-cauvxa {
    font-size: 40px;
    line-height: 48px;
  }

  .redspin-fonham {
    height: 348px;
  }

  .redspin-k012xm button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .redspin-k012xm button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .redspin-k012xm {
    padding: 63px;
  }
}

.redspin-m4zbcu {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .redspin-m4zbcu {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.redspin-4ipoot {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .redspin-4ipoot {
    width: auto;
  }
}

.redspin-ril0nw {
  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;
}

.redspin-ril0nw::-webkit-scrollbar {
  display: none;
}

.redspin-ril0nw 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);
}

.redspin-ril0nw a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .redspin-ril0nw {
    margin-left: 16px;
    margin-top: 0;
  }
}

.redspin-m4zbcu .redspin-e9o8r8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.redspin-5azs3a,
    mask-image 0.3s;
}

.redspin-m4zbcu .redspin-e9o8r8.redspin-hiagdg {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.redspin-ycwdob {
  margin: 40px -16px;
}

.redspin-ainigj + .redspin-on8oiy,
.redspin-ainigj + .redspin-xh6ino {
  margin-top: 24px;
}

.redspin-at3f52 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.redspin-at3f52 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.redspin-d5msle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .redspin-d5msle {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .redspin-d5msle {
    margin-top: 0;
  }
}

.redspin-5kt4sg {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .redspin-5kt4sg {
    font-size: 24px;
    line-height: 32px;
  }
}

.redspin-16eq5k {
  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) {
  .redspin-16eq5k {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.redspin-2yes6t {
  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) {
  .redspin-2yes6t {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.redspin-e6hk37 {
  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) {
  .redspin-e6hk37 {
    font-size: 20px;
    line-height: 28px;
  }
}

.redspin-o29rf9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .redspin-o29rf9 {
    font-size: 32px;
    line-height: 40px;
  }
}

.redspin-nefwax {
  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;
}

.redspin-k11ta5 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.redspin-k11ta5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.redspin-yef7wc {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.redspin-4tcgsj {
  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) {
  .redspin-4tcgsj {
    padding: 15px 48px;
  }
}

main > .redspin-yef7wc {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .redspin-bsxiqh.redspin-9g7rbi > div:nth-child(n+5) {
    display: none;
  }
}

.redspin-7tpovk p a img {
  display: block;
  margin: 0 auto;
}


.redspin-bpurx6 {
  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 */
.redspin-7nqtox {
  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;
}

.redspin-7nqtox label {
  font-size: 14px;
}

.redspin-7nqtox h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.redspin-7nqtox input,
.redspin-7nqtox textarea,
.redspin-7nqtox 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;
}
.redspin-7nqtox button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.redspin-zlquml ease;
}
.redspin-7nqtox button:hover {
  background-color: var(--button-bg-hover);
}
.redspin-l98160 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.redspin-cy8gt7 ease-in;
}

.redspin-l98160 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;
}
.redspin-fct7f3, .redspin-ftp5lg, [class*="review-card"],
thead, thead th, table th, .redspin-66q57h,
.redspin-fpjbwh, [class*="collapsible-header"],
.redspin-1u6fe4, [class*="updated-block"] {
  color: #ece7dc !important;
}
