@-webkit-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 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)}}@-webkit-keyframes fadein{100%{opacity:1;transform:translateX(0)}}@keyframes fadein{100%{opacity:1;transform:translateX(0)}}#button{display:flex;background-color:#b37b64;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{padding:60px 0;background-color:#faf0e4}html.page-home body main>section.intro-section .container .content{max-width:800px;margin:0 auto}html.page-home body main>section.intro-section .container .content .btn{display:block;margin-top:30px}html.page-home body main>section.home-about-section{background-color:#faf0e4;padding:50px 0}html.page-home body main>section.home-about-section .container .content-split .content-lhs{width:calc(100% - 450px)}html.page-home body main>section.home-about-section .container .content-split .content-rhs{width:400px}@media only screen and (max-width:770px){html.page-home body main>section.home-about-section .container .content-split .content-lhs,html.page-home body main>section.home-about-section .container .content-split .content-rhs{width:100%}html.page-home body main>section.home-about-section .container .content-split .content-lhs.content-lhs,html.page-home body main>section.home-about-section .container .content-split .content-rhs.content-lhs{margin-bottom:20px}}html.page-home body main>section.home-about-section .container .content-split .content-lhs .image img,html.page-home body main>section.home-about-section .container .content-split .content-rhs .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:100%}html.page-home body main>section.home-about-section .container .content-split .content-lhs .btn,html.page-home body main>section.home-about-section .container .content-split .content-rhs .btn{display:block;margin-top:30px}html.page-home body main>section.news-section{padding:80px 0}html.page-home body main>section.news-section .container{display:block;max-width:1040px}html.page-home body main>section.news-section .container .sectiontitle{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;color:#66766c}@media only screen and (max-width:500px){html.page-home body main>section.news-section .container .sectiontitle{flex-direction:column;align-items:flex-start}}html.page-home body main>section.news-section .container .sectiontitle>span{font-size:44px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:-.44px;font-family:Grape Nuts,cursive}@media only screen and (max-width:770px){html.page-home body main>section.news-section .container .sectiontitle>span{font-size:30px;line-height:40px;margin-bottom:20px}}html.page-home body main>section.news-section .container .sectiontitle>a{font-size:16px;font-weight:300;line-height:20px;padding:10px 20px;border-radius:400px;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:18px;transition:.3s ease-in-out}html.page-home body main>section.news-section .container .news{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media only screen and (max-width:770px){html.page-home body main>section.news-section .container .news{grid-template-columns:1fr}}html.page-home body main>section.news-section .container .news .col{background-color:#fff;overflow:hidden}html.page-home body main>section.news-section .container .news .col a{width:100%;display:block}html.page-home body main>section.news-section .container .news .col a:hover .image img{transform:scale(1.05)}html.page-home body main>section.news-section .container .news .col .image{line-height:0;overflow:hidden;border-radius:20px;border:1px solid #b48370;box-sizing:border-box}html.page-home body main>section.news-section .container .news .col .image img{width:100%;height:auto;transition:.5s ease-in-out}html.page-home body main>section.news-section .container .news .col .content{color:#b37b64;padding:20px;box-sizing:border-box}html.page-home body main>section.news-section .container .news .col .content time{font-size:14px;font-weight:300;line-height:22px;display:block;margin-bottom:20px;color:inherit}