.media-hero-form{--media-hero-gap: clamp(20px, 4vw, 44px);--media-hero-pad-x: clamp(20px, 5vw, 72px);--media-hero-pad-y: clamp(32px, 6vw, 72px);--media-hero-form-bg: #fff;--media-hero-form-text: #0b0b0b;--media-hero-usp-bg: rgba(255, 255, 255, .08);position:relative;background:var(--bg, transparent);color:var(--text)}.media-hero-form__inner{position:relative;display:grid;overflow:hidden;isolation:isolate}.media-hero-form__media,.media-hero-form__overlay,.media-hero-form__layout{grid-column:1;grid-row:1}.media-hero-form__media{position:relative;z-index:0;min-height:inherit}.media-hero-form__image,.media-hero-form__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.media-hero-form__video{z-index:2}.media-hero-form__overlay{z-index:1;background:var(--media-hero-overlay);opacity:var(--media-hero-overlay-opacity);pointer-events:none}.media-hero-form__layout{z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,var(--media-hero-form-max));grid-template-areas:"content form" "usps usps";gap:var(--media-hero-gap);align-content:stretch;min-height:inherit;padding:var(--media-hero-pad-y) var(--media-hero-pad-x)}.media-hero-form--form-left .media-hero-form__layout{grid-template-columns:minmax(280px,var(--media-hero-form-max)) minmax(0,1fr);grid-template-areas:"form content" "usps usps"}.media-hero-form--form-below-content .media-hero-form__layout,.media-hero-form--form-bottom .media-hero-form__layout,.media-hero-form--no-form .media-hero-form__layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"content" "form" "usps"}.media-hero-form--no-form .media-hero-form__layout{grid-template-areas:"content" "usps"}.media-hero-form__content{grid-area:content;display:flex;flex-direction:column;width:min(100%,var(--media-hero-content-max));gap:16px;color:var(--text)}.media-hero-form__form{grid-area:form;width:min(100%,var(--media-hero-form-max));align-self:center;justify-self:stretch}.media-hero-form--form-below-content .media-hero-form__form{justify-self:var(--media-hero-content-inline, start)}.media-hero-form--form-bottom .media-hero-form__form{width:min(100%,920px);justify-self:center}.media-hero-form__form-stack{display:grid;gap:16px}.media-hero-form__form-card{width:100%;padding:clamp(20px,3vw,32px);border-radius:var(--radius);background:var(--media-hero-form-bg);color:var(--media-hero-form-text);box-shadow:0 18px 50px #0000003d}.media-hero-form__form-card a{color:currentColor}.media-hero-form__form-intro{display:grid;gap:8px;margin-bottom:16px}.media-hero-form__form-heading{margin:0;color:currentColor;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.1}.media-hero-form__form-text,.media-hero-form__form-placeholder{font-size:.95rem;line-height:1.45}.media-hero-form__form-text p,.media-hero-form__form-placeholder p{margin:0}.media-hero-form__form-embed>*:last-child,.media-hero-form__form-card--app>*:last-child{margin-bottom:0}.media-hero-form__form-placeholder{padding:14px;border:var(--BORDER-WIDTH) dashed rgba(0,0,0,.25);border-radius:calc(var(--radius) / 2)}.media-hero-form__trust{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:var(--media-hero-form-text);font-size:.8rem;line-height:1.3;text-align:center}.media-hero-form__trust-icon{flex:0 0 var(--icon-size);width:var(--icon-size)}.media-hero-form__trust-icon .icon,.media-hero-form__trust-image{display:block;width:var(--icon-size);height:var(--icon-size);object-fit:contain}.media-hero-form__trust-text p{margin:0}.media-hero-form__subheading{margin-top:var(--block-space-top, 0);margin-bottom:var(--block-gap, 0);font-family:var(--block-font-family, inherit);font-size:calc(.875rem * var(--adjust-body));font-weight:var(--FONT-WEIGHT-BODY-BOLD);color:var(--block-text-color, inherit)}.media-hero-form__heading{margin-top:var(--block-space-top, 0);color:var(--block-text-color, inherit);font-family:var(--block-font-family, var(--FONT-STACK-HEADING));font-size:calc(3rem * var(--adjust-heading));line-height:.98;max-width:12ch}.media-hero-form__text{margin-top:var(--block-space-top, 0);max-width:60ch;color:var(--block-text-color, inherit);font-family:var(--block-font-family, inherit);font-size:calc(1rem * var(--adjust-body));line-height:1.5}.media-hero-form__subheading p,.media-hero-form__heading p,.media-hero-form__text p,.media-hero-form__usp-text p{margin:0}.media-hero-form__text a,.media-hero-form__heading a{color:currentColor;text-decoration:underline;text-decoration-thickness:var(--BORDER-WIDTH)}.media-hero-form__subheading em,.media-hero-form__heading em,.media-hero-form__text em{color:var(--block-accent-color, currentColor);font-style:inherit}.media-hero-form__buttons,.media-hero-form__video-button{margin-top:2px}.media-hero-form__buttons--left,.media-hero-form__buttons--left .main-buttons__item{justify-content:flex-start}.media-hero-form__buttons--center,.media-hero-form__buttons--center .main-buttons__item{justify-content:center}.media-hero-form__buttons--right,.media-hero-form__buttons--right .main-buttons__item{justify-content:flex-end}@media only screen and (min-width:480px){.media-hero-form__buttons--left.main-buttons--stacked{align-items:flex-start}.media-hero-form__buttons--center.main-buttons--stacked{align-items:center}.media-hero-form__buttons--right.main-buttons--stacked{align-items:flex-end}}.media-hero-form__content-image{display:flex}.media-hero-form__content-image-img{max-width:100%;height:auto}.media-hero-form__icon-row{--inner: 10px;--adjust-body: var(--FONT-ADJUST-BODY);--line-height: 1.35;display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:14px;width:min(100%,620px)}.media-hero-form__icon-row .icons-row-block__item{--offset-top: calc(var(--icon-size) + 10px);position:relative;display:flex;flex-direction:column;align-items:center;min-height:calc(var(--icon-size) + 1.5rem);padding-top:var(--offset-top);color:var(--icon-color, currentColor);text-align:center}.media-hero-form__icon-row .icons-row-block__icon{position:absolute;top:calc(var(--offset-top) / 2);left:50%;width:var(--icon-size);max-height:var(--icon-size);transform:translate(-50%,-50%);color:var(--icon-color, currentColor)}.media-hero-form__icon-row .icons-row-block__item .icon{display:block;width:var(--icon-size);height:var(--icon-size);stroke-width:3.4px}.media-hero-form__icon-row .icons-row-block__holder{position:relative;display:block;width:var(--icon-size);height:var(--icon-size)}.media-hero-form__icon-row .icons-row-block__img{width:100%;height:100%;object-fit:contain}.media-hero-form__icon-row .icons-row-block__text{font-size:.9rem;line-height:1.25}.media-hero-form__usps{grid-area:usps;display:grid;grid-template-columns:repeat(var(--media-hero-usp-columns),minmax(0,1fr));gap:clamp(14px,3vw,28px);align-self:end}.media-hero-form__usps--in-content{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:min(100%,620px)}.media-hero-form__usp-item{display:flex;align-items:center;gap:14px;min-width:0;padding:14px;border-radius:var(--radius);background:var(--media-hero-usp-bg);color:inherit}.media-hero-form__usp-icon{flex:0 0 var(--icon-size);width:var(--icon-size)}.media-hero-form__usp-icon .icon,.media-hero-form__usp-image{display:block;width:var(--icon-size);height:var(--icon-size);object-fit:contain}.media-hero-form__trust-icon .icon,.media-hero-form__usp-icon .icon{stroke-width:3.4px}.media-hero-form__usp-copy{min-width:0}.media-hero-form__usp-title{color:inherit;font-family:var(--FONT-STACK-HEADING);font-weight:var(--FONT-WEIGHT-HEADING-BOLD);font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.05}.media-hero-form__usp-text{margin-top:2px;font-size:.82rem;line-height:1.25}.media-hero-form--content-top-left .media-hero-form__content,.media-hero-form--content-top-center .media-hero-form__content,.media-hero-form--content-top-right .media-hero-form__content{align-self:start}.media-hero-form--content-middle-left .media-hero-form__content,.media-hero-form--content-middle-center .media-hero-form__content,.media-hero-form--content-middle-right .media-hero-form__content{align-self:center}.media-hero-form--content-bottom-left .media-hero-form__content,.media-hero-form--content-bottom-center .media-hero-form__content,.media-hero-form--content-bottom-right .media-hero-form__content{align-self:end}.media-hero-form--content-top-left,.media-hero-form--content-middle-left,.media-hero-form--content-bottom-left{--media-hero-content-inline: start}.media-hero-form--content-top-center,.media-hero-form--content-middle-center,.media-hero-form--content-bottom-center{--media-hero-content-inline: center}.media-hero-form--content-top-right,.media-hero-form--content-middle-right,.media-hero-form--content-bottom-right{--media-hero-content-inline: end}.media-hero-form--content-top-left .media-hero-form__content,.media-hero-form--content-middle-left .media-hero-form__content,.media-hero-form--content-bottom-left .media-hero-form__content{justify-self:start;text-align:left}.media-hero-form--content-top-center .media-hero-form__content,.media-hero-form--content-middle-center .media-hero-form__content,.media-hero-form--content-bottom-center .media-hero-form__content{justify-self:center;text-align:center;align-items:center}.media-hero-form--content-top-right .media-hero-form__content,.media-hero-form--content-middle-right .media-hero-form__content,.media-hero-form--content-bottom-right .media-hero-form__content{justify-self:end;text-align:right;align-items:flex-end}.media-hero-form--no-content .media-hero-form__layout{grid-template-areas:"form" "usps";grid-template-columns:minmax(0,1fr)}.media-hero-form--no-content .media-hero-form__content{display:none}.media-hero-form--no-content .media-hero-form__form{justify-self:center}.media-hero-form--no-content.media-hero-form--no-form .media-hero-form__layout{grid-template-areas:"usps"}@media only screen and (max-width:1023px){.media-hero-form__layout{grid-template-columns:minmax(0,1fr) minmax(280px,var(--media-hero-form-max));gap:clamp(18px,3vw,30px)}.media-hero-form--form-left .media-hero-form__layout{grid-template-columns:minmax(280px,var(--media-hero-form-max)) minmax(0,1fr)}.media-hero-form__usps{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media only screen and (max-width:767px){.media-hero-form__inner{height:auto}.media-hero-form__layout,.media-hero-form--form-left .media-hero-form__layout,.media-hero-form--form-below-content .media-hero-form__layout,.media-hero-form--form-bottom .media-hero-form__layout,.media-hero-form--no-form .media-hero-form__layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"content" "form" "usps";align-content:center;padding:clamp(28px,8vw,44px) var(--media-hero-pad-x-mobile, clamp(18px, 5vw, 28px))}.media-hero-form--no-form .media-hero-form__layout{grid-template-areas:"content" "usps"}.media-hero-form--no-content .media-hero-form__layout{grid-template-areas:"form" "usps"}.media-hero-form--no-content.media-hero-form--no-form .media-hero-form__layout{grid-template-areas:"usps"}.media-hero-form__content,.media-hero-form__form,.media-hero-form--form-bottom .media-hero-form__form{width:100%;justify-self:stretch}.media-hero-form__heading{max-width:100%;font-size:calc(2.35rem * var(--adjust-heading))}.media-hero-form__usps{grid-template-columns:minmax(0,1fr)}.media-hero-form__usp-item{padding:12px}}@media only screen and (max-width:479px){.media-hero-form__buttons.main-buttons{flex-direction:column;align-items:stretch}.media-hero-form__buttons .main-buttons__item,.media-hero-form__buttons .btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/section-media-hero-form.css.map */
