.featureNavigation a {
    position: relative;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 19px;
}

.featureNavigation a span {
    position: absolute;
    left: 4px;
    top: 11px;
    width: 9px;
    height: 9px;
    background: url(m/list.png) no-repeat 0px 0px;
}

.featureNavigation a:hover,
.featureNavigation a.selected {
    background: rgba(255, 255, 255, 0.35);
}

.featureNavigation a.selected {
    font-weight: bold;
}

.featureNavigation li a:before,
.featureNavigation li a:after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.3);
    content: ""
}

body.features #content .center>.align {
    display: flex;
    margin-left: -14px;
}

body.features #content .center>.align>div {
    flex: 1;
    padding-left: 14px;
}

body.features #content .col1>div {
    display: flex;
    flex-direction: column;
}

body.features #content .col1>div>div {
    flex: 1;
    margin-bottom: 40px;
}

body.features #content .slider {
    position: relative;
    padding-bottom: 56.39%;
}

body.features #content .slider .img ul,
body.features #content .slider .img ul li,
body.features #content .slider .img ul li .media,
body.features #content .slider .img ul li iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1.5s ease-out;
    -webkit-transition: opacity 1.5s ease-out;
    -moz-transition: opacity 1.5s ease-out;
    -o-transition: opacity 1.5s ease-out;
}

body.features #content .slider .img ul li .media {
    background-size: cover;
}

body.features #content .slider .img ul li+li {
    opacity: 0;
}

body.features #content .slider .img ul li.last {
    z-index: -1;
    opacity: 0;
}

body.features #content .slider .img ul li.current {
    z-index: inherit;
    opacity: 1;
}

body.features #content .slider .text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
}

body.features #content .slider .text h1 {
    display: inline-block;
    margin-bottom: 0;
    padding: 8px;
    font-size: 24px;
    line-height: 25px;
    background: #fff;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff00b2;
}

body.features #content .slider .text h2 {
    display: inline-block;
    margin-top: -12px;
    padding: 8px;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    background: #fff;
    text-transform: uppercase;
    color: #404040;
    position: relative;
    z-index: -1;
}

body.features #content .slider ul.navigation {
    position: absolute;
    z-index: 15;
    width: 100%;
    left: 0;
    bottom: 1.7%;
    text-align: center;
    pointer-events: none;
}

body.features #content .slider ul.navigation>li {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    pointer-events: all;
}

body.features #content .slider ul.navigation>li>span {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #E5E5E5;
}

body.features #content .slider ul.navigation>li.selected span {
    background: #ff00b2;
    opacity: 1;
}

body.features #content .rich {
    color: #fff;
}

body.features #content .rich ul {
    list-style-type: disc;
    padding-left: 15px;
}

body.features #content .rich h3 {
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    font-style: italic;
    text-transform: inherit;
    margin-bottom: 30px;
}

body.features #content .rich p {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

body.features #content .rich p+p {
    margin-top: 19px;
}

body.features #content .rich.v2 {
    background: rgba(255, 255, 255, 0.35);
    padding: 8px;
}

body.features #content .rich.v2 p {
    color: #000000;
    opacity: 0.75;
}

@media screen and ( max-width: 768px) {
    body.features #content .center>.align {
        flex-wrap: wrap;
    }
    body.features #content .center>.align>div {
        flex-basis: 100%;
    }
    body.features #content .col1>div {
        flex-direction: column-reverse;
    }
}