.header{position:sticky;top:0;width:100vw;height:100px;z-index:999;background-color:#fff}.header .wrapper{display:flex;justify-content:center;padding:0;height:100%}.header .wrapper .navbar{display:flex;align-items:center;justify-content:space-between;flex-direction:row;height:100%}@media only screen and (max-width:1024px){.header .wrapper .navbar{width:90%}}.header .wrapper .navbar .flex-row{align-items:center}.header .wrapper .navbar .logo-container{width:261px;height:auto}.header .wrapper .navbar .logo-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.header .wrapper .navbar .logo-container.hide{display:none}@media only screen and (max-width:768px){.header .wrapper .navbar .logo-container.hide{display:flex}}.header .wrapper .navbar .list-item{padding:0 35px}.header .wrapper .navbar .list-item a.nav-link{text-transform:uppercase;cursor:pointer;padding-bottom:15px;border-bottom:0 solid #23a44c;transition:border-bottom .2s ease-in-out}@media only screen and (max-width:1024px){.header .wrapper .navbar .list-item a.nav-link{padding-bottom:0}}.header .wrapper .navbar .list-item a.nav-link.active,.header .wrapper .navbar .list-item a.nav-link:hover{border-bottom:4px solid #23a44c}.header .wrapper .navbar .list-item a.nav-link.active{font-weight:600}.header .wrapper .menu-toggle{display:none;flex-direction:column;cursor:pointer}.header .wrapper .menu-toggle .bar{width:25px;height:3px;background-color:#333;margin:3px 0}@media screen and (max-width:1024px){.header .wrapper .menu-toggle{display:flex}.header .wrapper ul.flex-row{display:none;flex-direction:column;position:absolute;left:0;background-color:#fff;width:100%;height:100vw;top:100px;padding:10px;border:1px solid #ccc;z-index:1}.header .wrapper ul.flex-row.open{display:flex}.header .wrapper ul.flex-row .list-item{margin:10px 0}}.header .wrapper .buttons-container{display:flex;flex-direction:row;align-items:center}.header .wrapper .buttons-container .booking-dropdown{position:relative;display:inline-block}.header .wrapper .buttons-container .booking-dropdown:hover .dropdown-content{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content{display:none;position:absolute;top:100%;left:0;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);min-width:144px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1000;border-radius:20px;border:3px solid #111311;margin:-7px 7px 7px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content:hover{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a{display:block;padding:12px 16px;text-decoration:none;color:#fff;transition:background-color .2s ease;white-space:nowrap;text-transform:uppercase;font-size:15px;border-bottom:1px solid hsla(0,0%,100%,.1);border-radius:17px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:40px;border-radius:20px;position:relative;width:90%;max-width:500px;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:modalFadeIn .3s ease-out}.modal-content h2{text-align:center;margin-bottom:30px;color:#111311;font-size:28px}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#111311;padding:5px;line-height:1;transition:color .2s ease}.close-button:hover{color:#23a44c}.location-buttons{display:flex;flex-direction:column;gap:15px}.location-buttons .location-button{display:block;padding:15px 20px;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff;text-decoration:none;text-align:center;border-radius:20px;border:3px solid #111311;font-size:18px;text-transform:uppercase;transition:all .2s ease}.location-buttons .location-button:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border-color:#23a44c}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:768px){.modal-content{padding:30px 20px}.modal-content h2{font-size:24px}.location-buttons .location-button{font-size:16px;padding:12px 15px}}.footer{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff}.footer .footer-container{padding:70px;display:flex;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container{flex-direction:column}}.footer .footer-container .footer-links{display:flex;flex:0 1 50%;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container .footer-links{flex-direction:column}}.footer .footer-container .footer-links .col{display:flex;flex-direction:column}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col{margin-bottom:25px;align-items:center}}.footer .footer-container .footer-links .col h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col h4{margin-bottom:10px}.footer .footer-container .footer-links .col ul{text-align:center}}.footer .footer-container .footer-links .col li a{font-size:12.487px;font-style:normal;font-weight:400;line-height:200%;letter-spacing:.312px}.footer .footer-container .footer-links .col li a:hover{text-decoration:underline}.footer .footer-container .social-links{display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width:768px){.footer .footer-container .social-links{align-items:center}}.footer .footer-container .social-links h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .social-links h4{margin-bottom:10px}}.footer .footer-container .social-links .link{padding:10px 0}.footer .footer-container .social-links .socials-container{margin-top:25px}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:768px){.footer .footer-bottom{text-align:center}}.footer .footer-bottom .disclaimer{display:flex;width:100vw;justify-content:center;border-bottom:1px solid #ccc;padding:15px}.footer .footer-bottom .copyright{display:flex;padding:15px 0 50px;align-items:center}.footer .footer-bottom .copyright img{margin-right:10px}.doctors .doctors-hero{display:flex;background-image:url(/_next/static/media/hero-background.84712966.svg);background-repeat:no-repeat;background-position:50%;background-size:cover}.doctors .doctors-hero .hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;padding:150px 8vw}.doctors .doctors-hero .hero-text .description{padding:0 10vw;margin-bottom:50px}.doctors .headshot-container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:100px}.doctors .headshot-container .headshot{display:flex;flex:0 1 48%;border:3px solid #000;background:#f8f8f8;box-shadow:0 2px 4px 0 rgba(0,0,0,.25);height:auto;margin-top:100px;gap:20px}@media only screen and (max-width:1024px){.doctors .headshot-container .headshot{flex:0 1 100%;padding:10px 30px;overflow:hidden}.doctors .headshot-container .headshot:nth-child(2),.doctors .headshot-container .headshot:nth-child(4){flex-direction:row-reverse}}@media only screen and (max-width:768px){.doctors .headshot-container .headshot,.doctors .headshot-container .headshot:nth-child(2),.doctors .headshot-container .headshot:nth-child(4){flex-direction:column}}.doctors .headshot-container .headshot .left-side{flex:0 1 50%}@media only screen and (max-width:1024px){.doctors .headshot-container .headshot .left-side{display:flex;align-items:center;justify-content:center}}.doctors .headshot-container .headshot .left-side .image-container{position:relative;top:-110px;width:270px;height:100%}@media only screen and (max-width:1024px){.doctors .headshot-container .headshot .left-side .image-container{position:relative;width:200px;height:200px;border-radius:50%;overflow:hidden;border:3px solid #111311;top:0}}.doctors .headshot-container .headshot .left-side .image-container img{position:absolute;height:121%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;max-width:none;z-index:2;margin-left:15px}.doctors .headshot-container .headshot .left-side .image-container:before{content:"";display:block;position:relative;width:100%;height:17px;top:155px;background-color:#23a44c;z-index:1}@media only screen and (max-width:1024px){.doctors .headshot-container .headshot .left-side .image-container:before{display:none}}.doctors .headshot-container .headshot .right-side{flex:0 1 50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-right:20px;margin:20px 0}@media only screen and (max-width:1024px){.doctors .headshot-container .headshot .right-side{flex:unset;padding-right:unset}}.doctors .headshot-container .headshot .right-side:before{content:"";display:none;position:relative;width:100%;height:17px;top:0;background-color:#23a44c;z-index:1}@media only screen and (max-width:1024px){.doctors .headshot-container .headshot .right-side:before{display:block}}.doctors .headshot-container .headshot .right-side .text-container{display:flex;flex-direction:column;align-items:flex-start}.doctors .headshot-container .headshot .right-side .text-container .description{margin:10px 0}.doctors .headshot-container .headshot .right-side .socials-container{width:100%;justify-content:flex-end;display:flex;gap:10px}.doctors .button{padding:10px 15px}.doctors .play-button{margin-left:10px}.doctors .bottom-banner{background:#f8f8f8}.doctors .booking-dropdown{position:relative;display:inline-block}.doctors .booking-dropdown button{cursor:pointer}.doctors .booking-dropdown .dropdown-content{position:absolute;top:100%;left:0;background-color:#fff;min-width:200px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1;border-radius:4px;margin-top:8px}.doctors .booking-dropdown .dropdown-content .dropdown-item{display:block;width:100%;padding:12px 16px;text-align:left;border:none;background:none;cursor:pointer;transition:background-color .2s ease}.doctors .booking-dropdown .dropdown-content .dropdown-item:focus,.doctors .booking-dropdown .dropdown-content .dropdown-item:hover{background-color:#f5f5f5}