html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'SUIT';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{margin:0;padding:0;font-family: 'SUIT';}
*:focus {
    outline: none;
}
html, body{/*overflow-y:hidden*/}
body {
	line-height: 1;
	height: 100%;
	margin: 0;
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #858796;
	text-align: left;
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
a {text-decoration: none;}
.flex {display: flex;align-items: center;justify-content: center;}
.wsn {white-space: normal !important;}
.text-gray-300 {color: #dddfeb!important;}
.br0 {border-radius: 0!important;}
.b0 {border: 0!important;}
.bsn {box-shadow: none !important;}
.underbl {color: #4e73df;}
.underbl:hover {text-decoration: underline;}
.text-center {text-align: center;}
.b0 {border: 0 !important;}
.h20 {height: 20px;vertical-align: middle;}
.m0 {margin: 0 !important;}
.mt20 {margin-top: 20px !important;}
.mt10 {margin-top: 10px !important;}
.mr10 {margin-right: 10px;}
.ml10 {margin-left: 10px;}
.mb30 {margin-bottom: 30px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.pl40 {padding-left: 40px !important;}
.p0 {padding: 0 !important;}
.bl {color: #0494b4;}
.blc {color: #4e73df;}
.rdc {color: #e74a3b;}
.gnc {color: green;}
.ywc {color: #ffc122;}
.sgnc{color: rgb(162, 252, 162);}
.ft08 {font-size: 0.8rem !important;}
.ft2 {font-size: 2rem !important;}
.ft16 {font-size: 16px !important;}
.w45 {width: 45px !important;}
.w100 {width: 100px !important;}
.ha {height: auto !important;}
.jcsb {justify-content: space-between;}
.t70 {top: 70px;}
.wa {width: auto !important;}

/* SUIT */
@font-face {
    font-family: 'SUIT';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/sunn-main/SUIT-Regular.eot');
    src: url('../fonts/sunn-main/SUIT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sunn-main/SUIT-Regular.woff2') format('woff2'),
        url('../fonts/sunn-main/SUIT-Regular.woff') format('woff'),
        url('../fonts/sunn-main/SUIT-Regular.ttf') format("truetype");
    font-display: swap;
}
