@charset "utf-8";

@font-face{ font-family: familyBold; src: url('/new/font2021/sfpro/SF-Pro-Display-Medium.otf'),url('/new/font2021/sfpro/SF-Pro-Display-Medium.ttf');  font-display:swap}
@font-face{ font-family: familyMedium; src: url('/new/font2021/sfpro/SF-Pro-Display-Medium.otf'),url('/new/font2021/sfpro/SF-Pro-Display-Medium.ttf');  font-display:swap}
@font-face{ font-family: familyRegular; src: url('/new/font2021/sfpro/SF-Pro-Display-Regular.ttf'),url('/new/font2021/sfpro/SF-Pro-Display-Regular.otf'); font-display:swap}
@font-face{ font-family: familyLight;src:url('/new/font2021/sfpro/SF-Pro-Display-Light.otf'),url('/new/font2021/sfpro/SF-Pro-Display-Light.ttf'); font-display:swap}
@font-face{ font-family: familyItalic; src: url('/new/font2021/sfpro/GILROY-SEMIBOLDITALIC.ttf'),url('/new/font2021/sfpro/GILROY-SEMIBOLDITALIC.OTF'); font-display:swap}
@font-face{ font-family: familyBascBold; src: url('/new/font2021/sfpro/SF-Pro-Display-Semibold.otf'),url('/new/font2021/sfpro/SF-Pro-Display-Semibold.otf'); font-display:swap}
@font-face{ font-family: familyBolder; src: url('/new/font2021/sfpro/SF-Pro-Display-Bold.otf'),url('/new/font2021/sfpro/SF-Pro-Display-Bold.ttf'); font-display:swap}
.bold{ font-family: 'familyBold', serif; }
.medium{font-family: 'familyMedium', serif;}
.third{ font-family: 'familyRegular', serif; }
.regular{ font-family: 'familyRegular', serif; }
.italic{ font-family: 'familyItalic', serif; }
.bolder{ font-family: 'familyBascBold', serif; }
.semibold{ font-family: 'familyBascBold', serif; }
.new_bolder{font-family: 'familyBolder', serif;}
html,body, div, ul, li, dl, dt, dd, h2, p,a,h1,h3,h4,h5,section,header,footer,span{
    font-family: "familyLight", serif;padding:0;margin:0; font-size:0;
}
body{margin: 0;padding: 0}
a{text-decoration: none;color: #000000}
input:focus{outline: none}