.rolling-banner{background:var(--kk-nyanza);border:0;overflow:hidden;position:relative;padding:8px 0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%)}.rolling-banner:has(+ .kk-wavy-top){padding-bottom:88px}.rolling-banner__wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:0;gap:0;width:max-content;animation:kk-marquee 40s linear infinite}.rolling-banner:hover .rolling-banner__wrap{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.rolling-banner__wrap{animation:none;transform:none}}@keyframes kk-marquee{from{transform:translateX(0)}to{transform:translateX(-33.3333%)}}.rolling-banner__icon{display:none}.rolling-banner__text{font-family:var(--kk-font-body);font-weight:400;font-size:16px;line-height:1.4;color:var(--kk-dark-green);margin-right:0;padding-right:18px;white-space:nowrap;display:flex;align-items:center;gap:18px}.rolling-banner__text::after{content:'';display:inline-block;width:16px;height:16px;flex-shrink:0;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%231B3730'%3E%3Cg%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5'/%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5' transform='rotate(45 20 20)'/%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5' transform='rotate(90 20 20)'/%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5' transform='rotate(135 20 20)'/%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5' transform='rotate(180 20 20)'/%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5' transform='rotate(225 20 20)'/%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5' transform='rotate(270 20 20)'/%3E%3Cellipse cx='20' cy='9.5' rx='4' ry='9.5' transform='rotate(315 20 20)'/%3E%3Ccircle cx='20' cy='20' r='3.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.rolling-banner--dark{background:var(--kk-dark-green);padding:24px 0}.rolling-banner--dark .rolling-banner__text{color:var(--kk-white)}.rolling-banner--dark .rolling-banner__text::after{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23EAFACF'%3E%3Ccircle cx='20' cy='11.5' r='7.6'/%3E%3Ccircle cx='28.5' cy='20' r='7.6'/%3E%3Ccircle cx='20' cy='28.5' r='7.6'/%3E%3Ccircle cx='11.5' cy='20' r='7.6'/%3E%3Cpath d='M19.1 27h1.8v10h-1.8z'/%3E%3C/svg%3E")}@media (max-width:768px){.rolling-banner__text{padding-right:16px;gap:16px}.rolling-banner__text::after{width:14px;height:14px}}