.card{display:grid;gap:var(--gap-def);grid-template-columns:1fr 1fr}.card .content-wrapper{align-self:center;display:flex;flex-direction:column;gap:19px;width:100%}.card .content-wrapper .card-title{margin:0}.card .content-wrapper p{margin:0;max-width:520px}.card .content-wrapper .hs-button{align-self:start;margin-top:13px}.card .media-wrapper{position:relative}.card .media-wrapper .accent-image{bottom:-77px;position:absolute;right:-66px;z-index:-1}.card .media-wrapper .accent-image.yellow{left:-66px;right:unset}.card .video-wrapper{align-items:center;border-radius:16px;display:flex;overflow:hidden;width:100%}.card .video-wrapper .hs-video-widget{width:100%}.card .image-wrapper{border-radius:var(--card-radius);height:440px;overflow:hidden;width:100%}.card .image-wrapper img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:1024px){.card{gap:calc(var(--gap-def)*2);grid-template-columns:1fr;overflow:hidden}}.card.padding-wrapper.webinars{padding-bottom:120px}