@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap";:root{--primary-color: #f2f2f2;--secondary-color: #5400B9;--thrid-color: #363636;--fourth-color: #7400FF;--fiveth-color: #273E8E;--blue-card-color: #0030CF;--blue-form-color: #0010CD;--gray-card-color: #E9E9E9;--gray-form-color: #A4A4A4;--black-color: #000;--margin-top-size: 3rem;--home-frontpage-size: 105%;--home-section3-background-size: 105%;--home-section3-img-size: 110%;--services-back-size: 100%;--footer-height: 2rem;--footer-icons-size: 1.9rem;--footer-icons-grow: 3rem;--icon-container-width: 25rem}*{margin:0;padding:0;box-sizing:border-box;font-family:Nunito Sans,serif;font-optical-sizing:auto;font-style:normal}body{background-color:var(--primary-color);display:flex;flex-direction:column;overflow-x:hidden}@media screen and (max-width: 1114px){:root{--margin-top-size: 2.5rem}}@media screen and (max-width: 1030px){:root{--home-section3-img-size: 140%}}@media screen and (max-width: 888px){:root{--margin-top-size: 2.5rem;--home-frontpage-size: 200%;--home-section3-img-size: 150%;--home-section3-background-size: 200%;--services-back-size: 300%}}@media screen and (max-width: 767px){:root{--home-section3-background-size: 320%}}@media screen and (max-width: 690px){:root{--home-frontpage-size: 230%}}@media screen and (max-width: 600px){:root{--home-frontpage-size: 280%;--home-section3-background-size: 460%;--services-back-size: 900%}}.nav{height:var(--margin-top-size);position:sticky;z-index:100;top:0;left:0;width:100vw;background-color:var(--primary-color);display:flex;justify-content:flex-start}.h1,.menu__btn{display:none}.logo{position:fixed;left:0;top:0;height:var(--margin-top-size);padding:.1rem}.nav__ul{display:flex;width:19rem;height:100%;list-style:none;position:absolute;right:3rem}.nav__ul__mobile{display:none;position:absolute}.nav__li{width:auto;height:auto;margin-right:1.5rem;list-style:none}.nav__link{height:100%;text-decoration:none;text-align:center;display:flex;flex-direction:column;justify-content:center;cursor:pointer;color:var(--thrid-color);transition-property:all;transition-timing-function:ease;transition-duration:.3s}.nav__link:hover{color:var(--secondary-color)}.nav__span{font-size:1.1rem;color:var(--third-color);font-weight:400}@media screen and (max-width: 1114px){.nav{display:flex;justify-content:center}.logo{position:unset;margin:0}.menu__btn{display:flex;width:2rem;height:2rem;position:fixed;left:.2rem;top:.2rem;justify-content:center;align-items:center;font-size:2.5rem;padding:0;z-index:10;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--secondary-color)}.nav__ul{display:none}.nav__ul__mobile{display:flex;height:100dvh;width:100dvw;left:-100vw;flex-direction:column;align-items:center;justify-content:center;background-color:var(--primary-color)}.nav__li{width:auto;height:auto;margin-right:0;margin-bottom:1rem}.nav__span{font-size:1.3rem}}@media screen and (max-width: 888px){.menu__btn{height:2.5rem;left:.3rem;top:0}}.home{height:auto;width:100vw}.home__section1{position:relative;display:flex;height:95dvh;width:100vw;align-items:center;justify-content:space-evenly}.home__section1__text__box{display:flex;padding:1rem;flex-direction:column;align-items:start;background-color:#0009;position:absolute;bottom:5rem;left:5rem;width:42rem;height:auto}.home__section1__icon{font-size:2rem;margin-right:.5rem}.home__section1__h2{font-weight:700;font-size:3.5rem;color:var(--primary-color);margin-bottom:1rem}.home__b{font-weight:700;color:var(--primary-color)}.home__section1__h3{font-size:2.2rem;color:var(--primary-color);margin-bottom:1rem;border-radius:1rem;padding:.5rem;background-color:var(--black-color);border:.2rem solid var(--fiveth-color)}.home__section1__p{color:var(--primary-color);font-size:1.4rem;margin-bottom:1rem}.home__section1__btn{padding:.5rem;color:var(--primary-color);text-decoration:none;font-size:1.3rem;margin-bottom:1rem;border-radius:.5rem;background-color:var(--fiveth-color);transition-timing-function:ease;transition-duration:.4s}.home__section1__btn:hover{color:var(--fiveth-color);background-color:var(--primary-color)}.home__section1__btn2{color:var(--primary-color);text-decoration:none}.home__section1__btn2:hover{color:var(--primary-color)}.home__section1__logo{height:25rem;position:absolute;top:7rem;right:5rem}.home__section2{width:100vw;height:auto;display:flex;justify-content:center;background-color:var(--primary-color)}.home__section2__box{width:auto;height:auto;margin:5rem;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}.home__section2__card{height:30rem;width:32rem;border-radius:3rem;display:flex;margin:.5rem;flex-direction:column;align-items:center;background-color:var(--gray-card-color)}.section2--blue--card{background-color:var(--blue-card-color)}.home__section2__logo__container{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-top:2rem;background-color:var(--secondary-color)}.home__section2__logo{height:9rem;margin-top:1rem}.home__section2__text{height:auto;text-align:center;width:25rem;margin-top:1.5rem;color:var(--black-color);display:flex;flex-direction:column;align-items:center}.home__section2__h3{font-size:2rem;margin-bottom:1rem;width:100%;font-weight:600}.home__section2__p{font-size:1.1rem;width:28rem}.section2--blue--card--h3,.section2--blue--card--p{color:var(--primary-color)}.home__section2__btn{font-size:1.2rem;padding:.5rem;text-decoration:none;background-color:var(--secondary-color);color:var(--primary-color);border-radius:.7rem;transition-timing-function:ease;transition-duration:.3s}.home__section2__btn:hover{color:var(--secondary-color);background-color:var(--primary-color)}.section2--black--btn{background-color:var(--black-color);transition-timing-function:ease;transition-duration:.3s}.section2--black--btn:hover{background-color:var(--primary-color);color:var(--black-color)}.home__section3{display:flex;height:auto;justify-content:center}.home__section3__box{width:40rem;height:50rem;margin:5rem 2rem;border-radius:1rem;padding:2rem;color:var(--primary-color)}.home__section3__box:nth-child(2){background-color:var(--secondary-color)}.home__section3__h3{font-size:3.5rem;margin-top:3rem}.home__section3__p{font-size:1.5rem;margin:2rem 0}.home__section3__btn{color:var(--primary-color);padding:.7rem;margin-top:5rem;font-size:1.2rem;text-decoration:none;border-radius:.5rem;background-color:#00f;transition-duration:.3s;transition-timing-function:ease}.home__section3__btn:hover{color:#00f;background-color:var(--primary-color)}.home__section4{height:auto;width:100vw;display:flex;flex-wrap:wrap;justify-content:space-evenly}.home__section4__card{height:38rem;width:33rem;margin:5rem 0;display:flex;flex-direction:column;align-items:center;border-radius:2rem;box-shadow:6px 6px 20px #b6b6b6}.home__section4__img{border-radius:.5rem;padding:.5rem;color:var(--blue-card-color);background-color:#e1e1e1;margin-top:2rem;width:5rem;height:5rem}.home__section4__span{color:var(--black-color);margin-top:2rem;text-align:center;font-size:2.5rem;font-weight:700}.home__section4__p{color:#797979;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;text-align:justify;font-size:1rem;padding:2.7rem}.home__section4__p b{text-align:center;font-weight:900;font-size:1.1rem}.home__section4__icon{color:green;margin-right:3rem}.section4--blue--card{color:#9b9b9b;background-color:#374ad6;position:relative}.section4--blue--card--img{background-color:var(--primary-color)}.section4--blue--card--h3{color:var(--primary-color);text-align:center;font-size:2.5rem;margin-top:2rem;margin-bottom:.5rem;font-weight:600}.section4--blue--card--box{display:flex;flex-direction:column;height:auto;width:100%}.section4--blue--card--span{color:var(--primary-color);margin-top:1.5rem;font-size:1.4rem;font-weight:500;align-self:flex-start;margin-left:6.5rem}@media screen and (max-width: 1746px){.home__section2__card{width:25rem;height:28rem}.home__section2__logo{height:8.5rem}.home__section2__h3{font-size:1.8rem}.home__section2__p{font-size:.9rem;width:20rem}.home__section2__btn{font-size:1rem}}@media screen and (max-width: 1440px){.home__section1__text__box{left:2rem;bottom:2rem}.home__section1__h2{font-size:3rem}.home__section1__p{font-size:1.2rem}.home__section1__btn{font-size:1rem}.home__section1__h3{font-size:1.9rem}.home__section1__logo{top:1.5rem;right:1.5rem;height:19rem}.home__section2__box{margin:3rem}.home__section2__card{width:20rem;height:23.5rem}.home__section2__logo{height:7.5rem}.home__section2__h3{font-size:1.6rem;margin-bottom:.5rem}.home__section2__p{font-size:.8rem;width:18rem}.home__section2__btn{font-size:.8rem;margin-top:-1rem}.home__section3__box{width:35rem;height:39rem}.home__section3__h3{font-size:2.2rem;margin-top:0}.home__section3__p{font-size:1.3rem;margin:2rem 0}.home__section3__btn{padding:.7rem;margin-top:5rem;font-size:1rem}.home__section4__card{height:29rem;width:25rem;margin:1rem 0;display:flex}.home__section4__img{margin-top:1rem;width:4.5rem;height:4.5rem}.home__section4__span{margin-top:1rem;font-size:1.3rem}.home__section4__p{font-size:.9rem;padding:2rem}.home__section4__icon{margin-right:1.5rem}.section4--blue--card--h3{font-size:1.3rem;margin-top:1rem}.section4--blue--card--span{margin-top:1rem;margin-left:5rem;font-size:1.2rem}}@media screen and (max-width: 1114px){.home__section1__text__box{width:34rem}.home__section1__h2{font-size:2.5rem}.home__section1__p{font-size:1rem}.home__section1__btn{font-size:.8rem}.home__section1__icon{font-size:1.3rem}.home__section1__h3{font-size:1.5rem}.home__section1__logo{top:1.5rem;right:1.5rem;height:16rem}.home__section2__box{width:43rem}.home__section2__text{width:auto}.home__section3__box{width:30rem;height:35rem}.home__section3__h3{font-size:2.1rem}.home__section3__p{font-size:1rem;margin-top:1rem}.home__section3__btn{padding:.6rem;font-size:1rem}}@media screen and (max-width: 908px){.home__section1__text__box{width:28rem;left:5rem;bottom:7rem}.home__section1__h2{font-size:2rem}.home__section1__p{font-size:1.1rem}.home__section1__btn{font-size:.9rem}.home__section1__icon{font-size:1rem}.home__section1__h3{font-size:1.2rem}.home__section1__logo{top:5rem;right:5rem;height:17rem}.home__section3__h3{font-size:2rem}.home__section3__p{font-size:.9rem;margin:1rem 0}.home__section3__btn{font-size:.9rem}}@media screen and (max-width: 767px){.home__section1__text__box{width:30rem;left:3rem;bottom:5rem}.home__section1__h2{font-size:2.4rem}.home__section1__p{font-size:1.2rem}.home__section1__logo{top:3rem;right:3rem;height:19rem}.home__section2__box{margin:2rem 0;width:100vw}.home__section2__card{width:100%;height:22rem}.home__section2__logo{height:6.5rem}.home__section2__text{margin-top:.5rem}.home__section2__h3{width:auto}.home__section2__p{font-size:1rem;width:80%}.home__section2__btn{font-size:.9rem}.home__section3{flex-direction:column;align-items:center;height:80rem}.home__section3__box{width:35rem;height:50rem;margin:.5rem}.home__section3__h3{font-size:3rem}.home__section3__p{font-size:1.3rem}.home__section3__btn{font-size:1.1rem}.home__section4{flex-wrap:unset;flex-direction:column;justify-content:space-evenly;align-items:center}.home__section4__card{width:90%;height:34rem;justify-content:space-evenly}.home__section4__img{width:6rem;height:6rem;margin:0}.home__section4__span{margin-top:0;font-size:1.5rem}.home__section4__p{margin-top:0;margin-bottom:1rem;height:auto;padding:0 3rem;font-size:1.2rem}.home__section4__p b{font-size:1.2rem}.section4--blue--card--h3{font-size:1.6rem;margin:0}.section4--blue--card{align-items:center}.section4--blue--card--box{align-items:center;width:auto;margin-top:-1.5rem}.section4--blue--card--span{margin-top:.6rem;margin-left:0;width:auto;height:auto}}@media screen and (max-width: 600px){.home__section1{position:unset;height:auto;padding:1rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-evenly}.home__section1__text__box{position:unset;width:90vw;height:auto}.home__section1__h2{font-size:1.8rem}.home__section1__p{font-size:1rem}.home__section1__btn{font-size:.9rem}.home__section1__icon{font-size:1rem}.home__section1__logo{position:unset;height:14rem;margin-bottom:1rem}.home__section2__card{height:24rem;width:90%}.home__section2__h3{font-size:1.5rem}.home__section2__p{font-size:.9rem;width:80%}.home__section3__box{width:95%}.home__section3__h3{font-size:2.5rem}.home__section3__p{font-size:1.2rem}.home__section3__btn{font-size:1rem}.home__section4__card{height:35rem}.home__section4__p{font-size:1.1rem}.section4--blue--card--h3{margin-bottom:.9rem}}@media screen and (max-width: 450px){.home__section1__logo{height:11rem}.home__section1__h2{font-size:1.6rem}.home__section1__p{font-size:.9rem}.home__section1__btn{font-size:.8rem}.home__section1__h3{font-size:1.1rem}.home__section2__card{height:25rem}.home__section2__btn{margin-top:.1rem}.home__section3__h3{font-size:2rem}.home__section3__p{font-size:1rem}.home__section4__img{width:5.7rem;height:5.7rem}.home__section4__span{font-size:1.3rem}.section4--blue--card--span{font-size:1.1rem}.home__section4__p{font-size:.9rem}.section4--blue--card--h3{font-size:1.8rem}}.about{height:auto;width:100vw;display:flex;flex-direction:column;align-items:center}.about__container{height:75dvh;width:90vw;display:flex;position:relative;justify-content:center;align-items:center}.about__img__box{position:absolute;width:40rem;height:40rem;overflow:hidden;border-radius:50%;margin-right:10rem;border:4px solid var(--blue-card-color)}.about__img{margin-left:-11.5rem}.about__h2{position:absolute;font-size:5rem;margin-left:5rem;margin-bottom:32rem;color:var(--secondary-color);font-weight:700}.about__p__background{width:100vw;height:auto}.about__p__container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000000b3}.about__p{margin:1rem;color:var(--primary-color);font-size:1.3rem;width:80rem}@media screen and (max-width: 1114px){.about{margin:0}.about__container{height:35rem;width:100vw}.about__h2{font-size:4rem;margin-left:8rem;margin-bottom:24rem}.about__img__box{width:30rem;height:30rem;margin-right:3rem}.about__img{height:35rem}.about__p{width:80vw;font-size:1rem}}@media screen and (max-width: 550px){.about__container{height:22rem}.about__h2{font-size:3rem;margin-left:6rem;margin-bottom:15rem}.about__img__box{width:18rem;height:18rem;margin-right:3rem}.about__img{height:23rem;margin-left:-8rem}.about__p{width:95vw;font-size:1rem}}@media screen and (max-width: 350px){.about__h2{font-size:2.5rem;margin-left:5rem;margin-bottom:10rem}.about__img__box{width:15rem;height:15rem;margin-right:3rem}.about__img{height:20rem;margin-left:-7rem}.about__p{margin:0}}.services{height:auto;width:100vw}.services__background{height:80vh}.services__background__filter{height:100%;width:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center}.services__container{height:35rem;width:85rem;display:flex;flex-direction:column}.services__h2{width:100%;display:inline;font-size:2.6rem;text-align:center;margin-bottom:.5rem;color:var(--primary-color)}.services__container2{display:flex;height:100%;width:100%;justify-content:space-evenly}.container--a{display:flex;flex-direction:row}.container--b{display:flex;flex-direction:row-reverse}.services__text__box{display:flex;flex-direction:column;justify-content:center;padding:0 1rem;width:60%;height:100%}.services__p{color:var(--primary-color);font-size:1.1rem;width:100%}.services__btn{font-size:1.1rem;font-weight:900;color:var(--fourth-color)}.services__btn:hover{color:var(--secondary-color)}.services__img__container{width:25.5rem;height:100%;display:flex;flex-wrap:wrap}.services__img{width:12rem;height:14.5rem;border-radius:1rem;margin:auto}@media screen and (max-width: 1500px){.services__background{height:93dvh}.services__p{font-size:.9rem}}@media screen and (max-width: 1114px){.services__background{height:38rem}.services__h2{font-size:2.2rem;margin:0}.services__container2{align-items:center}.services__img__container{width:22rem;height:85%}.services__img{width:10rem;height:12.5rem}}@media screen and (max-width: 890px){.services__background{height:100%}.services__container{height:100%;width:100vw}.services__h2{font-size:2rem;margin-top:1rem}.services__container2{display:flex;height:100%;flex-direction:column;justify-content:space-evenly;margin:0}.container--b{flex-direction:column-reverse}.services__img__container{height:36rem;width:34rem;margin:.5rem 0}.services__img{height:17rem;width:16rem}.services__text__box{display:flex;flex-direction:column;justify-content:center;padding:0 1rem;width:85%;height:auto;margin:.5rem 0}.services__p{font-size:1.1rem}}@media screen and (max-width: 550px){.services__h2{font-size:1.9rem}.services__text__box{width:95%;text-align:justify}.services__p{font-size:.9rem}.services__img__container{height:auto;width:95vw;justify-content:center}.services__img{height:20rem;width:17rem;margin:.5rem 0}}.contact{height:calc(100dvh - var(--margin-top-size) - var(--footer-height));width:100vw;display:flex;justify-content:center;align-items:center;position:relative}.form{height:45rem;width:40rem;display:flex;flex-direction:column;align-items:center;background:rgb(162,48,255);background:linear-gradient(132deg,rgba(162,48,255,1) 0%,rgba(128,16,198,1) 26%,rgba(58,0,92,1) 100%)}.contact__h2{font-size:2.5rem;text-align:center;margin-top:2rem;color:var(--primary-color)}.form__input{width:30rem;height:4rem;border:none;font-size:1rem;background:unset;color:var(--primary-color);border-bottom:.1rem solid var(--gray-form-color);transition-timing-function:ease-out;transition-duration:.2s}.form__input::placeholder{color:var(--gray-form-color)}.form__input:focus{outline:none;border-bottom:.14rem solid var(--blue-form-color)}.form__input--message{padding-top:1rem;width:30rem;height:10rem;border:none;resize:none;font-size:1rem;background:unset;border-bottom:.1rem solid var(--gray-form-color);transition-timing-function:ease-out;transition-duration:.2s}.form__input--message::placeholder{color:var(--gray-form-color)}.form__input--message:focus{outline:none;border-bottom:.14rem solid var(--blue-form-color)}.form__submit{font-size:1.4rem;margin-top:1rem;border:none;padding:.5rem;border-radius:.3rem;transition-timing-function:ease-out;transition-duration:.2s;background-color:var(--blue-form-color);color:var(--primary-color)}.form__submit:hover{color:var(--blue-form-color);background-color:var(--primary-color);cursor:pointer}.contact__info{margin-top:1.5rem;height:8rem;width:20rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.contact__span{font-size:1.4rem;color:var(--primary-color)}.contact__icon__box{width:15rem;display:flex;justify-content:space-evenly}.contact__item{width:3.5rem;height:3.5rem;border-radius:50%;border:.2rem solid var(--blue-form-color);display:flex;color:var(--primary-color);align-items:center;justify-content:center;transition-timing-function:ease-in;transition-duration:.3s}.contact__item:hover{background-color:var(--blue-form-color);color:var(--primary-color)}.contact__icon{font-size:2.1rem}.error{height:auto;width:100%;text-align:center}@media screen and (max-width: 640px){.form{height:36rem;width:100vw;margin:0 .5rem}.contact__h2{font-size:2rem}.form__input,.form__input--message{width:95%;font-size:.8rem}.form__submit{font-size:1rem}.contact__info{width:95vw}.contact__span{font-size:1rem}.contact__icon__box{width:13rem}.contact__item{width:3rem;height:3rem}.contact__icon{font-size:1.5rem}}.termitesInfo{height:calc(100dvh - var(--margin-top-size) - var(--footer-height));width:100vw;display:flex;flex-direction:column;align-items:center}.termitesInfo__h2{color:var(--secondary-color);font-size:5rem;margin-top:5rem;line-height:5rem;font-weight:700}.termitesInfo__p{font-size:1.5rem;color:var(--black-color);width:80rem;margin-top:5rem}.termitesInfo__btn{color:var(--secondary-color);font-weight:700;transition-duration:.3s;transition-timing-function:ease}.termitesInfo__btn:hover{color:#9f4fff}@media screen and (max-width: 1300px){.termitesInfo{height:100dvh}.termitesInfo__p{width:95vw;height:auto}}@media screen and (max-width: 900px){.termitesInfo__h2{width:95vw;font-size:4.5rem;margin-top:3.5rem}.termitesInfo__p{margin-top:3.5rem}}@media screen and (max-width: 810px){.termitesInfo{height:auto}.termitesInfo__h2{font-size:4rem;margin-top:3rem}.termitesInfo__p{margin-top:2.5rem;margin-bottom:2rem}}@media screen and (max-width: 500px){.termitesInfo__h2{margin-top:2rem;font-size:3rem;line-height:3rem;width:90vw}.termitesInfo__p{margin-top:1.5rem;font-size:1.1rem;text-align:justify;width:90vw}}@media screen and (max-width: 400px){.termitesInfo__h2{font-size:2.5rem}.termitesInfo__p{font-size:1rem}}.whytoptier{height:auto;width:100vw;display:flex;flex-direction:column;align-items:center}.whytoptier__h2{color:var(--secondary-color);font-size:3.5rem;margin-top:3rem;line-height:3rem;font-weight:700}.whytoptier__p{font-size:1.4rem;color:var(--black-color);width:80rem;height:auto;margin-top:3rem;text-align:justify}.whytoptier__btn{color:var(--secondary-color);font-weight:700;transition-duration:.3s;transition-timing-function:ease}.whytoptier__btn:hover{color:#9f4fff}@media screen and (max-width: 1336px){.whytoptier__h2{font-size:2.5rem;width:95vw;text-align:center}.whytoptier__p{font-size:1rem;width:95vw}}@media screen and (max-width: 450px){.whytoptier__h2{font-size:2rem}.whytoptier__p{font-size:.9rem}}.footer{height:var(--footer-height);width:100vw;display:flex;justify-content:center;align-items:center}.footer__span{font-size:1.1rem;color:var(--black-color)}@media screen and (max-width: 600px){.footer__span{font-size:.8rem}}
