/* General */
body.site, select, input, textarea {
    font-family: -apple-system, BlinkMacSystemFont, 'Poppins', Arial, sans-serif, "Apple Color Emoji";
    font-size: 16px;
}

body .container {
    max-width: 900px;
    margin: 0px auto;
    padding: 0 2%;
}

body section {
    padding: 60px 0;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0 0 .4em;
    line-height: 1.214;
    color: #2b2e31;
    /*font-family: Orgon,Helvetica Neue,arial,sans-serif;*/
    font-weight: 600;
}
    /* Fonts **/
    body h1 {
        font-size: 2em;
    }
    body h2 {
        font-size: 1.8em;
    }
    body h3 {
        font-size: 1.6em;
    }
    body h4 {
        font-size: 1.4em;
    }
    body h5 {
        font-size: 1.2em;
    }
    body h6 {
        font-size: 1em;
    }

    .button {
        color: #fff;
        background-color: #9e007e;
        border: solid 2px #9e007e;
        min-width: 140px;
        border-radius: 5em;
        padding: 14px 25px;
        cursor: pointer;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
        transition-property: background-color, color, border-color, -webkit-box-shadow;
        transition-property: background-color, color, border-color, box-shadow;
        transition-property: background-color, color, border-color, box-shadow, -webkit-box-shadow;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 10px;
        /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    }
    .button:hover {
        background-color: #6f0058;
        border: solid 2px #6f0058;
        color: #fff;
    }
    .button:focus {
        box-shadow: 0 0 0 6px hsl(0deg 0% 100% / 70%), 0 0 0 6px #9e007e;
    }


body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    color: #212529;
}

/* Header */
    body header {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 50;
        background: #fff;
    }

        body header .header-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 25px 0 11px 0;
        }

            body header .header-container img {
                max-width: 100%;
				display: block;	
            }

            body header .header-container a {
                width: 280px;
            }

/* Footer*/
    body footer .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 28px 0 0 0;
        border-top: 1px solid #d7d9dd;
    }

        body footer .footer-links .footer-link {
            padding: 10px;
            color: #333;
            font-weight: 600;
            text-decoration: none;
            opacity: 1;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
        }

            body footer .footer-links .footer-link:hover {
                opacity: 0.8;
                text-decoration: underline;
            }

        body footer .footer-container p { 
            margin: 1em 0;
        }

/*Main refer page */

    /* Banner */
        .banner {
            display: flex;
            justify-content: center;
            background: rgb(239,240,242);
            background: linear-gradient(90deg, #eff0f2 50%, #b81282 50%);
        }

        .banner img {
            width: 100%;
            max-width: 1470px;
        }

    /* Intro */

        .intro .content-area {
            text-align: center;
        }

            .intro .content-area h2 {
                font-size: 38px;
                margin: 0 0 35px;
            }

        .intro .referral-link {
            display: flex;
            justify-content: center;
            padding: 2em 0;
        }
            .intro .referral-link a {
                padding: 20px 80px;
                background-color: #f2f2f2;
                border: 2px dotted #9e007e;
                border-radius: 4px;
                color: #000000;
                font-weight: 600;
                text-decoration: none;
                text-align: center;
            }
            .intro .referral-link p {
                min-width: 500px;
                padding: 20px 80px;
                margin: 0;
                background-color: #f2f2f2;
                border: 2px dotted #9e007e;
                border-radius: 4px;
                color: #000000;
                font-weight: 600;
                font-size: 19px;
                text-decoration: none;
                text-align: center;
            }

        .intro .share-buttons {
            display: flex;
            justify-content: center;
        }
            .intro .share-buttons .button.copy {
                color: #fff;
                background-color: #9e007e;
                border: solid 2px #9e007e;
            }
            .intro .share-buttons .button.email {
                color: #000000;
                background-color: #a7acb1;
                border: solid 2px #a7acb1;
            }
            .intro .share-buttons .button.whats-app {
                color: #9e007e;
                background-color: #fff;
                border: solid 2px #9e007e;
            }

            .intro .share-buttons .button .icon {
                padding: 2px 0 0 10px;
                width: 100%;
            }

    /* Instructions */

        .instructions {
            background-color: #f5f5f5;
        }

            .instructions h3 {
                text-align: center;
                font-size: 28px;
                margin: 0 0 35px;
            }

            .instructions .list.number {
                margin: 0 auto;
                list-style-type: none;
                padding: 0;
                counter-reset: section;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

                .instructions .list.number li {
                    position: relative;
                    min-height: 60px;
                    flex: 0 33.3%;
                    min-width: 260px;
                    padding: 85px 28px 1em;
                }
                    .instructions .list.number li::before {
                        counter-increment: section;
                        content: counters(section,".") " ";
                        width: 65px;
                        height: 65px;
                        border: 3px solid #9e007e;
                        border-radius: 50%;
                        box-sizing: border-box;
                        text-align: center;
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        margin: 0 auto;
                        font-weight: 600;
                        line-height: 1;
                        padding-top: 18px;
                        color: #9e007e;
                        font-size: 22px;
                    }
                .instructions .list.number li .content {
                    text-align: center;
                    max-width: 250px;
                    margin: 0 auto;
                }


    /* Terms and Conditions */

        .terms-conditions .content-area {
            border-top: solid 1px #c6c6c6;
            border-bottom: solid 1px #c6c6c6;
            padding: 2em 0;
            max-width: 745px;
            margin: 0 auto;
        }

            .terms-conditions .content-area h4 {
                display: flex;
                justify-content: space-between;
                margin-bottom: 0;
            }
            .terms-conditions .content-area h4 span {
                position: relative;
                display: block;
                width: 30px;
                height: 30px;
                background: #fff;
                margin: 0 0;
            }
            .terms-conditions .content-area h4 span::before,
            .terms-conditions .content-area h4 span::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 20px;
                height: 2px;
                display: block;
                background: #c0c0c0;
                -webkit-transform: translateY(-50%) translateX(-50%);
                    -moz-transform: translateY(-50%) translateX(-50%);
                    -ms-transform: translateY(-50%) translateX(-50%);
                        -o-transform: translateY(-50%) translateX(-50%);
                        transform: translateY(-50%) translateX(-50%);
                -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                        -o-transition: all .5s ease;
                        transition: all .5s ease;
            }
            .terms-conditions .content-area h4 span::after {
                -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
                    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
                    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
                        -o-transform: translateY(-50%) translateX(-50%) rotate(90deg);
                        transform: translateY(-50%) translateX(-50%) rotate(90deg);
            }
            .terms-conditions .content-area h4 span.open::after {
                -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
                    -moz-transform: translateY(-50%) translateX(-50%) rotate(0deg);
                    -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
                        -o-transform: translateY(-50%) translateX(-50%) rotate(0deg);
                        transform: translateY(-50%) translateX(-50%) rotate(0deg);
            }

        .terms-conditions .content-area .slide {
            margin-top: 14px;
        }   

        .terms-conditions .content-area ol {
            padding: 0 0;
            margin: 0;
            list-style-type: none;
        }

            .terms-conditions .content-area ol li {
                padding: 6px 0;
                counter-increment: li;
                display: flex;
            }

                .terms-conditions .content-area ol li::before { 
                    font-weight: 700;
                    content: counter(li) " ";
                    margin-right: 18px;
                }

/*Error Page*/
    .error .content-area {
        text-align: center;
    }
        .error .content-area h2 {
            font-size: 38px;
            margin: 0 0 35px;
        }
        .error .content-area .button {
            display: inline-block;
            padding: 12px 34px;
        }

/** Responsive */
    @media only screen and (max-width: 768px) {



    }

    /** 320 -> 500 */
    @media only screen and (max-width: 500px) {

        /* Homepage */
        .instructions .list.number li {
            margin: 1em 0;
        }

        .intro .referral-link a {
            padding: 20px 26px;
        }
        .intro .referral-link p {
            min-width: unset;
            padding: 20px 26px;
        }

        .intro .share-buttons .button{
            min-width: auto;
            padding: 14px 14px;
            margin: 10px 4px;
        }
    }

    /** 0 -> 320 */
    @media only screen and (max-width: 360px) {
        
        /* Homepage */
        .intro .referral-link a {
            padding: 20px 8px;
        }

        .intro .share-buttons .button .icon {
            display: none;
        }

        /* Error */
        body footer .footer-container .footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    /* helper classes */

    .vision-content-error{
        color: #ff0000 !important;
        font-weight: 600;
        font-size: 1.25em;
        text-align: center;
    }