@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.cmp-ico-tooltip-image{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:inline-block;cursor:pointer;background-image:url("https://ds-assets.cupra.com/icons/cupra-diagonal/info-circle.svg");margin:0 var(--dg-spacing-s-5) 0;width:20px;height:20px}
.cmp-ico-tooltip-image__box{z-index:2;opacity:0;pointer-events:none;user-select:none;position:absolute;min-width:240px;max-width:296px;padding:var(--dg-spacing-m-1);background-color:var(--dg-color-bg-surface-medium,#26262c);color:var(--dg-color-text-strong,#fafafa);border-radius:var(--dg-border-radius-xxs,4px);border:1px solid var(--dg-color-border-strong,#4dfafa FA);transition:opacity .3s ease-in;top:25px}
.cmp-ico-tooltip-image__box:before{pointer-events:none;user-select:none;position:absolute;content:'';top:-8px;background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%229%22%20viewBox%3D%220%200%2017%209%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.7205%204.61952L16%200L0.5%200L5.35725%204.53344C6.61337%205.70581%207.24142%206.292%208.01117%206.30435C8.78091%206.31671%209.42745%205.75098%2010.7205%204.61952Z%22%20fill%3D%22%2326262C%22%2F%3E%3Cpath%20d%3D%22M16%200.5L10.6053%204.88317C9.3602%205.89484%208.73764%206.40067%208.00971%206.3891C7.28178%206.37754%206.6756%205.85218%205.46324%204.80147L0.5%200.5%22%20stroke%3D%22%2326262C%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16%200.5L10.6053%204.88317C9.3602%205.89484%208.73764%206.40067%208.00971%206.3891C7.28178%206.37754%206.6756%205.85218%205.46324%204.80147L0.5%200.5%22%20stroke%3D%22%23FAFAFA%22%20stroke-opacity%3D%220.3%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");width:16px;height:8px;transform:rotate(180deg);z-index:1}
.cmp-ico-tooltip-image__text{font-size:var(--dg-font-size-body-m);line-height:var(--dg-font-height-body-m);color:var(--dg-color-text-strong,#fafafa);font-weight:400;display:block;margin:0 0 var(--dg-spacing-s-5)}
.cmp-ico-tooltip-image__image{width:100%;height:auto;float:left}
.cmp-ico-tooltip-image:hover .cmp-ico-tooltip-image__box{opacity:1;pointer-events:auto}
.cmp-ico-tooltip-image--right .cmp-ico-tooltip-image__box{right:-3px}
.cmp-ico-tooltip-image--right .cmp-ico-tooltip-image__box:before{right:5px}
@media(min-width:1024px){.cmp-ico-tooltip-image{width:24px;height:24px}
.cmp-ico-tooltip-image__box{top:29px}
}