@charset "UTF-8";.block-form-app .skeleton{padding:6.5rem 0;display:grid;grid-template-columns:1fr 550px;gap:6.5rem;width:100%}@media (max-width: 1365.98px){.block-form-app .skeleton{grid-template-columns:1fr 600px;gap:3.5rem}}@media (max-width: 1279.98px){.block-form-app .skeleton{grid-template-columns:1fr 420px;gap:3.5rem}}@media (max-width: 1023.98px){.block-form-app .skeleton{padding:2.5rem;grid-template-columns:1fr;grid-template-rows:max-content max-content;gap:3rem}}@media (max-width: 767.98px){.block-form-app .skeleton{padding:3.5rem 1rem;gap:2rem}}.block-form-app .skeleton__item{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 1023.98px){.block-form-app .skeleton__item{align-items:center}}.block-form-app .skeleton__title{width:80%;height:3rem;background:var(--beige-light);border-radius:.5rem}.block-form-app .skeleton__text{width:100%;height:1.25rem;background:var(--beige-light);border-radius:.25rem}.block-form-app .skeleton__text--short{width:60%}.block-form-app .skeleton__fields{display:flex;flex-direction:column;gap:1rem;width:100%}.block-form-app .skeleton__field{width:100%;height:3.5rem;background:var(--beige-light);border-radius:.5rem}.block-form-app .skeleton__field--half-row{display:flex;gap:1rem;width:100%}@media (max-width: 767.98px){.block-form-app .skeleton__field--half-row{flex-direction:column;gap:.5rem}}.block-form-app .skeleton__field--half-row .skeleton__field{flex:1}.block-form-app .skeleton__button{align-self:flex-end;width:12rem;height:3.5rem;background:var(--beige-light);border-radius:.5rem}@media (max-width: 1023.98px){.block-form-app .skeleton__button{align-self:center}}.block-form-app .skeleton__pulse{animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.block-form-app__container{background-color:var(--beige)}
