.card-item-wrapper{position:relative;border-radius:5px;overflow:hidden;width:100%}.card-item-wrapper:hover{border-radius:10px;transition:all .5s ease-in-out}.card-item-wrapper:hover img{transform:scale(1.1);transition:all .7s ease-in-out}.card-item-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);opacity:.7}.card-item-wrapper:hover::after{background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);opacity:1;transition:all .5s ease-in-out}.card-item-wrapper:hover .text-overlay{animation:fade-in .3s ease-in-out}@keyframes fade-in{0%{opacity:.5;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.card-item-wrapper:hover>.text-overlay .overlay-content a:nth-of-type(2){display:block !important;transition-property:display;transition-duration:1s;transition-timing-function:linear}.text-overlay{position:absolute;left:0;padding:0;bottom:0;z-index:1}.text-overlay a{display:block;color:#fff;text-decoration:none}.overlay-content a:nth-of-type(1){overflow:hidden;text-overflow:ellipsis}.overlay-content a:nth-of-type(2){overflow:hidden;text-overflow:ellipsis;display:none}.card-item-wrapper:hover>.text-overlay .overlay-content p:nth-of-type(2){display:block !important;transition-property:display;transition-duration:1s;transition-timing-function:linear}.text-overlay p{display:block;color:#fff;text-decoration:none}.overlay-content p:nth-of-type(1){overflow:hidden;text-overflow:ellipsis}.overlay-content p:nth-of-type(2){overflow:hidden;text-overflow:ellipsis;display:none}.anu-card{--anu-card-box-shadow: 0 4px 8px rgb(37 37 37 / 10%);--anu-card-box-shadow-hover: 0 8px 16px rgb(37 37 37 / 12%);--anu-card-border: 1px solid #e2e2e2;--anu-card-border-radius-default: 16px;--anu-card-border-radius-rounder: 24px;box-shadow:var(--anu-card-box-shadow);overflow:hidden;transition:ease-in-out .3s;border-radius:var(--anu-card-border-radius-default);border:var(--anu-card-border)}.anu-card:not(.anu-card-no-hover):hover{box-shadow:var(--anu-card-box-shadow-hover)}.anu-card:not(.anu-card-no-hover):hover .anu-card-image{transform:scale(1.02)}.anu-card .anu-card-image{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;transition:ease-in-out .5s}.anu-card .anu-card-body{overflow:hidden;padding:10px}.anu-card.anu-card-square{border-radius:0}.anu-card.anu-card-rounder{border-radius:var(--anu-card-border-radius-rounder)}.anu-card.anu-card-rounder:not(.anu-card-no-hover):hover{border-radius:var(--anu-card-border-radius-rounder)}.anu-card.anu-card-cornered{border-radius:0 var(--anu-card-border-radius-default) 0 0}.anu-card.anu-card-cornered-rounder{border-radius:0 var(--anu-card-border-radius-rounder) 0 0}.anu-card.anu-card-cornered-rounder:not(.anu-card-no-hover):hover{border-radius:var(--anu-card-border-radius-rounder)}.anu-card.anu-card-no-shadow{--anu-card-box-shadow: none;--anu-card-border: none}.anu-card.anu-card-no-hover:hover{box-shadow:var(--anu-card-box-shadow);transform:none}.anu-card.anu-card-no-hover:hover .anu-card-image{transform:none}a:has(>.anu-card){color:inherit;text-decoration:inherit;display:block;width:100%;height:100%}a:has(>.anu-card):hover{color:inherit;text-decoration:inherit !important}.anu-card:hover .anu-card-title{text-decoration:underline}.tile-corner-circle{position:relative;display:flex;align-items:center;border-radius:10px;overflow:hidden;padding:16px;transition:all .5s ease-in-out;background-color:#f2f2f2;cursor:pointer;min-height:160px}.tile-corner-circle a{color:inherit;text-decoration:none;word-wrap:break-word;overflow-wrap:break-word}.tile-corner-circle:hover{background-color:#f5edde}.tile-corner-circle:hover a{text-decoration:underline}.tile-corner-circle:hover::after{width:100px;height:100px}.tile-corner-circle::after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background-color:#be830e;border-radius:50%;transform:translate(50%, -50%);transition:all .7s ease;pointer-events:none}/*# sourceMappingURL=cards.css.map */
