@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes header-spinner{to{transform:rotate(1turn)}}.support__header{margin-bottom:16px}.support__form{display:flex;flex-direction:column;gap:24px;max-width:100%}@media only screen and (min-width:960px){.support__form{gap:32px;max-width:625px;margin:0 auto}}.support__file{padding:0}@media only screen and (min-width:768px){.support__file{border:1px solid #3d3d3e}}@media only screen and (min-width:960px){.support__file{padding:32px}}.support__file--wrapper{display:flex;flex-direction:column;gap:16px}.support__error{color:#f13911}.support__wrapper{display:grid}@media only screen and (min-width:960px){.support__wrapper{grid-template-columns:auto 1fr}}.support__submit{width:100%!important;height:-moz-fit-content;height:fit-content}@media only screen and (min-width:960px){.support__submit{order:-1;width:-moz-fit-content!important;width:fit-content!important}}.support__message{display:flex;align-items:center;justify-content:center;margin:0 0 16px;color:rgba(157,156,158,.5);text-align:center}@media only screen and (min-width:960px){.support__message{margin:0;font-size:12px!important}}