@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.cmp-image .image-fullscreen-icon{z-index:1;position:absolute;right:0;margin:16px;cursor:pointer}
.cmp-image__image{height:100%;object-fit:contain}
@media(min-width:1016px){.cmp-image__image{width:100%;object-fit:cover}
}
.cmp-image-fullscreen-modal-view.modal-base-content{width:100%;height:100%;padding:0;justify-content:unset}
.cmp-image-fullscreen-modal-view.modal-base-content .modal-close-icon{position:absolute;background:var(--color-bg-03);border-radius:50%;top:32px}
.cmp-image-fullscreen-modal-view.modal-base-content .modal-close-icon:before{width:100%;height:100%}
.cmp-image-fullscreen-modal-view.modal-base-content .modal-container-body{width:100%;height:100%}
.cmp-image-fullscreen-modal-view.modal-base-content .modal-container-body .cmp-title{display:none}
.cmp-image-fullscreen-modal-view.modal-base-content .modal-container-body .cmp-image__image{object-fit:cover}
.cmp-image-fullscreen-modal-view.modal-base-content .modal-buttons{display:none}