@charset "UTF-8";.article-welcome-right .text-image__wrapper{-ms-flex-pack:distribute;justify-content:space-around}.article-welcome-right .text-image__image{width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat;opacity:0;animation:b 1.8s ease-out forwards;animation-delay:1.5s}.article-welcome-right .text-image__image-container{width:40%;max-height:650px;margin:70px 0 90px;overflow:hidden;display:-ms-flexbox;display:flex;background:transparent}.article-welcome-right .text-image__image-wrapper{width:100%;transform:scaleX(0) translateX(-100%);background:#eee;animation:a 1.1s ease forwards;animation-delay:.7s}.article-welcome__meta{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.article-welcome__meta-item .ui-link{color:#ee0d00}.article-welcome__meta-item:not(:last-of-type){position:relative;padding-right:30px}.article-welcome__meta-item:not(:last-of-type):after{content:"•";color:#ee0d00;position:absolute;font-size:20px;line-height:1;right:13px;top:0}@keyframes a{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes b{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media only screen and (max-width:768px){.article-welcome-right .text-image__wrapper{-ms-flex-pack:start;justify-content:flex-start}.article-welcome-right .text-image__image-container{width:100%;max-height:400px;margin:10px 0 20px}}