.BlocksGalleryGallery002__headline {
    font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    color: #171717;
    text-align: center;
    margin: 40px 20px;
}
@media screen and (min-width: 1200px) {
    .BlocksGalleryGallery002__headline {
        font-size: 2.125rem;
        margin: 70px 0;
    }
}
.BlocksGalleryGallery002__headline-mark {
    font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
}
.BlocksGalleryGallery002__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.BlocksGalleryGallery002__gallery-container {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.js-uni-2-gallery--hide {
    opacity: 0;
    pointer-events: none;
}
.BlocksGalleryGallery002__gallery-container-sizer,
.BlocksGalleryGallery002__gallery-block-item-wr {
    width: calc(50% - 7.5px);
}
@media screen and (min-width: 700px) and (min-height: 600px) {
    .BlocksGalleryGallery002__gallery-container-sizer,
    .BlocksGalleryGallery002__gallery-block-item-wr {
        width: calc(33.333% - 7.5px);
    }
}
@media screen and (min-width: 1200px) {
    .BlocksGalleryGallery002__gallery-container-sizer,
    .BlocksGalleryGallery002__gallery-block-item-wr {
        width: calc(25% - 7.5px);
    }
}
.BlocksGalleryGallery002__gallery-block-item-wr {
    display: block;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.BlocksGalleryGallery002__gallery-block-item {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.BlocksGalleryGallery002__gallery-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    border: 2px solid #fdaf48;
    border-radius: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
    font-size: 0.6875rem;
    color: #252525;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 50px auto 10px;
}
@media screen and (min-width: 1200px) {
    .BlocksGalleryGallery002__gallery-button {
        padding: 17px 55px;
        font-size: 0.875rem;
    }
}
.BlocksGalleryGallery002__gallery-button:hover {
    box-shadow: 0px 0px 4px 0px #ffaf46;
    background-color: #fdaf48;
}
.BlocksGalleryGallery002__gallery-button:hover:hover {
    color: #252525;
}
@media screen and (min-width: 1200px) {
    .BlocksGalleryGallery002__gallery-button {
        margin: 30px auto 10px;
    }
}