body{margin:0;padding:0;font-family:sans-serif;background-color:#eaeaee}:root{--darkAccent-hsl:204.39,79.49%,38.24%;--lightAccent-hsl:240,70.53%,92.55%;--white-hsl:0,0%,100%}#packages,#services{scroll-margin-top:138px}.navbar{position:sticky;top:0;height:80px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(var(--darkAccent-hsl),1)),to(hsla(var(--lightAccent-hsl),1)));background:-webkit-linear-gradient(top,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),1));background:-o-linear-gradient(top,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),1));background:linear-gradient(180deg,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),1));-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:5vw 7vw;-ms-flex-pack:justify;justify-content:space-between;z-index:1;-webkit-transition:padding .6s ease-in-out;-o-transition:padding .6s ease-in-out;transition:padding .6s ease-in-out}.navbar.shrink{background:-webkit-gradient(linear,left top,left bottom,from(hsla(var(--darkAccent-hsl),1)),to(hsla(var(--lightAccent-hsl),.6)));background:-webkit-linear-gradient(top,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),.6));background:-o-linear-gradient(top,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),.6));background:linear-gradient(180deg,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),.6));padding:1.8vw 5vw}.navbarTitle{color:hsla(var(--white-hsl),1);text-decoration:none;font-size:1.5em}.navbarLogo{height:250px;width:auto;-webkit-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition:.6s ease-in-out}.navbarLogo.shrink{height:150px}.navbarLinks{display:-ms-flexbox;display:flex;gap:3em}.navbarLink{color:hsla(var(--white-hsl),1);text-decoration:none;font-size:1.5em}.navbarLink:hover{text-decoration:underline}.dropdown{position:relative;display:inline-block}.dropbtn{-ms-flex-align:center;align-items:center;border:none;cursor:pointer}.dropbtn,.dropdownContent{display:-ms-flexbox;display:flex;background:none}.dropdownContent{-ms-flex-direction:column;flex-direction:column;position:absolute;border-radius:.75em;min-width:160px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:.5em 0;z-index:1}.dropdownContent.shrink{background:-webkit-gradient(linear,left top,left bottom,from(hsla(var(--darkAccent-hsl),.5)),to(hsla(var(--lightAccent-hsl),.5)));background:-webkit-linear-gradient(top,hsla(var(--darkAccent-hsl),.5),hsla(var(--lightAccent-hsl),.5));background:-o-linear-gradient(top,hsla(var(--darkAccent-hsl),.5),hsla(var(--lightAccent-hsl),.5));background:linear-gradient(180deg,hsla(var(--darkAccent-hsl),.5),hsla(var(--lightAccent-hsl),.5))}.dropdownContent a{color:#000;padding:.5em 1em;text-decoration:none;font-size:.91em}.dropdownContent a:hover{background-color:none;font-weight:700}@media (max-width:768px){.navbar{padding:3vw 5vw}.navbar.shrink{background:-webkit-gradient(linear,left top,left bottom,from(hsla(var(--darkAccent-hsl),1)),to(hsla(var(--lightAccent-hsl),.6)));background:-webkit-linear-gradient(top,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),.6));background:-o-linear-gradient(top,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),.6));background:linear-gradient(180deg,hsla(var(--darkAccent-hsl),1),hsla(var(--lightAccent-hsl),.6));padding:1.4vw 4vw}.navbarTitle{font-size:.9em}.navbarLogo{height:150px}.navbarLogo.shrink{height:100px}.navbarLinks{gap:.5em}.navbarLink{font-size:.9em}.dropdownContent{left:-3.8em}}:root{--primaryButtonBackgroundColor:hsla(var(--safeLightAccent-hsl),1);--safeLightAccent-hsl:209.23,52.7%,70.98%}.header{height:60vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-size:cover;background-position:50%;text-align:center;position:relative;-webkit-clip-path:ellipse(90% 60% at 50% 40%);clip-path:ellipse(90% 60% at 50% 40%)}.header h1{color:#fff;font-size:2.5em;margin-left:2em;margin-right:2em}@media (max-width:768px){.header{height:80vh;font-size:1em}.header h1{font-size:2em;margin-left:1.5em;margin-right:1.5em}}.scheduleButton{background-color:var(--primaryButtonBackgroundColor);color:#000;padding:1em 2em;border:none;border-radius:50px;cursor:pointer;font-size:1.2em;margin-top:1em}.scheduleButton:hover{opacity:60%}.infoPage{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;padding:0 6.6vmax;padding-top:4vh}.infoColumn{-ms-flex:1 1;flex:1 1;max-width:80%;padding:2.5em}.infoImage{width:65%;height:65%;margin-bottom:1em}.infoTitle{font-size:1.5em;color:#1470af;margin-bottom:.5em}.infoDescription{font-size:1em;color:#333;line-height:1.5em}.infoDescription strong{font-weight:700}@media (max-width:768px){.infoPage{-ms-flex-direction:column;flex-direction:column;padding:1em}.infoColumn{max-width:100%;padding-bottom:0}.infoImage{width:30%;height:30%}.infoTitle{font-size:1.2em}.infoDescription{font-size:.9em}}.packagesSection{padding:3em 4em;background:-webkit-gradient(linear,left top,left bottom,from(#eaeaee),color-stop(#a0cbc4),color-stop(#a0cbc4),to(#a0cbc4));background:-webkit-linear-gradient(top,#eaeaee,#a0cbc4,#a0cbc4,#a0cbc4);background:-o-linear-gradient(top,#eaeaee,#a0cbc4,#a0cbc4,#a0cbc4);background:linear-gradient(180deg,#eaeaee,#a0cbc4,#a0cbc4,#a0cbc4);text-align:center}.packagesSectionHeader{margin-bottom:2em}.packagesSectionTitle{font-size:3.5em;margin-bottom:.25em}.packagesSectionSubheader{font-size:2.25em;font-weight:300;margin:0 1em;margin-bottom:1.5em}.packagesSectionDescription{font-size:1.3em;font-weight:250;margin:0 1.5em;line-height:1.3;text-align:left}.packagesBody{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.blueDivider{color:#8eb6db;background-color:#8eb6db;border-color:#8eb6db;margin:4em 0}.packagesSectionContent{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0}.servicePackageRow{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.servicePackageColumn{-ms-flex:1 1;flex:1 1;padding:1em 0;text-align:left}.servicePackageTitle{font-size:2.3em;text-decoration:underline;margin-bottom:.5em}.packagesSectionubtitle{font-size:2em;margin-bottom:.5em}@media (max-width:768px){.packagesSection{padding:1.5em 2em}.packagesSectionTitle{font-size:2.5em}.packagesSectionSubheader{font-size:1.25em}.servicePackageRow{-ms-flex-direction:column;flex-direction:column}.packagesSectionDescription{font-size:1.15em}.blueDivider{margin:2em 0}.servicePackageTitle{font-size:1.5em}.packagesSectionubtitle{font-size:1em}.packagesBody{margin-left:0}}.servicePackageCard{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-width:70em;margin:0 auto;text-align:left;gap:3em}.leftColumn,.rightColumn{-ms-flex:1 1;flex:1 1}.title{font-size:2.5em;margin-bottom:.25em}.leftColumn p{font-size:2.25em;line-height:1.4}.description{font-size:1.3em;line-height:1.75em;padding-top:2em;padding-bottom:1.5em}.listHeader{font-size:1.5em}.rightColumn ul{list-style-type:disc;padding-left:20px}.listElement{font-size:1.3em;margin-left:1em;margin-bottom:1em}@media (max-width:768px){.servicePackageCard{-ms-flex-direction:column;flex-direction:column;margin:0 auto;gap:.5em}.leftColumn,.rightColumn{-ms-flex:none;flex:none;width:100%}.title{font-size:1.5em}.leftColumn p{font-size:1.25em}.description{padding-top:0;padding-bottom:1em}.listElement{font-size:1em;margin-bottom:0.75em;}}.footer{height:15vh;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;padding:0 8em;-ms-flex-align:center;align-items:center}.footerText{font-size:1.3em}.footerLeft{text-align:left}.footerRight{text-align:right}@media (max-width:768px){.footer{height:15vh;gap:1em;padding:0 2.5em}.footerText{font-size:0.9em}}
/*# sourceMappingURL=main.0d700d94.css.map*/