:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-61510fe *//* =========================================================
   BREADCRUMB
========================================================= */

.tv-legal-breadcrumb{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin-bottom:30px;

    font-size:15px;

    font-weight:600;

    color:#7C8BA7;

}

.tv-legal-breadcrumb a{

    color:#7C8BA7;

    text-decoration:none;

    transition:.25s;

}

.tv-legal-breadcrumb a:hover{

    color:var(--tv-blue);

}

.tv-legal-breadcrumb span{

    color:#A0AEC5;

}

.tv-current-page{

    color:var(--tv-navy)!important;

    font-weight:700;

}

.tv-legal-breadcrumb{

    font-size:13px;

    gap:6px;

    margin-bottom:22px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-344a928 *//* =========================================================
   TAGVOLT - PRIVACY POLICY
   PART 1 / 3
========================================================= */

.tv-legal-page{

    --tv-blue:#1D6DF2;
    --tv-blue-dark:#0B57F0;
    --tv-orange:#FF6B00;

    --tv-navy:#081633;
    --tv-text:#42506B;
    --tv-soft:#F6F8FD;
    --tv-border:#E4ECF8;

    --tv-shadow:
        0 20px 50px rgba(18,42,92,.08);

    position:relative;
    overflow:hidden;

    background:
        radial-gradient(circle at 15% 12%,rgba(29,109,242,.05),transparent 24%),
        radial-gradient(circle at 90% 20%,rgba(29,109,242,.04),transparent 22%),
        linear-gradient(180deg,#FCFDFF 0%,#F5F8FE 100%);

    padding:110px 20px;

    font-family:"Inter",sans-serif;
}


/* decorative dots */

.tv-legal-page::before,
.tv-legal-page::after{

    content:"";

    position:absolute;

    width:180px;
    height:260px;

    background-image:
        radial-gradient(
            rgba(29,109,242,.26) 1.4px,
            transparent 1.4px
        );

    background-size:16px 16px;

    opacity:.45;

    pointer-events:none;

}

.tv-legal-page::before{

    left:-25px;
    top:120px;

}

.tv-legal-page::after{

    right:-20px;
    bottom:80px;

}


/*=========================================================*/

.tv-legal-hero{

    width:min(960px,100%);
    margin:0 auto 90px;

    text-align:center;

}


/*=========================================================*/

.tv-legal-kicker{

    display:inline-flex;

    align-items:center;

    gap:14px;

    margin-bottom:28px;

    font-size:15px;

    line-height:1;

    font-weight:800;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.tv-legal-number{

    color:var(--tv-orange);

}

.tv-legal-slash{

    color:var(--tv-navy);

}

.tv-legal-label{

    color:var(--tv-navy);

}


/*=========================================================*/

.tv-legal-title{

    margin:0;

    color:var(--tv-navy);

    font-size:clamp(48px,5vw,84px);

    line-height:1.04;

    letter-spacing:-.05em;

    font-weight:800;

}

.tv-legal-title span{

    color:var(--tv-blue);

}

.tv-orange{

    color:var(--tv-orange)!important;

}


/*=========================================================*/

.tv-legal-line{

    width:120px;

    height:4px;

    border-radius:999px;

    margin:28px auto 34px;

    background:
        linear-gradient(
            90deg,
            rgba(255,107,0,.15),
            var(--tv-orange),
            rgba(255,107,0,.15)
        );

    box-shadow:
        0 0 18px rgba(255,107,0,.22);

}


/*=========================================================*/

.tv-legal-intro{

    max-width:860px;

    margin:0 auto;

    color:var(--tv-text);

    font-size:21px;

    line-height:1.9;

    font-weight:400;

}

.tv-legal-intro strong{

    color:var(--tv-navy);

    font-weight:700;

}


/*=========================================================*/

.tv-legal-content{

    width:min(980px,100%);

    margin:0 auto;

}

/* =========================================================
   TAGVOLT - PRIVACY POLICY
   PART 2 / 3
=========================================================*/


/*=========================================================*/

.tv-legal-block{

    display:grid;

    grid-template-columns:90px 1fr;

    gap:34px;

    align-items:flex-start;

    margin-bottom:42px;

}


/*=========================================================*/

.tv-legal-index{

    width:60px;
    height:60px;

    border-radius:50%;

    background:
        linear-gradient(
            180deg,
            #2D7CFF,
            var(--tv-blue-dark)
        );

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    font-weight:800;

    letter-spacing:.04em;

    box-shadow:

        0 15px 35px rgba(29,109,242,.22);

}


/*=========================================================*/

.tv-legal-body{

    background:#fff;

    border:1px solid var(--tv-border);

    border-radius:26px;

    padding:42px;

    box-shadow:var(--tv-shadow);

    transition:

        transform .3s ease,

        box-shadow .3s ease,

        border-color .3s ease;

}

.tv-legal-body:hover{

    transform:translateY(-4px);

    border-color:#D5E3FB;

    box-shadow:

        0 26px 60px rgba(20,40,90,.10);

}


/*=========================================================*/

.tv-legal-body h2{

    margin:0 0 22px;

    color:var(--tv-navy);

    font-size:34px;

    line-height:1.15;

    font-weight:800;

    letter-spacing:-.04em;

}


/*=========================================================*/

.tv-legal-body h3{

    margin:0 0 18px;

    color:var(--tv-navy);

    font-size:26px;

    line-height:1.2;

    font-weight:700;

}


/*=========================================================*/

.tv-legal-body p{

    margin:0 0 18px;

    color:var(--tv-text);

    font-size:19px;

    line-height:1.9;

}


/*=========================================================*/

.tv-legal-body ul{

    margin:22px 0;

    padding-left:26px;

}

.tv-legal-body li{

    margin-bottom:14px;

    color:var(--tv-text);

    font-size:19px;

    line-height:1.8;

}

.tv-legal-body li::marker{

    color:var(--tv-blue);

}


/*=========================================================*/

.tv-contact-card{

    margin-top:26px;

    background:

        linear-gradient(

            180deg,

            #FFFFFF,

            #F8FBFF

        );

    border:1px solid var(--tv-border);

    border-radius:22px;

    padding:30px;

    box-shadow:

        0 15px 35px rgba(20,40,90,.05);

}

.tv-contact-card h3{

    margin-bottom:20px;

    color:var(--tv-blue);

    font-size:30px;

    font-weight:800;

}

.tv-contact-card p{

    margin-bottom:18px;

}

.tv-contact-card strong{

    color:var(--tv-navy);

}


/*=========================================================*/

.tv-legal-body a{

    color:var(--tv-blue);

    text-decoration:none;

    font-weight:600;

    transition:.25s;

}

.tv-legal-body a:hover{

    color:var(--tv-orange);

}


/*=========================================================*/

.tv-legal-body p:last-child,
.tv-legal-body ul:last-child{

    margin-bottom:0;

}


/*=========================================================*/

.tv-legal-block:last-child{

    margin-bottom:0;

}

/* =========================================================
   TAGVOLT - PRIVACY POLICY
   PART 3 / 3
   RESPONSIVE
=========================================================*/


/* =========================================================
   LARGE TABLETS
========================================================= */

@media (max-width:1024px){

    .tv-legal-page{

        padding:90px 28px;

    }

    .tv-legal-hero{

        margin-bottom:70px;

    }

    .tv-legal-title{

        font-size:58px;

    }

    .tv-legal-intro{

        font-size:19px;

        line-height:1.8;

    }

    .tv-legal-block{

        grid-template-columns:70px 1fr;

        gap:24px;

    }

    .tv-legal-index{

        width:62px;
        height:62px;

        font-size:18px;

    }

    .tv-legal-body{

        padding:34px;

    }

    .tv-legal-body h2{

        font-size:30px;

    }

}


/* =========================================================
   TABLETS
========================================================= */

@media (max-width:768px){

    .tv-legal-page{

        padding:70px 22px;

    }

    .tv-legal-hero{

        margin-bottom:55px;

    }

    .tv-legal-title{

        font-size:46px;

    }

    .tv-legal-line{

        width:90px;

        margin:22px auto 28px;

    }

    .tv-legal-intro{

        font-size:18px;

    }

    .tv-legal-block{

        grid-template-columns:1fr;

        gap:18px;

    }

    .tv-legal-index{

        margin:auto;

    }

    .tv-legal-body{

        padding:28px;

        border-radius:22px;

    }

    .tv-legal-body h2{

        font-size:28px;

    }

    .tv-legal-body h3{

        font-size:24px;

    }

    .tv-legal-body p{

        font-size:17px;

        line-height:1.75;

    }

    .tv-legal-body li{

        font-size:17px;

        line-height:1.7;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:480px){

    .tv-legal-page{

        padding:56px 18px;

    }

    .tv-legal-page::before,
    .tv-legal-page::after{

        display:none;

    }

    .tv-legal-kicker{

        gap:8px;

        font-size:12px;

    }

    .tv-legal-title{

        font-size:36px;

        line-height:1.08;

    }

    .tv-legal-line{

        width:70px;

        height:3px;

        margin:18px auto 24px;

    }

    .tv-legal-intro{

        font-size:16px;

        line-height:1.7;

    }

    .tv-legal-block{

        margin-bottom:28px;

    }

    .tv-legal-index{

        width:54px;

        height:54px;

        font-size:16px;

    }

    .tv-legal-body{

        padding:22px;

        border-radius:18px;

    }

    .tv-legal-body h2{

        font-size:24px;

        margin-bottom:16px;

    }

    .tv-legal-body h3{

        font-size:20px;

    }

    .tv-legal-body p{

        font-size:16px;

        line-height:1.7;

        margin-bottom:14px;

    }

    .tv-legal-body ul{

        padding-left:20px;

        margin:16px 0;

    }

    .tv-legal-body li{

        font-size:16px;

        margin-bottom:10px;

    }

    .tv-contact-card{

        padding:22px;

        border-radius:18px;

    }

    .tv-contact-card h3{

        font-size:24px;

    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width:360px){

    .tv-legal-title{

        font-size:30px;

    }

    .tv-legal-body{

        padding:18px;

    }

    .tv-legal-body h2{

        font-size:21px;

    }

    .tv-legal-body p,
    .tv-legal-body li{

        font-size:15px;

    }

}/* End custom CSS */