@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap);body{font-family:'Inter',sans-serif}.nav-link{transition:all 0.3s ease}.nav-link:hover svg{transform:scale(1.1)}.nav-link svg{transition:transform 0.3s ease}.faq-content{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1)}.faq-content.open{max-height:500px}.carousel-container{scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;flex-shrink:0}@property --border-angle{syntax:'<angle>';inherits:false;initial-value:120deg}@theme{--animate-rotate-border:border-rotate 3s linear infinite;@keyframes border-rotate{to{--border-angle:360deg}}}