.et_pb_code_inner{position:relative}
.et_pb_space{box-sizing:content-box;height:23px}.et_pb_divider_hidden{margin-bottom:0!important}.et_pb_divider_internal{display:inline-block;width:100%}.et_pb_divider{margin:0 0 30px;position:relative}.et_pb_divider:before{content:"";width:100%;height:1px;border-top:1px solid rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:10}.et_pb_divider:after,.et_pb_space:after{content:"";display:table}.et_pb_divider_position_bottom:before{top:auto!important;bottom:0!important}.et_pb_divider_position_center:before{top:50%!important}@media (max-width:980px){.et_pb_divider_position_top_tablet:before{top:0!important;bottom:auto!important}.et_pb_divider_position_bottom_tablet:before{top:auto!important;bottom:0!important}.et_pb_divider_position_center_tablet:before{top:50%!important}.et_pb_space.et-hide-mobile{display:none}}@media (max-width:767px){.et_pb_divider_position_top_phone:before{top:0!important;bottom:auto!important}.et_pb_divider_position_bottom_phone:before{top:auto!important;bottom:0!important}.et_pb_divider_position_center_phone:before{top:50%!important}}.ie .et_pb_divider{overflow:visible}
.et_pb_text{word-wrap:break-word;line-height:1.7em}.et_pb_text ol,.et_pb_text ul{padding-bottom:1em}.et_pb_text>:last-child{padding-bottom:0}.et_pb_text_inner{position:relative}.news-banner-container {
background: transparent;
color: #000;
overflow: hidden;
position: relative;
white-space: nowrap;
font-size: 44px;
font-weight: 500;
font-style: italic;
z-index: 1000;
}
.news-banner-scroll {
width: 100%;
overflow: hidden;
}
.news-banner-track {
display: flex;
width: fit-content;
}
.news-banner-content {
display: flex;
white-space: nowrap;
flex-shrink: 0;
align-items: center;
animation: scroll-left 10s linear infinite;
background:white;
}
.news-banner-content .news-item {
margin-inline: 30px;
flex-shrink: 0;
padding-bottom: 0;
line-height: 1.3;
} @keyframes scroll-left {
0% {
transform: translate3d(0%, 0, 0);
}
100% {
transform: translate3d(-100%, 0, 0);
}
} .news-banner-container.red {
background: #dc3545;
}
.news-banner-container.green {
background: #28a745;
}
.news-banner-container.orange {
background: #fd7e14;
}
.news-banner-container.dark {
background: #343a40;
} @media (max-width: 768px) {
.news-banner-content {
animation-duration: 25s;
}
.news-banner-container {
font-size: 24px;
}
}
@media (max-width: 480px) {
.news-banner-content {
animation-duration: 20s;
}
} @media (prefers-reduced-motion: no-preference) {
.news-banner-content {
will-change: transform;
}
} @media (prefers-reduced-motion: reduce) {
.news-banner-content {
animation-duration: 60s;
}
} .news-banner-container.bordered {
border-top: 3px solid rgba(255, 255, 255, 0.3);
border-bottom: 3px solid rgba(255, 255, 255, 0.3);
} .news-banner-container.shadow {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}