@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:#ed1d24;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{justify-content:center;align-items:center}html.page-home body main>section.intro-section .container .content{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:940px}html.page-home body main>section.intro-section .container .content h1,html.page-home body main>section.intro-section .container .content h2{width:100%;display:flex;align-self:center;justify-content:center;text-align:center}html.page-home body main>section.intro-section .container .content h1{margin-top:0;margin-bottom:10px}html.page-home body main>section.intro-section .container .content h2{margin-top:10px;margin-bottom:30px}html.page-home body main>section.intro-section .container .content p{text-align:center}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.selected-pages-section .container{max-width:100%}html.page-home body main>section.selected-pages-section .selected-pages-grid{display:flex;flex-wrap:wrap;gap:30px;margin-top:20px;width:100%}@media (max-width:1080px){html.page-home body main>section.selected-pages-section .selected-pages-grid{margin-top:10px}}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card{flex:0 0 calc(33.333% - 20px);position:relative;height:600px;border-radius:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media (max-width:1080px){html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card{height:500px;flex:0 0 calc(50% - 20px)}}@media (max-width:770px){html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card{height:400px;flex:0 0 calc(100% - 0px)}}@media (max-width:500px){html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card{height:450px}}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card:hover img{transform:scale(1.05)}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card:nth-child(4n){flex:0 0 calc(33.333% - 20px);margin-left:0}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);z-index:2}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-image a{width:100%;display:block;height:100%}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-content{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:40px 30px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}@media (max-width:1080px){html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-content{padding:20px 15px}}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-content .page-title{margin:0 0 15px 0;text-transform:uppercase}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-content .page-title a{color:#fff;text-decoration:none;transition:color .3s ease}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-content .page-title a:hover{color:#ed1d24}html.page-home body main>section.selected-pages-section .selected-pages-grid .page-card .page-content .page-excerpt{color:rgba(255,255,255,.9);line-height:1.6;margin-bottom:20px;font-size:.95rem}