.download__latest__header{text-align:center}.download__latest__items{list-style:none;padding:0}.download__latest__item{display:flex;padding:0;text-align:center}.download__latest__item:last-child{justify-content:center;margin-top:30px}.download__latest__item--3{display:none}.download__latest__link{color:currentColor;display:flex;flex-direction:column;padding:3rem;text-decoration:none;width:100%}.download__latest__link:active,.download__latest__link:focus,.download__latest__link:hover{background:#f5f5f6;border-radius:5px;outline:var(--jr-download-link-outline);transition:background-color .2s}.download__latest__title{flex-grow:1;font-size:2.2rem;font-weight:700;line-height:1.45}.download__latest__image-container{margin:1rem 0 5rem;position:relative}.download__latest__image{transform:rotate(-10deg)}.download__latest__image .download__latest__link:focus-within,.download__latest__link:hover .download__latest__image{animation-duration:.4s;animation-name:download__latest__image-shake;animation-timing-function:ease-in-out}@keyframes download__latest__image-shake{0%{transform:rotate(-10deg)}25%{transform:rotate(-9deg)}50%{transform:rotate(-11deg)}75%{transform:rotate(-9deg)}to{transform:rotate(-10deg)}}.download__latest__image-shadow-container{bottom:0;height:0;position:absolute;width:100%}.download__latest__image-shadow{box-shadow:0 10px 35px 3px #333;margin:0 auto;width:150px}.download__latest__icon{align-self:center;font-size:2.4rem;margin-top:1rem}.download__latest__icon use{fill:var(--jr-download-icon-color);transition:fill .2s}.download__list__link:focus .download__latest__icon use,.download__list__link:hover .download__latest__icon use{fill:var(--jr-download-icon-focus-color)}@media(min-width:480px){.download__latest__items{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:30px}.download__latest__item{display:flex;grid-column:span 6;padding:0;text-align:center}.download__latest__item:last-child{grid-column:span 12;margin-top:0}.download__latest__item--3{display:none}}@media(min-width:900px){.download__latest__item{grid-column:span 4}.download__latest__item--3{display:flex}}