.header{width:100%;background:#000;color:#fff;height:75px;display:flex;position:relative;font-weight:700;align-items:center}.header span{font-family:Roboto,sans-serif}.header .loading-dots>div{width:8px;height:8px;margin:3px}.header ul{list-style:none}@media only screen and (max-width:767px){.header{height:auto;padding:10px 0}}.header>.container{width:100%}@media only screen and (max-width:991px){.header>.container{display:none}}.header__inner-container{display:flex;align-items:center;justify-content:space-between}.header .inner-list.desktop{position:absolute;top:135%;left:-37%;min-width:180px;border-radius:6px;display:flex;z-index:-2;flex-direction:column;text-align:center;padding:15px 25px;opacity:0;row-gap:10px;transition:all .3s;background:#000}.header .inner-list.desktop a,.header .inner-list.desktop span{font-size:1rem;color:#fff;transition:all .25s}.header .inner-list.desktop a:hover,.header .inner-list.desktop span:hover{color:#fed900}.header__logo{transform:translateY(3px)}.header__lang-dropdown>span{text-transform:uppercase}.header__lang-dropdown>.inner-list.desktop{min-width:100px;left:-22%}.header__lang-flag{margin-right:6px;border-radius:50%;height:18px;border:1.5px solid rgba(255,255,255,.75)}.header__nav{display:flex;align-items:center}.header__nav>ul{display:flex}.header__nav>ul li{margin:0 20px;position:relative;display:flex;align-items:center}.header__nav>ul li:hover>a{color:#fed900}.header__nav>ul li:hover>.arrow-dropdown{border-top:9px solid #fed900}.header__nav>ul li:hover>.inner-list{opacity:1;z-index:5}.header__nav>ul li a,.header__nav>ul li span{color:#fff;transition:all .25s;font-size:1.2rem}.header__nav>ul li.header__sign-up{border:1px solid #fff;border-radius:6px;padding:.6rem 1.5rem}.header__nav>ul li.header__sign-up:hover{border:1px solid #fed900}.header__nav__search-input{position:relative}.header__nav__search-input .search-jobs-input{width:100%}.header__nav__search-dropdown{position:absolute;top:100%;width:110%;overflow:auto;left:-.8rem;z-index:2;padding-left:25px;padding-right:25px;padding-block:0;max-height:0;border-radius:6px;background-color:#000;transition:all .1s}.header__nav__search-dropdown.opened{padding:30px 25px;max-height:300px!important}.header__nav__search-dropdown>ul{display:flex;flex-direction:column;row-gap:10px}.header__nav__search-dropdown>ul a{font-size:1rem;color:#fff;transition:all .25s}.header__nav__search-dropdown>ul a:hover{color:#fed900}.header__nav__search-icons{margin:0 20px}.header__nav__search-icons i{font-size:1.2rem;cursor:pointer;transition:all .25s}.header__nav__search-icons i:hover{color:#fed900}.header__nav__search-icons i.fa.fa-close{font-size:1.75rem;margin-left:20px}.header__mobile{width:100%;background-color:#000;min-height:40px;display:flex;align-items:center}@media only screen and (min-width:992px){.header__mobile{display:none}}.header__mobile .loading-dots{margin-top:2.15rem}.header__mobile>.container{width:100%}.header__mobile div.hamburger-menu{cursor:pointer;width:25px;height:25px;position:relative}.header__mobile div.hamburger-menu__icon-1,.header__mobile div.hamburger-menu__icon-1::after,.header__mobile div.hamburger-menu__icon-1::before{display:block;content:'';width:100%;height:3.4px;transition:all .25s ease-in-out;border-radius:6px;background-color:#fff;box-shadow:0 0 5px rgba(255,255,255,.4);position:absolute}.header__mobile div.hamburger-menu__icon-1{top:50%;transform:translateY(-50%)}.header__mobile div.hamburger-menu__icon-1::before{top:-7px}.header__mobile div.hamburger-menu__icon-1::after{top:7px}.header__mobile .inner-list{display:flex;flex-direction:column;padding:0 15px;opacity:0;visibility:hidden;max-height:0;transition:all .35s;flex:0 0 100%}.header__mobile .inner-list.opened{visibility:visible;padding:15px 15px 0}.header__mobile .inner-list>a{font-size:.97rem}.header__mobile .inner-list>a:hover{color:#fed900}.header__mobile .inner-list>a:not(:last-of-type){margin-bottom:15px}.header__mobile__right-side{display:flex;align-items:center;-moz-column-gap:2rem;column-gap:2rem}.header__mobile__search-icons i{font-size:1.9rem;cursor:pointer}.header__mobile__search-icons i.fa.fa-close{font-size:2.7rem}.header__mobile__search-input{position:absolute;width:100%;top:100%;left:0;max-height:0;padding:0 2rem;transition:all .25s;background-color:#fff;box-shadow:0 3px 3px rgba(0,0,0,.25)}.header__mobile__search-input input{max-height:0}.header__mobile__search-input.opened{padding:1rem 2rem;transition:all .3s}.header__mobile__search-input.opened input{opacity:1;visibility:visible;max-height:100px}.header__mobile__search-input input{border:1px solid rgba(51,51,51,.25);visibility:hidden;opacity:0;transition:all .3s;width:100%}.header__mobile__inner-container{width:100%;display:flex;align-items:center;justify-content:space-between}.header__mobile__nav{height:100vh;position:absolute;top:0;left:35%;background-color:#34b9b9;transition:all .2s linear;padding:3rem 0 3rem 2rem;display:flex;flex-direction:column;padding-block:3rem;row-gap:3rem;width:65vw;z-index:10;opacity:0;visibility:hidden}.header__mobile__nav.opened{visibility:visible;opacity:1;max-height:100vh!important}.header__mobile__nav.opened i.fa-close{opacity:1}.header__mobile__nav i.fa-close{cursor:pointer;color:#fff;align-self:flex-end;font-size:2.3rem;opacity:0;transition:all .2s;margin-right:8%}.header__mobile__nav__search-dropdown{width:100%;background-color:#fff;max-height:0;transition:all .2s linear}.header__mobile__nav__search-dropdown ul{margin-block:0;opacity:0;visibility:hidden;display:flex;flex-direction:column;row-gap:1.2rem}.header__mobile__nav__search-dropdown ul a{font-size:1rem}.header__mobile__nav__search-dropdown ul a:hover{color:#fed900}.header__mobile__nav__search-dropdown ul span{color:#000;font-size:1rem}.header__mobile__nav__search-dropdown.opened{border-top:1px solid rgba(0,0,0,.2);margin:2rem auto 0 auto;overflow:auto;min-height:12vh;max-height:40vh!important}.header__mobile__nav__search-dropdown.opened ul{opacity:1;visibility:visible;margin-top:2rem;margin-bottom:1.5rem}.header__mobile__nav>ul{list-style:none;display:flex;flex-direction:column;row-gap:1.5rem}.header__mobile__nav>ul li{position:relative;display:flex;align-items:center;-moz-column-gap:.7rem;column-gap:.7rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.5)}.header__mobile__nav>ul li.with-submenu{cursor:pointer}.header__mobile__nav>ul li i{color:#fff;width:22px;font-size:1.2rem}.header__mobile__nav>ul li a,.header__mobile__nav>ul li span{color:#fff;font-weight:700;transition:all .25s;font-size:1.1rem}.header__mobile__nav>ul li a:hover,.header__mobile__nav>ul li span:hover{color:#fed900}.header__mobile__lang-dropdown{position:relative;text-transform:uppercase}.header__mobile__lang-dropdown>span{font-size:1.1rem}.header__mobile__lang-dropdown .arrow-dropdown{background-color:transparent;margin-top:2px}.header__mobile__lang-dropdown>.inner-list{color:#fff;position:absolute;top:180%;opacity:0;max-height:0;display:flex;flex-direction:column;row-gap:.75rem;margin-top:.35rem}.header__mobile__lang-dropdown>.inner-list>a{color:#fff}.header__mobile__lang-dropdown__lang-flag{margin-right:6px;border:1.5px solid rgba(255,255,255,.75)}.task-hero{padding-block:4.5rem}@media only screen and (max-width:575px){.task-hero{padding-block:1.8rem}}.task-hero__info{display:flex;flex-direction:column}@media only screen and (min-width:768px){.task-hero__info{display:grid;grid-template-columns:2fr 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem}}.task-hero__info p{margin-top:3rem;margin-bottom:3rem}@media only screen and (max-width:575px){.task-hero__info p{margin-top:1.8rem;margin-bottom:1.8rem}}.task-hero__info .rating-text{display:flex;gap:10px}.task-hero__info .rating-text i{color:#fed900}.task-hero__info>.price-container{display:flex;padding-top:1.2rem;align-items:center;flex-direction:column;justify-content:space-between;background-color:#f6f6f6;height:165px}@media only screen and (max-width:575px){.task-hero__info>.price-container{margin-top:2.5rem;height:135px}}.task-hero__info>.price-container .price{display:flex;flex-direction:column;align-items:center}.task-hero__info>.price-container .price>span{font-size:1.7rem;font-weight:700;text-transform:uppercase}.task-hero__info>.price-container a{align-self:stretch;background-color:#34b9b9}.task-hero__info>.price-container a:hover{background-color:#000}.price-guide-hero__image{width:100%;margin-top:3rem;height:50vh}.post-content{margin-top:5.7rem;padding-bottom:2rem}@media only screen and (max-width:575px){.post-content{margin-top:3rem;padding-bottom:1.5rem}}.post-content.only-text{margin-top:0!important;padding-block:4.5rem}@media only screen and (max-width:575px){.post-content.only-text{padding-block:1.8rem}}.post-content.only-text .post-content__grid{row-gap:0!important}@media only screen and (min-width:768px){.post-content.only-text .post-content__grid{grid-template-columns:1fr!important;-moz-column-gap:0!important;column-gap:0!important}}.post-content__grid{display:grid;grid-template-columns:1fr;row-gap:1.7rem}@media only screen and (min-width:768px){.post-content__grid{grid-template-columns:2fr 1fr;row-gap:0;align-items:flex-start;-moz-column-gap:1.5rem;column-gap:1.5rem}}.pro-reviews{background-color:#f6f6f6;padding-block:4.5rem}@media only screen and (max-width:575px){.pro-reviews{padding-block:1.8rem}}.pro-reviews h2{margin-bottom:3rem}.pro-reviews__profile-image{position:absolute;border-radius:50%;top:-5%;left:2rem;z-index:2;box-shadow:2px 2px 10px rgba(0,0,0,.25)}@media only screen and (max-width:575px){.pro-reviews__profile-image{width:85px;height:85px}}@media only screen and (max-width:479px){.pro-reviews__profile-image{top:-3%;left:.8rem}}.pro-reviews__all-reviews{flex:0 0 65%}@media only screen and (max-width:991px){.pro-reviews__all-reviews{flex:0 0 100%}}.pro-reviews__single-review{background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.15);position:relative}.pro-reviews__single-review:not(:last-of-type){margin-bottom:4.5rem}.pro-reviews__single-review .bottom,.pro-reviews__single-review .middle,.pro-reviews__single-review .top{padding:0 15px}.pro-reviews__single-review .bottom i[class*=star],.pro-reviews__single-review .middle i[class*=star],.pro-reviews__single-review .top i[class*=star]{color:#fed900}.pro-reviews__single-review .bottom{padding-bottom:15px}.pro-reviews__single-review .top{display:flex;justify-content:space-between;align-items:center;padding-top:1rem}.pro-reviews__single-review .top .text{padding-left:9.5rem;display:flex;flex-direction:column;align-items:flex-start;row-gap:5px}.pro-reviews__single-review .top .text.left{padding-left:0}@media only screen and (max-width:991px){.pro-reviews__single-review .top .text{padding-left:11rem}}@media only screen and (max-width:575px){.pro-reviews__single-review .top .text{padding-left:9rem}}@media only screen and (max-width:479px){.pro-reviews__single-review .top .text{padding-left:7.5rem}}.pro-reviews__single-review .top .text span.pro-title{font-size:1.25rem;margin-bottom:.25rem}.pro-reviews__single-review .top .rating-text{display:flex;flex-direction:column;align-items:flex-end;margin-top:.5rem}.pro-reviews__single-review .top .rating-text>.rating{display:flex;align-items:center;margin-bottom:7px}.pro-reviews__single-review .top .rating-text>span{text-align:right}.pro-reviews__single-review .middle{display:flex;flex-wrap:wrap;margin-top:3rem}.pro-reviews__single-review .middle>div{display:flex;align-items:center;gap:10px}.pro-reviews__single-review .middle img{margin-right:10px}.pro-reviews__single-review .middle div.jobs{margin-left:25px}.pro-reviews__single-review .middle div.description,.pro-reviews__single-review .middle p{flex:0 0 100%}.pro-reviews__single-review .middle div.description{margin-top:1.5rem;margin-bottom:3rem}.pro-reviews__single-review .bottom{display:flex;justify-content:space-between;align-items:center;-moz-column-gap:1.75rem;column-gap:1.75rem}@media only screen and (max-width:575px){.pro-reviews__single-review .bottom{flex-direction:column;align-items:flex-start}}.pro-reviews__single-review .bottom>.content{flex:0 0 60%}@media only screen and (max-width:575px){.pro-reviews__single-review .bottom>.content{margin-bottom:1.2rem}}.pro-reviews__single-review .bottom>.content p{margin-top:5px}.pro-reviews__single-review .bottom>.content .rating{display:flex;align-items:center}.pro-reviews__single-review .bottom a{background-color:#34b9b9;padding:20px 45px}.pro-reviews__single-review .bottom a:hover{background-color:#000}.right-sidebar{margin-top:4rem}@media only screen and (min-width:992px){.right-sidebar{flex:0 0 28%;margin-top:0}}.right-sidebar h4{margin-bottom:1.5rem}@media only screen and (max-width:575px){.right-sidebar h4{margin-bottom:1.2rem}}.right-sidebar>div:not(:last-of-type){margin-bottom:3rem}.right-sidebar a,.right-sidebar span{display:block}.right-sidebar a:not(:last-of-type),.right-sidebar span:not(:last-of-type){margin-bottom:.4rem}.right-sidebar li{margin-left:15px}.right-sidebar li:not(:last-of-type){margin-bottom:.4rem}.right-sidebar__why-zoofy ul{list-style:none}.right-sidebar__why-zoofy ul li{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;margin-left:0!important}.right-sidebar__related-services{display:flex;flex-direction:column;align-items:flex-start}.footer{background-color:#000;padding-top:70px;padding-bottom:40px;color:#fff}@media only screen and (max-width:575px){.footer{padding-top:40px;padding-bottom:25px}}.footer *{font-size:.85rem}.footer>.container{display:grid;grid-template-columns:1.5fr 1fr 1fr;justify-items:center}@media only screen and (max-width:575px){.footer>.container{display:flex;flex-direction:column;align-items:center}}.footer__left,.footer__right{display:flex;flex-direction:column}@media only screen and (max-width:575px){.footer__left{margin-bottom:25px}}.footer__center{align-self:center}@media only screen and (max-width:575px){.footer__center{margin-bottom:15px}}.footer__center .app-images{display:flex}@media only screen and (min-width:768px){.footer__right{margin-left:auto}}@media only screen and (max-width:767px){.footer__menu{width:75%}}@media only screen and (max-width:575px){.footer__menu{margin-bottom:5px;width:100%}}.footer__menu ul{display:grid;list-style:none;grid-template-columns:repeat(3,1fr);text-align:left;justify-items:start}@media only screen and (max-width:575px){.footer__menu ul{grid-template-columns:repeat(2,1fr);-moz-column-gap:10px;column-gap:10px}}.footer__menu li{transition:all .25s;margin-bottom:7px}.footer__menu li:hover{transform:scale(1.04)}.footer__menu a{font-family:Roboto,sans-serif;font-weight:500;color:#fff;text-transform:uppercase}.footer__follow-us{display:flex;align-items:center;justify-content:flex-end}.footer__follow-us>span{margin-bottom:4px}