<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@layer module{.module-form{--module-grid-rows:[row-start] minmax(0,min-content) [row-end];align-items:start}.module-form&gt;.form{aspect-ratio:1.5;display:block;grid-column:col-start 1/col-end 5;padding-block:10px}.module-form&gt;.form,.module-form&gt;.text{grid-row:row-start 1/row-end 1}.module-form.form-right&gt;.form,.module-form&gt;.text{grid-column:col-start 6/col-end -1}.module-form.form-right&gt;.text{grid-column:col-start 1/col-end 5}@media screen and (max-width:959px){.module-form{--module-grid-rows:[row-start] minmax(0,min-content) [row-end] var(--row-gap) [row-start] minmax(0,min-content) [row-end]}.module-form:is(.form-left,.form-right)&gt;.form{grid-column:col-start 1/col-end -1;grid-row:row-start 2/row-end 2}.module-form:is(.form-left,.form-right)&gt;.text{grid-column:col-start 1/col-end -1;grid-row:row-start 1/row-end 1}}}
</pre></body></html>