.hs-hover-item{background:#04123a;border-radius:16px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;gap:20px;height:100%;justify-content:space-between;padding:50px 40px 35px;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.hs-hover-item,.hs-hover-item *{text-decoration:none!important}.hs-hover-item__top{display:block}.hs-hover-item__icon{display:inline-block;height:56px;object-fit:contain;width:56px}.hs-hover-item__bottom{align-items:center;display:flex;gap:16px;justify-content:space-between;min-height:28px}.hs-hover-item__text{color:#fff;display:inline-block;font-size:20px;font-weight:600;line-height:1.2;overflow:hidden;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap}.hs-hover-item__arrow{color:#fff;display:inline-flex;flex:0 0 auto}.hs-hover-item:focus-visible,.hs-hover-item:hover{background:#fff;box-shadow:0 10px 30px rgba(5,24,73,.2),0 0 0 3px rgba(5,24,73,.1);color:#051849;outline:none}.hs-hover-item:focus-visible .hs-hover-item__arrow,.hs-hover-item:focus-visible .hs-hover-item__text,.hs-hover-item:hover .hs-hover-item__arrow,.hs-hover-item:hover .hs-hover-item__text{color:#051849;text-decoration:none!important}.hs-hover-item:focus-visible{border-radius:16px}@media (max-width:767px){.hs-hover-item{margin-bottom:25px!important;padding:50px 25px 35px 20px!important}.hs-hover-item__icon{display:flex!important;justify-content:center!important}}