@keyframes spinner-rotate{to{transform:rotate(360deg)}}@keyframes spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.album-page__header{display:grid;grid-template-columns:1fr}.album-page__note{margin-bottom:20px;font-size:.9em;color:var(--text-soft)}.album-page__info{display:grid;grid-gap:20px;padding:1rem;background-color:var(--secondary-light);border-radius:4px;margin-bottom:20px}.album-page__childcrumbs{display:grid;grid-template-columns:1fr;grid-gap:1rem;padding-bottom:10px}@media (min-width:480px){.album-page__childcrumbs{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.album-page__header{grid-template-columns:1fr auto;grid-gap:2rem}}@media (min-width:992px){.album-page__childcrumbs{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.album-page__childcrumbs{grid-template-columns:repeat(4,1fr)}}.lazyloading-paging{display:none}.icon-spin__path{stroke:var(--primary)}.photo-page__controls,.photo-page__controls-wrapper,.photo-page__image{display:flex;justify-content:center}.photo-page__image img{max-width:100%;height:auto!important;margin-bottom:20px}.photo-page__nav{display:flex;align-items:center;padding:.8rem;border-radius:4px;text-decoration:none;background-color:var(--secondary-light);transition:.3s cubic-bezier(.23,1,.32,1);color:var(--text);font-size:0}.photo-page__nav svg{fill:var(--secondary-darker)}.photo-page__nav:hover{background-color:var(--secondary)}.photo-page__nav--prev{margin-right:10px}.photo-page__nav--prev svg{transform:rotate(180deg)}.photo-page__details{display:flex;flex-direction:column;align-items:center;margin-top:20px;font-size:.95em}.photo-page__details p{margin-bottom:10px}.photo-page__link a{color:var(--text);transition:color .3s cubic-bezier(.215,.61,.355,1)}.photo-page__link a:hover{text-decoration:none}@media (min-width:480px){.photo-page__nav{font-size:1em}.photo-page__nav svg{display:none}}.photo-thumbs{position:relative;display:block;width:100%;height:0;padding-top:100%}.photo-thumbs__list{display:grid;grid-template-columns:1fr;grid-gap:1rem}.photo-thumbs__image,.photo-thumbs__item svg{position:absolute;transition:all .2s cubic-bezier(.215,.61,.355,1)}.photo-thumbs__image{top:0;left:0;bottom:0;right:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%;overflow:hidden;will-change:filter}.photo-thumbs__item{position:relative}.photo-thumbs__item:hover .photo-thumbs__image{filter:brightness(.5)}.photo-thumbs__item:hover svg{transform:translate(-50%,-50%) scale(1)}.photo-thumbs__item svg{top:50%;left:50%;transform:translate(-50%,-50%) scale(0);will-change:transform;pointer-events:none;cursor:pointer;fill:var(--text-inverse)}.photo-thumbs__item:nth-of-type(1){grid-column:1/3;grid-row:1/3}.photo-thumbs__button{align-items:center;margin-top:2rem}.photo-thumbs__button button{background-color:unset}.photo-thumbs__spinner{margin-left:1rem}.photo-thumbs__spinner svg{display:none}.photo-thumbs__spinner.is-active svg{display:block}@media (min-width:480px){.photo-thumbs__list{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.photo-thumbs__list{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.photo-thumbs__list{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.photo-thumbs__list{grid-template-columns:repeat(5,1fr)}}.shadow-1 .album:hover{box-shadow:0 .1em .4em rgba(0,0,0,.12)}.shadow-2 .album:hover{box-shadow:0 .1em .4em rgba(0,0,0,.15)}.shadow-3 .album:hover{box-shadow:0 .1em .6em rgba(0,0,0,.18)}.album{display:block;padding:8px;border-radius:4px;text-decoration:none;transition:all .3s cubic-bezier(.215,.61,.355,1);color:var(--text)}.album:hover{background-color:var(--background)}.album__image{display:flex;justify-content:flex-end;align-items:flex-end;width:100%;padding:100% 1rem 0;box-sizing:border-box;height:0;margin-bottom:10px;border-radius:4px;background-repeat:no-repeat;background-size:cover;background-position:center;background-color:var(--secondary-light)}.album__image svg{fill:var(--text-inverse);margin-bottom:1rem}.album__name{display:block;font-weight:700;color:var(--text-soft)}.album__counter{font-size:.95em}.albums{display:grid;grid-template-columns:1fr;grid-gap:20px}@media (min-width:480px){.albums{grid-template-columns:repeat(2,1fr);grid-gap:1rem}}@media (min-width:992px){.albums{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.albums{grid-template-columns:repeat(4,1fr)}}.gallery-image__svg{display:block;margin-right:auto;margin-left:auto;width:100%;max-width:500px}.gallery-image__external{fill:var(--background)}.gallery-image__picture{fill:var(--secondary)}.gallery-image__internal{fill:var(--secondary-dark)}.gallery-image__clip{fill:var(--text)}.icon-spin{animation:spinner-rotate 2s linear infinite}.icon-spin__path{stroke-linecap:round;stroke-width:5px;animation:spinner-dash 1.5s ease-in-out infinite}