.download_group .page-header__intro{font-size:1.75rem;margin:var(--sp-sm) auto 0;color:#000}.download_group .open_category{position:relative;border-top:1px solid var(--brand-green-default);margin-top:3rem}.download_group .open_category .header{padding:1.25rem 1.25rem 3rem;background-color:#fff}.download_group .open_category .header .title{--line-height: 1.125;line-height:var(--line-height);margin:0;word-break:keep-all;font-weight:300;text-wrap:balance;text-wrap:pretty}.download_group .open_category .header .title h1,.download_group .open_category .header .title h2,.download_group .open_category .header .title h3,.download_group .open_category .header .title h4,.download_group .open_category .header .title h5,.download_group .open_category .header .title h6,.download_group .open_category .header .title p,.download_group .open_category .header .title a{font-size:inherit;line-height:inherit;font-weight:inherit;font-family:inherit;color:inherit}.download_group .open_category .header .title h1,.download_group .open_category .header .title h2,.download_group .open_category .header .title h3,.download_group .open_category .header .title h4,.download_group .open_category .header .title h5,.download_group .open_category .header .title h6,.download_group .open_category .header .title p{margin:0;padding:0}.download_group .open_category .header .title{font-size:1.375rem;--line-height: 1.1;line-height:var(--line-height);margin-bottom:.25em}@media(min-width:768px){.download_group .open_category .header .title{font-size:1.5rem}}@media(min-width:1200px){.download_group .open_category .header .title{font-size:2rem}}.download_group .open_category .header .title{margin-bottom:4rem}@media(max-width:767.98px){.download_group .open_category .header{padding-bottom:2rem}}.groups .list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.download-group{position:relative;margin-bottom:.5rem}.download-group .link{display:block;padding:.25rem .625rem;min-width:8rem;border:1px solid var(--brand-green-default);border-radius:1.125rem;text-align:center;font-size:1.125rem;color:var(--brand-green-darker);text-decoration:none;text-transform:lowercase}.download-group:hover .link,.download-group--active .link{background-color:var(--brand-green-default);color:#fff}.download-group--add{cursor:pointer}.download-group .ui{position:absolute;left:100%;top:50%;transform:translate3d(-50%,-50%,0)}.categories{display:flex;flex-wrap:wrap;width:100%;padding:var(--sp-small) 0 var(--sp-xxl)}.category{--page-bg: transparent;position:relative;width:100%;border-bottom:1px solid var(--brand-green-default);background:var(--page-bg)}.category:first-child{border-top:1px solid var(--brand-green-default)}.category:hover{--page-bg: white}.category:hover .chevron{transform:translate3d(-50%,.5rem,0)}.category .header{padding:1.5rem 1.25rem 4.25rem;--line-height: 1.125;line-height:var(--line-height);margin:0;word-break:keep-all;font-weight:300;text-wrap:balance;text-wrap:pretty}.category .header h1,.category .header h2,.category .header h3,.category .header h4,.category .header h5,.category .header h6,.category .header p,.category .header a{font-size:inherit;line-height:inherit;font-weight:inherit;font-family:inherit;color:inherit}.category .header h1,.category .header h2,.category .header h3,.category .header h4,.category .header h5,.category .header h6,.category .header p{margin:0;padding:0}.category .header{font-size:1.375rem;--line-height: 1.1;line-height:var(--line-height);margin-bottom:.25em}@media(min-width:768px){.category .header{font-size:1.5rem}}@media(min-width:1200px){.category .header{font-size:2rem}}@media(max-width:767.98px){.category .header{padding-bottom:2rem}}.category .chevron{position:absolute;left:50%;bottom:2rem;transform:translate3d(-50%,0,0);transition:.3s ease}@media(max-width:767.98px){.category .chevron{bottom:.75rem;scale:.5}}.category .link span{position:absolute;inset:0}.download_cards{--items-per-row: 6;--item-gap: 1rem;display:flex;flex-wrap:wrap;width:100%;gap:var(--item-gap)}@media(max-width:1499.98px){.download_cards{--items-per-row: 5}}@media(max-width:1199.98px){.download_cards{--items-per-row: 4}}@media(max-width:991.98px){.download_cards{--items-per-row: 3}}@media(max-width:767.98px){.download_cards{--items-per-row: 2}}@media(max-width:575.98px){.download_cards{--items-per-row: 1}}.download_card{--item-bg: white;position:relative;width:calc(100% / var(--items-per-row) - var(--item-gap) * (var(--items-per-row) - 1) / var(--items-per-row));overflow:hidden;background-color:var(--item-bg);margin-top:var(--item-gap)}.download_card .text{position:relative;padding:1.25rem 1.5rem 2.5rem;background:#fff;font-size:1.25rem}.download_card .text .name{display:block}.download_card .text .author{font-style:italic;font-size:.875rem}.download_card .visual{position:relative;background:var(--brand-green-default)}.download_card .visual .icon{position:absolute;inset:0}.download_card .visual .icon:before{content:"";position:absolute;inset:0;background:#000;opacity:.05}.download_card .visual .icon:after{content:"";position:absolute;left:50%;top:50%;width:100%;height:100%;max-width:6rem;max-height:6rem;transform:translate3d(-50%,-50%,0);transition:.3s ease;background-image:url(/pages/download_item/download_icon.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.download_card:hover .icon:before{opacity:0}.download_card:hover .icon:after{transform:translate3d(-50%,-25%,0)}.download_card .image{position:relative;overflow:clip;aspect-ratio:1}.download_card .image:after{content:"";position:absolute;inset:0;background:var(--brand-green-default);opacity:0;pointer-events:none}.download_card:hover .image:after{opacity:.5}.download_card .image img{display:block;object-fit:cover;width:100%;height:100%;scale:1;transition:scale var(--animation-slow-zoom-out, 10s) ease}.download_card:hover .image img{transition:var(--animation-slow-zoom-in, 5s) ease}.download_card .link span{position:absolute;inset:0}