#an-cursor{border:1px solid var(--primary);pointer-events:none;z-index:9998;border-radius:50%;width:20px;height:20px;transition:width .2s ease-out,height .2s ease-out,border .2s ease-out;animation:.5s infinite alternate cursorAnim;position:fixed}#an-cursor:after{content:"";border:8px solid var(--primary-600);opacity:.3;border-radius:50%;width:32px;height:32px;animation:.5s infinite alternate cursorAnim2;position:absolute;top:-6px;left:-6px}@keyframes cursorAnim{0%{transform:scale(1)}to{transform:scale(.7)}}@keyframes cursorAnim2{0%{transform:scale(1)}to{transform:scale(.4)}}@keyframes cursorAnim3{0%{transform:scale(1)}50%{transform:scale(3)}to{opacity:0;transform:scale(1)}}#an-cursor.an-cursor-hover{border:1px solid var(--secondary);background:var(--secondary);opacity:.2;width:60px;height:60px;animation-play-state:paused}#an-cursor.an-cursor-hover:after{all:unset}#an-cursor.an-cursor-expand{border:1px solid var(--secondary);animation:.5s forwards cursorAnim3}@media only screen and (max-width:991.98px){#an-cursor{display:none!important}}
.an-typed{min-height:21px}.an-typed .an-typed-cursor{min-height:21px;font-weight:200;transition:opacity .2s ease-in-out}@keyframes blinker{50%{opacity:0}}.blink,.an-typed-blink{animation:1s linear infinite blinker}
.an-loading-icon{justify-content:center;align-items:center;gap:.25rem;width:100%;display:flex;position:relative}.an-loading-icon:before{content:"";background:currentColor;width:22px;height:22px;animation:2s linear infinite spin;display:inline-block;-webkit-mask:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" style=\"fill: currentColor;\"><circle cx=\"12\" cy=\"20\" r=\"2\"></circle><circle cx=\"12\" cy=\"4\" r=\"2\"></circle><circle cx=\"6.343\" cy=\"17.657\" r=\"2\"></circle><circle cx=\"17.657\" cy=\"6.343\" r=\"2\"></circle><circle cx=\"4\" cy=\"12\" r=\"2.001\"></circle><circle cx=\"20\" cy=\"12\" r=\"2\"></circle><circle cx=\"6.343\" cy=\"6.344\" r=\"2\"></circle><circle cx=\"17.657\" cy=\"17.658\" r=\"2\"></circle></svg>") 50% no-repeat;mask:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" style=\"fill: currentColor;\"><circle cx=\"12\" cy=\"20\" r=\"2\"></circle><circle cx=\"12\" cy=\"4\" r=\"2\"></circle><circle cx=\"6.343\" cy=\"17.657\" r=\"2\"></circle><circle cx=\"17.657\" cy=\"6.343\" r=\"2\"></circle><circle cx=\"4\" cy=\"12\" r=\"2.001\"></circle><circle cx=\"20\" cy=\"12\" r=\"2\"></circle><circle cx=\"6.343\" cy=\"6.344\" r=\"2\"></circle><circle cx=\"17.657\" cy=\"17.658\" r=\"2\"></circle></svg>") 50% no-repeat}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.an-popup-btn{cursor:pointer}.an-popup-open{overflow:hidden!important}.an-popup.an-popup-show{z-index:5000;background:rgba(var(--primary-rgb), .1);width:100%;height:100%;box-shadow:0 4px 30px rgba(var(--body-color-rgb), .1);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;left:0}.an-popup.an-popup-show:before{content:"";opacity:.5;cursor:zoom-out;width:100%;height:100%;position:fixed;top:0;left:0}.an-popup.an-popup-show:not([data-overlay]):before{background:var(--dark)}.an-popup.an-popup-show .an-popup-content{max-width:min-content;position:relative}.an-popup.an-popup-show .an-popup-content .an-popup-header{background:var(--body-bg);justify-content:space-between;align-items:center;width:100%;padding:.5rem;display:flex;position:fixed;top:0;left:0}.an-popup.an-popup-show .an-popup-content .an-popup-header .an-popup-title-wrapper{align-items:center;gap:.5rem;max-width:75%;display:flex}.an-popup.an-popup-show .an-popup-content .an-popup-header .an-popup-title-wrapper .an-popup-title{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.1rem,1.75vw,1.15rem);font-weight:700;line-height:1.2;font-size:inherit;margin:0;display:block;overflow:hidden}.an-popup.an-popup-show .an-popup-content .an-popup-header .an-popup-title-wrapper .an-popup-gallery-counter{text-align:center;min-width:40px;font-size:.9rem}.an-popup.an-popup-show .an-popup-content .an-popup-header .an-popup-action{justify-content:center;align-items:center;gap:.5rem;display:flex}.an-popup.an-popup-show .an-popup-content .an-popup-header .an-popup-action *{cursor:pointer;color:var(--body-color);fill:var(--body-color);line-height:1;font-size:clamp(1.25rem,1.75vw,1.5rem)!important}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner{border-radius:var(--border-radius);position:relative;overflow:hidden}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-image{pointer-events:none;width:max-content;max-width:90vw;transition:all .5s;position:relative}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-image img{object-fit:contain;width:100%;height:100%}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery{transition:all .5s}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-nav-slider{z-index:5;color:var(--white);cursor:pointer;aspect-ratio:1;justify-content:center;align-items:center;width:3rem;font-size:3rem;line-height:1;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-nav-slider.an-popup-gallery-next{right:0}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-nav-slider.an-popup-gallery-prev{left:0}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-nav-slider>*{width:100%;height:100%}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-gallery-inner{pointer-events:none}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-gallery-inner .an-popup-gallery-item{position:relative}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-gallery-inner .an-popup-gallery-item img{z-index:5;max-width:80vw;max-height:80vh;animation:.25s linear fadeIn}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-gallery .an-popup-gallery-inner .an-popup-gallery-item:not(.active) img{opacity:0;visibility:hidden;z-index:1;animation:.2s linear fadeOut;position:absolute}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-video{border-radius:var(--border-radius);width:100%;transition:all .5s;position:relative}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-video video,.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-video iframe{aspect-ratio:16/9;object-fit:cover;width:1080px;max-width:90vw;height:auto;max-height:75vh}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-google-map{width:100%;transition:all .5s;position:relative}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-google-map iframe{aspect-ratio:16/9;object-fit:cover;width:1080px;max-width:90vw;height:auto;max-height:75vh}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-file-content{word-wrap:break-word;background:var(--body-bg);width:max-content;min-width:50vw;overflow:auto;max-width:90vw!important}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-file-content .an-popup-file-content-inner{max-height:80vh;margin:1rem;padding:.5rem;overflow:auto}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-file-content .an-popup-file-content-inner::-webkit-scrollbar{height:4px;display:block!important}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .an-popup-content-not-supported{background:var(--body-bg);border-radius:inherit;border:1px solid;width:max-content;min-width:40vw;max-width:90vw;padding:1rem;font-weight:500}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .pre-blocks{margin-bottom:0}.an-popup.an-popup-show .an-popup-content .an-popup-body .an-popup-body-inner .pre-blocks svg{color:currentColor;fill:currentColor}.an-popup.an-popup-show .an-popup-content .an-popup-footer{background:var(--body-bg);justify-content:space-between;align-items:center;gap:.25rem;width:100%;margin-top:.5rem;padding:.25rem .5rem .5rem;display:flex;position:fixed;bottom:0;left:0}.an-popup.an-popup-show .an-popup-content .an-popup-footer .an-popup-description{max-width:90%}.an-popup.an-popup-show .an-popup-content .an-popup-footer .an-popup-description small{-webkit-line-clamp:2;line-clamp:2;font-size:.875rem;font-size:inherit;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.an-popup.an-popup-show .an-popup-content .an-popup-footer .an-popup-description *{margin:0}.an-popup.an-popup-show .an-popup-content .an-popup-footer .an-popup-description a{text-decoration:underline}.an-popup.an-popup-show .an-popup-content .an-popup-footer .readmore{white-space:nowrap}.an-hidden-target{display:none!important}.an-popup-gallery{position:relative}.an-popup-gallery .btn-show-gallery{opacity:0;visibility:hidden;z-index:3;width:auto;box-shadow:none;border-radius:var(--border-radius);background:var(--light-bg-subtle);color:var(--body-color);border:0;outline:0;padding:.375rem .75rem;font-size:.875rem;transition:all .5s;position:absolute;bottom:1rem;left:1.5rem}.an-popup-gallery .btn-show-gallery:hover{filter:brightness(.85)}.an-popup-gallery:hover .btn-show-gallery{opacity:1;visibility:visible}@media only screen and (max-width:767.98px){.an-popup-description{max-width:100%!important}}@media only screen and (min-width:768px){.an-popup-image{height:100vh;max-height:80vh}}
