.bulletText{position:relative;margin-left:2rem}.bulletItem{opacity:1}.bulletSpan{content:"";position:absolute;top:50%;left:0;width:1em;height:1em;border-radius:100%;background-color:var(--color-darkGray);transform:translateY(-50%)}.faq{max-width:600px;margin:2rem auto;font-family:sans-serif}.faq-question{background:none;border:none;width:100%;text-align:left;font-weight:700;cursor:pointer}.faq-answer{overflow:hidden;max-height:0;transition:max-height .4s ease,padding .4s ease;padding:0 1rem}.faq-answer p{margin:1rem 0}.arrow{transition:transform .4s ease;transform:rotate(-180deg)}.rotate-arrow{transform:rotate(0)}.impact-block{line-height:150%}.fill-text,.word{display:inline-block;background:linear-gradient(90deg,white 100%,grey 0);background-clip:text;-webkit-background-clip:text;color:transparent;background-size:0 100%;background-repeat:no-repeat;background-color:var(--color-neutralGrey)}.impact-parent{display:inline-block;overflow:hidden;vertical-align:bottom;position:relative;left:4px}.slash-parent{position:relative;left:1%}.impact-slash{content:"";position:absolute;bottom:0;left:0;width:2px;height:100%;border-radius:0;background-color:var(--color-brand-yellow);transform:rotate(25deg)}.blurry-gradient{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 20% 50%,#a450e874,transparent 40%);filter:blur(60px);animation:moveGradient 20s ease-in-out infinite alternate;background-blend-mode:screen;pointer-events:none}@keyframes moveGradient{0%{background-position:30% 30%,70% 70%,50% 50%}to{background-position:40% 60%,60% 40%,50% 60%}}.impact-word{background:none!important;position:relative;z-index:2;color:var(--color-brand-yellow)}.trustedBy{display:flex;flex-direction:row;animation:scroll 20s linear infinite;width:max-content}.trustedBy li{margin-right:2rem}.videosWallWrapper{overflow:hidden}.videoContainer{display:inline-block;position:relative}.videoContainer video{display:block;width:100%;height:auto;border-radius:1rem;cursor:pointer;object-fit:cover}.sound-btn{position:absolute;pointer-events:none;background:rgba(0,0,0,.7);color:white;padding:6px 12px;border-radius:8px;font-size:14px;font-family:sans-serif;display:flex;align-items:center;gap:8px;transition:opacity .2s;opacity:0}.btnSound{transition:transform .3s cubic-bezier(.33,1,.68,1)}.video-container:hover .sound-btn{opacity:1}.sound-bars{display:flex;gap:2px}.sound-bars span{width:2px;height:10px;background:white;display:block;animation:pulse 1s ease-in-out infinite}.sound-bars span:nth-child(2){animation-delay:.2s}.sound-bars span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{height:6px}50%{height:14px}}@keyframes barPulseCenter{0%,to{transform:scaleY(1)}50%{transform:scaleY(2)}}.bar-on{animation:barPulseCenter 1s ease-in-out infinite}.bar-off,.bar-on{height:8px;transform-origin:center}.bar-off{transform:scaleY(1)}.videoLine{display:flex;flex-direction:row;width:max-content;flex:1;position:relative;max-height:calc(33% - 1rem - 6.66%)}.videoLine li{margin-right:1rem;height:100%;display:flex;align-items:center}.videoBlurAnim{animation:scroll .2s ease-out 5,blurry 1s ease-out}.videoInfiniteAnim{animation:scroll 20s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes blurry{0%{filter:contrast(200%) blur(5px)}50%{filter:contrast(200%) blur(5px)}to{filter:contrast(100%) blur(0)}}