html{--color-orange: rgba(202, 100, 25, 1);--space-xs: 4px;--space-s: 8px;--space-m: 12px;--space-l: 24px;--logo-size: var(--indicator-column-width);--indicator-column-width: 40px;--content-column-width: 700px;--content-column-gap: var(--space-m)}body{margin:0;padding:0}main{margin:0 auto;margin-bottom:4rem;overflow-x:hidden;display:grid;grid-template-columns:1fr var(--indicator-column-width) minmax(auto,var(--content-column-width)) var(--indicator-column-width) 1fr;column-gap:var(--content-column-gap)}h1,h2,p{max-width:var(--content-column-width);grid-column:3/4}a{color:var(--color-orange)}.introduction-text{margin-bottom:2rem}.accordion{display:grid;grid-column:2/4;grid-template-columns:subgrid;row-gap:var(--space-m);align-items:center}.accordion__item{display:grid;grid-column:1/3;grid-template-columns:subgrid}.accordion__item[data-closed]{grid-template-rows:1fr}.accordion__item[data-expanded]{grid-template-rows:1fr auto}.accordion__item-header{display:contents}.accordion__item-content{grid-column:2/3;padding-bottom:2rem;box-sizing:border-box}.accordion__item-content{overflow:hidden;animation:slideUp .3s ease-out}.accordion__item-content[data-expanded]{animation:slideDown .3s ease-out}@keyframes slideDown{0%{height:0}to{height:var(--kb-accordion-content-height)}}@keyframes slideUp{0%{height:var(--kb-accordion-content-height)}to{padding:0;height:0}}@media(min-width:600px)and (max-width:1023px){html{--indicator-column-width: 70px}}@media(min-width:1024px){html{--indicator-column-width: 100px;--content-column-gap: var(--space-l)}}html{--font-family: "adobe-garamond-pro", "Times New Roman", Times, serif;font-size:14px}body,h1,h2,h3,p,a{font-family:var(--font-family)}h1,h2{line-height:1.1;margin:.5rem 0}h1{font-size:1.5rem}h2{font-size:1rem;font-weight:800}p{text-align:left;line-height:1.8;margin:.5rem 0}a{line-height:1.5}@media(min-width:600px)and (max-width:799px){html{font-size:16px}}@media(min-width:1024px){html{font-size:18px}}
