body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.faq-container{background-color:#004b23;box-shadow:0 2px 10px #0003;margin:0;max-width:100%;min-height:auto;overflow-y:auto;padding:2rem;scroll-behavior:smooth}.faq-item{color:#fff;margin-bottom:20px}.faq-question{align-items:center;cursor:pointer;display:flex;font-size:18px;font-weight:500;justify-content:space-between;padding:10px 0;transition:color .3s ease}.faq-question:hover{color:#a0e57b}.faq-arrow{font-size:34px;transition:transform .3s ease}.faq-answer{font-size:16px;line-height:1.5;max-height:0;opacity:0;overflow:hidden;padding:0 10px;transition:max-height .5s ease-in-out,opacity .5s ease-in-out}.faq-answer.active{max-height:150px;opacity:1}@media (max-width:768px){.faq-container{max-height:300px;max-width:90%;padding:10px}.faq-question{font-size:16px}.faq-arrow{font-size:20px}.faq-answer{font-size:14px}.faq-image-title{background-color:#fff;color:green;font-size:1.5rem;font-weight:700;width:15%}}@media (max-width:480px){.faq-container{max-height:250px;max-width:95%;padding:5px}.faq-question{font-size:14px}.faq-arrow{font-size:18px}.faq-answer{font-size:12px}}.faq-image-title{background-color:#fff;color:green;font-size:2.3rem;font-weight:700}.faq-image-overlay{background-color:#fff;border-radius:16px;bottom:-40px;left:50%;padding:20px 40px;position:absolute;text-align:center;transform:translateX(-50%);width:15%;z-index:2}@media (max-width:1024px){.faq-image-overlay{font-size:1.8rem;padding:15px 30px;width:25%}}@media (max-width:768px){.faq-image-overlay{bottom:-20px;font-size:1.5rem;padding:10px 20px;width:40%}}@media (max-width:480px){.faq-image-overlay{bottom:0;font-size:1.2rem;padding:10px;width:30%}}.custom-navbar{background-color:#fff;border-bottom:2px solid #eee;flex-direction:row;font-family:Poppins,sans-serif;justify-content:space-between;margin-right:0;padding:10px 20px}.custom-navbar,.navbar-header{align-items:center;display:flex}.custom-navbar-title{height:75px}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;font-size:24px}.custom-navbar-links{align-items:center;display:flex;flex-direction:row;gap:30px;justify-content:flex-end;list-style:none}.custom-navbar-links.open{display:flex;flex-direction:column}.custom-nav-item{font-size:20px}.custom-nav-item a{color:#000;font-weight:500;padding:5px 10px;text-decoration:none}.custom-nav-item a:hover{border-bottom:3px solid green;border-radius:2px;color:green}.active-link{border-bottom:2px solid green;color:green}.dropdown{position:relative}.dropdown-toggle{align-items:center;cursor:pointer;display:flex;transition:color .3s ease}.dropdown-arrow{font-size:18px;margin-left:8px;margin-top:6px;transition:transform .3s ease}.dropdown-toggle:hover .dropdown-arrow{color:green}.rotate{transform:rotate(90deg)}.dropdown-menu{background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 4px 8px #0000001a;left:0;list-style:none;min-width:150px;padding:10px 0;position:absolute;top:100%;z-index:1000}.dropdown-menu li{padding:10px 20px}.dropdown-menu li a{color:#000;display:block;font-size:16px;text-decoration:none}.dropdown-menu li a:hover{background-color:#f8f9fa;color:green}@media screen and (max-width:1180px){.custom-navbar{align-items:center;flex-direction:column;margin-right:0}.custom-navbar-links{display:none;flex-direction:column;gap:20px;text-align:center}.custom-navbar-links.open{display:flex}.mobile-menu-toggle{display:block}.navbar-header{justify-content:space-between;width:100%}}.footer{background-color:#f0f0f0e3;color:#333;overflow-x:hidden;padding:20px;width:100%}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1350px;padding:0 15px}.footer-left{align-items:space-between;display:flex;flex-direction:column;margin-left:-25px;width:500px}.footer-logo{align-items:center;display:flex;justify-content:center}.footer-logo img{height:5.5rem}.footer-social{align-items:center;display:flex;justify-content:center}.footer-social a{color:#0a4f30;font-size:24px;margin-right:15px}.footer-social a:hover{color:#74a14b}.contact-button{background-color:#28a745;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:20px;padding:15px 30px;text-transform:uppercase;transition:transform .2s ease,background-color .3s ease}.footer-links a{color:#0a4f30;font-size:14px;font-weight:700;margin-right:-38px;text-decoration:none;text-transform:uppercase}.footer-links a:hover{text-decoration:underline}.footer-links{display:flex;flex-direction:column;gap:8px}.link-pair{align-items:center;display:flex;gap:14px;justify-content:space-between}.separator{font-size:20px;font-weight:700}.footer-right{display:flex;flex-direction:column;justify-content:center}.footer-maps{align-items:flex-start;display:flex;gap:30px;justify-content:flex-end}.footer-location{text-align:left;width:380px}.footer-location h3{color:#0a4f30;font-size:18px;margin-top:10px}.footer-location p{font-size:18px;margin:5px 0}.google-map{border:0;border-radius:8px;height:200px;width:380px}@media (max-width:1024px){.footer-container{gap:30px}.footer-left{margin-left:0;width:100%}.footer-maps{justify-content:center;width:100%}}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column;padding:0 10px}.footer-left{margin:0;max-width:100%;width:100%}.footer-maps{flex-direction:column;gap:20px;width:100%}.footer-location,.footer-location iframe{max-width:100%;width:100%}.footer-links{width:100%}.link-pair{align-items:center;flex-direction:column;gap:10px}.footer-links a{font-size:12px;margin-right:0;text-align:center}.footer-social{gap:15px;justify-content:center;width:100%}.footer-social a{margin-right:0}.contact-button{display:block;font-size:16px;margin:0 auto;max-width:300px;padding:12px 20px;width:100%}.footer-logo img{height:4rem}}.home-container{display:flex;flex-direction:column;position:relative;width:100%}.home-banner{height:60px}.home-banner,.marquee{overflow:hidden;width:100%}.marquee{height:100%;position:relative}.marquee-content{display:flex;width:fit-content}.banner-group{animation:scroll 30s linear infinite;display:flex}.banner-section{align-items:center;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:clamp(.8rem,2vw,1.2rem);justify-content:center;min-width:150px;padding:7px 15px;text-transform:uppercase;white-space:nowrap}.residential{background-color:#025e33}.commercial{background-color:#78bf25}.builder{background-color:#198c56}.lender{background-color:#03ab5c}.home-content{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.home-image{height:calc(100vh - 60px);object-fit:cover;width:100%}.green-overlay{background-color:#01432480;height:100%;left:0;position:absolute;top:0;width:62%}.text-overlay{border-radius:30px;color:#fff;font-family:Jost,sans-serif;font-weight:700;left:15%;line-height:1.5;padding:0 10px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}.text-overlay.slide-1{background-color:#014324cc;font-size:2rem;margin-left:5%;padding-left:3%;text-align:left;width:40%}.text-overlay.slide-2{background-color:initial;font-size:2rem;margin-left:15%;text-align:left}@media screen and (max-width:1024px){.home-banner{height:50px}.banner-section{font-size:1rem}.home-image{height:calc(100vh - 50px)}.text-overlay{font-size:1.5rem;left:10%;padding:10px;width:60%}.text-overlay.slide-1{font-size:1.5rem;margin-left:10%;width:50%}.text-overlay.slide-2{font-size:1.5rem;margin-left:20%}.green-overlay{width:50%}}@media screen and (max-width:768px){.home-banner{height:45px}.banner-section{font-size:.9rem;padding:5px 10px}.home-image{height:calc(100vh - 45px)}.text-overlay{font-size:1.2rem;left:10%;padding:10px;width:70%}.text-overlay.slide-1{font-size:1.2rem;margin-left:10%;width:60%}.text-overlay.slide-2{font-size:1.2rem;margin-left:20%}.green-overlay{width:40%}.text-overlay{margin:0;padding:15px;position:absolute;text-align:center;top:50%}.text-overlay,.text-overlay.slide-1{font-size:1rem;left:50%;transform:translate(-50%,-50%);width:90%}.text-overlay.slide-1{margin-left:0}.text-overlay.slide-2{font-size:1rem;left:50%;margin-left:0;transform:translate(-50%,-50%)}.green-overlay{align-items:center;display:flex;justify-content:center;width:100%}}@media screen and (max-width:480px){.home-banner{height:40px}.banner-section{font-size:.8rem;padding:5px}.home-image{height:calc(100vh - 40px)}.text-overlay{font-size:1rem;left:10%;padding:8px;width:80%}.text-overlay.slide-1{font-size:1rem;margin-left:5%;width:70%}.text-overlay.slide-2{font-size:1rem;margin-left:10%}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.services-container{font-family:Arial,sans-serif}.hero-section{align-items:center;background-position:50%;background-size:cover;display:flex;height:80vh;justify-content:center;position:relative;width:100%}@media (max-width:1024px){.hero-section{height:60vh}}@media (max-width:768px){.hero-section{background-position:top;height:50vh}}@media (max-width:480px){.hero-section{background-position:top;height:40vh}}.hero-overlay{background-color:#014324cc;border-radius:16px;bottom:-30px;left:50%;padding:20px 40px;position:absolute;text-align:center;transform:translateX(-50%);width:40%}.hero-subtitle,.hero-title{color:#fff}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-top:.5rem}.service-toggle-buttons-wrapper{background-color:#f0f0f0;border-radius:8px;display:flex;justify-content:space-between;margin-top:32px;overflow:hidden}.service-toggle-button{border:none;cursor:pointer;flex:1 1;font-size:18px;padding:15px 0;text-align:center;transition:all .3s ease}.service-toggle-button.active{background-color:#014324;color:#fff}.service-toggle-button:not(.active){background-color:#fff;color:#014324}.service-general-services-section,.service-specialties-section{background-color:#014324;border-radius:8px;color:#fff;display:none;margin-top:5px;padding:20px}.service-specialties-section.active{background-color:#fff;color:#014324;display:block;margin-left:18%;text-align:left}.service-general-services-section.active{background-color:#fff;color:#014324;display:block;margin-left:65%;text-align:left}.service-general-services-list,.service-specialties-list{list-style-type:none;margin:0;padding:0}.service-general-services-list li,.service-specialties-list li{font-size:1.1rem;padding:8px 0}.service-cta-button,.service-general-services-section:not(.active),.service-specialties-section:not(.active){background-color:#014324;color:#fff}.service-cta-button{align-items:center;border:none;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .3s ease}.service-button-section{align-items:center;display:flex;justify-content:center}.service-cta-button:hover{background-color:#006400}@media (max-width:1024px){.hero-overlay{width:60%}.service-general-services-section.active,.service-specialties-section.active{margin-left:10%}}@media (max-width:768px){.hero-overlay{padding:15px 30px;width:80%}.hero-subtitle{font-size:1rem}.service-general-services-section.active,.service-specialties-section.active{margin-left:5%}.service-toggle-button{font-size:16px}}@media (max-width:480px){.hero-overlay{padding:10px 20px;width:90%}.service-general-services-section.active,.service-specialties-section.active{margin-left:0}.service-toggle-buttons-wrapper{flex-direction:column}.service-toggle-button{padding:10px 0}.service-cta-button{font-size:14px;padding:10px 20px}}.image-section{align-items:center;background-image:url(/static/media/team-image.971a8e0a9c719bd144a1.png);background-position:50%;background-size:cover;display:flex;height:70vh;justify-content:center;position:relative;width:100%}.form-overlay{background-color:#014324cc;border-radius:16px;left:50%;padding:40px 60px;position:absolute;text-align:center;top:80%;transform:translateX(-50%);z-index:2}.form-overlay h1{color:#fff;font-size:2rem;margin:0;text-align:center}.connect-form{align-items:center;background-color:#014324;display:flex;flex-direction:column;justify-content:center;padding:20px;width:98.21%}.connect-form input{background-color:initial;border:none;border-bottom:2px solid #d8d8d8;color:#fff;font-size:1rem;margin:10px 0;max-width:500px;padding:10px 0;width:80%}.connect-form input::placeholder{color:#fff}.connect-form button{background-color:initial;border:2px solid #32cd32;border-radius:5px;color:#32cd32;cursor:pointer;font-size:1rem;font-weight:700;margin:20px 0;max-width:500px;padding:12px;transition:background-color .3s,color .3s;width:80%}.connect-form button:hover{background-color:#32cd32;color:#fff}@media (max-width:480px){.form-overlay{padding:20px;top:65%}.form-overlay,.form-overlay h1{font-size:1.2rem}.connect-form button,.connect-form input{width:95%}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.modal-content{background:#fff;border-radius:5px;max-width:300px;padding:10px;width:100%}.reviews-container{background-color:#f9f9f9;margin-top:6%;padding:20px;text-align:center}.reviews-title{color:#2c5f2d;font-size:44px;margin-bottom:20px}.google-reviews-box{background-color:#f3f3f3;border-radius:8px;margin-bottom:10px;padding:20px}.google-reviews{flex-direction:column;gap:20px;justify-content:space-between}.google-reviews,.logo-reviews{align-items:center;display:flex}.logo-reviews{gap:10px}.google-logo{height:auto;width:100px}.google-rating{align-items:center;display:flex;font-size:26px}.google-rating span{margin-right:5px}.stars{color:#ffd500}.review-button{background-color:#4285f4;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.review-button:hover{background-color:#357ae8}.review-cards-wrapper{align-items:center;display:flex;height:auto;justify-content:center;max-width:100%;overflow:hidden;position:relative}.review-cards{display:flex;gap:20px;justify-content:center;margin:0;transform:translateX(0);transition:transform .3s ease-in-out;width:100%}.review-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;display:flex;flex-direction:column;flex-shrink:0;height:350px;margin:10px;max-width:325px;overflow:hidden;padding:20px;text-align:left;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:70%}.review-card:hover{box-shadow:0 8px 12px #0003,0 4px 6px #00000026;transform:translateY(-5px);z-index:1}.profile-section{align-items:center;display:inline-flex;gap:10px;margin-bottom:10px}.profile-circle{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;width:40px}.reviewer-name{font-size:20px;font-weight:700;margin:0}.review-content{color:#333;font-size:17px;margin:0;text-align:left}.nav-button{background-color:initial;border:none;color:#4caf50;cursor:pointer;font-size:24px;transition:transform .2s ease}.nav-button:hover{transform:scale(1.2)}.nav-button:disabled{color:#ddd;cursor:not-allowed}.nav-button.left{left:10px;position:absolute;top:45%}.nav-button.right{position:absolute;right:10px;top:45%}@media (max-width:768px){.review-cards{flex-direction:row;transform:translateX(0);width:100%}.review-card{margin:0;max-width:100%;width:100%}.review-cards-wrapper{justify-content:center;width:100%}.reviews-title{word-wrap:break-word;color:#2c5f2d;font-size:140%;margin-bottom:20px;padding-top:50px;text-align:center}.nav-button{display:none}}*{box-sizing:border-box;font-family:Poppins,sans-serif}.contact-container{align-items:center;background-color:#014324;display:flex;flex-wrap:wrap;height:auto;justify-content:center;padding:20px}.contact-info{color:#fff;flex:1 1;margin-right:25%;max-width:500px;padding:20px}.contact-info h2{font-size:36px;font-weight:700;margin-bottom:20px}.contact-info p{font-size:18px;line-height:1.5;margin-bottom:10px}.contact-info i{color:#fff;margin-right:.5rem}.contact-form-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;flex:1 1;height:auto;max-width:40%;padding:30px;text-align:left}.contact-form-container h3{color:#034d3f;font-size:24px;font-weight:700;margin-bottom:20px;text-align:left}.form-group{display:flex;flex-direction:column;margin-bottom:15px}.form-group label{color:#000;font-size:16px;margin-bottom:5px}.contact-form-container input:hover,.contact-form-container textarea:hover{border-color:#034d3f;box-shadow:0 4px 8px #81f59033;transform:scale(1.02)}.contact-form-container textarea{min-height:110px;resize:vertical}.contact-form-container button{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin:20px 0;padding:10px;transition:background-color .3s ease;width:100%}.contact-form-container button:hover{background-color:#218838}@media (max-width:768px){.contact-container{align-items:stretch;flex-direction:column}.contact-info{margin-bottom:20px;margin-right:0;max-width:100%;text-align:center}.contact-info h2{font-size:28px}.contact-info p{font-size:16px}.contact-form-container{max-width:100%;padding:20px}.contact-form-container h3{font-size:22px;text-align:center}.form-group label{font-size:14px}.contact-form-container input,.contact-form-container textarea{padding:12px}.contact-form-container button{width:100%}}@media (max-width:480px){.contact-info h2{font-size:24px}.contact-info p{font-size:14px}.contact-form-container h3{font-size:20px}}.form-row{display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.form-row .form-group{flex:1 1}.contact-form-container input,.contact-form-container textarea{border:1px solid #ccc;border-radius:8px;font-size:14px;padding:15px;width:100%}@media (max-width:768px){.form-row{flex-direction:column}.form-row .form-group{width:100%}}@media (min-width:1024px){.contact-container{height:76vh}}*{margin:0;padding:0}.about-container{align-items:center;background-color:#004b23;color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;overflow-x:hidden;padding:2rem 0;width:100%}.section-title{margin-bottom:1rem;text-align:center}.covered-title{background-color:#007a33cc;border-radius:8px;color:#fff;font-size:1.6rem;font-weight:700;left:50%;padding:1.2rem 2.4rem;position:absolute;text-align:center;top:-20px;transform:translateX(-50%);z-index:2}.about-us-section{box-sizing:border-box;margin-bottom:2rem;text-align:left}.about-content,.about-us-section{max-width:800px;padding:0 1rem;width:100%}.about-content{align-items:flex-start;display:flex;flex-direction:row;gap:4rem}.about-text{flex:1 1;font-size:1rem;line-height:1.6}.about-image{border-radius:8px;height:auto;width:250px}.covered-container{display:flex;justify-content:center;padding-top:3rem;position:relative;width:100%}.covered-section{background-color:#fff;border-radius:8px;box-sizing:border-box;color:#004b23;max-width:1400px;padding:2rem;text-align:left;width:100%}.covered-text{font-size:1rem;line-height:1.6;margin-bottom:1rem}.cityscape{display:flex;justify-content:center;margin-top:1rem}.cityscape img{height:auto;max-width:700px;opacity:.8;width:100%}@media (max-width:768px){.about-content{align-items:center;box-sizing:border-box;flex-direction:column;gap:2rem;padding:0;width:100%}.covered-section{box-sizing:border-box}.about-image,.about-text,.covered-section{margin:0 1rem;width:calc(100% - 2rem)}.covered-title,.section-title{font-size:1.3rem}.covered-container{padding-top:4rem}}.teams-container{background-color:#004b23;color:#fff;padding:2rem 1rem;text-align:center}.section-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.section-subtitle{font-size:1.2rem;margin-bottom:2rem}.team-members{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center;margin:0 auto;max-width:1200px}.team-member{height:425px;overflow:hidden;perspective:1200px;position:relative;transition:z-index .3s ease;width:100%;width:300px}.team-member:hover{z-index:10}.team-member-inner{height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.team-member:hover .team-member-inner{transform:rotateY(180deg)}.team-member-back,.team-member-front{align-items:center;backface-visibility:hidden;border-radius:8px;box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:1rem;position:absolute;width:100%}.team-member-front{background-color:#006838;transform:rotateY(0deg);z-index:2}.team-member-back{align-items:center;background-color:#004b23;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:1rem;transform:rotateY(180deg);z-index:1}.member-bio{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:left;white-space:normal}.member-image{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 10px #0003;height:160px;margin-bottom:.5rem;object-fit:cover;width:160px}.member-name{font-size:1.1rem;font-weight:700;margin:.5rem 0}.member-email,.member-phone,.member-title{font-size:.9rem;margin:.2rem 0}.member-bio{font-size:.85rem;line-height:1.4;padding:0 1rem;text-align:center}.linkedin-link{align-items:center;color:#0077b5;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin-top:1rem;text-decoration:none;transition:color .3s ease}.linkedin-link:hover{color:#005582}.linkedin-icon{font-size:1.8rem;margin-right:.5rem}@media (min-width:1024px){.team-members{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.team-members{grid-template-columns:repeat(1,1fr)}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}.team-member{max-width:200px;padding:1rem .5rem}.member-name{font-size:1rem}.member-email,.member-phone,.member-title{font-size:.8rem}}.pie-chart-container{height:30%;width:30%}.quote-container{text-align:left}.toggle-buttons{border-radius:8px;display:flex;gap:0;justify-content:center;margin-bottom:20px;width:fit-content}.toggle-button{border:2px solid #0000;color:#fff;outline:none;padding:12px 29px}.toggle-button:hover{background-color:#218838}.toggle-button:focus{background-color:#1e7e34;outline:none}.toggle-button.active{border-color:#004d40}.toggle-button.active:hover{background-color:#003d33}.toggle-button-container{display:flex;gap:0;justify-content:center;margin-bottom:20px;margin-top:70px}.toggle-button{transition:background-color .3s ease,border-color .3s ease}.input-box{align-items:center;display:flex;justify-content:center}.fees-container{background-color:#444745;border-radius:10px;font-size:18px;margin-top:30px;padding:0 30px 30px;text-align:left;text-transform:uppercase;width:60%}.fees-main-container{align-items:center}.fees-main-container,.fees-title-container{display:flex;justify-content:center;width:100%}.fees-title-container{margin-top:2%}.fees-title{background-color:#02a257;border-radius:8px;padding:10px 20px}.fee-block{background-color:#444745}.fee-block-container h3{font-size:20px;margin-bottom:15px;padding-bottom:5px}.fee-block.owners-net-sheet{background-color:#272626;color:#fff;text-align:center}.fee-block.owners-net-sheet .fee-row{display:flex;gap:20px}.fee-block.owners-net-sheet h3{color:#fff;margin-bottom:20px;text-align:center}.print-btn:hover{background-color:#c78340}.seller-net-sheet-container{background-color:#333;border-radius:10px;box-shadow:0 4px 8px #0003;color:#fff;margin:0 auto;max-width:100%;padding:20px}.seller-net-sheet-container h3{font-size:1.5rem;font-weight:700;margin-bottom:20px;text-align:center}.net-at-close{border-top:2px solid #0c6;font-size:1.1rem;font-weight:700;margin-top:20px;padding-top:10px}.button-row{display:flex;justify-content:center;margin-top:30px}.button-row button{background-color:#02a257;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin:0 10px;padding:10px 80px;transition:background-color .3s ease}.pdf-button:hover{background-color:#036}.email-button{background-color:#c60}.email-button:hover{background-color:#994c00}.print-button{background-color:#606}.print-button:hover{background-color:#4d004d}.quote-image-section{align-items:flex-end;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:70vh;justify-content:center;padding-bottom:50px;position:relative;z-index:6}.quote-image-overlay{background-color:#014324cc;position:absolute}.quote-image-title{color:#fff;font-size:2.3rem;font-weight:700}@media (max-width:768px){.fees-container{width:90%}.quote-title{font-size:24px}.section-content{margin-left:10%;padding:20px}.input-group label{font-size:16px;min-width:150px}.input-group input{font-size:16px}.fees-title{font-size:20px}.fee-row{font-size:16px}.calculate-button,.clear-button{font-size:16px;padding:12px 25px}.button-group,.button-row{flex-direction:column}.button-row{gap:20px}}@media (max-width:480px){.fees-container{width:90%}.quote-title{font-size:20px}.section-content{margin-left:5%;padding:15px}.input-group label{font-size:14px;min-width:120px}.input-group input{font-size:14px}.fees-title{font-size:18px}.fee-row{font-size:14px}.calculate-button,.clear-button{font-size:14px;padding:10px 20px}.button-row{gap:10px}}.video-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;padding:3rem}@media (min-width:768px){.video-grid{grid-template-columns:1fr 1fr}}.video-card{background-color:#fff;border-radius:1rem;cursor:pointer;transition:transform .3s ease}.video-card,.video-thumbnail{overflow:hidden;position:relative}.video-thumbnail{background-position:50%;background-size:cover;border-radius:1rem 1rem 0 0;padding-top:56.25%}.video-overlay{background:linear-gradient(to top right,#079f58b3,#01432400 90%);border-radius:1rem;height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.video-play-button{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;justify-content:center;left:10%;padding:1rem;position:absolute;top:20%;transform:translate(-50%,-50%);transition:transform .3s ease;z-index:10}.video-play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.video-play-icon{color:#d29654;height:1.5rem;width:1.5rem}.video-info{border-radius:0 0 1rem 1rem;bottom:0;color:#fff;left:5%;padding:1rem;position:absolute;right:0;top:74%;z-index:10}.video-title{font-size:1.8rem;font-weight:700;margin:0}@media (max-width:768px){.video-title{font-size:1.3rem}}@media (max-width:480px){.video-title{font-size:1rem}}@media (min-width:1200px){.video-title{font-size:2rem}}.video-modal{align-items:center;background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.video-modal-content{background-color:#000;border-radius:.5rem;max-width:800px;overflow:hidden;position:relative;width:90%}.video-close-button{background-color:#ff0537;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2em;line-height:1;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.video-modal-iframe{border:none;height:450px;width:100%}.blogs-container,body{font-family:Poppins,sans-serif}.blogs-container{background-color:#f8f8f8;padding:20px}.blogs-title{background-color:#f8f8f8;color:#014324;font-size:53px;font-weight:700;margin-bottom:30px;padding-top:10px;text-align:center}.blogs-grid{grid-gap:30px;background-color:#014324;border-radius:8px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);padding:40px}.blog-card{align-items:center;background-color:#fff;border:50px solid #014324;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;padding:20px;text-align:center}.blog-image{border-radius:2px;height:40vh;object-fit:cover;width:51vh}.blog-card-title{align-self:flex-start;color:#2c3e50;font-size:32px;font-weight:700;margin:20px 0 10px}.blog-content{align-self:flex-start;color:#555;font-size:20px;line-height:1.6;margin:10px 0;text-align:left}.blog-read-more{align-self:flex-start;background-color:#fff;border:2px solid #006400;border-radius:5px;color:#006400;cursor:pointer;font-size:14px;margin-top:auto;padding:10px 20px}.blog-card:hover .blog-read-more{filter:none}.blog-card{transition:transform .3s ease,filter .3s ease}.blog-card:hover{filter:none;transform:scale(1.05);z-index:10}@media (max-width:768px){.blogs-grid{grid-template-columns:1fr}.blogs-title{font-size:24px}.blog-image{height:auto;width:100%}.blog-card-title{font-size:14px}.blog-content{font-size:12px}.blog-read-more{font-size:12px;padding:8px 16px}.blog-card{margin:0 auto;width:105%}}html{scroll-behavior:smooth}.readmore-container{display:flex;flex-direction:column}.blog-page{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.content-section h1,.content-section h2,.content-section h3{font-weight:700;margin:20px 0 10px}.content-section h2{margin-bottom:9px;margin-top:50px}.content-section p{font-size:20px;line-height:1.8;margin-bottom:15px}.content-section ul{margin-left:20px}.content-section ul li{margin-bottom:5px}.sidebar{background:#fff;margin-bottom:auto;margin-top:5%;padding:10px;width:17%}.toc a{color:inherit;text-decoration:none}.toc a:hover{color:#007bff;text-decoration:underline}.recommended-article,.toc li{list-style-position:inside;margin-bottom:10px}.heading-level-1{font-weight:700}.heading-level-2{padding-left:5px}.heading-level-3{padding-left:35px}.recommended-articles{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin-top:20px;padding:0}.recommended-article{align-items:center;display:flex;flex-direction:column;margin-bottom:20px;width:300px}.recommended-article img{border-radius:5px;height:200px;margin-bottom:10px;object-fit:cover;width:100%}.recommended-article span{color:#333;font-size:14px;font-weight:700;text-align:center}.recommended-article a{color:inherit;text-decoration:none}.main-content{margin-top:20px;padding:20px;width:75%}.image-wrapper,.readmore-image-container{position:relative}.image-wrapper{width:100%}.readmore-image{border-radius:5px;height:80vh;object-fit:cover;width:100%}.readmore-image-overlay{background-color:#00000080;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.image-title-overlay{align-items:center;color:#fff;display:flex;font-size:2.5em;font-weight:700;justify-content:center;left:0;padding:0 10px;position:absolute;top:50%;width:100%;z-index:2}.content-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.breadcrumbs{color:#007bff;font-size:14px}.breadcrumbs a{margin-right:5px;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.blogdate,.breadcrumbs strong{color:#000}.blogdate{font-size:14px;font-weight:700}.content-section{margin-top:20px}.scroll-progress-bar{background-color:#4caf50;height:4px}.back-button{background-color:#006400;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;margin:20px auto;padding:10px 20px}.back-button:hover{background-color:#00b32d}.blog-title{margin:20px 0;text-align:center}.blog-title h1{font-size:2rem;margin-top:10px}.blog-title .breadcrumbs{color:#555;font-size:.9rem}@media (max-width:768px){.sidebar{margin-top:20px}.main-content,.sidebar{width:100%}.recommended-articles{justify-content:center}.readmore-image{height:50vh}.image-title-overlay{font-size:2em}.blog-title h1{font-size:1.5rem}.content-section p{font-size:18px}}@media (max-width:480px){.recommended-article{width:100%}.readmore-image{height:40vh}.image-title-overlay{font-size:1.5em}.blog-title h1{font-size:1.2rem}.content-section p{font-size:16px}}@media (max-width:768px){.content-header{align-items:flex-start;display:flex;flex-direction:column}.blogdate{margin-left:0;margin-top:5px;width:100%}}.quote-container{padding:20px;text-align:center}.quote-title{color:#004d40;display:flex;font-size:28px;font-weight:700;justify-content:center;margin-bottom:20px;text-transform:uppercase}.toggle-buttons{display:inline-block;gap:10px;margin:0 auto 20px;text-align:center;width:100%}.toggle-button{background-color:#fff;border:2px solid #004d40;border-radius:8px;color:#004d40;cursor:pointer;font-size:16px;font-weight:700;padding:12px 28px;text-transform:uppercase;transition:all .3s ease}.toggle-button.active,.toggle-button:hover{background-color:#004d40;color:#fff}.quote-section{display:flex;justify-content:center}.section-content{background-color:#f1f1f1;border:1px solid #004d40;border-radius:10px;font-size:20px;max-width:700px;padding:30px;text-transform:uppercase;width:100%}.input-group{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.input-group label{color:#004d40;font-size:18px;font-weight:700;margin-right:15px;min-width:200px;text-align:left;text-transform:uppercase}.input-group input{border:1px solid #004d40;border-radius:8px;font-size:18px;max-width:300px;padding:12px;text-align:left;width:100%}.action-buttons{display:flex;justify-content:center;margin-top:25px}.calculate-button,.clear-button{border:none;border-radius:12px;cursor:pointer;font-size:18px;padding:15px 30px;text-transform:uppercase;transition:transform .2s ease,background-color .3s ease}.clear-button{color:#000}.calculate-button{background-color:#28a745;color:#fff}.calculate-button:hover,.clear-button:hover{transform:scale(1.05)}.fees-section{background-color:#444745;border-radius:10px;font-size:18px;margin:30px auto;padding:30px;text-align:left;text-transform:uppercase;width:60%}.fees-title{color:#fff;font-size:24px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.fee-block{background-color:#333;border-radius:8px;margin-bottom:20px;padding:25px}.fee-block h3{border-bottom:2px solid #0c6;color:#0c6;font-size:20px;margin-bottom:15px;padding-bottom:5px}.fee-row{color:#e0e0e0;display:flex;font-size:18px;justify-content:space-between;padding:10px 0}.total-row{border-top:2px solid #0c6;color:#fff;font-weight:700;padding-top:12px}.button-group{display:flex;justify-content:space-evenly;margin-top:20px}.button{border:none;border-radius:12px;cursor:pointer;font-size:18px;padding:15px 35px;text-transform:uppercase;transition:transform .2s ease,background-color .3s ease}.pdf-btn{background-color:#4caf50;color:#fff}.email-btn{background-color:#2196f3;color:#fff}.print-btn{background-color:#ff9800;color:#fff}.button:hover{transform:scale(1.05)}.pdf-btn:hover{background-color:#388e3c}.email-btn:hover{background-color:#1976d2}.print-btn:hover{background-color:#f57c00}.calcdropdown{border:1px solid #ccc;border-radius:5px;font-size:16px;height:40px;padding:5px;text-align:center;width:200px}@media (max-width:480px){.toggle-buttons{align-items:center;flex-direction:column}.toggle-button{font-size:12px;max-width:300px;padding:8px 16px;width:100%}}.send-email-container{text-align:center}.email-popup{background-color:#444745;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #0000001a;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:400px;z-index:1000}.email-label{color:#fff}.popup-content{align-items:center;display:flex;flex-direction:column;margin:15px 10px}.popup-content input{border:1px solid #ddd;border-radius:4px;color:#000;margin:10px 0;padding:8px;width:100%}.popup-buttons{display:flex;justify-content:space-between;width:100%}.popup-buttons button{border:none;border-radius:4px;cursor:pointer;flex:1 1;margin:5px;padding:8px}.popup-buttons button:first-child{background-color:#28a745;color:#fff}.popup-buttons button:last-child{background-color:brown;color:#fff}.disclaimer-text{color:gray;font-size:xx-small}@media (max-width:768px){.fees-section{width:90%}}.popup-buttons button:disabled{cursor:not-allowed}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.mx-auto{margin-left:auto;margin-right:auto}.my-12{margin-top:3rem}.mb-12,.my-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-48{height:12rem}.h-72{height:18rem}.h-\[30px\]{height:30px}.h-full{height:100%}.w-48{width:12rem}.w-full{width:100%}.min-w-\[150px\]{min-width:150px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-\[1200px\]{max-width:1200px}.max-w-md{max-width:28rem}.flex-1{flex:1 1}.flex-shrink{flex-shrink:1}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee{animation:marquee 20s linear infinite}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-10{gap:2.5rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-l-4{border-left-width:4px}.border-blue-600{--tw-border-opacity:1;border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.bg-builder{--tw-bg-opacity:1;background-color:#198c56;background-color:rgb(25 140 86/var(--tw-bg-opacity,1))}.bg-commercial{--tw-bg-opacity:1;background-color:#78bf25;background-color:rgb(120 191 37/var(--tw-bg-opacity,1))}.bg-lender{--tw-bg-opacity:1;background-color:#03ab5c;background-color:rgb(3 171 92/var(--tw-bg-opacity,1))}.bg-netsheet{background-color:#014324cc}.bg-residential{--tw-bg-opacity:1;background-color:#025e33;background-color:rgb(2 94 51/var(--tw-bg-opacity,1))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-25{--tw-bg-opacity:0.25}.object-cover{object-fit:cover}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-12{padding-bottom:3rem;padding-top:3rem}.pl-4{padding-left:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.text-blue-800{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:#166534;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-md{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hover\:text-green-600:hover{--tw-text-opacity:1;color:#16a34a;color:rgb(22 163 74/var(--tw-text-opacity,1))}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-96{height:24rem}.md\:h-\[50px\]{height:50px}.md\:w-1\/2{width:50%}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.lg\:h-\[500px\]{height:500px}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1280px){.xl\:h-\[600px\]{height:600px}}
/*# sourceMappingURL=main.f01e366e.css.map*/