@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Yellowtail&display=swap");*{box-sizing:border-box;padding:0;margin:0}:root{--primary-blue:#2EA3F2;--dark-text:#333;--body-text:#666;--light-gray:#e2e2e2;--white:#fff}body,html{max-width:100vw;overflow-x:hidden;font-family:Open Sans,Arial,sans-serif;color:var(--body-text);font-size:16px;line-height:1.7}h1,h2,h3,h4,h5,h6{color:var(--dark-text);font-weight:700;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:var(--primary-blue);text-decoration:none;transition:all .3s ease}a:hover{opacity:.8}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.btn{display:inline-block;padding:1rem 2rem;background:var(--primary-blue);color:var(--white);border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.btn:hover{opacity:.9;transform:translateY(-2px)}.yellowtail{font-family:Yellowtail,cursive;font-weight:400;font-size:1.8rem;color:var(--primary-blue)}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:0 1rem}.section{padding:2rem 0}}.Footer_footer__UaG1g{background:var(--dark-text);color:var(--white);padding:3rem 0 1rem;margin-top:4rem}.Footer_container__Z8cUU{max-width:1200px;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.Footer_section__ZxoH7 h3{color:var(--primary-blue);margin-bottom:1rem;font-size:1.2rem}.Footer_section__ZxoH7 p{margin-bottom:.5rem;color:#ccc}.Footer_closed__louCZ{color:var(--primary-blue);font-weight:600}.Footer_contact__Qek_T{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.Footer_contact__Qek_T a{color:var(--white);font-size:1.1rem}.Footer_contact__Qek_T a:hover{color:var(--primary-blue)}.Footer_bottom__O5rKs{text-align:center;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);margin:0 2rem}.Footer_bottom__O5rKs p{color:#999;font-size:.9rem}@media (max-width:768px){.Footer_container__Z8cUU{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.Footer_bottom__O5rKs{margin:0 1rem}}.Header_header__MvnS2{background:var(--white);box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Header_container__L4JQR{max-width:1200px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.Header_container__L4JQR,.Header_logo__j7oID,.Header_nav__EE71E{display:flex;align-items:center}.Header_nav__EE71E{gap:2rem}.Header_nav__EE71E a{color:var(--dark-text);font-weight:500;font-size:1rem;transition:color .3s ease}.Header_nav__EE71E a:hover{color:var(--primary-blue)}.Header_menuToggle__omEt5{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.Header_menuToggle__omEt5 span{width:25px;height:3px;background:var(--dark-text);margin:3px 0;transition:.3s;border-radius:3px}@media (max-width:768px){.Header_container__L4JQR{padding:1rem}.Header_menuToggle__omEt5{display:flex}.Header_nav__EE71E{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:var(--white);flex-direction:column;padding:5rem 2rem 2rem;box-shadow:-2px 0 10px rgba(0,0,0,.1);transition:right .3s ease;align-items:flex-start}.Header_navOpen__uAq5h{right:0}.Header_nav__EE71E a{font-size:1.2rem;padding:.5rem 0}}