@keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@keyframes fadein{100%{opacity:1;transform:translateX(0)}}#button{display:flex;background-color:#fff;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#2b3133;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button.show{opacity:1;visibility:visible}html.page-home body main>section.section-building-services{background-color:#ededed}html.page-home body main>section.section-building-services .container{color:#2b3133;flex-direction:column;gap:20px}html.page-home body main>section.section-building-services .container h2.section-title{text-align:left;max-width:510px;margin-top:0}html.page-home body main>section.section-building-services .container .services-list{display:flex;flex-direction:column;position:relative;overflow:hidden;gap:20px}@media (max-width:550px){html.page-home body main>section.section-building-services .container .services-list{gap:20px}}html.page-home body main>section.section-building-services .container .services-list img{width:772px;height:964px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;overflow:hidden}@media (max-width:1540px){html.page-home body main>section.section-building-services .container .services-list img{width:430px;height:550px}}@media (max-width:770px){html.page-home body main>section.section-building-services .container .services-list img{height:500px}}@media (max-width:550px){html.page-home body main>section.section-building-services .container .services-list img{width:80%;height:400px}}html.page-home body main>section.section-building-services .container .services-list .service-item{position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (max-width:1540px){html.page-home body main>section.section-building-services .container .services-list .service-item{right:33%}}@media (max-width:1080px){html.page-home body main>section.section-building-services .container .services-list .service-item{left:33%}}@media (max-width:770px){html.page-home body main>section.section-building-services .container .services-list .service-item{left:40%;width:350px}}@media (max-width:550px){html.page-home body main>section.section-building-services .container .services-list .service-item{width:100%;position:relative;top:0;right:0;left:0;transform:translateY(0);display:flex;flex-direction:column;gap:10px}}html.page-home body main>section.section-building-services .container .services-list .service-item .child-pages{display:flex;flex-direction:column;gap:5px}