.act-theme .act-collapsible{box-sizing:border-box;margin:var(--margin--medium) 0 0}.act-theme .act-collapsible+.act-collapsible{margin-top:0}.act-theme .act-collapsible__heading{align-items:center;display:flex;justify-content:space-between;margin:0;padding:var(--padding--small) var(--padding--medium)}.act-theme .act-collapsible__button{background:none;border:0;box-sizing:content-box;cursor:pointer;display:grid;grid-template-areas:button;grid-template-columns:1fr;grid-template-rows:1fr;height:var(--icon--x-small);padding:var(--padding--xx-small);width:var(--icon--x-small)}.act-theme .act-collapsible__button-close,.act-theme .act-collapsible__button-open{display:block;grid-area:button;height:var(--icon--x-small);opacity:1;overflow:hidden;transition:opacity .25s ease,visibility 0s ease;visibility:visible;width:var(--icon--x-small)}.act-theme .act-collapsible__button-close:before,.act-theme .act-collapsible__button-open:before{background:50% no-repeat;border:none;content:"";display:block;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}.act-theme .act-collapsible__button-close:before{background-color:var(--color--white);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H1a1 1 0 0 0 0 2h14a1 1 0 1 0 0-2Z' fill='%23084298'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H1a1 1 0 0 0 0 2h14a1 1 0 1 0 0-2Z' fill='%23084298'/%3E%3C/svg%3E")}.act-theme .act-collapsible__button-open:before{background-color:var(--color--primary);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7H9V1a1 1 0 0 0-2 0v6H1a1 1 0 0 0 0 2h6v6a1 1 0 1 0 2 0V9h6a1 1 0 1 0 0-2Z' fill='%23084298'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7H9V1a1 1 0 0 0-2 0v6H1a1 1 0 0 0 0 2h6v6a1 1 0 1 0 2 0V9h6a1 1 0 1 0 0-2Z' fill='%23084298'/%3E%3C/svg%3E")}.act-theme .act-collapsible [aria-expanded=false]>.act-collapsible__button-close,.act-theme .act-collapsible [aria-expanded=true]>.act-collapsible__button-open{opacity:0;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden}.act-theme .act-collapsible__content{max-height:3000px;overflow:hidden;transition:max-height .2s ease,opacity .2s ease;will-change:max-height}.act-theme .act-collapsible__content-inner{padding:var(--padding--small) var(--padding--medium)}.act-theme .act-collapsible__content-inner>:first-child{margin-top:0}.act-theme .act-collapsible--collapsed .act-collapsible__content{max-height:0;opacity:0}.act-theme .act-collapsible--background-on-heading,.act-theme .act-collapsible.is-style-background-on-heading{border-bottom-width:0;border-top-width:0;padding:0}.act-theme .act-collapsible--background-on-heading .act-collapsible__content-inner,.act-theme .act-collapsible.is-style-background-on-heading .act-collapsible__content-inner{padding:var(--padding--small) var(--padding--medium)}.act-theme .act-collapsible--background-on-heading .act-collapsible__heading,.act-theme .act-collapsible.is-style-background-on-heading .act-collapsible__heading{margin:0;padding:var(--padding--small) var(--padding--medium)}

/*# sourceMappingURL=act-collapsible.temp.css.map*/