*{
    box-sizing: border-box;
}
.no-event{
    pointer-events: none;
}
.content-wrap{
    margin-top: 0px;
    margin-bottom: 0px;
}
.btn-list{
    display: flex;
    gap: 10px;
}

#section-hero{
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F7F5EF;
}
.top-list-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%; 
    margin: 0px;
}
.top-list-icons li {
    flex: 0 0 auto;
    flex-shrink: 0;
    white-space: nowrap;
}
.top-list-icons li img{
    width: 6px;
    margin-right: 0px;
}
.top-list-icons li a{
    display: flex;
    align-items: center;
}
.top-list-icons li a{
    /* font-size: 16px; */
    font-size: 1.11vw;
    color: var(--Core-Dark-Violet);
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 15px;
    transition: color 0.5s ease-in-out;
}
.top-list-icons li a:hover{
    color: var(--Core-Violet);
    transition: color 0.5s ease-in-out;
}

.row-hero{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.block-page-name{
    width: 100%;
    margin-bottom: 10px;
}
.block-page-name .top-list-icons li a{
    padding-bottom: 0px;
}
.col-left-hero{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
@media(min-width: 1200px){
    .col-left-hero{
        width: 50%;
    }
}
.col-section-title-block h1{
    /* font-size: 64px; */
    font-size: 4.44vw;
    font-weight: 500;
    color: var(--Core-Base-Black);
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: left;
    margin: 0;
    margin-top: 5px;
}
.col-section-title-block p{
    /* font-size: 18px; */
    font-size: 1.25vw;
    color: var(--Core-Base-Black);
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    margin-top: 30px;
}
.col-section-title-block a:hover span{
    color: var(--Core-Violet);
    transition: color 0.5s ease-in-out;
}
.col-section-title-block span{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--Core-Base-Black);
    transition: color 0.5s ease-in-out;
}
.col-section-title-block span img{
    width: 20px;
    margin-right: 5px;
}
.block-cta-hero{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.block-cta-hero ul{
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 30px 0 10px 0;
}
.block-cta-hero ul li a{
    font-weight: 400;
}
.block-cta-hero p{
    /* font-size: 16px; */
    font-size: 1.11vw;
    line-height: 1;
    color: var(--Core-Dark-Violet);
    font-weight: 300;
}

/* content-section */
#content-section{
    margin-top: 60px;
}
.row-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}
.col-content-left{
    width: 65%;
}
.col-content-right{
    width: 30%;
}
.todo-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0px;
    padding-left: 20px;
    margin-top: 20px;
}
.todo-list li,
.todo-list li span{
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #455468;
    font-weight: 300;
}
.todo-list li::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/static/img/icons/bullet-list.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    opacity: 0.5;
    position: absolute;
    top: 8px;
    left: -15px;
}
.todo-list input{
    display: none;
}

/* POST CONTENT STYLE */
.col-updated-info{
    margin: 20px 0;
}
.col-post-content .col-updated-info p,
.col-post-content .col-post-info p:first-child em{
    font-size: 15px;
    color: #8897AE;
    font-weight: 300;
    line-height: 1.2;
}
.col-post-content h1:first-child{
    margin: 20px 0 20px 0;
}
.col-post-content h1{
    /* font-size: 45px; */
    font-size: 32px;
    color: #281752;
    line-height: 1.2;
    font-weight: 500;
    /* margin: 50px 0 20px 0; */
    margin: 50px 0 10px 0;
    text-align: left;
}
.col-post-content h2{
    /* font-size: 36px; */
    font-size: 24px;
    color: var(--Core-Base-Black);
    line-height: 1.2;
    font-weight: 400;
    /* margin: 70px 0 20px 0; */
    margin: 50px 0 20px 0;
    text-align: left;
}
.col-post-content h3{
    font-size: 18px;
    color: var(--Core-Base-Black);
    line-height: 1.2;
    font-weight: 600;
    margin: 40px 0 15px 0;
    text-align: left;
}
.col-post-content h4{
    font-size: 17px;
    color: var(--Core-Base-Black);
    line-height: 1.2;
    font-weight: 600;
    margin: 50px 0 15px 0;
    text-align: left;
}
.col-post-content h5{
    font-size: 17px;
    color: var(--Core-Base-Black);
    line-height: 1.2;
    font-weight: 600;
    margin: 50px 0 15px 0;
    text-align: left;
}

.col-post-content blockquote{
    background-color: var(--Core-Soft-Lavender-v2);
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    color: #281752;
}
.col-post-content blockquote p{
    color: var(--Core-Dark-Violet);
    margin-bottom: 0px;
}

.col-post-content p,
.col-post-content td span{
    font-size: 16px;
    color: var(--Core-Base-Black);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 20px;
}
.col-post-content a:not(.blog-newsletter a):not(.see-the-impact-block a) {
    color: var(--Core-Violet);
    transition: color 0.5 sease-in-out;
}
.col-post-content a:hover:not(.blog-newsletter a):not(.see-the-impact-block a){
    color: var(--Core-dark-Violet);
    transition: color 0.5s;
}
.col-post-content ul,
.col-post-content ol{
    padding-left: 20px;
    margin: 10px 0;
}
.col-post-content ul li,
.col-post-content ol li{
    list-style-type: disc;
    font-size: 16px;
    color: var(--Core-Base-Black);
    font-weight: 300;
    line-height: 1.7;
}
.col-post-content ul li p,
.col-post-content ol li p{
    margin-bottom: 0px;
}
.col-post-content img{
    margin-bottom: 20px;
    border-radius: 15px;
}

.col-post-content p strong,
.col-post-content li strong{
    font-weight: 500;
}
/* OLD CSS FOR LIST */
.col-post-content ul {
    list-style-type: disc;
    list-style-position: inherit;
}
.col-post-content ul li {
    margin-bottom: 3px;
}  
.col-post-contentul li:last-child {
    margin-bottom: 0px;
}
.col-post-content ul .li-special-list-d {
    list-style-type: none;
} 
.col-post-content ul blockquote {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0px 0;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    quotes: none;
    box-sizing: border-box;
    background-color: transparent;
}
.col-post-content ul li:nth-child(odd) blockquote {
    background: transparent linear-gradient(90deg, #FF934B 0%, #F9B614 100%) 0% 0% no-repeat padding-box;
}
.col-post-content ul li:nth-child(odd) blockquote p {
    color: #fff;
}
.col-post-content ul li span,
.col-post-content ol li span {
    font-weight: 300;
}
.col-post-content ul blockquote p {
    font-size: 16px;
}

/* 
.col-post-content ul {
    color: #4b4f5d;
}
.col-post-content ul li,
.col-post-content ol li {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0;
} */

/* OLD CSS FOR LIST */



/* row-related */
.row-related{
    margin-top: 100px;
}

/* col-content-right */
.col-content-right{
    position: relative;
}
.col-sticky{
    position: sticky;
    top: 100px;
    overflow-y: scroll;
    height: 80vh;
}
.col-sticky::-webkit-scrollbar{
    width: 0px;
}
.col-ai{
    margin-bottom: 20px;
}
.col-ai>a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.col-ai img{
    width: 20px;
    margin-right: 10px;
}
.col-toc,
.col-sft{
    border: 1px solid #EBEBEB;
    border-radius: 15px;
}
.col-toc h3{
    padding: 20px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 18px;
    color: var(--Core-Base-Black);
    line-height: 1;
}
.col-toc ul{
    margin: 0px;
    padding: 20px;
}
.col-sft{
    padding: 30px;
    margin-top: 30px;
    background-color: #1E1043;
}
.col-sft>img{
    width: 100%;
}
.col-sft h3{
    /* font-size: 24px; */
    font-size: 1.66vw;
    font-weight: 400;
    color: var(--Core-Base-White);
    line-height: 1.4;
}
.col-sft p{
    font-size: 15px;
    color: #455468;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 30px;
}
.col-sft h4{
    font-size: 13\4px;
    color: var(--Core-Base-White);
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}
.col-sft a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0;
}
.col-sft a img{
    width: 20px;
    margin-right: 10px;
}
/* Iframe */
.col-post-content iframe{
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Img */
.col-post-content h6 img{
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.col-post-content strong>img{
    width: 100px !important;
    margin: unset;
    margin-top: 20px;
    margin-bottom: -30px;
    margin-top: 30px;
    display: flex;
    text-align: left;
}
.col-post-content h5 img{
    width: 55%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.col-post-content h4 img{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

/******* table-of-contents *******/
.table-of-contents{
    height: 300px;
    overflow-y: scroll;
}
.table-of-contents::-webkit-scrollbar{
    width: 5px;
}
.table-of-contents li{
    margin-bottom: 8px;
}
.table-of-contents li p a{
    font-size: 15px;
    color: #7E7498;
    line-height: 1.3;
    transition: color 0.5s;
}
.table-of-contents li p.active a{
    font-weight: 500;
    color: var(--Core-Violet);
}
.table-of-contents li p a:hover{
    color: var(--Core-Violet) !important;
    transition: color 0.5s;
}
.table-of-contents li::marker{ 
    font-size: 12px;
    color: #7E7498;
}

.download-pdf{
    padding: 20px;
    border-top: 1px solid #E9EFF5;
}
.download-pdf a{
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-pdf a img{
    width: 20px;
    margin-right: 10px;
    transition: all 0.5s;
}
.download-pdf a:hover img{
    filter: brightness(100%) invert(1);
    transition: all 0.5s;
}

/* .col-post-info table{
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-post-info table td:first-child{
  width: 20%;
  margin-right: 10px;
}
.col-post-info table td:last-child{
    width: 80%;
}
.col-post-info table.table-style-blog td:first-child,
.col-post-info table.table-style-blog td:last-child{
    width: 50%;
}
.col-post-info table img{
    width: 100% !important;
    margin: 0;
    margin-right: 10px;
}
.col-post-info table tr{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.col-post-info table colgroup col {
    width: 100% !important;
}  
.col-post-info table tr:last-child{
    margin-bottom: 0px;
} */
.col-post-info h3 img{
    width: 100px;
    margin: unset;
    margin-top: 20px;
    margin-bottom: -10px;
    display: flex;
    text-align: left;
}

/* .table-style-blog,
.table-style-blog-v1{
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 0 auto;
    border: .6px solid #e0e0e0;
}
.table-style-blog tr,
.table-style-blog-v1 tr{
    margin-bottom: 0px !important;
}
.table-style-blog th,
.table-style-blog td,
.table-style-blog-v1 th,
.table-style-blog-v1 td {
    padding: 12px 15px;
    text-align: left;
    border: .6px solid #e0e0e0;
    margin-right: 0px !important;
}
.table-style-blog th,
.table-style-blog-v1 th {
    background-color: #e8f4fc;
    font-weight: bold;
    font-size: 14px;
}
.table-style-blog td,
.table-style-blog-v1 td {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}
.table-style-blog-v1 tr td:first-child{
    font-weight: 600;
}
.table-style-blog tr:nth-child(even),
.table-style-blog-v1 tr:nth-child(even) {
    background-color: #f9f9f9;
} */

/******* BLOG FORM END *******/

.desk-show{
    display: block;
}
.mob-show{
    display: none;
}

/* Testemonailas */
#testemonails-section-v2{
    background-color: #fff;
    margin-top: 60px;
}
.testemonails-item{
    border: 1px solid #D7DFE9;
    box-shadow: 0px 0px 11px -1px rgba(215,223,233,0.75);
    -webkit-box-shadow: 0px 0px 11px -1px rgba(215,223,233,0.75);
    -moz-box-shadow: 0px 0px 11px -1px rgba(215,223,233,0.75);
}
.testemonails-item-list .owl-nav {
    justify-content: center;
}
.testemonails-item-list .owl-nav button:hover {
    background: transparent !important;
    opacity: 0.5;
}

#section-clients-print .clients-title h2,
.section-title h2{
    text-align: center !important;
    /* font-size: 56px; */
    font-size: 3.88vw;
    font-weight: 500;
    color: #1E1043;
    line-height: 1.3;
    letter-spacing: -1.75px;
}

/* Compare */
#compare-features-section .compare-body {
    margin-top: 20px;
}
#compare-features-section .compare-card{
    display: block;
}
#compare-features-section .compare-card-header{
    padding: 25px;
}
#compare-features-section .feature-card{ 
    padding: 20px;
}
#compare-features-section .left-feature-card,
#compare-features-section .col-feature-plan{
    display: flex;
    align-items: center;
}
#compare-features-section .col-feature-plan{
    justify-content: center;
}
#compare-features-section .compare-card p,
#compare-features-section .compare-card img {
    margin-bottom: 0px;
}
#compare-features-section .compare-right img{
    margin-bottom: 0px;
    width: 170px;
}
#compare-features-section .compare-right>div{
    align-items: center;
}
#compare-features-section .col-table-platform{
    text-align: center;
}
#compare-features-section .compare-header {
    position: sticky;
    top: 80px;
    z-index: 100;
    box-shadow: none;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 20px;
    background-color: #Fff;
}

.sources-hr{
    background-color: #E9EFF6;
    border: none;
    height: 2px;
    margin: 40px 0;
}

.sources-links h1,
.sources-links h2{
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}
.sources-links p{
    margin-bottom: 5px;
}
.sources-links a{
    color: var(--Core-Base-Black) !important;
    text-decoration: underline;
    transition: color 0.5s;
    word-break: break-word;
}
.sources-links a:hover{
    color: var(--Core-Violet) !important;
    transition: color 0.5s;
}
.sources-links p, 
.sources-links ul li,
.sources-links ol li {
    font-size: 16px;
    color: var(--Core-Base-Black);
    font-weight: 300;
    line-height: 1.7;
}

.trial p{
    color: #8897AE;
}


#related-posts-section{
    margin-top: 200px;
}
.row-related{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.col-related-title h2{
    /* font-size: 48px; */
    font-size: 3.33vw;
    color: #1C222B;
    font-weight: 500;
    margin: 0;
}
.row-related-posts{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
}
.col-related{
    height: 300px;
    border-radius: 15px;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: right; */
    border: 1px solid #D7DFE9;
    background-color: #f7f5ef;
    /* box-shadow: 0px 9px 17px 1px rgba(215,223,233,0.69);
    -webkit-box-shadow: 0px 9px 17px 1px rgba(215,223,233,0.69);
    -moz-box-shadow: 0px 9px 17px 1px rgba(215,223,233,0.69); */
}
.col-related a{
    display: block;
    height: 100%;
    padding: 30px;
    position: relative;
}
.read-more-btn{
    position: absolute;
    bottom: 20px;
    color: #1C222B;
    transition: all 0.5s;
}
.read-more-btn:hover{
    color: var(--Core-Violet);
    transition: all 0.5s;
}
.read-more-btn::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(/static/img/icons/arrow-vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    transition: rotate 0.5s;
    transition: all 0.3s;
}
.col-text span{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-size: 14px;
    color: var(--Core-Base-Black);
}
.col-text span img{
    width: 20px;
    margin-right: 10px;
}
.col-text h2{
    /* font-size: 35px; */
    font-size: 2.43vw;
    color: var(--Core-Base-Black);
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.3;
}

.related-posts-sidebar-d{
    margin-top: 50px;
    background-color: #F5F1FE;
    border-radius: 10px;
    padding: 20px;
    width: auto;
}
.related-posts-sidebar-d h6 {
    font-family: 'Poppins';
    font-size: 18px;  
    font-weight: 500;
    text-align: left;
    margin: 0;
}
.section-center-leave-laws p{
    font-size: 16px;
}
.col-post-content .ul-sidebar-leave-laws-d li{
    list-style-type: circle;
}
.ul-sidebar-leave-laws-d a:hover p{
    color: var(--Core-Violet);
    transition: color 0.5s;
}
.ul-sidebar-leave-laws-d p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #4b4f5d;
    /* width: 80%; */
    margin: 0 auto;
    line-height: 20px;
    margin-top: 10px;
    transition: color 0.5s;
}
  
@media(min-width: 1440px){
    .top-list-icons li a{
        font-size: 16px;
    }
    .col-section-title-block h1{
        font-size: 64px;
    }
    .block-cta-hero p{
        font-size: 16px;
    }
    .col-section-title-block p{
        font-size: 18px;
    }
    .col-sft h3{
        font-size: 24px;
    }
    
    #section-clients-print .clients-title h2,
    .section-title h2{ 
        font-size: 56px;
    }

    .col-related-title h2{
        font-size: 48px;
    }
    .col-text h2{
        font-size: 30px;
    }
    
}

@media(max-width: 1000px){
    #compare-features-section .compare-body {
        margin-top: 0px;
    }
    #compare-features-section .compare-right img{
        width: 150px;
    }
    #compare-features-section .compare-header {
        top: 20px;
        padding: 20px 0;
    }
    #compare-features-section .compare-card-header {
        padding: 15px;
    }
    #section-clients-print{
        margin-top: 100px;
    }
    #section-hero {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: right;
    }
    #section-clients-print .clients-title h2, 
    .section-title h2 {
        font-size: 42px;
        line-height: 1.2;
        /* text-align: left !important; */
    }
    #section-clients-print .clients-title h2 br, 
    .section-title h2 br{
        display: none;
    }
    .top-list-icons li img {
        width: 4px;  
    }
    .top-list-icons li a{
        font-size: 11px;
    }
    .top-list-icons {
        gap: 10px;
        align-items: baseline;
    }
    .block-page-name {
        margin-bottom: 15px;
    }
    .col-section-title-block h1 {
        font-size: 48px;
    }
    .col-section-title-block h1 br{
        display: none;
    }
    .col-section-title-block p {
        font-size: 16px;
    }
    .col-section-title-block p br{
        display: none;
    }
    .block-cta-hero ul{
        flex-wrap: wrap;
        gap: 15px;
    }
    .block-cta-hero ul li{
        width: 100%;
    }
    .block-cta-hero p {
        font-size: 14px;
    }

    .row-content {
        gap: 30px;
    }
    .col-toc{
        position: relative;
    }
    .col-toc h3,
    .col-sft h3{
        font-size: 16px;
        border-bottom: none;
    }
    .col-sft {
        padding: 20px;
    }
    .col-toc::before{
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(/static/img/icons/down-arrow-blog.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .table-of-contents{
        display: none;
    }
    .col-sticky {
        position: relative;
        top: 0px;
        overflow-y: unset;
        height: auto;
    }
    .col-toc.active .table-of-contents{
        display: block;
    }
    .col-toc.active h3{
        border-bottom: 1px solid #EBEBEB;
    }
    .col-toc.active::before{
        transform: rotate(180deg);
    }

    /* .table-style-blog td, .table-style-blog-v1 td {
        box-sizing: border-box;
    }
    .table-style-blog th, 
    .table-style-blog td, 
    .table-style-blog-v1 th, 
    .table-style-blog-v1 td {
        border: none;
    }
    .col-post-info table td:first-child,
    .col-post-info table td:last-child,
    .col-post-info table.table-style-blog td:first-child,
    .col-post-info table.table-style-blog td:last-child {
        width: 50%;
    }

    .col-post-info figure.table{
        margin: 20px 0;
    }
    .col-post-info figure.table td{
        width: 100%;
    }
    .col-post-info figure.table tr td:first-child{
        text-align: center;
    }
    .col-post-info figure.table tr td:first-child img{
        width: 50% !important;
        margin: 0 auto;
    } */

    #table-of-contents > div.col-post-info > figure.image.image_resized{
        width: 100% !important;
        margin: 0 auto;
    }

    .col-hero-left,
    .col-hero-right,
    .col-content-left,
    .col-content-right {
        width: 100%;
    }

    #hero-section {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .col-hero-left{
        order: 2;
    }
    .col-hero-right{
        order: 1;
        margin-bottom: 20px;
    }
    .col-title h1,
    .col-post-content h1 {
        font-size: 32px;
    }
    .col-post-content h2{
        font-size: 26px;
    }
    .col-post-content h3{
        font-size: 20px;
    }
    .col-title {
        margin: 20px 0;
    }

    .col-breadcrumb ul {
        flex-wrap: wrap;
    }
    .col-breadcrumb ul li a{
        position: relative;
        padding-right: 10px;
    }
    .col-breadcrumb ul li::after{
        margin-left: 0px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Content */
    #content-section{
        padding: 0 20px;
        margin-top: 30px;
    }
    .col-content-left{
        order: 2;
    }
    .col-content-right{
        order: 1;
    }
    .desk-show{
        display: none;
    }
    .mob-show{
        display: block;
    }
    .col-share.mob-show ul{
        padding-left: 0px;
    }
    #section-browse-by-topic{
        margin-top: 50px;
    }

    /* see-the-impact-block */
    .see-the-impact-block::before {
        width: 114%;
        right: -42px;
    }
    .see-the-impact-block {
        padding: 40px 20px 40px 20px;
        margin: 20px 0;
    }
    .col-post-content img{
        margin-bottom: 0px;
    }
    .col-post-content .col-text-impact div{
        font-size: 28px;
        text-align: center;
    }
    .col-post-content .col-text-impact p br{
        display: none;
    }
    .col-post-content .col-text-impact p{
        font-size: 16px;
        margin: 20px 0 30px 0;
        text-align: center;
    }
    .col-text-impact{
        order: 2;
        padding-right: 0px;
    }
    .col-image-impact{
        order: 1;
    }
    .col-post-content .col-text-impact a{
        display: block;
        width: 100%;
    }

    .todo-list li, 
    .todo-list li span {
        font-size: 15px;
    }
    .todo-list li::before {
        left: -20px;
    }

    .col-post-info iframe{
        width: 100%;
        min-height: auto;
    }
    /* .col-post-info table tr{
        flex-wrap: wrap;
    } */
    .trial-blog-text-col h6,
    .trial-blog-text-col p{
        text-align: center;
    }

    #related-posts-section {
        margin-top: 100px;
    }
    .col-related-title h2,
    .col-text h2{
        font-size: 32px;
    }
    .row-related{
        flex-wrap: wrap;
        gap: 10px;
    }
    .row-related-posts{
        grid-template-columns: 1fr;
    }
    .col-related {
        height: 350px;
    }
    .col-sft h3{
        font-size: 20px;
    }
}

@media(max-width: 376px){
    .col-breadcrumb ul li a {
        font-size: 12px;
    }
    .col-title h1, 
    .col-post-content h1 {
        font-size: 26px;
    }
    .col-post-content h2 {
        font-size: 22px;
    }
    .col-post-content h3 {
        font-size: 18px;
    }

    .col-toc h3 {
        font-size: 16px;
    }
    .col-post-content p,
    .col-post-content td span,
    .col-post-content .col-text-impact p,
    .col-post-content ul li,
    .col-post-content ol li {
        font-size: 15px;
    }

    .col-post-content .col-text-impact div {
        font-size: 25px;
        text-align: center;
    }

    .col-features-title p {
        font-size: 15px;
    }
    .col-features p {
        font-size: 15px;
    }
    #section-clients-print .clients-title h2,
    .section-title h2 {
        font-size: 38px;
        line-height: 1.2;
    }
    .col-sft a{
        padding: 10px 0;
    }
}

@media(max-width: 321px){
    .col-section-title-block h1 {
        font-size: 40px;
    }
    .block-cta-hero p {
        font-size: 11px;
    }
    .col-toc h3, 
    .col-sft h3{
        font-size: 15px;
    }

    #compare-features-section .compare-right img {
        width: 100px;
    }

    #features-section {
        margin-top: 80px;
    }
    #compare-features-section .left-feature-card, 
    #compare-features-section .right-feature-card {
        height: 40px;
    }

    #compare-features-section .compare-card-header {
        padding: 10px 15px;
    }
    #compare-features-section .compare-card-header p {
        font-size: 14px;
    }

    #section-clients-print .clients-title h2, 
    .section-title h2 {
        font-size: 35px;
        line-height: 1.2;
    }
}




/*  */
#ll-bg {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, .3);
    display: none;
}
  
#ll-bg.active {
    display: block;
}
#modal-pdf-ll{
    position: fixed;
    width: 80%;
    /* height: 700px; */
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    border-radius: 20px;
}
#modal-pdf-ll.active{
    display: block;
}
.row-modal-pdf-ll{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}
.col-left-pdf-ll,
.col-right-pdf-ll{
    padding: 40px 60px 60px 60px;
    /* min-height: 700px; */
}
  
.col-right-pdf-ll::after{
    content: '';
    background-color: #F5F2FA;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.col-left-pdf-ll{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
}
.col-logo-ll{
    /* margin-bottom: 80px; */
    position: absolute;
    top: 40px;
}
.col-logo-ll img{
    width: 200px;
}
.col-right-pdf-ll{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* background-color: #F5F2FA; */
}  
.col-form-modal-ll h2{
    font-weight: 600;
    color: #131821;
    /* font-size: 24px; */
    font-size: 1.71vw;;
    margin-bottom: 0px;
}
.col-form-modal-ll p{
    font-weight: 300;
    /* font-size: 17px; */
    font-size: 1.21vw;
    color: #788392;
}
#pdf-form{
    margin-top: 30px;
}
#pdf-form .input-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}
#pdf-form .input-wrap-half{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.input-wrap input,
.input-wrap select{
    width: 100%;
    padding: 0 10px 0 10px;
    height: 52px;
    border-radius: 8px;
    background-color: #F9FAFC;
    border: 1px solid #BDC7D566;
    font-weight: 300;
    /* font-size: 15px; */
    font-size: 1.07vw;
    color: #838FA1;
}
.input-wrap input:focus,
.input-wrap select:focus{
    border-color: var(--Core-Violet);
    outline: var(--Core-Violet);
}
.input-wrap input::placeholder{
    font-weight: 300;
    font-size: 15px;
    color: #838FA1;
}
#pdf-form button{
    width: 100%;
    padding: 12px 0;
    background-color: #131821;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-weight: 400;
    /* font-size: 15px; */
    font-size: 1.07vw;
    line-height: 28.19px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out;
}
#pdf-form button:hover{
    background-color: #7F00FF;
    transition: background-color 0.5s ease-in-out;
}
#pdf-form button img{
    width: 20px;
    margin-left: 10px;
}
.col-close-ll{
    text-align: right;
    margin-bottom: 80px;
}
.col-close-ll img{
    width: 24px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 30px;
}
.col-pdf-ll-text h3{
    font-weight: 500;
    /* font-size: 24px; */
    font-size: 1.71vw;
    color: #131821;
    line-height: 1.3;
    margin: 0px;
}
.col-pdf-ll-text ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-left: 35px;
    margin: 30px 0 40px 0;
}
.col-pdf-ll-text ul li{
    width: 100%;
    position: relative; 
    font-weight: 300;
    /* font-size: 17px; */
    font-size: 1.71vw;
    color: #131821;
    line-height: 1.2;
}
.col-pdf-ll-text ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/static/img/icons/we-growth-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.close-modal-ll{
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}
.close-modal-ll:hover{
    opacity: 0.4;
    transition: opacity 0.5s ease-in-out;
}


/* TABLE HOLIDAYS */
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 15px 0px;
  }
  
  table tbody tr,
  table thead tr {
    border: 1px solid #edeff2;
  }
  
  table td {
    padding: 5px 10px;
  }
  
  .table-holidays tr td:first-child,
  table tr td:first-child {
    border-right: 1px solid #edeff2;
  }
  
  table tr td:nth-child(3) {
    border-left: 1px solid #edeff2;
  }
  
  .table-holidays tr td,
  table tr td {
    text-align: left;
    /* font-family: 'Montserrat'; */
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #716c80;
  }
  
  .table-holidays tr td strong,
  table tr td strong {
    /* font-family: 'Montserrat'; */
    font-family: 'Poppins';
    font-weight: 600;
    color: #716c80;
  }
  
  .table-holidays th,
  table th {
    padding: 5px 10px;
    /* font-family: 'Montserrat'; */
    font-family: 'Poppins';
    font-weight: 600;
    color: #716c80;
    text-align: left;
    border-right: 1px solid #edeff2;
  
  }
  
  table tbody th {
    border-right: 1px solid #edeff2;
  }
  
  table tbody tr,
  table thead tr {
    border: 1px solid #edeff2;
  }
  
@media(min-width: 1240px){
    .col-form-modal-ll h2{
      font-size: 24px;
    }
    .col-form-modal-ll p{
      font-size: 17px;
    }
    .input-wrap input,
    .input-wrap select{ 
      font-size: 15px;
    }
    .input-wrap input::placeholder{
      font-size: 15px;
    }
    #pdf-form button{
      font-size: 15px;
    }
    .col-pdf-ll-text h3{
      font-size: 24px;
    }
    .col-pdf-ll-text ul li{
      font-size: 17px;
    }
}
@media(max-width: 1300px){
    .col-left-pdf-ll, .col-right-pdf-ll {
      padding: 40px 30px 0px 30px;
    }
    .col-pdf-ll-text h3,
    .col-form-modal-ll h2{
      font-size: 23px;
    }
    .col-pdf-ll-text ul li,
    .col-form-modal-ll p{
      font-size: 16px;
    }
    .input-wrap input,
    .input-wrap select,
    .input-wrap input::placeholder,
    #pdf-form button{
      font-size: 14px;
    }
}
@media(max-width: 1321px){
    #modal-pdf-ll{
      width: 90%;
    }
}
@media(max-width: 1100px){
    .sft-style-v2, .btn-style-v2 {
      font-size: 15px;
    }
}
@media(max-width: 1000px){
    .table-wrapper {
        overflow-x: auto;
    }
    
    .table-wrapper table {
        width: 600px;
    }
    
    .table-wrapper::-webkit-scrollbar {
        width: 7px;
        height: 2px;
    }
    .sft-style-v2, 
    .btn-style-v2 {
      font-size: 16px;
    }
  
    .row-modal-pdf-ll {
      grid-template-columns: 1fr;
    }
    .col-right-pdf-ll::after{
      display: none;
    }
    #modal-pdf-ll{
      overflow-y: scroll;
      height: 700px;
    }
    #modal-pdf-ll::-webkit-scrollbar {
      width: 5px;
      border-radius: 20px;
    }
    .col-logo-ll img {
      width: 150px;
    }
    .col-logo-ll {
      top: 20px;
    }
    .col-close-ll img {
      top: 20px;
      right: 30px;
    }
    .col-left-pdf-ll, .col-right-pdf-ll {
      padding: 40px 15px 0px 15px;
    }
    .col-close-ll {
      margin-bottom: 00px;
    }
  
    .col-pdf-ll-text h3, .col-form-modal-ll h2 {
      font-size: 20px;
    }
    .col-form-modal-ll{
      margin-top: 50px;
    }
    .col-pdf-ll-text ul li,
    .col-form-modal-ll p {
      font-size: 15px;
    }
    #pdf-form button {
      padding: 10px 0;
    }
    .input-wrap input, .input-wrap select {
      height: 40px;
    }
    .input-wrap input, 
    .input-wrap select, 
    .input-wrap input::placeholder {
      font-size: 13px;
    }
    .col-left-pdf-ll, .col-right-pdf-ll {
      padding-bottom: 40px;
    }
}
@media(max-width: 350px){
    .col-pdf-ll-text h3, .col-form-modal-ll h2 {
      font-size: 19px;
      line-height: 1.4;
      margin-bottom: 5px;
    }
    .col-pdf-ll-text ul li, .col-form-modal-ll p {
      font-size: 14px;
    }
    .input-wrap input, 
    .input-wrap select, 
    .input-wrap input::placeholder {
      font-size: 11px;
    }
    #pdf-form button {
      font-size: 13px;
    }
    .col-pdf-ll-text ul {
      gap: 20px;
    }
}

.mid-banner{
    margin: 20px 0 ;
}
.cta-wrap-leave-laws{
    margin-top: 20px;
}
.cta-wrap-leave-laws img{
    border-radius: 15px;
}