.road-divider{position:relative;padding:0;background:var(--road-divider-top-bg,transparent);overflow:visible}.road-divider--has-bottom-bg{background:linear-gradient(to bottom,var(--road-divider-top-bg,transparent) 0 25px,var(--road-divider-bottom-bg,transparent) 25px 100%)}.road-divider__inner{position:relative;z-index:1;width:calc(100% - 30px);max-width:1418px;height:52px;margin:0 auto}.road-divider__inner::after{content:"";position:absolute;right:0;bottom:0;left:0;height:4px;background:repeating-linear-gradient(90deg,#ffc000 0 22px,transparent 22px 44px);background-position:-6px 0}.road-divider__cars{position:absolute;right:0;bottom:-25px;z-index:2;display:flex;align-items:center;gap:18px;padding-left:20px;background:var(--road-divider-top-bg,transparent)}.road-divider__car{display:block;width:116px;height:auto}.road-divider--has-bottom-bg .road-divider__inner{height:85px}.road-divider--has-bottom-bg .road-divider__inner::after{top:25px;bottom:auto}.road-divider--has-bottom-bg .road-divider__cars{top:0;bottom:auto;background:0 0}@media(max-width:767px){.road-divider__inner{height:42px}.road-divider__cars{bottom:-19px;gap:10px;padding-left:12px}.road-divider__car{width:88px}}