@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#4169e6;--primary-light:#a8b9f5;--primary-dark:#1e3cb3;--white:#fefefe;--black:#000;--text-color:#565656;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-800:#424242;--gray-900:#212121;--font-family-base:"Inter",sans-serif;--font-size-base:16px;--line-height-base:1.5;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-8:32px;--spacing-10:40px;--spacing-12:48px;--spacing-16:64px}.inter{font-family:Inter,sans-serif}.text-primary{color:#4169e6}.bg-primary{background-color:#4169e6}.border-primary{border-color:#4169e6}.btn{align-items:center;border-radius:8px;display:inline-flex;font-weight:500;gap:4px;justify-content:center;padding:12px 16px;transition:all .2s ease-in-out}.btn-primary{background-color:#4169e6;border:1px solid #4169e6;color:#fefefe}.btn-primary:hover{background-color:#1942c1;border-color:#1942c1}.btn-outline{background-color:transparent;border:1px solid #4169e6;color:#4169e6}.btn-outline:hover{background-color:#4169e61a}.bodyContainer{margin-left:auto;margin-right:auto;max-width:1500px!important}.card{border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.section{padding:64px 0}.section-title{font-size:32px;margin-bottom:16px}.section-title-center{text-align:center}.section-subtitle{color:#757575;font-size:18px;margin-bottom:32px}.section-subtitle-center{text-align:center}body{color:#232323;font-size:16px;line-height:1.5}body,h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{line-height:1.2}p{font-family:Inter,sans-serif;font-weight:400}a{color:#4169e6;text-decoration:none}a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}.fade-in-up{opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform 1s ease}.fade-in-up.show{opacity:1;transform:translateY(0)}
