.m-about-page{background:#fff;padding:100px 20px 120px;position:relative;width:100%}.m-about-wrapper{max-width:1400px;min-height:100vh;width:100%;margin:0 auto;padding:0 40px}.m-about-hero{text-align:center;margin-bottom:80px;padding:60px 40px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:box-shadow .3s ease;border:1px solid rgba(0,0,0,.06)}.m-about-hero:hover{box-shadow:0 8px 30px #0000001f}.m-about-hero__title{font-size:48px;font-weight:700;color:#000;margin-bottom:30px;letter-spacing:-1px;line-height:1.2}.m-about-hero__content p{font-size:18px;line-height:1.8;color:#2d2d2d;font-weight:500;max-width:900px;margin:0 auto}.m-about-section{margin-bottom:80px;padding:60px 40px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:box-shadow .3s ease;border:1px solid rgba(0,0,0,.06)}.m-about-section:hover{box-shadow:0 8px 30px #0000001f}.m-about-section__title{font-size:36px;font-weight:700;color:#000;margin-bottom:30px;letter-spacing:-.5px;text-align:center;padding-bottom:20px;border-bottom:3px solid #000000}.m-about-section__content{margin-bottom:40px}.m-about-section__content p{font-size:16px;line-height:1.8;color:#2d2d2d;font-weight:500;margin-bottom:20px}.m-about-section__content p:last-child{margin-bottom:0}.m-about-section__footer{margin-top:40px;padding-top:30px;border-top:1px solid #e5e5e5;text-align:center}.m-about-section__footer p{font-size:17px;line-height:1.7;color:#000;font-weight:600;font-style:italic}.m-about-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:40px 0}.m-about-benefit-card{background:linear-gradient(135deg,#fafbfc,#f8f9fa);border-radius:12px;padding:24px;display:flex;align-items:flex-start;gap:16px;transition:all .3s ease;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d}.m-about-benefit-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f;border-color:#000}.m-about-benefit-card__icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.m-about-benefit-card__icon svg{width:28px;height:28px;stroke:#000;stroke-width:2}.m-about-benefit-card p{font-size:15px;line-height:1.6;color:#2d2d2d;font-weight:500;margin:0}.m-about-team{margin-bottom:80px}.m-about-team__title{font-size:42px;font-weight:700;color:#000;margin-bottom:50px;letter-spacing:-.5px;text-align:center}.m-about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:40px}.m-about-team-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.06);position:relative;overflow:hidden}.m-about-team-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#000,#333);transform:scaleX(0);transition:transform .3s ease}.m-about-team-card:hover:before{transform:scaleX(1)}.m-about-team-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.m-about-team-card__header{margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.m-about-team-card__name{font-size:28px;font-weight:700;color:#000;margin-bottom:8px;letter-spacing:-.5px}.m-about-team-card__role{font-size:16px;color:#666;font-weight:600;letter-spacing:.5px;margin:0}.m-about-team-card__content p{font-size:15px;line-height:1.8;color:#2d2d2d;font-weight:500;margin-bottom:16px}.m-about-team-card__content p:last-child{margin-bottom:0;font-style:italic;color:#555}@media screen and (max-width: 1024px){.m-about-page{padding:80px 20px 100px}.m-about-wrapper{padding:0 30px}.m-about-hero{padding:50px 30px;margin-bottom:60px}.m-about-hero__title{font-size:40px}.m-about-hero__content p{font-size:17px}.m-about-section{padding:50px 30px;margin-bottom:60px}.m-about-section__title{font-size:32px}.m-about-team__title{font-size:36px;margin-bottom:40px}.m-about-team-grid{gap:30px}}@media screen and (max-width: 768px){.m-about-page{padding:60px 20px 80px}.m-about-wrapper{padding:0 20px}.m-about-hero{padding:40px 24px;margin-bottom:50px}.m-about-hero__title{font-size:32px;margin-bottom:20px}.m-about-hero__content p{font-size:16px}.m-about-section{padding:40px 24px;margin-bottom:50px}.m-about-section__title{font-size:28px;margin-bottom:24px}.m-about-section__content p{font-size:15px}.m-about-section__footer p{font-size:16px}.m-about-benefits{grid-template-columns:1fr;gap:16px}.m-about-benefit-card{padding:20px}.m-about-team__title{font-size:30px;margin-bottom:30px}.m-about-team-grid{grid-template-columns:1fr;gap:24px}.m-about-team-card{padding:30px 24px}.m-about-team-card__name{font-size:24px}.m-about-team-card__role{font-size:15px}.m-about-team-card__content p{font-size:14px}}@media screen and (max-width: 640px){.m-about-page{padding:40px 20px 60px}.m-about-wrapper{padding:0 16px}.m-about-hero{padding:30px 20px;margin-bottom:40px}.m-about-hero__title{font-size:28px}.m-about-hero__content p{font-size:15px}.m-about-section{padding:30px 20px;margin-bottom:40px}.m-about-section__title{font-size:24px;margin-bottom:20px}.m-about-section__content p{font-size:14px}.m-about-section__footer{margin-top:30px;padding-top:24px}.m-about-section__footer p{font-size:15px}.m-about-benefit-card{padding:18px}.m-about-benefit-card__icon{width:24px;height:24px}.m-about-benefit-card__icon svg{width:24px;height:24px}.m-about-benefit-card p{font-size:14px}.m-about-team__title{font-size:26px;margin-bottom:24px}.m-about-team-card{padding:24px 20px}.m-about-team-card__header{margin-bottom:20px;padding-bottom:16px}.m-about-team-card__name{font-size:22px}.m-about-team-card__role{font-size:14px}.m-about-team-card__content p{font-size:14px;margin-bottom:14px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/about-us.css.map */
