/* cache 2026-05-31 00:30:24 */
.facts{display:none;grid-template-columns:repeat(2,1fr);grid-gap:2rem;margin-top:5rem}.facts .fact{margin:0;margin-left:7rem!important;margin-bottom:4rem}.facts .fact:first-child{margin-left:0}section.tasks{padding:3rem 0}section.tasks .tasks-items{grid-template-columns:1fr}section.tasks .tasks-items .tasks-item{flex-direction:row;align-items:flex-start;justify-content:start;width:100%}section.tasks .tasks-items .tasks-item img{width:8rem;min-width:8rem;object-fit:contain}section.tasks .tasks-items .tasks-item .info{margin-left:1rem;align-items:flex-start}section.tasks .tasks-items .tasks-item .info .name{margin-top:0;text-align:left}section.best{margin-top:2rem;padding-top:2rem}section.best .best-items{display:flex;flex-direction:column;gap:2rem}section.best .best-items .best-item{flex-direction:column}section.best .best-items .best-item .images,section.best .best-items .best-item .info{width:100%}section.best .best-items .best-item .images{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}section.best .best-items .best-item .images img{width:100%}