

html, body{ box-sizing: border-box; background: #232323; }
body{ font-family: "Outfit", 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: 50%; position: relative; }
section > div > div:last-child{ width: 50%; }
footer{ position: relative; }
video{ width: 100%; height: auto; position: absolute; }
p{ 
    margin:0 !important; 
    font-size: 18px;
    line-height: 26px;
    font-weight: 200;
    color: #fff;
}
span { font-size: inherit; }

h1{ font-size: 5em;
    line-height: 1em;
    margin-bottom: 10px; 
    color: #fff;
}

h2{ font-size:3.5em; line-height:1.15em; font-weight: 700; margin-bottom:30px; color: #fff; }

h3{ font-weight: 600; margin-bottom: 10px; color: #fff; }

section.Stats h3{ font-weight: 200; }

section.Security h3{
    color:#1B16F4;
}

section.Team > div > div{
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 9px;
}

section.Team > div > div:hover img.Hov{
    opacity:1;
}


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: 6px;
    position: relative;
    object-fit: cover;
}

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: end;
    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);
    height: auto;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px 40px 12px 0px;
    color: #fff;
    font-weight: 200;
    line-height: 1.4em;
    font-size: 1.3em;
    justify-content: center;
}

section.Problems > div > div h2{
    margin:0;
}

section.Problems > div > div{
    align-items: center;
    display: flex;
}

section.Problems > div > div > div > div:last-child{
    display: flex;
    align-items: end;
}

section.Problems{
    padding-top: 100px;
    min-height: initial;
    background: #D54B4D;
    padding: 60px 40px 60px 40px;
    z-index: 1;
}

section.Hero:after{
    /*height: 350px;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
    z-index: 0;
    width: 100%;
    content:"";
    position: absolute;
    bottom: 0;
    left:0;*/
}

section.Problems > div > div > div > div img{ width: 30px; margin-left: 10px; }
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; height:200vh; }

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;
}

.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;
}

.numie{
    position: absolute;
    left: 0;
    margin-top: -10px;
    font-size: 6em;
    font-weight: 200;
    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: none;
}

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{
    display: flex;
    align-items: center;
    padding: 60px 0px 10px 0px;
    width: calc(100% - 0px);
    min-height: 50vh !important;
}

section.BBanner > div{
    max-width: initial;
}

section.BBanner h3{
    font-size: 3.5em;
    line-height: 1.15em;
    font-weight: 700;
    margin-bottom: 30px;
}

footer{
    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;
    width: 190px;
    text-align: center;
    border-radius: 99px;
    margin-top: 20px;
}

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;
}

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: 33.3%;
}


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;
    justify-content: end;
}



footer > div > .upperBar .LogoSection{
    color:#fff;
}

footer > div > .upperBar .LogoSection p {
    max-width: 326px;
    font-size: 1.5em;
    margin-top: 32px !important;
    font-weight: 200;
    line-height: 1.25em;
    color: #a5c2ff;
}

footer > div > .upperBar .LogoSection img{
    width: 170px;
}

footer > div > .upperBar .SectionsWeb{
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer > div > .upperBar .SectionsWeb ul{
    display: flex;
    flex-direction: row;
    margin-right: 0;
    width: auto;
}

footer > div > .upperBar .SectionsWeb ul li:first-child{
    font-size: 13px;
}

footer > div > .upperBar .SectionsWeb ul li a{
    font-size: 13px;
    display: block;
    color: #fff;
    font-weight: 200;
    margin:0px 15px;
}

footer > div > .upperBar .SectionsWeb ul li a {
    font-size: 13px;
    display: block;
    color: #fff;
    font-weight: 200;
    width: auto !important;
    white-space: nowrap;
}

footer > div > .upperBar .SectionsWeb ul li:last-child a {
    padding-right: 0px;
}

footer > div > .upperBar .SectionsWeb ul li{
    display: flex;
    align-items: center;
    border-left: solid 1px #797979;
    height: 17px;
}

footer > div > .upperBar .SectionsWeb ul li:first-child{
    border-left: solid 0px #797979;
}

footer > div > .upperBar .SectionsWeb.Soc ul li a img{
    width: 22px;
    margin: 0px 5px;
}

footer > div > .upperBar .SectionsWeb.Soc ul li {
    border-left: solid 0px #797979;
}

footer > div > .upperBar .SectionsWeb.Soc ul li a{
    margin: 0px 5px;
}


footer > div > .bottomBar .Socials{
    color:#fff;
}

footer > div > .bottomBar{
    border-top: solid 1px #ffffff12;
    padding-top: 45px;
}

footer > div > .bottomBar .Socials img{
    width: 35px;
    height: 35px;
    margin-right: 12px;
    filter: hue-rotate(-45deg);
}

.BBanner .secure-form-container {
    max-width: 450px !important;
    margin: inherit !important;
    padding: 20px 0px 20px 0px;
    font-family: Helvetica, sans-serif !important;
    width: 100%;
}

.BBanner .sib-form form{
    display: flex;
    flex-direction: column;
        margin-bottom: 20px;
}

.BBanner .sib-form .checkbox-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}

.BBanner .sib-form .form-group input[type="email"] {
    width: 100%;
    border-radius: 99px !important;
    /* border: solid 1px #ccc !important; */
    height: 70px;
    /* padding: 0px 30px 0px 30px; */
    border-radius: 0;
    border: 0;
    text-align: center;
    outline: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-family: Outfit;
    background: none;
    color: #fff;
}

.BBanner .sib-form .submit-button {
    font-family: Outfit;
    width: 100% !important;
    max-width: initial;
}

.BBanner h2{
    max-width: 450px;
    width: 100%;
}

section.BBanner > div > div.MainText{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 50px;
}

section.BBanner p {
    line-height: 1.3em;
    margin-bottom: 30px !important;
    text-align: justify;
    max-width: 450px !important;
    width: 100%;
}

.bckNws{
    background-image: url(../img/nwsl.jpg);
    background-size: cover;
    border-radius: 0px 5px 5px 0px;
    background-position: center;
}

.bckNwsPodc{
    border-radius: 12px 0px 0px 12px;
    position: relative;
    overflow: hidden;
}

.bckNwsPodc > .Btn{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background:#fff;
    height: 80px;
    width: 80px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.bckNwsPodc .bckgrad{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, #00000000);
    transform: none;
    border-radius: 0px;
    z-index: 0;
}

.bckNwsPodc > a img{
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-top: 2px;
    filter: brightness(2) invert(1);
}

.bckNwsPodc iframe{
    width: 100% !important;
    height: 100% !important;
}

.BBanner.PodCast .MainText > div{
    max-width: 680px;
    width: calc(100% - 40px);
    padding: 0px 0px 0px 40px;
}

.PodCast .bckNws{
    border-radius: 0px;
}



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;
}

.BBanner .checkbox-text {
    font-size: 14px !important;
    font-family: 'Outfit';
}


section.BBanner p {
    line-height: 1.3em;
    margin-bottom: 30px !important;
    text-align: left;
    max-width: 350px;
    font-weight: 200;
    font-size: 1.4em;
    padding-top: 3px;
}

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;
}


.greenbubbl{ width: 55%; position: fixed; left:0%; top:-65%; z-index: 0;}
.redbubbl{ width: 40%; position: fixed; left:5%; top:-50%; margin-left:80px; z-index: 1;}
.orangebubbl{ width: 30%; position: fixed; left:15%; top:-50%; z-index: 0;}


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;
}

.simpleLang_switcher .contR .country {
    padding-left: 0px;
}

.simpleLang_switcher {
    position: fixed;
    right: 290px;
    top: 25px;
    z-index: 9999;
}

ul.dropDownLanguage {
    height: 93px;
}

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 {
    background: #232323;
    box-shadow: none;
}

/*
header .headerBG{
    -webkit-mask-image: 
        linear-gradient(white, white),
        url('../img/button-mask.png');
    mask-image: 
        linear-gradient(white, white),
        url('../img/button-mask.png');
    -webkit-mask-size: 
        100% 100%,
        226px 50px;
    mask-size: 
        100% 100%,
        226px 50px;
    -webkit-mask-position: 
        0 0,
        calc(100% - 40px) center;
    mask-position: 
        0 0,
        calc(100% - 40px) center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-composite: source-out;
    mask-composite: exclude;
}

header.headerScroll .headerBG {
    background: #232323;
}*/


header .container .logo img {
    transition: all 0.2s ease-in-out;
}

.b2bPage section.Hero p,
.b2bPage h1{
    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;
    transition: all 0.2s ease-in-out;
}

header.headerScroll .HeaderSubscribe{
    opacity: 1;
    pointer-events:all;
}

.Team > div{
    flex-flow: wrap;
}

.Team .Hov{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.HeaderSubscribe:hover{
    color: #fff;
    font-size: 14px;
}


section.FAQS{
    background: none;
    display: flex;
    align-items: center;
}

.faq-container {
    flex-direction: column;
    background: none !important;
}
.faq-item, .faq-question, .faq-answer {
    width: 100% !important;
    background: none !important;
    color:#fff;
}

.faq-item{
    border-bottom: solid 1px #555555;
}
.faq-question{
    border-bottom: solid 0px #555555;
    color: #999999;
    font-weight: 400;
}
.faq-answer > div {
    padding: 0px 0px 10px 0px;
    font-weight: 300;
}
.faq-question {
    margin: 0px 0px;
    padding: 17px 0px;
}

.faq-item:hover .faq-question{
    color:#44A85A;
}

.FAQS .Horizontal h2 + p{
    line-height: 1.3em;
    margin-bottom: 30px !important;
    text-align: left;
    max-width: 500px;
    font-weight: 200;
    font-size: 1.4em;
    padding-top: 3px;
}

.FAQS .faq-question.active{
    color:#5CD41C;
}
.faq-answer p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.active + .faq-answer{
    padding: 0px !important;
    max-height: 500px !important;
    opacity: 1 !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: 200;
    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; }



.BBanner .sib-form .form-group:after,
.BBanner .sib-form button:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 99px;
    padding: 1px;
    background: linear-gradient(340deg, #121212, #909090, #121212);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.BBanner .sib-form .form-group,
.BBanner .sib-form button{
    position: relative;
    background: linear-gradient(180deg, #232323, #232323, #232323, #2b2b2b);
    color: white;
    border: none;
    border-radius: 99px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BBanner .sib-form .form-group.checkbox-group{
    justify-content: flex-start;
    background:none;
}

.BBanner .sib-form .form-group.checkbox-group:after{
    justify-content: flex-start;
    background:none;
}


/* FORM */

    .sib-form .submit-button { background: linear-gradient(45deg, #0700ad, #0065f3); font-family: "Outfit", 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: 'Outfit';
    }
    .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: 'Outfit';
        font-weight: 200;
    }
    .checkbox-label input[type="checkbox"] {
        margin-top: 2px;
    }

.cookie-modal h3{
    color: #000;
}


/* COOKIES */

    .save-cookie-settings { background: #D54B4D; }
    .cookie-floating-button { right: 30px; left:initial; bottom: 30px; z-index: 998; }
    .cookie-floating-button button { background: #D54B4D; }
    .cookie-floating-button button:hover { background: #D54B4D; }
    .popup-backdrop { background-color: rgba(0, 0, 0, 0.5); }
    .cookie-floating-button { display: none !important; }
    .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: 15px; color: #fff; font-weight: 200; }
    header .container ul { margin-left: 40px; }
    header .container .logo img { height: 23px; margin-right: 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: 200; font-size: 4em; }
    section.Texting{ margin-top: 0px; background:#232323; width:100%; padding-top:0px; position: relative; z-index:1; }
    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: 200;
    }

    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: 200;
    }

    .Hero.Legals{
        max-height: 50vh !important;
        height: 50vh !important;
        min-height: 50vh;
    }

    section.Hero.Legals > div > div {
        justify-content: flex-end;
        flex-direction: column;
        min-height: 50vh;
        height: 50vh !important;
    }

    section.Texting h3 {
        font-weight: 200;
        margin-bottom: 10px;
        font-size: 23px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    section.Texting ul{
        flex-direction: column;
        line-height: 35px;
    }
    section.Texting ul li{
        color:#fff;
    }
    section.Texting a {
        color:#fff;
        font-weight: 700;
    }


        
    .secure-form label {
        font-family: 'Outfit';
    }


.ApplyGlassBtn .backgroundGlass{
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: linear-gradient(-7deg, #232323, #232323, #424242);
    border-radius: 999px;
    opacity: 0;
    z-index: 0;
    transition: all 0.2s ease-in-out;
}

.ApplyGlassBtn:hover .backgroundGlass{
    opacity: 1;
}

.ApplyGlassBtn .textBtnGlass{
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}


.ApplyGlassBtn.WarmColor .backgroundGlass{
    background: linear-gradient(-7deg, #d54b4d, #d54b4d, #fb696b) !important;
}


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;
}

section.trdsec{
    min-height: initial;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
}

.Texting table th{
    text-align: left;
}

.Texting table td,
.Texting table th{
    padding:10px;
    border: solid 1px #fff;;
    color:#fff;
}

.Texting ol{
    color: #fff;
    padding-left:18px;
}

.Texting ol li{
    padding:7px 0px;
}


.Texting table{
    margin-bottom:30px;
}

section.trdsec > div{
    min-height: initial;
    width: 33.3%;
    aspect-ratio: 1 / 1;
    position: relative;
}

section.trdsec > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.trdsec > div .gradi{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #000000ba, transparent);
}

section.trdsec > div h2{
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 15%;
    font-size: 2em;
    font-weight: 300;
}

.success-message {
    background: none !important;
    color: #5cd21d;
    border: 1px solid #5cd21d;
    border-radius: 99px !important;
    padding: 10px 15px 10px 15px;
}

.success-message span{
    color: #5cd21d;
    font-size: 14px;
    padding: 32px;
    font-family: "Outfit", sans-serif;
}


.error-message{
    color: #ff5454 !important;
    border: 1px solid #ff5454 !important;
    border-radius: 99px !important;
    background: none !important;
}

.error-message span{
    color: #ff5454;
    font-size: 14px;
    padding: 32px;
    font-family: "Outfit", sans-serif;
}

.cookie-banner{
    background: #313131;
    margin: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 510px;
    right: 0 !important;
    left: initial !important;
}

.cookie-banner p{
    margin-bottom: 20px !important;
}

.cookie-banner .cookie-banner-buttons button{
    padding: 14px 29px !important;
    border-radius: 44px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-family: Outfit;
}

.cookie-banner .accept-all-cookies{
    background:#f1f1f1 !important;
    color:#232323 !important;
}

.cookie-banner .reject-all-cookies{
    background:#f1f1f1 !important;
    color:#232323 !important;
}

.cookie-banner .reject-all-cookies:hover,
.cookie-banner .accept-all-cookies:hover{
    background:#f1f1f1 !important;
    color:#232323 !important;
}

section.Team > div{
    flex-flow: wrap;
}
section.Team > div > div{
    margin-bottom: 15px;
    flex-flow: wrap;
    display: flex;
}

    
@media (max-width: 1750px) {
    section > div{
        max-width: 1500px;
    }
}


@media (max-width: 1350px) { 
    .b2bPage .HeaderSubscribe.ApplY {
        width: 223px !important;
        padding: 15px 18px !important;
    }
}



@media (max-width: 1200px) { 
    header .container ul li a {
        padding: 0px 29px 0px 0px !important;
        font-size: 13px !important;
    }
    header .container ul {
        margin-left: 10px;
    }

    section.Hero > div > div > div:first-child{
        width: 100%;
    }

    section.Hero > div > div > div:last-child{
        width: 0;
    }
    .simpleLang_switcher {
        right: 270px;
    }
}


@media (max-width: 1076px) {

    .Hero .buttonDesignBolkana {
        width: calc(50% - 60px) !important;
    }

    .cookie-banner {
        width: calc(100% - 80px);
    }

    .cookie-banner-buttons button{
        width: 100%;
    }


    section.Team > div > div {
        width: 100%;
    }

    .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;
    }

    .Hero.Legals .buttonDesignBolkana:after{
        background:none
    }

    section.Texting {
        justify-content: flex-start;
        padding: 0px 40px;
        width: calc(100% - 80px);
    }

    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;
        z-index: 9;
    }

    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;
        display: block;
    }

    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{
        padding: 0px 37px 40px 37px;
        width: calc(100% - 74px);
    }

    section.Team > div > div{
        width: calc(50% - 14px);
        display: inline-block;
        margin: 6px;
    }

    section.Problems > div > div > div > div img {
        margin-bottom: 23px;
    }

    section:not(.Heading){
        margin-bottom: 0px;
    }

    .BBanner.PodCast .MainText > div {
        max-width: 800px;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    section.trdsec > div{
        width: 100%;
    }


    .FAQS > div {
        flex-direction: column;
    }

    section.trdsec {
        flex-direction: column;
    }

    .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: -100px;
        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: 87svh;
    }

    .menuMobile {
        background: linear-gradient(45deg, #0700ad, #0065f3);
    }
    .menuMobile .socials li img {
        filter: hue-rotate(-25deg);
    }

    .b2bPage .datamember {
        height: calc(100% - 34px) !important;
        width: calc(100% - 30px) !important;
        padding: 15px 15px !important;
    }

    .datamember .name {
        font-size: 1em !important;
    }

    .datamember .title {
        font-size: 0.7em !important;
    }


    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.35em;
    line-height: 1.4em;
    margin-bottom: 0px !important;
    padding-top: 20px !important;
    max-width: 420px;
    font-weight: 200;
}

    
.b2bPage h1 {
    font-size: 6em;
    line-height: 1em;
    margin-bottom: 30px;
    font-weight: 400;
}

.b2bPage h1 span{
    font-weight: 700;
}

.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: 200;
}*/

.b2bPage h2 {
    font-size: 3em;
    line-height: 1.1em;
    font-weight: 400;
}

.b2bPage section.Howitworks .ShowingViewport .number {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.b2bPage section.BBanner h3 {
    font-size: 4em;
}


.buttonDesignBolkana{
    color: #fff;
    border-radius: 99px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 11px 30px;
    max-width: 207px !important;
    font-weight: 400;
    background: linear-gradient(178deg, #d54b4d, #d54b4d, #d54b4d, #dd5c5d);
    background-size: 100% 200%; /* Make gradient twice as tall */
    background-position: 0% 100%; /* Start position */
    transition: background-position 0.4s ease-in-out;
}

.buttonDesignBolkana:hover{
    background-position: 0% 76% !important;
}

.buttonDesignBolkana:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 99px;
    padding: 1px;
    background: linear-gradient(178deg, #fff1f1, #d54b4d, #d54b4d, #f3b2b3);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;

}




.boxCast{    
    display: flex;
}

.BBanner.PodCast .boxCast a{
    position: relative;
    background: linear-gradient(180deg, #232323, #232323, #232323, #2b2b2b);
    color: white;
    padding: 15px 28px;
    border: none;
    border-radius: 99px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    margin-right: 12px;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.BBanner.PodCast .boxCast a img{
    width: 70px;
    height: auto;
}

.BBanner.PodCast .boxCast a:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 99px;
    padding: 1px;
    background: linear-gradient(309deg, #121212, #909090, #121212);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.PodCast ul{
    display: flex;
    flex-direction: column;
    margin-bottom:50px
}

.PodCast ul li a{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    color: #999999;
    padding: 16px 0px 16px 0px;
    border-bottom: solid 1px #ccc;
    max-width: 540px !important;
}

.PodCast ul li a .name,
.PodCast ul li a .time{
    margin-left:15px;
    color: #999999;
}

.PodCast ul li a.active .name{
    color: #5CD41C;
}
.PodCast ul li a.active .time{
    color: #FFF;
}

.PodCast ul li a.active img{
    filter: brightness(2);
}

.buttonDesignBolkana:hover{
    color:#fff;
}

.b2bPage footer > div > .bottomBar .Credits p {
    color: #fff;
    font-size: 14px;
    line-height: 21px !important;
}

.b2bPage .Problems > div > div > div h3 {
    margin-top: 35px !important;
}

.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: 200;
    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: 90px;
}

.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: "Outfit";
}

.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.languageBT,
.b2bPage .HeaderSubscribe.ApplY  {
    position: relative;
    background: linear-gradient(180deg, #232323, #232323, #232323, #2b2b2b);
    color: white;
    padding: 15px 28px;
    border: none;
    border-radius: 99px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    margin-left: 12px;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    background-size: 100% 200%; /* Make gradient twice as tall */
    background-position: 0% 100%; /* Start position */
    transition: background-position 0.4s ease-in-out;
}

.b2bPage .HeaderSubscribe.ApplY{
    width: 200px;
    padding: 15px 27px;
}

.b2bPage .HeaderSubscribe.languageBT:hover,
.b2bPage .HeaderSubscribe.ApplY:hover{
    background-position: 0% 76% !important;
}

.b2bPage .HeaderSubscribe.ApplY img{
    width: 20px;
    margin-left: 10px;
}

.Logos.Partners{
    padding: 0;
    width: 100%;
    background: none !important;
    margin-bottom:100px;
}

.Logos.Partners .ContPartners{
    width: 100%;
    max-width: initial;
    background: #44A85A !important;
    padding: 0px 0px;
}

.Logos.Partners .ContPartners .Partners2{
    width: 100%;
    max-width: initial;
}

.Partners > div > div > div{
    width: 380px;
    min-width: 380px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    filter: invert(1);
    font-weight: 200;
}

.Partners > div > div > div img{
    width: 18px !important;
    margin:0px 10px 0px 0px !important;
    padding:0 !important;
    opacity: 1 !important;
}

.b2bPage .HeaderSubscribe.languageBT::before,
.b2bPage .HeaderSubscribe.ApplY::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 99px;
    padding: 1px;
    background: linear-gradient(309deg, #121212, #909090, #121212);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.b2bPage footer > div > .upperBar .LogoSection p {
    max-width: 326px;
    font-size: 14px;
    margin-top: 32px !important;
    font-weight: 200;
    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;
}

.Hero .buttonDesignBolkana {
    display:none;
}


.Hero.NotFound > div > div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

.Hero.NotFound h1{
    margin-bottom: 0;
}

.Hero.NotFound h1 + p{
    margin-bottom: 40px !important;
    padding-top: 10px !important;
}








.datamember{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-end;
    align-items: start;
    padding: 20px 20px !important;
    flex-direction: column;
    opacity: 0;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    z-index: 3;
    background: linear-gradient(0deg, #000000c4, #00000044, transparent);
}

section.Team > div > div:hover .datamember{
    opacity: 1;
}

.datamember .name{
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}

.datamember .title{
    font-size: 0.85em;
    color: #fff;
}

ul li a .textTimings{
    display: flex;
    align-items: flex-start;
    line-height: 23px;
}

ul li a .textTimings img{
    margin-top: 4px;
}

@media (max-width: 1076px) {

    .Partners > div > div > div{
        font-weight: 300;
    }

    .b2bPage .popup-backdrop h2 {
        padding: 0px 0px;
    }

    .PodCast ul li a {
        padding: 22px 0px 22px 0px;
    }

    .b2bPage section.Hero h1 br{
        display: block;
    }

    .b2bPage section.Hero p {
        font-size: 1.40em;
        max-width: initial;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .b2bPage h1 {
        font-size: 3em;
    }

    .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: 0px;
        padding-top: 0px;
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .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 {
        width: 175px;
    }

    .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;
    }

    
    footer > div > .upperBar .SectionsWeb ul {
        flex-direction: column;
        margin-top: 50px;
    }

    footer > div > .upperBar .SectionsWeb ul li:first-child {
        margin-bottom: 0;
        margin-top: 0;
    }

    footer > div > .upperBar .SectionsWeb ul li a {
        margin-top: 0px !important;
    }

    footer > div > .upperBar .SectionsWeb ul li {
        align-items: center;
        border-left: solid 0px #797979 !important;
        height: auto;
    }
    footer > div > .upperBar .SectionsWeb ul li a {
        margin: 0;
        padding: 20px 0px;
    }
    footer > div > .upperBar .SectionsWeb.Soc ul {
        flex-direction: row;
        margin-top: 20px;
    }
    .b2bPage .HeaderSubscribe.ApplY {
        display: none;
    }
    .simpleLang_switcher {
        right: 100px;
        position: relative;
        top: 3px;
    }
    header .container .logo img {
        height: 20px !important;
    }
    .b2bPage .HeaderSubscribe.languageBT, .b2bPage .HeaderSubscribe.ApplY{
        left: 0;
    }

    .greenbubbl, .redbubbl, .orangebubbl{
        left: -20%;
        top: -20%;
        width: 100%;
        transition: all 0.2s ease-in-out;
    }

    .redbubbl{
        width: 80%;
        left: -30%;
        animation: redAnim 10s 0s infinite ease-in-out;
    }

    .orangebubbl{
        width: 90%;
        animation: orangeAnim 5s 0s infinite ease-in-out;
    }

    .greenbubbl{
        width: 110%;
        left: -25%;
        animation: greenAnim 20s 0s infinite ease-in-out;
    }

    @keyframes redAnim { 
        0%{ rotate: 0deg; width: 80%; top: -20%; left: -20%; } 
        50%{ rotate: -90deg; width: 100%; top: -40%; left: -50%; } 
        100%{ rotate: 0deg; width: 80%; top: -20%; left: -20%; } 
    }

    @keyframes orangeAnim { 
        0%{ rotate: 0deg; width: 100%; top: -20%; } 
        50%{ rotate: 180deg; width: 130%; top: -40%; } 
        100%{ rotate: 0deg; width: 100%; top: -20%; } 
    }

    @keyframes greenAnim { 
        0%{ rotate: 0deg; width: 100%; top: -20%; } 
        50%{ rotate: 180deg; width: 130%; top: -40%; } 
        100%{ rotate: 0deg; width: 100%; top: -20%; } 
    }

    .menu_btn_black {
        filter: invert(1);
    }

    section.Hero{
        height: 100vh;
    }

    section.Hero > div > div {
        justify-content: end;
    }

    .b2bPage h1 {
        margin-bottom: 0;
    }

    .noMvl{
        display: none;
    }

    section.Problems > div > div > div > div:last-child {
        align-items: start;
    }

    section.Problems {
        padding-top: 60px;
    }

    .b2bPage section.Problems > div > div > div > div {
        margin: 40px 0px 0px 0px;
    }

    section.trdsec > div h2 {
        bottom: 0;
        left: 0;
        padding: 40px;
        width: calc(100% - 80px) !important;
    }

    .Logos.Partners .ContPartners{
        padding:20px 0px;
    }

    .FAQS .Horizontal > div:first-child{
        padding: 0px 40px 40px 40px;
        width: calc(100% - 80px);
    }

    section.BBanner > div > div.MainText {
        padding: 50px 40px 50px 40px;
        width: calc(100% - 80px);
    }
    .PodCast ul li a .name {
        line-height: 1.4em;
        margin-left: 20px;
    }
    .bckNwsPodc {
        height: 300px;
        border-radius: 0px !important;
    }
    section.trdsec > div .gradi {
        height: 90%;
        background: linear-gradient(0deg, #000000e0, transparent);
    }

    footer > div > .upperBar .SectionsWeb.Soc ul li a img {
        width: 37px;
        margin: 0px 14px 0px -9px;
    }
    section.BBanner p {
        margin-bottom: 15px !important;
    }
    .boxCast {
        margin-bottom: 10px;
        margin-top: 25px !important;
    }
    header.headerScroll .menu_btn_black {
        top: 35px;
    }

    .buttonDesignBolkana{
        max-width: initial !important;
        width: calc(100% - 60px);
    }

    section.Problems > div > div > div > div img {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .menuMobile > ul li {
        padding: 10px 0px;
        display: block;
    }

    .menuMobile {
        background: #232323;
        display: flex;
        flex-direction: column;
        padding: 40px;
        width: calc(100% - 80px) !important;
    }

    .menuMobile .socials{
        display: none;
    }

    .menuMobile ul + ul{    
        flex-direction: row;
        justify-content: flex-end;
        align-items: center !important;
    }

    .menuMobile ul + ul li a img{
        width: 38px;
        height: auto;
        margin-left: 20px;
    }

    .menuMobile ul + ul li:last-child a img{
        width: 25px;
    }

    .menuMobile .redbubbl, 
    .menuMobile .greenbubbl, 
    .menuMobile .orangebubbl{
        position: absolute;
    }

    .menuMobile > ul {
        position: relative;
        z-index: 9 !important;
    }

    .menuMobile.Visibl > ul a {
        padding: 7px 0px;
        display: block;
    }


    .menuMobile .redbubblMVL{
        width: 80%;
        position: absolute;
        left: -40%;
        top:initial;
        animation: redAnimMENU 10s 0s infinite ease-in-out;
        z-index: 2;
    }

    .menuMobile .orangebubblMVL{
        width: 100%;
        position: absolute;
        top:initial;
        animation: orangeAnimMENU 5s 0s infinite ease-in-out;
        z-index: 1;
    }

    ul.dropDownLanguage {
        height: 93px;
        display: block !important;
        position: absolute;
        margin-top: 8px;
        width: 86px;
    }

    .menuMobile .greenbubblMVL{
        width: 110%;
        left: -40%;
        position: absolute;
        top:initial;
        animation: greenAnimMENU 20s 0s infinite ease-in-out;
        z-index: 0;
    }

    @keyframes redAnimMENU { 
        0%{ rotate: 0deg; width: 90%; bottom: -20%; left: -20%; } 
        50%{ rotate: -90deg; width: 110%; bottom: -40%; left: -30%; } 
        100%{ rotate: 0deg; width: 90%; bottom: -20%; left: -20%; } 
    }

    @keyframes orangeAnimMENU { 
        0%{ rotate: 0deg; width: 100%; bottom: -20%; } 
        50%{ rotate: 180deg; width: 130%; bottom: -40%; } 
        100%{ rotate: 0deg; width: 100%; bottom: -20%; } 
    }

    @keyframes greenAnimMENU { 
        0%{ rotate: 0deg; width: 100%; bottom: -20%; } 
        50%{ rotate: 180deg; width: 130%; bottom: -40%; } 
        100%{ rotate: 0deg; width: 100%; bottom: -20%; } 
    }

    .iconBolk{
        position: absolute;
        top: 40px;
        left: 43px;
        width: 60px;
        z-index: 9;
    }

    .Hero .buttonDesignBolkana {
        max-width: initial !important;
        width: calc(100% - 60px);
        height: 50px;
        margin-top: 15px;
        display: flex;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(5deg, #363636, #232323, #232323, #232323);
    }

    .Hero .buttonDesignBolkana:after{
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 99px;
        padding: 1px;
        background: linear-gradient(187deg, #fff1f1, #d54b4d, #d54b4d, #f3b2b3);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 99px;
        padding: 1px;
        background: linear-gradient(309deg, #121212, #909090, #121212);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .PodCast ul li a img{
        top: 2px !important;
        position: relative !important;
    }
    .PodCast ul li a {
        align-items: baseline !important;
        padding: 22px 0px 22px 0px !important;
    }

    .Hero.NotFound h1{
        font-size: 6em !important;
    }

    .Hero.NotFound h1 + p{
        text-align: center !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
    }

    .Hero.NotFound .ButtonStyle{
        display: flex !important;
    }


}




@media (max-width: 768px) {
    .Hero .buttonDesignBolkana {
        width: calc(100% - 60px) !important;
        justify-content: center;
    }

    .b2bPage section.Hero > div > div {
        min-height: 92svh !important;
    }

    .b2bPage section.Hero p {
        margin-bottom: 0px !important;
        margin-top: 5px !important;
    }
    .b2bPage h1 {
        font-size: 2.7em !important;
        line-height: 1.2em !important;
    }

    .Hero .buttonDesignBolkana img{
        margin-left: 17px !important;
    }

        
    .Hero.NotFound h1{
        font-size: 6em !important;
    }

    .Hero.NotFound h1 + p{
        text-align: center !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
    }

    .Hero.NotFound .ButtonStyle{
        display: flex !important;
    }

}