@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.cards a{color:inherit}.cards__title{font-size:23px}.cards__image{display:block;margin-bottom:10px;position:relative;overflow:hidden;border-radius:var(--border-radius-default);aspect-ratio:370/180;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}.cards__image img{width:100%;object-fit:cover}.cards__card:hover{color:var(--color-navy)}.cards__card:hover .cards__image{box-shadow:var(--box-shadow-default);transform:scale(1.02)}@media screen and (min-width: 1024px){.cards__image{aspect-ratio:auto}}@media screen and (max-width: 575px){.cards{grid-gap:calc(var(--grid-col-gutter) + 10px)}}@media screen and (max-width: 575px){.cards--box{grid-gap:var(--grid-col-gutter);grid-template-columns:repeat(2, 1fr);grid-row-gap:var(--grid-row-gutter)}}.cards--box .cards__card{box-shadow:var(--box-shadow-small);border-radius:var(--border-radius-default);transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}.cards--box .cards__card:hover{box-shadow:var(--box-shadow-default);transform:scale(1.02)}.cards--box .cards__card:hover .cards__image{box-shadow:none;transform:none}@media screen and (min-width: 576px){.cards--box .cards__card:hover .cards__title{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9'%3E%3Cpath fill='none' stroke='%23515154' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.857 1 12 4.5 8.857 8M12 4.5H1' opacity='1'/%3E%3C/svg%3E")}}.cards--box .cards__image{border-radius:var(--border-radius-default) var(--border-radius-default) 0 0}.cards--box .cards__title{padding:0 12px 12px 12px}@media screen and (min-width: 576px){.cards--box .cards__title{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9'%3E%3Cpath fill='none' stroke='%23515154' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.857 1 12 4.5 8.857 8M12 4.5H1' opacity='.346'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top 12px right 23px;padding:0 36px 20px 24px;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}}@media screen and (max-width: 575px){.cards--box .cards__title{font-size:18px}}.cards--box .cards__subtitle{margin:12px 0 2px;opacity:.5;padding:0 12px}@media screen and (min-width: 576px){.cards--box .cards__subtitle{margin-top:20px;padding:0 24px}}html:has(#mr-base-cards),body:has(#mr-base-cards){scroll-padding-top:calc(var(--wp-admin--admin-bar--height, 0px) + 90px)}
