body:has(.lp) .shopify-section-header,body:has(.lp) header,body:has(.lp)>header,body:has(.lp) [id*=shopify-section-header],body:has(.lp) .site-header,body:has(.lp) .header-wrapper{display:none!important}.lp{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1f2937;min-height:100vh;background:#fff}.lp *{box-sizing:border-box}.lp__container{max-width:1280px;margin:0 auto;padding:0 1rem}.lp__nav{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.lp__nav-container{max-width:1280px;margin:0 auto;padding:.75rem 1rem 0;display:flex;flex-direction:column;align-items:flex-start}.lp__logo{font-size:2rem;font-weight:700;color:#ba2a20;line-height:1.2;display:flex;justify-content:flex-start}.lp__nav-menu{display:flex;align-items:center;gap:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 1rem;margin-top:.5rem;border-top:1px solid #f3f4f6}.lp__nav-menu::-webkit-scrollbar{display:none}.lp__nav-link{background:none;border:none;color:#374151;cursor:pointer;transition:color .2s;font-size:1.4rem;padding:.5rem 1.2rem;white-space:nowrap;flex-shrink:0}.lp__nav-link:hover{color:#ba2a20}@media(min-width:768px){.lp__nav-container{flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 1rem;gap:2rem}.lp__logo{justify-content:flex-start}.lp__nav-menu{overflow-x:visible;width:auto;gap:2.5rem;padding:0;margin-top:0;border-top:none}.lp__nav-link{font-size:1.5rem;padding:0}}.lp__nav-icons{display:flex;align-items:center;gap:1rem;flex-shrink:0}.lp__nav-icon{display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s;position:relative}.lp__nav-icon svg{width:1.5rem;height:1.5rem}.lp__nav-icon:hover{color:#ba2a20}.lp__nav-icon--cart{position:relative}.lp__cart-count{position:absolute;top:-.5rem;right:-.5rem;background:#ba2a20;color:#fff;font-size:.75rem;font-weight:600;min-width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 .25rem}.lp__cart-count:empty{display:none}.lp__hero{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center center;background-repeat:no-repeat}.lp .lp__hero{padding:110px 1rem 2rem}@media(min-width:768px){.lp .lp__hero{padding:90px 2rem 4rem}}.lp__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000001a}.lp__hero-content{position:relative;z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;text-align:center}.lp__hero-logo{margin-bottom:3rem;max-width:95%;width:100%}@media(min-width:640px){.lp__hero-logo{max-width:48rem}}@media(min-width:1024px){.lp__hero-logo{max-width:56rem}}.lp__hero-logo img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.lp__hero-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 8px rgba(0,0,0,.4);line-height:1.4;max-width:95%}@media(min-width:640px){.lp__hero-title{font-size:3rem}}@media(min-width:768px){.lp__hero-title{font-size:4rem;max-width:100%}}@media(min-width:1024px){.lp__hero-title{font-size:4.5rem}}.lp__hero-subtitle{font-size:1.125rem;color:#fff;margin-bottom:2.5rem;max-width:95%;text-shadow:0 2px 6px rgba(0,0,0,.4);line-height:1.8}@media(min-width:640px){.lp__hero-subtitle{font-size:1.375rem;max-width:48rem}}@media(min-width:768px){.lp__hero-subtitle{font-size:1.625rem;margin-bottom:3rem}}@media(min-width:1024px){.lp__hero-subtitle{font-size:1.875rem}}.lp__hero-buttons{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:95%}@media(min-width:640px){.lp__hero-buttons{flex-direction:row;justify-content:center;max-width:50rem;gap:1.5rem}}.lp__button{display:inline-block;padding:1rem 2.5rem;font-size:1.25rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s;text-align:center;white-space:nowrap;cursor:pointer}@media(min-width:640px){.lp__button{font-size:1.5rem;padding:1.125rem 3rem}}@media(min-width:1024px){.lp__button{font-size:1.625rem;padding:1.25rem 3.5rem}}.lp__button--outline{background:#fff;color:#ba2a20;border:2px solid #ffffff;box-shadow:0 4px 12px #00000026}.lp__button--outline:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.lp__button--primary{background:#ba2a20;color:#fff;border:2px solid #BA2A20;box-shadow:0 4px 12px #ba2a204d}.lp__button--primary:hover{background:#9a2219;transform:translateY(-2px);box-shadow:0 6px 16px #ba2a2066}.lp__button--blue{background:#2563eb;color:#fff;border:2px solid #2563eb}.lp__button--blue:hover{background:#1d4ed8}.lp__hero-scroll{margin-top:3rem;animation:bounce 2s infinite}.lp__hero-scroll svg{width:2rem;height:2rem;color:#fff}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-.5rem)}}.lp section{padding:3rem 1rem;scroll-margin-top:110px}@media(min-width:768px){.lp section{scroll-margin-top:90px;padding:8rem 1rem}}.lp section[id]{scroll-margin-top:110px}@media(min-width:768px){.lp section[id]{scroll-margin-top:90px}}.lp__section-title{font-size:2.25rem;font-weight:700;margin-bottom:4rem;color:#1f2937;line-height:1.4}@media(min-width:768px){.lp__section-title{font-size:3rem}}@media(min-width:1024px){.lp__section-title{font-size:3.5rem}}.lp__section-title--center{text-align:center}.lp__about{background:#fff}.lp__about-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.lp__about-grid{grid-template-columns:repeat(2,1fr)}}.lp__about-image img{width:100%;height:auto;border-radius:1rem;object-fit:contain}.lp__about-text{font-size:1.375rem;color:#4b5563;line-height:1.8}@media(min-width:768px){.lp__about-text{font-size:1.625rem}}@media(min-width:1024px){.lp__about-text{font-size:1.875rem}}.lp__about-text p{margin-bottom:1rem}.lp__flow{background:#f8f9fa}.lp__flow .lp__section-title{font-size:2.5rem;margin-bottom:3rem}@media(min-width:768px){.lp__flow .lp__section-title{font-size:3.5rem}}@media(min-width:1024px){.lp__flow .lp__section-title{font-size:4rem}}.lp__flow-steps{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:3rem auto 4rem;max-width:1280px}@media(min-width:768px){.lp__flow-steps{flex-direction:row;justify-content:center;gap:3rem}}.lp__flow-step{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.lp__flow-badge{width:8rem;height:8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;box-shadow:0 4px 12px #00000026}@media(min-width:1024px){.lp__flow-badge{width:10rem;height:10rem;font-size:5rem}}.lp__flow-badge--blue{background:#2563eb}.lp__flow-badge--red{background:#dc2626}.lp__flow-step-title{font-size:2.0625rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}@media(min-width:768px){.lp__flow-step-title{font-size:2.25rem}}.lp__flow-step-desc{font-size:1.4rem;color:#6b7280;line-height:1.6;margin:.25rem}@media(min-width:768px){.lp__flow-step-desc{font-size:1.6rem;margin:.25rem}}.lp__flow-arrow{font-size:2.5rem;color:#9ca3af;display:none}@media(min-width:768px){.lp__flow-arrow{display:block;margin:0 1rem}}.lp__flow-cards{display:grid;gap:2rem;margin-top:4rem}@media(min-width:768px){.lp__flow-cards{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.lp__flow-card{background:#fff;padding:2.5rem 2rem;border-radius:1rem;box-shadow:0 2px 8px #00000014}.lp__flow-card h4{font-size:1.875rem;font-weight:700;margin-bottom:1.25rem;color:#1f2937}@media(min-width:768px){.lp__flow-card h4{font-size:2.0625rem}}.lp__flow-card p{color:#4b5563;line-height:1.6;font-size:1.4rem}@media(min-width:768px){.lp__flow-card p{font-size:1.6rem}}.lp__flow-card-note{margin-top:1rem;font-size:1.3125rem;color:#6b7280;line-height:1.6}@media(min-width:768px){.lp__flow-card-note{font-size:1.40625rem}}.lp__paintory{padding:6rem 2rem;background-color:#fff}.lp__paintory-logo{margin:3rem 0}.lp__paintory-logo img{max-width:300px;height:auto}.lp__paintory-text{font-size:1.4rem;line-height:1.8;color:#4b5563;text-align:center;max-width:900px;margin:0 auto}.lp__paintory-text p{margin-bottom:1rem;color:#4b5563}@media(min-width:768px){.lp__paintory{padding:8rem 2rem}.lp__paintory-text{font-size:1.6rem}}.lp__support{background:#fff}.lp__support-text{text-align:center;font-size:1.4rem;color:#4b5563;max-width:64rem;margin:0 auto;line-height:3}@media(min-width:768px){.lp__support-text{font-size:1.6rem}}.lp__support-description{text-align:center;font-size:1.4rem;color:#4b5563;max-width:800px;margin:-2rem auto 3rem;line-height:1.8}@media(min-width:768px){.lp__support-description{font-size:1.6rem}}.lp__support-grid{display:grid;gap:2rem;margin-top:1rem}@media(min-width:640px){.lp__support-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lp__support-grid{grid-template-columns:repeat(3,1fr)}}.lp__support-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s}.lp__support-card:hover{box-shadow:0 6px 20px #00000014}.lp__support-card--link{text-decoration:none;color:inherit;cursor:pointer}.lp__support-card--link:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px);transition:box-shadow .3s,transform .3s}.lp__support-card-logo{padding:2rem;display:flex;align-items:center;justify-content:center;height:130px;background:#fafafa}.lp__support-card-logo img{max-width:200px;max-height:100px;width:auto;height:auto;object-fit:contain}.lp__support-card-body{padding:1.5rem 2rem 2rem;border-top:1px solid #f3f4f6;flex:1}.lp__support-card-name{font-size:1.6rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.lp__support-card-desc{font-size:1.4rem;color:#6b7280;line-height:1.7;margin-bottom:1rem}@media(min-width:768px){.lp__support-card-desc{font-size:1.6rem}}.lp__support-card-link{display:inline-block;font-size:1.4rem;font-weight:600;color:#ba2a20;margin-top:.25rem}.lp__stats{background:#fff;color:#000}.lp__stats-single{display:flex;justify-content:center}.lp__stats-single .lp__stat-card{width:100%;max-width:320px}.lp__stats .lp__section-title,.lp__stats .lp__stats-subtitle{color:#000}.lp__stats-grid{display:grid;gap:2rem;margin-bottom:4rem}@media(min-width:640px){.lp__stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.lp__stats-grid{grid-template-columns:repeat(4,1fr)}}.lp__stat-card{background:#f9f9f9;border:1px solid #e5e7eb;padding:2rem;border-radius:1rem;text-align:center}.lp__stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#ba2a20}.lp__stat-label{font-size:1.4rem;opacity:1;color:#000}@media(min-width:768px){.lp__stat-label{font-size:1.6rem}}.lp__stats-usage-container{background:#f5f5f5;border:1px solid #e5e7eb;padding:3rem 2rem;border-radius:1.5rem;margin-top:2rem}.lp__stats-subtitle{font-size:1rem;font-weight:400;text-align:center;margin-bottom:2.5rem;color:#666}@media(min-width:768px){.lp__stats-subtitle{font-size:1.1rem}}.lp__stats-usage{display:grid;gap:2rem}@media(min-width:768px){.lp__stats-usage{grid-template-columns:repeat(3,1fr)}}.lp__usage-card{text-align:center;background:#fff;border:1px solid #e5e7eb;padding:2.5rem 2rem;border-radius:1rem;transition:transform .3s,box-shadow .3s}.lp__usage-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.lp__usage-icon{font-size:3rem;margin-bottom:1rem}.lp__usage-card h4{font-size:1.875rem;font-weight:600;margin-bottom:.75rem;color:#000}@media(min-width:768px){.lp__usage-card h4{font-size:2.0625rem}}.lp__usage-card p{opacity:1;line-height:1.6;font-size:1.4rem;color:#666}@media(min-width:768px){.lp__usage-card p{font-size:1.6rem}}.lp__products{background:linear-gradient(to bottom,#eff6ff,#fef2f2)}.lp__products-intro{text-align:center;margin-bottom:3rem}.lp__products-intro p{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem}.lp__products-grid{display:grid;gap:2rem;max-width:960px;margin:0 auto}@media(min-width:768px){.lp__products-grid{grid-template-columns:repeat(2,1fr)}}.lp__product-card{background:#fff;border-radius:1rem;overflow:hidden;transition:box-shadow .3s}.lp__product-card:hover{box-shadow:0 10px 30px #00000026}.lp__product-link{text-decoration:none;color:inherit;display:block}.lp__product-image{width:100%;aspect-ratio:1 / 1;overflow:hidden}.lp__product-image img{width:100%;height:100%;object-fit:cover}.lp__product-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.lp__product-card h3{padding:1.5rem 1.5rem .5rem;font-size:1.6rem;font-weight:600;color:#1f2937}.lp__product-description{padding:0 1.5rem;color:#6b7280;line-height:1.6;margin-bottom:1rem;display:none}.lp__product-price{padding:0 1.5rem 1.5rem;font-size:1.5rem;font-weight:700;color:#ba2a20}.lp__participate{background:#fff}.lp__participate-grid{display:grid;gap:2rem}@media(min-width:768px){.lp__participate-grid{grid-template-columns:repeat(2,1fr)}}.lp__participate-card{padding:3rem 2rem;border-radius:1rem}.lp__participate-card--blue{background:#eff6ff}.lp__participate-card--red{background:#fef2f2}.lp__participate-card h3{font-size:1.875rem;font-weight:600;margin-bottom:1rem;color:#1f2937}@media(min-width:768px){.lp__participate-card h3{font-size:2.0625rem}}.lp__participate-card p{color:#4b5563;line-height:1.8;font-size:1.4rem}@media(min-width:768px){.lp__participate-card p{font-size:1.6rem}}.lp__faq{background:#f9fafb}.lp__faq-list{max-width:65rem;margin:0 auto}.lp__faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;overflow:hidden}.lp__faq-toggle{width:100%;padding:1.5rem;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background-color .3s}.lp__faq-toggle:hover{background:#f9fafb}.lp__faq-question{font-size:1.25rem;font-weight:400;margin:0;color:#1f2937;text-align:left;flex:1}@media(min-width:768px){.lp__faq-question{font-size:1.5rem}}.lp__faq-icon{font-size:2rem;color:#ba2a20;font-weight:300;flex-shrink:0;transition:transform .3s}.lp__faq-item--open .lp__faq-icon{transform:rotate(45deg)}.lp__faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.lp__faq-item--open .lp__faq-answer-wrapper{max-height:1000px}.lp__faq-answer{font-size:1.4rem;color:#6b7280;line-height:1.8;margin:0;padding:0 1.5rem 1.5rem}@media(min-width:768px){.lp__faq-answer{font-size:1.6rem}}.lp__message{background-size:cover;background-position:center;background-attachment:fixed;position:relative;padding:6rem 2rem;text-align:center;color:#fff!important}.lp__message-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffd9;z-index:1}.lp__message-title,.lp__message-text{position:relative;z-index:2;color:#fff!important}.lp__message-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.lp__message-text{font-size:1.2rem;line-height:1.8}.lp__message-text *{color:#fff!important}@media(min-width:768px){.lp__message{padding:8rem 2rem}.lp__message-title{font-size:3rem}.lp__message-text{font-size:1.4rem}}.lp__footer{background:#111827;color:#d1d5db;padding:4rem 1rem 2rem}.lp__footer-grid{display:grid;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.lp__footer-grid{grid-template-columns:repeat(3,1fr)}}.lp__footer-title{font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:1rem}.lp__footer-title--sub{margin-top:2.5rem}.lp__footer-text{line-height:1.8;margin-bottom:.5rem}.lp__footer-col a{color:#ba2a20;text-decoration:none}.lp__footer-col a:hover{color:#ba2a20;text-decoration:underline}.lp__footer-links{list-style:none;padding:0;margin:0}.lp__footer-links li{margin-bottom:.5rem}.lp__footer-links a{color:#d1d5db;text-decoration:none;transition:color .2s}.lp__footer-links a:hover{color:#fff}.lp__footer-copyright{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}
/*# sourceMappingURL=/cdn/shop/t/3/assets/lp-home.css.map */
