.skeleton-loading{display:block;-webkit-animation:a 1.5s linear infinite alternate;animation:a 1.5s linear infinite alternate;opacity:.5}@-webkit-keyframes a{0%{background-color:#e6e6e6}to{background-color:#000}}@keyframes a{0%{background-color:#e6e6e6}to{background-color:#000}}.hero-gallery{display:grid;height:500px;overflow:hidden;margin-bottom:64px}@media (max-width:767px){.hero-gallery{height:400px;margin-bottom:32px;gap:0}.hero-gallery,.hero-gallery--count-1,.hero-gallery--count-2,.hero-gallery--count-3,.hero-gallery--count-4{grid-template-columns:repeat(16,1fr);grid-template-rows:repeat(2,1fr)}.hero-gallery .hero-gallery__item--1{grid-column:1/11;grid-row:1}.hero-gallery .hero-gallery__item--2{grid-column:11/17;grid-row:1}.hero-gallery .hero-gallery__item--3{grid-column:1/8;grid-row:2}.hero-gallery .hero-gallery__item--4{grid-column:8/17;grid-row:2}}@media (min-width:768px){.hero-gallery--count-1{grid-template-columns:1fr;grid-template-rows:1fr}.hero-gallery--count-2{grid-template-columns:repeat(2,1fr)}.hero-gallery--count-3{grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,1fr)}.hero-gallery--count-3 .hero-gallery__item--1{grid-row:1/-1}.hero-gallery--count-4{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.hero-gallery--count-4 .hero-gallery__item--1{grid-column:1/3;grid-row:1/-1}.hero-gallery--count-4 .hero-gallery__item--2{grid-column:3;grid-row:1/3}.hero-gallery--count-4 .hero-gallery__item--3{grid-column:4;grid-row:1}.hero-gallery--count-4 .hero-gallery__item--4{grid-column:4;grid-row:2}}.hero-gallery__item{position:relative;overflow:hidden;background:#f0f0f0}.hero-gallery__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero-gallery__more{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;background:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:8px;text-decoration:none;z-index:2;-webkit-transition:background .2s ease;-o-transition:background .2s ease;transition:background .2s ease}.hero-gallery__more:hover{background:rgba(0,0,0,.75)}.hero-gallery__more:focus{outline:2px solid #fff;outline-offset:-4px}.hero-gallery__more-icon{width:36px;height:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.hero-gallery__more-icon svg{width:100%;height:100%;display:block}@media (max-width:767px){.hero-gallery__more-icon{width:48px;height:48px}}.hero-gallery__more-text{font-size:.875rem;font-weight:600;letter-spacing:.03125rem}@media (max-width:767px){.hero-gallery__more-text{font-size:.75rem;font-weight:700;letter-spacing:.075rem}}