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

html {
    scroll-behavior: smooth;
}

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

a {
    text-decoration: none;
}

body {
    margin: 0;
}


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

        /*GENERAL STYLES*/
        .tc04__terms-condition-content {
            display: flex;
            column-gap: 40px;
            width: 100%;
            justify-content: center;
            margin-top: 0px;
            padding: 45.5668px 177px;
            box-sizing: border-box;
        }

        .tc04__terms-details {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: #ffffff;
            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);
            margin-bottom: 100px;
            overflow-wrap: break-word;
        }

        .tc04__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;
            margin-top: 70px;
        }

        .tc04__terms-points-content {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: #2B2B2B;
            display: flex;
            flex-direction: column;
            row-gap: 30px;
            width: 100%;
            overflow-wrap: break-word;
        }

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

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

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

        /*
        Banner component
        */

        .banner04__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: 880px;
            margin: 0 auto;
            margin-bottom: 40px;
            margin-top: 115px;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .banner04__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: 500px;
            margin: 0 auto;
            margin-bottom: 40px;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .banner04__container {
            width: 100%;
            padding-top: 110px;
            background-position: top;
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .banner04__container .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            object-fit: cover;
            object-position: 75% center;
            z-index: -1;
          }

        .banner04__image-pc {
            width: 100%;
        }
        
        .tc04__point-detail-content {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

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

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

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

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

            .tc04__terms-details {
                border-radius: 24px;
            }

            .tc04__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;
                margin-top: 40px;
            }

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

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

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

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

        @media (min-width: 1px) and (max-width: 1000px) {
            .tc04__terms-condition-content {
                padding-bottom: 0px;
            }

            .tc04__terms-details {
                border-radius: 24px;
            }

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

            .tc04__terms-points-title {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0.182267px;
                color: #2B2B2B;

            }

            .tc04__terms-points-detail {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0.182267px;
                color: #2B2B2B;

            }

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

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

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

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

            .banner04__container {
                width: 100%;
                height: auto;
                max-height: inherit;
                object-fit: cover;
                background-position: 75%;
                background-repeat: no-repeat;
                background-size: 100%;
                background-position-y: top;
                display: flex;
                flex-direction: column;
                padding: 0 25px;
                box-sizing: border-box;
            }
        }