@charset "UTF-8";.c-categoryList2{background-color:var(--nj-semantic-color-background-status-planet-solid-default,#008480);overflow:hidden}
.c-categoryList2__wrapper{position:relative;padding-top:var(--spacing-y-xl);padding-bottom:var(--spacing-y-xl)}
.c-categoryList2__decoImg{position:absolute;top:0;left:0;max-width:none;opacity:.3;fill:var(--nj-semantic-color-background-accent-teal-solid-pressed,#154948)}
.c-categoryList2__title,.c-categoryList2__content{position:relative}
.c-categoryList2__title{margin:0 auto var(--spacing-y-l);max-width:64rem;font-size:var(--font-size-xxl);font-weight:700;text-align:center;color:var(--nj-semantic-color-text-neutral-inverse-default,#fff)}
.c-categoryList2__content{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-x-s)}
.c-categoryList2Card__link{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--spacing-y-s) 5px var(--spacing-y-s) 0;min-height:205px;aspect-ratio:1/1.5;font-size:var(--font-size-s);font-weight:700;color:inherit;text-decoration:none}
.no-touchevents .c-categoryList2Card__link:hover,.no-js .c-categoryList2Card__link:hover,.c-categoryList2Card__link:focus{color:inherit}
.no-touchevents .c-categoryList2Card__link:hover .c-categoryList2Card__title,.no-js .c-categoryList2Card__link:hover .c-categoryList2Card__title,.c-categoryList2Card__link:focus .c-categoryList2Card__title{background-color:var(--nj-semantic-color-background-accent-teal-tertiary-hovered,#95dfdd)}
.c-categoryList2Card__link:active .c-categoryList2Card__title{background-color:var(--nj-semantic-color-background-accent-teal-tertiary-pressed,#3dbcb8)}
.c-categoryList2Card__canva{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px 10px 0 10px}
img.c-categoryList2Card__img{object-fit:cover;object-position:center;width:100%;height:100%}
.c-categoryList2Card__title{position:relative;padding:var(--spacing-y-s) var(--spacing-x-s);border-radius:10px 10px 0 10px;background-color:var(--nj-semantic-color-background-accent-teal-tertiary-default,#daf4f3);transition:background-color .3s ease-in-out;transform:translateX(-10px)}
@media(min-width:48em) and (prefers-reduced-motion:no-preference){.c-categoryList2.is-intersecting .c-categoryList2__decoImg{animation-name:categoryList2-img-rotating;animation-duration:2.5s;animation-timing-function:ease-in-out;animation-fill-mode:both;animation-iteration-count:2;animation-direction:alternate;animation-play-state:running}
}
@media(min-width:48em){@keyframes categoryList2-img-rotating{from{transform:translate(-1%,0) rotate(0)}
100%{transform:translate(-2%,1%) rotate(-2deg)}
}
.c-categoryList2__decoImg{transform:translate(-2%,1%) rotate(-2deg)}
.c-categoryList2__content{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-x-m)}
.c-categoryList2Card__link{padding:var(--spacing-y-m) var(--spacing-x-xs) var(--spacing-y-m) 0;transition:transform .3s ease-in-out;aspect-ratio:auto}
.no-touchevents .c-categoryList2Card__link:hover,.no-js .c-categoryList2Card__link:hover{transform:translateY(-10px)}
.c-categoryList2Card__title{padding:var(--spacing-y-s) var(--spacing-x-m)}
}
@media(min-width:80.01em){.c-categoryList2__decoImg{left:-5%}
}