.section{position:relative;overflow:hidden;height:100%}.section .section__inner{max-width:1280px;width:100%;height:100%;margin:0 auto;padding:80px 40px}.section--has-grid .section__inner{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:24px}.section--unlimited .section__inner{max-width:unset;padding:80px 0}.section--can-overflow .section__inner{overflow:visible}.section .section__anchor{position:relative;width:0;height:0;overflow:hidden;top:-80px}@media(max-width:800px){.section .section__inner{padding:80px 40px}.section--unlimited .section__inner{max-width:unset;padding:80px 0}}@media(max-width:450px){.section .section__inner{padding:80px 24px 48px}.section--unlimited .section__inner{max-width:unset;padding:80px 0}}