@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

html {
    background: #F5F5F7;
}

.html-article {
    background: #ffffff;
}

html, body {
    margin: 0;        
    padding: 0;       
    height: 100%;     
    font-family: 'Inter', 'Helvetica', sans-serif;
    overflow-x: hidden;
}

body {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.globalnav {
    display: flex;         
    position: sticky;
    line-height: 51px;
    top: 0;
    z-index: 1000; 
    align-items: center;   
    width: 100%;
    height: 51px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

#nav-container {
    position: sticky;
    top: 0;
    z-index: 1000;
}

ul {
    border: none;
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
    color: inherit;
}

a:visited {
  color: inherit;
}


.titelnav {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #1D1D1F;
    width: 980px;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.21px;
    margin: 0 auto 0 auto;
    
}

@media (max-width: 1068px) {
        .titelnav {
        width: 692px;
    }
    
}

@media (max-width: 734px) {
        .titelnav {
        width: 366px;
    }
    
}


.titelnav-link {
    float:right;
    color: #2C2C2E;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.26px;
    text-decoration: none;
    

}


#link-nav {
    margin-left: 15px;
    cursor: pointer;
}

#link-nav:hover {
    color: #2965C5;
}

.section-head {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #1D1D1F;   
    width: 980px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.096px;
    margin: 0 auto 24px auto;
    margin-top: 36px;
}

@media (max-width: 1068px) {
        .section-head {
        width: 692px;
    }
}

@media (max-width: 734px) {
        .section-head {
        width: 366px;
        font-size: 24px;
    }
}

section-content {

   
    
    
/*
    
    display: block;
    position: relative;
    max-width: 83%;
    height: auto;
    margin-left: 17%;
    margin-right: 17%;
    margin-bottom: 50px;
*/

}

.list-item {
    display: flex;          
    align-items: center;    
    width: 980px;
    height: 362px;
    border-radius: 16px;
    background: #ffffff;
    margin: 0 auto 36px auto;  
    overflow: hidden;
}


@media (max-width: 1068px) {
        .list-item {
        width: 692px;
        height: 255px;
    }
    
}

@media (max-width: 734px) {
        .list-item {
        width: 366px;
        height: 374px;
        display: block;
    }
    
}

.list-item :hover .list-item-image {
    transform: scale(1.03);
}

.list-item-image {
    display: flex;         
    align-items: center;   
    width: 643px;
    height: 362px;
    border-radius: 16px 0px 0px 16px;
    border: none;
    background: lightgray 50% / cover no-repeat;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1), opacity 1s cubic-bezier(0.4, 0, 0.25, 1);
    overflow: hidden;
}

@media (max-width: 1068px) {
        .list-item-image {
        width: 453px;
        height: 255px;
    }
    
}

@media (max-width: 734px) {
        .list-item-image {
        display:block;         
        align-items:normal; 
        width: 366px;
        height: 206px;
        border-radius: 16px 16px 0px 0px;
            
    }
    
}

.list-item-image-box {
    overflow: hidden;
}

@media (max-width: 1068px) {
        .list-item-image-box {
        width: 100%;
        height: 100%;
    }
    
}

@media (max-width: 734px) {
        .list-item-image-box {
        width: 453px;
        height: 205px;
    }
    
}

.item-headline {
    color: #1D1D1F;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    margin-bottom: 200px;


}

 @media (max-width: 1068px) {
        .item-headline {
        font-size: 20px;
        margin-bottom: 100px;
    }
    
} 

@media (max-width: 734px) {
        .item-headline {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
}

.item-category {
    color: #86868B;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-bottom: 10px;
    
}

.item-date {
    color: #86868B;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.63px;
    margin-bottom: 60px;
}



.item-description {
    padding-left: 35px;
    margin-top: 60px;
    width: 337px;

}

 @media (max-width: 1068px) {
        .item-description {
        width: 328px;
        height: 187px;
        padding-left:24px;
        margin-top: 0px;
    }
    
} 

 @media (max-width: 734px) {
        .item-description {
        padding: 30px;
        padding-left: 35px;
    }
    
} 


.list-item-small {
    align-items: center;
    width: 472px;
    height: 468px;
    border-radius: 16px;
    background: #FFF;
    margin-bottom: 36px;
    overflow: hidden;
}

 @media (max-width: 1068px) {
        .list-item-small {
        width: 328px;
        height: 360px;
    }
    
}

 @media (max-width: 734px) {
        .list-item-small {
        width: 366px;
        height: 374px;
    }
    
}


.list-item-small :hover .list-item-image-small {
    transform: scale(1.03);
}

.list-item-image-small {
    display: flex;        
    align-items: center;   
    width: 472px;
    height: 266px;
    border-radius: 16px 16px 0px 0px;
    background:lightgray 50% / cover no-repeat; 
    transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1), opacity 1s cubic-bezier(0.4, 0, 0.25, 1);
    overflow: hidden;
}
    
 @media (max-width: 1068px) {
        .list-item-image-small {
        width: 328px;
        height: 187px;
    }
    
} 

 @media (max-width: 734px) {
        .list-item-image-small {
        width: 366px;
        height: 206px;
    }
    
}   

.item-description-small {
    padding: 30px;
    padding-left: 35px;
   

}

.item-headline-small {
    color: #1D1D1F;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    margin-bottom: 35px;
}
    
@media (max-width: 1068px) {
        .item-headline-small {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
}


.small-group {
    display: flex; 
    column-gap: 36px; 
    align-items: center;
    width: 980px;
    margin: 0 auto;
}

@media (max-width: 1068px) {
        .small-group {
        width: 692px;
    }
    
}

@media (max-width: 734px) {
        .small-group {
        width: 366px;
        display:block;
    }
    
}

.footer {
    display: flex;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #ffffff;
    margin-top: auto;
    
}

.globalfooter {
    line-height: 51px;
    align-items: center;
    width: 100%;
    height: 130px;
    background: rgba(255, 255, 255);
}

.titelfooter {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #9d9d9d;
    width: 980px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto 0 auto;
}

@media (max-width: 1068px) {
    .titelfooter {
        width: 692px;
    } 
}

@media (max-width: 734px) {
    .titelfooter {
        width: 366px;
    } 
}

#footer-container {
    height: 130px;
}


.footer-link {
    float:right;
    color: #2C2C2E;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.26px;
    text-decoration: none;
}

@media (max-width: 734px) {
    .footer-link {
        float:left;
        display: inherit;
        line-height: 0px;
        margin-top: -7px;
    } 
}


#link-footer {
    margin-left: 15px;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    color: #9d9d9d;
}

@media (max-width: 734px) {
    #link-footer {
        margin-left: 0px;
        margin-right: 5px;
        font-size: 11px;
    } 
}

#link-footer:hover {
    color: inherit;
    text-decoration: underline;
}

.line {
    display: flex;
    width: 980px;
    height: 1px;
    background-color: #CECECF;
}

@media (max-width: 1068px) {
    .line {
        width: 692px;
    } 
}

@media (max-width: 734px) {
    .line {
        width: 366px;
    } 
}

.line-user-guide {
    display: flex;
    width: 655px;
    height: 1px;
    background-color: #CECECF;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1068px) {
    .line-user-guide {
        width: 576px;
    } 
}

@media (max-width: 734px) {
    .line-user-guide {
        width: 366px;
    } 
}


.footer-headline {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #727272;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.21px;
    margin-top: 5px;
    
}

.footer-social {
    float:right;
}

#social-icon {
    margin-left: 5px;
    fill: #727272;
}

#social-icon:hover {
    fill:#1D1D1F;
}






.hero-headline {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #1D1D1F;   
    width: 655px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.096px;
    margin: 20px auto 19px auto;
}


@media (max-width: 1068px) {
    .hero-headline {
        width: 576px;
        font-size: 40px;
    } 
}

@media (max-width: 734px) {
    .hero-headline {
        width: 366px;
        font-size: 32px;
    } 
}

.hero-subline {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #1D1D1F;   
    width: 655px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.048px;
    margin: 0 auto 24px auto;
    margin-top: -12px;
}

@media (max-width: 1068px) {
    .hero-subline {
        width: 576px;
        font-size: 21px;
    } 
}

@media (max-width: 734px) {
    .hero-subline {
        width: 366px;
        font-size: 20px;
    } 
}

.text-body {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #1D1D1F;   
    width: 655px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: normal;
    margin: 0 auto 20px auto;
    margin-top: 36px;
}

@media (max-width: 1068px) {
    .text-body {
        width: 576px;
        font-size: 16px;
    } 
}

@media (max-width: 734px) {
    .text-body {
        width: 366px;
    } 
}

.image-caption {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #6E6E73;   
    width: 655px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    letter-spacing:normal;
    margin-top: 10px;
}

@media (max-width: 1068px) {
    .image-caption {
        width: 576px;
    } 
}

@media (max-width: 734px) {
    .image-caption {
        width: 366px;
    } 
}

.picture-image {
    width: 655px;
    border-radius: 10px;
    margin: 20px auto 0px auto;
}

.item-category-article {
    color: #86868B;
    width: 655px;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin: 65px auto 6px auto;
}

@media (max-width: 1068px) {
    .item-category-article {
        width: 576px;
    } 
}

@media (max-width: 734px) {
    .item-category-article {
        width: 366px;
    } 
}

.item-date-article {
    color: #86868B;
    width: 655px;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    margin: -4px auto 0px auto;
}

@media (max-width: 1068px) {
    .item-date-article {
        width: 576px;
    } 
}
@media (max-width: 734px) {
    .item-date-article {
        width: 366px;
    } 
}

#image-article {
    width: 980px;
    margin-left: calc((100% - 980px) / 2);
    margin-right: calc((100% - 980px) / 2);
}

@media (max-width: 1068px) {
    #image-article {
        width: 692px;
        margin-left: calc((100% - 692px) / 2);
        margin-right: calc((100% - 692px) / 2);
    } 
}

@media (max-width: 734px) {
    #image-article {
        width: 414px;
        margin-left: calc((100% - 414px) / 2);
        margin-right: calc((100% - 414px) / 2);
    } 
}

@media (max-width: 435px) {
    #image-article {
         width: 380px;
        margin-left: calc((100% - 380px) / 2);
        margin-right: calc((100% - 380px) / 2);
        
    }
}

@media (max-width: 400px) {
     #image-article {
         width: 360px;
         margin-left: calc((100% - 360px) / 2);
        margin-right: calc((100% - 360px) / 2);
        
    }
}


.about-me {
    width: 240px;
    border-radius: 310px;
    padding: 10px;
    background: linear-gradient(180deg, #FFF 0%, #C8C5D2 100%);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25), 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 734px) {
        .about-me {
        margin: 20px;
        margin-top: 25px;
    }
    
}

#about-gradient {
    background: linear-gradient(180deg, #0F121F 0%, #2C3D47 100%);
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 734px) {
        .center {
        display: block;
    }
    
}

.list-item-about {   
    width: 980px;
    height: 362px;
    border-radius: 16px;
    background: #ffffff;
    margin: 0 auto 36px auto;   
}

@media (max-width: 1068px) {
        .list-item-about {
        width: 692px;
        height: 355px;
    }
    
}

@media (max-width: 734px) {
        .list-item-about {
        width: 366px;
        height: 580px;
        display: block;
    }
    
}

.linkedin {
    border-radius: 16px;
    width: 204px;
    height: 48px;
    border: 1px solid;
    border-color: #49658E;
    background: linear-gradient(180deg, #2C65BC 0%, #163058 100%);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.30) inset, 0px 3px 2.2px 0px rgba(0, 0, 0, 0.25), 0px 9px 10px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 23px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.069px;
    margin-bottom: 20px;
    transition: 3s;
}

.linkedin:hover{
    background: linear-gradient(180deg, #163058 0%, #2C65BC 100%);
    cursor:pointer;
    
}

.x-social {
    border-radius: 16px;
    width: 204px;
    height: 48px;
    border: 1px solid;
    border-color: #4D4D4D;
    background: linear-gradient(180deg, #383838 0%, #131313 100%);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.30) inset, 0px 3px 2.2px 0px rgba(0, 0, 0, 0.25), 0px 9px 10px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 23px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.069px;
    margin-bottom: 20px;
}

.x-social:hover{
    background: linear-gradient(180deg, #131313 0%, #383838 100%);
    cursor:pointer;
    
}

.instagram-social {
    border-radius: 16px;
    width: 204px;
    height: 48px;
    border: 1px solid;
    border-color: rgb(67, 67, 67);
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(273deg, #7638FA -1.54%, #D300C5 23.75%, #FF0069 49.04%, #FF7A00 74.33%, #FFD600 99.62%);
background-blend-mode: multiply, normal;
box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.30) inset, 0px 3px 2.2px 0px rgba(0, 0, 0, 0.25), 0px 9px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.30) inset, 0px 3px 2.2px 0px rgba(0, 0, 0, 0.25), 0px 9px 10px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 23px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.069px;
    margin-bottom: 20px;
}

.instagram-social:hover{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(273deg, #7638FA -1.54%, #D300C5 23.75%, #FF0069 49.04%, #FF7A00 74.33%, #FFD600 99.62%);
    cursor:pointer;
    
}


#button-group {
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 50px;
}

.con-pass {
    height: 370px;
    margin-top: -22px;

}

@media (max-width: 734px) {
    .con-pass {
        margin-bottom: 22px;
    }
}

@media (max-width: 450px) {
    .con-pass {
        height: 300px;
    }
}

.con-pass-group {
    display: flex;
    justify-content: center; /* center images horizontally */
    align-items: center;     /* center vertically */
    gap: 10px;               /* space between images */
    margin: auto;
    margin-top: 50px;
    flex-wrap: wrap;         /* allows wrapping if they overflow */
}
    
}

@media (max-width: 734px) {
    .con-pass-group {
        flex-direction: column;

    }
}

.list-item-about-con { 
    display: flex; 
    align-items: center; 
    width: 692px;
    height: 630px;
    border-radius: 16px;
    background: #ffffff;
    margin: 0 auto 36px auto;   
}

@media (max-width: 1068px) {
        .list-item-about-con {
        width: 692px;
        height: 630px;
    }
    
}

@media (max-width: 734px) {
        .list-item-about-con {
        width: 450px;
        height: 1050px;
    }
    
}

@media (max-width: 450px) {
        .list-item-about-con {
        width: 350px;
        height: 750px;
    }
    
}

.headline-main-copy {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #1D1D1F;   
    width: 655px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.048px;
    margin: 24px auto 10px auto;
}


.app-icon {
    display: block;
    width: 180px;
    margin-left: -15px;
    margin-top: 100px;
/*    margin-bottom: -10px;*/
/*    margin: 60px auto 0px auto;*/
}


/*
#privacy-policy-center {
    margin-bottom: -20px;
    text-align: center;
    margin: 0px auto 0px auto;
}
*/

#headline-center {
    line-height: 113.616%; 
    margin-bottom: -20px;
    text-align: center;
    margin: 0px auto 0px auto;
    letter-spacing: -0.56px;
}

.app-icon-center {
    display: block;
    width: 180px;
    margin-top: 100px;
    margin: 60px auto 0px auto;
}

.app-page-subline {
    color: #86868B;
    text-align: center;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
/*    line-height: 113.616%;*/
    letter-spacing: -0.1px;
    
}

.responsive-br {
  display: block;
}

@media (max-width: 1068px) {
    .responsive-br {
         display: none;
    }
}

.download-button-bg {
    width: 198px;
    height: 51.637px;
    border-radius: 148px;
    background: linear-gradient(180deg, #606060 0%, #0C0C0C 100%);
    box-shadow: 0px -8px 8px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 5.7px 0px rgba(0, 0, 0, 0.47);
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-top: 80px;
    z-index: 1;
}

.download-button-text {
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.75px;
    margin-top: -2px;
    background: linear-gradient(180deg, #FFF 0%, #989898 100%);
    background-clip: text;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.button-center {
    display: block;
/*    width: 198px;*/
    margin: auto;
    z-index: 999;
    position: relative;
}


.app-page-fine-print {
    color: #86868B;
    text-align: center;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 113.616%;
    margin-top: 10px;
    
}

#requirements {
    margin-top: 0px;
}

.yellow-blur {
    width: 318px;
    height: 473px;
    transform: rotate(11.149deg);
    flex-shrink: 0;
    border-radius: 473px;
    opacity: 0.5;
    background: #FFF600;
    filter: blur(117.9000015258789px);
    margin-left: -50px;
    z-index: 0;
}

@media (max-width:734px) {
    .yellow-blur {
        height: 200px;
    }
}


.red-blur {
    width: 461px;
    height: 473px;
    flex-shrink: 0;
    border-radius: 473px;
    opacity: 0.5;
    background: #F00;
    filter: blur(117.9000015258789px);
    z-index: 0;
}

@media (max-width:734px) {
    .red-blur {
        height: 200px;
    }
}

.purple-blur {
    width: 354px;
    height: 473px;
    transform: rotate(-15.724deg);
    flex-shrink: 0;
    border-radius: 473px;
    opacity: 0.4;
    background: #6E00E5;
    filter: blur(117.9000015258789px);
    margin-right: -50px;
    z-index: 0;
}

@media (max-width:734px) {
    .purple-blur {
        height: 200px;
    }
}

.blur-wrapper {
    position: absolute;
    display: flex;
    align-items: center;   
    justify-content: center;
    margin-top: -350px;
}

@media (max-width:1068px) {
    .blur-wrapper {
        margin-top: -70px;
    }
}

@media (max-width:734px) {
    .blur-wrapper {
        margin-top: -50px;
    }
}

.screenshot-app {
    width: 960px;
    z-index: 1;
    position: relative;
}

@media (max-width: 1068px) {
        .screenshot-app {
        width: 692px;
    }
    
}

@media (max-width: 734px) {
        .screenshot-app {
        width: 366px;
    }
    
}

.screenshot-wrapper {
    position: relative;
    display: flex;
    align-items: center;   
    justify-content: center;
}

.feature-point {
    color: #1D1D1F;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%; 
    margin-bottom: 10px;
}

.feature-subline {
    color: #86868B;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    margin-bottom: 25px;
}

.feature-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px; 
    max-width: 655px;
    margin-top: 50px;
/*    margin: 0 auto;*/
/*    margin-left: 40px;*/
}

#mas-center {  
    margin-top: 30px;
    text-align: center;
    z-index: 999;
}


.picture-image-small {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
    max-width: 980px;
    margin-top: 50px;
    width: 980px;
    border-radius: 10px;
    margin: 20px auto 0px auto;
}

@media (max-width: 1068px) {
    .picture-image-small{
         width: 692px;
    }
}

@media (max-width: 734px) {
    .picture-image-small{
         width: 414px;
        grid-template-columns: 1fr;
        gap: 10px 10px;
         margin: 10px auto 0px auto;
    }
}

@media (max-width: 435px) {
    .picture-image-small{
         width: 380px;
        grid-template-columns: 1fr;
        gap: 10px 10px;
         margin: 10px auto 0px auto;
    }
}

@media (max-width: 400px) {
    .picture-image-small{
         width: 360px;
        grid-template-columns: 1fr;
        gap: 10px 10px;
         margin: 10px auto 0px auto;
    }
}

.picture-image-small-item {
    width: 100%;
    border-radius: 10px;
/*
    margin-left: calc((100% - 980px) / 2); 
    margin-right: calc((100% - 980px) / 2);
*/
}



video {
  display: block;
  margin: 0;
  padding: 0;
}


.info-project {
    font-family: 'Inter', 'Helvetica', sans-serif;
    color: #1D1D1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.048px;
    margin-top: 5px;
    margin-left: 5px;
}

@media (max-width: 1068px) {
    .info-project {
        font-size: 21px;
    } 
}

@media (max-width: 734px) {
    .info-project {
        font-size: 20px;
    } 
}

.info-project-sub {
    color: #86868B;
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.032px;
    margin-top: -16px;
    margin-left: 5px;
}

.seen-link {
    width: 421px;
    height: 114px;
    border-radius: 25px;
    border: 1px solid #DADADA;
    background: #FFF;
    margin: 130px auto 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seen-link:hover {
      transform: scale(1.01);
  cursor: pointer;
    background: #FFF;
    box-shadow: 0px 10px 50px -40px rgba(0, 0, 0, 0.3) ;  
}

@media (max-width: 1068px) {
    .seen-link{
         width: 390px;
    }
}

@media (max-width: 734px) {
    .seen-link{
         width: 330px;
    }
}


#grey-text-seen {
    color: #86868B;
    margin-top: 10px;
}

.seen-link-arrow {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 734px) {
    .seen-link-arrow {
         gap: 10px;
    }
}

.seen-link-box {
    display: flex;
  flex-direction: column;
}

#arrow-link {
    margin-top: -7px;
}

@media (max-width: 734px) {
    #arrow-link {
         margin-top: -4px;
    }
}

.space {
    height: 70px;
}

#link-main-text {
    color: #2965C5;
}
#link-main-text:hover {
    text-decoration: underline;
}

.user-guide-hero {
    background: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
    width: 100%;
    height: 240px;
    flex-shrink: 0;
    margin-bottom: 50px;
}

@media (max-width: 1068px) {
    .user-guide-hero {
        height: 210px;
    } 
}

@media (max-width: 734px) {
    .user-guide-hero {
        height: 250px;
    } 
}

.user-guide-hero-center {
     width: 655px;
    margin: 60px auto 0px auto;
}

@media (max-width: 734px) {
    .user-guide-hero-center {
        width: 366px;
    } 
}

#font-user-guide-subline {
    font-weight: 300;
    margin-top: -6px;
    letter-spacing: -0.5px;
}

#user-guide-table-of-contents {
    color: #007BFF;
    font-weight: 300;
    margin-top: -18px;
    font-size: 24px;
    letter-spacing: -0.5px;
}

.table-of-contents-link-arrow {
    display: flex;
    margin-top: 20px;
    cursor: pointer;

}

#arrow-link-user-guide {
    margin-top: -10px;
    margin-right: 450px;
}

.user-guide-app-icon {
/*
    display: flex;
    align-items: flex-start;  Or center, depending on your layout 
    justify-content: space-between;
*/
}

.app-icon-user-guide {
    width: 180px;
    margin-left: 460px;
    margin-top: -145px;
/*    margin-bottom: -10px;*/
/*    margin: 60px auto 0px auto;*/
}

@media (max-width: 1068px) {
    .app-icon-user-guide {
        width: 180px;
    } 
}

@media (max-width: 734px) {
    .app-icon-user-guide {
        width: 90px;
        margin-left: -10px;
        margin-top: -15px;
        margin-bottom: 20px;
    } 
}

#user-guide-center {
 line-height: 110%;
letter-spacing: -0.6px;
    font-weight: 600;
}

#overlay-user-guide {
     display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

#table-of-content-box {
    width: 830px;
    height: 790px;
    flex-shrink: 0;
    border-radius: 48px;
background: #FFF;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#table-of-content-overlay-text {
     z-index: 10000;
    line-height: 170%;
}

.img-user-guide {
    width: 610px;
}

@media (max-width: 734px) {
    .img-user-guide {
        width: 380px;
    } 
}

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #000;
  }

  th {
    text-align: left;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
  }

  td {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }

.ul-flash {
    margin-left: 17px;
}

.user-guide-link-box {
    width: 500px;
    height: 130px;
    border-radius: 20px;
    background: #F3F3F3;
    margin: 100px auto 0px auto;
    display: flex;
    align-items: center;
}

@media (max-width: 734px) {
    .user-guide-link-box {
        width: 366px;
    } 
}

#user-guide-link-box-arrow {
    margin-bottom: -18px;
    margin-left: 170px;
}

@media (max-width: 734px) {
    #user-guide-link-box-arrow {
         margin-left: 120px;
    } 
}


#margin-user-guide-box {
    margin-left: 30px;
    font-size: 36px;
}


.user-guide-link-box-text-sub {
    margin-top: -21px;
    margin-left: 30px;
    color: #007BFF;
}

#blue-text {
     color: #007BFF;
}

#link-box-margin-null {
    margin-top: 60px;
}

.full-width-img {
    width: 100%;
    margin-top: -60px;
}

@media (max-width: 430px) {
    .full-width-img {
        margin-top: -30px;
    } 
}

@media (min-width: 1550px) {
    .full-width-img {
        margin-top: -160px;
    } 
}

@media (min-width: 2000px) {
    .full-width-img {
        margin-top: -270px;
    } 
}