:root{--site-max-width:1280px;--font-sans:var(--font-outfit);--font-heading:var(--font-parkinsans);--radius-btn:24px;--radius-card:16px;--radius-input:8px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;line-height:1.15}body{font-family:var(--font-sans), sans-serif;color:var(--site-text,#333);background:var(--site-bg,#fff);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}input,select,textarea{font:inherit}p{margin-bottom:1em}p:empty{display:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading), Georgia, serif;margin-top:.6em;margin-bottom:.3em;font-weight:400}.container{max-width:var(--site-max-width);margin:0 auto;padding:0 1.5rem}.w-full{width:100%}.h-full{height:100%}.w-auto{width:auto}.h-auto{height:auto}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.self-start{align-self:flex-start}.grid{display:grid}.text-center{text-align:center}.hidden{display:none}.block{display:block}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.z-50{z-index:50}.z-10{z-index:10}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-x-12{column-gap:3rem}.gap-y-3{row-gap:.75rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-5{padding:1.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-8xl{font-size:6rem}.text-9xl{font-size:8rem}.font-heading{font-family:var(--font-heading), Georgia, serif}.font-medium{font-weight:500}.font-bold{font-weight:700}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.tracking-widest{letter-spacing:.125em}.uppercase{text-transform:uppercase}.whitespace-nowrap{white-space:nowrap}.text-white{color:#fff}.text-white-70{color:#ffffffb3}.text-white-80{color:#fffc}.text-white-60{color:#fff9}.text-black{color:#000}.text-black-80{color:#000c}.text-black-70{color:#000000b3}.text-black-60{color:#0009}.bg-white{background-color:#fff}.bg-black-5{background-color:#0000000d}.bg-black-10{background-color:#0000001a}.bg-white-10{background-color:#ffffff1a}.border{border:1px solid #0000000d}.border-t{border-top:1px solid #0000000d}.border-b{border-bottom:1px solid #0000000d}.rounded-full{border-radius:var(--radius-btn)}.rounded-2xl{border-radius:var(--radius-card)}.rounded-lg{border-radius:var(--radius-input)}.rounded-xl{border-radius:12px}.rounded{border-radius:.25rem}.shadow-sm{box-shadow:0 1px 3px #00000014}.shadow-lg{box-shadow:0 10px 30px #00000014}.shadow-md{box-shadow:0 4px 12px #00000014}.transition-colors{transition:color .2s,background-color .2s,border-color .2s}.transition-all{transition:all .3s}.transition-shadow{transition:box-shadow .3s}.transition-transform{transition:transform .3s}.w-3{width:.75rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.h-\[2px\]{height:2px}.min-h-250px{min-height:250px}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[700px\]{max-width:700px}.h-\[30px\]{height:30px}.h-\[33px\]{height:33px}.h-\[60px\]{height:60px}.h-\[72px\]{height:72px}.h-3{height:.75rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.object-cover{object-fit:cover}.bg-cover{background-size:cover}.bg-center{background-position:50%}.opacity-50{opacity:.5}.brightness-0{filter:brightness(0)}.invert{filter:invert()}.cursor-pointer{cursor:pointer}.list-none{list-style:none}.btn{border-radius:var(--radius-btn);text-align:center;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:.875rem;font-weight:500;line-height:1;transition:color .2s,background-color .2s,border-color .2s;display:inline-flex}.section{padding-top:5rem;padding-bottom:5rem}.section-light{background-color:var(--site-secondary,#f0f9f8)}.section-label{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.section-label-line{background-color:var(--site-primary,#00a69c);flex-shrink:0;width:1.5rem;height:2px}.section-label-text{color:var(--site-primary,#00a69c);text-transform:uppercase;letter-spacing:.125em;font-size:.875rem;font-weight:500}.section-title{font-size:1.875rem;font-family:var(--font-heading), Georgia, serif;color:var(--site-text,#333);font-weight:400}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.card{border-radius:var(--radius-card);background:#fff;border:1px solid #0000000d;overflow:hidden}.card-body{padding:1.5rem}.input{border-radius:var(--radius-input);background:#fff;border:1px solid #0000001a;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,color .2s,background .2s}.input:focus{border-color:#0000004d}.select{border-radius:var(--radius-input);background:#fff;border:1px solid #0000001a;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.select:focus{border-color:#0000004d}.input-label{color:#000000b3;margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.page-hero{align-items:center;min-height:350px;display:flex;position:relative}.page-hero-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.page-hero-overlay{background:linear-gradient(90deg,#000000b3,#0000004d);position:absolute;inset:0}.page-hero-content{width:100%;position:relative}.page-hero h1{font-size:2.25rem;font-family:var(--font-heading), Georgia, serif;color:#fff;font-weight:400}.page-hero p{color:#ffffffb3;margin-top:.75rem;font-size:1.125rem}.hero-section{align-items:center;min-height:600px;display:flex;position:relative}.hero-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.hero-overlay{background:linear-gradient(90deg,#000000b3,#0000004d);position:absolute;inset:0}.hero-content{max-width:600px}.testimonial-card{background:var(--site-secondary,#f0f9f8);border-radius:var(--radius-card);padding:2rem}.testimonial-text{color:var(--site-text,#333);margin-bottom:1.5rem;font-size:.875rem;line-height:1.625}.testimonial-author{align-items:center;gap:.75rem;display:flex}.feature-item{gap:16px;display:flex}.feature-icon{width:48px;height:48px;color:var(--site-primary,#00a69c);flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-icon svg{width:36px;height:36px}.feature-title{font-size:18px;font-family:var(--font-heading), Georgia, serif;color:var(--site-text,#333);margin-bottom:6px;font-weight:700}.feature-desc{color:var(--site-text-light,#666);font-size:14px;line-height:1.6}.insurance-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.insurance-logo{opacity:.6;width:auto;height:40px;transition:opacity .3s}.insurance-logo:hover{opacity:1}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.gallery-item{aspect-ratio:1;border-radius:4px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}@media (min-width:768px){.md-flex{display:flex}.md-hidden{display:none}.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}.md-grid-cols-3{grid-template-columns:repeat(3,1fr)}.md-grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:640px){.sm-inline-flex{display:inline-flex}.sm-grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.lg-flex{display:flex}.lg-hidden{display:none}.lg-grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg-grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg-grid-cols-4{grid-template-columns:repeat(4,1fr)}.hero-section{min-height:700px}.section{padding-top:7rem;padding-bottom:7rem}.section-title{font-size:2.25rem}.page-hero{min-height:450px}.page-hero h1{font-size:3rem}.lg-text-4xl{font-size:2.25rem}.lg-text-5xl{font-size:3rem}.lg-text-6xl{font-size:3.75rem}.lg-p-10{padding:2.5rem}.lg-gap-16{gap:4rem}.lg-min-h-400px{min-height:400px}.lg-min-h-450px{min-height:450px}.lg-min-h-700px{min-height:700px}.lg-text-\[3rem\]{font-size:3rem}}@media (max-width:1024px){.lg-hidden{display:block}.lg-flex{display:none}}.header{z-index:100;background:#fff;width:100%;position:sticky;top:0}.header-desktop{display:none}@media (min-width:1025px){.header-desktop{background:#fff;border-bottom:1px solid #0000000d;width:100%;display:flex}}.header-inner{max-width:var(--site-max-width);justify-content:space-between;align-items:center;width:100%;height:72px;margin:0 auto;padding:0 1.5rem;display:flex}.header-logo{flex-shrink:0}.header-logo img{width:auto;height:33px}.header-nav{align-items:center;gap:.25rem;display:flex}.header-nav-item{position:relative}.header-nav-link{color:#000c;border-radius:var(--radius-input);align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:color .2s,background-color .2s;display:flex}.header-nav-link:hover{color:#000;background-color:#0000000d}.header-nav-chevron{width:.75rem;height:.75rem;transition:transform .3s}.header-dropdown{z-index:50;padding-top:.5rem;position:absolute;top:100%;left:0}.header-dropdown-menu{background:#fff;border:1px solid #0000000d;border-radius:12px;min-width:200px;padding:.5rem 0;box-shadow:0 10px 30px #00000014}.header-dropdown-item{color:#000000b3;padding:.5rem 1rem;font-size:.875rem;transition:color .2s,background-color .2s;display:block}.header-dropdown-item:hover{color:#000;background-color:#0000000d}.header-actions{align-items:center;gap:.75rem;display:flex}.header-phone{color:#000c;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.header-phone:hover{color:#000}.header-mobile{background:#fff;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;height:60px;padding:0 1rem;display:flex}@media (min-width:1025px){.header-mobile{display:none}}.header-mobile .header-logo img{height:30px}.header-mobile-actions{align-items:center;gap:.5rem;display:flex}.header-mobile-cta{padding:.5rem 1rem;font-size:.75rem}.header-mobile-toggle{color:#0009;padding:.5rem}.header-mobile-toggle:hover{color:#000}.header-mobile-menu{z-index:50;background:#fff;position:fixed;inset:60px 0 0;overflow-y:auto}@media (min-width:1025px){.header-mobile-menu{display:none}}.header-mobile-nav{padding:1rem}.header-mobile-item{border-bottom:1px solid #0000000d}.header-mobile-btn{color:#000c;justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;font-size:.875rem;font-weight:500;display:flex}.header-mobile-sub{padding-bottom:.5rem;padding-left:1rem}.header-mobile-sub-link{color:#0009;padding:.5rem 0;font-size:.875rem;display:block}.header-mobile-sub-link:hover{color:#000}.header-mobile-footer{border-top:1px solid #0000000d;margin-top:1rem;padding-top:1rem}.header-mobile-footer .header-phone{padding:.75rem 0}.footer{color:#fff}.min-h-300px{min-height:300px}.min-h-350px{min-height:350px}.min-h-400px{min-height:400px}.min-h-600px{min-height:600px}.min-h-full{min-height:100vh}.max-w-400px{max-width:400px}.max-w-480px{max-width:480px}.max-w-600px{max-width:600px}.aspect-4-3{aspect-ratio:4/3}.aspect-4-5{aspect-ratio:4/5}.aspect-16-10{aspect-ratio:16/10}.prose{max-width:65ch;line-height:1.75}.prose p{margin-bottom:1em}.prose h2{font-size:1.5rem;font-family:var(--font-heading), Georgia, serif;margin-top:2em;margin-bottom:.5em}.prose h3{font-size:1.25rem;font-family:var(--font-heading), Georgia, serif;margin-top:1.5em;margin-bottom:.5em}.prose strong{font-weight:600}.group:hover .group-hover\:text-primary{color:var(--site-primary,#00a69c)}.hover\:shadow-lg:hover{box-shadow:0 10px 30px #00000014}.hover\:shadow-md:hover{box-shadow:0 4px 12px #00000014}.hover\:text-black:hover{color:#000}.inline-block{display:inline-block}.resize-none{resize:none}
:root{--site-primary:#132573;--site-primary-dark:#0e1b56;--site-secondary:#f0f4f8;--site-bg:#fff;--site-bg-alt:#f7f9fc;--site-text:#1a1a2e;--site-text-light:#5a6170;--site-link-hover:#000;--site-btn-text:#fff;--site-btn-bg:#132573;--site-btn-hover-bg:#0e1b56;--site-btn-hover-text:#fff;--site-border:#e2e6ec;--site-dark:#1a1a2e;--site-dark-lighter:#252540;--site-accent:#720eec;--site-accent-light:#ede5fc}.bg-site-primary{background-color:var(--site-primary)}.bg-site-secondary{background-color:var(--site-secondary)}.bg-site-bg{background-color:var(--site-bg)}.bg-site-bg-alt{background-color:var(--site-bg-alt)}.bg-site-dark{background-color:var(--site-dark)}.text-site-primary{color:var(--site-primary)}.text-site-text{color:var(--site-text)}.text-site-text-light{color:var(--site-text-light)}.border-site-border{border-color:var(--site-border)}.btn-site-primary{background-color:var(--site-btn-bg);color:var(--site-btn-text);border:2px solid var(--site-btn-bg);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;text-align:center;border-radius:0;padding:14px 36px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-site-primary:hover{background-color:var(--site-btn-hover-bg);border-color:var(--site-btn-hover-bg);color:var(--site-btn-hover-text)}.btn-site-outline{color:var(--site-text);border:2px solid var(--site-text);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background-color:#0000;border-radius:0;padding:14px 36px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-site-outline:hover{background-color:var(--site-text);color:#fff}.btn-site-white{color:var(--site-dark);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background-color:#fff;border:2px solid #fff;border-radius:0;padding:14px 36px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-site-white:hover{color:#fff;background-color:#0000}.link-underline{display:inline-block;position:relative}.link-underline:after{content:"";background-color:currentColor;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.link-underline:hover:after{width:100%}.section-divider{background-color:var(--site-bg);justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex}.section-divider-line{align-items:center;gap:12px;display:flex}.section-divider-line:before,.section-divider-line:after{content:"";background-color:var(--site-border);width:40px;height:1px}.services-grid{grid-template-columns:1fr;gap:0;display:grid}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{text-align:left;border:1px solid var(--site-border);padding:40px 30px;transition:background-color .3s}.service-card:hover{background-color:var(--site-secondary)}.service-number{font-size:32px;font-family:var(--font-heading), Georgia, serif;color:var(--site-primary);margin-bottom:16px;font-weight:700}.service-title{font-size:20px;font-family:var(--font-heading), Georgia, serif;color:var(--site-text);margin-bottom:8px;font-weight:700}.service-title a{color:inherit;text-decoration:none}.service-title a:hover{color:var(--site-primary)}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.gallery-item{aspect-ratio:1;border-radius:4px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}.insurance-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.insurance-logo{opacity:.6;width:auto;height:40px;transition:opacity .3s}.insurance-logo:hover{opacity:1}.testimonial-slide{max-width:500px}.testimonial-text{color:var(--site-text);margin-bottom:20px;font-size:16px;font-style:italic;line-height:1.7}.testimonial-author{color:var(--site-text);font-size:14px;font-weight:600}.features-row{grid-template-columns:1fr;gap:40px;display:grid}@media (min-width:768px){.features-row{grid-template-columns:repeat(3,1fr);gap:30px}}.feature-item{gap:16px;display:flex}.feature-icon{width:48px;height:48px;color:var(--site-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-icon svg{width:36px;height:36px}.feature-title{font-size:18px;font-family:var(--font-heading), Georgia, serif;color:var(--site-text);margin-bottom:6px;font-weight:700}.feature-desc{color:var(--site-text-light);font-size:14px;line-height:1.6}.dental-hero{grid-template-columns:1fr;align-items:center;gap:40px;min-height:600px;display:grid}@media (min-width:1025px){.dental-hero{grid-template-columns:25% 50% 25%;gap:0;min-height:700px}}.dental-hero-images{display:none;position:relative}@media (min-width:1025px){.dental-hero-images{display:block}}.dental-hero-images img{max-width:100%;position:absolute}.dental-hero-content{text-align:center;padding:60px 0}@media (min-width:1025px){.dental-hero-content{padding:0 40px}}.video-play-btn{background:var(--site-primary);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s,background-color .3s;display:flex}.video-play-btn:hover{background-color:var(--site-accent);transform:scale(1.1)}.loading-screen{justify-content:center;align-items:center;min-height:60vh;display:flex}.loading-spinner{border:3px solid var(--color-black-10,#e5e5e5);border-top-color:var(--color-primary,#0d6b3d);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-screen{justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.error-content{text-align:center;max-width:400px}.error-content h2{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.5rem}.error-content p{color:var(--color-black-60,#666);margin-bottom:1.5rem}
@font-face{font-family:outfit;src:url(../media/Outfit_Regular-s.p.1spya247fgq2d.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:outfit Fallback;src:local(Arial);ascent-override:100.0%;descent-override:26.0%;line-gap-override:0.0%;size-adjust:100.0%}.outfit_da802981-module__sJcBiG__className{font-family:outfit,outfit Fallback}.outfit_da802981-module__sJcBiG__variable{--font-outfit:"outfit", "outfit Fallback"}
@font-face{font-family:parkinsans;src:url(../media/Parkinsans_Regular-s.p.3o5b5r-_lfpns.ttf)format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:parkinsans Fallback;src:local(Arial);ascent-override:91.91%;descent-override:30.64%;line-gap-override:0.0%;size-adjust:114.24%}.parkinsans_76dd0161-module__EJTu8q__className{font-family:parkinsans,parkinsans Fallback}.parkinsans_76dd0161-module__EJTu8q__variable{--font-parkinsans:"parkinsans", "parkinsans Fallback"}
