body{font-family:Inter,sans-serif;scroll-behavior:smooth}.pulse-pin{position:relative;width:12px;height:12px;background-color:#e11d48;border-radius:50%}.pulse-pin:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:#e11d48;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(3);opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-slow-zoom{animation:slowZoom 20s linear infinite alternate}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}iframe{filter:saturate(1.2) contrast(1.1)}
