.search_bar_web{background:#fff;border-radius:40px;box-shadow:0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3);left:0;margin:0 auto;padding:20px 40px;position:absolute;right:0;top:-48px;width:calc(100% - 30px);z-index:5}.search_bar_web form{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.search_bar_web .hs-search-field__input{max-width:calc(100% - 108px)}.search_bar_web input[type=text]{border:1px solid #ccc;box-sizing:border-box;width:100%}.search_bar_web button{align-items:center;background:#ff3d00;border:0;border-radius:100px;color:#fff;display:flex;font-size:14px;font-weight:600;height:40px;justify-content:center;width:100px}.search_bar_web .hs-search-field__suggestions{list-style:none;margin:0;padding:0}.search_bar_web .results_for{border-bottom:1px solid #ccc;color:#333;font-size:14px;margin-bottom:16px;padding:16px 0 8px}.search_bar_web .results_for span{font-weight:600}.search_bar_web .result_item{padding-bottom:10px}.search_bar_web .result_item a{color:#005cff;display:block;font-size:16px}.search_bar_web .hs-search-field__suggestions #results-for,.search_bar_web .hs-search-field__suggestions a{display:block}.search_bar_web .hs-search-field__suggestions a:focus,.search_bar_web .hs-search-field__suggestions a:hover{outline:none}