.ExpandItem{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;justify-content:space-between;grid-column-gap:10px;column-gap:10px;grid-row-gap:8px;row-gap:8px;cursor:pointer;align-items:center}.ExpandItem--icon{transform:rotate(45deg)}.ExpandItem--icon--opened{transform:none}.ExpandItem--title{grid-column:1;font-weight:800}.ExpandItem--title-first-letter{font-size:24px;margin-right:1px}.ExpandItem--text{grid-column:1}.ExpandItem--button{grid-column:2}.ExpandItem--button:hover{background-color:var(--border-default)}.InfoCard{display:flex;padding:40px 30px;box-shadow:0 4px 20px 0 rgba(0,0,0,.1);border-radius:10px;flex-direction:column;height:-moz-fit-content;height:fit-content}.InfoCard--expandable{cursor:pointer}.InfoCard--horizontal{flex-direction:row;justify-content:space-between}@media(max-width:767.98px){.InfoCard--horizontal{flex-direction:column}}.InfoCard--horizontal .InfoCard-text{max-width:60%;margin-top:0}@media(max-width:767.98px){.InfoCard--horizontal .InfoCard-text{max-width:unset;margin-top:20px}}.InfoCard-text{margin-top:30px}@media(max-width:767.98px){.InfoCard-text{margin-top:20px}}.InfoCard-text p{margin-bottom:24px}.InfoCard-text p:last-child{margin-bottom:0}.InfoCard-text a{color:var(--border-input-active);font-family:Mulish;font-size:16px;font-style:normal;font-weight:700;line-height:150%;-webkit-text-decoration-line:underline;text-decoration-line:underline}@media(max-width:767.98px){.InfoCard-title{display:flex;justify-content:space-between;align-content:center;align-items:center}}.InfoCard--icon{transform:rotate(45deg)}.InfoCard--icon--opened{transform:none}.InfoCard--yellow{background:var(--brand-primary-default)}.InfoCard--yellow h2,.InfoCard--yellow p{color:var(--text-button)!important}.InfoCard--yellow svg,.InfoCard--yellow svg path{fill:var(--bg-dark-green)!important}.InfoCard--green{background:var(--brand-secondary-default)}.InfoCard--green h2,.InfoCard--green p{color:var(--text-button)!important}.InfoCard--green svg,.InfoCard--green svg path{fill:var(--bg-dark-green)!important}.InfoCard--dark-green{background:var(--bg-green-extra-light)}.InfoCard--dark{box-shadow:none}@media(max-width:767.98px){.InfoCard--dark{background:transparent;box-shadow:none;padding:0}}