

html, body{ box-sizing: border-box; }
body{ font-family: "Funnel Display", sans-serif; }
.shineBlue{ color: #1B16F4; }
section{
    margin: 0 auto;
    min-height: 100vh;
    align-items: baseline;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: visible;
    padding: 0px 40px 40px 40px;
    width: calc(100% - 80px);
}
section.Heading{ min-height: initial; }
section.Heading > div{flex-direction: column; }
.encaser{ display: flex; flex-direction:row; align-items:center; margin-bottom: 35px; }
.encaser p{ font-weight: 600; }
.encaser img{ width: 22px; margin-right: 10px; }
section > div{
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    width: 100%;
    min-height: initial;
    position: relative;
    z-index: 1;
}
section > div > div:first-child{ width: 40%; position: relative; }
section > div > div:last-child{ width: 60%; }
footer{ position: relative; }
video{ width: 100%; height: auto; position: absolute; }
p{ 
    margin:0 !important; 
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
}
span { font-size: inherit; }

h1{ font-size: 5em;
    line-height: 1em;
    margin-bottom: 10px; 
}

h2{ font-size:3.5em; line-height:1.15em; font-weight: 700; margin-bottom:30px; }

h3{ font-weight: 600; margin-bottom: 10px; }

section.Stats h3{ font-weight: 200; }

section.Security h3{
    color:#1B16F4;
}

section.Team > div > div{
    max-width: 320px;
    width: 100%;
    margin-right: 35px;
}

section.Team > div > div h3{
    font-size: 1.65em;
}

section.Team > div > div > div{
    padding: 50px 40px 19px 40px;
}

section.Team > div > div img.pic{
    width: 100%;
    border-radius: 60px;
}

section.Team > div > div ul li img{
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

section.Team > div > div .squareBehind{
    max-width: 320px;
    width: 100%;
    background: #E9E8FF;
    display: block;
    height: 350px;
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 60px;
}

section.Team > div > div ul{
    margin-top:25px;
}

.sweetBlue{ color:#8683FF; }

section.Hero > div > div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}

section.Problems > div{ flex-direction: row; }
section.Problems > div > div > div{ flex-direction: row; display: flex;}
section.Problems > div > div > div > div{
    width: calc(50% - 20px);
    background: #fff;
    height: 260px;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px;
}

section.Problems{
    padding-top: 100px;
}

section.Hero:after{
    height: 350px;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
    z-index: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left:0;
}

section.Problems > div > div > div > div img{ width: 50px; }
section > img{ 
    position: absolute;
    right: 0;
    top: -55px;
    width: 67%;
}

header .container .logo img {
    margin-left: 0;
}

section.Howitworks video{ position: absolute; } 

section.Hero video{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    transform: translateY(0%);
    filter: contrast(1.12);
    min-height: 100vh;
    object-fit: cover;
}

section.Hero{ overflow: hidden; }

section.Problems .spacer{
    height: 3vh;
}

.dots > div{
    padding: 50px 40px;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
}

.dots .number{
    background: #EDEDFF;
    height: 50px;
    position: relative;
    width: 50px;
    display: flex;
    align-items: center;
    color: #7C79FF;
    justify-content: center;
    border-radius: 99px;
    margin-right: 22px !important;
    font-weight: 500;
}

.Features .dots > div {
    padding: 50px 62px;
    background: #f8f8ff;
    margin-bottom: 20px;
}

.rowStats{
    flex-direction: row;
    display: flex;
}

.rowStats > div > div img{
    margin-right: 5px;
    width: 20px;
    height: auto;
}

.rowStats > div{
    width: 50%;
    padding: 40px;
}

.rowStats > div > div{
    display: flex;
    align-items: center;
}

.rowStats > div h3{
    font-size: 5.85em;
    margin-bottom: 0px;
    color: #1B16F4;
}

.whitRow{
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

section.Stats > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74%;
    top: initial;
    height: 1100px;
}

section.Stats{
    min-height: 80vh;
}

.roundedBck{
    position: absolute;
    right: 0;
    width: 64%;
    height: 160vh;
    background: #F2F5FF;
    border-radius: 350px 0px 0px 350px;
    z-index: 0;
    top: -60vh;
}

.ShowingViewport{
    background: none;
    transition: all 0.2s ease-in-out;
}

.ShowingViewport.in-view{
    background: blue !important;
}

.numie{
    position: absolute;
    left: 0;
    margin-top: -10px;
    font-size: 6em;
    font-weight: 100;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    color: blue;
}

.ShowingViewport.in-view .numie{
    opacity: 1;
}

section.Howitworks .ShowingViewport{
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0);
}


section.Howitworks .ShowingViewport.in-view{
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
    background: #fff !important;
}

section.Howitworks .ShowingViewport h3{
    transition: all 0.2s ease-in-out;
    color: #000;
}

section.Howitworks .ShowingViewport .number{
    transition: all 0.2s ease-in-out;
    background: #EDEDFF;
    color: #7C79FF;
}

section.Howitworks .ShowingViewport.in-view .number{
    background: #1b16f4;
    color: #fff;
}

section.Howitworks .ShowingViewport.in-view h3{
    color: #1b16f4;
}

section.Features .ShowingViewport h3{
    transition: all 0.2s ease-in-out;
}
section.Features .ShowingViewport.in-view h3{
    color: #FFF;
}

section.Features .ShowingViewport p{
    transition: all 0.2s ease-in-out;
}
section.Features .ShowingViewport.in-view p{
    color: #FFF;
}



section.BBanner video{
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    filter: contrast(1.15);
    bottom: 0;
}

section.BBanner{
    min-height: 70vh;
    display: flex;
    align-items: center;
}

section.BBanner h3{
    font-size: 3.5em;
    line-height: 1.15em;
    font-weight: 700;
    margin-bottom: 30px;
}

footer{
    background: linear-gradient(45deg, #0700ad, #08004d);
    min-height: initial;
}

section.Features h3{
    color: #1B16F4;
}

section.Team,
section.Team > div{
    min-height: 580px;
}


section.Hero a.ButtonStyle{
    font-weight: 700;
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    padding: 30px 60px;
    margin-right: 15px !important;
    width: auto;
    text-align: center;
    border-radius: 99px;
    margin-top: 20px;
}

section.Hero a.ButtonStyle:last-child{
    border: solid 2px #1b16f4;
    background: none;
    color: #1b16f4;
}

.Hero .caseBtnS{
    display: flex;
    margin-top: 10px;
}

section.Hero p{
    font-size: 2em;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 10px !important;
}

section.Howitworks video,
section.Security video{
    filter: hue-rotate(1deg) contrast(1.1) brightness(1.06);
}

section.Whychooseus,
section.Whychooseus > div{
    min-height: auto;
}

section.Whychooseus .comparisonTable{
    width: 100%;
    height: auto;
    border-radius: 60px;
    padding-bottom:60px;
}

section.Whychooseus .comparisonTable > div{
    display: flex;
    justify-content: space-around;
    padding: 30px 0px;
}

section.Whychooseus .comparisonTable .headings{
    margin-top:50px;
    margin-bottom:30px;
    font-size: 20px;
}

section.Whychooseus .comparisonTable > div > div{
    width: 20%;
}

section.Whychooseus .comparisonTable > div > div:first-child{
    width: 40%;
    font-weight: 700;
}

section.Whychooseus .comparisonTable .headings > div{
    color: #1B16F4;
    font-weight: 700;
    font-size: 20px;
}

.Whychooseus > img{
    top: -64%;
    width: 100%;
    height: 1990px;
    object-fit: cover;
    opacity: 0.5;
    z-index: -1;
    overflow: visible;
}

section.Roadmap .roundedBck {
    top: -47vh;
}

footer > div{
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}

footer > div:first-child > div{
    flex-direction: row;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

footer > div > div > div{
    width: 66%;
}


footer > div > div > div:first-child{
    width: 33%;
}

footer > div > div:last-child > div:last-child{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


footer > div > .upperBar{ margin-bottom:40px; margin-top:10px; }

footer > div > .upperBar .LogoSection{
    color:#fff;
    display: flex;
}

footer > div > .upperBar .LogoSection p {
    max-width: 326px;
    font-size: 1.5em;
    margin-top: 32px !important;
    font-weight: 100;
    line-height: 1.25em;
    color: #a5c2ff;
}

footer > div > .upperBar .LogoSection img{
    width: 124px;
}

footer > div > .upperBar .SectionsWeb{
    color:#fff;
    display: flex;
    flex-direction: row;
}

footer > div > .upperBar .SectionsWeb ul{
    display: flex;
    flex-direction: column;
    margin-right: 70px;
    width: 25%;
    justify-content: center;
}

footer > div > .upperBar .SectionsWeb ul li:first-child{
    margin-bottom:20px;
    font-size: 13px;
}

footer > div > .upperBar .SectionsWeb ul li a{
    font-size: 13px;
    margin-top: 0px !important;
    display: block;
    color: #a5c2ff;
    font-weight: 100;
}

footer > div > .bottomBar .Socials{
    color:#fff;
}

footer > div > .bottomBar{
    border-top: solid 1px #0057899d;
    padding-top: 45px;
}

footer > div > .upperBar .SectionsWeb ul:last-child li a{
    font-weight: 400;
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    padding: 24px 35px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer > div > .upperBar .SectionsWeb ul:last-child li a img{
    width: 19px;
}

footer > div > .bottomBar .Socials img{
    width: 35px;
    height: 35px;
    margin-right: 12px;
    filter: hue-rotate(-45deg);
}

footer > div > .bottomBar .Credits p{
    color:#fff;
    font-size: 13px;
}

.BBanner .contButton{
    display: flex;
    flex-direction: row;
    margin-top: 25px !important;
}

section.BBanner a.ButtonStyle {
    font-weight: 700;
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    padding: 30px;
    width: 190px;
    text-align: center;
    border-radius: 99px;
    margin-top: 22px;
    margin-right: 20px;
    border: solid 2px #fff;
}


section.BBanner a.ButtonStyle:last-child {
    background: none;
    color: #0700ad;
    border: solid 2px #0700ad;
}


section.BBanner p {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 10px !important;
}

section.Roadmap .steps01{ 
    width: 80%;
}

section.Roadmap .steps01 ul{
    flex-direction: column;
}

section.Roadmap .steps01 ul li{
    padding:65px 0px 65px 0px;
    display: flex;
    align-items: center;
}





section.Roadmap .steps01 ul li.ShowingViewportMap{
    background: none;
}

section.Roadmap .steps01 ul li.ShowingViewportMap .rounD{
    height: 40px;
    width: 40px;
    border-radius: 99px;
    margin-right:20px;
    margin-left:-20px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background: #9b9bff;
    transition: all 0.1s ease-in-out;
}

section.Roadmap .steps01 ul li.ShowingViewportMap .rounD .theLineLe{
    width: 3px;
    position: absolute;
    top: 45px;
    left:18px;
    height: 0px;
    transition: all 0.1s ease-in-out;
    background: blue;
}


section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD .theLineLe{
    width: 3px;
    height: 120px;
    position: absolute;
    top: 45px;
}

section.Roadmap .steps01 ul li.ShowingViewportMap:last-child .rounD .theLineLe{
    opacity:0;
}

header.headerScroll {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    height: 85px;
}

header .container .logo img {
    transition: all 0.2s ease-in-out;
}

.HeaderSubscribe{
    font-weight: 400;
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    padding: 17px;
    width: 111px;
    text-align: center;
    border-radius: 99px;
    font-size: 14px;
    margin-top: 0;
    /*opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;*/
}

/*header.headerScroll .HeaderSubscribe{
    opacity: 1;
    pointer-events:all;
}*/

.HeaderSubscribe:hover{
    color: #fff;
    font-size: 14px;
}

header.headerScroll .container .logo img {
    height: 24px !important;
}

section.Roadmap .steps01 ul li.ShowingViewportMap h3{
    margin-bottom: 0;
    margin-right: 30px;
    border-right: solid 1px #799ae0;
    padding-right: 30px;
    color: #9b9bff;
    transition: all 0.2s ease-in-out;
}

section.Roadmap .steps01 ul li.ShowingViewportMap span{
    font-size: 1.5em;
    font-weight: 100;
    color: #9b9bff;
    transition: all 0.2s ease-in-out;
}

section.Roadmap .steps01 ul li.ShowingViewportMap .rounD .roundINN{
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 99px;
    opacity:0;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}


section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD{ background: blue; }
section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD{ color: #1B16F4; }
section.Roadmap .steps01 ul li.ShowingViewportMap.in-view h3{ color: #000; }
section.Roadmap .steps01 ul li.ShowingViewportMap.in-view span{ color: #000; }
section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD .roundINN{ opacity:1; }




/* FORM */

    .sib-form .submit-button { background: linear-gradient(45deg, #0700ad, #0065f3); font-family: "Funnel Display", sans-serif; }
    .popup-backdrop h2 { margin-top: 30px; }
    .sib-form .form-group input[type="email"] { 
        width: calc(100% - 17px);
        height: 70px;
        padding: 0px 30px 0px 30px;
        border-radius: 0;
        border:0;
        border-bottom: 1px solid #8a9caf;
        text-align: center;
        outline: 0;
        box-shadow:0px 0px 0px rgba(0,0,0,0);
        font-family: 'Funnel Display';
    }
    .sib-form .form-group input[type="email"]:focus {
        outline: 0;
        border:0;
        border-bottom: 1px solid #556b85;
        box-shadow:0px 0px 0px rgba(0,0,0,0);
    } 

    .checkbox-text {
        font-size: 12px !important;
        line-height: 1.4;
        flex: 1;
        font-family: 'Funnel Display';
        font-weight: 100;
    }
    .checkbox-label input[type="checkbox"] {
        margin-top: 2px;
    }




/* COOKIES */

    .save-cookie-settings { background: linear-gradient(45deg, #0700ad, #0065f3); }
    .cookie-floating-button { right: 30px; left:initial; bottom: 30px; z-index: 998; }
    .cookie-floating-button button { background: linear-gradient(45deg, #0700ad, #0065f3); }
    .cookie-floating-button button:hover { background: linear-gradient(45deg, #0700ad, #0065f3); }
    .popup-backdrop { background-color: rgba(0, 0, 0, 0.5); }
    .cookie-floating-button { display: block; }
    .cookie-modal-content .category-description {
        margin: 5px 0 0 25px;
        color: #666;
        font-size: 13px;
        line-height: normal;
        margin-top: 7px !important;
    }



/* TESTIMONIALS CAROUSEL */

    .carousel > .carousel-track { display: flex; gap: 0; height: initial; align-items: center; width: auto; flex-direction: row; background: none; margin-top: 90px; }
    .carousel { display: flex; width: max-content; gap: 0; height: 50%; align-items: center; max-width: initial; }

    section.Ccontainer { min-height: 100vh; }
    section.Ccontainer { min-height: 50vh; }

    .carousel-track > div{
        background: #dcefff; max-width: 300px; padding: 50px; margin: 20px; border-radius: 40px;
        height: 231px; display: flex; flex-direction: column; justify-content: space-between;
    }

    section.Testimonials{ min-height: 600px; }
    section.Testimonials > div > div{
        background: #dcefff; padding: 50px; border-radius: 35px; height: 250px; display: flex;
        flex-direction: column; justify-content: space-between; width: 320px; margin-right: 30px;
    }

    section.Testimonials > div > div p{ font-weight: 500; margin-bottom: 40px !important; }
    section.Testimonials > div > div span{ color: #1B16F4; font-size: 15px; }
    section.Testimonials > div > div img{ width: 60px; }
    section.Testimonials > div.Heading > div {
        background: none !important; width: 100%; flex-direction: column; 
        justify-content: end; max-width: 1600px; margin: 0 auto; padding: 0;
    }

    .Testimonials .Heading{ width: 100%; max-width: initial; min-width: initial;}
    .Testimonials .Heading .encaser { display: flex; flex-direction: row; align-items: end; }
    .Testimonials .Heading .encaser + div{ display: flex; flex-direction: column; justify-content: end; }
    .Testimonials .Heading .encaser img{ width: 22px; }
    .Testimonials .Heading .encaser  p { font-weight: 500;  margin-bottom: 0px !important; }
    .Testimonials .Heading > div > div span{ color: #1B16F4; font-size: inherit; }



/* 404 Page */

    section .container > div p { width: 100%; max-width: initial; }
    .animationTitles .buttonStyle { background: linear-gradient(45deg, #0700ad, #0065f3); }
    .animationTitles .buttonStyle:hover { background: none; }



/* Header */

    header .container.long { justify-content: flex-start; }
    header .container ul li a { padding: 0px 22px; font-size: 14px; }
    header .container ul { margin-left: 40px; }
    header .container .logo img { height: 35px; }
    .nodesk{ display: none !important; }



/* Default pages */

    section.Hero.DefaultPage,
    section.Hero.DefaultPage > div,
    section.Hero.DefaultPage > div > div{ min-height: 50vh; }
    section.Hero.DefaultPage > div > div{ justify-content: flex-end; }
    section.Hero.DefaultPage h1{ font-weight: 100; font-size: 4em; }
    section.Texting{ margin-top: 50px; font-family: "Funnel Display"; }
    section.Texting > div{
        flex-direction: column;
        margin: 0 auto;
    }
    section.Texting h2 + p {
        margin: 0 auto;
        text-align: center;
        max-width: initial;
        padding-top: 40px;
        font-size: 1.5rem;
        text-align: left;
        font-size: initial;
        font-size: 18px;
        line-height: 26px;
        font-weight: 100;
    }

    section.Texting p {
        font-size: 16px !important;
        line-height: 25px !important;
        margin-bottom: 15px !important;
    }

    section.Texting h2{
        font-size: 2em;
        margin-bottom: 0;
        margin-top: 60px;
        font-weight: 100;
    }

    section.Texting h3 {
        font-weight: 100;
        margin-bottom: 10px;
        font-size: 23px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    section.Texting ul{
        flex-direction: column;
        line-height: 35px;
    }


        
    .secure-form label {
        font-family: 'Funnel Display';
    }



section.Roadmap .steps01 {
    width: 71%;
    background: #f2f5ff;
    padding: 300px 0px 300px 0px;
    border-radius: 250px 0px 0px 250px;
    margin-top: -300px;
}

section.Roadmap{
    padding: 0;
    margin: 0;
    width: 100%;
}

section.Roadmap .RoadmapGraph{
    max-width: initial;
}

.bottomBar .Socials p{
    color: #FFF;
    font-size: 14px;
    line-height: 21px !important;
}

    
@media (max-width: 1750px) {
    section > div{
        max-width: 1500px;
    }
}


@media (max-width: 1200px) {

    .Hero .caseBtnS {
        flex-direction: column;
    }

    .popup-backdrop .popup-content {
        margin: 40px 0px;
        overflow: scroll;
        height: calc(100vh - 110px);
        padding: 40px 20px 70px 20px;
        border-radius: 0px;
        overflow-x: hidden;
    }

    section.Roadmap .steps01{
        background: none;
        padding: 0px 40px 40px 40px;
        width: calc(100% - 80px);
        margin-top: 0px;
    }

    .Heading#whouses{
        padding-bottom: 0px !important;
    }

    section.Texting p {
        text-align: justify !important;
    }

    section.Hero.DefaultPage h1{
        font-size: 3em;
    }

    section.Texting {
        justify-content: flex-start;
    }

    section.Hero.DefaultPage > div > div{
        justify-content: center;
    }


    section.Hero video {
        left: 0;
    }
    section > div > div:first-child {
        width: 100%;
    }

    section > div {
        width: 100%;
    }

    section.Stats > div{
        flex-direction: column;
    }

    section.Problems > div {
        flex-direction: column;
    }

    section > div > div:last-child {
        width: 100%;
    }

    section.Problems > div > div > div {
        flex-direction: column;
    }

    p, h2{
        width: 100% !important;
        text-align: left !important;
    }
    h1 {
        font-size: 3em;
    }
    section.Hero p {
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.25em;
        margin-bottom: 15px !important;
    }
    h2{
        font-size: 2.5em;
        margin-top:20px;
    }
    h3 {
        font-size: 1.7em;
    }
    section > div > div:last-child {
        width: 100%;
    }

    .encaser {
        flex-direction: row !important;
    }
    section.Hero > div{
        flex-direction: column;
    }

    section.Problems > div > div > div > div {
        background: none;
    }

    .rowStats > div h3 {
        font-size: 3.85em;
        margin-bottom: 10px;
    }

    section.Problems {
        padding-top: 0;
    }

    section.Hero > div > div:last-child{
        display: none;
    }

    section.Howitworks .ShowingViewport.in-view {
        box-shadow: 0px 0px 100px rgba(0, 0, 0, 0);
        background: none;
    }

    section.Howitworks .ShowingViewport .number {
        width: 50px !important;
        margin-bottom: 19px !important;
    }

    section.Problems > div > div > div > div {
        width: 100%;
        height: initial;
        padding: 0;
        flex-direction: column;
        justify-content: space-between;
        margin: 20px 0px 40px 0px;
    }

    section.Howitworks > div {
        flex-direction: column;
    }

    section.Howitworks video {
        position: relative;
    }

    .whitRow {
        padding: 0;
        background: none;
    }

    .rowStats {
        flex-direction: column;
    }

    .rowStats > div {
        width: calc(100% - 80px);
        padding: 40px 0px;
    }

    section.Stats > img,
    section.BBanner > img,
    section.Roadmap > img {
        width: 100%;
        top:-480px;
    }

    section.BBanner > img{
        top: -180px;
    }

    section.Features{
        justify-content: flex-start;
    }

    .Features .dots > div {
        padding: 0px 0px 60px 0px;
    }

    .dots > div{
        padding: 50px 0px 20px 0px;
        flex-direction: column;
    }

    .roundedBck{
        display: none;
    }

    .numie {
        position: relative;
    }

    section.Features > div {
        width: 100%;
        flex-direction: column;
    }

    .ShowingViewport.in-view {
        background: none;
    }

    section.Features .ShowingViewport.in-view h3 {
        color: #1B16F4;
    }

    section.Features .ShowingViewport.in-view p {
        color: #000;
    }

    section.Security > div{
        flex-direction: column;
    }

    .Team > div{
        flex-direction: column;
    }

    section.BBanner video {
        width: 100%;
        height: auto;
        position: relative;
        right: 0;
        filter: contrast(1.15);
        margin-bottom: -40px;
        margin-top: 40px;
        bottom: 0;
    }

    section.BBanner > div{
        flex-direction: column;
    }

    .BBanner .contButton{
        flex-direction: column;
    }

    section.Problems > img {
        position: absolute;
        right: 0;
        top: -250px;
        width: 100%;
    }

    .RoadmapGraph{
        flex-direction: column;
    }
    section.Roadmap .steps01 ul li.ShowingViewportMap .rounD{
        margin-left: 0px;
    }
    section.Roadmap .steps01 {
        width: calc(100% - 80px);
    }

    section.Roadmap .steps01 ul li {
        padding: 65px 0px 65px 0px;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: flex-start;
    }

    section.Roadmap .steps01 ul li.ShowingViewportMap h3 {
        margin-bottom: 11px;
        margin-top: 14px;
        margin-left: 0px;
        margin-right: 0px;
        border-right: solid 0px #799ae0;
        padding-right: 30px;
        color: #9b9bff;
        transition: all 0.2s ease-in-out;
    }

    section.Roadmap .steps01 ul li.ShowingViewportMap span{
        margin-top: 10px;
        max-width: 320px;
        font-size: 22px;
    }

    section.Roadmap .steps01 ul li.ShowingViewportMap.in-view h3 {
        margin-left: 40px;
    }

    section.Roadmap .steps01 ul li.ShowingViewportMap.in-view span{
        margin-left: 40px;
    }
    section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD .theLineLe {
        height: 242px;
    }
    footer > div:first-child > div {
        flex-direction: column;
    }
    footer > div > .upperBar .SectionsWeb {
        flex-direction: column;
    }
    footer > div > div:last-child > div:last-child {
        flex-direction: column;
    }

    section.Team > div > div{
        margin-bottom: 50px;
    }

    section.Problems > div > div > div > div img {
        margin-bottom: 23px;
    }

    section:not(.Heading){
        margin-bottom: 50px;
    }

    .encaser {
        margin-bottom: 0;
    }

    .numie {
        margin-top: 0;
        font-size: 4em;
        margin-bottom: 30px !important;
        display: block;
        opacity: 0.2;
    }

    section.BBanner {
        margin-bottom: 0px;
    }

    section.BBanner > video {
        display: none;
    }

    section.BBanner h3 {
        font-size: 2.5em;
    }

    section.Whychooseus .comparisonTable > div {
        padding: 20px 20px;
    }


    section.Whychooseus .comparisonTable > div > div:first-child {
        font-size: 13px;
        text-align: left;
        display: flex;
        justify-content: left;
    }

    section.Whychooseus .comparisonTable > div > div {
        width: 20%;
        text-align: right;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    
    section.Whychooseus .comparisonTable .headings > div {
        font-size: 13px;
        text-align: right;
    }

    .comparisonTable img{
        width: 20px;
    }

    header .container .logo img {
        height: 34px !important;
        width: auto;
    }

    header .HeaderSubscribe {
        left: -105px;
        position: relative;
        z-index: 1;
    }

    .Ccontainer > .carousel {
        width: max-content;
    }

    section.Testimonials {
        flex-direction: column !important;
    }

    .nomobil{
        display: none !important;
    }

    section.Hero > div > div{
        justify-content: center;
        padding-bottom: 0px;
        min-height: 75svh;
    }

    .menuMobile {
        background: linear-gradient(45deg, #0700ad, #0065f3);
    }
    .menuMobile .socials li img {
        filter: hue-rotate(-25deg);
    }

    header.headerScroll .menu_btn_black {
        top: 30px;
    }

    section.Hero:after {
        top: calc(100svh - 350px);
        height: 0px;
    }
    section.Hero video {
        min-height: 100svh;
    }

    section.Hero a.ButtonStyle {
        width: 150px;
    }

    section.BBanner a.ButtonStyle {
        margin-top: 15px;
    }
    h2 br{
        display: none;
    }
    footer > div > div > div {
        width: 100%;
    }
    footer > div > div > div:first-child {
        width: 100%;
    }

    footer > div > .upperBar .SectionsWeb ul li:first-child {
        margin-bottom: 10px;
        margin-top: 50px;
        font-size: 18px;
    }

    footer > div > .upperBar .SectionsWeb ul {
        margin-right: 0;
        width: 100%;
    }

    footer > div > .upperBar .SectionsWeb ul li a {
        font-size: 14px;
        margin-top: 17px !important;
    }

    footer > div > .bottomBar .Socials img {
        width: 40px;
        height: 40px;
    }

    footer > div > .bottomBar .Credits p {
        color: #fff;
        font-size: 14px;
        margin-top: 32px !important;
    }

    footer > div > .upperBar .LogoSection p {
        max-width: initial;
        margin-bottom: 10px !important;
        font-size: 2em;
    }

    .Whychooseus{
        margin: 0 !important;
        width: calc(100% - 50px);
        padding: 25px;
    }

    section.Testimonials .Heading h2{
        margin-bottom: -25px;
    }

    .popup-backdrop .contForm {
        padding: 0px 0px 20px 0px;
    }

    .secure-form-container {
        padding: 0;
    }

    .popup-backdrop h2 {
        margin-bottom: 40px;
    }

    section.Stats > img{
        top: -650px;
    }


}





.b2bPage section.Hero p {
    font-size: 1.70em;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    max-width: 590px;
}

    
.b2bPage h1 {
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 30px;
}

.b2bPage section.Problems h2 span{
    font-size: 0.5em;
    max-width: 490px;
    display: block;
    line-height: 1.35em;
}

/*
.b2bPage h3{
    font-size: 1.5em;
}

.b2bPage p{
    margin: 0 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}*/

.b2bPage h2 {
    font-size: 3em;
    line-height: 1.1em;
}

.b2bPage section.Howitworks .ShowingViewport .number {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.b2bPage section.BBanner h3 {
    font-size: 4em;
}

footer > div > .bottomBar .Credits p {
    color: #abccf8;
    font-size: 14px;
    line-height: 21px !important;
}

.b2bPage .Problems > div > div > div h3 {
    margin-top: 35px !important;
        font-size: 1.7em;
}

.b2bPage section.Howitworks video, .b2bPage section.Security video {
    filter: hue-rotate(1deg) contrast(1.1) brightness(1.06);
    top: 10%;
    width: 90%;
}

.b2bPage .roundedBck {
    top: -50vh;
    height: 200vh;
}

.b2bPage .Heading h2{
    max-width: 810px;
}

.b2bPage .rowStats > div h3 {
    font-size: 4.5em;
}


.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap .rounD {
    min-width: 40px;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap {
    padding: 60px 0px 60px 0px;
    background: none;
    height: 120px;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD .theLineLe {
    height: 190px;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap h3 {
    margin-left: 15px;
    max-width: 210px;
    padding: 20px 30px 20px 0px;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap span {
    font-size: 1.5em;
    font-weight: 100;
    transition: all 0.2s ease-in-out;
    max-width: 530px;
}

.b2bPage section.BBanner video {
    mix-blend-mode: multiply;
}

.b2bPage section.Roadmap .roundedBck {
    height: 180vh;
}

.b2bPage section.Security video {
    width: 100%;
}

.b2bPage section.BBanner {
    margin-top: 130px;
}

.b2bPage section.BBanner a.ButtonStyle:last-child {
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    border: solid 2px #fff;
}

.b2bPage .form-submit button {
    background: linear-gradient(45deg, #0700ad, #0065f3) !important;
}

.b2bPage .secure-form input[type="text"], 
.b2bPage .secure-form input[type="email"], 
.b2bPage .secure-form textarea, 
.b2bPage .secure-form select {
    width: calc(100% - 0px) !important;
    padding: 15px;
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px !important;
    padding: 20px 15px;
    margin-top: 10px;
    font-family: "Funnel Display";
}

.b2bPage .popup-backdrop h2 {
    font-size: 2em;
    line-height: 1.1em;
    text-align: left;
    padding: 0px 20px;
}

.b2bPage .secure-form-container {
    max-width: 540px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    font-family: Helvetica, sans-serif;
}

.b2bPage .terms-field {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding-top: 0px !important;
    display: flex;
    justify-content: center;
    border: 0px !important;
}

.b2bPage .popup-backdrop p{
    font-size: 12px !important;
    line-height: 18px;
    max-width: 300px;
    margin: 0 auto !important;
    text-align: center !important;
}

.b2bPage .HeaderSubscribe {
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 20px;
}

.b2bPage footer > div > .upperBar .LogoSection p {
    max-width: 326px;
    font-size: 14px;
    margin-top: 32px !important;
    font-weight: 100;
    line-height: 22px;
    color: #a5c2ff;
}

.b2bPage .hiddMobi{
    opacity: 0;
}



section.Heading{
    z-index: 3;
}

section.Security{
    padding: 0px;
    margin: 0;
    width: 100%;
}

section.Security > div{
    max-width: 100%;
}

section.Security video {
    left: 109px;
}

section.Security > div .dots{
    background: #F2F5FF;
    padding: 300px 0px 300px 70px;
    border-radius: 300px 0px 0px 300px;
    margin-top: -371px;
    width: 70%;
}


.BBanner .clarification{
    margin-top: 45px !important;
    display: block;
    font-size: 15px;
    max-width: 400px;
    line-height: 23px;
}

.b2bPage section.BBanner .ButtonStyle.Inv{
    border: solid 2px blue !important;
    background: none !important;
    color: blue !important;
}

.b2bPage section.BBanner .reqS{
    font-weight: 200;
    font-size: 1.5em;
    line-height: 1.6em;
}

@media (max-width: 1200px) {

    .b2bPage .popup-backdrop h2 {
        padding: 0px 0px;
    }


    .b2bPage section.Hero h1 br{
        display: block;
    }

    .b2bPage section.Hero p {
        font-size: 1.40em;
    }

    .b2bPage h1 {
        font-size: 3em;
        margin-bottom: 10px;
    }

    .b2bPage .Problems > div > div > div h3 {
        margin-top: 10px !important;
        margin-bottom: 25px;
    }

    .b2bPage section.Problems > div > div > div > div {
        margin: 40px 0px 30px 0px;
    }

    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap .rounD {
        min-height: 40px;
    }

    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap {
        height: 180px;
    }

    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD .theLineLe {
        height: 250px;
    }

    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap.in-view h3 {
        margin-left: 40px !important;
    }

    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap span {
        margin-left: 15px;
    }

    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap.in-view span {
        margin-left: 40px;
    }

    .b2bPage section.BBanner {
        margin-top: 50px;
    }

    .b2bPage section.BBanner {
        margin-bottom: 50px;
    }

    .b2bPage footer > div > .bottomBar .Credits p {
        margin-bottom: 60px !important;
    }


    .b2bPage section .ShowingViewport h3 {
        max-width: 300px;
        margin-bottom: 20px;
    }

    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap span {
        font-size: 18px;
        max-width: 310px;
        margin-top: 0px;
    }

    .b2bPage .hiddMobi{
        opacity: 0 !important;
        margin-top: 0px !important;
        height: 0px;
        margin-bottom: 0px !important;
    }

    .b2bPage .HeaderSubscribe {
        padding: 15px 9px;
        left: -105px;
        width: 135px !important;
    }

    .b2bPage .HeaderSubscribe img{
        display: none;
    }

    .b2bPage section.Hero p{
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .b2bPage section.Security > div .dots{
        background: none;
        padding: 20px 0px 60px 40px;
        border-radius: 300px 0px 0px 300px;
        margin-top: 0;
        width:calc(100% - 80px);
    }

    section.Security video{
        left: 0;
    }

}



section.Hero > div > div{ width: 50%; }

.b2bPage section.Hero p {
    font-size: 1.3em;
    line-height: 1.35em;
    max-width: 600px;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

section.Hero a.ButtonStyle{ margin-top: 10px; padding: 30px 45px; }

.b2bPage h1 { font-size: 3.8em; line-height: 1em; margin-bottom: 25px; }

.b2bPage section.Problems h2 span{
    font-size: inherit;
    max-width: initial;
    display: unset;
    line-height: initial;
}

.b2bPage section p.under{
    font-size: 2em;
    max-width: 440px;
    display: block;
    line-height: 1.2em;
    text-align: left;
    font-weight: 700;
}

.b2bPage section p.shineBlue.under{
    font-weight: 700;
}

.b2bPage section.UnderSectionResult{
    min-height: 90vh;
    align-items: center;
}

.b2bPage section.UnderSectionResult h2{
    max-width: 630px;
}

.Howitworks ul{
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 20px;
}

.Howitworks ul li{
    margin: 10px 0px 0px 0px;
}

.Howitworks ul + p{
    font-weight: 700 !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

section.Features{
    min-height: initial;
}

section.Problems {
    min-height: initial;
}

section.Howitworks{
    min-height: initial;
}

.dots .number {
    margin-right: 40px !important;
}

section.Howitworks > div > div{
    width: 50%;
}

section.Features > div > div:first-child {
    width: 30%;
}

section.Features > div > div:last-child {
    width: 70%;
}

section.Howitworks .ShowingViewport h3 {
    margin-top: 3px;
}



.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap ul {
    max-width: initial;
    top: -6px;
    position: relative;
}

section.Roadmap .steps01 ul li {
    padding: 0px 0px 5px 0px;
    font-size: 1.15em;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap {
    height: initial;
    align-items: baseline;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap h3 {
    padding: 0px 0px 0px 0px;
}

section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD .theLineLe{
    top: 39px !important;
    height: 270px !important;
}

section.Roadmap .steps01 ul li.ShowingViewportMap h3{
    border: 0;
}


section.UnderSectionResult.Comp > div{
    display: flex;
    flex-direction: column;
}

section.UnderSectionResult.Comp ul{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

section.UnderSectionResult.Comp ul li{
    font-size: 1.7em;
    margin-bottom: 5px;
}

section.UnderSectionResult.Comp span{
    font-size: 1.7em;
    font-weight: 700;
}

.mtgBt{
    margin-bottom: 10px;
}

.sweetBlue{
    color: #7C79FF;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap span {
    font-size: inherit;
    font-weight: 100;
    max-width: 530px;
    margin-right: 5px;
    color: #000;
}

.b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap.in-view span {
    color: blue !important;
}

section.Roadmap .steps01 ul li.mtgBt + li:last-child{
    font-style: italic;
}

section.Roadmap .steps01 ul li.mtgBt:first-child {
    font-weight: 600;
}

.coins{
    position: fixed;
    top: 0vh;
    object-fit: cover;
    opacity: 0;
    width: 100vw;
    height: 110vh;
    right: 0;
    z-index: 0;
}

.UnderSectionResult{
    z-index: 91;
}

.PresStCont{
    position: relative;
}

.PresStCont .ST01,
.PresStCont .ST02{
    position: absolute;
    top: 0;
}

.PresStCont .ST02{
    position: relative;
    opacity: 0;
}

.Hero .ST01 p{
    font-size: 2em !important;
}

section.FAQS {
    align-items: center;
}

section.FAQS .faq-question.shineBlue{
    font-weight: 700;
    border-bottom: solid 1px #6edeff;
}

section.Roadmap .steps01 {
    padding: 300px 0px 220px 0px;
}


.Problems.getStarted,
.Problems.getStarted > div{
    justify-content: center;
    padding-top:0;
}


section.Problems.getStarted > div > div:last-child{
    width: 100%;
    max-width: 1350px;
}

section.Problems.getStarted > div > div > div > div {
    background: #FFF;
    height: auto !important;
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.08);
}

section.Problems.getStarted > div > div > div > div ul{
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 25px;
}

section.Problems.getStarted > div > div > div > div ul li{
    margin: 5px 0px 5px 0px;
}

section.Problems.getStarted > div > div > div > div p{
    font-weight: 700;
    color: blue;
}

.Problems.getStarted, .Problems.getStarted > div {
    justify-content: flex-start;
    padding-top: 0;
    max-width: 1620px;
}

.b2bPage .Problems.getStarted > div > div > div h3 {
    margin-top: 20px !important;
    line-height: 1.15em;
    margin-bottom: 16px;
}

.b2bPage .Problems.getStarted > div > div > div a{
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    padding: 30px 35px;
    text-align: left;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.Heading.UnderSectionResult.InstiOnbo{
    min-height: 50vh;
    margin: 0;
    padding-bottom: 0;
    padding-top: 40px;
}

.Heading.UnderSectionResult.InstiOnbo ul{
    flex-direction: column;
    font-size: 2em;
    margin-bottom: 40px;
}

.Heading.UnderSectionResult.InstiOnbo a{
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    padding: 30px 35px;
    text-align: left;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 600;
    max-width: 290px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.Heading.UnderSectionResult.InstiOnbo a img{
    width: 19px;
}

.Howitworks.InvRel a img{
    width: 19px;
}


.Howitworks.InvRel p{
    text-align: left;
    max-width: 500px;
    padding-top: 5px !important;
    line-height: 1.3em;
}

.Howitworks.InvRel a{
    background: linear-gradient(45deg, #0700ad, #0065f3);
    color: #fff;
    padding: 30px 35px;
    text-align: left;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 45px;
    max-width: 290px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}


.b2bPage section.Howitworks.InvRel .ShowingViewport .number {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0px !important;
}

.b2bPage section p.shineBlue.under {
    font-weight: 700;
    padding-top: 0px;
}

section.Howitworks.InvRel .dots > div{
    background: #f2f5ff;
    align-items: center;
    margin-bottom: 30px;
    padding: 38px 80px;
    width: calc(100% - 160px);
}

section.Howitworks.InvRel .dots .number{
    display: none;
}

section.Howitworks.InvRel ul li{
    margin: 14px 0px 0px 0px;
}

.ButtonStyle img{
    width: 18px !important;
}


section.yielz-calculator{
    flex-direction: row;
    min-height: initial;
    align-items: flex-start;
    background: none;
    max-width: 1600px;
    justify-content: flex-start;
    margin-top: 0 !important;
    padding-top: 0px !important;
}

section.yielz-calculator .yielz-card{
    width: 100%;
    flex-direction: column;
    padding: 27px;
    background: #fff;
    box-shadow: 0 0px 0px rgb(86 86 86 / 10%) !important;
    padding: 0px 40px 0px 0px;
}

section.yielz-calculator .yielz-card .yielz-row {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

section.yielz-calculator .yielz-sub{
    max-width: 1600px;
    text-align: left;
    width: 100%;
}

section.yielz-calculator .yielz-period label{
    display: flex;
}

section.yielz-calculator .yielz-card .yielz-stats{
    width: 100%;
}

.yielz-label, .yielz-hint{
    margin-top: 18px !important;
    margin-bottom: 20px !important;
}

.yielz-label{
    margin-top: 10px !important;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.yielz-hint{
    margin-top: 7px !important;
    font-size: .7rem !important;
    margin-bottom: 13px !important;
}

.yielz-foot {
    margin-top: 20px;
    width: 100%;
}


.yielz-btn {
    font-family: 'Funnel Display';
}

.yielz-stat .v{
    font-size: 4em !important;
    font-weight: 500 !important;
}

.yielz-chip {
    padding: 11px 26px !important;
}

.yielz-foot {
    margin-top: 20px !important;
}

.yielz-input {
    padding: 22px 30px !important;
    border-radius: 99px !important;
    border: 0px solid rgb(0 0 0);
    background: #e8ecf9 !important;
    color: #000 !important;
}

.yielz-btn {
    background: linear-gradient(45deg, #0700ad, #0065f3) !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 99px !important;
    padding: 22px 16px !important;
}

.yielz-btn.secondary {
    background: none !important;
    color: blue;
}

.yielz-label {
    color: #000000 !important;
    margin-bottom: 6px;
}

.yielz-prefix {
    gap: 18px !important;
}

.yielz-chip {
    padding: 18px 25px !important;
    border-radius: 999px !important;
    border: 0px solid rgb(0 0 0 / 35%) !important;
    color: #4a5fc2 !important;
    font-size: 13px !important;
    background: #d1e4ff !important;
}

.yielz-period input:checked + .yielz-chip {
    background: linear-gradient(45deg, #0700ad, #0065f3) !important;
    border-color: #ffffff !important;
    color: #fff !important;
}

.yielz-prefix {
    gap: 17px !important;
    font-size: 2em !important;
}

.yielz-stat {
    padding: 40px 0px 0px 0px !important;
}

.yielz-stat .k {
    font-weight: 600 !important;
    color: #000 !important;
}

.yielz-hint {
    color: #8297ae;
}

.yielz-grid {
    display: flex !important;
    gap: 14px;
    flex-direction: column;
    width: 37%;
    margin-right: 3%;
}

.yielz-stat .v {
    background: linear-gradient(45deg, #0700ad, #0065f3);
    padding: 30px;
    border-radius: 20px;
    margin-right: 50px;
    margin-top: 20px;
    color: #fff !important;
}

.yielz-btn.secondary {
    background: transparent;
    color: blue !important;
    border: 2px solid blue !important;
    font-weight: 700 !important;
}

.yielz-period {
    margin-top: 20px !important;
}

.Heading.InstiOnbo.CalCu{
    justify-content: flex-start;
    max-width: 1600px;
}

.Heading.InstiOnbo.CalCu > div{
    max-width: 450px;
}

section.yielz-calculator > .yielz-card{
    margin-top: 0px;
    width: 40%;
}

section.yielz-calculator .yielz-card .yielz-stats {
    width: 100%;
}

section.yielz-calculator .yielz-grid > .yielz-card {
    width: 100%;
    flex-direction: column;
    padding: 27px;
    background: #fff;
    box-shadow: 0 0px 0px rgb(86 86 86 / 10%) !important;
    padding: 0px 70px 0px 0px;
}

section.yielz-calculator .yielz-stats {
    display: flex;
    gap: 0;
    flex-direction: column;
}

.yielz-stat {
    padding: 26px 0px 0px 0px !important;
}


.yielz-stat .v {
    font-size: 2em !important;
    font-weight: 500 !important;
    padding: 20px 30px !important;
    height: 150px;
}

.yielz-input:focus {
    outline: 3px solid rgb(194 232 255 / 64%);
    outline-offset: 4px;
}

.yielz-stat {
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(45deg, #0700ad, #0065f3) !important;
    padding: 30px;
    border-radius: 30px !important;
    margin-right: 50px;
    margin-top: 20px;
    color: #fff !important;
}

.yielz-stat .k {
    font-size: .8rem;
    color: var(--muted);
    margin-bottom: 0;
    color: #fff !important;
    margin-left: 30px;
}

.yielz-stat .v {
    font-size: 4em !important;
    padding: 20px 30px !important;
    height: 120px;
    width: 100%;
    font-weight: 400 !important;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    background: none !important;
}

.yielz-stat:first-child{
    margin-top: 0px !important;
}

.coins.blurrie{
    filter: contrast(3);
    height: 170vh;
}


@media (max-width: 1480px) {
    header .container ul li a {
        padding: 0px 14px;
        font-size: 13px;
    }
    .container.long {
        max-width: initial;
        width: 100%;
    }
    header .HeaderSubscribe {
        width: 111px !important;
    }
    section.Hero > div > div:last-child {
        display: none;
    }
    section.Hero > div > div:first-child {
        width: 100%;
    }
    .b2bPage h1 {
        font-size: 2.8em;
        margin-top: 100px;
    }
    section.Hero a.ButtonStyle {
        padding: 30px 38px;
    }
}

@media (max-width: 1200px) {
    header.headerScroll .HeaderSubscribe {
        display: block;
    }
    section.Hero > div > div {
        width: 100%;
    }
    .b2bPage h1 {
        font-size: 2.8em;
        margin-top: 100px;
    }
    section.Hero a.ButtonStyle {
        width: calc(100% - 90px);
    }
    section.Features > div > div:last-child {
        width: 100%;
    }
    .ShowingViewport {
        background: none !important;
    }
    .Features .dots > div{
        background: none !important;
    }
    section.Features {
        margin-bottom: 0px;
    }
    .b2bPage section.UnderSectionResult {
        min-height: initial;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 80px);
        flex-direction: column;
    }
    section > div {
        width: 100%;
        flex-direction: column;
    }
    section.Howitworks > div > div {
        width: 100%;
    }
    .b2bPage section.Howitworks video, .b2bPage section.Security video {
        top: 10%;
        width: 100%;
        max-width: 600px;
    }
    section.UnderSectionResult.Comp ul li {
        font-size: 1.7em;
        margin-bottom: 29px;
    }
    section.Roadmap .steps01 {
        padding: 0px 0px 0px 0px;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap ul {
        max-width: initial;
        top: 0;
        position: relative;
        flex-direction: column;
        width: calc(100% - 50px);
        left: 50px;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap span {
        margin-left: 0;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap.in-view span {
        margin-left: 0;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap h3 {
        padding: 0px 0px 0px 50px;
        max-width: initial;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap.in-view .rounD .theLineLe {
        height: 640px !important;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap .rounD {
        min-height: 40px !important;
    }
    section.Roadmap .steps01 ul li {
        padding: 0px 0px 5px 0px;
        font-size: 1.15em;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap h3 {
        margin-left: 40px !important;
    }
    section.Howitworks.InvRel .dots > div {
        background: none;
        align-items: flex-start;
        margin-bottom: 0;
        padding: 0;
        width: calc(100% - 55px);
        margin-top: 10px;
        margin-bottom: 30px;
    }
    section.FAQS .Horizontal > div{
        padding: 0px 40px;
        width: calc(100% - 80px);
    }
    .Problems.getStarted, .Problems.getStarted > div{
        margin-bottom: 0;
    }
    section.Hero video {
        min-height: 100%;
    }
    section.Whychooseus .comparisonTable .headings {
        margin-top: 0;
    }
    .b2bPage section.Roadmap .steps01 ul li.ShowingViewportMap {
        padding: 0px 0px 12px 0px;
        height: 650px;
    }
    section.yielz-calculator {
        flex-direction: column;
    }
    .yielz-grid {
        gap: 22px;
        flex-direction: column;
        width: 100%;
    }
    .Heading.InstiOnbo.CalCu {
        padding: 0px 40px 0px 40px;
    }
    section.yielz-calculator .yielz-grid > .yielz-card {
        padding: 0px 0px 0px 0px;
    }
    section.yielz-calculator .yielz-card .yielz-row {
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    section.yielz-calculator .yielz-card {
        width: 100%;
        flex-direction: column;
        padding: 27px;
        background: #fff;
        box-shadow: 0 0px 0px rgb(86 86 86 / 10%) !important;
        padding: 0px 0px 0px 0px;
    }
    .yielz-stat .v{
        justify-content: flex-start;
        margin-right: 0px;
        font-size: 3em;
    }
    .yielz-stat{
        margin-right: 0px;
    }
    section.yielz-calculator{
        margin-bottom: 0px !important;
    }
    section.Problems.getStarted > div > div > div > div {
        background: #FFF;
        height: auto !important;
        box-shadow: none;
        margin: 0px 0px 60px 0px;
    }
    .b2bPage .Problems.getStarted > div > div > div h3 {
        margin-top: 20px !important;
        line-height: 1.15em;
        margin-bottom: 16px;
        font-size: 2.5em;
    }
    .b2bPage .Problems.getStarted > div > div > div a img {
        margin-bottom: 0;
    }
    section.FAQS .faq-question {
        margin: 0px 0px;
    }
    footer > div > .upperBar .SectionsWeb ul li:first-child {
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 18px;
    }
    footer > div > .upperBar .SectionsWeb ul:first-child {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    footer > div > .upperBar .SectionsWeb ul:last-child {
        margin-top: 20px;
    }
    .b2bPage section.BBanner {
        margin-bottom: 0;
    }
    .Howitworks.InvRel{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #modal-subscribe.popup-backdrop .popup-content {
        margin: 0px 0px;
        overflow: auto;
        height: auto;
        padding: 40px 0px;
        border-radius: 0px;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
    }

    #modal-subscribe.popup-backdrop .contForm {
        padding: 0px 0px 20px 0px;
        width: 80%;
    }

    #modal-demo.popup-backdrop .popup-content {
        margin: 40px 0px;
        overflow: scroll;
        height: 80svh;
        width: calc(90% - 60px);
        padding: 40px 30px;
        border-radius: 29px;
        overflow-x: hidden;
    }

    .b2bPage .Problems.getStarted > div > div > div a{
        width: calc(100% - 70px) !important;
    }

    .b2bPage h2 {
        font-size: 2.5em;
    }

    .b2bPage section.BBanner h3 {
        font-size: 3em;
    }
    section.FAQS .faq-answer > div {
        padding: 20px 0px !important;
    }
    section.FAQS{
        margin-bottom: 0 !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .Step01 p br{
        display: none;
    }
    .b2bPage section.Hero p {
        font-size: 25px;
    }

    section.Hero a.ButtonStyle {
        max-width: 260px;
    }

    .b2bPage .Problems.getStarted > div > div > div a {
        max-width: 260px;
    }
    footer > div > .upperBar .SectionsWeb ul {
        width: 350px;
    }
}


@media (max-width: 800px) {
    section.Hero a.ButtonStyle {
        max-width: initial;
    }
    .b2bPage .Problems.getStarted > div > div > div a {
        max-width: initial;
    }
    footer > div > .upperBar .SectionsWeb ul {
        width: 100%;
    }
}



.sib-form-block__button {
    padding: 19px 18px !important;
    border: none !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    cursor: pointer !important;
    width: 100% !important;
    border-radius: 99px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    background: linear-gradient(45deg, #0700ad, #0065f3);
}

.sib-form .submit-button{
    max-width: initial !important;
}

.sib-form_request {
    text-align: left;
    width: 100% !important;
}

.sib-form {
    padding: 0 !important;
}

#sib-container {
    background: #fff;
    margin: 0 auto;
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    border-width: 0px !important;
    max-width: initial !important;
}

.sib-form .entry__field {
    -webkit-align-items: center !important;
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #c0ccda !important;
    border-radius: 3px !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    margin: .25rem 0 !important;
    max-width: 100% !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.sib-form .entry__field input{
    padding:0 !important;
}

.sib-form .entry__field textarea{
    padding: 15px 0px !important;
}

.sib-form-block {
    padding: 0;
}

.sib-form-container{
    width: 100%;
}

.sib-form-block {
    padding: 0 !important;
}

.sib-form-message-panel {
    margin: 0 0 0 0 !important;
}

.steps-slider {
    position: relative;
    min-height: 200px;
    margin: 0px 0px;
}

.Step01, .Step02, .Step03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    height: 150px;
    font-size: 1.4em;
}

.Step01.active, .Step02.active, .Step03.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    pointer-events: auto;
}

.dots-container {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #a8a8ff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
}

.dot.active {
    background: blue;
    border-color: #fff;
    transform: scale(1.3);
}

section.Hero.Welcome > div > div{
    max-width: 510px;
}

section.Hero.Welcome > div > div .ButtonStyle{
    max-width: 220px;
}

.coins.loopYielz{
    position: fixed;
    top: 27vh;
    object-fit: cover;
    opacity: 0;
    width: 55vw;
    height: 60vh;
    right: 0;
    z-index: 0;
    border-radius: 999px 0px 0px 999px;
    filter: brightness(1.12);
}

.mvlcoin{
    filter: brightness(1.12);
    display: none;
    width: calc(100% - 80px);
    filter: brightness(1.12);
    display: none;
    margin: 0px 40px 100px 40px;
    border-radius: 20px !important;
}


@media (max-width: 1200px) {

    .mvlcoin{
        display: block;
    }

    .Features + .UnderSectionResult{
        margin-bottom: 0 !important;
    }

    .Hero > div {
        padding: 40px 0px;
    }

    .coins{
        display: none;
    }

    section.Hero.Welcome{
        margin-bottom: 0 !important;
    }

    .caseBtnS {
        flex-direction: column;
        margin-top:0;
    }

    .ButtonStyle {
        text-align: center;
        width: 100%;
    }
    .steps-slider,
    .Step01, .Step02, .Step03 {
        min-height: 200px;
        height: auto;
    }
    .dots-container {
        margin-bottom: 30px;
    }
    .dot {
        width: 20px;
        height: 20px;
    }
}