.photo-gallery{--gap:24px}@media(max-width:767.98px){.photo-gallery{--inline-spacing:calc(24px + ((100vw - 360px) / ((768 - 360) / (65 - 24))))}}@media(min-width: 768px)and (max-width: 1279.98px){.photo-gallery{--inline-spacing: calc(65px + ((100vw - 768px) / ((1280 - 768) / (46 - 65))))}}@media(min-width: 1280px)and (max-width: 1919.98px){.photo-gallery{--inline-spacing: calc(46px + ((100vw - 1280px) / ((1920 - 1280) / (178 - 46))));--gap:calc(24px + ((100vw - 1280px) / ((1920 - 1280) / (32 - 24))))}}@media(min-width: 1920px){.photo-gallery{--gap:32px;--inline-spacing:178px}}.photo-gallery__inner{margin-inline:auto;width:min(100%,1920px)}.photo-gallery__cards{gap:var(--gap);-webkit-padding-before:32px;padding-block-start:32px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;grid-template-columns:auto}@media(min-width:576px){.photo-gallery__cards{-webkit-padding-before:calc(32px + ((100vw - 576px) / ((768 - 576) / (48 - 32))));padding-block-start:calc(32px + ((100vw - 576px) / ((768 - 576) / (48 - 32))))}}@media(min-width: 768px){.photo-gallery__cards{-webkit-padding-before:48px;padding-block-start:48px;grid-template-columns:repeat(2,auto)}}@media(min-width:1280px){.photo-gallery__cards{grid-template-columns:repeat(3,auto)}}.photo-gallery__cards .loading-spinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.25,.7,1,.25);animation-timing-function:cubic-bezier(.25,.7,1,.25);border:4px solid rgba(0,0,0,0);border-inline-start-color:#007bff;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-inline:auto;--size:64px;border-radius:calc(var(--size)/2);height:var(--size);width:var(--size)}@media(min-width:768px)and (max-width:1439.98px){.photo-gallery__cards .loading-spinner{--size:calc(64px + ((100vw - 768px) / ((1440 - 768) / (120 - 64))))}}@media(min-width: 1440px){.photo-gallery__cards .loading-spinner{--size:120px}}.photo-gallery__image{width:100%;max-width:312px;height:335px;--icon-height:24px}@media(min-width:768px){.photo-gallery__image{max-width:unset;height:calc(335px + ((100vw - 768px) / ((1280 - 768) / (360 - 335))));width:calc(307px + ((100vw - 768px) / ((1280 - 768) / (380 - 307))))}}@media(min-width: 1280px){.photo-gallery__image{height:calc(360px + ((100vw - 1280px) / ((1920 - 1280) / (480 - 360))));width:calc(380px + ((100vw - 1280px) / ((1920 - 1280) / (500 - 380))))}}@media(min-width: 1920px){.photo-gallery__image{height:480px;width:500px}}.photo-gallery__image img{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media(prefers-reduced-motion:reduce){.photo-gallery__image img{-webkit-transition:none;transition:none}}.photo-gallery__image:hover img,.photo-gallery__image:focus img{scale:1.05}.photo-gallery__image picture,.photo-gallery__image img{pointer-events:none}@media(min-width:768px)and (max-width:1279.98px){.photo-gallery__image{--icon-height:calc(24px + ((100vw - 768px) / ((1280 - 768) / (48 - 24))))}}@media(min-width: 1280px){.photo-gallery__image{--icon-height: 48px}}.photo-gallery__image .v-icon__svg{color:rgba(255,255,255,.8);inset:calc(50% - var(--icon-height)/2) auto auto calc(50% - var(--icon-height)/2);position:absolute;z-index:2}.photo-gallery__footer{padding-top:56px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:576px){.photo-gallery__footer{padding-top:calc(56px + ((100vw - 576px) / ((768 - 576) / (72 - 56))))}}@media(min-width: 768px){.photo-gallery__footer{padding-top:calc(72px + ((100vw - 768px) / ((1280 - 768) / (64 - 72))))}}@media(min-width: 1280px){.photo-gallery__footer{padding-top:calc(64px + ((100vw - 1280px) / ((1920 - 1280) / (80 - 64))))}}@media(min-width: 1920px){.photo-gallery__footer{padding-top:80px}}.photo-gallery__load-more:disabled{display:none}.photo-gallery__no-results{padding-block:24px;width:100%;text-align:center}.photo-gallery .loading-spinner{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spin;animation-name:spin;border:4px solid rgba(0,0,0,0);border-inline-start-color:#0d3460;margin-inline:auto;border-radius:60px;height:120px;width:120px}@-webkit-keyframes spin{to{rotate:360deg}}@keyframes spin{to{rotate:360deg}}