/*! ILLUSTRATION LIST COMPONENT */.IllustrationList{align-items:flex-start;display:flex;flex-wrap:wrap;gap:var(--l);-webkit-hyphens:auto;hyphens:auto;justify-content:center;overflow-wrap:anywhere;padding:0 var(--xxl);text-align:center}@media (min-width:1024px){.IllustrationList{border-bottom:1px solid #919ea8;border-top:1px solid #919ea8;margin:0 var(--xxxl);padding:var(--xxl) 0}}.IllustrationList--noBorderTop{border-top:none}.IllustrationList-illustration{align-items:center;display:flex;flex-direction:column;font-size:1.4rem;justify-content:center;width:calc(50% - var(--l)/2)}@media (min-width:1024px){.IllustrationList-illustration{width:calc(25% - var(--l)*3/4)}}.IllustrationList-illustration .Illustration{color:#000;font-size:70px;margin-bottom:var(--m)}.Container--blackBackground .IllustrationList-illustration .Illustration{color:#fff}
