.Quiz{padding:var(--primary-inside-gap);border-radius:var(--primary-border-radius);background-color:rgba(87,196,73,.1);text-align:left;display:grid;flex-direction:column;grid-gap:var(--primary-outside-gap);max-width:96rem;margin-bottom:var(--primary-outside-gap)}.Quiz__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;grid-gap:1.2rem}.Quiz--vertical{max-width:72rem}@media(min-width:744px){.Quiz:not(.Quiz--vertical){grid-template-columns:repeat(2,1fr)}}.Process{display:grid;grid-gap:var(--primary-outside-gap)}.Process__item{display:flex;text-align:left;grid-gap:1.2rem}.Process__text{display:block}@media(min-width:744px){.Process{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.Process{grid-template-columns:repeat(3,1fr)}}.Formats{display:grid;grid-gap:var(--primary-outside-gap)}.Formats__item{display:flex}@media(min-width:744px){.Formats{grid-template-columns:repeat(2,1fr)}.Formats:has(.Formats__item:nth-child(odd):last-child) .Formats__item:last-child{grid-column:1/-1;max-width:50%;justify-self:center}}@media(min-width:1280px){.Formats{grid-template-columns:repeat(3,1fr)}.Formats:has(.Formats__item:nth-child(odd):last-child) .Formats__item:last-child{grid-column:auto;max-width:none;justify-self:auto}.Formats:has(.Formats__item:nth-child(3n+1):last-child) .Formats__item:last-child{grid-column:2}.Formats:has(.Formats__item:nth-child(3n+2):last-child) .Formats__item:nth-last-child(2){grid-column:1}.Formats:has(.Formats__item:nth-child(3n+2):last-child) .Formats__item:last-child{grid-column:3}}