.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}.pelvic-floor{position:relative}.pelvic-floor .section{margin:0}.pelvic-floor-hero{display:flex;background-image:url(/_next/static/media/hero-background.84712966.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;min-height:500px}@media only screen and (max-width:768px){.pelvic-floor-hero{min-height:auto}}.pelvic-floor-hero .hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;padding:120px 8vw}@media only screen and (max-width:1024px){.pelvic-floor-hero .hero-text{padding:80px 4vw}}@media only screen and (max-width:768px){.pelvic-floor-hero .hero-text{padding:60px 0}}.pelvic-floor-hero .hero-text h1.h2{max-width:900px;margin-bottom:30px}.pelvic-floor-hero .hero-text .description{max-width:800px;font-size:20px;font-weight:400;margin-bottom:40px}@media only screen and (max-width:1024px){.pelvic-floor-hero .hero-text .description{font-size:18px}}.pelvic-floor-hero .hero-text .button.dark{border-radius:17.3px;transition:all .3s ease}.pelvic-floor .featured-video-section{background-color:#f8f8f8;padding:60px 0}.pelvic-floor .featured-video-section .featured-video h3{text-align:center;margin-bottom:15px}.pelvic-floor .featured-video-section .featured-video .video-description{text-align:center;font-size:18px;max-width:700px;margin:0 auto 30px;color:#555}.pelvic-floor .featured-video-section .featured-video .video-container{position:relative;width:100%;max-width:900px;margin:0 auto;padding-bottom:50.625%;height:0;overflow:hidden;border:3px solid #111311;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media only screen and (max-width:1024px){.pelvic-floor .featured-video-section .featured-video .video-container{padding-bottom:56.25%}}.pelvic-floor .featured-video-section .featured-video .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.pelvic-floor .approach-section{background-color:#fff;padding:60px 0}.pelvic-floor .approach-section .approach-content{max-width:900px;margin:0 auto}.pelvic-floor .approach-section .approach-content .left-border{position:relative;padding-left:40px}.pelvic-floor .approach-section .approach-content .left-border:before{content:"";display:block;position:absolute;height:100%;width:4px;background-color:#23a44c;left:0;top:0}.pelvic-floor .approach-section .approach-content .left-border h2{margin-bottom:20px}.pelvic-floor .approach-section .approach-content .left-border .description{font-size:18px;line-height:1.6}.pelvic-floor .offerings-section{background-color:#f8f8f8;padding:80px 0}.pelvic-floor .offerings-section .section-title{text-align:center;margin-bottom:60px;position:relative;display:inline-block;width:100%}.pelvic-floor .offerings-section .section-title:after{content:"";display:block;width:200px;height:4px;background-color:#23a44c;margin:15px auto 0}.pelvic-floor .offerings-section .offerings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media only screen and (max-width:1024px){.pelvic-floor .offerings-section .offerings-grid{grid-template-columns:1fr}}.pelvic-floor .offerings-section .offering-card{background:#fff;border:3px solid #111311;padding:40px;position:relative;box-shadow:0 2px 4px 0 rgba(0,0,0,.25)}.pelvic-floor .offerings-section .offering-card .card-accent{position:absolute;top:0;left:0;width:50%;height:6px;background-color:#23a44c}.pelvic-floor .offerings-section .offering-card h3{margin-bottom:15px;font-size:24px}@media only screen and (max-width:768px){.pelvic-floor .offerings-section .offering-card h3{font-size:20px}}.pelvic-floor .offerings-section .offering-card .in-person-tag{display:inline-block;background-color:#23a44c;color:#fff;padding:4px 12px;border-radius:12px;font-size:14px;font-weight:600;margin-bottom:15px}.pelvic-floor .offerings-section .offering-card .description{font-size:16px;line-height:1.6}.pelvic-floor .who-we-help-section{background-color:#fff;padding:80px 0}.pelvic-floor .who-we-help-section .who-we-help-content{max-width:800px;margin:0 auto;text-align:center}.pelvic-floor .who-we-help-section .who-we-help-content h2{margin-bottom:20px;position:relative;display:inline-block}.pelvic-floor .who-we-help-section .who-we-help-content h2:after{content:"";display:block;width:100%;height:4px;background-color:#23a44c;margin-top:10px}.pelvic-floor .who-we-help-section .who-we-help-content .intro-text{font-size:18px;margin-bottom:30px}.pelvic-floor .who-we-help-section .who-we-help-content .conditions-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:15px 40px;text-align:left;max-width:600px;margin:0 auto}@media only screen and (max-width:768px){.pelvic-floor .who-we-help-section .who-we-help-content .conditions-list{grid-template-columns:1fr}}.pelvic-floor .who-we-help-section .who-we-help-content .conditions-list li{position:relative;padding-left:25px;font-size:18px}.pelvic-floor .who-we-help-section .who-we-help-content .conditions-list li:before{content:"";display:block;position:absolute;left:0;top:8px;width:10px;height:10px;background-color:#23a44c;border-radius:50%}.pelvic-floor .lead-form-section{background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);padding:80px 0}.pelvic-floor .lead-form-section .lead-form-content{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:800px;margin:0 auto}.pelvic-floor .lead-form-section .lead-form-content .form-text{text-align:center;width:100%;color:#fff}.pelvic-floor .lead-form-section .lead-form-content .form-text h2{margin-bottom:20px;position:relative;display:inline-block}.pelvic-floor .lead-form-section .lead-form-content .form-text h2:after{content:"";display:block;width:100%;height:4px;background-color:#23a44c;margin-top:10px}.pelvic-floor .lead-form-section .lead-form-content .form-text .description{font-size:18px;line-height:1.6;max-width:600px;margin:0 auto;opacity:.9}.pelvic-floor .lead-form-section .lead-form-content .lead-form{background:linear-gradient(141deg,#4db46e,#17883b 97.62%);padding:40px;border:none;border-radius:12px;width:100%;box-shadow:0 8px 30px rgba(35,164,76,.3)}@media only screen and (max-width:768px){.pelvic-floor .lead-form-section .lead-form-content .lead-form{padding:30px 20px}}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-row{display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:1024px){.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-row{flex-direction:column;gap:0}}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-row .form-group{flex:1;margin-bottom:0}@media only screen and (max-width:1024px){.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-row .form-group{margin-bottom:20px}}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group{margin-bottom:20px}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;color:#fff}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group input,.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group textarea{width:100%;padding:14px 16px;font-size:16px;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;background:hsla(0,0%,100%,.95);color:#111311;transition:border-color .2s ease,box-shadow .2s ease}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group input:focus,.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group textarea:focus{outline:none;border-color:#fff;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group input::-moz-placeholder,.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group textarea::-moz-placeholder{color:#666}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group input::placeholder,.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group textarea::placeholder{color:#666}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-group textarea{resize:vertical;min-height:60px;font-family:inherit}.pelvic-floor .lead-form-section .lead-form-content .lead-form .submit-button{width:auto;margin:10px auto 0;display:block;border-radius:8px;padding:14px 40px;font-size:16px;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);border:3px solid #111311;color:#fff;transition:all .3s ease}.pelvic-floor .lead-form-section .lead-form-content .lead-form .submit-button:hover{background:#fff;color:#111311;border-color:#fff}.pelvic-floor .lead-form-section .lead-form-content .lead-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-message{margin-top:15px;padding:12px 16px;border-radius:8px;text-align:center;font-size:14px;font-weight:600}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-message.success{background-color:hsla(0,0%,100%,.95);color:#1a7a39;border:none}.pelvic-floor .lead-form-section .lead-form-content .lead-form .form-message.error{background-color:hsla(0,0%,100%,.95);color:#dc3545;border:none}.pelvic-floor .cta-section{background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff;padding:80px 0}.pelvic-floor .cta-section .cta-content{text-align:center;max-width:800px;margin:0 auto}.pelvic-floor .cta-section .cta-content h2{margin-bottom:25px}.pelvic-floor .cta-section .cta-content .description{font-size:18px;line-height:1.6;margin-bottom:20px}.pelvic-floor .cta-section .cta-content .cta-text{font-size:20px;font-weight:600;color:#23a44c;margin-bottom:30px}.pelvic-floor .cta-section .cta-content .button.dark{border-radius:17.3px;background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border-color:#23a44c;transition:all .3s ease;display:inline-block;margin:0 auto}.pelvic-floor .cta-section .cta-content .button.dark:hover{background:#fff;color:#111311;border-color:#fff}.pelvic-floor .specialist-section{background-color:#f8f8f8;padding:80px 0}.pelvic-floor .specialist-section .specialist-content{display:flex;align-items:center;justify-content:center;gap:60px;max-width:800px;margin:0 auto}@media only screen and (max-width:768px){.pelvic-floor .specialist-section .specialist-content{flex-direction:column;text-align:center;gap:30px}}.pelvic-floor .specialist-section .specialist-content .specialist-image{flex:0 0 200px;width:200px;height:200px;border-radius:50%;border:3px solid #111311;overflow:hidden}.pelvic-floor .specialist-section .specialist-content .specialist-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pelvic-floor .specialist-section .specialist-content .specialist-text{flex:1}.pelvic-floor .specialist-section .specialist-content .specialist-text .super-header{margin-bottom:5px}.pelvic-floor .specialist-section .specialist-content .specialist-text h3{margin-bottom:15px}.pelvic-floor .specialist-section .specialist-content .specialist-text .description{font-size:16px;line-height:1.6}.pelvic-floor .videos-section{background-color:#fff;padding:80px 0}.pelvic-floor .videos-section .section-title{text-align:center;margin-bottom:60px;position:relative;display:inline-block;width:100%}.pelvic-floor .videos-section .section-title:after{content:"";display:block;width:200px;height:4px;background-color:#23a44c;margin:15px auto 0}.pelvic-floor .videos-section .featured-video{margin-bottom:60px}.pelvic-floor .videos-section .featured-video h3{text-align:center;margin-bottom:15px}.pelvic-floor .videos-section .featured-video .video-description{text-align:center;font-size:18px;max-width:700px;margin:0 auto 30px;color:#555}.pelvic-floor .videos-section .featured-video .video-container{position:relative;width:100%;max-width:900px;margin:0 auto;padding-bottom:50.625%;height:0;overflow:hidden;border:3px solid #111311;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media only screen and (max-width:1024px){.pelvic-floor .videos-section .featured-video .video-container{padding-bottom:56.25%}}.pelvic-floor .videos-section .featured-video .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.pelvic-floor .videos-section .shorts-section h3{text-align:center;margin-bottom:30px}.pelvic-floor .videos-section .shorts-section .shorts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media only screen and (max-width:1024px){.pelvic-floor .videos-section .shorts-section .shorts-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:768px){.pelvic-floor .videos-section .shorts-section .shorts-grid{grid-template-columns:repeat(2,1fr);gap:15px}}.pelvic-floor .videos-section .shorts-section .short-video .short-container{position:relative;width:100%;padding-bottom:177.78%;height:0;overflow:hidden;border:2px solid #111311;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:10px}.pelvic-floor .videos-section .shorts-section .short-video .short-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.pelvic-floor .videos-section .shorts-section .short-video .short-title{font-size:14px;text-align:center;color:#111311;font-weight:500}@media only screen and (max-width:768px){.pelvic-floor .videos-section .shorts-section .short-video .short-title{font-size:12px}}.pelvic-floor .conversion-section{background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff;padding:80px 0}.pelvic-floor .conversion-section .conversion-content{max-width:1000px;margin:0 auto}.pelvic-floor .conversion-section .conversion-header{text-align:center;margin-bottom:50px}.pelvic-floor .conversion-section .conversion-header h2{margin-bottom:20px}.pelvic-floor .conversion-section .conversion-header .description{font-size:18px;line-height:1.6;max-width:700px;margin:0 auto}.pelvic-floor .conversion-section .conversion-options{display:flex;align-items:stretch;gap:40px}@media only screen and (max-width:1024px){.pelvic-floor .conversion-section .conversion-options{flex-direction:column;gap:30px}}.pelvic-floor .conversion-section .conversion-options .option{flex:1;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.1);border-radius:12px;padding:40px 30px;text-align:center}.pelvic-floor .conversion-section .conversion-options .option h3{margin-bottom:15px;font-size:24px}.pelvic-floor .conversion-section .conversion-options .option p{margin-bottom:25px;font-size:16px;opacity:.9}.pelvic-floor .conversion-section .conversion-options .book-option{display:flex;flex-direction:column;justify-content:center}.pelvic-floor .conversion-section .conversion-options .book-option .button.dark{background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border-color:#23a44c;align-self:center}.pelvic-floor .conversion-section .conversion-options .book-option .button.dark:hover{background:#fff;color:#111311;border-color:#fff}.pelvic-floor .conversion-section .conversion-options .option-divider{display:flex;align-items:center;justify-content:center}.pelvic-floor .conversion-section .conversion-options .option-divider span{background:hsla(0,0%,100%,.1);padding:15px 20px;border-radius:50%;font-weight:600;font-size:14px}@media only screen and (max-width:1024px){.pelvic-floor .conversion-section .conversion-options .option-divider span{padding:12px 16px}}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-row{display:flex;flex-direction:column;gap:12px;margin-bottom:15px}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group input,.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group textarea{width:100%;padding:14px 16px;font-size:16px;border:2px solid hsla(0,0%,100%,.2);border-radius:8px;background:hsla(0,0%,100%,.1);color:#fff;transition:border-color .2s ease,background .2s ease}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group input:focus,.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group textarea:focus{outline:none;border-color:#23a44c;background:hsla(0,0%,100%,.15)}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group input::-moz-placeholder,.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group textarea::-moz-placeholder{color:hsla(0,0%,100%,.5)}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group input::placeholder,.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group textarea::placeholder{color:hsla(0,0%,100%,.5)}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .message-group{margin-bottom:15px}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .submit-button{width:100%;margin:0;border-radius:8px;padding:14px 20px;font-size:16px}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-message{margin-top:15px;padding:12px 16px;border-radius:8px;text-align:center;font-size:14px}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-message.success{background-color:rgba(35,164,76,.2);color:#23a44c;border:1px solid #23a44c}.pelvic-floor .conversion-section .conversion-options .form-option .lead-form .form-message.error{background-color:rgba(220,53,69,.2);color:#ff6b6b;border:1px solid #ff6b6b}