.contact-landing{display:flex;margin-bottom:100px}.contact-landing-left{background-image:url(/_next/static/media/contact-landing.e22a5c0e.jpg);background-position:0;background-size:cover;flex-basis:58%;position:relative}.contact-landing-left-information{position:absolute;top:20%;left:5%;bottom:100px;border-radius:10px;background-color:#fff;padding:45px;display:flex;flex-direction:column;justify-content:center;gap:54px;height:350px}.contact-landing-left-information-row{display:flex;flex-direction:column;gap:20px}.contact-landing-left-information-row h4{margin-bottom:7px;font-size:25px;color:rgba(0,0,0,.7)}.contact-landing-left-information-row p{color:rgba(0,0,0,.7);font-size:18px}.contact-landing-left-information-row-row{display:flex;gap:16px}.contact-landing-left-information-row-row img{width:27px;height:27px}.contact-landing-left-information-row-row .social{display:flex;align-items:center;gap:4px}.contact-landing-left-information-row-row .social img{width:20px;height:20px}.contact-landing-left-information-row-row .social img:first-child{width:18px;height:18px}.contact-landing-right{padding:45px 34px 0;flex-grow:1}.contact-landing-right h2{margin-bottom:7px;font-size:40px;color:rgba(0,0,0,.8)}.contact-landing-right p{font-size:18px;color:rgba(0,0,0,.6)}.contact-landing-right form{margin-top:70px;display:flex;flex-direction:column;gap:20px;width:100%}.contact-landing-right form input{border-radius:4px;padding:20px 10px;border:1px solid rgba(0,0,0,.2);line-height:100%}.contact-landing-right form input::placeholder{font-size:16px;line-height:100%}.contact-landing-right form textarea{width:100%;height:200px;resize:none;padding:20px 10px;border:1px solid rgba(0,0,0,.2);border-radius:10px}.contact-landing-right form button{font-weight:400;padding:12px}@media only screen and (max-width:768px){.contact-landing{flex-direction:column;gap:80px}.contact-landing-left{flex-basis:auto;height:70vh}.contact-landing-left-information-row p{text-align:left}.contact-landing-right{flex-grow:auto}.contact-landing-right p{text-align:left}}@media only screen and (max-width:425px){.contact-landing-left-information-row h4{font-size:22px}.contact-landing-right{padding:0 20px}.contact-landing-left-information-row p{font-size:16px}.contact-landing-right h2{font-size:34px}.contact-landing{gap:50px}}@media only screen and (max-width:366px){.contact-landing-left-information{padding:20px;height:auto}.contact-landing-right h2{font-size:30px}.contact-landing-right p{font-size:16px;margin-top:-5px}}.confirmation-message{position:fixed;top:0;background-color:rgba(0,0,0,.8);width:100%;height:100vh;z-index:999999;display:none}.confirmation-message .error{color:#dd2121}.confirmation-message-active{display:flex;align-items:center;justify-content:center}.confirmation-message-main{padding:20px 70px;background-color:#fff;border-radius:7px}.confirmation-message-main p{position:relative;font-size:2.2rem;color:rgba(0,0,0,.9)}.confirmation-message-main p span{position:absolute;left:0;bottom:-5px;height:3px;width:22px;background-color:#e94c89}