.welcome{position:relative;text-align:center;font-family:neue-haas-unica,sans-serif;overflow:hidden;background-color:#fff}.welcome .text-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;opacity:0}.welcome .graphic-container{height:calc(100vh - 96px)}.welcome svg{width:150%;max-height:604px;margin:0 auto}.welcome .left-graphic{position:absolute;top:50%;left:calc(50% - 0);transform:translate(-50%,-50%)}.welcome .right-graphic{position:absolute;top:50%;left:calc(50% + 0);transform:translate(-50%,-50%)}.welcome form{display:flex;flex-direction:column;align-items:center}.welcome .search-input{border:1px solid #161616;margin-top:1rem;padding:1rem 2rem;border-radius:3rem;width:100%;background-image:url(../../img/search.svg);background-repeat:no-repeat;background-position:95% center;background-size:1.5rem}@media (min-width:768px){.welcome .graphic-container{height:calc(100vh - 114px)}.welcome .text-container{padding:0 10%}.welcome .search-input{width:80%}}@media (min-width:992px){.welcome .graphic-container{height:calc(100vh - 130px)}}@media (min-width:1200px){.welcome h1{font-size:calc(2rem + 2.1vw);margin-bottom:1rem}}