.Accordion__details{overflow:hidden}.Accordion__details[open]+.Accordion__content{max-height:800px;transition:max-height .4s ease-out,border 0s linear}.Accordion__summary{display:block}.Accordion__summary::-webkit-details-marker{display:none}.Accordion__title{font-family:nohemi-medium,sans-serif;font-size:1.4375rem;line-height:2.0625rem;font-weight:400;margin:0;position:relative;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(173,55,103,.5);padding:1.3125rem 0}.Accordion__title:hover{cursor:pointer}.Accordion__title:after{content:"";font-size:1rem;display:flex;align-items:center;margin-left:.5rem;-webkit-mask-image:url(/_next/static/media/chevron.d31a7917.svg);mask-image:url(/_next/static/media/chevron.d31a7917.svg);background-color:#ad3767;width:20px;height:10px;-webkit-mask-size:cover;mask-size:cover;transition:transform .2s ease-out}.Accordion__details[open] .Accordion__title:after{transform:rotate(180deg)}.Accordion__content{font-family:Georgia,serif;font-weight:400;font-size:1.1875rem;line-height:1.625rem;margin:0;box-sizing:border-box;max-height:0;overflow:hidden;padding:0 .75rem 0 0;border:2px solid rgba(0,0,0,0);transition:max-height .2s ease-out,border 0s linear .2s}.Accordion__content ul{margin-top:1.125rem;margin-bottom:1.125rem}.Pagination{display:flex;align-items:center;justify-content:space-between;margin-top:2.25rem}@media screen and (min-width:45.0625rem){.Pagination{margin-top:2.625rem;justify-content:center}}@media screen and (min-width:67.5625rem){.Pagination{justify-content:flex-start}}.Pagination__next,.Pagination__previous{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-radius:0;border-style:none;padding:1.125rem 0;cursor:pointer}.Pagination__next:disabled,.Pagination__next[disabled],.Pagination__previous:disabled,.Pagination__previous[disabled]{opacity:.5;pointer-events:none}.Pagination__previous{margin-right:1.125rem}.Pagination__next{margin-left:1.125rem}