<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

*::-webkit-scrollbar {
    display: none;
}


html, body {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #37465d;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


h1 {
    font-size: min(7.3vw, 30px);
}

h2 {
    font-size: min(3.7vw, 15px);
}

h3 {
    font-size: min(4.0vw, 20px);
    margin: 0;
}

h4 {
    font-size: min(6.5vw, 30px);
    margin: 0;
}


#contentHeader {
    position: fixed;
    display: flex;
    padding-top: 5px;
    top: 0px;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 35vw;
    max-height: 170px;
    width: 100%;
    z-index: 999;
    background-color: #222c3c;
    -webkit-box-shadow: 0px 0px 20px 20px #1b1d26;
    -moz-box-shadow: 0px 0px 20px 20px #1b1d26;
    box-shadow: 0px 0px 20px 20px #1b1d26;
    justify-content: start;
    flex-direction: column;
}


.header-info {
    display: flex;
    justify-content: start;
    margin: auto;
    padding: 0.25vw;
}


.box {
    display: inline-block;
    margin: auto;
    padding: 0;
}


.row {
    margin: 0;
    padding: 0;
}


.header-icon {
    width: min(16vw, 80px);
    height: min(16vw, 80px);
}


.header-btn {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0;
}


.header-btn-install {
    width: 60vw;
    height: 15vw;
    font-size: min(9vw, 50px);
    min-height: 40px;
    max-height: 70px;
    max-width: 500px;
    margin-bottom: 2vw;
    border: none;
    border-radius: 10px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 2px #002402;
    background: -moz-linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
    background: -webkit-linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
    background: -o-linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
    background: linear-gradient(1deg, #3b9700 14%, #82fc00 100%);
}


#contentMain {
    margin-top: min(40vw, 190px);
}


.carousel {
    max-width: 900px;
    margin: 0 auto;
}


.carousel img {
    height: min(100vw, 500px);
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 20px;
    counter-increment: gallery-cell;
}


#contentPlace {
    margin: 0 auto;
    max-width: 900px;
}


#contentAppinfo {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


#moreInfo {
    display: none;
}


.btnLink {
    background-color: transparent;
    border: none;
    color: #00cccc;
    text-decoration: underline;
    display: block;
    padding: 0;
    margin: 0;
}


#contentSecurity {
    margin: 10px auto 20px auto;
    border-radius: 25px;
    background: #3366cc;
    border: 0;
    padding: 20px 20px 20px 20px;
    font-size: min(4.2vw, 16px);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #ffffff;
    max-width: min(70vw, 500px);
}


#contentSecurityHead {
    display: flex;
    align-items: center;
}


#contentSecurityLogo {
    height: min(17vw, 64px);
}


#contentAppLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
    #contentAppLink img {
        height: min(15vw, 64px);
        margin: 0 2px;
    }


#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px auto;
    font-size: min(3.7vw, 15px);
}


#contentWeblink {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin: 20px auto 20px auto;
    border-radius: 25px;
    background: #3366cc;
    border: 0;
    padding: 20px 20px 20px 20px;
}
    #contentWeblink img {
        width: 120px;
        display: inline-block;
        vertical-align: top;
    }


#descriptWeblink {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    padding-right: 10px;
}</pre></body></html>