.search-form{--c__grey:#435363;--c__grey-300:#c4cdd6;--c__blue:#6dc5d7;color:var(--c__grey);max-width:700px;margin-left:auto;margin-right:auto}.search-form a:focus,.search-form button:focus{outline:none}.search-form form{border:none;position:relative;padding-bottom:20px}.search-form .search-form__group{border:none;position:relative;margin:0 0 20px;padding:0}.search-form .search-form__group:last-of-type{margin-bottom:0}.search-form .search-form__group.search-form__group--between{display:flex;align-items:center;justify-content:space-between;gap:20px}.search-form .search-form__group input{width:100%;height:40px;padding:15px 30px;border-radius:100px;background-color:#fff;border:none;font-size:15px}.search-form .search-form__group i{position:absolute;right:30px;top:15px;z-index:2;pointer-events:none;font-size:18px;color:var(--c__blue)}.search-form .search-form-dropdown{height:40px;padding:15px 30px;border-radius:100px;background-color:#fff;font-size:15px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:15px;cursor:pointer}.search-form .search-form-dropdown i{position:static;font-size:16px;color:var(--c__grey);transition:transform 150ms ease-out}.search-form .search-form-dropdown.active i{transform:rotate(180deg)}.search-form .search-form__submit{position:relative;display:inline-block;padding:15px 50px;margin:5px 20px;color:var(--c__blue);text-decoration:none;font-weight:500;white-space:nowrap;border:2px solid #fff;border-width:0;background:transparent;min-width:180px;margin:0}.search-form .search-form__submit svg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;opacity:1;transition:all 0.3s ease;width:100%;height:100%}.search-form .search-form__submit svg rect{stroke:#6dc5d7;x:6%;y:6%;width:88%;height:88%;rx:22px;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:90px 30px;stroke-width:5px;-webkit-animation:4s linear infinite both button_animation;animation:4s linear infinite both button_animation;transition:all 0.6s ease}.search-form .search-form__submit:hover svg rect{stroke-dasharray:180px 0;stroke-width:3px}.search-form .search-form-panel{position:absolute;top:100%;left:0;right:0;z-index:10;width:100%;background-color:#fff;border-radius:20px;border:1px solid #ddd;padding:30px;box-shadow:0 0 30px rgba(0,0,0,.15);display:flex;flex-flow:column;align-items:flex-start;gap:20px}.search-form .search-form-panel:not(.active){display:none}.search-form .search-form-panel-group{width:100%}.search-form .search-form-panel-group__title{font-family:var(--e-global-typography-63c43ca-font-family),Sans-serif;font-size:24px;line-height:1;border-bottom:1px solid var(--c__grey-300);margin-bottom:15px;padding-bottom:5px}.search-form .search-form-panel-group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:15px;padding-left:20px}.search-form .search-form-check{position:relative;cursor:pointer;padding-left:28px}.search-form .search-form-check span{font-size:16px}.search-form .search-form-check input{position:absolute;top:1px;left:0;width:16px;height:16px}.search-form .search-form-check input:before{content:none}@media (max-width:768px){.search-form .search-form__group.search-form__group--between{flex-flow:column}.search-form .search-form-panel{padding:20px}.search-form .search-form-panel-group__title{font-size:20px}.search-form .search-form-panel-group-grid{padding-left:0}.search-form .search-form-check{padding-left:24px}.search-form .search-form-check input{top:2px;width:14px;height:14px}.search-form .search-form-check span{font-size:14px}}@-webkit-keyframes button_animation{0%{stroke-dashoffset:120px}100%{stroke-dashoffset:0}}@keyframes button_animation{0%{stroke-dashoffset:120px}100%{stroke-dashoffset:0}}