#welcome-features-wrapper {
    width: 100%;
    padding: 20px 30px 0;
    box-sizing: border-box;
    font-size: 0;
}
#welcome-features {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0 0 100px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #f6fafc;
    text-align: left;
}
#welcome-features-desc,
#welcome-features-img {
    display: inline-block;
}
#welcome-features-desc {
    width: 40%;
    padding: 100px 0 95px;
}
#welcome-features-img {
    width: 60%;
    text-align: right;
    vertical-align: bottom;
}
#welcome-features-img img {
    width: 100%;
    max-width: 648px;
}
.tab-title {
    display: none;
}
.title,
.info {
    display: block;
    width: 100%;
    font-weight: 300;
    color: #3e484c;
}
.title {
    font-size: 34px;
    line-height: 48px;
}
.title > span {
    display: inline-block;
}
.info {
    font-size: 16px;
    line-height: 24px;
}
#welcome-features-desc > .info {
    max-width: 400px;
    margin: 30px 0 0;
}
#welcome-features-desc > .button-wrapper {
    margin: 40px 0 0;
}
#buy-button {
    margin: 0 20px 0 0;
    box-shadow: 0 16px 24px rgba(23, 192, 255, .2);
}
#buy-button:hover {
    box-shadow: 0 6px 10px rgba(23, 192, 255, .2);
}
#join-wrapper {
    margin: 133px 0 200px;
    padding: 0 30px;
    box-sizing: border-box;
}
#join {
    max-width: 1240px;
    margin: 0 auto;
    padding: 68px 44px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #009dd8;
    background-image: url(/images/features/join.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
#join > .title {
    color: #fff;
}
#join > .button {
    min-width: 208px;
    margin: 30px 0 0;
}
#features-wrapper {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#features-menu-wrapper {
    position: absolute;
    max-height: 600px;
    width: 390px;
    top: 85px;
    left: 30px;
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(177, 193, 199, .4);
    z-index: 1;
}
#features-menu {
    max-height: 540px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#features-menu::-webkit-scrollbar {
    position: absolute;
    width: 30px;
    cursor: pointer;
}
#features-menu::-webkit-scrollbar-track {
    background-color: #fff;
}
#features-menu::-webkit-scrollbar-thumb {
    border: 13px solid #fff;
    border-radius: 30px;
    background-color: #dde5e7;
    transition: .3s;
}
#features-menu::-webkit-scrollbar-thumb:hover {
    background-color: #8fa7b0;
}
#features-content-wrapper {
    position: relative;
    height: 970px;
    width: 100%;
    max-width: 1190px;
    padding: 0 0 0 540px;
    box-sizing: border-box;
    overflow: hidden;
}
#features-content-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    height: 65px;
    width: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+5,ffffff+100&1+5,0+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 5.38%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 5.38%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 5.38%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}
#features-content {
    position: relative;
    top: 0;
    transition: 1s;
}
#features-menu-content > li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    color: #3e484c;
    cursor: pointer;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#features-menu-content > li:last-child {
    margin: 0;
}
#features-menu-content > li:hover {
    background-color: #edf6fa;
}
#features-menu-content > li.active {
    background-color: #17c0ff;
    color: #fff;
}
.features-item {
    height: 970px;
    width: 100%;
    padding: 0 0 110px;
    box-sizing: border-box;
}
.features-item > img {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    opacity: 1;
    transition: .3s;
}
.features-item > img[src=""] {
    opacity: 0;
}

.features-item > iframe{
    margin-top: 80px;
    margin-bottom: 20px;
}
.features-item > .title,
.features-item > .info {
    padding: 0 45px;
    box-sizing: border-box;
}
.features-item > .info {
    margin: 10px 0 0;
}
.features-item-list{
    font-size:15px;
    margin-left:65px;
    margin-top:30px;
    max-width:530px;
}
.features-item-list > ul{
    list-style-type: square;
}
.features-item-list > ul > li{
    margin-bottom:10px;
}
.features-item-list > ul > li a{
    color:#0083b5;
}
@media screen and (max-width: 1270px) {
    #features-content-wrapper {
        padding: 0 0 0 450px;
    }
}
@media screen and (max-width: 1250px) {
    #welcome-features-desc,
    #welcome-features-img {
        width: 50%;
    }
}
@media screen and (max-width: 1100px) {
    #welcome-features {
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 1100px) {
    #features-menu-wrapper {
        width: 300px;
        padding: 30px 0 30px 10px;
    }
    #features-content-wrapper {
        padding: 0 0 0 350px;
    }
}
@media screen and (max-width: 980px) {
    #welcome-features-desc,
    #welcome-features-img {
        vertical-align: middle;
    }
    #welcome-features-wrapper {
        padding: 20px 0 0 30px;
    }
    #welcome-features-img img {
        width: 100%;
        max-width: 388px;
    }
}
@media screen and (max-width: 960px) {
    #welcome-features {
        padding: 0;
        background-color: transparent;
    }
    #welcome-features-desc {
        padding: 60px 0 0;
    }
    .title > span {
        display: inline;
    }
}
@media screen and (max-width: 940px) {
    #features-menu-wrapper {
        display: none;
    }
    #features-content-wrapper {
        height: auto !important;
        margin: 132px 0 0;
        padding: 0;
    }
    #features-content {
        top: auto !important;
    }
    #features-content-wrapper:before {
        display: none;
    }
    #features-content > .features-item {
        margin: 0 0 10px;
    }
    #features-content > .features-item:last-child {
        margin: 0;
    }
    .features-item {
        height: auto;
        max-height: 38px;
        padding: 0;
        border-radius: 20px;
        background: #edf6fa;
        overflow: hidden;
        transition: max-height .5s;
    }
    .features-item-list{
        margin: 30px auto 0 auto;
    }
    .features-item.active {
        max-height: 1000px;
    }
    .tab-title {
        position: relative;
        display: block;
        height: 38px;
        width: 100%;
        padding: 7px 20px 0;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #3e484c;
        cursor: pointer;
        transition: .3s;
        user-select: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
    }
    .tab-title:hover {
        background: #eaf3f8;
    }
    .tab-title:active {
        background: #e6eef3;
    }
    .tab-title:after {
        content: '';
        position: absolute;
        display: block;
        height: 4px;
        width: 10px;
        top: 17px;
        right: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjUwMyAzLjgxMmEuNjU5LjY1OSAwIDAxLS4wOTItLjExTC42OTggMS4xMTVhLjYyNi42MjYgMCAwMTAtLjkxNC43MDIuNzAyIDAgMDEuOTYgMGwyLjMzNiAyLjIyOEw2LjM0My4xODlhLjcwMi43MDIgMCAwMS45NTggMCAuNjMuNjMgMCAwMTAgLjkxNUw0LjU3NiAzLjcwMkEuNjkyLjY5MiAwIDAxMy45OTQgNGEuNjkyLjY5MiAwIDAxLS40OTEtLjE4OHoiIGZpbGw9IiM4RkE3QjAiLz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: center;
    }
    .features-item.active > .tab-title:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .features-item > img,
    .features-item > .title,
    .features-item > .info {
        max-width: 620px;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .features-item > img,
    .features-item > .title {
        margin: 0 auto;
    }
    .features-item > .info {
        margin: 10px auto 25px;
        font-size:13px;
    }
    .features-item-list > ul > li a{
        font-size:13px;
    }
    #join-wrapper {
        margin: 100px 0;
    }
}
@media screen and (max-width: 760px) {
    #welcome-features-wrapper {
        padding: 20px 30px 0;
    }
    #welcome-features {
        display: flex;
        flex-direction: column-reverse;
    }
    #welcome-features-desc,
    #welcome-features-img {
        width: 100%;
        text-align: center;
    }
    #welcome-features-desc {
        padding: 44px 0 0;
    }
    #welcome-features-desc > .info {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 700px) {
 .features-item-list{
        margin-left: 46px;
    }
}

@media screen and (max-width: 470px) {
    #welcome-features-wrapper {
        padding: 20px 20px 0;
    }
    #features-wrapper {
        padding: 0 20px;
    }
    #features-content-wrapper {
        margin: 76px 0 0;
    }
    .features-item > img,
    .features-item > .title,
    .features-item > .info {
        padding: 0 20px;
    }
    .title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .title > span {
        display: inline-block;
    }
    .features-item > .info {
        margin: 20px auto 30px;
        text-align: center;
    }
    #join-wrapper {
        padding: 0 20px;
    }
    #join {
        padding: 61px 25px 57px;
    }
}
@media screen and (max-width: 420px) {
    #welcome-features-desc > .button-wrapper > a {
        display: block;
    }
    #buy-button {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 360px) {
    #features-wrapper {
        padding: 0;
    }
    .features-item {
        border-radius: 0;
    }
}