@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:#ef9a30;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#fff;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}#button:hover{background-color:#db8111}html.page-home body main>section{padding:60px 0}@media only screen and (max-width:770px){html.page-home body main>section{padding:30px 0}}html.page-home body main>section.split-intro-content .container{max-width:1360px}html.page-home body main>section.split-intro-content .container .content-split{display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:770px){html.page-home body main>section.split-intro-content .container .content-split{flex-direction:column}}html.page-home body main>section.split-intro-content .container .content-split .content-lhs{width:50%}@media only screen and (max-width:770px){html.page-home body main>section.split-intro-content .container .content-split .content-lhs{width:100%}}html.page-home body main>section.split-intro-content .container .content-split .content-lhs .content{padding-right:80px;width:auto}@media only screen and (max-width:770px){html.page-home body main>section.split-intro-content .container .content-split .content-lhs .content{padding:0}}html.page-home body main>section.split-intro-content .container .content-split .content-lhs .content .btn{display:block;margin-top:40px}html.page-home body main>section.split-intro-content .container .content-split .content-rhs{width:calc(50% - 40px)}@media only screen and (max-width:770px){html.page-home body main>section.split-intro-content .container .content-split .content-rhs{width:100%;margin-top:40px}}html.page-home body main>section.split-intro-content .container .content-split .content-rhs .image>img{display:block;width:100%;height:auto}html.page-home body main>section.recent-projects .container .content h2{display:block;width:100%;text-align:center}html.page-home body main>section.recent-projects .container .project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;padding:20px 0 60px 0}@media only screen and (max-width:1200px){html.page-home body main>section.recent-projects .container .project-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:770px){html.page-home body main>section.recent-projects .container .project-grid{grid-template-columns:1fr}}html.page-home body main>section.recent-projects .container .project-grid .project{display:block}html.page-home body main>section.recent-projects .container .project-grid .project:focus .image>img,html.page-home body main>section.recent-projects .container .project-grid .project:hover .image>img{filter:brightness(.5)}html.page-home body main>section.recent-projects .container .project-grid .project:focus .image .overlay,html.page-home body main>section.recent-projects .container .project-grid .project:hover .image .overlay{opacity:1;z-index:1}html.page-home body main>section.recent-projects .container .project-grid .project .image{position:relative}html.page-home body main>section.recent-projects .container .project-grid .project .image>img{display:block;width:100%;height:auto;transition:.3s ease-in-out}@media only screen and (max-width:770px){html.page-home body main>section.recent-projects .container .project-grid .project .image>img{filter:brightness(.5)}}html.page-home body main>section.recent-projects .container .project-grid .project .image .overlay{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;transition:.3s ease-in-out;opacity:0;z-index:-1}@media only screen and (max-width:770px){html.page-home body main>section.recent-projects .container .project-grid .project .image .overlay{opacity:1;z-index:1}}html.page-home body main>section.recent-projects .container .project-grid .project .project-details{display:block;padding:20px 0}html.page-home body main>section.recent-projects .container .project-grid .project .project-details time{font-size:14px;line-height:normal}html.page-home body main>section.recent-projects .container .project-grid .project .project-details span.project-category{display:block;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;margin:10px 0;line-height:normal}html.page-home body main>section.recent-projects .container .project-grid .project .project-details h3.project-name{display:block;font-size:26px;font-weight:700;line-height:36px;margin:0;transition:.3s ease-in-out}html.page-home body main>section.recent-projects .container .project-grid .project .project-details h3.project-name:hover{color:#ef9a30}html.page-home body main>section.recent-projects .container a.all-projects-btn{display:block;margin:auto}