@-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:#4f5d65;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.featured-section{border-radius:0 0 60px 60px}@media only screen and (max-width:770px){html.page-home body main>section.featured-section{border-radius:0 0 30px 30px}}html.page-home body main>section.brand-section{padding:100px 0}@media only screen and (max-width:770px){html.page-home body main>section.brand-section{padding:40px 0 0}}html.page-home body main>section.brand-section .container{max-width:1760px;display:block}html.page-home body main>section.brand-section .container .brand-logo-slider{display:block;width:calc(100% - 60px);margin:0 auto;position:relative;max-height:160px}html.page-home body main>section.brand-section .container .brand-logo-slider .swiper-button-prev{left:-30px;color:#cbcfd1;top:50%;transform:translateY(-50%)}html.page-home body main>section.brand-section .container .brand-logo-slider .swiper-button-next{right:-30px;color:#cbcfd1;top:50%;transform:translateY(-50%)}html.page-home body main>section.news-section{padding:60px 0 120px;background-color:#f1eadd;border-radius:60px 60px 0 0}@media only screen and (max-width:770px){html.page-home body main>section.news-section{padding:40px 0 60px;border-radius:30px 30px 0 0}}html.page-home body main>section.news-section .container{display:block;max-width:1550px}html.page-home body main>section.news-section .container .sectiontitle{margin-bottom:30px;display:flex;justify-content:space-between;color:#4f5d65;align-items:center}@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:40px;font-style:normal;font-weight:700;line-height:50px;font-family:Lora,sans-serif}@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;background-color:#99b2bf;padding:10px 20px;border-radius:400px;color:#fff;font-family:Lora,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 .sectiontitle>a:hover{background-color:#7a9aab}html.page-home body main>section.news-section .container .news{display:grid;grid-template-columns:repeat(3,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;border-radius:20px;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}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:#4f5d65;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}html.page-home body main>section.news-section .container .news .col .content h3{color:#545454}