/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    outline: none;
}
a:focus{
    outline: none;
}
body{
    background-color: #090E12;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.container{
    margin-right: auto;
    margin-left: auto;
    width: 1392px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
.container.large{
    width: 1472px;
}
.text-center{
    text-align: center;
}
.page-home{
    overflow: hidden;
}

.section-first{
    position: relative;
    height: 1180px;
    background-image: url(../img/section-first-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 200px;
}
.section-first .title{
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 90px */
    letter-spacing: -6px;
    margin: 0 0 40px;
    background-image: linear-gradient(90deg,#F59A25, rgba(255,255,255,1),#F59A25);
    color: transparent;
    background-clip: text;
    max-width: 600px;
    padding: 15px 0;
}
.section-first .subtitle{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -0.72px;
    color: #A6A9B0;
    margin: 0 0 144px;
}
.section-first .btn-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-first .btn-wrap span{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    letter-spacing: -0.24px;
    margin-top: 7px;
    color: #7C7E80;
}
.btn-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.00) 2.96%, rgba(255, 255, 255, 0.60) 52.29%, rgba(255, 255, 255, 0.00) 103.44%), #ECAF00;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    color: #090E12;
    height: 58px;
    padding: 0 30px;
    text-decoration: none;
}
.btn-primary:hover{
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.00) 2.96%, rgba(255, 255, 255, 0.90) 52.29%, rgba(255, 255, 255, 0.00) 103.44%), #ECAF00;
}
.section-first > img{
    position: absolute;
    left: calc(50% - 180px);
    bottom: 80px;
}
.blur-box{
    position: relative;
    border-radius: 56px;
    background: rgba(191, 197, 195, 0.03);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding: 72px 55px 55px;
}
.section-history .blur-box{
    margin-top: -250px;
    position: relative;
}
.section-history .blur-box:after{
    content: '';
    display: block;
    position: absolute;
    top: 42%;
    left: 22%;
    transform: translate(-50%,-50%);
    border-radius: 851.254px;
    opacity: 0.15;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    height: 260px;
    width: 851.254px;
    transform: rotate(-60deg);
    pointer-events: none;
}
.section-history .blur-box > img{
    position: absolute;
    bottom: 0;
    left: 50%;
}
.section-history .title{
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 90px */
    letter-spacing: -6px;
    margin: 0 0 24px;
    background-image: linear-gradient(90deg,#F59A25, rgba(255,255,255,1),#F59A25);
    color: transparent;
    background-clip: text;
    padding: 15px 0;
}
.section-history .subtitle{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 18.4px */
    letter-spacing: -0.32px;
    color: #A6A9B0;
    margin: 0 0 112px;
}
.section-history .blur-box .inner{
    width: 676px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.timeline .item{
    display: flex;
    align-items: center;
    gap:24px;
    margin-bottom: 32px;
    cursor: pointer;
}
.timeline .item .year{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #A6A9B0;
    padding: 12px 24px;
    color: #A6A9B0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -0.72px;
    transition: all .3s ease;
}
.timeline .item .text{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 18.4px */
    letter-spacing: -0.32px;
    width: 290px;
    color: #A6A9B0;
    transition: all .3s ease;
}
.timeline .item .text:first-letter{
    text-transform: uppercase;
}
.timeline .item:hover .year,
.timeline .item.active .year{
    background-color: #fff;
    border-color: #fff;
    color: #090E12;
}
.timeline .item.active .text,
.timeline .item:hover .text{
    color: #fff;
}
.user-counter{
    margin-top: 80px;
}
.user-counter .number{
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    letter-spacing: -1.92px;
    background-image: linear-gradient(90deg,#48494D, rgba(255,255,255,1),#48494D);
    color: transparent;
    background-clip: text;
}
.user-counter p{
    margin: 7px 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    color: #7C7E80;
}
.section-about{
    margin-top: 237px;
    padding-bottom: 247px;
    position: relative;
}
.section-about .col{
    width: 440px;
    max-width: 50%;
}
.section-title{
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 57.6px */
    letter-spacing: -3.84px;
    background-image: linear-gradient(90deg,#F59A25, rgba(255,255,255,1),#F59A25);
    color: transparent;
    background-clip: text;
    margin: 0;
    padding: 15px 0;
}
.section-about .section-title{
    margin-bottom: 48px;
}
.section-about .col p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    color: #7C7E80;
    margin: 0 0 32px;
}
.section-about > img{
    position: absolute;
}
.section-about .parallax-image{
    position: absolute;
    left: 40%;
    bottom: 400px;
}
.section-about .parallax-image img{
    position: absolute;
    top: 0;
    left: 0;
}
.section-about .image-2{
    bottom: 0;
    left: 50%;
}
.gradient-box{
    border-radius: 56px;
    background: linear-gradient(180deg, #121517 0%, #080B0F 100%);
}
.section-features .gradient-box{
    padding: 72px 40px 40px;
    position: relative;
    z-index: 2;
}
.section-features .section-title{
    margin: 0 0 64px;
    padding: 15px 0;
}
.features-items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 44px;
}
.features-items .item{
    min-width: 100%;
    position: relative;
    border-radius: 56px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(191, 197, 195, 0.03);
    height: 500px;
    text-align: center;
    padding: 56px 16px;
}
.features-items .item .title{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 32px */
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}
.features-items .item .text{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    color: #7C7E80;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.features-items .item:nth-child(1){
    background-image: url(../img/fi1.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 299px 299px;
}
.features-items .item:nth-child(2){
    background-image: url(../img/fi2.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.features-items .item:nth-child(3){
    background-image: url(../img/fi3.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    background-size: 317px 310px;
}
.features-items .item:nth-child(3) .btn-wrap{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
}
.section-security{
    margin-top: 120px;
}
.section-security .subtitle{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -0.72px;
    color: #A6A9B0;
    margin: 32px 0 64px;
}
.security-items{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 24px;
}
.security-items .item{
    border-radius: 56px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(191, 197, 195, 0.03);
    height: 315px;
    padding: 56px 40px 40px;
    position: relative;
}
.security-items .item:nth-child(1){
    grid-row: span 2;
    height: 100%;
    text-align: center;
    background-image: url(../img/si1.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.security-items .item:nth-child(1) .text,
.security-items .item:nth-child(1) .title{
    margin-right: auto;
    margin-left: auto;
}
.security-items .item:nth-child(1) a{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.btn-secondary{
    display: inline-flex;
    height: 58px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #090E12;
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    text-decoration: none;
    transition: all .3s ease;
}
.btn-secondary:hover{
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.00) 2.96%, rgba(255, 255, 255, 0.16) 52.29%, rgba(255, 255, 255, 0.00) 103.44%), rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
}
.security-items .item .title{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 32px */
    letter-spacing: -0.96px;
    background-image: linear-gradient(90deg,#48494D, rgba(255,255,255,1),#48494D);
    color: transparent;
    background-clip: text;
    max-width: 224px;
    margin-bottom: 16px;
}
.security-items .item .text{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    color: #7C7E80;
    max-width: 300px;
}
.security-items .item:nth-child(2){
    background-image: url(../img/si2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.security-items .item:nth-child(3){
    background-image: url(../img/si3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.section-pay{
    margin-top: 160px;
}
.section-pay .subtitle{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin: 24px 0 68px;
    color: #A6A9B0;
}
.section-pay .items{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 11px;
    position: relative;
}
.section-pay .items .item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(191, 197, 195, 0.03);
}
.section-pay .items:after{
    content: '';
    display: block;
    border-radius: 817px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(238, 232, 224, 0.30) 0%, rgba(53, 46, 43, 0.30) 100%);
    filter: blur(100px);
    height: 235px;
    width: 817px;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.section-pay .small-text{
    margin-top: 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    text-align: center;
    opacity: 0.34;
    color: #7C7E80;
}
.section-reviews{
    margin-top: 160px;
}
.reviews{
    position: relative;
    height: 654px;
    overflow: hidden;
}
.reviews>img{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.rev-item{
    position: absolute;
    border-radius: 32.988px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(191, 197, 195, 0.03);
    backdrop-filter: blur(29.68924331665039px);
    -webkit-backdrop-filter: blur(29.68924331665039px);
    width: 240px;
    padding: 20px;
}
.rev-item.item-1{
    bottom: 95px;
    left:22px;
}
.rev-item.item-2{
    bottom: 76px;
    left: 50%;
    margin-left: -120px;
}
.rev-item.item-3{
    bottom: 174px;
    right: 0;
}
.rev-item .name{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.01px */
    letter-spacing: -0.231px;
    font-size: 12px;
    margin-bottom: 20px;
}
.rev-item .name span{
    width: 26px;
    height: 26px;
    border-radius: 13px;
    margin-right: 10px;
    min-width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rev-item .text{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.01px */
    letter-spacing: -0.231px;
    margin-bottom: 12px;
}
.rev-item.item-1 .name span{
    background-color: #947560;
}
.rev-item.item-2 .name span{
    background-color: #606794;
}
.rev-item.item-3 .name span{
    background-color: #699460;
}
.section-reviews .btn-wrap{
    text-align: center;
    margin-top: -29px;
    position: relative;
    z-index: 2;
}
.section-content{
    margin-top: 120px;
}
.section-content .inner{
    position: relative;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 14.4px */
    letter-spacing: -0.24px;
    opacity: 0.3;
    color: #7C7E80;
    overflow: hidden;
}
.section-content .inner:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(9, 14, 18, 0.00) 0%, #090E12 100%);
}
.section-content .inner.opened{
    opacity: 0.6;
}
.section-content .inner.opened:after{
    opacity: 0;
}
.section-content .show-more{
    display: inline-flex;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 16px 24px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    letter-spacing: -0.24px;
    text-decoration: none;
}
.header-home .lang-sw ul{
    margin: 0;
    padding: 0;
    gap: 8px;
}
.header-home .lang-sw ul a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .1);
}
.header-home .lang-sw ul .active a{
    border: 1px solid rgba(255, 255, 255, .8);
}
.header-home .lang-sw ul a img{
    margin: 0 !important;
}
.section-about .image-mob{
    display: none;
    position: static;
    max-width: 90%;
    margin: 30px auto 0;
}

@media screen and (max-width: 1199px) {
    .features-items{
        grid-gap: 16px;
    }
    .features-items .item:nth-child(1),
    .features-items .item:nth-child(3){
        background-size: 90%;
    }
    .section-features .gradient-box{
        padding-left: 16px;
        padding-right: 16px;
    }
    .section-pay .items{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 991px) {
    .section-first{
        height: auto;
    }
    .section-first > img{
        position: static;
        transform: none;
        max-width: 100%;
        height: auto;
    }
    .section-history .blur-box{
        margin-top: -70px;
        margin-right: -16px;
        margin-left: -16px;
        padding: 56px 15px 0;
    }
    .section-first .subtitle,
    .section-first .title{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .section-first .btn-wrap{
        align-items: center;
        margin-bottom: 40px;
    }
    .section-first .title{
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%; /* 45px */
        letter-spacing: -3px;
        margin-bottom: 16px;
    }
    .section-first .subtitle{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; /* 18.4px */
        letter-spacing: -0.32px;
        margin-bottom: 48px;
    }
    .section-history .blur-box .inner{
        width: 100%;
        padding-bottom: 32px;
    }
    .section-history .title{
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%; /* 45px */
        letter-spacing: -3px;
        margin-bottom: 16px;
    }
    .section-history .subtitle{
        margin-bottom: 40px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 18.2px */
        letter-spacing: -0.28px;
    }
    .features-items{
        grid-template-columns: 1fr;
        max-width: 100%;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    .section-about{
        margin-top: 70px;
        padding-bottom: 0;
    }
    .section-about .image-2,
    .section-about .image-1{
        display: none;
    }
    .section-about .image-mob{
        display: block;
    }
    .section-about .col{
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .section-title{
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%; /* 45px */
        letter-spacing: -3px;
    }
    .section-about .section-title{
        margin-bottom: 22px;
    }
    .section-about .col p{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 14.4px */
        letter-spacing: -0.24px;
        margin-bottom: 40px;
    }
    .section-features .gradient-box{
        margin-right: -16px;
        margin-left: -16px;
    }
    .section-features .gradient-box{
        padding-top: 56px;
    }
    .features-items .item .title{
        font-size: 24px;
    }
    .features-items .item .text{
        font-size: 12px;
    }
    .features-items .item{
        padding-top: 32px;
        height: 400px;
    }
    .section-security{
        margin-top: 70px;
    }
    .section-security .subtitle{
        font-size: 14px;
    }
    .security-items{
        grid-template-columns: 1fr;
        width: 350px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
    .security-items .item:nth-child(1){
        height: 600px;
    }
    .security-items .item{
        padding: 30px 16px;
        text-align: center;
        height: auto;
    }
    .security-items .item:nth-child(2),
    .security-items .item:nth-child(3){
        background-image: none;
    }
    .security-items .item .title{
        margin-right: auto;
        margin-left: auto;
    }
    .section-reviews,
    .section-pay{
        margin-top: 70px;
    }
    .section-pay .subtitle{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .reviews>img{
        max-width: 100%;
        position: static;
        transform: none;
        margin-bottom: -40px;
        height: auto;
    }
    .reviews{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        margin-top: 30px;
        gap:16px;
        justify-content: center;
    }
    .rev-item.item-2,
    .rev-item{
        position: static;
        margin: 0;
        width: 340px;
        max-width: 100%;
    }
    .section-reviews .btn-wrap{
        margin-top: 30px;
    }
    .section-security .subtitle,
    .section-features .section-title{
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    .section-first{
        padding-top: 100px;
    }
    .section-history .blur-box > img{
        position: static;
        max-width: 100%;
        height: auto;
    }
    .timeline .item .year{
        font-size: 16px;
    }
    .timeline .item .text{
        font-size: 14px;
    }
    .user-counter{
        margin-top: 40px;
        text-align: center;
    }
    .section-pay .items .item{
        height: 150px;
    }
    .section-pay .items .item img{
        max-width: 60%;
    }
    .section-about .section-title,
    .section-first .title{
        margin-bottom: 0;
    }
    .section-about .col p,
    .section-first .subtitle{
        margin-bottom: 16px;
    }
    .section-first .subtitle br{
        display: none;
    }
    .section-features .gradient-box,
    .section-history .blur-box{
        padding: 30px 15px 0;
    }
    .section-content,
    .section-reviews, 
    .section-pay,
    .section-security,
    .section-about{
        margin-top: 30px;
    }
    .section-pay .subtitle,
    .section-security .subtitle{
        margin: 0 0 16px;
    }
    .section-pay .small-text{
        margin-top: 16px;
    }
    .reviews{
        margin-top: 0;
    }
    .security-items .item:nth-child(1){
        height: 400px;
    }
}


/*modals*/

.modal,
.modal-box {
    z-index: 900;
}

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    align-items: center;
    justify-content: center;
}

.modal-box {
    position: absolute;
    width: 80%;
    max-width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: modalbox;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
    background-color: #28282c;
    color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    border-radius: 3px;
    padding: 15px;
}

.modal-box .yellow_btn {
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* Close Button */
.close-modal {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #484848;
    transition: all 0.3s ease;
}

.close-modal:hover {
    color: #ffffff;
}

/* Animation */
@-webkit-keyframes modalbox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#modal-instructions-appIcon h4{
    font-size: 26px;
    margin: 30px 0;
}
#modal-instructions-appIcon ol{
    list-style-type: auto;
    padding-left: 20px;
    margin-bottom: 30px;
}
#modal-instructions-appIcon ol li{
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 14px;
}
#modal-instructions-appIcon ol li span{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
#modal-instructions-appIcon img{
    max-width: 100%;
    position: relative;
    z-index: 10;
}
#modal-instructions-appIcon .modal-box{
    transform:none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    animation-duration: 0.8s;
}
#modal-instructions-appIcon .sticky-block{
    position: sticky;
    top: 45px;
}
#modal-instructions-appIcon .close-modal{
    opacity: 1;
    color:#fff;
    position: fixed;
    z-index: 11;
}

#getApp .inner{
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 0 15px;
    height: 75px;
}
#getApp .inner .icon{
    width: 50px;
    height: 50px;
    background-color: #2c2c2c;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
#getApp .inner .icon img{
    width: 36px;
}
#getApp .inner .close{
    margin-left: -15px;
    padding: 15px;
}
#getApp .inner .yellow_btn{
    margin-left: auto;
    border: none;
    border-radius: 20px;
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #4286EA;
    text-decoration: none;
}
#getApp .inner .text{
    font-size: 14px;
}
#getApp .inner .text span{
    font-size: 11px;
    color: #969799;
}
#getApp .inner .text p:first-child{
    line-height: 13px;
    font-size: 12px;
}
#getApp .inner .text p{
    margin: 0;
}
#getApp .inner .close span {
  font-size: 10px;
  background-color: #EBEAE9;
  border-radius: 9px;
  padding: 5px 7px;
  color: #4F5D81;
}

#alert{
    display: none;
}
#modal-WhileYou .modal-box{
    max-width: 960px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
#modal-WhileYou .d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#modal-WhileYou .arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#modal-WhileYou .d-flex>div{
    width: 50%;
}
#modal-WhileYou .item{
    display: flex;
    flex-flow: column;
}
#modal-WhileYou .item>span{
    display: block;
    font-size: 48px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #ECAF00;
}
#modal-WhileYou .top-row .item>span{
    background-image: linear-gradient(90deg,#F59A25, rgba(255,255,255,1),#F59A25);
    color: transparent;
    background-clip: text;
    max-width: 170px;
    margin-right: auto;
    margin-left: auto;
}
#modal-WhileYou .item .cover_span_block{
    display: block;
    display: flex;
    justify-content: center;
    font-size: 48px;
    margin: 0 0 10px;
    color: #ECAF00;
    font-weight: bold;
}
#modal-WhileYou .top-row{
    padding: 50px;
    background-color: #181B1F;
}
#modal-WhileYou .top-row .title{
    font-size: 36px;
    margin: 0 0 50px;
    font-weight: bold;
}
#modal-WhileYou .bottom-row{
    padding: 50px;
    background-color: #fff;
    color: #090E12
}
#modal-WhileYou .bottom-row .title{
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px;
}
#modal-WhileYou .btn{
    display: inline-flex;
    margin: 50px 0 0;
    border-radius: 32px;
}
@media screen and (max-width: 1023px) {
    #modal-WhileYou .arrow{
        display: none;
    }
    #modal-WhileYou{
        font-size: 14px;
    }
    #modal-WhileYou .d-flex{
        flex-flow: column;
    }
    #modal-WhileYou .d-flex>div{
        width: 100%;
    }
    #modal-WhileYou .d-flex>div:last-child{
        margin-top: 20px;
    }
    #modal-WhileYou .item>span{
        font-size: 36px;
    }
    #modal-WhileYou .top-row .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #modal-WhileYou .bottom-row,
    #modal-WhileYou .top-row{
        padding: 30px 15px 20px;
    }
    #modal-WhileYou .bottom-row .title{
        font-size: 16px;
    }
}
.wrapper{
    position: relative;
    overflow: hidden;
}
header.header-home {
    background-color: transparent;
    padding: 22px 0;
    height: auto;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.cookies {
  background-color: rgb(33, 33, 33);
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  z-index: 4;
}
.cookies p {
  margin-bottom: 10px;
  font-size: 14px;
}
.cookies .yellow_btn {
  border: 2px solid #ecaf00;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  height: 36px;
  padding: 0 22px 0 22px;
  max-width: 100%;
  background: #ECAF00;
  color: #000;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header-home .widget-login_block .btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 20px 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    text-decoration: none;
    margin-left: 7px;
}
.header-home .widget-login_block .yellow_btn{
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.00) 2.96%, rgba(255, 255, 255, 0.60) 52.29%, rgba(255, 255, 255, 0.00) 103.44%), #ECAF00;
    color: #090E12;
}
.header-home .widget-login_block .white_btn{
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.00) 2.96%, rgba(255, 255, 255, 0.16) 52.29%, rgba(255, 255, 255, 0.00) 103.44%), rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
}

.header-home .widget-login_block .yellow_btn:hover{
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.00) 2.96%, rgba(255, 255, 255, 0.90) 52.29%, rgba(255, 255, 255, 0.00) 103.44%), #ECAF00;
}
.header-home .widget-login_block .white_btn:hover{
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.00) 2.96%, rgba(255, 255, 255, 0.4) 52.29%, rgba(255, 255, 255, 0.00) 103.44%), rgba(255, 255, 255, 0.04);
}
@media screen and (max-width: 767px) {
    .header-home .widget-login_block .btn{
        padding: 16px 12px;
        font-size: 12px;
        border-radius: 12px;
    }
    .header-home .lang-sw ul a{
        width: auto;
        height: auto;
    }
    .header-home .lang-sw{
        margin-right: 6px;
    }
}
@media screen and (max-width: 1199px) {
    a.yellow_btn.yellow_btn_cash.transp_btn {
        background-color: transparent;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }
}