/* :root {
    --primary_color: red;
    --secondary_color: blue;
} */

.grecaptcha-badge {
    display: none !important;
}

.website__container {
            max-width: 1940px;
            overflow-x: clip;
            align-items: center;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        /* Templates 01*/
        .templatews-01__container {
            position: relative !important;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: white;
            height: calc(100vh - 185px);
            overflow-y: auto;
        }

        /* Templates 01*/

        /*GENERAL STYLES*/
        .background-image-ws__container {
            width: 100%;
            height: 100vw;
            max-height: 850px;
            object-fit: cover;
            background-position: 85%;
            background-repeat: no-repeat;
        }

        .background-section__change-color {
            display: flex;
            -moz-column-gap: 40px;
            column-gap: 40px;
            width: 100%;
            justify-content: center;
            flex-direction: column;
            padding-top: 150px;
        }

        /*GENERAL STYLES*/

        .website__custom-container {
            background: black;
        }

        .banner02__title {
            font-family: "Montserrat";
            font-style: normal;
            font-weight: 500;
            font-size: 72.9069px;
            line-height: 80px;
            text-align: center;
            letter-spacing: 0.182267px;
            color: #ffffff;
            max-width: 1000px;
            margin: 0 auto;
            margin-bottom: 35px;
        }

        .banner02__subtitle {
            font-family: "Montserrat";
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            text-align: center;
            letter-spacing: 0.182267px;
            color: #ffffff;
            max-width: 700px;
            margin: 0 auto;
            margin-bottom: 40px;
        }

        .banner02__container {
            width: 100%;
            margin-top: 155px;
            display: flex;
            flex-direction: column;
        }

        .banner02__image-pc {
            width: 100%;
        }

        .imagews__image-suffle-content {
            position: relative;
        }

        /*
Banner component
*/

        /*
Label component
*/
        .labelws__content {
            position: relative;
        }

        .labelws__component[contenteditable="true"] {
            cursor: inherit;
        }

        /*
Label component
*/

        /*
Button component
*/

        .buttonws__component {
            min-width: 170px;
            min-height: 56px;
            background: #7c3aed;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        /*
Button component
*/

        #adcentral-template__container {
            overflow-y: auto;
            height: 100vh;
        }


        

        /*Styles new logo shape*/
        .change-shape-btn {
            position: fixed;
            z-index: 1;
            top: 46px;
            right: 58px;
        }

        .tc02__terms-condition-content {
            display: flex;
            column-gap: 40px;
            width: 100%;
            justify-content: center;
            margin-top: 0px;
            padding: 45.5668px 66px;
            box-sizing: border-box;
        }

        .tc02__terms-details {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: #000000;
            border-radius: 24px;
            width: 100%;
            z-index: 1;
            padding: 35px 49px;
            box-sizing: border-box;
            row-gap: 15px;
            box-shadow: 0px 5.95925px 5.95925px rgba(0, 0, 0, 0.25);
        }

        .tc02__terms-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 500;
            font-size: 72.9069px;
            line-height: 80px;
            text-align: center;
            letter-spacing: 0.182267px;
            color: #ffffff;
        }

        .tc02__terms-points-content {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            row-gap: 30px;
        }

        .tc02__terms-points-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: #ffffff;
        }

        .tc02__terms-points-detail {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: #ffffff;
            margin: 0px;
        }

        .tc02__terms-points-list {
            margin: 0px;
            padding-left: 25px;
        }

        /*Styles new logo shape*/

        .tc02__point-detail-content {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .tc02__points-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: bold;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: white;
            margin: 0px;
            text-transform: uppercase;
        }

        .tc02__points-subtitle {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 300;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: white;
            margin: 0px;
            overflow-wrap: break-word;
        }

        .tc02__points-title-underline {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 300;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: white;
            margin: 0px;
            text-decoration: underline;
            text-transform: uppercase;
        }

        .tc02__points-list li::marker {
            color: white;
        }

        @media (min-width: 1501px) {

            /*Styles new logo shape*/
            .table-first-column {
                max-width: 214px !important;
                min-width: 214px !important;
            }

            .table01__table-column {
                max-width: 177px;
                min-width: 177px;
            }

            .table01__table-header-column {
                max-width: 214px;
                min-width: 145px;
                min-height: 65px;
            }
        }

        @media (min-width: 1001px) and (max-width: 1500px) {
            .tc02__terms-condition-content {
                padding-bottom: 0px;
                padding-top: 0px;
            }

            .tc02__terms-details {
                border-radius: 24px 24px 0 0;
                padding-top: 0px;
            }

            .tc02__terms-title {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 500;
                font-size: 48px;
                line-height: 80px;
                text-align: center;
                letter-spacing: 0.182267px;
                color: #ffffff;
            }

            .tc02__terms-points-title {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 18.2267px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: #ffffff;
            }

            .tc02__terms-points-detail {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 18.2267px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: #ffffff;
            }

            .banner02__title {
                font-size: 55px;
                line-height: 66px;
                text-align: center;
                letter-spacing: 0.162569px;
                max-width: 630px;
            }

            .banner02__subtitle {
                font-size: 16.2569px;
                line-height: 24px;
                text-align: center;
                letter-spacing: 0.162569px;
            }

            

            .banner02__container {
                width: 100%;
                height: auto;
                max-height: inherit;
                object-fit: cover;
                background-position: 75%;
                background-repeat: no-repeat;
            }
      
            .table-first-column {
                max-width: 150px !important;
                min-width: 150px !important;
                width: 100%;
            }
        }

        @media (min-width: 1px) and (max-width: 1000px) {
            .bannerTC01__points-title {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: white;
                margin: 0px;
            }
    
            .bannerTC01__points-subtitle {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 300;
                font-size: 16px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: white;
                margin: 0px;
                overflow-wrap: break-word;
            }

            .tc02__terms-condition-content {
                padding-bottom: 0px;
                padding-top: 0px !important;
            }

            .tc02__terms-details {
                border-radius: 24px 24px 0 0;
                padding-top: 0px !important;
            }

            .tc02__terms-title {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 500;
                font-size: 32px;
                line-height: 40px;
                /* or 125% */

                text-align: center;
                letter-spacing: 0.182267px;

                /* Dark Gray */

                color: #ffffff;
            }

            .tc02__terms-points-title {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                /* or 150% */

                letter-spacing: 0.182267px;

                /* Dark Gray */

                color: #ffffff;

            }

            .tc02__terms-points-detail {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                /* or 150% */

                letter-spacing: 0.182267px;

                /* Dark Gray */

                color: #ffffff;

            }

            .tc02__terms-condition-content {
                display: flex;
                column-gap: 40px;
                width: 100%;
                justify-content: center;
                padding: 25.5668px 25px;
                box-sizing: border-box;
                margin-top: 25px;
            }

            .tc02__terms-details {
                padding: 35px 25px;
                box-sizing: border-box;
            }

            .banner02__title {
                font-size: 42px;
                line-height: 50px;
                text-align: center;
                letter-spacing: 0.162569px;
                max-width: 497px;
                box-sizing: border-box;
            }

            

            .banner02__subtitle {
                font-size: 16.2569px;
                line-height: 24px;
                text-align: center;
                letter-spacing: 0.162569px;
                box-sizing: border-box;
            }

            .banner02__container {
                width: 100%;
                height: auto;
                max-height: inherit;
                object-fit: cover;
                background-position: 75%;
                background-repeat: no-repeat;
                box-sizing: border-box;
                margin-top: 65px;
            }

            .background-section__change-color {
                padding-top: 80px;
            }
        }