.animatedheadline{max-width:1550px;margin:0 auto;padding:40px 15px 60px 15px;box-sizing:border-box;width:100%}.animatedheadline .line{width:60px;height:1px;border:solid 4px #294754;margin-left:15px;margin-bottom:30px;opacity:0;animation-duration:.8s;animation-delay:.2s;animation-name:fadeInDown;animation-fill-mode:forwards}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.animatedheadline h1.headline{font-family:"CorbeauConProBold";font-size:72px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.1;letter-spacing:.83px;color:#294754;margin:initial;margin-left:15px;opacity:0;animation-duration:.8s;animation-delay:.4s;animation-name:fadeInUp;animation-fill-mode:forwards;text-transform:uppercase}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@media(max-width:576px){.animatedheadline h1.headline{font-size:40px}}