@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:#03af14;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}html.page-home body main>section.intro-section .container{align-items:center;justify-content:center}html.page-home body main>section.intro-section .container .sub-title-container{margin-bottom:50px;text-align:center}html.page-home body main>section.intro-section .container .split-content{display:flex;flex-direction:row;gap:50px}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .container .split-content{flex-direction:column}}html.page-home body main>section.intro-section .container .split-content .content-lhs{flex:1}html.page-home body main>section.intro-section .container .split-content .content-rhs .sub-content-container>:first-child{margin-top:0}html.page-home body main>section.intro-section .container .split-content .content-rhs{flex:1}html.page-home body main>section.intro-section .container .split-content .content-rhs h5{font-family:"Source Sans Pro",sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#333}html.page-home body main>section.intro-section .container .gallery.gallery-traditional{grid-template-columns:repeat(4,1fr);gap:10px}html.page-home body main>section.intro-section .map-image-container-split-content{display:flex;flex-direction:row;gap:20px}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .map-image-container-split-content{flex-direction:column}}html.page-home body main>section.intro-section .map-image-container-split-content .map-image-container-rhs{width:calc(75% - 10px)}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .map-image-container-split-content .map-image-container-rhs{width:100%}}html.page-home body main>section.intro-section .map-image-container-split-content .map-image-container-lhs{width:calc(25% - 10px)}@media only screen and (max-width:770px){html.page-home body main>section.intro-section .map-image-container-split-content .map-image-container-lhs{width:100%}}html.page-home body main>section.gallery-section .acf-gallery{display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1024px){html.page-home body main>section.gallery-section .acf-gallery{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:770px){html.page-home body main>section.gallery-section .acf-gallery{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:550px){html.page-home body main>section.gallery-section .acf-gallery{grid-template-columns:repeat(1,1fr)}}html.page-home body main>section.gallery-section .acf-gallery .lg-sub-html{display:none}html.page-home body main>section.gallery-section .acf-gallery a{position:relative;display:block;overflow:hidden}html.page-home body main>section.gallery-section .acf-gallery a::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(3,175,20,.7);opacity:0;transition:opacity .5s ease;z-index:2;pointer-events:none}html.page-home body main>section.gallery-section .acf-gallery a:hover::after{opacity:1}html.page-home body main>section.gallery-section .acf-gallery img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;transition:transform .5s ease;position:relative;z-index:1;display:block;aspect-ratio:360/300}html.page-home body main>section.gallery-section .acf-gallery a:hover img{transform:scale(1.05)}