/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

@font-face {
  font-family: octicons-link;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #24292e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.markdown-body .pl-c {
  color: #6a737d;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #24292e;
}

.markdown-body .pl-ent {
  color: #22863a;
}

.markdown-body .pl-k {
  color: #d73a49;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #032f62;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #e36209;
}

.markdown-body .pl-bu {
  color: #b31d28;
}

.markdown-body .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}

.markdown-body .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}

.markdown-body .pl-c2::before {
  content: "^M";
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #22863a;
}

.markdown-body .pl-ml {
  color: #735c0f;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #005cc5;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292e;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #24292e;
}

.markdown-body .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}

.markdown-body .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}

.markdown-body .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}

.markdown-body .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #6f42c1;
}

.markdown-body .pl-ba {
  color: #586069;
}

.markdown-body .pl-sg {
  color: #959da5;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #032f62;
}

.markdown-body .octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

.markdown-body a {
  background-color: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
}

.markdown-body strong {
  font-weight: bolder;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  border-style: none;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body [type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body * {
  box-sizing: border-box;
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body a {
  color: #0366d6;
  text-decoration: none;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body strong {
  font-weight: 600;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body h1 {
  font-size: 32px;
  font-weight: 600;
}

.markdown-body h2 {
  font-size: 24px;
  font-weight: 600;
}

.markdown-body h3 {
  font-size: 20px;
  font-weight: 600;
}

.markdown-body h4 {
  font-size: 16px;
  font-weight: 600;
}

.markdown-body h5 {
  font-size: 14px;
  font-weight: 600;
}

.markdown-body h6 {
  font-size: 12px;
  font-weight: 600;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body .octicon {
  vertical-align: text-bottom;
}

.markdown-body .pl-0 {
  padding-left: 0 !important;
}

.markdown-body .pl-1 {
  padding-left: 4px !important;
}

.markdown-body .pl-2 {
  padding-left: 8px !important;
}

.markdown-body .pl-3 {
  padding-left: 16px !important;
}

.markdown-body .pl-4 {
  padding-left: 24px !important;
}

.markdown-body .pl-5 {
  padding-left: 32px !important;
}

.markdown-body .pl-6 {
  padding-left: 40px !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}

.markdown-body blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h3 {
  font-size: 1.25em;
}

.markdown-body h4 {
  font-size: 1em;
}

.markdown-body h5 {
  font-size: 0.875em;
}

.markdown-body h6 {
  font-size: 0.85em;
  color: #6a737d;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li {
  word-wrap: break-all;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body li+li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: #fff;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27,31,35,0.05);
  border-radius: 3px;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

.markdown-body pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #c6cbd1;
}

.markdown-body :checked+.radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body hr {
  border-bottom-color: #eee;
}

@font-face{font-family:"MKGAA";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Mkgaa-Regular.eot?#iefix") format("embedded-opentype");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff2") format("woff2"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.svg#svgFontName") format("svg")}@font-face{font-family:"MKGAA-ICONS";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot?#iefix") format("embedded-opentype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.svg#svgFontName") format("svg")}@font-face{font-family:"Oswald";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Oswald-Medium.ttf") format("truetype")}@-webkit-keyframes show-in{0%{opacity:0}90%{opacity:0}100%{opacity:1}}@-webkit-keyframes show-in-linear{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes test{100%{display:block}}@-webkit-keyframes filterBtn{99%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%;background-color:#503291}100%{bottom:0px;left:0px;width:100%;height:100%;border-radius:0;background-color:#fff}}@keyframes filterBtn{99%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%;background-color:#503291}100%{bottom:0px;left:0px;width:100%;height:100%;border-radius:0;background-color:#fff}}@-webkit-keyframes filterCloseBtn{0%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%}100%{bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background-color:#503291}}@keyframes filterCloseBtn{0%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%}100%{bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background-color:#503291}}@-webkit-keyframes shadowPoints{0%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em}20%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em}38%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em}100%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}}@keyframes shadowPoints{0%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em}20%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em}38%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em}100%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}}@-webkit-keyframes spin{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes load7{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}@keyframes load7{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}.button{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px}.button:disabled{background:#e1e1e1}.button--small{padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px}.no-touch .button:hover{color:#fff}.no-touch .button:hover .button-animated{width:600px;height:400px}.button--magenta{background-color:#eb3c96}.button--magenta .button-animated{background-color:#d92a83}.button--white{background-color:#fff;color:#eb3c96}.no-touch .button--white:hover{color:#eb3c96}.button--white .button-animated{background-color:#f5f5f5}.button--transparent{background-color:rgba(0,0,0,0)}.no-touch .button--transparent:hover{color:rgba(255,255,255,.8)}.button--transparent .button-animated{background-color:rgba(0,0,0,.05)}.button--block{display:inline-block;width:100%}.button--dropdown{position:relative;text-align:left}.button--dropdown:after{margin-top:-6px;font-size:24px;content:"";font-family:"MKGAA-ICONS" !important;position:absolute;right:16px}.button .button-animated{display:block;position:absolute;width:0;height:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:width .4s,height .4s;transition:width .4s,height .4s;border-radius:50%;z-index:-1;pointer-events:none}.sg-color-spacer{height:80px;clear:both}.sg-color{display:block;margin:0 10px;float:left}.sg-color--small{width:200px;height:200px}.sg-color-box{width:256px;height:256px;margin-bottom:12px}.sg-color-box--small{width:50px;height:50px}.sg-color-box--richblue{background-color:#0f69af}.sg-color-box--richgreen{background-color:#149b5f}.sg-color-box--richpurple{background-color:#503291}.sg-color-box--richred{background-color:#e61e50}.sg-color-box--vibrantmagenta{background-color:#eb3c96}.sg-color-box--vibrantcyan{background-color:#2dbecd}.sg-color-box--vibrantgreen{background-color:#a5cd50}.sg-color-box--vibrantyellow{background-color:#ffc832}.sg-color-box--sensitivepink{background-color:#e1c3cd}.sg-color-box--sensitiveblue{background-color:#96d7d2}.sg-color-box--sensitivegreen{background-color:#b4dc96}.sg-color-box--sensitiveyellow{background-color:#ffdcb9}.dropdown-modal{position:fixed;top:0;left:0;width:100%;height:0;background-color:#fff;opacity:0;overflow:auto;z-index:7000;transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-webkit-transition:opacity .3s;-webkit-transform:translateZ(0);-webkit-overflow-scrolling:touch}.dropdown-modal.open{height:100%;opacity:1}.dropdown-modal .close{position:absolute;right:12px;width:20px;height:20px;cursor:pointer;z-index:1}.dropdown-modal .close:before{color:#eb3c96;font-size:20px;line-height:20px;content:"";font-family:"MKGAA-ICONS" !important;transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;-webkit-transition:color .3s ease}.dropdown-modal .close:hover:before{color:#000}.grid-overlay{position:relative}.grid-overlay-container{position:absolute;top:0;right:0;bottom:0;left:0}.grid-overlay-container .center-block,.grid-overlay-container .container,.grid-overlay-container .row,.grid-overlay-container .grid-overlay-unit{height:100%}.grid-overlay-container *[class^=col-]{height:100%}.grid-overlay-unit{border-right:1px solid #0e6aaf;border-left:1px solid #0e6aaf;background-color:rgba(233,62,150,.5);-webkit-box-sizing:border-box;box-sizing:border-box}[class^=icon-],[class*=" icon-"]{display:inline-block;position:relative}[class^=icon-]:before,[class^=icon-]:after,[class*=" icon-"]:before,[class*=" icon-"]:after{font-family:"MKGAA-ICONS" !important;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-wechat:before{content:""}.icon-odnoklassniki:before{content:""}.icon-blogger:before{content:""}.icon-digg:before{content:""}.icon-flipboard:before{content:""}.icon-livejournal:before{content:""}.icon-mailru:before{content:""}.icon-meneame:before{content:""}.icon-reddit:before{content:""}.icon-stumbleupon:before{content:""}.icon-tumblr:before{content:""}.icon-vk:before{content:""}.icon-weibo:before{content:""}.icon-whatsapp:before{content:""}.icon-xing:before{content:""}.icon-facebook-alt:before{content:""}.icon-googleplus-alt:before{content:""}.icon-linkedin-alt:before{content:""}.icon-twitter-alt:before{content:""}.icon-youtube-alt:before{content:""}.icon-pin:before{content:""}.icon-menu:before{content:""}.icon-caret-down:before{content:""}.icon-simple-arrow:before{content:""}.icon-filter-icon:before{content:""}.icon-logo-mkgaa:before{content:""}.icon-globe:before{content:""}.icon-search:before{content:""}.icon-filter:before{content:""}.icon-download:before{content:""}.icon-clock:before{content:""}.icon-date:before{content:""}.icon-location:before{content:""}.icon-email2:before{content:""}.icon-xing2:before{content:""}.icon-play:before{content:""}.icon-share:before{content:""}.icon-pause:before{content:""}.icon-volume:before{content:""}.icon-settings:before{content:""}.icon-resize:before{content:""}.icon-plus-with-circle:before{content:""}.icon-emd-performance-materials:before{content:""}.icon-emd-serono:before{content:""}.icon-millipore-sigma:before{content:""}.icon-arrow-carousel:before{content:""}.icon-dribbble:before{content:""}.icon-facebook:before{content:""}.icon-flickr:before{content:""}.icon-googleplus:before{content:""}.icon-linkedin:before{content:""}.icon-pinterest:before{content:""}.icon-twitter:before,.icon-x:before{content:""}.icon-vimeo:before{content:""}.icon-youtube:before{content:""}.icon-email:before{content:""}.icon-fax:before{content:""}.icon-site:before{content:""}.icon-phone:before{content:""}.icon-cross:before{content:""}.icon-quotation-marks:before{content:""}.icon-logo:before{content:""}.icon-arrow-right:before{content:""}.icon-printer:before{content:""}.icon-ex:before{content:""}.icon-check:before{content:""}.icon-wechat-logo:before{content:""}.icon-lock:before{content:""}.icon-reading-time:before{content:""}.icon-download-files:before{content:""}.icon-delete-files:before{content:""}.icon-add-files:before{content:""}.icon-cart-base:before{content:""}.icon-video-file:before{content:""}.img-constrained{display:none;width:100%;max-width:100%;height:auto;min-height:1px}.img-constrained--active{display:block}.img-blur{width:100%;max-width:100%;height:auto;-webkit-filter:blur(2px);filter:blur(2px)}.img-container{zoom:1;position:relative}.img-container:before,.img-container:after{display:table;line-height:0;content:""}.img-container:after{clear:both}.img-container .img-blur{position:absolute;top:0;left:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{height:100%}html.stop-scrolling{overflow-y:hidden}body{margin:0;overflow-x:hidden}.container{zoom:1;width:1400px;margin:0 auto}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.container{width:1280px;padding-right:30px;padding-left:30px}}.row{zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.row{margin-right:-15px;margin-left:-15px}}.hidden{display:none}[v-cloak]{display:none}.flush-top{margin-top:0 !important}.flush-right{margin-right:0}.flush-bottom{margin-bottom:0 !important}.flush-left{margin-left:0}.inline-block{display:inline-block;width:auto}.clearfix{zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}[class*=col-]{float:left}.col-1{width:8.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-2{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-3{width:25%;position:relative;min-height:1px;padding:0 10px}.col-4{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-5{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-6{width:50%;position:relative;min-height:1px;padding:0 10px}.col-7{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-8{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-9{width:75%;position:relative;min-height:1px;padding:0 10px}.col-10{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-11{width:91.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-12{width:100%;position:relative;min-height:1px;padding:0 10px}.push-1{margin-left:8.3333333333%}.push-2{margin-left:16.6666666667%}.push-3{margin-left:25%}.push-4{margin-left:33.3333333333%}.push-5{margin-left:41.6666666667%}.push-6{margin-left:50%}.push-7{margin-left:58.3333333333%}.push-8{margin-left:66.6666666667%}.push-9{margin-left:75%}.push-10{margin-left:83.3333333333%}.push-11{margin-left:91.6666666667%}.push-12{margin-left:100%}@media all and (min-width: 1281px){.page-block{padding:60px 0}.block-push{margin-top:60px}.block-lead{margin-bottom:60px}.xl-center{text-align:center}.xl-col-1{width:6.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-2{width:12.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-3{width:18.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-4{width:25%;position:relative;min-height:1px;padding:0 15px}.xl-col-5{width:31.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-6{width:37.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-7{width:43.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-8{width:50%;position:relative;min-height:1px;padding:0 15px}.xl-col-9{width:56.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-10{width:62.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-11{width:68.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-12{width:75%;position:relative;min-height:1px;padding:0 15px}.xl-col-13{width:81.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-14{width:87.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-15{width:93.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-16{width:100%;position:relative;min-height:1px;padding:0 15px}.xl-push-1{margin-left:6.25%}.xl-push-2{margin-left:12.5%}.xl-push-3{margin-left:18.75%}.xl-push-4{margin-left:25%}.xl-push-5{margin-left:31.25%}.xl-push-6{margin-left:37.5%}.xl-push-7{margin-left:43.75%}.xl-push-8{margin-left:50%}.xl-push-9{margin-left:56.25%}.xl-push-10{margin-left:62.5%}.xl-push-11{margin-left:68.75%}.xl-push-12{margin-left:75%}.xl-push-13{margin-left:81.25%}.xl-push-14{margin-left:87.5%}.xl-push-15{margin-left:93.75%}.xl-push-16{margin-left:100%}[class*=xl-col-].flush-left{padding-left:0}[class*=xl-col-].flush-right{padding-right:0}.xl-align-right{text-align:right}.xl-flush-left{padding-left:0}.xl-flush-right{padding-right:0}.xl-hide{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.page-block{padding:60px 0}.block-push{margin-top:60px}.block-lead{margin-bottom:60px}.lg-center{text-align:center}.lg-col-1{width:6.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-2{width:12.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-3{width:18.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-4{width:25%;position:relative;min-height:1px;padding:0 15px}.lg-col-5{width:31.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-6{width:37.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-7{width:43.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-8{width:50%;position:relative;min-height:1px;padding:0 15px}.lg-col-9{width:56.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-10{width:62.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-11{width:68.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-12{width:75%;position:relative;min-height:1px;padding:0 15px}.lg-col-13{width:81.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-14{width:87.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-15{width:93.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-16{width:100%;position:relative;min-height:1px;padding:0 15px}.lg-push-1{margin-left:6.25%}.lg-push-2{margin-left:12.5%}.lg-push-3{margin-left:18.75%}.lg-push-4{margin-left:25%}.lg-push-5{margin-left:31.25%}.lg-push-6{margin-left:37.5%}.lg-push-7{margin-left:43.75%}.lg-push-8{margin-left:50%}.lg-push-9{margin-left:56.25%}.lg-push-10{margin-left:62.5%}.lg-push-11{margin-left:68.75%}.lg-push-12{margin-left:75%}.lg-push-13{margin-left:81.25%}.lg-push-14{margin-left:87.5%}.lg-push-15{margin-left:93.75%}.lg-push-16{margin-left:100%}[class*=lg-col-].flush-left{padding-left:0}[class*=lg-col-].flush-right{padding-right:0}.lg-align-right{text-align:right}.lg-flush-left{padding-left:0}.lg-flush-right{padding-right:0}.lg-hide{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.md-center{text-align:center}.md-col-1{width:8.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-2{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-3{width:25%;position:relative;min-height:1px;padding:0 10px}.md-col-4{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-5{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-6{width:50%;position:relative;min-height:1px;padding:0 10px}.md-col-7{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-8{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-9{width:75%;position:relative;min-height:1px;padding:0 10px}.md-col-10{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-11{width:91.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-12{width:100%;position:relative;min-height:1px;padding:0 10px}.md-push-1{margin-left:8.3333333333%}.md-push-2{margin-left:16.6666666667%}.md-push-3{margin-left:25%}.md-push-4{margin-left:33.3333333333%}.md-push-5{margin-left:41.6666666667%}.md-push-6{margin-left:50%}.md-push-7{margin-left:58.3333333333%}.md-push-8{margin-left:66.6666666667%}.md-push-9{margin-left:75%}.md-push-10{margin-left:83.3333333333%}.md-push-11{margin-left:91.6666666667%}.md-push-12{margin-left:100%}[class*=md-col-].flush-left{padding-left:0}[class*=md-col-].flush-right{padding-right:0}.md-align-right{text-align:right}.md-flush-left{padding-left:0}.md-flush-right{padding-right:0}.md-hide{display:none}}@media all and (min-width: 0)and (max-width: 767px){.sm-center{text-align:center !important}.sm-col-1{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.sm-col-2{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.sm-col-3{width:50%;position:relative;min-height:1px;padding:0 10px}.sm-col-4{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.sm-col-5{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.sm-col-6{width:100%;position:relative;min-height:1px;padding:0 10px}.sm-push-1{margin-left:16.6666666667%}.sm-push-2{margin-left:33.3333333333%}.sm-push-3{margin-left:50%}.sm-push-4{margin-left:66.6666666667%}.sm-push-5{margin-left:83.3333333333%}.sm-push-6{margin-left:100%}.sm-hide{display:none}}.lightbox{position:fixed;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,.8);color:#fff;opacity:0;overflow:auto;z-index:7000;transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-webkit-transition:opacity .3s;-webkit-transform:translateZ(0)}.lightbox.open{height:100%;opacity:1}.lightbox-outerbox{width:100%;height:100%}.lightbox .close{position:absolute;top:24px;right:24px;width:20px;height:20px;cursor:pointer;z-index:1}.lightbox .close:before{color:#fff;font-size:20px;line-height:20px;content:"";font-family:"MKGAA-ICONS" !important;transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;-webkit-transition:color .3s ease}.lightbox .close:hover:before{color:#fff}.lightbox-content{position:absolute;top:45%;width:100%;height:70%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.lightbox-content-article{max-width:1280px;height:0;margin:0 auto;opacity:0;transition:opacity .1s;-moz-transition:opacity .1s;-o-transition:opacity .1s;-webkit-transition:opacity .1s}.lightbox-content-article.loaded{height:100%;opacity:1}.lightbox-content-article img{cursor:auto}.lightbox-content-article h5,.lightbox-content-article h6,.lightbox-content-article .lightbox-title{color:#2dbecd}.lightbox-content-article .lightbox-text{color:#fff}.lightbox-content-article-content{position:relative;height:100%;z-index:2}@media all and (min-width: 1025px)and (max-width: 1280px){.lightbox-content-article{max-width:1024px}}@media all and (min-width: 768px)and (max-width: 1024px){.lightbox-content-article{max-width:768px}}a{text-decoration:none}a.arrow-link{display:inline-block;position:relative;color:#eb3c96;margin-right:48px !important}a.arrow-link:after{font-family:"MKGAA-ICONS" !important;position:absolute;top:8px;right:-24px;-webkit-transition:right .3s ease;transition:right .3s ease;font-size:8px;content:""}a.arrow-link:hover{color:#ff6ab5}a.arrow-link:hover:after{right:-32px;-webkit-transition:right .3s ease;transition:right .3s ease}a.arrow-link.small,a.arrow-link--small{margin-right:0px !important;font-size:12px}a.arrow-link.small:after,a.arrow-link--small:after{top:6px;right:-16px;font-size:5px}a.arrow-link.small:hover:after,a.arrow-link--small:hover:after{right:-24px}a.arrow-link--white{color:#fff}a.arrow-link--white:hover{color:#fff}a.arrow-link--strong{font-weight:bold}a.link--phone{color:#000;cursor:default}a.link--phone:hover{color:#000}@media all and (min-width: 0)and (max-width: 767px){a.link--phone{color:#eb3c96;cursor:pointer}a.link--phone:hover{color:#eb3c96}}#mocha-stats{position:relative;top:0;right:0}#mocha-stats li{margin:0 8px 0 0}#mocha-report{margin-left:-16px}#mocha h1{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif !important;font-size:14px !important;font-weight:normal !important;line-height:28px !important}#mocha h2{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif !important;font-size:14px !important;line-height:28px !important}#mocha .suite{margin-left:16px}#mocha .test h2{line-height:24px}.spacer--1{width:8px;height:8px}.spacer--2{width:16px;height:16px}.spacer--4{width:32px;height:32px}.spacer--6{width:48px;height:48px}.spacer--8{width:64px;height:64px}.spacer--10{width:80px;height:80px}.spacer--12{width:96px;height:96px}.spacer--16{width:128px;height:128px}.background-color--richpurple{background-color:#503291}.background-color--richblue{background-color:#0f69af}.background-color--vibrantmagenta{background-color:#eb3c96}.background-color--vibrantcyan{background-color:#2dbecd}.background-color--grey-100{background-color:#f5f5f5}.background-color--grey-200{background-color:#eee}.background-color--grey-500{background-color:#aaa}.width--1{width:8px}.width--2{width:16px}.width--3{width:24px}.width--4{width:32px}.width--5{width:40px}.width--6{width:48px}.width--7{width:56px}.width--8{width:64px}.width--9{width:72px}.width--10{width:80px}.width--11{width:88px}.width--12{width:96px}.width--13{width:104px}.width--14{width:112px}.width--15{width:120px}.width--16{width:128px}.width--17{width:136px}.width--18{width:144px}.width--19{width:152px}.width--20{width:160px}.width--21{width:168px}.width--22{width:176px}.width--23{width:184px}.width--24{width:192px}.width--25{width:200px}.width--26{width:208px}.width--27{width:216px}.width--28{width:224px}.width--29{width:232px}.width--30{width:240px}.width--31{width:248px}.width--32{width:256px}.width--33{width:264px}.width--34{width:272px}.width--35{width:280px}.width--36{width:288px}.width--37{width:296px}.width--38{width:304px}.width--39{width:312px}.width--40{width:320px}.width--41{width:328px}.width--42{width:336px}.width--43{width:344px}.width--44{width:352px}.width--45{width:360px}.width--46{width:368px}.width--47{width:376px}.width--48{width:384px}.width--49{width:392px}.width--50{width:400px}.width--51{width:408px}.width--52{width:416px}.width--53{width:424px}.width--54{width:432px}.width--55{width:440px}.width--56{width:448px}.width--57{width:456px}.width--58{width:464px}.width--59{width:472px}.width--60{width:480px}.width--61{width:488px}.width--62{width:496px}.width--63{width:504px}.width--64{width:512px}.width--65{width:520px}.width--66{width:528px}.width--67{width:536px}.width--68{width:544px}.width--69{width:552px}.width--70{width:560px}.width--71{width:568px}.width--72{width:576px}.width--73{width:584px}.width--74{width:592px}.width--75{width:600px}.width--76{width:608px}.width--77{width:616px}.width--78{width:624px}.width--79{width:632px}.width--80{width:640px}.width--81{width:648px}.width--82{width:656px}.width--83{width:664px}.width--84{width:672px}.width--85{width:680px}.width--86{width:688px}.width--87{width:696px}.width--88{width:704px}.width--89{width:712px}.width--90{width:720px}.width--91{width:728px}.width--92{width:736px}.width--93{width:744px}.width--94{width:752px}.width--95{width:760px}.width--96{width:768px}.height--1{height:8px}.height--2{height:16px}.height--3{height:24px}.height--4{height:32px}.height--5{height:40px}.height--6{height:48px}.height--7{height:56px}.height--8{height:64px}.height--9{height:72px}.height--10{height:80px}.height--11{height:88px}.height--12{height:96px}.height--13{height:104px}.height--14{height:112px}.height--15{height:120px}.height--16{height:128px}.height--17{height:136px}.height--18{height:144px}.height--19{height:152px}.height--20{height:160px}.height--21{height:168px}.height--22{height:176px}.height--23{height:184px}.height--24{height:192px}.height--25{height:200px}.height--26{height:208px}.height--27{height:216px}.height--28{height:224px}.height--29{height:232px}.height--30{height:240px}.height--31{height:248px}.height--32{height:256px}.height--33{height:264px}.height--34{height:272px}.height--35{height:280px}.height--36{height:288px}.height--37{height:296px}.height--38{height:304px}.height--39{height:312px}.height--40{height:320px}.height--41{height:328px}.height--42{height:336px}.height--43{height:344px}.height--44{height:352px}.height--45{height:360px}.height--46{height:368px}.height--47{height:376px}.height--48{height:384px}.height--49{height:392px}.height--50{height:400px}.height--51{height:408px}.height--52{height:416px}.height--53{height:424px}.height--54{height:432px}.height--55{height:440px}.height--56{height:448px}.height--57{height:456px}.height--58{height:464px}.height--59{height:472px}.height--60{height:480px}.height--61{height:488px}.height--62{height:496px}.height--63{height:504px}.height--64{height:512px}.height--65{height:520px}.height--66{height:528px}.height--67{height:536px}.height--68{height:544px}.height--69{height:552px}.height--70{height:560px}.height--71{height:568px}.height--72{height:576px}.height--73{height:584px}.height--74{height:592px}.height--75{height:600px}.height--76{height:608px}.height--77{height:616px}.height--78{height:624px}.height--79{height:632px}.height--80{height:640px}.height--81{height:648px}.height--82{height:656px}.height--83{height:664px}.height--84{height:672px}.height--85{height:680px}.height--86{height:688px}.height--87{height:696px}.height--88{height:704px}.height--89{height:712px}.height--90{height:720px}.height--91{height:728px}.height--92{height:736px}.height--93{height:744px}.height--94{height:752px}.height--95{height:760px}.height--96{height:768px}*{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;-webkit-font-smoothing:antialiased}*:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}h1>span,h2>span,h3>span,h4>span,h5>span,h6>span{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}h1>span:lang(ja),h2>span:lang(ja),h3>span:lang(ja),h4>span:lang(ja),h5>span:lang(ja),h6>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}h1{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h1:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h1{margin-top:-12px;font-size:40px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h1{margin-top:-16px;font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h1{margin-top:-20px;font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){h1{margin-top:-24px;font-size:72px;line-height:1.2}}h1.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:40px;line-height:1.2;font-size:40px;line-height:1.2}h1.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){h1.demoted{font-size:72px;line-height:1.2}}h2{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h2:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h2{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h2{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h2{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){h2{margin-top:-22px;font-size:50px;line-height:1.2}}h2.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:32px;line-height:1.2;font-size:32px;line-height:1.2}h2.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){h2.demoted{font-size:50px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){h2.demoted{font-size:50px;line-height:1.2}}h3{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h3:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h3{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h3{margin-top:-6px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h3{margin-top:-8px;font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){h3{margin-top:-12px;font-size:32px;line-height:1.2}}h3.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:24px;line-height:1.2;font-size:24px;line-height:1.2}h3.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){h3.demoted{font-size:32px;line-height:1.2}}h4{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h4:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h4{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){h4{margin-top:-12px;font-size:28px;line-height:1.2}}h4.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2;font-size:20px;line-height:1.2}h4.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){h4.demoted{font-size:26px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){h4.demoted{font-size:26px;line-height:1.2}}h5{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h5:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h5{margin-top:-8px;font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h5{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h5{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){h5{margin-top:-8px;font-size:24px;line-height:1.2}}h5.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}h5.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){h5.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){h5.demoted{font-size:22px;line-height:1.2}}h6{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h6:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h6{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){h6{margin-top:-8px;font-size:20px;line-height:1.2}}h6.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}h6.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){h6.demoted{font-size:12px;line-height:1.2}}.h1{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h1:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h1{margin-top:-12px;font-size:40px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h1{margin-top:-16px;font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h1{margin-top:-20px;font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){.h1{margin-top:-24px;font-size:72px;line-height:1.2}}.h1.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:40px;line-height:1.2;font-size:40px;line-height:1.2}.h1.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){.h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){.h1.demoted{font-size:72px;line-height:1.2}}.h2{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h2:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h2{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h2{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h2{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.h2{margin-top:-22px;font-size:50px;line-height:1.2}}.h2.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:32px;line-height:1.2;font-size:32px;line-height:1.2}.h2.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.h2.demoted{font-size:50px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.h2.demoted{font-size:50px;line-height:1.2}}.h3{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h3:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h3{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h3{margin-top:-6px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h3{margin-top:-8px;font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.h3{margin-top:-12px;font-size:32px;line-height:1.2}}.h3.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:24px;line-height:1.2;font-size:24px;line-height:1.2}.h3.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.h3.demoted{font-size:32px;line-height:1.2}}.h4{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h4:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h4{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.h4{margin-top:-12px;font-size:28px;line-height:1.2}}.h4.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2;font-size:20px;line-height:1.2}.h4.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.h4.demoted{font-size:26px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.h4.demoted{font-size:26px;line-height:1.2}}.h5{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h5:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h5{margin-top:-8px;font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h5{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h5{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.h5{margin-top:-8px;font-size:24px;line-height:1.2}}.h5.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}.h5.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.h5.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.h5.demoted{font-size:22px;line-height:1.2}}.h6{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h6:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h6{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.h6{margin-top:-8px;font-size:20px;line-height:1.2}}.h6.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}.h6.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.h6.demoted{font-size:12px;line-height:1.2}}.h7.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}.h7.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.h7.demoted{font-size:18px;line-height:1.2}}h1:lang(ja),h2:lang(ja),h3:lang(ja),h4:lang(ja),h5:lang(ja),h6:lang(ja),.h1:lang(ja),.h2:lang(ja),.h3:lang(ja),.h4:lang(ja),.h5:lang(ja),.h6:lang(ja){font-weight:900}html[lang=zh] h1,html[lang=zh] h2,html[lang=zh] h3,html[lang=zh] h4,html[lang=zh] h5,html[lang=zh] h6,html[lang=zh] .h1,html[lang=zh] .h2,html[lang=zh] .h3,html[lang=zh] .h4,html[lang=zh] .h5,html[lang=zh] .h6,html[lang=zh] p,html[lang=zh] a,html[lang=zh] span,html[lang=zh] div,html[lang=ja] h1,html[lang=ja] h2,html[lang=ja] h3,html[lang=ja] h4,html[lang=ja] h5,html[lang=ja] h6,html[lang=ja] .h1,html[lang=ja] .h2,html[lang=ja] .h3,html[lang=ja] .h4,html[lang=ja] .h5,html[lang=ja] .h6,html[lang=ja] p,html[lang=ja] a,html[lang=ja] span,html[lang=ja] div,html[lang=ko] h1,html[lang=ko] h2,html[lang=ko] h3,html[lang=ko] h4,html[lang=ko] h5,html[lang=ko] h6,html[lang=ko] .h1,html[lang=ko] .h2,html[lang=ko] .h3,html[lang=ko] .h4,html[lang=ko] .h5,html[lang=ko] .h6,html[lang=ko] p,html[lang=ko] a,html[lang=ko] span,html[lang=ko] div{font-family:"Noto Sans SC","Noto Sans TC","Noto Sans","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important}html[lang=zh] p,html[lang=ja] p,html[lang=ko] p{font-size:18px}p{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}p:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){p{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){p{font-size:16px;line-height:1.7}}p.tiny{font-size:12px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){p.tiny{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p.tiny{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){p.tiny{font-size:12px;line-height:1.7}}p.small{font-size:14px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){p.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){p.small{font-size:14px;line-height:1.7}}p.large{font-size:16px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){p.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){p.large{font-size:18px;line-height:1.7}}a{color:#d92b83}a:hover{color:#eb3c96}a.white-color{color:#fff}a.white-color:hover{color:#fff}.eyebrow{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-size:13px;font-weight:bold;text-transform:uppercase}.eyebrow:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.lower{text-transform:lowercase}ol,ul{margin:0 0 24px 32px;padding:0;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.5}ol:lang(ja),ul:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){ol,ul{font-size:16px}}@media all and (min-width: 1025px)and (max-width: 1280px){ol,ul{font-size:16px}}@media all and (min-width: 1281px){ol,ul{font-size:16px}}ol.small,ul.small{font-size:14px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){ol.small,ul.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){ol.small,ul.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){ol.small,ul.small{font-size:14px;line-height:1.7}}ol.large,ul.large{font-size:16px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){ol.large,ul.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){ol.large,ul.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){ol.large,ul.large{font-size:18px;line-height:1.7}}ol{list-style-position:outside}ol li{padding-left:4px}ul{list-style:none}ul li{list-style-type:none}ul li:before{display:inline-block;width:8px;height:8px;margin-right:1.2em;margin-bottom:3px;margin-left:-1.9em;background-color:#2dbecd;content:"";vertical-align:middle;-webkit-transform:rotate(45deg);transform:rotate(45deg)}ul.unstyled{margin:0;padding:0;list-style:none}ul.unstyled li:before{padding-right:0;content:none}ul.horizontal li{display:inline-block}dl,dt,dd{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:24px}dl:lang(ja),dt:lang(ja),dd:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}blockquote{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}blockquote:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}address{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;line-height:24px;font-size:16px;line-height:1.7}address:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){address{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){address{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){address{font-size:16px;line-height:1.7}}address.small{font-size:14px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){address.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){address.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){address.small{font-size:14px;line-height:1.7}}.table{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:24px}.table:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.table .table-block{margin-bottom:-24px}td,th{padding:12px 18px;border:1px solid #eee;font-size:16px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){td,th{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){td,th{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){td,th{font-size:16px;line-height:1.7}}::-moz-selection{background-color:#c0e7e4}::selection{background-color:#c0e7e4}.hyphenate{overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.text-muted{color:gray}.flag{width:18px;height:18px}.ml-1{margin-left:8px !important}.ml-2{margin-left:16px !important}.ml-3{margin-left:24px !important}.ml-4{margin-left:32px !important}.ml-5{margin-left:40px !important}.ml-6{margin-left:48px !important}.ml-7{margin-left:56px !important}.ml-8{margin-left:64px !important}.ml-9{margin-left:72px !important}.ml-10{margin-left:80px !important}.ml-11{margin-left:88px !important}.ml-12{margin-left:96px !important}.mr-1{margin-right:8px !important}.mr-2{margin-right:16px !important}.mr-3{margin-right:24px !important}.mr-4{margin-right:32px !important}.mr-5{margin-right:40px !important}.mr-6{margin-right:48px !important}.mr-7{margin-right:56px !important}.mr-8{margin-right:64px !important}.mr-9{margin-right:72px !important}.mr-10{margin-right:80px !important}.mr-11{margin-right:88px !important}.mr-12{margin-right:96px !important}.mt-1{margin-top:8px !important}.mt-2{margin-top:16px !important}.mt-3{margin-top:24px !important}.mt-4{margin-top:32px !important}.mt-5{margin-top:40px !important}.mt-6{margin-top:48px !important}.mt-7{margin-top:56px !important}.mt-8{margin-top:64px !important}.mt-9{margin-top:72px !important}.mt-10{margin-top:80px !important}.mt-11{margin-top:88px !important}.mt-12{margin-top:96px !important}.mb-1{margin-bottom:8px !important}.mb-2{margin-bottom:16px !important}.mb-3{margin-bottom:24px !important}.mb-4{margin-bottom:32px !important}.mb-5{margin-bottom:40px !important}.mb-6{margin-bottom:48px !important}.mb-7{margin-bottom:56px !important}.mb-8{margin-bottom:64px !important}.mb-9{margin-bottom:72px !important}.mb-10{margin-bottom:80px !important}.mb-11{margin-bottom:88px !important}.mb-12{margin-bottom:96px !important}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-1{margin-left:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-2{margin-left:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-3{margin-left:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-4{margin-left:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-5{margin-left:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-6{margin-left:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-7{margin-left:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-8{margin-left:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-9{margin-left:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-10{margin-left:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-11{margin-left:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-12{margin-left:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-1{margin-left:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-2{margin-left:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-3{margin-left:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-4{margin-left:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-5{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-6{margin-left:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-7{margin-left:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-8{margin-left:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-9{margin-left:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-10{margin-left:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-11{margin-left:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-12{margin-left:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-1{margin-left:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-2{margin-left:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-3{margin-left:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-4{margin-left:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-5{margin-left:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-6{margin-left:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-7{margin-left:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-8{margin-left:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-9{margin-left:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-10{margin-left:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-11{margin-left:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-12{margin-left:96px !important}}@media all and (min-width: 1281px){.xl-ml-1{margin-left:8px !important}}@media all and (min-width: 1281px){.xl-ml-2{margin-left:16px !important}}@media all and (min-width: 1281px){.xl-ml-3{margin-left:24px !important}}@media all and (min-width: 1281px){.xl-ml-4{margin-left:32px !important}}@media all and (min-width: 1281px){.xl-ml-5{margin-left:40px !important}}@media all and (min-width: 1281px){.xl-ml-6{margin-left:48px !important}}@media all and (min-width: 1281px){.xl-ml-7{margin-left:56px !important}}@media all and (min-width: 1281px){.xl-ml-8{margin-left:64px !important}}@media all and (min-width: 1281px){.xl-ml-9{margin-left:72px !important}}@media all and (min-width: 1281px){.xl-ml-10{margin-left:80px !important}}@media all and (min-width: 1281px){.xl-ml-11{margin-left:88px !important}}@media all and (min-width: 1281px){.xl-ml-12{margin-left:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-1{margin-right:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-2{margin-right:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-3{margin-right:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-4{margin-right:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-5{margin-right:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-6{margin-right:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-7{margin-right:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-8{margin-right:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-9{margin-right:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-10{margin-right:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-11{margin-right:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-12{margin-right:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-1{margin-right:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-2{margin-right:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-3{margin-right:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-4{margin-right:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-5{margin-right:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-6{margin-right:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-7{margin-right:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-8{margin-right:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-9{margin-right:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-10{margin-right:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-11{margin-right:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-12{margin-right:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-1{margin-right:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-2{margin-right:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-3{margin-right:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-4{margin-right:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-5{margin-right:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-6{margin-right:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-7{margin-right:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-8{margin-right:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-9{margin-right:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-10{margin-right:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-11{margin-right:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-12{margin-right:96px !important}}@media all and (min-width: 1281px){.xl-mr-1{margin-right:8px !important}}@media all and (min-width: 1281px){.xl-mr-2{margin-right:16px !important}}@media all and (min-width: 1281px){.xl-mr-3{margin-right:24px !important}}@media all and (min-width: 1281px){.xl-mr-4{margin-right:32px !important}}@media all and (min-width: 1281px){.xl-mr-5{margin-right:40px !important}}@media all and (min-width: 1281px){.xl-mr-6{margin-right:48px !important}}@media all and (min-width: 1281px){.xl-mr-7{margin-right:56px !important}}@media all and (min-width: 1281px){.xl-mr-8{margin-right:64px !important}}@media all and (min-width: 1281px){.xl-mr-9{margin-right:72px !important}}@media all and (min-width: 1281px){.xl-mr-10{margin-right:80px !important}}@media all and (min-width: 1281px){.xl-mr-11{margin-right:88px !important}}@media all and (min-width: 1281px){.xl-mr-12{margin-right:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-1{margin-top:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-2{margin-top:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-3{margin-top:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-4{margin-top:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-5{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-6{margin-top:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-7{margin-top:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-8{margin-top:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-9{margin-top:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-10{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-11{margin-top:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-12{margin-top:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-1{margin-top:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-2{margin-top:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-3{margin-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-4{margin-top:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-5{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-6{margin-top:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-7{margin-top:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-8{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-9{margin-top:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-10{margin-top:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-11{margin-top:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-12{margin-top:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-1{margin-top:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-2{margin-top:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-3{margin-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-4{margin-top:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-5{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-6{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-7{margin-top:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-8{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-9{margin-top:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-10{margin-top:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-11{margin-top:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-12{margin-top:96px !important}}@media all and (min-width: 1281px){.xl-mt-1{margin-top:8px !important}}@media all and (min-width: 1281px){.xl-mt-2{margin-top:16px !important}}@media all and (min-width: 1281px){.xl-mt-3{margin-top:24px !important}}@media all and (min-width: 1281px){.xl-mt-4{margin-top:32px !important}}@media all and (min-width: 1281px){.xl-mt-5{margin-top:40px !important}}@media all and (min-width: 1281px){.xl-mt-6{margin-top:48px !important}}@media all and (min-width: 1281px){.xl-mt-7{margin-top:56px !important}}@media all and (min-width: 1281px){.xl-mt-8{margin-top:64px !important}}@media all and (min-width: 1281px){.xl-mt-9{margin-top:72px !important}}@media all and (min-width: 1281px){.xl-mt-10{margin-top:80px !important}}@media all and (min-width: 1281px){.xl-mt-11{margin-top:88px !important}}@media all and (min-width: 1281px){.xl-mt-12{margin-top:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-1{margin-bottom:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-2{margin-bottom:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-3{margin-bottom:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-4{margin-bottom:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-5{margin-bottom:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-6{margin-bottom:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-7{margin-bottom:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-8{margin-bottom:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-9{margin-bottom:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-10{margin-bottom:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-11{margin-bottom:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-12{margin-bottom:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-1{margin-bottom:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-2{margin-bottom:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-3{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-4{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-5{margin-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-6{margin-bottom:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-7{margin-bottom:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-8{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-9{margin-bottom:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-10{margin-bottom:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-11{margin-bottom:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-12{margin-bottom:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-1{margin-bottom:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-2{margin-bottom:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-3{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-4{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-5{margin-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-6{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-7{margin-bottom:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-8{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-9{margin-bottom:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-10{margin-bottom:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-11{margin-bottom:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-12{margin-bottom:96px !important}}@media all and (min-width: 1281px){.xl-mb-1{margin-bottom:8px !important}}@media all and (min-width: 1281px){.xl-mb-2{margin-bottom:16px !important}}@media all and (min-width: 1281px){.xl-mb-3{margin-bottom:24px !important}}@media all and (min-width: 1281px){.xl-mb-4{margin-bottom:32px !important}}@media all and (min-width: 1281px){.xl-mb-5{margin-bottom:40px !important}}@media all and (min-width: 1281px){.xl-mb-6{margin-bottom:48px !important}}@media all and (min-width: 1281px){.xl-mb-7{margin-bottom:56px !important}}@media all and (min-width: 1281px){.xl-mb-8{margin-bottom:64px !important}}@media all and (min-width: 1281px){.xl-mb-9{margin-bottom:72px !important}}@media all and (min-width: 1281px){.xl-mb-10{margin-bottom:80px !important}}@media all and (min-width: 1281px){.xl-mb-11{margin-bottom:88px !important}}@media all and (min-width: 1281px){.xl-mb-12{margin-bottom:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.mt{margin-top:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.mt{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.mt{margin-top:80px !important}}@media all and (min-width: 1281px){.mt{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.mb{margin-bottom:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.mb{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.mb{margin-bottom:80px !important}}@media all and (min-width: 1281px){.mb{margin-bottom:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.vm{margin-top:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.vm{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.vm{margin-top:80px !important}}@media all and (min-width: 1281px){.vm{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.vm{margin-bottom:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.vm{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.vm{margin-bottom:80px !important}}@media all and (min-width: 1281px){.vm{margin-bottom:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.global-padding{padding-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.global-padding{padding-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.global-padding{padding-top:60px !important}}@media all and (min-width: 1281px){.global-padding{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.global-padding{padding-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.global-padding{padding-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.global-padding{padding-bottom:60px !important}}@media all and (min-width: 1281px){.global-padding{padding-bottom:60px !important}}.global-no-paddding-top{padding-top:0 !important}.global-no-paddding-bottom{padding-bottom:0 !important}.new-tooltip{display:none;position:absolute;max-width:280px;padding:16px 16px;border-radius:6px;background-color:#d5f2f5;z-index:999;word-break:break-word}.span-cmp-tooltip{color:#482d83 !important;font-weight:700 !important}@media all and (min-width: 0)and (max-width: 767px){.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.same-theme--bottom{padding-bottom:30px !important}}.same-theme--both.global-no-paddding-top,.same-theme--top.global-no-paddding-top,.same-theme--bottom.global-no-paddding-top{padding-top:0 !important}.same-theme--both.global-no-paddding-bottom,.same-theme--top.global-no-paddding-bottom,.same-theme--bottom.global-no-paddding-bottom{padding-bottom:0 !important}@font-face{font-family:"MKGAA";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Mkgaa-Regular.eot?#iefix") format("embedded-opentype");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff2") format("woff2"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.svg#svgFontName") format("svg")}@font-face{font-family:"MKGAA-ICONS";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot?#iefix") format("embedded-opentype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.svg#svgFontName") format("svg")}@font-face{font-family:"Oswald";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Oswald-Medium.ttf") format("truetype")}@-webkit-keyframes show-in{0%{opacity:0}90%{opacity:0}100%{opacity:1}}@-webkit-keyframes show-in-linear{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes test{100%{display:block}}@keyframes filterBtn{99%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%;background-color:#503291}100%{bottom:0px;left:0px;width:100%;height:100%;border-radius:0;background-color:#fff}}@keyframes filterCloseBtn{0%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%}100%{bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background-color:#503291}}@keyframes shadowPoints{0%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em}20%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em}38%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em}100%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}}@keyframes spin{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@keyframes load7{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_SC-normal-400.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_SC-normal-400.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_SC-normal-500.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_SC-normal-500.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_SC-normal-700.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_SC-normal-700.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_SC-normal-900.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_SC-normal-900.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_TC-normal-400.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_TC-normal-400.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_TC-normal-500.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_TC-normal-500.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_TC-normal-700.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_TC-normal-700.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans_TC-normal-900.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans_TC-normal-900.ttf) format('truetype');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans-italic-400.ttf) format('truetype'),
	     url(clientlib-common/css/font/google/Noto_Sans-italic-400.woff2) format('woff2'),
	     url(clientlib-common/css/font/google/Noto_Sans-italic-400.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans-italic-700.ttf) format('truetype'),
	     url(clientlib-common/css/font/google/Noto_Sans-italic-700.woff2) format('woff2'),
	     url(clientlib-common/css/font/google/Noto_Sans-italic-700.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans-normal-400.ttf) format('truetype'),
	     url(clientlib-common/css/font/google/Noto_Sans-normal-400.woff) format('woff'),
	     url(clientlib-common/css/font/google/Noto_Sans-normal-400.woff2) format('woff2'),
         url(clientlib-common/css/font/google/Noto_Sans-normal-400.svg) format('svg');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	font-stretch: normal;
	src: url(clientlib-common/css/font/google/Noto_Sans-normal-700.ttf) format('truetype'),
	     url(clientlib-common/css/font/google/Noto_Sans-normal-700.woff2) format('woff2'),
	     url(clientlib-common/css/font/google/Noto_Sans-normal-700.woff) format('woff');
	unicode-range: U+0-10FFFF;
}
