.form_heading_section{color:var(--color-dark);flex-direction:column;align-items:end;width:max-content;margin:5rem auto;display:flex}.form_heading h1{font-weight:400;font-size:var(--font-lg);font-family:var(--font-primary);letter-spacing:var(--ls-A);word-spacing:5px;color:#0003;background-repeat:no-repeat;background-size:0% 100%;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,var(--color-dark),var(--color-dark));transition:all .6s cubic-bezier(.19,1,.22,1);display:inline-block}.form_sub_heading h3{font-weight:400;font-size:var(--font-sm);font-family:var(--font-secondary);letter-spacing:var(--ls-A);color:#24b25d33;background-repeat:no-repeat;background-size:0% 100%;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,var(--color-green),var(--color-green));transition:all .6s cubic-bezier(.19,1,.22,1);display:inline-block}.partner_form_division{border-top:1px solid var(--background-color-soft);border-bottom:1px solid var(--background-color-soft);justify-content:space-around;display:flex}.form_left_section{border-right:1px solid var(--background-color-soft);width:40%}.form_right_section{width:60%;padding:3rem}.form_left_section_box{border-bottom:1px solid var(--background-color-soft);grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:1rem 2rem;padding:5rem 2rem;display:grid}.form_left_section_box:last-child{border-bottom:none}.form_left_section_mail,.form_left_section_contact,.form_left_section_address{color:var(--color-dark);font-size:var(--font-sm);font-family:var(--font-secondary);letter-spacing:.5px}.form_left_section_mail span,.form_left_section_contact span,.form_left_section_address span{font-size:var(--font-xs);color:var(--background-color-soft);margin-bottom:.25rem;display:block}.partner_form{max-width:50rem;margin:auto}.partner_form_heading{color:var(--color-dark);font-size:var(--font-xs);text-align:center;font-family:var(--font-secondary);letter-spacing:.5px;margin:3rem 0 5rem}.partner_type_select{font-size:var(--font-sm);font-family:var(--font-secondary);color:var(--color-light);cursor:pointer;border-radius:12px;padding:1rem}.partner_type_select.has_value{color:var(--color-dark)}.product_category_wrapper{flex-wrap:wrap;gap:1.25rem;display:flex}.product_category_box{border:1px solid var(--background-color-dark);min-width:150px;color:var(--background-color-dark);text-align:center;cursor:pointer;font-family:var(--font-secondary);font-size:var(--font-sm);-webkit-user-select:none;user-select:none;background-color:#0000;border-radius:12px;padding:.5rem .8rem;transition:all .3s}.product_category_box.selected{border:2px solid var(--background-color-dark);background-color:var(--background-color-dark);color:#fff}@media screen and (max-width:1100px){.form_heading h1{font-size:var(--font-md-p)}.partner_form_division{flex-direction:column}.form_left_section,.form_right_section{width:100%}.form_left_section{border-bottom:1px solid var(--background-color-soft);justify-content:space-evenly;display:flex}.form_left_section_box{border-bottom:none;grid-template-rows:auto auto auto;grid-template-columns:1fr;width:31%;padding:5rem 1rem}}@media screen and (max-width:500px){.form_heading h1{font-size:var(--font-xxxl)}.form_sub_heading h3{margin-top:.25rem}.form_left_section{display:block}.form_left_section_box{border-bottom:1px solid var(--background-color-soft);grid-template-columns:1fr 1fr;gap:1rem;width:100%;padding:1rem}.form_left_section_address{grid-column:span 2;width:80%}.form_right_section{padding:1.5rem}.partner_form_heading{margin:2rem 0 3.5rem}.product_category_box{min-width:auto}.product_category_wrapper{gap:.8rem}}@media screen and (min-width:1799px){.form_left_section_box{grid-template-columns:1fr auto;gap:2rem 4rem;padding:5rem}}@media screen and (min-width:1999px){.form_left_section_box{grid-template-columns:auto auto}.form_left_section_address{max-width:20rem}}
