.strategies-block .strategies-navigation{padding-right:2em;padding-left:2em;font-size:2em;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);height:7vh;width:100%;background-color:#f1f1f1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.strategies-block .strategies-navigation a{color:#666;border-bottom:2px solid #666;text-decoration:none;margin-right:2em;display:block;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.strategies-block .strategies-navigation a:hover{color:#000;border-color:#000}.strategies-block .strategies-navigation a:focus{-webkit-box-shadow:none;box-shadow:none}.strategies-block .strategies-navigation .router-link-active{color:#000;border-color:#000}.strategies-block .strategies-main{height:calc(83vh - 2rem);padding:2em 2em 0;margin:0}.strategies-block .strategies-enter-active,.strategies-block .strategies-leave-active{-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out}.strategies-block .strategies-enter,.strategies-block .strategies-leave-to{-webkit-transform:translateX(-200vh);transform:translateX(-200vh)}