.qdr-editable{background-color:var(--qdr-background);border:1px solid var(--qdr-border);color:var(--qdr-text);caret-color:var(--qdr-primary);transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;will-change:background-color,border-color,color}.qdr-editable ::selection{background-color:var(--qdr-primary-light)}.qdr-editable__placeholder{display:inline-block;top:0;left:0;color:var(--qdr-placeholder);font:inherit;padding:inherit;width:0;max-width:100%;opacity:.333;white-space:nowrap;text-decoration:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qdr-toolbar{display:flex;align-items:center;font-size:24px;height:40px;padding:8px 10px;background-color:var(--qdr-surface);border:1px solid var(--qdr-border);border-radius:4px;box-sizing:border-box}.qdr-toolbar__wrapper{position:absolute;z-index:1;padding-bottom:10px;height:40px;box-sizing:content-box}.qdr-toolbar__wrapper--inputting{min-width:250px;max-width:350px}.qdr-toolbar__arrow{position:absolute;top:calc(100% - 10px);left:50%;content:"";width:10px;height:10px;background:var(--qdr-surface);border:1px solid var(--qdr-border);border-top:none;border-left:none;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.qdr-toolbar__divider{width:1px;height:20px;background-color:var(--qdr-divider);margin:0 8px}.qdr-toolbar__icon{position:relative;color:var(--qdr-icon);font-size:24px;display:inline-flex;justify-content:center;align-items:center;margin:0 9px;border:0;background-color:transparent;padding:0;outline:none;box-shadow:none;border-radius:0;transition:color .2s ease-out;cursor:pointer}.qdr-toolbar__icon--active,.qdr-toolbar__icon:hover{color:var(--qdr-primary)}.qdr-toolbar__input{font-size:13px;background:var(--qdr-surface);color:var(--qdr-placeholder);width:calc(100% - 14px);height:100%;border:none;padding:0;outline:none}.qdr-toolbar__input__wrapper{display:flex;align-items:center;position:absolute;top:8px;left:10px;width:calc(100% - 20px);height:calc(100% - 26px);background:var(--qdr-surface);box-sizing:border-box}.qdr-toolbar__input__cross{fill:var(--qdr-placeholder);font-size:14px;width:1em;height:1em;cursor:pointer}.qdr-line-break__with-symbol{position:relative}.qdr-line-break__with-symbol:after{content:"";display:block;width:16px;height:16px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAxElEQVRoge2ZwQlCMRBEZ2xAS7ADLeGXklJSiiVpB5agFax8iCAfxMsuY2Ae7CWEzD42p4QRgZnZTd29Bf4AC6ixgBoLqLGAmjIBkp1kjOpVOZ6AGguosYAaC6ixgBoLqLGAGguomV4g9XWa5BXA6ce2W0Sc0zKTBQ4A7gD2X7Y8ARwj4pGVmXqFRmPLaHTLurZkNv8OTS8AbT16U60kq+LQIdE/BHpVTukXE8nLmHIry/AfmRgLqLGAGguosYAaC0gB8ALxmTRWAs9XmwAAAABJRU5ErkJggg==");background-size:16px;background-position:50%;background-repeat:no-repeat;position:absolute;right:-16px;top:0;opacity:.5}.qdr-paragraph__with-line-break-symbol>:last-child{position:relative}.qdr-paragraph__with-line-break-symbol>:last-child:after{content:"";display:block;width:16px;height:16px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAA60lEQVRoge2ZwQ3CMBAEdxH/0AF0AKVQQkqgA6ACKIFSKAE6oJNDEREPxOccwybSjuRPrEt2JMeJdYwITJnZpNNbYARYQI0F1FhAjQXUzMcQguT7hywimKn1ElJjATUWUGMBNRZQYwE1FiC5IHmrEyfPIAGSGwBd+LUof7kAyS2AK4Bl3Ug5ig40JHcATh/XDv+P/zoBpQaAS1f2q5HNM7Zd6J4tSC+hiGhJPgDsP6aO2Xt94ZwtKG5wkGz7BzYoOIzXYlCHpt9Gu52oUQkMegciovsGrErWbi3cI1NjATUWUGMBNRZQYwEpAJ566ofECQ43YwAAAABJRU5ErkJggg==");background-size:16px;background-position:50%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;opacity:.5}.qdr-progress{display:inline-block;position:relative;border-radius:9px;width:100%;height:6px;overflow:hidden}.qdr-progress__backdrop,.qdr-progress__track{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9px}.qdr-progress__backdrop{background-color:var(--qdr-text);opacity:.1}.qdr-progress__track{background-color:var(--qdr-primary);transition:transform .2s linear;transform-origin:left}.qdr-tooltip__mask{position:absolute;width:100%;top:0;left:0;z-index:20}.qdr-tooltip__popup{position:absolute;max-width:250px;overflow:hidden;overflow-wrap:break-word;box-sizing:border-box}.qdr-tooltip__popup--top{padding-bottom:10px}.qdr-tooltip__popup--right{padding-left:10px}.qdr-tooltip__popup--bottom{padding-top:10px}.qdr-tooltip__popup--left{padding-right:10px}.qdr-tooltip__content{background-color:var(--qdr-surface);border:1px solid var(--qdr-border);color:var(--qdr-text);border-radius:4px;padding:16px;font-size:13px;white-space:pre-wrap}.qdr-tooltip__arrow{position:absolute;content:"";width:10px;height:10px;background-color:var(--qdr-surface);border:1px solid var(--qdr-border);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.qdr-tooltip__arrow--top{top:calc(100% - 10px);left:50%;border-top:none;border-left:none}.qdr-tooltip__arrow--bottom{left:50%;top:10px;border-bottom:none;border-right:none}.qdr-tooltip__arrow--right{left:10px;top:50%;border-top:none;border-right:none}.qdr-tooltip__arrow--left{left:calc(100% - 10px);top:50%;border-bottom:none;border-left:none}.qdr-tooltip__arrow--bottom-left,.qdr-tooltip__arrow--top-left{left:20px}.qdr-tooltip__arrow--bottom-right,.qdr-tooltip__arrow--top-right{left:calc(100% - 20px)}.qdr-tooltip__fade--enter{opacity:.01}.qdr-tooltip__fade--enter-active{opacity:1;transition:all .2s ease-out}.qdr-tooltip__fade--exit{opacity:1}.qdr-tooltip__fade--exit-active{opacity:0;transition:all .2s ease-in}:root .qdr-theme-light{--qdr-primary:#4e7dff;--qdr-primary-light:#b1cde8;--qdr-primary-dark:#14156d;--qdr-text:#000512;--qdr-placeholder:#a9a9a9;--qdr-icon:#909090;--qdr-background:#f3f3f3;--qdr-surface:#fff;--qdr-border:#ddd;--qdr-divider:#cecece;--qdr-sup:#b1cde8}:root #qdr-preview *,:root .qdr-editable *{font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif}:root #qdr-preview hr,:root .qdr-editable hr{border-top:0;border-color:#afb2b6;margin:64px 0}@media (max-width:1439px){:root #qdr-preview hr,:root .qdr-editable hr{margin:54px 0}}@media (max-width:599px){:root #qdr-preview hr,:root .qdr-editable hr{margin:48px 0}}:root #qdr-preview>:first-child,:root .qdr-editable>:first-child{margin-top:0!important}:root #qdr-preview>:last-child,:root .qdr-editable>:last-child{margin-bottom:0!important}:root #qdr-preview__placeholder,:root .qdr-editable__placeholder{opacity:1}:root #qdr-preview .qdr-h1,:root .qdr-editable .qdr-h1{font-size:32px;font-weight:500;line-height:1.5;letter-spacing:0}@media (max-width:1439px){:root #qdr-preview .qdr-h1,:root .qdr-editable .qdr-h1{font-size:30px}}@media (max-width:599px){:root #qdr-preview .qdr-h1,:root .qdr-editable .qdr-h1{font-size:24px;letter-spacing:.01em}}:root #qdr-preview>.qdr-h1,:root .qdr-editable>.qdr-h1{margin:96px 0 42px}@media (max-width:1439px){:root #qdr-preview>.qdr-h1,:root .qdr-editable>.qdr-h1{margin:80px 0 40px}}@media (max-width:599px){:root #qdr-preview>.qdr-h1,:root .qdr-editable>.qdr-h1{margin:64px 0 32px}}:root #qdr-preview .qdr-h2,:root .qdr-editable .qdr-h2{font-size:28px;font-weight:500;line-height:1.5;letter-spacing:.01em}@media (max-width:1439px){:root #qdr-preview .qdr-h2,:root .qdr-editable .qdr-h2{font-size:24px}}@media (max-width:599px){:root #qdr-preview .qdr-h2,:root .qdr-editable .qdr-h2{font-size:20px;line-height:1.6}}:root #qdr-preview>.qdr-h2,:root .qdr-editable>.qdr-h2{margin:42px 0 16px}@media (max-width:1439px){:root #qdr-preview>.qdr-h2,:root .qdr-editable>.qdr-h2{margin:40px 0 14px}}@media (max-width:599px){:root #qdr-preview>.qdr-h2,:root .qdr-editable>.qdr-h2{margin:32px 0 12px}}:root #qdr-preview .qdr-h3,:root .qdr-editable .qdr-h3{font-size:18px;font-weight:500;line-height:1.55;letter-spacing:.01em}:root #qdr-preview>.qdr-h3,:root .qdr-editable>.qdr-h3{margin:28px 0 12px}@media (max-width:599px){:root #qdr-preview>.qdr-h3,:root .qdr-editable>.qdr-h3{margin:20px 0 12px}}:root #qdr-preview .qdr-paragraph,:root .qdr-editable .qdr-paragraph{font-size:16px;font-weight:400;line-height:1.74;letter-spacing:.01em}:root #qdr-preview .qdr-blockquote,:root .qdr-editable .qdr-blockquote{font-size:20px;color:#4e7dff;border-left:3px solid #4e7dff;font-weight:500;line-height:1.6;letter-spacing:.01em;margin:80px 0;padding:12px 0 12px 56px}@media (max-width:1439px){:root #qdr-preview .qdr-blockquote,:root .qdr-editable .qdr-blockquote{margin:56px 0;padding:12px 0 12px 40px}}@media (max-width:1023px){:root #qdr-preview .qdr-blockquote,:root .qdr-editable .qdr-blockquote{font-size:18px;line-height:1.55}}@media (max-width:599px){:root #qdr-preview .qdr-blockquote,:root .qdr-editable .qdr-blockquote{margin:48px 0;padding:12px 0 12px 24px}}:root #qdr-preview .qdr-ol,:root #qdr-preview .qdr-ul,:root .qdr-editable .qdr-ol,:root .qdr-editable .qdr-ul{-webkit-padding-start:24px;padding-inline-start:24px}:root #qdr-preview .qdr-image__figure,:root #qdr-preview figure,:root .qdr-editable .qdr-image__figure,:root .qdr-editable figure{max-width:100%;margin:96px 0}:root #qdr-preview .qdr-image__figure+.qdr-image__figure,:root #qdr-preview figure+.qdr-image__figure,:root .qdr-editable .qdr-image__figure+.qdr-image__figure,:root .qdr-editable figure+.qdr-image__figure{margin-top:-56px}@media (max-width:1439px){:root #qdr-preview .qdr-image__figure,:root #qdr-preview figure,:root .qdr-editable .qdr-image__figure,:root .qdr-editable figure{margin:80px 0}:root #qdr-preview .qdr-image__figure+.qdr-image__figure,:root #qdr-preview figure+.qdr-image__figure,:root .qdr-editable .qdr-image__figure+.qdr-image__figure,:root .qdr-editable figure+.qdr-image__figure{margin-top:-52px}}@media (max-width:599px){:root #qdr-preview .qdr-image__figure,:root #qdr-preview figure,:root .qdr-editable .qdr-image__figure,:root .qdr-editable figure{margin:64px 0}:root #qdr-preview .qdr-image__figure+.qdr-image__figure,:root #qdr-preview figure+.qdr-image__figure,:root .qdr-editable .qdr-image__figure+.qdr-image__figure,:root .qdr-editable figure+.qdr-image__figure{margin-top:-36px}}:root #qdr-preview .qdr-image__figure img,:root #qdr-preview figure img,:root .qdr-editable .qdr-image__figure img,:root .qdr-editable figure img{width:100%;max-width:100%;height:auto;line-height:0;border-radius:16px;overflow:hidden}@media (max-width:599px){:root #qdr-preview .qdr-image__figure img,:root #qdr-preview figure img,:root .qdr-editable .qdr-image__figure img,:root .qdr-editable figure img{border-radius:12px}}:root #qdr-preview .qdr-image__figure .qdr-image__caption,:root #qdr-preview .qdr-image__figure figcaption,:root #qdr-preview figure .qdr-image__caption,:root #qdr-preview figure figcaption,:root .qdr-editable .qdr-image__figure .qdr-image__caption,:root .qdr-editable .qdr-image__figure figcaption,:root .qdr-editable figure .qdr-image__caption,:root .qdr-editable figure figcaption{color:#72747e;font-size:13px;font-weight:400;line-height:1.7;letter-spacing:.01em;margin-top:8px}:root #qdr-preview>.qdr-embed-facebook,:root #qdr-preview>.qdr-embed-instagram,:root #qdr-preview>.qdr-embed-podcast-apple,:root #qdr-preview>.qdr-embed-spotify,:root #qdr-preview>.qdr-ol,:root #qdr-preview>.qdr-paragraph,:root #qdr-preview>.qdr-ul,:root .qdr-editable>.qdr-embed-facebook,:root .qdr-editable>.qdr-embed-instagram,:root .qdr-editable>.qdr-embed-podcast-apple,:root .qdr-editable>.qdr-embed-spotify,:root .qdr-editable>.qdr-ol,:root .qdr-editable>.qdr-paragraph,:root .qdr-editable>.qdr-ul{margin:0 0 16px}:root #qdr-preview>.qdr-embed-video,:root .qdr-editable>.qdr-embed-video{margin:96px 0;overflow:hidden;border-radius:16px}:root #qdr-preview>.qdr-embed-video+.qdr-embed-video,:root .qdr-editable>.qdr-embed-video+.qdr-embed-video{margin-top:-56px}@media (max-width:1439px){:root #qdr-preview>.qdr-embed-video,:root .qdr-editable>.qdr-embed-video{margin:80px 0}:root #qdr-preview>.qdr-embed-video+.qdr-embed-video,:root .qdr-editable>.qdr-embed-video+.qdr-embed-video{margin-top:-52px}}@media (max-width:599px){:root #qdr-preview>.qdr-embed-video,:root .qdr-editable>.qdr-embed-video{margin:64px 0;border-radius:12px}:root #qdr-preview>.qdr-embed-video+.qdr-embed-video,:root .qdr-editable>.qdr-embed-video+.qdr-embed-video{margin-top:-36px}}:root #qdr-preview .qdr-link,:root #qdr-preview a,:root .qdr-editable .qdr-link,:root .qdr-editable a{color:#4e7dff;font-size:16px;font-weight:400;line-height:175%;letter-spacing:.16px;-webkit-text-decoration-line:underline;text-decoration-line:underline}:root #qdr-preview sup,:root .qdr-editable sup{--qdr-sup:#4e7dff}:root #qdr-preview .qdr-footnote-text,:root .qdr-editable .qdr-footnote-text{text-decoration:none!important}:root #qdr-preview .highlight,:root .qdr-editable .highlight{background-color:transparent;color:#4e7dff}:root #qdr-preview .highlight\.dance,:root #qdr-preview .highlight\.drama,:root #qdr-preview .highlight\.sheet-music,:root .qdr-editable .highlight\.dance,:root .qdr-editable .highlight\.drama,:root .qdr-editable .highlight\.sheet-music{background-color:transparent;color:#4e7dff;font-weight:700}html[lang=en] .qdr-h1{line-height:1.25;letter-spacing:-.03em}@media (max-width:599px){html[lang=en] .qdr-h1{line-height:1.35}}html[lang=en] .qdr-h2{line-height:1.3!important;letter-spacing:-.03em!important}@media (max-width:1439px){html[lang=en] .qdr-h2{line-height:1.35!important}}@media (max-width:599px){html[lang=en] .qdr-h2{letter-spacing:-.02em!important}}html[lang=en] .qdr-h3{line-height:1.4;letter-spacing:-.02em}html[lang=en] .qdr-paragraph{line-height:1.5;letter-spacing:-.02em}html[lang=en] .qdr-blockquote{line-height:1.35;letter-spacing:-.02em}@media (max-width:1023px){html[lang=en] .qdr-blockquote{line-height:1.4}}html[lang=en] .qdr-image__caption,html[lang=en] figcaption{line-height:1.5;letter-spacing:-.02em}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7cba1811e3c25a15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7cba1811e3c25a15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_2fd63e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7cba1811e3c25a15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_Fallback_2fd63e;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_2fd63e{font-family:__Space_Grotesk_2fd63e,__Space_Grotesk_Fallback_2fd63e;font-style:normal}.__variable_2fd63e{--font-spaceGrotesk:"__Space_Grotesk_2fd63e","__Space_Grotesk_Fallback_2fd63e"}