.cp_card_service{background:var(--color-neutral-lightest);border-radius:24px;box-shadow:0 0 9px 0 rgba(145,2,244,.3);display:block;overflow:hidden;padding:24px}.cp_card_service__wrapper{align-items:start;display:flex;justify-content:space-between}.cp_card_service .is-svg{align-items:center;background:linear-gradient(225deg,var(--color-tertiary) 0,var(--color-secondary) 100%);border-radius:8px;box-shadow:0 0 9px 0 var(--color-secondary);display:flex;height:32px;justify-content:center;margin-left:16px;padding:12px;transition:width .3s ease-out;width:32px}.cp_card_service__wrapper h3{margin-bottom:12px}.cp_card_service__wrapper .is-subtitle{color:var(--color-neutral-body)}@media (min-width:992px){.cp_card_service{border-radius:32px;padding:32px 40px;position:relative;z-index:1;--mouse-x:50%;--mouse-y:50%}.cp_card_service__wrapper{align-items:center;position:relative;z-index:1}.cp_card_service .is-svg{height:56px;margin-left:32px;padding:16px;width:56px}.cp_card_service:before{background:hsla(0,0%,100%,.04);z-index:-3}.cp_card_service:after,.cp_card_service:before{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.cp_card_service:after{background:linear-gradient(208deg,rgba(255,0,77,.5),rgba(99,9,90,.5) 42%,rgba(33,15,63,.5) 75%,rgba(3,19,34,.5));opacity:0;transition:opacity .3s ease-out;z-index:-2}.cp_card_service__spotlight{background:linear-gradient(208deg,#ff004d,#63095a 42%,#210f3f 75%,#031322);height:100%;left:0;mask-image:radial-gradient(187.5px at var(--mouse-x) var(--mouse-y),#000,transparent);-webkit-mask-image:radial-gradient(187.5px at var(--mouse-x) var(--mouse-y),#000,transparent);opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .4s ease-out;width:100%;z-index:-1}}@media (hover:hover){.cp_card_service:hover .cp_card_service__spotlight,.cp_card_service:hover:after{opacity:1}}