@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,input,img{margin:0px;padding:0px;}
article, aside, figure, footer, header, menu, nav, section, summary{display:block; margin:0; padding:0;}
html{-webkit-text-size-adjust: none;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th,p,a,li,td,div,footer{font:normal 12px "Segoe UI", "Helvetica","helvetica neue","helvetica","arial","sans-serif","Avenir","open-sans"," Roboto"; color:#000; line-height: 1.5;}
ul,ol{list-style:none;}
input:focus,textarea:focus {outline: 0;}
a{color:#08c;text-decoration:none;outline: none; /* for firefox 1.5 + */}
body{background:#fff;}
img{border:0; max-width: 100%; height: auto;}
.clear {clear:both; height:0;}
.zoom:after{content:""; display:block; height:0; clear:both; visibility:hidden;}

.pw1200{width: 92%; max-width: 1200px; margin-left: auto; margin-right: auto;}

.probtn-desk{width: 189px; height: 56px; background: url("../img/home/google-play.svg") center no-repeat; background-size: contain;}
.probtn-desk a{display: block; width: 100%; height: 100%;}

.proheader{height: 60px;}
.proheader-cont{width: 100%; height: 60px; position: fixed; background: #FFF; transition: box-shadow .1s ease;}
.proheader-cont.shadow{box-shadow: 0px 4px 10px 0px #00000033;}
.proheader-cont .pw1200{height: 100%; display: flex; align-items: center; justify-content: space-between;}
.prologo a{display: flex; gap: 16px; align-items: center;}
.prologo span{font-size: 20px; color: #000;}
.probtn-nav a{display: block; width: 135px; height: 40px; background: url("../img/home/google-play.svg") center no-repeat; background-size: contain;}
.profooter{padding: 16px; background: #0092FF0A; border-top: 1px solid #9198AB; text-align: center;}
.profooter p{font-size: 12px; color: #565656;}
.profooter p a{color: inherit;}
.profooter .copyright{margin-top: 10px;}

@media screen and (max-width: 568px) {
    .prologo span{display: none;}
}