@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Nunito,system-ui,sans-serif;color:rgba(0,0,0,1);background-color:#fff;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-root{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto;width:100%}footer{flex-shrink:0}footer,header{width:100%;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:Quicksand,sans-serif;font-weight:700;color:rgba(40,46,116,1)}h1{font-size:2.5rem;line-height:1.15}h1,h2{font-weight:700}h2{font-size:2rem;line-height:1.2}h3{font-size:1.5rem;font-weight:700;line-height:1.25}h4{font-size:1.25rem}h4,h5{font-weight:700;line-height:1.3}h5{font-size:1.1rem}h6{font-weight:700;line-height:1.35}h6,p{font-size:1rem}p{margin-bottom:1rem;color:rgba(0,0,0,1);font-family:Nunito,sans-serif}a{text-decoration:none;color:rgba(255,112,17,1)}a,button{cursor:pointer}button{font-family:Quicksand,sans-serif;font-weight:700;font-size:1rem;border:none}.text-center{text-align:center}.text-white{color:#fff}.bg-orange{background-color:rgba(255,112,17,1)}