@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap";:root{--color-primary: #5364E1;--color-error: #B00720;--color-warn: #FF9500;--color-surface: #FFFFFF;--color-surface-alt: #F6F6FA;--color-surface-info: #E3E6FE;--color-on-surface: #333333;--color-text-secondary: #7F7F7F;--color-placeholder: rgba(51, 51, 51, .38);--color-disabled: #FAFAFA;--color-warning-orange: #B54708;--color-warning-orange-strong: #8F3605;--color-outline-gray: rgba(0, 0, 0, .067);--color-info-panel: #E3E6FE;--color-good-panel: #E4F5D6;--color-warn-panel: #FAD99E}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:var(--color-on-surface);background-color:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,.h0{font-size:32px;font-weight:400;line-height:1.2}h1.h0e,h1.emphasis{font-weight:600}h2,.h1{font-size:28px;font-weight:400;line-height:1.2}h2.h1e,h2.emphasis{font-weight:600}h3,.h2{font-size:24px;font-weight:400;line-height:1.2}h3.h2e,h3.emphasis{font-weight:600}h4,.h3{font-size:20px;font-weight:400;line-height:1.2}h4.h3e,h4.emphasis{font-weight:600}h5,.h4{font-size:18px;font-weight:400;line-height:1.2}h5.h4e,h5.emphasis{font-weight:600}.t1{font-size:22px;font-weight:400}.t1e{font-size:22px;font-weight:600}.t2{font-size:18px;font-weight:400}.t2e{font-size:18px;font-weight:600}.r1{font-size:16px;font-weight:400}.r1e{font-size:16px;font-weight:600}.r2{font-size:14px;font-weight:400}.r2e{font-size:14px;font-weight:600}.c1{font-size:12px;font-weight:400}.c1e{font-size:12px;font-weight:600}.text-secondary{color:var(--color-text-secondary)}.text-primary{color:var(--color-primary)}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){h1,.h0{font-size:28px}h2,.h1{font-size:24px}h3,.h2{font-size:20px}.container{padding:0 16px}}@media (max-width: 480px){h1,.h0{font-size:24px}h2,.h1{font-size:20px}body{font-size:14px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}.fade-in-up-delay-1{animation:fadeInUp .6s ease-out .1s forwards;opacity:0}.fade-in-up-delay-2{animation:fadeInUp .6s ease-out .2s forwards;opacity:0}.fade-in-up-delay-3{animation:fadeInUp .6s ease-out .3s forwards;opacity:0}
