@media screen{.m-dropdown{color:#fff;display:none}.m-dropdown__item{font-weight:600;margin:16px 0}.m-dropdown__link{background:transparent;border:0;color:currentColor;cursor:pointer;display:inline-block;font-size:18px;line-height:1;outline:none;padding:3px 0;text-decoration:none;-webkit-transition:color .3s;transition:color .3s}.m-dropdown__link--selected,.m-dropdown__link:focus,.m-dropdown__link:hover{color:#e5ae3b}}@media screen and (min-width:1200px){.m-dropdown{background-color:#07304c;display:block;left:50%;list-style:none;margin:0;max-height:0;opacity:0;overflow:hidden;padding:0 24px;position:absolute;top:80%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:max-height .3s,opacity .3s;transition:max-height .3s,opacity .3s;width:190px;z-index:4}.m-dropdown:before{border-bottom:9px solid #07304c;border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:0;margin:auto;opacity:0;position:absolute;right:0;top:-9px;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:0}.m-dropdown--open{max-height:500px;opacity:1;overflow:visible}.m-dropdown--open:before{opacity:1}.m-dropdown__item{text-align:center}.m-dropdown__link{padding:0}}
/*# sourceMappingURL=m-dropdown.css.map*/