* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    text-align: left;

    padding: 0;
    /*text-align: center;*/
    border: 0;
    color: #ecd350;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    font-family: 'NanumSquare', sans-serif
}




body.open-menu header {
    z-index: 11
}


.menu-mobile {
    display: none;
    padding-top: 120px
}

.menu-mobile ul {
    display: table;
    margin: 0 auto
}

.menu-mobile ul li {
    text-align: center;
    padding: 20px 0
}

.menu-mobile ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

@media (max-width: 991px) {
    .menu-mobile {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #161675;
        z-index: 11;
    }
}

@media (max-width: 768px) {
    .menu-mobile {
        padding-top: 70px
    }

    .menu-mobile ul li {
        padding: 11px 0
    }

    .menu-mobile ul li a {
        font-size: 18px
    }
    .s-tecnology .list-coin ul{
        float: none !important;
    }
}

@media (max-width: 400px) {
    .menu-mobile {
        padding-top: 40px
    }

    .menu-mobile ul li {
        padding: 8px 0
    }

    .menu-mobile ul li a {
        font-size: 15px
    }
}

@media (max-width: 340px) {
    .menu-mobile {
        padding-bottom: 40px
    }
}

footer, header, section {
    float: left;
    width: 100%
}

body {
    background: #11106a
}



.gradiente-roxo {
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%)
}

.cont {
    width: 1170px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    position: relative
}

@media (max-width: 1200px) {
    .cont {
        width: 950px
    }
}

@media (max-width: 991px) {
    .cont {
        width: 750px
    }
}

@media (max-width: 768px) {
    .cont {
        width: 100%;
        padding: 0 15px
    }
}

.menu-site {
    position: fixed;
    right: 35px;
    top: 50%;
    margin-top: -231px;
    z-index: 50;
    display: none
}

.menu-site ul li.active a {
    color: #fff;
    transition: all .3s
}

.menu-site ul li.active a .circle {
    background: #8647c8
}

.menu-site ul li.active a .circle:before {
    border: 2px solid #4c3dd2
}

.menu-site ul li a {
    display: block;
    text-align: right;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    transition: all .3s
}

.menu-site ul li a .circle {
    float: right;
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, .45);
    border-radius: 50%;
    margin-left: 13px;
    margin-top: 19px;
    position: relative
}

.menu-site ul li a .circle:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: 0 0;
    border: 2px solid transparent;
    position: absolute;
    top: -5px;
    left: -5px
}

@media (max-width: 991px) {
    .menu-site {
        display: none !important
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0 10px 0;
    z-index: 4;
    transition: all .3s;
    background: 0 0
}

header .logo {
    float: left;
    font-size:0;
}

header .logo a {
    display: inline-block;
    vertical-align: middle;
}
header .logo .btns{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
header .logo .btns a.m{
    display: none;
}

header .logo a img {
    max-width: 225px;
    transition: all .3s
}

header .menu-button {
    display: none;
    transition: all .3s
}

header .menu-button.fixed-btn {
    position: fixed;
    right: 15px;
    top: 30px
}

header nav {
    float: right;
    /* margin-top: 10px */
}

header nav .language {
    float: left;
    margin-right: 52px;
    margin-top: 14px;
    position: relative
}

header nav .language a {
    display: block
}

header nav .language a .flag {
    width: 23px;
    height: 23px;
    float: left
}

header nav .language a:hover span {
    color: #6c41c1;
    transition: all .3s
}

header nav .language a span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin-left: 8px;
    margin-right: 15px;
    margin-top: 4px;
    transition: all .3s
}

header nav .language a .arrow-down {
    transition: all .3s;
    transform: rotate(0)
}

header nav .language a .arrow-down.rotate {
    transition: all .3s;
    transform: rotate(180deg)
}

header nav .language .drop-lang {
    position: absolute;
    top: 25px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    height: 60px;
}

header nav .language .drop-lang.opened-drop {
    top: 35px;
    opacity: 1;
    pointer-events: all;
    transition: all .3s
}

header nav .language .drop-lang ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

header nav .language .drop-lang ul li:last-child {
    margin-bottom: 0
}

header nav .language .drop-lang ul li a img {
    float: left;
    width: 24px
}

header nav .btns {
    float: left
}

header nav .btns a {
    float: left
}
header .logo .btns a.btn-login,
header nav .btns a.btn-login {
    background: url('images/border-gradient.png') no-repeat;
    width: 165px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 31px;
    transition: all .3s
}
header .logo .btns a.btn-login{
    margin-right: 0;
}
header .logo .btns a.btn-login:hover,
header nav .btns a.btn-login:hover {
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    transition: all .3s
}

header nav .btns .btn-register {
    width: 165px;
    line-height: 50px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 8px 20px -1px transparent
}

header nav .btns .btn-register:hover {
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7);
    transition: all .3s
}

@media (max-width: 991px) {
    header nav .btns {
        display: none
    }

    header nav .language {
        margin: 0;
        margin-top: 11.5px;
    }

    header nav .language a {
        margin-right: 10px
    }

    header nav .language a .flag {
        margin-right: 10px
    }

    header nav .language a span {
        display: none
    }

    header .menu-button {
        display: block;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    header {
        padding: 30px 15px 0 15px
    }
    header .logo .btns{margin: 8px;}
    header .logo .btns a.btn-login{
    width: 120px;
    font-size: 12px;
    background-size: 100% 100%;
    line-height: 35px;
    }
    header .menu-button{
     margin-top: 33px;
    }
}

@media (max-width: 480px) {
    header {
        padding: 20px 0 0 0;
        z-index: 10
    }

    header .logo a img {
        max-width: 150px
    }

    header nav .language {
        margin-top: 6px;
        margin-right: 0px;
    }

    header nav .language .drop-lang {
        height: 80px;
        width: 52px
    }

    header nav .language .drop-lang.opened-drop {
        top: 48px
    }

    header nav .language .drop-lang ul li a img {
        width: 33px
    }

    header nav .language a .flag {
        width: 33px;
        height: 33px
    }

    header nav .language a .arrow-down {
        margin-top: 15px
    }
}

.action-buttons {
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 100%
}

.action-buttons a {
    display: inline-block;
    color: #fff;
    width: 149px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0 5px;
    transition: all .3s
}

.action-buttons a.btn-login {
    background-image: url(https://guide-page.dothome.co.kr/404.html);
    background-repeat: no-repeat;
    -webkit-background-size: auto 45px;
    background-size: auto 45px
}

.action-buttons a.btn-register {
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    box-shadow: 0 8px 20px -1px transparent
}

@media (max-width: 340px) {
    .action-buttons a {
        display: table;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .action-buttons a:last-child {
        margin-bottom: 0
    }
}

.s-featured {
    background: url(bg-top.jpg) no-repeat center center;
    height: 1032px;
    padding-top: 220px
}

.s-featured h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 36px
}

.s-featured h1 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 35px
}

.s-featured .btns {
    display: table;
    margin: 0 auto
}

.s-featured a {
    display: block;
    width: 230px;
    line-height: 60px;
    box-shadow: 0 18px 33px rgba(136, 75, 206, .88);
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
    transform: scale(1);
    float: left;
    margin-right: 15px
}

.s-featured a:last-child {
    margin-right: 0
}

.s-featured a:hover {
    transition: all .3s;
    transform: scale(1.05)
}

.s-featured .cont {
    z-index: 4
}

.s-featured .text-float {
    float: left;
    width: 100%
}

.s-featured .text-float .item {
    position: relative
}

.s-featured .text-float .item h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 6px;
    float: right;
    text-align: right
}

.s-featured .text-float .item h4 span {
    color: #fff;
    display: block
}

.s-featured .text-float .item:first-child {
    float: left;
    margin-top: 230px;
    margin-left: 68px;
    width: 318px
}

.s-featured .text-float .item:first-child:before {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    right: 5px;
    bottom: -15px
}

.s-featured .text-float .item:last-child {
    width: 228px;
    float: right;
    margin-right: 136px;
    margin-top: 145px
}

.s-featured .text-float .item:last-child h4 {
    float: left;
    text-align: left
}

.s-featured .text-float .item:last-child:before {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    left: 1px;
    bottom: -15px
}

.s-featured .line {
    position: absolute;
    left: 50%;
    bottom: -30px
}

@media (max-width: 1440px) {
    .s-featured {
        background-size: 1600px;
        background-position: top;
        padding-top: 165px;
        height: 890px
    }

    .s-featured h3 {
        margin-bottom: 30px;
        margin-top: 40px
    }

    .s-featured h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 25px
    }

    .s-featured .text-float .item:first-child {
        margin-top: 180px
    }

    .s-featured .text-float .item:last-child {
        margin-top: 110px
    }
}

@media (max-width: 991px) {
    .s-featured {
        background-size: 1400px;
        height: 760px
    }

    .s-featured .line {
        display: none
    }

    .s-featured .text-float {
        display: none
    }
}

@media (max-width: 768px) {
    .s-featured h1 br {
        display: none
    }
}

@media (max-width: 480px) {
    .s-featured {
        padding-top: 130px;
        background-size: 750px;
        height: 577px;
        background-position: bottom;
        background-color: #141672
    }

    .s-featured h3 {
        margin-bottom: 20px;
        line-height: 22px;
        margin-top: 0
    }

    .s-featured h1 {
        font-size: 23px;
        line-height: 33px;
        width: 290px;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .s-featured a {
        float: initial;
        margin: 0;
        margin-bottom: 20px
    }
}

.s-about {
    padding-bottom: 65px;
    position: relative
}

.s-about .bg {
    background: url(bg-video.jpg) no-repeat center center;
    width: 100%;
    height: 926px;
    position: absolute;
    bottom: -400px;
    left: 0;
    z-index: -1
}

.s-about .cont {
    width: 1000px
}

.s-about .cont .text-lg {
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    font-size: 100px;
    left: -225px;
    top: -30px;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-about .cont h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: -50px;
    margin-bottom: 90px
}

.s-about .cont .text-featured {
    float: left;
    width: 318px;
    margin-right: 62px;
    margin-top: 40px;
    position: relative
}

.s-about .cont .text-featured p {
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.13px;
    color: #fff
}

.s-about .cont .coin {
    float: left;
    position: relative;
    margin-top: 56px;
    z-index: 5
}

.s-about .cont .coin:before {
    content: "";
    background: url(line-coin.png) no-repeat;
    width: 518px;
    height: 58px;
    position: absolute;
    top: 100px;
    left: -476px
}

.s-about .cont .text-about {
    float: left;
    width: 499px;
    height: 469px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    padding: 62px 43px 0 100px;
    margin-left: -42px;
    position: relative

}

.s-about .cont .text-about:before {
    content: "";
    width: 521px;
    height: 564px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    position: absolute;
    left: 33px;
    top: -42px
}

.s-about .cont .text-about p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    width: 356px
}

.s-about .cont .text-about p span {
    color: #fff;
    font-weight: 700
}

.s-about .cont .video {
    float: left;
    width: 100%;
    height: 456px;
    margin-top: -161px;
    position: relative;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat center center
}

.s-about .cont .video:before {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 830px;
    height: 190px;
    position: absolute;
    left: 50%;
    margin-left: -415px;
    bottom: -100px;
    z-index: 0
}

.s-about .cont .video iframe {
    position: absolute;
    left: 50%;
    margin-left: -404px;
    top: 0;
    z-index: 0;
    width: 808px;
    height: 456px
}

.s-about .cont .video button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 268px;
    height: 60px;
    box-shadow: 0 8px 24px #111a3f;
    background-color: #fff;
    margin-top: -30px;
    margin-left: -134px;
    padding: 0 25px;
    transition: all .3s;
    transform: scale(1)
}

.s-about .cont .video button:hover {
    transition: all .3s;
    transform: scale(1.05)
}

.s-about .cont .video button img {
    float: left;
    margin-right: 16px;
    margin-top: 5px;
    color: #1b227c;
    font-size: 14px;
    font-weight: 600
}

.s-about .cont .video .thumb {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media (max-width: 1440px) {
    .s-about .cont .text-lg {
        font-size: 75px;
        left: -70px
    }

    .s-about .cont .text-featured {
        width: 290px
    }

    .s-about .cont .text-featured p {
        font-size: 22px;
        line-height: 37px
    }

    .s-about .cont .text-featured:before {
        top: -30px;
        left: -90px;
        width: 400px;
        height: 50px;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-about .cont .text-featured:before {
        left: 0;
        width: 300px
    }
}

@media (max-width: 991px) {
    .s-about {
        background: 0 0
    }

    .s-about .bg {
        display: none
    }

    .s-about .cont {
        width: 750px
    }

    .s-about .cont h3 {
        margin-bottom: 40px
    }

    .s-about .cont .text-lg {
        display: none
    }

    .s-about .cont .video {
        margin-top: 50px;
        height: 400px;
        background-size: 100%
    }

    .s-about .cont .video iframe {
        margin-left: -375px;
        width: 750px;
        height: 400px
    }

    .s-about .cont .text-featured {
        width: 400px;
        text-align: center;
        display: table;
        margin: 0 auto;
        float: initial
    }

    .s-about .cont .text-featured p {
        text-align: center
    }

    .s-about .cont .text-featured:before {
        display: none
    }

    .s-about .cont .text-about {
        background: 0 0;
        width: 100%;
        padding: 0;
        height: auto;
        float: initial;
        margin: 0;
        margin-top: 50px
    }

    .s-about .cont .text-about:before {
        display: none
    }

    .s-about .cont .text-about p {
        width: 100%;
        text-align: center
    }

    .s-about .cont .coin {
        display: none
    }
}

@media (max-width: 768px) {
    .s-about .cont {
        width: 100%;
        padding: 0 15px
    }

    .s-about .cont .video {
        height: 285px;
        width: 490px;
        display: table;
        margin: 0 auto;
        float: inherit;
        margin-top: 50px
    }

    .s-about .cont .video iframe {
        margin-left: -245px;
        width: 490px;
        height: 285px
    }
}

@media (max-width: 480px) {
    .s-about {
        padding-bottom: 30px
    }

    .s-about .cont .text-featured {
        width: 100%
    }

    .s-about .cont .text-about {
        width: 100%;
        margin-top: 30px
    }

    .s-about .cont .text-about p {
        font-size: 14px;
        line-height: 25px
    }

    .s-about .cont .video {
        width: 290px;
        height: 170px
    }

    .s-about .cont .video:before {
        display: none
    }

    .s-about .cont .video button {
        width: 236px;
        height: 42px;
        margin-top: -21px;
        margin-left: -118px;
        padding: 0 30px;
        font-size: 13px
    }

    .s-about .cont .video button img {
        margin-right: 10px;
        margin-top: 3px
    }

    .s-about .cont .video button span {
        font-size: 13px
    }

    .s-about .cont .video iframe {
        margin-left: -145px;
        width: 290px;
        height: 175px
    }
}

.s-marketplace {
    margin-top: -125px;
    padding-bottom: 140px;
    padding-bottom: 330px;
    position: relative
}

.s-marketplace .bg {
    background: url(bg-mercado.jpg) no-repeat left bottom;
    width: 100%;
    height: 496px;
    position: absolute;
    bottom: 0;
    z-index: -2;
    left: -275px
}

.s-marketplace h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 27px
}

.s-marketplace .title-market {
    width: 480px;
    margin: 0 auto;
    margin-bottom: 28px;
    position: relative
}

.s-marketplace .title-market:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-marketplace .title-market:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-marketplace .title-market h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px
}

.s-marketplace .text-desc-market {
    width: 653px;
    margin: 0 auto;
    margin-bottom: 85px
}

.s-marketplace .text-desc-market p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px
}

.s-marketplace .desc-dolars {
    display: block;
    background: url(bg-text-dolars.png) no-repeat center center;
    width: 600px;
    height: 63px;
    margin: 0 auto;
    line-height: 63px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px
}

.s-marketplace .all-douts {
    float: left;
    width: 100%;
    margin-top: 41px
}

.s-marketplace .all-douts ul li {
    float: left;
    margin-left: 135px;
    position: relative
}

.s-marketplace .all-douts ul li h2 {
    position: absolute;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-top: -14.5px;
    transform: translateX(-50%);
    text-align: center;
}

.s-marketplace .all-douts ul li h2 span {
    font-size: 16px;
    letter-spacing: -.07px;
    color: #fff;
    font-weight: 600
}

.s-marketplace .all-douts ul li .year {
    position: absolute;
    bottom: -130px;
    left: 15px
}

.s-marketplace .all-douts ul li .year span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff
}

.s-marketplace .all-douts ul li .year:before {
    content: "";
    background: url(line-year.png) no-repeat;
    width: 2px;
    height: 60px;
    float: left;
    left: -26px;
    position: absolute;
    top: -15px
}

.s-marketplace .all-douts ul li:first-child {
    margin-left: 0;
    margin-top: 64px;
    width: 132px;
    height: 132px
}

.s-marketplace .all-douts ul li:first-child:before {
    content: "";
    background: url(line-dout-01.png) no-repeat;
    position: absolute;
    top: -24px;
    left: -26px;
    width: 183px;
    height: 183px
}

.s-marketplace .all-douts ul li:last-child {
    width: 256px;
    height: 256px
}

.s-marketplace .all-douts ul li:last-child h2 {
    /*width: 54px;*/
}

.s-marketplace .all-douts ul li:last-child:before {
    content: "";
    background: url(line-dout-04.png) no-repeat;
    position: absolute;
    top: -52px;
    left: -55px;
    width: 363px;
    height: 363px
}

.s-marketplace .all-douts ul li:last-child .year {
    left: 40px;
    bottom: -68px
}

.s-marketplace .all-douts ul li:nth-child(2) {
    margin-top: 38px;
    width: 182px;
    height: 182px
}

.s-marketplace .all-douts ul li:nth-child(2):before {
    content: "";
    background: url(line-dout-02.png) no-repeat;
    position: absolute;
    top: -33px;
    left: -36px;
    width: 253px;
    height: 253px
}

.s-marketplace .all-douts ul li:nth-child(2) .year {
    /*left: 50px;*/
    bottom: -104px
}

.s-marketplace .all-douts ul li:nth-child(3) {
    width: 165px;
    height: 165px;
    margin-top: 47px
}

.s-marketplace .all-douts ul li:nth-child(3) h2 {
    /*width: 25px;*/
}

.s-marketplace .all-douts ul li:nth-child(3):before {
    content: "";
    background: url(line-dout-03.png) no-repeat;
    position: absolute;
    top: -30px;
    left: -32px;
    width: 230px;
    height: 230px
}

.s-marketplace .all-douts ul li:nth-child(3) .year {
    left: 50px;
    bottom: -114px
}

.s-marketplace .total-criptomoedas {
    float: left;
    width: 100%;
    margin-top: 130px;
    margin-bottom: 80px
}

.s-marketplace .total-criptomoedas h4 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
    margin-bottom: 42px
}

.s-marketplace .total-criptomoedas ul li {
    float: left;
    margin-left: 9px
}

.s-marketplace .total-criptomoedas ul li .pie {
    display: table;
    margin: 0 auto;
    width: 121px;
    height: 121px;
    position: relative
}

.s-marketplace .total-criptomoedas ul li .pie:before {
    content: "";
    background: url(line-pie.png) no-repeat;
    position: absolute;
    top: -16px;
    left: -16px;
    width: 153px;
    height: 153px
}

.s-marketplace .total-criptomoedas ul li .pie .chart {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 140px !important;
    height: 140px !important
}

.s-marketplace .total-criptomoedas ul li .pie span {
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -23px;
    top: 50%;
    display: block;
    margin-top: -9.5px;
    width: 46px;
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.05px
}

.s-marketplace .total-criptomoedas ul li .count-list {
    border-radius: 9px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    padding-top: 38px;
    margin-bottom: 48px
}

.s-marketplace .total-criptomoedas ul li .count-list img {
    display: table;
    margin: 0 auto
}

.s-marketplace .total-criptomoedas ul li .count-list .qtd {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.07px;
    color: #fff;
    position: relative
}

.s-marketplace .total-criptomoedas ul li .count-list .qtd:before {
    content: "";
    position: absolute;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 31px;
    height: 2px;
    top: 50%;
    left: 80px
}

.s-marketplace .total-criptomoedas ul li .count-list .qtd:after {
    content: "";
    position: absolute;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 31px;
    height: 2px;
    top: 50%;
    right: 80px
}

.s-marketplace .total-criptomoedas ul li:first-child {
    margin-left: 0;
    width: 262px
}

.s-marketplace .total-criptomoedas ul li:first-child .count-list {
    height: 174px
}

.s-marketplace .total-criptomoedas ul li:first-child .count-list .qtd {
    margin-top: 150px
}

.s-marketplace .total-criptomoedas ul li:nth-child(2) {
    width: 278px
}

.s-marketplace .total-criptomoedas ul li:nth-child(2) .count-list {
    height: 174px
}

.s-marketplace .total-criptomoedas ul li:nth-child(2) .count-list .qtd {
    margin-top: 131px
}

.s-marketplace .total-criptomoedas ul li:nth-child(3) {
    width: 278px
}

.s-marketplace .total-criptomoedas ul li:nth-child(3) .count-list {
    height: 216px
}

.s-marketplace .total-criptomoedas ul li:nth-child(3) .count-list .qtd {
    margin-top: 74px
}

.s-marketplace .total-criptomoedas ul li:last-child {
    width: 295px
}

.s-marketplace .total-criptomoedas ul li:last-child .count-list {
    height: 266px
}

.s-marketplace .total-criptomoedas ul li:last-child .count-list .qtd {
    margin-top: 30px
}

.s-marketplace .msg-final {
    display: table;
    width: 100%;
    text-align: center;
    max-width: 895px;
    margin: 0 auto;
    position: relative
}

.s-marketplace .msg-final:before {
    content: "";
    background: url(line-before-msg-final.png) no-repeat;
    width: 238px;
    height: 37px;
    position: absolute;
    top: -25px;
    left: 0
}

.s-marketplace .msg-final:after {
    content: "";
    background: url(line-after-msg-final.png) no-repeat;
    width: 238px;
    height: 37px;
    position: absolute;
    top: -25px;
    right: 20px
}

.s-marketplace .msg-final span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px
}

@media (max-width: 1200px) {
    .s-marketplace .all-douts ul li {
        margin-left: 61px
    }

    .s-marketplace .total-criptomoedas ul li:first-child {
        width: 210px
    }

    .s-marketplace .total-criptomoedas ul li:nth-child(2) {
        width: 215px
    }

    .s-marketplace .total-criptomoedas ul li:nth-child(3) {
        width: 225px
    }

    .s-marketplace .total-criptomoedas ul li:last-child {
        width: 240px
    }

    .s-marketplace .total-criptomoedas ul li:last-child .count-list .qtd {
        margin-top: 75px
    }

    .s-marketplace .total-criptomoedas ul li .count-list {
        padding-top: 25px
    }

    .s-marketplace .total-criptomoedas ul li .count-list .qtd:before {
        left: 55px
    }

    .s-marketplace .total-criptomoedas ul li .count-list .qtd:after {
        right: 55px
    }

    .s-marketplace .total-criptomoedas ul li .count-list img {
        max-width: 180px
    }
}

@media (max-width: 991px) {
    header .logo .btns a.m{
        display: block;
        margin-top: 10px;
    }
    .s-marketplace {
        display: none;
        padding-bottom: 260px
    }

    .s-marketplace .bg {
        display: none
    }

    .s-marketplace .all-douts {
        width: 750px;
        /*display: none !important*/
    }

    .s-marketplace .all-douts ul {
        width: 1125px;
        height: 400px;
        padding-top: 54px;
    }

    .s-marketplace .all-douts ul li {
        margin-left: 90px
    }

    .s-marketplace .all-douts ul li:first-child {
        margin-left: 30px
    }

    .s-marketplace .all-douts ul li:last-child {
        margin-left: 115px
    }

    .s-marketplace .text-desc-market {
        margin-bottom: 20px
    }

    .s-marketplace .total-criptomoedas {
        margin-bottom: 0;
        display: none
    }

    .s-marketplace .total-criptomoedas .conteudo {
        width: 750px;
        height: 470px
    }

    .s-marketplace .total-criptomoedas ul {
        float: left;
        width: 920px
    }

    .s-marketplace .msg-final {
        display: none
    }
}

@media (max-width: 768px) {
    .s-marketplace .text-desc-market {
        width: 100%
    }

    .s-marketplace .all-douts {
        width: 500px;
        float: initial;
        display: block;
        margin: 0 auto
    }

    .s-marketplace .total-criptomoedas .conteudo {
        width: 500px;
        height: 470px;
        display: block;
        margin: 0 auto
    }

    .s-marketplace .desc-dolars {
        width: 100%
    }
}

@media (max-width: 480px) {
    .s-marketplace {
        margin-top: 0;
        padding-top: 30px
    }

    .s-marketplace h3 {
        font-size: 13px
    }

    .s-marketplace .all-douts {
        width: 290px
    }

    .s-marketplace .title-market {
        width: 100%
    }

    .s-marketplace .title-market:before {
        display: none
    }

    .s-marketplace .title-market:after {
        display: none
    }

    .s-marketplace .title-market h1 {
        font-size: 23px;
        font-weight: 700;
        line-height: 30px
    }

    .s-marketplace .desc-dolars {
        width: 100%;
        line-height: 23px;
        padding: 10px 0
    }

    .s-marketplace .total-criptomoedas {
        margin-top: 60px
    }

    .s-marketplace .total-criptomoedas h4 {
        font-size: 13px;
        margin-bottom: 30px
    }

    .s-marketplace .total-criptomoedas .conteudo {
        width: 290px
    }
}

.s-tecnology {
    position: relative;
    margin-top: -50px;
    padding-bottom: 144px
}

.s-tecnology .cont:before {
    content: "";
    background: url(circle.svg) no-repeat;
    width: 681px;
    height: 809px;
    position: absolute;
    bottom: -292px;
    left: -220px
}

.s-tecnology .text-lg {
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    font-size: 247px;
    right: 0;
    top: -298px;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-tecnology h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 23px
}

.s-tecnology .title-tecno {
    width: 530px;
    margin: 0 auto;
    margin-bottom: 65px;
    position: relative
}

.s-tecnology .title-tecno:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-tecnology .title-tecno:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-tecnology .title-tecno h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px
}

.s-tecnology .illustration {
    float: right;
    margin-top: -50px;
    margin-right: -100px
}

.s-tecnology .illustration iframe {
    width: 818px;
    height: 650px
}

.s-tecnology .list-coin {
    float: left;
    width: 390px
}

.s-tecnology .list-coin ul {
    float: left
}

.s-tecnology .list-coin ul li {
    float: left;
    margin-bottom: 45px
}

.s-tecnology .list-coin ul li:last-child {
    margin-bottom: 0
}

.s-tecnology .list-coin ul li img {
    float: left;
    margin-right: 33px
}

.s-tecnology .list-coin ul li .text {
    float: left;
    width: 256px;
    margin-top: 10px
}

.s-tecnology .list-coin ul li .text h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 9px
}

.s-tecnology .list-coin ul li .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px
}

@media (max-width: 1440px) {
    .s-tecnology .text-lg {
        font-size: 200px;
        top: -250px
    }

    .s-tecnology .cont:before {
        bottom: -356px
    }

    .s-tecnology .illustration {
        margin-top: 0;
        margin-right: 100px
    }

    .s-tecnology .illustration iframe {
        width: 600px;
        height: 480px
    }
}

@media (max-width: 1200px) {
    .s-tecnology:after {
        display: none
    }

    .s-tecnology .illustration {
        margin-right: 0
    }

    .s-tecnology .illustration iframe {
        width: 550px
    }

    .s-tecnology .list-coin {
        width: 350px
    }

    .s-tecnology .list-coin ul li img {
        margin-right: 20px
    }

    .s-tecnology .list-coin ul li .text {
        width: 242px
    }
}

@media (max-width: 991px) {
    .s-tecnology {
        padding-bottom: 50px;
        margin-top: -80px;
    }

    .s-tecnology .title-tecno {
        margin-bottom: 30px
    }

    .s-tecnology .text-lg {
        display: none
    }

    .s-tecnology .cont:before {
        display: none
    }

    .s-tecnology .list-coin {
        width: 350px;
        display: table;
        margin: 0 auto;
        float: initial
    }

    .s-tecnology .illustration {
        margin-right: 0;
        display: table;
        margin: 0 auto;
        float: initial
    }
}

@media (max-width: 480px) {
    .s-tecnology .title-tecno {
        width: 100%
    }

    .s-tecnology .title-tecno:after {
        display: none
    }

    .s-tecnology .title-tecno:before {
        display: none
    }

    .s-tecnology .title-tecno h1 {
        font-size: 24px
    }

    .s-tecnology .list-coin {
        width: 100%
    }

    .s-tecnology .list-coin ul li {
        margin-bottom: 30px;
        float: none;
    }

    .s-tecnology .list-coin ul li img {
        float: initial;
        display: table;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .s-tecnology .list-coin ul li .text {
        width: 100%;
        float: none;
    }

    .s-tecnology .list-coin ul li .text h4 {
        text-align: center
    }

    .s-tecnology .list-coin ul li .text p {
        text-align: center
    }

    .s-tecnology .illustration {
        width: 100%
    }

    .s-tecnology .illustration iframe {
        width: 100%;
        height: 250px
    }

    .s-tecnology h3 {
        font-size: 13px;
        margin-bottom: 15px
    }
}

.s-mineracao {
    z-index: 2;
    float: left;
    width: 100%;
    margin-top: 70px;
    position: relative
}

.s-mineracao:after {
    content: "";
    background: url(map.svg) no-repeat;
    position: absolute;
    right: 0;
    top: -300px;
    width: 498px;
    height: 510px
}

.s-mineracao .desc-geral {
    position: relative
}

.s-mineracao .desc-geral:before {
    content: "";
    width: 49%;
    height: 657px;
    border-radius: 0 20px 20px 0;
    background-image: linear-gradient(10deg, #11106a 0, #3d35b5 100%);
    opacity: .5;
    position: absolute;
    left: 0;
    top: -78px
}

.s-mineracao .desc-geral .text-esq {
    float: left;
    width: 472px
}

.s-mineracao .desc-geral .text-esq .text-anime {
    position: relative;
    z-index: 10
}

.s-mineracao .desc-geral .text-esq h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -.17px;
    margin-bottom: 14px
}

.s-mineracao .desc-geral .text-esq .line {
    display: block;
    margin-bottom: 32px
}

.s-mineracao .desc-geral .text-esq p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
    word-break: keep-all;
}

.s-mineracao .desc-geral .text-esq p span {
    color: #fff;
    font-weight: 700
}

.s-mineracao .desc-geral .text-esq .store h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 24px
}

.s-mineracao .desc-geral .text-esq .store ul li {
    float: left;
    margin-left: 27px
}

.s-mineracao .desc-geral .text-esq .store ul li:first-child {
    margin-left: 0
}

.s-mineracao .desc-geral .text-esq .store ul li:first-child a img {
    margin-top: 3px
}

.s-mineracao .desc-geral .text-esq .store ul li a {
    opacity: 1;
    transition: all .3s
}

.s-mineracao .desc-geral .text-esq .store ul li a:hover {
    opacity: .5;
    transition: all .3s
}

.s-mineracao .desc-geral .text-esq .phone-animation {
    position: absolute;
    left: -200px;
    top: 200px;
    width: 90%;
    height: 90%
}

.s-mineracao .desc-geral .text-dir {
    float: right;
    width: 480px;
    margin-right: 20px
}

.s-mineracao .desc-geral .text-dir h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -.17px;
    margin-bottom: 14px
}

.s-mineracao .desc-geral .text-dir .line {
    display: block;
    margin-bottom: 32px
}

.s-mineracao .desc-geral .text-dir p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px
}

.s-mineracao .desc-geral .text-dir p span {
    color: #fff;
    font-weight: 700
}

.s-mineracao .desc-geral .text-dir .btn-download {
    display: block;
    width: 246px;
    line-height: 54px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 34px;
    position: relative;
    z-index: 5;
    transition: all .3s;
    box-shadow: 0 8px 20px -1px transparent
}

.s-mineracao .desc-geral .text-dir .btn-download img {
    float: left;
    margin-right: 20px;
    margin-top: 13px;
    transform: rotate(0);
    transition: all .3s
}

.s-mineracao .desc-geral .text-dir .btn-download:hover {
    transition: all .3s;
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7)
}

.s-mineracao .desc-geral .text-dir .btn-download:hover img {
    transform: rotate(45deg);
    transition: all .3s
}

.s-mineracao .desc-geral .text-dir .rendimentos {
    float: left;
    width: 100%;
    margin-top: 72px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
    width: 326px;
    height: 213px;
    border-radius: 8px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    float: right;
    position: relative;
    padding: 45px 38px 0 74px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend:before {
    content: "";
    background: url(line-box-end.png) no-repeat;
    position: absolute;
    left: -150px;
    bottom: -20px;
    width: 239px;
    height: 72px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend img {
    position: absolute;
    right: 41px;
    top: -36px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend h2 {
    background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.13px;
    text-transform: uppercase;
    margin-bottom: 0
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: -.11px;
    display: block
}

@media (max-width: 1440px) {
    .s-mineracao:after {
        top: -270px;
        width: 350px;
        height: 360px;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-mineracao .desc-geral:before {
        top: -50px
    }

    .s-mineracao .desc-geral .text-esq {
        width: 420px
    }

    .s-mineracao .desc-geral .text-dir {
        width: 420px
    }

    .s-mineracao .desc-geral .text-dir p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .s-mineracao {
        margin-top: 90px
    }

    .s-mineracao .desc-geral:before {
        display: none
    }

    .s-mineracao .desc-geral .text-esq {
        width: 100%;
        margin-bottom: 50px
    }

    .s-mineracao .desc-geral .text-esq .phone-animation {
        position: relative;
        left: initial;
        width: 100%;
        height: 450px;
        top: initial;
        margin-top: -50px
    }

    .s-mineracao .desc-geral .text-esq h2 {
        text-align: center
    }

    .s-mineracao .desc-geral .text-esq .line {
        display: table;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .s-mineracao .desc-geral .text-esq p {
        text-align: center;
        margin-bottom: 30px
    }

    .s-mineracao .desc-geral .text-esq .store {
        display: table;
        margin: 0 auto
    }

    .s-mineracao .desc-geral .text-esq .store ul {
        display: table;
        margin: 0 auto
    }

    .s-mineracao .desc-geral .text-dir {
        width: 100%;
        margin: 0;
        margin-top:100px;
    }

    .s-mineracao .desc-geral .text-dir h2 {
        text-align: center
    }

    .s-mineracao .desc-geral .text-dir .line {
        display: table;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .s-mineracao .desc-geral .text-dir p {
        text-align: center
    }

    .s-mineracao .desc-geral .text-dir .btn-download {
        display: table;
        margin: 0 auto
    }

    .s-mineracao .desc-geral .text-dir .rendimentos {
        margin-top: 100px
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
        float: initial;
        display: table;
        margin: 0 auto;
        padding: 50px 0 0 0
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend:before {
        display: none
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend h2 {
        text-align: center
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend span {
        text-align: center
    }

    .s-mineracao:after {
        display: none
    }
}

@media (max-width: 480px) {
    .s-mineracao .desc-geral .text-esq {
        margin-bottom: 0
    }

    .s-mineracao .desc-geral .text-esq h2 {
        font-size: 26px
    }

    .s-mineracao .desc-geral .text-esq p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px
    }

    .s-mineracao .desc-geral .text-esq .phone-animation {
        width: 120%;
        height: 298px;
        margin-top: -30px;
        margin-left: -36px
    }

    .s-mineracao .desc-geral .text-dir h2 {
        font-size: 26px
    }

    .s-mineracao .desc-geral .text-dir p {
        font-size: 14px;
        line-height: 22px
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
        width: 100%
    }
}

.products-market {
    padding-top: 234px;
    position: relative;
    padding-bottom: 67px
}

.products-market:after {
    content: "";
    position: absolute;
    top: 135px;
    right: 0;
    width: 93%;
    height: 734px;
    border-radius: 20px 0 0 20px;
    background-image: linear-gradient(10deg, #11106a 0, #3d35b5 100%);
    z-index: 1
}

.products-market .cont {
    display: block;
    position: relative;
    z-index: 2
}

.products-market .title {
    float: left;
    width: 100%;
    margin-bottom: 62px;
    padding-left: 43px
}

.products-market .title h1 {
    margin: 0;
    float: left;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px
}

.products-market .title .text-title {
    float: right
}

.products-market .title .text-title h3 {
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 13px
}

.products-market .title .text-title img {
    float: left;
    margin-top: -9px;
    margin-left: 38px
}

.products-market .slide-marketplace {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 70px
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide:hover .box-product {
    box-shadow: 0 4px 11px -4px rgba(7, 7, 57, .85);
    transition: all .3s
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product {
    width: 276px;
    height: 389px;
    border-radius: 4px;
    background-color: #322daf;
    transition: all .3s;
    box-shadow: 0 4px 11px -4px transparent
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod {
    height: 300px;
    position: relative
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod > img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 229px
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info h2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info h5 {
    padding-left: 10px; padding-right: 10px;
    text-align: center;
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: -.08px;
    background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info .logo {
    display: block;
    width: 100%;
    padding: 18px 20px 0;
    box-sizing: border-box;
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info .logo img {
    width: 100%;
}

.products-market .slide-marketplace .swiper-pagination {
    bottom: 0
}

.products-market .slide-marketplace .swiper-pagination .swiper-pagination-bullet {
    background-color: #4943dd;
    opacity: .7;
    margin: 0 3px;
    transition: all .3s
}

.products-market .slide-marketplace .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 4px;
    background-color: #616dff;
    opacity: 1;
    transition: all .3s
}

@media (max-width: 1440px) {
    .products-market:after {
        height: 660px
    }

    .products-market .title {
        margin-bottom: 50px;
        padding-left: 75px
    }

    .products-market .slide-marketplace {
        float: right;
        width: 94%
    }

    .products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product {
        width: 100%;
        height: 339px
    }

    .products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod {
        height: 260px
    }

    .products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod img {
        max-width: 100%
    }
}

@media (max-width: 1200px) {
    .products-market:after {
        width: 97%
    }
}

@media (max-width: 991px) {
    .products-market {
        padding-top: 180px
    }

    .products-market:after {
        width: 100%
    }

    .products-market .title {
        padding: 0
    }

    .products-market .title h1 {
        text-align: center;
        width: 100%;
        margin-bottom: 30px
    }

    .products-market .title .text-title {
        float: initial
    }

    .products-market .title .text-title img {
        display: none
    }

    .products-market .title .text-title h3 {
        float: initial;
        text-align: center
    }

    .products-market .slide-marketplace {
        width: 100%
    }
}

@media (max-width: 480px) {
    .products-market {
        padding-top: 100px
    }

    .products-market:after {
        top: 40px
    }

    .products-market .title h1 {
        margin-bottom: 20px;
        font-size: 26px
    }

    .products-market .title h3 {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 13px;
        line-height: 22px;
        margin-top: 0
    }
}

.s-app {
    z-index: 1;
    padding-top: 234px;
    padding-bottom: 100px;
    position: relative;
    background: url(bg-app.jpg) no-repeat #11116b center bottom 34px
}

.s-app .text-lg {
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    font-size: 150px;
    right: 0;
    top: -100px;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-app:before {
    content: "";
    position: absolute;
    left: 0;
    top: -205px;
    background: url(bg-nasdacoin.svg) no-repeat;
    width: 550px;
    height: 700px;
    z-index: 0
}

.s-app .title {
    float: left;
    width: 100%
}

.s-app .title .icon {
    display: table;
    margin: 0 auto;
    margin-bottom: 17px
}

.s-app .title h1 {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 410px;
    margin: 0 auto
}

.s-app .title h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-app .title h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-app .img-app {
    float: left;
    width: 100%;
    margin-top: 33px;
    position: relative
}

.s-app .img-app .bg-circle {
    position: absolute;
    top: -210px;
    left: 120px;
    background: url(bg-circle02.svg) no-repeat center center;
    width: 908px;
    height: 908px
}

.s-app .img-app .text {
    float: left;
    width: 359px;
    margin-right: 40px;
    margin-top: 54px;
    position: relative
}

.s-app .img-app .text:before {
    content: "";
    background: url(line-green-app.png) no-repeat;
    width: 238px;
    height: 72px;
    position: absolute;
    left: 100px;
    bottom: -130px
}

.s-app .img-app .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    word-break: keep-all;
}

.s-app .img-app .illustra-app {
    /* float: left; */
    position: relative
}

.s-app .img-app .illustra-app .phone-app {
    -webkit-animation: vertical-animate 3s infinite alternate;
    -moz-animation: vertical-animate 3s infinite alternate;
    animation: vertical-animate 3s infinite alternate;
    max-width: 100%;
}

/* .s-app .img-app .illustra-app .store {
    position: absolute;
    bottom: 160px;
    right: 20px
} */
.s-app .img-app .illustra-app .store{
    margin-top: 30px;
    text-align: center;
    font-size:0;
    transform: none !important;
}

.s-app .img-app .illustra-app .store a {
    display: block;
    width: 200px;
    height: 62px;
    border-radius: 6px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    margin-bottom: 27px;
    padding: 13px 35px;
    box-shadow: 0 8px 20px -1px transparent;
    transition: all .3s
}
.s-app .img-app .illustra-app .store a+a{
    margin-left: 12px;
}

.s-app .img-app .illustra-app .store a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.s-app .img-app .illustra-app .store a:hover {
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7);
    transition: all .3s
}

.s-app .img-app .illustra-app .store a:last-child {
    margin-bottom: 0;
    padding: 13px 30px
}

.s-app .img-app .illustra-app .store a img {
    float: left;
    margin-right: 15px
}

.s-app .img-app .illustra-app .store a .text-store {
    float: left
}

.s-app .img-app .illustra-app .store a .text-store span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.02px
}

.s-app .img-app .illustra-app .store a .text-store h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.06px
}

@media (max-width: 1440px) {
    .s-app .text-lg {
        font-size: 120px
    }

    .s-app:before {
        width: 420px;
        height: 550px;
        z-index: 0;
        background-size: 100%
    }

    .s-app:after {
        top: -28px;
        background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
        width: 700px;
        height: 90px;
        z-index: 0;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-app:after {
        display: none
    }

    .s-app .img-app:before {
        left: 50px
    }

    .s-app .img-app .text {
        width: 320px;
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    .s-app:before {
        display: none
    }

    .s-app .text-lg {
        display: none
    }

    .s-app .img-app {
        margin-top: 20px
    }

    .s-app .img-app:before {
        display: none
    }

    .s-app .img-app .bg-circle {
        display: none
    }

    .s-app .img-app .text {
        width: 100%;
        margin: 0
    }

    .s-app .img-app .text:before {
        display: none
    }

    .s-app .img-app .text p {
        text-align: center
    }

    .s-app .img-app .phone-app {
        /* display: none */
    }

    .s-app .img-app .illustra-app {
        width: 100%;
        /* margin-top: 30px */
    }

    .s-app .img-app .illustra-app .store {
        position: relative;
        bottom: initial;
        right: initial;
        display: table;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    .s-app {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .s-app .title h1 {
        width: 100%;
        font-size: 26px
    }

    .s-app .title h1:before {
        display: none
    }

    .s-app .title h1:after {
        display: none
    }

    .s-app .img-app .text p {
        font-size: 14px;
        line-height: 22px
    }

    .s-app .img-app .illustra-app .store a{
        display: block;
    }
    .s-app .img-app .illustra-app .store a+a{
        margin-left: 0;
        margin-top: 4%;
    }
}

.s-exchange {
    background: #0f116b;
    margin-top: -80px;
    position: relative;
    padding-bottom: 170px
}

.s-exchange:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 203px;
    width: 50.3%;
    height: 179px;
    background: #b051d3;
    box-shadow: 0 2px 22px rgba(0, 0, 0, .27);
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    z-index: 1
}

.s-exchange .bg {
    width: 100%;
    height: 808px;
    background: url(bg-exchange.jpg) no-repeat;
    position: absolute;
    right: 0;
    bottom: -400px
}

.s-exchange h3 {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 13px
}

.s-exchange h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 17px
}

.s-exchange h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-exchange h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-exchange .text-change {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: -.11px;
    background: -webkit-linear-gradient(#1ed6fe 0, #3f40c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 143px
}

.s-exchange .container-exchange {
    float: left;
    width: 100%;
    position: relative
}

.s-exchange .container-exchange .text {
    float: left;
    width: 575px
}

.s-exchange .container-exchange .text h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: .1px;
    color: #fff;
    margin-bottom: 27px
}

.s-exchange .container-exchange .text p {
    margin-bottom: 56px;
    width: 410px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .07px
}

.s-exchange .container-exchange .text .form-converte {
    float: left;
    width: 100%;
    height: 179px;
    position: relative;
    z-index: 3;
    padding: 74px 0;
    margin-bottom: 33px
}

.s-exchange .container-exchange .text .form-converte .icon {
    float: left;
    margin-left: 37px;
    margin-right: 29px;
    margin-top: -10px
}

.s-exchange .container-exchange .text .form-converte .form-group {
    float: left;
    position: relative
}

.s-exchange .container-exchange .text .form-converte .form-group label {
    opacity: .8;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .06px;
    display: block;
    position: absolute;
    bottom: 9px;
    z-index: -1;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group label.label-focus {
    font-size: 13px;
    bottom: 35px;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group input[type=text] {
    width: 197px;
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .31);
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
    opacity: .8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .07px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop {
    position: absolute;
    right: 0;
    bottom: 9px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a.item-selected {
    position: relative;
    z-index: 5
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a span {
    opacity: .98;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a img {
    margin-left: 10px;
    transition: all .3s;
    transform: rotate(0)
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a img.rotate {
    transition: all .3s;
    transform: rotate(180deg)
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value {
    position: absolute;
    background: #fff;
    width: 75px;
    right: 0;
    top: 30px;
    padding: 15px 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value.opened-drop {
    opacity: 1;
    pointer-events: all;
    transition: all .3s;
    top: 40px;
    z-index: 10
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li {
    margin-bottom: 10px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li:last-child {
    margin-bottom: 0
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li a {
    color: #000;
    text-align: center;
    display: block;
    font-weight: 500;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li a:hover {
    color: #513aba;
    font-weight: 600;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .btn-exchange {
    width: 190px;
    line-height: 63px;
    background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
    text-align: center;
    color: #672500;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 81px;
    bottom: -34px;
    box-shadow: 0 7px 14px -1px transparent;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .btn-exchange:hover {
    box-shadow: 0 7px 14px -1px #db8d46;
    transition: all .3s
}

.s-exchange .container-exchange .text .card {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 13px;
    line-height: initial
}

.s-exchange .container-exchange .text .credit-card {
    display: block
}

.s-exchange .container-exchange .macbook {
    position: absolute;
    right: -175px;
    top: 73px
}

@media (max-width: 1440px) {
    .s-exchange .container-exchange .text h2 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .s-exchange .container-exchange .text p {
        width: 410px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .s-exchange .container-exchange .macbook {
        right: -46px;
        top: 73px;
        width: 830px
    }
}

@media (max-width: 1200px) {
    .s-exchange:before {
        width: 60%
    }

    .s-exchange .container-exchange .macbook {
        right: -46px;
        top: 50px;
        width: 600px
    }

    .s-exchange .container-exchange .text p {
        width: 380px
    }
}

@media (max-width: 991px) {
    .s-exchange:before {
        width: 100%;
        display: none
    }

    .s-exchange .text-change {
        margin-bottom: 40px
    }

    .s-exchange .container-exchange .text {
        width: 100%
    }

    .s-exchange .container-exchange .text h2 {
        text-align: center
    }

    .s-exchange .container-exchange .text p {
        text-align: center;
        width: 100%
    }

    .s-exchange .container-exchange .text .form-converte {
        margin-bottom: 0;
        background: #b051d3;
        box-shadow: 0 2px 22px rgba(0, 0, 0, .27);
        background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%)
    }

    .s-exchange .container-exchange .text .form-converte .cont-form {
        display: table;
        margin: 0 auto
    }

    .s-exchange .container-exchange .text .form-converte .btn-exchange {
        right: initial;
        left: 50%;
        margin-left: -95px
    }

    .s-exchange .container-exchange .macbook {
        display: none
    }
}

@media (max-width: 480px) {
    .s-exchange {
        padding-bottom: 100px
    }

    .s-exchange .text-change {
        font-size: 14px;
        margin-bottom: 15px
    }

    .s-exchange h1 {
        width: 100%;
        font-size: 26px;
        line-height: inherit
    }

    .s-exchange h1:before {
        display: none
    }

    .s-exchange h1:after {
        display: none
    }

    .s-exchange h3 {
        font-size: 13px
    }

    .s-exchange .container-exchange .text h2 br {
        display: none
    }

    .s-exchange .container-exchange .text .form-converte {
        padding: 30px 20px 60px 20px;
        height: auto
    }

    .s-exchange .container-exchange .text .form-converte .form-group {
        width: 100%;
        margin-bottom: 30px
    }

    .s-exchange .container-exchange .text .form-converte .form-group:last-child {
        margin-bottom: 0
    }

    .s-exchange .container-exchange .text .form-converte .form-group label {
        font-size: 14px
    }

    .s-exchange .container-exchange .text .form-converte .form-group input[type=text] {
        width: 100%;
        font-size: 14px
    }

    .s-exchange .container-exchange .text .form-converte .icon {
        display: none
    }
}

.s-process {
    position: relative;
    z-index: 1
}

/*.s-process:before {
    content: "";
    background: url(./bg-globe.svg) no-repeat;
    width: 864px;
    height: 864px;
    position: absolute;
    left: 50%;
    margin-left: -432px;
    top: -50px
}*/

.s-process h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-process h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    text-align: center;
    margin: 0;
    width: 350px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 103px
}

.s-process h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-process h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}
.s-process{margin-top:100px;}
.s-process .cont{z-index: 2;margin-bottom:360px;}
.s-process .process_wrap{margin:30px 0 80px;}
.s-process .process_wrap:after{content:'';display: block;float:none;clear:both;}
.s-process .process_wrap>div{float:left;width:20%; -webkit-animation: vertical-animate2 1.5s infinite alternate; -moz-animation: vertical-animate2 1.5s infinite alternate; animation: vertical-animate2 1.5s infinite alternate;}
.s-process .process_wrap>div>.img_wrap{position:relative;text-align: center; }
.s-process .process_wrap>div>.img_wrap>img{width:90%;max-width:130px;transform:scale(1);transition:transform 1s;}
.s-process .process_wrap>div>.img_wrap>img:hover{transform:scale(1.2);}
.s-process .process_wrap>div>.txt{position:relative;text-align: center;font-size: 24px;color:#f5f5f5;}
.s-process .process_wrap>div>.img_wrap:before,
.s-process .process_wrap>div>.img_wrap:after{content:'';display:block;position:absolute; bottom: 45%; opacity:0.9; margin-bottom: -5px;right:-3px;width:0; height:0;border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid red;}
.s-process .process_wrap>div>.img_wrap:after{right:3px;}
.s-process .process_wrap>div:last-child>.img_wrap:before,
.s-process .process_wrap>div:last-child>.img_wrap:after{display: none;}

@media (max-width: 991px) {
    .s-process .cont{z-index: 2;margin-bottom:160px;}
    .s-process:before {
        display: none
    }

    .s-process h1 {
        margin-bottom: 50px
    }
    .s-process .process_wrap>div>.txt{font-size:16px}
    .s-process .process_wrap>div>.img_wrap:before,
    .s-process .process_wrap>div>.img_wrap:after{border-top-width:5px; border-bottom-width:5px; border-left-width:5px;}
    .s-process .process_wrap>div>.img_wrap:before{/*right:-2px;*/}
    .s-process .process_wrap>div>.img_wrap:after{right:2px;}
}

@media (max-width: 480px) {
    .s-process h3 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .s-process h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 30px
    }

    .s-process h1:before {
        display: none
    }

    .s-process h1:after {
        display: none
    }
    .s-process .process_wrap>div>.txt{font-size:13px}
    .s-process .process_wrap>div>.img_wrap:before,
    .s-process .process_wrap>div>.img_wrap:after{border-top-width:4px; border-bottom-width:4px; border-left-width:4px;}
    .s-process .process_wrap>div>.img_wrap:before{right:-2px;}
    .s-process .process_wrap>div>.img_wrap:after{right:2px;}
}
.s-card {
    position: relative;
    z-index: 1
}

.s-card:before {
    content: "";
    background: url(bg-globe.svg) no-repeat;
    width: 864px;
    height: 864px;
    position: absolute;
    left: 50%;
    margin-left: -432px;
    top: -50px
}

.s-card h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-card h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    text-align: center;
    margin: 0;
    width: 350px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 103px
}

.s-card h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-card h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-card .text-geral {
    float: left;
    width: 100%
}

.s-card .text-geral .text {
    float: left;
    width: 280px;
    margin-right: 99px;
    margin-top: 96px;
    position: relative
}

.s-card .text-geral .text p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.s-card .text-geral .text:before {
    content: "";
    background: url(line-card.png) no-repeat;
    position: absolute;
    bottom: -110px;
    right: -15px;
    width: 238px;
    height: 72px
}

.s-card .text-geral .img-text {
    float: left;
    width: 760px;
    height: 435px;
    position: relative
}

.s-card .text-geral .img-text .card {
    float: left;
    position: relative !important;
    z-index: 1
}

.s-card .text-geral .img-text .box-text {
    position: absolute;
    width: 510px;
    height: 254px;
    background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
    bottom: 90px;
    right: -10px;
    padding-right: 60px;
    padding-top: 35px
}

.s-card .text-geral .img-text .box-text .cont-box {
    float: right;
    width: 238px
}

.s-card .text-geral .img-text .box-text .cont-box p {
    color: #672500;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -.18px;
    margin-bottom: 20px
}

.s-card .text-geral .img-text .box-text .cont-box p strong {
    color: #672500;
    letter-spacing: -.18px
}

.s-card .text-geral .img-text .box-text .cont-box p:last-child {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .s-card .text-geral .img-text {
        width: 610px
    }

    .s-card .text-geral .img-text .card {
        width: 325px
    }

    .s-card .text-geral .img-text .box-text {
        height: 220px;
        bottom: 180px;
        padding-right: 30px;
        padding-top: 23px
    }

    .s-card .text-geral .text {
        margin-right: 30px
    }
}

@media (max-width: 991px) {
    .s-card:before {
        display: none
    }

    .s-card h1 {
        margin-bottom: 50px
    }

    .s-card .text-geral .text {
        margin: 0;
        width: 100%
    }

    .s-card .text-geral .text:before {
        display: none
    }

    .s-card .text-geral .text p {
        text-align: center
    }

    .s-card .text-geral .img-text {
        width: 100%;
        margin-top: 100px
    }

    .s-card .text-geral .img-text .box-text {
        position: relative;
        display: table;
        margin: 0 auto;
        height: auto;
        padding: 40px 15px;
        padding-top: 100px
    }

    .s-card .text-geral .img-text .box-text .cont-box {
        width: 100%
    }

    .s-card .text-geral .img-text .box-text .cont-box p {
        text-align: center
    }

    .s-card .text-geral .img-text .card {
        float: initial;
        display: table;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    .s-card h3 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .s-card h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 30px
    }

    .s-card h1:before {
        display: none
    }

    .s-card h1:after {
        display: none
    }

    .s-card .text-geral p {
        font-size: 21px;
        line-height: 28px
    }

    .s-card .text-geral .img-text .card {
        width: 290px
    }

    .s-card .text-geral .img-text .box-text {
        width: 100%;
        right: initial
    }

    .s-card .text-geral .img-text .box-text .cont-box p {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.s-faq {
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 178px;
    position: relative;
    z-index: 1
}

.s-faq .text-lg {
    width: auto;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    top: -40px;
    left: 38px;
    line-height: initial;
    font-size: 141px;
    text-align: left;
    letter-spacing: 0;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-faq .text-lg:after {
    display: none
}

.s-faq .text-lg:before {
    display: none
}

.s-faq:after {
    content: "";
    background: url(bg-nsd.png) no-repeat;
    position: absolute;
    top: -240px;
    right: 0;
    width: 597px;
    height: 597px;
    z-index: -1
}

.s-faq h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-faq h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom:60px;
}

.s-faq h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-faq h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-faq .all-faq {
    float: left;
    width: 100%;
    margin-top: 43px
}

.s-faq .all-faq .item {
    border-radius: 7px;
    background-color: rgba(68, 60, 217, .3);
    border: 1px solid #4842e7;
    float: left;
    width: 100%;
    height: 55px;
    transition: all .3s;
    margin-bottom: 14px
}

.s-faq .all-faq .item:last-child {
    margin-bottom: 0
}

.s-faq .all-faq .item.open-item {
    height: auto;
    transition: all .3s
}

.s-faq .all-faq .item .top {
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 19px 25px 16px 21px
}

.s-faq .all-faq .item .top h2 {
    float: left;
    width: 490px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.08px
}

.s-faq .all-faq .item .top .arrow {
    float: right;
    margin-top: 6px;
    transform: rotate(0);
    transition: all .3s
}

.s-faq .all-faq .item .top .arrow.rotate {
    transition: all .3s;
    transform: rotate(180deg)
}

.s-faq .all-faq .item p {
    float: left;
    width: 100%;
    padding: 0 24px 45px 21px;
    opacity: .7;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.08px
}

.s-faq .all-faq .s-left {
    float: left;
    width: 49%;
    margin-right: 2%
}

.s-faq .all-faq .s-right {
    float: left;
    width: 49%
}

@media (max-width: 1440px) {
    .s-faq .text-lg {
        font-size: 100px
    }

    .s-faq:before {
        width: 650px;
        height: 80px;
        background-size: 100%
    }

    .s-faq:after {
        width: 500px;
        height: 500px;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-faq:before {
        display: none
    }
}

@media (max-width: 991px) {
    .s-faq {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .s-faq .text-lg {
        display: none
    }

    .s-faq:after {
        display: none
    }

    .s-faq .all-faq .item .top h2 {
        width: 95%
    }

    .s-faq .all-faq .s-left {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .s-faq .all-faq .s-right {
        width: 100%
    }
}

@media (max-width: 480px) {
    .contact_wrap{margin-top:70px !important;}
    .s-faq {
        margin-top: 100px;
    }

    .s-faq h1 {
        font-size: 26px;
        margin-bottom:30px;
    }

    .s-faq h1:before {
        display: none
    }

    .s-faq h1:after {
        display: none
    }

    .s-faq h3 {
        margin-bottom: 10px;
        font-size: 13px
    }

    .s-faq .all-faq {
        margin-top: 30px
    }

    .s-faq .all-faq .item {
        height: 50px
    }

    .s-faq .all-faq .item .top {
        padding: 11px 14px 19px 14px
    }

    .s-faq .all-faq .item .top h2 {
        width: 90%;
        font-size: 12px
    }

    .s-faq .all-faq .item p {
        padding: 0 14px 20px 14px;
        font-size: 12px;
        line-height: 20px
    }
}

.s-contact {
    padding-top: 85px;
    padding-bottom: 50px;
    position: relative;
    background: #11116b
}

.s-contact .bg {
    background: url(bg-contact.jpg) no-repeat center center;
    width: 100%;
    height: 760px;
    position: absolute;
    left: 0;
    top: -300px;
    z-index: 0
}

.s-contact h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-contact h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 80px
}

.s-contact h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-contact h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-contact .cont-contact {
    position: relative;
    margin-top: 80px;
    float: left;
    width: 100%
}

.s-contact .cont-contact:after {
    content: "";
    background: url(bg-contact.svg) no-repeat;
    width: 749px;
    height: 450px;
    position: absolute;
    top: 75px;
    right: -100px;
    z-index: -1
}

.s-contact .cont-contact .s-form {
    float: left;
    width: 584px;
    position: relative;
    z-index: 2
}

.s-contact .cont-contact .s-form h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin-bottom: 5px
}

.s-contact .cont-contact .s-form p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}

.s-contact .cont-contact .s-form form {
    float: left;
    width: 100%
}

.s-contact .cont-contact .s-form form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative
}

.s-contact .cont-contact .s-form form .form-group:last-child {
    margin-bottom: 0
}

.s-contact .cont-contact .s-form form .form-group ul {
    float: left;
    margin-top: 20px
}

.s-contact .cont-contact .s-form form .form-group ul li {
    float: left;
    margin-left: 58px;
    position: relative
}

.s-contact .cont-contact .s-form form .form-group ul li:after {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    top: 3px;
    right: -30px;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat
}

.s-contact .cont-contact .s-form form .form-group ul li a {
    opacity: 1;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group ul li a:hover {
    opacity: .5;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group ul li:first-child {
    margin-left: 0
}

.s-contact .cont-contact .s-form form .form-group ul li:last-child:after {
    display: none
}

.s-contact .cont-contact .s-form form .form-group.input-focus label {
    top: 8px;
    font-size: 12px;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group label {
    opacity: .65;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.19px;
    position: absolute;
    left: 27px;
    top: 18px;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group label.error {
    visibility: hidden;
    position: relative;
    left: inherit;
    top: initial;
    color: red;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 12px;
    display: block;
    margin-left: 5px
}

.s-contact .cont-contact .s-form form .form-group input[type=number], .s-contact .cont-contact .s-form form .form-group input[type=text], .s-contact .cont-contact .s-form form .form-group textarea {
    width: 100%;
    height: 55px;
    border-radius: 7px;
    background-color: rgba(68, 60, 217, .3);
    border: 1px solid #4842e7;
    transition: all .3s;
    padding: 0 27px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.19px;
    position: relative;
    padding-top: 15px
}

.s-contact .cont-contact .s-form form .form-group input[type=number]:focus, .s-contact .cont-contact .s-form form .form-group input[type=text]:focus, .s-contact .cont-contact .s-form form .form-group textarea:focus {
    border: 1px solid #36c5d5;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group textarea {
    resize: none;
    height: 187px;
    padding: 27px
}

.s-contact .cont-contact .s-form form .form-group input[type=submit] {
    float: right;
    width: 256px;
    height: 63px;
    background-image: linear-gradient(105deg, #271d74 0, #3a1ba5 62%, #4b4af3 100%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 12px 20px -8px transparent;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group input[type=submit]:hover {
    box-shadow: 0 12px 20px -8px #463fe0;
    transition: all .3s
}

.s-contact .cont-contact .illustration {
    position: absolute;
    right: -60px;
    top: -30px
}

.s-contact .cont-contact .illustration:before {
    content: "";
    background: url(bg-contact.svg) no-repeat;
    width: 749px;
    height: 450px;
    position: absolute;
    z-index: 0;
    top: 138px
}

.s-contact .cont-contact .illustration iframe {
    width: 700px;
    height: 600px;
    position: relative;
    z-index: 5
}

@media (max-width: 1440px) {
    .s-contact .cont-contact .illustration {
        position: absolute;
        right: 10px;
        top: 4px
    }

    .s-contact .cont-contact .illustration:before {
        content: "";
        width: 600px;
        height: 450px;
        top: 113px;
        background-size: 100%
    }

    .s-contact .cont-contact .illustration iframe {
        width: 600px;
        height: 500px
    }
}

@media (max-width: 1200px) {
    .s-contact .cont-contact .s-form {
        width: 450px
    }

    .s-contact .cont-contact .s-form form .form-group ul li {
        margin-left: 35px
    }

    .s-contact .cont-contact .s-form form .form-group ul li:after {
        right: -20px
    }

    .s-contact .cont-contact .illustration iframe {
        width: 530px
    }
}

@media (max-width: 991px) {
    .s-contact .bg {
        display: none
    }

    .s-contact h1 {
        margin-bottom: 0
    }

    .s-contact .cont-contact {
        margin-top: 50px
    }

    .s-contact .cont-contact:after {
        display: none
    }

    .s-contact .cont-contact .s-form {
        width: 100%
    }

    .s-contact .cont-contact .s-form h2 {
        display: none
    }

    .s-contact .cont-contact .s-form p {
        display: none
    }

    .s-contact .cont-contact .illustration {
        display: none
    }
}

@media (max-width: 480px) {
    .s-contact {
        padding-top: 30px;
        padding-bottom: 50px
    }

    .s-contact .cont-contact {
        margin-top: 30px
    }

    .s-contact .cont-contact .s-form form .form-group .types-contact {
        position: absolute;
        bottom: -60px;
        left: 50%;
        margin-left: -72.5px
    }

    .s-contact .cont-contact .s-form form .form-group input[type=submit] {
        width: 100%
    }

    .s-contact h1 {
        font-size: 26px
    }

    .s-contact h1:after {
        display: none
    }

    .s-contact h1:before {
        display: none
    }

    .s-contact h3 {
        font-size: 13px;
        margin-bottom: 10px
    }
}

footer {
    padding-bottom: 80px;
    background: url(bg-footer.jpg) no-repeat center bottom;
    padding-top: 25px
}

footer .social {
    display: table;
    margin: 0 auto;
    margin-bottom: 46px
}

footer .social li {
    float: left;
    margin-left: 26px
}

footer .social li:first-child {
    margin-left: 0
}

footer .social li a {
    display: block;
    width: 56px;
    height: 56px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    border-radius: 50%;
    position: relative;
    transition: all .3s;
    box-shadow: 0 8px 20px -1px transparent
}

footer .social li a img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

footer .social li a:hover {
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7);
    transition: all .3s
}

footer .logo {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

footer .copy p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -.19px
}

@media (max-width: 480px) {
    footer {
        padding-top: 50px;
        background-size: 1000px
    }

    footer .social {
        width: 100%
    }

    footer .social li {
        float: left;
        margin-left: 0;
        width: 33%;
        margin-bottom: 30px
    }

    footer .social li a {
        display: table;
        margin: 0 auto
    }
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

@media (max-width: 991px) {
    #particles-js {
        height: 700px
    }
}

@media (max-width: 480px) {
    #particles-js {
        height: 490px
    }
}

.s-gallery {
    padding-top: 150px;
    position: relative
}

.s-gallery .cont {
    display: block
}

.s-gallery .bg {
    background: url(bg-roadmap.jpg) no-repeat center center;
    width: 100%;
    height: 1400px;
    position: absolute;
    top: -240px
}
.s-gallery h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-gallery h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 90px
}

.s-gallery h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-gallery h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-gallery .gall_wrap{}
.s-gallery .gall_wrap:after{content:'';display: block;float:none;clear:both;}
.s-gallery .gall_wrap>div{float:left;width:25%;padding:5px;font-size:0;}
.s-gallery .gall_wrap>div>img{width:100%;transform:scale(1);transition: transform 0.3s;cursor:pointer;}
.s-gallery .gall_wrap>div>img:hover{transform:scale(1.2);}


@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
    .s-gallery {
        padding-top: 100px
    }

    .s-gallery .bg {
        display: none
    }
}

@media (max-width: 768px) {
    .s-gallery .gall_wrap>div{width:33.3333%;}
}

@media (max-width: 480px) {
    .s-gallery .gall_wrap>div{width:50%;}
    .s-gallery {
        padding-top: 70px
    }

    .s-gallery h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 60px
    }

    .s-gallery h1:after {
        display: none
    }

    .s-gallery h1:before {
        display: none
    }
}

.s-roadmap {
    padding-top: 190px;
    position: relative
}

.s-roadmap .cont {
    display: block
}

.s-roadmap .bg {
    background: url(bg-roadmap.jpg) no-repeat center center;
    width: 100%;
    height: 820px;
    position: absolute;
    top: -240px
}

.s-roadmap .line-roadmap {
    height: 7px;
    border-radius: 0 4px 4px 0;
    background-image: linear-gradient(to right, #201f9c 0, #11116a 100%);
    width: 84%;
    position: absolute;
    top: 420px;
    max-width: 1530px
}

.s-roadmap .line-roadmap.load-line .line-active {
    transition: 1.5s;
    width: 70%
}

.s-roadmap .line-roadmap .line-active {
    background-image: linear-gradient(218deg, rgba(255, 253, 104, 0) 0, #d2723d 100%);
    float: left;
    height: 7px;
    width: 0%;
    transition: 1.5s
}

.s-roadmap h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-roadmap h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 140px
}

.s-roadmap h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-roadmap h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-roadmap .ctrl-slide-road {
    width: 100%;
    position: absolute;
    left: 0;
    top: 209px;
    z-index: 10
}

.s-roadmap .ctrl-slide-road .btn {
    width: 46px;
    height: 46px;
    background-color: #201f9c;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.s-roadmap .ctrl-slide-road .btn img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.s-roadmap .ctrl-slide-road .btn.btn-prev {
    float: left
}

.s-roadmap .ctrl-slide-road .btn.btn-next {
    float: right
}

.s-roadmap .year {
    display: table;
    margin: 0 auto;
    margin-top: 53px;
    margin-bottom: 170px
}

.s-roadmap .year li {
    float: left;
    margin-left: 66px;
    position: relative
}

.s-roadmap .year li:after {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 22px;
    height: 2px;
    position: absolute;
    right: -45px;
    top: 13px
}

.s-roadmap .year li:first-child {
    margin-left: 0
}

.s-roadmap .year li:last-child:after {
    display: none
}

.s-roadmap .year li.now span {
    opacity: 1
}

.s-roadmap .year li span {
    display: block;
    opacity: .53;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.35px
}

.s-roadmap .slide-roadmap {
    position: relative;
    margin-left: 6%
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .circle {
    border: none;
    width: 14px;
    height: 14px;
    box-shadow: 0 2px 9px rgba(231, 178, 81, .43), 0 2px 8px rgba(232, 182, 82, .45);
    background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
    position: relative
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .circle:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c57b33;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year:before {
    background: url(line-year-yellow.png) no-repeat
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year h2 {
    background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year ul li span {
    color: rgba(255, 255, 255, .8)
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .circle {
    display: block;
    width: 13px;
    height: 13px;
    border: 2px solid #2e2dae;
    background-color: #11106a;
    border-radius: 50%;
    margin-bottom: 55px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year {
    position: relative
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year:before {
    content: "";
    background: url(line-year-blue.png) no-repeat;
    position: absolute;
    top: -45px;
    left: 5px;
    width: 2px;
    height: 22px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year h2 {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.43px;
    margin-bottom: 30px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul {
    width: 220px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li {
    margin-bottom: 25px;
    float: left;
    width: 100%
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li:before {
    content: "";
    float: left;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background-image: linear-gradient(58deg, #ecd350 0, #f3984a 100%);
    border-radius: 50%;
    margin-top: 7px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li span {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    float: left
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li:last-child {
    margin-bottom: 0
}

@media (max-width: 1440px) {
    .s-roadmap .line-roadmap {
        width: 86%;
        max-width: 1200px
    }

    .s-roadmap .ctrl-slide-road .btn.btn-next {
        margin-right: 7%
    }
}

@media (max-width: 1200px) {
    .s-roadmap {
        padding-top: 100px
    }

    .s-roadmap .bg {
        display: none
    }

    .s-roadmap .line-roadmap {
        top: 329px
    }
}

@media (max-width: 768px) {
    .s-roadmap .ctrl-slide-road .btn.btn-prev {
        margin-left: 15px
    }

    .s-roadmap .ctrl-slide-road .btn.btn-next {
        margin-right: 15px
    }

    .s-roadmap .slide-roadmap {
        margin-left: 16%
    }
}

@media (max-width: 480px) {
    .s-roadmap {
        padding-top: 70px
    }

    .s-roadmap h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 60px
    }

    .s-roadmap h1:after {
        display: none
    }

    .s-roadmap h1:before {
        display: none
    }

    .s-roadmap h3 {
        margin-bottom: 10px;
        font-size: 13px
    }

    .s-roadmap .slide-roadmap {
        margin-left: 22%
    }

    .s-roadmap .line-roadmap {
        top: 202px
    }

    .s-roadmap .ctrl-slide-road {
        top: 111px
    }
}

.flag-aux {
    display: none
}

.load-page {
    background: #11106a;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99
}

.load-page img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px
}

.menu-button {
    display: block;
    width: 39px;
    cursor: pointer;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1);
    float: right;
    margin: 10px 0 0;
    height: 30px;
    position: relative
}

a.menu-button:hover .menu-icon, a.menu-button:hover .menu-icon::after {
    width: 39px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon {
    width: 39px;
    height: 5px;
    border-radius: 30px;
    background-color: #fff;
    display: block;
    position: absolute;
    float: right;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon::after, .menu-icon::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon::before {
    margin-top: -12px;
    width: 39px;
    height: 5px;
    border-radius: 30px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon::after {
    margin-top: 12px;
    width: 39px;
    height: 5px;
    border-radius: 30px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-opened .menu-icon {
    height: 0;
    width: 39px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-opened .menu-icon::after {
    width: 39px;
    transform: rotate(45deg);
    margin-top: 0;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-opened .menu-icon::before {
    transform: rotate(-45deg);
    margin-top: 0;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

#particles-top {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

@media (max-width: 991px) {
    [data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}

.animated.delay-0-5s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.drop-lang::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px
}

.drop-lang::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.drop-lang::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #b051d3), color-stop(.5, #3d35b5), color-stop(.6, #3d35b5))
}

@-webkit-keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}

@-moz-keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}

@-o-keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}

@keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}



@-webkit-keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@-moz-keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@-o-keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@media (max-width: 991px) {
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important
    }
}

#footer{float: left; width: 100%; padding: 20px 0 0px; text-shadow: 1px 1px 1px #00000030;}
#footer>div{text-align: center;color:white;font-size:17px; line-height: 2;color:#fff;}
#footer>div>a{font-size:14px; color:#e7e7e7;font-weight: bold;line-height: 5;}



@media (max-width: 768px) {

#footer>div{font-size:14px;}
#footer>div>a{font-size:14px;}
}

.header_line{display:none;margin-top:-15px;text-align: center;}
@media (max-width: 480px) {
    .header_line{display: block;}
}