.custom-section{background:transparent;background:var(--background-color,transparent);color:inherit;color:var(--text-color,inherit);min-height:var(--custom-section-height-mobile)}.custom-section--animated{isolation:isolate;overflow:hidden;position:relative}.custom-section__mount{display:none}.custom-section__gradient{background-image:linear-gradient(158deg,var(--custom-section-gradient-1,var(--color-brand-orange)) 0,var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%);background-image:linear-gradient(var(--custom-section-gradient-angle,158deg),var(--custom-section-gradient-1,var(--color-brand-orange)) 0,var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%);background-position:50% 50%;background-position:var(--custom-section-gradient-x,50%) var(--custom-section-gradient-y,50%);background-size:220% 220%;inset:0;pointer-events:none;position:absolute;z-index:-1}.custom-section__gradient--tri{background-image:linear-gradient(158deg,var(--custom-section-gradient-1,var(--color-brand-orange)) 0,calc(50% * (.5 - .4 * .7)),var(--custom-section-gradient-mid,var(--color-neutral-medium-grey)) 50%,calc(50% + (100% - 50%) * (.5 + .4 * .7)),var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%);background-image:linear-gradient(var(--custom-section-gradient-angle,158deg),var(--custom-section-gradient-1,var(--color-brand-orange)) 0,calc(var(--custom-section-gradient-mid-position, 50%) * (.5 - .4 * var(--custom-section-gradient-mid-softness, .7))),var(--custom-section-gradient-mid,var(--color-neutral-medium-grey)) var(--custom-section-gradient-mid-position,50%),calc(var(--custom-section-gradient-mid-position, 50%) + (100% - var(--custom-section-gradient-mid-position, 50%)) * (.5 + .4 * var(--custom-section-gradient-mid-softness, .7))),var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%)}.custom-section__gradient--radial{background-image:radial-gradient(150% 150% at 50% 50%,var(--custom-section-gradient-1,var(--color-brand-orange)) 0,var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%);background-image:radial-gradient(150% 150% at var(--custom-section-gradient-x,50%) var(--custom-section-gradient-y,50%),var(--custom-section-gradient-1,var(--color-brand-orange)) 0,var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%);background-position:0 0;background-size:auto}.custom-section__gradient--radial.custom-section__gradient--tri{background-image:radial-gradient(150% 150% at 50% 50%,var(--custom-section-gradient-1,var(--color-brand-orange)) 0,calc(50% * (.5 - .4 * .7)),var(--custom-section-gradient-mid,var(--color-neutral-medium-grey)) 50%,calc(50% + (100% - 50%) * (.5 + .4 * .7)),var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%);background-image:radial-gradient(150% 150% at var(--custom-section-gradient-x,50%) var(--custom-section-gradient-y,50%),var(--custom-section-gradient-1,var(--color-brand-orange)) 0,calc(var(--custom-section-gradient-mid-position, 50%) * (.5 - .4 * var(--custom-section-gradient-mid-softness, .7))),var(--custom-section-gradient-mid,var(--color-neutral-medium-grey)) var(--custom-section-gradient-mid-position,50%),calc(var(--custom-section-gradient-mid-position, 50%) + (100% - var(--custom-section-gradient-mid-position, 50%)) * (.5 + .4 * var(--custom-section-gradient-mid-softness, .7))),var(--custom-section-gradient-2,var(--color-neutral-light-grey)) 100%)}.custom-section__gradient--custom{background:var(--custom-section-gradient-custom);background-position:50% 50%;background-position:var(--custom-section-gradient-x,50%) var(--custom-section-gradient-y,50%);background-size:220% 220%}@media(min-width:64em){.custom-section{min-height:var(--custom-section-height-desktop,var(--custom-section-height-mobile))}}.custom-section.grid{gap:0 0;gap:var(--custom-section-row-gap-mobile,0) var(--custom-section-column-gap-mobile,0);place-items:stretch stretch;place-items:var(--custom-section-align-items-mobile,stretch) var(--custom-section-justify-items-mobile,stretch)}@media(min-width:64em){.custom-section.grid{gap:0 0;gap:var(--custom-section-row-gap,var(--custom-section-row-gap-mobile,0)) var(--custom-section-column-gap,var(--custom-section-column-gap-mobile,0));place-items:stretch stretch;place-items:var(--custom-section-align-items,var(--custom-section-align-items-mobile,stretch)) var(--custom-section-justify-items,var(--custom-section-justify-items-mobile,stretch))}}
