/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.featshow__content__wrapper {
    padding: 72px 0 124px 0;
}

.nav__list--level1>li>a:before {
    background: linear-gradient(112deg, #3bc1ca, #3bc1ca) !important;
    border-radius: 2px !important;
    height: 2px !important;
    transform: scaleX(.2) translateY(2px) translateZ(0);
    transition: .2s ease-out !important
}

.nav--light .nav__list--level1>li>a:before {
    background: linear-gradient(112deg, #3bc1ca, #3bc1ca) !important
}

.footer__legal {
    border-top: none !important
}

.footer__section--bottom {
    padding-bottom: 48px !important
}

@media (max-width: 767px) {
    .featshow__nav {
        padding-top: 0;
        display: none;
}