#webinar-grid{display:grid;gap:4rem;grid-template-areas:"hero  form" "content  form";grid-template-columns:6fr 5fr;grid-template-rows:auto 1fr;isolation:isolate;max-width:var(--container-width);row-gap:0;--curve-h:160px;--curve-cap:url(https://poznaj.supremis.pl/hubfs/raw_assets/public/Themes/SUPREMIS/images/theme-defaults/misc/hero-curve-cap.svg);--hero-fill:radial-gradient(70% 140% at 80% 90%,#ffb53a 0%,#ff4f80 67.52%,#d00000 100%)}#webinar-grid:before{background:var(--hero-fill);content:"";grid-column:1/-1;grid-row:1;margin-inline:calc(50% - 50vw);-webkit-mask:linear-gradient(#000,#000) top /100% calc(100% - var(--curve-h)) no-repeat,var(--curve-cap) bottom /100% var(--curve-h) no-repeat;mask:linear-gradient(#000,#000) top /100% calc(100% - var(--curve-h)) no-repeat,var(--curve-cap) bottom /100% var(--curve-h) no-repeat;z-index:-1}#hero{grid-area:hero;padding:var(--xxl) 0 max(var(--xxl),calc(var(--curve-h) + var(--l)))}#hero .hero-fill{-webkit-mask:linear-gradient(#000,#000) top /100% calc(100% - var(--curve-h)) no-repeat,var(--curve-cap) bottom /100% var(--curve-h) no-repeat;mask:linear-gradient(#000,#000) top /100% calc(100% - var(--curve-h)) no-repeat,var(--curve-cap) bottom /100% var(--curve-h) no-repeat}#hero .bg-img,#hero .bg_img,#hero .falka{display:none}.form-container{grid-area:form}.form-container *{background:inherit}.webinar-body{grid-area:content}.dnd-section.nopadtop{padding-top:0}@media screen and (max-width:960px){#webinar-grid{grid-template-areas:"hero" "form" "content";grid-template-columns:6fr;grid-template-rows:auto}}@media screen and (max-width:767px){#webinar-grid{--curve-h:0px}}