@import url('https://fonts.googleapis.com/css?family=Lato:300,700&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'proxima-nova', 'Lato', sans-serif;
    color: #212132;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1, h2, h3, p {
    margin: 0;
}

.\31 3, .\33 5 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.\31 4 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.\31 5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.\31 7 {
    margin-top: 150px;
}

@media (min-width: 768px) {
    .\31 3 { width: 750px; }
    .\31 8 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .\32 1 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .\31 3 { width: 970px; }
}

@media (min-width: 1200px) {
    .\31 3 { width: 1170px; }
}

.\32 {
    padding-top: 0;
    background: linear-gradient(130deg, #8b6fb3 0%, #e7daf8 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media all and (max-height: 765px) and (min-width: 701px) {
    .\32 { height: 765px; min-height: auto; }
}

#\31 01 {
    color: #121125;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 0;
    font-family: "Lato", sans-serif;
}

@media all and (min-width: 701px) {
    #\31 01 {
        width: 90%;
        max-width: 800px;
        margin: 0 auto 14px auto;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media all and (max-width: 700px) {
    #\31 01 { display: none; }
}

#\31 02 {
    background-color: rgb(237, 237, 237);
    animation: appear 0.2s ease-in;
}

@media all and (min-width: 701px) {
    #\31 02 {
        margin: auto;
        margin-bottom: 100px;
        width: 70vw !important;
        height: 80vh !important;
        min-height: 580px;
        min-width: 703px;
        position: relative;
        box-shadow: -5px 6px 45px 9px rgba(0, 0, 0, .27);
        border-radius: 10px;
        overflow: hidden;
    }
}

@media all and (max-width: 700px) {
    #\31 02 {
        position: fixed;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 1000;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }
}

.\35 {
    width: 100%; height: 100%;
    background: #f0f2f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.\36 {
    font-family: 'proxima-nova', sans-serif;
    color: #121323;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
}

.\37 { display: flex; gap: 60px; }
.\38 { text-align: center; cursor: pointer; }

.\39 {
    width: 140px; height: 140px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 15px;
    border: 4px solid transparent;
}

.\38 :hover .\39 {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.\31 0 { font-weight: 600; color: #121323; font-size: 16px; }

.\31 1 { background: #fff; padding: 30px 0; }

.\31 2 h1 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #121323;
}

.\31 2 .\31 6 {
    font-size: 22px;
    color: #5c6878;
    text-align: center;
    width: 100%;
    line-height: 31px;
}

.\31 2 h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #121323;
}

.\31 2 p { text-align: justify; font-size: 18px; padding: 10px; text-align: center; }
.\31 2 .\32 2 { color: #5c6878; }

@media all and (max-width: 700px) {
    .\31 7 { margin-top: 60px; }
    .\31 2 h1 { font-size: 28px; margin-top: 20px; }
    .\31 2 h2 { font-size: 26px; }
    .\31 2 h3 { font-size: 22px; margin-top: 30px; margin-bottom: 15px; }
    .\31 2 .\31 6 { font-size: 16px; line-height: 22px; }
    .\31 2 p { font-size: 16px; }
    .\32 3 { display: none; }
    .\31 9 { padding: 0 45px; }
}

.\32 4 {
    padding: 100px 0;
    text-align: center;
    position: relative; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; 
}

.\32 4 .\31 4 {
    justify-content: center;
}

.\32 5 {
    font-size: 61px;
    font-weight: 800;
    color: #ffffff;
}

@media all and (max-width: 700px) {
    .\32 4 {
        font-size: 30px;
        padding: 60px 20px;
    }
    .\32 5 { font-size: 45px; }
}

.\32 6 { text-align: center; padding: 30px 0; }
.\32 6 .\31 4 { justify-content: center; }

.\32 7 {
    color: #1ac85b;
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
}

.\32 8 { color: #98a0a6; width: 100%; text-align: center; }
.\32 9 { font-weight: 700; }
.\33 0 { display: flex; justify-content: center; }

.\33 1 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    min-width: 178px;
    margin: 20px 0 50px 0;
    height: 64px;
    padding: 0 40px;
    border-radius: 5px;
    background: linear-gradient(180deg, #1ac85b 30%, #0dac6f 100%);
}

.\33 1:hover { opacity: 0.9; }

.\33 2 { padding: 30px 0; background: #fff; }
.\33 2 .\31 4 { justify-content: center; }
.\33 2 p { width: 100%; text-align: center !important; }

.\33 3 { color: #98a0a6; text-align: center !important; width: 100%; }
.\33 2 a { color: #98a0a6; }
.\33 2 a:hover { color: #5c6878; }

.\33 4 {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    width: 100%;
}

.\33 4>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 6px;
    width: 55px; height: 35px;
    background-color: #fff;
    border: 1px solid #eee;
}

@media(min-width: 701px) {
    .\33 4>li { width: 70px; }
}

@keyframes appear {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.\33 5:hover .\39 {
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.2);
}

.\33 6:hover .\39 {
    border-color: #ff69b4;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 105, 180, 0.2);
}
.\34 0 {
    font-size: 25px;
    font-weight: 700;
    color: #121323;
    font-family: 'proxima-nova', 'Lato', sans-serif;
    line-height: 1.2;
    width: 100%;
}

@media all and (max-width: 700px) {
    .\34 0 {
        font-size: 26px;
    }
}
        .legal-content {
            padding: 40px 20px;
            color: #121323;
            line-height: 1.6;
        }
        .legal-content h1 {
            font-size: 32px;
            margin-bottom: 30px;
            color: #121323;
        }
        .legal-content h2 {
            font-size: 20px;
            margin-top: 25px;
            margin-bottom: 15px;
            color: #121323;
            border-bottom: 2px solid #f0f0f0;
            padding-bottom: 5px;
        }
        .legal-content p {
            margin-bottom: 15px;
            font-size: 15px;
        }
        .placeholder {
            background-color: #fff3cd;
            color: #856404;
            padding: 2px 4px;
            font-weight: bold;
            border-radius: 4px;
        }