*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#4a90e2;--secondary-color:#6ba3d8;--accent-color:#88b8e8;--primary-dark:#357abd;--secondary-dark:#5a8fc5;--text-dark:#2c3e50;--text-light:#6c7a89;--bg-light:#f5f7fa;--bg-gradient:linear-gradient(135deg,#e8f0f8,#f0f4f8);--white:#fff;--gray-light:#e8ecf0;--gray-medium:#d1d9e0;--font-heading:"Crimson Text",Georgia,serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;background:var(--bg-light);color:#2c3e50;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-body);line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-family:Crimson Text,Georgia,serif;font-family:var(--font-heading);font-weight:600;line-height:1.2;margin-bottom:1rem}a{color:inherit;text-decoration:none}a,button{transition:all .3s ease}button{border:none;cursor:pointer;font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{background:var(--white);border-bottom:2px solid var(--gray-light);box-shadow:0 2px 10px #00000014;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo-container{align-items:center;display:flex;text-decoration:none;transition:transform .3s ease}.logo-container:hover{transform:scale(1.03)}.logo{height:60px;width:auto}.nav{align-items:center;display:flex;gap:2rem}.nav a{border-radius:6px;color:var(--text-dark);font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .3s ease}.nav a:before{background:var(--primary-color);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav a.active,.nav a:hover{background:#4a90e214;color:var(--primary-color)}.nav a.active:before,.nav a:hover:before{width:80%}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-toggle span{background:var(--text-dark);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.mobile-menu-toggle.active span:first-child{background:var(--primary-color);transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){background:var(--primary-color);transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background:var(--white);box-shadow:0 4px 20px #0000001a;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem 2rem;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease}.nav.open{opacity:1;pointer-events:all;transform:translateY(0)}.nav a{border-bottom:1px solid var(--gray-light);padding:1rem 0;width:100%}.nav a:before{display:none}.nav a:last-child{border-bottom:none}}.footer{background:linear-gradient(180deg,#2c3e50,#34495e);border-top:3px solid var(--primary-color);color:var(--white);margin-top:4rem;padding:4rem 0 1.5rem}.footer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px;padding:0 2rem}.footer-section h3,.footer-section h4{color:var(--white);font-family:var(--font-heading);font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-section h3:after,.footer-section h4:after{background:var(--accent-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-section p{color:#fffc;font-size:.95rem;line-height:1.7;margin-bottom:.75rem}.footer-section a{color:#ffffffbf;display:block;margin-bottom:.75rem;padding:.25rem 0 .25rem 1rem;transition:all .3s ease}.footer-section a:before{color:var(--accent-color);content:"→";left:0;opacity:0;position:absolute;transition:all .3s ease}.footer-section a:hover{color:var(--accent-color);padding-left:1.5rem}.footer-section a:hover:before{opacity:1}.footer-bottom{border-top:1px solid #ffffff1a;color:#fff9;font-size:.9rem;padding-top:2rem;text-align:center}@media (max-width:768px){.footer{padding:3rem 0 1rem}.footer-container{gap:2.5rem;grid-template-columns:1fr}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}.image-carousel{margin:0 auto;position:relative;width:100%}.carousel-container{border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;position:relative;width:100%}.carousel-slides{display:flex;height:500px;min-height:500px;transition:transform .6s ease-in-out}.carousel-slide{align-items:center;display:flex;height:100%;justify-content:center;min-width:100%;opacity:0;transition:opacity .6s ease-in-out}.carousel-slide.active{opacity:1}.carousel-image{display:block;height:100%;object-fit:cover;width:100%}.carousel-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;color:var(--primary-color);cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:2}.carousel-button:hover{background:var(--white);box-shadow:0 4px 12px #0000004d;transform:translateY(-50%) scale(1.1)}.carousel-button:active{transform:translateY(-50%) scale(.95)}.carousel-button svg{height:24px;width:24px}.carousel-button-prev{left:20px}.carousel-button-next{right:20px}.carousel-indicators{display:flex;gap:10px;justify-content:center;margin-top:1.5rem;padding:0 1rem}.carousel-indicator{background:#0000;border:2px solid var(--primary-color);border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.carousel-indicator:hover{background:#4a90e24d;transform:scale(1.2)}.carousel-indicator.active{background:var(--primary-color);border-radius:6px;width:32px}@media (max-width:768px){.carousel-slides{height:350px}.carousel-button{height:40px;width:40px}.carousel-button svg{height:20px;width:20px}.carousel-button-prev{left:10px}.carousel-button-next{right:10px}}.home-page{width:100%}.hero{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-bottom:1px solid var(--gray-light);color:var(--text-dark);display:grid;grid-template-columns:1fr 1fr;padding:0;text-align:center}.hero,.hero-carousel{min-height:600px;position:relative}.hero-carousel{height:100%;width:100%}.hero-carousel .image-carousel{height:100%}.hero-carousel .carousel-container{border-radius:0;box-shadow:none;height:100%}.hero-carousel .carousel-slides{height:100%}.hero-content{align-items:flex-start;animation:fadeInUp .8s ease-out;display:flex;flex-direction:column;justify-content:center;margin:0;max-width:600px;padding:4rem 3rem;position:relative;text-align:left;z-index:1}.hero h1{color:var(--text-dark);font-size:4rem;line-height:1.1;margin-bottom:1.5rem}.hero-tagline{color:var(--primary-color);font-family:var(--font-heading);font-size:2.2rem;font-style:italic;font-weight:300;margin-bottom:1.5rem}.hero-description{color:var(--text-light);font-size:1.3rem;line-height:1.9;margin-bottom:1.5rem}.hero-sub-description{background:#fffc;border-left:4px solid var(--primary-color);border-radius:8px;color:var(--text-dark);font-size:1.15rem;font-weight:500;line-height:1.8;margin-bottom:3rem;padding:1.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.btn-secondary{background:#0000;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);box-shadow:0 4px 12px #4a90e24d;color:var(--white);transform:translateY(-2px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.mission-section{background:var(--white);padding:6rem 2rem;position:relative;text-align:center}.mission-section h2{color:var(--text-dark);display:inline-block;font-size:3rem;margin-bottom:2.5rem;padding-bottom:1rem;position:relative}.mission-section h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.mission-text{color:var(--text-light);font-size:1.4rem;line-height:1.9;margin:0 auto 2.5rem;max-width:900px}.scripture-container{margin-top:2rem}.scripture{background:linear-gradient(135deg,var(--bg-light) 0,#e8f0f880 100%);border-left:5px solid var(--primary-color);border-radius:12px;box-shadow:0 4px 16px #0000000d;color:var(--text-dark);font-size:1.3rem;font-style:italic;line-height:1.9;margin:2.5rem auto 1rem;max-width:850px;padding:3rem;position:relative}.scripture,.scripture:before{font-family:var(--font-heading)}.scripture:before{color:var(--primary-color);content:'"';font-size:6rem;left:1.5rem;line-height:1;opacity:.15;position:absolute;top:1rem}.scripture-reference{color:var(--primary-color);display:block;font-size:1.15rem;font-style:normal;font-weight:600;margin-top:1rem}.why-visit-section{background:var(--white);padding:6rem 2rem;position:relative}.expect-section h2,.why-visit-section h2{color:var(--text-dark);display:inline-block;font-size:3rem;margin-bottom:1.5rem;padding-bottom:1rem;position:relative;text-align:center;width:100%}.expect-section h2:after,.why-visit-section h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-intro{font-size:1.3rem;line-height:1.9;margin:0 auto 4rem;max-width:800px;text-align:center}.expect-grid,.why-visit-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}.expect-card,.why-card{background:var(--white);border:1px solid var(--gray-light);border-radius:16px;border-top:4px solid var(--primary-color);box-shadow:0 4px 12px #00000014;overflow:hidden;padding:3rem 2.5rem;position:relative;text-align:left;transition:all .3s ease}.expect-card:before,.why-card:before{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.expect-card:hover:before,.why-card:hover:before{transform:scaleX(1)}.expect-card:hover,.why-card:hover{border-top-color:var(--secondary-color);box-shadow:0 12px 32px #4a90e226;transform:translateY(-8px)}.why-icon{display:inline-block;font-size:3.5rem;margin-bottom:1.5rem;transition:transform .3s ease}.why-card:hover .why-icon{transform:scale(1.1) rotate(5deg)}.expect-card h3,.why-card h3{color:var(--text-dark);font-size:1.75rem;margin-bottom:1.25rem}.expect-card p,.why-card p{color:var(--text-light);font-size:1.05rem;line-height:1.8}.expect-number{color:var(--primary-color);font-family:var(--font-body);font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:1rem;opacity:.2;transition:all .3s ease}.expect-card:hover .expect-number{opacity:.4;transform:scale(1.1)}.expect-section{background:var(--bg-light)}.expect-section,.services-cta{padding:6rem 2rem;position:relative}.services-cta{background:var(--white);text-align:center}.services-cta h2{color:var(--text-dark);display:inline-block;font-size:3rem;margin-bottom:3.5rem;padding-bottom:1rem;position:relative}.services-cta h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-left:auto;margin-right:auto;max-width:900px}.service-time-card{background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2.5rem;transition:all .3s ease}.service-time-card:hover{border-left-color:var(--secondary-color);box-shadow:0 4px 16px #0000001f;transform:translateX(5px)}.service-time-card h3{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem}.service-item{margin-bottom:1.75rem}.service-item:last-child{margin-bottom:0}.service-item strong{color:var(--text-dark);display:block;font-size:1.2rem;margin-bottom:.75rem}.service-item p{color:var(--secondary-color);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.service-note{font-size:.95rem;margin-top:.5rem}.contact-cta{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-top:1px solid var(--gray-light);color:var(--text-dark);padding:6rem 2rem;position:relative;text-align:center}.contact-cta h2{color:var(--text-dark);font-size:3rem;margin-bottom:1.5rem}.contact-cta p{color:var(--text-light);font-size:1.3rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}@media (max-width:968px){.hero{grid-template-columns:1fr;min-height:auto}.hero-carousel{min-height:400px}.hero-content{align-items:center;max-width:100%;padding:4rem 2rem;text-align:center}.hero-buttons{justify-content:center}}@media (max-width:768px){.hero{padding:0}.hero-carousel{min-height:350px}.hero-content{padding:3rem 1.5rem}.hero h1{font-size:2.5rem}.hero-tagline{font-size:1.5rem}.hero-description{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}.contact-cta,.expect-section,.mission-section,.services-cta,.why-visit-section{padding:4rem 1.5rem}.contact-cta h2,.expect-section h2,.mission-section h2,.services-cta h2,.why-visit-section h2{font-size:2rem}.section-intro{font-size:1.1rem;margin-bottom:3rem}.expect-grid,.why-visit-grid{gap:2rem;grid-template-columns:1fr}.expect-card,.why-card{padding:2.5rem 2rem}.expect-card h3,.why-card h3{font-size:1.5rem}.expect-number,.why-icon{font-size:3rem}.services-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}.scripture{font-size:1.15rem;padding:2rem 1.5rem}.scripture:before{font-size:4rem;left:1rem;top:.5rem}}.about-page{background:var(--bg-light);min-height:100vh}.about-hero{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-bottom:1px solid var(--gray-light);color:var(--text-dark);padding:5rem 2rem;position:relative;text-align:center}.about-hero-content{position:relative;z-index:1}.about-hero-content h1{animation:fadeInUp .8s ease-out;color:var(--text-dark);font-size:3.5rem;margin-bottom:1rem}.hero-subtitle{font-weight:400}.section-intro{font-style:italic;margin-top:1rem}.about-container{margin:0 auto;max-width:1000px;padding:5rem 2rem}.about-section{background:var(--white);border-radius:12px;border-top:3px solid var(--primary-color);box-shadow:0 2px 12px #00000014;margin-bottom:3rem;padding:4rem 3rem;transition:all .3s ease}.about-section:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-3px)}.section-header{border-bottom:2px solid var(--gray-light);margin-bottom:2.5rem;padding-bottom:1.5rem;position:relative}.section-header:after{background:var(--primary-color);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:80px}.section-header h2{color:var(--text-dark);font-size:2.75rem;margin-bottom:.75rem}.mission-tagline{color:var(--primary-color);font-family:var(--font-heading);font-size:1.75rem;font-style:italic;font-weight:300}.section-content{color:var(--text-light);font-size:1.1rem;line-height:1.9}.section-content p{font-size:1.15rem;margin-bottom:1.75rem}.mission-statement{border-left:4px solid var(--primary-color);font-size:1.4rem;font-weight:500;margin:2rem 0;padding:2rem}.mission-statement,.scripture-quote{background:var(--bg-light);border-radius:8px;color:var(--text-dark)}.scripture-quote{border-left:4px solid var(--secondary-color);font-family:var(--font-heading);font-size:1.25rem;font-style:italic;line-height:1.9;margin:2.5rem 0;padding:2.5rem}.scripture-quote cite{color:var(--primary-color);display:block;font-size:1.1rem;font-style:normal;font-weight:600;margin-top:1.5rem}.pastors-section{background:var(--white)}.pastors-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.pastor-card-link{color:inherit;display:block;text-decoration:none}.pastor-card{background:var(--white);border:1px solid var(--gray-light);border-radius:16px;box-shadow:0 4px 16px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.pastor-card:hover{border-color:var(--primary-color);box-shadow:0 12px 32px #0000001f;transform:translateY(-8px)}.pastor-image-container{border:4px solid var(--white);border-radius:16px;box-shadow:0 6px 24px #00000026;margin:0 auto 2rem;max-width:280px;overflow:hidden;transition:all .3s ease;width:100%}.pastor-card:hover .pastor-image-container{border-color:var(--primary-color);box-shadow:0 10px 36px #4a90e233;transform:scale(1.02)}.pastor-image{aspect-ratio:2/3;display:block;height:auto;object-fit:cover;width:100%}.pastor-info{text-align:center}.pastor-info h3{color:var(--text-dark);font-family:var(--font-heading);font-size:2rem;margin-bottom:.75rem}.pastor-title{color:var(--primary-color);font-size:1.2rem;font-weight:600;letter-spacing:.5px;margin:0 0 2rem;text-transform:uppercase}.pastor-scripture-preview{background:linear-gradient(135deg,var(--bg-light) 0,#e8f0f880 100%);border-left:5px solid var(--secondary-color);border-radius:12px;color:var(--text-dark);font-family:var(--font-heading);font-size:1rem;font-style:italic;line-height:1.7;margin:2rem 0 1rem;padding:2rem;position:relative;text-align:left}.pastor-scripture-preview:before{color:var(--secondary-color);content:'"';font-family:var(--font-heading);font-size:4rem;left:.75rem;line-height:1;opacity:.15;position:absolute;top:.25rem}.pastor-scripture-preview cite{color:var(--primary-color);display:block;font-family:var(--font-body);font-size:.95rem;font-style:normal;font-weight:600;margin-top:1rem;text-align:right}.pastor-click-hint{color:var(--primary-color);font-size:.95rem;font-style:italic;font-weight:500;margin-top:1.5rem;opacity:.8}.pastor-card:hover .pastor-click-hint{opacity:1;transform:translateY(-2px)}.culture-section{background:var(--bg-light);border-top-color:var(--secondary-color)}.culture-description{color:var(--text-dark);font-size:1.4rem;font-weight:500;margin-bottom:2.5rem}.values-section{margin-top:5rem}.values-section h2{color:var(--text-dark);display:inline-block;font-size:3rem;margin-bottom:4rem;padding-bottom:1rem;position:relative;text-align:center;width:100%}.values-section h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.values-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.value-card{background:var(--white);border-radius:12px;border-top:3px solid var(--primary-color);box-shadow:0 2px 8px #00000014;padding:3rem 2rem;text-align:center;transition:all .3s ease}.value-card:hover{border-top-color:var(--secondary-color);box-shadow:0 8px 24px #0000001f;transform:translateY(-8px)}.value-icon{display:inline-block;font-size:4rem;margin-bottom:1.5rem;transition:transform .3s ease}.value-card:hover .value-icon{transform:scale(1.1)}.value-card h3{color:var(--text-dark);font-size:1.75rem;margin-bottom:1.25rem}.value-card p{color:var(--text-light);font-size:1.05rem;line-height:1.7}@media (max-width:768px){.about-hero{padding:4rem 1.5rem}.about-hero-content h1{font-size:2.25rem}.about-container{padding:3rem 1rem}.about-section{padding:2.5rem 1.5rem}.section-header h2,.values-section h2{font-size:2rem}.values-grid{gap:2rem;grid-template-columns:1fr}.pastors-grid{gap:3rem;grid-template-columns:1fr}.pastor-card{padding:2rem 1.5rem}.pastor-image-container{max-width:220px}.pastor-info h3{font-size:1.75rem}.pastor-title{font-size:1.1rem}.pastor-scripture-preview{font-size:.95rem;padding:1.5rem}.pastor-scripture-preview:before{font-size:3rem;left:.5rem;top:.25rem}.pastor-click-hint{font-size:.9rem}.section-intro{font-size:1.1rem}}.services-page{background:var(--bg-light);min-height:100vh}.services-hero{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-bottom:1px solid var(--gray-light);color:var(--text-dark);padding:5rem 2rem;position:relative;text-align:center}.services-hero-content h1{animation:fadeInUp .8s ease-out;color:var(--text-dark);font-size:3.5rem;margin-bottom:1.5rem}.services-hero-content p{color:var(--text-light);font-size:1.3rem;margin-bottom:.5rem}.hero-subtext{color:var(--primary-color);font-size:1.1rem;font-weight:500;margin-top:.5rem}.services-container{margin:0 auto;max-width:1200px;padding:5rem 2rem}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:4rem}.service-card{background:var(--white);border-radius:12px;border-top:4px solid var(--primary-color);box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.sunday-service .service-day{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%)}.wednesday-service .service-day{background:linear-gradient(135deg,var(--secondary-color) 0,var(--accent-color) 100%)}.service-day{color:var(--white);padding:2.5rem;text-align:center}.service-day h2{color:var(--white);font-size:2.5rem;margin:0 0 .5rem}.service-day-subtitle{color:#ffffffe6;font-size:1rem;font-style:italic;font-weight:400;margin:0}.service-items{padding:2.5rem}.service-item{border-bottom:1px solid var(--gray-light);display:flex;gap:1.5rem;padding:1.5rem 0}.service-item:last-child{border-bottom:none}.service-icon{flex-shrink:0;font-size:2.5rem}.service-details h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:.5rem}.service-time{color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.service-description{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin:.75rem 0 .5rem}.service-note{border-top:1px solid var(--gray-light);color:var(--text-light);display:block;font-size:.9rem;font-style:italic;font-weight:400;margin-top:.75rem;padding-top:.75rem}.location-section{margin-bottom:4rem}.location-section h2{color:var(--text-dark);display:inline-block;font-size:3rem;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center;width:100%}.location-section h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.location-card{grid-gap:3rem;background:var(--white);border-radius:12px;border-top:3px solid var(--primary-color);box-shadow:0 2px 12px #00000014;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;padding:3rem}.location-info{display:flex;flex-direction:column;gap:2rem}.location-item{padding-left:3rem;position:relative}.location-icon{font-size:1.8rem;left:0;opacity:.7;position:absolute;top:0}.location-item strong{color:var(--primary-color);display:block;font-size:1.15rem;font-weight:600;margin-bottom:.75rem}.location-item p{color:var(--text-dark);font-size:1.05rem;line-height:1.7;margin:0 0 .5rem}.location-item p a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.location-item p a:hover{color:var(--primary-dark);text-decoration:underline}.location-note{color:var(--text-light);display:block;font-size:.9rem;font-style:italic;margin-top:.5rem}.map-container{border-radius:8px;height:100%;min-height:400px}.visit-cta{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-radius:12px;border-top:3px solid var(--primary-color);color:var(--text-dark);padding:4rem 2rem;text-align:center}.visit-cta h2{color:var(--text-dark);font-size:2.5rem;margin-bottom:1.5rem}.visit-cta p{color:var(--text-light);font-size:1.2rem;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{font-size:1.15rem;padding:1.2rem 2.5rem}@media (max-width:968px){.location-card,.services-grid{grid-template-columns:1fr}.location-card{gap:2rem}}@media (max-width:768px){.services-hero{padding:4rem 1.5rem}.services-hero-content h1{font-size:2.25rem}.services-container{padding:3rem 1rem}.service-day h2{font-size:2rem}.service-item{flex-direction:column;text-align:center}.cta-buttons{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}.location-section h2{font-size:2rem}}.sermons-page{background:var(--bg-light);min-height:100vh}.sermons-hero{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-bottom:1px solid var(--gray-light);color:var(--text-dark);padding:5rem 2rem;position:relative;text-align:center}.sermons-hero-content h1{animation:fadeInUp .8s ease-out;color:var(--text-dark);font-size:3.5rem;margin-bottom:1.5rem}.sermons-hero-content p{color:var(--text-light);font-size:1.3rem}.sermons-container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.loading{color:var(--text-light);font-size:1.2rem;padding:4rem;text-align:center}.live-indicator{align-items:center;animation:pulse 2s infinite;background:#dc3545;border-radius:50px;box-shadow:0 2px 8px #dc35454d;color:var(--white);display:inline-flex;font-weight:700;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem}.live-dot{animation:pulse-dot 1.5s infinite;background:var(--white);border-radius:50%;display:inline-block;height:12px;width:12px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.featured-video-section{margin-bottom:4rem}.featured-video-wrapper{background:var(--white);border-radius:12px;border-top:4px solid var(--primary-color);box-shadow:0 4px 20px #0000001a;overflow:hidden}.video-wrapper{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.video-info{background:var(--white);padding:2.5rem}.video-info h2{color:var(--text-dark);font-size:2rem;margin-bottom:1rem}.live-badge{color:#dc3545;display:inline-block;font-weight:700}.live-badge,.video-date-large{font-size:1.1rem;margin-top:.5rem}.video-date-large{color:var(--primary-color);font-weight:500}.video-placeholder{background:var(--white);border-radius:8px;overflow:hidden;padding:0;text-align:center}.youtube-channel-embed{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.youtube-channel-embed iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.embed-fallback-text{color:var(--text-light);padding:2rem}.embed-fallback-text a{color:var(--primary-color);font-weight:600;text-decoration:underline}.embed-fallback-text a:hover{color:var(--secondary-color)}.other-videos-section{margin-top:4rem}.other-videos-section h3{border-bottom:3px solid var(--gray-light);color:var(--text-dark);font-size:2.5rem;margin-bottom:2.5rem;padding-bottom:1rem;position:relative}.other-videos-section h3:after{background:var(--primary-color);bottom:-3px;content:"";height:3px;left:0;position:absolute;width:100px}.video-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.video-card{background:var(--white);border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.video-card:hover{border-color:var(--primary-color);box-shadow:0 6px 20px #0000001f;transform:translateY(-5px)}.video-card.active{border:3px solid var(--primary-color);box-shadow:0 6px 20px #4a90e233}.video-thumbnail{background:#000;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-thumbnail img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.play-overlay{align-items:center;background:#4a90e2d9;border-radius:50%;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:60px}.play-overlay svg{height:30px;margin-left:4px;width:30px}.video-card:hover .play-overlay{background:#4a90e2;transform:translate(-50%,-50%) scale(1.1)}.video-card-content{padding:1.5rem}.video-card-content h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-dark);display:-webkit-box;font-size:1.1rem;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.video-date{color:var(--primary-color);font-size:.9rem;font-weight:500}.no-videos{background:var(--white);border-radius:12px;box-shadow:0 2px 12px #00000014;padding:4rem 2rem;text-align:center}.youtube-link{background:var(--primary-color);border-radius:8px;box-shadow:0 2px 8px #0000001a;color:var(--white);display:inline-block;font-weight:600;margin-top:2rem;padding:1.2rem 2.5rem;transition:all .3s ease}.youtube-link:hover{background:var(--primary-dark);box-shadow:0 4px 12px #4a90e24d;transform:translateY(-2px)}.youtube-info{color:var(--text-light);font-size:.9rem;margin-top:2rem}.youtube-embed-fallback{background:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;margin-top:3rem;padding:2rem;text-align:center}.youtube-embed-fallback a{color:var(--primary-color);font-weight:600;text-decoration:underline}.youtube-embed-fallback a:hover{color:var(--secondary-color)}@media (max-width:1024px){.video-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.sermons-hero{padding:4rem 1.5rem}.sermons-hero-content h1{font-size:2.25rem}.sermons-container{padding:3rem 1rem}.video-info h2{font-size:1.5rem}.video-grid{gap:1.5rem;grid-template-columns:1fr}.other-videos-section h3{font-size:2rem}.featured-video-wrapper{border-width:3px}}.contact-page{background:var(--bg-light);min-height:100vh}.contact-hero{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-bottom:1px solid var(--gray-light);color:var(--text-dark);padding:5rem 2rem;position:relative;text-align:center}.contact-hero-content{position:relative;z-index:1}.contact-hero-content h1{animation:fadeInUp .8s ease-out;color:var(--text-dark);font-size:3.5rem;margin-bottom:1.5rem}.contact-hero-content p{color:var(--text-light);font-size:1.3rem;position:relative;z-index:1}.contact-container{margin:0 auto;max-width:1200px;padding:5rem 2rem}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info-section{display:flex;flex-direction:column}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.contact-info-card{background:var(--white);border-radius:12px;border-top:3px solid var(--primary-color);box-shadow:0 2px 8px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.contact-info-card:hover{border-top-color:var(--secondary-color);box-shadow:0 4px 16px #0000001f;transform:translateY(-5px)}.contact-icon{display:inline-block;font-size:3.5rem;margin-bottom:1.5rem;transition:transform .3s ease}.contact-info-card:hover .contact-icon{transform:scale(1.1)}.contact-info-card h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:1rem}.contact-info-card p{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin:0}.contact-info-card a{color:var(--primary-color);font-weight:600;transition:all .3s ease}.contact-info-card a:hover{color:var(--secondary-color);text-decoration:underline}.contact-form-section{background:var(--white);border-radius:12px;border-top:3px solid var(--secondary-color);box-shadow:0 2px 12px #00000014;padding:3rem}.contact-form-section h2{color:var(--text-dark);font-size:2.5rem;margin-bottom:.75rem;padding-bottom:1rem;position:relative}.contact-form-section h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:0;position:absolute;width:80px}.form-subtitle{color:var(--text-light);font-size:1.05rem;margin-bottom:2.5rem}.contact-form{gap:2rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:var(--text-dark);font-size:1.05rem;font-weight:600;margin-bottom:.75rem}.form-group input,.form-group textarea{background:var(--bg-light);border:2px solid var(--gray-light);border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:var(--white);border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.form-group textarea{min-height:140px;resize:vertical}.submit-btn{background:var(--primary-color);border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:var(--white);cursor:pointer;font-size:1.15rem;font-weight:600;padding:1.25rem 2.5rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){background:var(--primary-dark);box-shadow:0 4px 12px #4a90e24d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-message{border-radius:8px;font-size:1.05rem;font-weight:500;padding:1.25rem;text-align:center}.form-message.success{background:#4a90e21a;border:2px solid var(--primary-color);color:var(--primary-dark)}.form-message.error{background:#dc35451a;border:2px solid #dc3545;color:#c82333}.map-section{background:var(--white);border-radius:12px;border-top:3px solid var(--accent-color);box-shadow:0 2px 12px #00000014;padding:3rem}.map-section h2{color:var(--text-dark);display:inline-block;font-size:2.5rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center;width:100%}.map-section h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.map-container{border:2px solid var(--gray-light);border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}@media (max-width:968px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-info-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contact-hero{padding:4rem 1.5rem}.contact-hero-content h1{font-size:2.25rem}.contact-container{padding:3rem 1rem}.contact-form-section{padding:2rem 1.5rem}.contact-info-grid{gap:1.5rem;grid-template-columns:1fr}.map-section{padding:2rem 1.5rem}.contact-form-section h2,.map-section h2{font-size:2rem}}.give-page{background:var(--bg-light);min-height:100vh}.give-hero{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-bottom:1px solid var(--gray-light);color:var(--text-dark);padding:5rem 2rem;position:relative;text-align:center}.give-hero-content h1{animation:fadeInUp .8s ease-out;color:var(--text-dark);font-size:3.5rem;margin-bottom:1.5rem}.hero-subtitle{color:var(--text-light);font-size:1.3rem}.give-container{margin:0 auto;max-width:1200px;padding:5rem 2rem}.giving-intro{margin-bottom:5rem;text-align:center}.giving-intro h2{color:var(--text-dark);display:inline-block;font-size:3rem;margin-bottom:2rem;padding-bottom:1rem;position:relative}.giving-intro h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.giving-intro p{color:var(--text-light);font-size:1.3rem;line-height:1.9;margin:0 auto;max-width:800px}.giving-methods{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:5rem}.giving-card{align-items:center;background:var(--white);border-radius:12px;border-top:3px solid var(--primary-color);box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column;padding:3rem 2rem;text-align:center;transition:all .3s ease}.giving-card:hover{border-top-color:var(--secondary-color);box-shadow:0 8px 24px #0000001f;transform:translateY(-8px)}.giving-icon{display:inline-block;font-size:4rem;margin-bottom:1.5rem;transition:transform .3s ease}.giving-card:hover .giving-icon{transform:scale(1.1)}.giving-card h3{color:var(--text-dark);font-size:1.8rem;margin-bottom:1rem}.giving-card p{color:var(--text-light);flex-grow:1;line-height:1.7}.giving-card p,.location-info{font-size:1.05rem;margin-bottom:1.5rem}.location-info{color:var(--text-dark);font-weight:500}.give-btn{border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;max-width:250px;padding:1.2rem 2rem;text-align:center;transition:all .3s ease;width:100%}.btn-outline{background:#0000;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);box-shadow:0 4px 12px #4a90e24d;color:var(--white);transform:translateY(-2px)}.cashapp-info{align-items:center;display:flex;flex-direction:column;gap:1.5rem;width:100%}.cashapp-handle{background:var(--bg-light);border:2px solid var(--primary-color);border-radius:8px;color:var(--primary-color);font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;margin-bottom:0;padding:1rem 1.5rem}.giving-info{margin-bottom:5rem}.info-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.info-card{background:var(--white);border-radius:12px;border-top:3px solid var(--primary-color);box-shadow:0 2px 12px #00000014;padding:3rem}.info-card h3{border-bottom:2px solid var(--gray-light);color:var(--text-dark);font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.info-card h3:after{background:var(--primary-color);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.info-card ul{list-style:none;padding:0}.info-card ul li{border-bottom:1px solid var(--gray-light);color:var(--text-light);font-size:1.05rem;padding:1rem 0 1rem 2rem;position:relative}.info-card ul li:before{color:var(--primary-color);content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.info-card ul li:last-child{border-bottom:none}.info-card p{color:var(--text-light);font-size:1.05rem;line-height:1.8}.scripture-section{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-radius:12px;border-top:3px solid var(--primary-color);padding:4rem;text-align:center}.scripture-section blockquote{color:var(--text-dark);font-family:var(--font-heading);font-size:1.4rem;font-style:italic;line-height:1.9;margin:0}.scripture-section cite{color:var(--primary-color);display:block;font-size:1.2rem;font-style:normal;font-weight:600;margin-top:2rem}@media (max-width:768px){.give-hero{padding:4rem 1.5rem}.give-hero-content h1{font-size:2.25rem}.give-container{padding:3rem 1rem}.giving-intro h2{font-size:2rem}.giving-methods{gap:2rem}.giving-methods,.info-grid{grid-template-columns:1fr}.scripture-section{padding:3rem 2rem}.scripture-section blockquote{font-size:1.2rem}}.announcements-page{background:var(--bg-light);min-height:100vh}.announcements-hero{background:linear-gradient(135deg,#e8f0f8,#f0f4f8);border-bottom:1px solid var(--gray-light);color:var(--text-dark);padding:5rem 2rem;position:relative;text-align:center}.announcements-hero-content h1{animation:fadeInUp .8s ease-out;color:var(--text-dark);font-size:3.5rem;margin-bottom:1.5rem}.announcements-hero-content p{color:var(--text-light);font-size:1.3rem}.announcements-container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.announcements-content{background:var(--white);border-radius:16px;box-shadow:0 4px 16px #00000014;padding:4rem 3rem}.facebook-section{text-align:center}.facebook-section h2{color:var(--text-dark);display:inline-block;font-family:var(--font-heading);font-size:2.75rem;margin-bottom:1.5rem;padding-bottom:1rem;position:relative;width:100%}.facebook-section h2:after{background:var(--primary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.section-intro{color:var(--text-light);font-size:1.2rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.facebook-embed-container{background:var(--bg-light);border-radius:12px;height:800px;margin:3rem auto;max-width:500px;overflow:hidden;padding:0;position:relative;width:100%}.facebook-iframe{border:none;border-radius:12px;height:100%;width:100%}.facebook-link-section{border-top:1px solid var(--gray-light);margin-top:2rem;padding-top:2rem}.facebook-link-section p{color:var(--text-light);font-size:1.1rem;margin:0}.facebook-link-section a{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .3s ease}.facebook-link-section a:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width:768px){.announcements-hero{padding:4rem 1.5rem}.announcements-hero-content h1{font-size:2.25rem}.announcements-hero-content p{font-size:1.1rem}.announcements-container{padding:2rem 1rem}.announcements-content{padding:2.5rem 1.5rem}.facebook-section h2{font-size:2rem}.section-intro{font-size:1.1rem}.facebook-embed-container{height:600px}}.pastor-detail-page{background:var(--bg-light);min-height:100vh}.pastor-detail-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--white);padding:3rem 2rem 4rem;position:relative}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .3s ease}.back-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateX(-5px)}.pastor-hero-info{align-items:center;display:flex;gap:3rem;margin:0 auto;max-width:1200px}.pastor-hero-image-container{border:6px solid var(--white);border-radius:50%;box-shadow:0 12px 32px #0003;flex-shrink:0;height:200px;overflow:hidden;width:200px}.pastor-hero-image{height:100%;object-fit:cover;width:100%}.pastor-hero-text{flex:1 1}.pastor-hero-text h1{color:var(--white);font-family:var(--font-heading);font-size:3.5rem;margin-bottom:.75rem}.pastor-hero-title{font-size:1.5rem;font-weight:500;letter-spacing:1px;opacity:.95;text-transform:uppercase}.pastor-detail-container{margin:0 auto;max-width:900px;padding:4rem 2rem}.pastor-detail-content{background:var(--white);border-radius:16px;box-shadow:0 4px 16px #00000014;padding:4rem 3rem}.pastor-bio-section{margin-bottom:3rem}.pastor-bio-section h2{border-bottom:3px solid var(--primary-color);color:var(--text-dark);font-family:var(--font-heading);font-size:2.5rem;margin-bottom:2rem;padding-bottom:1rem}.pastor-bio{margin-bottom:2rem}.pastor-bio p{color:var(--text-light);font-size:1.15rem;line-height:1.9;margin-bottom:1.5rem;text-align:justify}.pastor-education{background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:12px;margin:3rem 0;padding:2rem 2.5rem}.pastor-education h3{color:var(--text-dark);font-family:var(--font-heading);font-size:1.5rem;margin-bottom:1rem}.pastor-education p{color:var(--text-dark);font-size:1.1rem;line-height:1.7;margin:0}.pastor-education strong{color:var(--primary-color);font-weight:600}.pastor-scripture-full{background:linear-gradient(135deg,var(--bg-light) 0,#e8f0f880 100%);border-left:5px solid var(--secondary-color);border-radius:12px;color:var(--text-dark);font-family:var(--font-heading);font-size:1.2rem;font-style:italic;line-height:1.9;margin:3rem 0 0;padding:3rem;position:relative}.pastor-scripture-full:before{color:var(--secondary-color);content:'"';font-family:var(--font-heading);font-size:6rem;left:1.5rem;line-height:1;opacity:.15;position:absolute;top:.5rem}.pastor-scripture-full cite{color:var(--primary-color);display:block;font-family:var(--font-body);font-size:1.1rem;font-style:normal;font-weight:600;margin-top:1.5rem;text-align:right}.pastor-not-found{padding:6rem 2rem;text-align:center}.pastor-not-found h1{color:var(--text-dark);font-size:2.5rem;margin-bottom:2rem}.btn{border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:var(--primary-color);border:2px solid var(--primary-color);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:0 4px 12px #4a90e24d;transform:translateY(-2px)}@media (max-width:768px){.pastor-detail-hero{padding:2rem 1.5rem 3rem}.pastor-hero-info{flex-direction:column;gap:2rem;text-align:center}.pastor-hero-image-container{height:150px;width:150px}.pastor-hero-text h1{font-size:2.5rem}.pastor-hero-title{font-size:1.2rem}.pastor-detail-container{padding:2rem 1rem}.pastor-detail-content{padding:2.5rem 1.5rem}.pastor-bio-section h2{font-size:2rem}.pastor-bio p{font-size:1.05rem;text-align:left}.pastor-scripture-full{font-size:1.1rem;padding:2rem 1.5rem}.pastor-scripture-full:before{font-size:4rem;left:1rem;top:.25rem}}
/*# sourceMappingURL=main.ad7a6854.css.map*/