.vs-info-card{background:hsl(from var(--vs-bg) h s l/1);display:flex;flex-direction:row;justify-content:space-between;padding:20px;width:100%;height:100%}@media(min-width:768px){.vs-info-card{border-radius:10px;border:1px solid hsl(from var(--vs-border) h s l/1);align-items:center;max-height:102px;padding:24px;box-shadow:0 3px 6px rgba(0,0,0,.03)}}.vs-info-card .vsic-upper{display:flex;align-items:center;justify-content:space-between;width:100%}.vs-info-card .vsic-upper-left-content{display:flex;flex-direction:column-reverse;justify-content:space-between}@media(min-width:768px){.vs-info-card .vsic-upper-left-content{flex-direction:column}}.vs-info-card .vsic-upper-text,.vs-info-card .vsic-upper-unit{color:inherit}.vs-info-card .vsic-upper-text{font-size:24px!important;font-weight:700!important;line-height:1.5}@media(min-width:768px){.vs-info-card .vsic-upper-text{font-weight:600!important}}.vs-info-card .vsic-upper-unit{color:hsl(from var(--vs-text) h s l/1);font-weight:400!important;font-size:16px!important;line-height:1;margin-bottom:2px}.vs-info-card .vsic-lower{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center;width:100%;gap:8px}@media(min-width:768px){.vs-info-card .vsic-lower{flex-direction:row;height:auto}}.vs-info-card .vsic-lower img{width:22px;height:22px}.vs-info-card .vsic-lower-text,.vs-info-card .vsic-lower-text-description,.vs-info-card .vsic-lower-text-wrapper{color:inherit}.vs-info-card .vsic-lower-text-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;height:100%}@media(min-width:768px){.vs-info-card .vsic-lower-text-wrapper{align-items:flex-start;justify-content:space-between}}.vs-info-card .vsic-lower-text-wrapper *{font-weight:inherit!important;line-height:inherit}.vs-info-card .vsic-lower-text{font-size:20px!important;font-weight:600!important;line-height:1;padding-bottom:4px}@media(min-width:768px){.vs-info-card .vsic-lower-text{font-size:18px!important}}.vs-info-card .vsic-lower-text-description{font-size:12px!important;color:var(--grey-dark);line-height:1.5}@media(min-width:768px){.vs-info-card .vsic-lower-text-description{font-size:10px!important;white-space:nowrap}}@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}