.FrequentlyAskedQuestionBlock{--block-margin:0;--block-padding:var(--1x) 0;border-bottom:var(--block-border)}.FrequentlyAskedQuestionBlock:not([open]){padding:0}.FrequentlyAskedQuestionBlock:not([open]) .FrequentlyAskedQuestionBlock-question{padding:var(--block-padding)}.FrequentlyAskedQuestionBlock-question{align-items:center;cursor:pointer;display:flex;min-height:1em;position:relative}.FrequentlyAskedQuestionBlock-question:focus{outline:none}.FrequentlyAskedQuestionBlock summary::-webkit-details-marker,.FrequentlyAskedQuestionBlock summary::marker{display:none}.FrequentlyAskedQuestionBlock{--block-padding:var(--3x) 0;--block-border:1px solid var(--color-violet);isolation:isolate}.FrequentlyAskedQuestionBlock:not([open]){padding:var(--block-padding)}.FrequentlyAskedQuestionBlock-background{z-index:-1}.FrequentlyAskedQuestionBlock-question{align-items:start;flex-direction:column;gap:var(--1x);padding-right:var(--6x)}.FrequentlyAskedQuestionBlock-question:after,.FrequentlyAskedQuestionBlock-question:before{background:var(--color-violet);content:"";display:block;height:2px;position:absolute;top:calc(50% + 6px);transform-origin:right center;width:10px}.FrequentlyAskedQuestionBlock-question:before{right:7px;transform:rotate(45deg)}.FrequentlyAskedQuestionBlock-question:after{right:8px;transform:rotate(135deg)}.FrequentlyAskedQuestionBlock:not([open]) .FrequentlyAskedQuestionBlock-question{padding:0 var(--6x) 0 0}.FrequentlyAskedQuestionBlock.is-open .FrequentlyAskedQuestionBlock-question:after,.FrequentlyAskedQuestionBlock.is-open .FrequentlyAskedQuestionBlock-question:before{top:calc(50% - 6px)}.FrequentlyAskedQuestionBlock.is-open .FrequentlyAskedQuestionBlock-question:before{transform:rotate(-45deg)}.FrequentlyAskedQuestionBlock.is-open .FrequentlyAskedQuestionBlock-question:after{transform:rotate(-135deg)}.FrequentlyAskedQuestionBlock-content{box-sizing:content-box;display:block;height:0;opacity:0;overflow:hidden;padding-right:var(--6x);transition:height .4s,opacity .4s,padding .4s;will-change:height,opacity,padding}.FrequentlyAskedQuestionBlock.is-open .FrequentlyAskedQuestionBlock-content{height:var(--detail-height,0);opacity:1;padding-top:var(--3x)}