@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateX(-200%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-200%)}}@keyframes headerBurgerIsActive{0%{height:5rem}to{height:100vh}}@keyframes headerBurgerIsNotActive{0%{height:100vh}to{height:5rem}}.layout--main{margin-left:auto;margin-right:auto;max-width:1366px;padding:0 .9375rem}@media only screen and (max-width:992px){.layout--main{max-width:75rem}}.layout--header{margin-left:auto;margin-right:auto;max-width:1366px;padding:0 .9375rem}.grid{grid-column-gap:1.5rem;-moz-column-gap:1.5rem;-webkit-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:repeat(12,minmax(auto,1fr))}@media only screen and (max-width:992px){.grid{grid-column-gap:1rem;-moz-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;grid-template-columns:repeat(4,minmax(auto,1fr))}}.flex{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}.flex--between{justify-content:space-between}.search-form .search-form__wrapper{align-items:center;background-color:#fff;border-bottom:2px solid #151d11;color:#151d11;display:flex;flex-flow:row nowrap;justify-content:space-between}.search-form .search-form__input{background-color:#fff;border:none;color:#151d11;font-family:var(--font-base);font-size:1.25rem;letter-spacing:.25px;outline:none;padding:1rem 0;width:100%}.search-form .search-form__input::placeholder{color:#151d11;font-family:var(--font-base);opacity:1}@media only screen and (max-width:992px){.search-form .search-form__input{font-size:1rem;letter-spacing:.2px;line-height:1.5;padding:.75rem 0}}.search-form .search-form__submit{align-items:center;background-color:#fff;border-radius:100%;display:flex;height:2rem;justify-content:center;padding:0;width:2rem}@media only screen and (max-width:992px){.search-form .search-form__submit{height:1.3125rem;width:1.3125rem}}.search-form .search-form__submit svg{height:100%;object-fit:contain;object-position:center center;padding:.1875rem;width:100%}@media only screen and (max-width:1025px){.navigation-search{height:unset}}
/*# sourceMappingURL=css-search.css.map */