.AboutUsInfoSection{display:flex;flex-direction:column;gap:32px}.AboutUsInfoSection__button{width:210px}.AboutUsInfoSection__text-container{display:flex;gap:16px;flex-direction:column;text-align:justify;width:500px;z-index:3}.AboutUsInfoSection__features{display:flex;flex-direction:row;gap:20px;align-items:center}@media(max-width:1023px){.AboutUsInfoSection{margin:52px auto 0}.AboutUsInfoSection__text-container{width:100%}.AboutUsInfoSection__text-container .MultiColorText,.AboutUsInfoSection__text-container .SDSText{text-align:center}}.SDSCheckbox{display:inline-flex;align-items:center;gap:var(--gaps-text-medium);position:relative;cursor:pointer}.SDSCheckbox__root{padding:0;cursor:inherit;border-radius:var(--border-radius-button-small);display:flex;justify-content:center;align-items:center;width:var(--size-input);height:var(--size-input);border:1px solid var(--input-default);background:var(--background-fill);flex-shrink:0;transition:all .2s ease-in-out}.SDSCheckbox__root:hover{border-color:var(--input-hover)}.SDSCheckbox__root:focus{border-color:var(--input-pressed)}.SDSCheckbox__indicator{display:flex;justify-content:center;align-items:center}.SDSCheckbox__indicator .SDSCheckbox__icon svg{width:12px;height:12px;color:var(--text-on-brand);transition:opacity .2s ease-in-out}.SDSCheckbox--error .SDSCheckbox__root,.SDSCheckbox--error .SDSCheckbox__root:focus,.SDSCheckbox--error .SDSCheckbox__root:hover{border-color:var(--status-alert,#e0301e)}.SDSCheckbox--error.SDSCheckbox--checked .SDSCheckbox__root{background:var(--status-alert,#e0301e);border-color:var(--status-alert,#e0301e)}.SDSCheckbox--error.SDSCheckbox--checked .SDSCheckbox__root:focus,.SDSCheckbox--error.SDSCheckbox--checked .SDSCheckbox__root:hover{border-color:var(--status-alert,#e0301e);background-color:var(--status-alert,#e0301e)}.SDSCheckbox--disabled{cursor:default}.SDSCheckbox--disabled .SDSCheckbox__root{border-color:var(--input-disabled);background:var(--background-fill)}.SDSCheckbox--disabled .SDSCheckbox__root:focus,.SDSCheckbox--disabled .SDSCheckbox__root:hover{border-color:var(--input-disabled)}.SDSCheckbox--disabled.SDSCheckbox--subcheck .SDSCheckbox__root{background:var(--brand-quaternary,#c5f0e3);border-color:var(--brand-quaternary,#c5f0e3)}.SDSCheckbox--disabled.SDSCheckbox--subcheck .SDSCheckbox__root .SDSCheckbox__icon svg{color:var(--brand-quaternary,#c5f0e3)}.SDSCheckbox--disabled.SDSCheckbox--checked .SDSCheckbox__root,.SDSCheckbox--disabled.SDSCheckbox--checked .SDSCheckbox__root:active,.SDSCheckbox--disabled.SDSCheckbox--checked .SDSCheckbox__root:focus,.SDSCheckbox--disabled.SDSCheckbox--checked .SDSCheckbox__root:hover{background:var(--background-sidebar-hover,#c5f0e3);border-color:var(--background-sidebar-hover,#c5f0e3)}.SDSCheckboxGroup{display:flex;flex-direction:column;gap:var(--gaps-text-small,8px)}.SDSCheckboxGroup--disabled{opacity:.6;pointer-events:none}.SDSCheckbox--checked .SDSCheckbox__root{background-color:var(--brand-primary);border-color:var(--brand-primary)}.SDSCheckbox--checked .SDSCheckbox__root:hover{background-color:var(--brand-secondary,#099171);border-color:var(--brand-secondary,#099171)}.SDSCheckbox--checked .SDSCheckbox__root:focus{background:var(--brand-tertiary,#044838)}