:root{--body_padding:clamp(min(5rem,13rem),8.5vw,max(10rem,15rem))}html[data-theme=light]{--color-text:#19170b;--color-text-D5:rgb(7.2916666667,6.7083333333,3.2083333333);--color-text-D10:black;--color-text-L5:rgb(42.7083333333,39.2916666667,18.7916666667);--color-text-L10:rgb(60.4166666667,55.5833333333,26.5833333333);--color-text-L15:rgb(78.125,71.875,34.375);--color-background:#fcfbf8;--color-background-D5:rgb(244.35,240.8,230.15);--color-background-D10:rgb(236.7,230.6,212.3);--color-background-D15:rgb(229.05,220.4,194.45);--color-background-L5:white;--color-background-L10:white}html[data-theme=dark]{--color-text:#f0efeb;--color-text-D5:rgb(229.0714285714,227.3428571429,220.4285714286);--color-text-D10:rgb(218.1428571429,215.6857142857,205.8571428571);--color-text-L5:rgb(229.0714285714,227.3428571429,220.4285714286);--color-text-L10:rgb(218.1428571429,215.6857142857,205.8571428571);--color-text-L15:rgb(207.2142857143,204.0285714286,191.2857142857);--color-background:#0e0d0d;--color-background-D5:rgb(27.2222222222,25.2777777778,25.2777777778);--color-background-D10:rgb(40.4444444444,37.5555555556,37.5555555556);--color-background-D15:rgb(53.6666666667,49.8333333333,49.8333333333);--color-background-L5:rgb(0.7777777778,0.7222222222,0.7222222222);--color-background-L10:black}.faq__hero{padding:50px var(--body_padding);display:flex;flex-direction:column;justify-content:center;align-items:center}.faq__hero:before{top:-24vh!important;bottom:unset!important}.faq__hero .title{text-align:center;margin:30px 0}.faq__hero .title h1{color:#f0efeb}.faq__hero .title p{font-size:24px;font-weight:200;color:hsl(48,14.2857142857%,73.137254902%)}.faq__hero .summaries{display:flex;flex-direction:column;gap:20px;width:100%}.faq__hero a{text-decoration:none;font-weight:800;color:var(--color-text);cursor:pointer;transition:.2s ease}.faq__hero a:hover{color:#e7c104}.summary__reveal{background-color:var(--color-background-D5);padding:15px 25px 0;border-radius:8px;border:1px solid var(--color-background);overflow:hidden;position:relative;box-shadow:3px 3px 5px rgba(0,0,0,.555);min-width:23rem}.summary__reveal .title{display:flex;align-items:center;cursor:pointer;background-color:var(--color-background-D10);margin:-15px -25px 0;padding:20px 25px;-webkit-user-select:none;user-select:none}.summary__reveal .title svg{font-size:36px;margin-left:auto}.summary__reveal .title h2{font-size:28px}.summary__reveal .content{padding:15px 0}