.anchor-content{display:grid;gap:100px;grid-template-columns:1fr 2fr}.anchor-content__navigation{position:relative}.anchor-content__navigation-wrapper{left:0;position:sticky;top:150px}.anchor-content__navigation-wrapper,.anchor-content__section{display:flex;flex-direction:column;gap:var(--spacing-xl)}.anchor-content__section h2,.anchor-content__section h3{margin-bottom:0}.anchor-content__section-row{display:grid;gap:var(--spacing-md);grid-template-columns:1fr}.anchor-content__section-row h1,.anchor-content__section-row h2,.anchor-content__section-row h3,.anchor-content__section-row h4,.anchor-content__section-row h5,.anchor-content__section-row h6,.anchor-content__section-row p{margin-bottom:var(--spacing-sm)}.anchor-content__section-row p:last-of-type{margin-bottom:0}.anchor-content__section-row img{border-radius:32px;height:100%;object-fit:cover;object-position:center;width:100%}.anchor-content__section-row.anchor-content__section-row--two-column{align-items:center;gap:var(--spacing-xl);grid-template-columns:repeat(2,1fr)}.anchor-content__navigation-items .accordion{border-radius:24px;padding:var(--spacing-md)}.anchor-content__navigation-items .accordion__title-indicator__title span{font-size:20px}.anchor-content__navigation-items .accordion__title__indicator{height:unset;min-height:unset;min-width:unset;width:unset}.anchor-content__navigation{display:flex;flex-direction:column;gap:var(--spacing-sm)}@media screen and (max-width:1250px){.anchor-content__section-row.anchor-content__section-row--two-column{align-items:stretch}}@media screen and (max-width:1000px){.anchor-content__section-row.anchor-content__section-row--two-column{grid-template-columns:1fr}}@media screen and (max-width:1023px){.anchor-content{gap:var(--spacing-xxl)}}@media screen and (max-width:880px){.anchor-content{grid-template-columns:1fr}.anchor-content__navigation-wrapper{gap:var(--spacing-md);position:relative;top:0}}