:root{--p-canvas: #fefcf8;--p-surface: #ffffff;--p-deep-purple: #1e1233;--p-deep-purple-light: #2d1f3d;--p-accent: #e61984;--p-accent-dark: #c41470;--p-lime: #84cc16;--p-indigo: #6366f1;--p-text: #1a1a1a;--p-text-secondary: #4a4a4a;--p-border: rgba(0, 0, 0, .06);--p-border-light: rgba(0, 0, 0, .04);--p-font-display: "Inter", sans-serif;--p-font-serif: "Playfair Display", Georgia, serif;--p-font-body: "Inter", sans-serif;--p-max-width: 1120px;--p-radius: 16px;--p-radius-sm: 10px;--p-radius-pill: 999px}body.p-body{margin:0;padding:0;background:var(--p-canvas);color:var(--p-text);font-family:var(--p-font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media(min-width:768px){body.p-body{font-size:18px}}.p-h1{font-family:var(--p-font-display);font-weight:900;font-size:clamp(2.5rem,7vw,3.75rem);letter-spacing:-.04em;line-height:1.08;color:var(--p-text)}.p-h2{font-family:var(--p-font-display);font-weight:900;font-size:clamp(2rem,5vw,2.75rem);letter-spacing:-.03em;line-height:1.15;color:var(--p-text)}.p-h3{font-family:var(--p-font-display);font-weight:700;font-size:clamp(1.25rem,3vw,1.75rem);letter-spacing:-.02em;line-height:1.4;color:var(--p-text)}.p-h4{font-family:var(--p-font-display);font-weight:800;font-size:1.125rem;letter-spacing:-.01em;line-height:1.3;color:var(--p-text)}@media(min-width:768px){.p-h4{font-size:1.25rem}}.p-h5{font-family:var(--p-font-display);font-weight:700;font-size:.875rem;letter-spacing:.01em;line-height:1.4;color:var(--p-text)}@media(min-width:768px){.p-h5{font-size:.9375rem}}.p-display{font-family:var(--p-font-display);font-weight:900;letter-spacing:-.04em;line-height:1.08;color:var(--p-text)}.p-serif{font-family:var(--p-font-serif);font-style:italic;font-weight:400}.p-body-lg{font-size:1.05rem;line-height:1.7;color:var(--p-text-secondary)}@media(min-width:768px){.p-body-lg{font-size:1.15rem}}.p-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:var(--p-radius-pill);background:var(--p-surface);border:1px solid var(--p-border);font-size:.8125rem;font-weight:600;color:var(--p-text-secondary);letter-spacing:.01em}.p-pill-dot{width:8px;height:8px;border-radius:50%;background:var(--p-accent);animation:p-pulse 2s ease-in-out infinite}@keyframes p-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.p-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:12px;font-family:var(--p-font-body);font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .2s ease}.p-btn-lg{padding:12px 28px;font-size:1rem}.p-btn-sm{padding:8px 18px;font-size:.875rem;border-radius:10px}.p-btn-dark{background:var(--p-deep-purple);color:#fff}.p-btn-dark:hover{background:#2a1f4e;transform:translateY(-1px)}.p-btn-accent{background:var(--p-accent);color:#fff}.p-btn-accent:hover{background:var(--p-accent-dark);transform:translateY(-1px)}.p-btn-outline{background:transparent;color:var(--p-text);border:1px solid var(--p-border)}.p-btn-outline:hover{border-color:var(--p-text)}.p-section{padding:3rem 1.25rem;max-width:var(--p-max-width);margin:0 auto}@media(min-width:768px){.p-section{padding:4.5rem 2rem}}.p-section-header{text-align:center;margin-bottom:2rem}@media(min-width:768px){.p-section-header{margin-bottom:3.5rem}}.p-section-header h2{margin:.75rem 0}.p-section-header h3{margin:.5rem 0}.p-section-header p{font-size:1.05rem;color:var(--p-text-secondary);max-width:540px;margin:.75rem auto 0;line-height:1.65}@media(min-width:768px){.p-section-header p{font-size:1.1rem}}.p-card{background:var(--p-surface);border:1px solid var(--p-border);border-radius:var(--p-radius);padding:1.5rem;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}@media(min-width:768px){.p-card{padding:2rem}}.p-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.p-torn{display:block;width:100%;height:36px;position:relative;z-index:2;margin-top:-1px;margin-bottom:-1px}.p-torn svg{display:block;width:100%;height:100%}.p-squiggly{position:relative;display:inline-block}.p-squiggly:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 8'%3E%3Cpath d='M0 5 Q 12.5 0, 25 5 T 50 5 T 75 5 T 100 5' fill='none' stroke='%23e61984' stroke-width='2.5'/%3E%3C/svg%3E") repeat-x;background-size:50px 8px}@keyframes p-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes p-draw{to{stroke-dashoffset:0}}@keyframes p-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.p-float{animation:p-float 3s ease-in-out infinite}.p-fade-up{opacity:0;animation:p-fade-up .6s ease forwards}.p-stagger>*{opacity:0;animation:p-fade-up .5s ease forwards}.p-stagger>*:nth-child(1){animation-delay:.1s}.p-stagger>*:nth-child(2){animation-delay:.2s}.p-stagger>*:nth-child(3){animation-delay:.3s}.p-stagger>*:nth-child(4){animation-delay:.4s}@media(prefers-reduced-motion:reduce){.p-float,.p-fade-up,.p-stagger>*{animation:none!important;opacity:1!important;transform:none!important}}.p-swipe{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:1rem}.p-swipe::-webkit-scrollbar{display:none}.p-swipe>*{flex:0 0 82%;scroll-snap-align:start}@media(min-width:768px){.p-swipe{display:grid;overflow:visible;scroll-snap-type:none;padding-bottom:0}.p-swipe>*{flex:none}.p-swipe.p-cols-2{grid-template-columns:repeat(2,1fr)}.p-swipe.p-cols-3{grid-template-columns:repeat(3,1fr)}.p-swipe.p-cols-4{grid-template-columns:repeat(2,1fr)}}.p-annotation{font-family:var(--p-font-serif);font-style:italic;font-size:.8125rem;color:var(--p-text-secondary)}.p-link-wavy{color:var(--p-text);text-decoration:none;font-weight:600;position:relative;display:inline-block}.p-link-wavy:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:6px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 6'%3E%3Cpath d='M0 3 Q 12.5 0, 25 3 T 50 3 T 75 3 T 100 3' fill='none' stroke='%23e61984' stroke-width='1.5'/%3E%3C/svg%3E") repeat-x;background-size:40px 6px;transition:opacity .2s ease;opacity:.6}.p-link-wavy:hover:after{opacity:1}.p-dark-section{background:var(--p-deep-purple);color:#fff}.p-dark-section .p-section-header h2,.p-dark-section .p-section-header h3{color:#fff}.p-dark-section .p-section-header p{color:#ffffffb3}.p-nav[data-astro-cid-ug5eb3am]{position:fixed;top:0;left:0;right:0;z-index:50;padding:12px 1rem}@media(min-width:768px){.p-nav[data-astro-cid-ug5eb3am]{padding:16px 2rem}}.p-nav-container[data-astro-cid-ug5eb3am]{max-width:1080px;margin:0 auto;border-radius:12px;transition:all .25s ease;background:transparent;border:1px solid transparent;position:relative;padding:10px 16px}@media(min-width:768px){.p-nav-container[data-astro-cid-ug5eb3am]{padding:10px 20px}}.p-nav-container[data-astro-cid-ug5eb3am].p-nav-scrolled{background:#fefcf8eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:var(--p-border);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.p-nav-container[data-astro-cid-ug5eb3am]:has(.p-mega-open){background:#fefcf8fa;border-color:var(--p-border);box-shadow:0 4px 24px #0000001a}.p-nav-bar[data-astro-cid-ug5eb3am]{display:flex;align-items:center;position:relative;z-index:2}.p-nav-logo[data-astro-cid-ug5eb3am]{text-decoration:none}.p-logo-img[data-astro-cid-ug5eb3am]{height:36px;width:auto;display:block}@media(min-width:768px){.p-logo-img[data-astro-cid-ug5eb3am]{height:44px}}.p-nav-desktop-right[data-astro-cid-ug5eb3am]{display:none;align-items:center;gap:8px;margin-left:auto}@media(min-width:768px){.p-nav-desktop-right[data-astro-cid-ug5eb3am]{display:flex}}.p-nav-links[data-astro-cid-ug5eb3am]{display:flex;align-items:center;gap:2px}.p-nav-link[data-astro-cid-ug5eb3am]{font-size:15px;font-weight:600;color:var(--p-text);padding:8px 14px;border-radius:8px;transition:all .15s ease;text-decoration:none;background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-family:var(--p-font-body)}.p-nav-link[data-astro-cid-ug5eb3am]:hover{background:#0000000a}.p-dropdown-trigger[data-astro-cid-ug5eb3am][aria-expanded=true]{background:var(--p-deep-purple);color:#fff!important}.p-dropdown-chevron[data-astro-cid-ug5eb3am]{transition:transform .2s ease}.p-dropdown-trigger[data-astro-cid-ug5eb3am][aria-expanded=true] .p-dropdown-chevron[data-astro-cid-ug5eb3am]{transform:rotate(180deg)}.p-nav-cta[data-astro-cid-ug5eb3am]{white-space:nowrap}.p-mobile-btn[data-astro-cid-ug5eb3am]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;color:var(--p-text);margin-left:auto}@media(min-width:768px){.p-mobile-btn[data-astro-cid-ug5eb3am]{display:none}}.p-nav-dark[data-astro-cid-ug5eb3am]:not(:has(.p-nav-scrolled)) .p-logo-img[data-astro-cid-ug5eb3am]{filter:brightness(0) invert(1)}.p-nav-dark[data-astro-cid-ug5eb3am]:not(:has(.p-nav-scrolled)) .p-nav-link[data-astro-cid-ug5eb3am]{color:#ffffffe6}.p-nav-dark[data-astro-cid-ug5eb3am]:not(:has(.p-nav-scrolled)) .p-nav-link[data-astro-cid-ug5eb3am]:hover{background:#ffffff1a}.p-nav-dark[data-astro-cid-ug5eb3am]:not(:has(.p-nav-scrolled)) .p-mobile-btn[data-astro-cid-ug5eb3am]{color:#ffffffe6}.p-mega-panel[data-astro-cid-ug5eb3am]{position:absolute;top:100%;left:0;right:0;background:var(--p-deep-purple);border-radius:0 0 12px 12px;padding:0 20px;max-height:0;overflow:hidden;opacity:0;z-index:10;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,padding .35s cubic-bezier(.4,0,.2,1)}.p-mega-panel[data-astro-cid-ug5eb3am].p-mega-open{max-height:300px;opacity:1;padding:24px 20px}.p-mega-grid[data-astro-cid-ug5eb3am]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.p-mega-card[data-astro-cid-ug5eb3am]{position:relative;display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:10px;text-decoration:none;overflow:hidden;transition:background .2s ease;border:1px solid rgba(255,255,255,.1)}.p-mega-card[data-astro-cid-ug5eb3am]:hover{background:#ffffff14}.p-mega-accent[data-astro-cid-ug5eb3am]{position:absolute;top:0;left:16px;right:16px;height:3px;border-radius:0 0 3px 3px;opacity:0;transform:scaleX(.3);transition:opacity .2s ease,transform .2s ease}.p-mega-card[data-astro-cid-ug5eb3am]:hover .p-mega-accent[data-astro-cid-ug5eb3am]{opacity:1;transform:scaleX(1)}.p-mega-title[data-astro-cid-ug5eb3am]{font-weight:700;font-size:15px;color:#fff}.p-mega-desc[data-astro-cid-ug5eb3am]{font-size:13px;color:#ffffff8c;line-height:1.5;margin:0}.p-mega-card[data-astro-cid-ug5eb3am]:hover .p-mega-desc[data-astro-cid-ug5eb3am]{color:#ffffffbf}.p-mobile-menu[data-astro-cid-ug5eb3am]{position:fixed;inset:0;z-index:55}.p-mobile-menu[data-astro-cid-ug5eb3am].hidden{display:none}.p-mobile-overlay[data-astro-cid-ug5eb3am]{position:absolute;inset:0;background:#0000;transition:background .3s ease}.p-mobile-open[data-astro-cid-ug5eb3am] .p-mobile-overlay[data-astro-cid-ug5eb3am]{background:#00000080}.p-mobile-panel[data-astro-cid-ug5eb3am]{position:absolute;inset:0;background:var(--p-deep-purple);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.p-mobile-open[data-astro-cid-ug5eb3am] .p-mobile-panel[data-astro-cid-ug5eb3am]{transform:translate(0)}.p-mobile-header[data-astro-cid-ug5eb3am]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0}.p-mobile-logo[data-astro-cid-ug5eb3am]{height:32px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.9}.p-mobile-close[data-astro-cid-ug5eb3am]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff14;border:none;border-radius:10px;cursor:pointer;color:#ffffffb3;transition:all .15s ease}.p-mobile-close[data-astro-cid-ug5eb3am]:hover{background:#ffffff1f;color:#fff}.p-mobile-body[data-astro-cid-ug5eb3am]{flex:1;overflow-y:auto;padding:8px 20px 20px}.p-mobile-label[data-astro-cid-ug5eb3am]{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin-bottom:12px;padding-left:4px}.p-mobile-services[data-astro-cid-ug5eb3am]{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}.p-mobile-service-card[data-astro-cid-ug5eb3am]{position:relative;display:flex;flex-direction:column;gap:4px;padding:16px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;text-decoration:none;overflow:hidden;transition:all .15s ease}.p-mobile-service-card[data-astro-cid-ug5eb3am]:active{background:#ffffff1a;transform:scale(.98)}.p-mobile-card-accent[data-astro-cid-ug5eb3am]{position:absolute;top:0;left:14px;right:14px;height:2.5px;border-radius:0 0 2px 2px}.p-mobile-card-title[data-astro-cid-ug5eb3am]{font-size:.9375rem;font-weight:700;color:#fff}.p-mobile-card-desc[data-astro-cid-ug5eb3am]{font-size:.75rem;color:#ffffff73;line-height:1.4}.p-mobile-nav-link[data-astro-cid-ug5eb3am]{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;font-size:1rem;font-weight:600;color:#ffffffb3;text-decoration:none;border-top:1px solid rgba(255,255,255,.08);transition:color .15s ease}.p-mobile-nav-link[data-astro-cid-ug5eb3am]:active{color:#fff}.p-mobile-nav-link[data-astro-cid-ug5eb3am] svg[data-astro-cid-ug5eb3am]{opacity:.4}.p-mobile-footer[data-astro-cid-ug5eb3am]{flex-shrink:0;padding:16px 20px 28px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:12px;align-items:center}.p-mobile-cta[data-astro-cid-ug5eb3am]{width:100%;justify-content:center}.p-mobile-question-btn[data-astro-cid-ug5eb3am]{background:none;border:none;font-family:var(--p-font-body);font-size:.8125rem;font-weight:500;color:#fff6;cursor:pointer;padding:8px;transition:color .15s ease}.p-mobile-question-btn[data-astro-cid-ug5eb3am]:active{color:#ffffffb3}.p-mobile-cta-bar[data-astro-cid-ug5eb3am]{position:fixed;bottom:0;left:0;right:0;z-index:45;display:flex;align-items:center;gap:0;background:var(--p-surface);border-top:1px solid var(--p-border);box-shadow:0 -2px 12px #0000000f;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));transition:transform .3s ease}.p-mobile-cta-bar[data-astro-cid-ug5eb3am].p-cta-bar-hidden{transform:translateY(100%)}@media(min-width:768px){.p-mobile-cta-bar[data-astro-cid-ug5eb3am]{display:none}}.p-cta-bar-primary[data-astro-cid-ug5eb3am]{flex:1;justify-content:center}.p-cta-bar-secondary[data-astro-cid-ug5eb3am]{flex-shrink:0;background:none;border:none;font-family:var(--p-font-body);font-size:.8125rem;font-weight:600;color:var(--p-text-secondary);cursor:pointer;padding:12px 16px;transition:color .15s ease;white-space:nowrap}.p-cta-bar-secondary[data-astro-cid-ug5eb3am]:active{color:var(--p-text)}.p-modal-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0000;backdrop-filter:blur(0px);visibility:hidden;transition:all .25s ease;padding:1rem}.p-modal-overlay.p-modal-open{visibility:visible;background:#00000080;backdrop-filter:blur(4px)}.p-modal-panel{background:var(--p-surface);border-radius:var(--p-radius);max-width:480px;width:100%;padding:1.25rem;transform:translateY(20px) scale(.97);opacity:0;transition:all .25s ease;max-height:90vh;overflow-y:auto}@media(min-width:768px){.p-modal-panel{padding:2rem}}.p-modal-open .p-modal-panel{transform:translateY(0) scale(1);opacity:1}.p-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.p-modal-title{margin:0}.p-modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--p-border);background:none;cursor:pointer;color:var(--p-text-secondary);transition:all .15s ease}.p-modal-close:hover{border-color:var(--p-text);color:var(--p-text)}.p-modal-form{display:flex;flex-direction:column;gap:.625rem}.p-modal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.p-modal-input{width:100%;padding:10px 12px;border:1px solid var(--p-border);border-radius:var(--p-radius-sm);font-family:var(--p-font-body);font-size:.875rem;color:var(--p-text);background:var(--p-canvas);transition:border-color .15s ease;box-sizing:border-box;min-height:44px}.p-modal-input:focus{outline:none;border-color:var(--p-accent)}.p-modal-input::placeholder{color:#0000004d}textarea.p-modal-input{resize:vertical;min-height:70px}.p-modal-submit{width:100%;justify-content:center;margin-top:.125rem}.p-modal-note{text-align:center;font-size:.6875rem;color:var(--p-text-secondary);margin-top:.5rem;margin-bottom:0;opacity:.7}.p-footer[data-astro-cid-mh6itkc3]{position:relative;background:var(--p-deep-purple);overflow:hidden}.p-angel-backdrop[data-astro-cid-mh6itkc3]{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;width:auto;opacity:.06;color:#fff;pointer-events:none;user-select:none}.p-angel-backdrop[data-astro-cid-mh6itkc3] svg[data-astro-cid-mh6itkc3]{height:100%;width:auto}@media(max-width:767px){.p-angel-backdrop[data-astro-cid-mh6itkc3]{opacity:.04}}.p-footer-inner[data-astro-cid-mh6itkc3]{position:relative;z-index:1;max-width:var(--p-max-width);margin:0 auto;padding:3.5rem 1.25rem 1.5rem}@media(min-width:768px){.p-footer-inner[data-astro-cid-mh6itkc3]{padding:5rem 2rem 2rem}}.p-footer-main[data-astro-cid-mh6itkc3]{padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}@media(min-width:768px){.p-footer-main[data-astro-cid-mh6itkc3]{padding-bottom:3rem;margin-bottom:2rem}}.p-footer-cta[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:1rem;position:relative}@media(min-width:768px){.p-footer-cta[data-astro-cid-mh6itkc3]{flex:1;max-width:480px}}.p-footer-star[data-astro-cid-mh6itkc3]{opacity:.4;margin-bottom:.25rem}.p-footer-headline[data-astro-cid-mh6itkc3]{color:#fff}.p-footer-sub[data-astro-cid-mh6itkc3]{font-size:.9375rem;color:#fff9;line-height:1.7;max-width:400px}@media(min-width:768px){.p-footer-sub[data-astro-cid-mh6itkc3]{font-size:1rem}}.p-footer-reassurance[data-astro-cid-mh6itkc3]{font-size:.8125rem;color:#ffffff59}.p-footer-cta-btn[data-astro-cid-mh6itkc3]{cursor:pointer}.p-footer-accent[data-astro-cid-mh6itkc3]{color:var(--p-accent)}.p-footer-cta[data-astro-cid-mh6itkc3] .p-btn[data-astro-cid-mh6itkc3]{width:fit-content}.p-footer-info[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;text-align:right}.p-footer-links[data-astro-cid-mh6itkc3]{display:flex;flex-wrap:wrap;gap:1rem 1.75rem}.p-footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{font-size:.875rem;font-weight:500;color:#ffffff80;text-decoration:none;transition:color .2s ease}.p-footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:#fff}.p-footer-contact[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:4px}.p-footer-email[data-astro-cid-mh6itkc3]{font-size:.8125rem;color:#fff6;text-decoration:none;transition:color .2s ease;word-break:break-all}.p-footer-email[data-astro-cid-mh6itkc3]:hover{color:var(--p-accent)}.p-footer-phone[data-astro-cid-mh6itkc3]{font-size:.8125rem;color:#fff6;text-decoration:none;transition:color .2s ease}.p-footer-phone[data-astro-cid-mh6itkc3]:hover{color:var(--p-accent)}.p-footer-location[data-astro-cid-mh6itkc3]{font-size:.75rem;color:#ffffff4d}.p-footer-socials[data-astro-cid-mh6itkc3]{display:flex;gap:.5rem}.p-footer-social[data-astro-cid-mh6itkc3]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff6;border:1px solid rgba(255,255,255,.1);border-radius:50%;transition:all .2s ease}.p-footer-social[data-astro-cid-mh6itkc3]:hover{color:#fff;border-color:#ffffff4d;background:#ffffff0d}.p-footer-bottom[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.p-footer-bottom[data-astro-cid-mh6itkc3]{flex-direction:row;justify-content:space-between;align-items:flex-end}}.p-footer-bottom-left[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.p-footer-bottom-left[data-astro-cid-mh6itkc3]{flex-direction:row;gap:1.5rem;align-items:center}}.p-footer-copyright[data-astro-cid-mh6itkc3]{font-size:.75rem;color:#ffffff40}.p-footer-legal[data-astro-cid-mh6itkc3]{display:flex;gap:1.5rem}.p-footer-legal[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{font-size:.75rem;color:#ffffff40;text-decoration:none;transition:color .2s ease}.p-footer-legal[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:#ffffff80}.p-footer-cta-buttons[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:.75rem}@media(min-width:480px){.p-footer-cta-buttons[data-astro-cid-mh6itkc3]{flex-direction:row}}.p-footer-cta-buttons[data-astro-cid-mh6itkc3] .p-btn[data-astro-cid-mh6itkc3]{width:fit-content;cursor:pointer}.p-footer-btn-secondary[data-astro-cid-mh6itkc3]{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);cursor:pointer}.p-footer-btn-secondary[data-astro-cid-mh6itkc3]:hover{color:#fff;border-color:#fff6;background:#ffffff0d}
