body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:#000;background:#fff}}.flex{display:flex}.flexbox-center{display:flex;justify-content:center;align-items:center}.form-element{padding:20px;margin:20px;width:16rem}.qna-form{width:100%;height:100%;position:relative}.qna-form:after{content:"";background-image:url(https://s3.gomedia.ws/wp-content/uploads/sites/54/2020/12/31165433/AdobeStock_228747108-scaled.jpeg);background-size:cover;opacity:.1;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.qna-form-container{width:100%;height:100%;display:flex}@media only screen and (max-width:768px){.qna-form-container{flex-direction:column;gap:2rem}}.qna-form-container-left{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:768px){.qna-form-container-left{width:auto}}.qna-form-container-left-form{display:flex;flex-direction:column;gap:1rem;width:20rem}.qna-form-container-separator{border:1px solid #c2c2c2}.qna-form-container-right{width:50%;display:flex;align-items:center;justify-content:center;overflow:scroll}@media only screen and (max-width:768px){.qna-form-container-right{width:auto}}.qna-form-container-right-answer{padding:4rem}.home-container{height:100vh}