a,
h2,
h2,
h3,
h4,
h5,
h6,
button,
p,
span,
li {
    font-family: 'Poppins', sans-serif;
}
ol, ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
img{
    box-sizing: border-box;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
body {
    height: auto;
    background-color: #13111A;
}
/*body {*/
/*    background-color: #13111A;*/
/*    overflow-x: hidden;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    -webkit-text-size-adjust: 100%;*/
/*    color: #1e2030;*/
/*    display: flex;*/
/*    height: 100vh;*/
/*    flex-direction: column*/
/*}*/
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    /*padding: 10px 40px;*/
    box-sizing: border-box;
}
.main-header-wrap{
    padding: 10px 0;
    box-shadow: 4px 11px 13px 2px rgba(0, 0, 0, .2);
    position: sticky;
    top: 0;
    z-index: 555;
    width: 100%;
    min-height: auto;
    /* padding-bottom: 40px; */
    /* background-image: url(/assets/images/main-bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: linear-gradient(to bottom, #030c60 0%,#13111a 100%);
}
.main-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto;
}
.main-header-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
    max-width: 570px;
}
.main-header-menu {

}
.main-header .logo{
    margin-right: 10px
}

.main-header .logo img{
    width: 100%;
    max-width: 200px;
    height: auto;
}


/**************language toggler start*****************/
.main-header-menu>a {
    color: #fff;
    text-decoration: none;
    /*margin: 0 20px;*/
    /*font-size: 20px;*/
    white-space: nowrap;
    position: relative;
    margin: 0 20px;
}
.main-header-menu>a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .3s;
}
.main-header-menu>a:hover:after{
    width: 100%;
}

/**************language toggler end*****************/
.main-section{
    position: relative;
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    /*background-image:url("/assets/images/main-bg.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: linear-gradient(to bottom,  #030c60 0%,#13111a 100%);
}
.main-section .content-block-wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.main-section .content-block{
    position: relative;
    margin: 100px auto 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-section .content-block h1,
.about-main-section .content-block h1,
#contact .content-block h1{
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.main-section .content-block h1{
    text-shadow: 2px 2px 0 #4074b5;
}
.about-main-section .content-block h1,
#contact .content-block h1{
    text-align: center;
    margin: 50px 0 30px;
    position: relative;
    width: 100%;
    display: block;
}
.about-main-section .content-block h1:before,
#contact .content-block h1:before{
    content: '';
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    max-width: 222px;
    height: 3px;
    background: linear-gradient(90deg, #CE4DA4 0%, #7353E5 100%);
}
.about-main-section .content-block h1:after,
#contact .content-block h1:after{
    content: '';
    position: absolute;
    top: 33px;
    right: 0;
    width: 100%;
    max-width: 222px;
    height: 3px;
    background: linear-gradient(90deg, #CE4DA4 0%, #7353E5 100%);
}
.main-section .content-block img{
    width: 15%;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.main-section .text-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-section .text-block .text-container{
    width: 50%;
}

.main-section .text-block .image-container{
    width: 40%;
    margin: 0 auto;
}
.main-section .text-block .image-container img{
    width: 100%;
    height: auto;

}
.legal-page-content-wrap h1 {
    color: #fff;
    margin-bottom: 40px;
}
.legal-page-content-wrap h2,
.legal-page-content-wrap p {
    color: #fff;
    text-align: left;
}
.legal-page-content-wrap ul {
    padding-left: 30px; 
}

.legal-page-content-wrap ul li {
    list-style: disc; 
    color: #fff;
}
.legal-page-content-wrap .legal-page-content h2 {
    text-align: left;
    margin-top: 30px;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}
/************ contact form start****************/

.signup-body {
    width: 100%;
    max-width: 534px;
    max-height: 628px;
    background-color: #0C063A;
    padding: 7px 50px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: 45px 0 0;
    /*border: 5px solid transparent;*/
    background-clip: padding-box;

    background-image: linear-gradient(90deg, #FF007A, #7353E5);
    background-size: 0 0;
    position: relative;
    /*z-index: 0;*/
}

.signup-body:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: auto;
    --mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="20" ry="20" stroke-width="2" fill="transparent" stroke="white"/></svg>');
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.message-body {
     width: 100%;
     max-width: 729px;
     max-height: 514px;
     background-color: transparent;
     padding: 0;
     box-sizing: border-box;
     position: relative;
     z-index: 1;
     margin: 100px auto;
     background-clip: padding-box;
 }
.signup-body h3{
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    margin: 25px 0 0;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.signup-body .mobile-text{
    display: none;
}
.signup-body .legals{
    font-weight: 200;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin: 0;
}
.signup-body .legals a{
    color: #fff;
}
#submit-signup,
#submit-message{
    width: 100%;
    margin: 0 auto;
}
.signup-body .form-control,
.message-body .form-control{
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 47px;
    color: #7E7E7E;
    padding-left: 25px;
}
.message-body .form-control{
    line-height: 50px;
    padding-left: 40px;
}
textarea{
    border-radius: 20px;
    width: 100%;
    height: 194px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #7E7E7E;
    padding: 40px;
}

.success-message {
    color: #ffd500;
    font-size: 15px;
    text-align: center;
    margin: 3px 0 0;
    display: none;
}

.main-section #sign-up-submit,
#message-submit,
#message-submit2{
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    padding: 13px 55px;
    background-image: linear-gradient(to right, #CE4DA4, #7353E5);
    border-radius: 50px;
    display: block;
    text-decoration: none;
    margin: 25px auto 0;
    width: 100%;
    max-width: 306px;
    border: none;
    transition: all .3s;
}
.main-section #sign-up-submit:hover,
#message-submit:hover,
#message-submit2:hover{
    background-image: linear-gradient(to right, #F01EAC, #4310FA);
}

/************ main section form end ****************/
.main-section .button,
.about-section .content-block a,
.benefit-section .content-block a,
.steps-section .content-block a,
.join-section .content-block a{
    /*position: relative;*/
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    padding: 21px 73px;
    border: 5px solid transparent;
    background-clip: padding-box;
    background-image: linear-gradient(to right, #CE4DA4, #7353E5);
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    background-size: 0 0;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.main-section .button:before,
.about-section .content-block a:before,
.benefit-section .content-block a:before,
.steps-section .content-block a:before,
.join-section .content-block a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: auto;
    --mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="20" ry="20" stroke-width="2" fill="transparent" stroke="white"/></svg>');
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.main-section .button:after,
.about-section .content-block a:after,
.benefit-section .content-block a:after,
.steps-section .content-block a:after,
.join-section .content-block a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(to right, rgba(0,10,255,.1) 21%, rgba(255,0,122,0));*/
    z-index: 0;
    border-radius: 41px;
}
.join-section .content-block a{
    width: 306px;
    text-align: center;
}
.main-section .button:hover,
.about-section .content-block a:hover,
.benefit-section .content-block a:hover,
.steps-section .content-block a:hover,
.join-section .content-block a:hover{
    background-image: linear-gradient(to right, #F01EAC, #4310FA);
}
.about-section-wrap,
.how-section-wrap{
    position: relative;
    width: 100%;
    /*padding: 30px 0 70px;*/
}
.about-section,
.how-section{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 110px 0 70px;
}
.about-section .content-block {
    width: 50%;
}

.how-section .content-block,
.join-section .content-block{
    position: relative;
    width: 65%;
}
.about-section .img-block{
    width: 50%;
}
.how-section .img-block,
.join-section .img-block{
    width: 35%;
}
.about-section-wrap #about-page img{
    max-width: 472px
}
.about-section .content-block h3,
.how-section .content-block h3,
.join-section .content-block h3{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    position: relative;
}
.about-section .content-block h3:before{
    content: attr(data-title);
    position: absolute;
    top: -30px;
    left: -20px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    opacity: 0.1;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #ebe9f3;
}
.main-section .text-block p,
.about-section .content-block p,
.whatis-section .content-block p,
.how-section .content-block p,
.benefit-section .content-block p,
.howtouse-section .content-block p,
.join-section .content-block p,
.answer-section .content-block p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    margin: 15px 0;
}
.whatis-section .content-block,
.benefit-section .content-block,
.howtouse-section .content-block,
.answer-section .content-block{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.whatis-section .content-block h2,
.benefit-section .content-block h2,
.howtouse-section .content-block h2,
.faq-section .content-block h2,
.answer-section .content-block h2{
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 78px;
    color: #FFFFFF;
}
.answer-section .content-block h2 {
    max-width: 864px;
    margin: 0 auto;
}
.whatis-section .content-block h2:before,
.benefit-section .content-block h2:before{
    content: attr(data-title);
    position: absolute;
    top: 5px;
    left: 26%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    opacity: 0.1;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #ebe9f3;
}
.answer-section .content-block h2:before{
    content: attr(data-title);
    position: absolute;
    top: 10px;
    left: -89px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    opacity: 0.1;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #ebe9f3;
}
.whatis-section .content-block p,
.benefit-section .content-block p,
.howtouse-section .content-block p,
.answer-section .content-block p{
    position:relative;
    width: 100%;
    /*max-width: 783px;*/
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.whatis-section .content-block p:before,
.benefit-section .content-block p:before,
.howtouse-section .content-block p:before,
.answer-section .content-block p.line:before{
    content: '';
    top: 12px;
    /* left: -30%; */
    width: 100%;
    max-width: 222px;
    height: 3px;
    background: linear-gradient(90deg, #CE4DA4 0%, #7353E5 100%);
    position: relative;
    display: block;
    margin-right: 15px;
}
.whatis-section .content-block p:after,
.benefit-section .content-block p:after,
.howtouse-section .content-block p:after,
.answer-section .content-block p.line:after{
    content: '';
    position: relative;
    display: block;
    top: 12px;
    /* right: -30%; */
    width: 100%;
    max-width: 222px;
    height: 3px;
    background: linear-gradient(90deg, #CE4DA4 0%, #7353E5 100%);
    margin-left: 15px;
}
.how-section{
    box-sizing: border-box;
    padding: 50px 60px;
    /*background-image: linear-gradient(to right, rgba(0,10,255,.1) 21%, rgba(255,0,122,0));*/
    border: 5px solid transparent;
    background-clip: padding-box;
    border-radius: 41px;

    background-image: linear-gradient(90deg, #FF007A, #7353E5);
    background-size: 0 0;
    position: relative;
    z-index: 1;
}

.how-section:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: auto;
    --mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="3" y="3" width="100%" height="100%" style="height:calc(100% - 7px);width:calc(100% - 7px)" rx="41" ry="41" stroke-width="5" fill="transparent" stroke="white"/></svg>');
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

/*.how-section:before {*/
/*    content:"";*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*    border-radius: 41px;*/
/*    padding: 5px;*/
/*    background:linear-gradient(90deg,#7353E5, #FF007A);*/
/*    -webkit-mask:*/
/*            linear-gradient(#fff 0 0) content-box,*/
/*            linear-gradient(#fff 0 0);*/
/*    -webkit-mask-composite: xor;*/
/*    mask-composite: exclude;*/
/*}*/
.how-section:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0,10,255,.1) 21%, rgba(255,0,122,0));
    z-index: 0;
    border-radius: 41px;
}
.how-section .content-block p{
    padding-right: 80px;
}
.how-section .shadow-elem{
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    box-shadow: -4px -8px 150px 96px rgb(87 115 255 / 75%);
    left: 40px;
    bottom: -38px;
}
.benefit-section .content-block a,
.steps-section .content-block a{
    padding: 21px 32px;
}
.benefit-section .content-block a{
    margin-top: 30px;
    max-width: 250px;
    width: 100%;
}
.benefit-section .content-block h2:before{
    left: 19%;
}
/************ accordion section start ****************/
.accordion-section-wrap{
    margin: 50px 0 50px;
    height: auto;
    position: relative;
    /*padding: 0 0 100px;*/
}

.accordion-section-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
.accordion-section-list li{
    width: 46%;
    margin-bottom: 5rem;
}
.accordion-section .accordion {
    background-color: transparent;
    cursor: pointer;
    box-shadow: 0px 0px 11px -2px #8a79ff;
    border-radius: 20px;
    padding: 25px 50px;
    height: 115px;
    max-width: 584px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s;
}
.accordion-section .accordion-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 484px;
    width: 100%;
}
.accordion-section .accordion-inner h2{
    max-width: 400px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 0;
}
.accordion-section-list li:nth-child(2) .accordion-inner h2{
    max-width: 360px;
}
.accordion-section .accordion:hover {
    box-shadow: 0px 0px 11px -2px #fff;
}

.accordion-section .accordion .accordion__arrow-item-up {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 36px solid #8a79ff;
    display: block;
}
.accordion-section .accordion .accordion__arrow-item-down {
    display: none;
}

.accordion-section .accordion.is-open .accordion__arrow-item-down {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 36px solid #8a79ff;
    display: block;
}
.accordion-section .accordion.is-open .accordion__arrow-item-up{
    display: none;
}

.accordion-section .accordion:hover,
.accordion-section .accordion.is-open {
    background-color: transparent;
}

.accordion-section .accordion-content {
    padding: 10px 10px 0;
    display: none;
    transition: max-height 0.2s ease-in-out;
}
.accordion-section .accordion-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    margin: 25px 0 0;
}
/************ accordion section end ****************/

.howtouse-section .content-block h2:before{
    content: attr(data-title);
    position: absolute;
    top: 5px;
    left: 50%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    opacity: 0.1;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #ebe9f3;
    transform: translateX(-50%);
}
.numbered {
    counter-reset: stepsNum
}

.numbered .number {
    counter-increment: stepsNum;
}

.numbered .number:before {
    content: counter(stepsNum, decimal)
}

.steps-section-wrap{
    margin: 40px 0 70px;
    height: auto;
    position: relative;
}
.step-item-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.step-item{
    width: 100%;
    max-width: 580px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #1D1A27;
    margin-bottom: 40px;
    height: 280px;
    box-shadow: 0px 0px 11px -2px #8a79ff;
    transition: all .3s;
}
.forms {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.form-col {
    width: 40%;
    margin-bottom: 100px;
}
/* .step-item h2 {
    font-size: 30px;
    line-height: 45px;
}  */
.step-item:hover{
    box-shadow: 0px 0px 11px -2px #fff;
}
.step-item h2 .gradient{
    background-image: linear-gradient(90deg, #CE4DA4,#7353E5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 100px;
}
.step-item h4{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}
.step-item p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
}
.step-item-wrap .shadow-elem{
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    box-shadow: -4px -8px 150px 96px rgb(87 115 255 / 75%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.steps-section .content-block a{
    max-width: 290px;
    margin: 30px auto;
    display: block;
    text-align: center;
}
.faq-section-wrap{
    width: 100%;
    /*margin-top: 200px;*/
    margin-top: 0;
    height: auto;
}
.faq-section{
    width: 100%;
    display: flex;
    height: auto;
    position: relative;
}
.faq-section:after{

}
.faq-section .content-block{
    position: relative;
    width: 40%;
    height: 600px;
}
.faq-section .faq-block{
    position: relative;
    width: 60%;
    margin-top: 80px;
}
.faq-section .content-block h2{
    margin-left: 0;
}
.faq-section .content-block h2:before{
    content: attr(data-title);
    position: absolute;
    top: 5px;
    left: -3%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    opacity: 0.1;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #ebe9f3;
}
.faq-section .content-block h2:after{
    content: '';
    position: absolute;
    bottom: -119%;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 3px;
    background: linear-gradient(90deg, #CE4DA4 0%, #7353E5 100%);
}
.faq-section .content-block img{
    position: absolute;
    top: 29%;
    left: -54px;
    max-width: 647px;
    height: 265px;
}
.faq-section-list li{
    /*margin-bottom: 5rem;*/
    margin-left: auto;
    max-width: 665px;
    width: 100%;
}
.faq-section .accordion {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    position: relative;
    transition: all 0.4s;
}
.faq-section .accordion .accordion-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #484848;
    padding: 15px 0 15px;
    height: auto;
}
.faq-section .accordion .accordion-inner h2{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
}

.faq-section .accordion .accordion__arrow-item-up {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 36px solid #8a79ff;
    display: block;
}
.faq-section .accordion .accordion__arrow-item-down {
    display: none;
}

.faq-section .accordion.is-open .accordion__arrow-item-down {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 36px solid #8a79ff;
    display: block;
}
.faq-section .accordion.is-open .accordion__arrow-item-up{
    display: none;
}

.faq-section .accordion:hover,
.faq-section .accordion.is-open {
    background-color: transparent;
}

.faq-section .accordion-content {
    padding: 10px ;
    display: none;
    transition: max-height 0.2s ease-in-out;
}
.faq-section .accordion-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
}

.faq-block .shadow-elem{
    position: absolute;
    width: 1px;
    height: 1px;
    /* border-radius: 50%; */
    box-shadow: -1px -70px 165px 52px rgb(87 115 255 / 75%);
    top: 0;
    left: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}
.join-section .shadow-elem{
    display: none;
}
.faq-block .shadow-elem:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: unset;
    /* width: 100%; */
    width: 250px;
    height: 3px;
    background: linear-gradient(90deg, #CE4DA4 0%, #7353E5 100%);
}
.join-section{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 100px auto;
}
.join-section .content-block p{
    max-width: 654px;
}
.legal-page-content{
    margin: 50px;
    color: #969696;
}
.legal-page-content h2{
    text-align: center;
}
.footer{
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.footer-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}
.footer-nav .left-col {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.footer-nav .left-col img {
    margin-bottom: 20px;
}
.footer-nav .left-col p {
    margin: 10px 0;
    color: #fff;
}
.footer-nav nav a{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}
.footer-logo img{
    width: 100%;
    max-width: 262px;
}
.footer-nav-wrap > p:first-child {
    text-align: center;
    color: #fff;
    margin: 15px 0 0;
}
.footer-wrap p{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 21px;
    margin: 0;
}
.footer-wrap p a{
    color: #fff;
}
/*.footer-wrap span p{*/
/*    max-width: 35%;*/
/*    color: #fff;*/
/*    line-height: 26px;*/
/*}*/
.footer-wrap .copyright{
    text-align: center;
    margin: 20px auto;
    width: 90%;
    color: #ddd;
}
/************* about page *************/

.slogan-section h4{
    width: 80%;
    margin: 70px auto 0;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    padding: 20px 70px;
    border-radius: 20px;
    box-shadow: 0px 0px 11px -2px #8a79ff;
}
.slogan-section h4 span{
    width: 100%;
    max-width: 934px;
    margin: 0 auto;
}

/**************************************/
.nopage-block-wrap{
    margin: 20px 0;
}
.nopage-block-wrap img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.mob-menu-btn,
.mobile-header{
    display: none;
}

#container {
    opacity:0;
    transition:all 0.17s ease-in-out;
    -moz-transition:all 0.17s ease-in-out;
    -webkit-transition:all 0.17s ease-in-out;
    -o-transition:all 0.17s ease-in-out;
}
#container.active {
    opacity:1;
}
.preloader {
    position:fixed;
    top:50%;
    left:50%;
    width:128px;
    height:128px;
    /*border-radius: 50%;*/
    margin-top:-64px;
    margin-left:-64px;
    -webkit-backface-visibility:hidden;
    /* transition:all 0.17s ease-in-out;
    -moz-transition:all 0.17s ease-in-out;
    -webkit-transition:all 0.17s ease-in-out;
    -o-transition:all 0.17s ease-in-out; */
}
.preloader img {
    width: 128px;
    height: auto;
    -webkit-backface-visibility: hidden;
    /* animation: spin 3s linear infinite; */

}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#scrollup{
    display: none;
    position: fixed;
    right: 5%;
    bottom: 20%;
    display: none;
    width: 25px;
    height: 25px;
    transform: rotate(-90deg);
    background-image: url(/assets/images/MotifYellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: transform 350ms ease;
    -moz-transition: transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
}
/* #scrollup .show{
    display: block;
} */
@media (max-width: 1100px) {
    .container {
        max-width: 960px;
    }
    .main-section {
        background-size: 100% 110%;
        height: unset;
    }
    /*.main-header-menu>a{*/
    /*    font-size: 20px;*/
    /*}*/
    .signup-body {
        max-width: 434px;
    }

    .about-section .content-block h3,
    .how-section .content-block h3,
    .join-section .content-block h3{
        font-size: 30px;
        line-height: 50px;
    }
    .main-section .text-block p,
    .about-section .content-block p,
    .whatis-section .content-block p,
    .how-section .content-block p,
    .benefit-section .content-block p,
    .howtouse-section .content-block p,
    .join-section .content-block p,
    .answer-section .content-block p{
        font-size: 16px;
        line-height: 25px;
    }
    .main-section .button,
    .about-section .content-block a,
    .benefit-section .content-block a,
    .join-section .content-block a{
        font-size: 20px;
        padding: 18px 70px;
    }
    .steps-section .content-block a{
        font-size: 20px;
        text-align: center;
    }
    .main-section .content-block h1,
    .about-main-section .content-block h1,
    #contact .content-block h1,
    .whatis-section .content-block h2,
    .benefit-section .content-block h2,
    .howtouse-section .content-block h2,
    .faq-section .content-block h2,
    .answer-section .content-block h2{
        font-size: 50px;
        line-height: 60px;
    }
    .main-section .content-block p {
        font-size: 20px;
    }
    .about-section .content-block h3:before,
    .whatis-section .content-block h2:before,
    .benefit-section .content-block h2:before,
    .howtouse-section .content-block h2:before,
    .faq-section .content-block h2:before,
    .answer-section .content-block h2:before{
        font-size: 150px;
    }
    .faq-section .content-block h2:before{
        left: -22px;
    }
    .answer-section .content-block h2:before {
        left: 46px;
    }
    .whatis-section .content-block p:before,
    .benefit-section .content-block p:before,
    .howtouse-section .content-block p:before,
    .answer-section .content-block p.line:before{
        left: -110px;
        width: 100%;
        max-width: 100px;
    }
    .whatis-section .content-block p:after,
    .benefit-section .content-block p:after,
    .howtouse-section .content-block p:after,
    .answer-section .content-block p.line:after{
        right: -110px;
        width: 100%;
        max-width: 100px;
    }
    .signup-body h3 {
        font-size: 28px;
    }
    .main-section #sign-up-submit,
    #message-submit,
    #message-submit2{
        font-size: 20px;
        padding: 15px 55px;
    }
    .signup-body .form-control,
    .message-body .form-control {
        font-size: 15px;
    }
    .accordion-section-wrap {
        margin: 100px 0;
    }
    .accordion-section .accordion{
        height: 110px;
        max-width: 464px;
        padding: 20px 30px;
    }
    .accordion-section .accordion-inner h2 {
        max-width: 320px;
        font-size: 25px;
        line-height: 41px;
    }
    .accordion-section-list li:nth-child(2) .accordion-inner h2 {
        max-width: 288px;
    }
    .accordion-section .accordion .accordion__arrow-item-up ,
    .faq-section .accordion .accordion__arrow-item-up{
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 31px solid #8a79ff;
    }
    .accordion-section .accordion.is-open .accordion__arrow-item-down,
    .faq-section .accordion.is-open .accordion__arrow-item-down{
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 31px solid #8a79ff;
    }
    .step-item {
        max-width: 400px;
    }
    .step-item h2 .gradient {
        font-size: 76px;
        line-height: 124px;
    }
    .step-item h4 {
        font-size: 25px;
        line-height: 42px;
    }
    .faq-section .accordion .accordion-inner h2{
        font-size: 25px;
    }
    .faq-section .accordion-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .faq-block:after,
    .faq-section .content-block h2:after{
        max-width: 280px;
    }
    .faq-section .content-block img{
        top: 22%;
    }
    .faq-block .shadow-elem:after{
        width: 320px;
    }
    .footer-nav nav a {
        font-size: 16px;
        padding: 0 10px;
    }
    .footer-wrap p {
        font-size: 12px;
        line-height: 19px;
    }
    .footer-logo img {
        max-width: 300px;
    }
}
@media (max-width: 1024px) {
    .forms {
        flex-direction: column;
    }
    .form-col {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 850px) {
    .container{
        padding: 0 40px;
    }
    .main-header .logo img {
        max-width: 300px;
    }
    .main-header-menu>a {
        font-size: 18px;
    }
    .signup-body {
        max-width: 360px;
        padding: 7px 20px 30px;
    }
    .signup-body h3 {
        font-size: 25px;
        line-height: 20px;
    }
    .signup-body .legals {
        font-size: 10px;
        line-height: 13px;
    }
    .steps-section .content-block a{
        max-width: 350px;
    }
    .main-section .content-block h1,
    .about-main-section .content-block h1,
    #contact .content-block h1,
    .whatis-section .content-block h2,
    .benefit-section .content-block h2,
    .howtouse-section .content-block h2,
    .faq-section .content-block h2,
    .answer-section .content-block h2{
        font-size: 45px;
        line-height: 55px;
    }
    .main-section .content-block p {
        font-size: 20px;
    }
    .about-section .content-block h3:before{
        top: -16px;
        left: -6px;
    }
    .whatis-section .content-block h2:before {
        top: -16px;
        left: 145px;
    }
    .benefit-section .content-block h2:before {
        top: -16px;
        left: 86px;
    }
    .faq-section .content-block h2:before{
        left: -72px;
    }
    .howtouse-section .content-block h2:before{
        top: -16px;
        /*left: 86px;*/
    }
    .whatis-section .content-block p,
    .benefit-section .content-block p,
    .howtouse-section .content-block p,
    .answer-section .content-block p{
        width: 80%;
    }
    .whatis-section .content-block p:before,
    .benefit-section .content-block p:before,
    .howtouse-section .content-block p:before,
    .answer-section .content-block p.line:before{
        left: -85px;
        width: 100%;
        max-width: 85px;
    }
    .about-main-section .content-block h1:before,
    #contact .content-block h1:before{
        left: 0;
        width: 100%;
        max-width: 65px;
        top: 50%;
    }
    .whatis-section .content-block p:after,
    .benefit-section .content-block p:after,
    .howtouse-section .content-block p:after,
    .answer-section .content-block p.line:after{
        right: -85px;
        width: 100%;
        max-width: 85px;
    }
    .about-main-section .content-block h1:after,
    #contact .content-block h1:after{
        right: 0;
        width: 100%;
        max-width: 65px;
        top: 50%;
    }
    .answer-section .content-block h2:before {
        left: 0;
    }
    .main-section #sign-up-submit,
    #message-submit,
    #message-submit2{
        font-size: 18px;
        padding: 12px 33px;
        max-width: 240px;
    }
    .signup-body .form-control,
    .message-body .form-control {
        font-size: 13px;
    }
    .message-body{
        max-width: 529px;
    }
    .how-section{
        padding: 30px;
    }
    .accordion-section-list li {
        margin-bottom: 3rem;
    }
    .accordion-section .accordion{
        height: 100px;
    }
    .accordion-section .accordion-inner h2 {
        font-size: 18px;
        line-height: 34px;
        max-width: 230px;
    }
    .accordion-section-list li:nth-child(2) .accordion-inner h2 {
        max-width: 200px;
    }
    .accordion-section .accordion .accordion__arrow-item-up ,
    .faq-section .accordion .accordion__arrow-item-up{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 20px solid #8a79ff;
    }
    .accordion-section .accordion.is-open .accordion__arrow-item-down,
    .faq-section .accordion.is-open .accordion__arrow-item-down{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #8a79ff;
    }
    .accordion-section .accordion-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .step-item {
        max-width: 300px;
        height: 400px;
    }
    .step-item h2 .gradient {
        font-size: 65px;
        line-height: 90px;
    }
    .step-item h4 {
        font-size: 22px;
        line-height: 39px;
    }
    .step-item p {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-section .accordion .accordion-inner h2{
        font-size: 22px;
    }
    .faq-section .accordion-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .faq-block:after,
    .faq-section .content-block h2:after{
        max-width: 280px;
    }
    .faq-section .content-block {
        height: 300px;
    }
    .faq-section .content-block img{
        top: 40%;
        height: 180px;
    }
    .faq-block .shadow-elem:after{
        max-width: 265px;
    }
    .footer-nav nav a {
        font-size: 15px;
    }
    .footer-logo img {
        max-width: 200px;
    }

}
@media (min-width: 770px){
    .about-section .img-block img{
        margin-left: 20px;
    }
}
@media (max-width: 770px) {
    .main-section .text-block{
        flex-flow: column-reverse;
    }
    .main-section .content-block{
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        margin: 40px auto;
    }
    .main-section .text-block .text-container{
        width: 100%;
    }
    .main-section .content-block p {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        margin: 0;
    }
    .whatis-section .content-block p:before,
    .benefit-section .content-block p:before,
    .howtouse-section .content-block p:before,
    .answer-section .content-block p.line:before,
    .whatis-section .content-block p:after,
    .benefit-section .content-block p:after,
    .howtouse-section .content-block p:after,
    .answer-section .content-block p.line:after,
    .faq-block .shadow-elem:after,
    .main-header-menu>a:not(.mob-menu-btn),
    .about-section .content-block h3:before,
    .faq-section .content-block h2:after,
    .faq-section .content-block img{
        display: none;
    }
    .main-header-wrap{
        padding: 10px 0;
    }
    .benefit-section .content-block h2:before{
        font-size: 125px;
    }
    .mob-menu-btn{
        display: inline-block;
        margin-left: auto;
    }
    .mob-menu-btn svg{
        width: 42px;
    }
    .mobile-header{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #13111A;
        display: none;
        top: 0;
        left: 0;
        padding: 20px;
    }
    .mobile-header_logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header_logo .logo{
        width: 100%;
        max-width: 168px;
    }
    .mobile-header-menu{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mobile-header-menu a{
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 30px;
        letter-spacing: 0.035em;
        color: #FFFFFF;
        display: block;
        /*width: 100%;*/
        width: 264px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
        margin-bottom: 40px;
        text-decoration: none;
    }
    .mobile-header-menu a:last-child{
        line-height: 38px;
    }
    .about-section,
    .how-section{
        flex-direction: column-reverse;
    }
    .join-section,
    .about-section-wrap #about-page{
        flex-direction: column;
    }
    .about-section-wrap #about-page img{
        max-width: unset;
    }
    /*.about-section-wrap, .how-section-wrap {*/
    /*    margin: 50px auto 100px;*/
    /*}*/
    .slogan-section-wrap{
        margin: 100px auto;
    }
    .about-section .content-block,
    .how-section .content-block,
    .join-section .content-block {
        width: 100%;
    }
    .about-section .img-block,
    .how-section .img-block,
    .join-section .img-block {
        width: 100%;
    }
    .signup-body {
        margin: 45vh auto;
    }
    .whatis-section .content-block h2:before {
        left: 104px;
        font-size: 125px;
    }
    .how-section .content-block p {
        padding-right: unset;
    }
    .benefit-section .content-block h2:before {
        left: 46px
    }
    /*.howtouse-section .content-block h2:before{*/
    /*    left: 37px;*/
    /*}*/
    .answer-section .content-block h2:before {
        left: 30px;
        font-size: 120px;
    }
    .accordion-section-wrap{
        padding: 0;
        margin: 0;
    }
    .accordion-section-list li {
        width: 100%;
    }
    .accordion-section .accordion,
    .accordion-section .accordion-inner{
        max-width: unset;
    }
    .accordion-section .accordion-inner h2 {
        font-size: 18px;
    }
    .accordion-section .accordion-inner h2,
    .accordion-section-list li:nth-child(2) .accordion-inner h2{
        max-width: 100%;
    }
    .step-item{
        width: 95%;
        max-width: unset;
        height: 310px;
        margin-bottom: 30px;
    }
    .faq-section{
        flex-direction: column;
    }
    .faq-section .content-block{
        width: 100%;
        height: auto;
    }
    .faq-section .faq-block{
        width: 100%;
        margin-top: 50px;
    }
    .faq-section .content-block h2 {
         margin-left: 0;
    }
    .faq-section .content-block h2:before {
        left: -18px;
    }
    .faq-section-list li{
        margin-left: 0;
    }
    .join-section {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 50px auto 100px;
    }
    .legal-page-content {
        margin: 50px 10px;
    }
    .footer-nav nav a {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .main-section .content-block{
        flex-direction: column;
    }
    .main-section .content-block img{
        width: 65%;
    }
    .howtouse-section .content-block h2:before,
    .faq-section .content-block h2:before{
        font-size: 120px;
    }
    .answer-section .content-block h2:before {
        left: 0;
        font-size: 96px;
    }
    .whatis-section .content-block h2:before{
        font-size: 120px;
        left: 71px;
    }
    .benefit-section .content-block h2:before {
        font-size: 120px;
        left: 38px;
    }
}

@media (max-width: 540px) {
    .container {
        padding: 0 20px;
    }
    .answer-section .content-block h2:before {
        left: 44px;
        font-size: 78px;
        top: -10px;
    }
    .signup-body{
        width: 95%;
        box-sizing: border-box;
    }
    .message-body {
        max-width: 450px;
    }
    .signup-body{
        max-height: 663px;
    }
    .signup-body h3{
        font-size: 24px;
        line-height: 37px;
        margin-top: 0;
    }
    .howtouse-section .content-block h2:before,
    .faq-section .content-block h2:before{
        font-size: 96px;
    }
    .whatis-section .content-block h2:before{
        font-size: 96px;
        left: 71px;
    }
    .benefit-section .content-block h2:before {
        font-size: 96px;
        left: 38px;
    }
    .slogan-section h4{
        position: relative;
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        width: 100%;
        height: 215px;
        padding: 30px;
    }
    .slogan-section h4 span{
        position: absolute;
        width: 215px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 450px) {
    .main-section {
        height: auto;
        background-size: cover;
        background-position: right;
    }
    .main-header .logo img {
        max-width: 168px;
    }
    .main-section .text-block .image-container {
        width: 65%;
    }
    .main-section .content-block-wrap .container {
        padding: 0 20px;
    }
    .main-section #sign-up-submit,
    #message-submit,
    #message-submit2 {
        max-width: 225px;
        margin: 20px auto 0;
    }
    .main-section .content-block p {
        width: 264px;
        margin: 0 auto;
    }
    .main-section .text-block p,
    .about-section .content-block p,
    .whatis-section .content-block p,
    .how-section .content-block p,
    .benefit-section .content-block p,
    .howtouse-section .content-block p,
    .join-section .content-block p,
    .answer-section .content-block p {
        font-size: 18px;
        line-height: 27px;
    }
    .answer-section .content-block p {
        width: 100%;
    }
    .answer-section .content-block h2:before {
        top: 0px;
        left: -44px;
        font-size: 70px;
    }
    .main-section .content-block h1,
    .about-main-section .content-block h1,
    .whatis-section .content-block h2,
    .benefit-section .content-block h2,
    .howtouse-section .content-block h2,
    .faq-section .content-block h2,
    .answer-section .content-block h2 {
        font-size: 32px;
        line-height: 36px;
    }
    #contact .content-block h1{
        font-size: 21px;
        line-height: 26px;
    }
    .howtouse-section .content-block{
        padding: 80px 0 10px;
    }
    .main-section .content-block h1{
        margin: 8px 0;
    }
    .answer-section .content-block h2{
        max-width: 264px;
        margin: 0 auto;
    }
    .about-section{
        padding: 0;
    }
    .about-section .content-block h3,
    .how-section .content-block h3,
    .join-section .content-block h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .main-section .button,
    .about-section .content-block a,
    .benefit-section .content-block a{
        font-size: 18px;
        /*padding: 13px 72px;*/
        width: 224px;
        height: auto;
        line-height: 27px;
        margin: 0 auto;
        display: block;
        padding: 13px 20px;
        text-align: center;
    }
    .join-section .content-block a{
        display: none;
    }
    .benefit-section .content-block a{
        padding: 13px 10px;
    }
    .whatis-section .content-block h2:before{
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 96px;
    }
    .benefit-section .content-block h2:before{
        left: 50%;
        font-size: 76px;
        top: -10px;
        transform: translateX(-50%);
    }
    .howtouse-section .content-block h2:before{
        /*content: 'How';*/
        font-size: 70px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .signup-body {
        margin: 51vh auto;
    }
    .message-body {
        max-width: 90%;
    }
    .signup-body .form-control,
    .message-body .form-control {
        line-height: 39px;
        font-size: 16px;
    }
    .signup-body h3{
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        margin: 20px 0;

    }
    .signup-body .mobile-text{
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #DADADA;
        text-align: center;
        margin-bottom: 0;
    }
    .signup-body .legals {
        font-size: 12px;
        line-height: 15px;
    }
    #submit-signup {
        width: 100%;
        margin: 0 auto;
    }
    .success-message {
        font-size: 14px;
        margin: 3px 0 0;
    }
    .accordion-section .accordion {
        font-size: 20px;
        line-height: 26px;
        height: 100px;
        padding: 20px;
    }
    .steps-section-wrap>.container{
        padding: 0;
    }
    .step-item {
        height: auto;
    }
    step-item h2 .gradient {
        font-size: 70px;
        line-height: 105px;
    }
    .step-item h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .step-item p {
        font-size: 16px;
        line-height: 24px;
    }
    .steps-section .content-block a {
        max-width: 263px;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        padding: 14px 1px;
    }
    .faq-section .content-block h2:before {
        font-size: 96px;
        left: -5px;
    }
    .faq-section .accordion {
        padding: 10px 0;
    }
    /*.faq-section .accordion .accordion-inner {*/
    /*    padding: 0;*/
    /*    height: 82px;*/
    /*}*/
    .faq-section .accordion .accordion-inner h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .faq-block .shadow-elem{
        display: none;
    }
    .join-section .shadow-elem{
        display: block;
        position: absolute;
        width: 1px;
        height: 1px;
        box-shadow: 0px 0px 129px 70px rgb(87 115 255 / 65%);
        top: 65%;
        left: 80%;
        z-index: 0;
    }
    .faq-section-wrap {
         margin-top: 0;
    }
    .faq-block .accordion .text{
        max-width: 85%;
    }
    .accordion-section-wrap .accordion .text{
        max-width: 245px;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
    }
    .footer-nav{
        display: block;
    }
    .footer-nav nav{
        margin-top: 20px;
    }
    .footer-logo img {
        max-width: 70%;
    }
    .footer-nav nav a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 15px 10px 0;
        display: block;
    }
}
@media (max-width: 380px){
    .about-main-section .content-block h1:before{
        left: -20px;
        top: 18px;
    }
    #contact .content-block h1:before{
        left: 0;
    }
    .about-main-section .content-block h1:after{
        right: -20px;
        top: 18px;
    }
    #contact .content-block h1:after{
        right: 0;
    }
    .accordion-section-wrap .accordion .text{
        max-width: 215px;
    }
    .signup-body {
        max-height: 650px;
    }

    .success-message {
        font-size: 12px;
    }
    .whatis-section .content-block h2:before {
        /*left: 25px;*/
        font-size: 78px;
    }
    .howtouse-section .content-block h2:before {
        /*left: 42px;*/
        top: 0px;
    }
    .benefit-section .content-block h2:before{
        /*left: 20px;*/
        font-size: 65px;
    }
    .answer-section .content-block h2:before {
        left: -45px;
        font-size: 70px;
    }
    .footer-nav nav a {
        padding: 10px 10px;
    }
}
@media (max-width: 350px){
    .main-section {
        height: 90vh;
        background-size: 100% 90%;
    }
    .signup-body {
        margin: 50vh auto;
        padding: 7px 11px 30px;
    }
    .about-main-section .content-block h1:before,
    .about-main-section .content-block h1:after{
        max-width: 50px;
    }
    .howtouse-section .content-block h2:before {
        left: 18px;
        top: 0px;
    }
    .answer-section .content-block h2:before {
        left: -23px;
        font-size: 60px;
    }

}