#searchbar{background:transparent;display:none;height:215px;justify-content:center;left:0;padding:160px 0;position:fixed;top:0;transition:margin-right 2s ease-in-out;width:100vw;z-index:2}.hs-search-field{background:#fff;display:flex;height:80px;justify-content:center;padding:0 16px;width:100%}.hs-search-field_container{max-width:1216px;width:100%}.hs-search-field__input{box-sizing:border-box;width:100%}.hs-search-field__bar button svg{height:16px;margin-right:8px}.hs-search-field__suggestions{list-style:none;margin:0;padding:0}.hs-search-field--open .hs-search-field__suggestions{background:#fff;border:1px solid #000;padding:16px;width:75%}.hs-search-field__suggestions li{display:block;margin:8px 0}.hs-search-field__suggestions li:before{content:"";display:none}.hs-search-field__suggestions #results-for{font-weight:700}.hs-search-field__suggestions #results-for,.hs-search-field__suggestions a{display:block}.hs-search-field__suggestions a:focus,.hs-search-field__suggestions a:hover{background-color:rgba(0,0,0,.1);outline:none}#searchbar form{gap:16px;justify-content:space-between}#searchbar input.hs-search-field__input{height:48px;max-width:85%}#searchbar input.hs-search-field__input:focus{border-color:#003d58}#searchbar .button{height:48px;margin:0;position:relative;right:0;word-break:keep-all}@media only screen and (max-width:1100px){#searchbar{background:#fff;height:100vh;justify-content:center;left:0;padding:32px 0;top:48px;z-index:2}#searchbar .hs-search-field{flex-direction:row;height:80px;justify-content:center;padding:0 16px;width:100%}#searchbar form{align-items:flex-end;flex-direction:column}#searchbar input.hs-search-field__input{max-width:100%;width:100%}.hs-search-field--open .hs-search-field__suggestions{position:absolute;top:88px}}@media only screen and (max-width:768px){.hs-search-field--open .hs-search-field__suggestions{max-width:60%}}