
.technology {
    position: relative;
    height: 370px;
    margin: 30px auto 0;
}
.technology-list {
    margin: 0;
    list-style: none;
}
.technology-item {
    font-size: 15px;
    position: absolute;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.technology-item.pos1 {
    top: -30px;
}
.technology-item.pos2 {
    top: 140px;
    -moz-transform: translate(-170px, 0);
    -webkit-transform: translate(-170px, 0);
    -o-transform: translate(-170px, 0);
    -ms-transform: translate(-170px, 0);
    transform: translate(-170px, 0);
}
.technology-item.pos3 {
    top: 140px;
    -moz-transform: translate(120px, 0);
    -webkit-transform: translate(120px, 0);
    -o-transform: translate(120px, 0);
    -ms-transform: translate(120px, 0);
    transform: translate(120px, 0);
}
.technology-item.pos4 {
    bottom: 35px;
}
.technology-cirlce {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.technology-cirlce-main {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    width: 300px;
    height: 305px;
    background: url("/images/ico/bg-circle1.svg") 50% 0 no-repeat;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.technology-cirlce-main:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    background: url("/images/ico/bg-circle4.svg") 0 0 no-repeat,url("/images/ico/bg-circle4.svg") 100% 0 no-repeat;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.technology-cirlce-main:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: url(/images/ico/bg-circle5.svg) 50% 50% no-repeat;*/
    /* opacity: 0; */
    overflow: hidden;
    border-radius: 50%;
    /* background-color: #fff; */
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    margin: 5%;
    background-image: linear-gradient(to bottom, #23252c, #f4d631);
    opacity: 0.08;
}
.technology-cirlce-small {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 100px;
    height: 100px;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("/images/ico/bg-circle2.svg") 0 0 no-repeat;
}
.technology-cirlce-small.pos1 {
    margin: 0 0 0 -150px;
}
.technology-cirlce-small.pos2 {
    margin: 0 0 0 150px;
}
.technology-cirlce-large {
    position: absolute;
    top: 0;
    left: 50%;
    width: 302px;
    height: 305px;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("/images/ico/bg-circle3.svg") 0 0 no-repeat;
}
.technology-cirlce-large.pos1 {
    margin: 0 0 0 150px;
}
.technology-cirlce-large.pos2 {
    margin: 0 0 0 250px;
}
.technology-cirlce-large.pos3 {
    margin: 0 0 0 -150px;
}
.technology-cirlce-large.pos4 {
    margin: 0 0 0 -250px;
}



@media only screen and (max-width: 767px) {
    .section-technology-intro {
        line-height:1.5;
        margin-bottom: 50px;
    }
    .section-technology-intro .section-title {
        padding: 0;
    }
    .section-technology-intro hr {
        max-width: 100px;
        height: 2px;
        margin: 25px auto 30px;
    }
    .section-technology-intro .section-intro-text {
        max-width: none;
    }
}
@media only screen and (max-width: 400px) {
    .technology {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-technology-intro {
        margin-bottom:50px;
    }
    .section-technology-intro .section-title {
        padding: 0;
    }
}


@media only screen and (min-width: 1025px) {
    .technology.animated {
        opacity: 0;
    }
    .technology.active {
        opacity: 1;
        -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.5s;
        -moz-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.5s;
        -ms-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.5s;
        -o-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.5s;
        transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.5s
    }
    .technology.animated .technology-item {
        color: transparent
    }
    .technology.active .technology-item {
        color: #fff;
        -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.6s;
        -moz-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.6s;
        -ms-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.6s;
        -o-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.6s;
        transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.6s
    }
    .technology.animated .technology-cirlce-main {
        transform-origin: center left;
        -webkit-transform: rotate(-180deg) translate(-50%, 0);
        -moz-transform: rotate(-180deg) translate(-50%, 0);
        -ms-transform: rotate(-180deg) translate(-50%, 0);
        -o-transform: rotate(-180deg) translate(-50%, 0);
        transform: rotate(-180deg) translate(-50%, 0)
    }
    .technology.active .technology-cirlce-main {
        -webkit-transform: rotate(0deg) translate(-50%, 0);
        -moz-transform: rotate(0deg) translate(-50%, 0);
        -ms-transform: rotate(0deg) translate(-50%, 0);
        -o-transform: rotate(0deg) translate(-50%, 0);
        transform: rotate(0deg) translate(-50%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s;
        -moz-transition: -moz-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s;
        -ms-transition: -ms-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s;
        -o-transition: -o-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.6s
    }
    .technology.animated .technology-cirlce-main:before {
        opacity: 0
    }
    .technology.active .technology-cirlce-main:before {
        opacity: 1;
        -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1s;
        -moz-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1s;
        -ms-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1s;
        -o-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1s;
        transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1s
    }
    .technology.animated .technology-cirlce-main:after {
        opacity: 0
    }
    .technology.active .technology-cirlce-main:after {
        opacity: 0.08;
        -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s;
        -moz-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s;
        -ms-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s;
        -o-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s;
        transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s
    }
    .technology.animated .technology-cirlce-small.pos1,
    .technology.animated .technology-cirlce-small.pos2 {
        margin-left: 0
    }
    .technology.active .technology-cirlce-small.pos1,
    .technology.active .technology-cirlce-small.pos2 {
        -webkit-transition: margin-left cubic-bezier(0.39, 0.66, 0.15, -0.305) 0.4s 1s;
        -moz-transition: margin-left cubic-bezier(0.39, 0.66, 0.15, -0.305) 0.4s 1s;
        -ms-transition: margin-left cubic-bezier(0.39, 0.66, 0.15, -0.305) 0.4s 1s;
        -o-transition: margin-left cubic-bezier(0.39, 0.66, 0.15, -0.305) 0.4s 1s;
        transition: margin-left cubic-bezier(0.39, 0.66, 0.15, -0.305) 0.4s 1s
    }
    .technology.active .technology-cirlce-small.pos1 {
        margin-left: -150px;
    }
    .technology.active .technology-cirlce-small.pos2 {
        margin-left: 150px;
    }
    .technology.animated .technology-cirlce-large {
        margin-left: 0;
        opacity: 0
    }
    .technology.active .technology-cirlce-large {
        -webkit-transition: margin-left cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1.1s;
        -moz-transition: margin-left cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1.1s;
        -ms-transition: margin-left cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1.1s;
        -o-transition: margin-left cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1.1s;
        transition: margin-left cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 1.1s,opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 1.1s;
        opacity: 1
    }
    .technology.active .technology-cirlce-large.pos1 {
        margin-left: 150px;
    }
    .technology.active .technology-cirlce-large.pos2 {
        margin-left: 250px;
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s
    }
    .technology.active .technology-cirlce-large.pos3 {
        margin-left: -150px;
    }
    .technology.active .technology-cirlce-large.pos4 {
        margin-left: -250px;
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s
    }
}



.features-list {
    margin: 0;
    padding: 0 95px;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.features-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    max-width: 300px;
    padding: 0 15px;
    text-align: center;
    vertical-align: top;
    width: 25%;
}
.features-item:first-child {
    padding-left: 0;
}
.features-item:last-child {
    padding-right: 0;
}
.features-item-pic {
    margin: 0 0 35px;
}
.features-item-pic img {
    height: 68px;
}
.features-item-heading {
    margin: 0 0 1em;
    font-size: 24px;
}
.features-item-desc {
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.33;
}
.section-features {
    margin: 0 0 60px;
}
.section-features .section-title {
    padding: 0 5%;
}
.section-features .features {
    padding: 130px 0 0
}

@media only screen and (max-width: 767px) {
    .features-list {
        padding: 0
    }
    .features-item {
        max-width: none;
        margin: 0 0 60px;
        width: 100%;
    }
    .features-item:last-child {
        margin-bottom: 30px;
    }
    .features-item-pic {
        margin-bottom: 25px;
    }
    .features-item-heading {
        margin-bottom: .6em
    }
    .features-item-desc {
        font-size: 16px;
        line-height: 1.69
    }
    /*.section-features {
        margin-bottom: 0
    }
    .section-features .features {
        padding-top: 60px;
        padding-bottom: 25px;
    }
    .section-features .dtcell {
        padding-bottom: 0
    }*/
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .features-list {
        padding:0
    }
    /*.section-features {
        margin-bottom: 20px;
    }
    .section-features .section-title {
        padding: 0
    }*/
}



    .animated .features-item {
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px);
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        -moz-transition: -moz-transform 0.6s, opacity 0.6s;
        -ms-transition: -ms-transform 0.6s, opacity 0.6s;
        -o-transition: -o-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        opacity: 0
    }
    .animated.active .features-item {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .animated.active .features-item:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
    .animated.active .features-item:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s
    }
    .animated.active .features-item:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s
    }
    .animated.active .features-item:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s
    }
    .animated.active .features-item:nth-child(5) {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s
    }
    .animated.active .features-item:nth-child(6) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s
    }
    .animated.active .features-item:nth-child(7) {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s
    }
    .animated.active .features-item:nth-child(8) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s
    }
    .animated.active .features-item:nth-child(9) {
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s
    }
    .animated.active .features-item:nth-child(10) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
    .animated .features-item-pic img {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s
    }
    .animated.active .features-item-pic img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    .animated.active .features-item:nth-child(1) .features-item-pic img {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s
    }
    .animated.active .features-item:nth-child(2) .features-item-pic img {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s
    }
    .animated.active .features-item:nth-child(3) .features-item-pic img {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s
    }
    .animated.active .features-item:nth-child(4) .features-item-pic img {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s
    }
    .animated.active .features-item:nth-child(5) .features-item-pic img {
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s
    }
    .animated.active .features-item:nth-child(6) .features-item-pic img {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
    .animated.active .features-item:nth-child(7) .features-item-pic img {
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s
    }
    .animated.active .features-item:nth-child(8) .features-item-pic img {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s
    }
    .animated.active .features-item:nth-child(9) .features-item-pic img {
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s;
        -ms-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s
    }
    .animated.active .features-item:nth-child(10) .features-item-pic img {
        -webkit-transition-delay: 1.4s;
        -moz-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s
    }








.goals {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1220px;
    padding: 80px 0;
}
.goals * {
    box-sizing: inherit;
}
.goals-list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    max-width: 1360px;
    margin: 0 auto;
}
.goals-list:before,
.goals-list:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -60px;
    width: 35.5%;
    height: 320px;
    border: 2px dotted #75767a;
}
.goals-list:before {
    left: 180px;
}
.goals-list:after {
    right: 180px;
}
.goals-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
}
.goals-item:first-child {
    text-align: left;
}
.goals-item:last-child {
    text-align: right;
}
.goals-item-heading {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    background-image: linear-gradient(to bottom, #23252c, #31342c);
    border: 2px dotted #f4d631;
    font-size: 20px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
.goals-item-list {
    position: absolute;
    top: 20px;
    width: 200px;
    margin: 0;
    overflow: hidden;
    list-style: none;
}
.goals-item:first-child .goals-item-list {
    left: 230px;
}
.goals-item:last-child .goals-item-list {
    right: 230px;
}
.goals-item-goal {
    display: block;
    margin: 0 0 .55em;
    font-size: 19px;
    opacity: 0.8;
}

@media screen and (max-width: 1366px) {
    .goals-list {
        padding:0;
    }
    .goals-list:before,
    .goals-list:after {
        width: 37%;
    }
    .goals-list:before {
        left: 100px;
    }
    .goals-list:after {
        right: 100px;
    }
    .goals-item-heading {
        width: 150px;
    }
    .goals-item:first-child .goals-item-list {
        left: 170px;
    }
    .goals-item:last-child .goals-item-list {
        right: 170px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
    .goals-list {
        display:block;
        padding: 0;
    }
    .goals-list:before,
    .goals-list:after {
        display: none;
    }
    .goals-item {
        text-align: center;
        margin: 20px 0;
    }
    .goals-item:first-child {
        text-align: center;
    }
    .goals-item:last-child {
        padding: 0 0 62px;
        text-align: center;
    }
    .goals-item:first-child:before,
    .goals-item:last-child:before {
        border: 2px dotted #75767a;
        content: "";
        left: 25px;
        position: absolute;
        right: 25px;
        width: auto;
        z-index: -1;
    }
    .goals-item:first-child:before {
        top: 45px;
        bottom: -40px;
    }
    .goals-item:last-child:before {
        top: -40px;
        bottom: 45px;
    }
    .goals-item-heading {
        width: 170px;
        height: 62px;
        font-size: 18px;
    }
    .goals-item:last-child .goals-item-heading {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .goals-item-list {
        position: static;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }
    .goals-item:first-child .goals-item-list {
        margin-top: 20px;
    }
    .goals-item:last-child .goals-item-list {
        margin-bottom: 20px;
    }
    .goals-item-goal {
        width: 100%;
    }
    .goals-item-goal:last-child {
        margin-bottom: 0;
    }
    .goals-item:first-child .goals-item-goal:last-child {
        margin-bottom: .55em;
    }
    .goals {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .goals-list {
        width:60%;
    }
}

@media only screen and (max-width: 767px) {
    .goals-list {
        width:100%;
    }
    .goals-item-goal {
        font-size: 17px;
    }
}



@media only screen and (min-width: 1025px) {
    .animated .goals-list {
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0
    }
    .animated.active .goals-list {
        opacity: 1
    }
    .animated .goals-list:before,
    .animated .goals-list:after {
        opacity: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: opacity 0.6s;
        -moz-transition: opacity 0.6s;
        -ms-transition: opacity 0.6s;
        -o-transition: opacity 0.6s;
        transition: opacity 0.6s
    }
    .animated.active .goals-list:before,
    .animated.active .goals-list:after {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-delay: 1.4s;
        -moz-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s
    }
    .animated .goals-item:nth-child(1),
    .animated .goals-item:nth-child(3) {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0
    }
    .animated.active .goals-item:nth-child(1) {
        left: 25px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .animated .goals-item:nth-child(2) {
        left: auto;
        z-index: 10;
        -webkit-transform: translate(0, 200px);
        -moz-transform: translate(0, 200px);
        -ms-transform: translate(0, 200px);
        -o-transform: translate(0, 200px);
        transform: translate(0, 200px);
        opacity: 0
    }
    .animated.active .goals-item:nth-child(3) {
        left: 100%;
        margin-left: -25px;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }
    .animated.active .goals-item:nth-child(1),
    .animated.active .goals-item:nth-child(3) {
        -webkit-transition: left 0.6s, opacity 0.6s;
        -moz-transition: left 0.6s, opacity 0.6s;
        -ms-transition: left 0.6s, opacity 0.6s;
        -o-transition: left 0.6s, opacity 0.6s;
        transition: left 0.6s, opacity 0.6s;
        -webkit-transition-delay: 1s, 1.05s;
        -moz-transition-delay: 1s, 1.05s;
        -ms-transition-delay: 1s, 1.05s;
        -o-transition-delay: 1s, 1.05s;
        transition-delay: 1s, 1.05s;
        opacity: 1
    }
    .animated.active .goals-item:nth-child(2) {
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        -moz-transition: -moz-transform 0.6s, opacity 0.6s;
        -ms-transition: -ms-transform 0.6s, opacity 0.6s;
        -o-transition: -o-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 1
    }
    .animated .goals-item-heading .text {
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: 0
    }
    .animated.active .goals-item-heading .text {
        -webkit-transition-delay: 1.4s;
        -moz-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
        opacity: 1
    }
    .animated .goals-item-goal {
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        -ms-transition: -ms-transform 0.4s, opacity 0.4s;
        -o-transition: -o-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        opacity: 0
    }
    .animated .goals-item:nth-child(1) .goals-item-goal {
        -webkit-transform: translate(-30px, 0);
        -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
        -o-transform: translate(-30px, 0);
        transform: translate(-30px, 0)
    }
    .animated .goals-item:nth-child(3) .goals-item-goal {
        -webkit-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -o-transform: translate(30px, 0);
        transform: translate(30px, 0)
    }
    .animated.active .goals-item:nth-child(1) .goals-item-goal,
    .animated.active .goals-item:nth-child(3) .goals-item-goal {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .animated.active .goals-item-goal:nth-child(1) {
        -webkit-transition-delay: 1.85s;
        -moz-transition-delay: 1.85s;
        -ms-transition-delay: 1.85s;
        -o-transition-delay: 1.85s;
        transition-delay: 1.85s
    }
    .animated.active .goals-item-goal:nth-child(2) {
        -webkit-transition-delay: 1.9s;
        -moz-transition-delay: 1.9s;
        -ms-transition-delay: 1.9s;
        -o-transition-delay: 1.9s;
        transition-delay: 1.9s
    }
    .animated.active .goals-item-goal:nth-child(3) {
        -webkit-transition-delay: 1.95s;
        -moz-transition-delay: 1.95s;
        -ms-transition-delay: 1.95s;
        -o-transition-delay: 1.95s;
        transition-delay: 1.95s
    }
    .animated.active .goals-item-goal:nth-child(4) {
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -ms-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s
    }
    .animated.active .goals-item-goal:nth-child(5) {
        -webkit-transition-delay: 2.05s;
        -moz-transition-delay: 2.05s;
        -ms-transition-delay: 2.05s;
        -o-transition-delay: 2.05s;
        transition-delay: 2.05s
    }
    .animated.active .goals-item-goal:nth-child(6) {
        -webkit-transition-delay: 2.1s;
        -moz-transition-delay: 2.1s;
        -ms-transition-delay: 2.1s;
        -o-transition-delay: 2.1s;
        transition-delay: 2.1s
    }
    .animated.active .goals-item-goal:nth-child(7) {
        -webkit-transition-delay: 2.15s;
        -moz-transition-delay: 2.15s;
        -ms-transition-delay: 2.15s;
        -o-transition-delay: 2.15s;
        transition-delay: 2.15s
    }
    .animated.active .goals-item-goal:nth-child(8) {
        -webkit-transition-delay: 2.2s;
        -moz-transition-delay: 2.2s;
        -ms-transition-delay: 2.2s;
        -o-transition-delay: 2.2s;
        transition-delay: 2.2s
    }
    .animated.active .goals-item-goal:nth-child(9) {
        -webkit-transition-delay: 2.25s;
        -moz-transition-delay: 2.25s;
        -ms-transition-delay: 2.25s;
        -o-transition-delay: 2.25s;
        transition-delay: 2.25s
    }
    .animated.active .goals-item-goal:nth-child(10) {
        -webkit-transition-delay: 2.3s;
        -moz-transition-delay: 2.3s;
        -ms-transition-delay: 2.3s;
        -o-transition-delay: 2.3s;
        transition-delay: 2.3s
    }

}








.howto {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.howto * {
    box-sizing: inherit;
}
.howto-list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    margin: 0 95px 120px;
}
.howto-list:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #75767a;
    margin: -1px 0 0;
}
.howto-item {
    position: relative;
    z-index: 10;
    width: 12.5%;
    height: 270px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -ms-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
}
.howto-item.active {
    width: 23%;
}
.howto-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    background-color: #13181d;
    border: 2px dotted #f4d631;
    cursor: pointer;
    cursor: pointer;
    height: 100%;
    padding: 15px;
    position: relative;
    text-align: center;
}
.howto-item-wrap:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.howto-item:hover .howto-item-wrap,
.howto-item.active .howto-item-wrap {
    background-image: linear-gradient(to bottom, #16181c, #5f520a);
}
.howto-item.active .howto-item-wrap {
    /*width: 100%;*/
}
.howto-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.howto-item-heading {
    margin: 0 0 1.2em;
    font-size: 24px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.howto-item.active .howto-item-heading {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0.5s;
    -moz-transition: all 0.3s ease 0.5s;
    -ms-transition: all 0.3s ease 0.5s;
    -o-transition: all 0.3s ease 0.5s;
    transition: all 0.3s ease 0.5s;
}
.howto-item-heading-start {
    -webkit-transform: scale(1) rotate(-90deg) translateZ(0);
    -moz-transform: scale(1) rotate(-90deg) translateZ(0);
    -ms-transform: scale(1) rotate(-90deg) translateZ(0);
    -o-transform: scale(1) rotate(-90deg) translateZ(0);
    transform: scale(1) rotate(-90deg) translateZ(0);
    transform-origin: center center;
    white-space: nowrap;
}
.animated.active .howto-item.active .howto-item-heading-start,
.howto-item.active .howto-item-heading-start {
    -webkit-transform: scale(0) rotate(-90deg) translateZ(0);
    -moz-transform: scale(0) rotate(-90deg) translateZ(0);
    -ms-transform: scale(0) rotate(-90deg) translateZ(0);
    -o-transform: scale(0) rotate(-90deg) translateZ(0);
    transform: scale(0) rotate(-90deg) translateZ(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.howto-item-workflow {
    margin: 0 0 .55em;
    font-size: 18px;
    opacity: 0;
    -webkit-transform: scale(0) translateZ(0);
    -moz-transform: scale(0) translateZ(0);
    -ms-transform: scale(0) translateZ(0);
    -o-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
}
.howto-item-desc {
    margin: 0 0 .55em;
    font-size: 18px;
    opacity: 0;
    -webkit-transform: scale(0) translateZ(0);
    -moz-transform: scale(0) translateZ(0);
    -ms-transform: scale(0) translateZ(0);
    -o-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
}
.howto-item-workflow:last-child {
    margin-bottom: 0;
}
.howto-item.active .howto-item-desc {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s;
    -ms-transition: opacity 0.3s, transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
    opacity: 0.8;
}
.howto-item.active .howto-item-workflow {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s;
    -ms-transition: opacity 0.3s, transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0.8;
}
.howto-item.active .howto-item-workflow:nth-child(1) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.howto-item.active .howto-item-workflow:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.howto-item.active .howto-item-workflow:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.howto-item.active .howto-item-workflow:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.howto-item.active .howto-item-workflow:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
.howto-item.active .howto-item-workflow:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.howto-item.active .howto-item-workflow:nth-child(7) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
.howto-item.active .howto-item-workflow:nth-child(8) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.howto-item.active .howto-item-workflow:nth-child(9) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.howto-item.active .howto-item-workflow:nth-child(10) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.section-howto {
    margin: 0 0 90px;
    padding: 30px 0 0;
}
.section-howto .dtcell {
    padding-top: 30px;
}
.section-howto .howto {
    padding: 120px 0 0;
}
.section-howto .section-title {
    padding: 0 5%
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .howto-list {
        margin-right:0;
        margin-left: 0;
    }
    .howto-item {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .howto-item-heading {
        font-size: 18px;
    }
    .howto-item.active .howto-item-heading {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .howto-item-heading-start {
        font-size: 18px;
    }
    .howto-item-workflow {
        font-size: 12px;
    }
    .howto-item-desc {
        font-size: 12px;
    }
    .howto-item.active .howto-item-workflow {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .howto-item.active .howto-item-desc {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .section-howto {
        padding-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .howto-list {
        margin:0 0 35px;
        display: block;
    }
    .howto-list:before {
        top: 0;
        left: 50%;
        bottom: 1px;
        width: 2px;
        height: auto;
        border-left: 2px dotted #75767a;
        margin: 0 -1px 0 0;
    }
    .howto-item {
        width: auto;
        height: auto;
        margin: 0 0 15px;
        padding: 0;
    }
    .howto-item.active {
        width: auto;
    }
    .howto-item-wrap {
        height: auto;
    }
    .howto-item-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .howto-item-content {
        position: static;
        display: none;
        width: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .howto-item.active .howto-item-content {
        display: block;
    }
    .howto-item-heading {
        margin: 0 0 1em;
        font-size: 20px;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .howto-item-heading-start {
        font-size: 20px;
        white-space: normal;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .howto-item.active .howto-item-heading-start {
        display: none;
    }
    .howto-item-workflow {
        margin: 0 0 .25em;
        font-size: 14px;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .howto-item-desc {
        margin: 0 0 .25em;
        font-size: 14px;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .section-howto {
        margin-bottom: 0;
        padding-top: 0;
    }
    .section-howto .howto {
        padding-top: 40px;
    }
    .section-howto .section-title {
        padding: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .animated .howto-item-wrap {
        width: 0;
        opacity: 0;
        padding: 0;
        -webkit-transition: width 0.6s, opacity 0.6s;
        -moz-transition: width 0.6s, opacity 0.6s;
        -ms-transition: width 0.6s, opacity 0.6s;
        -o-transition: width 0.6s, opacity 0.6s;
        transition: width 0.6s, opacity 0.6s
    }
    .animated.active .howto-item-wrap {
        opacity: 1;
        width: 100%;
        padding: 15px;
    }
    .animated.active .howto-item:not(.active):nth-child(1) .howto-item-wrap {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s
    }
    .animated.active .howto-item:not(.active):nth-child(2) .howto-item-wrap {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s
    }
    .animated.active .howto-item:not(.active):nth-child(3) .howto-item-wrap {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s
    }
    .animated.active .howto-item:not(.active):nth-child(4) .howto-item-wrap {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s
    }
    .animated.active .howto-item:not(.active):nth-child(5) .howto-item-wrap {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s
    }
    .animated.active .howto-item:not(.active):nth-child(6) .howto-item-wrap {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s
    }
    .animated.active .howto-item:not(.active):nth-child(7) .howto-item-wrap {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s
    }
    .animated.active .howto-item:not(.active):nth-child(8) .howto-item-wrap {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s
    }
    .animated.active .howto-item:not(.active):nth-child(9) .howto-item-wrap {
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s
    }
    .animated.active .howto-item:not(.active):nth-child(10) .howto-item-wrap {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
    .animated .howto-list {
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s
    }
    .animated.active .howto-list {
        opacity: 1
    }
    .animated .howto-list:before {
        width: 0;
        -webkit-transition: width 0.6s;
        -moz-transition: width 0.6s;
        -ms-transition: width 0.6s;
        -o-transition: width 0.6s;
        transition: width 0.6s
    }
    .animated.active .howto-list:before {
        width: 100%;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s
    }
    .animated .howto-item-heading-start {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-90deg) translateZ(0);
        -moz-transform: scale(0) rotate(-90deg) translateZ(0);
        -ms-transform: scale(0) rotate(-90deg) translateZ(0);
        -o-transform: scale(0) rotate(-90deg) translateZ(0);
        transform: scale(0) rotate(-90deg) translateZ(0);
        -webkit-transition: transform 0.3s, opacity 0.3s;
        -moz-transition: transform 0.3s, opacity 0.3s;
        -ms-transition: transform 0.3s, opacity 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s
    }
    .animated.active .howto-item-heading-start {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-90deg) translateZ(0);
        -moz-transform: scale(1) rotate(-90deg) translateZ(0);
        -ms-transform: scale(1) rotate(-90deg) translateZ(0);
        -o-transform: scale(1) rotate(-90deg) translateZ(0);
        transform: scale(1) rotate(-90deg) translateZ(0);
    }
    .animated .howto-item-content {
        opacity: 0
    }
    .animated.active .howto-item-content {
        opacity: 1;
        -webkit-transition: opacity 0.6s ease 0.5s;
        -moz-transition: opacity 0.6s ease 0.5s;
        -ms-transition: opacity 0.6s ease 0.5s;
        -o-transition: opacity 0.6s ease 0.5s;
        transition: opacity 0.6s ease 0.5s
    }
    .animated.active .howto-item:not(.active):nth-child(1) .howto-item-heading-start {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s
    }
    .animated.active .howto-item:not(.active):nth-child(1) .howto-item-content {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s
    }
    .animated.active .howto-item:not(.active):nth-child(2) .howto-item-heading-start {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s
    }
    .animated.active .howto-item:not(.active):nth-child(2) .howto-item-content {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s
    }
    .animated.active .howto-item:not(.active):nth-child(3) .howto-item-heading-start {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s
    }
    .animated.active .howto-item:not(.active):nth-child(3) .howto-item-content {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s
    }
    .animated.active .howto-item:not(.active):nth-child(4) .howto-item-heading-start {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s
    }
    .animated.active .howto-item:not(.active):nth-child(4) .howto-item-content {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s
    }
    .animated.active .howto-item:not(.active):nth-child(5) .howto-item-heading-start {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s
    }
    .animated.active .howto-item:not(.active):nth-child(5) .howto-item-content {
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s
    }
    .animated.active .howto-item:not(.active):nth-child(6) .howto-item-heading-start {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s
    }
    .animated.active .howto-item:not(.active):nth-child(6) .howto-item-content {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
    .animated.active .howto-item:not(.active):nth-child(7) .howto-item-heading-start {
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s
    }
    .animated.active .howto-item:not(.active):nth-child(7) .howto-item-content {
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s
    }
    .animated.active .howto-item:not(.active):nth-child(8) .howto-item-heading-start {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
    .animated.active .howto-item:not(.active):nth-child(8) .howto-item-content {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s
    }
    .animated.active .howto-item:not(.active):nth-child(9) .howto-item-heading-start {
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s
    }
    .animated.active .howto-item:not(.active):nth-child(9) .howto-item-content {
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s;
        -ms-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s
    }
    .animated.active .howto-item:not(.active):nth-child(10) .howto-item-heading-start {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s
    }
    .animated.active .howto-item:not(.active):nth-child(10) .howto-item-content {
        -webkit-transition-delay: 1.4s;
        -moz-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s
    }
}