@charset "utf-8";
/* font-family:'Outfit' */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family:'OneMobile' */
@import url('https://webfontworld.github.io/onestore/OneMobile.css');
* {box-sizing:border-box;}
html,body {font-family: 'OneMobile', 'sans-serif';font-style: normal; font-weight:normal;}
html,body,h1,h2,h3,h4,h5,h6,p,div,a,
header,main,nav,footer,aside,section,article,figure,
table,thead,tbody,tfoot,tr,th,td,
ul,ol,li,dl,dt,dd,address,
video,img,em,span,sub,sup,code,del,s,q,blockquote,
form,fieldset,input,button,select,option,textarea {
    margin:0; padding:0;
    font-size:1em; font-style: inherit; font-weight:inherit;
    line-height:1.0; word-break:keep-all;
}
ul,ol,li {list-style:none;}
table {empty-cells: show;}
table,thead,tbody,tfoot,tr,th,td {border-collapse:collapse;}
th {text-align:left;}
a {color:inherit; text-decoration:none; color:inherit;}
img, fieldset {border:0;}
textarea {resize:none; border:0;}
input, button, label {background:none; border:0;}
caption,legend{display:none}
.skip {display:none;}