.heading-section{box-sizing:border-box;display:flex;flex-direction:column;margin:0 0 var(--heading-section-bottom-spacing,20px);max-width:100%;width:100%}.heading-section--center{align-items:center;text-align:center}.heading-section--left{align-items:flex-start;text-align:left}.heading-section__heading{color:var(--heading-section-heading-color,#001a49);font-family:Roboto,Arial,sans-serif;letter-spacing:var(--heading-section-heading-letter-spacing,0);line-height:var(--heading-section-heading-line-height,1.333);margin:0;max-width:100%}@media (max-width:767px){.heading-section__heading{font-size:var(--heading-section-heading-size,26px);font-weight:var(--heading-section-heading-weight,600)}}.heading-section__description{color:var(--heading-section-description-color,#545454);font-family:Roboto,Arial,sans-serif;font-size:var(--heading-section-description-size,14px);line-height:1.6;margin:var(--heading-section-description-spacing,16px) 0 0;max-width:100%}.heading-section--center .heading-section__description{margin-inline:auto;max-width:min(100%,var(--heading-section-description-max-width,672px))}.heading-section__description>:first-child{margin-top:0}.heading-section__description>:last-child{margin-bottom:0}.heading-section__divider.divider-center,.heading-section__divider.divider-left{border-bottom-width:4px;flex-shrink:0;margin-bottom:0;margin-top:var(--heading-section-divider-spacing,8px)}.heading-section--center .heading-section__divider.divider-center{margin-left:auto;margin-right:auto}.heading-section--left .heading-section__divider.divider-center,.heading-section--left .heading-section__divider.divider-left{margin-left:0;margin-right:auto}