@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&display=swap";.header[data-astro-cid-3ef6ksr2]{width:100%;background-color:#e7704c;color:#fff;padding:1rem 2rem;box-sizing:border-box}.top-banner[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{max-height:45px;width:auto}.main-nav[data-astro-cid-3ef6ksr2]{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;font-family:Barlow Condensed,sans-serif;font-weight:700}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:#fff;text-decoration:none;font-size:.95rem;text-transform:uppercase}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{text-decoration:underline}.divider[data-astro-cid-3ef6ksr2]{color:#f2ff3a;font-weight:700;font-size:1.1rem}.social-icons[data-astro-cid-3ef6ksr2]{display:flex;gap:1rem}.social-icons[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:#fff;font-size:1.2rem}@media (max-width: 768px){.top-banner[data-astro-cid-3ef6ksr2]{flex-direction:column;align-items:center}.main-nav[data-astro-cid-3ef6ksr2]{justify-content:center}.social-icons[data-astro-cid-3ef6ksr2]{justify-content:center;margin-top:.5rem}}.footer[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:2rem;background-color:#02525b;color:#fff;margin-top:auto}.footer-left[data-astro-cid-sz7xmlte],.footer-right[data-astro-cid-sz7xmlte]{flex:1 1 100%;margin-bottom:1.5rem}.footer-left[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem}.footer-text[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-family:Barlow Condensed,sans-serif;font-size:1.5rem;color:#f2ff3a;margin:0}.footer-text[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:.9rem;margin:.3rem 0}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#d82f5a;text-decoration:none;margin-right:.5rem}.footer-logo[data-astro-cid-sz7xmlte]{max-width:120px;height:auto}.footer-right[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:2rem}.footer-section[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-family:Barlow Condensed,sans-serif;font-size:1rem;margin-bottom:.5rem}.footer-section[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:block;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:.9rem;margin-bottom:.3rem;color:#fff;text-decoration:none}.footer-section[data-astro-cid-sz7xmlte] i[data-astro-cid-sz7xmlte]{margin-right:.5rem;width:16px}@media (min-width: 768px){.footer-left[data-astro-cid-sz7xmlte]{flex:1.5;flex-direction:row}.footer-right[data-astro-cid-sz7xmlte]{flex:1;justify-content:flex-end}}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;width:100%;height:100%;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;background-color:#b1e1e8;color:#000}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-family:Barlow Condensed,sans-serif}p{margin:0}a{color:inherit;text-decoration:none}.cta-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:700;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.cta-btn:hover{transform:translateY(-2px)}.cta-btn.primary{background-color:#e7704c;color:#fff}.cta-btn.primary:hover{background-color:#7a25a2}.cta-btn.secondary{background-color:#d82f5a;color:#fff}.cta-btn.secondary:hover{background-color:#d72d62}.learn-more-btn{background-color:#e7704c;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-weight:500;transition:all .3s ease}.learn-more-btn:hover{background-color:#7a25a2;transform:translateY(-2px)}:root{--bg-primary: #b1e1e8;--bg-secondary: #e7704c;--bg-tertiary: #02525b;--text-primary: #e2ffe1;--text-secondary: #fff;--accent-pink: #d82f5a;--accent-purple: #e7704c;--accent-yellow: #f2ff3a;--accent-bright-yellow: #f2ff3a;--accent-light-pink: #ff2f76}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-between{justify-content:space-between}.gap-1{gap:1rem}.gap-2{gap:2rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.font-marker{font-family:Barlow Condensed,sans-serif}.font-rubik{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.font-montserrat{font-family:Barlow Condensed,sans-serif}@media (max-width: 768px){.hide-mobile{display:none!important}}@media (min-width: 769px){.hide-desktop{display:none!important}}html,body{margin:0;width:100%;height:100%}
