.ex-item{background:var(--color--slate);border-radius:var(--theme--spacing--border-radius);transition:var(--transition--default)}.ex-item:not(.open):hover{background:var(--color--legacy--blue--oxford-blue)}.ex-item .ex-label{border-radius:var(--theme--spacing--border-radius) var(--theme--spacing--border-radius) 0 0;color:var(--color--white);cursor:pointer;display:flex;font-size:var(--font-size--18);justify-content:space-between;padding:var(--spacing-3--static) var(--spacing-5--static) var(--spacing-3--static) 0;position:relative;transition:var(--transition--default)}.ex-item .ex-text{border-radius:0 0 var(--theme--spacing--border-radius) var(--theme--spacing--border-radius);display:none;padding:var(--spacing-5--static)}.ex-item.style-full{border:1px solid var(--color--grey-4);border-radius:0}.ex-item.style-full .ex-text{border:none}.ex-item.style-full .ex-text,.ex-item.style-top{border-radius:0;border-top:1px solid var(--color--grey-4)}.ex-item.style-top{margin-bottom:0}.ex-item.style-top-bottom{border-bottom:1px solid var(--color--grey-4);border-radius:0;border-top:1px solid var(--color--grey-4)}.ex-item.style-top .ex-text,.ex-item.style-top-bottom .ex-text{border:none;border-radius:0}.ex-item.style-full .ex-label,.ex-item.style-top .ex-label,.ex-item.style-top-bottom .ex-label{border-radius:0;padding:var(--spacing-4--static) var(--spacing-12--static) var(--spacing-4--static) var(--spacing-5--static)}.ex-item.open .ex-label:hover{background:var(--color--legacy--blue--oxford-blue)}.ex-label h3{font:var(--font--paragraph--semibold);margin-bottom:0}.ex-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23d72a25' fill-rule='evenodd' d='M10 3.125a6.875 6.875 0 1 0 0 13.75 6.875 6.875 0 0 0 0-13.75M1.875 10a8.125 8.125 0 1 1 16.25 0 8.125 8.125 0 0 1-16.25 0' clip-rule='evenodd'/%3E%3Cpath fill='%23d72a25' fill-rule='evenodd' d='M6.77 8.598a.625.625 0 0 1 .882.046L10 11.254l2.348-2.61a.625.625 0 0 1 .93.837l-2.813 3.125a.625.625 0 0 1-.93 0L6.723 9.48a.625.625 0 0 1 .046-.883' clip-rule='evenodd'/%3E%3C/svg%3E");content:"";display:inline-block;height:20px;margin-left:.5em;min-height:20px;min-width:20px;transition:all .2s;vertical-align:middle;width:20px}.ex-item.open .ex-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23d72a25' fill-rule='evenodd' d='M10 1.875a8.125 8.125 0 1 0 0 16.25 8.125 8.125 0 0 0 0-16.25m.465 5.832a.625.625 0 0 0-.93 0l-2.812 3.125a.625.625 0 0 0 .93.836L10 9.06l2.348 2.61a.625.625 0 0 0 .93-.837z' clip-rule='evenodd'/%3E%3C/svg%3E");transform:rotate(-1turn)}.ex-item .ex-bold{font-weight:var(--font-weight--bold)}