@import url(https://fonts.googleapis.com/css2?family=Barriecito&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Tuffy:ital,wght@0,400;0,700;1,400;1,700&display=swap);*{border:none;box-sizing:border-box;font-family:Red Hat Display,sans-serif;margin:0;padding:0}body{background-color:#fff;overflow-x:hidden}.navbar{background:linear-gradient(90deg,#874f41,#e64833);font-family:Segoe UI,sans-serif;padding:.8rem 1.5rem;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.logo{color:#fbe9d0;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{display:flex;gap:1.2rem}.nav-links a{color:#fbe9d0;font-weight:500;position:relative;text-decoration:none}.nav-links a.nav-active{border-bottom:2px solid #fbe9d0;color:#fff;font-weight:600;padding-bottom:2px}.auth-buttons{display:flex;gap:.5rem}.auth-buttons button{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:6px 12px}.login{background-color:#fbe9d0;color:#244855}.signup{background-color:#244855;color:#fbe9d0}@media (max-width:768px){.nav-links{background-color:#244855;border-radius:8px;display:none;flex-direction:column;margin-top:10px;padding:1rem;width:100%}.nav-links.open{display:flex}.auth-buttons{display:none}}.nav-links a.active{border-bottom:2px solid #fbe9d0;font-weight:700}.auth-buttons a{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:6px 12px;text-align:center;text-decoration:none}.auth-buttons .login{background-color:#fbe9d0;color:#244855}.auth-buttons .signup{background-color:#244855;color:#fbe9d0}.menu-toggle{color:#fbe9d0;cursor:pointer;display:none;font-size:1.8rem}.mobile-auth{display:none;flex-direction:column;gap:.5rem;margin-top:1rem}@media (max-width:768px){.menu-toggle{display:block}.nav-links{background-color:#244855;border-radius:8px;display:none;flex-direction:column;margin-top:10px;padding:1rem;width:100%}.nav-links.open{display:flex}.desktop-auth{display:none}.mobile-auth{display:flex}.nav-links a{padding:.5rem 0}}.search-bar-container{align-items:center;display:flex;justify-content:center;padding-top:80px}.search-input{background-color:#fbe9d0;border:none;border-radius:30px 0 0 30px;box-shadow:0 2px 6px #0000001a;color:#244855;font-size:1rem;max-width:500px;outline:none;padding:18px 40px;width:100%}.search-button{background-color:#e64833;border:none;border-radius:0 30px 30px 0;color:#fbe9d0;cursor:pointer;font-size:1rem;padding:18px 23px}.search-button:hover{background-color:#874f41}@media (max-width:768px){.search-bar-container{flex-direction:column;gap:10px;padding-top:40px}.search-input{max-width:90%}.search-button,.search-input{border-radius:30px;width:90%}}.hero-container{background-image:url(/static/media/bg-hero-img.da0be4e19d29d46689f8.jpg);background-position:50%;background-size:cover;height:80vh;position:relative}.hero-container,.hero-overlay{align-items:center;display:flex;justify-content:center}.hero-overlay{height:100%;width:100%}.hero-content{color:#fbe9d0;padding:0 20px;text-align:center}.hero-content h1{font-size:4rem;margin-bottom:10px;transition:color .3s ease,transform .3s ease}.hero-content h1:hover{color:#e64833;transform:scale(1.05)}.hero-content p{font-size:1.4rem;margin-bottom:30px;transition:color .3s ease}.hero-content p:hover{color:#244855}@media (max-width:768px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1rem}}.info-box-container{background-color:#244855;display:flex;justify-content:center;padding:40px 20px}.info-box-wrapper{display:flex;justify-content:center;max-width:800px;width:100%}.info-box{background-color:#874f41;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fbe9d0;font-size:1.2rem;padding:25px 30px;text-align:center;transition:background-color .3s ease,transform .3s ease}.info-box:hover{background-color:#e64833;transform:scale(1.05)}@media (max-width:600px){.info-box{font-size:1rem;padding:20px 16px}.info-box-wrapper{padding:0 10px}}.carousel-section{background-color:#fbe9d0;padding:50px 20px}.carousel-heading{color:#244855;font-size:2rem;margin-bottom:30px;text-align:center}.carousel-container{display:flex;gap:20px;overflow-x:auto;padding-bottom:20px;scroll-snap-type:x mandatory}.carousel-card{background-color:#fff;border:1px solid #ccc;border-radius:20px;box-shadow:0 4px 8px #0000001a;flex:0 0 auto;padding:20px;scroll-snap-align:start;text-align:center;width:250px}.carousel-card img{height:200px;margin-bottom:15px;object-fit:contain;width:100%}.carousel-card h3{color:#244855;font-size:1.1rem;height:50px;overflow:hidden}.carousel-card p{color:#555;font-size:.9rem;margin:10px 0}.carousel-btn{background-color:#e64833;border-radius:10px;color:#fff;display:inline-block;margin-top:10px;padding:8px 12px;text-decoration:none}.carousel-btn:hover{background-color:#874f41}.key-sell-outer-wrapper{background-color:#24485599;box-sizing:border-box;overflow-x:hidden;padding:3rem;width:100%}.key-sell-container{display:flex;flex-wrap:nowrap;gap:3rem;justify-content:center;margin:0 auto;max-height:500px;max-width:780px}.key-box{background-color:#fbe9d0;border-radius:10px;box-shadow:0 5px 15px #0003;color:#244855;cursor:default;flex:1 1 45%;min-width:100px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.key-box:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-8px)}.key-text h3{border-bottom:3px solid #e64833;font-size:1.6rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.key-text p{font-size:1rem;line-height:1.5}.key-image{align-items:center;display:flex;justify-content:center;margin-top:1.5rem}.key-image img{border-radius:8px;display:block;height:auto;max-width:200px;width:200px}@media (max-width:768px){.key-sell-container{flex-direction:column;flex-wrap:wrap;gap:2rem}.key-box{flex-basis:100%;min-height:auto;padding:1.5rem}.key-text h3{font-size:1.3rem}.key-text p{font-size:1rem;line-height:1.5}.key-image img{height:auto;width:160px}}@media (max-width:480px){.key-sell-outer-wrapper{padding:2rem 1rem}.key-box{padding:1rem}.key-text h3{font-size:1.2rem}.key-text p{font-size:.95rem}.key-image img{width:140px}}.testimonials-section{background-color:#244855;color:#fbe9d0;overflow:visible;padding:50px 20px;position:relative;z-index:1}.testimonials-section h2{color:#fbe9d0;font-size:2rem;margin-bottom:50px;text-align:center}.testimonials-carousel{display:flex;gap:20px;overflow-x:auto;padding:10px 0;scroll-behavior:smooth;scroll-snap-type:x mandatory}.testimonial-card{background-color:#fbe9d0;border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#244855;flex:0 0 300px;margin:0 10px;padding:20px;position:relative;transition:transform .3s ease,box-shadow .3s ease;z-index:2}.testimonial-card:hover{box-shadow:0 12px 24px #e6483366;transform:translateY(-8px) scale(1.02);z-index:10}.testimonial-card img{border:2px solid #e64833;border-radius:50%;display:block;height:60px;margin-bottom:10px;margin-left:auto;margin-right:auto;width:60px}.testimonial-text{color:#874f41;font-size:1rem;margin-bottom:10px}.testimonial-name{color:#244855;font-weight:700}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonials-carousel{-ms-overflow-style:none;scrollbar-width:none}.footer{background-color:#874f41;color:#90aead;font-family:Arial,sans-serif;padding:40px 20px}.footer-container{display:flex;gap:30px;justify-content:center;margin:0 auto;max-width:1200px}.footer-section{flex:1 1;text-align:center}.footer-section h4{color:#e64833;font-size:1.5rem;margin-bottom:15px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#90aead;text-decoration:none}.footer-section ul li a:hover{color:#e64833}.footer-section p{color:#90aead;font-size:1rem;line-height:1.6}.social-media-links a{color:#90aead;font-size:1.5rem;margin-right:15px;text-decoration:none}.social-media-links a:hover{color:#e64833}.footer-bottom{color:#244855;font-size:1rem;margin-top:40px;text-align:center}.footer-bottom p{margin:0}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column}.footer-section{margin-bottom:20px;text-align:center}}.feedback-section{align-items:center;background-position:50%;background-size:cover;color:#fbe9d0;display:flex;height:70vh;justify-content:space-between;padding:0 20px;position:relative}.feedback-section:after{background:#24485599;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.feedback-left{flex:1 1;max-width:50%;padding:20px;text-align:left;z-index:1}.feedback-left h1{font-size:3rem;margin-bottom:10px}.feedback-left p{font-size:1.2rem;line-height:1.6}.feedback-right{background-color:#244855cc;border-radius:10px;flex:1 1;max-width:45%;padding:20px;z-index:1}.feedback-right form{display:flex;flex-direction:column;gap:15px}.feedback-right input,.feedback-right textarea{background-color:#fbe9d0;border:none;border-radius:5px;color:#244855;font-size:1rem;padding:10px}.feedback-right textarea{min-height:100px;resize:vertical}.feedback-right button{background-color:#e64833;border:none;border-radius:5px;color:#fbe9d0;cursor:pointer;font-size:1rem;padding:12px}.feedback-right button:hover{background-color:#874f41}@media (max-width:768px){.feedback-section{flex-direction:column;height:auto;padding:40px 20px;text-align:center}.feedback-left,.feedback-right{max-width:100%;padding:20px 10px;width:100%}.feedback-left h1{font-size:2rem}.feedback-left p{font-size:1rem}.feedback-right{margin-top:20px}}.about-hero-section{background-image:url(/static/media/bg-hero-img.da0be4e19d29d46689f8.jpg);background-position:50%;background-size:cover;margin:0;min-height:80vh;overflow-x:hidden;padding:0;position:relative}.about-hero-overlay,.about-hero-section{align-items:center;display:flex;justify-content:center}.about-hero-overlay{background-color:#00000080;height:100%;padding:5.6rem 1.5rem;width:100%}.about-hero-container{align-items:flex-start;display:flex;flex-direction:row;gap:7rem;justify-content:space-between;max-width:1200px;overflow:hidden;width:100%}.about-hero-text{color:#fff;flex:1 1;text-align:left}.about-hero-text h1{font-size:3.3rem;margin-bottom:1rem;margin-left:0;padding-left:0;transition:color .3s ease}.about-hero-text h1:hover{color:#e64833;cursor:default}.about-hero-text p{font-size:1.2rem;line-height:1.6;margin-left:0;padding-left:0;transition:color .3s ease}.about-hero-text p:hover{color:#e64833;cursor:default}.about-history{background-color:#f8f8f8;border-radius:10px;box-shadow:0 4px 12px #00000026;color:#333;flex:1 1;height:auto;overflow:hidden;padding:2rem}.about-history h2{color:#874f41;font-size:1.8rem;margin-top:0}.history-line{background-color:#874f41;border:none;height:2px;margin:.5rem 0 1rem}.timeline{display:flex;flex-direction:column;gap:1.2rem}.timeline-item{background-color:#fff;border-left:4px solid #e64833;border-radius:6px;display:flex;gap:1rem;padding:1rem;transition:transform .2s ease}.timeline-item:hover{transform:translateX(8px)}.timeline-date{color:#e64833;font-weight:700;min-width:100px}.timeline-content{flex:1 1}@media (max-width:768px){.about-hero-container{flex-direction:column;gap:2rem}.about-hero-text h1{font-size:1.8rem}.about-hero-text p{font-size:1rem}.about-history{padding:1.5rem}}.mission-vision-section{background-color:#874f41;box-sizing:border-box;color:#fbe9d0;overflow-x:hidden;padding:3rem;width:100%}.mission-vision-container{display:flex;flex-wrap:nowrap;gap:3rem;justify-content:center;margin:0 auto;max-width:1200px}.mission-box,.vision-box{background-color:#fbe9d0;border-radius:10px;box-shadow:0 5px 15px #0003;color:#244855;cursor:default;flex:1 1 45%;min-width:100px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.mission-box:hover,.vision-box:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-8px)}.mission-box h2,.vision-box h2{border-bottom:3px solid #e64833;font-size:1.8rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.mission-box p,.vision-box p{font-size:1.1rem;line-height:1.5}@media (max-width:768px){.mission-vision-container{flex-direction:column;flex-wrap:wrap;gap:2rem}.mission-box,.vision-box{flex-basis:100%}}.team-section{background-color:#244855cc;box-sizing:border-box;color:#244855;overflow-x:hidden;padding:3rem 1.5rem;width:100%}.team-section h2{color:#fbe9d0;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.team-section-inner{margin:0 auto;max-width:1200px}.team-carousel{-webkit-overflow-scrolling:touch;display:flex;gap:2.8rem;overflow-x:auto;padding:1rem .5rem 1rem 0;scroll-behavior:smooth}.team-carousel::-webkit-scrollbar{height:8px}.team-carousel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.team-carousel::-webkit-scrollbar-thumb{background:#874f41;border-radius:4px}.team-carousel{scrollbar-color:#874f41 #f1f1f1;scrollbar-width:thin}.team-card{align-items:center;background:#fbe9d0;border-radius:10px;box-shadow:0 4px 12px #0000001a;cursor:default;display:flex;flex:0 0 260px;flex-direction:column;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}.team-photo{border:4px solid #874f41;border-radius:50%;height:140px;margin-bottom:1rem;object-fit:cover;width:140px}.team-name{color:#874f41;font-size:1.4rem;font-weight:700;margin:.3rem 0;text-align:center}.team-role{color:#e64833;font-size:1.1rem;font-weight:400;margin-bottom:.8rem;text-align:center}.team-bio{color:#244855;font-size:.9rem;line-height:1.4;text-align:center}@media (max-width:768px){.team-card{flex:0 0 200px}.team-photo{height:120px;width:120px}}.services-hero{align-items:center;background-image:url(/static/media/bg-hero-img.da0be4e19d29d46689f8.jpg);background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:center;min-height:80vh;overflow:hidden;position:relative}.services-hero-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;z-index:1}.services-hero-content,.services-hero-overlay{align-items:center;display:flex;justify-content:center;width:100%}.services-hero-content{max-width:1200px;padding:2rem;position:relative;z-index:2}.services-hero-left{max-width:600px;text-align:center}.services-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;transition:color .3s ease}.services-hero-title:hover{color:#e64833}.services-hero-tagline{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;transition:color .3s ease}.services-hero-tagline:hover{color:#fbe9d0}.services-hero-button{background-color:#e64833;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.8rem 2rem;transition:background-color .3s ease,transform .2s ease}.services-hero-button:hover{background-color:#c43d28;transform:translateY(-2px)}@media (max-width:768px){.services-hero-content{flex-direction:column;max-width:90%}.services-hero-left{max-width:100%}}.featured-reviews-section{background-color:#244855;background-color:#24485599;box-sizing:border-box;overflow-x:hidden;padding:3rem 1rem;width:100vw}.featured-reviews-section>h2{color:#202020;font-size:2rem;font-weight:700;margin:0 auto 2rem;max-width:1200px}.reviews-carousel{display:flex;gap:1.2rem;margin:0 auto;max-width:1200px;overflow-x:auto;padding-bottom:1.2rem;scroll-behavior:smooth}.reviews-carousel::-webkit-scrollbar{height:6px}.reviews-carousel::-webkit-scrollbar-thumb{background:#874f41;border-radius:4px}.reviews-carousel{scrollbar-color:#874f41 #f1f1f1;scrollbar-width:thin}.review-card{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;flex:0 0 200px;flex-direction:column;justify-content:space-between;max-width:200px;padding:1rem;text-align:center;transition:all .3s ease}.review-card.selected{border:3px solid #e64833;box-shadow:0 8px 20px #00000026;transform:translateY(0)}.review-image{height:100px;margin:0 auto .8rem;object-fit:contain;width:100px}.review-title{color:#874f41;font-size:.95rem;font-weight:700;margin-bottom:.4rem}.review-snippet{color:#244855;font-size:.85rem}.review-detail{background:#fff;border:7px solid #874f41;border-radius:10px;box-shadow:0 4px 12px #0000001a;display:flex;flex-wrap:wrap;gap:2rem;margin:2rem auto 0;max-width:1200px;padding:2rem}.review-detail-text{flex:1 1 60%}.review-detail-image{align-items:center;display:flex;flex:1 1 30%;justify-content:center}.review-detail-image img{border-radius:10px;height:auto;max-width:220px;object-fit:contain;width:100%}.review-input-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:.6rem;margin-top:1rem;padding:1rem}.review-input-box textarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;min-height:60px;padding:.6rem;resize:vertical}.review-input-box input{border:1px solid #ccc;border-radius:6px;padding:.4rem;width:120px}.review-input-box button{background-color:#e64833;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem}.review-input-box button:hover{background-color:#c63b27}.user-reviews{margin-top:1.5rem}.user-reviews ul{color:#555;list-style-type:disc;padding-left:1rem}@media (max-width:768px){.review-detail{flex-direction:column}.review-detail-image img{max-width:100%}.review-card{flex:0 0 160px}}.review-input{background:#fff5ed;border-radius:10px;box-shadow:0 4px 12px #0000000d;margin-top:1rem;padding:1rem}.review-input textarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;margin-bottom:.8rem;min-height:80px;padding:.6rem;resize:none;width:500px}.review-input button{background:#e64833;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;margin-top:.5rem;padding:.5rem 1rem}.review-input button:hover{background:#c43d28}.star-rating{color:#ccc;display:flex;font-size:1.8rem;gap:.4rem;margin-top:.5rem}.star-rating .star{cursor:pointer;transition:color .3s ease}.star-rating .star.filled{color:#e64833}@media (max-width:600px){.review-detail{padding:1rem}.review-detail-text{flex:1 1 100%}.review-detail-image{flex:1 1 100%;margin-top:1rem}.review-input textarea{width:100%}.review-input{padding:.8rem}.review-input button{width:100%}.review-card{flex:0 0 140px}.review-title{font-size:.85rem}.review-snippet{font-size:.75rem}.featured-reviews-section>h2{font-size:1.5rem;text-align:center}}.faq-section{background-color:#244855;box-sizing:border-box;padding:2rem 1.5rem;width:100%}.faq-content{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;margin:0 auto;max-width:500px;padding:2rem}.faq-content h2{color:#874f41;font-size:2rem;margin-bottom:2rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fbe9d0;border-radius:10px;box-shadow:0 2px 8px #0000000f;cursor:pointer;padding:1rem 1.5rem;transition:background .3s ease}.faq-item:hover{background:#f7ddc0}.faq-question-row{align-items:center;display:flex;justify-content:space-between}.faq-question{color:#244855;font-size:1.1rem;font-weight:600}.faq-toggle{color:#874f41;font-size:1.5rem;margin-left:1rem}.faq-answer{color:#555;font-size:1rem;line-height:1.5;margin-top:.8rem}.blog-hero-section{background-image:url(/static/media/bg-hero-img.da0be4e19d29d46689f8.jpg);background-position:50%;background-size:cover;color:#fff;min-height:80vh;overflow:hidden;position:relative}.blog-hero-overlay,.blog-hero-section{align-items:center;display:flex;justify-content:center}.blog-hero-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.blog-hero-content{max-width:1200px;padding:2rem;position:relative;text-align:center;width:100%;z-index:2}.blog-hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:3rem;transition:color .3s ease}.blog-hero-content h1:hover{color:#e64833}.blog-hero-content p{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;transition:color .3s ease}.blog-hero-content p:hover{color:#fbe9d0}@media (max-width:768px){.blog-hero-content{max-width:90%}}.behind-section{background:#fbe9d0;color:#244855;padding:4rem 2rem;text-align:center}.behind-title{color:#874f41;font-size:2.5rem;margin-bottom:3rem;transition:color .3s ease,transform .3s ease}.behind-title:hover{color:#e64833;transform:scale(1.05)}.behind-carousel-container{display:flex;gap:2rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.behind-carousel-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001a;display:flex;flex:0 0 auto;height:280px;min-width:80%;overflow:hidden;scroll-snap-align:center}.behind-card-img img{height:100%;object-fit:cover;width:400px}.behind-card-content{flex:1 1;padding:2rem;text-align:left}.behind-card-content h3{color:#e64833;font-size:2rem;margin-bottom:1rem}.behind-card-content p{font-size:1.1rem;line-height:1.5;margin-bottom:1rem}.behind-author{color:#555;display:block;font-size:.95rem;margin-bottom:1rem}.behind-read-more{background:#e64833;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.6rem 1.5rem;transition:background .3s ease}.behind-read-more:hover{background:#c43d28}@media (max-width:768px){.behind-carousel-card{flex-direction:column;min-width:90%}.behind-card-img img{height:200px;width:100%}}@media (max-width:500px){.behind-carousel-container{flex-direction:column;gap:2rem;overflow-x:visible;overflow-x:initial}.behind-carousel-card{flex-direction:column;height:auto;width:100%}.behind-card-img img{height:220px;object-fit:cover;width:100%}.behind-card-content{padding:1.2rem}.behind-card-content h3{font-size:1.5rem}.behind-card-content p{font-size:1rem}.behind-read-more{width:100%}}*,:after,:before{box-sizing:border-box}.auth-container{align-items:center;background:linear-gradient(90deg,#874f41,#e64833);display:flex;font-family:Segoe UI,sans-serif;height:90vh;justify-content:center}.auth-form{background-color:#fbe9d0;border-radius:12px;box-shadow:0 0 10px #24485533;max-width:500px;overflow:hidden;padding:2.5rem;width:90vw}.auth-form h2{color:#244855;margin-bottom:1.5rem;text-align:center}.auth-form input{border:1px solid #ccc;border-radius:6px;margin-bottom:1rem;padding:12px}.auth-form button,.auth-form input{display:block;font-size:1rem;width:100%}.auth-form button{background-color:#244855;border:none;border-radius:6px;color:#fbe9d0;cursor:pointer;font-weight:600;padding:10px}.auth-form button:hover{background-color:#1e3a49}.auth-form p{color:#244855;font-size:.9rem;margin-top:1rem;text-align:center}.auth-form a{color:#e64833;font-weight:500;text-decoration:none}.auth-form a:hover{text-decoration:underline}
/*# sourceMappingURL=main.8673384e.css.map*/