* {
  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;
  }
}

.olympia-nb8ija {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .olympia-nb8ija {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .olympia-nb8ija {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.olympia-zbi4t8 {
  overflow: hidden;
}

.olympia-qnn0ch img {
  background: var(--Neutral-300);
}

.olympia-n6vbnk {
  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;
}

.olympia-64wc9b {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.olympia-64wc9b:hover {
  background: var(--button-bg-hover);
}

.olympia-26swb5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.olympia-26swb5:hover {
  background: var(--button-bg-hover);
}

.olympia-isl5lc {
  font-size: 12px;
  line-height: 18px;
}

.olympia-lmsgjz {
  font-size: 18px;
  line-height: 26px;
}

.olympia-mdpf2i {
  width: 100%;
}

.olympia-sbgvki {
  padding: 6px 16px;
}

.olympia-sd8bxa {
  padding: 10px 16px;
}

.olympia-53xp5j {
  padding: 15px 26px;
}

.olympia-7d280n {
  flex-shrink: 0;
}

.olympia-tlupn5 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.olympia-5ctfj3 {
  display: none;
}

.olympia-c3qfza {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.olympia-qfxzuv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.olympia-nd00df {
  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;
}

.olympia-ns6afn {
  cursor: grab;
}

.olympia-nd00df::-webkit-scrollbar {
  display: none;
}

.olympia-3tj0n7 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.olympia-0nymd9 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.olympia-g00wa0 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.olympia-51t9mn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.olympia-ayw4g3 {
  visibility: visible;
}

.olympia-fln7ko {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.olympia-3j83m3 ease;
}

.olympia-w16gr1 {
  background-color: var(--Primary-200);
  width: 16px;
}

.olympia-mza24l {
  -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.olympia-3j83m3,
    mask-image 0.3s;
}

.olympia-mza24l.olympia-b6yp8h {
  -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;
  }
}

.olympia-ctt46k: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;
}

.olympia-fe4yak {
  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.olympia-letucj.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.olympia-letucj.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;
}

.olympia-90380u {
  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);
}

.olympia-90380u::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%
  );
}

.olympia-64o5yt {
  position: relative;
  z-index: 1;
}

.olympia-w1tbf1 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.olympia-d45lka {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.olympia-2n0100 {
  font-size: 40px;
  line-height: 48px;
}

.olympia-sc5nwb {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.olympia-3a9g0y {
  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;
}

.olympia-3a9g0y:hover {
  background: var(--Primary-400);
}

.olympia-3a9g0y svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.olympia-ctt46k 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) {
  .olympia-90380u {
    max-width: 600px;
    padding: 64px;
  }

  .olympia-w1tbf1 {
    font-size: 24px;
    line-height: 32px;
  }

  .olympia-d45lka {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .olympia-2n0100 {
    font-size: 50px;
    line-height: 56px;
  }

  .olympia-sc5nwb {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .olympia-fe4yak {
    top: 25px;
    right: 25px;
  }
}

.olympia-g6rm6l,
.olympia-foezty {
  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;
}

.olympia-jwxzah.olympia-zrzopr::before,
.olympia-foezty::before,
.olympia-o0sk29::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.olympia-letucj.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.olympia-x1z5kl 14.olympia-c7nyot.olympia-amaj00 14.olympia-qdkmci 15.olympia-5hmk8t 14.olympia-l5z3t3 15.olympia-b71iqi 14.olympia-3ccg9v.olympia-gxu1u5 14.olympia-bbte5z 19.olympia-7c8xhb 12.olympia-gondlm 19.olympia-7c8xhb 10.olympia-yt0vit.olympia-7c8xhb 8.olympia-i8relu 17.olympia-qvioru 7.olympia-xg0yhc 15.olympia-g1phvj 7.olympia-9gl50n.olympia-xoxfqv 7.olympia-xg0yhc 11.olympia-nxr698 8.olympia-i8relu 11.olympia-nxr698 10.olympia-2dis2q.olympia-nxr698 12.olympia-co1qzt 13.olympia-onmo94 14.olympia-9a0tzq 15.olympia-4tt0f0 14.olympia-52czm8.olympia-q1uy1m 14.olympia-i2h7uf 15.olympia-iwpmzs 14.olympia-n5j4ip 15.olympia-2hnkai 14.olympia-ctbawg.olympia-x1z5kl 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.olympia-uheh7u 15.olympia-qnfu37.olympia-yjvyxt 15.olympia-u71aob 15.olympia-amuw46 15.olympia-7jzw1a 15.olympia-p890g9 15.olympia-3z1gnx.olympia-acdvb0 15.olympia-7jzw1a 15.olympia-nqu2xo 15.olympia-xsjgv5 15.olympia-1sz2u9 15.olympia-1uxt1a.olympia-guzujz 15.olympia-3xbczo 7.olympia-ra09z3 18.olympia-c9julq 7.olympia-e7j1i8 23.olympia-nhejgt.olympia-6wrlth.olympia-g3u3ca 18.olympia-8hvp7p 19.olympia-7f94ci 15.olympia-8wuffk 15.olympia-uheh7u 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.olympia-b3yd2t [type="submit"] *,
.olympia-jctfcp button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .olympia-t1mlzd {
    display: none;
  }
}

.olympia-idt44m {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .olympia-idt44m {
  display: none;
}

@media (min-width: 768px) {
  .olympia-idt44m {
    bottom: 22px;
  }
}

.olympia-idt44m input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .olympia-idt44m {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.olympia-l5vcjx.static) .olympia-idt44m {
    bottom: 8px;
  }
}

.olympia-km0uxx {
  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.olympia-letucj.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.olympia-ac9r7w 3.olympia-eu6c5r.olympia-wz8tzl.olympia-xdvtpp 3.olympia-6o4o8i 3.olympia-l4fckl 5.olympia-rbitn5 3.olympia-l4fckl 8.olympia-m10x2r.olympia-rvg638.olympia-l4fckl 26.olympia-281l9p 5.olympia-38eg4d 28.olympia-754s3c 8.olympia-40g46r 28.olympia-84qh49.olympia-ze8dyf 28.olympia-mocjcu.olympia-tcb4qt 34.olympia-iyjywh.olympia-u45ems 36.olympia-2iddy7 11.olympia-177ab8 37.olympia-mdcdwd 12.olympia-0vhpy3 36.olympia-9m514v.olympia-myz3dz 28.olympia-zvlpe3.olympia-1m4yul.olympia-euvrdj 28.olympia-q3o5bb 36.olympia-xuppgc 26.olympia-6ck6rs 36.olympia-xuppgc 23.olympia-k5kunx.olympia-b6rzqj.olympia-xuppgc 5.olympia-r71lhx 34.olympia-71a9zc 3.olympia-6o4o8i 31.olympia-ac9r7w 3.olympia-7j2fkz.olympia-sztx5l 18.olympia-h6dmeh.olympia-y0169a 18.olympia-jkgyqv 8.olympia-h7s9cv 17.olympia-odroxk 8.olympia-h7s9cv 15.olympia-4zdt78.olympia-h7s9cv 14.olympia-tj56ar 9.olympia-y0169a 13.olympia-ayfopd 11.olympia-sztx5l 13.olympia-wlmi0j.olympia-h3o63y 13.olympia-ayfopd 13.olympia-v3k75a 14.olympia-tj56ar 13.olympia-v3k75a 15.olympia-1bx86p.olympia-v3k75a 17.olympia-odroxk 12.olympia-h3o63y 18.olympia-jkgyqv 11.olympia-sztx5l 18.olympia-ah2xwx.olympia-hah4ja 18.olympia-1tj6u7.olympia-6nbj39 18.olympia-jkgyqv 17.olympia-h5hgnz 17.olympia-odroxk 17.olympia-h5hgnz 15.olympia-x44sit.olympia-h5hgnz 14.olympia-tj56ar 18.olympia-6nbj39 13.olympia-ayfopd 20.olympia-hah4ja 13.olympia-8xugzj.olympia-r74zg8 13.olympia-ayfopd 22.olympia-3tvzc1 14.olympia-tj56ar 22.olympia-3tvzc1 15.olympia-erktka.olympia-gmirof 17.olympia-odroxk 21.olympia-r74zg8 18.olympia-jkgyqv 20.olympia-hah4ja 18.olympia-3vinxw.olympia-qs1bxb 18.olympia-swqyfl.olympia-jx664l 18.olympia-jkgyqv 26.olympia-38z2up 17.olympia-odroxk 26.olympia-38z2up 15.olympia-b37ehv.olympia-38z2up 14.olympia-tj56ar 27.olympia-jx664l 13.olympia-ayfopd 28.olympia-qs1bxb 13.olympia-2qn0uc.olympia-x3hnpw 13.olympia-ayfopd 31.olympia-yul0sl 14.olympia-tj56ar 31.olympia-yul0sl 15.olympia-5b2hn4.olympia-38z2up 17.olympia-odroxk 30.olympia-x3hnpw 18.olympia-jkgyqv 28.olympia-qs1bxb 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"])
    .olympia-km0uxx {
    display: none;
  }
}

.olympia-4vwxbs {
  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) {
  .olympia-4vwxbs {
    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;
}

.olympia-jctfcp {
  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) {
  .olympia-jctfcp {
    padding: 14px 16px;
  }
}

.olympia-jctfcp button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.olympia-jctfcp button:first-child {
  align-content: end;
}

.olympia-jctfcp button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .olympia-jctfcp
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .olympia-jctfcp
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.olympia-jctfcp button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.olympia-jctfcp button:last-child svg {
  width: 38px;
  height: 38px;
}

.olympia-o0sk29 {
  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;
}

.olympia-o0sk29::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .olympia-o0sk29,
.pc61d126-chatbot[data-active-screen="3"]
  .olympia-o0sk29 {
  opacity: 1;
  visibility: visible;
}

.olympia-qg05x2 {
  flex: 1 1;
}

.olympia-ysvcft {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .olympia-ysvcft {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .olympia-c229pf {
  display: block;
}

.olympia-h15fty {
  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) {
  .olympia-h15fty {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.olympia-foezty {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.olympia-foezty::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.olympia-ee0ugu span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.olympia-ee0ugu p {
  color: var(--Text-100);
}

.olympia-foezty .olympia-ppfno0 {
  grid-area: button;
}

.olympia-foezty .olympia-ppfno0::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.olympia-letucj.org/2000/svg'%3E%3Cpath d='M4.olympia-2zu2zb 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.olympia-5bjw12 15L16.olympia-5bjw12 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.olympia-5bjw12 5L16.olympia-5bjw12 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .olympia-86ohv2 {
  display: block;
}

.olympia-2z3ge2 {
  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) {
  .olympia-2z3ge2 {
    margin-top: 40px;
  }
}

.olympia-g6rm6l label,
.olympia-g6rm6l input {
  display: block;
  width: 100%;
}

.olympia-g6rm6l label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.olympia-g6rm6l label.olympia-hcxqjy input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.olympia-g6rm6l label.olympia-hcxqjy::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;
}

.olympia-g6rm6l 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;
}

.olympia-g6rm6l input::placeholder {
  color: var(--Text-400);
}

.olympia-1tbxrv {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .olympia-1tbxrv {
  display: flex;
}

.olympia-1tbxrv ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .olympia-1tbxrv ol {
    height: 420px;
    padding: 24px;
  }
}

.olympia-1tbxrv ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.olympia-b3yd2t {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .olympia-b3yd2t {
    padding: 0 24px 24px;
  }
}

.olympia-b3yd2t 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;
}

.olympia-b3yd2t input::placeholder {
  color: var(--Text-400);
}

.olympia-b3yd2t [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.olympia-b3yd2t [type="submit"]:disabled {
  opacity: 0.5;
}

.olympia-b3yd2t [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .olympia-b3yd2t [type="submit"] {
    right: 40px;
  }
}

.olympia-jwxzah {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.olympia-jwxzah.olympia-zrzopr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.olympia-jwxzah.olympia-zrzopr::before {
  content: "";
  width: 31px;
}

.olympia-jwxzah.olympia-zrzopr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.olympia-jwxzah.olympia-cdp0is p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.olympia-jwxzah p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.olympia-idt44m .olympia-ppfno0 {
  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;
  }
}

.olympia-t1mlzd {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .olympia-t1mlzd {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .olympia-t1mlzd {
    padding: 18px 0;
  }
}

.olympia-t1mlzd .olympia-nb8ija {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .olympia-t1mlzd .olympia-nb8ija {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.olympia-2ztvps {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .olympia-2ztvps {
    max-width: 160px;
    height: 40px;
  }
}

.olympia-2ztvps picture,
.olympia-2ztvps img {
  display: block;
  width: 100%;
  height: 100%;
}

.olympia-2ztvps img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .olympia-gmhe5n {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.olympia-3j83m3 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .olympia-t1mlzd.olympia-c2f17s .olympia-gmhe5n {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .olympia-gmhe5n {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .olympia-gmhe5n {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.olympia-xcmf1f,
.olympia-s6woia {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .olympia-xcmf1f,
  .olympia-s6woia {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .olympia-s6woia {
    display: none;
  }
}

.olympia-tq0m0t {
  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;
}

.olympia-c2f17s .olympia-tq0m0t {
  background: var(--fh-bg-color);
}

.olympia-tq0m0t button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .olympia-tq0m0t {
    display: none;
  }
}

.olympia-2ki0rs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .olympia-2ki0rs {
    display: none;
  }
}

.olympia-hx7rdv {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.olympia-t1mlzd.olympia-c2f17s .olympia-hx7rdv:first-child {
  display: none;
}

.olympia-t1mlzd.olympia-c2f17s .olympia-hx7rdv:last-child {
  display: block;
}

.olympia-hx7rdv:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .olympia-hx7rdv {
    display: none;
  }
}

.olympia-jcyeby {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .olympia-jcyeby {
    display: flex;
  }
}

.olympia-jcyeby ul {
  max-height: 350px;
  overflow-y: auto;
}

.olympia-jcyeby:hover ul {
  visibility: visible;
  opacity: 1;
}

.olympia-jcyeby:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.olympia-jcyeby:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.olympia-jcyeby:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.olympia-jcyeby:hover .olympia-w7hwb7 svg {
  transform: rotate(180deg);
}

.olympia-pc346w {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.olympia-3fwskx {
  padding: 0 8px;
}

.olympia-yhzips {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.olympia-yhzips:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .olympia-yhzips {
    padding: 4px 8px;
  }
}

.olympia-esg473 {
  display: flex;
}

.olympia-esg473 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.olympia-w7hwb7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.olympia-w7hwb7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.olympia-yppwu1 {
  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) {
  .olympia-yppwu1 {
    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;
  }
}

.olympia-ucy0n7 {
  width: 100%;
}

@media (min-width: 1200px) {
  .olympia-ucy0n7 {
    display: none;
  }
}

.olympia-sadgyu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.olympia-kzd1ue {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.olympia-7f42bt {
  display: flex;
}

.olympia-rtr5yy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.olympia-jbzair {
  list-style: none;
}

@media (max-width: 1199px) {
  .olympia-jbzair {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .olympia-jbzair {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .olympia-jbzair .olympia-u21874 [data-ref-el],
  .olympia-jbzair .olympia-u21874 span,
  .olympia-jbzair .olympia-u21874 a {
    white-space: nowrap;
  }
}

.olympia-dnrud2 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .olympia-dnrud2.olympia-ecy8k6 > .olympia-u21874 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .olympia-dnrud2.olympia-hpz99p:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .olympia-dnrud2.olympia-ecy8k6 > .olympia-mrord1 {
    height: auto;
  }

  .olympia-dnrud2.olympia-ecy8k6 > div > .olympia-8lpgpc {
    transform: rotate(180deg);
  }
}

.olympia-dnrud2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.olympia-dnrud2 [data-ref-el],
.olympia-dnrud2 span {
  cursor: pointer;
}

.olympia-dnrud2 [data-ref-el],
.olympia-dnrud2 span,
.olympia-dnrud2 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .olympia-dnrud2 [data-ref-el],
  .olympia-dnrud2 span,
  .olympia-dnrud2 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .olympia-dnrud2 [data-ref-el],
  .olympia-dnrud2 span,
  .olympia-dnrud2 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.olympia-mrord1 {
  height: 0;
  overflow: hidden;
  transition: height 0.olympia-3j83m3 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.olympia-mrord1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.olympia-mrord1::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.olympia-mrord1::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .olympia-mrord1 {
    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;
  }

  .olympia-mrord1:has(> .olympia-dnrud2.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .olympia-mrord1 .olympia-mrord1 {
    padding: 0;
  }

  .olympia-mrord1 .olympia-dnrud2 {
    font-weight: 400;
  }

  .olympia-mrord1 .olympia-dnrud2:hover > .olympia-u21874 {
    background: var(--Neutral-300);
  }

  .olympia-mrord1 .olympia-8lpgpc {
    rotate: -90deg;
  }
}

.olympia-u21874 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .olympia-u21874 {
    padding: 8px;
  }

  .olympia-dnrud2.olympia-ppibi9 > .olympia-u21874 {
    background: var(--Neutral-300);
  }
}

.olympia-8lpgpc {
  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.olympia-letucj.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.olympia-qa61gx 0.olympia-6xrdfa.olympia-j14uho -0.olympia-wbmbyn 0.olympia-rtjn49 -0.olympia-wbmbyn 1.olympia-yse20t 0.olympia-fnwb4z.olympia-ddxfdi 4.olympia-qtbigr.olympia-qa61gx 0.olympia-5y2ei5.olympia-8sodff -0.olympia-wbmbyn 9.olympia-2p8d4t -0.olympia-wbmbyn 10.olympia-t7vdiz 0.olympia-lwus5b.olympia-ah06ey 0.olympia-j14uho 10.olympia-ah06ey 0.olympia-rtjn49 10.olympia-t7vdiz 1.olympia-e84z8u.olympia-10rh4s 5.olympia-n585b0.olympia-e4lfdt 6.olympia-gaufqy 5.olympia-s2tqpr 6.olympia-gaufqy 4.olympia-buybv5 5.olympia-pjvctx.olympia-qa61gx 1.olympia-e7li4b.olympia-wbmbyn 0.olympia-rtjn49 -0.olympia-wbmbyn 0.olympia-j14uho 0.olympia-qa61gx 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.olympia-3j83m3 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .olympia-8lpgpc {
    cursor: default;
  }
}

.olympia-oyiuo9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.olympia-enai6w {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .olympia-enai6w {
    padding: 40px 4px;
  }
}

.olympia-ae59hq {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .olympia-ae59hq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.olympia-xqrtff {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .olympia-xqrtff {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.olympia-xqrtff ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.olympia-xqrtff [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.olympia-xqrtff [data-ref-el],
.olympia-xqrtff span,
.olympia-xqrtff a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.olympia-d2eux7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .olympia-d2eux7 {
    margin-bottom: 12px;
  }
}

.olympia-p0pxha {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.olympia-p0pxha img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .olympia-p0pxha:last-child {
    margin-right: 0;
  }
}

.olympia-xd5mkb {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.olympia-d2eux7:hover .olympia-szrfes {
  visibility: visible;
  opacity: 1;
}

.olympia-szrfes {
  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);
}

.olympia-ns5g62 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.olympia-kszrez {
  display: flex;
  margin: 6px;
}

.olympia-kszrez img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.olympia-szrfes::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);
}

.olympia-szrfes::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);
}

.olympia-w4g19e {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .olympia-w4g19e {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.olympia-741kid {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .olympia-741kid {
    margin-right: 32px;
  }
}

.olympia-civ0y7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .olympia-civ0y7 {
    margin-top: 0;
    width: 340px;
  }
}

.olympia-civ0y7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.olympia-5tekav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.olympia-hnkslu {
  position: relative;
}

@media (min-width: 768px) {
  .olympia-hnkslu {
    margin-top: 40px;
  }
}

.olympia-hnkslu + .olympia-2bsueq,
.olympia-hnkslu + .olympia-hnkslu {
  margin-top: 24px;
}

.olympia-a9dtpp {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .olympia-a9dtpp {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .olympia-a9dtpp {
    padding: 80px;
  }
}

.olympia-0q8p5u {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .olympia-0q8p5u {
    padding: 0 16px;
}


}

.olympia-grtths {
  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) {
  .olympia-grtths {
    font-size: 48px;
    line-height: 56px;
  }
}

.olympia-4d2v3o {
  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) {
  .olympia-4d2v3o {
    font-size: 24px;
    line-height: 32px;
  }
}

.olympia-5ejd0t {
  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;
}

.olympia-5ejd0t:hover {
  background: var(--button-bg-hover);
}

.olympia-d5mnv1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.olympia-d5mnv1 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .olympia-d5mnv1 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .olympia-d5mnv1 img {
  min-height: 100%;
  }
}

.olympia-a9dtpp::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.olympia-23yam5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.olympia-23yam5 h1,
.olympia-23yam5 h2,
.olympia-23yam5 h3,
.olympia-23yam5 h4 {
  margin-bottom: 6px;
}

.olympia-23yam5 h1:not(:first-child),
.olympia-23yam5 h2:not(:first-child),
.olympia-23yam5 h3:not(:first-child),
.olympia-23yam5 h4:not(:first-child) {
  margin-top: 16px;
}

.olympia-23yam5 h1,
.olympia-23yam5 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .olympia-23yam5 h1,
  .olympia-23yam5 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.olympia-23yam5 h2,
.olympia-23yam5 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .olympia-23yam5 h2,
  .olympia-23yam5 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-23yam5 h3,
.olympia-23yam5 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .olympia-23yam5 h3,
  .olympia-23yam5 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.olympia-23yam5 h4,
.olympia-23yam5 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.olympia-23yam5 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.olympia-23yam5 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.olympia-23yam5 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);
}

.olympia-23yam5 ul ul {
  margin-bottom: 8px;
}

.olympia-23yam5 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.olympia-23yam5 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.olympia-23yam5 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.olympia-23yam5 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.olympia-23yam5 ol li::marker {
  font-weight: 700;
}

.olympia-23yam5 ol ol {
  margin-bottom: 8px;
}

.olympia-23yam5 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.olympia-23yam5 ol ul li {
  padding-left: 16px;
}

.olympia-23yam5 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) {
  .olympia-23yam5 table {
    padding: 24px;
  }
}

.olympia-23yam5 table.olympia-nf7c9c {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.olympia-3j83m3,
    mask-image 0.3s;
}

.olympia-23yam5 table.olympia-nf7c9c.olympia-b6yp8h {
  -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) {
  .olympia-23yam5 table {
    display: table;
  }
}

.olympia-23yam5 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);
}

.olympia-23yam5 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.olympia-23yam5 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.olympia-23yam5 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) {
  .olympia-23yam5 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.olympia-23yam5 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.olympia-23yam5 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.olympia-23yam5 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.olympia-23yam5 img {
  max-width: 100%;
  height: auto;
}

.olympia-84sbk7 {
  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) {
  .olympia-84sbk7 {
    padding: 24px;
  }
}

.olympia-hlgiog {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .olympia-hlgiog {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.olympia-hlgiog > * {
  margin: 0 !important;
}

.olympia-hlgiog img,
.olympia-bym3lv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-hlgiog img,
  .olympia-bym3lv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-gxadx8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-gxadx8 {
    width: 32px;
    height: 32px;
  }
}

.olympia-wp6hnn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.olympia-wp6hnn .olympia-nw44nq {
  flex-shrink: 0;
}

.olympia-wp6hnn .olympia-4rjod4 svg {
  display: none;
}

.olympia-4bt919 {
  display: grid;
  transition: max-height 0.olympia-3j83m3 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .olympia-4bt919 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .olympia-4bt919 {
    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));
  }
}

.olympia-4bt919.olympia-sl3iry + .olympia-nw44nq svg {
  transform: rotate(180deg);
}

.olympia-7tjqpx {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.olympia-7tjqpx > div:nth-child(3n) {
  grid-column: span 2;
}

.olympia-7tjqpx
  > div:nth-child(3n)
  .olympia-epl5xc
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .olympia-7tjqpx {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .olympia-7tjqpx > div:nth-child(3n) {
    grid-column: unset;
  }

  .olympia-7tjqpx
    > div:nth-child(3n)
    .olympia-epl5xc
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .olympia-7tjqpx {
    max-width: 270px;
  }
}

.olympia-7tjqpx .olympia-epl5xc button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .olympia-7tjqpx .olympia-epl5xc button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .olympia-7tjqpx .olympia-epl5xc button {
    max-width: 104px;
  }
}

.olympia-agypwg {
  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) {
  .olympia-agypwg {
    margin-bottom: 0;
  }
}

.olympia-4d1pql {
  display: none;
  opacity: 0;
}

.olympia-2fztgk {
  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;
  }
}

.olympia-2fztgk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.olympia-epl5xc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.olympia-epl5xc button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .olympia-epl5xc
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .olympia-epl5xc
    button {
    max-width: 145px;
  }
}

.olympia-jwx5h0:first-child
  .olympia-epl5xc
  button {
  max-width: 270px;
}

.olympia-gngj8w {
  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%;
}

.olympia-agypwg picture {
  width: 100%;
  max-width: 100%;
}

.olympia-ew6ydp {
  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;
}

.olympia-ew6ydp svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.olympia-agypwg:hover .olympia-ew6ydp {
  display: flex;
}

.olympia-vj84vq {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.olympia-z5usgd {
  display: flex;
}

.olympia-z5usgd:hover .olympia-hsbtv4,
.olympia-z5usgd .olympia-ppibi9 .olympia-hsbtv4 {
  display: flex;
}

.olympia-z5usgd svg {
  flex-shrink: 0;
}

.olympia-hsbtv4 {
  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) {
  .olympia-hsbtv4 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.olympia-hsbtv4:hover {
  display: flex;
}

.olympia-hsbtv4 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.olympia-3pxz42 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .olympia-3pxz42 {
    font-size: 12px;
  }
}

.olympia-7sbxfl,
.olympia-grvpdo {
  width: 50%;
  flex-shrink: 0;
}

.olympia-7sbxfl {
  font-weight: 700;
}

.olympia-40zytk .olympia-4bt919 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .olympia-40zytk .olympia-4bt919 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .olympia-40zytk .olympia-4bt919 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.olympia-40zytk
  .olympia-gngj8w:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.olympia-40zytk .olympia-2fztgk {
  height: 100% !important;
  border-radius: 16px;
}

.olympia-40zytk .olympia-epl5xc {
  gap: 4px;
  align-items: center;
}

.olympia-40zytk .olympia-epl5xc button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.olympia-40zytk .olympia-epl5xc svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.olympia-40zytk .olympia-9d7ycv,
.olympia-40zytk .olympia-66ddc6 {
  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.olympia-letucj.org/2000/svg'%3E%3Cpath d='M9.olympia-vxdcdj 4.olympia-iul9z6.olympia-26jpaq 5.olympia-uw98a4.olympia-l931co 5.olympia-3clffh.olympia-fc9rq6 5.olympia-x7n4bu.olympia-5d9rvt 8.olympia-sobwse.olympia-73aaqe 9.olympia-btbvnh.olympia-ya083k 9.olympia-dpswcz.olympia-enkmkb 13.olympia-xjkf46.olympia-ddvrju 11.olympia-g3n2tw.olympia-7ashcp 11.olympia-a0qvbg.olympia-5ca74n 11.olympia-v6jy7v.olympia-hast2f 13.olympia-ewp39j.olympia-tlvszg 9.olympia-3aaf1l.olympia-2usw16 9.olympia-xsv2ih.olympia-7ycbbr 8.olympia-6ifqnw.olympia-m5eh3d 5.olympia-onhdoi.olympia-kqqtgp 5.olympia-jq9jyb.olympia-j6xra5 5.olympia-u12nst.olympia-x5zgmg 4.olympia-6ofe94.olympia-7ashcp 1.olympia-2pej59.olympia-vxdcdj 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.olympia-40zytk .olympia-9d7ycv {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.olympia-40zytk .olympia-66ddc6 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.olympia-jyce5v {
  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) {
  .olympia-jyce5v {
    padding: 24px;
  }
}

.olympia-jyce5v .olympia-nw44nq {
  display: flex;
}

@media (min-width: 768px) {
  .olympia-jyce5v .olympia-nw44nq {
    display: none;
  }
}

.olympia-jyce5v .olympia-4rjod4 svg {
  display: none;
}

.olympia-ki2h9n {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.olympia-ki2h9n .olympia-n6vbnk {
  display: none;
}

@media (min-width: 768px) {
  .olympia-ki2h9n .olympia-n6vbnk {
    display: flex;
  }
}

.olympia-a9oy99 {
  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) {
  .olympia-a9oy99 {
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-a9oy99 > * {
  margin: 0 !important;
}

.olympia-a9oy99 img,
.olympia-6jhy0z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-a9oy99 img,
  .olympia-6jhy0z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-c9dstj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-c9dstj {
    width: 32px;
    height: 32px;
  }
}

.olympia-9jqebk {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .olympia-9jqebk {
    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;
  }

  .olympia-9jqebk::-webkit-scrollbar {
    display: none;
  }
}

.olympia-k1ij5k {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .olympia-k1ij5k {
    padding: 7px 15px;
  }
}

.olympia-k1ij5k:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.olympia-nxdldp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .olympia-nxdldp {
    display: flex;
    opacity: 1;
  }
}

.olympia-k1ij5k picture {
  height: 100%;
  display: block;
}

.olympia-k1ij5k img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .olympia-k1ij5k img {
    width: 88px;
    height: 44px;
  }
}

.olympia-k1ij5k p {
  text-align: center;
  width: 100%;
}

.olympia-hfwqe4 {
  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) {
  .olympia-hfwqe4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-hfwqe4 img,
.olympia-f4tvgd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-hfwqe4 img,
  .olympia-f4tvgd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-fr2b16 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-fr2b16 {
    width: 32px;
    height: 32px;
  }
}

.olympia-p6fhvx {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.olympia-6hf5uy {
  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;
}

.olympia-qa21sp {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.olympia-qa21sp.olympia-ppibi9 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.olympia-zoqluh {
  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) {
  .olympia-zoqluh {
    font-size: 20px;
    line-height: 28px;
  }
}

.olympia-qsius5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.olympia-kp6qto {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.olympia-3j83m3 ease;
  opacity: 0;
  color: var(--text-color);
}

.olympia-uaawbl {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.olympia-uaawbl ol,
.olympia-uaawbl ul {
  padding-left: 1.3em;
}

.olympia-qa21sp.olympia-ppibi9 .olympia-kp6qto {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.olympia-qa21sp.olympia-ppibi9 .olympia-qsius5 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.olympia-zjwdbc {
  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) {
  .olympia-zjwdbc {
    padding: 24px;
  }
}

.olympia-zjwdbc .olympia-nw44nq {
  display: flex;
}

@media (min-width: 768px) {
  .olympia-zjwdbc .olympia-nw44nq {
    display: none;
  }
}

.olympia-zjwdbc .olympia-4rjod4 svg {
  display: none;
}

.olympia-kyt53i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.olympia-kyt53i .olympia-n6vbnk {
  display: none;
}

@media (min-width: 768px) {
  .olympia-kyt53i .olympia-n6vbnk {
    display: flex;
  }
}

.olympia-rgbhl5 {
  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) {
  .olympia-rgbhl5 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-rgbhl5 > * {
  margin: 0 !important;
}

.olympia-rgbhl5 img,
.olympia-qslrkk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-rgbhl5 img,
  .olympia-qslrkk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-asmy4c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-asmy4c {
    width: 32px;
    height: 32px;
  }
}

.olympia-181eyw {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .olympia-181eyw {
    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;
  }

  .olympia-181eyw::-webkit-scrollbar {
    display: none;
  }
}

.olympia-hsu3ko {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.olympia-hsu3ko:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.olympia-5ilfcs {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .olympia-5ilfcs {
    display: flex;
    opacity: 1;
  }
}

.olympia-hsu3ko picture {
  width: auto;
  height: 100%;
  display: block;
}

.olympia-hsu3ko picture img {
  display: block;
  width: auto;
  height: 100%;
}

.olympia-86zb25 {
  margin: -24px 0;
}

.olympia-86zb25:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .olympia-86zb25 {
    margin: -16px 0;
  }
}

.olympia-e2o63z {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .olympia-e2o63z {
    flex-direction: row;
  }
}

.olympia-uiq6qv {
  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) {
  .olympia-uiq6qv {
    flex: 1;
  }
}

.olympia-uiq6qv::placeholder {
  color: var(--Text-400);
}

.olympia-wt1dmf {
  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;
}

.olympia-osqog0 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.olympia-osqog0::-webkit-scrollbar {
  display: none;
}

.olympia-hsty5i {
  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;
}

.olympia-hsty5i img,
.olympia-hsty5i svg {
  margin-right: 8px;
}

.olympia-ii73nr {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.olympia-86zb25 + .olympia-fk4a21 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .olympia-86zb25 + .olympia-fk4a21 {
    margin-top: -16px;
  }
}

.olympia-2h63c6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.olympia-2h63c6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.olympia-2h63c6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.olympia-eykrvg {
  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;
}

.olympia-8lp6j3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.olympia-2wbjca {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.olympia-y136wy {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.olympia-29p7x4 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.olympia-eykrvg 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;
}

.olympia-eykrvg 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) {
  .olympia-eykrvg {
    padding: 39px 179px 39px 39px;
  }

  .olympia-8lp6j3 {
    font-size: 40px;
    line-height: 48px;
  }

  .olympia-29p7x4 {
    height: 348px;
  }

  .olympia-eykrvg button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .olympia-eykrvg button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .olympia-eykrvg {
    padding: 63px;
  }
}

.olympia-byehd4 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .olympia-byehd4 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.olympia-ee8wd3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .olympia-ee8wd3 {
    width: auto;
  }
}

.olympia-uwml52 {
  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;
}

.olympia-uwml52::-webkit-scrollbar {
  display: none;
}

.olympia-uwml52 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);
}

.olympia-uwml52 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .olympia-uwml52 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.olympia-byehd4 .olympia-i6gx3r {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.olympia-3j83m3,
    mask-image 0.3s;
}

.olympia-byehd4 .olympia-i6gx3r.olympia-b6yp8h {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.olympia-bhtjpa {
  margin: 40px -16px;
}

.olympia-3b6fd1 + .olympia-2bsueq,
.olympia-3b6fd1 + .olympia-hnkslu {
  margin-top: 24px;
}

.olympia-y3qe5j {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.olympia-y3qe5j picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.olympia-85o7fy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .olympia-85o7fy {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .olympia-85o7fy {
    margin-top: 0;
  }
}

.olympia-z1ezvx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .olympia-z1ezvx {
    font-size: 24px;
    line-height: 32px;
  }
}

.olympia-i6sbrt {
  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) {
  .olympia-i6sbrt {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.olympia-2udd4g {
  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) {
  .olympia-2udd4g {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.olympia-gia18y {
  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) {
  .olympia-gia18y {
    font-size: 20px;
    line-height: 28px;
  }
}

.olympia-wtb322 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .olympia-wtb322 {
    font-size: 32px;
    line-height: 40px;
  }
}

.olympia-vv432f {
  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;
}

.olympia-xkeuy7 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.olympia-xkeuy7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.olympia-fk4a21 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.olympia-yzce7l {
  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) {
  .olympia-yzce7l {
    padding: 15px 48px;
  }
}

main > .olympia-fk4a21 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .olympia-4bt919.olympia-8hsrax > div:nth-child(n+5) {
    display: none;
  }
}

.olympia-23yam5 p a img {
  display: block;
  margin: 0 auto;
}


.olympia-hify0u {
  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 */
.olympia-yjqj6m {
  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;
}

.olympia-yjqj6m label {
  font-size: 14px;
}

.olympia-yjqj6m h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.olympia-yjqj6m input,
.olympia-yjqj6m textarea,
.olympia-yjqj6m 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;
}
.olympia-yjqj6m button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.olympia-htsmmc ease;
}
.olympia-yjqj6m button:hover {
  background-color: var(--button-bg-hover);
}
.olympia-22qljv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.olympia-yr2uud ease-in;
}

.olympia-22qljv 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;
}
.olympia-b9rqgi, .olympia-zxw56t, [class*="review-card"],
thead, thead th, table th, .olympia-du10xy,
.olympia-0x7a1y, [class*="collapsible-header"],
.olympia-qjtt4o, [class*="updated-block"] {
  color: #ece7dc !important;
}
