@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter-VariableFont_opsz%2Cwght.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter-Italic-VariableFont_opsz%2Cwght.woff2');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter_18pt-Bold.woff2');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter_18pt-Thin.woff2');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter_18pt-Regular.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter_18pt-Medium.woff2');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter_18pt-SemiBold.woff2');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter_18pt-ExtraBold.woff2');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url('https://external.privacywall.org/neo/inter-fonts/Inter_18pt-Black.woff2');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
body{
    font-family: 'Inter', serif;
}
header{
    background: #F9FAFB;
}
.header{
    padding: 20px 16px;
}
.gap-12{
    gap: 12px !important;
}
.h-70{
    height: 70vh;
}
.h-50{
    height: 50vh !important;
}
.hero span{
    color: #2E70DB;
    text-align: center;
    font-size: 16px;
    font-style: normal;
}
.hero h1{
    color:#101828;
    text-align: center;
    font-size:48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.hero p{
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.info-box{
    padding: 40px;
}
.info-box h2{
    color: #101828;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
}
.info-box p, .info-box ul li{
    color: #475467;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.info-box ul{
    list-style-type: lower-alpha;
    padding-left: 0;
}
.info-box li{
    margin-bottom: 16px;
}
.mt-40{
    margin-top: 40px;
}
p a{
    color: #3D80EC;
    text-decoration: underline;
}
footer{
    padding: 64px 64px 48px 64px !important;
    gap: 64px;
    background: #F9FAFB;
}
.footer-menu h6{
    color: #667085;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.footer-menu div{
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.footer-menu div a{
    text-decoration: none;
    color: #475467;
    cursor: pointer;
}
.footer-menu div a:hover{
    text-decoration: underline;
}
.footer-bottom{
    border-top: 1px solid #E4E7EC;
    padding-top: 32px;
}
.footer-bottom-content h6{
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.footer-bottom-content div{
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.copyrights{
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.secured-action{
    height: 100%;
    padding: 12px 18px ;
    background: white;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 12px;
    overflow: hidden;
    border: 1px #D0D5DD solid;
    justify-content: center;
    align-items: center;
    gap: 6px;
    display: inline-flex;
    color: #344054;
}
.secured-action:hover{
    border-radius: 12px;
    border: 1px solid #D0D5DD;
    background: #F9FAFB;
    box-shadow: 0px 0px 0px 1px rgba(16, 24, 40, 0.18) inset, 0px -2px 0px 0px rgba(16, 24, 40, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.gap-24{
    gap: 24px;
}
.gap-64{
    gap: 64px;
}
.about-hero{
    padding: 96px 80px;
    padding-bottom: 158px;
}
.about-hero .row{
    padding: 0 32px;
}
.about-hero span{
    color:#2E70DB;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.about-hero h1{
    color: #101828;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -1.44px;
    margin-top: 12px;
}
.about-hero p{
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.statistics{
    display: flex;
    padding: 64px !important;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 16px;
    background: #F9F9F9;
    position: absolute;
    top: 80%;
    z-index: 1;
    margin: 48px 0 96px 0;
    width: 90%;
}
.statistics .count{
    color: #2E70DB;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
}
.statistics .title{
    color: #101828;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.feature-mini-title{
    color: #2E70DB;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}
.feature-title{
    color: #101828;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    margin-bottom: 20px;
    font-size: 36px;
}
.feature-description{
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.feature-description a{
    color: #3D80EC;
}
.contact{
    color:#475467;
    font-weight: 700;
}
hr{
    height: 1px;
    margin-top: 64px;
    margin-bottom: 32px;
}
.team h2{
    color: #101828;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
.team p{
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.team a{
    display: flex;
    padding: 16px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #3D80EC;
    color: #FFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.swiper-slide {
    background-color: #f0f0f0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    height: 480px !important;
}
.swiper-btn{
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 9999px;
    border: 1px solid #E4E7EC;
    position: relative !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.info-card{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.30);
    padding:24px 24px 32px 24px;
    /* Backdrop blurs/backdrop-blur-lg */
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
}
.info-card .name{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}
.info-card .title{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}
.info-card .job_description{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.header a{
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: white !important;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.navbar-toggler{
    padding: 8px !important;
    border-radius: 10px !important;
}
.about-container{
    padding: 96px 80px
}
.about-container .row{
    margin-bottom: 96px;
}
.about-header{
    background: url(https://external.privacywall.org/neo/images/about-bg.svg) lightgray 50% / cover no-repeat;
    height: 100vh;
    margin-bottom: 96px
}
.about-item{
    padding-left: 51px;
}
.download-hero{
    padding-bottom: 96px !important;
}
.download-hero h1{
    color: #101828;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -1.44px;
    margin-bottom: 24px;
    margin-top: 0;
}
.download-hero p{
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.download-hero span{
    color: #3D80EC;
    font-weight: 700;
    text-decoration: underline;
    font-size: 20px;
}
.download-hero strong{
    font-weight: 700;
}
.download-hero a{
    display: flex;
    padding: 16px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #3D80EC;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 48px;
    width: fit-content;
}
.hero-content{
    padding-right: 80px !important;
}
.protect-features-container{
    padding: 96px 0;
    gap: 64px;
}
.protect-features-container h2{
    color:#101828;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
.protect-features-container p{
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.feature-card{
    display: flex;
    padding: 52px 24px 32px 24px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    background: #F9FAFB;
    position: relative;
    height: 100%;
}
.feature-card .icon{
    position: absolute;
    top: -32px;
}
.feature-card h3{
    color: #101828;
    text-align: center;
    font-size:20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.feature-card p{
    color: #475467;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.download{
    padding: 96px 0px;
    gap: 32px;
    align-self: stretch;
    background: #DEEBFF;
}
.download h3{
    color: #101828;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.download a{
    display: flex;
    padding: 28.8px 43.2px;
    justify-content: center;
    align-items: center;
    gap: 14.4px;
    border-radius: 28.8px;
    background: #FFF;
    color: #344054;
    font-size: 38.4px;
    font-style: normal;
    font-weight: 600;
    line-height: 57.6px; /* 150% */
    text-decoration: none;
}
.download a p{
    margin-bottom: 0;
}
.download a img{
    width: 57.6px;
    height: 57.6px;
}
.welcome-hero{
    padding: 96px 0;
}
.more-step{
    padding: 72px 0 96px 0;
}
.more-step .description{
    padding-right: 52px;
}
.more-step .description h2{
    color: #101828;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.more-step .description p{
    color: #475467;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.more-step .img{
    padding-left: 52px;
}
.download-apps{
    display: flex;
    padding: 50px 32px 78px 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 24px;
    background: #5668C3;
    backdrop-filter: blur(85px);
    position: relative;
}
.download-apps h2{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
}
.download-apps p{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.download-apps a{
    margin-top: 40px;
}
.download-apps .blur-download{
    position: absolute;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.what-new_header{
    background-image: url(https://external.privacywall.org/neo/images/whats_new_bg.svg), linear-gradient(0deg, #E8E8E8 0%, #E8E8E8 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 0px 24px 24px;
    background-position: center
}
.what_new_hero{
    padding: 80px 0;
}
.what_new_title{
    color:#202124;
    text-align: center;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 600;
    line-height:72px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}
.what_new_title span{
    color: #3D80EC;
    font-size: 60px;
}
.what_new_desc{
    color: #202124;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
.update-date{
    color: #3A3C3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    gap: 10px;
    margin-bottom: 20px;
}
.update-date p{
    margin-bottom: 0;
}
.update-date span{
    color: #2E70DB;
    text-align: center;
    font-size:12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 9999px;
    border: 1.5px solid #3D80EC;
}
.update-title{
    color: #3A3C3F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}
.update-desc{
    color: #3A3C3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}
.update-card{
    padding: 4px 16px 62px 0;
}
.update-container{
    margin-top: 84px; margin-bottom: 84px
}
.apps-hero{
    position: relative;
    padding: 80px 336px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.apps-hero h1{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 8px rgba(16, 24, 40, 0.10), 0px 2px 4px rgba(16, 24, 40, 0.06);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}
.apps-hero p{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.apps-hero a{
    display: flex;
    width: 254px;
    padding: 16px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #3D80EC;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 80px;
}
.apps-hero h2{
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 32px;
}
.secured-section{
    padding: 50px 30px 50px 32px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(85px);
    border-radius: 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-width: 1280px;
}
.secured-sub-title-container{
    margin-bottom: 72px
}
.secured-sub-title{
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.gap-8{
    gap: 8px !important;
}
.decoration-none{
    text-decoration: none !important;
}
.extension-img{
    padding: 12px;
    background: white;
    border-radius: 24px;
    height: 99px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.extension-img:hover{
    transform: scale(1.05);
    box-shadow: 2px 2px 2px rgba(217, 223, 234, 0.1);
}
.not-extension{
    background: url(https://external.privacywall.org/neo/images/icons/bg-ios.svg) !important;
}
.extension-name{
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
}
.secured-blur-bg {
    position: absolute;
    left: 0;
    z-index: -1;
    padding: 0;
    background: rgba(102, 112, 133, 0.20);
    backdrop-filter: blur(52px);
    border-radius: 2505.662px;
    height: 140.761px;
    bottom: 0;
}
.gap-16{
    gap: 16px;
}
.no-ads-container{
    padding: 24px;
    border-radius: 24px;
    gap: 24px
}
.no-ads-img-bg{
    height: 382px;
    width: 600px;
    background: #C7D9F5;
    border-radius: 20px;
    position: relative;
    padding-top: 26px;
    display: flex;
    justify-content: center;
}
.no-ads-img{
    bottom: 0;
    height: 100%;
}
.p-20{
    padding: 20px !important;
}
.gap-32{
    gap: 32px !important;
}
.pl-16{
    padding-left: 16px !important;
}
.gap-12{
    gap: 12px !important;
}
.no-ads-item{
    color: #344054;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.no-ads-title{
    margin-bottom:0;
    color: #101828;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}
.no-ads-description{
    color: #344054;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.protect-section{
    padding: 12px;
    border-radius: 24px;
    gap: 16px;
}
.protect-content-box{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(228, 231, 236, 1);
}
.protect-content{
    border-bottom: 1px solid rgba(228, 231, 236, 1);
    padding: 20px;
    gap: 32px;
}
.protect-content-title{
    margin-bottom: 0;
    color: #101828;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}
.protect-content-sub-title{
    color: #344054;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.protect-first-box{
    padding: 8px;
    border-right: 1px solid rgba(228, 231, 236, 1);
}
.h-200{
    height: 200px
}
.protect-box-title{
    color: #101828;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0
}
.protect-box-sub-title{
    color: #344054;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.p-8{
    padding: 8px;
}
.gap-10{
    gap: 10px !important;
}
.secure-search{
    padding: 20px;
    border-radius: 24px;
    gap:16px;
    padding-top: 35px;
}
.secure-search-title{
    color: #101828;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.secure-search-description{
    color: #344054;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.control-privacy{
    border-radius: 24px;
    background: #F2F4F7;
    position: relative;
    z-index: 3;
    margin-top: 80px;
}
.control-privacy-title{
    color: #101828;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:44px; /* 122.222% */
}
.control-privacy-description{
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.p-32{
    padding: 32px;
}
.gap-20{
    gap: 20px;
}
.chrome-control{
    position: absolute;
    right: 152px;
    bottom: 91px;
}
.facebook-control{
    position: absolute;
    right: 315.861px;
    top: 8.249px;
    transform: rotate(-9.214deg);
}
.google-control{
    position: absolute;
    right: 272.476px;
    bottom: -14.676px;
    transform: rotate(4.105deg);
}
.cookie-1-control{
    position: absolute;
    right: 99.03px;
    top: 0;
}
.cookie-2-control {
    position: absolute;
    right: 3.492px;
    top: 69.775px;
}
.cookie-3-control{
    position: absolute;
    right: 45.962px;
    bottom: -3px;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.testimonial-section{
    padding: 96px 0;
    gap: 64px;
    background: #F9FAFB;
    justify-content: center;
    align-items: center;
}
.testimonial-content{
    color: #101828;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    max-width: 930px;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-author{
    color: #101828;
    text-align: center;
    font-size:18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.gap-48{
    gap: 48px;
}
.questions-container{
    background: white;
}
.questions-row{
    padding: 69px 69px;
}
.support-span{
    color: #2E70DB;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.questions-title{
    color: #101828;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
}
.questions-description{
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.questions-description a{
    color: #344054;
}
.questions-description span{
    text-decoration: underline;
}
.accordion {
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    overflow: hidden;
}

.accordion .top {
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.85rem 1.5rem 1.75rem;
    display: flex;
    position: relative;
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.accordion .top .text {
    font-size: 1.25rem;
    font-weight: 700;
    white-space: wrap;
}

.accordion .top img {
    width: 2rem;
    align-self: center;
    margin-left: 1.5rem;
}

.accordion .top input {
    position: absolute;
    inset: 0;
    cursor: pointer;
    appearance: none;
}

.accordion .bottom {
    padding-inline: 1.5rem;
    max-height: 0;
    overflow: hidden;
    animation: collapse 0.3s forwards ease-out;
}

.accordion .bottom .text {
    margin-left: 0;
    margin: 0;
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.accordion .bottom .text a{
    text-decoration: none;
}
.accordion .bottom .text a:hover{
    text-decoration: underline;
}
/* Keyframes for opening animation */
@keyframes expand {
    0% {
        max-height: 0;
        opacity: 0;
    }
    100% {
        max-height: 500px; /* Adjust to maximum content height */
        opacity: 1;
    }
}

/* Keyframes for closing animation */
@keyframes collapse {
    0% {
        max-height: 500px;
        opacity: 1;
    }
    100% {
        max-height: 0;
        opacity: 0;
    }
}

/* Apply expand animation when the checkbox is checked */
.accordion:has(input:checked) .bottom {
    animation: expand 0.3s forwards ease-out;
}
.suggest-container{
    padding: 96px 267px;
    background: #DEEBFF
}
.suggest-container h2{
    color: #101828;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height:90px;
    letter-spacing: -1.44px;
    margin-bottom: 20px;
}
.suggest-container p{
    color: #575B63;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 32px;
    padding: 0 41px;
}
.suggest-container span{
    color: #3A3C3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.suggest-box{
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 8px;
    border-radius: 9999px;
    border: 1px solid #E5E7E8;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    max-width: 560px;
    width: 100%;
    margin-bottom: 32px;
}
.suggest-box .input-box{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    color: #656B75;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    justify-content: start;
}
.suggest-box input{
    width: 100%;
    border: 0;
}
.suggest-box button{
    border: 0;
    background: transparent;
    padding: 0;
    outline: 0;
}
.suggest-box input:focus-visible{
    outline: none !important;
    border: none !important;
    border-color: white !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.feature-section{
    margin-top: 192px;
    padding-right: 92px;
    padding-left: 92px;
    margin-bottom: 80px;
}
.apps-header{
    background-image: url(https://external.privacywall.org/neo/images/apps-bg.svg);
    border-radius: 0 0 10px 10px;
    height: auto !important;
    position: relative;
    padding-bottom: 232px
}
.thank-hero{
    padding: 96px 112px;
    background: white;
}
.thank-hero span{
    color: #2E70DB;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -1.44px;
}
.thank-hero h1, .thank-hero h2{
    color: #101828;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -1.44px;
}
.thank-hero h2{
    margin-bottom: 12px;
}
.thank-hero p{
    color: #575B63;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0;
}
.thank-hero p a{
    color: #3D80EC !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.thank-more-step{
    padding: 96px 112px;
    gap: 24px;
    display: flex;
    background: #F5F6F6;
}
.step-card{
    display: flex;
    min-width: 280px;
    padding:24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    flex: 1;
}
.step-card .step-number{
    margin-bottom: 24px;
}
.step-card h3{
    color: #202124;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.step-card p{
    color: #575B63;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.step-card p a{
    color: #3D80EC !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .info-box{
        padding: 16px;
    }
    .footer-logo{
        justify-content: center;
        align-items: center;
    }
    .footer-menu{
        justify-content: center;
        align-items: center;
    }
    .footer-social{
        justify-content: center;
        align-items: center;
    }
    .footer-bottom-content{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .footer-bottom-content p{
        font-size: 16px;
    }
    .footer-bottom{
        width: 100%;
    }

    .hero h1{
        font-size: 36px;
    }
    .hero p{
        font-size: 18px;
    }
    .hero span{
        font-size: 14px;
    }
    .info-box h2{
        font-size: 24px;
    }
    .info-box p, .info-box ul li{
        font-size: 16px;
    }
    .about-hero{
        padding: 64px 16px
    }
    .about-hero .row{
        padding: 0;
    }
    .about-hero h1{
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
        margin-top: 12px;
    }
    .about-hero p {
        font-size: 18px;
        line-height: 28px;
    }
    .about-container{
        padding: 64px 16px;
    }
    .statistics{
        position: relative;
        margin-top: 40px;
        width: auto;
        gap: 46px;
        margin-bottom: 0;
    }
    .about-header{
        height: auto;
        margin-bottom: 0;
    }
    .about-container .row{
        margin-bottom: 0;
    }
    .about-item{
        padding-left: 16px;
        padding-bottom: 32px;
    }
    .feature-description{
        font-size: 18px;
    }
    .download-hero h1{
        font-size: 46px;
        line-height: 44px;
        letter-spacing: -0.72px;
    }
    .hero-content{
        padding-right: 0 !important;
    }
    .download-hero a{
        width: 100%;
        margin-top: 32px;
        margin-bottom: 64px;
    }
    .protect-features-container{
        padding: 64px 16px;
    }
    .feature-card{
        width: 100%;
        height: auto;
        margin-bottom: 54px;
    }
    .protect-features-container h2{
        font-size: 30px;
        line-height: 38px;
        padding: 0 28px;
    }
    .protect-features-container p{
        font-size: 18px;
        line-height: 28px;
    }
    .feature-card p{
        font-size: 16px;
        line-height: 24px;
    }
    .feature-card .icon{
        width: 56px;
        height: 56px;
    }
    .download{
        padding: 96px 32px;
    }
    .download h3{
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
    }
    .download a{
        padding: 12px 18px;
        gap: 6px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 12px;
    }
    .download a img{
        width: 24px;
        height: 24px;
    }
    .more-step{
        padding: 32px 16px 96px 16px;
    }
    .more-step .description{
        padding-right: 0;
    }
    .more-step .img{
        padding-left: 0;
    }
    .what-new_header{
        background-image: url(https://external.privacywall.org/neo/images/whats_new_bg_mobile.svg), linear-gradient(0deg, #E8E8E8 0%, #E8E8E8 100%);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0px 0px 24px 24px;
        background-position: center
    }
    .what_new_hero{
        padding: 65px 32px 48px 32px;
    }
    .what_new_title{
        font-size: 36px !important;
        line-height: 44px !important; /* 122.222% */
        letter-spacing: -0.72px !important;
    }
    .what_new_title span{
        color: #3D80EC;
        font-size: 36px;
    }
    .what_new_desc{
        font-size: 16px;
        line-height: 24px;
    }
    .update-container{
        margin: 32px 0;
    }
    .update-card{
        padding: 4px 16px 62px 0;
    }
    .secured-section{
        padding: 32px 32px;
    }
    .secured-sub-title-container{
        margin-bottom: 32px;
    }
    .secured-sub-title{
        width: 100vw;
        text-align: center;
    }
    .no-ads-container{
        margin-bottom: 24px;
    }
    .question-header{
        padding: 17px;
    }
    .no-ads-container{
        padding: 0;
    }
    .protect-first-box{
        justify-content: center;
        align-items: center;
        border: 0;
        border-bottom: 1px solid rgba(228, 231, 236, 1);
        padding-bottom: 20px;
    }
    .protect-second-box{
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }
    .protect-content-box{
        flex-direction: column;
        border-bottom: 0;
    }
    .secure-search{
        flex-direction: column;
        gap: 24px;
        padding: 20px 12px !important;
        background: #F2F4F7;
    }
    .control-images{
        height: 450px;
    }
    .chrome-control{
        position: absolute;
        bottom: 170px;
        right: 133.091px;
    }
    .facebook-control{
        position: absolute;
        left: 34.303px;
        transform: rotate(-9.214deg);
        top: 60px;
    }
    .google-control{
        position: absolute;
        left: 17.376px;
        bottom: 0;
        transform: rotate(4.105deg);
    }
    .cookie-1-control{
        position: absolute;
        right: 81.871px;
        top: -50px;
    }
    .cookie-2-control {
        position: absolute;
        right: 5.375px;
        top: 50.775px;
    }
    .cookie-3-control{
        position: absolute;
        right: 39.38px;
        bottom: 0;
        transform: rotate(4.381deg);
    }
    .apps-hero{
        padding: 64px 32px;
    }
    .extension-img{
        width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .extension-img img{
        width: 64px;
        height: 64px;
    }
    .questions-row{
        padding: 0;
    }
    .no-ads-img-bg{
        width: 95vw !important;
        height: auto !important;
        padding: 26px 12px 0 12px;
        display: flex;
    }
    .protect-section{
        border-top: 1px solid rgba(228, 231, 236, 1);
        border-radius: 0;
    }
    .second-feature-column{
        padding: 0 !important;
    }
    .protect-section{
        border-top: 1px solid rgba(228, 231, 236, 1);
        border-radius: 0;
    }
    .no-ads-img{
        height: 100%;
        width: 90vw;
    }
    .suggest-container{
        padding: 62px 44px;
    }
    .feature-section{
        padding: 0 20px;
    }
    .col-md-12{
        padding: 0;
    }
    .no-ads-container{
        padding: 0;
    }
    .suggest-container p{
        padding: 0;
    }
    .control-images{
        height: 450px;
    }
    .apps-hero h1{
        text-shadow: 0px 1px 3px rgba(16, 24, 40, 0.10), 0px 1px 2px rgba(16, 24, 40, 0.06);
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
    }
    .apps-hero p{
        font-size: 20px;
        line-height: 30px;
    }
    .apps-hero a{
        margin-bottom: 48px;
    }
    .apps-header{
        padding-bottom: 500px;
    }
    .blur{
        display: none;
    }
    .secured-section{
        bottom: -15px !important;
        background: #6072B8;
        backdrop-filter: blur(85px);
    }
    .apps-header {
        background-image: url(https://external.privacywall.org/neo/images/icons/apps-bg-mobile.svg);
    }
    .first-extension-container{
        padding-bottom: 32px;
        border-bottom: 1px solid #7E90D7;
    }
    .second-extension-container{
        padding-top: 32px;
    }
    .thank-hero{
        padding: 64px 16px;
    }
    .thank-hero h1, .thank-hero h2, .thank-hero span{
        font-size: 30px;
        line-height: 38px;
    }
    .thank-hero p{
        text-align: start;
    }
    .thank-more-step{
        padding: 48px 16px;
    }
    .thank-more-step .row{
        padding: 0 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .download-hero h1{
        font-size: 58px;
        line-height: 72px;
    }
    .hero-content{
        padding-right: 0 !important;
    }
}
