.contact-page{background-color:var(--web-primary-background-color);color:var(--web-primary-text-color);width:100%}.contact-page .go-back{cursor:pointer;padding:10px 0;display:flex}.contact-page .go-back .go-back-icon{width:12px}.contact-page .go-back span{margin:0 5px}.contact-page .contact-container{background-color:var(--web-primary-background-color);width:100%;color:var(--primary-text-color);justify-content:center;align-items:center;display:flex;overflow:hidden;height:auto!important}.contact-page .contact-container .form-container{flex:50%}.contact-page .contact-container .form-container .number a{display:flex}.contact-page .contact-container .form-container .number .phone{margin-right:10px;height:20px!important}.contact-page .contact-container .form-container h1{color:#fff;font-size:35px;font-weight:700}.contact-page .contact-container .form-container input,.contact-page .contact-container .form-container textarea{color:#fff;box-shadow:none;background-color:#000;border:none;outline:none;padding:10px 20px;transition:all .5s ease-in-out}.contact-page .contact-container .form-container input:focus,.contact-page .contact-container .form-container textarea:focus{color:#fff;background-color:#000;border:none;outline:none}.contact-page .contact-container .form-container .btn{color:#000;letter-spacing:0;background-color:#fff;border:none;padding:15px 0;font-weight:700}.contact-page .contact-container .image-container{background-color:#fff;flex:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.contact-page .contact-container .image-container .img{width:100%;margin:auto}@media only screen and (max-width:639px){.contact-container{flex-direction:column!important;height:auto!important}.contact-container .form-container,.contact-container .image-container{flex:100%!important}}
