<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.fl-module, .why_leasing_team_sect h3, .fl-node-3zbme8knhdja h4, .modern_comm_sect h4, .why_leasing_team_sect h2 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 600 !important;
}
.valet_trash_hero{
    padding-top: 110px;
}
.valet_trash_hero .fl-row-content-wrap{
    background-color: #e9f5f3;
}
.social_valet_trash_hero .fl-row-content-wrap{
    background-color: #d1ecf7;
}

.how_it_works_trash_service span.green_font{
    color: #2ba683;
}

.how_it_works_trash_service span.blue_font{
    color: #00a0d2;
}
.how_it_works_trash_service .icon_col{
background-color: #fff;
border-radius: 10px;
border: 3px solid #A6ABB2;
}
.how_it_works_trash_service .icon_col p{
    font-weight: lighter;
}
.how_it_works_trash_service h2.fl-node-47ibprzufnhq, .how_it_works_trash_service h2.fl-node-o450hiaxpvjc{
    width: 60%;
    margin: 0 auto;
}

.how_it_works_trash_service .fl-node-ifvzpt5cgb76, .how_it_works_trash_service .fl-node-x0l2nk7qho4d{
    width: 80%;
    margin: 0 auto;
}
.how_it_works_trash_service .fl-row-content-wrap{
    padding-bottom: 150px!important;
    margin-top: -1px;
}

.how_it_works_trash_service .fl-node-43kj0er7l912, .how_it_works_trash_service .fl-node-4kc8r3pzhmxd{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.how_it_works_trash_service .fl-node-4nji9a7dewo1{
    position: relative;
    top: 20px;
}

.how_it_works_trash_service .fl-node-cv2xs0138ui6{
    position: relative;
    top: 10px;
}


.img_dashed{
    position: relative;
}

.img_dashed::before {
    content: "";
    position: absolute; /* optional: position it if needed */
    top: 30px;
    left: 70%;
    width: 250px;
    height: 50px;
    background-image: url(/wp-content/uploads/Dashed-line-long.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.testimonials_sect h2.fl-node-b4r8u9tqglmo, .why_leasing_team_sect h2{
    width: 70%;
    margin: 0 auto;
}


.testimonials_sect .card_{
    border: 5px solid #187053;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    height: 100%;
    display: flex;
    padding: 20px 35px;
    flex-direction: column;
    box-shadow: 10px 10px 0px 1px rgba(255, 205, 66, 1);
    -webkit-box-shadow: 10px 10px 0px 1px rgba(255, 205, 66, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(255, 205, 66, 1);
}
    
.testimonials_sect .testimonial_card1 .card_ img, .testimonials_sect .testimonial_card3 .card_ img{
   position: absolute;
    top: -145px;
    left: -125px;
    width: 200px;
}
.testimonials_sect .testimonial_card2 .card_ img{
   position: absolute;
    top: -145px;
    right: -125px;
    width: 200px;
}

.testimonials_sect .testimonial_card1, .testimonials_sect .testimonial_card2, .testimonials_sect .testimonial_card3{
    width: 60%;
    margin: 200px auto 0;
}
.testimonials_sect .card_ span.author{
    color: #2ba583;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -30px;
    letter-spacing: 5px;
     font-size: 24px;
}
.testimonials_sect .card_  span.content_{
    font-weight: lighter;
    font-size: 28px;
}

.testimonials_sect .card_ span.position{
    color: #8b949b;
    text-transform: uppercase;
    font-weight: 600;
     font-size: 24px;
    letter-spacing: 5px;
}

.testimonials_sect .blue_card{
    border: 5px solid #0083af!important;
}
.testimonials_sect .blue_card span.author{
    color: #00a3cf!important;
}


.check_green_icon {
    background-image: url(/wp-content/themes/fetch-child-theme/assets/img/green-check-icon.svg);
    background-size: 40px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    margin-bottom: 15px;
}

.check_blue_icon {
    background-image: url(/wp-content/uploads/blue-check-icon-valet-trash.svg);
    background-size: 40px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    margin-bottom: 15px;
}
.modern_comm_sect h4{
    margin-bottom: 5px!important;
}

h2.design_for_heading {
    width: 50%;
    margin: 0 auto;
}
 .why_leasing_team_sect, .testimonials_sect, .fl-node-8jfovyip07eg{
        margin-top: -1px;
    }

.fetch_form{
    background-color: #fff;
    padding: 20px;
    border: 5px solid #fecd44;
    border-radius: 15px;
}
.fetch_form input[type=email], .fetch_form input[type=number], .fetch_form input[type=password], .fetch_form input[type=reset], .fetch_form input[type=search], .fetch_form input[type=tel], .fetch_form input[type=text], .fetch_form input[type=url], .fetch_form select, .fetch_form textarea, .fetch_form .hbspt-form input:not([type="submit"]) {
    border: 1px solid #002337;
    background-color: #fff;
    border-radius: 10px;
width: 100% !important;
}
@media (max-width: 991px) {
    .img_dashed::before{
        left: 77%;
        width: 145px;
    }
    .fl-node-8jfovyip07eg .fl-row-content-wrap{
         padding-bottom: 130px!important;
    }
}

@media (max-width: 767px) {
    .fetch_form_row .fl-row-content-wrap{
      padding: 50px 30px!important;
    }
    .valet_trash_hero .fl-row-content-wrap{
        background-color: #2aa682;
        background-image: unset !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .social_valet_trash_hero .fl-row-content-wrap{
        background-color: #00a0d2;
    }
    .valet_trash_hero .fl-node-vmglw2i8z69y, .social_valet_trash_hero .fl-node-e8c7qjmpxg1n{
        display: flex;
        flex-direction: column-reverse;
    }
    .valet_trash_hero {
        padding-top: 100px;
    }
    .how_it_works_trash_service .fl-node-43kj0er7l912, .how_it_works_trash_service .fl-node-4kc8r3pzhmxd{
        flex-direction: column;
    }
    .img_dashed::before{
        display: none!important;
    }
    .why_leasing_team_sect .icon_col h3, .modern_comm_sect h4{
        text-align: center;
    }

    .testimonials_sect .card_ span.content_{
        font-size: 16px;
    }
    .testimonials_sect .testimonial_card1, .testimonials_sect .testimonial_card2, .testimonials_sect .testimonial_card3{
        width: 80%;
        margin: 130px auto 0;
    }
    .testimonials_sect .testimonial_card1 .card_ img, .testimonials_sect .testimonial_card3 .card_ img{
        top: -100px;
        left: -25px;
        width: 130px;
    }
    .testimonials_sect .testimonial_card2 .card_ img{
        top: -100px;
        right: -25px;
        width: 130px;
    }
    .testimonials_sect .card_ span.author, .testimonials_sect .card_ span.position{
        font-size: 18px;
    }
    .fl-node-f9lhwtergmyi &gt; .fl-row-content-wrap{
        padding:30px 0!important;
    }

    .fl-node-f9lhwtergmyi a.fl-button, .fl-node-1ujon6qxcbf4 a.fl-button, .fl-builder-content .fl-node-35x1nfsp9ejg a.fl-button, .fl-builder-content .fl-node-ieuoakvqntlm a.fl-button{
        font-size: 16px !important;
    }
    .icon_col img, .modern_comm_sect img{
        width: 80px;
    }
    h2.design_for_heading, .how_it_works_trash_service h2.fl-node-47ibprzufnhq, .how_it_works_trash_service h2.fl-node-o450hiaxpvjc{
        width: 100%;
    }
    .modern_comm_sect .fl-photo-content{
        text-align: center;
    }
   .how_it_works_trash_service .fl-row-content-wrap, .fl-node-7fvxu10qdn5h &gt; .fl-row-content-wrap, .fl-node-8jfovyip07eg .fl-row-content-wrap, .fl-node-bgw2l6k3y8sh &gt; .fl-row-content-wrap, .fl-node-3fum51yxslpc &gt; .fl-row-content-wrap, .fl-node-fqs4xva9jcdh &gt; .fl-row-content-wrap, .fl-node-5h801l2p4fby &gt; .fl-row-content-wrap{
        padding-bottom: 80px!important;
    }
    .fl-node-1ujon6qxcbf4 &gt; .fl-row-content-wrap, .fl-node-zr1p3eunb75c &gt; .fl-row-content-wrap{
        padding-top: 30px!important;
        padding-bottom: 30px !important;
    }
    .fl-node-p3ico2gn5x8t .fl-row-content-wrap{
        padding-bottom: 0!important;
    }
    .check_green_icon span,
    .check_blue_icon span, 
    .fl-node-78p5x0a1kqin p, 
    .fl-node-lhru6f9ycg7o p, 
    .fl-node-iqrgnclvfdbu p,
    .fl-node-cfv9qpr8mgxw p,
    .fl-node-j10bf5s3y6t4 p,
    .fl-node-taxv97zmwy2q p{
        font-size: 18px!important;
    }
    .check_green_icon, .check_blue_icon{
        padding-left: 50px;
    }
    .fl-node-1ujon6qxcbf4 &gt; .fl-row-content-wrap{
        padding-bottom: 50px!important;
    }
    h2.fl-module, h2{
        font-size: 25px!important;
    }
    .fl-node-ypo35w67d409{
        display: flex!important;
        flex-direction: column-reverse;
    }
    .fl-node-a1dhikmq2xgf{
        display: flex;
        flex-wrap: wrap;
    }

   .testimonials_sect h2.fl-node-b4r8u9tqglmo, .why_leasing_team_sect h2{
        width: 100%;
    }
    .how_it_works_trash_service .fl-node-4nji9a7dewo1{
        top: 10px;
    }
}
</pre></body></html>