html body .search{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}html body .search-wrapper{position:relative;max-width:100%}html body .search-toggle{z-index:200;cursor:pointer;position:relative}html body .search__form{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);-webkit-box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);position:relative;z-index:50}html body .search__form input{--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity));padding-left:2rem;padding-right:2rem;padding-top:1rem;padding-bottom:1rem;padding-right:4rem;max-width:100%;width:100%}html body .search__form input:focus{outline:0;border-bottom-color:#333}html body .search__form input::-webkit-input-placeholder{--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity))}html body .search__form input::-moz-placeholder{--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity))}html body .search__form input:-ms-input-placeholder{--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity))}html body .search__form input::-ms-input-placeholder{--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity))}html body .search__form input::placeholder{--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity))}html body .search__form input::-webkit-input-placeholder{opacity:.5}html body .search__form input::-moz-placeholder{opacity:.5}html body .search__form input:-ms-input-placeholder{opacity:.5}html body .search__form input::-ms-input-placeholder{opacity:.5}html body .search__form input::placeholder{opacity:.5}html body .search__results{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);-webkit-box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity));opacity:0;position:absolute;top:4rem;right:0;z-index:-1;padding:0;list-style-type:none;width:100%}html body .search__results.visible{opacity:1;z-index:400}html body .search__results.searching li{opacity:.4}html body .search__result{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:start;align-content:flex-start;position:relative;padding:1rem 2rem;border-bottom:1px solid #f5f5f5}html body .search__result:hover{color:#f06a30}html body .search__result--last{font-weight:600}html body .search__link{position:absolute;top:0;bottom:0;left:0;right:0;border-bottom:0}html body .search__icon{position:absolute;top:1rem;right:2rem;background-size:24px;width:24px;height:24px;z-index:200;cursor:pointer;opacity:.5;background-image:url(../../images/icon_search.svg)}@media (min-width:1024px){html body .search__icon{top:1rem;right:1.5rem}}html body .search__icon--searching{background-image:url(../../images/icon_searching.svg);-webkit-animation:rotate .8s infinite;animation:rotate .8s infinite;right:3.5rem}html body .search__icon--typing{background:url(../../images/icon_searching.svg)}html body .search__icon--done{display:none}html body .search__icon--clear{background-image:url(../../images/icon_clear.svg);opacity:0;z-index:-1}html body .search__icon--clear.visible{opacity:1;z-index:auto}html body .search__icon--clear.visible:hover{background-image:url(../../images/icon_clear.svg)}html body .search__word{--tw-text-opacity:1;color:rgba(240,106,48,var(--tw-text-opacity))}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}