.dropdown{position:relative}.dropdown__wrapper{position:relative;width:100%;border:1px solid #142046;border-radius:5px;background-color:#fff}.dropdown--category .dropdown__wrapper,.dropdown--filled .dropdown__wrapper{border:0 solid #142046;background-color:#f4f4f4}.dropdown--category .dropdown__wrapper .dropdown__label{font-size:1em;width:100%;display:block;padding-bottom:12px;margin-right:48px}.dropdown__wrapper:before{content:"";position:absolute;transform:rotate(135deg);width:8px;height:8px;border-top:2px solid #142046;border-right:2px solid #142046;right:12px;top:18px;pointer-events:none}.dropdown__wrapper__open:before{transform:rotate(-45deg)}.dropdown__select{-webkit-tap-highlight-color:transparent;list-style:none;font-family:Avenir Next,Lato,sans-serif;color:#142046;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100%;background:transparent;font-size:1em;border-radius:0;padding:12px 24px 0 12px;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.dropdown__label{font-size:1em;width:100%;display:block;padding-bottom:12px}.dropdown__wrapper__open .dropdown__label{padding-bottom:6px}.dropdown__select::-ms-expand{display:none}.dropdown__select:focus::-ms-value{background-color:transparent}.dropdown__list{list-style:none;padding:6px 0;margin:0}.dropdown__list:nth-child(2){padding-top:6px}.dropdown__list:last-child{padding-bottom:12px}.dropdown__link{display:inline-flex}