/* Minification failed. Returning unminified contents.
(4540,99): run-time error CSS1035: Expected colon, found '30px'
 */
@charset "utf-8";
/*! 
    ***************************************************************************************
    20150917 mod by Haley 此css定义为[浏览器一致性]使用 
    ***************************************************************************************
*/

/*! http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126 License:none (public domain) */
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,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
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
}
*:link,
*:visited,
*:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
::-webkit-input-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}
:-moz-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}
::-moz-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}
:-ms-input-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}

/*! 
    ***************************************************************************************
    20151229 mod by Haley 此css定義為[特效css]使用 
    ***************************************************************************************
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes PopularDesigner_fadeIn {
  0% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes PopularDesigner_fadeIn {
  0% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

.PopularDesigner_fadeIn {
  -webkit-animation: PopularDesigner_fadeIn 2s; /* Safari 4+ */
  -moz-animation:    PopularDesigner_fadeIn 2s; /* Fx 5+ */
  -o-animation:      PopularDesigner_fadeIn 2s; /* Opera 12+ */
  animation:         PopularDesigner_fadeIn 2s; /* IE 10+, Fx 29+ */
}
.fuwafuwa {
  -webkit-animation-name:fuwafuwa;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;
  -moz-animation-name:fuwafuwa;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -15px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, -15px);}
  100% {-moz-transform:translate(0, 0);}
}
/*! 
    ***************************************************************************************
    20150917 mod by Haley 此css定义为[设计家全站组件]使用 
    20171108 mod by Haley 更名为_Element，内含：
                            ● clearfix
                            ● 动态 transition
                            ● select
                            ● 按钮
                            ● seo
                            ● 视频右上角时间区块
                            ● 视频集数区块
                            ● 页码
                            ● 分类标签
                            ● 分类快速选单
                            ● 右下置顶功能
                            ● Black Mask & Loading
                            ● ie 版本太低讯息框
                            ● 大箭头(首页-最夯案例)
                            ● 轮播箭头
                            ● slide dot
    ***************************************************************************************
*/
/***! clearfix begin ***/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/***! clearfix end ***/

/***! 动态 transition begin ***/
.transition_5s{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.transition1s{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.transition1_5s{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 11.5s ease;
}
.transition2s{
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
/***! 动态 transition end ***/

/***! select begin ***/
select {
    padding: 3px;
    margin: 0;
    background: #fff;
    color: #888;
    border: 1px solid #ccc;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    font-family: "Microsoft JhengHei","微软正黑体",Verdana,Geneva,sans-serif;
}
/***! select end ***/

/***! seo begin ***/
.seo {
    text-indent: 100%;
    overflow: hidden;
    height: 0;
    white-space: nowrap;
}
/***! seo end ***/


/***! 按钮 begin ***/
.btn_primary_green {
    display: inline-block;
    width: 200px;
    height: 40px;
    background: #009688;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}

.btn_primary_grey {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    border: 1px solid #d1d1d1;
    margin-top: 20px;
    margin-left: 30px;
}

    .btn_primary_green:hover, .btn_primary_grey:hover {
        background-color: #00796B;
        color: #fff;
    }
/***! 按钮 end ***/

/***! 视频区块 begin ***/
/*视频右上角时间区块*/
.video_time {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    background-color: rgba(0,0,0,.7);
    width: 60px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    z-index: 1;
}
/*视频集数区块*/
.episode {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #666;
    width: 100%;
    line-height: 2em;
}
/***! 视频区块 end ***/

/***! 站上轮播组件的加载屏蔽 begin ***/
.bx-wrapper .bx-loading {
    z-index: 20;
}
/***! 站上轮播组件的加载屏蔽 end ***/

/***! 页码 begin ***/
.page_view_inner {
    margin: 40px auto 30px;
    height: 30px;
    text-align: center;
    display: block;
}

    .page_view_inner a {
        margin: auto;
        padding: 0px 15px;
        height: 30px;
        text-align: center;
        color: rgb(51, 51, 51);
        line-height: 30px;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        box-sizing: border-box;
    }

        .page_view_inner a.page_view_icon {
            margin: auto;
            height: 30px;
            text-align: center;
            color: rgb(51, 51, 51);
            line-height: 30px;
            font-size: 12px;
            text-decoration: none;
            display: inline-block;
            padding: 0px 15px;
        }

    .page_view_inner .currentNum {
        margin: auto;
        padding: 0px 15px;
        border: 0px currentColor;
        height: 30px;
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 30px;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        background-color: rgb(75, 188, 170);
        box-sizing: border-box;
    }

    .page_view_inner a[disabled=disabled] {
        color: rgb(231, 231, 231);
    }

    .page_view_inner a:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(75, 188, 170);
    }

    .page_view_inner a.page_view_icon:hover {
        color: rgb(153, 153, 153);
        background-color: transparent;
    }

.centerPage {
    text-align: center;
}

.page_view_inner .page_allResult {
    margin: auto;
    padding: 0px 8px;
    height: 30px;
    text-align: center;
    color: rgb(117, 117, 117);
    line-height: 30px;
    font-size: 12px;
    float: right;
    display: inline-block;
}

/*@media screen and (max-width: 639px) {
.page_view_inner .page_allResult { display:none;}
.page_view_inner .currentNum:before{content: "第"; margin: 0 3px; }
.page_view_inner .currentNum:after{content: "页"; margin: 0 3px;}*/
/* 页码 */
span.currentNum{
    border:#307F12 1px solid; 
	padding: 0px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;  
	color: #fff; 
	background-color: #307F12;
}

/***! 页码 end ***/

/***! 分类标签 begin ***/
.tag_pro, .tag_vr, .tag_video, .tag_new, .tag_case, .tag_article, .tag_60sec_tv, .tag_deco_tv, .tag_hot, .tag_tv, .tag_unboxing, .tag_vr, .tag_good_choice, .tag_design_news, .tag_play, .tag_item, .tag_hot_search, .tag_week {
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    color: #fff;
    height: 15px;
    line-height: 15px;
}

    .tag_pro i, .tag_vr i, .tag_video i, .tag_new i, .tag_case i, .tag_article i, .tag_60sec_tv i, .tag_deco_tv i, .tag_hot i, .tag_tv i, .tag_unboxing i, .tag_vr i, .tag_good_choice i, .tag_design_news i, .tag_play i, .tag_item i, .tag_hot_search i, .tag_week i {
        margin-right: 5px;
    }

.tag_pro {
    background-color: #f49e22;
}

.tag_vr {
    background-color: #5dade2;
}

.tag_video {
    background-color: #a32a92;
}

.tag_new {
    background-color: #e43b7c;
}

.tag_case {
    background-color: #0097A7;
}

.tag_article {
    background-color: #009688;
}

.tag_60sec_tv {
    background-color: #6c42b7;
}

.tag_deco_tv {
    background-color: #2a80b9;
}

.tag_hot {
    background-color: #C2185B;
}

.tag_tv {
    background-color: #a32a92;
}

.tag_unboxing {
    background-color: #b39561;
}

.tag_good_choice {
    background-color: #87b243;
}

.tag_design_news {
    background-color: #5a6bd1;
}

.tag_play {
    background-color: #db1045;
}

.tag_item {
    background-color: #a76921;
}

.tag_hot_search {
    background-color: #e0373b;
}

.tag_week {
    background-color: #EF7030;
}
/***! 分类标签 end ***/

/***! 分类快速选单 begin ***/
.collapse_box {
    display: block;
    margin: 20px auto;
    font-size: .875em;
}

.collapse {
    cursor: pointer;
    padding: 10px;
    margin: 0px;
    overflow: hidden;
    transition: all 0.4s;
    color: #333;
}

    .collapse div {
        display: block;
        float: inherit;
        /*width:94%;*/
    }

    .collapse .collapse_hover {
        color: #fff;
        background-color: #f49e22;
    }

    .collapse * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .collapse.active {
        z-index: 5;
        color: #444;
        max-height: 3000px;
        transition: all 0.2s,max-height .5s;
    }

    .collapse strong {
        display: inline-block;
        line-height: 20px;
        position: relative;
        color: #000;
        font-weight: 500;
        margin-right: 20px;
        float: left;
        margin-left: 7px;
        width: 70px;
        height: 30px;
    }

        .collapse strong::after {
            content: "+";
            text-align: center;
            position: absolute;
            width: 18px;
            height: 18px;
            border: 1px solid #333;
            color: #333;
            border-radius: 50%;
            line-height: 15px;
            font-size: 18px;
            right: 0;
            top: 0;
            display: none;
        }

    .collapse.active strong::after {
        content: "-";
    }

    .collapse a {
        display: inline-block;
        padding: 2px 15px;
        color: #666;
        border-right: 1px solid #cecece;
        line-height: 16px;
        float: left;
    }

        .collapse a:hover {
            background-color: #f49e22;
            color: #fff;
        }

        .collapse a:last-child {
            border-right: 0;
        }

.collapse_All a {
    font-weight: bolder;
    border-right: 0;
    padding: 5px;
}

.collapse div a:first-child {
    display: none;
}

@media screen and (min-width:768px) and (max-width:959px) {
    .collapse_box {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .collapse_box {
        width: 100%;
    }

    .collapse {
        max-height: 17px;
    }

        .collapse strong {
            display: block;
            width: 100%;
            position: relative;
            margin-left: 0;
        }

            .collapse strong:after {
                display: block;
            }

        .collapse a {
            margin: 7px 0;
        }

        .collapse div {
            margin-top: 5px;
        }

    .collapse_All {
        display: none;
    }

    .collapse div a:first-child {
        display: block;
    }
}
/***! 分类快速选单 end ***/

/***! 右下置顶功能 begin ***/
.quickMenu {
    display: none;
    position: fixed;
    /*right: 20px;
    bottom: 200px;*/
    right: 1vw;
    bottom: 3vh;
    z-index: 10;
}

    .quickMenu > li {
        width: 30px;
        height: 30px;
        padding: 10px;
        /* outline: 1px solid red; */
        text-align: center;
        line-height: 30px;
        background-color: #999;
        color: #fff;
        border-bottom: 1px dotted #fff;
        cursor: pointer;
        display: block;
        position: relative;
        font-size: 16px;
    }

        .quickMenu > li.liBookMark {
            color: #ce2b6b;
        }

            .quickMenu > li.liBookMark i {
                display: block;
            }

            .quickMenu > li.liBookMark::after {
                margin-top: -8px;
                display: block;
                content: "收藏";
                color: #fff;
                font-size: 12px;
            }

        .quickMenu > li .sns_content {
            display: block;
            position: absolute;
            right: 20px;
            margin-top: -40px;
            margin-right: -160px;
            z-index: -1;
            /*opacity: 0;*/
            background-color: #ebebea;
            padding-left: 5px;
            height: 45px;
            padding-top: 5px;
            width:135px;
        }
            .quickMenu > li .sns_content.open {
                margin-right: 30px;
                opacity: 1;
                /*display:block;*/
            }
            .quickMenu > li .sns_content.close {
                margin-right: -160px;
                opacity: 0;
                /*display:none;*/
            }

            .quickMenu > li .sns_content .media_group li {
                margin: 5px;
                background-color: transparent;
            }
        .quickMenu > li i.iButton {
            font-size: 16px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            left: 0;
            top: 0;
            position: absolute;
        }

    .quickMenu .w_pocket, .quickMenu .w_plurk, .quickMenu .media_open {
        display: none;
    }


@media screen and (min-width:640px) and (max-width:768px) {
    .quickMenu {
        right: 1vw;
        bottom: 1vh;
    }

        /*.quickMenu > li {
            border-bottom: 0;
        }*/

        .quickMenu > li .sns_content {
            width: 90px;
            right: 20px;
        }

            /*.quickMenu > li:nth-child(2) {
                display: none;
            }*/

            .quickMenu > li .sns_content .media_group li {
                margin: 5px;
            }

            .quickMenu > li .sns_content .media_group .w_wechat {
                display: none;
            }
}

@media screen and (min-width:414px) and (max-width:639px) {
    .quickMenu {
        right: 1vw;
        bottom: 1vh;
    }
    .IsMobile .quickMenu {
        bottom: calc( 1vh + 95px);
    }
        /*.quickMenu > li {
            border-bottom: 0;
        }*/

        .quickMenu > li .sns_content {
            width: 90px;
            right: 20px;
        }

            /*.quickMenu > li:nth-child(2) {
                display: none;
            }*/

            .quickMenu > li .sns_content .media_group li {
                margin: 5px;
            }

            .quickMenu > li .sns_content .media_group .w_wechat {
                display: none;
            }
}

@media screen and (max-width: 413px) {
    .quickMenu {
        right: 1vw;
        bottom: 1vh;
    }
    .IsMobile .quickMenu {
        bottom: calc( 1vh + 95px);
    }
    /*.quickMenu > li {
            border-bottom: 0;
        }*/
    .quickMenu > li .sns_content {
        width: 90px;
        right: 20px;
        margin-top: -40px;
        height: auto;
        padding-top: 0;
    }
            /*.quickMenu > li:nth-child(2) {
                display: none;
            }*/

            .quickMenu > li .sns_content .media_group li {
                margin: 9px 5px;
            }
}

/* 聯絡設計師對話框 li.designer_phone / .D_message */
.IsDsgOffline ul.quickMenu .designer_phone { display:none; }
.IsDsgOffline .contact_bottom_menu { display:none; }

li.designer_phone, .designer_phone div {
    background-color: #E43B7C;
    position: relative;
}

.designer_phone div {
    width: 370px;
    height: 150px;
    position: absolute;
    top: 0;
    left: -371px;
}

    .designer_phone div p {
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
        letter-spacing: 1px;
        padding-top: 20px;
    }

.quickMenu a.ContactDesignerClose {
    color: #FFF;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
}

.designer_phone div li {
    margin-left: 10px;
}

    .designer_phone div li a {
        float: left;
        height: 40px;
        width: 30%;
        line-height: 40px;
        margin-top: 40px;
        margin-left: 5px;
    }

.designer_button {
    border: 1px solid #333;
    text-align: center;
    font-size: 16px;
    color: #333 !important;
}

    .designer_button:hover {
        background-color: #333;
        color: #FFF !important;
    }

article.D_message h6, article.D_phone h6 {
    font-size: 22px;
    text-align: center;
    background-color: #DF3E7C;
    height: 66px;
    color: #FFF;
    line-height: 66px;
}

article.D_message p, article.D_phone p {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 20px 0;
}

article.D_message small, article.D_phone small {
    font-size: 16px;
    line-height: 40px;
}

article#D_message input::-webkit-input-placeholder, article#D_message textarea::-webkit-input-placeholder {
    color: #555;
    font-size: 14px;
    line-height: 1;
    margin: 5px;
    box-sizing: border-box;
}
article#D_message textarea::-webkit-input-placeholder {
    line-height: 2em;
}

article#D_message input::-moz-placeholder, article#D_message textarea::-moz-placeholder {
    color: #555;
    font-size: 15px;
}
/*firefox 19+ */
article#D_message input:-ms-input-placeholder, article#D_message textarea:-ms-input-placeholder {
    color: #555;
    font-size: 15px;
}
/* ie */
article#D_message input:-moz-placeholder, article#D_message textarea:-moz-placeholder {
    color: #555;
    font-size: 15px;
}



article.D_message input[type="text"], article.D_message input[type="email"], article.D_message textarea, article.D_message select {
    background-color: #EEE;
    border: 0px;
    display: block;
    width: 90%;
    margin: 20px auto;
    outline: none;
    padding: 10px;
}

article.D_message input[type="text"], article.D_message input[type="email"], article.D_message select {
    height: 50px;
    box-sizing: border-box;
}

article.D_message textarea {
    height: 80px;
    line-height:1.5em;
    box-sizing: border-box;
}

article.D_message select {
    color:#000;
}

.D_message .designer_checkbox a {
    color: #009688;
}

    .D_message .designer_checkbox a:hover {
        color: #00796B;
    }

.D_message p.designer_checkbox {
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 25px;
}

.D_message .designer_button {
    width: 92%;
    display: block;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

.quickMenu > li .sns_content .media_group .w_wechat {
    display: none;
}

.D_phone div {
    margin: 0 auto;
    width: 90%;
    overflow-y: scroll;
    background-color: #EEE;
    height: 330px;
}

    .D_phone div ul {
        margin: 10px;
    }

    .D_phone div li {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }

        .D_phone div li p {
            font-size: 14px;
            color: #333;
            text-align: left;
            margin: 10px 5px 0;
            line-height: 25px;
        }

            .D_phone div li p span {
                color: #DF3E7A;
                margin-bottom: 10px;
            }

            .D_phone div li p a {
                margin-left: 45px;
                text-decoration: none;
            }

                .D_phone div li p a.MarginLeft0 {
                    margin-left: 0;
                }

            .D_phone div li p .icon {
                background-color: #DF3E7A;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                display: inline-block;
                vertical-align: text-top;
                margin-left: 10px;
                color: #fff;
                margin-bottom: 10px;
                position: relative;
            }

        .D_phone div li span.icon i {
            position: absolute;
            top: 2px;
            left: 5px;
        }


@media (min-width: 767px) {
    .contact_bottom_menu {
        display: none;
    }
}

@media (max-width: 767px) {
    li.designer_phone, .designer_phone div {
        display: none;
    }
    /*.designer_phone div {
            width: 250px;
            height: 150px;
            top: 0;
            left: -251px;
        }

            .designer_phone div li a {
                float: left;
                margin-top: 20px;
                margin-left: 0;
                margin-right: 5px;
            }

            .designer_phone div p {
                text-align: left;
                padding-left: 10px;
                font-size: 15px;
                letter-spacing: 0;
                padding-top: 30px;
                padding-right: 10px;
            }*/
    .contact_bottom_menu {
        display: block;
        background-color: #e43b7c;
        color: #fff;
        text-align: center;
        padding: 5px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

            .contact_bottom_menu p {
                font-size: 1.25em;
                font-weight: 500;
            }

            .contact_bottom_menu a {
                display: inline-block;
                padding: 5px 25px;
                box-sizing: border-box;
                color: #fff;
                margin: 10px;
                border: 1px solid #fff;
            }

                .contact_bottom_menu a:hover {
                    background-color: #333;
                    border-color: #333;
                }

            .contact_bottom_menu .designer_button {
                color: #fff !important;
            }

            .contact_bottom_menu.IsSpecial a {
                padding: 5px;
            }
    }

    @media (min-width:320px) and (max-width:320px) {
        .contact_bottom_menu p {
            font-size: 1em;
        }

        .contact_bottom_menu a {
            margin: 5px;
            padding: 5px 20px;
        }
    }

	/* 联络设计师对话框 end */
	/***! 右下置顶功能 end ***/

/***! Black Mask & Loading .loading-bro ***/
.loading-bro {
  display: none;
  margin: 50px auto;
  width: 150px;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 30vh;
  right: 0;
}
.loading-bro > span {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1em;
  font-weight: 300;
  color: #fff;
  width: 150px;
  display: block;
}

#load {
  width: 150px;
  animation: loading 2s linear infinite;
  -webkit-animation: loading 2s linear infinite;
}
#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  -webkit-animation: loading-circle 2s linear infinite;
  stroke: #51BBA7;
  fill: transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

#MainblackOverlay {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background-color: black;
    opacity: 0.6;
	/***!background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8zMS8xNdOFLqwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAGElEQVQYlWNkYGBoYCACMBGjaFQh9RQCANyeAJRQ3dKnAAAAAElFTkSuQmCC);*/
}
/***! Black Mask & Loading .loading-bro end ***/

/***! ie 版本太低讯息框 begin ***/
.ie_message{font-size: 20px;background-color: #fff;display: block;border: 1px solid #000;width: 33%;position: absolute;z-index: 9999;top: 10%;left: 33%;padding:20px;}
.ie_message a{display:block;padding:3px;background-color: #ccc; color:#fff;margin:5px 10px 0 0; width:235px;text-align:center;height:30px;float:left;}
.ie_message .x{position: absolute;display: block;right: -10px;top: -5px;background-color: #fff;width: 100px;text-align: center;color:#000;}
/***! ie 版本太低讯息框 end ***/

/***! 大箭头(首页-最夯案例) begin ***/
.arrow {  position: absolute;  padding: 3rem; box-shadow: 1px -1px 0 1px #333 inset;  -webkit-box-shadow: 2px -2px #333 inset;  border: solid transparent;  border-width: 0 0 2rem 2rem;  transition: 0.2s;  z-index: 5;  top:250px;  }
.arrow:hover {  box-shadow: 2px -2px 0 2px #333 inset;  -webkit-box-shadow: 4px -4px #333 inset;}
.arrow-up {  transform: rotate(135deg);}
.arrow-right {  transform: rotate(225deg);}
.arrow-down {  transform: rotate(-45deg);}
.arrow-left {  transform: rotate(45deg);}
.arrow-left{left:50%; margin-left:0px;}
.arrow-right{right:50%; margin-right:-620px; }
/***! 大箭头(首页-最夯案例) end ***/
    
/***! 轮播箭头 begin ***/
.btn_pagination { display: inline-block;  }
.btn_pagination a{display: inline-block; padding: 5px; box-sizing: border-box; width:30px; height 30px; font-size: 1.3em; border:1px solid #fff; color: #fff; margin:  0 5px;text-align: center;}
.btn_pagination a:hover{ background-color: #fff; color:#000;}
/***! 轮播箭头 end ***/

/***! slide dot begin ***/
.dotdotdot{text-align: center;} 
.dotdotdot a{ display:inline-block; width:10px; height:10px; border-radius:100%; background-color:#999; margin: 0 5px;}
.dotdotdot a:hover{background-color:#000;}
/***! slide dot end ***/

/***! 其他 begin ***/
.Cursor_Pointer {
 cursor:pointer;
}
/***! 其他 end ***/

/*验证码 begin*/
article.D_message .css_div_random {
    text-align: center;
}

article.D_message .css_div_random .css_random{
    width: 120px;
    display: inline-block;
    margin: 0 auto;
}
/*验证码 end*/

/*! 
    ***************************************************************************************
    20171108 Add by Haley 此css定义为[设计家全站组件区块样式]使用，内含：
                              ● 作品轮播(3区块) .history_project
                              ● 专访报导/达人知识馆(文章轮播) .interview
                              ● 首页大图/居家首页大图 .kanban
                              ● 首页原生右1~3 .Native_Ads_R
                              ● 找文章/最新设计 .multiCol_container
                              ● 最新视频/看装修学设计 .hito_media
                              ● 联络信息(设计师与品牌厂商皆有使用) .contactme	
    ***************************************************************************************
*/
/***! 作品轮播(3区块) .history_project ***/
.history_project {
    max-width: 100%;
    min-width: 320px;
    height: auto;
    background-color: #eaeaea;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}
    /*-- 拿掉margin 加上背景色 --*/
    .history_project ul {
        display: block; /*max-width:960px; min-width:320px;*/
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }

        .history_project ul li {
            display: inline-block;
            float: left;
            width: 310px;
            background-color: #fff; /*margin-right: 15px;*/
            text-align: center;
        }
            /*-- 拿掉box-shadow text-align: center; --*/
            .history_project ul li img {
                width: auto;
                height: 210px;
                margin: 0 auto;
            }

            .history_project ul li strong {
                display: inline-block;
                width: auto;
                height: 16px;
                line-height: 1.6em;
                padding: 0 8px;
                font-size: 0.875em;
                color: #000;
                font-weight: bolder;
                line-height: 1.5em;
            }
            /*-- 9/7 --*/
            .history_project ul li .date {
                padding: 5px 0;
                text-align: center;
                font-size: 13px;
                display: block;
                width: 100%;
                color: #999;
                line-height: 1.5em;
            }
    /*-- 9/7 text-align: center;  font-size: 13px;--*/
    .history_project .bx-controls-direction .bx-prev {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: url(/images/index_arrow_pre.png);
        z-index: 1;
        position: absolute;
        z-index: 1;
        left: 50%;
        margin-left: -550px;
        top: 50%;
    }

    .history_project .bx-prev:hover {
        opacity: .7;
        filter: opacity(70);
        margin-left: -560px;
    }

    .history_project .bx-controls-direction .bx-next {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: url(/images/index_arrow_next.png);
        z-index: 1;
        position: absolute;
        z-index: 1;
        right: 50%;
        margin-right: -550px;
        top: 50%;
    }

    .history_project .bx-next:hover {
        opacity: .7;
        filter: opacity(70);
        margin-right: -560px;
    }

.project_info_box {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.btn_project_info_show {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #d1d1d1;
    margin: 6px;
}
    /*-- display: block; border:1px solid #d1d1d1; height: 40px; line-height: 40px; --*/
    .btn_project_info_show:hover {
        background-color: #00796B;
        color: #fff;
        border: 1px solid #00796B;
    }
/*.history_project ul .li_Selected:hover > .btn_project_info_show{display:inline-block;}*/
.history_project .btn_green {
    width: 310px;
    margin: 0 auto;
    margin-top: 40px;
}

.history_project .bx-wrapper {
    display: block;
}

    .history_project .bx-wrapper .bx-viewport {
        background-color: #eaeaea;
    }

.li_side .tag_new {
    position: absolute;
    top: 0;
    left: 0;
}

.history_project h3 {
    display: block;
    font-size: 1.375em;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    padding: 30px 0;
    color: #333;
}

.bx-wrapper .bx-viewport {
    left: 0;
    background-color: transparent;
}

.caseSummary {
    font-size: 16px;
    line-height: 2em;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .history_project ul {
        width: 100%;
    }

        .history_project ul li {
            display: inline-block;
            float: left; /*width:46%;*/
            background-color: #fff; /*margin:0 15px;*/
        }

    .history_project .bx-controls-direction .bx-prev {
        position: absolute;
        z-index: 1;
        left: 0;
        margin-left: -51px;
        top: 50%;
    }

    .history_project .bx-controls-direction .bx-next {
        position: absolute;
        z-index: 1;
        right: 0;
        margin-right: -41px;
        top: 50%;
    }

    .history_project .bx-prev:hover {
        opacity: 1;
    }

    .history_project .bx-next:hover {
        opacity: 1;
    }

    .btn_project_info_show:hover {
        background-color: #00796B;
        color: #fff;
        border: 1px solid #00796B;
    }
}

@media screen and (min-width:415px) and (max-width:959px) {
    .history_project ul {
        width: 100%;
    }

        .history_project ul li {
            display: inline-block;
            float: left; /*width:46%;*/
            background-color: #fff; /*margin:0 15px;*/
        }

    .history_project .bx-controls-direction .bx-prev {
        position: absolute;
        z-index: 1;
        left: 0;
        margin-left: -8%;
        top: 50%;
    }

    .history_project .bx-controls-direction .bx-next {
        position: absolute;
        z-index: 1;
        right: 0;
        margin-right: -8%;
        top: 50%;
    }

    .history_project .bx-prev:hover {
        opacity: 1;
    }

    .history_project .bx-next:hover {
        opacity: 1;
    }

    .btn_project_info_show:hover {
        background-color: #00796B;
        color: #fff;
        border: 1px solid #00796B;
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    .history_project {
        background-color: #fff;
    }
        /*-- 9/7 --*/
        .history_project ul li {
            width: 100%; /*margin-right: 0;*/
        }

        .history_project .btn_green {
            width: 400px;
            margin: 0 auto;
            margin-top: 20px;
        }

    .btn_project_info_show {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #666;
        border: 1px solid #d1d1d1;
        margin: 10px;
    }

    .history_project .bx-controls-direction .bx-prev {
        margin-left: -20%;
    }

    .history_project .bx-controls-direction .bx-next {
        margin-right: -20%;
    }
}

@media screen and (min-width:415px) and (max-width:639px) {
    .history_project {
        background-color: #fff;
        padding-bottom: 20px;
        margin-top: 10px;
    }

        .history_project ul li {
            width: 100%;
            margin-right: 0;
        }

        .history_project .btn_green {
            margin: 0 auto;
            margin-top: 20px;
        }

        .history_project .bx-controls-direction .bx-prev {
            margin-left: -20%;
        }

        .history_project .bx-controls-direction .bx-next {
            margin-right: -20%;
        }
}

@media screen and (max-width: 414px) {
    .history_project {
        background-color: #fff;
        padding-bottom: 20px;
        margin-top: 10px;
    }

        .history_project ul li {
            width: 100%; /*margin-right: 0;*/
        }

        .history_project .bx-controls-direction .bx-prev {
            left: 0;
            margin-left: 0;
            top: 40%;
        }

        .history_project .bx-controls-direction .bx-next {
            right: 0;
            margin-right: 0;
            top: 40%;
        }

        .history_project .bx-prev:hover {
            opacity: 1;
        }

        .history_project .bx-next:hover {
            opacity: 1;
        }

        .history_project .btn_green {
            width: 250px;
            margin: 0 auto;
            margin-top: 20px;
        }

        .history_project h3 {
            font-size: 1.125em;
            padding: 30px 0;
        }
}
/***! 作品轮播(3区块) .history_project 结束 ***/

/***! 专访报导/达人知识馆(文章轮播) .interview ***/
.interview ul li img:hover {
    opacity: .7;
    filter: opacity(70);
}

.interview .mask-box {
    width: 960px;
    height: 460px;
    position: absolute;
    overflow: hidden;
    margin-left: -480px;
    left: 50%;
}

.interview .li_side {
    opacity: .6;
    filter: opacity(60);
}

.interview .li_Left, .interview .li_Right {
    opacity: .8;
    filter: opacity(80);
}

.interview .li_Center {
    opacity: 1;
    filter: opacity(100);
}

.interview {
    width: 100%;
    height: 520px;
    position: relative;
    margin: 0 0 40px 0;
}

    .interview h3 {
        display: block;
        font-size: 1.375em;
        font-weight: bold;
        text-align: center;
        line-height: 1.8em;
        padding: 30px 0;
        color: #333;
    }

    .interview ul {
        display: block;
        width: 500%;
        left: 50%;
        margin-left: -360px;
        height: 300px;
    }

        .interview ul li {
            display: inline-block;
            float: left;
            max-width: 750px;
            min-width: 240px;
            padding: 20px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3); /*margin-left: 15px;*/
        }

            .interview ul li img {
                display: inline-block;
                float: left;
                margin-right: 20px;
                max-height: 240px;
            }

            .interview ul li h4 a {
                display: block;
                font-size: 1em;
                color: #333;
                font-weight: bolder;
                line-height: 1.5em;
            }

            .interview ul li p a {
                display: block;
                color: #666;
                font-size: 0.875em;
                line-height: 1.6em;
                text-align: justify;
            }

                .interview ul li p a:hover {
                    color: #000;
                }

    .interview .btn_square_pre {
        position: absolute;
        z-index: 1;
        left: 50%;
        margin-left: -550px;
        top: 50%;
    }

    .interview .btn_square_next {
        position: absolute;
        z-index: 1;
        right: 50%;
        margin-right: -550px;
        top: 50%;
    }

    .interview .btn_square_pre:hover {
        opacity: .7;
        filter: opacity(70);
        margin-left: -560px;
    }

    .interview .btn_square_next:hover {
        opacity: .7;
        filter: opacity(70);
        margin-right: -560px;
    }
    /*.interview .btn_square_pre , .interview .btn_square_next{ margin-top:-30px;}*/
    .interview .bx-wrapper .bx-controls-direction .bx-prev {
        display: block;
        width: 46px;
        height: 46px;
        background: url(../images/index_arrow_pre.png);
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        margin-top: -30px;
        margin-left: 35px;
    }

    .interview .bx-wrapper .bx-controls-direction .bx-next {
        display: block;
        width: 46px;
        height: 46px;
        background: url(../images/index_arrow_next.png);
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 0;
        margin-top: -30px;
        margin-right: 35px;
    }

    .interview .btn_green {
        bottom: 0;
        width: 310px;
        margin: 30px auto;
    }

@media screen and (min-width:415px) and (max-width:959px) {
    .interview .bx-wrapper .bx-controls-direction .bx-prev, .interview .bx-wrapper .bx-controls-direction .bx-next {
        display: none;
    }

    .interview .mask-box {
        width: 100%; /*min-height:380px; max-height:480px;*/
        position: absolute;
        overflow: hidden;
        margin-left: 0;
        left: 0;
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    .interview {
        height: 540px;
        margin-top: 40px;
    }

        .interview ul {
            left: 50%;
            margin-left: -160px;
            height: 430px;
        }

            .interview ul li {
                display: inline-block;
                float: left;
                width: 300px;
                padding: 10px;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3);
                margin-left: 15px;
            }

                .interview ul li img {
                    display: inline-block;
                    width: 280px;
                    float: none;
                    margin-right: 0;
                }

                .interview ul li h4 a {
                    display: block;
                    font-size: 1em;
                    color: #333;
                    font-weight: bolder;
                    line-height: 1.5em;
                }

                .interview ul li p a {
                    display: block;
                    color: #666;
                    font-size: 0.875em;
                    line-height: 1.6em;
                    text-align: justify;
                }

                    .interview ul li p a:hover {
                        color: #000;
                    }
        /*.interview .mask-box{ height: 540px;}*/
        .interview .btn_green {
            width: 400px;
            margin: 0 auto;
            margin-top: 10px;
        }
}

@media screen and (min-width:415px) and (max-width:639px) {
    .interview {
        height: 540px;
        margin-top: 40px;
    }

        .interview ul {
            left: 50%;
            margin-left: -160px;
            height: 430px;
        }

            .interview ul li {
                display: inline-block;
                float: left;
                width: 300px;
                padding: 10px;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3);
                margin-left: 15px;
            }

                .interview ul li img {
                    display: inline-block;
                    width: 280px;
                    float: none;
                    margin-right: 0;
                }

                .interview ul li h4 a {
                    display: block;
                    font-size: 1em;
                    color: #333;
                    font-weight: bolder;
                    line-height: 1.5em;
                }

                .interview ul li p a {
                    display: block;
                    color: #666;
                    font-size: 0.875em;
                    line-height: 1.6em;
                    text-align: justify;
                }

                    .interview ul li p a:hover {
                        color: #000;
                    }
        /*.interview .mask-box{ height: 540px;}*/
        .interview .btn_square_pre, .interview .btn_square_next {
            margin-top: -30px;
        }
}

@media screen and (max-width: 414px) {
    .interview {
        height: 540px;
        margin-top: 20px;
    }

        .interview h3 {
            font-size: 1.125em;
            padding: 30px 0;
        }

        .interview ul {
            left: 50%;
            margin-left: -115px;
            height: 430px;
        }

            .interview ul li {
                display: inline-block;
                float: left;
                width: 240px;
                height: 360px;
                padding: 10px;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3);
            }

                .interview ul li img {
                    width: 220px;
                    float: none;
                }

                .interview ul li h4 a {
                    display: block;
                    font-size: 1em;
                    color: #333;
                    font-weight: bolder;
                    line-height: 1.5em;
                }

                .interview ul li p {
                    height: 90px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .interview ul li p a {
                        display: block;
                        color: #666;
                        font-size: 0.875em;
                        line-height: 1.6em;
                        text-align: justify;
                    }

        .interview .mask-box {
            height: 640px;
            width: 100%;
            position: absolute;
            overflow: hidden;
            margin-left: 0;
            left: 0;
        }

        .interview .btn_green {
            width: 250px;
            margin: 0 auto;
            margin-top: 20px;
        }

        .interview .bx-wrapper .bx-controls-direction .bx-prev, .interview .bx-wrapper .bx-controls-direction .bx-next {
            display: none;
        }
}
/***! 专访报导/达人知识馆(文章轮播) .interview 结束 ***/

/***! 首页大图/居家首页大图 .kanban ***/
.wrapper .kanban {
    position: relative;
}

.kanban .kanban_h2 {
    color: #FFF;
    font-size: 18px;
    background: #009688;
    position: absolute;
    width: 100%;
    max-width: 940px;
    bottom: 0;
    opacity: 0.9;
    padding: 11px 10px;
    letter-spacing: 1px;
    line-height: 25px;
}

.kanban a {
    background-size: cover;
    display: block;
    width: 960px;
    height: 400px;
    background-position: 50%;
}

@media (max-width: 960px) {
    .kanban .kanban_h2 {
        width: 98%;
        padding: 10px 1%;
    }

    .kanban a {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 660px) {
    .kanban a {
        height: 275px;
    }

    .kanban .kanban_h2 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .kanban a {
        height: 200px;
    }

    .kanban .kanban_h2 {
        font-size: 14px;
        /*bottom: -50px;*/
    }
}
/***! 首页大图/居家首页大图 .kanban 结束 ***/

/***! 首页原生右1~3 .Native_Ads_R ***/
.Native_Ads_R {
    display: block;
    width: 255px;
}

    .Native_Ads_R a:hover img {
        opacity: .7;
        filter: alpha(opacity=70);
    }

    .Native_Ads_R img {
        display: block;
        width: 255px;
        height: 170px;
    }

    .Native_Ads_R ul li {
        display: block;
        width: 255px;
        margin-top: 10px;
    }

        .Native_Ads_R ul li h3 a, .ative_ads_footer ul li h3 a {
            display: block;
            font-size: 15px;
            color: #009688;
            text-decoration: none;
            font-weight: bold;
            line-height: 1.5em;
            margin-top: 5px;
        }

        .Native_Ads_R ul li p a, .ative_ads_footer ul li p a {
            font-size: 13px;
            color: #666;
            text-decoration: none;
            line-height: 18px;
        }

        .Native_Ads_R ul li h3 a:hover, .ative_ads_footer ul li h3 a:hover {
            color: #00796B;
        }

        .Native_Ads_R ul li p a:hover, .ative_ads_footer ul li p a:hover {
            color: #000;
        }
/***! 首页原生右1~3 .Native_Ads_R 结束 ***/

/***! 找文章/最新设计 .multiCol_container begin ***/
.multiCol_container {
    font-size: 16px;
    max-width: 60em;
    min-width: 20px;
    margin: 0 auto;
}

    .multiCol_container .rimg {
        float: left;
        display: inline-block;
        width: 220px;
        background-color: #333;
    }

    .multiCol_container .rimg img {
        max-width: 220px;
        max-height: 147px;
        display: block;
        margin: 0 auto;
        height: 147px;
    }

    .multiCol_container .rimg:hover img {
        opacity: .7;
        filter: opacity(70);
    }

    .multiCol_container .rdata {
        display: grid;
        padding-left: 16px;
    }

    .multiCol_container .rtitle a {
        height: auto;
        color: #4bbcaa;
        font-weight: bolder;
        line-height: 1.5em;
    }

        .multiCol_container .rtitle a:hover {
            color: #2f8c7d;
        }

    .multiCol_container .rdate {
        font-size: 0.6875em;
        color: #999;
        width: 45em;
        line-height: 24px;
    }

    .multiCol_container .rintro a {
        font-size: 0.8125em;
        color: #666;
        line-height: 1.5em;
    }

    .multiCol_container .rintro:hover a {
        color: #000;
    }

        .multiCol_container .rintro:hover a span {
            color: #2f8c7d;
        }

    .multiCol_container .rlist {
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e7e7;
         width: 100%;
    }

@media screen and (max-width: 960px) {
    .multiCol_container .rlist {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.multiCol_container .rlist:last-child {
    border: none;
}

.multiCol_container .rintro a span {
    color: #4bbcaa;
}

/*下拉选单*/
.multiCol_container select {
    width: 200px;
    height: 35px;
    margin-right: 8px;
    font-size: 14px;
    color: #333;
    outline: none;
    margin-bottom: 30px;
    font-family: "Microsoft JhengHei","微软正黑体",Verdana,Geneva,sans-serif;
    float: right;
}

    .multiCol_container select:hover {
        border-color: #4bbcaa;
    }

    .multiCol_container select:nth-child(3) {
        clear: both;
    }

@media screen and (min-width:640px) and (max-width: 767px) {
}

@media screen and (min-width:415px) and (max-width:639px) {
    .multiCol_container .rlist {
        width: auto;
    }

    .multiCol_container .rimg {
        float: none;
        width: auto;
        background-color: transparent;
    }

    .multiCol_container .rimg img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: 99%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 8px;
        border: #666666 1px solid;
    }

    .multiCol_container .rdata {
        padding-left: 0px;
    }

    .multiCol_container .rtitle a {
        display: block;
        padding: 0 10px;
    }

    .multiCol_container .rintro {
        display: none;
    }

    .multiCol_container .rdate {
        padding: 0 10px;
    }
}

@media screen and (max-width: 414px) {
    .multiCol_container .rlist {
        width: auto;
    }

    .multiCol_container .rimg {
        float: none;
        width: auto;
        background-color: transparent;
    }

    .multiCol_container .rdata {
        padding-left: 0px;
    }

    .multiCol_container .rtitle a {
        font-size: 16px;
        display: block;
        padding: 0 10px;
    }

    .multiCol_container .rimg img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: 99%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 8px;
        border: #666666 1px solid;
    }

    .multiCol_container .rdate {
        display: none;
    }

    .multiCol_container .rintro {
        display: none;
    }
}
/***! 找文章/最新设计 .multiCol_container end ***/

/***! 最新视频/看装修学设计 .hito_media begin ***/
.hito_media {
    width: 100%;
    min-width: 20em;
    overflow: hidden;
    margin-top: 25px;
}

    .hito_media .hito_media_one {
        display: inline-block;
        width: 300px;
        height: auto;
        float: left;
        position: relative;
        margin-right: 30px;
        margin-bottom: 40px;
    }

.hito_media_one:nth-child(3n+1) {
    margin-right: 0;
}

.hito_media_one_img {
    display: inline-block;
    width: 300px;
    height: auto;
}

.hito_media img {
    width: 100%;
    height: auto;
}

/* 20151204 update by dylan */
.hito_media h3 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bolder;
    color: #333;
}

/* 20151204 update by dylan */
.hito_media_info h3 a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #333;
    /*padding: 5px 0px;*/ /* 20151205 update by dylan*/
    box-sizing: border-box;
}

.hito_media h3 a:hover {
    color: #00796B;
}


.hito_media_one_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 69px;
    height: 69px;
    z-index: 1;
    background-image: url(../images/video/play_white.png);
    top: 25%;
    left: 40%;
}


.hito_media_one_img:hover:before {
    background-image: url(../images/video/play_black.png);
}

.hito_media .tag_60sec_tv {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
/* 20151124 add by dylan */
.hito_media .video_time {
    position: absolute;
    right: 0;
    top: 0;
}

.hito_media .hito_media_info p a {
    display: block;
    text-decoration: none;
    font-size: 0.875em;
    color: #333;
    line-height: 1.5em;
}

    .hito_media .hito_media_info p a:hover {
        color: #000;
    }


@media screen and (min-width:640px) and (max-width: 767px) {
    .hito_media {
        width: 100%;
        text-align: center;
    }


        .hito_media .hito_media_one {
            display: inline-block;
            width: 100%;
            margin: 0 auto;
            text-align: left;
            height: auto;
            float: none;
            margin-bottom: 20px;
        }


    .hito_media_one_img {
        display: inline-block;
        width: 100%;
        height: auto;
    }


    .hito_media .hito_media_one .hito_media_one_img:before {
        width: 97px;
        height: 97px;
        background-image: url(../images/video/big_play_white.png);
        top: 30%;
        left: 42%;
    }

    .hito_media .hito_media_one .hito_media_one_img:hover:before {
        background-image: url(../images/video/big_play_black.png);
    }

    .hito_media .hito_media_one h3, .hito_media .hito_media_one .episode {
        padding: 0 10px;
    }
}

@media screen and (min-width:415px) and (max-width:639px) {
    .hito_media {
        width: 100%;
        text-align: center;
    }


        .hito_media .hito_media_one {
            display: inline-block;
            width: 100%;
            margin: 0 auto;
            text-align: left;
            height: auto;
            float: none;
            margin-bottom: 20px;
        }


    .hito_media_one_img {
        display: inline-block;
        width: 100%;
        height: auto;
    }


    .hito_media .hito_media_one .hito_media_one_img:before {
        width: 97px;
        height: 97px;
        background-image: url(../images/video/big_play_white.png);
        top: 30%;
        left: 42%;
    }

    .hito_media .hito_media_one .hito_media_one_img:hover:before {
        background-image: url(../images/video/big_play_black.png);
    }

    .hito_media .hito_media_one h3, .hito_media .hito_media_one .episode {
        padding: 0 10px;
    }
}

@media screen and (max-width: 414px) {

    .hito_media_one_img:before {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        transition: all .4s;
    }

    .hito_media {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
        background-color: #fff;
    }

    .hito_media {
        width: 100%;
        text-align: center;
    }


        .hito_media .hito_media_one {
            display: inline-block;
            width: 100%;
            margin: 0 auto;
            text-align: left;
            height: auto;
            float: none;
            margin-bottom: 20px;
        }


    .hito_media_one_img {
        display: inline-block;
        width: 100%;
        height: auto;
    }


    .hito_media .hito_media_one .hito_media_one_img:before {
        width: 97px;
        height: 97px;
        background-image: url(../images/video/big_play_white.png);
        top: 20%;
        left: 35%;
    }

    .hito_media .hito_media_one .hito_media_one_img:hover:before {
        background-image: url(../images/video/big_play_black.png);
    }

    .hito_media .hito_media_one h3, .hito_media .hito_media_one .episode {
        padding: 0 10px;
    }
}
/***! 最新视频/看装修学设计 .hito_media end ***/

/***! 联络信息 .contactme ***/
.contactus div ul{ padding: 0 2%; }
.contactus div ul li{ display: inline-block; width: 32%; vertical-align: text-top; }
.contactus div.contactme ul li {display: block; width: 100%; }
.contactme{display: inline-block; width:280px; font-size: 0.875em; padding-left:40px; }
.contactus .contactme{ padding-left: 10px;}
.contactme > ul{ height:auto;}
.contactme ul li div{ display:inline-block; width:240px;}
.contactme ul li a{ text-decoration:none;color:#333; white-space: normal; word-wrap: break-word; word-break: break-all; display:block;}
.contactme ul li a:hover{ color:#48b6a5;}
.contactme ul li i { width:20px; text-align: center; margin-right: 3px; display:inline-block; float:left; margin-top: 7px;}
.text_link:hover{color:#00796B;}
.contactus .contactme > ul li a.route{display: inline-block; width:60px;  padding: 0 15px; color:#666; border: 1px solid #999; margin-right: 5px; font-size: 13px; text-align: center; float: right; margin-top: 10px; }
.contactus .contactme > ul li a.route:hover{ color: #fff; background-color:#009688; border:1px solid #009688; }



@media screen and (min-width:640px) and (max-width:767px) {
    .contactme{display: inline-block; width:100%; font-size: 0.875em; padding-left:0; }
    .contactme > ul{ height:auto;}
    .contactme ul li div{ display:inline-block; width:auto;} 
    .contactus .contactme > ul li a.route{display:none;}
}

@media screen and (min-width:415px) and (max-width:639px) {
    .contactme{display: inline-block; width:100%; font-size: 0.875em; padding:15px;box-sizing: border-box; -webkit-box-sizing:border-box;  -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
    .contactme > ul{ height:auto;}
    .contactme ul li div{ display:inline-block; width:auto;}  
    .contactus .contactme > ul li a.route{display:none;}
}

@media screen and (max-width: 414px) {
    .contactus div ul li{ width: 100%; margin-top: 30px;}
    .contactus div.contactme ul li { margin-top: 0; }
    .contactme{display: inline-block; width:100%; font-size: 0.875em; padding:15px;box-sizing: border-box; -webkit-box-sizing:border-box;  -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
    .contactme > ul{ height:auto;}
    .contactme ul li div{ display:inline-block; width:90%; }
    .text_link:hover{color:#00796B;} 
    .phone.text_link a { color:#009688; }
    .contactus .contactme > ul li a.route{display:none;}
}
/***! 联络信息 .contactme end ***/

@charset "utf-8";
/* CSS Document update 2012 0412 1250*/


body{margin:0;padding:0; background-color:#fff; /* 延伸背景 background:url(../images/bg_001.png) repeat-x top left;*/}
a{ text-decoration:none; color: #575859; }
a:link { text-decoration: none; } 
a:visited { text-decoration: none; } 
a:active { text-decoration: none; }
/*a:hover{ text-decoration:underline;}*/
img{border:0;}

/* ********************************************************************中间内容部分***************************************************
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　　　　　　　　　　　　　　　　　　　　　　　　　　　　　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　　　　　　　此部分会随着页面增加而更新　　　            ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　　　　　　　　　　　　　　　　　　　　　　　　　　　　　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.sp_td .rtd{margin:15px;background:#e9eaea;margin-bottom:0px;}
.TP_sp_td{background:#e9eaea;}
.sp_td ,.sp_td a{color:#434343;}
.sp_td{height:87px; vertical-align:top;}
.MP_centertable{ border-collapse:collapse;}
/*.SL_center,.LB_center,.PH_center,.AR_center,.TP_center,.EV_center,.QS_center{background: url("../images/MP_grayline.jpg") no-repeat scroll center top #FFFFFF;}*/
/*.SL_center,.PH_center,.AR_center,.TP_center,.EV_center,.QS_center{background: url("../images/MP_grayline.jpg") no-repeat scroll center top #FFFFFF;}*/
.SL_center .rtd,.LB_center .rtd,.PH_center .rtd,.AR_center .rtd,.TP_center .rtd{margin:15px 20px; display:table; display:block\9;}
.EV_center .rtd,.QS_center .rtd{margin:10px 20px; display:table; display:block\9;}
.SL_left, .LB_left ,.PH_left,.AR_left,.TP_left{width:700px;float:left;}
.SL_right , .LB_right ,.PH_right,.AR_right,.TP_right{width:220px;float:left;margin-left:20px;}
h2.SL, h2.LB, h2.PH, h2.AR, h1.SL { margin:0;padding:0;font-size:15px; color:#434343; font-weight:normal; line-height:32px; 
			background:url(../images/home_icon.png) no-repeat 15px 8px; padding-left:43px;}

.mod .mod_title {   background: url(../images/home_icon.png) no-repeat scroll left center transparent; color: #434343; font-size: 15px; line-height: 26px;padding-left: 26px;}	
.mod .mod_title h2{ font-size: 15px; font-weight:normal;margin:0;padding:0;}	
.HP_pathway {display:none;}
.HP_sp_td{height:auto;}
.HP_searchbar{margin:18px 15px;}
.HP_center .rtd{ margin-left:15px;margin-right:14px;}
.HP_left{width:686px; display:inline-block; *display:inline; zoom:1; vertical-align:top; float:none !important;}
.HP_right{width:255px; display:inline-block; *display:inline; zoom:1;vertical-align:top;}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


/*------------------------------------右边模块-----------------------------------*/

/*热门文章特搜*/
.mod_hot-article .mc_1 { background: url(../images/comic_1.jpg) no-repeat scroll left top transparent;height: 19px;width: 220px;}
.mod_hot-article .mc_2 { background: url(../images/comic_2.jpg) no-repeat scroll left bottom #E9EAEA;padding-bottom: 5px;width: 220px;}
.mod_hot-article .mc_2 .dr{padding:0 10px; font-size:13px;}
.mod_hot-article .mc_2 .dr span{ display:inline-block;margin-right:10px; line-height:24px;}
.mod_hot-article .mc_2 .dr a{ display:inline-block;margin-right:10px; line-height:24px;}

/*装修图库之最*/
.mod_images-db{margin-bottom:35px;}
.mod_images-db_last{margin-bottom:20px !important;margin-bottom:35px\9!important;}
.mod_images-db .mod_con{padding:20px 20px;padding-right:0px;border-color: #2F8012 #C1C1C1 #C1C1C1;border-style: solid;border-width: 5px 1px 1px;}
.mod_images-db .rimg{display:inline-block;*display:inline;zoom:1;padding-right:7px;}
.mod_images-db .rimg img{border:#7d7d7d 1px solid !important;width:122px !important;height:123px !important; display:block;}
.mod_images-db .rmore{float:right;padding-right:19px; position:relative;top:-23px;}
.mod_images-db .rmore a{color:#2f8012; font-family:Verdana, Geneva, sans-serif;}
.mod_images-db .t1 a{color:#434343;}
.mod_images-db .t2 a{color:#6bbd00; font-weight:bold;}

/*装修图库热门主打*/
.mod_images-star{margin-bottom:21px;border-bottom:#000 0px solid; background:url(../images/shadow_bg.jpg) no-repeat bottom center;padding-bottom:14px;}
.mod_images-star .mod_head{background:#eaeaea;padding:15px 0px;border-left:#c1c1c1 1px solid;border-right:#c1c1c1 1px solid;border-top:#c1c1c1 1px solid;}
.mod_images-star h2.LB{margin:0;padding:0;font-size:15px; color:#FFF; font-weight:normal; line-height:33px; 
			background:url(../images/title-greenbg.png) repeat-x; border:#2f8012 1px solid; display:inline-block;}
.mod_images-star a{color:#FFF;}			
.mod_images-star h2.LB div{ background:url(../images/white_home-icon.png) no-repeat 20px 8px ;padding-left:43px;padding-right:20px;}			
.mod_images-star .mod_con{padding:20px 20px;padding-bottom:10px;padding-right:0px;border-left:#c1c1c1 1px solid;border-right:#c1c1c1 1px solid;}
.mod_images-star .rimg{display:inline-block;*display:inline;zoom:1;padding-right:7px;border-bottom:10px #fff solid;}
.mod_images-star .rimg img{border:#7d7d7d 1px solid !important;width:122px;height:123px;}
.mod_images-star .rimg-big{float:left; margin-right:12px;}
.mod_images-star .rimg-big img{border:#7d7d7d 1px solid !important;width:387px !important;height:257px !important;}
.mod_images-star .rmore{ float:right;padding-right:19px; vertical-align:middle;margin-top:8px; background:url(../images/white_bg-icon.png) no-repeat;width:46px;height:15px;padding-left:4px; line-height:13px;}
.mod_images-star .rmore a{color:#2f8012; font-family:Verdana, Geneva, sans-serif;}
	
/*装修图库的模块细节区别*/
.LB_right .mod_hot-article {margin-bottom:35px;}

/*装修图库搜寻--------------------------------------12/26新增*/
.mod_LibraryList .case-data{display:inline-block;width:124px;margin-right:2px; margin-left:2px;}
.mod_LibraryList .case-data .rimg img{border:#7d7d7d 1px solid !important;}
	.mod_LibraryList .mod_con{border-top:#2f8012 5px solid; }
	.mod_LibraryList .mod_con .ajax__tab_body{background:url(../images/SL_tab_bg.png) no-repeat left top;}
	.mod_LibraryList .mod_con .mytab .ajax__tab_tab{width:65px !important;}
	.mod_LibraryList .rintro a{color:#434343;font-size:13px;}
	.mod_LibraryList .rtitle{margin-bottom:9px;line-height:32px;font-size:13px;height:32px; overflow:hidden;}
	.mod_LibraryList .mod_con{ font-size:13px;}
	.mod_LibraryList .mytab .ajax__tab_body {padding: 20px 20px;padding-bottom:0px;}
	.mod_LibraryList .rtitle a{height:32px; line-height:32px;overflow:hidden; display:block;color:#434343;}
	
/*人气分享收藏列*/
.PH_toolbar{/*height:40px;*/padding-bottom:10px;font-size:13px; height:1em;}
table.PH_toolbar{padding-bottom:0px;margin-bottom:10px;}
.PH_toolbar td{height:40px;}
.PH_toolbar .rhit {color:#707070; font-family:Verdana, Geneva, sans-serif;}
.PH_toolbar .rhit .r1{background:#eaeaea;display:inline-block; *display:inline; zoom:1; font-size:13px; line-height:15px; height:15px;;}
.PH_toolbar .rhit .r2{padding-left:10px; background:url(../images/PH_hit01.jpg) no-repeat left; }
.PH_toolbar .rhit .r3{padding-right:10px; background:url(../images/PH_hit02.jpg) no-repeat right;}	
.PH_toolbar .rshare {height:30px;display:inline-block; *display:inline; zoom:1;vertical-align:bottom;margin-right:10px;margin-left:10px;}
.PH_toolbar .google-plus-like,.FB-like{ vertical-align:top; display:inline-block; *display:none;margin-top:5px;}
.PH_toolbar .share_btn{vertical-align:top; display:inline-block;margin-left:10px; text-align:right;}
.PH_toolbar .rbookmark_00{background:url(../images/PH_bookmark01.jpg) no-repeat left top;width:109px;height:25px; text-align:center;padding-top:15px;color:#FFF; padding-top:17px\9; height:23px\9;}
.PH_toolbar .rbookmark_01{background:url(../images/PH_bookmark02.jpg) no-repeat left top;width:100px;height:25px; text-align:right;padding-right:9px;padding-top:15px;color:#a0a0a0;}
.PH_toolbar .rbookmark{ display:inline-block; *display:inline; zoom:1; font-family:Verdana, Geneva, sans-serif; margin-left:6px; }
.PH_toolbar .rbookmark a:hover{text-decoration:none;}
.PH_toolbar .rshare .r2{padding-left:10px; background:url(../images/ph_share01.jpg) left top no-repeat;}
.PH_toolbar .rshare .r3{padding-right:10px; background:url(../images/ph_share03.jpg) right top no-repeat; height:30px; line-height:30px;} 
.PH_toolbar .rshare .r1{background:url(../images/ph_share02.jpg) left top repeat-x;}

/*wiki*/
.AS_mod_experts_search .AS_mod_con a{ height:25px !important;}

/*文章开头部分*/
.contentpaneopen {color:#707070;font-size:13px;font-family:"Microsoft JhengHei", "微软正黑体" , Verdana, Geneva, sans-serif;}
.contentpaneopen .rdate,.contentpaneopen .rhit {float:left; line-height:20px;}
.contentpaneopen .rwriter, .contentpaneopen .rphoto {float:left; line-height:20px;}
.contentpaneopen .rdate,.contentpaneopen .rwriter{ padding-right:15px;}
.contentpaneopen .component_heading{font-size:20px;color:#595757; font-weight:bold;margin-bottom:20px; line-height:20px;}
.contentpaneopen .component_heading img{margin-left: 5px;
    vertical-align: middle;}
/*Designer Data & Home Data*/
.mod_Designer-Data,.mod_homedata, .mod_Case-Data {padding:15px 20px; background:#e9eaea; margin-bottom:0px;color:#595757; font-size:13px;font-family:"Microsoft JhengHei", "微软正黑体" , Verdana, Geneva, sans-serif;}	
.mod mod_Designer-Data{padding-right:15px;}
.mod_Designer-Data .mod_title,.mod_homedata  .mod_title, .mod_Case-Data .mod_title{color:#595757; font-size:15px; font-weight:bold;padding:0; background:none; line-height:15px; margin-bottom:10px;}
.mod_Designer-Data .col,.mod_homedata .col, .mod_Case-Data .col{ display:inline-block; *display:inline; zoom:1; width:319px; margin-right:8px; vertical-align:top;}
.mod_Designer-Data .col span,.mod_homedata .col span, .mod_Case-Data .col span{display:block; line-height:20px;}
.mod_Designer-Data a,.mod_homedata a, .mod_Case-Data a {color:#595757;}

/*文章内容*/

.content-main {font-size:15px; color:#333; line-height:30px; font-family:"Microsoft JhengHei", "微软正黑体" , Verdana, Geneva, sans-serif ;}
.content-main .images{ margin-bottom:18px; text-align:center;}
.content-main .images div img {margin:9px; display:block;}
.content-main .images div {border:#707070 1px solid; display:inline-block; text-align:center;}
.content-main .images div span{display:block; font-size:13px; margin:0px 9px;margin-bottom:6px; line-height:20px; text-align:left;}

/*相关连结*/
.mod_related-links {padding:15px;background:#e9eaea;margin-bottom:15px; color:#707070; font-size:13px;font-family:Verdana, Geneva, sans-serif;}
.mod_related-links .mod_con{background:#FFF; padding:15px;}
.mod_related-links .rhead{font-size:15px;line-height:25px;margin-bottom:5px;}
.mod_related-links .rhead span{padding-left:5px; letter-spacing:normal;}
.mod_related-links .r-keyword .rhead{display:inline-block;*display:inline; zoom:0;  vertical-align:top; letter-spacing:0.1em;}
.mod_related-links .r-keyword .rfbtn{display:inline-block; *display:inline; zoom:0;margin-bottom:5px;vertical-align:top;}
.mod_related-links .r-keyword .rfbtn .r2{padding-left:10px; background:url(../images/ph_fbtn1.jpg) left top no-repeat;}
.mod_related-links .r-keyword .rfbtn .r3{padding-right:10px; background:url(../images/ph_fbtn3.jpg) right top no-repeat; height:25px; line-height:25px;} 
.mod_related-links .r-keyword .rfbtn .r1{background:url(../images/ph_fbtn2.jpg) left top repeat-x;}
.mod_related-links .r-article .rimg,.mod_related-links .r-article .rdata{display: inline-block;*display:inline;zoom:1;vertical-align:top;}
.mod_related-links .r-article .headline .rdata{margin-left:7px;color:#707070;width:490px; line-height:20px;}
.mod_related-links .r-article .headline .rtitle{margin-bottom:3px;}
.mod_related-links .r-article .headline,.mod_related-links .r-article .rlist{clear:both;margin-bottom:0px;}
.mod_related-links .r-article .rtitle a{font-size:15px; font-weight:bold; color:#434343;}
.mod_related-links .r-article .rtitle img {margin-left:5px; vertical-align:top;}
.mod_related-links .r-article .rlist .rimg img{border:#c1c1c1 1px solid;width:135px;height:90px;}
.mod_related-links .r-article .headline .rimg img{width:135px;height:90px;border:#787878 1px solid;}
.mod_related-links .r-article .rinfo{line-height:24px;margin-bottom:1px;}
.mod_related-links .r-article .rinfo .rhit{padding-left:15px;}
.mod_related-links .r-article .rintro a{color:#6bbd00;}
.mod_related-links .r-article .rlist span,.mod_related-links .r-book .rlist span{padding-left:12px;background:url(../images/ph_point.jpg) no-repeat 0px 9px;line-height:22px;color:#434343; display:block;margin-bottom:3px;}
.mod_related-links .r-article .rlist a,.mod_related-links .r-book .rlist a{color:#434343;}
.mod_related-links .r-article,.mod_related-links .r-book,.mod_related-links .r-keyword{margin-bottom:0px;}

/*wiki*/
.AS_mod_experts_search .AS_mod_con a{ height:25px !important;}
.SN_keywords a,.SN_pathway a,.SN_keywords,.SN_pathway{color:#434343 !important;}

/*灯箱-图片搜藏*/
.FV_box{padding:9px;font-size:12px;}
.FV_box .mc_1{background:url(../images/pointbg.jpg) repeat;padding:15px;}
.FV_box .mc_2{background:#FFF;padding:15px;}
.FV_box .box_head .rtitle{    background: url("../images/home_icon.png") no-repeat scroll left center transparent;
    color: #434343;
    font-size: 15px;
    line-height: 22px;
    padding-left: 26px;
	display:inline-block; *display:inline; zoom:1; vertical-align:top;width:120px;}
.FV_box .box_head .rinfo{display:inline-block;	*display:inline; zoom:1; text-align:right;line-height: 25px;vertical-align:top; font-size:12px;color:#434343;}
.FV_box .box_head .rinfo img{margin:0 2px; position:relative; top:1px;}
.FV_box .box_head .rinfo span{color:#707070;}
.FV_box .box_head {padding-bottom:20px; background:url(../images/lineline.jpg) no-repeat center bottom;margin-bottom:15px;}

.FV_box .box_con{height:306px;overflow-x:hidden; overflow-y:auto;margin-bottom:20px;}
.FV_box .rlist { display:inline-block; *display:inline; zoom:1;margin-right:24px;margin-bottom:10px; vertical-align:top;}
.FV_box .rlist .rimg{background:url(../images/img-folders.png) no-repeat left top; width:107px; height:108px;padding:0 9px;padding-top:11px;padding-bottom:6px;}
/*.FV_box .rlist .rimg img{border:#707070 1px solid; width:105px; height:106px;}*/
.FV_box .rlist .rimg img{border:#C1C1C1 1px solid; width:105px; height:106px;}
.FV_box .bc_1{width:611px;height:306px;}
.FV_box .rselect{line-height:23px; color:#707070; font-weight:bold;background:url(../images/fdotted.png) repeat-x bottom;font-size:13px;}
.FV_box .rselect input{ position:relative; top:2px;margin-right:8px;}
.FV_box .box_foot {background:#e9e8e8; padding:10px;}
.FV_box .box_foot .radd{ display:inline-block;}
.FV_box .box_foot .radd .rbtn{border:#c6c6c6 1px solid; background:url(../images/fbtn-normal.png) repeat-x; line-height:18px; line-height:28px\9;font-size:13px;color:#707070; cursor:pointer;height:28px;padding-left:10px;padding-right:10px;}
.FV_box .box_foot .rok{float:right;}
.FV_box .box_foot .rok .rsubmit{border:#2f8012 1px solid; background:url(../images/title-greenbg.png) repeat-x center; line-height:18px;line-height:28px\9; font-size:13px;color:#FFFFFF;cursor:pointer;height:28px;padding-left:10px;padding-right:10px;}
.article-box .box_con{height:306px !important;overflow-x:hidden; overflow-y:auto;margin-bottom:20px;}
.article-box .rlist{width:181px;margin-right:19px !important;}
.article-box .rlist img {margin-right:5px; position:relative; top:2px;}
.article-box .rselect, .article-box .rlist ,.images-box .rselect{height:23px; overflow:hidden;}
.images-box .rlist{width:125px; overflow:hidden;}

/* 页码 */
.digg.disabled {
	padding: 0px 4px 2px 4px; 
	border: #eee 1px solid; 
	margin: 2px; 
	color: #ddd; 
}


/*首页-左边中间广告*/
/*.HP_left-ad img {border:#707070 1px solid;margin:0;width:684px;height:108px;clear:both;}*/
.HP_left-ad img {border:#C1C1C1 1px solid;margin:0;width:684px;height:108px;clear:both;}
/*首页-左边留言*/
.mod_HP-msg{font-size:12px;margin-top:10px;}
.mod_HP-msg .mod_con{background:#eaeaea;}
.mod_HP-msg .rintro{width:614px;padding-top:6px;}
.mod_HP-msg .rlist{border-bottom:#FFF 2px solid;padding-top:10px;padding-left:10px;padding-right:5px;padding-bottom:10px;}
/*.mod_HP-msg .rimg img{border:#707070 1px solid !important;width:46px;height:46px;}*/
.mod_HP-msg .rimg img{border:#C1C1C1 1px solid !important;width:46px;height:46px;}
.mod_HP-msg .rimg,
.mod_HP-msg .rdata{display:inline-block; *display:inline; zoom:1; vertical-align:top;}
.mod_HP-msg .rdata{width:614px;margin-left:5px;}
.mod_HP-msg .rhit,.mod_HP-msg .rreply,
.mod_HP-msg .rtitle{ display:inline-block; *display:inline; zoom:1; color:#707070; line-height:12px; vertical-align:top; padding-bottom:2px;}
.mod_HP-msg .rhit{width:80px; text-align:right;padding-top:3px; }
.mod_HP-msg .rreply{width:60px; text-align:left;padding-top:3px; }
.mod_HP-msg .rtitle{width:455px;overflow:hidden;height:15px;line-height:1.5; text-align:left;margin-left:9px;}
.mod_HP-msg .rtitle a span{ color:#307F12;padding-right:8px;}
.mod_HP-msg .rtitle a{color:#2f8012;}
.mod_HP-msg .rtitle span a{color:#434343;}
.mod_HP-msg .rintro a {color:#434343;}
.mod_HP-msg .r3{padding-top:8px;background:url(../images/comic21.png) no-repeat left top; display:block; line-height:18px;padding-left:19px;padding-right:9px;word-wrap:break-word;}
.mod_HP-msg .r2{padding-bottom:8px;background:url(../images/comic22.png) no-repeat left bottom;display:block;}
/*.mod_HP-msg .r3 a {display:block; height:36px; overflow:hidden;}*/
.mod_HP-msg .r3 a {display:block;}


/*首页-右边视频*/
.mod_hp-video .mod_title,
.mod_hp-video .glist{display:inline-block; *display:inline; zoom:1; vertical-align:middle;}
.mod_hp-video .glist{ text-align:center;width:140px;height:18px; float:right; font-size:13px; position:relative; top:4px; line-height:18px;}
.glist a { margin-left:5px;}
.mod_hp-video .glist a.tv_list{ display:block; width:56px; height:18px; background-image:url(../images/btn_tv_list.jpg); background-repeat:no-repeat; text-indent:-9999px; float:left; }
.mod_hp-video .glist a.tv_more{ display:block; width:70px; height:18px; background-image:url(../images/btn_tv_more.jpg); background-repeat:no-repeat; text-indent:-9999px; float:right;}
.mod_hp-video .rvideo a{color:#A9A9A9; font-size:15px; padding-top: 7px; font-weight:bold;}
.mod_hp-video .rvideo p{ margin:0 auto; }
.mod_hp-video{margin-bottom:15px;}

.HP_event-public{font-size:13px;color:#707070; margin:10px 0; margin-bottom:10px;}
/*.HP_event-public .ajax__tab_body .event-content .rimg img{border:#707070 1px solid !important;}*/
.HP_event-public .ajax__tab_body .event-content .rimg img{border:#C1C1C1 1px solid !important;}
.HP_event-public .ajax__tab_body .event-content .rmore{background:#707070; text-align:center; height:15px; line-height:13px;}
.HP_event-public .ajax__tab_body .event-content .rmore a {color:#FFFFFF;}
.HP_event-public .ajax__tab_body .event-content .rimg {padding:4px;padding-top:4px;padding-bottom:5px;}
.HP_event-public .ajax__tab_body .public-content{padding-left:6px;padding-top:12px; padding-bottom:11px; padding-right:8px;border-bottom: 1px solid #C1C1C1;height:187px;}
.public-content .rtitle{font-size:15px; font-weight:bold;line-height:1.5;}
.public-content .rtitle,
.public-content .rintro{width:100px;}
.public-content .rintro{line-height:20px;padding-top:20px;}
.public-content .rintro a{color:#6bbd00; font-family:Verdana, Geneva, sans-serif;}
.public-content table{width:242px;}
/*.public-content .rimg img{ border:#707070 2px solid !important; border-right:3px #707070 solid !important;border-bottom:3px #707070 solid !important;margin-right:5px;height:180px;width:130px;}*/
.public-content .rimg img{ border:#C1C1C1 2px solid !important; border-right:3px #C1C1C1 solid !important;border-bottom:3px #C1C1C1 solid !important;margin-right:5px;height:180px;width:130px;}

/*首页-置底广告*/
.HP_bottom-ad div { display:inline-block; *display:inline; zoom:1; width:32%;  }
.HP_bottom-ad div img {border:#ced0d6 1px solid !important; width:296px; height:96px;padding:1px;}
.HP_bottom-ad { clear:both; /*padding-top:10px; chiao*/padding-top:20px; padding-bottom:20px; padding-left:5px; }

/*活动列表*/
/*.com_event .component_head {border-bottom:#2F8012 5px solid;}*/
.com_event .component_head .fliter{ color: #434343;font-size: 15px;margin-bottom: 10px;text-align: right; line-height:20px;}
.com_event .component_head .fliter select{margin-left:3px; color: #434343;font-size: 15px;}
.com_event .listline{background:#e7e7e7;border-top:#818181 5px solid; margin-bottom:20px;}
.com_event .listline2{background:#FFFFFF;border-top:#307F12 5px solid; margin-bottom:20px;}
.com_event .listline .rmain, .com_event .listline2 .rmain{border:#cccccc 1px solid;border-top:none;padding:20px 15px;}
.com_event .headline .rmain{border:#cccccc 1px solid;border-top:none;}
.com_event .headline{background:#FFFFFF;border-top:#307F12 5px solid; margin-bottom:20px;}
.com_event .headline .rimg,
.com_event .headline .rdata,
.com_event .listline .rimg,
.com_event .listline .rdata,
.com_event .listline2 .rimg,
.com_event .listline2 .rdata{display:inline-block; *display:inline; zoom:0; vertical-align:top; font-size:13px;}
.com_event .headline .rdata{width:637px; margin-left:12px;}
.com_event .listline .rdata, 
.com_event .listline2 .rdata{width:688px; margin-left:12px;}
.com_event .headline .datablock .rtitle a,
.com_event .listline .rdata .rtitle a,
.com_event .listline2 .rdata .rtitle a{ color:#434343;}
.com_event .headline .datablock .rtitle,
.com_event .listline .rdata .rtitle,
.com_event .listline2 .rdata .rtitle{font-size:15px; font-weight:bold; color:#434343;margin-bottom:12px;}
.com_event .headline .datablock .rtitle{margin-bottom:5px;}
.com_event .headline .datablock .rnew,
.com_event .headline .datablock .data1{display:inline-block; *display:inline; zoom:0; vertical-align:middle; font-size:13px;}
.com_event .headline .datablock .data1{width:827px;margin-left:5px;}
.com_event .listline .rdata .rinfo, 
.com_event .listline2 .rdata .rinfo {color:#707070;font-size:13px; font-family:Verdana, Geneva, sans-serif; line-height:21px;}
.com_event .listline .rdata .rinfo .FB-like,
.com_event .listline2 .rdata .rinfo .FB-like{margin-top:0px;}
.com_event .headline .datablock .rinfo {color:#707070;font-size:13px; font-family:Verdana, Geneva, sans-serif; line-height:21px;}
.com_event .headline .datablock .rinfo .FB-like{margin-top:0px;}
.com_event .headline .rdata .rintro{line-height:20px; font-size:13px; color:#707070;}
.com_event .listline .rdata .rintro,
.com_event .listline2 .rdata .rintro{line-height:20px; font-size:13px; color:#707070;margin-top:15px;}
.com_event .headline .rintro a,
.com_event .listline .rintro a,
.com_event .listline2 .rintro a{color:#6bbd00; font-family:Verdana, Geneva, sans-serif;}
.com_event .rinfo .status-ing{color:#ff0000;padding:0 15px; font-weight:bold;}
.com_event .rinfo .status-ed{color:#000000;padding:0 15px; font-weight:bold;}
.com_event span.gift{ display:inline-block; *display:inline; zoom:0; vertical-align:middle; background:url(../images/gift.jpg) no-repeat left top; color:#FFF; padding-left:28px; height:21px; line-height:20px;line-height:23px\9;width:48px;margin-right:10px;}
.com_event span.lottery{ display:inline-block; *display:inline; zoom:0; vertical-align:middle; background:url(../images/gift.jpg) no-repeat left top; color:#FFF; padding-left:28px; height:21px; line-height:20px;width:34px;line-height:23px\9;margin-right:10px;}
.com_event .headline .datablock {padding:10px 15px;padding-top:4px;padding-bottom:4px; background:url(../images/big-desh-line.jpg) repeat-x bottom left;}
.com_event .headline .img-word{padding:10px 15px;}
/*.com_event .headline .rimg img{width:253px; border:#707070 1px solid !important;}*/
.com_event .headline .rimg img{width:253px; border:#C1C1C1 1px solid !important;}
.com_event .listline .rimg img,
/*.com_event .listline2 .rimg img{width:203px; border:#707070 1px solid !important;}*/
.com_event .listline2 .rimg img{width:203px; border:#C1C1C1 1px solid !important;}

/*问卷列表页*/
.QS_center .rtd{width:940px;}
.asurvey{margin-bottom:20px;border-top:5px #2f8012 solid;background:url(../images/qs-pic05.jpg) no-repeat bottom center;padding-bottom:10px;}
.asurvey-end{margin-bottom:20px;border-top:5px #2f8012 solid; background:url(../images/qs-pic06.jpg) no-repeat bottom center;padding-bottom:10px;}
.asurvey .datatable{width:100%;  }
.asurvey .surveytd{border:#c1c1c1 1px solid;border-right:#c1c1c1 0px solid;border-bottom:#DDDDDD 0px solid}
.asurvey .readingstd .rtitle{font-size:15px; font-weight:bold; margin-bottom:15px; color:#434343;}
.asurvey .readingstd{border:#dddddd 1px solid; border-bottom:#DDDDDD 0px solid;width:360px; background:url(../images/qs-pic04.jpg) repeat-y left top;}
.asurvey .readingstd .dr{}
.asurvey .readingstd .dr_1{/*background:url(../images/qs-pic03.jpg) repeat-x bottom;*/}
.asurvey .readingstd .dr_2{ padding: 30px 25px 15px;}
.asurvey .readingstd ul{margin:0;padding-left:21px; list-style-image:url(../images/tp-list-fn.jpg); line-height:24px;  color:#434343; font-size:12px;}
.asurvey .readingstd ul li a{color:#434343;}
.asurvey .readingstd li{line-height:26px; font-size:15px;}
.asurvey .readingstd li img{ position:relative; top:2px;margin-left:4px;}
.asurvey .surveytd .rlist{margin:5px;margin-left:10px; margin-right:9px;margin-bottom:0px;}
.asurvey .surveytd .rlist ul,
.asurvey .surveytd .rlist li{margin:0;padding:0;list-style: none outside none; line-height:18px;}
.asurvey .surveytd .rbbtn input.survey{background:url(../images/big_btn2.jpg) no-repeat; height:36px; width:100%; text-align:center; border:none; cursor:pointer; color:#434343;margin-top:5px;} 
.asurvey .surveytd .rbbtn a.survey{background:url(../images/big_btn2.jpg) no-repeat; height:36px; width:100%; text-align:center; border:none; cursor:pointer; color:#434343; display:block; line-height:36px; text-decoration:none;}
.asurvey .surveytd .dr{padding:0px 15px;}
.asurvey .surveytd ul{margin:15px 0px;padding:0;margin-bottom:3px; list-style:none; font-size:15px; color:#434343;}
/*.asurvey .surveytd ul li{line-height:26px;}*/
.asurvey .surveytd ul li{line-height:26px; margin-top:20px; }
.asurvey .surveytd ul div{ display:inline-block; *display:inline; zoom:1;line-height:17px; vertical-align:top;margin-bottom:7px;}
.asurvey .surveytd ul div.item{  height:17px;width:53%;}
.asurvey .surveytd ul div.percent{ height:17px; width:10px; position:relative;z-index:5; width:30%;}
.asurvey .surveytd ul div.percent b{ position:absolute; background-image:url(../images/percent-green.jpg);height:17px; z-index:1; top:0; left:0;border-left:#818181 1px solid;}
.asurvey .surveytd ul div.percent span{margin:0;padding:0; line-height:17px; font-size:12px; font-family:Verdana;  position: relative; z-index: 5; color:#294800;padding-left:5px;}
.asurvey .surveytd .rtitle,
.asurvey .surveytd .rtitle a{color:#434343; font-size:15px; font-weight:bold;margin-top:10px;margin-bottom:5px;}
.asurvey .surveytd .rinfo{color:#818181; font-size:12px; font-family:Verdana, Geneva, sans-serif;}
.asurvey .surveytd .rinfo .status-ed{font-size:13px; color:#000000;padding:0 15px; font-weight:bold;}
.asurvey .surveytd .rinfo .status-ing{font-size:13px; color:#ff0000;padding:0 15px; font-weight:bold;}
.asurvey .surveytd .rbtn input{background:url(../images/qs-btn01.jpg) no-repeat left; height:25px; width:59px; text-align:center; border:none; cursor:pointer; color:#434343; font-size:15px;}
.asurvey .surveytd .rbtn {text-align:center;}
.survey-end{background:#e7e7e7;}
.survey-ing{background:#FFF;}
.pagelink-qs{margin-top:20px;margin-top:30px; margin-bottom:12px; font-size:13px; font-family:Verdana, Geneva, sans-serif;}
.com_survey .component_main{margin-top:20px;}


/*2012-6/14-内页文-设计师信息 bug修正*/
.mod_Designer-Data .HDrlist .HDr12 .spanDName,.mod_Designer-Data .HDrlist .HDr12 .spanDEmail,.mod_Designer-Data .HDrlist .HDr12 .spanDTel1,.mod_Designer-Data .HDrlist .HDr12 .spanDWebSite,.mod_Designer-Data .HDrlist .HDr12 .spanDAddress,.mod_Designer-Data .HDrlist .HDr12 .spanDBlog
{float:none !important; display:inline-block; width:49.5% !important; margin-right:0.5% !important; vertical-align:top;  word-wrap:break-word; overflow:hidden;*display: inline;zoom: 1; letter-spacing: normal; word-spacing: normal; }
.mod_Designer-Data .HDrlist {letter-spacing: -0.31em; /* webkit: collapse white-space between units */ 
    *letter-spacing: normal; /* reset IE < 8 */ 
    word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */}

.topBanner_close{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../deco_img/compare_delete.jpg);
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    right:0;
}
/*! 
    ***************************************************************************************
    20150917 mod by Haley 此css定义为[版头版尾+讯息]使用 
    
    ***************************************************************************************
*/
body {
    line-height: 1.5;
}
/***! header begin ***/
.menu_bar+.container {
    padding-top:90px;
}
.container #wrapper {
    width: 960px;
    margin: 0 auto;
    line-height: 1.5;
}
/*----------外部连结----------*/
.web_header {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #21262a;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #384248;
    position: fixed;
    top: 0;
    z-index: 100;
}

.channel ul li {
    display: inline-block;
    border-right: 1px solid #384248;
    float: left;
}

    .channel ul li a {
        padding: 0 30px;
        height: 40px;
        text-align: center;
    }

    .channel ul li:hover, .searchlink button:hover, .joinlink button:hover {
        background-color: #009688;
    }

    .channel ul li:nth-child(4):hover,.OpenMenu_TVBox .channel ul li:nth-child(4) {
        background-color: #a34ba1;
    }

    .channel ul li a, .menu_bar ul li a {
        display: inline-block;
        color: #fff;
    }

.head_news {
    display: inline-block;
    padding: 0 20px;
    font-style: italic;
    padding: 0 20px;
    color: #fff;

    width: calc( 100vw - 440px );
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

    .head_news a {
        color: #fff;
    }

        .head_news a:hover {
            color: #009688;
        }
    .head_news span.head_newsTitle {
        color: #f99b36;
    }

/*----------会员功能----------*/
.searchlink, .joinlink {
    display: inline-block;
    width: 40px;
    float: right;
    font-size: 20px;
}

    .searchlink button, .joinlink button {
        width: 100%;
        height: 39px;
        line-height: 39px;
        background-color: #21262a;
        color: #fff;
        border: 0;
        font-size: 20px;
    }

/*----------设计家功能选单----------*/
.menu_bar {
    background-color: #009688;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 40px;
    z-index: 100;
}
.menu_bar_nobgcolor {
    background-color: transparent;
}

    .menu_bar .logo a {
        display: block;
        width: 120px;
        height: 36px;
        float: left;
        background-repeat: no-repeat;
        background-image: url(../images/logo/2017/120X36.png);
        box-sizing: border-box;
        margin-top: 8px;
        float: left;
        text-indent: -9999px
    }

    .menu_bar ul {
        display: inline-block;
        overflow: hidden;
        float: right;
    }

        .menu_bar ul li {
            display: inline-block;
            text-align: center;
            float: left;
        }

            .menu_bar ul li a {
                padding: 0 30px;
                color: #fff;
                font-weight: 400;
            }

    .menu_bar:hover {
        background-color: #009688;
    }

    .menu_bar ul li:hover,.menu_bar ul li a.NowMenu {
        background-color: #00776c;
    }

    .menu_bar ul li.hoverdrop:hover > .drop_menu {
        display: block;
    }

    .menu_bar ul li a.color01 {
        color: #f9c45c;
    }

    .menu_bar ul li a.color02 {
        color: #d3304d;
    }

    .menu_bar ul li a.color03 {
        color: #5fd8e8;
    }

/*----------设计家功能选单MOBILE会员----------*/
.mobile_join {
    display: none;
}

/*----------设计家功能选单Hamburger Icon----------*/
.nav-toggle {
    display: none;
    position: absolute;
    right: 40px;
    top: 48%;
}

.nav-toggle {
    cursor: pointer;
    padding: 0;
}

    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
    }

        .nav-toggle span:before {
            top: -10px;
        }

        .nav-toggle span:after {
            bottom: -10px;
        }

        .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
            transition: all 500ms ease-in-out;
        }

    .nav-toggle.active span {
        background-color: transparent;
    }

        .nav-toggle.active span:before, .nav-toggle.active span:after {
            top: 0;
        }

        .nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        .nav-toggle.active span:after {
            transform: rotate(-45deg);
        }

/*----------找文章频道下拉选单----------*/
.drop_menu {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    border-top: 5px solid #00776c;
    box-shadow: 2px 5px 8px rgba(7%, 7%, 7%, 0.5);
    margin-left: -170px;
}

    .drop_menu ul {
        display: inline-block;
        float:left;
    }

        .drop_menu ul li {
            display: block;
            float: none;
            text-align: left;
            line-height: 2em;
            padding: 1px 20px;
            font-weight: 400;
        }

            .drop_menu ul li a {
                display: block;
                color: #333;
                padding: 0px;
            }

    .drop_menu h3 {
        font-weight: 600;
    }

    .drop_menu ul li:hover {
        background-color: #fff;
    }

    .drop_menu ul li a:hover {
        color: #00776c;
    }


/*----------Tv节目讯息----------*/
.tv_box ol, .tv_box ul {
        list-style: disc;
}
.tv_box {
    display: none;
    /*width: 900px;*/
    width: 950px;
    border-top: 5px solid #a34ba1;
    position:fixed;
    top: 40px;
    left: 0;
    /*margin-left: -750px;*/
    z-index: 101;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(7%, 7%, 7%, 0.5);
}
.OpenMenu_TVBox .tv_box {
    display:block;
}
.program_content {
    height: 217px;
    background-color: #efefef;
}

.program_list {
    display: inline-block;
    padding: 15px 20px;
    /*width: 480px;*/
    width: 530px;
    float: left;
}

    .program_list ul li {
        /*display: inline-block;*/
        display: list-item;
        width: 225px;
        /*margin-right: 15px;
        margin-top: 5px;*/
        margin: 5px 15px 0 25px;
        float: left;
    }

        /*.program_list ul li:nth-child(odd) {
            float: left;
        }*/
        
        .program_list ul li a {
            display: block;
            color: #333;
            font-weight: 400;
        }

            .program_list ul li a:hover {
                color: #a34ba1;
            }

            .program_list ul li a i {
                display: block;
            }
            .program_list ul li a h3 {
            height: 48px
        }

.tv_box h2 {
    font-size: 1.2em;
    font-weight: 500;
    color: #a34ba1;
}

.broadcast_info {
    display: block;
    width: 100%;
    background-color: #fff;
    display: inline-flex;
    flex-direction: row;
}

    .broadcast_info div {
        padding: 10px;
        box-sizing: border-box;
    }

        .broadcast_info div:nth-child(odd) {
            width: 40%;
        }

        .broadcast_info div:nth-child(even) {
            width: 24%;
            border-left: 1px solid #efefef;
            border-right: 1px solid #efefef;
        }

        .broadcast_info div i {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 2em;
            float: left;
        }

/*----------会员lightbox----------*/
.join {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    box-sizing: border-box;
    padding: 10%;
    box-sizing: border-box;
    font-weight: 400;
    display:none;
    z-index:200;
}
.OpenMenu_LoginPanel .join {
    display:block;
}
.join_content_box {
    display: block;
    max-width: 650px;
    height: auto;
    padding: 8%;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.join_content_box h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.btn_customer, .btn_member, .btn_register_now {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 1.2em;
}

.btn_customer {
    background-color: #e89e4f;
}

.btn_member {
    background-color: #009688;
}

.btn_customer:hover {
    background-color: #d88226;
}

.btn_member:hover {
    background-color: #00776c;
}

.join_content_box p {
    display: inline-block;
    float: left;
}

.join_content_box i {
    display: inline-block;
    float: right;
    height: 50px;
    line-height: 50px;
}

.btn_register_now a {
    display: block;
    text-align: center;
    color: #333;
}

    .btn_register_now a:hover {
        color: #009688;
    }

/*----------会员lightbox close----------*/
.windows_close {
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 10px;
}

    .windows_close:before, .windows_close:after {
        content: "";
        width: 26px;
        height: 4px;
        background-color: #999;
        position: absolute;
        top: 10px;
        border-radius: 15px;
    }

    .windows_close:before {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
        right: 2px;
    }

    .windows_close:after {
        -webkit-transform: rotate(-46deg);
        transform: rotate(-46deg);
        left: 2px;
    }

    .windows_close:hover:before, .windows_close:hover:after {
        background-color: #000;
    }

/*----------搜寻BAR----------*/
.search_bar {
    width: 100%;
    background: #282828;
    position: fixed;
    top: 0px;
    height: 160px;
    z-index: 200;
    box-sizing: border-box;
    display:none;
}
.OpenMenu_SearchBar .search_bar {
    display:block;
}
.type_item_area {
    display: block;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #333;
}

.search_bar input {
    width: 70%;
    height: 80px;
    line-height: 80px;
    float: left;
    color: #fff;
    border: 0;
    background: transparent;
    border-radius: 3px 0 0 3px;
    font-size: 2em;
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
}

    .search_bar input::placeholder {
        font-size: 1em;
        font-weight: bold;
        color: #4d4d4d;
    }

    .search_bar input:focus {
        outline: 0;
        background: transparent;
    }

    .search_bar input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    .search_bar input[type=text]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    .search_bar input[type="search"]::-webkit-search-decoration,
    .search_bar input[type="search"]::-webkit-search-cancel-button,
    .search_bar input[type="search"]::-webkit-search-results-button,
    .search_bar input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

/*----------搜寻下拉类别----------*/
.function {
    display: inline-block;
    /*width: 30%;
    float: right;*/
    position: absolute;
    right: 0;
}

.select {
    display: flex;
    flex-direction: column;
    width: 145px;
    height: 80px;
    background-color: #282828;
    color: #fff;
    float: left;
}

.option {
    padding: 0 30px 0 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    background-color: #282828;
    border-top: #222 solid 1px;
    position: absolute;
    top: 0;
    width: auto;
    pointer-events: none;
    order: 2;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.select:focus .option {
    position: relative;
    pointer-events: all;
}

.option:hover {
    color: #fff;
    background-color: #009688;
}

.select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

    .select input:checked + label {
        order: 1;
        z-index: 2;
        border-top: none;
        position: relative;
    }

        .select input:checked + label:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid white;
            position: absolute;
            right: 10px;
            top: calc(50% - 2.5px);
            pointer-events: none;
            z-index: 3;
        }

        .select input:checked + label:before {
            position: absolute;
            right: 0;
            height: 40px;
            width: 40px;
            content: '';
        }

.close_button {
    display: block;
    width: 80px;
    height: 80px;
    float: right;
    border-left: 1px solid #333;
}

.outer {
    position: relative;
    margin: auto;
    width: 50px;
    cursor: pointer;
    z-index: 10;
    margin-top: 15px;
}

/*----------搜寻close----------*/
.inner {
    width: inherit;
    text-align: center;
}

    .inner label {
        font-size: .8em;
        line-height: 4em;
        text-transform: uppercase;
        color: #fff;
        transition: all .3s ease-in;
        opacity: 0;
        cursor: pointer;
    }

    .inner:before, .inner:after {
        position: absolute;
        content: '';
        height: 3px;
        width: inherit;
        background: #9d9d9d;
        left: 0;
        transition: all .3s ease-in;
    }

    .inner:before {
        top: 48%;
        transform: rotate(45deg);
    }

    .inner:after {
        bottom: 48%;
        transform: rotate(-45deg);
    }

.outer:hover label {
    opacity: 1;
    font-weight: 500;
}

.outer:hover .inner:before, .outer:hover .inner:after {
    transform: rotate(0);
}

.outer:hover .inner:before {
    top: 0;
}

.outer:hover .inner:after {
    bottom: 0;
}

.hot_keyword {
    display: block;
    padding: 20px;
}

    .hot_keyword i {
        color: #009688;
    }

    .hot_keyword a {
        display: inline-block;
        padding: 8px 12px;
        box-sizing: border-box;
        border: 1px solid #4f4c4d;
        color: #fff;
        margin: 0 5px;
    }

        .hot_keyword a:hover {
            background-color: #009688;
            border-color: #009688;
        }
/***! header end ***/

/***! footer begin ***/
footer {
    width: 100%;
    background-color: #21262a;
    font-size: 16px;
}

    footer .footer_title {
        color: #b9cad7;
        line-height: 1.8em;
        font-weight: bolder;
        font-size: 0.9375em;
        display: block;
    }

.footer_bar {
    padding: 10px 0;
    overflow: hidden;
    max-width: 60em;
    margin: 0 auto;
}

    .footer_bar div {
        line-height: 1.4em;
    }

    .box01, .footer_bar .sitemap {
        display: inline-block;
        width: 30%;
        float: left;
        margin-right: 20px;
        padding-right: 10px;
        border-right: 1px solid #31383e;
        height: 150px;
    }

.media_social {
    display: inline-block;
    width: 30%;
    float: left;
}



.footer_bar ul {
    display: inline-block;
    overflow: hidden;
}

    .footer_bar ul li {
        display: inline-block;
        float: left;
    }

.footer_bar a {
    font-size: 13px;
    color: #596670;
    margin: 0 10px 10px 0;
}

    .footer_bar a:hover, .mobile_switch a:hover {
        color: #fff;
    }



.media_social ul li {
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    padding: 5px;
}

    .media_social ul li a {
        display: inline-block;
        font-size: 22px;
    }

        .media_social ul li a.social_bg {
            display: block;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
        }

.icon_youku {
    background-position: center;
}

.media_social span {
    display: inline-block;
    color: #5a6771;
    font-size: 11px;
    line-height: 22px;
}

.media_social i {
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 7px;
}

.fa-facebook {
    padding-left: 2px;
}


footer .copyright {
    display: inline-block;
    color: #5c656c;
    background-color: #1b1f22;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
}

footer a {
    display: inline-block;
    margin-left: 17px;
}

footer .copyright .footer_icp{
    color: #5c656c;
}

footer .footer_new_ga .beian-icon {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/beian.png) center center no-repeat;
}

footer .footer_new_ga span {
    margin: 0 0 0 5px;
    color: #939393;
}

.mobile_switch a {
    display: inline-block;
    text-align: center;
    color: #b9cad7;
    margin: 8px 5px;
}

    .mobile_switch a:first-child { /*border-right: 1px solid #b9cad7;*/
        padding-right: 10px;
    }
/***! footer end ***/

/***! 事件/活动/公告讯息 begin ***/
.event-marquee {
    background-color: #4c4c4c;
    font-size: 13px;
    box-shadow: inset 0 -2px 3px rgba(73, 73, 73, 3);
    padding: 3px;
    width: 100%;
    bottom: 0;
    opacity: 0.8;
    position: fixed;
    z-index: 101;
    display:none;
}

    .event-marquee span {
        display: block;
        height: 30px;
        width: 960px;
        margin: 0 auto;
    }

    .event-marquee p {
        padding: 0;
        margin: 0 1%;
        line-height: 30px;
        color: #ffffff;
        float: left;
        width: 97%;
    }

    .event-marquee span a.btn_sent {
        color: #48b6a5;
        text-decoration: none;
        line-height: 18px;
        text-align: center;
        margin-left: 20px;
        width: 70px;
        display: inline-block;
    }

        .event-marquee span a.btn_sent:before {
            content: '→';
        }

        .event-marquee span a.btn_sent:hover {
            color: #2f8c7d;
        }

    .event-marquee a.btn_close {
        display: block;
        width: 15px;
        height: 15px;
        text-indent: -9999px;
        background-image: url(../images/NewHeader1/close_07.gif);
        float: left;
        margin-top: 7px;
        margin-right: 7px;
    }
/***! 事件/活动/公告讯息 end ***/

/*! 
    ***************************************************************************************
    20150917 mod by Haley 此css定义为[版头版尾+讯息 (RWD)]使用 
    
    ***************************************************************************************
*/
/***! header begin ***/
@media screen and (max-width: 1024px) {
    .menu_bar+.container {
        padding-top: 50px;
    }
    .web_header {
        display: none;
    }
    .IsMobile .event-marquee,.IsTablet .event-marquee {
        display:block;
    }

    /*----------缩成汉堡的样式----------*/
    .menu_bar {
        display: block;
        background-color: #009688;
        top: 0;
    }

        .menu_bar ul {
            display: none;
        }

    .phone_layout .logo a {
        display: block;
    }

    .nav-toggle {
        display: block;
    }

    /*----------推开汉堡的样式,灯箱打开时----------*/
    .OpenMenu .menu_bar{background:rgba(0,0,0,.9);width: 100%; height:100vh; min-height:600px; top: 0; display:block; position:absolute} 
    .OpenMenu .hamburger_close{ display: none;}
    .OpenMenu .phone_layout .logo a{display:none;}
    .OpenMenu .menu_bar:hover{background:rgba(0,0,0,.9);}
    .OpenMenu .menu_bar ul{display: block;  margin:  0 auto; margin-top:90px;width:80%;float:none;}
    .OpenMenu .menu_bar ul li{display: block; width:100%;text-align: center;float: left;line-height: 40px;  }    
    .OpenMenu .menu_bar ul li:hover {background-color: transparent; }
    .OpenMenu .menu_bar ul li.hoverdrop:hover>.drop_menu {display:none;}
    .OpenMenu .mobile_join {display: block; width:100%;border-top:1px solid #333;margin-top: 15px;}
    .OpenMenu .mobile_join a{ width: 55%; margin:0px 10px; margin-top: 25px; }
    .OpenMenu .btn_customer ,.OpenMenu .btn_member {border:1px solid #4f4c4d;}
    .OpenMenu .btn_customer{background-color:transparent;}
    .OpenMenu .btn_member{ background-color:transparent; }
    .OpenMenu .btn_customer:hover{background-color: #d88226;}
    .OpenMenu .btn_member:hover{ background-color:#00776c; }
    .OpenMenu .mobile_join a i{ display:none;  }
    .OpenMenu .container,.OpenMenu footer { display:none;  }
    .OpenMenu .mobile_join h2, .OpenMenu .mobile_join .btn_register_now{ display:none;  }

    /*----------搜寻BAR----------*/
    .search_bar {
        background: transparent;
        position: relative;
        top: 0px;
        height: 80px;
        z-index: 200;
        opacity: 1;
        width: 80%;
        margin: 0 auto;
        display: none;
    }
    .OpenMenu .search_bar {   display:block;} /*----------推开汉堡的样式,灯箱打开时---------*/
    .type_item_area {
        border-bottom: 1px solid #333;
    }
    /*----------搜寻下拉类别----------*/
    .select {
        display: none;
    }

    .hot_keyword {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .OpenMenu .mobile_join a {
        width: 90%;
        margin-left: 0;
    }
}
/***! header end ***/

/***! Footer begin ***/
@media screen and (max-width: 959px) {
    
    footer {
        min-width:100%;
    }
    .footer_bar {
        padding:10px 3px;
    }
    .footer_social {
        width:120px;
    }
    .footer_social li a {
        padding:0;
    }
}
@media screen and (max-width: 768px) {
    footer {
        width: 100%;
        background-color: #21262a;
        font-size: 16px;
        min-width:inherit;
    }
    .footer_bar {
        padding: 0;
        overflow: hidden;
        width: 100%;
        margin: 0 auto
    }
	.footer_bar .about, .footer_bar .sitemap{
		display: none;
        line-height: 0;
		}
    .footer_social {
        float: inherit !important;
		display:table;
		width:98%;
		margin:0 auto;
    }
	.footer_social .footer_title {
     margin-left: 0px; 
}

.footer_bar .about, .footer_bar .sitemap, .footer_bar .recommend {
    width: 98%;
    float: inherit;
    margin: 0 auto;
}
.footer_bar ul{
	width:100%;
	}
.footer_bar ul li {
    display: inline;
    padding:5px;
    float: left;
	width:auto;
}
    
.box01  { width:100%;float:none; height: 0;box-sizing: border-box;}
.footer_bar { padding: 0 5px; box-sizing: border-box;}
.footer_bar a { margin: 0; }
.media_social{ width:100%;float:none; padding-left: 4px;}
.media_social ul li{display: inline-block;float: left;width: 22px;height: 22px;margin:0px;padding:5px;}   
.box01 ul li {margin: 0;padding: 0px 5px; }
.media_social i , .media_social span{ margin-top: 10px;}
    
}

@media screen and (max-width: 640px) {
.box01  { width:100%;float:none; height: 0;box-sizing: border-box;}
.footer_bar { padding: 0 5px; box-sizing: border-box;}
.footer_bar a { margin: 0; }
.media_social{ width:100%;float:none; padding-left: 4px;}
.media_social ul li{display: inline-block;float: left;width: 22px;height: 22px;margin:0px;padding:5px;}   
.box01 ul li {margin: 0;padding: 0px 5px; }
.media_social i , .media_social span{ margin-top: 10px;}
    
}
@media screen and (max-width: 480px) {
    .divSearch div {
        padding-left: 7px
    }
}
/***! Footer end ***/

/***! 事件/活动/公告讯息 begin ***/
@media screen and (max-width: 959px) {
    .event-marquee span {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .event-marquee a.btn_close {
        float: left;
        margin-left: 7px;
    }

    .event-marquee p {
        line-height: 20px;
    }

    .event-marquee span {
        width: 100%;
    }
}
/***! 事件/活动/公告讯息 end ***/


/*
* Noto Sans SC Sliced (Chinese Simplified)
 */
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.0.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.0.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.0.otf')  format('opentype');unicode-range:U+2252,U+30c3,U+5c83-5c94,U+5c9c-5ca8,U+5caa-5cac,U+5cae-5cb2,U+5cb4-5cb7,U+5cb9-5cc0,U+5cc2-5cc3,U+5cc5-5cd8,U+5cdb-5ce0,U+5ce2-5ce7,U+5ce9-5cec,U+5cee-5cef,U+5cf1-5cfa,U+5cfc-5d06,U+5d08-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1c-5d28,U+5d2a-5d2c,U+5d2e-5d4b,U+5d4d-5dc4,U+5dc6-5dcc,U+5dce-5ddc,U+5ddf-5de0,U+5de3-5de4,U+5dea,U+5dec-5ded,U+5def-5df0,U+5df5-5df6,U+5df8-5dfd,U+5dff-5e00,U+5e04,U+5e07,U+5e09-5e0b,U+5e0d-5e0f,U+5e12-5e14,U+5e17,U+5e19-5e1b,U+5e1e-5e25,U+5e28-5e2c,U+5e2f-5e36,U+5e39-5e3c,U+5e3e-5e44,U+5e46-5e54,U+5e56-5e5e,U+67d1,U+6cba,U+9569-956b,U+958a-958b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.0.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.0.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.0.otf')  format('opentype');unicode-range:U+2252,U+30c3,U+5c83-5c94,U+5c9c-5ca8,U+5caa-5cac,U+5cae-5cb2,U+5cb4-5cb7,U+5cb9-5cc0,U+5cc2-5cc3,U+5cc5-5cd8,U+5cdb-5ce0,U+5ce2-5ce7,U+5ce9-5cec,U+5cee-5cef,U+5cf1-5cfa,U+5cfc-5d06,U+5d08-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1c-5d28,U+5d2a-5d2c,U+5d2e-5d4b,U+5d4d-5dc4,U+5dc6-5dcc,U+5dce-5ddc,U+5ddf-5de0,U+5de3-5de4,U+5dea,U+5dec-5ded,U+5def-5df0,U+5df5-5df6,U+5df8-5dfd,U+5dff-5e00,U+5e04,U+5e07,U+5e09-5e0b,U+5e0d-5e0f,U+5e12-5e14,U+5e17,U+5e19-5e1b,U+5e1e-5e25,U+5e28-5e2c,U+5e2f-5e36,U+5e39-5e3c,U+5e3e-5e44,U+5e46-5e54,U+5e56-5e5e,U+67d1,U+6cba,U+9569-956b,U+958a-958b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.0.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.0.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.0.otf')  format('opentype');unicode-range:U+2252,U+30c3,U+5c83-5c94,U+5c9c-5ca8,U+5caa-5cac,U+5cae-5cb2,U+5cb4-5cb7,U+5cb9-5cc0,U+5cc2-5cc3,U+5cc5-5cd8,U+5cdb-5ce0,U+5ce2-5ce7,U+5ce9-5cec,U+5cee-5cef,U+5cf1-5cfa,U+5cfc-5d06,U+5d08-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1c-5d28,U+5d2a-5d2c,U+5d2e-5d4b,U+5d4d-5dc4,U+5dc6-5dcc,U+5dce-5ddc,U+5ddf-5de0,U+5de3-5de4,U+5dea,U+5dec-5ded,U+5def-5df0,U+5df5-5df6,U+5df8-5dfd,U+5dff-5e00,U+5e04,U+5e07,U+5e09-5e0b,U+5e0d-5e0f,U+5e12-5e14,U+5e17,U+5e19-5e1b,U+5e1e-5e25,U+5e28-5e2c,U+5e2f-5e36,U+5e39-5e3c,U+5e3e-5e44,U+5e46-5e54,U+5e56-5e5e,U+67d1,U+6cba,U+9569-956b,U+958a-958b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.1.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.1.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.1.otf')  format('opentype');unicode-range:U+8f7e,U+987c,U+c557-c57b,U+c57d-c5b3,U+c5b5-c5c5,U+c5c9-c5cf,U+c5d1-c5eb,U+c5ed-c600,U+c602-c623,U+c625-c63f,U+c641-c693,U+c695-c6af,U+c6b1-c6b3,U+c6b5-c6b7,U+c6b9-c6c2,U+c6c4-c6cf,U+c6d1-c6fe,U+c843-c845,U+c873-c874;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.1.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.1.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.1.otf')  format('opentype');unicode-range:U+8f7e,U+987c,U+c557-c57b,U+c57d-c5b3,U+c5b5-c5c5,U+c5c9-c5cf,U+c5d1-c5eb,U+c5ed-c600,U+c602-c623,U+c625-c63f,U+c641-c693,U+c695-c6af,U+c6b1-c6b3,U+c6b5-c6b7,U+c6b9-c6c2,U+c6c4-c6cf,U+c6d1-c6fe,U+c843-c845,U+c873-c874;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.1.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.1.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.1.otf')  format('opentype');unicode-range:U+8f7e,U+987c,U+c557-c57b,U+c57d-c5b3,U+c5b5-c5c5,U+c5c9-c5cf,U+c5d1-c5eb,U+c5ed-c600,U+c602-c623,U+c625-c63f,U+c641-c693,U+c695-c6af,U+c6b1-c6b3,U+c6b5-c6b7,U+c6b9-c6c2,U+c6c4-c6cf,U+c6d1-c6fe,U+c843-c845,U+c873-c874;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.2.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.2.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.2.otf')  format('opentype');unicode-range:U+54fb,U+573f,U+574b,U+5f89,U+647d-6486,U+6488-6490,U+6493-6494,U+6496-649d,U+649f-64a3,U+64a5-64ac,U+64b2-64bb,U+64bd-64c4,U+64c6-64cc,U+64cf-64d1,U+64d3-64e5,U+64e7-64ff,U+6501-6511,U+6513-651d,U+651f-652e,U+6530-6535,U+6537-6538,U+653c-653d,U+6540-6544,U+6546-6547,U+6549-654b,U+654d-654e,U+6550,U+6552-6558,U+655a,U+655c-655d,U+655f-6561,U+6564-6565,U+6567-656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-6586,U+6588-658a,U+658d-658f,U+6592-6596,U+659a-659b,U+659d-65a3,U+65a6,U+65aa-65ac,U+65ae,U+65b1-65b8,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65ca,U+65cc-65ce,U+65d0-65d1,U+65d3-65d6,U+65d8-65df,U+65e1,U+65e3-65e4,U+65ea-65eb,U+65ee-65f0,U+65f2-65f5,U+65f8-65f9,U+65fb-6601,U+6603-6605,U+6607-660b,U+660d,U+6610-6612,U+6615-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6639,U+663b,U+663f-6642,U+6644-664a,U+664c-6651,U+6657-6659,U+665b-6665,U+6667,U+6669-666d,U+6671-6673,U+6675,U+6677-6679,U+667b-667d,U+667f-6681,U+73c8-73c9,U+78f1,U+7a3e,U+8866-8867,U+957d-957e,U+95e5-95e7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.2.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.2.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.2.otf')  format('opentype');unicode-range:U+54fb,U+573f,U+574b,U+5f89,U+647d-6486,U+6488-6490,U+6493-6494,U+6496-649d,U+649f-64a3,U+64a5-64ac,U+64b2-64bb,U+64bd-64c4,U+64c6-64cc,U+64cf-64d1,U+64d3-64e5,U+64e7-64ff,U+6501-6511,U+6513-651d,U+651f-652e,U+6530-6535,U+6537-6538,U+653c-653d,U+6540-6544,U+6546-6547,U+6549-654b,U+654d-654e,U+6550,U+6552-6558,U+655a,U+655c-655d,U+655f-6561,U+6564-6565,U+6567-656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-6586,U+6588-658a,U+658d-658f,U+6592-6596,U+659a-659b,U+659d-65a3,U+65a6,U+65aa-65ac,U+65ae,U+65b1-65b8,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65ca,U+65cc-65ce,U+65d0-65d1,U+65d3-65d6,U+65d8-65df,U+65e1,U+65e3-65e4,U+65ea-65eb,U+65ee-65f0,U+65f2-65f5,U+65f8-65f9,U+65fb-6601,U+6603-6605,U+6607-660b,U+660d,U+6610-6612,U+6615-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6639,U+663b,U+663f-6642,U+6644-664a,U+664c-6651,U+6657-6659,U+665b-6665,U+6667,U+6669-666d,U+6671-6673,U+6675,U+6677-6679,U+667b-667d,U+667f-6681,U+73c8-73c9,U+78f1,U+7a3e,U+8866-8867,U+957d-957e,U+95e5-95e7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.2.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.2.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.2.otf')  format('opentype');unicode-range:U+54fb,U+573f,U+574b,U+5f89,U+647d-6486,U+6488-6490,U+6493-6494,U+6496-649d,U+649f-64a3,U+64a5-64ac,U+64b2-64bb,U+64bd-64c4,U+64c6-64cc,U+64cf-64d1,U+64d3-64e5,U+64e7-64ff,U+6501-6511,U+6513-651d,U+651f-652e,U+6530-6535,U+6537-6538,U+653c-653d,U+6540-6544,U+6546-6547,U+6549-654b,U+654d-654e,U+6550,U+6552-6558,U+655a,U+655c-655d,U+655f-6561,U+6564-6565,U+6567-656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-6586,U+6588-658a,U+658d-658f,U+6592-6596,U+659a-659b,U+659d-65a3,U+65a6,U+65aa-65ac,U+65ae,U+65b1-65b8,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65ca,U+65cc-65ce,U+65d0-65d1,U+65d3-65d6,U+65d8-65df,U+65e1,U+65e3-65e4,U+65ea-65eb,U+65ee-65f0,U+65f2-65f5,U+65f8-65f9,U+65fb-6601,U+6603-6605,U+6607-660b,U+660d,U+6610-6612,U+6615-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6639,U+663b,U+663f-6642,U+6644-664a,U+664c-6651,U+6657-6659,U+665b-6665,U+6667,U+6669-666d,U+6671-6673,U+6675,U+6677-6679,U+667b-667d,U+667f-6681,U+73c8-73c9,U+78f1,U+7a3e,U+8866-8867,U+957d-957e,U+95e5-95e7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.3.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.3.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.3.otf')  format('opentype');unicode-range:U+25bd,U+51fc,U+6bd3,U+881d,U+962f-9630,U+bd34-bd7f,U+bd81-bd83,U+bd85-be43,U+be45-be5a,U+be5c-bed2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.3.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.3.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.3.otf')  format('opentype');unicode-range:U+25bd,U+51fc,U+6bd3,U+881d,U+962f-9630,U+bd34-bd7f,U+bd81-bd83,U+bd85-be43,U+be45-be5a,U+be5c-bed2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.3.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.3.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.3.otf')  format('opentype');unicode-range:U+25bd,U+51fc,U+6bd3,U+881d,U+962f-9630,U+bd34-bd7f,U+bd81-bd83,U+bd85-be43,U+be45-be5a,U+be5c-bed2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.4.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.4.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.4.otf')  format('opentype');unicode-range:U+3050-3051,U+5e85,U+c7b6-c7bc,U+21ca2,U+249a9-25d30,U+25db9-25ee8,U+25f4b-26412,U+26488-26cc0,U+28eac;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.4.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.4.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.4.otf')  format('opentype');unicode-range:U+3050-3051,U+5e85,U+c7b6-c7bc,U+21ca2,U+249a9-25d30,U+25db9-25ee8,U+25f4b-26412,U+26488-26cc0,U+28eac;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.4.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.4.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.4.otf')  format('opentype');unicode-range:U+3050-3051,U+5e85,U+c7b6-c7bc,U+21ca2,U+249a9-25d30,U+25db9-25ee8,U+25f4b-26412,U+26488-26cc0,U+28eac;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.5.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.5.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.5.otf')  format('opentype');unicode-range:U+88ac,U+95fc,U+20e4c-20f4c,U+20fad-21088,U+2109d-21c56,U+21ca5-22c38,U+249a4,U+26cd1,U+2808a,U+2b36f,U+2f945;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.5.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.5.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.5.otf')  format('opentype');unicode-range:U+88ac,U+95fc,U+20e4c-20f4c,U+20fad-21088,U+2109d-21c56,U+21ca5-22c38,U+249a4,U+26cd1,U+2808a,U+2b36f,U+2f945;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.5.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.5.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.5.otf')  format('opentype');unicode-range:U+88ac,U+95fc,U+20e4c-20f4c,U+20fad-21088,U+2109d-21c56,U+21ca5-22c38,U+249a4,U+26cd1,U+2808a,U+2b36f,U+2f945;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.6.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.6.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.6.otf')  format('opentype');unicode-range:U+36e1-387f,U+2b300;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.6.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.6.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.6.otf')  format('opentype');unicode-range:U+36e1-387f,U+2b300;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.6.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.6.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.6.otf')  format('opentype');unicode-range:U+36e1-387f,U+2b300;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.7.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.7.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.7.otf')  format('opentype');unicode-range:U+339f-353e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.7.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.7.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.7.otf')  format('opentype');unicode-range:U+339f-353e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.7.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.7.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.7.otf')  format('opentype');unicode-range:U+339f-353e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.8.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.8.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.8.otf')  format('opentype');unicode-range:U+94cb-94ce,U+95ab-95ad,U+95d5-95d6,U+b02a-b097,U+b099-b09b,U+b09d-b09f,U+b0a1-b0a7,U+b0a9-b0b3,U+b0b5-b107,U+b109-b10f,U+b111-b123,U+b125-b154,U+b156-b1c2,U+c728-c72b,U+c761-c762;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.8.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.8.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.8.otf')  format('opentype');unicode-range:U+94cb-94ce,U+95ab-95ad,U+95d5-95d6,U+b02a-b097,U+b099-b09b,U+b09d-b09f,U+b0a1-b0a7,U+b0a9-b0b3,U+b0b5-b107,U+b109-b10f,U+b111-b123,U+b125-b154,U+b156-b1c2,U+c728-c72b,U+c761-c762;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.8.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.8.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.8.otf')  format('opentype');unicode-range:U+94cb-94ce,U+95ab-95ad,U+95d5-95d6,U+b02a-b097,U+b099-b09b,U+b09d-b09f,U+b0a1-b0a7,U+b0a9-b0b3,U+b0b5-b107,U+b109-b10f,U+b111-b123,U+b125-b154,U+b156-b1c2,U+c728-c72b,U+c761-c762;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.9.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.9.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.9.otf')  format('opentype');unicode-range:U+3bc2-3d62,U+65a8,U+8d32-8d33;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.9.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.9.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.9.otf')  format('opentype');unicode-range:U+3bc2-3d62,U+65a8,U+8d32-8d33;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.9.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.9.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.9.otf')  format('opentype');unicode-range:U+3bc2-3d62,U+65a8,U+8d32-8d33;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.10.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.10.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.10.otf')  format('opentype');unicode-range:U+4c0c-4da8,U+4e23,U+95c3-95c6,U+95fe-95ff;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.10.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.10.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.10.otf')  format('opentype');unicode-range:U+4c0c-4da8,U+4e23,U+95c3-95c6,U+95fe-95ff;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.10.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.10.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.10.otf')  format('opentype');unicode-range:U+4c0c-4da8,U+4e23,U+95c3-95c6,U+95fe-95ff;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.11.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.11.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.11.otf')  format('opentype');unicode-range:U+c726-c727,U+cd79-cd93,U+cd95-ce57,U+ce59-ce73,U+ce75-cf16,U+2b37d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.11.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.11.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.11.otf')  format('opentype');unicode-range:U+c726-c727,U+cd79-cd93,U+cd95-ce57,U+ce59-ce73,U+ce75-cf16,U+2b37d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.11.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.11.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.11.otf')  format('opentype');unicode-range:U+c726-c727,U+cd79-cd93,U+cd95-ce57,U+ce59-ce73,U+ce75-cf16,U+2b37d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.12.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.12.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.12.otf')  format('opentype');unicode-range:U+519a,U+b851-b85b,U+b85d-b973,U+b975-b977,U+b979-b97b,U+b97d-b983,U+b985-b9ab,U+b9ad-b9af,U+b9b1-b9c7,U+b9c9-b9cb,U+b9cd-b9cf,U+b9d1-b9ee,U+c7ad-c7b5,U+c83c-c83d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.12.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.12.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.12.otf')  format('opentype');unicode-range:U+519a,U+b851-b85b,U+b85d-b973,U+b975-b977,U+b979-b97b,U+b97d-b983,U+b985-b9ab,U+b9ad-b9af,U+b9b1-b9c7,U+b9c9-b9cb,U+b9cd-b9cf,U+b9d1-b9ee,U+c7ad-c7b5,U+c83c-c83d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.12.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.12.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.12.otf')  format('opentype');unicode-range:U+519a,U+b851-b85b,U+b85d-b973,U+b975-b977,U+b979-b97b,U+b97d-b983,U+b985-b9ab,U+b9ad-b9af,U+b9b1-b9c7,U+b9c9-b9cb,U+b9cd-b9cf,U+b9d1-b9ee,U+c7ad-c7b5,U+c83c-c83d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.13.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.13.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.13.otf')  format('opentype');unicode-range:U+00c5,U+03b6-03ba,U+03bf,U+03c5,U+500b,U+537b,U+5834,U+6703,U+6727,U+6c7a,U+752a,U+767c,U+8f24-8f65,U+8f6a-8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f7a,U+8f80-8f82,U+8f8a-8f8f,U+8f92,U+8f94-8f95,U+8fa0-8fa2,U+8fa4-8fa7,U+8faa-8faf,U+8fb2-8fb8,U+8fba-8fbc,U+8fbf-8fc0,U+8fc2-8fc3,U+8fc9-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5-8fd7,U+8fda,U+8fe0-8fe4,U+8fe7-8fe9,U+8fec,U+8fee-8fef,U+8ff1-8ff6,U+8ff8,U+8ffa-8ffc,U+8ffe-8fff,U+9007-9008,U+900b-900c,U+9011,U+9013,U+9015-9016,U+9018-9019,U+901c,U+901e,U+9021,U+9023-902d,U+902f-9037,U+9039-903a,U+903d,U+903f-9041,U+9043-9046,U+9048-904c,U+904e-904f,U+9051-9052,U+9054-9056,U+9058-9062,U+9064,U+9066-906c,U+906f-9074,U+9076-907e,U+9081,U+9084-9090,U+9092,U+9094-90a2,U+90a4-90a5,U+90a7-90a9,U+90ab-90ad,U+90af-90b0,U+90b2-90b4,U+90b6-90b8,U+90ba,U+90bc-90c0,U+90c2-90c4,U+90c6-90c9,U+90cb-90cd,U+90cf-90d0,U+90d2-90dd,U+90df-90e0,U+90e2-90e7,U+90e9-90ec,U+90ee-90fc,U+90fe-9101,U+9103-9118,U+911a-9130,U+9611,U+c838-c83a,U+ff14,U+28482;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.13.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.13.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.13.otf')  format('opentype');unicode-range:U+00c5,U+03b6-03ba,U+03bf,U+03c5,U+500b,U+537b,U+5834,U+6703,U+6727,U+6c7a,U+752a,U+767c,U+8f24-8f65,U+8f6a-8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f7a,U+8f80-8f82,U+8f8a-8f8f,U+8f92,U+8f94-8f95,U+8fa0-8fa2,U+8fa4-8fa7,U+8faa-8faf,U+8fb2-8fb8,U+8fba-8fbc,U+8fbf-8fc0,U+8fc2-8fc3,U+8fc9-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5-8fd7,U+8fda,U+8fe0-8fe4,U+8fe7-8fe9,U+8fec,U+8fee-8fef,U+8ff1-8ff6,U+8ff8,U+8ffa-8ffc,U+8ffe-8fff,U+9007-9008,U+900b-900c,U+9011,U+9013,U+9015-9016,U+9018-9019,U+901c,U+901e,U+9021,U+9023-902d,U+902f-9037,U+9039-903a,U+903d,U+903f-9041,U+9043-9046,U+9048-904c,U+904e-904f,U+9051-9052,U+9054-9056,U+9058-9062,U+9064,U+9066-906c,U+906f-9074,U+9076-907e,U+9081,U+9084-9090,U+9092,U+9094-90a2,U+90a4-90a5,U+90a7-90a9,U+90ab-90ad,U+90af-90b0,U+90b2-90b4,U+90b6-90b8,U+90ba,U+90bc-90c0,U+90c2-90c4,U+90c6-90c9,U+90cb-90cd,U+90cf-90d0,U+90d2-90dd,U+90df-90e0,U+90e2-90e7,U+90e9-90ec,U+90ee-90fc,U+90fe-9101,U+9103-9118,U+911a-9130,U+9611,U+c838-c83a,U+ff14,U+28482;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.13.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.13.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.13.otf')  format('opentype');unicode-range:U+00c5,U+03b6-03ba,U+03bf,U+03c5,U+500b,U+537b,U+5834,U+6703,U+6727,U+6c7a,U+752a,U+767c,U+8f24-8f65,U+8f6a-8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f7a,U+8f80-8f82,U+8f8a-8f8f,U+8f92,U+8f94-8f95,U+8fa0-8fa2,U+8fa4-8fa7,U+8faa-8faf,U+8fb2-8fb8,U+8fba-8fbc,U+8fbf-8fc0,U+8fc2-8fc3,U+8fc9-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5-8fd7,U+8fda,U+8fe0-8fe4,U+8fe7-8fe9,U+8fec,U+8fee-8fef,U+8ff1-8ff6,U+8ff8,U+8ffa-8ffc,U+8ffe-8fff,U+9007-9008,U+900b-900c,U+9011,U+9013,U+9015-9016,U+9018-9019,U+901c,U+901e,U+9021,U+9023-902d,U+902f-9037,U+9039-903a,U+903d,U+903f-9041,U+9043-9046,U+9048-904c,U+904e-904f,U+9051-9052,U+9054-9056,U+9058-9062,U+9064,U+9066-906c,U+906f-9074,U+9076-907e,U+9081,U+9084-9090,U+9092,U+9094-90a2,U+90a4-90a5,U+90a7-90a9,U+90ab-90ad,U+90af-90b0,U+90b2-90b4,U+90b6-90b8,U+90ba,U+90bc-90c0,U+90c2-90c4,U+90c6-90c9,U+90cb-90cd,U+90cf-90d0,U+90d2-90dd,U+90df-90e0,U+90e2-90e7,U+90e9-90ec,U+90ee-90fc,U+90fe-9101,U+9103-9118,U+911a-9130,U+9611,U+c838-c83a,U+ff14,U+28482;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.14.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.14.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.14.otf')  format('opentype');unicode-range:U+527d-527e,U+5280-5287,U+5289-529a,U+52a2,U+52a4-52a7,U+52ac-52b0,U+52b4-52be,U+52c0-52c2,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52d1,U+52d3-52d4,U+52d6-52d7,U+52d9-52de,U+52e0-52e3,U+52e5-52f9,U+52fb-52fd,U+5301-5304,U+5307-5315,U+5318,U+531a-531f,U+5321-5329,U+532b-5338,U+533c-533d,U+5340,U+5342,U+5344-5346,U+534b-534d,U+5350,U+5354,U+5358-5359,U+535b,U+535d-535f,U+5363,U+5365,U+5368-536a,U+536c-536e,U+5372,U+5376,U+5379-537a,U+537c-537e,U+5380-5381,U+5383,U+5387-5388,U+538a,U+538d-5394,U+5396-5397,U+5399,U+539b-539e,U+53a0-53a1,U+53a3-53a4,U+53a7,U+53a9-53ba,U+53bc-53be,U+53c0-53c1,U+53c3-53c7,U+53ce-53d0,U+53d2-53d3,U+53d5,U+53da,U+53dc-53df,U+53e1-53e2,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+5412,U+5414,U+5416,U+5418-541a,U+5420-5425,U+5429-542a,U+542d-542e,U+5430-5433,U+5436-5437,U+543a,U+543d,U+543f,U+5441-5445,U+5447,U+5449,U+544b-544f,U+5451-5454,U+5456-5457,U+5459-5461,U+5463-5467,U+5469-5472,U+5474,U+5476-547b,U+547e-547f,U+5481-548a,U+548d-548e,U+5493-5495,U+5498-54a7,U+54ad-54ae,U+54b0,U+54b2,U+54b4-54b7,U+54b9-54bc,U+54be-54bf,U+54c2-54c3,U+54c5-54c6,U+54ca-54cc,U+8df4,U+8e1a-8e1c,U+9004,U+94e0-94e3,U+95a4-95aa,U+9641-9643,U+989e,U+280bb,U+2b4e7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.14.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.14.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.14.otf')  format('opentype');unicode-range:U+527d-527e,U+5280-5287,U+5289-529a,U+52a2,U+52a4-52a7,U+52ac-52b0,U+52b4-52be,U+52c0-52c2,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52d1,U+52d3-52d4,U+52d6-52d7,U+52d9-52de,U+52e0-52e3,U+52e5-52f9,U+52fb-52fd,U+5301-5304,U+5307-5315,U+5318,U+531a-531f,U+5321-5329,U+532b-5338,U+533c-533d,U+5340,U+5342,U+5344-5346,U+534b-534d,U+5350,U+5354,U+5358-5359,U+535b,U+535d-535f,U+5363,U+5365,U+5368-536a,U+536c-536e,U+5372,U+5376,U+5379-537a,U+537c-537e,U+5380-5381,U+5383,U+5387-5388,U+538a,U+538d-5394,U+5396-5397,U+5399,U+539b-539e,U+53a0-53a1,U+53a3-53a4,U+53a7,U+53a9-53ba,U+53bc-53be,U+53c0-53c1,U+53c3-53c7,U+53ce-53d0,U+53d2-53d3,U+53d5,U+53da,U+53dc-53df,U+53e1-53e2,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+5412,U+5414,U+5416,U+5418-541a,U+5420-5425,U+5429-542a,U+542d-542e,U+5430-5433,U+5436-5437,U+543a,U+543d,U+543f,U+5441-5445,U+5447,U+5449,U+544b-544f,U+5451-5454,U+5456-5457,U+5459-5461,U+5463-5467,U+5469-5472,U+5474,U+5476-547b,U+547e-547f,U+5481-548a,U+548d-548e,U+5493-5495,U+5498-54a7,U+54ad-54ae,U+54b0,U+54b2,U+54b4-54b7,U+54b9-54bc,U+54be-54bf,U+54c2-54c3,U+54c5-54c6,U+54ca-54cc,U+8df4,U+8e1a-8e1c,U+9004,U+94e0-94e3,U+95a4-95aa,U+9641-9643,U+989e,U+280bb,U+2b4e7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.14.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.14.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.14.otf')  format('opentype');unicode-range:U+527d-527e,U+5280-5287,U+5289-529a,U+52a2,U+52a4-52a7,U+52ac-52b0,U+52b4-52be,U+52c0-52c2,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52d1,U+52d3-52d4,U+52d6-52d7,U+52d9-52de,U+52e0-52e3,U+52e5-52f9,U+52fb-52fd,U+5301-5304,U+5307-5315,U+5318,U+531a-531f,U+5321-5329,U+532b-5338,U+533c-533d,U+5340,U+5342,U+5344-5346,U+534b-534d,U+5350,U+5354,U+5358-5359,U+535b,U+535d-535f,U+5363,U+5365,U+5368-536a,U+536c-536e,U+5372,U+5376,U+5379-537a,U+537c-537e,U+5380-5381,U+5383,U+5387-5388,U+538a,U+538d-5394,U+5396-5397,U+5399,U+539b-539e,U+53a0-53a1,U+53a3-53a4,U+53a7,U+53a9-53ba,U+53bc-53be,U+53c0-53c1,U+53c3-53c7,U+53ce-53d0,U+53d2-53d3,U+53d5,U+53da,U+53dc-53df,U+53e1-53e2,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+5412,U+5414,U+5416,U+5418-541a,U+5420-5425,U+5429-542a,U+542d-542e,U+5430-5433,U+5436-5437,U+543a,U+543d,U+543f,U+5441-5445,U+5447,U+5449,U+544b-544f,U+5451-5454,U+5456-5457,U+5459-5461,U+5463-5467,U+5469-5472,U+5474,U+5476-547b,U+547e-547f,U+5481-548a,U+548d-548e,U+5493-5495,U+5498-54a7,U+54ad-54ae,U+54b0,U+54b2,U+54b4-54b7,U+54b9-54bc,U+54be-54bf,U+54c2-54c3,U+54c5-54c6,U+54ca-54cc,U+8df4,U+8e1a-8e1c,U+9004,U+94e0-94e3,U+95a4-95aa,U+9641-9643,U+989e,U+280bb,U+2b4e7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.15.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.15.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.15.otf')  format('opentype');unicode-range:U+353f-36e0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.15.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.15.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.15.otf')  format('opentype');unicode-range:U+353f-36e0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.15.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.15.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.15.otf')  format('opentype');unicode-range:U+353f-36e0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.16.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.16.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.16.otf')  format('opentype');unicode-range:U+2609,U+273f-2ffb,U+3003-3007,U+3016-303f,U+959f-95a0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.16.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.16.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.16.otf')  format('opentype');unicode-range:U+2609,U+273f-2ffb,U+3003-3007,U+3016-303f,U+959f-95a0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.16.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.16.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.16.otf')  format('opentype');unicode-range:U+2609,U+273f-2ffb,U+3003-3007,U+3016-303f,U+959f-95a0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.17.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.17.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.17.otf')  format('opentype');unicode-range:U+54a9,U+62c8,U+6c82,U+8099,U+809b-809c,U+809e-809f,U+80a3,U+80a6-80a8,U+80ab-80ae,U+80b0-80b1,U+80b5-80b9,U+80bb-80bd,U+80c2,U+80c4-80c5,U+80c7-80cb,U+80cd,U+80cf-80d5,U+80d7-80d9,U+80db,U+80dd,U+80df-80e0,U+80e2-80e6,U+80e8-80f0,U+80f2,U+80f9,U+80fb-80fc,U+80fe-8101,U+8103-8105,U+8107-8108,U+810b-810e,U+8110,U+8112-8115,U+8117-8119,U+811b-8130,U+8132-8137,U+8139-813d,U+813f-8149,U+814d-814f,U+8152-8153,U+8156-8164,U+8166-816f,U+8171-8178,U+817c-817d,U+8181-8189,U+818b-818e,U+8190-819b,U+819e-81a7,U+81a9-81b2,U+81b4-81bf,U+81c1,U+81c3-81e2,U+81e4-81e9,U+81eb-81ec,U+81ee-81f2,U+81f5-8205,U+8207-820b,U+820e-8211,U+8213-821d,U+8220-8229,U+822b,U+822d-822f,U+8232,U+8234-8238,U+823a-8246,U+8248-824e,U+8250-8257,U+8259-826e,U+8271,U+8274-8277,U+827b-827d,U+827f-8281,U+8283-8286,U+886d-886f,U+9496-9498,U+9522,U+95a1-95a3,U+95ae-95b3,U+95be-95bf,U+95f3;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.17.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.17.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.17.otf')  format('opentype');unicode-range:U+54a9,U+62c8,U+6c82,U+8099,U+809b-809c,U+809e-809f,U+80a3,U+80a6-80a8,U+80ab-80ae,U+80b0-80b1,U+80b5-80b9,U+80bb-80bd,U+80c2,U+80c4-80c5,U+80c7-80cb,U+80cd,U+80cf-80d5,U+80d7-80d9,U+80db,U+80dd,U+80df-80e0,U+80e2-80e6,U+80e8-80f0,U+80f2,U+80f9,U+80fb-80fc,U+80fe-8101,U+8103-8105,U+8107-8108,U+810b-810e,U+8110,U+8112-8115,U+8117-8119,U+811b-8130,U+8132-8137,U+8139-813d,U+813f-8149,U+814d-814f,U+8152-8153,U+8156-8164,U+8166-816f,U+8171-8178,U+817c-817d,U+8181-8189,U+818b-818e,U+8190-819b,U+819e-81a7,U+81a9-81b2,U+81b4-81bf,U+81c1,U+81c3-81e2,U+81e4-81e9,U+81eb-81ec,U+81ee-81f2,U+81f5-8205,U+8207-820b,U+820e-8211,U+8213-821d,U+8220-8229,U+822b,U+822d-822f,U+8232,U+8234-8238,U+823a-8246,U+8248-824e,U+8250-8257,U+8259-826e,U+8271,U+8274-8277,U+827b-827d,U+827f-8281,U+8283-8286,U+886d-886f,U+9496-9498,U+9522,U+95a1-95a3,U+95ae-95b3,U+95be-95bf,U+95f3;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.17.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.17.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.17.otf')  format('opentype');unicode-range:U+54a9,U+62c8,U+6c82,U+8099,U+809b-809c,U+809e-809f,U+80a3,U+80a6-80a8,U+80ab-80ae,U+80b0-80b1,U+80b5-80b9,U+80bb-80bd,U+80c2,U+80c4-80c5,U+80c7-80cb,U+80cd,U+80cf-80d5,U+80d7-80d9,U+80db,U+80dd,U+80df-80e0,U+80e2-80e6,U+80e8-80f0,U+80f2,U+80f9,U+80fb-80fc,U+80fe-8101,U+8103-8105,U+8107-8108,U+810b-810e,U+8110,U+8112-8115,U+8117-8119,U+811b-8130,U+8132-8137,U+8139-813d,U+813f-8149,U+814d-814f,U+8152-8153,U+8156-8164,U+8166-816f,U+8171-8178,U+817c-817d,U+8181-8189,U+818b-818e,U+8190-819b,U+819e-81a7,U+81a9-81b2,U+81b4-81bf,U+81c1,U+81c3-81e2,U+81e4-81e9,U+81eb-81ec,U+81ee-81f2,U+81f5-8205,U+8207-820b,U+820e-8211,U+8213-821d,U+8220-8229,U+822b,U+822d-822f,U+8232,U+8234-8238,U+823a-8246,U+8248-824e,U+8250-8257,U+8259-826e,U+8271,U+8274-8277,U+827b-827d,U+827f-8281,U+8283-8286,U+886d-886f,U+9496-9498,U+9522,U+95a1-95a3,U+95ae-95b3,U+95be-95bf,U+95f3;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.18.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.18.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.18.otf')  format('opentype');unicode-range:U+b50f-b52f,U+b531-b6ac,U+c7c9-c7cb;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.18.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.18.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.18.otf')  format('opentype');unicode-range:U+b50f-b52f,U+b531-b6ac,U+c7c9-c7cb;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.18.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.18.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.18.otf')  format('opentype');unicode-range:U+b50f-b52f,U+b531-b6ac,U+c7c9-c7cb;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.19.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.19.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.19.otf')  format('opentype');unicode-range:U+48cb-4a6b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.19.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.19.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.19.otf')  format('opentype');unicode-range:U+48cb-4a6b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.19.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.19.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.19.otf')  format('opentype');unicode-range:U+48cb-4a6b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.20.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.20.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.20.otf')  format('opentype');unicode-range:U+6a56-6a57,U+6a5a-6a60,U+6a62-6a70,U+6a72-6a7f,U+6a81-6a8f,U+6a91-6aab,U+6aad-6b1f,U+6b24-6b26,U+6b28-6b31,U+6b33-6b37,U+6b39,U+6b3b-6b3d,U+6b3f-6b46,U+6b48,U+6b4a-6b4b,U+6b4d-6b61,U+6b68-6b69,U+6b6b-6b76,U+6b7d-6b89,U+6b8c-6b95,U+6b97-6ba9,U+6bab-6bb4,U+6bb6,U+6bb8-6bbe,U+6bc0,U+6bc2-6bc4,U+6bc6-6bca,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd6,U+6bd8,U+6bda,U+6bdc-6bea,U+6bec-6bee,U+6bf0-6c0e,U+6c10,U+6c12,U+6c15-6c1a,U+6c1c-6c21,U+6e3b,U+8716-8717,U+900d-900e,U+94e7-94e9,U+9592-9593,U+95c0-95c2,U+9a6e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.20.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.20.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.20.otf')  format('opentype');unicode-range:U+6a56-6a57,U+6a5a-6a60,U+6a62-6a70,U+6a72-6a7f,U+6a81-6a8f,U+6a91-6aab,U+6aad-6b1f,U+6b24-6b26,U+6b28-6b31,U+6b33-6b37,U+6b39,U+6b3b-6b3d,U+6b3f-6b46,U+6b48,U+6b4a-6b4b,U+6b4d-6b61,U+6b68-6b69,U+6b6b-6b76,U+6b7d-6b89,U+6b8c-6b95,U+6b97-6ba9,U+6bab-6bb4,U+6bb6,U+6bb8-6bbe,U+6bc0,U+6bc2-6bc4,U+6bc6-6bca,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd6,U+6bd8,U+6bda,U+6bdc-6bea,U+6bec-6bee,U+6bf0-6c0e,U+6c10,U+6c12,U+6c15-6c1a,U+6c1c-6c21,U+6e3b,U+8716-8717,U+900d-900e,U+94e7-94e9,U+9592-9593,U+95c0-95c2,U+9a6e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.20.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.20.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.20.otf')  format('opentype');unicode-range:U+6a56-6a57,U+6a5a-6a60,U+6a62-6a70,U+6a72-6a7f,U+6a81-6a8f,U+6a91-6aab,U+6aad-6b1f,U+6b24-6b26,U+6b28-6b31,U+6b33-6b37,U+6b39,U+6b3b-6b3d,U+6b3f-6b46,U+6b48,U+6b4a-6b4b,U+6b4d-6b61,U+6b68-6b69,U+6b6b-6b76,U+6b7d-6b89,U+6b8c-6b95,U+6b97-6ba9,U+6bab-6bb4,U+6bb6,U+6bb8-6bbe,U+6bc0,U+6bc2-6bc4,U+6bc6-6bca,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd6,U+6bd8,U+6bda,U+6bdc-6bea,U+6bec-6bee,U+6bf0-6c0e,U+6c10,U+6c12,U+6c15-6c1a,U+6c1c-6c21,U+6e3b,U+8716-8717,U+900d-900e,U+94e7-94e9,U+9592-9593,U+95c0-95c2,U+9a6e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.21.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.21.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.21.otf')  format('opentype');unicode-range:U+6ed2-6ed3,U+8dde,U+d73a-d787,U+d789-f9ea;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.21.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.21.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.21.otf')  format('opentype');unicode-range:U+6ed2-6ed3,U+8dde,U+d73a-d787,U+d789-f9ea;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.21.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.21.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.21.otf')  format('opentype');unicode-range:U+6ed2-6ed3,U+8dde,U+d73a-d787,U+d789-f9ea;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.22.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.22.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.22.otf')  format('opentype');unicode-range:U+7ea3,U+7ea5,U+cf17-d06b,U+d06d-d0b4;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.22.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.22.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.22.otf')  format('opentype');unicode-range:U+7ea3,U+7ea5,U+cf17-d06b,U+d06d-d0b4;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.22.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.22.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.22.otf')  format('opentype');unicode-range:U+7ea3,U+7ea5,U+cf17-d06b,U+d06d-d0b4;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.23.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.23.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.23.otf')  format('opentype');unicode-range:U+00e0,U+00ec,U+00f2-00f3,U+00f9,U+0101,U+01ce-01d0,U+01d4,U+0261-02cb,U+24fe,U+2501,U+3012-3013,U+3041-3043,U+3045-304a,U+304e,U+3053-3056,U+3058-305e,U+3064-3066,U+3069,U+306f-307d,U+3080-3088,U+308c-309b,U+309e-30ae,U+30b8-30c1,U+30c4-30c7,U+30cc-30e8,U+30ec-30f2,U+30f4-30fb,U+30fd-31fd,U+55ab,U+5739,U+5b6c,U+6242-6243,U+6f32,U+758e,U+7ebe,U+86a8,U+8bee,U+8c27,U+8deb-8dec,U+91d0,U+94e4-94e5,U+9504,U+9572-9575,U+95d7-95d8,U+9698,U+989f,U+9c90,U+9ddf;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.23.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.23.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.23.otf')  format('opentype');unicode-range:U+00e0,U+00ec,U+00f2-00f3,U+00f9,U+0101,U+01ce-01d0,U+01d4,U+0261-02cb,U+24fe,U+2501,U+3012-3013,U+3041-3043,U+3045-304a,U+304e,U+3053-3056,U+3058-305e,U+3064-3066,U+3069,U+306f-307d,U+3080-3088,U+308c-309b,U+309e-30ae,U+30b8-30c1,U+30c4-30c7,U+30cc-30e8,U+30ec-30f2,U+30f4-30fb,U+30fd-31fd,U+55ab,U+5739,U+5b6c,U+6242-6243,U+6f32,U+758e,U+7ebe,U+86a8,U+8bee,U+8c27,U+8deb-8dec,U+91d0,U+94e4-94e5,U+9504,U+9572-9575,U+95d7-95d8,U+9698,U+989f,U+9c90,U+9ddf;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.23.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.23.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.23.otf')  format('opentype');unicode-range:U+00e0,U+00ec,U+00f2-00f3,U+00f9,U+0101,U+01ce-01d0,U+01d4,U+0261-02cb,U+24fe,U+2501,U+3012-3013,U+3041-3043,U+3045-304a,U+304e,U+3053-3056,U+3058-305e,U+3064-3066,U+3069,U+306f-307d,U+3080-3088,U+308c-309b,U+309e-30ae,U+30b8-30c1,U+30c4-30c7,U+30cc-30e8,U+30ec-30f2,U+30f4-30fb,U+30fd-31fd,U+55ab,U+5739,U+5b6c,U+6242-6243,U+6f32,U+758e,U+7ebe,U+86a8,U+8bee,U+8c27,U+8deb-8dec,U+91d0,U+94e4-94e5,U+9504,U+9572-9575,U+95d7-95d8,U+9698,U+989f,U+9c90,U+9ddf;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.24.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.24.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.24.otf')  format('opentype');unicode-range:U+3880-3a21,U+966b-966c;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.24.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.24.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.24.otf')  format('opentype');unicode-range:U+3880-3a21,U+966b-966c;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.24.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.24.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.24.otf')  format('opentype');unicode-range:U+3880-3a21,U+966b-966c;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.25.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.25.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.25.otf')  format('opentype');unicode-range:U+039b,U+03bd,U+223d,U+5575,U+569d-56a2,U+56a4-56bb,U+56bd-56c9,U+56cb-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e3-56ec,U+56ee-56ef,U+56f6-56f9,U+56fb-56fc,U+56ff-5705,U+5707,U+5709-570a,U+570c-571e,U+5720-5722,U+5724-5727,U+5729-572f,U+5731-5732,U+5734-5738,U+573b-573d,U+5743-5746,U+5748-5749,U+5752-5756,U+5758-5759,U+5762-5763,U+5765,U+576b-5776,U+5778-5781,U+5785-578a,U+578c-5791,U+5793-57a1,U+57a7-57aa,U+57ac-57ad,U+57af-57c2,U+57c4-57ca,U+57d0-57d3,U+57d5-57de,U+57e0-57f8,U+57fb-5801,U+5803-5805,U+5807-5814,U+5816-5820,U+5822-5823,U+5825-5829,U+582b-5833,U+5836-584b,U+584d-5850,U+5852-5853,U+5855-5857,U+5859-585d,U+585f-586a,U+586c-587a,U+59ab,U+651e,U+663a,U+6a50,U+6d65,U+7395,U+7817,U+78f2,U+7c9d,U+7f17,U+8233,U+8347,U+83f9,U+8764,U+8fc6,U+9506-9507,U+96e0,U+979e-979f,U+9899,U+9935,U+9e32,U+9f2f,U+fe31,U+ff1e,U+28090;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.25.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.25.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.25.otf')  format('opentype');unicode-range:U+039b,U+03bd,U+223d,U+5575,U+569d-56a2,U+56a4-56bb,U+56bd-56c9,U+56cb-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e3-56ec,U+56ee-56ef,U+56f6-56f9,U+56fb-56fc,U+56ff-5705,U+5707,U+5709-570a,U+570c-571e,U+5720-5722,U+5724-5727,U+5729-572f,U+5731-5732,U+5734-5738,U+573b-573d,U+5743-5746,U+5748-5749,U+5752-5756,U+5758-5759,U+5762-5763,U+5765,U+576b-5776,U+5778-5781,U+5785-578a,U+578c-5791,U+5793-57a1,U+57a7-57aa,U+57ac-57ad,U+57af-57c2,U+57c4-57ca,U+57d0-57d3,U+57d5-57de,U+57e0-57f8,U+57fb-5801,U+5803-5805,U+5807-5814,U+5816-5820,U+5822-5823,U+5825-5829,U+582b-5833,U+5836-584b,U+584d-5850,U+5852-5853,U+5855-5857,U+5859-585d,U+585f-586a,U+586c-587a,U+59ab,U+651e,U+663a,U+6a50,U+6d65,U+7395,U+7817,U+78f2,U+7c9d,U+7f17,U+8233,U+8347,U+83f9,U+8764,U+8fc6,U+9506-9507,U+96e0,U+979e-979f,U+9899,U+9935,U+9e32,U+9f2f,U+fe31,U+ff1e,U+28090;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.25.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.25.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.25.otf')  format('opentype');unicode-range:U+039b,U+03bd,U+223d,U+5575,U+569d-56a2,U+56a4-56bb,U+56bd-56c9,U+56cb-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e3-56ec,U+56ee-56ef,U+56f6-56f9,U+56fb-56fc,U+56ff-5705,U+5707,U+5709-570a,U+570c-571e,U+5720-5722,U+5724-5727,U+5729-572f,U+5731-5732,U+5734-5738,U+573b-573d,U+5743-5746,U+5748-5749,U+5752-5756,U+5758-5759,U+5762-5763,U+5765,U+576b-5776,U+5778-5781,U+5785-578a,U+578c-5791,U+5793-57a1,U+57a7-57aa,U+57ac-57ad,U+57af-57c2,U+57c4-57ca,U+57d0-57d3,U+57d5-57de,U+57e0-57f8,U+57fb-5801,U+5803-5805,U+5807-5814,U+5816-5820,U+5822-5823,U+5825-5829,U+582b-5833,U+5836-584b,U+584d-5850,U+5852-5853,U+5855-5857,U+5859-585d,U+585f-586a,U+586c-587a,U+59ab,U+651e,U+663a,U+6a50,U+6d65,U+7395,U+7817,U+78f2,U+7c9d,U+7f17,U+8233,U+8347,U+83f9,U+8764,U+8fc6,U+9506-9507,U+96e0,U+979e-979f,U+9899,U+9935,U+9e32,U+9f2f,U+fe31,U+ff1e,U+28090;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.26.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.26.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.26.otf')  format('opentype');unicode-range:U+59aa,U+6683-6686,U+6688-6690,U+6692-6695,U+6698-66a6,U+66a9-66ad,U+66af-66b3,U+66b5-66dc,U+66de-66ef,U+66f1,U+66f5-66f8,U+66fa-66fb,U+66fd,U+6701-6702,U+6704-6707,U+670a,U+670c,U+670e-6713,U+6715-6716,U+6718-671a,U+671c,U+671e,U+6720-6725,U+6729,U+672d-672e,U+6730,U+6732-6733,U+6736-6739,U+673b-673c,U+673e-673f,U+6741,U+6744-6745,U+6747-6748,U+674a-674d,U+6752-6755,U+6757-675b,U+675d-675e,U+6762-6764,U+6766-6767,U+6769-676c,U+676e,U+6771-677d,U+6780,U+6782-6783,U+6785-6788,U+678a-678f,U+6791-6794,U+6796,U+6798-6799,U+679b,U+679e-67a1,U+67a4-67a9,U+67ac-67ae,U+67b0-67b5,U+67b7-67c3,U+67c5-67cd,U+67d2,U+67d5-67db,U+67dd-67df,U+67e1-67e4,U+67e6-67ee,U+67f0,U+67f2,U+67f5-67fe,U+6800-6804,U+6806,U+6809-680a,U+680c-680e,U+6810,U+6812,U+6814-6815,U+6818-6820,U+6822-6829,U+682b-6836,U+683a-683b,U+683e-6841,U+6844-6845,U+6847,U+6849-684b,U+684d-684f,U+6852,U+6855-6862,U+6864,U+6866-6868,U+686a-6875,U+6877-6880,U+6882-6884,U+6886-6892,U+7c08,U+94aa-94ad,U+9511-9512,U+9e22,U+27870;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.26.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.26.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.26.otf')  format('opentype');unicode-range:U+59aa,U+6683-6686,U+6688-6690,U+6692-6695,U+6698-66a6,U+66a9-66ad,U+66af-66b3,U+66b5-66dc,U+66de-66ef,U+66f1,U+66f5-66f8,U+66fa-66fb,U+66fd,U+6701-6702,U+6704-6707,U+670a,U+670c,U+670e-6713,U+6715-6716,U+6718-671a,U+671c,U+671e,U+6720-6725,U+6729,U+672d-672e,U+6730,U+6732-6733,U+6736-6739,U+673b-673c,U+673e-673f,U+6741,U+6744-6745,U+6747-6748,U+674a-674d,U+6752-6755,U+6757-675b,U+675d-675e,U+6762-6764,U+6766-6767,U+6769-676c,U+676e,U+6771-677d,U+6780,U+6782-6783,U+6785-6788,U+678a-678f,U+6791-6794,U+6796,U+6798-6799,U+679b,U+679e-67a1,U+67a4-67a9,U+67ac-67ae,U+67b0-67b5,U+67b7-67c3,U+67c5-67cd,U+67d2,U+67d5-67db,U+67dd-67df,U+67e1-67e4,U+67e6-67ee,U+67f0,U+67f2,U+67f5-67fe,U+6800-6804,U+6806,U+6809-680a,U+680c-680e,U+6810,U+6812,U+6814-6815,U+6818-6820,U+6822-6829,U+682b-6836,U+683a-683b,U+683e-6841,U+6844-6845,U+6847,U+6849-684b,U+684d-684f,U+6852,U+6855-6862,U+6864,U+6866-6868,U+686a-6875,U+6877-6880,U+6882-6884,U+6886-6892,U+7c08,U+94aa-94ad,U+9511-9512,U+9e22,U+27870;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.26.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.26.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.26.otf')  format('opentype');unicode-range:U+59aa,U+6683-6686,U+6688-6690,U+6692-6695,U+6698-66a6,U+66a9-66ad,U+66af-66b3,U+66b5-66dc,U+66de-66ef,U+66f1,U+66f5-66f8,U+66fa-66fb,U+66fd,U+6701-6702,U+6704-6707,U+670a,U+670c,U+670e-6713,U+6715-6716,U+6718-671a,U+671c,U+671e,U+6720-6725,U+6729,U+672d-672e,U+6730,U+6732-6733,U+6736-6739,U+673b-673c,U+673e-673f,U+6741,U+6744-6745,U+6747-6748,U+674a-674d,U+6752-6755,U+6757-675b,U+675d-675e,U+6762-6764,U+6766-6767,U+6769-676c,U+676e,U+6771-677d,U+6780,U+6782-6783,U+6785-6788,U+678a-678f,U+6791-6794,U+6796,U+6798-6799,U+679b,U+679e-67a1,U+67a4-67a9,U+67ac-67ae,U+67b0-67b5,U+67b7-67c3,U+67c5-67cd,U+67d2,U+67d5-67db,U+67dd-67df,U+67e1-67e4,U+67e6-67ee,U+67f0,U+67f2,U+67f5-67fe,U+6800-6804,U+6806,U+6809-680a,U+680c-680e,U+6810,U+6812,U+6814-6815,U+6818-6820,U+6822-6829,U+682b-6836,U+683a-683b,U+683e-6841,U+6844-6845,U+6847,U+6849-684b,U+684d-684f,U+6852,U+6855-6862,U+6864,U+6866-6868,U+686a-6875,U+6877-6880,U+6882-6884,U+6886-6892,U+7c08,U+94aa-94ad,U+9511-9512,U+9e22,U+27870;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.27.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.27.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.27.otf')  format('opentype');unicode-range:U+2105,U+22a0,U+51fe,U+58ef,U+5cc4,U+62ee,U+6391,U+6c24-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c36-6c37,U+6c39-6c3f,U+6c43-6c46,U+6c48,U+6c4a-6c56,U+6c58-6c5c,U+6c5e,U+6c62-6c63,U+6c65-6c69,U+6c6b-6c6f,U+6c73-6c75,U+6c77-6c78,U+6c7b-6c7c,U+6c7e-6c80,U+6c84-6c87,U+6c8a-6c8f,U+6c91-6c97,U+6c9c-6c9e,U+6ca0,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cb2,U+6cb4-6cb7,U+6cbd,U+6cc0-6cc3,U+6cc5-6cc8,U+6ccb,U+6ccd-6cd4,U+6cd6-6cda,U+6cdc-6ce0,U+6ce4,U+6ce6-6ce7,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf4,U+6cf6-6cfa,U+6cfe-6d00,U+6d02-6d0a,U+6d0c-6d0d,U+6d0f-6d11,U+6d13-6d16,U+6d18-6d1a,U+6d1c-6d1d,U+6d1f-6d24,U+6d26-6d29,U+6d2b-6d31,U+6d33-6d3a,U+6d3c,U+6d3f-6d40,U+6d42-6d43,U+6d48-6d49,U+6d4c-6d4d,U+6d50,U+6d52,U+6d54-6d58,U+6d5a-6d64,U+6d67-6d68,U+6d6b-6d6d,U+6d6f-6d73,U+6d75-6d76,U+6d79-6d81,U+6d83-6d84,U+6d86-6d87,U+6d8a-6d8b,U+6d8d-6d94,U+6d96-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da5,U+6daa-6dae,U+6db0-6db1,U+6db3-6db4,U+6db6-6dbf,U+6dc1-6dc5,U+6dc8-6dca,U+6dcd-6dd0,U+6dd2-6dd7,U+6dd9-6de0,U+6de2-6de3,U+6de5-6dea,U+6dec-6ded,U+6def-6df0,U+6df2,U+6df4-6df6,U+6df8,U+6dfa,U+6dfc-6e04,U+6e06-6e09,U+6e0b-6e0f,U+6e11-6e13,U+6e15-6e16,U+6e18-6e1c,U+6e1e-6e1f,U+6e22,U+6e24-6e28,U+6e2a-6e2e,U+6e30-6e31,U+6e33,U+6e35-6e37,U+6e39,U+7a9e,U+8e1d-8e1e,U+8f9d,U+94d6-94db,U+951a-9520,U+960b-960d,U+9e20,U+26cc3;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.27.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.27.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.27.otf')  format('opentype');unicode-range:U+2105,U+22a0,U+51fe,U+58ef,U+5cc4,U+62ee,U+6391,U+6c24-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c36-6c37,U+6c39-6c3f,U+6c43-6c46,U+6c48,U+6c4a-6c56,U+6c58-6c5c,U+6c5e,U+6c62-6c63,U+6c65-6c69,U+6c6b-6c6f,U+6c73-6c75,U+6c77-6c78,U+6c7b-6c7c,U+6c7e-6c80,U+6c84-6c87,U+6c8a-6c8f,U+6c91-6c97,U+6c9c-6c9e,U+6ca0,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cb2,U+6cb4-6cb7,U+6cbd,U+6cc0-6cc3,U+6cc5-6cc8,U+6ccb,U+6ccd-6cd4,U+6cd6-6cda,U+6cdc-6ce0,U+6ce4,U+6ce6-6ce7,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf4,U+6cf6-6cfa,U+6cfe-6d00,U+6d02-6d0a,U+6d0c-6d0d,U+6d0f-6d11,U+6d13-6d16,U+6d18-6d1a,U+6d1c-6d1d,U+6d1f-6d24,U+6d26-6d29,U+6d2b-6d31,U+6d33-6d3a,U+6d3c,U+6d3f-6d40,U+6d42-6d43,U+6d48-6d49,U+6d4c-6d4d,U+6d50,U+6d52,U+6d54-6d58,U+6d5a-6d64,U+6d67-6d68,U+6d6b-6d6d,U+6d6f-6d73,U+6d75-6d76,U+6d79-6d81,U+6d83-6d84,U+6d86-6d87,U+6d8a-6d8b,U+6d8d-6d94,U+6d96-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da5,U+6daa-6dae,U+6db0-6db1,U+6db3-6db4,U+6db6-6dbf,U+6dc1-6dc5,U+6dc8-6dca,U+6dcd-6dd0,U+6dd2-6dd7,U+6dd9-6de0,U+6de2-6de3,U+6de5-6dea,U+6dec-6ded,U+6def-6df0,U+6df2,U+6df4-6df6,U+6df8,U+6dfa,U+6dfc-6e04,U+6e06-6e09,U+6e0b-6e0f,U+6e11-6e13,U+6e15-6e16,U+6e18-6e1c,U+6e1e-6e1f,U+6e22,U+6e24-6e28,U+6e2a-6e2e,U+6e30-6e31,U+6e33,U+6e35-6e37,U+6e39,U+7a9e,U+8e1d-8e1e,U+8f9d,U+94d6-94db,U+951a-9520,U+960b-960d,U+9e20,U+26cc3;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.27.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.27.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.27.otf')  format('opentype');unicode-range:U+2105,U+22a0,U+51fe,U+58ef,U+5cc4,U+62ee,U+6391,U+6c24-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c36-6c37,U+6c39-6c3f,U+6c43-6c46,U+6c48,U+6c4a-6c56,U+6c58-6c5c,U+6c5e,U+6c62-6c63,U+6c65-6c69,U+6c6b-6c6f,U+6c73-6c75,U+6c77-6c78,U+6c7b-6c7c,U+6c7e-6c80,U+6c84-6c87,U+6c8a-6c8f,U+6c91-6c97,U+6c9c-6c9e,U+6ca0,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cb2,U+6cb4-6cb7,U+6cbd,U+6cc0-6cc3,U+6cc5-6cc8,U+6ccb,U+6ccd-6cd4,U+6cd6-6cda,U+6cdc-6ce0,U+6ce4,U+6ce6-6ce7,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf4,U+6cf6-6cfa,U+6cfe-6d00,U+6d02-6d0a,U+6d0c-6d0d,U+6d0f-6d11,U+6d13-6d16,U+6d18-6d1a,U+6d1c-6d1d,U+6d1f-6d24,U+6d26-6d29,U+6d2b-6d31,U+6d33-6d3a,U+6d3c,U+6d3f-6d40,U+6d42-6d43,U+6d48-6d49,U+6d4c-6d4d,U+6d50,U+6d52,U+6d54-6d58,U+6d5a-6d64,U+6d67-6d68,U+6d6b-6d6d,U+6d6f-6d73,U+6d75-6d76,U+6d79-6d81,U+6d83-6d84,U+6d86-6d87,U+6d8a-6d8b,U+6d8d-6d94,U+6d96-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da5,U+6daa-6dae,U+6db0-6db1,U+6db3-6db4,U+6db6-6dbf,U+6dc1-6dc5,U+6dc8-6dca,U+6dcd-6dd0,U+6dd2-6dd7,U+6dd9-6de0,U+6de2-6de3,U+6de5-6dea,U+6dec-6ded,U+6def-6df0,U+6df2,U+6df4-6df6,U+6df8,U+6dfa,U+6dfc-6e04,U+6e06-6e09,U+6e0b-6e0f,U+6e11-6e13,U+6e15-6e16,U+6e18-6e1c,U+6e1e-6e1f,U+6e22,U+6e24-6e28,U+6e2a-6e2e,U+6e30-6e31,U+6e33,U+6e35-6e37,U+6e39,U+7a9e,U+8e1d-8e1e,U+8f9d,U+94d6-94db,U+951a-9520,U+960b-960d,U+9e20,U+26cc3;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.28.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.28.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.28.otf')  format('opentype');unicode-range:U+b36a-b36f,U+b371-b3c3,U+b3c5-b3d8,U+b3da-b417,U+b419-b44f,U+b451-b4db,U+b4dd-b4df,U+b4e1-b4e3,U+b4e5-b50e,U+c7a6-c7a7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.28.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.28.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.28.otf')  format('opentype');unicode-range:U+b36a-b36f,U+b371-b3c3,U+b3c5-b3d8,U+b3da-b417,U+b419-b44f,U+b451-b4db,U+b4dd-b4df,U+b4e1-b4e3,U+b4e5-b50e,U+c7a6-c7a7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.28.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.28.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.28.otf')  format('opentype');unicode-range:U+b36a-b36f,U+b371-b3c3,U+b3c5-b3d8,U+b3da-b417,U+b419-b44f,U+b451-b4db,U+b4dd-b4df,U+b4e1-b4e3,U+b4e5-b50e,U+c7a6-c7a7;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.29.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.29.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.29.otf')  format('opentype');unicode-range:U+529c,U+5b84,U+6026,U+6598,U+20b1d,U+20f90,U+246d4,U+26d22-26deb,U+26e00-26e12,U+26e42-27785,U+2789d-28048,U+280bd-28473,U+28501-28e97;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.29.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.29.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.29.otf')  format('opentype');unicode-range:U+529c,U+5b84,U+6026,U+6598,U+20b1d,U+20f90,U+246d4,U+26d22-26deb,U+26e00-26e12,U+26e42-27785,U+2789d-28048,U+280bd-28473,U+28501-28e97;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.29.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.29.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.29.otf')  format('opentype');unicode-range:U+529c,U+5b84,U+6026,U+6598,U+20b1d,U+20f90,U+246d4,U+26d22-26deb,U+26e00-26e12,U+26e42-27785,U+2789d-28048,U+280bd-28473,U+28501-28e97;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.30.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.30.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.30.otf')  format('opentype');unicode-range:U+c7ab-c7ac,U+c88c-c8fb,U+c8fd-c8ff,U+c901-c910,U+c912-c9bf,U+c9c2-c9c3,U+c9c5-c9d0,U+c9d2-ca36,U+2b363;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.30.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.30.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.30.otf')  format('opentype');unicode-range:U+c7ab-c7ac,U+c88c-c8fb,U+c8fd-c8ff,U+c901-c910,U+c912-c9bf,U+c9c2-c9c3,U+c9c5-c9d0,U+c9d2-ca36,U+2b363;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.30.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.30.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.30.otf')  format('opentype');unicode-range:U+c7ab-c7ac,U+c88c-c8fb,U+c8fd-c8ff,U+c901-c910,U+c912-c9bf,U+c9c2-c9c3,U+c9c5-c9d0,U+c9d2-ca36,U+2b363;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.31.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.31.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.31.otf')  format('opentype');unicode-range:U+57cf,U+6300,U+6ed4-6ed5,U+8287-8291,U+8293-8298,U+829a-829b,U+829e-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b7,U+82ba-82bc,U+82be-82c6,U+82c8-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82da,U+82dc-82de,U+82e0-82e4,U+82e7-82ee,U+82f0,U+82f2-82f8,U+82fa-8301,U+8306-830d,U+830f-8327,U+8329-832a,U+832c-8334,U+833a-8345,U+8348,U+834a-834f,U+8351,U+8353-835e,U+8360,U+8362,U+8364-8366,U+8368-836a,U+836c-836e,U+8370-8376,U+8378-8388,U+838a-838d,U+838f-8392,U+8394-839d,U+839f-83aa,U+83ac-83b0,U+83b3-83b6,U+83b8,U+83ba-83c6,U+83c8-83c9,U+83cb,U+83cd-83db,U+83dd-83df,U+83e1-83e8,U+83ea-83f0,U+83f3-83f7,U+83fa-8402,U+8405-840b,U+840f-841c,U+841e-8424,U+8426,U+8429-843c,U+843e-8456,U+8458-845a,U+845c-8460,U+8462,U+8464-8468,U+846a,U+8869-886a,U+9527-9528,U+9606-9608,U+960f,U+9637-963a;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.31.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.31.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.31.otf')  format('opentype');unicode-range:U+57cf,U+6300,U+6ed4-6ed5,U+8287-8291,U+8293-8298,U+829a-829b,U+829e-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b7,U+82ba-82bc,U+82be-82c6,U+82c8-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82da,U+82dc-82de,U+82e0-82e4,U+82e7-82ee,U+82f0,U+82f2-82f8,U+82fa-8301,U+8306-830d,U+830f-8327,U+8329-832a,U+832c-8334,U+833a-8345,U+8348,U+834a-834f,U+8351,U+8353-835e,U+8360,U+8362,U+8364-8366,U+8368-836a,U+836c-836e,U+8370-8376,U+8378-8388,U+838a-838d,U+838f-8392,U+8394-839d,U+839f-83aa,U+83ac-83b0,U+83b3-83b6,U+83b8,U+83ba-83c6,U+83c8-83c9,U+83cb,U+83cd-83db,U+83dd-83df,U+83e1-83e8,U+83ea-83f0,U+83f3-83f7,U+83fa-8402,U+8405-840b,U+840f-841c,U+841e-8424,U+8426,U+8429-843c,U+843e-8456,U+8458-845a,U+845c-8460,U+8462,U+8464-8468,U+846a,U+8869-886a,U+9527-9528,U+9606-9608,U+960f,U+9637-963a;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.31.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.31.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.31.otf')  format('opentype');unicode-range:U+57cf,U+6300,U+6ed4-6ed5,U+8287-8291,U+8293-8298,U+829a-829b,U+829e-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b7,U+82ba-82bc,U+82be-82c6,U+82c8-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82da,U+82dc-82de,U+82e0-82e4,U+82e7-82ee,U+82f0,U+82f2-82f8,U+82fa-8301,U+8306-830d,U+830f-8327,U+8329-832a,U+832c-8334,U+833a-8345,U+8348,U+834a-834f,U+8351,U+8353-835e,U+8360,U+8362,U+8364-8366,U+8368-836a,U+836c-836e,U+8370-8376,U+8378-8388,U+838a-838d,U+838f-8392,U+8394-839d,U+839f-83aa,U+83ac-83b0,U+83b3-83b6,U+83b8,U+83ba-83c6,U+83c8-83c9,U+83cb,U+83cd-83db,U+83dd-83df,U+83e1-83e8,U+83ea-83f0,U+83f3-83f7,U+83fa-8402,U+8405-840b,U+840f-841c,U+841e-8424,U+8426,U+8429-843c,U+843e-8456,U+8458-845a,U+845c-8460,U+8462,U+8464-8468,U+846a,U+8869-886a,U+9527-9528,U+9606-9608,U+960f,U+9637-963a;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.32.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.32.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.32.otf')  format('opentype');unicode-range:U+4e4a,U+54ab,U+66f3,U+775c-7760,U+7762,U+7764-7765,U+7767-7778,U+777a-777e,U+7780-7783,U+7785-778a,U+778c-778d,U+778f-7791,U+7793-77a6,U+77a8,U+77ab,U+77ad-77af,U+77b1-77ba,U+77bc-77da,U+77dc-77e1,U+77e4,U+77e6-77e8,U+77ea,U+77ec,U+77ef-77f2,U+77f4-77f5,U+77f7-77fe,U+7800,U+7803-780b,U+780e-7813,U+7815,U+7818-7833,U+7835-7837,U+7839-783f,U+7841-7844,U+7846-7854,U+7856-785c,U+785e-786a,U+786d,U+786f-788b,U+788f-7890,U+7892-7896,U+7898-789e,U+78a0-78a6,U+78a8-78af,U+78b2,U+78b4-78c0,U+78c2-78c4,U+78c6-78c9,U+78cb-78e7,U+78e9-78f0,U+78f3-78f6,U+78f8-7900,U+7902-7930,U+795f,U+963c-963e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.32.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.32.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.32.otf')  format('opentype');unicode-range:U+4e4a,U+54ab,U+66f3,U+775c-7760,U+7762,U+7764-7765,U+7767-7778,U+777a-777e,U+7780-7783,U+7785-778a,U+778c-778d,U+778f-7791,U+7793-77a6,U+77a8,U+77ab,U+77ad-77af,U+77b1-77ba,U+77bc-77da,U+77dc-77e1,U+77e4,U+77e6-77e8,U+77ea,U+77ec,U+77ef-77f2,U+77f4-77f5,U+77f7-77fe,U+7800,U+7803-780b,U+780e-7813,U+7815,U+7818-7833,U+7835-7837,U+7839-783f,U+7841-7844,U+7846-7854,U+7856-785c,U+785e-786a,U+786d,U+786f-788b,U+788f-7890,U+7892-7896,U+7898-789e,U+78a0-78a6,U+78a8-78af,U+78b2,U+78b4-78c0,U+78c2-78c4,U+78c6-78c9,U+78cb-78e7,U+78e9-78f0,U+78f3-78f6,U+78f8-7900,U+7902-7930,U+795f,U+963c-963e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.32.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.32.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.32.otf')  format('opentype');unicode-range:U+4e4a,U+54ab,U+66f3,U+775c-7760,U+7762,U+7764-7765,U+7767-7778,U+777a-777e,U+7780-7783,U+7785-778a,U+778c-778d,U+778f-7791,U+7793-77a6,U+77a8,U+77ab,U+77ad-77af,U+77b1-77ba,U+77bc-77da,U+77dc-77e1,U+77e4,U+77e6-77e8,U+77ea,U+77ec,U+77ef-77f2,U+77f4-77f5,U+77f7-77fe,U+7800,U+7803-780b,U+780e-7813,U+7815,U+7818-7833,U+7835-7837,U+7839-783f,U+7841-7844,U+7846-7854,U+7856-785c,U+785e-786a,U+786d,U+786f-788b,U+788f-7890,U+7892-7896,U+7898-789e,U+78a0-78a6,U+78a8-78af,U+78b2,U+78b4-78c0,U+78c2-78c4,U+78c6-78c9,U+78cb-78e7,U+78e9-78f0,U+78f3-78f6,U+78f8-7900,U+7902-7930,U+795f,U+963c-963e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.33.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.33.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.33.otf')  format('opentype');unicode-range:U+03c0-03c1,U+2030,U+2042,U+2109-210a,U+4da9-4db5,U+4e02,U+4e04-4e06,U+4e0f-4e10,U+4e12,U+4e15,U+4e17,U+4e1f-4e21,U+4e2c,U+4e2e-4e2f,U+4e31,U+4e33,U+4e35-4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e51-4e53,U+4e55,U+4e5a-4e5c,U+4e62-4e65,U+4e67-4e6f,U+4e72,U+4e74-4e7d,U+4e7f-4e85,U+4e87,U+4e90,U+4e96-4e99,U+4e9c-4ea0,U+4ea3,U+4eaa,U+4eaf-4eb1,U+4eb3-4eb9,U+4ebc-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4ee2,U+4ee6-4ee9,U+4eeb,U+4eed-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4efe,U+4f00,U+4f02-4f09,U+4f0b-4f0c,U+4f0e,U+4f12-4f16,U+4f1b-4f1d,U+4f21-4f23,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f37,U+4f39,U+4f3b,U+4f3e-4f45,U+4f47-4f4c,U+4f52,U+4f54,U+4f56-4f58,U+4f5a,U+4f5d-4f5f,U+4f61-4f62,U+4f64-4f68,U+4f6a-4f6b,U+4f6d-4f72,U+4f74-4f7e,U+4f80-4f82,U+4f85-4f87,U+4f89-4f8a,U+4f8e-4f9a,U+4f9c,U+4f9e-4f9f,U+4fa1-4fa2,U+4fa4-4fa5,U+4fa9-4fad,U+4fb0-4fb4,U+4fb6-4fbe,U+4fc0-4fc2,U+4fc5-4fc9,U+4fcb-4fce,U+4fd0-4fd6,U+4fd9-4fdc,U+4fdf-4fe0,U+4fe2-4fe7,U+4fea-4fec,U+4ff0,U+4ff2-4ff9,U+4ffb-500a,U+500c,U+500e-5011,U+5013,U+5015-5017,U+501b-501e,U+5020,U+5022-5025,U+5027-5028,U+502b-5039,U+503b,U+503d,U+503f-5046,U+5048-504e,U+5050-5054,U+5056-5059,U+58ed,U+5b82,U+5cda,U+6f31,U+76d3-76d5,U+79bc,U+9580-9582,U+9615-9616,U+9670-9671,U+28083,U+2b4ef;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.33.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.33.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.33.otf')  format('opentype');unicode-range:U+03c0-03c1,U+2030,U+2042,U+2109-210a,U+4da9-4db5,U+4e02,U+4e04-4e06,U+4e0f-4e10,U+4e12,U+4e15,U+4e17,U+4e1f-4e21,U+4e2c,U+4e2e-4e2f,U+4e31,U+4e33,U+4e35-4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e51-4e53,U+4e55,U+4e5a-4e5c,U+4e62-4e65,U+4e67-4e6f,U+4e72,U+4e74-4e7d,U+4e7f-4e85,U+4e87,U+4e90,U+4e96-4e99,U+4e9c-4ea0,U+4ea3,U+4eaa,U+4eaf-4eb1,U+4eb3-4eb9,U+4ebc-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4ee2,U+4ee6-4ee9,U+4eeb,U+4eed-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4efe,U+4f00,U+4f02-4f09,U+4f0b-4f0c,U+4f0e,U+4f12-4f16,U+4f1b-4f1d,U+4f21-4f23,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f37,U+4f39,U+4f3b,U+4f3e-4f45,U+4f47-4f4c,U+4f52,U+4f54,U+4f56-4f58,U+4f5a,U+4f5d-4f5f,U+4f61-4f62,U+4f64-4f68,U+4f6a-4f6b,U+4f6d-4f72,U+4f74-4f7e,U+4f80-4f82,U+4f85-4f87,U+4f89-4f8a,U+4f8e-4f9a,U+4f9c,U+4f9e-4f9f,U+4fa1-4fa2,U+4fa4-4fa5,U+4fa9-4fad,U+4fb0-4fb4,U+4fb6-4fbe,U+4fc0-4fc2,U+4fc5-4fc9,U+4fcb-4fce,U+4fd0-4fd6,U+4fd9-4fdc,U+4fdf-4fe0,U+4fe2-4fe7,U+4fea-4fec,U+4ff0,U+4ff2-4ff9,U+4ffb-500a,U+500c,U+500e-5011,U+5013,U+5015-5017,U+501b-501e,U+5020,U+5022-5025,U+5027-5028,U+502b-5039,U+503b,U+503d,U+503f-5046,U+5048-504e,U+5050-5054,U+5056-5059,U+58ed,U+5b82,U+5cda,U+6f31,U+76d3-76d5,U+79bc,U+9580-9582,U+9615-9616,U+9670-9671,U+28083,U+2b4ef;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.33.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.33.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.33.otf')  format('opentype');unicode-range:U+03c0-03c1,U+2030,U+2042,U+2109-210a,U+4da9-4db5,U+4e02,U+4e04-4e06,U+4e0f-4e10,U+4e12,U+4e15,U+4e17,U+4e1f-4e21,U+4e2c,U+4e2e-4e2f,U+4e31,U+4e33,U+4e35-4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e51-4e53,U+4e55,U+4e5a-4e5c,U+4e62-4e65,U+4e67-4e6f,U+4e72,U+4e74-4e7d,U+4e7f-4e85,U+4e87,U+4e90,U+4e96-4e99,U+4e9c-4ea0,U+4ea3,U+4eaa,U+4eaf-4eb1,U+4eb3-4eb9,U+4ebc-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4ee2,U+4ee6-4ee9,U+4eeb,U+4eed-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4efe,U+4f00,U+4f02-4f09,U+4f0b-4f0c,U+4f0e,U+4f12-4f16,U+4f1b-4f1d,U+4f21-4f23,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f37,U+4f39,U+4f3b,U+4f3e-4f45,U+4f47-4f4c,U+4f52,U+4f54,U+4f56-4f58,U+4f5a,U+4f5d-4f5f,U+4f61-4f62,U+4f64-4f68,U+4f6a-4f6b,U+4f6d-4f72,U+4f74-4f7e,U+4f80-4f82,U+4f85-4f87,U+4f89-4f8a,U+4f8e-4f9a,U+4f9c,U+4f9e-4f9f,U+4fa1-4fa2,U+4fa4-4fa5,U+4fa9-4fad,U+4fb0-4fb4,U+4fb6-4fbe,U+4fc0-4fc2,U+4fc5-4fc9,U+4fcb-4fce,U+4fd0-4fd6,U+4fd9-4fdc,U+4fdf-4fe0,U+4fe2-4fe7,U+4fea-4fec,U+4ff0,U+4ff2-4ff9,U+4ffb-500a,U+500c,U+500e-5011,U+5013,U+5015-5017,U+501b-501e,U+5020,U+5022-5025,U+5027-5028,U+502b-5039,U+503b,U+503d,U+503f-5046,U+5048-504e,U+5050-5054,U+5056-5059,U+58ed,U+5b82,U+5cda,U+6f31,U+76d3-76d5,U+79bc,U+9580-9582,U+9615-9616,U+9670-9671,U+28083,U+2b4ef;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.34.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.34.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.34.otf')  format('opentype');unicode-range:U+4e28-4e29,U+4e8a,U+62f0,U+7eb4,U+88da-88db,U+20b0d,U+20e1d,U+21096,U+23781,U+25f1a,U+2644a,U+26484,U+28e99,U+28eb2-2b138,U+2b410-2b413,U+2b4f6-2cb73,U+2cb78-2f921,U+2f96c-2f9df;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.34.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.34.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.34.otf')  format('opentype');unicode-range:U+4e28-4e29,U+4e8a,U+62f0,U+7eb4,U+88da-88db,U+20b0d,U+20e1d,U+21096,U+23781,U+25f1a,U+2644a,U+26484,U+28e99,U+28eb2-2b138,U+2b410-2b413,U+2b4f6-2cb73,U+2cb78-2f921,U+2f96c-2f9df;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.34.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.34.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.34.otf')  format('opentype');unicode-range:U+4e28-4e29,U+4e8a,U+62f0,U+7eb4,U+88da-88db,U+20b0d,U+20e1d,U+21096,U+23781,U+25f1a,U+2644a,U+26484,U+28e99,U+28eb2-2b138,U+2b410-2b413,U+2b4f6-2cb73,U+2cb78-2f921,U+2f96c-2f9df;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.35.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.35.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.35.otf')  format('opentype');unicode-range:U+2243,U+4e26,U+7617,U+9665-9668,U+9672-9674,U+984a-9874,U+9878,U+9880,U+9883,U+988b-988f,U+9892,U+9894-9895,U+989a-989b,U+98a1-98a3,U+98a5-98cd,U+98cf-98d7,U+98da-98dd,U+98e0-990f,U+9911-9934,U+9936-9964,U+9966-9969,U+996b-996c,U+996f,U+9973-9975,U+9977-9978,U+997a-997b,U+997d-997e,U+9980-9984,U+9987,U+9989-9995,U+9997-9998,U+999a-99a7,U+99a9-9a16;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.35.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.35.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.35.otf')  format('opentype');unicode-range:U+2243,U+4e26,U+7617,U+9665-9668,U+9672-9674,U+984a-9874,U+9878,U+9880,U+9883,U+988b-988f,U+9892,U+9894-9895,U+989a-989b,U+98a1-98a3,U+98a5-98cd,U+98cf-98d7,U+98da-98dd,U+98e0-990f,U+9911-9934,U+9936-9964,U+9966-9969,U+996b-996c,U+996f,U+9973-9975,U+9977-9978,U+997a-997b,U+997d-997e,U+9980-9984,U+9987,U+9989-9995,U+9997-9998,U+999a-99a7,U+99a9-9a16;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.35.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.35.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.35.otf')  format('opentype');unicode-range:U+2243,U+4e26,U+7617,U+9665-9668,U+9672-9674,U+984a-9874,U+9878,U+9880,U+9883,U+988b-988f,U+9892,U+9894-9895,U+989a-989b,U+98a1-98a3,U+98a5-98cd,U+98cf-98d7,U+98da-98dd,U+98e0-990f,U+9911-9934,U+9936-9964,U+9966-9969,U+996b-996c,U+996f,U+9973-9975,U+9977-9978,U+997a-997b,U+997d-997e,U+9980-9984,U+9987,U+9989-9995,U+9997-9998,U+999a-99a7,U+99a9-9a16;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.36.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.36.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.36.otf')  format('opentype');unicode-range:U+574c-574d,U+7b15-7b1a,U+7b1c-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b3b,U+7b3d-7b48,U+7b4a,U+7b4c-7b50,U+7b53,U+7b55,U+7b57-7b5a,U+7b5c-7b76,U+7b78,U+7b7a-7b7d,U+7b81-7b96,U+7b98-7ba0,U+7ba2-7bac,U+7bae-7bb0,U+7bb2-7bc5,U+7bc8-7be0,U+7be2-7bed,U+7bef-7bf6,U+7bf8-7c06,U+7c09-7c3e,U+7c40-7c4c,U+7c4e-7c72,U+7c74-7c7a,U+7c7c,U+7c7e-7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99-7c9c,U+7c9e,U+7ca0-7ca3,U+7ca6-7ca9,U+7cab-7cad,U+7caf-7cb8,U+7cba-7cbd,U+7cbf-7cc9,U+7ccb-7cd4,U+7cd7-7cd8,U+7cda-7cde,U+948c-948f;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.36.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.36.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.36.otf')  format('opentype');unicode-range:U+574c-574d,U+7b15-7b1a,U+7b1c-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b3b,U+7b3d-7b48,U+7b4a,U+7b4c-7b50,U+7b53,U+7b55,U+7b57-7b5a,U+7b5c-7b76,U+7b78,U+7b7a-7b7d,U+7b81-7b96,U+7b98-7ba0,U+7ba2-7bac,U+7bae-7bb0,U+7bb2-7bc5,U+7bc8-7be0,U+7be2-7bed,U+7bef-7bf6,U+7bf8-7c06,U+7c09-7c3e,U+7c40-7c4c,U+7c4e-7c72,U+7c74-7c7a,U+7c7c,U+7c7e-7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99-7c9c,U+7c9e,U+7ca0-7ca3,U+7ca6-7ca9,U+7cab-7cad,U+7caf-7cb8,U+7cba-7cbd,U+7cbf-7cc9,U+7ccb-7cd4,U+7cd7-7cd8,U+7cda-7cde,U+948c-948f;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.36.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.36.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.36.otf')  format('opentype');unicode-range:U+574c-574d,U+7b15-7b1a,U+7b1c-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b3b,U+7b3d-7b48,U+7b4a,U+7b4c-7b50,U+7b53,U+7b55,U+7b57-7b5a,U+7b5c-7b76,U+7b78,U+7b7a-7b7d,U+7b81-7b96,U+7b98-7ba0,U+7ba2-7bac,U+7bae-7bb0,U+7bb2-7bc5,U+7bc8-7be0,U+7be2-7bed,U+7bef-7bf6,U+7bf8-7c06,U+7c09-7c3e,U+7c40-7c4c,U+7c4e-7c72,U+7c74-7c7a,U+7c7c,U+7c7e-7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99-7c9c,U+7c9e,U+7ca0-7ca3,U+7ca6-7ca9,U+7cab-7cad,U+7caf-7cb8,U+7cba-7cbd,U+7cbf-7cc9,U+7ccb-7cd4,U+7cd7-7cd8,U+7cda-7cde,U+948c-948f;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.37.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.37.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.37.otf')  format('opentype');unicode-range:U+6c71,U+9131-914b,U+914e-9151,U+9153-9164,U+9166-9169,U+916d,U+9170,U+9172-9174,U+9179-917e,U+9180-9186,U+9188,U+918a,U+918c-9191,U+9193-91c6,U+91c8-91c9,U+91d2-9273,U+9275-92ea,U+22c4c;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.37.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.37.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.37.otf')  format('opentype');unicode-range:U+6c71,U+9131-914b,U+914e-9151,U+9153-9164,U+9166-9169,U+916d,U+9170,U+9172-9174,U+9179-917e,U+9180-9186,U+9188,U+918a,U+918c-9191,U+9193-91c6,U+91c8-91c9,U+91d2-9273,U+9275-92ea,U+22c4c;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.37.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.37.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.37.otf')  format('opentype');unicode-range:U+6c71,U+9131-914b,U+914e-9151,U+9153-9164,U+9166-9169,U+916d,U+9170,U+9172-9174,U+9179-917e,U+9180-9186,U+9188,U+918a,U+918c-9191,U+9193-91c6,U+91c8-91c9,U+91d2-9273,U+9275-92ea,U+22c4c;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.38.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.38.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.38.otf')  format('opentype');unicode-range:U+1186-2012,U+201e-2021,U+2025,U+2039-203c,U+2047-20de,U+210f,U+2116-213b,U+2162-2191,U+2193-21f5,U+2202-2229,U+222b-222e,U+2236-2237,U+2245-2248,U+2260-2299,U+22a5-2307,U+2329-23c8,U+2502,U+252c,U+309c,U+4e8d,U+4ebb,U+5155,U+55c4,U+570b,U+575c,U+5cc1,U+5e11,U+5f73,U+5fbc,U+6042,U+6206,U+6265-6266,U+6426,U+6b38,U+6c35,U+6d44,U+72b4-72b5,U+755a-755b,U+778b,U+7f2f,U+83f8,U+88fd,U+898b,U+89dc,U+8ba0,U+8bf3,U+8df6,U+9577,U+961d,U+9b2f,U+9fa2,U+ff3e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.38.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.38.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.38.otf')  format('opentype');unicode-range:U+1186-2012,U+201e-2021,U+2025,U+2039-203c,U+2047-20de,U+210f,U+2116-213b,U+2162-2191,U+2193-21f5,U+2202-2229,U+222b-222e,U+2236-2237,U+2245-2248,U+2260-2299,U+22a5-2307,U+2329-23c8,U+2502,U+252c,U+309c,U+4e8d,U+4ebb,U+5155,U+55c4,U+570b,U+575c,U+5cc1,U+5e11,U+5f73,U+5fbc,U+6042,U+6206,U+6265-6266,U+6426,U+6b38,U+6c35,U+6d44,U+72b4-72b5,U+755a-755b,U+778b,U+7f2f,U+83f8,U+88fd,U+898b,U+89dc,U+8ba0,U+8bf3,U+8df6,U+9577,U+961d,U+9b2f,U+9fa2,U+ff3e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.38.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.38.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.38.otf')  format('opentype');unicode-range:U+1186-2012,U+201e-2021,U+2025,U+2039-203c,U+2047-20de,U+210f,U+2116-213b,U+2162-2191,U+2193-21f5,U+2202-2229,U+222b-222e,U+2236-2237,U+2245-2248,U+2260-2299,U+22a5-2307,U+2329-23c8,U+2502,U+252c,U+309c,U+4e8d,U+4ebb,U+5155,U+55c4,U+570b,U+575c,U+5cc1,U+5e11,U+5f73,U+5fbc,U+6042,U+6206,U+6265-6266,U+6426,U+6b38,U+6c35,U+6d44,U+72b4-72b5,U+755a-755b,U+778b,U+7f2f,U+83f8,U+88fd,U+898b,U+89dc,U+8ba0,U+8bf3,U+8df6,U+9577,U+961d,U+9b2f,U+9fa2,U+ff3e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.39.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.39.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.39.otf')  format('opentype');unicode-range:U+d0b5-d0bf,U+d0c1-d0db,U+d0dd-d255;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.39.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.39.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.39.otf')  format('opentype');unicode-range:U+d0b5-d0bf,U+d0c1-d0db,U+d0dd-d255;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.39.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.39.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.39.otf')  format('opentype');unicode-range:U+d0b5-d0bf,U+d0c1-d0db,U+d0dd-d255;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.40.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.40.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.40.otf')  format('opentype');unicode-range:U+2113,U+4f8c,U+663d,U+9f30-9f3a,U+9f3c-9f4f,U+9f51-9f7e,U+9f80-9f83,U+9f85-9f98,U+9f9a-9f9e,U+9fa0-9fa1,U+9fa3-a97c,U+ac02-ac03,U+ac05-ac0f,U+ac11-ac18,U+ac1a-ac6f,U+ac71-ac77,U+ac79-ac82,U+ac84-ac8b,U+ac8d-ac9f,U+aca1-acaf,U+acb1-acbc,U+acbe-acc3,U+acc5-acdf,U+ace1-ace7,U+c6ff-c700,U+c7cc-c7d0,U+c841,U+c875-c878;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.40.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.40.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.40.otf')  format('opentype');unicode-range:U+2113,U+4f8c,U+663d,U+9f30-9f3a,U+9f3c-9f4f,U+9f51-9f7e,U+9f80-9f83,U+9f85-9f98,U+9f9a-9f9e,U+9fa0-9fa1,U+9fa3-a97c,U+ac02-ac03,U+ac05-ac0f,U+ac11-ac18,U+ac1a-ac6f,U+ac71-ac77,U+ac79-ac82,U+ac84-ac8b,U+ac8d-ac9f,U+aca1-acaf,U+acb1-acbc,U+acbe-acc3,U+acc5-acdf,U+ace1-ace7,U+c6ff-c700,U+c7cc-c7d0,U+c841,U+c875-c878;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.40.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.40.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.40.otf')  format('opentype');unicode-range:U+2113,U+4f8c,U+663d,U+9f30-9f3a,U+9f3c-9f4f,U+9f51-9f7e,U+9f80-9f83,U+9f85-9f98,U+9f9a-9f9e,U+9fa0-9fa1,U+9fa3-a97c,U+ac02-ac03,U+ac05-ac0f,U+ac11-ac18,U+ac1a-ac6f,U+ac71-ac77,U+ac79-ac82,U+ac84-ac8b,U+ac8d-ac9f,U+aca1-acaf,U+acb1-acbc,U+acbe-acc3,U+acc5-acdf,U+ace1-ace7,U+c6ff-c700,U+c7cc-c7d0,U+c841,U+c875-c878;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.41.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.41.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.41.otf')  format('opentype');unicode-range:U+55ac,U+6347-6348,U+6c23,U+6c98,U+751b,U+94bc-94bd,U+94ee-94ef,U+9a17-9a6b,U+9a72,U+9a75,U+9a77-9a7a,U+9a80-9a81,U+9a85,U+9a88-9a8b,U+9a8d-9a8e,U+9a90,U+9a92-9a96,U+9a98-9a99,U+9a9b-9aa3,U+9aa5-9aa7,U+9aa9-9abb,U+9abd-9ad2,U+9ad4-9ad7,U+9ad9-9ae5,U+9ae7-9b2e,U+9b30-9b3b,U+9b3d-9b40,U+9b43,U+9b46-9b4e,U+9b50-9b53,U+9b55-9bd1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.41.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.41.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.41.otf')  format('opentype');unicode-range:U+55ac,U+6347-6348,U+6c23,U+6c98,U+751b,U+94bc-94bd,U+94ee-94ef,U+9a17-9a6b,U+9a72,U+9a75,U+9a77-9a7a,U+9a80-9a81,U+9a85,U+9a88-9a8b,U+9a8d-9a8e,U+9a90,U+9a92-9a96,U+9a98-9a99,U+9a9b-9aa3,U+9aa5-9aa7,U+9aa9-9abb,U+9abd-9ad2,U+9ad4-9ad7,U+9ad9-9ae5,U+9ae7-9b2e,U+9b30-9b3b,U+9b3d-9b40,U+9b43,U+9b46-9b4e,U+9b50-9b53,U+9b55-9bd1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.41.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.41.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.41.otf')  format('opentype');unicode-range:U+55ac,U+6347-6348,U+6c23,U+6c98,U+751b,U+94bc-94bd,U+94ee-94ef,U+9a17-9a6b,U+9a72,U+9a75,U+9a77-9a7a,U+9a80-9a81,U+9a85,U+9a88-9a8b,U+9a8d-9a8e,U+9a90,U+9a92-9a96,U+9a98-9a99,U+9a9b-9aa3,U+9aa5-9aa7,U+9aa9-9abb,U+9abd-9ad2,U+9ad4-9ad7,U+9ad9-9ae5,U+9ae7-9b2e,U+9b30-9b3b,U+9b3d-9b40,U+9b43,U+9b46-9b4e,U+9b50-9b53,U+9b55-9bd1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.42.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.42.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.42.otf')  format('opentype');unicode-range:U+9e3e,U+b1c3-b207,U+b209-b293,U+b295-b2c7,U+b2c9-b2e3,U+b2e5-b2e7,U+b2e9-b2eb,U+b2ed-b2f8,U+b2fa-b2ff,U+b301-b369;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.42.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.42.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.42.otf')  format('opentype');unicode-range:U+9e3e,U+b1c3-b207,U+b209-b293,U+b295-b2c7,U+b2c9-b2e3,U+b2e5-b2e7,U+b2e9-b2eb,U+b2ed-b2f8,U+b2fa-b2ff,U+b301-b369;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.42.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.42.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.42.otf')  format('opentype');unicode-range:U+9e3e,U+b1c3-b207,U+b209-b293,U+b295-b2c7,U+b2c9-b2e3,U+b2e5-b2e7,U+b2e9-b2eb,U+b2ed-b2f8,U+b2fa-b2ff,U+b301-b369;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.43.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.43.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.43.otf')  format('opentype');unicode-range:U+6894-6896,U+6898-68a1,U+68a3-68a5,U+68a9-68ac,U+68ae,U+68b1-68b2,U+68b4,U+68b6-68bf,U+68c1-68c8,U+68ca,U+68cc,U+68ce-68d1,U+68d3-68d4,U+68d6-68d7,U+68d9,U+68db-68df,U+68e1-68ed,U+68ef-68f0,U+68f2-68f4,U+68f6-68f9,U+68fb-6904,U+6906-690c,U+690f-6911,U+6913-692c,U+692e-692f,U+6931-6959,U+695b-695f,U+6961-6976,U+6978-697b,U+697d-6981,U+6983,U+6985-699b,U+699d-69a7,U+69a9-69b3,U+69b5-69da,U+69dc-69fc,U+69fe-6a09,U+6a0b-6a20,U+6a22-6a29,U+6a2b-6a30,U+6a32-6a43,U+6a45-6a4f,U+6a51-6a55,U+710b,U+7eb6,U+9494-9495,U+9515-9518,U+95f5-95f6,U+96e1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.43.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.43.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.43.otf')  format('opentype');unicode-range:U+6894-6896,U+6898-68a1,U+68a3-68a5,U+68a9-68ac,U+68ae,U+68b1-68b2,U+68b4,U+68b6-68bf,U+68c1-68c8,U+68ca,U+68cc,U+68ce-68d1,U+68d3-68d4,U+68d6-68d7,U+68d9,U+68db-68df,U+68e1-68ed,U+68ef-68f0,U+68f2-68f4,U+68f6-68f9,U+68fb-6904,U+6906-690c,U+690f-6911,U+6913-692c,U+692e-692f,U+6931-6959,U+695b-695f,U+6961-6976,U+6978-697b,U+697d-6981,U+6983,U+6985-699b,U+699d-69a7,U+69a9-69b3,U+69b5-69da,U+69dc-69fc,U+69fe-6a09,U+6a0b-6a20,U+6a22-6a29,U+6a2b-6a30,U+6a32-6a43,U+6a45-6a4f,U+6a51-6a55,U+710b,U+7eb6,U+9494-9495,U+9515-9518,U+95f5-95f6,U+96e1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.43.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.43.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.43.otf')  format('opentype');unicode-range:U+6894-6896,U+6898-68a1,U+68a3-68a5,U+68a9-68ac,U+68ae,U+68b1-68b2,U+68b4,U+68b6-68bf,U+68c1-68c8,U+68ca,U+68cc,U+68ce-68d1,U+68d3-68d4,U+68d6-68d7,U+68d9,U+68db-68df,U+68e1-68ed,U+68ef-68f0,U+68f2-68f4,U+68f6-68f9,U+68fb-6904,U+6906-690c,U+690f-6911,U+6913-692c,U+692e-692f,U+6931-6959,U+695b-695f,U+6961-6976,U+6978-697b,U+697d-6981,U+6983,U+6985-699b,U+699d-69a7,U+69a9-69b3,U+69b5-69da,U+69dc-69fc,U+69fe-6a09,U+6a0b-6a20,U+6a22-6a29,U+6a2b-6a30,U+6a32-6a43,U+6a45-6a4f,U+6a51-6a55,U+710b,U+7eb6,U+9494-9495,U+9515-9518,U+95f5-95f6,U+96e1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.44.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.44.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.44.otf')  format('opentype');unicode-range:U+31fe-339e,U+94e6,U+9612-9613;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.44.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.44.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.44.otf')  format('opentype');unicode-range:U+31fe-339e,U+94e6,U+9612-9613;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.44.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.44.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.44.otf')  format('opentype');unicode-range:U+31fe-339e,U+94e6,U+9612-9613;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.45.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.45.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.45.otf')  format('opentype');unicode-range:U+60ea,U+6e3c-6e55,U+6e57,U+6e59-6e5a,U+6e5c-6e7d,U+6e80-6e82,U+6e84-6e8f,U+6e91-6e9b,U+6e9d-6ea1,U+6ea3-6ea9,U+6eab-6eae,U+6eb0-6eb5,U+6eb7-6eb8,U+6ebb-6eca,U+6ecc-6ed0,U+6ed6-6ed9,U+6edb-6edd,U+6edf-6ee0,U+6ee2-6ee3,U+6ee6-6ee7,U+6eea-6ef3,U+6ef5-6f01,U+6f03-6f05,U+6f07-6f0e,U+6f10-6f12,U+6f15-6f1f,U+6f21-6f2a,U+6f2c-6f30,U+6f33-6f46,U+6f48-6f57,U+6f59-6f5b,U+6f5d-6f6c,U+6f6f-6f83,U+6f85-6f87,U+6f89-6f9b,U+6f9d-6fa0,U+6fa2-6fb2,U+6fb4-6fbf,U+6fc1-6fd1,U+6fd3-7008,U+8088,U+9570-9571;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.45.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.45.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.45.otf')  format('opentype');unicode-range:U+60ea,U+6e3c-6e55,U+6e57,U+6e59-6e5a,U+6e5c-6e7d,U+6e80-6e82,U+6e84-6e8f,U+6e91-6e9b,U+6e9d-6ea1,U+6ea3-6ea9,U+6eab-6eae,U+6eb0-6eb5,U+6eb7-6eb8,U+6ebb-6eca,U+6ecc-6ed0,U+6ed6-6ed9,U+6edb-6edd,U+6edf-6ee0,U+6ee2-6ee3,U+6ee6-6ee7,U+6eea-6ef3,U+6ef5-6f01,U+6f03-6f05,U+6f07-6f0e,U+6f10-6f12,U+6f15-6f1f,U+6f21-6f2a,U+6f2c-6f30,U+6f33-6f46,U+6f48-6f57,U+6f59-6f5b,U+6f5d-6f6c,U+6f6f-6f83,U+6f85-6f87,U+6f89-6f9b,U+6f9d-6fa0,U+6fa2-6fb2,U+6fb4-6fbf,U+6fc1-6fd1,U+6fd3-7008,U+8088,U+9570-9571;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.45.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.45.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.45.otf')  format('opentype');unicode-range:U+60ea,U+6e3c-6e55,U+6e57,U+6e59-6e5a,U+6e5c-6e7d,U+6e80-6e82,U+6e84-6e8f,U+6e91-6e9b,U+6e9d-6ea1,U+6ea3-6ea9,U+6eab-6eae,U+6eb0-6eb5,U+6eb7-6eb8,U+6ebb-6eca,U+6ecc-6ed0,U+6ed6-6ed9,U+6edb-6edd,U+6edf-6ee0,U+6ee2-6ee3,U+6ee6-6ee7,U+6eea-6ef3,U+6ef5-6f01,U+6f03-6f05,U+6f07-6f0e,U+6f10-6f12,U+6f15-6f1f,U+6f21-6f2a,U+6f2c-6f30,U+6f33-6f46,U+6f48-6f57,U+6f59-6f5b,U+6f5d-6f6c,U+6f6f-6f83,U+6f85-6f87,U+6f89-6f9b,U+6f9d-6fa0,U+6fa2-6fb2,U+6fb4-6fbf,U+6fc1-6fd1,U+6fd3-7008,U+8088,U+9570-9571;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.46.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.46.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.46.otf')  format('opentype');unicode-range:U+5769,U+71d6-71e4,U+71e6-7205,U+7207-7229,U+722b,U+722d-7230,U+7232-7234,U+723a-723c,U+723e-7246,U+7249-724b,U+724d-7258,U+725a,U+7260,U+7263-7266,U+7268,U+726a-7271,U+7273-7274,U+7276-7278,U+727b-727f,U+7281-72ab,U+72ad-72ae,U+72b0-72b3,U+72b7-72b8,U+72ba-72c1,U+72c3,U+72c5-72cf,U+72d1-72d6,U+72d8-72df,U+72e2-72eb,U+72ef-72f0,U+72f2-72f7,U+72f9-72fb,U+72fd-730d,U+730f-731a,U+731d-7329,U+732c-732d,U+732f-7333,U+7335-7383,U+7385-7386,U+7388,U+738a,U+738c-7394,U+7396-739a,U+739c-73a8,U+73aa,U+73ac-73ae,U+73b1,U+916b,U+20158;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.46.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.46.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.46.otf')  format('opentype');unicode-range:U+5769,U+71d6-71e4,U+71e6-7205,U+7207-7229,U+722b,U+722d-7230,U+7232-7234,U+723a-723c,U+723e-7246,U+7249-724b,U+724d-7258,U+725a,U+7260,U+7263-7266,U+7268,U+726a-7271,U+7273-7274,U+7276-7278,U+727b-727f,U+7281-72ab,U+72ad-72ae,U+72b0-72b3,U+72b7-72b8,U+72ba-72c1,U+72c3,U+72c5-72cf,U+72d1-72d6,U+72d8-72df,U+72e2-72eb,U+72ef-72f0,U+72f2-72f7,U+72f9-72fb,U+72fd-730d,U+730f-731a,U+731d-7329,U+732c-732d,U+732f-7333,U+7335-7383,U+7385-7386,U+7388,U+738a,U+738c-7394,U+7396-739a,U+739c-73a8,U+73aa,U+73ac-73ae,U+73b1,U+916b,U+20158;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.46.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.46.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.46.otf')  format('opentype');unicode-range:U+5769,U+71d6-71e4,U+71e6-7205,U+7207-7229,U+722b,U+722d-7230,U+7232-7234,U+723a-723c,U+723e-7246,U+7249-724b,U+724d-7258,U+725a,U+7260,U+7263-7266,U+7268,U+726a-7271,U+7273-7274,U+7276-7278,U+727b-727f,U+7281-72ab,U+72ad-72ae,U+72b0-72b3,U+72b7-72b8,U+72ba-72c1,U+72c3,U+72c5-72cf,U+72d1-72d6,U+72d8-72df,U+72e2-72eb,U+72ef-72f0,U+72f2-72f7,U+72f9-72fb,U+72fd-730d,U+730f-731a,U+731d-7329,U+732c-732d,U+732f-7333,U+7335-7383,U+7385-7386,U+7388,U+738a,U+738c-7394,U+7396-739a,U+739c-73a8,U+73aa,U+73ac-73ae,U+73b1,U+916b,U+20158;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.47.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.47.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.47.otf')  format('opentype');unicode-range:U+3052,U+653a,U+6654,U+70d9,U+7edb,U+8b47-8b65,U+8b67-8b6b,U+8b6d-8b9f,U+8ba5-8ba7,U+8baa-8bac,U+8bb1,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bcb-8bcc,U+8bce,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be4,U+8be7-8bea,U+8bf0,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c09,U+8c0c,U+8c11-8c12,U+8c14-8c1a,U+8c1d-8c21,U+8c29-8c2b,U+8c2e-8c30,U+8c32-8c33,U+8c35-8c36,U+8c38-8c40,U+8c42-8c45,U+8c47-8c60,U+8c62-8c69,U+8c6c-8c78,U+8c7a-8c8b,U+8c8d-8d1c,U+8d20,U+8d30,U+8d36,U+8d3b,U+8d3d,U+8d40-8d43,U+8d45-8d4a,U+8d51-8d53,U+8d55,U+8d57,U+8d59,U+8d5c-8d5d,U+8d5f,U+9609-960a,U+962a-962d,U+964e-964f,U+97f4,U+c7bd-c7c0,U+c879;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.47.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.47.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.47.otf')  format('opentype');unicode-range:U+3052,U+653a,U+6654,U+70d9,U+7edb,U+8b47-8b65,U+8b67-8b6b,U+8b6d-8b9f,U+8ba5-8ba7,U+8baa-8bac,U+8bb1,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bcb-8bcc,U+8bce,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be4,U+8be7-8bea,U+8bf0,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c09,U+8c0c,U+8c11-8c12,U+8c14-8c1a,U+8c1d-8c21,U+8c29-8c2b,U+8c2e-8c30,U+8c32-8c33,U+8c35-8c36,U+8c38-8c40,U+8c42-8c45,U+8c47-8c60,U+8c62-8c69,U+8c6c-8c78,U+8c7a-8c8b,U+8c8d-8d1c,U+8d20,U+8d30,U+8d36,U+8d3b,U+8d3d,U+8d40-8d43,U+8d45-8d4a,U+8d51-8d53,U+8d55,U+8d57,U+8d59,U+8d5c-8d5d,U+8d5f,U+9609-960a,U+962a-962d,U+964e-964f,U+97f4,U+c7bd-c7c0,U+c879;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.47.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.47.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.47.otf')  format('opentype');unicode-range:U+3052,U+653a,U+6654,U+70d9,U+7edb,U+8b47-8b65,U+8b67-8b6b,U+8b6d-8b9f,U+8ba5-8ba7,U+8baa-8bac,U+8bb1,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bcb-8bcc,U+8bce,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be4,U+8be7-8bea,U+8bf0,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c09,U+8c0c,U+8c11-8c12,U+8c14-8c1a,U+8c1d-8c21,U+8c29-8c2b,U+8c2e-8c30,U+8c32-8c33,U+8c35-8c36,U+8c38-8c40,U+8c42-8c45,U+8c47-8c60,U+8c62-8c69,U+8c6c-8c78,U+8c7a-8c8b,U+8c8d-8d1c,U+8d20,U+8d30,U+8d36,U+8d3b,U+8d3d,U+8d40-8d43,U+8d45-8d4a,U+8d51-8d53,U+8d55,U+8d57,U+8d59,U+8d5c-8d5d,U+8d5f,U+9609-960a,U+962a-962d,U+964e-964f,U+97f4,U+c7bd-c7c0,U+c879;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.48.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.48.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.48.otf')  format('opentype');unicode-range:U+627d,U+75b0-75b1,U+80b3,U+862c-8637,U+8639-864d,U+8652-8653,U+8655-8659,U+865b-865d,U+865f-866a,U+866c-8678,U+867a-867c,U+867f,U+8682-8689,U+868b-8694,U+8696-86a7,U+86a9-86c6,U+86c8-86ca,U+86cc-86da,U+86dc-86dd,U+86df-86ed,U+86ef-86ff,U+8701,U+8703-8711,U+8713-8714,U+8719-871b,U+871d-8720,U+8722-8746,U+8748,U+874a-8752,U+8755-8763,U+8765-8773,U+8775,U+8777-878c,U+878e-87b9,U+87bb-87e1,U+8bc2-8bc3,U+8d4d,U+94bf-94c0,U+9529-952d,U+961a-961b,U+9717;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.48.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.48.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.48.otf')  format('opentype');unicode-range:U+627d,U+75b0-75b1,U+80b3,U+862c-8637,U+8639-864d,U+8652-8653,U+8655-8659,U+865b-865d,U+865f-866a,U+866c-8678,U+867a-867c,U+867f,U+8682-8689,U+868b-8694,U+8696-86a7,U+86a9-86c6,U+86c8-86ca,U+86cc-86da,U+86dc-86dd,U+86df-86ed,U+86ef-86ff,U+8701,U+8703-8711,U+8713-8714,U+8719-871b,U+871d-8720,U+8722-8746,U+8748,U+874a-8752,U+8755-8763,U+8765-8773,U+8775,U+8777-878c,U+878e-87b9,U+87bb-87e1,U+8bc2-8bc3,U+8d4d,U+94bf-94c0,U+9529-952d,U+961a-961b,U+9717;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.48.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.48.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.48.otf')  format('opentype');unicode-range:U+627d,U+75b0-75b1,U+80b3,U+862c-8637,U+8639-864d,U+8652-8653,U+8655-8659,U+865b-865d,U+865f-866a,U+866c-8678,U+867a-867c,U+867f,U+8682-8689,U+868b-8694,U+8696-86a7,U+86a9-86c6,U+86c8-86ca,U+86cc-86da,U+86dc-86dd,U+86df-86ed,U+86ef-86ff,U+8701,U+8703-8711,U+8713-8714,U+8719-871b,U+871d-8720,U+8722-8746,U+8748,U+874a-8752,U+8755-8763,U+8765-8773,U+8775,U+8777-878c,U+878e-87b9,U+87bb-87e1,U+8bc2-8bc3,U+8d4d,U+94bf-94c0,U+9529-952d,U+961a-961b,U+9717;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.49.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.49.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.49.otf')  format('opentype');unicode-range:U+2100,U+6b7a,U+92eb-946a,U+946c-9487,U+959c-959e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.49.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.49.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.49.otf')  format('opentype');unicode-range:U+2100,U+6b7a,U+92eb-946a,U+946c-9487,U+959c-959e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.49.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.49.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.49.otf')  format('opentype');unicode-range:U+2100,U+6b7a,U+92eb-946a,U+946c-9487,U+959c-959e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.50.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.50.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.50.otf')  format('opentype');unicode-range:U+541d,U+94a1,U+94c2,U+94c4,U+94c6-94ca,U+955d-9563,U+9647,U+967b-9685,U+9687-968a,U+968c-968e,U+9691-9693,U+9695-9697,U+969a-969b,U+969d-96a6,U+96a8-96b5,U+96b7-96bd,U+96bf,U+96c2-96c3,U+96c8-96cb,U+96ce,U+96d0-96d4,U+96d6-96df,U+96e2-96e7,U+96e9,U+96eb-96f5,U+96f8-96fd,U+96ff,U+9701-9703,U+9705,U+970a-970c,U+970e-9715,U+9718-971b,U+971d,U+971f-9731,U+9733-9737,U+9739-9751,U+9754-9755,U+9757-9758,U+975a-975d,U+975f,U+9763-9768,U+976a-9773,U+9775-978a,U+978c,U+978e-979d,U+97a0-97ac,U+97ae-97e5,U+97e8,U+97ea-97f2,U+97f7-983b,U+983d-9849;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.50.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.50.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.50.otf')  format('opentype');unicode-range:U+541d,U+94a1,U+94c2,U+94c4,U+94c6-94ca,U+955d-9563,U+9647,U+967b-9685,U+9687-968a,U+968c-968e,U+9691-9693,U+9695-9697,U+969a-969b,U+969d-96a6,U+96a8-96b5,U+96b7-96bd,U+96bf,U+96c2-96c3,U+96c8-96cb,U+96ce,U+96d0-96d4,U+96d6-96df,U+96e2-96e7,U+96e9,U+96eb-96f5,U+96f8-96fd,U+96ff,U+9701-9703,U+9705,U+970a-970c,U+970e-9715,U+9718-971b,U+971d,U+971f-9731,U+9733-9737,U+9739-9751,U+9754-9755,U+9757-9758,U+975a-975d,U+975f,U+9763-9768,U+976a-9773,U+9775-978a,U+978c,U+978e-979d,U+97a0-97ac,U+97ae-97e5,U+97e8,U+97ea-97f2,U+97f7-983b,U+983d-9849;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.50.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.50.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.50.otf')  format('opentype');unicode-range:U+541d,U+94a1,U+94c2,U+94c4,U+94c6-94ca,U+955d-9563,U+9647,U+967b-9685,U+9687-968a,U+968c-968e,U+9691-9693,U+9695-9697,U+969a-969b,U+969d-96a6,U+96a8-96b5,U+96b7-96bd,U+96bf,U+96c2-96c3,U+96c8-96cb,U+96ce,U+96d0-96d4,U+96d6-96df,U+96e2-96e7,U+96e9,U+96eb-96f5,U+96f8-96fd,U+96ff,U+9701-9703,U+9705,U+970a-970c,U+970e-9715,U+9718-971b,U+971d,U+971f-9731,U+9733-9737,U+9739-9751,U+9754-9755,U+9757-9758,U+975a-975d,U+975f,U+9763-9768,U+976a-9773,U+9775-978a,U+978c,U+978e-979d,U+97a0-97ac,U+97ae-97e5,U+97e8,U+97ea-97f2,U+97f7-983b,U+983d-9849;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.51.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.51.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.51.otf')  format('opentype');unicode-range:U+57a4-57a6,U+9bd2-9c7b,U+9c7d-9c80,U+9c82-9c8c,U+9c8e-9c8f,U+9c91-9c9b,U+9c9d-9ca2,U+9ca4-9cb4,U+9cb6-9cdd,U+9cdf-9d72,U+c7a8-c7aa;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.51.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.51.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.51.otf')  format('opentype');unicode-range:U+57a4-57a6,U+9bd2-9c7b,U+9c7d-9c80,U+9c82-9c8c,U+9c8e-9c8f,U+9c91-9c9b,U+9c9d-9ca2,U+9ca4-9cb4,U+9cb6-9cdd,U+9cdf-9d72,U+c7a8-c7aa;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.51.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.51.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.51.otf')  format('opentype');unicode-range:U+57a4-57a6,U+9bd2-9c7b,U+9c7d-9c80,U+9c82-9c8c,U+9c8e-9c8f,U+9c91-9c9b,U+9c9d-9ca2,U+9ca4-9cb4,U+9cb6-9cdd,U+9cdf-9d72,U+c7a8-c7aa;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.52.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.52.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.52.otf')  format('opentype');unicode-range:U+c75c-c75d,U+d598-d5a4,U+d5a6-d603,U+d605-d653,U+d655-d68b,U+d68d-d6c3,U+d6c5-d739;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.52.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.52.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.52.otf')  format('opentype');unicode-range:U+c75c-c75d,U+d598-d5a4,U+d5a6-d603,U+d605-d653,U+d655-d68b,U+d68d-d6c3,U+d6c5-d739;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.52.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.52.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.52.otf')  format('opentype');unicode-range:U+c75c-c75d,U+d598-d5a4,U+d5a6-d603,U+d605-d653,U+d655-d68b,U+d68d-d6c3,U+d6c5-d739;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.53.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.53.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.53.otf')  format('opentype');unicode-range:U+c75e-c760,U+d3f5-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d567,U+d56a-d573,U+d575-d597;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.53.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.53.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.53.otf')  format('opentype');unicode-range:U+c75e-c760,U+d3f5-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d567,U+d56a-d573,U+d575-d597;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.53.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.53.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.53.otf')  format('opentype');unicode-range:U+c75e-c760,U+d3f5-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d567,U+d56a-d573,U+d575-d597;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.54.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.54.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.54.otf')  format('opentype');unicode-range:U+53e7,U+c3b6-c543,U+c545-c547,U+c54b,U+c54d-c556,U+c763,U+c846;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.54.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.54.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.54.otf')  format('opentype');unicode-range:U+53e7,U+c3b6-c543,U+c545-c547,U+c54b,U+c54d-c556,U+c763,U+c846;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.54.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.54.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.54.otf')  format('opentype');unicode-range:U+53e7,U+c3b6-c543,U+c545-c547,U+c54b,U+c54d-c556,U+c763,U+c846;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.55.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.55.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.55.otf')  format('opentype');unicode-range:U+306c,U+4589-4729;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.55.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.55.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.55.otf')  format('opentype');unicode-range:U+306c,U+4589-4729;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.55.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.55.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.55.otf')  format('opentype');unicode-range:U+306c,U+4589-4729;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.56.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.56.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.56.otf')  format('opentype');unicode-range:U+90de,U+ac00-ac01,U+ac04,U+ac10,U+ac19,U+ac70,U+ac78,U+ac83,U+ac8c,U+aca0,U+acb0,U+acbd,U+acc4,U+ace0,U+acfc,U+ad50,U+ad6c-ad6d,U+adf8,U+ae30,U+ae38,U+ae40,U+ae4c,U+aed8,U+b098,U+b09c,U+b0a0,U+b0a8,U+b0b4,U+b108,U+b110,U+b124,U+b155,U+b208,U+b294,U+b2c8,U+b2e4,U+b2e8,U+b2ec,U+b2f9,U+b300,U+b370,U+b3c4,U+b3d9,U+b418,U+b450,U+b4dc,U+b4e0,U+b4e4,U+b530,U+b77c,U+b78c,U+b791,U+b798,U+b824,U+b85c,U+b974,U+b978,U+b97c,U+b984,U+b9ac,U+b9b0,U+b9c8,U+b9cc,U+b9d0,U+ba70,U+ba74,U+ba85,U+baa8-baa9,U+babb,U+bb34,U+bb38,U+bb3c,U+bbf8,U+bbfc,U+bc00,U+bc14-bc15,U+bc1b-bc1c,U+bc31,U+bc84,U+bcf4,U+bd80,U+bd84,U+be44,U+be5b,U+c0ac,U+c0b4,U+c0c1,U+c0dd,U+c11c,U+c120,U+c131,U+c138,U+c18c-c18d,U+c190,U+c218,U+c2a4,U+c2b5,U+c2dc-c2dd,U+c2e0,U+c2ec,U+c544,U+c548-c54a,U+c54c,U+c57c,U+c5b4,U+c5c6-c5c8,U+c5d0,U+c5ec,U+c601,U+c624,U+c640,U+c694,U+c6b0,U+c6b4,U+c6b8,U+c6c3,U+c6d0,U+c704-c725,U+c72c-c75a,U+c764-c7a5,U+c7db-c815,U+c81c-c837,U+c847-c870,U+c87a-c88b,U+c8fc,U+c900,U+c911,U+c9c0-c9c1,U+c9c4,U+c9d1,U+cc28,U+cc44,U+cc9c,U+ccb4,U+cd94,U+ce58,U+ce74,U+d06c,U+d0c0,U+d0dc,U+d2b8,U+d30c,U+d3ec,U+d558-d559,U+d55c,U+d560,U+d568-d569,U+d574,U+d5a5,U+d604,U+d654,U+d68c,U+d6c4,U+d788;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.56.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.56.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.56.otf')  format('opentype');unicode-range:U+90de,U+ac00-ac01,U+ac04,U+ac10,U+ac19,U+ac70,U+ac78,U+ac83,U+ac8c,U+aca0,U+acb0,U+acbd,U+acc4,U+ace0,U+acfc,U+ad50,U+ad6c-ad6d,U+adf8,U+ae30,U+ae38,U+ae40,U+ae4c,U+aed8,U+b098,U+b09c,U+b0a0,U+b0a8,U+b0b4,U+b108,U+b110,U+b124,U+b155,U+b208,U+b294,U+b2c8,U+b2e4,U+b2e8,U+b2ec,U+b2f9,U+b300,U+b370,U+b3c4,U+b3d9,U+b418,U+b450,U+b4dc,U+b4e0,U+b4e4,U+b530,U+b77c,U+b78c,U+b791,U+b798,U+b824,U+b85c,U+b974,U+b978,U+b97c,U+b984,U+b9ac,U+b9b0,U+b9c8,U+b9cc,U+b9d0,U+ba70,U+ba74,U+ba85,U+baa8-baa9,U+babb,U+bb34,U+bb38,U+bb3c,U+bbf8,U+bbfc,U+bc00,U+bc14-bc15,U+bc1b-bc1c,U+bc31,U+bc84,U+bcf4,U+bd80,U+bd84,U+be44,U+be5b,U+c0ac,U+c0b4,U+c0c1,U+c0dd,U+c11c,U+c120,U+c131,U+c138,U+c18c-c18d,U+c190,U+c218,U+c2a4,U+c2b5,U+c2dc-c2dd,U+c2e0,U+c2ec,U+c544,U+c548-c54a,U+c54c,U+c57c,U+c5b4,U+c5c6-c5c8,U+c5d0,U+c5ec,U+c601,U+c624,U+c640,U+c694,U+c6b0,U+c6b4,U+c6b8,U+c6c3,U+c6d0,U+c704-c725,U+c72c-c75a,U+c764-c7a5,U+c7db-c815,U+c81c-c837,U+c847-c870,U+c87a-c88b,U+c8fc,U+c900,U+c911,U+c9c0-c9c1,U+c9c4,U+c9d1,U+cc28,U+cc44,U+cc9c,U+ccb4,U+cd94,U+ce58,U+ce74,U+d06c,U+d0c0,U+d0dc,U+d2b8,U+d30c,U+d3ec,U+d558-d559,U+d55c,U+d560,U+d568-d569,U+d574,U+d5a5,U+d604,U+d654,U+d68c,U+d6c4,U+d788;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.56.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.56.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.56.otf')  format('opentype');unicode-range:U+90de,U+ac00-ac01,U+ac04,U+ac10,U+ac19,U+ac70,U+ac78,U+ac83,U+ac8c,U+aca0,U+acb0,U+acbd,U+acc4,U+ace0,U+acfc,U+ad50,U+ad6c-ad6d,U+adf8,U+ae30,U+ae38,U+ae40,U+ae4c,U+aed8,U+b098,U+b09c,U+b0a0,U+b0a8,U+b0b4,U+b108,U+b110,U+b124,U+b155,U+b208,U+b294,U+b2c8,U+b2e4,U+b2e8,U+b2ec,U+b2f9,U+b300,U+b370,U+b3c4,U+b3d9,U+b418,U+b450,U+b4dc,U+b4e0,U+b4e4,U+b530,U+b77c,U+b78c,U+b791,U+b798,U+b824,U+b85c,U+b974,U+b978,U+b97c,U+b984,U+b9ac,U+b9b0,U+b9c8,U+b9cc,U+b9d0,U+ba70,U+ba74,U+ba85,U+baa8-baa9,U+babb,U+bb34,U+bb38,U+bb3c,U+bbf8,U+bbfc,U+bc00,U+bc14-bc15,U+bc1b-bc1c,U+bc31,U+bc84,U+bcf4,U+bd80,U+bd84,U+be44,U+be5b,U+c0ac,U+c0b4,U+c0c1,U+c0dd,U+c11c,U+c120,U+c131,U+c138,U+c18c-c18d,U+c190,U+c218,U+c2a4,U+c2b5,U+c2dc-c2dd,U+c2e0,U+c2ec,U+c544,U+c548-c54a,U+c54c,U+c57c,U+c5b4,U+c5c6-c5c8,U+c5d0,U+c5ec,U+c601,U+c624,U+c640,U+c694,U+c6b0,U+c6b4,U+c6b8,U+c6c3,U+c6d0,U+c704-c725,U+c72c-c75a,U+c764-c7a5,U+c7db-c815,U+c81c-c837,U+c847-c870,U+c87a-c88b,U+c8fc,U+c900,U+c911,U+c9c0-c9c1,U+c9c4,U+c9d1,U+cc28,U+cc44,U+cc9c,U+ccb4,U+cd94,U+ce58,U+ce74,U+d06c,U+d0c0,U+d0dc,U+d2b8,U+d30c,U+d3ec,U+d558-d559,U+d55c,U+d560,U+d568-d569,U+d574,U+d5a5,U+d604,U+d654,U+d68c,U+d6c4,U+d788;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.57.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.57.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.57.otf')  format('opentype');unicode-range:U+6b77-6b78,U+79d5,U+899f-89c0,U+89ca-89d1,U+89d3-89db,U+89dd-89e2,U+89e4-89e5,U+89e7-89ff,U+8a01-8a78,U+8a7a-8a88,U+8a8a-8a92,U+8a94-8aab,U+8aad-8b46,U+9620-9625;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.57.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.57.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.57.otf')  format('opentype');unicode-range:U+6b77-6b78,U+79d5,U+899f-89c0,U+89ca-89d1,U+89d3-89db,U+89dd-89e2,U+89e4-89e5,U+89e7-89ff,U+8a01-8a78,U+8a7a-8a88,U+8a8a-8a92,U+8a94-8aab,U+8aad-8b46,U+9620-9625;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.57.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.57.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.57.otf')  format('opentype');unicode-range:U+6b77-6b78,U+79d5,U+899f-89c0,U+89ca-89d1,U+89d3-89db,U+89dd-89e2,U+89e4-89e5,U+89e7-89ff,U+8a01-8a78,U+8a7a-8a88,U+8a8a-8a92,U+8a94-8aab,U+8aad-8b46,U+9620-9625;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.58.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.58.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.58.otf')  format('opentype');unicode-range:U+7ce0-7cee,U+7cf0-7cfa,U+7cfc-7d09,U+7d0b-7d1f,U+7d21,U+7d23-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d4f,U+7d51-7d6d,U+7d6f-7d92,U+7d94-7e40,U+7e42-7e4a,U+7e4c-7e84,U+7ea1,U+9490-9492,U+94f7,U+9513-9514;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.58.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.58.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.58.otf')  format('opentype');unicode-range:U+7ce0-7cee,U+7cf0-7cfa,U+7cfc-7d09,U+7d0b-7d1f,U+7d21,U+7d23-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d4f,U+7d51-7d6d,U+7d6f-7d92,U+7d94-7e40,U+7e42-7e4a,U+7e4c-7e84,U+7ea1,U+9490-9492,U+94f7,U+9513-9514;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.58.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.58.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.58.otf')  format('opentype');unicode-range:U+7ce0-7cee,U+7cf0-7cfa,U+7cfc-7d09,U+7d0b-7d1f,U+7d21,U+7d23-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d4f,U+7d51-7d6d,U+7d6f-7d92,U+7d94-7e40,U+7e42-7e4a,U+7e4c-7e84,U+7ea1,U+9490-9492,U+94f7,U+9513-9514;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.59.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.59.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.59.otf')  format('opentype');unicode-range:U+7980,U+bed3-c072;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.59.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.59.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.59.otf')  format('opentype');unicode-range:U+7980,U+bed3-c072;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.59.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.59.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.59.otf')  format('opentype');unicode-range:U+7980,U+bed3-c072;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.60.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.60.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.60.otf')  format('opentype');unicode-range:U+51a3,U+51ee,U+604c,U+75bd,U+8002,U+20e16,U+22c9b-23766,U+237bc-246a5,U+247e0-24994,U+249a7,U+25d43,U+26469,U+26df0,U+277cc-27858,U+2b372,U+2cb76;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.60.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.60.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.60.otf')  format('opentype');unicode-range:U+51a3,U+51ee,U+604c,U+75bd,U+8002,U+20e16,U+22c9b-23766,U+237bc-246a5,U+247e0-24994,U+249a7,U+25d43,U+26469,U+26df0,U+277cc-27858,U+2b372,U+2cb76;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.60.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.60.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.60.otf')  format('opentype');unicode-range:U+51a3,U+51ee,U+604c,U+75bd,U+8002,U+20e16,U+22c9b-23766,U+237bc-246a5,U+247e0-24994,U+249a7,U+25d43,U+26469,U+26df0,U+277cc-27858,U+2b372,U+2cb76;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.61.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.61.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.61.otf')  format('opentype');unicode-range:U+0251,U+52d5,U+6427,U+65d2,U+6d0e,U+86de,U+8753-8754,U+87e2-87f8,U+87fa-881a,U+881e-8821,U+8823-883f,U+8841-884b,U+884e-8853,U+8855-8856,U+8858-8860,U+8871-8876,U+8878-8880,U+8882-888a,U+888c,U+888e-8895,U+8897-889b,U+889d-88aa,U+88ae-88c0,U+88c3-88c4,U+88c6-88d3,U+88d6-88d8,U+88dc-88e3,U+88e5-88f2,U+88f5-88f7,U+88fa-88fc,U+88fe-890f,U+8911,U+8913-8929,U+892b-8943,U+8945-895e,U+8960-897e,U+8980,U+8982-8985,U+8987-898a,U+898c-899e,U+8d61,U+8f98,U+958c-958d,U+95b8-95ba,U+95cd-95d4,U+9649-964a,U+965c-965e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.61.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.61.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.61.otf')  format('opentype');unicode-range:U+0251,U+52d5,U+6427,U+65d2,U+6d0e,U+86de,U+8753-8754,U+87e2-87f8,U+87fa-881a,U+881e-8821,U+8823-883f,U+8841-884b,U+884e-8853,U+8855-8856,U+8858-8860,U+8871-8876,U+8878-8880,U+8882-888a,U+888c,U+888e-8895,U+8897-889b,U+889d-88aa,U+88ae-88c0,U+88c3-88c4,U+88c6-88d3,U+88d6-88d8,U+88dc-88e3,U+88e5-88f2,U+88f5-88f7,U+88fa-88fc,U+88fe-890f,U+8911,U+8913-8929,U+892b-8943,U+8945-895e,U+8960-897e,U+8980,U+8982-8985,U+8987-898a,U+898c-899e,U+8d61,U+8f98,U+958c-958d,U+95b8-95ba,U+95cd-95d4,U+9649-964a,U+965c-965e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.61.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.61.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.61.otf')  format('opentype');unicode-range:U+0251,U+52d5,U+6427,U+65d2,U+6d0e,U+86de,U+8753-8754,U+87e2-87f8,U+87fa-881a,U+881e-8821,U+8823-883f,U+8841-884b,U+884e-8853,U+8855-8856,U+8858-8860,U+8871-8876,U+8878-8880,U+8882-888a,U+888c,U+888e-8895,U+8897-889b,U+889d-88aa,U+88ae-88c0,U+88c3-88c4,U+88c6-88d3,U+88d6-88d8,U+88dc-88e3,U+88e5-88f2,U+88f5-88f7,U+88fa-88fc,U+88fe-890f,U+8911,U+8913-8929,U+892b-8943,U+8945-895e,U+8960-897e,U+8980,U+8982-8985,U+8987-898a,U+898c-899e,U+8d61,U+8f98,U+958c-958d,U+95b8-95ba,U+95cd-95d4,U+9649-964a,U+965c-965e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.62.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.62.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.62.otf')  format('opentype');unicode-range:U+c073-c0ab,U+c0ad-c0b3,U+c0b5-c0c0,U+c0c2-c0dc,U+c0de-c11b,U+c11d-c11f,U+c121-c130,U+c132-c137,U+c139-c18b,U+c18e-c18f,U+c191-c214,U+c816-c81b,U+c842,U+c871-c872;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.62.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.62.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.62.otf')  format('opentype');unicode-range:U+c073-c0ab,U+c0ad-c0b3,U+c0b5-c0c0,U+c0c2-c0dc,U+c0de-c11b,U+c11d-c11f,U+c121-c130,U+c132-c137,U+c139-c18b,U+c18e-c18f,U+c191-c214,U+c816-c81b,U+c842,U+c871-c872;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.62.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.62.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.62.otf')  format('opentype');unicode-range:U+c073-c0ab,U+c0ad-c0b3,U+c0b5-c0c0,U+c0c2-c0dc,U+c0de-c11b,U+c11d-c11f,U+c121-c130,U+c132-c137,U+c139-c18b,U+c18e-c18f,U+c191-c214,U+c816-c81b,U+c842,U+c871-c872;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.63.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.63.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.63.otf')  format('opentype');unicode-range:U+8862,U+8864,U+bb8d-bbf7,U+bbf9-bbfb,U+bbfd-bbff,U+bc01-bc13,U+bc16-bc1a,U+bc1d-bc30,U+bc32-bc83,U+bc85-bcf3,U+bcf5-bd33;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.63.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.63.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.63.otf')  format('opentype');unicode-range:U+8862,U+8864,U+bb8d-bbf7,U+bbf9-bbfb,U+bbfd-bbff,U+bc01-bc13,U+bc16-bc1a,U+bc1d-bc30,U+bc32-bc83,U+bc85-bcf3,U+bcf5-bd33;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.63.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.63.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.63.otf')  format('opentype');unicode-range:U+8862,U+8864,U+bb8d-bbf7,U+bbf9-bbfb,U+bbfd-bbff,U+bc01-bc13,U+bc16-bc1a,U+bc1d-bc30,U+bc32-bc83,U+bc85-bcf3,U+bcf5-bd33;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.64.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.64.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.64.otf')  format('opentype');unicode-range:U+846d-8470,U+8472-8474,U+8476-8481,U+8483-848a,U+848c-8498,U+849a-849b,U+849d-84b1,U+84b3-84b7,U+84b9-84c3,U+84c5-84c8,U+84ca-84dc,U+84de-84eb,U+84ed-8512,U+8514-8519,U+851b-8520,U+8522-852b,U+852d-853c,U+853e-8548,U+854b-8573,U+8575-857d,U+857f-8583,U+8585-8586,U+8588-859a,U+859c-85a9,U+85ab-85ae,U+85b0-85c8,U+85ca-85ce,U+85d0-85e3,U+85e5-85e8,U+85ea-85fa,U+85fc-8610,U+8612-862b,U+8bd0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.64.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.64.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.64.otf')  format('opentype');unicode-range:U+846d-8470,U+8472-8474,U+8476-8481,U+8483-848a,U+848c-8498,U+849a-849b,U+849d-84b1,U+84b3-84b7,U+84b9-84c3,U+84c5-84c8,U+84ca-84dc,U+84de-84eb,U+84ed-8512,U+8514-8519,U+851b-8520,U+8522-852b,U+852d-853c,U+853e-8548,U+854b-8573,U+8575-857d,U+857f-8583,U+8585-8586,U+8588-859a,U+859c-85a9,U+85ab-85ae,U+85b0-85c8,U+85ca-85ce,U+85d0-85e3,U+85e5-85e8,U+85ea-85fa,U+85fc-8610,U+8612-862b,U+8bd0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.64.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.64.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.64.otf')  format('opentype');unicode-range:U+846d-8470,U+8472-8474,U+8476-8481,U+8483-848a,U+848c-8498,U+849a-849b,U+849d-84b1,U+84b3-84b7,U+84b9-84c3,U+84c5-84c8,U+84ca-84dc,U+84de-84eb,U+84ed-8512,U+8514-8519,U+851b-8520,U+8522-852b,U+852d-853c,U+853e-8548,U+854b-8573,U+8575-857d,U+857f-8583,U+8585-8586,U+8588-859a,U+859c-85a9,U+85ab-85ae,U+85b0-85c8,U+85ca-85ce,U+85d0-85e3,U+85e5-85e8,U+85ea-85fa,U+85fc-8610,U+8612-862b,U+8bd0;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.65.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.65.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.65.otf')  format('opentype');unicode-range:U+3a22-3bc1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.65.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.65.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.65.otf')  format('opentype');unicode-range:U+3a22-3bc1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.65.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.65.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.65.otf')  format('opentype');unicode-range:U+3a22-3bc1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.66.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.66.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.66.otf')  format('opentype');unicode-range:U+011a-011b,U+ae8c-aed7,U+aed9-b029,U+2b404;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.66.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.66.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.66.otf')  format('opentype');unicode-range:U+011a-011b,U+ae8c-aed7,U+aed9-b029,U+2b404;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.66.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.66.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.66.otf')  format('opentype');unicode-range:U+011a-011b,U+ae8c-aed7,U+aed9-b029,U+2b404;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.67.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.67.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.67.otf')  format('opentype');unicode-range:U+2032-2033,U+2312,U+57cc-57cd,U+7575-7577,U+7b7f,U+f9eb-fe30,U+fe32-fe35,U+fe37-fe6b,U+ff02-ff04,U+ff06-ff07,U+ff0a,U+ff10,U+ff12-ff13,U+ff15-ff19,U+ff1c-ff1d,U+ff20-ff2c,U+ff2e-ff3d,U+ff3f-ff5d,U+ff5f-ff61,U+ff64-ffe4,U+ffe6-ffee;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.67.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.67.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.67.otf')  format('opentype');unicode-range:U+2032-2033,U+2312,U+57cc-57cd,U+7575-7577,U+7b7f,U+f9eb-fe30,U+fe32-fe35,U+fe37-fe6b,U+ff02-ff04,U+ff06-ff07,U+ff0a,U+ff10,U+ff12-ff13,U+ff15-ff19,U+ff1c-ff1d,U+ff20-ff2c,U+ff2e-ff3d,U+ff3f-ff5d,U+ff5f-ff61,U+ff64-ffe4,U+ffe6-ffee;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.67.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.67.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.67.otf')  format('opentype');unicode-range:U+2032-2033,U+2312,U+57cc-57cd,U+7575-7577,U+7b7f,U+f9eb-fe30,U+fe32-fe35,U+fe37-fe6b,U+ff02-ff04,U+ff06-ff07,U+ff0a,U+ff10,U+ff12-ff13,U+ff15-ff19,U+ff1c-ff1d,U+ff20-ff2c,U+ff2e-ff3d,U+ff3f-ff5d,U+ff5f-ff61,U+ff64-ffe4,U+ffe6-ffee;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.68.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.68.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.68.otf')  format('opentype');unicode-range:U+5b6d,U+67ce,U+8d65,U+8d67-8d6a,U+8d6c-8d6f,U+8d71-8d73,U+8d78-8d80,U+8d82-8d84,U+8d86-8d89,U+8d8c-8d9e,U+8da0-8da2,U+8da4-8db2,U+8db5-8dc2,U+8dc4-8dca,U+8dcd-8dd0,U+8dd2-8ddc,U+8de0-8de7,U+8de9,U+8ded-8dee,U+8df0-8df2,U+8df7-8dfa,U+8dfc-8e0e,U+8e10-8e19,U+8e1f-8e21,U+8e23-8e28,U+8e2b-8e43,U+8e45-8e47,U+8e49-8e65,U+8e67-8e71,U+8e73-8e80,U+8e82-8eaa,U+8ead-8eae,U+8eb0-8eb1,U+8eb3-8eb9,U+8ebb-8f23,U+94b6-94b8,U+94d4-94d5,U+9536-953a,U+9559-955b,U+958e-9591,U+95e9;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.68.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.68.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.68.otf')  format('opentype');unicode-range:U+5b6d,U+67ce,U+8d65,U+8d67-8d6a,U+8d6c-8d6f,U+8d71-8d73,U+8d78-8d80,U+8d82-8d84,U+8d86-8d89,U+8d8c-8d9e,U+8da0-8da2,U+8da4-8db2,U+8db5-8dc2,U+8dc4-8dca,U+8dcd-8dd0,U+8dd2-8ddc,U+8de0-8de7,U+8de9,U+8ded-8dee,U+8df0-8df2,U+8df7-8dfa,U+8dfc-8e0e,U+8e10-8e19,U+8e1f-8e21,U+8e23-8e28,U+8e2b-8e43,U+8e45-8e47,U+8e49-8e65,U+8e67-8e71,U+8e73-8e80,U+8e82-8eaa,U+8ead-8eae,U+8eb0-8eb1,U+8eb3-8eb9,U+8ebb-8f23,U+94b6-94b8,U+94d4-94d5,U+9536-953a,U+9559-955b,U+958e-9591,U+95e9;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.68.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.68.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.68.otf')  format('opentype');unicode-range:U+5b6d,U+67ce,U+8d65,U+8d67-8d6a,U+8d6c-8d6f,U+8d71-8d73,U+8d78-8d80,U+8d82-8d84,U+8d86-8d89,U+8d8c-8d9e,U+8da0-8da2,U+8da4-8db2,U+8db5-8dc2,U+8dc4-8dca,U+8dcd-8dd0,U+8dd2-8ddc,U+8de0-8de7,U+8de9,U+8ded-8dee,U+8df0-8df2,U+8df7-8dfa,U+8dfc-8e0e,U+8e10-8e19,U+8e1f-8e21,U+8e23-8e28,U+8e2b-8e43,U+8e45-8e47,U+8e49-8e65,U+8e67-8e71,U+8e73-8e80,U+8e82-8eaa,U+8ead-8eae,U+8eb0-8eb1,U+8eb3-8eb9,U+8ebb-8f23,U+94b6-94b8,U+94d4-94d5,U+9536-953a,U+9559-955b,U+958e-9591,U+95e9;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.69.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.69.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.69.otf')  format('opentype');unicode-range:U+75c6,U+1f100-20118,U+20164-20acd,U+20b8f-20e11,U+20f5f-20f8d,U+21c70,U+22c55,U+25f23,U+2f9f4;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.69.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.69.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.69.otf')  format('opentype');unicode-range:U+75c6,U+1f100-20118,U+20164-20acd,U+20b8f-20e11,U+20f5f-20f8d,U+21c70,U+22c55,U+25f23,U+2f9f4;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.69.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.69.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.69.otf')  format('opentype');unicode-range:U+75c6,U+1f100-20118,U+20164-20acd,U+20b8f-20e11,U+20f5f-20f8d,U+21c70,U+22c55,U+25f23,U+2f9f4;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.70.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.70.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.70.otf')  format('opentype');unicode-range:U+d256-d2b7,U+d2b9-d30b,U+d30d-d3eb,U+d3ed-d3f4,U+24706-2472f;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.70.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.70.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.70.otf')  format('opentype');unicode-range:U+d256-d2b7,U+d2b9-d30b,U+d30d-d3eb,U+d3ed-d3f4,U+24706-2472f;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.70.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.70.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.70.otf')  format('opentype');unicode-range:U+d256-d2b7,U+d2b9-d30b,U+d30d-d3eb,U+d3ed-d3f4,U+24706-2472f;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.71.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.71.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.71.otf')  format('opentype');unicode-range:U+224c,U+2606,U+306b,U+30c8-30cb,U+4e93,U+5e5f-5e61,U+5e63-5e71,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e83,U+5e88-5e89,U+5e8b-5e8e,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8-5eac,U+5eae-5eb4,U+5eb9-5ec8,U+5ecb-5ed2,U+5ed4-5ed5,U+5ed7-5ef5,U+5ef8-5ef9,U+5efb-5eff,U+5f01,U+5f05-5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f19-5f1a,U+5f1c-5f1e,U+5f21-5f24,U+5f28-5f2e,U+5f30,U+5f32-5f38,U+5f3b-5f51,U+5f54,U+5f56-5f61,U+5f63-5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72,U+5f74-5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f86-5f87,U+5f8d-5f8f,U+5f91,U+5f93-5f96,U+5f9a-5f9d,U+5f9f-5fa0,U+5fa2-5fa8,U+5fab-5fad,U+5faf-5fb6,U+5fb8-5fbb,U+5fbe-5fc2,U+5fc4,U+5fc7-5fcb,U+5fce,U+5fd0-5fd6,U+5fda-5fdf,U+5fe1-5fe6,U+5fe8-5fea,U+5fec-5ff4,U+5ff6-5ffc,U+5ffe-5fff,U+6002-600d,U+600f-6011,U+6013-6014,U+6017-601b,U+601e-601f,U+6022-6024,U+6029,U+602b-603a,U+603c-6041,U+6043-604a,U+604e-604f,U+6051,U+6053-6054,U+6056-6061,U+6063,U+6065-6067,U+606a-606b,U+606e,U+6071-6072,U+711b-711c,U+7f07-7f09,U+8bbb,U+8bc7,U+94cf-94d3,U+95f0-95f1,U+9617-9618,U+965f-9660,U+26e40;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.71.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.71.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.71.otf')  format('opentype');unicode-range:U+224c,U+2606,U+306b,U+30c8-30cb,U+4e93,U+5e5f-5e61,U+5e63-5e71,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e83,U+5e88-5e89,U+5e8b-5e8e,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8-5eac,U+5eae-5eb4,U+5eb9-5ec8,U+5ecb-5ed2,U+5ed4-5ed5,U+5ed7-5ef5,U+5ef8-5ef9,U+5efb-5eff,U+5f01,U+5f05-5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f19-5f1a,U+5f1c-5f1e,U+5f21-5f24,U+5f28-5f2e,U+5f30,U+5f32-5f38,U+5f3b-5f51,U+5f54,U+5f56-5f61,U+5f63-5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72,U+5f74-5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f86-5f87,U+5f8d-5f8f,U+5f91,U+5f93-5f96,U+5f9a-5f9d,U+5f9f-5fa0,U+5fa2-5fa8,U+5fab-5fad,U+5faf-5fb6,U+5fb8-5fbb,U+5fbe-5fc2,U+5fc4,U+5fc7-5fcb,U+5fce,U+5fd0-5fd6,U+5fda-5fdf,U+5fe1-5fe6,U+5fe8-5fea,U+5fec-5ff4,U+5ff6-5ffc,U+5ffe-5fff,U+6002-600d,U+600f-6011,U+6013-6014,U+6017-601b,U+601e-601f,U+6022-6024,U+6029,U+602b-603a,U+603c-6041,U+6043-604a,U+604e-604f,U+6051,U+6053-6054,U+6056-6061,U+6063,U+6065-6067,U+606a-606b,U+606e,U+6071-6072,U+711b-711c,U+7f07-7f09,U+8bbb,U+8bc7,U+94cf-94d3,U+95f0-95f1,U+9617-9618,U+965f-9660,U+26e40;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.71.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.71.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.71.otf')  format('opentype');unicode-range:U+224c,U+2606,U+306b,U+30c8-30cb,U+4e93,U+5e5f-5e61,U+5e63-5e71,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e83,U+5e88-5e89,U+5e8b-5e8e,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8-5eac,U+5eae-5eb4,U+5eb9-5ec8,U+5ecb-5ed2,U+5ed4-5ed5,U+5ed7-5ef5,U+5ef8-5ef9,U+5efb-5eff,U+5f01,U+5f05-5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f19-5f1a,U+5f1c-5f1e,U+5f21-5f24,U+5f28-5f2e,U+5f30,U+5f32-5f38,U+5f3b-5f51,U+5f54,U+5f56-5f61,U+5f63-5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72,U+5f74-5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f86-5f87,U+5f8d-5f8f,U+5f91,U+5f93-5f96,U+5f9a-5f9d,U+5f9f-5fa0,U+5fa2-5fa8,U+5fab-5fad,U+5faf-5fb6,U+5fb8-5fbb,U+5fbe-5fc2,U+5fc4,U+5fc7-5fcb,U+5fce,U+5fd0-5fd6,U+5fda-5fdf,U+5fe1-5fe6,U+5fe8-5fea,U+5fec-5ff4,U+5ff6-5ffc,U+5ffe-5fff,U+6002-600d,U+600f-6011,U+6013-6014,U+6017-601b,U+601e-601f,U+6022-6024,U+6029,U+602b-603a,U+603c-6041,U+6043-604a,U+604e-604f,U+6051,U+6053-6054,U+6056-6061,U+6063,U+6065-6067,U+606a-606b,U+606e,U+6071-6072,U+711b-711c,U+7f07-7f09,U+8bbb,U+8bc7,U+94cf-94d3,U+95f0-95f1,U+9617-9618,U+965f-9660,U+26e40;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.72.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.72.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.72.otf')  format('opentype');unicode-range:U+95b6-95b7,U+c83b,U+cbd8-cc27,U+cc29-cc43,U+cc45-cc9b,U+cc9d-ccb3,U+ccb5-cd78;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.72.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.72.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.72.otf')  format('opentype');unicode-range:U+95b6-95b7,U+c83b,U+cbd8-cc27,U+cc29-cc43,U+cc45-cc9b,U+cc9d-ccb3,U+ccb5-cd78;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.72.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.72.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.72.otf')  format('opentype');unicode-range:U+95b6-95b7,U+c83b,U+cbd8-cc27,U+cc29-cc43,U+cc45-cc9b,U+cc9d-ccb3,U+ccb5-cd78;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.73.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.73.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.73.otf')  format('opentype');unicode-range:U+3f03-40a6,U+c83e-c840;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.73.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.73.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.73.otf')  format('opentype');unicode-range:U+3f03-40a6,U+c83e-c840;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.73.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.73.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.73.otf')  format('opentype');unicode-range:U+3f03-40a6,U+c83e-c840;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.74.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.74.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.74.otf')  format('opentype');unicode-range:U+541c,U+ace8-acfb,U+acfd-ad4f,U+ad51-ad6b,U+ad6e-adf7,U+adf9-ae2f,U+ae31-ae37,U+ae39-ae3f,U+ae41-ae4b,U+ae4d-ae8b,U+c7c3-c7c5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.74.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.74.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.74.otf')  format('opentype');unicode-range:U+541c,U+ace8-acfb,U+acfd-ad4f,U+ad51-ad6b,U+ad6e-adf7,U+adf9-ae2f,U+ae31-ae37,U+ae39-ae3f,U+ae41-ae4b,U+ae4d-ae8b,U+c7c3-c7c5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.74.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.74.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.74.otf')  format('opentype');unicode-range:U+541c,U+ace8-acfb,U+acfd-ad4f,U+ad51-ad6b,U+ad6e-adf7,U+adf9-ae2f,U+ae31-ae37,U+ae39-ae3f,U+ae41-ae4b,U+ae4d-ae8b,U+c7c3-c7c5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.75.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.75.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.75.otf')  format('opentype');unicode-range:U+b6ad-b77b,U+b77d-b78b,U+b78d-b790,U+b792-b797,U+b799-b823,U+b825-b850;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.75.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.75.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.75.otf')  format('opentype');unicode-range:U+b6ad-b77b,U+b77d-b78b,U+b78d-b790,U+b792-b797,U+b799-b823,U+b825-b850;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.75.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.75.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.75.otf')  format('opentype');unicode-range:U+b6ad-b77b,U+b77d-b78b,U+b78d-b790,U+b792-b797,U+b799-b823,U+b825-b850;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.76.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.76.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.76.otf')  format('opentype');unicode-range:U+24ff,U+587b-5882,U+5884,U+5886-5892,U+5894-5898,U+589a-589d,U+58a0-58a7,U+58aa-58c0,U+58c2-58e3,U+58e5-58ea,U+58f1-58f2,U+58f4-58f5,U+58f7-5903,U+5905-5906,U+5908-590c,U+590e,U+5910-5914,U+5917-5919,U+591b,U+591d-591e,U+5920-5926,U+5928,U+592c,U+592f-5930,U+5932-5933,U+5935-5936,U+593b-5946,U+594a,U+594c-594d,U+5950,U+5952-5953,U+5958-595f,U+5961,U+5963-5964,U+5966-5972,U+5975,U+5977,U+597a-597c,U+597e-5981,U+5985,U+5989-5991,U+5994-5995,U+5997-5998,U+599a-59a4,U+59a6-59a7,U+59ac-59ad,U+59af-59b8,U+59ba,U+59bc-59bd,U+59bf-59c5,U+59c7-59c9,U+59cc-59cf,U+59d2,U+59d5-59d9,U+59db,U+59dd-59e7,U+59e9-59eb,U+59ed-59fa,U+59fc-59fe,U+5a00,U+5a02,U+5a04,U+5a06,U+5a08-5a17,U+5a19-5a1b,U+5a1d-5a1e,U+5a20-5a30,U+5a32-5a33,U+5a35,U+5a37-5a45,U+5a47-5a48,U+5a4a-5a59,U+5a5b-5a69,U+5a6b-5a73,U+5a75-5a76,U+7ae4,U+8f67,U+94ea-94ec,U+95b4-95b5,U+95c7-95cc;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.76.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.76.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.76.otf')  format('opentype');unicode-range:U+24ff,U+587b-5882,U+5884,U+5886-5892,U+5894-5898,U+589a-589d,U+58a0-58a7,U+58aa-58c0,U+58c2-58e3,U+58e5-58ea,U+58f1-58f2,U+58f4-58f5,U+58f7-5903,U+5905-5906,U+5908-590c,U+590e,U+5910-5914,U+5917-5919,U+591b,U+591d-591e,U+5920-5926,U+5928,U+592c,U+592f-5930,U+5932-5933,U+5935-5936,U+593b-5946,U+594a,U+594c-594d,U+5950,U+5952-5953,U+5958-595f,U+5961,U+5963-5964,U+5966-5972,U+5975,U+5977,U+597a-597c,U+597e-5981,U+5985,U+5989-5991,U+5994-5995,U+5997-5998,U+599a-59a4,U+59a6-59a7,U+59ac-59ad,U+59af-59b8,U+59ba,U+59bc-59bd,U+59bf-59c5,U+59c7-59c9,U+59cc-59cf,U+59d2,U+59d5-59d9,U+59db,U+59dd-59e7,U+59e9-59eb,U+59ed-59fa,U+59fc-59fe,U+5a00,U+5a02,U+5a04,U+5a06,U+5a08-5a17,U+5a19-5a1b,U+5a1d-5a1e,U+5a20-5a30,U+5a32-5a33,U+5a35,U+5a37-5a45,U+5a47-5a48,U+5a4a-5a59,U+5a5b-5a69,U+5a6b-5a73,U+5a75-5a76,U+7ae4,U+8f67,U+94ea-94ec,U+95b4-95b5,U+95c7-95cc;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.76.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.76.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.76.otf')  format('opentype');unicode-range:U+24ff,U+587b-5882,U+5884,U+5886-5892,U+5894-5898,U+589a-589d,U+58a0-58a7,U+58aa-58c0,U+58c2-58e3,U+58e5-58ea,U+58f1-58f2,U+58f4-58f5,U+58f7-5903,U+5905-5906,U+5908-590c,U+590e,U+5910-5914,U+5917-5919,U+591b,U+591d-591e,U+5920-5926,U+5928,U+592c,U+592f-5930,U+5932-5933,U+5935-5936,U+593b-5946,U+594a,U+594c-594d,U+5950,U+5952-5953,U+5958-595f,U+5961,U+5963-5964,U+5966-5972,U+5975,U+5977,U+597a-597c,U+597e-5981,U+5985,U+5989-5991,U+5994-5995,U+5997-5998,U+599a-59a4,U+59a6-59a7,U+59ac-59ad,U+59af-59b8,U+59ba,U+59bc-59bd,U+59bf-59c5,U+59c7-59c9,U+59cc-59cf,U+59d2,U+59d5-59d9,U+59db,U+59dd-59e7,U+59e9-59eb,U+59ed-59fa,U+59fc-59fe,U+5a00,U+5a02,U+5a04,U+5a06,U+5a08-5a17,U+5a19-5a1b,U+5a1d-5a1e,U+5a20-5a30,U+5a32-5a33,U+5a35,U+5a37-5a45,U+5a47-5a48,U+5a4a-5a59,U+5a5b-5a69,U+5a6b-5a73,U+5a75-5a76,U+7ae4,U+8f67,U+94ea-94ec,U+95b4-95b5,U+95c7-95cc;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.77.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.77.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.77.otf')  format('opentype');unicode-range:U+30b0-30b6,U+4f35,U+5c80,U+70da,U+7600-7602,U+7931-7933,U+7935-7939,U+793b,U+793d,U+793f,U+7941-7947,U+7949-7955,U+7957-795a,U+795c,U+7961-7964,U+7966-7967,U+7969-796c,U+796e-7976,U+7979-797f,U+7982-7983,U+7986-798e,U+7990-79a6,U+79a8-79b8,U+79ba,U+79bf,U+79c2-79c8,U+79ca,U+79cc,U+79ce-79d0,U+79d3-79d4,U+79d6-79d7,U+79d9-79de,U+79e0-79e3,U+79e5,U+79e7-79e8,U+79ea-79ee,U+79f1-79fa,U+79fc,U+79fe-79ff,U+7a01-7a0a,U+7a0c,U+7a0f-7a19,U+7a1b-7a1f,U+7a21-7a22,U+7a24-7a32,U+7a34-7a3a,U+7a3c,U+7a40-7a45,U+7a47-7a56,U+7a58-7a73,U+7a75,U+7a78,U+7a7b-7a7e,U+7a80,U+7a82,U+7a85-7a8c,U+7a8e-7a90,U+7a94-7a96,U+7a98-7a9b,U+7aa0-7aa4,U+7aa7-7aca,U+7acc-7ad5,U+7ad7-7ad8,U+7ada-7add,U+7ae1-7ae2,U+7ae6-7aec,U+7aee,U+7af0-7af8,U+7afa-7afe,U+7b00-7b02,U+7b04-7b0a,U+7b0c-7b10,U+7b12-7b13,U+8338,U+94af-94b0,U+9583-9589,U+9889,U+c7c6-c7c8,U+2b461;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.77.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.77.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.77.otf')  format('opentype');unicode-range:U+30b0-30b6,U+4f35,U+5c80,U+70da,U+7600-7602,U+7931-7933,U+7935-7939,U+793b,U+793d,U+793f,U+7941-7947,U+7949-7955,U+7957-795a,U+795c,U+7961-7964,U+7966-7967,U+7969-796c,U+796e-7976,U+7979-797f,U+7982-7983,U+7986-798e,U+7990-79a6,U+79a8-79b8,U+79ba,U+79bf,U+79c2-79c8,U+79ca,U+79cc,U+79ce-79d0,U+79d3-79d4,U+79d6-79d7,U+79d9-79de,U+79e0-79e3,U+79e5,U+79e7-79e8,U+79ea-79ee,U+79f1-79fa,U+79fc,U+79fe-79ff,U+7a01-7a0a,U+7a0c,U+7a0f-7a19,U+7a1b-7a1f,U+7a21-7a22,U+7a24-7a32,U+7a34-7a3a,U+7a3c,U+7a40-7a45,U+7a47-7a56,U+7a58-7a73,U+7a75,U+7a78,U+7a7b-7a7e,U+7a80,U+7a82,U+7a85-7a8c,U+7a8e-7a90,U+7a94-7a96,U+7a98-7a9b,U+7aa0-7aa4,U+7aa7-7aca,U+7acc-7ad5,U+7ad7-7ad8,U+7ada-7add,U+7ae1-7ae2,U+7ae6-7aec,U+7aee,U+7af0-7af8,U+7afa-7afe,U+7b00-7b02,U+7b04-7b0a,U+7b0c-7b10,U+7b12-7b13,U+8338,U+94af-94b0,U+9583-9589,U+9889,U+c7c6-c7c8,U+2b461;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.77.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.77.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.77.otf')  format('opentype');unicode-range:U+30b0-30b6,U+4f35,U+5c80,U+70da,U+7600-7602,U+7931-7933,U+7935-7939,U+793b,U+793d,U+793f,U+7941-7947,U+7949-7955,U+7957-795a,U+795c,U+7961-7964,U+7966-7967,U+7969-796c,U+796e-7976,U+7979-797f,U+7982-7983,U+7986-798e,U+7990-79a6,U+79a8-79b8,U+79ba,U+79bf,U+79c2-79c8,U+79ca,U+79cc,U+79ce-79d0,U+79d3-79d4,U+79d6-79d7,U+79d9-79de,U+79e0-79e3,U+79e5,U+79e7-79e8,U+79ea-79ee,U+79f1-79fa,U+79fc,U+79fe-79ff,U+7a01-7a0a,U+7a0c,U+7a0f-7a19,U+7a1b-7a1f,U+7a21-7a22,U+7a24-7a32,U+7a34-7a3a,U+7a3c,U+7a40-7a45,U+7a47-7a56,U+7a58-7a73,U+7a75,U+7a78,U+7a7b-7a7e,U+7a80,U+7a82,U+7a85-7a8c,U+7a8e-7a90,U+7a94-7a96,U+7a98-7a9b,U+7aa0-7aa4,U+7aa7-7aca,U+7acc-7ad5,U+7ad7-7ad8,U+7ada-7add,U+7ae1-7ae2,U+7ae6-7aec,U+7aee,U+7af0-7af8,U+7afa-7afe,U+7b00-7b02,U+7b04-7b0a,U+7b0c-7b10,U+7b12-7b13,U+8338,U+94af-94b0,U+9583-9589,U+9889,U+c7c6-c7c8,U+2b461;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.78.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.78.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.78.otf')  format('opentype');unicode-range:U+5a78-5a91,U+5a93-5a99,U+5a9c-5ab1,U+5ab4-5ac0,U+5ac3-5ac8,U+5aca-5acb,U+5acd-5ae8,U+5aea-5b08,U+5b0a-5b4f,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b5e,U+5b60-5b62,U+5b65,U+5b67-5b68,U+5b6a-5b6b,U+5b6e-5b77,U+5b79-5b7c,U+5b7e-5b80,U+5b86,U+5b8a,U+5b8d-5b8e,U+5b90-5b96,U+5b9f,U+5ba5-5ba9,U+5bac-5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba-5bbc,U+5bc0-5bc1,U+5bc3,U+5bc8-5bcb,U+5bcd-5bcf,U+5bd1,U+5bd4-5bdc,U+5be0,U+5be2-5be4,U+5be6-5be7,U+5be9-5bf7,U+5bfd-5bfe,U+5c00,U+5c02-5c03,U+5c05,U+5c07-5c08,U+5c0b-5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c23,U+5c25-5c26,U+5c28-5c2b,U+5c2d-5c30,U+5c32-5c33,U+5c35-5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c49,U+5c4c-5c4d,U+5c52-5c54,U+5c56-5c5d,U+5c5f,U+5c62-5c64,U+5c66-5c6e,U+5c70,U+5c72-5c7e,U+5c98-5c99,U+5f09,U+6da7,U+8ba3,U+94a3-94a4,U+94a8,U+9542-9546,U+9550-9555,U+9598-959b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.78.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.78.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.78.otf')  format('opentype');unicode-range:U+5a78-5a91,U+5a93-5a99,U+5a9c-5ab1,U+5ab4-5ac0,U+5ac3-5ac8,U+5aca-5acb,U+5acd-5ae8,U+5aea-5b08,U+5b0a-5b4f,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b5e,U+5b60-5b62,U+5b65,U+5b67-5b68,U+5b6a-5b6b,U+5b6e-5b77,U+5b79-5b7c,U+5b7e-5b80,U+5b86,U+5b8a,U+5b8d-5b8e,U+5b90-5b96,U+5b9f,U+5ba5-5ba9,U+5bac-5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba-5bbc,U+5bc0-5bc1,U+5bc3,U+5bc8-5bcb,U+5bcd-5bcf,U+5bd1,U+5bd4-5bdc,U+5be0,U+5be2-5be4,U+5be6-5be7,U+5be9-5bf7,U+5bfd-5bfe,U+5c00,U+5c02-5c03,U+5c05,U+5c07-5c08,U+5c0b-5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c23,U+5c25-5c26,U+5c28-5c2b,U+5c2d-5c30,U+5c32-5c33,U+5c35-5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c49,U+5c4c-5c4d,U+5c52-5c54,U+5c56-5c5d,U+5c5f,U+5c62-5c64,U+5c66-5c6e,U+5c70,U+5c72-5c7e,U+5c98-5c99,U+5f09,U+6da7,U+8ba3,U+94a3-94a4,U+94a8,U+9542-9546,U+9550-9555,U+9598-959b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.78.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.78.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.78.otf')  format('opentype');unicode-range:U+5a78-5a91,U+5a93-5a99,U+5a9c-5ab1,U+5ab4-5ac0,U+5ac3-5ac8,U+5aca-5acb,U+5acd-5ae8,U+5aea-5b08,U+5b0a-5b4f,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b5e,U+5b60-5b62,U+5b65,U+5b67-5b68,U+5b6a-5b6b,U+5b6e-5b77,U+5b79-5b7c,U+5b7e-5b80,U+5b86,U+5b8a,U+5b8d-5b8e,U+5b90-5b96,U+5b9f,U+5ba5-5ba9,U+5bac-5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba-5bbc,U+5bc0-5bc1,U+5bc3,U+5bc8-5bcb,U+5bcd-5bcf,U+5bd1,U+5bd4-5bdc,U+5be0,U+5be2-5be4,U+5be6-5be7,U+5be9-5bf7,U+5bfd-5bfe,U+5c00,U+5c02-5c03,U+5c05,U+5c07-5c08,U+5c0b-5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c23,U+5c25-5c26,U+5c28-5c2b,U+5c2d-5c30,U+5c32-5c33,U+5c35-5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c49,U+5c4c-5c4d,U+5c52-5c54,U+5c56-5c5d,U+5c5f,U+5c62-5c64,U+5c66-5c6e,U+5c70,U+5c72-5c7e,U+5c98-5c99,U+5f09,U+6da7,U+8ba3,U+94a3-94a4,U+94a8,U+9542-9546,U+9550-9555,U+9598-959b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.79.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.79.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.79.otf')  format('opentype');unicode-range:U+03a3,U+03be,U+222a,U+23c9-23db,U+2466-24fd,U+2503-252b,U+252d-25b7,U+25c0-25ce,U+25d0-2603,U+260e-273d,U+5b78,U+5f9e,U+7d93,U+91cb,U+953c-953f,U+95dc,U+961e,U+fe36,U+ff11;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.79.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.79.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.79.otf')  format('opentype');unicode-range:U+03a3,U+03be,U+222a,U+23c9-23db,U+2466-24fd,U+2503-252b,U+252d-25b7,U+25c0-25ce,U+25d0-2603,U+260e-273d,U+5b78,U+5f9e,U+7d93,U+91cb,U+953c-953f,U+95dc,U+961e,U+fe36,U+ff11;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.79.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.79.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.79.otf')  format('opentype');unicode-range:U+03a3,U+03be,U+222a,U+23c9-23db,U+2466-24fd,U+2503-252b,U+252d-25b7,U+25c0-25ce,U+25d0-2603,U+260e-273d,U+5b78,U+5f9e,U+7d93,U+91cb,U+953c-953f,U+95dc,U+961e,U+fe36,U+ff11;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.80.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.80.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.80.otf')  format('opentype');unicode-range:U+43e6-4588;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.80.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.80.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.80.otf')  format('opentype');unicode-range:U+43e6-4588;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.80.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.80.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.80.otf')  format('opentype');unicode-range:U+43e6-4588;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.81.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.81.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.81.otf')  format('opentype');unicode-range:U+0391,U+2200,U+2234-2235,U+2423,U+30c2,U+4e0c,U+4e57,U+51f7,U+5497,U+56f1-56f3,U+5c95-5c96,U+5fa9,U+625c-6262,U+6264,U+6271-6275,U+6277-6278,U+627a-627b,U+6281-6283,U+6285-6289,U+628b-6290,U+6294,U+6299,U+629c-62a1,U+62a3,U+62a6-62aa,U+62ad-62b0,U+62b2-62b4,U+62b6-62b8,U+62ba-62bb,U+62be-62c1,U+62c3-62c4,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d5,U+62d7,U+62da,U+62dd-62de,U+62e0-62e1,U+62e3-62e4,U+62ea-62eb,U+62f2,U+62f4-62f6,U+62f8-62fb,U+6303-6306,U+6308,U+630a-6310,U+6312-6315,U+6317-6319,U+631b-631e,U+6322,U+6326-6327,U+6329,U+632c-632e,U+6330-6339,U+633b-633c,U+633e-6345,U+634a-634d,U+6351-6354,U+6356-635d,U+6360,U+6364-6366,U+6368-636d,U+636f-6376,U+6378-637f,U+6381-6387,U+638a-638b,U+638d-638e,U+6393-6397,U+6399-639f,U+63a3-63a4,U+63a6,U+63ab-63b6,U+63b8-63b9,U+63bb-63c8,U+63ca-63ce,U+63d1,U+63d3-63e0,U+63e2,U+63e4-63e9,U+63eb-63ec,U+63ee-63f3,U+63f5-63fc,U+63fe-6400,U+6402-6404,U+6406-640e,U+6410-6412,U+6414-641b,U+641d,U+641f-6425,U+6428-642b,U+642e-6439,U+643b-6443,U+6445,U+6448-6449,U+644b-6453,U+6455-6457,U+6459-6466,U+6468,U+646a-6477,U+647a-647c,U+73fe,U+7481-7482,U+7573,U+7a92-7a93,U+7e4b,U+80f4-80f5,U+8aac,U+9678-967a,U+983c,U+ff62-ff63,U+25d99,U+2f947;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.81.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.81.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.81.otf')  format('opentype');unicode-range:U+0391,U+2200,U+2234-2235,U+2423,U+30c2,U+4e0c,U+4e57,U+51f7,U+5497,U+56f1-56f3,U+5c95-5c96,U+5fa9,U+625c-6262,U+6264,U+6271-6275,U+6277-6278,U+627a-627b,U+6281-6283,U+6285-6289,U+628b-6290,U+6294,U+6299,U+629c-62a1,U+62a3,U+62a6-62aa,U+62ad-62b0,U+62b2-62b4,U+62b6-62b8,U+62ba-62bb,U+62be-62c1,U+62c3-62c4,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d5,U+62d7,U+62da,U+62dd-62de,U+62e0-62e1,U+62e3-62e4,U+62ea-62eb,U+62f2,U+62f4-62f6,U+62f8-62fb,U+6303-6306,U+6308,U+630a-6310,U+6312-6315,U+6317-6319,U+631b-631e,U+6322,U+6326-6327,U+6329,U+632c-632e,U+6330-6339,U+633b-633c,U+633e-6345,U+634a-634d,U+6351-6354,U+6356-635d,U+6360,U+6364-6366,U+6368-636d,U+636f-6376,U+6378-637f,U+6381-6387,U+638a-638b,U+638d-638e,U+6393-6397,U+6399-639f,U+63a3-63a4,U+63a6,U+63ab-63b6,U+63b8-63b9,U+63bb-63c8,U+63ca-63ce,U+63d1,U+63d3-63e0,U+63e2,U+63e4-63e9,U+63eb-63ec,U+63ee-63f3,U+63f5-63fc,U+63fe-6400,U+6402-6404,U+6406-640e,U+6410-6412,U+6414-641b,U+641d,U+641f-6425,U+6428-642b,U+642e-6439,U+643b-6443,U+6445,U+6448-6449,U+644b-6453,U+6455-6457,U+6459-6466,U+6468,U+646a-6477,U+647a-647c,U+73fe,U+7481-7482,U+7573,U+7a92-7a93,U+7e4b,U+80f4-80f5,U+8aac,U+9678-967a,U+983c,U+ff62-ff63,U+25d99,U+2f947;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.81.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.81.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.81.otf')  format('opentype');unicode-range:U+0391,U+2200,U+2234-2235,U+2423,U+30c2,U+4e0c,U+4e57,U+51f7,U+5497,U+56f1-56f3,U+5c95-5c96,U+5fa9,U+625c-6262,U+6264,U+6271-6275,U+6277-6278,U+627a-627b,U+6281-6283,U+6285-6289,U+628b-6290,U+6294,U+6299,U+629c-62a1,U+62a3,U+62a6-62aa,U+62ad-62b0,U+62b2-62b4,U+62b6-62b8,U+62ba-62bb,U+62be-62c1,U+62c3-62c4,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d5,U+62d7,U+62da,U+62dd-62de,U+62e0-62e1,U+62e3-62e4,U+62ea-62eb,U+62f2,U+62f4-62f6,U+62f8-62fb,U+6303-6306,U+6308,U+630a-6310,U+6312-6315,U+6317-6319,U+631b-631e,U+6322,U+6326-6327,U+6329,U+632c-632e,U+6330-6339,U+633b-633c,U+633e-6345,U+634a-634d,U+6351-6354,U+6356-635d,U+6360,U+6364-6366,U+6368-636d,U+636f-6376,U+6378-637f,U+6381-6387,U+638a-638b,U+638d-638e,U+6393-6397,U+6399-639f,U+63a3-63a4,U+63a6,U+63ab-63b6,U+63b8-63b9,U+63bb-63c8,U+63ca-63ce,U+63d1,U+63d3-63e0,U+63e2,U+63e4-63e9,U+63eb-63ec,U+63ee-63f3,U+63f5-63fc,U+63fe-6400,U+6402-6404,U+6406-640e,U+6410-6412,U+6414-641b,U+641d,U+641f-6425,U+6428-642b,U+642e-6439,U+643b-6443,U+6445,U+6448-6449,U+644b-6453,U+6455-6457,U+6459-6466,U+6468,U+646a-6477,U+647a-647c,U+73fe,U+7481-7482,U+7573,U+7a92-7a93,U+7e4b,U+80f4-80f5,U+8aac,U+9678-967a,U+983c,U+ff62-ff63,U+25d99,U+2f947;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.82.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.82.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.82.otf')  format('opentype');unicode-range:U+472a-48ca;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.82.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.82.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.82.otf')  format('opentype');unicode-range:U+472a-48ca;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.82.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.82.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.82.otf')  format('opentype');unicode-range:U+472a-48ca;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.83.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.83.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.83.otf')  format('opentype');unicode-range:U+c215-c217,U+c219-c2a3,U+c2a5-c2b4,U+c2b6-c2db,U+c2de-c2df,U+c2e1-c2eb,U+c2ed-c3b5,U+c701-c703,U+c7c1-c7c2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.83.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.83.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.83.otf')  format('opentype');unicode-range:U+c215-c217,U+c219-c2a3,U+c2a5-c2b4,U+c2b6-c2db,U+c2de-c2df,U+c2e1-c2eb,U+c2ed-c3b5,U+c701-c703,U+c7c1-c7c2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.83.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.83.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.83.otf')  format('opentype');unicode-range:U+c215-c217,U+c219-c2a3,U+c2a5-c2b4,U+c2b6-c2db,U+c2de-c2df,U+c2e1-c2eb,U+c2ed-c3b5,U+c701-c703,U+c7c1-c7c2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.84.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.84.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.84.otf')  format('opentype');unicode-range:U+40a7-4245,U+94de-94df;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.84.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.84.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.84.otf')  format('opentype');unicode-range:U+40a7-4245,U+94de-94df;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.84.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.84.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.84.otf')  format('opentype');unicode-range:U+40a7-4245,U+94de-94df;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.85.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.85.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.85.otf')  format('opentype');unicode-range:U+2016,U+5741-5742,U+6074-6075,U+6077-607b,U+607d-6083,U+6085-6088,U+608a-608c,U+608e-6093,U+6095-609e,U+60a1-60a2,U+60a4-60a5,U+60a7,U+60a9-60ab,U+60ad-60ae,U+60b0-60b1,U+60b3-60bb,U+60bd-60c4,U+60c6-60c9,U+60cb-60d0,U+60d2-60d4,U+60d6-60db,U+60dd-60de,U+60e1-60e6,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-6100,U+6102-6107,U+610a-610e,U+6110-6119,U+611b-611e,U+6120-6123,U+6125-6126,U+6128-613e,U+6140-6147,U+6149-614b,U+614d,U+614f-6154,U+6156-6161,U+6163-6166,U+6169-616f,U+6171-6176,U+6178-618d,U+618f-61a8,U+61aa-61bd,U+61bf-61c1,U+61c3-61c7,U+61c9-61d1,U+61d3-6205,U+6207,U+6209,U+620b,U+6213-6215,U+6217,U+6219,U+621b-6229,U+622b-6232,U+6235-6236,U+6238-623e,U+6244-6246,U+6248-624a,U+624c,U+624f-6250,U+6255-6257,U+6259-625a,U+6268,U+626a,U+725c-725e,U+79be,U+949a-949c,U+9509-950a,U+22c62,U+237a2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.85.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.85.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.85.otf')  format('opentype');unicode-range:U+2016,U+5741-5742,U+6074-6075,U+6077-607b,U+607d-6083,U+6085-6088,U+608a-608c,U+608e-6093,U+6095-609e,U+60a1-60a2,U+60a4-60a5,U+60a7,U+60a9-60ab,U+60ad-60ae,U+60b0-60b1,U+60b3-60bb,U+60bd-60c4,U+60c6-60c9,U+60cb-60d0,U+60d2-60d4,U+60d6-60db,U+60dd-60de,U+60e1-60e6,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-6100,U+6102-6107,U+610a-610e,U+6110-6119,U+611b-611e,U+6120-6123,U+6125-6126,U+6128-613e,U+6140-6147,U+6149-614b,U+614d,U+614f-6154,U+6156-6161,U+6163-6166,U+6169-616f,U+6171-6176,U+6178-618d,U+618f-61a8,U+61aa-61bd,U+61bf-61c1,U+61c3-61c7,U+61c9-61d1,U+61d3-6205,U+6207,U+6209,U+620b,U+6213-6215,U+6217,U+6219,U+621b-6229,U+622b-6232,U+6235-6236,U+6238-623e,U+6244-6246,U+6248-624a,U+624c,U+624f-6250,U+6255-6257,U+6259-625a,U+6268,U+626a,U+725c-725e,U+79be,U+949a-949c,U+9509-950a,U+22c62,U+237a2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.85.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.85.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.85.otf')  format('opentype');unicode-range:U+2016,U+5741-5742,U+6074-6075,U+6077-607b,U+607d-6083,U+6085-6088,U+608a-608c,U+608e-6093,U+6095-609e,U+60a1-60a2,U+60a4-60a5,U+60a7,U+60a9-60ab,U+60ad-60ae,U+60b0-60b1,U+60b3-60bb,U+60bd-60c4,U+60c6-60c9,U+60cb-60d0,U+60d2-60d4,U+60d6-60db,U+60dd-60de,U+60e1-60e6,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-6100,U+6102-6107,U+610a-610e,U+6110-6119,U+611b-611e,U+6120-6123,U+6125-6126,U+6128-613e,U+6140-6147,U+6149-614b,U+614d,U+614f-6154,U+6156-6161,U+6163-6166,U+6169-616f,U+6171-6176,U+6178-618d,U+618f-61a8,U+61aa-61bd,U+61bf-61c1,U+61c3-61c7,U+61c9-61d1,U+61d3-6205,U+6207,U+6209,U+620b,U+6213-6215,U+6217,U+6219,U+621b-6229,U+622b-6232,U+6235-6236,U+6238-623e,U+6244-6246,U+6248-624a,U+624c,U+624f-6250,U+6255-6257,U+6259-625a,U+6268,U+626a,U+725c-725e,U+79be,U+949a-949c,U+9509-950a,U+22c62,U+237a2;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.86.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.86.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.86.otf')  format('opentype');unicode-range:U+0000-0020,U+00a1-00af,U+00b1-00b6,U+00b8-00c4,U+00c6-00d6,U+00d8-00df,U+00e2-00e7,U+00ea-00eb,U+00ed-00f1,U+00f4-00f8,U+00fa-0100,U+0102-0113,U+0128-01cd,U+01d1-01d3,U+01d5-01f9,U+02d9,U+0392-039a,U+039c-03a1,U+03a4-03b5,U+03bb-03bc,U+03c3-03c4,U+03c6-1185,U+201a,U+2035,U+2160,U+3060,U+634e,U+6baa,U+6eb9,U+824f,U+948a-948b,U+9564-9568,U+95bb-95bd,U+9a83;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.86.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.86.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.86.otf')  format('opentype');unicode-range:U+0000-0020,U+00a1-00af,U+00b1-00b6,U+00b8-00c4,U+00c6-00d6,U+00d8-00df,U+00e2-00e7,U+00ea-00eb,U+00ed-00f1,U+00f4-00f8,U+00fa-0100,U+0102-0113,U+0128-01cd,U+01d1-01d3,U+01d5-01f9,U+02d9,U+0392-039a,U+039c-03a1,U+03a4-03b5,U+03bb-03bc,U+03c3-03c4,U+03c6-1185,U+201a,U+2035,U+2160,U+3060,U+634e,U+6baa,U+6eb9,U+824f,U+948a-948b,U+9564-9568,U+95bb-95bd,U+9a83;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.86.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.86.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.86.otf')  format('opentype');unicode-range:U+0000-0020,U+00a1-00af,U+00b1-00b6,U+00b8-00c4,U+00c6-00d6,U+00d8-00df,U+00e2-00e7,U+00ea-00eb,U+00ed-00f1,U+00f4-00f8,U+00fa-0100,U+0102-0113,U+0128-01cd,U+01d1-01d3,U+01d5-01f9,U+02d9,U+0392-039a,U+039c-03a1,U+03a4-03b5,U+03bb-03bc,U+03c3-03c4,U+03c6-1185,U+201a,U+2035,U+2160,U+3060,U+634e,U+6baa,U+6eb9,U+824f,U+948a-948b,U+9564-9568,U+95bb-95bd,U+9a83;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.87.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.87.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.87.otf')  format('opentype');unicode-range:U+4246-43e5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.87.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.87.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.87.otf')  format('opentype');unicode-range:U+4246-43e5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.87.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.87.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.87.otf')  format('opentype');unicode-range:U+4246-43e5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.88.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.88.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.88.otf')  format('opentype');unicode-range:U+309d,U+5491,U+64ae-64af,U+89c7,U+9d73-9dde,U+9de0-9e1e,U+9e24-9e25,U+9e27-9e2c,U+9e2e-9e31,U+9e34-9e3c,U+9e40-9e44,U+9e46-9e49,U+9e4b-9e4e,U+9e50-9e63,U+9e65-9e6f,U+9e71-9e7e,U+9e80-9e92,U+9e94-9e9e,U+9ea0-9ea5,U+9ea7-9eba,U+9ebc-9ec3,U+9ec5-9ecd,U+9ed0,U+9ed2-9ed7,U+9ed9-9eda,U+9edc-9eee,U+9ef0-9f0d,U+9f0f-9f12,U+9f14-9f1f,U+9f21-9f2e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.88.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.88.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.88.otf')  format('opentype');unicode-range:U+309d,U+5491,U+64ae-64af,U+89c7,U+9d73-9dde,U+9de0-9e1e,U+9e24-9e25,U+9e27-9e2c,U+9e2e-9e31,U+9e34-9e3c,U+9e40-9e44,U+9e46-9e49,U+9e4b-9e4e,U+9e50-9e63,U+9e65-9e6f,U+9e71-9e7e,U+9e80-9e92,U+9e94-9e9e,U+9ea0-9ea5,U+9ea7-9eba,U+9ebc-9ec3,U+9ec5-9ecd,U+9ed0,U+9ed2-9ed7,U+9ed9-9eda,U+9edc-9eee,U+9ef0-9f0d,U+9f0f-9f12,U+9f14-9f1f,U+9f21-9f2e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.88.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.88.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.88.otf')  format('opentype');unicode-range:U+309d,U+5491,U+64ae-64af,U+89c7,U+9d73-9dde,U+9de0-9e1e,U+9e24-9e25,U+9e27-9e2c,U+9e2e-9e31,U+9e34-9e3c,U+9e40-9e44,U+9e46-9e49,U+9e4b-9e4e,U+9e50-9e63,U+9e65-9e6f,U+9e71-9e7e,U+9e80-9e92,U+9e94-9e9e,U+9ea0-9ea5,U+9ea7-9eba,U+9ebc-9ec3,U+9ec5-9ecd,U+9ed0,U+9ed2-9ed7,U+9ed9-9eda,U+9edc-9eee,U+9ef0-9f0d,U+9f0f-9f12,U+9f14-9f1f,U+9f21-9f2e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.89.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.89.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.89.otf')  format('opentype');unicode-range:U+3d63-3f02;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.89.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.89.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.89.otf')  format('opentype');unicode-range:U+3d63-3f02;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.89.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.89.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.89.otf')  format('opentype');unicode-range:U+3d63-3f02;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.90.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.90.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.90.otf')  format('opentype');unicode-range:U+2027,U+54cf-54d0,U+54d2-54d6,U+54d8-54de,U+54e0-54e4,U+54e7,U+54e9,U+54eb-54ec,U+54ef-54f1,U+54f3-54f9,U+54fd-5506,U+5508,U+550a-550f,U+5511-5523,U+5525-552d,U+5530,U+5532-5545,U+5547-5549,U+554b-5560,U+5562-5563,U+5567-5574,U+5576-5577,U+5579-557b,U+557d-557f,U+5581,U+5585-5586,U+5588,U+558b-5597,U+5599-559b,U+559e-55a6,U+55a8-55aa,U+55ad-55b6,U+55b8-55ba,U+55bc-55c3,U+55c6-55d2,U+55d4-55db,U+55dd-55e2,U+55e4-55ee,U+55f0-55fc,U+55fe-5608,U+560a-560d,U+560f-5617,U+5619-561a,U+561c-5630,U+5633,U+5635-563a,U+563c-563e,U+5640-5667,U+5669,U+566b,U+566d-569c,U+5767-5768,U+7fe8,U+80f7,U+8bc5,U+8d63,U+8f87,U+9502-9503,U+9530-9534,U+9548-9549;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.90.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.90.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.90.otf')  format('opentype');unicode-range:U+2027,U+54cf-54d0,U+54d2-54d6,U+54d8-54de,U+54e0-54e4,U+54e7,U+54e9,U+54eb-54ec,U+54ef-54f1,U+54f3-54f9,U+54fd-5506,U+5508,U+550a-550f,U+5511-5523,U+5525-552d,U+5530,U+5532-5545,U+5547-5549,U+554b-5560,U+5562-5563,U+5567-5574,U+5576-5577,U+5579-557b,U+557d-557f,U+5581,U+5585-5586,U+5588,U+558b-5597,U+5599-559b,U+559e-55a6,U+55a8-55aa,U+55ad-55b6,U+55b8-55ba,U+55bc-55c3,U+55c6-55d2,U+55d4-55db,U+55dd-55e2,U+55e4-55ee,U+55f0-55fc,U+55fe-5608,U+560a-560d,U+560f-5617,U+5619-561a,U+561c-5630,U+5633,U+5635-563a,U+563c-563e,U+5640-5667,U+5669,U+566b,U+566d-569c,U+5767-5768,U+7fe8,U+80f7,U+8bc5,U+8d63,U+8f87,U+9502-9503,U+9530-9534,U+9548-9549;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.90.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.90.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.90.otf')  format('opentype');unicode-range:U+2027,U+54cf-54d0,U+54d2-54d6,U+54d8-54de,U+54e0-54e4,U+54e7,U+54e9,U+54eb-54ec,U+54ef-54f1,U+54f3-54f9,U+54fd-5506,U+5508,U+550a-550f,U+5511-5523,U+5525-552d,U+5530,U+5532-5545,U+5547-5549,U+554b-5560,U+5562-5563,U+5567-5574,U+5576-5577,U+5579-557b,U+557d-557f,U+5581,U+5585-5586,U+5588,U+558b-5597,U+5599-559b,U+559e-55a6,U+55a8-55aa,U+55ad-55b6,U+55b8-55ba,U+55bc-55c3,U+55c6-55d2,U+55d4-55db,U+55dd-55e2,U+55e4-55ee,U+55f0-55fc,U+55fe-5608,U+560a-560d,U+560f-5617,U+5619-561a,U+561c-5630,U+5633,U+5635-563a,U+563c-563e,U+5640-5667,U+5669,U+566b,U+566d-569c,U+5767-5768,U+7fe8,U+80f7,U+8bc5,U+8d63,U+8f87,U+9502-9503,U+9530-9534,U+9548-9549;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.91.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.91.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.91.otf')  format('opentype');unicode-range:U+ca37-cbd7,U+26cdd;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.91.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.91.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.91.otf')  format('opentype');unicode-range:U+ca37-cbd7,U+26cdd;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.91.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.91.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.91.otf')  format('opentype');unicode-range:U+ca37-cbd7,U+26cdd;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.92.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.92.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.92.otf')  format('opentype');unicode-range:U+3067,U+505b,U+505d-5064,U+5066-5075,U+5078-507e,U+5080-5084,U+5086-508c,U+508e-50a7,U+50a9-50ab,U+50ad-50b1,U+50b3-50ba,U+50bc-50ce,U+50d0-50e6,U+50e8-50f4,U+50f6-50fa,U+50fc-5111,U+5113-513e,U+5142,U+5147,U+514a,U+514c,U+514e-5150,U+5152-5153,U+5156-5159,U+515b,U+515d-5164,U+5166-5167,U+5169-516a,U+516f,U+5172,U+517a,U+517e-517f,U+5181-5184,U+5186-5187,U+5189-518b,U+518e-5191,U+5193-5194,U+5196-5198,U+519d-519f,U+51a1,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51b8-51ba,U+51bc-51bf,U+51c1-51c3,U+51c5,U+51c7-51c8,U+51ca,U+51cd-51ce,U+51d0,U+51d2-51da,U+51dc,U+51de-51df,U+51e2-51e3,U+51e5-51ec,U+51f1-51f2,U+51f4-51f5,U+5202,U+5204-5205,U+5208-5209,U+520b-5210,U+5213-5216,U+521c,U+521e-521f,U+5221-5223,U+5225-5228,U+522a,U+522c-522d,U+522f,U+5231-5232,U+5234-5235,U+523c-5241,U+5243-5249,U+524b-524c,U+524e-5250,U+5252-5253,U+5255,U+5257-5264,U+5266,U+5268,U+526b-526e,U+5270-5271,U+5273-527c,U+8c24-8c25,U+94b9-94ba,U+9602-9604,U+22c51,U+2478f,U+25da1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.92.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.92.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.92.otf')  format('opentype');unicode-range:U+3067,U+505b,U+505d-5064,U+5066-5075,U+5078-507e,U+5080-5084,U+5086-508c,U+508e-50a7,U+50a9-50ab,U+50ad-50b1,U+50b3-50ba,U+50bc-50ce,U+50d0-50e6,U+50e8-50f4,U+50f6-50fa,U+50fc-5111,U+5113-513e,U+5142,U+5147,U+514a,U+514c,U+514e-5150,U+5152-5153,U+5156-5159,U+515b,U+515d-5164,U+5166-5167,U+5169-516a,U+516f,U+5172,U+517a,U+517e-517f,U+5181-5184,U+5186-5187,U+5189-518b,U+518e-5191,U+5193-5194,U+5196-5198,U+519d-519f,U+51a1,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51b8-51ba,U+51bc-51bf,U+51c1-51c3,U+51c5,U+51c7-51c8,U+51ca,U+51cd-51ce,U+51d0,U+51d2-51da,U+51dc,U+51de-51df,U+51e2-51e3,U+51e5-51ec,U+51f1-51f2,U+51f4-51f5,U+5202,U+5204-5205,U+5208-5209,U+520b-5210,U+5213-5216,U+521c,U+521e-521f,U+5221-5223,U+5225-5228,U+522a,U+522c-522d,U+522f,U+5231-5232,U+5234-5235,U+523c-5241,U+5243-5249,U+524b-524c,U+524e-5250,U+5252-5253,U+5255,U+5257-5264,U+5266,U+5268,U+526b-526e,U+5270-5271,U+5273-527c,U+8c24-8c25,U+94b9-94ba,U+9602-9604,U+22c51,U+2478f,U+25da1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.92.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.92.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.92.otf')  format('opentype');unicode-range:U+3067,U+505b,U+505d-5064,U+5066-5075,U+5078-507e,U+5080-5084,U+5086-508c,U+508e-50a7,U+50a9-50ab,U+50ad-50b1,U+50b3-50ba,U+50bc-50ce,U+50d0-50e6,U+50e8-50f4,U+50f6-50fa,U+50fc-5111,U+5113-513e,U+5142,U+5147,U+514a,U+514c,U+514e-5150,U+5152-5153,U+5156-5159,U+515b,U+515d-5164,U+5166-5167,U+5169-516a,U+516f,U+5172,U+517a,U+517e-517f,U+5181-5184,U+5186-5187,U+5189-518b,U+518e-5191,U+5193-5194,U+5196-5198,U+519d-519f,U+51a1,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51b8-51ba,U+51bc-51bf,U+51c1-51c3,U+51c5,U+51c7-51c8,U+51ca,U+51cd-51ce,U+51d0,U+51d2-51da,U+51dc,U+51de-51df,U+51e2-51e3,U+51e5-51ec,U+51f1-51f2,U+51f4-51f5,U+5202,U+5204-5205,U+5208-5209,U+520b-5210,U+5213-5216,U+521c,U+521e-521f,U+5221-5223,U+5225-5228,U+522a,U+522c-522d,U+522f,U+5231-5232,U+5234-5235,U+523c-5241,U+5243-5249,U+524b-524c,U+524e-5250,U+5252-5253,U+5255,U+5257-5264,U+5266,U+5268,U+526b-526e,U+5270-5271,U+5273-527c,U+8c24-8c25,U+94b9-94ba,U+9602-9604,U+22c51,U+2478f,U+25da1;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.93.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.93.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.93.otf')  format('opentype');unicode-range:U+306a,U+620d,U+7009-7010,U+7012-7019,U+701b-704b,U+704d-706a,U+706c,U+706e,U+7071-7074,U+7077-707b,U+7080-7088,U+708a-708d,U+708f-7091,U+7093-7095,U+7097-7098,U+709a-70aa,U+70af-70b7,U+70ba-70bb,U+70bd-70c0,U+70c3-70c7,U+70c9-70d7,U+70dc-70de,U+70e0-70e3,U+70e5,U+70e8-70ea,U+70ec,U+70ee,U+70f0-70f8,U+70fa-7108,U+710c-7114,U+7116-7118,U+711d-7125,U+7127-712f,U+7131-7135,U+7137-714b,U+714d,U+714f-715d,U+715f-7163,U+7165-7166,U+7168-716d,U+716f-7171,U+7173-717c,U+717e-7183,U+7185-7189,U+718b-718e,U+7190-7193,U+7195-7198,U+719a-719e,U+71a0-71ab,U+71ad-71c2,U+71c4-71d4,U+7d50,U+8337,U+8f9a,U+94f0-94f1,U+94f9,U+94fb-94fd,U+94ff,U+950d-950f,U+9535,U+9556-9558,U+966d-966f,U+ff2d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.93.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.93.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.93.otf')  format('opentype');unicode-range:U+306a,U+620d,U+7009-7010,U+7012-7019,U+701b-704b,U+704d-706a,U+706c,U+706e,U+7071-7074,U+7077-707b,U+7080-7088,U+708a-708d,U+708f-7091,U+7093-7095,U+7097-7098,U+709a-70aa,U+70af-70b7,U+70ba-70bb,U+70bd-70c0,U+70c3-70c7,U+70c9-70d7,U+70dc-70de,U+70e0-70e3,U+70e5,U+70e8-70ea,U+70ec,U+70ee,U+70f0-70f8,U+70fa-7108,U+710c-7114,U+7116-7118,U+711d-7125,U+7127-712f,U+7131-7135,U+7137-714b,U+714d,U+714f-715d,U+715f-7163,U+7165-7166,U+7168-716d,U+716f-7171,U+7173-717c,U+717e-7183,U+7185-7189,U+718b-718e,U+7190-7193,U+7195-7198,U+719a-719e,U+71a0-71ab,U+71ad-71c2,U+71c4-71d4,U+7d50,U+8337,U+8f9a,U+94f0-94f1,U+94f9,U+94fb-94fd,U+94ff,U+950d-950f,U+9535,U+9556-9558,U+966d-966f,U+ff2d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.93.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.93.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.93.otf')  format('opentype');unicode-range:U+306a,U+620d,U+7009-7010,U+7012-7019,U+701b-704b,U+704d-706a,U+706c,U+706e,U+7071-7074,U+7077-707b,U+7080-7088,U+708a-708d,U+708f-7091,U+7093-7095,U+7097-7098,U+709a-70aa,U+70af-70b7,U+70ba-70bb,U+70bd-70c0,U+70c3-70c7,U+70c9-70d7,U+70dc-70de,U+70e0-70e3,U+70e5,U+70e8-70ea,U+70ec,U+70ee,U+70f0-70f8,U+70fa-7108,U+710c-7114,U+7116-7118,U+711d-7125,U+7127-712f,U+7131-7135,U+7137-714b,U+714d,U+714f-715d,U+715f-7163,U+7165-7166,U+7168-716d,U+716f-7171,U+7173-717c,U+717e-7183,U+7185-7189,U+718b-718e,U+7190-7193,U+7195-7198,U+719a-719e,U+71a0-71ab,U+71ad-71c2,U+71c4-71d4,U+7d50,U+8337,U+8f9a,U+94f0-94f1,U+94f9,U+94fb-94fd,U+94ff,U+950d-950f,U+9535,U+9556-9558,U+966d-966f,U+ff2d;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.94.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.94.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.94.otf')  format('opentype');unicode-range:U+b9ef-ba6f,U+ba71-ba73,U+ba75-ba84,U+ba86-baa7,U+baaa-baba,U+babc-bb33,U+bb35-bb37,U+bb39-bb3b,U+bb3d-bb8c,U+c75b,U+c7d1-c7da;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.94.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.94.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.94.otf')  format('opentype');unicode-range:U+b9ef-ba6f,U+ba71-ba73,U+ba75-ba84,U+ba86-baa7,U+baaa-baba,U+babc-bb33,U+bb35-bb37,U+bb39-bb3b,U+bb3d-bb8c,U+c75b,U+c7d1-c7da;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.94.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.94.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.94.otf')  format('opentype');unicode-range:U+b9ef-ba6f,U+ba71-ba73,U+ba75-ba84,U+ba86-baa7,U+baaa-baba,U+babc-bb33,U+bb35-bb37,U+bb39-bb3b,U+bb3d-bb8c,U+c75b,U+c7d1-c7da;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.95.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.95.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.95.otf')  format('opentype');unicode-range:U+4a6c-4c0b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.95.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.95.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.95.otf')  format('opentype');unicode-range:U+4a6c-4c0b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.95.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.95.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.95.otf')  format('opentype');unicode-range:U+4a6c-4c0b;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.96.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.96.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.96.otf')  format('opentype');unicode-range:U+3061-3063,U+64b1,U+7e85-7e9f,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb-7ebc,U+7ec0-7ec2,U+7ec9-7ecc,U+7ed0,U+7ed4,U+7ed6-7ed7,U+7ee0-7ee2,U+7ee4-7ee6,U+7ee8,U+7eeb-7eec,U+7ef1-7ef2,U+7ef6,U+7ef9-7efb,U+7efe,U+7f01-7f04,U+7f0a-7f12,U+7f19,U+7f1b-7f1c,U+7f1e-7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2b-7f2c,U+7f2e,U+7f30-7f33,U+7f35-7f37,U+7f39,U+7f3b-7f4f,U+7f52-7f54,U+7f56,U+7f58-7f59,U+7f5b-7f61,U+7f63-7f68,U+7f6b-7f6d,U+7f6f-7f71,U+7f73-7f80,U+7f82-7f89,U+7f8b-7f8d,U+7f8f-7f9d,U+7f9f-7fa0,U+7fa2-7fa3,U+7fa5-7fbc,U+7fbe-7fc0,U+7fc2-7fc4,U+7fc6-7fd3,U+7fd5-7fd7,U+7fd9-7fdf,U+7fe1-7fe7,U+7fea-7fef,U+7ff1-7ffa,U+7ffd-7fff,U+8004,U+8006-800b,U+800e-800f,U+8011-8014,U+8016,U+8018-8032,U+8034-8035,U+8037,U+8039-803a,U+803c,U+803e,U+8040-8045,U+8047-8049,U+804d-8053,U+8055-8057,U+8059,U+805b-8069,U+806b-8082,U+8084-8085,U+808a,U+808d-8095,U+8097,U+89c3,U+8bec,U+94b2-94b4,U+94f3-94f5,U+954a-954f,U+9578-957c,U+9626-9629,U+9708;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.96.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.96.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.96.otf')  format('opentype');unicode-range:U+3061-3063,U+64b1,U+7e85-7e9f,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb-7ebc,U+7ec0-7ec2,U+7ec9-7ecc,U+7ed0,U+7ed4,U+7ed6-7ed7,U+7ee0-7ee2,U+7ee4-7ee6,U+7ee8,U+7eeb-7eec,U+7ef1-7ef2,U+7ef6,U+7ef9-7efb,U+7efe,U+7f01-7f04,U+7f0a-7f12,U+7f19,U+7f1b-7f1c,U+7f1e-7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2b-7f2c,U+7f2e,U+7f30-7f33,U+7f35-7f37,U+7f39,U+7f3b-7f4f,U+7f52-7f54,U+7f56,U+7f58-7f59,U+7f5b-7f61,U+7f63-7f68,U+7f6b-7f6d,U+7f6f-7f71,U+7f73-7f80,U+7f82-7f89,U+7f8b-7f8d,U+7f8f-7f9d,U+7f9f-7fa0,U+7fa2-7fa3,U+7fa5-7fbc,U+7fbe-7fc0,U+7fc2-7fc4,U+7fc6-7fd3,U+7fd5-7fd7,U+7fd9-7fdf,U+7fe1-7fe7,U+7fea-7fef,U+7ff1-7ffa,U+7ffd-7fff,U+8004,U+8006-800b,U+800e-800f,U+8011-8014,U+8016,U+8018-8032,U+8034-8035,U+8037,U+8039-803a,U+803c,U+803e,U+8040-8045,U+8047-8049,U+804d-8053,U+8055-8057,U+8059,U+805b-8069,U+806b-8082,U+8084-8085,U+808a,U+808d-8095,U+8097,U+89c3,U+8bec,U+94b2-94b4,U+94f3-94f5,U+954a-954f,U+9578-957c,U+9626-9629,U+9708;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.96.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.96.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.96.otf')  format('opentype');unicode-range:U+3061-3063,U+64b1,U+7e85-7e9f,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb-7ebc,U+7ec0-7ec2,U+7ec9-7ecc,U+7ed0,U+7ed4,U+7ed6-7ed7,U+7ee0-7ee2,U+7ee4-7ee6,U+7ee8,U+7eeb-7eec,U+7ef1-7ef2,U+7ef6,U+7ef9-7efb,U+7efe,U+7f01-7f04,U+7f0a-7f12,U+7f19,U+7f1b-7f1c,U+7f1e-7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2b-7f2c,U+7f2e,U+7f30-7f33,U+7f35-7f37,U+7f39,U+7f3b-7f4f,U+7f52-7f54,U+7f56,U+7f58-7f59,U+7f5b-7f61,U+7f63-7f68,U+7f6b-7f6d,U+7f6f-7f71,U+7f73-7f80,U+7f82-7f89,U+7f8b-7f8d,U+7f8f-7f9d,U+7f9f-7fa0,U+7fa2-7fa3,U+7fa5-7fbc,U+7fbe-7fc0,U+7fc2-7fc4,U+7fc6-7fd3,U+7fd5-7fd7,U+7fd9-7fdf,U+7fe1-7fe7,U+7fea-7fef,U+7ff1-7ffa,U+7ffd-7fff,U+8004,U+8006-800b,U+800e-800f,U+8011-8014,U+8016,U+8018-8032,U+8034-8035,U+8037,U+8039-803a,U+803c,U+803e,U+8040-8045,U+8047-8049,U+804d-8053,U+8055-8057,U+8059,U+805b-8069,U+806b-8082,U+8084-8085,U+808a,U+808d-8095,U+8097,U+89c3,U+8bec,U+94b2-94b4,U+94f3-94f5,U+954a-954f,U+9578-957c,U+9626-9629,U+9708;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.97.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.97.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.97.otf')  format('opentype');unicode-range:U+0060,U+00e1,U+00e8,U+2015,U+2161,U+2464-2465,U+2500,U+25bc,U+25cf,U+2605,U+3008-3009,U+3014-3015,U+3044,U+304b-304d,U+304f,U+3057,U+305f,U+3068,U+307e-307f,U+3089-308b,U+30af,U+30b7,U+30e9-30eb,U+30f3,U+30fc,U+4e1e,U+4e4d,U+4ea2,U+4f36,U+4f3a,U+4f6c,U+4f84,U+4fae,U+4fde,U+5014,U+5018,U+5029-502a,U+5055,U+5140,U+516e,U+5180,U+5195,U+51a2,U+51cb,U+51db,U+51f3,U+5201,U+527f,U+533e,U+5364,U+536f,U+53a5,U+53e8-53e9,U+53ed,U+5480,U+5490,U+54aa,U+54d7,U+54e8,U+54ee,U+54fa,U+54fc,U+557c,U+5580,U+5583,U+55c5,U+55e3,U+55fd,U+560e,U+5618,U+563b,U+566c,U+5777,U+57a2-57a3,U+57ae,U+57d4,U+589f,U+58a9,U+58ec,U+592d,U+594e,U+5955,U+5993,U+59a9,U+59be,U+59ca,U+5a05,U+5a1f,U+5a34,U+5a6a,U+5a77,U+5a9b,U+5ab2,U+5ac2,U+5b09,U+5b5c,U+5b7d,U+5bc7,U+5bd0,U+5be5,U+5c09,U+5c27,U+5c4e,U+5c7f,U+5c9a,U+5cd9,U+5ce8,U+5ced,U+5dcd,U+5df3,U+5e37,U+5e62,U+5e87,U+5eb5-5eb6,U+5ed6,U+5f08,U+5f1b,U+5f6a,U+5f6c,U+5f8a,U+5f98-5f99,U+5fcf,U+6020,U+6055,U+6064,U+606c,U+60af,U+60bc,U+60eb-60ed,U+6177,U+618e,U+61a9,U+620a,U+620c,U+620e,U+6252,U+625b,U+627c,U+62c2,U+62c7,U+62e7,U+62ed,U+62f7,U+62fd,U+631f-6320,U+6346,U+6390,U+63b7,U+63ba,U+63ea,U+6479,U+6487,U+64d2,U+6590,U+6656,U+6666,U+667e,U+66a7,U+6714,U+6726,U+6789,U+67ff,U+6805,U+6808,U+6813,U+6853-6854,U+6893,U+68a2,U+68a7,U+68d8,U+68e0,U+68fa,U+6930,U+6960,U+69a8,U+69b4,U+6a0a,U+6a71,U+6a80,U+6aac,U+6b79,U+6b7c,U+6bcb,U+6bd9,U+6c13,U+6c2e-6c2f,U+6c40,U+6c72,U+6c76,U+6c79,U+6c81,U+6cbc,U+6cf5,U+6d95,U+6da1,U+6da4,U+6dc6-6dc7,U+6dcc,U+6de4,U+6e1d,U+6e3a,U+6eba,U+6fd2,U+701a,U+7076,U+7099,U+70ac,U+70c1,U+70ef,U+710a,U+7119,U+7172,U+717d,U+7184,U+725f,U+7280,U+72c4,U+72e1,U+72f8,U+73c0,U+73d1,U+7405,U+7409,U+7426,U+7436,U+745a,U+7480,U+74a7-74a8,U+7504,U+7578,U+759a,U+75a1,U+75b9,U+75d8,U+75f0,U+762b,U+7656,U+7678,U+76ce-76cf,U+7729,U+7738,U+773a,U+7766,U+7784,U+77aa,U+77b0,U+785d,U+78ca,U+7901,U+7934,U+7960,U+79a7,U+79b9,U+79e4,U+79fd,U+7a23,U+7a57,U+7a79,U+7a91,U+7a9c,U+7a9f,U+7aa6,U+7ae3,U+7aff,U+7b03,U+7b0b,U+7b77,U+7bc6,U+7be1,U+7bf7,U+7c07,U+7c3f,U+7c7d,U+7c9f,U+7caa,U+7cef,U+7d0a,U+7ec5,U+7ede,U+7eee-7ef0,U+7ef7,U+7f06,U+7f24,U+7f2a,U+7f2d,U+7f81,U+7fe9,U+803f,U+8046,U+804b,U+8087,U+8098,U+80b4,U+80da,U+80e7,U+80f1,U+80f3,U+80fa,U+814b-814c,U+8151,U+818a,U+81b3,U+8231,U+829c,U+82a5,U+82b8-82b9,U+82c7,U+82d4,U+82ef,U+8335,U+8339,U+835f,U+8367,U+839e,U+83e0,U+83f1,U+8469,U+846b,U+854a,U+85e9,U+85fb,U+8611,U+8638,U+864f,U+865e,U+8681,U+868a,U+8695,U+86db,U+8712,U+8715,U+8718,U+8747,U+8749,U+889c,U+88f3-88f4,U+8912,U+892a,U+8944,U+895f,U+8bcf,U+8bdb,U+8be3,U+8beb,U+8bf2,U+8c0d,U+8c0f,U+8c1b,U+8c2c,U+8c34,U+8d3f,U+8d4e,U+8d58,U+8d66,U+8db4,U+8dcb,U+8dfb,U+8e66,U+8eac,U+8f7c,U+8f84,U+8f97,U+8f99,U+8fe5,U+9005,U+9050,U+9082-9083,U+9091,U+90b1,U+90b5,U+90b9,U+9102,U+914c,U+916a,U+916e-916f,U+946b,U+949e,U+94a0,U+94a7,U+94b5,U+94be,U+94f2,U+950c,U+9523,U+952f,U+9540-9541,U+95f8,U+95fd,U+960e,U+9619,U+961c,U+962e,U+9631,U+9661,U+96a7,U+96cf,U+9704,U+9706,U+9716,U+9774,U+978d,U+97f6,U+9885,U+988a,U+9890,U+9893,U+98d9,U+996a,U+9a6d,U+9a6f,U+9a74,U+9a7c,U+9a7f,U+9a86-9a87,U+9a8f,U+9abc,U+9ae6,U+9e33,U+9e3d,U+9e4a,U+9e93,U+9eef,U+ff0b,U+ff0f,U+ffe5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.97.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.97.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.97.otf')  format('opentype');unicode-range:U+0060,U+00e1,U+00e8,U+2015,U+2161,U+2464-2465,U+2500,U+25bc,U+25cf,U+2605,U+3008-3009,U+3014-3015,U+3044,U+304b-304d,U+304f,U+3057,U+305f,U+3068,U+307e-307f,U+3089-308b,U+30af,U+30b7,U+30e9-30eb,U+30f3,U+30fc,U+4e1e,U+4e4d,U+4ea2,U+4f36,U+4f3a,U+4f6c,U+4f84,U+4fae,U+4fde,U+5014,U+5018,U+5029-502a,U+5055,U+5140,U+516e,U+5180,U+5195,U+51a2,U+51cb,U+51db,U+51f3,U+5201,U+527f,U+533e,U+5364,U+536f,U+53a5,U+53e8-53e9,U+53ed,U+5480,U+5490,U+54aa,U+54d7,U+54e8,U+54ee,U+54fa,U+54fc,U+557c,U+5580,U+5583,U+55c5,U+55e3,U+55fd,U+560e,U+5618,U+563b,U+566c,U+5777,U+57a2-57a3,U+57ae,U+57d4,U+589f,U+58a9,U+58ec,U+592d,U+594e,U+5955,U+5993,U+59a9,U+59be,U+59ca,U+5a05,U+5a1f,U+5a34,U+5a6a,U+5a77,U+5a9b,U+5ab2,U+5ac2,U+5b09,U+5b5c,U+5b7d,U+5bc7,U+5bd0,U+5be5,U+5c09,U+5c27,U+5c4e,U+5c7f,U+5c9a,U+5cd9,U+5ce8,U+5ced,U+5dcd,U+5df3,U+5e37,U+5e62,U+5e87,U+5eb5-5eb6,U+5ed6,U+5f08,U+5f1b,U+5f6a,U+5f6c,U+5f8a,U+5f98-5f99,U+5fcf,U+6020,U+6055,U+6064,U+606c,U+60af,U+60bc,U+60eb-60ed,U+6177,U+618e,U+61a9,U+620a,U+620c,U+620e,U+6252,U+625b,U+627c,U+62c2,U+62c7,U+62e7,U+62ed,U+62f7,U+62fd,U+631f-6320,U+6346,U+6390,U+63b7,U+63ba,U+63ea,U+6479,U+6487,U+64d2,U+6590,U+6656,U+6666,U+667e,U+66a7,U+6714,U+6726,U+6789,U+67ff,U+6805,U+6808,U+6813,U+6853-6854,U+6893,U+68a2,U+68a7,U+68d8,U+68e0,U+68fa,U+6930,U+6960,U+69a8,U+69b4,U+6a0a,U+6a71,U+6a80,U+6aac,U+6b79,U+6b7c,U+6bcb,U+6bd9,U+6c13,U+6c2e-6c2f,U+6c40,U+6c72,U+6c76,U+6c79,U+6c81,U+6cbc,U+6cf5,U+6d95,U+6da1,U+6da4,U+6dc6-6dc7,U+6dcc,U+6de4,U+6e1d,U+6e3a,U+6eba,U+6fd2,U+701a,U+7076,U+7099,U+70ac,U+70c1,U+70ef,U+710a,U+7119,U+7172,U+717d,U+7184,U+725f,U+7280,U+72c4,U+72e1,U+72f8,U+73c0,U+73d1,U+7405,U+7409,U+7426,U+7436,U+745a,U+7480,U+74a7-74a8,U+7504,U+7578,U+759a,U+75a1,U+75b9,U+75d8,U+75f0,U+762b,U+7656,U+7678,U+76ce-76cf,U+7729,U+7738,U+773a,U+7766,U+7784,U+77aa,U+77b0,U+785d,U+78ca,U+7901,U+7934,U+7960,U+79a7,U+79b9,U+79e4,U+79fd,U+7a23,U+7a57,U+7a79,U+7a91,U+7a9c,U+7a9f,U+7aa6,U+7ae3,U+7aff,U+7b03,U+7b0b,U+7b77,U+7bc6,U+7be1,U+7bf7,U+7c07,U+7c3f,U+7c7d,U+7c9f,U+7caa,U+7cef,U+7d0a,U+7ec5,U+7ede,U+7eee-7ef0,U+7ef7,U+7f06,U+7f24,U+7f2a,U+7f2d,U+7f81,U+7fe9,U+803f,U+8046,U+804b,U+8087,U+8098,U+80b4,U+80da,U+80e7,U+80f1,U+80f3,U+80fa,U+814b-814c,U+8151,U+818a,U+81b3,U+8231,U+829c,U+82a5,U+82b8-82b9,U+82c7,U+82d4,U+82ef,U+8335,U+8339,U+835f,U+8367,U+839e,U+83e0,U+83f1,U+8469,U+846b,U+854a,U+85e9,U+85fb,U+8611,U+8638,U+864f,U+865e,U+8681,U+868a,U+8695,U+86db,U+8712,U+8715,U+8718,U+8747,U+8749,U+889c,U+88f3-88f4,U+8912,U+892a,U+8944,U+895f,U+8bcf,U+8bdb,U+8be3,U+8beb,U+8bf2,U+8c0d,U+8c0f,U+8c1b,U+8c2c,U+8c34,U+8d3f,U+8d4e,U+8d58,U+8d66,U+8db4,U+8dcb,U+8dfb,U+8e66,U+8eac,U+8f7c,U+8f84,U+8f97,U+8f99,U+8fe5,U+9005,U+9050,U+9082-9083,U+9091,U+90b1,U+90b5,U+90b9,U+9102,U+914c,U+916a,U+916e-916f,U+946b,U+949e,U+94a0,U+94a7,U+94b5,U+94be,U+94f2,U+950c,U+9523,U+952f,U+9540-9541,U+95f8,U+95fd,U+960e,U+9619,U+961c,U+962e,U+9631,U+9661,U+96a7,U+96cf,U+9704,U+9706,U+9716,U+9774,U+978d,U+97f6,U+9885,U+988a,U+9890,U+9893,U+98d9,U+996a,U+9a6d,U+9a6f,U+9a74,U+9a7c,U+9a7f,U+9a86-9a87,U+9a8f,U+9abc,U+9ae6,U+9e33,U+9e3d,U+9e4a,U+9e93,U+9eef,U+ff0b,U+ff0f,U+ffe5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.97.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.97.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.97.otf')  format('opentype');unicode-range:U+0060,U+00e1,U+00e8,U+2015,U+2161,U+2464-2465,U+2500,U+25bc,U+25cf,U+2605,U+3008-3009,U+3014-3015,U+3044,U+304b-304d,U+304f,U+3057,U+305f,U+3068,U+307e-307f,U+3089-308b,U+30af,U+30b7,U+30e9-30eb,U+30f3,U+30fc,U+4e1e,U+4e4d,U+4ea2,U+4f36,U+4f3a,U+4f6c,U+4f84,U+4fae,U+4fde,U+5014,U+5018,U+5029-502a,U+5055,U+5140,U+516e,U+5180,U+5195,U+51a2,U+51cb,U+51db,U+51f3,U+5201,U+527f,U+533e,U+5364,U+536f,U+53a5,U+53e8-53e9,U+53ed,U+5480,U+5490,U+54aa,U+54d7,U+54e8,U+54ee,U+54fa,U+54fc,U+557c,U+5580,U+5583,U+55c5,U+55e3,U+55fd,U+560e,U+5618,U+563b,U+566c,U+5777,U+57a2-57a3,U+57ae,U+57d4,U+589f,U+58a9,U+58ec,U+592d,U+594e,U+5955,U+5993,U+59a9,U+59be,U+59ca,U+5a05,U+5a1f,U+5a34,U+5a6a,U+5a77,U+5a9b,U+5ab2,U+5ac2,U+5b09,U+5b5c,U+5b7d,U+5bc7,U+5bd0,U+5be5,U+5c09,U+5c27,U+5c4e,U+5c7f,U+5c9a,U+5cd9,U+5ce8,U+5ced,U+5dcd,U+5df3,U+5e37,U+5e62,U+5e87,U+5eb5-5eb6,U+5ed6,U+5f08,U+5f1b,U+5f6a,U+5f6c,U+5f8a,U+5f98-5f99,U+5fcf,U+6020,U+6055,U+6064,U+606c,U+60af,U+60bc,U+60eb-60ed,U+6177,U+618e,U+61a9,U+620a,U+620c,U+620e,U+6252,U+625b,U+627c,U+62c2,U+62c7,U+62e7,U+62ed,U+62f7,U+62fd,U+631f-6320,U+6346,U+6390,U+63b7,U+63ba,U+63ea,U+6479,U+6487,U+64d2,U+6590,U+6656,U+6666,U+667e,U+66a7,U+6714,U+6726,U+6789,U+67ff,U+6805,U+6808,U+6813,U+6853-6854,U+6893,U+68a2,U+68a7,U+68d8,U+68e0,U+68fa,U+6930,U+6960,U+69a8,U+69b4,U+6a0a,U+6a71,U+6a80,U+6aac,U+6b79,U+6b7c,U+6bcb,U+6bd9,U+6c13,U+6c2e-6c2f,U+6c40,U+6c72,U+6c76,U+6c79,U+6c81,U+6cbc,U+6cf5,U+6d95,U+6da1,U+6da4,U+6dc6-6dc7,U+6dcc,U+6de4,U+6e1d,U+6e3a,U+6eba,U+6fd2,U+701a,U+7076,U+7099,U+70ac,U+70c1,U+70ef,U+710a,U+7119,U+7172,U+717d,U+7184,U+725f,U+7280,U+72c4,U+72e1,U+72f8,U+73c0,U+73d1,U+7405,U+7409,U+7426,U+7436,U+745a,U+7480,U+74a7-74a8,U+7504,U+7578,U+759a,U+75a1,U+75b9,U+75d8,U+75f0,U+762b,U+7656,U+7678,U+76ce-76cf,U+7729,U+7738,U+773a,U+7766,U+7784,U+77aa,U+77b0,U+785d,U+78ca,U+7901,U+7934,U+7960,U+79a7,U+79b9,U+79e4,U+79fd,U+7a23,U+7a57,U+7a79,U+7a91,U+7a9c,U+7a9f,U+7aa6,U+7ae3,U+7aff,U+7b03,U+7b0b,U+7b77,U+7bc6,U+7be1,U+7bf7,U+7c07,U+7c3f,U+7c7d,U+7c9f,U+7caa,U+7cef,U+7d0a,U+7ec5,U+7ede,U+7eee-7ef0,U+7ef7,U+7f06,U+7f24,U+7f2a,U+7f2d,U+7f81,U+7fe9,U+803f,U+8046,U+804b,U+8087,U+8098,U+80b4,U+80da,U+80e7,U+80f1,U+80f3,U+80fa,U+814b-814c,U+8151,U+818a,U+81b3,U+8231,U+829c,U+82a5,U+82b8-82b9,U+82c7,U+82d4,U+82ef,U+8335,U+8339,U+835f,U+8367,U+839e,U+83e0,U+83f1,U+8469,U+846b,U+854a,U+85e9,U+85fb,U+8611,U+8638,U+864f,U+865e,U+8681,U+868a,U+8695,U+86db,U+8712,U+8715,U+8718,U+8747,U+8749,U+889c,U+88f3-88f4,U+8912,U+892a,U+8944,U+895f,U+8bcf,U+8bdb,U+8be3,U+8beb,U+8bf2,U+8c0d,U+8c0f,U+8c1b,U+8c2c,U+8c34,U+8d3f,U+8d4e,U+8d58,U+8d66,U+8db4,U+8dcb,U+8dfb,U+8e66,U+8eac,U+8f7c,U+8f84,U+8f97,U+8f99,U+8fe5,U+9005,U+9050,U+9082-9083,U+9091,U+90b1,U+90b5,U+90b9,U+9102,U+914c,U+916a,U+916e-916f,U+946b,U+949e,U+94a0,U+94a7,U+94b5,U+94be,U+94f2,U+950c,U+9523,U+952f,U+9540-9541,U+95f8,U+95fd,U+960e,U+9619,U+961c,U+962e,U+9631,U+9661,U+96a7,U+96cf,U+9704,U+9706,U+9716,U+9774,U+978d,U+97f6,U+9885,U+988a,U+9890,U+9893,U+98d9,U+996a,U+9a6d,U+9a6f,U+9a74,U+9a7c,U+9a7f,U+9a86-9a87,U+9a8f,U+9abc,U+9ae6,U+9e33,U+9e3d,U+9e4a,U+9e93,U+9eef,U+ff0b,U+ff0f,U+ffe5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.98.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.98.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.98.otf')  format('opentype');unicode-range:U+2318,U+306d,U+4fe8,U+707d,U+7583-7585,U+7587-758d,U+7590,U+7592-7596,U+7598-7599,U+759b-75a0,U+75a2-75aa,U+75ac-75ad,U+75b3-75b8,U+75ba-75bb,U+75bf-75c4,U+75c8-75d1,U+75d3-75d4,U+75d6-75d7,U+75d9-75da,U+75dc-75ef,U+75f1-75f3,U+75f5-75ff,U+7603-7616,U+7618-7623,U+7625,U+7627-762a,U+762c-763d,U+763f-764b,U+764d-7655,U+7657-7677,U+7679-767a,U+767f-7681,U+7683,U+7685,U+7688-76ad,U+76af-76b0,U+76b2-76c5,U+76c7,U+76c9,U+76cb-76cd,U+76d9-76da,U+76dc-76de,U+76e0-76ed,U+76f0-76f1,U+76f3,U+76f5-76f7,U+76f9-76fb,U+76fd,U+76ff-7700,U+7702-7708,U+770a,U+770c-771e,U+7721-7728,U+772a-7736,U+7739,U+773b,U+773d-773f,U+7742-774f,U+7751-775a,U+956c-956f,U+9594-9597,U+9651-9654,U+9656-965b,U+9663,U+9979,U+20ad3,U+22c88,U+2b1ed;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.98.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.98.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.98.otf')  format('opentype');unicode-range:U+2318,U+306d,U+4fe8,U+707d,U+7583-7585,U+7587-758d,U+7590,U+7592-7596,U+7598-7599,U+759b-75a0,U+75a2-75aa,U+75ac-75ad,U+75b3-75b8,U+75ba-75bb,U+75bf-75c4,U+75c8-75d1,U+75d3-75d4,U+75d6-75d7,U+75d9-75da,U+75dc-75ef,U+75f1-75f3,U+75f5-75ff,U+7603-7616,U+7618-7623,U+7625,U+7627-762a,U+762c-763d,U+763f-764b,U+764d-7655,U+7657-7677,U+7679-767a,U+767f-7681,U+7683,U+7685,U+7688-76ad,U+76af-76b0,U+76b2-76c5,U+76c7,U+76c9,U+76cb-76cd,U+76d9-76da,U+76dc-76de,U+76e0-76ed,U+76f0-76f1,U+76f3,U+76f5-76f7,U+76f9-76fb,U+76fd,U+76ff-7700,U+7702-7708,U+770a,U+770c-771e,U+7721-7728,U+772a-7736,U+7739,U+773b,U+773d-773f,U+7742-774f,U+7751-775a,U+956c-956f,U+9594-9597,U+9651-9654,U+9656-965b,U+9663,U+9979,U+20ad3,U+22c88,U+2b1ed;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.98.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.98.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.98.otf')  format('opentype');unicode-range:U+2318,U+306d,U+4fe8,U+707d,U+7583-7585,U+7587-758d,U+7590,U+7592-7596,U+7598-7599,U+759b-75a0,U+75a2-75aa,U+75ac-75ad,U+75b3-75b8,U+75ba-75bb,U+75bf-75c4,U+75c8-75d1,U+75d3-75d4,U+75d6-75d7,U+75d9-75da,U+75dc-75ef,U+75f1-75f3,U+75f5-75ff,U+7603-7616,U+7618-7623,U+7625,U+7627-762a,U+762c-763d,U+763f-764b,U+764d-7655,U+7657-7677,U+7679-767a,U+767f-7681,U+7683,U+7685,U+7688-76ad,U+76af-76b0,U+76b2-76c5,U+76c7,U+76c9,U+76cb-76cd,U+76d9-76da,U+76dc-76de,U+76e0-76ed,U+76f0-76f1,U+76f3,U+76f5-76f7,U+76f9-76fb,U+76fd,U+76ff-7700,U+7702-7708,U+770a,U+770c-771e,U+7721-7728,U+772a-7736,U+7739,U+773b,U+773d-773f,U+7742-774f,U+7751-775a,U+956c-956f,U+9594-9597,U+9651-9654,U+9656-965b,U+9663,U+9979,U+20ad3,U+22c88,U+2b1ed;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.99.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.99.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.99.otf')  format('opentype');unicode-range:U+5233,U+56f5,U+5c50,U+63a1,U+6c9a,U+73b3-73ba,U+73bc-73bf,U+73c1-73c7,U+73cb-73cc,U+73ce-73d0,U+73d2-73df,U+73e1-73ec,U+73ee-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7411-7421,U+7423-7425,U+7427-7429,U+742b-7432,U+7435,U+7437-743b,U+743d-7454,U+7456-7459,U+745b,U+745d,U+7460-746f,U+7471-7475,U+7477-747f,U+7484-74a6,U+74a9-74db,U+74dd-74e2,U+74e4-74e5,U+74e7-74f5,U+74f8-7503,U+7505-7517,U+7519,U+751d-751e,U+7520-7527,U+752c-752f,U+7534,U+7536,U+7539-753a,U+753c-7544,U+7546-754b,U+754d-754e,U+7550-7553,U+7555-7558,U+755d-7564,U+7566-7569,U+756b-7572,U+7579-7582,U+8278-8279,U+881b-881c,U+90c5,U+95d9-95db,U+95dd-95e4,U+95eb-95ec,U+9a7d,U+9ca3,U+9cb5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.99.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.99.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.99.otf')  format('opentype');unicode-range:U+5233,U+56f5,U+5c50,U+63a1,U+6c9a,U+73b3-73ba,U+73bc-73bf,U+73c1-73c7,U+73cb-73cc,U+73ce-73d0,U+73d2-73df,U+73e1-73ec,U+73ee-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7411-7421,U+7423-7425,U+7427-7429,U+742b-7432,U+7435,U+7437-743b,U+743d-7454,U+7456-7459,U+745b,U+745d,U+7460-746f,U+7471-7475,U+7477-747f,U+7484-74a6,U+74a9-74db,U+74dd-74e2,U+74e4-74e5,U+74e7-74f5,U+74f8-7503,U+7505-7517,U+7519,U+751d-751e,U+7520-7527,U+752c-752f,U+7534,U+7536,U+7539-753a,U+753c-7544,U+7546-754b,U+754d-754e,U+7550-7553,U+7555-7558,U+755d-7564,U+7566-7569,U+756b-7572,U+7579-7582,U+8278-8279,U+881b-881c,U+90c5,U+95d9-95db,U+95dd-95e4,U+95eb-95ec,U+9a7d,U+9ca3,U+9cb5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.99.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.99.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.99.otf')  format('opentype');unicode-range:U+5233,U+56f5,U+5c50,U+63a1,U+6c9a,U+73b3-73ba,U+73bc-73bf,U+73c1-73c7,U+73cb-73cc,U+73ce-73d0,U+73d2-73df,U+73e1-73ec,U+73ee-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7411-7421,U+7423-7425,U+7427-7429,U+742b-7432,U+7435,U+7437-743b,U+743d-7454,U+7456-7459,U+745b,U+745d,U+7460-746f,U+7471-7475,U+7477-747f,U+7484-74a6,U+74a9-74db,U+74dd-74e2,U+74e4-74e5,U+74e7-74f5,U+74f8-7503,U+7505-7517,U+7519,U+751d-751e,U+7520-7527,U+752c-752f,U+7534,U+7536,U+7539-753a,U+753c-7544,U+7546-754b,U+754d-754e,U+7550-7553,U+7555-7558,U+755d-7564,U+7566-7569,U+756b-7572,U+7579-7582,U+8278-8279,U+881b-881c,U+90c5,U+95d9-95db,U+95dd-95e4,U+95eb-95ec,U+9a7d,U+9ca3,U+9cb5;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.100.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.100.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.100.otf')  format('opentype');unicode-range:U+0021-0023,U+0025-005b,U+005d,U+005f,U+0061-007a,U+007e-00a0,U+00b7,U+2014,U+2018-2019,U+201c-201d,U+2026,U+3000-3002,U+300a-300d,U+3010-3011,U+4e00-4e01,U+4e03,U+4e07-4e0b,U+4e0d-4e0e,U+4e11,U+4e13-4e14,U+4e16,U+4e1a-4e1d,U+4e22,U+4e24-4e25,U+4e27,U+4e2a,U+4e2d,U+4e30,U+4e32,U+4e34,U+4e39-4e3b,U+4e3d-4e3e,U+4e43,U+4e45,U+4e48-4e49,U+4e4b-4e4c,U+4e4e-4e50,U+4e54,U+4e58,U+4e5d,U+4e5f-4e61,U+4e66,U+4e70-4e71,U+4e73,U+4e86,U+4e88-4e89,U+4e8b-4e8c,U+4e8e-4e8f,U+4e91-4e92,U+4e94-4e95,U+4e9a-4e9b,U+4ea1,U+4ea4,U+4ea6-4ea7,U+4eab-4eac,U+4eae,U+4eb2,U+4eba,U+4ebf-4ec1,U+4ec5,U+4eca-4ecb,U+4ecd-4ece,U+4ed3-4ed4,U+4ed6,U+4ed8-4ed9,U+4ee3-4ee5,U+4eea,U+4eec,U+4ef0,U+4ef6-4ef7,U+4efb,U+4efd,U+4eff,U+4f01,U+4f0a,U+4f0d,U+4f0f,U+4f11,U+4f17-4f1a,U+4f1f-4f20,U+4f24,U+4f26,U+4f2a,U+4f2f-4f30,U+4f34,U+4f38,U+4f3c,U+4f46,U+4f4d-4f4f,U+4f53,U+4f55,U+4f59,U+4f5b-4f5c,U+4f60,U+4f69,U+4f73,U+4f7f,U+4f8b,U+4f9b,U+4f9d,U+4fa7,U+4fb5,U+4fbf,U+4fc3-4fc4,U+4fca,U+4fd7,U+4fdd,U+4fe1,U+4fe9,U+4fee,U+4ff1,U+500d,U+5012,U+5019,U+501f,U+503c,U+503e,U+5047,U+504f,U+505a,U+505c,U+5065,U+5076-5077,U+507f,U+50a8,U+50b2,U+50bb,U+50cf,U+513f,U+5141,U+5143-5145,U+5148-5149,U+514b,U+514d,U+515a,U+5165,U+5168,U+516b-516d,U+5170-5171,U+5173-5178,U+517b-517d,U+5185,U+518c-518d,U+5192,U+5199,U+519b-519c,U+51a0,U+51ac,U+51b0,U+51b2-51b3,U+51b5,U+51b7,U+51c0,U+51c6,U+51c9,U+51cc,U+51cf,U+51dd,U+51e0-51e1,U+51e4,U+51ed,U+51ef,U+51f6,U+51fa-51fb,U+5200,U+5206-5207,U+520a,U+5211-5212,U+5217-521b,U+521d,U+5220,U+5224,U+5229,U+522b,U+5230,U+5236-5237,U+523a-523b,U+5242,U+524d,U+5251,U+5267,U+5269-526a,U+526f,U+5272,U+529b,U+529d-52a1,U+52a3,U+52a8-52aa,U+52b1-52b3,U+52bf,U+52c7,U+52d2,U+52e4,U+52fe,U+5300,U+5305,U+5316-5317,U+5339-533b,U+5341,U+5343,U+5347-5348,U+534a,U+534e-534f,U+5353,U+5355-5357,U+535a,U+5360-5361,U+5367,U+536b,U+5370-5371,U+5373-5374,U+5377,U+5382,U+5385-5386,U+5389,U+538b-538c,U+5398,U+539a,U+539f,U+53bb,U+53bf,U+53c2,U+53c8,U+53ca-53cd,U+53d1,U+53d6-53d8,U+53e0,U+53e3-53e6,U+53ea-53ec,U+53ef-53f0,U+53f2-53f3,U+53f6-53f9,U+5403-5404,U+5408-5409,U+540c-540e,U+5410-5411,U+5413,U+5417,U+541b,U+5426-5427,U+542b-542c,U+542f,U+5434,U+5438-5439,U+5440,U+5446,U+5448,U+544a,U+5458,U+5462,U+5468,U+5473,U+5475,U+547c-547d,U+548c,U+5496,U+54a8,U+54c1,U+54c8,U+54cd,U+54e5-54e6,U+54ea,U+54ed,U+54f2,U+5510,U+552e-552f,U+5531,U+5546,U+554a,U+5565-5566,U+5584,U+558a,U+559c-559d,U+55b7,U+5609,U+561b,U+5634,U+5668,U+56db,U+56de,U+56e0,U+56e2,U+56ed,U+56f0,U+56f4,U+56fa,U+56fd-56fe,U+5706,U+5708,U+571f,U+5723,U+5728,U+5730,U+573a,U+5740,U+5747,U+574f-5751,U+5757,U+575a-575b,U+5761,U+5766,U+5782,U+578b,U+57c3,U+57cb,U+57ce,U+57df,U+57f9-57fa,U+5802,U+5806,U+5821,U+582a,U+5851,U+5854,U+585e,U+586b,U+5883,U+5899,U+589e,U+58a8,U+58c1,U+58eb,U+58ee,U+58f0,U+58f3,U+5904,U+5907,U+590d,U+590f,U+5915-5916,U+591a,U+591c,U+591f,U+5927,U+5929-592b,U+592e,U+5931,U+5934,U+5938-593a,U+5947-5949,U+594b,U+594f,U+5954,U+5956-5957,U+5965,U+5973,U+5976,U+5979,U+597d,U+5982,U+5986-5988,U+5999,U+59b9,U+59bb,U+59c6,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59dc,U+59fb,U+59ff,U+5a01,U+5a18,U+5a31,U+5a46,U+5a5a,U+5a92,U+5ac1,U+5acc,U+5ae9,U+5b50,U+5b54-5b55,U+5b57-5b59,U+5b63-5b64,U+5b66,U+5b69,U+5b81,U+5b83,U+5b85,U+5b87-5b89,U+5b8b-5b8c,U+5b8f,U+5b97-5b98,U+5b9a,U+5b9c-5b9e,U+5ba1-5ba4,U+5bab,U+5bb3,U+5bb6,U+5bb9,U+5bbd-5bbf,U+5bc2,U+5bc4,U+5bc6,U+5bcc,U+5bd2-5bd3,U+5bdf,U+5bf8-5bfc,U+5bff,U+5c01,U+5c04,U+5c06,U+5c0a,U+5c0f,U+5c11,U+5c14,U+5c16,U+5c18,U+5c1a,U+5c1d,U+5c24,U+5c31,U+5c3a,U+5c3c-5c40,U+5c42,U+5c45,U+5c48,U+5c4a-5c4b,U+5c4f,U+5c55,U+5c5e,U+5c71,U+5c81,U+5c97,U+5c9b,U+5ca9,U+5cb8,U+5cf0,U+5d07,U+5ddd-5dde,U+5de1,U+5de5-5de8,U+5dee,U+5df1-5df2,U+5df4,U+5e01-5e03,U+5e05,U+5e08,U+5e0c,U+5e1d,U+5e26,U+5e2d-5e2e,U+5e38,U+5e45,U+5e55,U+5e72-5e74,U+5e76,U+5e78,U+5e7b-5e7d,U+5e7f,U+5e84,U+5e86,U+5e8a,U+5e8f,U+5e93-5e95,U+5e97,U+5e99,U+5e9c,U+5e9f,U+5ea6-5ea7,U+5ead,U+5eb7,U+5ec9,U+5ef6-5ef7,U+5efa,U+5f00,U+5f02-5f04,U+5f0f,U+5f15,U+5f1f-5f20,U+5f25,U+5f2f,U+5f31,U+5f39-5f3a,U+5f52-5f53,U+5f55,U+5f62,U+5f69,U+5f71,U+5f79,U+5f7b-5f7c,U+5f80-5f81,U+5f84-5f85,U+5f88,U+5f8b,U+5f90,U+5f92,U+5f97,U+5fa1,U+5faa,U+5fae,U+5fb7,U+5fbd,U+5fc3,U+5fc5-5fc6,U+5fcc-5fcd,U+5fd7-5fd9,U+5fe0,U+5fe7,U+5feb,U+5ff5,U+5ffd,U+6000-6001,U+600e,U+6012,U+6015,U+601d,U+6025,U+6027-6028,U+602a,U+603b,U+604b,U+6050,U+6052,U+6062,U+6068-6069,U+606f-6070,U+6076,U+607c,U+6089,U+6094,U+609f-60a0,U+60a3,U+60a6,U+60a8,U+60ac,U+60b2,U+60c5,U+60ca,U+60d1,U+60dc,U+60e0,U+60e7-60e8,U+60ef,U+60f3,U+6108,U+610f,U+611f,U+6124,U+613f,U+6148,U+614e,U+6155,U+6162,U+6167,U+6170,U+61c2,U+61d2,U+620f-6212,U+6216,U+6218,U+622a,U+6234,U+6237,U+623f-6240,U+624b,U+624d-624e,U+6253,U+6258,U+6263,U+6267,U+6269,U+626b-626c,U+626e,U+6270,U+6276,U+6279,U+627e-6280,U+628a,U+6291,U+6293,U+6295,U+6297-6298,U+629b,U+62a2,U+62a4-62a5,U+62ab,U+62b1,U+62b5,U+62b9,U+62bd,U+62c5-62c6,U+62c9,U+62cd,U+62d2-62d4,U+62d6,U+62db-62dc,U+62df,U+62e5,U+62e8-62e9,U+62ec,U+62fc,U+62ff,U+6301-6302,U+6307,U+6309,U+6311,U+6316,U+6321,U+6324-6325,U+632f,U+633a,U+6355,U+635f,U+6362,U+636e,U+6377,U+6388-6389,U+638c,U+6392,U+63a2,U+63a5,U+63a7-63aa,U+63cf-63d0,U+63d2,U+63e1,U+63ed,U+63f4,U+641c,U+641e,U+642c-642d,U+643a,U+6444,U+6446-6447,U+6458,U+6469,U+6478,U+6491-6492,U+649e,U+64ad,U+64c5,U+64cd,U+64e6,U+652f,U+6536,U+6539,U+653b,U+653e-653f,U+6545,U+6548,U+654c,U+654f,U+6551,U+6559,U+6562-6563,U+656c,U+6570,U+6574,U+6587,U+6591,U+6597,U+6599,U+659c,U+65a4,U+65ad,U+65af-65b0,U+65b9,U+65bd,U+65c1,U+65c5,U+65cb,U+65cf,U+65d7,U+65e0,U+65e2,U+65e5-65e9,U+65f6,U+65fa,U+6602,U+660c,U+660e,U+6613,U+661f-6620,U+6625,U+6628,U+662f,U+663e,U+664b,U+6653,U+665a,U+6668,U+666e-6670,U+6676,U+667a,U+6682,U+6696-6697,U+66b4,U+66f0,U+66f2,U+66f4,U+66fc,U+66fe-6700,U+6708-6709,U+670b,U+670d,U+6717,U+671b,U+671d,U+671f,U+6728,U+672a-672c,U+672f,U+6731,U+6734-6735,U+673a,U+6740,U+6742-6743,U+6746,U+674e,U+6750-6751,U+675c,U+675f,U+6761,U+6765,U+6768,U+676f-6770,U+677e-677f,U+6781,U+6784,U+6790,U+6797,U+679c-679d,U+67aa,U+67b6,U+67d0,U+67d3-67d4,U+67e5,U+67f1,U+67f3,U+6807,U+680f,U+6811,U+6821,U+6837-6839,U+683c,U+6843,U+6846,U+6848,U+684c,U+6851,U+6863,U+6865,U+6881,U+6885,U+68a6,U+68af-68b0,U+68c0,U+68d2,U+68ee,U+690d,U+695a,U+697c,U+6982,U+699c,U+69fd,U+6a21,U+6a2a,U+6b21-6b23,U+6b27,U+6b32,U+6b3a,U+6b3e,U+6b4c,U+6b62-6b66,U+6b7b,U+6b8a-6b8b,U+6b96,U+6bb5,U+6bbf,U+6bc1,U+6bcd,U+6bcf,U+6bd2,U+6bd4-6bd5,U+6bdb,U+6beb,U+6c0f,U+6c11,U+6c14,U+6c1b,U+6c27,U+6c34,U+6c38,U+6c41-6c42,U+6c47,U+6c49,U+6c57,U+6c5f-6c61,U+6c64,U+6c7d,U+6c88-6c89,U+6c99,U+6c9f,U+6ca1,U+6cb3,U+6cb9,U+6cbb,U+6cbf,U+6cc4,U+6cc9,U+6cd5,U+6cdb,U+6ce1-6ce2,U+6ce5,U+6ce8,U+6cea,U+6cf0,U+6cfd,U+6d01,U+6d0b,U+6d12,U+6d17,U+6d1b,U+6d1e,U+6d25,U+6d2a,U+6d32,U+6d3b,U+6d3e,U+6d41,U+6d45,U+6d4b,U+6d4e,U+6d53,U+6d59,U+6d69-6d6a,U+6d6e,U+6d77-6d78,U+6d82,U+6d88-6d89,U+6d8c,U+6da6,U+6da8,U+6daf,U+6db2,U+6db5,U+6dcb,U+6dd8,U+6de1,U+6df1,U+6df7,U+6dfb,U+6e05,U+6e10,U+6e20-6e21,U+6e29,U+6e2f,U+6e34,U+6e38,U+6e56,U+6e7e-6e7f,U+6e90,U+6eaa,U+6ecb,U+6ed1,U+6eda,U+6ee1,U+6ef4,U+6f02,U+6f0f,U+6f14,U+6f2b,U+6f5c,U+6f6e,U+6fb3,U+6fc0,U+704c,U+706b,U+706d,U+706f-7070,U+7075,U+707e,U+7089,U+708e,U+7092,U+70ae,U+70b8-70b9,U+70bc,U+70c2,U+70c8,U+70df,U+70e6-70e7,U+70ed,U+7126,U+7136,U+7167,U+716e,U+718a,U+719f,U+71c3,U+71d5,U+71e5,U+7206,U+722c,U+7231,U+7236-7238,U+723d,U+7247-7248,U+724c,U+7259,U+725b,U+7262,U+7269,U+7275,U+7279,U+72af,U+72b6,U+72b9,U+72c2,U+72d7,U+72ec,U+72f1,U+731b-731c,U+732a-732b,U+732e,U+7384,U+7387,U+7389,U+738b,U+739b,U+73a9,U+73af-73b0,U+73bb,U+73cd,U+73e0,U+73ed,U+7403,U+7406,U+7434,U+745e,U+7483,U+74dc,U+74e6,U+74f6,U+7518,U+751a,U+751c,U+751f,U+7528,U+7530-7533,U+7535,U+7537,U+753b,U+7545,U+754c,U+7559,U+7565,U+756a,U+758f,U+7591,U+7597,U+75af,U+75b2,U+75bc,U+75be,U+75c5,U+75c7,U+75d5,U+75db,U+7626,U+767b,U+767d-767e,U+7684,U+7686-7687,U+76ae,U+76c6,U+76c8,U+76ca,U+76d0-76d2,U+76d6-76d8,U+76db,U+76df,U+76ee,U+76f4,U+76f8,U+76fe,U+7701,U+7709,U+770b,U+771f-7720,U+773c,U+7740,U+775b,U+7761,U+7763,U+77ac,U+77db,U+77e5,U+77ed,U+77f3,U+77ff,U+7801,U+7814,U+7834,U+7840,U+7855,U+786c,U+786e,U+788d-788e,U+7891,U+7897,U+78b0,U+78e8,U+793a,U+793c,U+793e,U+7956,U+795d-795e,U+7965,U+7968,U+7981,U+798f,U+79bb,U+79c0-79c1,U+79cb,U+79cd,U+79d1-79d2,U+79d8,U+79df,U+79e6,U+79ef-79f0,U+79fb,U+7a00,U+7a0b,U+7a0d-7a0e,U+7a33,U+7a3f,U+7a76-7a77,U+7a7a,U+7a7f,U+7a81,U+7a97,U+7acb,U+7ad9,U+7ade-7ae0,U+7ae5,U+7aef,U+7af9,U+7b11,U+7b14,U+7b26,U+7b2c,U+7b49,U+7b51,U+7b54,U+7b56,U+7b79,U+7b7e,U+7b80,U+7b97,U+7ba1,U+7bb1,U+7bc7,U+7c4d,U+7c73,U+7c7b,U+7c89,U+7c92,U+7c97-7c98,U+7cae,U+7cbe,U+7cca,U+7cd6,U+7cfb,U+7d20,U+7d22,U+7d27,U+7d2b,U+7d2f,U+7e41,U+7ea0,U+7ea2,U+7ea4,U+7ea6-7ea7,U+7eaa,U+7eaf,U+7eb3,U+7eb5,U+7eb7-7eb9,U+7ebd,U+7ebf,U+7ec3-7ec4,U+7ec6-7ec8,U+7ecd,U+7ecf,U+7ed3,U+7ed5,U+7ed8-7ed9,U+7edc-7edd,U+7edf,U+7ee7,U+7ee9-7eea,U+7eed,U+7ef4-7ef5,U+7efc,U+7eff,U+7f13,U+7f16,U+7f18,U+7f1d,U+7f29,U+7f3a,U+7f51,U+7f57,U+7f5a,U+7f62,U+7f6a,U+7f6e,U+7f72,U+7f8a,U+7f8e,U+7fa4,U+7fbd,U+7ffb-7ffc,U+8000-8001,U+8003,U+8005,U+800c,U+8010,U+8017,U+8033,U+804a,U+804c,U+8054,U+8058,U+805a,U+806a,U+8083,U+8089,U+808c,U+809a,U+80a0-80a1,U+80a4-80a5,U+80a9,U+80af,U+80b2,U+80bf,U+80c3,U+80c6,U+80cc,U+80ce,U+80dc,U+80de,U+80e1,U+80f6,U+80f8,U+80fd,U+8102,U+8106,U+8109,U+810f,U+8111,U+811a,U+8131,U+8138,U+8150,U+8170,U+8179,U+817b,U+817e-817f,U+819c,U+81e3,U+81ea,U+81f3-81f4,U+820d,U+8212,U+821e,U+822a,U+822c,U+8239,U+826f-8270,U+8272-8273,U+827a,U+827e,U+8282,U+82b1,U+82b3,U+82cd,U+82cf,U+82e5-82e6,U+82f1,U+8303,U+8336,U+8349,U+8350,U+8352,U+8361,U+8363,U+836f,U+8377,U+83ab,U+83b1-83b2,U+83b7,U+83dc,U+83f2,U+8425,U+8428,U+843d,U+8457,U+8463,U+8499,U+84b8,U+84dd,U+8584,U+85cf,U+864e,U+8651,U+865a,U+866b,U+867d,U+86cb,U+86ee,U+871c,U+878d,U+8840,U+884c,U+8857,U+8861,U+8863,U+8865,U+8868,U+8870,U+888b,U+8896,U+88ab,U+88ad,U+88c1-88c2,U+88c5,U+897f,U+8981,U+8986,U+89c1-89c2,U+89c4,U+89c6,U+89c8-89c9,U+89d2,U+89e3,U+89e6,U+8a00,U+8a89,U+8b66,U+8ba1-8ba2,U+8ba4,U+8ba8-8ba9,U+8bad-8bb0,U+8bb2,U+8bb8,U+8bba,U+8bbe-8bbf,U+8bc1,U+8bc4,U+8bc6,U+8bc9-8bca,U+8bcd,U+8bd1,U+8bd5,U+8bd7,U+8bda,U+8bdd-8bde,U+8be2,U+8be5-8be6,U+8bed,U+8bef,U+8bf1,U+8bf4,U+8bf7-8bf8,U+8bfa-8bfb,U+8bfe,U+8c01,U+8c03,U+8c08,U+8c0b,U+8c10,U+8c13,U+8c22,U+8c28,U+8c31,U+8c37,U+8c46,U+8c61,U+8c6a,U+8c8c,U+8d1d,U+8d1f,U+8d21-8d28,U+8d2a-8d2b,U+8d2d,U+8d2f,U+8d34-8d35,U+8d38-8d39,U+8d44,U+8d4b,U+8d4f,U+8d56,U+8d5a-8d5b,U+8d5e,U+8d60,U+8d62,U+8d64,U+8d6b,U+8d70,U+8d74-8d77,U+8d85,U+8d8a-8d8b,U+8da3,U+8db3,U+8dc3,U+8dcc,U+8dd1,U+8ddd,U+8ddf,U+8de8,U+8def,U+8df3,U+8df5,U+8e0f,U+8e2a,U+8eab,U+8f66,U+8f68,U+8f6c,U+8f6e-8f6f,U+8f7b,U+8f7d,U+8f83,U+8f85-8f86,U+8f88-8f89,U+8f91,U+8f93,U+8f9b,U+8f9e,U+8fa3,U+8fa8-8fa9,U+8fb9,U+8fbe,U+8fc1,U+8fc5,U+8fc7-8fc8,U+8fce,U+8fd0-8fd1,U+8fd4,U+8fd8-8fd9,U+8fdb-8fdf,U+8fea-8feb,U+8ff0,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9006,U+9009,U+900f-9010,U+9012,U+9014,U+901a,U+901d,U+901f-9020,U+9022,U+903b-903c,U+9047,U+904d,U+9053,U+9057,U+9065,U+906d,U+9075,U+907f-9080,U+90a3,U+90a6,U+90aa,U+90ae,U+90bb,U+90c1,U+90ce,U+90d1,U+90e8,U+90ed,U+90fd,U+914d,U+9152,U+9177-9178,U+9189,U+9192,U+91c7,U+91ca,U+91cc-91cf,U+91d1,U+9274,U+9488,U+949f,U+94a2,U+94b1,U+94bb,U+94c1,U+94dc,U+94f6,U+94fa,U+94fe,U+9500-9501,U+9505,U+950b,U+9510,U+9519,U+9526,U+952e,U+9547,U+955c,U+957f,U+95e8,U+95ea,U+95ed-95ee,U+95f2,U+95f4,U+95f7,U+95f9,U+95fb,U+9605,U+9614,U+961f,U+9632-9636,U+963b,U+963f,U+9644-9646,U+9648,U+964d,U+9650,U+9662,U+9664,U+9669-966a,U+9675-9677,U+9686,U+968f-9690,U+9694,U+969c,U+96be,U+96c4-96c6,U+96d5,U+96e8,U+96ea,U+96f6-96f7,U+96fe,U+9700,U+9707,U+9732,U+9738,U+9752,U+9759,U+975e,U+9760,U+9762,U+9769,U+978b,U+97e9,U+97f3,U+97f5,U+9875-9876,U+9879-987b,U+987e-987f,U+9884,U+9886-9887,U+9891,U+9897-9898,U+989c-989d,U+98ce,U+98d8,U+98de-98df,U+9910,U+996d-996e,U+9970-9971,U+9986,U+9996,U+9999,U+9a6c,U+9a71,U+9a7b,U+9a7e,U+9a82,U+9a8c,U+9a91,U+9a97,U+9aa4,U+9aa8,U+9ad8,U+9b3c,U+9b42,U+9b45,U+9b54,U+9c7c,U+9c81,U+9c9c,U+9e1f,U+9e21,U+9e23,U+9ea6,U+9ebb,U+9ec4,U+9ece,U+9ed1,U+9ed8,U+9f13,U+9f20,U+9f3b,U+9f50,U+9f7f,U+9f84,U+9f99,U+ff01,U+ff08-ff09,U+ff0c-ff0e,U+ff1a-ff1b,U+ff1f,U+ff5e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.100.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.100.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.100.otf')  format('opentype');unicode-range:U+0021-0023,U+0025-005b,U+005d,U+005f,U+0061-007a,U+007e-00a0,U+00b7,U+2014,U+2018-2019,U+201c-201d,U+2026,U+3000-3002,U+300a-300d,U+3010-3011,U+4e00-4e01,U+4e03,U+4e07-4e0b,U+4e0d-4e0e,U+4e11,U+4e13-4e14,U+4e16,U+4e1a-4e1d,U+4e22,U+4e24-4e25,U+4e27,U+4e2a,U+4e2d,U+4e30,U+4e32,U+4e34,U+4e39-4e3b,U+4e3d-4e3e,U+4e43,U+4e45,U+4e48-4e49,U+4e4b-4e4c,U+4e4e-4e50,U+4e54,U+4e58,U+4e5d,U+4e5f-4e61,U+4e66,U+4e70-4e71,U+4e73,U+4e86,U+4e88-4e89,U+4e8b-4e8c,U+4e8e-4e8f,U+4e91-4e92,U+4e94-4e95,U+4e9a-4e9b,U+4ea1,U+4ea4,U+4ea6-4ea7,U+4eab-4eac,U+4eae,U+4eb2,U+4eba,U+4ebf-4ec1,U+4ec5,U+4eca-4ecb,U+4ecd-4ece,U+4ed3-4ed4,U+4ed6,U+4ed8-4ed9,U+4ee3-4ee5,U+4eea,U+4eec,U+4ef0,U+4ef6-4ef7,U+4efb,U+4efd,U+4eff,U+4f01,U+4f0a,U+4f0d,U+4f0f,U+4f11,U+4f17-4f1a,U+4f1f-4f20,U+4f24,U+4f26,U+4f2a,U+4f2f-4f30,U+4f34,U+4f38,U+4f3c,U+4f46,U+4f4d-4f4f,U+4f53,U+4f55,U+4f59,U+4f5b-4f5c,U+4f60,U+4f69,U+4f73,U+4f7f,U+4f8b,U+4f9b,U+4f9d,U+4fa7,U+4fb5,U+4fbf,U+4fc3-4fc4,U+4fca,U+4fd7,U+4fdd,U+4fe1,U+4fe9,U+4fee,U+4ff1,U+500d,U+5012,U+5019,U+501f,U+503c,U+503e,U+5047,U+504f,U+505a,U+505c,U+5065,U+5076-5077,U+507f,U+50a8,U+50b2,U+50bb,U+50cf,U+513f,U+5141,U+5143-5145,U+5148-5149,U+514b,U+514d,U+515a,U+5165,U+5168,U+516b-516d,U+5170-5171,U+5173-5178,U+517b-517d,U+5185,U+518c-518d,U+5192,U+5199,U+519b-519c,U+51a0,U+51ac,U+51b0,U+51b2-51b3,U+51b5,U+51b7,U+51c0,U+51c6,U+51c9,U+51cc,U+51cf,U+51dd,U+51e0-51e1,U+51e4,U+51ed,U+51ef,U+51f6,U+51fa-51fb,U+5200,U+5206-5207,U+520a,U+5211-5212,U+5217-521b,U+521d,U+5220,U+5224,U+5229,U+522b,U+5230,U+5236-5237,U+523a-523b,U+5242,U+524d,U+5251,U+5267,U+5269-526a,U+526f,U+5272,U+529b,U+529d-52a1,U+52a3,U+52a8-52aa,U+52b1-52b3,U+52bf,U+52c7,U+52d2,U+52e4,U+52fe,U+5300,U+5305,U+5316-5317,U+5339-533b,U+5341,U+5343,U+5347-5348,U+534a,U+534e-534f,U+5353,U+5355-5357,U+535a,U+5360-5361,U+5367,U+536b,U+5370-5371,U+5373-5374,U+5377,U+5382,U+5385-5386,U+5389,U+538b-538c,U+5398,U+539a,U+539f,U+53bb,U+53bf,U+53c2,U+53c8,U+53ca-53cd,U+53d1,U+53d6-53d8,U+53e0,U+53e3-53e6,U+53ea-53ec,U+53ef-53f0,U+53f2-53f3,U+53f6-53f9,U+5403-5404,U+5408-5409,U+540c-540e,U+5410-5411,U+5413,U+5417,U+541b,U+5426-5427,U+542b-542c,U+542f,U+5434,U+5438-5439,U+5440,U+5446,U+5448,U+544a,U+5458,U+5462,U+5468,U+5473,U+5475,U+547c-547d,U+548c,U+5496,U+54a8,U+54c1,U+54c8,U+54cd,U+54e5-54e6,U+54ea,U+54ed,U+54f2,U+5510,U+552e-552f,U+5531,U+5546,U+554a,U+5565-5566,U+5584,U+558a,U+559c-559d,U+55b7,U+5609,U+561b,U+5634,U+5668,U+56db,U+56de,U+56e0,U+56e2,U+56ed,U+56f0,U+56f4,U+56fa,U+56fd-56fe,U+5706,U+5708,U+571f,U+5723,U+5728,U+5730,U+573a,U+5740,U+5747,U+574f-5751,U+5757,U+575a-575b,U+5761,U+5766,U+5782,U+578b,U+57c3,U+57cb,U+57ce,U+57df,U+57f9-57fa,U+5802,U+5806,U+5821,U+582a,U+5851,U+5854,U+585e,U+586b,U+5883,U+5899,U+589e,U+58a8,U+58c1,U+58eb,U+58ee,U+58f0,U+58f3,U+5904,U+5907,U+590d,U+590f,U+5915-5916,U+591a,U+591c,U+591f,U+5927,U+5929-592b,U+592e,U+5931,U+5934,U+5938-593a,U+5947-5949,U+594b,U+594f,U+5954,U+5956-5957,U+5965,U+5973,U+5976,U+5979,U+597d,U+5982,U+5986-5988,U+5999,U+59b9,U+59bb,U+59c6,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59dc,U+59fb,U+59ff,U+5a01,U+5a18,U+5a31,U+5a46,U+5a5a,U+5a92,U+5ac1,U+5acc,U+5ae9,U+5b50,U+5b54-5b55,U+5b57-5b59,U+5b63-5b64,U+5b66,U+5b69,U+5b81,U+5b83,U+5b85,U+5b87-5b89,U+5b8b-5b8c,U+5b8f,U+5b97-5b98,U+5b9a,U+5b9c-5b9e,U+5ba1-5ba4,U+5bab,U+5bb3,U+5bb6,U+5bb9,U+5bbd-5bbf,U+5bc2,U+5bc4,U+5bc6,U+5bcc,U+5bd2-5bd3,U+5bdf,U+5bf8-5bfc,U+5bff,U+5c01,U+5c04,U+5c06,U+5c0a,U+5c0f,U+5c11,U+5c14,U+5c16,U+5c18,U+5c1a,U+5c1d,U+5c24,U+5c31,U+5c3a,U+5c3c-5c40,U+5c42,U+5c45,U+5c48,U+5c4a-5c4b,U+5c4f,U+5c55,U+5c5e,U+5c71,U+5c81,U+5c97,U+5c9b,U+5ca9,U+5cb8,U+5cf0,U+5d07,U+5ddd-5dde,U+5de1,U+5de5-5de8,U+5dee,U+5df1-5df2,U+5df4,U+5e01-5e03,U+5e05,U+5e08,U+5e0c,U+5e1d,U+5e26,U+5e2d-5e2e,U+5e38,U+5e45,U+5e55,U+5e72-5e74,U+5e76,U+5e78,U+5e7b-5e7d,U+5e7f,U+5e84,U+5e86,U+5e8a,U+5e8f,U+5e93-5e95,U+5e97,U+5e99,U+5e9c,U+5e9f,U+5ea6-5ea7,U+5ead,U+5eb7,U+5ec9,U+5ef6-5ef7,U+5efa,U+5f00,U+5f02-5f04,U+5f0f,U+5f15,U+5f1f-5f20,U+5f25,U+5f2f,U+5f31,U+5f39-5f3a,U+5f52-5f53,U+5f55,U+5f62,U+5f69,U+5f71,U+5f79,U+5f7b-5f7c,U+5f80-5f81,U+5f84-5f85,U+5f88,U+5f8b,U+5f90,U+5f92,U+5f97,U+5fa1,U+5faa,U+5fae,U+5fb7,U+5fbd,U+5fc3,U+5fc5-5fc6,U+5fcc-5fcd,U+5fd7-5fd9,U+5fe0,U+5fe7,U+5feb,U+5ff5,U+5ffd,U+6000-6001,U+600e,U+6012,U+6015,U+601d,U+6025,U+6027-6028,U+602a,U+603b,U+604b,U+6050,U+6052,U+6062,U+6068-6069,U+606f-6070,U+6076,U+607c,U+6089,U+6094,U+609f-60a0,U+60a3,U+60a6,U+60a8,U+60ac,U+60b2,U+60c5,U+60ca,U+60d1,U+60dc,U+60e0,U+60e7-60e8,U+60ef,U+60f3,U+6108,U+610f,U+611f,U+6124,U+613f,U+6148,U+614e,U+6155,U+6162,U+6167,U+6170,U+61c2,U+61d2,U+620f-6212,U+6216,U+6218,U+622a,U+6234,U+6237,U+623f-6240,U+624b,U+624d-624e,U+6253,U+6258,U+6263,U+6267,U+6269,U+626b-626c,U+626e,U+6270,U+6276,U+6279,U+627e-6280,U+628a,U+6291,U+6293,U+6295,U+6297-6298,U+629b,U+62a2,U+62a4-62a5,U+62ab,U+62b1,U+62b5,U+62b9,U+62bd,U+62c5-62c6,U+62c9,U+62cd,U+62d2-62d4,U+62d6,U+62db-62dc,U+62df,U+62e5,U+62e8-62e9,U+62ec,U+62fc,U+62ff,U+6301-6302,U+6307,U+6309,U+6311,U+6316,U+6321,U+6324-6325,U+632f,U+633a,U+6355,U+635f,U+6362,U+636e,U+6377,U+6388-6389,U+638c,U+6392,U+63a2,U+63a5,U+63a7-63aa,U+63cf-63d0,U+63d2,U+63e1,U+63ed,U+63f4,U+641c,U+641e,U+642c-642d,U+643a,U+6444,U+6446-6447,U+6458,U+6469,U+6478,U+6491-6492,U+649e,U+64ad,U+64c5,U+64cd,U+64e6,U+652f,U+6536,U+6539,U+653b,U+653e-653f,U+6545,U+6548,U+654c,U+654f,U+6551,U+6559,U+6562-6563,U+656c,U+6570,U+6574,U+6587,U+6591,U+6597,U+6599,U+659c,U+65a4,U+65ad,U+65af-65b0,U+65b9,U+65bd,U+65c1,U+65c5,U+65cb,U+65cf,U+65d7,U+65e0,U+65e2,U+65e5-65e9,U+65f6,U+65fa,U+6602,U+660c,U+660e,U+6613,U+661f-6620,U+6625,U+6628,U+662f,U+663e,U+664b,U+6653,U+665a,U+6668,U+666e-6670,U+6676,U+667a,U+6682,U+6696-6697,U+66b4,U+66f0,U+66f2,U+66f4,U+66fc,U+66fe-6700,U+6708-6709,U+670b,U+670d,U+6717,U+671b,U+671d,U+671f,U+6728,U+672a-672c,U+672f,U+6731,U+6734-6735,U+673a,U+6740,U+6742-6743,U+6746,U+674e,U+6750-6751,U+675c,U+675f,U+6761,U+6765,U+6768,U+676f-6770,U+677e-677f,U+6781,U+6784,U+6790,U+6797,U+679c-679d,U+67aa,U+67b6,U+67d0,U+67d3-67d4,U+67e5,U+67f1,U+67f3,U+6807,U+680f,U+6811,U+6821,U+6837-6839,U+683c,U+6843,U+6846,U+6848,U+684c,U+6851,U+6863,U+6865,U+6881,U+6885,U+68a6,U+68af-68b0,U+68c0,U+68d2,U+68ee,U+690d,U+695a,U+697c,U+6982,U+699c,U+69fd,U+6a21,U+6a2a,U+6b21-6b23,U+6b27,U+6b32,U+6b3a,U+6b3e,U+6b4c,U+6b62-6b66,U+6b7b,U+6b8a-6b8b,U+6b96,U+6bb5,U+6bbf,U+6bc1,U+6bcd,U+6bcf,U+6bd2,U+6bd4-6bd5,U+6bdb,U+6beb,U+6c0f,U+6c11,U+6c14,U+6c1b,U+6c27,U+6c34,U+6c38,U+6c41-6c42,U+6c47,U+6c49,U+6c57,U+6c5f-6c61,U+6c64,U+6c7d,U+6c88-6c89,U+6c99,U+6c9f,U+6ca1,U+6cb3,U+6cb9,U+6cbb,U+6cbf,U+6cc4,U+6cc9,U+6cd5,U+6cdb,U+6ce1-6ce2,U+6ce5,U+6ce8,U+6cea,U+6cf0,U+6cfd,U+6d01,U+6d0b,U+6d12,U+6d17,U+6d1b,U+6d1e,U+6d25,U+6d2a,U+6d32,U+6d3b,U+6d3e,U+6d41,U+6d45,U+6d4b,U+6d4e,U+6d53,U+6d59,U+6d69-6d6a,U+6d6e,U+6d77-6d78,U+6d82,U+6d88-6d89,U+6d8c,U+6da6,U+6da8,U+6daf,U+6db2,U+6db5,U+6dcb,U+6dd8,U+6de1,U+6df1,U+6df7,U+6dfb,U+6e05,U+6e10,U+6e20-6e21,U+6e29,U+6e2f,U+6e34,U+6e38,U+6e56,U+6e7e-6e7f,U+6e90,U+6eaa,U+6ecb,U+6ed1,U+6eda,U+6ee1,U+6ef4,U+6f02,U+6f0f,U+6f14,U+6f2b,U+6f5c,U+6f6e,U+6fb3,U+6fc0,U+704c,U+706b,U+706d,U+706f-7070,U+7075,U+707e,U+7089,U+708e,U+7092,U+70ae,U+70b8-70b9,U+70bc,U+70c2,U+70c8,U+70df,U+70e6-70e7,U+70ed,U+7126,U+7136,U+7167,U+716e,U+718a,U+719f,U+71c3,U+71d5,U+71e5,U+7206,U+722c,U+7231,U+7236-7238,U+723d,U+7247-7248,U+724c,U+7259,U+725b,U+7262,U+7269,U+7275,U+7279,U+72af,U+72b6,U+72b9,U+72c2,U+72d7,U+72ec,U+72f1,U+731b-731c,U+732a-732b,U+732e,U+7384,U+7387,U+7389,U+738b,U+739b,U+73a9,U+73af-73b0,U+73bb,U+73cd,U+73e0,U+73ed,U+7403,U+7406,U+7434,U+745e,U+7483,U+74dc,U+74e6,U+74f6,U+7518,U+751a,U+751c,U+751f,U+7528,U+7530-7533,U+7535,U+7537,U+753b,U+7545,U+754c,U+7559,U+7565,U+756a,U+758f,U+7591,U+7597,U+75af,U+75b2,U+75bc,U+75be,U+75c5,U+75c7,U+75d5,U+75db,U+7626,U+767b,U+767d-767e,U+7684,U+7686-7687,U+76ae,U+76c6,U+76c8,U+76ca,U+76d0-76d2,U+76d6-76d8,U+76db,U+76df,U+76ee,U+76f4,U+76f8,U+76fe,U+7701,U+7709,U+770b,U+771f-7720,U+773c,U+7740,U+775b,U+7761,U+7763,U+77ac,U+77db,U+77e5,U+77ed,U+77f3,U+77ff,U+7801,U+7814,U+7834,U+7840,U+7855,U+786c,U+786e,U+788d-788e,U+7891,U+7897,U+78b0,U+78e8,U+793a,U+793c,U+793e,U+7956,U+795d-795e,U+7965,U+7968,U+7981,U+798f,U+79bb,U+79c0-79c1,U+79cb,U+79cd,U+79d1-79d2,U+79d8,U+79df,U+79e6,U+79ef-79f0,U+79fb,U+7a00,U+7a0b,U+7a0d-7a0e,U+7a33,U+7a3f,U+7a76-7a77,U+7a7a,U+7a7f,U+7a81,U+7a97,U+7acb,U+7ad9,U+7ade-7ae0,U+7ae5,U+7aef,U+7af9,U+7b11,U+7b14,U+7b26,U+7b2c,U+7b49,U+7b51,U+7b54,U+7b56,U+7b79,U+7b7e,U+7b80,U+7b97,U+7ba1,U+7bb1,U+7bc7,U+7c4d,U+7c73,U+7c7b,U+7c89,U+7c92,U+7c97-7c98,U+7cae,U+7cbe,U+7cca,U+7cd6,U+7cfb,U+7d20,U+7d22,U+7d27,U+7d2b,U+7d2f,U+7e41,U+7ea0,U+7ea2,U+7ea4,U+7ea6-7ea7,U+7eaa,U+7eaf,U+7eb3,U+7eb5,U+7eb7-7eb9,U+7ebd,U+7ebf,U+7ec3-7ec4,U+7ec6-7ec8,U+7ecd,U+7ecf,U+7ed3,U+7ed5,U+7ed8-7ed9,U+7edc-7edd,U+7edf,U+7ee7,U+7ee9-7eea,U+7eed,U+7ef4-7ef5,U+7efc,U+7eff,U+7f13,U+7f16,U+7f18,U+7f1d,U+7f29,U+7f3a,U+7f51,U+7f57,U+7f5a,U+7f62,U+7f6a,U+7f6e,U+7f72,U+7f8a,U+7f8e,U+7fa4,U+7fbd,U+7ffb-7ffc,U+8000-8001,U+8003,U+8005,U+800c,U+8010,U+8017,U+8033,U+804a,U+804c,U+8054,U+8058,U+805a,U+806a,U+8083,U+8089,U+808c,U+809a,U+80a0-80a1,U+80a4-80a5,U+80a9,U+80af,U+80b2,U+80bf,U+80c3,U+80c6,U+80cc,U+80ce,U+80dc,U+80de,U+80e1,U+80f6,U+80f8,U+80fd,U+8102,U+8106,U+8109,U+810f,U+8111,U+811a,U+8131,U+8138,U+8150,U+8170,U+8179,U+817b,U+817e-817f,U+819c,U+81e3,U+81ea,U+81f3-81f4,U+820d,U+8212,U+821e,U+822a,U+822c,U+8239,U+826f-8270,U+8272-8273,U+827a,U+827e,U+8282,U+82b1,U+82b3,U+82cd,U+82cf,U+82e5-82e6,U+82f1,U+8303,U+8336,U+8349,U+8350,U+8352,U+8361,U+8363,U+836f,U+8377,U+83ab,U+83b1-83b2,U+83b7,U+83dc,U+83f2,U+8425,U+8428,U+843d,U+8457,U+8463,U+8499,U+84b8,U+84dd,U+8584,U+85cf,U+864e,U+8651,U+865a,U+866b,U+867d,U+86cb,U+86ee,U+871c,U+878d,U+8840,U+884c,U+8857,U+8861,U+8863,U+8865,U+8868,U+8870,U+888b,U+8896,U+88ab,U+88ad,U+88c1-88c2,U+88c5,U+897f,U+8981,U+8986,U+89c1-89c2,U+89c4,U+89c6,U+89c8-89c9,U+89d2,U+89e3,U+89e6,U+8a00,U+8a89,U+8b66,U+8ba1-8ba2,U+8ba4,U+8ba8-8ba9,U+8bad-8bb0,U+8bb2,U+8bb8,U+8bba,U+8bbe-8bbf,U+8bc1,U+8bc4,U+8bc6,U+8bc9-8bca,U+8bcd,U+8bd1,U+8bd5,U+8bd7,U+8bda,U+8bdd-8bde,U+8be2,U+8be5-8be6,U+8bed,U+8bef,U+8bf1,U+8bf4,U+8bf7-8bf8,U+8bfa-8bfb,U+8bfe,U+8c01,U+8c03,U+8c08,U+8c0b,U+8c10,U+8c13,U+8c22,U+8c28,U+8c31,U+8c37,U+8c46,U+8c61,U+8c6a,U+8c8c,U+8d1d,U+8d1f,U+8d21-8d28,U+8d2a-8d2b,U+8d2d,U+8d2f,U+8d34-8d35,U+8d38-8d39,U+8d44,U+8d4b,U+8d4f,U+8d56,U+8d5a-8d5b,U+8d5e,U+8d60,U+8d62,U+8d64,U+8d6b,U+8d70,U+8d74-8d77,U+8d85,U+8d8a-8d8b,U+8da3,U+8db3,U+8dc3,U+8dcc,U+8dd1,U+8ddd,U+8ddf,U+8de8,U+8def,U+8df3,U+8df5,U+8e0f,U+8e2a,U+8eab,U+8f66,U+8f68,U+8f6c,U+8f6e-8f6f,U+8f7b,U+8f7d,U+8f83,U+8f85-8f86,U+8f88-8f89,U+8f91,U+8f93,U+8f9b,U+8f9e,U+8fa3,U+8fa8-8fa9,U+8fb9,U+8fbe,U+8fc1,U+8fc5,U+8fc7-8fc8,U+8fce,U+8fd0-8fd1,U+8fd4,U+8fd8-8fd9,U+8fdb-8fdf,U+8fea-8feb,U+8ff0,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9006,U+9009,U+900f-9010,U+9012,U+9014,U+901a,U+901d,U+901f-9020,U+9022,U+903b-903c,U+9047,U+904d,U+9053,U+9057,U+9065,U+906d,U+9075,U+907f-9080,U+90a3,U+90a6,U+90aa,U+90ae,U+90bb,U+90c1,U+90ce,U+90d1,U+90e8,U+90ed,U+90fd,U+914d,U+9152,U+9177-9178,U+9189,U+9192,U+91c7,U+91ca,U+91cc-91cf,U+91d1,U+9274,U+9488,U+949f,U+94a2,U+94b1,U+94bb,U+94c1,U+94dc,U+94f6,U+94fa,U+94fe,U+9500-9501,U+9505,U+950b,U+9510,U+9519,U+9526,U+952e,U+9547,U+955c,U+957f,U+95e8,U+95ea,U+95ed-95ee,U+95f2,U+95f4,U+95f7,U+95f9,U+95fb,U+9605,U+9614,U+961f,U+9632-9636,U+963b,U+963f,U+9644-9646,U+9648,U+964d,U+9650,U+9662,U+9664,U+9669-966a,U+9675-9677,U+9686,U+968f-9690,U+9694,U+969c,U+96be,U+96c4-96c6,U+96d5,U+96e8,U+96ea,U+96f6-96f7,U+96fe,U+9700,U+9707,U+9732,U+9738,U+9752,U+9759,U+975e,U+9760,U+9762,U+9769,U+978b,U+97e9,U+97f3,U+97f5,U+9875-9876,U+9879-987b,U+987e-987f,U+9884,U+9886-9887,U+9891,U+9897-9898,U+989c-989d,U+98ce,U+98d8,U+98de-98df,U+9910,U+996d-996e,U+9970-9971,U+9986,U+9996,U+9999,U+9a6c,U+9a71,U+9a7b,U+9a7e,U+9a82,U+9a8c,U+9a91,U+9a97,U+9aa4,U+9aa8,U+9ad8,U+9b3c,U+9b42,U+9b45,U+9b54,U+9c7c,U+9c81,U+9c9c,U+9e1f,U+9e21,U+9e23,U+9ea6,U+9ebb,U+9ec4,U+9ece,U+9ed1,U+9ed8,U+9f13,U+9f20,U+9f3b,U+9f50,U+9f7f,U+9f84,U+9f99,U+ff01,U+ff08-ff09,U+ff0c-ff0e,U+ff1a-ff1b,U+ff1f,U+ff5e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.100.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.100.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.100.otf')  format('opentype');unicode-range:U+0021-0023,U+0025-005b,U+005d,U+005f,U+0061-007a,U+007e-00a0,U+00b7,U+2014,U+2018-2019,U+201c-201d,U+2026,U+3000-3002,U+300a-300d,U+3010-3011,U+4e00-4e01,U+4e03,U+4e07-4e0b,U+4e0d-4e0e,U+4e11,U+4e13-4e14,U+4e16,U+4e1a-4e1d,U+4e22,U+4e24-4e25,U+4e27,U+4e2a,U+4e2d,U+4e30,U+4e32,U+4e34,U+4e39-4e3b,U+4e3d-4e3e,U+4e43,U+4e45,U+4e48-4e49,U+4e4b-4e4c,U+4e4e-4e50,U+4e54,U+4e58,U+4e5d,U+4e5f-4e61,U+4e66,U+4e70-4e71,U+4e73,U+4e86,U+4e88-4e89,U+4e8b-4e8c,U+4e8e-4e8f,U+4e91-4e92,U+4e94-4e95,U+4e9a-4e9b,U+4ea1,U+4ea4,U+4ea6-4ea7,U+4eab-4eac,U+4eae,U+4eb2,U+4eba,U+4ebf-4ec1,U+4ec5,U+4eca-4ecb,U+4ecd-4ece,U+4ed3-4ed4,U+4ed6,U+4ed8-4ed9,U+4ee3-4ee5,U+4eea,U+4eec,U+4ef0,U+4ef6-4ef7,U+4efb,U+4efd,U+4eff,U+4f01,U+4f0a,U+4f0d,U+4f0f,U+4f11,U+4f17-4f1a,U+4f1f-4f20,U+4f24,U+4f26,U+4f2a,U+4f2f-4f30,U+4f34,U+4f38,U+4f3c,U+4f46,U+4f4d-4f4f,U+4f53,U+4f55,U+4f59,U+4f5b-4f5c,U+4f60,U+4f69,U+4f73,U+4f7f,U+4f8b,U+4f9b,U+4f9d,U+4fa7,U+4fb5,U+4fbf,U+4fc3-4fc4,U+4fca,U+4fd7,U+4fdd,U+4fe1,U+4fe9,U+4fee,U+4ff1,U+500d,U+5012,U+5019,U+501f,U+503c,U+503e,U+5047,U+504f,U+505a,U+505c,U+5065,U+5076-5077,U+507f,U+50a8,U+50b2,U+50bb,U+50cf,U+513f,U+5141,U+5143-5145,U+5148-5149,U+514b,U+514d,U+515a,U+5165,U+5168,U+516b-516d,U+5170-5171,U+5173-5178,U+517b-517d,U+5185,U+518c-518d,U+5192,U+5199,U+519b-519c,U+51a0,U+51ac,U+51b0,U+51b2-51b3,U+51b5,U+51b7,U+51c0,U+51c6,U+51c9,U+51cc,U+51cf,U+51dd,U+51e0-51e1,U+51e4,U+51ed,U+51ef,U+51f6,U+51fa-51fb,U+5200,U+5206-5207,U+520a,U+5211-5212,U+5217-521b,U+521d,U+5220,U+5224,U+5229,U+522b,U+5230,U+5236-5237,U+523a-523b,U+5242,U+524d,U+5251,U+5267,U+5269-526a,U+526f,U+5272,U+529b,U+529d-52a1,U+52a3,U+52a8-52aa,U+52b1-52b3,U+52bf,U+52c7,U+52d2,U+52e4,U+52fe,U+5300,U+5305,U+5316-5317,U+5339-533b,U+5341,U+5343,U+5347-5348,U+534a,U+534e-534f,U+5353,U+5355-5357,U+535a,U+5360-5361,U+5367,U+536b,U+5370-5371,U+5373-5374,U+5377,U+5382,U+5385-5386,U+5389,U+538b-538c,U+5398,U+539a,U+539f,U+53bb,U+53bf,U+53c2,U+53c8,U+53ca-53cd,U+53d1,U+53d6-53d8,U+53e0,U+53e3-53e6,U+53ea-53ec,U+53ef-53f0,U+53f2-53f3,U+53f6-53f9,U+5403-5404,U+5408-5409,U+540c-540e,U+5410-5411,U+5413,U+5417,U+541b,U+5426-5427,U+542b-542c,U+542f,U+5434,U+5438-5439,U+5440,U+5446,U+5448,U+544a,U+5458,U+5462,U+5468,U+5473,U+5475,U+547c-547d,U+548c,U+5496,U+54a8,U+54c1,U+54c8,U+54cd,U+54e5-54e6,U+54ea,U+54ed,U+54f2,U+5510,U+552e-552f,U+5531,U+5546,U+554a,U+5565-5566,U+5584,U+558a,U+559c-559d,U+55b7,U+5609,U+561b,U+5634,U+5668,U+56db,U+56de,U+56e0,U+56e2,U+56ed,U+56f0,U+56f4,U+56fa,U+56fd-56fe,U+5706,U+5708,U+571f,U+5723,U+5728,U+5730,U+573a,U+5740,U+5747,U+574f-5751,U+5757,U+575a-575b,U+5761,U+5766,U+5782,U+578b,U+57c3,U+57cb,U+57ce,U+57df,U+57f9-57fa,U+5802,U+5806,U+5821,U+582a,U+5851,U+5854,U+585e,U+586b,U+5883,U+5899,U+589e,U+58a8,U+58c1,U+58eb,U+58ee,U+58f0,U+58f3,U+5904,U+5907,U+590d,U+590f,U+5915-5916,U+591a,U+591c,U+591f,U+5927,U+5929-592b,U+592e,U+5931,U+5934,U+5938-593a,U+5947-5949,U+594b,U+594f,U+5954,U+5956-5957,U+5965,U+5973,U+5976,U+5979,U+597d,U+5982,U+5986-5988,U+5999,U+59b9,U+59bb,U+59c6,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59dc,U+59fb,U+59ff,U+5a01,U+5a18,U+5a31,U+5a46,U+5a5a,U+5a92,U+5ac1,U+5acc,U+5ae9,U+5b50,U+5b54-5b55,U+5b57-5b59,U+5b63-5b64,U+5b66,U+5b69,U+5b81,U+5b83,U+5b85,U+5b87-5b89,U+5b8b-5b8c,U+5b8f,U+5b97-5b98,U+5b9a,U+5b9c-5b9e,U+5ba1-5ba4,U+5bab,U+5bb3,U+5bb6,U+5bb9,U+5bbd-5bbf,U+5bc2,U+5bc4,U+5bc6,U+5bcc,U+5bd2-5bd3,U+5bdf,U+5bf8-5bfc,U+5bff,U+5c01,U+5c04,U+5c06,U+5c0a,U+5c0f,U+5c11,U+5c14,U+5c16,U+5c18,U+5c1a,U+5c1d,U+5c24,U+5c31,U+5c3a,U+5c3c-5c40,U+5c42,U+5c45,U+5c48,U+5c4a-5c4b,U+5c4f,U+5c55,U+5c5e,U+5c71,U+5c81,U+5c97,U+5c9b,U+5ca9,U+5cb8,U+5cf0,U+5d07,U+5ddd-5dde,U+5de1,U+5de5-5de8,U+5dee,U+5df1-5df2,U+5df4,U+5e01-5e03,U+5e05,U+5e08,U+5e0c,U+5e1d,U+5e26,U+5e2d-5e2e,U+5e38,U+5e45,U+5e55,U+5e72-5e74,U+5e76,U+5e78,U+5e7b-5e7d,U+5e7f,U+5e84,U+5e86,U+5e8a,U+5e8f,U+5e93-5e95,U+5e97,U+5e99,U+5e9c,U+5e9f,U+5ea6-5ea7,U+5ead,U+5eb7,U+5ec9,U+5ef6-5ef7,U+5efa,U+5f00,U+5f02-5f04,U+5f0f,U+5f15,U+5f1f-5f20,U+5f25,U+5f2f,U+5f31,U+5f39-5f3a,U+5f52-5f53,U+5f55,U+5f62,U+5f69,U+5f71,U+5f79,U+5f7b-5f7c,U+5f80-5f81,U+5f84-5f85,U+5f88,U+5f8b,U+5f90,U+5f92,U+5f97,U+5fa1,U+5faa,U+5fae,U+5fb7,U+5fbd,U+5fc3,U+5fc5-5fc6,U+5fcc-5fcd,U+5fd7-5fd9,U+5fe0,U+5fe7,U+5feb,U+5ff5,U+5ffd,U+6000-6001,U+600e,U+6012,U+6015,U+601d,U+6025,U+6027-6028,U+602a,U+603b,U+604b,U+6050,U+6052,U+6062,U+6068-6069,U+606f-6070,U+6076,U+607c,U+6089,U+6094,U+609f-60a0,U+60a3,U+60a6,U+60a8,U+60ac,U+60b2,U+60c5,U+60ca,U+60d1,U+60dc,U+60e0,U+60e7-60e8,U+60ef,U+60f3,U+6108,U+610f,U+611f,U+6124,U+613f,U+6148,U+614e,U+6155,U+6162,U+6167,U+6170,U+61c2,U+61d2,U+620f-6212,U+6216,U+6218,U+622a,U+6234,U+6237,U+623f-6240,U+624b,U+624d-624e,U+6253,U+6258,U+6263,U+6267,U+6269,U+626b-626c,U+626e,U+6270,U+6276,U+6279,U+627e-6280,U+628a,U+6291,U+6293,U+6295,U+6297-6298,U+629b,U+62a2,U+62a4-62a5,U+62ab,U+62b1,U+62b5,U+62b9,U+62bd,U+62c5-62c6,U+62c9,U+62cd,U+62d2-62d4,U+62d6,U+62db-62dc,U+62df,U+62e5,U+62e8-62e9,U+62ec,U+62fc,U+62ff,U+6301-6302,U+6307,U+6309,U+6311,U+6316,U+6321,U+6324-6325,U+632f,U+633a,U+6355,U+635f,U+6362,U+636e,U+6377,U+6388-6389,U+638c,U+6392,U+63a2,U+63a5,U+63a7-63aa,U+63cf-63d0,U+63d2,U+63e1,U+63ed,U+63f4,U+641c,U+641e,U+642c-642d,U+643a,U+6444,U+6446-6447,U+6458,U+6469,U+6478,U+6491-6492,U+649e,U+64ad,U+64c5,U+64cd,U+64e6,U+652f,U+6536,U+6539,U+653b,U+653e-653f,U+6545,U+6548,U+654c,U+654f,U+6551,U+6559,U+6562-6563,U+656c,U+6570,U+6574,U+6587,U+6591,U+6597,U+6599,U+659c,U+65a4,U+65ad,U+65af-65b0,U+65b9,U+65bd,U+65c1,U+65c5,U+65cb,U+65cf,U+65d7,U+65e0,U+65e2,U+65e5-65e9,U+65f6,U+65fa,U+6602,U+660c,U+660e,U+6613,U+661f-6620,U+6625,U+6628,U+662f,U+663e,U+664b,U+6653,U+665a,U+6668,U+666e-6670,U+6676,U+667a,U+6682,U+6696-6697,U+66b4,U+66f0,U+66f2,U+66f4,U+66fc,U+66fe-6700,U+6708-6709,U+670b,U+670d,U+6717,U+671b,U+671d,U+671f,U+6728,U+672a-672c,U+672f,U+6731,U+6734-6735,U+673a,U+6740,U+6742-6743,U+6746,U+674e,U+6750-6751,U+675c,U+675f,U+6761,U+6765,U+6768,U+676f-6770,U+677e-677f,U+6781,U+6784,U+6790,U+6797,U+679c-679d,U+67aa,U+67b6,U+67d0,U+67d3-67d4,U+67e5,U+67f1,U+67f3,U+6807,U+680f,U+6811,U+6821,U+6837-6839,U+683c,U+6843,U+6846,U+6848,U+684c,U+6851,U+6863,U+6865,U+6881,U+6885,U+68a6,U+68af-68b0,U+68c0,U+68d2,U+68ee,U+690d,U+695a,U+697c,U+6982,U+699c,U+69fd,U+6a21,U+6a2a,U+6b21-6b23,U+6b27,U+6b32,U+6b3a,U+6b3e,U+6b4c,U+6b62-6b66,U+6b7b,U+6b8a-6b8b,U+6b96,U+6bb5,U+6bbf,U+6bc1,U+6bcd,U+6bcf,U+6bd2,U+6bd4-6bd5,U+6bdb,U+6beb,U+6c0f,U+6c11,U+6c14,U+6c1b,U+6c27,U+6c34,U+6c38,U+6c41-6c42,U+6c47,U+6c49,U+6c57,U+6c5f-6c61,U+6c64,U+6c7d,U+6c88-6c89,U+6c99,U+6c9f,U+6ca1,U+6cb3,U+6cb9,U+6cbb,U+6cbf,U+6cc4,U+6cc9,U+6cd5,U+6cdb,U+6ce1-6ce2,U+6ce5,U+6ce8,U+6cea,U+6cf0,U+6cfd,U+6d01,U+6d0b,U+6d12,U+6d17,U+6d1b,U+6d1e,U+6d25,U+6d2a,U+6d32,U+6d3b,U+6d3e,U+6d41,U+6d45,U+6d4b,U+6d4e,U+6d53,U+6d59,U+6d69-6d6a,U+6d6e,U+6d77-6d78,U+6d82,U+6d88-6d89,U+6d8c,U+6da6,U+6da8,U+6daf,U+6db2,U+6db5,U+6dcb,U+6dd8,U+6de1,U+6df1,U+6df7,U+6dfb,U+6e05,U+6e10,U+6e20-6e21,U+6e29,U+6e2f,U+6e34,U+6e38,U+6e56,U+6e7e-6e7f,U+6e90,U+6eaa,U+6ecb,U+6ed1,U+6eda,U+6ee1,U+6ef4,U+6f02,U+6f0f,U+6f14,U+6f2b,U+6f5c,U+6f6e,U+6fb3,U+6fc0,U+704c,U+706b,U+706d,U+706f-7070,U+7075,U+707e,U+7089,U+708e,U+7092,U+70ae,U+70b8-70b9,U+70bc,U+70c2,U+70c8,U+70df,U+70e6-70e7,U+70ed,U+7126,U+7136,U+7167,U+716e,U+718a,U+719f,U+71c3,U+71d5,U+71e5,U+7206,U+722c,U+7231,U+7236-7238,U+723d,U+7247-7248,U+724c,U+7259,U+725b,U+7262,U+7269,U+7275,U+7279,U+72af,U+72b6,U+72b9,U+72c2,U+72d7,U+72ec,U+72f1,U+731b-731c,U+732a-732b,U+732e,U+7384,U+7387,U+7389,U+738b,U+739b,U+73a9,U+73af-73b0,U+73bb,U+73cd,U+73e0,U+73ed,U+7403,U+7406,U+7434,U+745e,U+7483,U+74dc,U+74e6,U+74f6,U+7518,U+751a,U+751c,U+751f,U+7528,U+7530-7533,U+7535,U+7537,U+753b,U+7545,U+754c,U+7559,U+7565,U+756a,U+758f,U+7591,U+7597,U+75af,U+75b2,U+75bc,U+75be,U+75c5,U+75c7,U+75d5,U+75db,U+7626,U+767b,U+767d-767e,U+7684,U+7686-7687,U+76ae,U+76c6,U+76c8,U+76ca,U+76d0-76d2,U+76d6-76d8,U+76db,U+76df,U+76ee,U+76f4,U+76f8,U+76fe,U+7701,U+7709,U+770b,U+771f-7720,U+773c,U+7740,U+775b,U+7761,U+7763,U+77ac,U+77db,U+77e5,U+77ed,U+77f3,U+77ff,U+7801,U+7814,U+7834,U+7840,U+7855,U+786c,U+786e,U+788d-788e,U+7891,U+7897,U+78b0,U+78e8,U+793a,U+793c,U+793e,U+7956,U+795d-795e,U+7965,U+7968,U+7981,U+798f,U+79bb,U+79c0-79c1,U+79cb,U+79cd,U+79d1-79d2,U+79d8,U+79df,U+79e6,U+79ef-79f0,U+79fb,U+7a00,U+7a0b,U+7a0d-7a0e,U+7a33,U+7a3f,U+7a76-7a77,U+7a7a,U+7a7f,U+7a81,U+7a97,U+7acb,U+7ad9,U+7ade-7ae0,U+7ae5,U+7aef,U+7af9,U+7b11,U+7b14,U+7b26,U+7b2c,U+7b49,U+7b51,U+7b54,U+7b56,U+7b79,U+7b7e,U+7b80,U+7b97,U+7ba1,U+7bb1,U+7bc7,U+7c4d,U+7c73,U+7c7b,U+7c89,U+7c92,U+7c97-7c98,U+7cae,U+7cbe,U+7cca,U+7cd6,U+7cfb,U+7d20,U+7d22,U+7d27,U+7d2b,U+7d2f,U+7e41,U+7ea0,U+7ea2,U+7ea4,U+7ea6-7ea7,U+7eaa,U+7eaf,U+7eb3,U+7eb5,U+7eb7-7eb9,U+7ebd,U+7ebf,U+7ec3-7ec4,U+7ec6-7ec8,U+7ecd,U+7ecf,U+7ed3,U+7ed5,U+7ed8-7ed9,U+7edc-7edd,U+7edf,U+7ee7,U+7ee9-7eea,U+7eed,U+7ef4-7ef5,U+7efc,U+7eff,U+7f13,U+7f16,U+7f18,U+7f1d,U+7f29,U+7f3a,U+7f51,U+7f57,U+7f5a,U+7f62,U+7f6a,U+7f6e,U+7f72,U+7f8a,U+7f8e,U+7fa4,U+7fbd,U+7ffb-7ffc,U+8000-8001,U+8003,U+8005,U+800c,U+8010,U+8017,U+8033,U+804a,U+804c,U+8054,U+8058,U+805a,U+806a,U+8083,U+8089,U+808c,U+809a,U+80a0-80a1,U+80a4-80a5,U+80a9,U+80af,U+80b2,U+80bf,U+80c3,U+80c6,U+80cc,U+80ce,U+80dc,U+80de,U+80e1,U+80f6,U+80f8,U+80fd,U+8102,U+8106,U+8109,U+810f,U+8111,U+811a,U+8131,U+8138,U+8150,U+8170,U+8179,U+817b,U+817e-817f,U+819c,U+81e3,U+81ea,U+81f3-81f4,U+820d,U+8212,U+821e,U+822a,U+822c,U+8239,U+826f-8270,U+8272-8273,U+827a,U+827e,U+8282,U+82b1,U+82b3,U+82cd,U+82cf,U+82e5-82e6,U+82f1,U+8303,U+8336,U+8349,U+8350,U+8352,U+8361,U+8363,U+836f,U+8377,U+83ab,U+83b1-83b2,U+83b7,U+83dc,U+83f2,U+8425,U+8428,U+843d,U+8457,U+8463,U+8499,U+84b8,U+84dd,U+8584,U+85cf,U+864e,U+8651,U+865a,U+866b,U+867d,U+86cb,U+86ee,U+871c,U+878d,U+8840,U+884c,U+8857,U+8861,U+8863,U+8865,U+8868,U+8870,U+888b,U+8896,U+88ab,U+88ad,U+88c1-88c2,U+88c5,U+897f,U+8981,U+8986,U+89c1-89c2,U+89c4,U+89c6,U+89c8-89c9,U+89d2,U+89e3,U+89e6,U+8a00,U+8a89,U+8b66,U+8ba1-8ba2,U+8ba4,U+8ba8-8ba9,U+8bad-8bb0,U+8bb2,U+8bb8,U+8bba,U+8bbe-8bbf,U+8bc1,U+8bc4,U+8bc6,U+8bc9-8bca,U+8bcd,U+8bd1,U+8bd5,U+8bd7,U+8bda,U+8bdd-8bde,U+8be2,U+8be5-8be6,U+8bed,U+8bef,U+8bf1,U+8bf4,U+8bf7-8bf8,U+8bfa-8bfb,U+8bfe,U+8c01,U+8c03,U+8c08,U+8c0b,U+8c10,U+8c13,U+8c22,U+8c28,U+8c31,U+8c37,U+8c46,U+8c61,U+8c6a,U+8c8c,U+8d1d,U+8d1f,U+8d21-8d28,U+8d2a-8d2b,U+8d2d,U+8d2f,U+8d34-8d35,U+8d38-8d39,U+8d44,U+8d4b,U+8d4f,U+8d56,U+8d5a-8d5b,U+8d5e,U+8d60,U+8d62,U+8d64,U+8d6b,U+8d70,U+8d74-8d77,U+8d85,U+8d8a-8d8b,U+8da3,U+8db3,U+8dc3,U+8dcc,U+8dd1,U+8ddd,U+8ddf,U+8de8,U+8def,U+8df3,U+8df5,U+8e0f,U+8e2a,U+8eab,U+8f66,U+8f68,U+8f6c,U+8f6e-8f6f,U+8f7b,U+8f7d,U+8f83,U+8f85-8f86,U+8f88-8f89,U+8f91,U+8f93,U+8f9b,U+8f9e,U+8fa3,U+8fa8-8fa9,U+8fb9,U+8fbe,U+8fc1,U+8fc5,U+8fc7-8fc8,U+8fce,U+8fd0-8fd1,U+8fd4,U+8fd8-8fd9,U+8fdb-8fdf,U+8fea-8feb,U+8ff0,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9006,U+9009,U+900f-9010,U+9012,U+9014,U+901a,U+901d,U+901f-9020,U+9022,U+903b-903c,U+9047,U+904d,U+9053,U+9057,U+9065,U+906d,U+9075,U+907f-9080,U+90a3,U+90a6,U+90aa,U+90ae,U+90bb,U+90c1,U+90ce,U+90d1,U+90e8,U+90ed,U+90fd,U+914d,U+9152,U+9177-9178,U+9189,U+9192,U+91c7,U+91ca,U+91cc-91cf,U+91d1,U+9274,U+9488,U+949f,U+94a2,U+94b1,U+94bb,U+94c1,U+94dc,U+94f6,U+94fa,U+94fe,U+9500-9501,U+9505,U+950b,U+9510,U+9519,U+9526,U+952e,U+9547,U+955c,U+957f,U+95e8,U+95ea,U+95ed-95ee,U+95f2,U+95f4,U+95f7,U+95f9,U+95fb,U+9605,U+9614,U+961f,U+9632-9636,U+963b,U+963f,U+9644-9646,U+9648,U+964d,U+9650,U+9662,U+9664,U+9669-966a,U+9675-9677,U+9686,U+968f-9690,U+9694,U+969c,U+96be,U+96c4-96c6,U+96d5,U+96e8,U+96ea,U+96f6-96f7,U+96fe,U+9700,U+9707,U+9732,U+9738,U+9752,U+9759,U+975e,U+9760,U+9762,U+9769,U+978b,U+97e9,U+97f3,U+97f5,U+9875-9876,U+9879-987b,U+987e-987f,U+9884,U+9886-9887,U+9891,U+9897-9898,U+989c-989d,U+98ce,U+98d8,U+98de-98df,U+9910,U+996d-996e,U+9970-9971,U+9986,U+9996,U+9999,U+9a6c,U+9a71,U+9a7b,U+9a7e,U+9a82,U+9a8c,U+9a91,U+9a97,U+9aa4,U+9aa8,U+9ad8,U+9b3c,U+9b42,U+9b45,U+9b54,U+9c7c,U+9c81,U+9c9c,U+9e1f,U+9e21,U+9e23,U+9ea6,U+9ebb,U+9ec4,U+9ece,U+9ed1,U+9ed8,U+9f13,U+9f20,U+9f3b,U+9f50,U+9f7f,U+9f84,U+9f99,U+ff01,U+ff08-ff09,U+ff0c-ff0e,U+ff1a-ff1b,U+ff1f,U+ff5e;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.101.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.101.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.101.otf')  format('opentype');unicode-range:U+0024,U+005c,U+005e,U+007b-007d,U+00b0,U+00d7,U+00e9,U+2013,U+2022,U+2103,U+2192,U+2460-2463,U+300e-300f,U+306e,U+4e18-4e19,U+4e2b,U+4e38,U+4e56,U+4e59,U+4e5e,U+4e7e,U+4ea5,U+4ea8-4ea9,U+4ead,U+4ec6-4ec7,U+4ed1,U+4ed5,U+4ed7,U+4ef2,U+4f10,U+4f1e,U+4f3d,U+4f50-4f51,U+4f63,U+4f83,U+4f88,U+4f8d,U+4fa0,U+4fa3,U+4fa6,U+4fa8,U+4faf,U+4fcf,U+4fd8,U+4fed,U+4fef,U+4ffa,U+501a,U+5021,U+5026,U+503a,U+5085,U+508d,U+50ac,U+50e7,U+50f5,U+50fb,U+5112,U+5146,U+5151,U+5154,U+515c,U+5179,U+5188,U+51a4-51a5,U+51af,U+51b6,U+51bb,U+51c4,U+51d1,U+51f0,U+51f8-51f9,U+51fd,U+51ff,U+5203,U+522e,U+5238-5239,U+524a,U+5254,U+5256,U+5265,U+5288,U+52ab,U+52c3,U+52c9,U+52cb,U+52d8,U+52df,U+52fa,U+52ff,U+5306,U+5319,U+5320,U+532a,U+533f,U+5349,U+5351-5352,U+535c,U+5362,U+5366,U+5375,U+5378,U+537f,U+5384,U+5395,U+53a2,U+53a6,U+53a8,U+53c9,U+53d4,U+53d9,U+53db,U+53ee,U+5401,U+540a,U+540f,U+5415,U+541e-541f,U+5428,U+5435,U+543b-543c,U+543e,U+5450,U+5455,U+548b,U+548f,U+5492,U+54ac,U+54af,U+54b1,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c7,U+54c9,U+54ce,U+54d1,U+54df,U+5507,U+5509,U+5524,U+5561,U+5564,U+5578,U+5582,U+5587,U+5589,U+5598,U+55a7,U+55bb,U+55d3,U+55dc,U+55ef,U+5631-5632,U+563f,U+566a,U+56a3,U+56bc,U+56ca,U+56da,U+5733,U+573e,U+574a,U+574e,U+575d-5760,U+5764,U+576a,U+5783-5784,U+5792,U+57ab,U+5815,U+5824,U+5835,U+584c,U+5858,U+5885,U+5893,U+58e4,U+58f6,U+5937,U+5951,U+5960,U+5962,U+5974,U+5978,U+5983-5984,U+5992,U+5996,U+59a5,U+59a8,U+59ae,U+59da,U+59e8,U+59ec,U+5a03,U+5a07,U+5a1c,U+5a36,U+5a49,U+5a74,U+5a9a,U+5ab3,U+5ac9,U+5b5d,U+5b5f,U+5b99,U+5b9b,U+5ba0,U+5baa,U+5bb0,U+5bb4-5bb5,U+5bc5,U+5bdd-5bde,U+5be1,U+5be8,U+5c2c,U+5c34,U+5c38-5c39,U+5c41,U+5c51,U+5c60-5c61,U+5c65,U+5c6f,U+5c82,U+5cad,U+5cb3,U+5ce1,U+5cfb,U+5d0e,U+5d14,U+5d16,U+5d1b,U+5d29,U+5d2d,U+5d4c,U+5dc5,U+5de2,U+5de9,U+5deb,U+5df7,U+5dfe,U+5e06,U+5e10,U+5e15-5e16,U+5e18,U+5e1c,U+5e27,U+5e3d,U+5e90,U+5e9a,U+5e9e,U+5eb8,U+5eca,U+5ed3,U+5f0a,U+5f13,U+5f17-5f18,U+5f26-5f27,U+5f66,U+5f6d,U+5f70,U+5f8c,U+6016,U+601c,U+6021,U+604d,U+606d,U+6073,U+6084,U+608d,U+60d5,U+60df,U+60e9,U+60f9,U+6101,U+6109,U+611a,U+6127,U+614c,U+6168,U+61be,U+61c8,U+6208,U+621a,U+6233,U+6241,U+6247,U+6251,U+6254,U+626d,U+626f,U+6284,U+6292,U+6296,U+629a,U+62ac,U+62bc,U+62cc,U+62d0,U+62d8-62d9,U+62e2,U+62e6,U+62ef,U+62f1,U+62f3,U+62fe,U+631a,U+6323,U+6328,U+632a-632b,U+633d,U+6349,U+634f-6350,U+635e,U+6361,U+6363,U+6367,U+6380,U+638f,U+6398,U+63a0,U+63c9,U+63e3,U+63fd,U+6401,U+6405,U+640f,U+6413,U+644a,U+6454,U+6467,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+6500,U+6512,U+655b,U+655e,U+6566,U+6572,U+6577,U+658b-658c,U+65a5,U+65a7,U+65a9,U+65bc,U+65ec-65ed,U+65f1,U+65f7,U+6606,U+660f,U+6614,U+6627,U+662d,U+663c,U+6643,U+6652,U+6655,U+6674,U+6687,U+6691,U+66a8,U+66ae,U+66dd,U+66f9,U+673d,U+6749,U+674f,U+6756,U+6760,U+676d,U+6795,U+679a,U+67a2-67a3,U+67ab,U+67af,U+67c4,U+67cf,U+67dc,U+67e0,U+67ef,U+67f4,U+680b,U+6816-6817,U+682a,U+683d,U+6842,U+6850,U+6869,U+6876,U+6897,U+68a8,U+68ad,U+68b3,U+68b5,U+68c9,U+68cb,U+68cd,U+68d5,U+68da,U+68f1,U+68f5,U+6905,U+690e,U+6912,U+692d,U+6977,U+6984,U+69db,U+6a31,U+6a44,U+6a58-6a59,U+6a61,U+6a90,U+6b20,U+6b47,U+6b49,U+6b67,U+6b6a,U+6bb7,U+6bc5,U+6bd7,U+6bef,U+6c22,U+6c28,U+6c5d,U+6c6a,U+6c70,U+6c83,U+6c90,U+6c9b,U+6ca5-6ca7,U+6caa-6cab,U+6cb8,U+6cbe,U+6cca,U+6ccc,U+6ce3,U+6cf3,U+6cfb-6cfc,U+6d3d,U+6d46-6d47,U+6d4a,U+6d4f,U+6d51,U+6d66,U+6d74,U+6d85,U+6d9b,U+6da9,U+6dc0,U+6dd1,U+6deb,U+6dee,U+6df3,U+6df9,U+6e0a,U+6e14,U+6e17,U+6e23,U+6e32,U+6e58,U+6e5b,U+6e83,U+6e9c,U+6ea2,U+6eaf,U+6eb6,U+6ede,U+6ee4-6ee5,U+6ee8-6ee9,U+6f06,U+6f13,U+6f20,U+6f47,U+6f58,U+6f6d,U+6f84,U+6f88,U+6f9c,U+6fa1,U+7011,U+707c,U+707f,U+7096,U+70ab,U+70ad,U+70d8,U+70db,U+70e4,U+70eb,U+70f9,U+7109,U+7115,U+711a,U+7130,U+714c,U+714e,U+715e,U+7164,U+718f,U+7194,U+7199,U+71ac,U+722a,U+7235,U+7239,U+7261,U+7267,U+7272,U+727a,U+72ac,U+72d0,U+72e0,U+72ed-72ee,U+72fc,U+730e,U+7334,U+73ab,U+73b2,U+73ca,U+7410,U+7422,U+742a,U+7433,U+743c,U+7455,U+745c,U+745f,U+7470,U+7476,U+74e3,U+74f7,U+7529,U+752b,U+7538,U+754f,U+7554,U+755c,U+7574,U+7586,U+75ab,U+75ae,U+75d2,U+75f4,U+7624,U+763e,U+764c,U+7682,U+76b1,U+76ef,U+76f2,U+76fc,U+7737,U+7741,U+7750,U+7779,U+777f,U+778e,U+7792,U+77a7,U+77a9,U+77bb,U+77e2-77e3,U+77e9,U+77eb,U+77ee,U+77f6,U+7802,U+780c-780d,U+7816,U+7838,U+7845,U+786b,U+788c,U+789f,U+78a7,U+78b1,U+78b3,U+78c1,U+78c5,U+78f7,U+7940,U+7948,U+795b,U+796d,U+7977-7978,U+7984-7985,U+79bd,U+79c9,U+79e9,U+7a1a,U+7a20,U+7a3b,U+7a3d,U+7a46,U+7a74,U+7a83-7a84,U+7a8d,U+7a9d,U+7aa5,U+7ad6,U+7aed,U+7b1b,U+7b28,U+7b3c,U+7b4b,U+7b52,U+7b5b,U+7bad,U+7bee,U+7ca4-7ca5,U+7cb9,U+7cd5,U+7cd9,U+7cdf,U+7d6e,U+7eac,U+7eb1-7eb2,U+7eba,U+7ece,U+7ed1-7ed2,U+7eda,U+7ee3,U+7ef3,U+7ef8,U+7efd,U+7f00,U+7f05,U+7f14-7f15,U+7f1a,U+7f20,U+7f34,U+7f38,U+7f50,U+7f55,U+7f69,U+7f9e,U+7fa1,U+7fc1,U+7fc5,U+7fd4,U+7fd8,U+7fe0,U+7ff0,U+800d,U+8015,U+8036,U+8038,U+803b,U+803d,U+8086,U+808b,U+8096,U+809d,U+80a2,U+80aa,U+80ba,U+80be,U+80c0-80c1,U+80d6,U+810a,U+8116,U+813e,U+814a,U+8154-8155,U+8165,U+817a,U+8180,U+818f,U+819d,U+81a8,U+81c0,U+81c2,U+81ed,U+8206,U+820c,U+821f,U+8230,U+8247,U+8258,U+8292,U+8299,U+829d,U+82a6,U+82ac-82ad,U+82af,U+82bd,U+82d1,U+82d7,U+82db,U+82df,U+82f9,U+8302,U+8304-8305,U+830e,U+8328,U+832b,U+8346,U+836b,U+8389,U+838e,U+8393,U+83b9,U+83c7,U+83ca,U+83cc,U+83e9,U+8403-8404,U+840c-840e,U+841d,U+8427,U+845b,U+8461,U+846c,U+8471,U+8475,U+8482,U+848b,U+849c,U+84b2,U+84c4,U+84c9,U+84ec,U+8513,U+851a,U+8521,U+852c,U+853d,U+8549,U+8574,U+857e,U+8587,U+859b,U+85aa,U+85af,U+85c9,U+85e4,U+8650,U+8654,U+8679,U+867e,U+8680,U+86c7,U+8700,U+8702,U+8721,U+8774,U+8776,U+87ba,U+87f9,U+8822,U+884d,U+8854,U+886b-886c,U+8877,U+8881,U+888d,U+88d4-88d5,U+88d9,U+88e4,U+88f8-88f9,U+8910,U+89c5,U+8a79,U+8a93,U+8b6c,U+8bb3,U+8bb6,U+8bbc-8bbd,U+8bc0,U+8bc8,U+8be0-8be1,U+8bf5,U+8c05,U+8c0a,U+8c0e,U+8c1c,U+8c23,U+8c26,U+8c2d,U+8c41,U+8c6b,U+8c79,U+8d1e,U+8d29,U+8d2c,U+8d2e,U+8d31,U+8d37,U+8d3a,U+8d3c,U+8d3e,U+8d4c,U+8d50,U+8d54,U+8d81,U+8d9f,U+8dea,U+8e22,U+8e29,U+8e44,U+8e48,U+8e72,U+8e81,U+8eaf,U+8eb2,U+8eba,U+8f69,U+8f70,U+8f74,U+8f7f,U+8f90,U+8f96,U+8f9c,U+8f9f,U+8fb0-8fb1,U+8fbd,U+8fc4,U+8fe6,U+8fed,U+900a,U+9017,U+901b,U+902e,U+9038,U+903e,U+9042,U+9063,U+906e,U+9093,U+90ca,U+90e1,U+9119,U+9165,U+916c,U+9171,U+9175-9176,U+917f,U+9187,U+918b,U+9489,U+9493,U+9499,U+949d,U+94a5-94a6,U+94a9,U+94ae,U+94c3,U+94c5,U+94dd,U+94ed,U+94f8,U+9508,U+9521,U+9524-9525,U+953b,U+9576,U+95ef,U+95fa,U+9600-9601,U+9610,U+9640,U+964b-964c,U+9655,U+968b,U+9699,U+96b6,U+96c0-96c1,U+96c7,U+96cc-96cd,U+9709,U+970d,U+971c,U+971e,U+9753,U+9756,U+9761,U+97ad,U+97e6-97e7,U+9877,U+987d,U+9881-9882,U+9888,U+9896,U+98a0,U+98a4,U+9965,U+9972,U+9976,U+997c,U+997f,U+9985,U+9988,U+99a8,U+9a70,U+9a73,U+9a76,U+9a84,U+9a9a,U+9ad3,U+9b41,U+9b44,U+9b4f,U+9c8d,U+9cde,U+9e26,U+9e2d,U+9e3f,U+9e45,U+9e4f,U+9e64,U+9e70,U+9e7f,U+9e9f,U+9ecf,U+9edb,U+9f0e,U+9f9f,U+ff05;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.101.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.101.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.101.otf')  format('opentype');unicode-range:U+0024,U+005c,U+005e,U+007b-007d,U+00b0,U+00d7,U+00e9,U+2013,U+2022,U+2103,U+2192,U+2460-2463,U+300e-300f,U+306e,U+4e18-4e19,U+4e2b,U+4e38,U+4e56,U+4e59,U+4e5e,U+4e7e,U+4ea5,U+4ea8-4ea9,U+4ead,U+4ec6-4ec7,U+4ed1,U+4ed5,U+4ed7,U+4ef2,U+4f10,U+4f1e,U+4f3d,U+4f50-4f51,U+4f63,U+4f83,U+4f88,U+4f8d,U+4fa0,U+4fa3,U+4fa6,U+4fa8,U+4faf,U+4fcf,U+4fd8,U+4fed,U+4fef,U+4ffa,U+501a,U+5021,U+5026,U+503a,U+5085,U+508d,U+50ac,U+50e7,U+50f5,U+50fb,U+5112,U+5146,U+5151,U+5154,U+515c,U+5179,U+5188,U+51a4-51a5,U+51af,U+51b6,U+51bb,U+51c4,U+51d1,U+51f0,U+51f8-51f9,U+51fd,U+51ff,U+5203,U+522e,U+5238-5239,U+524a,U+5254,U+5256,U+5265,U+5288,U+52ab,U+52c3,U+52c9,U+52cb,U+52d8,U+52df,U+52fa,U+52ff,U+5306,U+5319,U+5320,U+532a,U+533f,U+5349,U+5351-5352,U+535c,U+5362,U+5366,U+5375,U+5378,U+537f,U+5384,U+5395,U+53a2,U+53a6,U+53a8,U+53c9,U+53d4,U+53d9,U+53db,U+53ee,U+5401,U+540a,U+540f,U+5415,U+541e-541f,U+5428,U+5435,U+543b-543c,U+543e,U+5450,U+5455,U+548b,U+548f,U+5492,U+54ac,U+54af,U+54b1,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c7,U+54c9,U+54ce,U+54d1,U+54df,U+5507,U+5509,U+5524,U+5561,U+5564,U+5578,U+5582,U+5587,U+5589,U+5598,U+55a7,U+55bb,U+55d3,U+55dc,U+55ef,U+5631-5632,U+563f,U+566a,U+56a3,U+56bc,U+56ca,U+56da,U+5733,U+573e,U+574a,U+574e,U+575d-5760,U+5764,U+576a,U+5783-5784,U+5792,U+57ab,U+5815,U+5824,U+5835,U+584c,U+5858,U+5885,U+5893,U+58e4,U+58f6,U+5937,U+5951,U+5960,U+5962,U+5974,U+5978,U+5983-5984,U+5992,U+5996,U+59a5,U+59a8,U+59ae,U+59da,U+59e8,U+59ec,U+5a03,U+5a07,U+5a1c,U+5a36,U+5a49,U+5a74,U+5a9a,U+5ab3,U+5ac9,U+5b5d,U+5b5f,U+5b99,U+5b9b,U+5ba0,U+5baa,U+5bb0,U+5bb4-5bb5,U+5bc5,U+5bdd-5bde,U+5be1,U+5be8,U+5c2c,U+5c34,U+5c38-5c39,U+5c41,U+5c51,U+5c60-5c61,U+5c65,U+5c6f,U+5c82,U+5cad,U+5cb3,U+5ce1,U+5cfb,U+5d0e,U+5d14,U+5d16,U+5d1b,U+5d29,U+5d2d,U+5d4c,U+5dc5,U+5de2,U+5de9,U+5deb,U+5df7,U+5dfe,U+5e06,U+5e10,U+5e15-5e16,U+5e18,U+5e1c,U+5e27,U+5e3d,U+5e90,U+5e9a,U+5e9e,U+5eb8,U+5eca,U+5ed3,U+5f0a,U+5f13,U+5f17-5f18,U+5f26-5f27,U+5f66,U+5f6d,U+5f70,U+5f8c,U+6016,U+601c,U+6021,U+604d,U+606d,U+6073,U+6084,U+608d,U+60d5,U+60df,U+60e9,U+60f9,U+6101,U+6109,U+611a,U+6127,U+614c,U+6168,U+61be,U+61c8,U+6208,U+621a,U+6233,U+6241,U+6247,U+6251,U+6254,U+626d,U+626f,U+6284,U+6292,U+6296,U+629a,U+62ac,U+62bc,U+62cc,U+62d0,U+62d8-62d9,U+62e2,U+62e6,U+62ef,U+62f1,U+62f3,U+62fe,U+631a,U+6323,U+6328,U+632a-632b,U+633d,U+6349,U+634f-6350,U+635e,U+6361,U+6363,U+6367,U+6380,U+638f,U+6398,U+63a0,U+63c9,U+63e3,U+63fd,U+6401,U+6405,U+640f,U+6413,U+644a,U+6454,U+6467,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+6500,U+6512,U+655b,U+655e,U+6566,U+6572,U+6577,U+658b-658c,U+65a5,U+65a7,U+65a9,U+65bc,U+65ec-65ed,U+65f1,U+65f7,U+6606,U+660f,U+6614,U+6627,U+662d,U+663c,U+6643,U+6652,U+6655,U+6674,U+6687,U+6691,U+66a8,U+66ae,U+66dd,U+66f9,U+673d,U+6749,U+674f,U+6756,U+6760,U+676d,U+6795,U+679a,U+67a2-67a3,U+67ab,U+67af,U+67c4,U+67cf,U+67dc,U+67e0,U+67ef,U+67f4,U+680b,U+6816-6817,U+682a,U+683d,U+6842,U+6850,U+6869,U+6876,U+6897,U+68a8,U+68ad,U+68b3,U+68b5,U+68c9,U+68cb,U+68cd,U+68d5,U+68da,U+68f1,U+68f5,U+6905,U+690e,U+6912,U+692d,U+6977,U+6984,U+69db,U+6a31,U+6a44,U+6a58-6a59,U+6a61,U+6a90,U+6b20,U+6b47,U+6b49,U+6b67,U+6b6a,U+6bb7,U+6bc5,U+6bd7,U+6bef,U+6c22,U+6c28,U+6c5d,U+6c6a,U+6c70,U+6c83,U+6c90,U+6c9b,U+6ca5-6ca7,U+6caa-6cab,U+6cb8,U+6cbe,U+6cca,U+6ccc,U+6ce3,U+6cf3,U+6cfb-6cfc,U+6d3d,U+6d46-6d47,U+6d4a,U+6d4f,U+6d51,U+6d66,U+6d74,U+6d85,U+6d9b,U+6da9,U+6dc0,U+6dd1,U+6deb,U+6dee,U+6df3,U+6df9,U+6e0a,U+6e14,U+6e17,U+6e23,U+6e32,U+6e58,U+6e5b,U+6e83,U+6e9c,U+6ea2,U+6eaf,U+6eb6,U+6ede,U+6ee4-6ee5,U+6ee8-6ee9,U+6f06,U+6f13,U+6f20,U+6f47,U+6f58,U+6f6d,U+6f84,U+6f88,U+6f9c,U+6fa1,U+7011,U+707c,U+707f,U+7096,U+70ab,U+70ad,U+70d8,U+70db,U+70e4,U+70eb,U+70f9,U+7109,U+7115,U+711a,U+7130,U+714c,U+714e,U+715e,U+7164,U+718f,U+7194,U+7199,U+71ac,U+722a,U+7235,U+7239,U+7261,U+7267,U+7272,U+727a,U+72ac,U+72d0,U+72e0,U+72ed-72ee,U+72fc,U+730e,U+7334,U+73ab,U+73b2,U+73ca,U+7410,U+7422,U+742a,U+7433,U+743c,U+7455,U+745c,U+745f,U+7470,U+7476,U+74e3,U+74f7,U+7529,U+752b,U+7538,U+754f,U+7554,U+755c,U+7574,U+7586,U+75ab,U+75ae,U+75d2,U+75f4,U+7624,U+763e,U+764c,U+7682,U+76b1,U+76ef,U+76f2,U+76fc,U+7737,U+7741,U+7750,U+7779,U+777f,U+778e,U+7792,U+77a7,U+77a9,U+77bb,U+77e2-77e3,U+77e9,U+77eb,U+77ee,U+77f6,U+7802,U+780c-780d,U+7816,U+7838,U+7845,U+786b,U+788c,U+789f,U+78a7,U+78b1,U+78b3,U+78c1,U+78c5,U+78f7,U+7940,U+7948,U+795b,U+796d,U+7977-7978,U+7984-7985,U+79bd,U+79c9,U+79e9,U+7a1a,U+7a20,U+7a3b,U+7a3d,U+7a46,U+7a74,U+7a83-7a84,U+7a8d,U+7a9d,U+7aa5,U+7ad6,U+7aed,U+7b1b,U+7b28,U+7b3c,U+7b4b,U+7b52,U+7b5b,U+7bad,U+7bee,U+7ca4-7ca5,U+7cb9,U+7cd5,U+7cd9,U+7cdf,U+7d6e,U+7eac,U+7eb1-7eb2,U+7eba,U+7ece,U+7ed1-7ed2,U+7eda,U+7ee3,U+7ef3,U+7ef8,U+7efd,U+7f00,U+7f05,U+7f14-7f15,U+7f1a,U+7f20,U+7f34,U+7f38,U+7f50,U+7f55,U+7f69,U+7f9e,U+7fa1,U+7fc1,U+7fc5,U+7fd4,U+7fd8,U+7fe0,U+7ff0,U+800d,U+8015,U+8036,U+8038,U+803b,U+803d,U+8086,U+808b,U+8096,U+809d,U+80a2,U+80aa,U+80ba,U+80be,U+80c0-80c1,U+80d6,U+810a,U+8116,U+813e,U+814a,U+8154-8155,U+8165,U+817a,U+8180,U+818f,U+819d,U+81a8,U+81c0,U+81c2,U+81ed,U+8206,U+820c,U+821f,U+8230,U+8247,U+8258,U+8292,U+8299,U+829d,U+82a6,U+82ac-82ad,U+82af,U+82bd,U+82d1,U+82d7,U+82db,U+82df,U+82f9,U+8302,U+8304-8305,U+830e,U+8328,U+832b,U+8346,U+836b,U+8389,U+838e,U+8393,U+83b9,U+83c7,U+83ca,U+83cc,U+83e9,U+8403-8404,U+840c-840e,U+841d,U+8427,U+845b,U+8461,U+846c,U+8471,U+8475,U+8482,U+848b,U+849c,U+84b2,U+84c4,U+84c9,U+84ec,U+8513,U+851a,U+8521,U+852c,U+853d,U+8549,U+8574,U+857e,U+8587,U+859b,U+85aa,U+85af,U+85c9,U+85e4,U+8650,U+8654,U+8679,U+867e,U+8680,U+86c7,U+8700,U+8702,U+8721,U+8774,U+8776,U+87ba,U+87f9,U+8822,U+884d,U+8854,U+886b-886c,U+8877,U+8881,U+888d,U+88d4-88d5,U+88d9,U+88e4,U+88f8-88f9,U+8910,U+89c5,U+8a79,U+8a93,U+8b6c,U+8bb3,U+8bb6,U+8bbc-8bbd,U+8bc0,U+8bc8,U+8be0-8be1,U+8bf5,U+8c05,U+8c0a,U+8c0e,U+8c1c,U+8c23,U+8c26,U+8c2d,U+8c41,U+8c6b,U+8c79,U+8d1e,U+8d29,U+8d2c,U+8d2e,U+8d31,U+8d37,U+8d3a,U+8d3c,U+8d3e,U+8d4c,U+8d50,U+8d54,U+8d81,U+8d9f,U+8dea,U+8e22,U+8e29,U+8e44,U+8e48,U+8e72,U+8e81,U+8eaf,U+8eb2,U+8eba,U+8f69,U+8f70,U+8f74,U+8f7f,U+8f90,U+8f96,U+8f9c,U+8f9f,U+8fb0-8fb1,U+8fbd,U+8fc4,U+8fe6,U+8fed,U+900a,U+9017,U+901b,U+902e,U+9038,U+903e,U+9042,U+9063,U+906e,U+9093,U+90ca,U+90e1,U+9119,U+9165,U+916c,U+9171,U+9175-9176,U+917f,U+9187,U+918b,U+9489,U+9493,U+9499,U+949d,U+94a5-94a6,U+94a9,U+94ae,U+94c3,U+94c5,U+94dd,U+94ed,U+94f8,U+9508,U+9521,U+9524-9525,U+953b,U+9576,U+95ef,U+95fa,U+9600-9601,U+9610,U+9640,U+964b-964c,U+9655,U+968b,U+9699,U+96b6,U+96c0-96c1,U+96c7,U+96cc-96cd,U+9709,U+970d,U+971c,U+971e,U+9753,U+9756,U+9761,U+97ad,U+97e6-97e7,U+9877,U+987d,U+9881-9882,U+9888,U+9896,U+98a0,U+98a4,U+9965,U+9972,U+9976,U+997c,U+997f,U+9985,U+9988,U+99a8,U+9a70,U+9a73,U+9a76,U+9a84,U+9a9a,U+9ad3,U+9b41,U+9b44,U+9b4f,U+9c8d,U+9cde,U+9e26,U+9e2d,U+9e3f,U+9e45,U+9e4f,U+9e64,U+9e70,U+9e7f,U+9e9f,U+9ecf,U+9edb,U+9f0e,U+9f9f,U+ff05;}
@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.101.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.101.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.101.otf')  format('opentype');unicode-range:U+0024,U+005c,U+005e,U+007b-007d,U+00b0,U+00d7,U+00e9,U+2013,U+2022,U+2103,U+2192,U+2460-2463,U+300e-300f,U+306e,U+4e18-4e19,U+4e2b,U+4e38,U+4e56,U+4e59,U+4e5e,U+4e7e,U+4ea5,U+4ea8-4ea9,U+4ead,U+4ec6-4ec7,U+4ed1,U+4ed5,U+4ed7,U+4ef2,U+4f10,U+4f1e,U+4f3d,U+4f50-4f51,U+4f63,U+4f83,U+4f88,U+4f8d,U+4fa0,U+4fa3,U+4fa6,U+4fa8,U+4faf,U+4fcf,U+4fd8,U+4fed,U+4fef,U+4ffa,U+501a,U+5021,U+5026,U+503a,U+5085,U+508d,U+50ac,U+50e7,U+50f5,U+50fb,U+5112,U+5146,U+5151,U+5154,U+515c,U+5179,U+5188,U+51a4-51a5,U+51af,U+51b6,U+51bb,U+51c4,U+51d1,U+51f0,U+51f8-51f9,U+51fd,U+51ff,U+5203,U+522e,U+5238-5239,U+524a,U+5254,U+5256,U+5265,U+5288,U+52ab,U+52c3,U+52c9,U+52cb,U+52d8,U+52df,U+52fa,U+52ff,U+5306,U+5319,U+5320,U+532a,U+533f,U+5349,U+5351-5352,U+535c,U+5362,U+5366,U+5375,U+5378,U+537f,U+5384,U+5395,U+53a2,U+53a6,U+53a8,U+53c9,U+53d4,U+53d9,U+53db,U+53ee,U+5401,U+540a,U+540f,U+5415,U+541e-541f,U+5428,U+5435,U+543b-543c,U+543e,U+5450,U+5455,U+548b,U+548f,U+5492,U+54ac,U+54af,U+54b1,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c7,U+54c9,U+54ce,U+54d1,U+54df,U+5507,U+5509,U+5524,U+5561,U+5564,U+5578,U+5582,U+5587,U+5589,U+5598,U+55a7,U+55bb,U+55d3,U+55dc,U+55ef,U+5631-5632,U+563f,U+566a,U+56a3,U+56bc,U+56ca,U+56da,U+5733,U+573e,U+574a,U+574e,U+575d-5760,U+5764,U+576a,U+5783-5784,U+5792,U+57ab,U+5815,U+5824,U+5835,U+584c,U+5858,U+5885,U+5893,U+58e4,U+58f6,U+5937,U+5951,U+5960,U+5962,U+5974,U+5978,U+5983-5984,U+5992,U+5996,U+59a5,U+59a8,U+59ae,U+59da,U+59e8,U+59ec,U+5a03,U+5a07,U+5a1c,U+5a36,U+5a49,U+5a74,U+5a9a,U+5ab3,U+5ac9,U+5b5d,U+5b5f,U+5b99,U+5b9b,U+5ba0,U+5baa,U+5bb0,U+5bb4-5bb5,U+5bc5,U+5bdd-5bde,U+5be1,U+5be8,U+5c2c,U+5c34,U+5c38-5c39,U+5c41,U+5c51,U+5c60-5c61,U+5c65,U+5c6f,U+5c82,U+5cad,U+5cb3,U+5ce1,U+5cfb,U+5d0e,U+5d14,U+5d16,U+5d1b,U+5d29,U+5d2d,U+5d4c,U+5dc5,U+5de2,U+5de9,U+5deb,U+5df7,U+5dfe,U+5e06,U+5e10,U+5e15-5e16,U+5e18,U+5e1c,U+5e27,U+5e3d,U+5e90,U+5e9a,U+5e9e,U+5eb8,U+5eca,U+5ed3,U+5f0a,U+5f13,U+5f17-5f18,U+5f26-5f27,U+5f66,U+5f6d,U+5f70,U+5f8c,U+6016,U+601c,U+6021,U+604d,U+606d,U+6073,U+6084,U+608d,U+60d5,U+60df,U+60e9,U+60f9,U+6101,U+6109,U+611a,U+6127,U+614c,U+6168,U+61be,U+61c8,U+6208,U+621a,U+6233,U+6241,U+6247,U+6251,U+6254,U+626d,U+626f,U+6284,U+6292,U+6296,U+629a,U+62ac,U+62bc,U+62cc,U+62d0,U+62d8-62d9,U+62e2,U+62e6,U+62ef,U+62f1,U+62f3,U+62fe,U+631a,U+6323,U+6328,U+632a-632b,U+633d,U+6349,U+634f-6350,U+635e,U+6361,U+6363,U+6367,U+6380,U+638f,U+6398,U+63a0,U+63c9,U+63e3,U+63fd,U+6401,U+6405,U+640f,U+6413,U+644a,U+6454,U+6467,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+6500,U+6512,U+655b,U+655e,U+6566,U+6572,U+6577,U+658b-658c,U+65a5,U+65a7,U+65a9,U+65bc,U+65ec-65ed,U+65f1,U+65f7,U+6606,U+660f,U+6614,U+6627,U+662d,U+663c,U+6643,U+6652,U+6655,U+6674,U+6687,U+6691,U+66a8,U+66ae,U+66dd,U+66f9,U+673d,U+6749,U+674f,U+6756,U+6760,U+676d,U+6795,U+679a,U+67a2-67a3,U+67ab,U+67af,U+67c4,U+67cf,U+67dc,U+67e0,U+67ef,U+67f4,U+680b,U+6816-6817,U+682a,U+683d,U+6842,U+6850,U+6869,U+6876,U+6897,U+68a8,U+68ad,U+68b3,U+68b5,U+68c9,U+68cb,U+68cd,U+68d5,U+68da,U+68f1,U+68f5,U+6905,U+690e,U+6912,U+692d,U+6977,U+6984,U+69db,U+6a31,U+6a44,U+6a58-6a59,U+6a61,U+6a90,U+6b20,U+6b47,U+6b49,U+6b67,U+6b6a,U+6bb7,U+6bc5,U+6bd7,U+6bef,U+6c22,U+6c28,U+6c5d,U+6c6a,U+6c70,U+6c83,U+6c90,U+6c9b,U+6ca5-6ca7,U+6caa-6cab,U+6cb8,U+6cbe,U+6cca,U+6ccc,U+6ce3,U+6cf3,U+6cfb-6cfc,U+6d3d,U+6d46-6d47,U+6d4a,U+6d4f,U+6d51,U+6d66,U+6d74,U+6d85,U+6d9b,U+6da9,U+6dc0,U+6dd1,U+6deb,U+6dee,U+6df3,U+6df9,U+6e0a,U+6e14,U+6e17,U+6e23,U+6e32,U+6e58,U+6e5b,U+6e83,U+6e9c,U+6ea2,U+6eaf,U+6eb6,U+6ede,U+6ee4-6ee5,U+6ee8-6ee9,U+6f06,U+6f13,U+6f20,U+6f47,U+6f58,U+6f6d,U+6f84,U+6f88,U+6f9c,U+6fa1,U+7011,U+707c,U+707f,U+7096,U+70ab,U+70ad,U+70d8,U+70db,U+70e4,U+70eb,U+70f9,U+7109,U+7115,U+711a,U+7130,U+714c,U+714e,U+715e,U+7164,U+718f,U+7194,U+7199,U+71ac,U+722a,U+7235,U+7239,U+7261,U+7267,U+7272,U+727a,U+72ac,U+72d0,U+72e0,U+72ed-72ee,U+72fc,U+730e,U+7334,U+73ab,U+73b2,U+73ca,U+7410,U+7422,U+742a,U+7433,U+743c,U+7455,U+745c,U+745f,U+7470,U+7476,U+74e3,U+74f7,U+7529,U+752b,U+7538,U+754f,U+7554,U+755c,U+7574,U+7586,U+75ab,U+75ae,U+75d2,U+75f4,U+7624,U+763e,U+764c,U+7682,U+76b1,U+76ef,U+76f2,U+76fc,U+7737,U+7741,U+7750,U+7779,U+777f,U+778e,U+7792,U+77a7,U+77a9,U+77bb,U+77e2-77e3,U+77e9,U+77eb,U+77ee,U+77f6,U+7802,U+780c-780d,U+7816,U+7838,U+7845,U+786b,U+788c,U+789f,U+78a7,U+78b1,U+78b3,U+78c1,U+78c5,U+78f7,U+7940,U+7948,U+795b,U+796d,U+7977-7978,U+7984-7985,U+79bd,U+79c9,U+79e9,U+7a1a,U+7a20,U+7a3b,U+7a3d,U+7a46,U+7a74,U+7a83-7a84,U+7a8d,U+7a9d,U+7aa5,U+7ad6,U+7aed,U+7b1b,U+7b28,U+7b3c,U+7b4b,U+7b52,U+7b5b,U+7bad,U+7bee,U+7ca4-7ca5,U+7cb9,U+7cd5,U+7cd9,U+7cdf,U+7d6e,U+7eac,U+7eb1-7eb2,U+7eba,U+7ece,U+7ed1-7ed2,U+7eda,U+7ee3,U+7ef3,U+7ef8,U+7efd,U+7f00,U+7f05,U+7f14-7f15,U+7f1a,U+7f20,U+7f34,U+7f38,U+7f50,U+7f55,U+7f69,U+7f9e,U+7fa1,U+7fc1,U+7fc5,U+7fd4,U+7fd8,U+7fe0,U+7ff0,U+800d,U+8015,U+8036,U+8038,U+803b,U+803d,U+8086,U+808b,U+8096,U+809d,U+80a2,U+80aa,U+80ba,U+80be,U+80c0-80c1,U+80d6,U+810a,U+8116,U+813e,U+814a,U+8154-8155,U+8165,U+817a,U+8180,U+818f,U+819d,U+81a8,U+81c0,U+81c2,U+81ed,U+8206,U+820c,U+821f,U+8230,U+8247,U+8258,U+8292,U+8299,U+829d,U+82a6,U+82ac-82ad,U+82af,U+82bd,U+82d1,U+82d7,U+82db,U+82df,U+82f9,U+8302,U+8304-8305,U+830e,U+8328,U+832b,U+8346,U+836b,U+8389,U+838e,U+8393,U+83b9,U+83c7,U+83ca,U+83cc,U+83e9,U+8403-8404,U+840c-840e,U+841d,U+8427,U+845b,U+8461,U+846c,U+8471,U+8475,U+8482,U+848b,U+849c,U+84b2,U+84c4,U+84c9,U+84ec,U+8513,U+851a,U+8521,U+852c,U+853d,U+8549,U+8574,U+857e,U+8587,U+859b,U+85aa,U+85af,U+85c9,U+85e4,U+8650,U+8654,U+8679,U+867e,U+8680,U+86c7,U+8700,U+8702,U+8721,U+8774,U+8776,U+87ba,U+87f9,U+8822,U+884d,U+8854,U+886b-886c,U+8877,U+8881,U+888d,U+88d4-88d5,U+88d9,U+88e4,U+88f8-88f9,U+8910,U+89c5,U+8a79,U+8a93,U+8b6c,U+8bb3,U+8bb6,U+8bbc-8bbd,U+8bc0,U+8bc8,U+8be0-8be1,U+8bf5,U+8c05,U+8c0a,U+8c0e,U+8c1c,U+8c23,U+8c26,U+8c2d,U+8c41,U+8c6b,U+8c79,U+8d1e,U+8d29,U+8d2c,U+8d2e,U+8d31,U+8d37,U+8d3a,U+8d3c,U+8d3e,U+8d4c,U+8d50,U+8d54,U+8d81,U+8d9f,U+8dea,U+8e22,U+8e29,U+8e44,U+8e48,U+8e72,U+8e81,U+8eaf,U+8eb2,U+8eba,U+8f69,U+8f70,U+8f74,U+8f7f,U+8f90,U+8f96,U+8f9c,U+8f9f,U+8fb0-8fb1,U+8fbd,U+8fc4,U+8fe6,U+8fed,U+900a,U+9017,U+901b,U+902e,U+9038,U+903e,U+9042,U+9063,U+906e,U+9093,U+90ca,U+90e1,U+9119,U+9165,U+916c,U+9171,U+9175-9176,U+917f,U+9187,U+918b,U+9489,U+9493,U+9499,U+949d,U+94a5-94a6,U+94a9,U+94ae,U+94c3,U+94c5,U+94dd,U+94ed,U+94f8,U+9508,U+9521,U+9524-9525,U+953b,U+9576,U+95ef,U+95fa,U+9600-9601,U+9610,U+9640,U+964b-964c,U+9655,U+968b,U+9699,U+96b6,U+96c0-96c1,U+96c7,U+96cc-96cd,U+9709,U+970d,U+971c,U+971e,U+9753,U+9756,U+9761,U+97ad,U+97e6-97e7,U+9877,U+987d,U+9881-9882,U+9888,U+9896,U+98a0,U+98a4,U+9965,U+9972,U+9976,U+997c,U+997f,U+9985,U+9988,U+99a8,U+9a70,U+9a73,U+9a76,U+9a84,U+9a9a,U+9ad3,U+9b41,U+9b44,U+9b4f,U+9c8d,U+9cde,U+9e26,U+9e2d,U+9e3f,U+9e45,U+9e4f,U+9e64,U+9e70,U+9e7f,U+9e9f,U+9ecf,U+9edb,U+9f0e,U+9f9f,U+ff05;}

/*!
 * https://use.fontawesome.com/releases/v5.9.0/css/all.css
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:swap;src:url(/Css/font-awesome/fonts/fa-brands-400.eot);src:url(/Css/font-awesome/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/Css/font-awesome/fonts/fa-brands-400.woff2) format("woff2"),url(/Css/font-awesome/fonts/fa-brands-400.woff) format("woff"),url(/Css/font-awesome/fonts/fa-brands-400.ttf) format("truetype"),url(/Css/font-awesome/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/Css/font-awesome/fonts/fa-regular-400.eot);src:url(/Css/font-awesome/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/Css/font-awesome/fonts/fa-regular-400.woff2) format("woff2"),url(/Css/font-awesome/fonts/fa-regular-400.woff) format("woff"),url(/Css/font-awesome/fonts/fa-regular-400.ttf) format("truetype"),url(/Css/font-awesome/fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/Css/font-awesome/fonts/fa-solid-900.eot);src:url(/Css/font-awesome/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/Css/font-awesome/fonts/fa-solid-900.woff2) format("woff2"),url(/Css/font-awesome/fonts/fa-solid-900.woff) format("woff"),url(/Css/font-awesome/fonts/fa-solid-900.ttf) format("truetype"),url(/Css/font-awesome/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/*magnific-popup dialog animation*/
/* Styles for dialog window */
.small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    /*outline: 5px solid #98e2cf;*/
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}



/***searchome custom code***/
.white-popup {
    position: relative;
    background: #FFF;
    /*padding: 20px;*/
    width: auto;
    margin: 20px auto;
}

/*
.mfp-close {
    color: #625952;
    cursor: pointer;
    z-index: 999999;
    background-image: url('/images/member/member-popup-close.jpg');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: 25px;
    height: 25px;
    display: block;
}

.mfp-iframe-holder .mfp-close {
    color: #625952;
    cursor: pointer;
    z-index: 999999;
    background-image: url('/images/member/member-popup-close.jpg');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    top: 0;
}

.mfp-ajax-holder {
    position: relative;
}

    .mfp-ajax-holder .mfp-content {
        margin: 15% auto auto -48%;
        left: 50%;
        position: absolute;
        width: 94%;
    }

    .mfp-ajax-holder .white-popup {
        padding: 1%;
    }
*/

.green-dialog {
    outline: 5px solid #98e2cf;
}

    .green-dialog .mfp-close {
        background-image: none;
        background-color: #14b48d;
        right: 0;
        color: #fff;
    }

.mfp-container .mfp-close {
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 10px;
    padding:0;
    background: none;
}

    .mfp-container .mfp-close:before, .mfp-container .mfp-close:after {
        content: "";
        width: 26px;
        height: 4px;
        background-color: #999;
        position: absolute;
        top: 10px;
        border-radius: 15px;
    }

    .mfp-container .mfp-close:before {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
        right: 2px;
    }

    .mfp-container .mfp-close:after {
        -webkit-transform: rotate(-46deg);
        transform: rotate(-46deg);
        left: 2px;
    }

    .mfp-container .mfp-close:hover:before, .mfp-container .mfp-close:hover:after {
        background-color: #000;
    }

