/* Decorative vine only. The complete 066 bitmap remains untouched underneath. */
.sb-vine{display:none;position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
@supports (offset-path:path("M0 0 L1 1")){
 .sb-vine{display:block}
 .sb-vine .sb-vine-leaf{offset-path:var(--vine-path);offset-distance:var(--phase);offset-anchor:0px 0px;offset-rotate:auto 35deg;transform-box:view-box;animation:seo-vine-travel 42s linear infinite;animation-play-state:paused}
 .sb-vine-running .sb-vine-leaf{animation-play-state:running}
}
.sb-vine-stem{opacity:.72}
@keyframes seo-vine-travel{from{offset-distance:var(--phase)}to{offset-distance:calc(var(--phase) + 100%)}}
@media(prefers-reduced-motion:reduce){.sb-vine .sb-vine-leaf{animation:none;offset-distance:var(--phase)}}
