.animated-title-container{display:flex;align-items:center;padding:2rem 1rem;color:var(--title-color,#002395)}.animated-title-left{justify-content:flex-start}.animated-title-right{justify-content:flex-end;flex-direction:row}.animated-title-line{flex-grow:1;height:8px;background-color:var(--title-color,#002395)}.animated-title-text-wrapper{overflow:hidden;margin:0 1rem}.animated-title-text{font-size:2.25rem;font-weight:700;margin:0;color:var(--title-color,#002395);padding-left:2px;padding-right:2px}.animated-title-symbol{color:var(--title-color,#002395);flex-shrink:0}.animated-title-right .animated-title-text{text-align:right}@media (max-width:768px){.animated-title-container{padding:1.5rem .75rem}.animated-title-text{font-size:1.875rem}.animated-title-symbol{width:36px;height:36px}}@media (max-width:480px){.animated-title-container{padding:1rem .5rem}.animated-title-text{font-size:1.5rem}.animated-title-line{height:3px}.animated-title-symbol{width:32px;height:32px}}