.cs-contact-form{display:flex;flex-direction:column;flex:1 1;width:100%;height:100%}.cs-contact-form__subtitle{font-size:1.8rem;height:24px;line-height:24px;color:var(--light-color-typography-main);text-align:center;font-weight:700}.dark-theme .cs-contact-form__subtitle{color:var(--dark-color-typography-main)}@media screen and (min-width:1024px){.cs-contact-form__subtitle{padding-bottom:16px;text-align:left}}.cs-contact-form__address{font-size:1.5rem;line-height:20px;margin-bottom:24px;text-align:center}@media screen and (min-width:1024px){.cs-contact-form__address{text-align:left;color:var(--light-color-typography-accent)}.dark-theme .cs-contact-form__address{color:var(--dark-color-typography-accent)}}.cs-contact-form__content{display:flex;flex-direction:column;gap:8px}.cs-contact-form__content .cs-formik-error-message{margin-top:-4px}.cs-contact-form__content__btn{padding-top:24px;width:100%;margin:0 auto}.cs-contact-form__content__validation{min-height:56px;display:flex;width:100%;justify-content:center;border-radius:12px;gap:4px;align-items:center;font-size:1.5rem;color:var(--light-color-typography-main);box-sizing:border-box;padding:16px}.dark-theme .cs-contact-form__content__validation{color:var(--dark-color-typography-main)}.cs-contact-form__content__validation.cs-contact-form__content__validation__error{background-color:#fde6ee;background-color:rgba(var(--global-descriptive-error-rgba),.12)}.cs-contact-form__content__validation.cs-contact-form__content__validation__success{background-color:rgba(0,179,107,.12)}.cs-contact-form__message{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;flex:1 1;min-height:calc(100vh - 204px)}@media screen and (min-width:1024px){.cs-contact-form__message{min-height:auto}}.cs-contact-form__content__errors{min-height:56px;display:flex;width:100%;justify-content:center;border-radius:12px;gap:4px;align-items:center;font-size:1.5rem;color:var(--light-color-typography-main);box-sizing:border-box;padding:16px;background-color:#fde6ee;background-color:rgba(var(--global-descriptive-error-rgba),.12)}.dark-theme .cs-contact-form__content__errors{color:var(--dark-color-typography-main)}