.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}@media only screen and (max-width:768px){.header .wrapper .navbar .logo-container{width:200px}}.header .wrapper .navbar .logo-container img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;max-width:none}.header .wrapper .navbar .logo-container .logo-desktop{display:block}@media only screen and (max-width:768px){.header .wrapper .navbar .logo-container .logo-desktop{display:none}}.header .wrapper .navbar .logo-container .logo-mobile{display:none}@media only screen and (max-width:768px){.header .wrapper .navbar .logo-container .logo-mobile{display:block}}.header .wrapper .navbar .list-item{padding:0 35px;position:relative}.header .wrapper .navbar .list-item .nav-link{text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease,font-weight .2s ease}.header .wrapper .navbar .list-item .nav-link .dropdown-arrow{transition:transform .2s ease}@media only screen and (max-width:1024px){.header .wrapper .navbar .list-item .nav-link{padding-bottom:0}}.header .wrapper .navbar .list-item .nav-link.active,.header .wrapper .navbar .list-item .nav-link:hover{color:#23a44c;font-weight:700}.header .wrapper .navbar .list-item.has-dropdown .nav-dropdown{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;min-width:260px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1000;border-radius:8px;padding:8px 0}.header .wrapper .navbar .list-item.has-dropdown .nav-dropdown:before{content:"";position:absolute;top:-20px;left:0;right:0;height:25px;background:transparent}.header .wrapper .navbar .list-item.has-dropdown .nav-dropdown a{display:block;padding:14px 24px;text-decoration:none;color:#111311;font-size:14px;font-weight:600;text-transform:uppercase;text-align:center;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.header .wrapper .navbar .list-item.has-dropdown .nav-dropdown a:hover{background-color:#f8f8f8;color:#23a44c}.header .wrapper .navbar .list-item.has-dropdown:hover .nav-dropdown{display:block}.header .wrapper .menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;padding:10px;z-index:1001;width:44px;height:44px}.header .wrapper .menu-toggle .bar{width:24px;height:2px;background-color:#111311;transition:all .3s ease;border-radius:2px;position:absolute}.header .wrapper .menu-toggle .bar:first-child{transform:translateY(-8px)}.header .wrapper .menu-toggle .bar:nth-child(2){transform:translateY(0)}.header .wrapper .menu-toggle .bar:nth-child(3){transform:translateY(8px)}.header .wrapper .menu-toggle .bar.open:first-child{transform:translateY(0) rotate(45deg)}.header .wrapper .menu-toggle .bar.open:nth-child(2){opacity:0}.header .wrapper .menu-toggle .bar.open:nth-child(3){transform:translateY(0) rotate(-45deg)}@media screen and (max-width:1024px){.header .wrapper .menu-toggle{display:flex}.header .wrapper ul.flex-row{display:none;flex-direction:column;position:fixed;top:100px;left:0;right:0;bottom:0;background-color:#fff;padding:20px;z-index:998;overflow-y:auto;border-top:1px solid rgba(0,0,0,.1);justify-content:flex-start;align-items:center}.header .wrapper ul.flex-row.open{display:flex}.header .wrapper ul.flex-row .list-item{padding:0;margin:0;width:100%;max-width:320px;text-align:center}.header .wrapper ul.flex-row .list-item .nav-link{display:flex;justify-content:center;align-items:center;padding:14px 0;font-size:16px;font-weight:600}.header .wrapper ul.flex-row .list-item .nav-link:after{display:none}.header .wrapper ul.flex-row .list-item .nav-link.active,.header .wrapper ul.flex-row .list-item .nav-link:hover{color:#23a44c}.header .wrapper ul.flex-row .list-item .nav-link .dropdown-arrow{margin-left:8px}.header .wrapper ul.flex-row .list-item.has-dropdown .nav-dropdown{display:none;position:static;transform:none;box-shadow:none;border-radius:8px;margin:5px auto 10px;padding:8px;min-width:auto;background-color:#111311}.header .wrapper ul.flex-row .list-item.has-dropdown .nav-dropdown:before{display:none}.header .wrapper ul.flex-row .list-item.has-dropdown .nav-dropdown a{padding:12px 20px;font-size:14px;background-color:transparent;border-radius:6px;margin:2px 0;color:#fff}.header .wrapper ul.flex-row .list-item.has-dropdown .nav-dropdown a:hover{background-color:#23a44c;color:#fff}.header .wrapper ul.flex-row .list-item.has-dropdown:hover .nav-dropdown{display:none}.header .wrapper ul.flex-row .list-item.has-dropdown.dropdown-open .nav-link .dropdown-arrow{transform:rotate(180deg)}.header .wrapper ul.flex-row .list-item.has-dropdown.dropdown-open .nav-dropdown{display:block}.header .wrapper ul.flex-row .list-item.buttons-item{margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.header .wrapper ul.flex-row .buttons-container{flex-direction:row;justify-content:center;gap:12px}.header .wrapper ul.flex-row .buttons-container .button{padding:12px 24px;font-size:13px}}.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{background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff}.footer,.footer .footer-container{display:flex;flex-direction:column}.footer .footer-container{padding:40px 70px;gap:35px}@media only screen and (max-width:1024px){.footer .footer-container{padding:35px 40px}}@media only screen and (max-width:768px){.footer .footer-container{padding:30px 20px;gap:30px}}.footer .footer-container .footer-top{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:768px){.footer .footer-container .footer-top{flex-direction:column;gap:20px}}.footer .footer-container .footer-top .footer-nav{display:flex;align-items:center;gap:15px;flex-wrap:wrap}@media only screen and (max-width:768px){.footer .footer-container .footer-top .footer-nav{justify-content:center;gap:10px}}.footer .footer-container .footer-top .footer-nav a{font-size:14px;font-weight:500;letter-spacing:.3px;transition:color .2s ease}.footer .footer-container .footer-top .footer-nav a:hover{color:#23a44c}.footer .footer-container .footer-top .footer-nav .separator{color:hsla(0,0%,100%,.4);font-size:14px}.footer .footer-container .footer-top .socials-container{display:flex;gap:12px}.footer .footer-container .footer-top .socials-container a img{width:28px;height:28px;transition:opacity .2s ease}.footer .footer-container .footer-top .socials-container a:hover img{opacity:.7}.footer .footer-container .footer-locations{border-top:1px solid hsla(0,0%,100%,.15);padding-top:30px}.footer .footer-container .footer-locations .locations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media only screen and (max-width:768px){.footer .footer-container .footer-locations .locations-grid{grid-template-columns:1fr;gap:25px;text-align:center}}.footer .footer-container .footer-locations .locations-grid .location-item .location-name{display:block;font-size:15px;font-weight:700;color:#23a44c;margin-bottom:6px;text-transform:uppercase}.footer .footer-container .footer-locations .locations-grid .location-item .location-name:hover{text-decoration:underline}.footer .footer-container .footer-locations .locations-grid .location-item address{font-style:normal;font-size:13px;line-height:1.6;color:hsla(0,0%,100%,.75)}.footer .footer-container .footer-locations .locations-grid .location-item address a{color:#fff;font-weight:500}.footer .footer-container .footer-locations .locations-grid .location-item address a:hover{text-decoration:underline}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center;border-top:1px solid hsla(0,0%,100%,.15)}@media only screen and (max-width:768px){.footer .footer-bottom{text-align:center}}.footer .footer-bottom .disclaimer{display:flex;width:100%;justify-content:center;padding:12px 20px;font-size:12px;color:hsla(0,0%,100%,.6)}.footer .footer-bottom .copyright{display:flex;padding:12px 0 30px;align-items:center;font-size:12px;color:hsla(0,0%,100%,.6)}.footer .footer-bottom .copyright img{margin-right:6px;width:14px;height:14px}.video-slider{text-align:center;margin:20px}@media only screen and (max-width:768px){.video-slider{margin:0}}.video-slider swiper-container:active{cursor:grabbing}.video-slider #shadow-root .swiper{padding:50px 0!important}.video-slider swiper-slide{aspect-ratio:16/9;height:auto;margin:0 10px}.video-slider swiper-slide .slide-video{width:100%;height:100%;border:none}.video-slider swiper-container::part(container){padding:50px 0!important}.video-slider swiper-container::part(pagination){margin-top:20px}.video-slider swiper-container::part(bullet){width:19.8113px;height:7.78302px;margin:0 5px;background-color:#d7d7d7;border-radius:30%;opacity:1;cursor:pointer;transition:background-color .3s ease-in-out}.video-slider swiper-container::part(bullet-active){width:19.8113px;height:7.78302px;margin:0 5px;border-radius:30%;background-color:#23a44c;opacity:1}.video-slider swiper-container::part(button-next),.video-slider swiper-container::part(button-prev){color:#fff}.video-slider swiper-container::part(button-next):hover,.video-slider swiper-container::part(button-prev):hover{color:#23a44c}.location-page .location-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:380px}@media only screen and (max-width:1024px){.location-page .location-hero{min-height:320px}}@media only screen and (max-width:768px){.location-page .location-hero{min-height:280px}}.location-page .location-hero .hero-overlay{position:absolute;inset:0;background-image:url(/doctors/hero-background.svg);background-size:cover;background-position:50%;z-index:1}.location-page .location-hero .wrapper{position:relative;z-index:2;width:100%}.location-page .location-hero .hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:50px 20px}@media only screen and (max-width:768px){.location-page .location-hero .hero-content{padding:40px 20px}}.location-page .location-hero .hero-label{color:#23a44c;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:12px}@media only screen and (max-width:768px){.location-page .location-hero .hero-label{font-size:14px}}.location-page .location-hero .hero-title{color:#111311;font-size:64px;font-weight:800;text-transform:uppercase;line-height:1;margin-bottom:20px;letter-spacing:-.02em;position:relative;display:inline-block}.location-page .location-hero .hero-title:after{content:"";display:block;width:80px;height:4px;background-color:#23a44c;margin:16px auto 0}@media only screen and (max-width:1024px){.location-page .location-hero .hero-title{font-size:48px}}@media only screen and (max-width:768px){.location-page .location-hero .hero-title{font-size:36px}.location-page .location-hero .hero-title:after{width:60px;height:3px}}.location-page .location-hero .hero-mission{color:#111311;font-size:16px;font-weight:400;line-height:1.6;max-width:500px;margin-bottom:24px;text-align:center}@media only screen and (max-width:768px){.location-page .location-hero .hero-mission{font-size:14px;max-width:100%;padding:0 10px}}.location-page .location-hero .hero-address{display:none}.location-page .location-hero .button.dark{background-color:#23a44c;color:#fff;padding:16px 40px;font-size:14px;margin-top:10px}.location-page .location-hero .button.dark:hover{background-color:#1c823c}.location-page .location-hero--no-image{background-image:url(/doctors/hero-background.svg);background-size:cover;background-position:50%}.location-page .location-info-bar{background-color:#111311;padding:16px 0}.location-page .location-info-bar .wrapper{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}@media only screen and (max-width:768px){.location-page .location-info-bar .wrapper{flex-direction:column;gap:8px}}.location-page .location-info-bar p{color:#fff;font-size:15px;font-weight:500;margin:0}@media only screen and (max-width:768px){.location-page .location-info-bar p{font-size:14px}}.location-page .location-info-bar a{color:#23a44c;text-decoration:none;font-weight:600}.location-page .location-info-bar a:hover{text-decoration:underline}.location-page .team-section{padding:80px 0;background-color:#fff}.location-page .team-section .wrapper{display:flex;flex-direction:column;align-items:center}.location-page .team-section h2{text-align:center;margin-bottom:20px;position:relative}.location-page .team-section h2:after{content:"";display:block;width:200px;height:4px;background-color:#23a44c;margin:15px auto 0}.location-page .team-section .practitioner-grid{display:flex;flex-wrap:wrap;gap:30px;width:100%}@media only screen and (max-width:768px){.location-page .team-section .practitioner-grid{gap:20px}}.location-page .team-section .practitioner-grid.single{justify-content:center}.location-page .team-section .practitioner-grid.single .practitioner-card{flex:0 1 60%}@media only screen and (max-width:1024px){.location-page .team-section .practitioner-grid.single .practitioner-card{flex:0 1 100%}}.location-page .team-section .practitioner-card{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;gap:20px}@media only screen and (max-width:1024px){.location-page .team-section .practitioner-card{flex:0 1 100%;padding:20px 30px;overflow:hidden}.location-page .team-section .practitioner-card:nth-child(2),.location-page .team-section .practitioner-card:nth-child(4){flex-direction:row-reverse}}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card{flex-direction:column;padding:20px;gap:15px}.location-page .team-section .practitioner-card:nth-child(2),.location-page .team-section .practitioner-card:nth-child(4){flex-direction:column}}.location-page .team-section .practitioner-card.headshot-card{flex-direction:column;align-items:center;text-align:center;padding:30px}.location-page .team-section .practitioner-card.headshot-card .left-side{flex:none;margin-bottom:20px}.location-page .team-section .practitioner-card.headshot-card .right-side{flex:none;align-items:center}.location-page .team-section .practitioner-card.headshot-card .right-side .text-container{text-align:center}@media only screen and (max-width:1024px){.location-page .team-section .practitioner-card.headshot-card:nth-child(2),.location-page .team-section .practitioner-card.headshot-card:nth-child(4){flex-direction:column}}.location-page .team-section .practitioner-card .left-side{flex:0 1 50%}@media only screen and (max-width:1024px){.location-page .team-section .practitioner-card .left-side{display:flex;align-items:center;justify-content:center}}.location-page .team-section .practitioner-card .left-side .image-container{position:relative;bottom:0;width:270px;height:100%}@media only screen and (max-width:1024px){.location-page .team-section .practitioner-card .left-side .image-container{position:relative;width:200px;height:200px;border-radius:50%;overflow:hidden;border:3px solid #111311;top:0}}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .left-side .image-container{width:150px;height:150px}}.location-page .team-section .practitioner-card .left-side .image-container img{position:absolute;height:100%;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;bottom:0}@media only screen and (max-width:1024px){.location-page .team-section .practitioner-card .left-side .image-container img{margin-left:0}}.location-page .team-section .practitioner-card .left-side .image-container img.fullbody-img{display:block}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .left-side .image-container img.fullbody-img{display:none}}.location-page .team-section .practitioner-card .left-side .image-container img.headshot-img{display:none}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .left-side .image-container img.headshot-img{display:block;-o-object-position:center center;object-position:center center}}.location-page .team-section .practitioner-card .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){.location-page .team-section .practitioner-card .left-side .image-container:before{display:none}}.location-page .team-section .practitioner-card .left-side .image-container.headshot{width:180px;height:180px;border-radius:50%;overflow:hidden;border:3px solid #111311;margin:0 auto}.location-page .team-section .practitioner-card .left-side .image-container.headshot img{position:relative;margin-left:0;-o-object-position:center;object-position:center}.location-page .team-section .practitioner-card .left-side .image-container.headshot:before{display:none}.location-page .team-section .practitioner-card .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){.location-page .team-section .practitioner-card .right-side{flex:unset;padding-right:unset}}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .right-side{align-items:center;text-align:center;padding:0;margin:0}}.location-page .team-section .practitioner-card .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){.location-page .team-section .practitioner-card .right-side:before{display:block}}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .right-side:before{width:80%;margin:0 auto 15px}}.location-page .team-section .practitioner-card .right-side .text-container{display:flex;flex-direction:column;align-items:flex-start}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .right-side .text-container{align-items:center}.location-page .team-section .practitioner-card .right-side .text-container .super-header{font-size:12px}.location-page .team-section .practitioner-card .right-side .text-container .title{font-size:20px}}.location-page .team-section .practitioner-card .right-side .text-container .description{margin:10px 0}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .right-side .text-container .description{font-size:14px;line-height:1.5}.location-page .team-section .practitioner-card .right-side .button{padding:10px 20px;font-size:13px}}.location-page .team-section .practitioner-card .right-side .socials-container{width:100%;justify-content:flex-end;display:flex;gap:10px}@media only screen and (max-width:768px){.location-page .team-section .practitioner-card .right-side .socials-container{justify-content:center;margin-top:10px}}.location-page .button{padding:10px 15px}.location-page .play-button{margin-left:10px}.location-page .video-section{padding:40px 0;background-color:#f8f8f8}.location-page .bottom-banner{background:#f8f8f8}.location-page.denver .practitioner-grid .practitioner-card{max-width:600px}