.hero{position:relative;width:100%;padding:90px 50px 30px;overflow:visible;text-align:center}.hero__inner{position:relative;z-index:1;margin:1rem auto;display:flex;flex-direction:column;align-items:center}.hero__search-bar-wrapper{width:100%;max-width:803px;margin:0 auto 40px;position:relative;z-index:100;overflow:visible}.hero__search-bar-wrapper>*{overflow:visible!important}.hero__trusted{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--fs-body);color:var(--color-black);margin:0 0 12px}.hero__trusted a{color:var(--color-orange);text-decoration:none}.hero__trusted a:hover{text-decoration:underline}.hero__date{color:var(--color-black);margin:0 0 12px}.hero__date,.hero__project-title{font-family:var(--font-primary);font-weight:var(--fw-bold);font-size:var(--fs-h1)}.hero__project-title{color:var(--color-orange);margin:48px 0 0;letter-spacing:-.5px;position:relative}.hero__heading{font-weight:var(--fw-bold);font-size:var(--fs-h2);margin:0 0 20px;letter-spacing:-.42px}.hero__description,.hero__heading{font-family:var(--font-primary);color:var(--color-black)}.hero__description{font-weight:var(--fw-regular);font-size:var(--fs-body);margin:0;text-align:justify!important}.hero__description a{color:var(--color-black);text-decoration:none}@media (min-width:992px){.hero__trusted{margin-top:-2rem}}@media (max-width:374px){.hero__project-title{font-size:var(--fs-h2-mobile)!important}}@media (min-width:320px) and (max-width:359px){.hero__trusted{font-size:7px;max-width:280px}}@media (min-width:360px) and (max-width:374px){.hero__trusted{font-size:7px;max-width:280px}}@media (min-width:375px) and (max-width:389px){.hero__trusted{font-size:7.3px;max-width:280px}}@media (min-width:390px) and (max-width:400px){.hero__trusted{font-size:8px;max-width:280px}}@media (min-width:401px) and (max-width:499px){.hero__trusted{font-size:8px;max-width:280px}}@media (min-width:500px) and (max-width:575px){.hero__trusted{font-size:11px;max-width:320px}}@media (min-width:576px) and (max-width:991px){.hero__trusted{font-size:13px}}@media (max-width:991px){.hero__trusted{margin-top:-2rem}.hero{padding:120px 20px 0}.hero__search-bar-wrapper{margin-bottom:20px}.hero__date{font-size:var(--fs-h1-mobile);margin-top:2px;margin-bottom:2px}.hero__project-title{font-size:var(--fs-h1-mobile);margin-bottom:0}.hero__heading{font-size:var(--fs-h2-mobile)}.hero__description{text-align:justify}.hero__countdown-date-text,.hero__description{font-size:var(--fs-body-mobile)}}.sound-icon-container{position:absolute;display:inline-flex;align-items:center;right:-60px;top:50%;transform:translateY(-50%);cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;background:rgba(255,84,28,.1);border:2px solid rgba(255,84,28,.3)}.sound-icon-container:hover{background:rgba(255,84,28,.2);border-color:rgba(255,84,28,.6);transform:translateY(-50%) scale(1.1)}.sound-icon-container.playing{background:rgba(255,84,28,.3);border-color:rgba(255,84,28,.8);animation:pulse 2s infinite}.sound-icon-container.muted{background:rgba(255,84,28,.3);border-color:rgba(255,84,28,.6)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,84,28,.7)}70%{box-shadow:0 0 0 10px rgba(255,84,28,0)}to{box-shadow:0 0 0 0 rgba(255,84,28,0)}}.sound-icon{width:24px;height:24px;color:var(--color-orange);transition:color .3s ease;z-index:2}.mute-cross{width:35px;height:35px;color:var(--color-orange);z-index:3}.mute-cross,.sound-waves{top:50%;left:50%;pointer-events:none}.mute-cross,.sound-waves,.wave{position:absolute;transform:translate(-50%,-50%)}.wave{border:1px solid var(--color-orange);border-radius:50%;opacity:0;animation:wave-animation 2s infinite}.wave-1{width:45px;height:45px;animation-delay:0s}.wave-2{width:55px;height:55px;animation-delay:.7s}.wave-3{width:65px;height:65px;animation-delay:1.4s}@keyframes wave-animation{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}50%{opacity:.6}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}@media (max-width:991px){.sound-icon-container{right:-40px;padding:6px}.hero__project-title{margin-left:-32px}.sound-icon{width:20px;height:20px}.mute-cross{width:25px;height:25px}.wave-1{width:32px;height:32px}.wave-2{width:40px;height:40px}.wave-3{width:48px;height:48px}}.hero__countdown{margin:2rem auto;max-width:546px;width:100%;text-align:center}.hero__countdown-heading{font-family:var(--font-primary);font-weight:var(--fw-bold);font-size:25px;line-height:130%;color:var(--color-black);margin:0 0 1.2rem}.hero__countdown-timer{display:flex;justify-content:center;align-items:flex-start;gap:.6rem;margin-bottom:1.2rem}.hero__countdown-group{display:flex;flex-direction:column;align-items:center}.hero__countdown-value{font-weight:var(--fw-bold);font-size:55px;line-height:130%}.hero__countdown-label,.hero__countdown-value{font-family:var(--font-primary);color:var(--color-black)}.hero__countdown-label{font-weight:var(--fw-regular);font-size:13px;margin-top:.15rem}.hero__countdown-colon{font-family:var(--font-primary);font-weight:var(--fw-bold);font-size:55px;line-height:130%;color:var(--color-black)}.hero__countdown-date-time{display:flex;justify-content:center;align-items:center;gap:1.2rem;flex-wrap:wrap}.hero__countdown-date-text{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--fs-body);color:#373737}@media (max-width:767px){.hero__countdown{margin-top:2rem}.hero__countdown-heading{font-size:22px}.hero__countdown-value{font-size:36px}.hero__countdown-colon{font-size:35px}.hero__countdown-label{font-size:12px}.hero__countdown-date-text{font-size:var(--fs-body-mobile)}.hero__countdown-timer{gap:.3rem}}@media (max-width:991px){.hero__inner{margin-top:2.3rem!important}.hero__gradient-blob{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.hero__gradient-blob-1{width:200px;height:200px;background:rgba(255,52,113,.6);top:10%;left:-10%}.hero__gradient-blob-2{width:180px;height:180px;background:rgba(25,119,243,.6);top:50%;left:60%}}.journey{width:100%;padding:20px 40px;border-radius:20px;border:2px solid #fff;background:#fff;-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px)}.journey__row{align-items:center;gap:48px 0}.journey__media-wrap{position:relative;width:100%;max-width:586px;border-radius:25px;overflow:hidden;display:block}.journey__image{width:100%;height:auto;display:block;object-fit:cover}.journey__poster{position:relative;z-index:1;opacity:1;transition:opacity .6s ease}.journey__poster--hidden{opacity:0;pointer-events:none}.journey__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;transition:opacity .6s ease}.journey__video--visible{opacity:1;z-index:2}.journey__eyebrow{font-family:var(--font-primary);font-weight:var(--fw-bold);font-size:var(--fs-h2);color:var(--color-orange);margin:0 0 24px;text-align:center}.journey__tags-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 0 28px;border-radius:10px;border:1px solid #ffdcd0;overflow:hidden}.journey__tag{display:flex;align-items:center;gap:8px;border:.5px solid #ffdcd0;background:linear-gradient(270deg,#FFE8E1,#FFF);padding:10px 14px;font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--fs-body);color:var(--color-black)}.journey__tag-icon{font-size:var(--fs-body);flex-shrink:0}.journey__cta-wrap{display:flex;flex-direction:column;align-items:center;margin:0 0 36px;gap:10px}.journey__cta{display:inline-block;background:var(--color-orange);color:var(--color-white);font-family:var(--font-primary);font-weight:var(--fw-bold);font-size:var(--fs-button);padding:12px 24px;width:max-content;border-radius:var(--radius-sm);text-decoration:none;transition:background var(--transition)}.journey__cta:hover{background:#e84a18;color:var(--color-white)}.journey__cta-note{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--fs-body);color:var(--color-black);text-align:center;margin:0;line-height:1.6}.journey__cta-note a{color:inherit;font-weight:var(--fw-regular);text-decoration:none}.journey__cta-note a:hover{text-decoration:underline}.journey__paragraph{font-family:var(--font-primary);font-weight:var(--fw-regular);font-size:var(--fs-body);color:var(--color-black);margin:0 0 20px;line-height:1.5;text-align:justify}.journey__paragraph a{color:var(--color-black);text-decoration:none}@media (min-width:992px){.journey{margin-top:20px}}@media (max-width:1199px){.journey__tags-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.journey__cta-note{font-size:var(--fs-body-mobile)}.journey__eyebrow{text-align:center;font-size:var(--fs-h2-mobile)}.journey__row{flex-direction:column-reverse}.journey__media-wrap{width:94%;margin:0 auto}.journey{padding:0 10px;border-radius:0!important}.journey__tags-grid{grid-template-columns:repeat(1,1fr)}.journey__tag{font-size:var(--fs-body-mobile);padding:8px 10px}.journey__cta{font-size:var(--fs-button-mobile);padding:12px 24px;width:100%;text-align:center}.journey__paragraph{font-size:var(--fs-body-mobile)}}