body{--button-background:var(--color-brand-lilac);--button-color:var(--color-text-primary);--button-background-hover:var(--color-brand-light);--button-color-hover:var(--color-text-primary)}.block__stratford-chart{padding:var(--spacing-lg) 0;display:flex;justify-content:center}.block__stratford-chart.bg-blue{background-color:var(--color-brand-dark-blue);color:var(--color-text-secondary)}.block__stratford-chart.bg-pink{background-color:var(--color-brand-pink);color:var(--color-text-primary);--button-background:var(--color-brand-dark-blue);--button-color:var(--color-text-secondary);--icons-arrow:var(--icons-arrow-light)}.block__stratford-chart.bg-olive{background-color:var(--color-brand-green);color:var(--color-text-secondary)}.block__stratford-chart.bg-olive hr{border-color:var(--color-brand-orange)}.block__stratford-chart.bg-lilac{background-color:var(--color-brand-lilac);color:var(--color-text-primary);--button-background:var(--color-brand-orange)}.block__stratford-chart.bg-orange{background-color:var(--color-brand-orange);color:var(--color-text-primary);--button-background:var(--color-brand-dark-blue);--button-color:var(--color-text-secondary);--icons-arrow:var(--icons-arrow-light)}.block__stratford-chart.bg-red{background-color:var(--color-brand-red);color:var(--color-text-secondary)}.block__stratford-chart.bg-white{background-color:var(--color-brand-light);color:var(--color-text-primary)}.block__stratford-chart.bg-beige{background-color:var(--color-brand-beige);color:var(--color-text-primary);--button-background:var(--color-brand-dark-blue);--button-color:var(--color-text-secondary);--icons-arrow:var(--icons-arrow-light)}.block__stratford-chart .outer-wrapper{width:100%;max-width:var(--container-width,840px)}.block__stratford-chart .outer-wrapper .chart-wrapper{min-height:400px;height:70vh;position:relative}.block__stratford-chart .outer-wrapper h2{font:var(--type-h2);margin-bottom:var(--spacing-lg)}@media screen and (max-width:768px){.block__stratford-chart .outer-wrapper h2{text-align:center;margin-bottom:var(--spacing-md)}}