*{margin:0;padding:0;box-sizing:border-box}:root{--background: #010439;--primary: #90DD06;--secondary: #a8e834;--white: #ffffff;--black: #000000;--gray-100: #f7fafc;--gray-200: #edf2f7;--gray-300: #e2e8f0;--gray-400: #bed0e4cc;--gray-500: #a0aec0;--gray-600: #718096;--gray-700: #4a5568;--gray-800: #2d3748;--gray-900: #1a202c;--gray-950: #0f1419}body{font-family:Poppins,sans-serif;line-height:1.6;background-color:#fff;color:var(--black)}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container-sm{max-width:640px;margin:0 auto;padding:0 1.5rem}.container-md{max-width:768px;margin:0 auto;padding:0 1.5rem}.container-lg{max-width:1024px;margin:0 auto;padding:0 1.5rem}.container-xl{max-width:1280px;margin:0 auto;padding:0 1.5rem}.navbar{position:fixed;top:8px;left:50%;transform:translate(-50%) translateY(0);transition:transform .3s ease-in-out;width:calc(100% - 20px);max-width:70rem;background-color:#010439e8;padding:.3rem 2rem;border-radius:200px;box-shadow:0 8px 20px #0000003e;z-index:1000}.navbar.hidden{transform:translate(-50%) translateY(-150%);opacity:0;pointer-events:none}.navbar-container{width:100%;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{height:3.5rem;padding:.4rem}.navbar-menu{display:none;gap:1.2rem;font-size:1rem}.navbar-menu a{color:var(--white);padding:1rem;font-weight:500}.navbar-menu a:hover{color:var(--primary)}.navbar-toggle{font-size:.9rem;width:36px;height:36px;border-radius:50%;background:var(--primary);color:var(--background);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.menu-overlay{position:fixed;inset:0;backdrop-filter:blur(4px);z-index:40;opacity:0;visibility:hidden;transition:opacity .3s ease}.menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;height:100%;width:100%;max-width:24rem;background-color:var(--background);color:var(--primary);z-index:50;transform:translate(100%);transition:transform .3s ease-in-out}.mobile-menu.active{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem}.mobile-menu-close{position:absolute;top:25px;right:25px;width:36px;height:36px;border-radius:50%;background:var(--primary);color:var(--background);border:none;display:flex;align-items:center;justify-content:center;font-size:22px}.mobile-menu-links{margin-top:4rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu-links a{display:block;width:100%;text-align:center;background:var(--primary);color:var(--background);font-weight:600;padding:.75rem 1rem;border-radius:50px;transition:all .3s}.mobile-menu-links a:hover{background-color:var(--background);color:var(--primary);box-shadow:var(--primary ) 0 0 0 2px}.hero{position:relative;background-size:cover;background-position:center;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary) 0%,#a3e635 50%,#fef08a 100%)}.hero-content{position:relative;z-index:10;max-width:100%;margin:0 auto;padding:8rem 2rem 6rem;text-align:center;color:var(--primary)}.hero-title{font-size:1.6rem;font-weight:600;filter:drop-shadow(0 2px 2px rgba(169,227,156,.892));color:var(--background)}.hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:3rem 0;font-size:.875rem}.hero-tag{display:flex;align-items:center;gap:.4rem;background-color:var(--white);color:var(--black);padding:.5rem 1rem;border-radius:25px;box-shadow:0 6px 6px #00000040;transition:all .3s;cursor:pointer}.hero-tag:hover{background-color:var(--primary);color:var(--black)}.hero-tag svg{width:1rem;height:1rem}.hero-stores{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:.2rem 0}.hero-store-link{display:flex;align-items:center;justify-content:center;width:8rem}.hero-store-link img.appstore{transform:scale(.92)}.hero-store-link img{height:.8rem;width:auto;object-fit:contain;transition:transform .2s}.hero-availability{margin-top:1rem;font-size:1.125rem;color:var(--white)}.features{background-color:var(--background);padding:4rem 0}.features-container{max-width:42rem;margin:0 auto;padding:0 1.5rem}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(50px);transition:all .8s ease-out;margin-bottom:5rem}.feature-item.visible{opacity:1;transform:translateY(0)}.feature-item h3{color:var(--white);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.feature-item p{color:var(--gray-200);margin-bottom:1.5rem;max-width:36rem}.feature-item img{width:100%;max-width:28rem}.sap-section{background-color:#2d3564;padding:5rem 2.5rem}.sap-container{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.sap-title{font-size:1.25rem;color:var(--white);font-weight:600;text-align:center;margin-bottom:2rem}.sap-logo{width:9rem;height:auto;margin-bottom:1.5rem}.sap-text{color:var(--white);font-size:1rem;max-width:48rem;line-height:1.625}.insurance-section{padding:5rem 3rem;background:linear-gradient(to bottom,var(--gray-200),var(--white));color:var(--black)}.insurance-container{max-width:72rem;margin:0 auto;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center;gap:2rem}.insurance-image{display:flex;align-items:center;justify-content:center}.insurance-image img{max-height:16rem;height:9rem;width:auto;filter:drop-shadow}.payment-section{padding:4rem 1rem;background-color:#f9f9fb;color:var(--black)}.payment-container{max-width:80rem;margin:0 auto;text-align:center;padding:2.5rem}.payment-secure{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}.payment-secure p{font-size:1rem;font-weight:600;color:var(--gray-700);line-height:1.625;max-width:28rem;text-align:center}.payment-secure .highlight{color:#5433ff;font-weight:700}.payment-secure a img{height:3.5rem;width:auto;filter:drop-shadow(0 4px 3px rgba(0,0,0,.2));transition:transform .3s}.payment-secure a:hover img{transform:scale(1.05)}.payment-features{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.payment-feature{background-color:#635bff;color:var(--white);font-weight:500;padding:.75rem;border-radius:9999px;box-shadow:0 4px 6px #0000001a;border:1px solid transparent;font-size:1rem;transition:all .3s;width:100%;max-width:20rem;text-align:center;display:flex;align-items:center;justify-content:center}.payment-feature:hover{background-color:var(--white);color:#5433ff}.faq-section{background-color:#fff;padding:2rem 1rem}.faq-container{max-width:60rem;margin:0 auto;text-align:center}.faq-title{text-align:center;font-size:1.5rem;font-weight:600;color:var(--black);margin-bottom:1.2rem}.faq-subtitle{text-align:center;font-weight:500;margin:1.6rem auto}.faq-item{background-color:#f5f5f5;border:2px solid #ddd;box-shadow:0 4px 6px #0000000d;border-radius:1rem;overflow:hidden;padding:6px;font-weight:500;transition:all .3s ease;text-align:center;max-width:85%;margin:12px auto}.faq-item:hover{border:2px solid var(--primary);padding:4px;margin:12px auto;max-width:84%}.faq-item details summary{cursor:pointer;padding:1rem 1.5rem;font-size:1.1rem;color:#111;list-style:none}.faq-item details summary::-webkit-details-marker{display:none}.faq-item details div{max-height:0;opacity:0;transform:translateY(-20px);margin:10px;color:#333;transition:max-height .4s ease,opacity .3s ease,transform .3s ease}.faq-item details{overflow:hidden}.faq-item details div{max-height:0;opacity:0;overflow:hidden;transform:translateY(-1px);transition:max-height .5s ease,opacity .3s ease,transform .3s ease}.blog-preview{padding:4rem 2rem;max-width:1100px;margin:auto}.blog-preview-header{text-align:center;margin-bottom:2.5rem}.blog-preview-header h2{text-align:center;font-size:1.5rem;font-weight:600;color:var(--black);margin-bottom:1.2rem}.blog-preview-header p{opacity:.7;margin-top:.5rem}.blog-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.blog-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 25px #00000014;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.blog-card-img{width:100%;height:160px;object-fit:cover}.blog-card-content{padding:1rem}.blog-date{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;padding:.25rem .6rem;border-radius:999px;background-color:var(--gray-200);color:var(--gray-700);width:fit-content;white-space:nowrap}.blog-card-content h3{font-size:1.1rem;margin-bottom:.5rem}.blog-card-content p{font-size:.9rem;opacity:.8;line-height:1.4}.blog-preview-footer{text-align:center;margin-top:2rem}.blog-btn{display:inline-block;padding:.7rem 1.2rem;border-radius:8px;background:#111;color:#fff;text-decoration:none;font-weight:500}.contact-section{background-color:#010439;color:var(--white);padding:4rem 1.5rem}.contact-header{max-width:48rem;margin:0 auto;text-align:center;margin-bottom:3rem}.contact-header h2{font-size:1.875rem;font-weight:700;margin-bottom:2rem}.contact-header p{color:var(--gray-100);margin-bottom:2.5rem}.contact-header a{color:var(--primary)}.contact-header a:hover{text-decoration:underline}.contact-form{max-width:48rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}.form-group{position:relative}.form-group input,.form-group textarea{width:100%;background:transparent;border:none;border-bottom:1px solid var(--gray-500);color:var(--white);padding:.75rem 0;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-bottom-color:var(--primary)}.form-group input::placeholder,.form-group textarea::placeholder{color:transparent}.form-group label{position:absolute;left:0;top:-.875rem;color:var(--gray-400);font-size:.875rem;transition:all .3s;pointer-events:none}.form-group input:placeholder-shown+label,.form-group textarea:placeholder-shown+label{top:.75rem;font-size:1rem;color:var(--gray-500)}.form-group input:focus+label,.form-group textarea:focus+label{top:-.875rem;font-size:.875rem;color:var(--primary)}.form-group textarea{resize:none}.form-submit{text-align:center}.form-submit button{background-color:var(--primary);color:#010439;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;transition:background-color .3s}.form-submit button:hover{background-color:var(--secondary)}.form-message{font-size:.875rem;color:#48bb78;display:none;margin-top:.5rem}.form-message.show{display:block}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:var(--gray-950);color:var(--white);padding:1rem;z-index:50;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 -4px 6px #0000001a}.cookie-banner.hidden{display:none}.cookie-banner p{font-size:.875rem;max-width:36rem}.cookie-buttons{display:flex;gap:.5rem}.cookie-buttons button{padding:.5rem 1rem;border-radius:.25rem;transition:background-color .3s}.cookie-accept{background-color:var(--gray-300);color:var(--black)}.cookie-accept:hover{background-color:var(--gray-400)}.cookie-reject{background-color:var(--gray-400);color:var(--black)}.cookie-reject:hover{background-color:var(--gray-500)}.footer{background-color:#010439;color:var(--gray-300);padding:2.5rem 1.5rem}.footer-container{max-width:90%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;font-size:.875rem}.footer-logo-section img{height:4rem;cursor:pointer;user-select:none;margin-bottom:10px;display:block}.footer-logo-section p{color:var(--white);font-weight:500;font-size:1rem}.footer-column h3{font-weight:600;color:var(--white);margin-bottom:.5rem}.footer-column ul{list-style:none}.footer-column li{margin:.25rem 0}.footer-column a{color:var(--gray-300);transition:color .3s}.footer-column a:hover{text-decoration:underline}.footer-contact p{margin-bottom:1rem}.footer-social-title{font-weight:600;color:var(--white);margin-bottom:1rem}.footer-social-links{display:flex;gap:1rem}.footer-social-links a{transition:transform .3s}.footer-social-links a:hover{transform:scale(1.1)}.footer-social-links img{width:1.5rem;height:1.5rem}.footer-copyright{margin-top:2rem;text-align:center;font-size:.875rem;color:var(--white)}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.about{background-color:var(--white);padding:7rem 0}.about-container{max-width:60rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:4rem}.about-title{color:var(--gray-900);font-size:1.8em;font-weight:700;margin:2.6rem auto 1.8rem;text-align:center}.about-intro img{width:100px;height:auto;margin:4px auto 20px;display:block}.about-text{color:var(--gray-900);font-size:1rem;line-height:1.6;font-weight:500;margin:0 auto}.about-section{opacity:0;transform:translateY(40px);transition:all .7s ease-out}.about-section.visible{opacity:1;transform:translateY(0)}.about-section h3{color:var(--gray-900);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.about-section p{color:var(--gray-900);line-height:1.6;font-weight:500;margin:0 auto}.about-list{list-style:none;padding:0;margin-top:1rem;font-weight:500;color:var(--gray-900)}.about-list li{margin-bottom:.8rem;position:relative}.about-list li:before{content:"•";color:var(--gray-900);margin-left:4px;padding-right:8px}.blog-hero{background:var(--background);color:#fff;text-align:center;padding:7rem 2rem}.blog-hero h1{font-size:1.8em;font-weight:700;margin:2.6rem auto 1.8rem;text-align:center;color:var(--primary)}.blog-hero p{max-width:36rem;margin:0 auto;font-size:1.1rem;color:#fff;line-height:1.6}.blog-grid{max-width:1100px;margin:0 auto;padding:4rem 1.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.blog-card img{width:100%;height:200px;object-fit:cover}.blog-card-content{padding:1.2rem;display:flex;flex-direction:column;gap:.8rem}.blog-card h2{font-size:1.2rem;font-weight:700;color:#111827}.blog-card p{font-size:.95rem;color:#6b7280;line-height:1.5}.blog-btn{margin-top:auto;display:inline-block;padding:.6rem 1.2rem;background:#010439;color:#fff;border-radius:999px;font-size:.85rem;font-weight:600;text-decoration:none;transition:.2s ease;width:fit-content}.blog-btn:hover{background:#90dd06;color:#010439}.blog-card.placeholder{opacity:.6}.blog-card.placeholder h2{color:#6b7280}.article{max-width:800px;margin:auto;padding:8rem 2rem 3rem}.article-hero{position:relative;height:60vh;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;border-radius:16px;margin-bottom:2rem}.article-hero__bg{position:absolute;inset:0}.article-hero__bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.article-hero__gradient{position:absolute;inset:0;background:linear-gradient(to top,#000000e6,#000c,#0000)}.article-hero__content{position:relative;z-index:2;color:#fff;padding:2rem;text-align:left;max-width:800px}.article-hero__title{font-size:1.6rem;font-weight:700;margin-bottom:12px}.article-hero__meta{display:flex;gap:10px;font-size:.85rem;opacity:.8;margin-bottom:10px}.article-hero__description{font-size:1rem;line-height:1.6;opacity:.9}.article-content{line-height:1.6;font-size:1.1rem}.article-content h2{margin-top:2.2rem;font-size:1.6rem;margin-bottom:1.2rem}.article-content p{margin-top:1rem;margin-bottom:1rem}.article-content ul{margin:1rem}.article-tags{margin-top:40px;display:flex;gap:10px;flex-wrap:wrap}.article-tag{background:#f2f2f2;padding:5px 10px;border-radius:999px;font-size:.8rem}.article-content hr{display:none}.article-back{margin:1.5rem auto;padding:3px}.article-back__btn{display:inline-flex;align-items:center;gap:8px;padding:.6rem 1.2rem;border-radius:999px;background:var(--background);color:#fff;font-size:.8rem;font-weight:500;text-decoration:none;transition:.2s ease}.article-back__btn:hover{background:#90dd06;color:#010439;transform:translate(-3px)}.cta{padding:2rem}.cta-container{max-width:900px;margin:0 auto}.cta-card{background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001a;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:.3s ease}.cta-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}@media(min-width:768px){.cta-card{flex-direction:row;justify-content:space-between;align-items:center}}.cta-title{font-size:1.5rem;font-weight:800;color:var(--background)}.cta-highlight{color:#90dd06}.cta-description{color:var(--gray-800);margin-top:1rem}.cta-action{display:flex;justify-content:center}.cta-button{padding:.8rem 2rem;background:linear-gradient(to right,#ceff47,#a5e100);color:var(--background);font-weight:700;font-size:1rem;border-radius:25px;transition:.3s ease}.cta-button:hover{transform:scale(1.1)}.download{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background);color:#fff}.download .container{text-align:center;padding:24px}.download .logo{width:180px;max-width:70%;margin-bottom:24px}.download .text{font-size:16px;opacity:.9}.coach-profile{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.coach-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 15px 35px #00000014;transition:.3s ease}.coach-card:hover{transform:translateY(-3px);box-shadow:0 25px 50px #0000001f}.coach-header{text-align:center}.coach-header img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto;border:3px solid #90dd06;box-shadow:0 10px 25px #0000001a}.coach-name{font-size:1.8rem;font-weight:800;margin-top:1rem;color:var(--background)}.coach-section-title{font-size:1.1rem;font-weight:700;margin-bottom:.8rem;color:var(--background)}.coach-bio{color:var(--background);line-height:1.6;text-align:center}.coach-specialties{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.coach-specialties li{background:#90dd061a;color:var(--background);padding:.6rem 1rem;border-radius:999px;font-size:.9rem}.coach-pricing{text-align:center;font-weight:500;font-size:.9rem;color:var(--background)}.coach-cta{text-align:center;margin-top:25px}@media(min-width:640px){.hero-content{margin-top:4rem;padding:8rem 1rem}.hero-title{font-size:1.6rem}.hero-tags{gap:1rem;margin:2rem 0;font-size:1rem}.navbar-logo{height:4rem}.sap-title,.insurance-content h2{font-size:1.5rem}.insurance-content p{font-size:1.125rem}.payment-secure{flex-direction:row;gap:1.5rem}.payment-secure p{font-size:1.125rem}.payment-secure a img{height:4rem}.payment-features,.insurance-container{flex-direction:row}.insurance-content{width:50%}.contact-header h2{font-size:2.25rem}.cookie-banner{flex-direction:row}.cookie-banner p{font-size:1rem}.footer-container{grid-template-columns:repeat(2,1fr)}.footer-logo-section img{height:5rem}}@media(min-width:768px){.navbar-menu{display:flex}.navbar-toggle{display:none}.hero-title{font-size:2rem;line-height:1.5}.navbar-logo{height:5rem}.contact-form{grid-template-columns:repeat(2,1fr)}.form-group-full{grid-column:span 2}.footer-logo-section img{height:5.5rem}}@media(min-width:1024px){.footer-container{grid-template-columns:repeat(4,1fr)}}.hero-preinscription{position:relative;padding:7rem 0;background:linear-gradient(135deg,var(--primary) 0%,#a3e635 50%,#fef08a 100%);overflow:hidden}.hero-preinscription-bg{position:absolute;inset:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-preinscription-content{position:relative;padding:1rem;max-width:60rem;margin:0 auto;text-align:center}.hero-preinscription-content h1{font-size:2rem;margin:1rem 1rem 2rem;color:var(--background);font-weight:600;line-height:1.6}.hero-preinscription-content p{font-size:1.2rem;margin:1rem;color:var(--background);font-weight:500;line-height:1.6}.features-coach-section{max-width:80rem;margin:0 auto;padding:5rem .5rem}.features-coach-section h2{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1rem}.features-coach-section p{font-size:1.25rem;text-align:center;padding:1rem;margin-bottom:1.5rem}.feature-coach-item{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;gap:2rem;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s}.feature-coach-item:hover{box-shadow:0 10px 15px #0000001a}.feature-coach-item.bg-blue{background-color:#eff6ff}.feature-coach-item.bg-green{background-color:#f0fdf4}.feature-coach-item.bg-yellow{background-color:#fefce8}.feature-coach-item.bg-orange{background-color:#fff7ed}.feature-coach-text{width:100%;text-align:center}.feature-coach-text h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-coach-image{width:100%;display:flex;justify-content:center}.feature-coach-image img{width:18rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s}.feature-coach-image img:hover{transform:scale(1.05)}.conditions-section{margin:0 auto;padding:5rem 3rem;background-color:var(--gray-100)}.conditions-section h2{font-size:1.5rem;font-weight:600;text-align:center;margin:2rem}.conditions-section p{text-align:center;color:var(--gray-700);margin:2rem auto;max-width:40rem}.conditions-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.condition-card{padding:1.8rem;background-color:var(--white);border-radius:1rem;box-shadow:0 1px 3px #00000028;text-align:center;transition:box-shadow .3s}.condition-card:hover{box-shadow:0 10px 15px #0000001a}.condition-card p{color:var(--gray-800)}@media(min-width:640px){.hero-preinscription-content h1{line-height:2}.preinscription-form{flex-direction:row}.conditions-grid{grid-template-columns:repeat(2,1fr)}.revenue-inputs{flex-direction:row}}@media(min-width:768px){.feature-coach-item{flex-direction:row}.feature-coach-item.reverse{flex-direction:row-reverse}.feature-coach-text{width:50%;text-align:left}.feature-coach-text.text-right{text-align:left}.feature-coach-image{width:50%}}
