.cms-form-section{position:relative;overflow:hidden}.cms-form-section div[data-layout=inset] .page-width{max-width:var(--page-width);padding:calc(var(--padding)*2)}.cms-form-section div[data-layout=inset] .page-width .cms-cta__content{background:var(--beige);position:relative;overflow:hidden;border-radius:15px}.cms-form-section div[data-layout=inset] .page-width .shopify-block:has(.block-image){opacity:.05}.cms-form-section div[data-theme=default] .shopify-block:has(.block-text-group) .block-pre-title{background:#fff}.cms-form-section .cms-form__content{display:flex;flex-direction:row;gap:calc(var(--gap)*2);padding:calc(var(--padding)*2)}@media (max-width:992px){.cms-form-section .cms-form__content{flex-direction:column;gap:var(--gap);padding:var(--padding) calc(var(--padding)/2)}}.cms-form-section .cms-form__content .block-form{grid-column:span 1}.cms-form-section .cms-form__content .shopify-block:has(.block-form){flex:60%}@media (max-width:992px){.cms-form-section .cms-form__content .shopify-block:has(.block-form){flex:100%}}.cms-form-section .cms-form__content .shopify-block:has(.block-text-group){flex:40%}@media (max-width:992px){.cms-form-section .cms-form__content .shopify-block:has(.block-text-group){flex:100%}}.cms-form-section .block-form__content{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(var(--gap)/2)}@media (max-width:992px){.cms-form-section .block-form__content{grid-template-columns:1fr;gap:var(--gap)}}.cms-form-section .block-form__content .block-form__content__field{grid-column:span 1;display:flex;flex-direction:column;gap:10px}.cms-form-section .block-form__content .block-form__content__field:nth-child(1),.cms-form-section .block-form__content .block-form__content__field:nth-child(2),.cms-form-section .block-form__content .block-form__content__field:nth-child(5){grid-column:span 2}@media (max-width:992px){.cms-form-section .block-form__content .block-form__content__field:nth-child(1),.cms-form-section .block-form__content .block-form__content__field:nth-child(2),.cms-form-section .block-form__content .block-form__content__field:nth-child(5){grid-column:span 1}}.cms-form-section .block-form__content .block-form__content__field label{font-size:1.2rem;font-weight:600;color:var(--text-colour);display:none}.cms-form-section .block-form__content .block-form__content__field input,.cms-form-section .block-form__content .block-form__content__field select,.cms-form-section .block-form__content .block-form__content__field textarea{font-size:1.2rem;font-weight:400;color:var(--text-colour);padding:10px;border-radius:5px;border:1px solid var(--text-colour)}.cms-form-section .block-form__content .block-form__content__field textarea{height:100px}.cms-form-section .block-form__content .block-form__content__field .block-form__content__submit{grid-column:span 2;display:flex;justify-content:flex-end}