.document-downloads{background:var(--secondary-color)}.document-downloads__inner{display:grid;row-gap:8rem}.document-downloads__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem}@media only screen and (max-width:1366.98px){.document-downloads__grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:3rem}}@media only screen and (max-width:768.98px){.document-downloads__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.4rem}}@media only screen and (max-width:480.98px){.document-downloads__grid{grid-template-columns:auto;row-gap:2rem}}.document-downloads__header{margin-bottom:4.8rem}.document-downloads__title{color:#fff;margin-bottom:1.6rem}.document-downloads__text{color:#fff}.document-downloads__text a{color:var(--theme-color)}.document-downloads__item{border-radius:.4rem;border:.1rem solid rgba(var(--theme-color-rgb),.4);padding:2.4rem;display:grid;grid-template-columns:2.4rem auto;column-gap:.8rem;align-content:center;position:relative;transition:background .3s;background:rgba(var(--theme-color-rgb),.04)}.document-downloads__item:hover{background:rgba(var(--theme-color-rgb),.1)}.document-downloads__item__extension{position:relative}.document-downloads__item__extension::before{content:"\f1c1";font:2.2rem/1 var(--icon);display:block;position:relative;color:#fff}.document-downloads__item__helper{display:grid;row-gap:.4rem;justify-content:start;align-content:start}.document-downloads__item__title{font-size:1.5rem;color:#fff;margin-bottom:0}.document-downloads__item__download{font:700 1.5rem/1.42 var(--theme-font);color:var(--theme-color);display:grid;grid-auto-flow:column;column-gap:.8rem;position:relative;justify-content:start;align-items:center}.document-downloads__item__download::before{content:"\f019";font:1.5rem/1 var(--icon);display:block;position:relative;top:0;left:0}.document-downloads hr{background:#666569;margin:0}