:root{--radius: 12px;--marginFull: 16px;--marginHalf: 10px;--avatarSize: 48px;--margin: var(--marginFull);--gradient: hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, .987) 8.1%, hsla(0, 0%, 0%, .951) 15.5%, hsla(0, 0%, 0%, .896) 22.5%, hsla(0, 0%, 0%, .825) 29%, hsla(0, 0%, 0%, .741) 35.3%, hsla(0, 0%, 0%, .648) 41.2%, hsla(0, 0%, 0%, .55) 47.1%, hsla(0, 0%, 0%, .45) 52.9%, hsla(0, 0%, 0%, .352) 58.8%, hsla(0, 0%, 0%, .259) 64.7%, hsla(0, 0%, 0%, .175) 71%, hsla(0, 0%, 0%, .104) 77.5%, hsla(0, 0%, 0%, .049) 84.5%, hsla(0, 0%, 0%, .013) 91.9%, hsla(0, 0%, 0%, 0) 100%}@media (max-width: 500px){:root{--margin: var(--marginHalf)}}::selection{color:#fff;background-color:var(--accent)}html{touch-action:manipulation;background-attachment:fixed;background-size:cover;background-position:center;color:var(--fg);accent-color:var(--accent);overflow:auto;overflow-wrap:break-word;font-family:Roboto,HelveticaNeue,Arial,sans-serif;font-size:14px;line-height:1.6;text-size-adjust:100%;-moz-tab-size:2;tab-size:2;scroll-padding:60px;overflow-x:clip;overscroll-behavior-y:none}html.useCJKFont{font-family:Hiragino Maru Gothic Pro,BIZ UDGothic,Roboto,HelveticaNeue,Arial,sans-serif}html.useSystemFont{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{scrollbar-color:var(--scrollbarHandle) transparent}body::-webkit-scrollbar{width:12px;height:12px}body::-webkit-scrollbar-thumb{border-radius:100px;background-clip:content-box;border:3px solid transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:inherit}::-webkit-scrollbar-thumb{background:var(--scrollbarHandle);min-height:80px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbarHandleHover);background-clip:content-box}::-webkit-scrollbar-thumb:active{background:var(--accent);background-clip:content-box}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}html._themeChanging_,html._themeChanging_ *,html._themeChanging_ :before,html._themeChanging_ :after{transition:background 1s ease,border 1s ease!important}html,body{margin:0;padding:0}.swiper{margin-inline:-24px!important;padding-inline:24px!important;mask:linear-gradient(to right,transparent,black 24px calc(100% - 24px),transparent);-webkit-mask:linear-gradient(to right,transparent,black 24px calc(100% - 24px),transparent)}.swiper-slide{min-height:100vh}a{text-decoration:none;cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s}a:hover{text-decoration-color:currentColor}textarea,input{-webkit-tap-highlight-color:transparent}optgroup,option{background:var(--panel);color:var(--fg)}hr{margin:var(--margin) 0 var(--margin) 0;border:none;height:1px;background:var(--divider)}.fa-pulse{animation:spin 1s infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noSelect,._button,._borderButton,._textButton,._buttonPrimary,._buttonGradate,._buttonIcon,._button *,._borderButton *,._textButton *,._buttonPrimary *,._buttonGradate *,._buttonIcon *,._ghost,._ghost *{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}._ghost,._ghost *{pointer-events:none}._modalBg{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--modalBg);-webkit-backdrop-filter:var(--modalBgFilter);backdrop-filter:var(--modalBgFilter)}._shadow{box-shadow:0 4px 32px var(--shadow)!important}.swiper{overflow:clip!important}._button,._borderButton,._textButton,._buttonPrimary,._buttonGradate,._buttonIcon{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;padding:0;margin:0;background:none;border:none;cursor:pointer;color:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-size:1em;font-family:inherit;line-height:inherit;text-decoration:none}._button *,._borderButton *,._textButton *,._buttonPrimary *,._buttonGradate *,._buttonIcon *{pointer-events:none}._button:disabled,._borderButton:disabled,._textButton:disabled,._buttonPrimary:disabled,._buttonGradate:disabled,._buttonIcon:disabled{opacity:.5;cursor:default}._button>i:only-child,._borderButton>i:only-child,._textButton>i:only-child,._buttonPrimary>i:only-child,._buttonGradate>i:only-child,._buttonIcon>i:only-child{display:block;margin:auto}._buttonIcon{display:flex;align-items:center;justify-content:center;width:calc(var(--height) - var(--margin) * 2);height:calc(var(--height) - var(--margin) * 2);box-sizing:border-box;position:relative;border-radius:5px;outline:none}._buttonIcon:before{content:"";position:absolute;width:2.7em;height:2.7em;border-radius:inherit;transition:background .2s}._buttonIcon:hover,._buttonIcon:focus,._buttonIcon.highlighted{background:var(--buttonHoverBg)}._buttonIcon:focus-visible:before{outline:auto}._buttonIcon.highlighted{color:var(--accent)}._buttonPrimary,._buttonGradate{color:var(--fgOnAccent);background:var(--accent)}._buttonPrimary:not(:disabled):hover,._buttonGradate:not(:disabled):hover{background:var(--accentLightenLess)}._buttonPrimary:not(:disabled):active,._buttonGradate:not(:disabled):active{background:var(--accentDarkenLess)}._buttonGradate{color:var(--fgOnAccent);background:linear-gradient(-45deg,var(--buttonGradateA),var(--buttonGradateB))}._buttonGradate:not(:disabled):hover{background:var(--accentLightenLess)}._buttonGradate:not(:disabled):active{background:var(--accentLightenLess)}._help{color:var(--accent);cursor:help}._textButton{color:var(--accent)}._textButton:not(:disabled):hover{text-decoration:underline}._margin{margin:var(--margin) 0}._gaps_m{display:flex;flex-direction:column;gap:1.5em}._gaps_s{display:flex;flex-direction:column;gap:.75em}._gaps{display:flex;flex-direction:column;gap:var(--margin)}._inputs{display:flex;margin:32px 0}._inputs:first-child{margin-top:8px}._inputs:last-child{margin-bottom:8px}._inputs>*{flex:1;margin:0!important}._inputs>*:not(:first-child){margin-left:8px!important}._inputs>*:not(:last-child){margin-right:8px!important}._panel,._card{background:var(--panel);border-radius:var(--radius);overflow:clip}._block{background:var(--panel);border-radius:var(--radius);overflow:visible}._block+._block{margin-top:var(--margin)}._gap{margin:var(--margin) 0}._gap:first-child{margin-top:0}._card>._title{margin:0;padding:22px 32px;font-size:1em;border-bottom:solid 1px var(--panelHeaderDivider);font-weight:700;background:var(--panelHeaderBg);color:var(--panelHeaderFg)}@media (max-width: 500px){._card>._title{padding:16px;font-size:1em}}._card>._content{padding:32px}@media (max-width: 500px){._card>._content{padding:16px}}._card>._content._noPad{padding:0!important}._card>._content+._content{border-top:solid .5px var(--divider)}._card>._footer{border-top:solid .5px var(--divider);padding:24px 32px}@media (max-width: 500px){._card>._footer{padding:16px}}._borderButton{display:block;width:100%;padding:10px;box-sizing:border-box;text-align:center;border:solid .5px var(--divider);border-radius:var(--radius)}._borderButton:active{border-color:var(--accent)}._popup{background:var(--popup);border-radius:var(--radius);contain:content}._monolithic_ ._section:not(:empty){box-sizing:border-box;padding:var(--root-margin, 32px)}@media (max-width: 500px){._monolithic_ ._section:not(:empty){--root-margin: 10px}}._monolithic_ ._section:not(:empty)+._section:not(:empty){border-top:solid .5px var(--divider)}._narrow_ ._card>._title{padding:16px;font-size:1em}._narrow_ ._card>._content{padding:16px}._narrow_ ._card>._footer{padding:16px}._acrylic{background:var(--acrylicPanel);-webkit-backdrop-filter:var(--blur, blur(15px));backdrop-filter:var(--blur, blur(15px))}@supports not (backdrop-filter: var(--blur, blur(15px))){._acrylic:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;z-index:-1;background:var(--bg);opacity:.75}}._formBlock{margin:1.5em 0}._formRoot>._formBlock:first-child{margin-top:0}._formRoot>._formBlock:last-child{margin-bottom:0}._formLinksGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px}._formLinksGrid>button{width:100%!important}._flexList{display:flex;flex-wrap:wrap;gap:.2em;width:min-content;min-width:100%}._flexList._center{justify-content:center}._formLinks>*:not(:last-child){margin-bottom:8px}._beta{margin-left:.7em;font-size:65%;padding:2px 3px;color:var(--accent);border:solid 1px var(--accent);border-radius:4px;vertical-align:top}._table>._row{display:flex}._table>._row:not(:last-child){margin-bottom:16px}@media (max-width: 500px){._table>._row:not(:last-child){margin-bottom:8px}}._table>._row>._cell{flex:1}._table>._row>._cell>._label{font-size:80%;opacity:.7}._table>._row>._cell>._label>._icon{margin-right:4px;display:none}._fullinfo{padding:64px 32px;text-align:center}._fullinfo>img{vertical-align:bottom;height:128px;margin-bottom:16px;border-radius:16px}._keyValue{display:flex}._keyValue>*{flex:1}._link{position:relative;color:var(--link);text-underline-offset:.2em}._caption{font-size:.8em;opacity:.7}._monospace,._code{font-family:Fira code,Fira Mono,Consolas,Menlo,Courier,monospace!important}._code{background:#26233a;color:#e0def4;font-size:14px;line-height:1.5;padding:5px}.prism-editor__container{height:100%}.prism-editor__textarea:focus{outline:none}:not(.noGap):not(._block)>.note-container:not(.caution),:not(.noGap):not(._block)>.cmuxhskf>section:not(.caution),:not(.noGap):not(._block)>._gap>._block:not(.caution),:not(.noGap):not(._block)>._panel:not(.caution),:not(.noGap):not(._block)>._card:not(.caution),:not(.noGap):not(._block)>.noGap:not(.caution),:not(.noGap):not(._block)>.profile:not(.caution),:not(.noGap):not(._block)>.card:not(.caution){box-shadow:0 4px 25px #0000000a;border-radius:var(--radius);overflow:clip}.widgets ._panel,.widgets ._card{box-shadow:none!important}._zoom{transition-duration:.5s,.5s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(0,.5,.5,1)}.zoom-enter-active,.zoom-leave-active{transition:opacity .5s,transform .5s!important}.zoom-enter-from,.zoom-leave-to{opacity:0;transform:scale(.9)}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}@media (prefers-reduced-motion){@keyframes tada{0%{transform:scaleZ(1)}50%{transform:scale3d(1.1,1.1,1.1)}to{transform:scaleZ(1)}}}._anime_bounce{will-change:transform;animation:bounce ease .7s;animation-iteration-count:1;transform-origin:50% 50%}._anime_bounce_ready{will-change:transform;transform:scaleX(.9) scaleY(.9)}._anime_bounce_standBy{transition:transform .1s ease}@keyframes bounce{0%{transform:scaleX(.9) scaleY(.9)}19%{transform:scaleX(1.1) scaleY(1.1)}48%{transform:scaleX(.95) scaleY(.95)}to{transform:scaleX(1) scaleY(1)}}.ph-xxs{font-size:.5em}.ph-xs{font-size:.75em}.ph-sm{font-size:.875em}.ph-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em;justify-content:center}.ph-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ph-1x{font-size:1em}.ph-2x{font-size:2em}.ph-3x{font-size:3em}.ph-4x{font-size:4em}.ph-5x{font-size:5em}.ph-6x{font-size:6em}.ph-7x{font-size:7em}.ph-8x{font-size:8em}.ph-9x{font-size:9em}.ph-10x{font-size:10em}.ph-fw{text-align:center;width:1.25em;display:inline-flex}._blur_text{filter:blur(6px);transition:filter .3s}._blur_text:hover{filter:blur(0px)}@keyframes reset{to{transform:none;opacity:1}}.instant{animation-duration:0s!important}@media (prefers-reduced-motion: no-preference){@keyframes scaleIn{0%{transform:scale(0);opacity:0}}@keyframes scaleInSmall{0%{transform:scale(.8);opacity:0}}}@font-face{font-family:Phosphor-Bold;src:url(/assets/Phosphor-Bold-KBqqqpFr.woff2) format("woff2"),url(/assets/Phosphor-Bold-TqhKS2vb.woff) format("woff"),url(/assets/Phosphor-Bold-A2pHfRYT.ttf) format("truetype"),url(/assets/Phosphor-Bold-GhZnhvun.svg#Phosphor-Bold) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-bold{font-family:Phosphor-Bold!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-bold.ph-address-book:before{content:""}.ph-bold.ph-airplane:before{content:""}.ph-bold.ph-airplane-in-flight:before{content:""}.ph-bold.ph-airplane-landing:before{content:""}.ph-bold.ph-airplane-takeoff:before{content:""}.ph-bold.ph-airplane-tilt:before{content:""}.ph-bold.ph-airplay:before{content:""}.ph-bold.ph-air-traffic-control:before{content:""}.ph-bold.ph-alarm:before{content:""}.ph-bold.ph-alien:before{content:""}.ph-bold.ph-align-bottom:before{content:""}.ph-bold.ph-align-bottom-simple:before{content:""}.ph-bold.ph-align-center-horizontal:before{content:""}.ph-bold.ph-align-center-horizontal-simple:before{content:""}.ph-bold.ph-align-center-vertical:before{content:""}.ph-bold.ph-align-center-vertical-simple:before{content:""}.ph-bold.ph-align-left:before{content:""}.ph-bold.ph-align-left-simple:before{content:""}.ph-bold.ph-align-right:before{content:""}.ph-bold.ph-align-right-simple:before{content:""}.ph-bold.ph-align-top:before{content:""}.ph-bold.ph-align-top-simple:before{content:""}.ph-bold.ph-amazon-logo:before{content:""}.ph-bold.ph-anchor:before{content:""}.ph-bold.ph-anchor-simple:before{content:""}.ph-bold.ph-android-logo:before{content:""}.ph-bold.ph-angular-logo:before{content:""}.ph-bold.ph-aperture:before{content:""}.ph-bold.ph-apple-logo:before{content:""}.ph-bold.ph-apple-podcasts-logo:before{content:""}.ph-bold.ph-app-store-logo:before{content:""}.ph-bold.ph-app-window:before{content:""}.ph-bold.ph-archive:before{content:""}.ph-bold.ph-archive-box:before{content:""}.ph-bold.ph-archive-tray:before{content:""}.ph-bold.ph-armchair:before{content:""}.ph-bold.ph-arrow-arc-left:before{content:""}.ph-bold.ph-arrow-arc-right:before{content:""}.ph-bold.ph-arrow-bend-double-up-left:before{content:""}.ph-bold.ph-arrow-bend-double-up-right:before{content:""}.ph-bold.ph-arrow-bend-down-left:before{content:""}.ph-bold.ph-arrow-bend-down-right:before{content:""}.ph-bold.ph-arrow-bend-left-down:before{content:""}.ph-bold.ph-arrow-bend-left-up:before{content:""}.ph-bold.ph-arrow-bend-right-down:before{content:""}.ph-bold.ph-arrow-bend-right-up:before{content:""}.ph-bold.ph-arrow-bend-up-left:before{content:""}.ph-bold.ph-arrow-bend-up-right:before{content:""}.ph-bold.ph-arrow-circle-down:before{content:""}.ph-bold.ph-arrow-circle-down-left:before{content:""}.ph-bold.ph-arrow-circle-down-right:before{content:""}.ph-bold.ph-arrow-circle-left:before{content:""}.ph-bold.ph-arrow-circle-right:before{content:""}.ph-bold.ph-arrow-circle-up:before{content:""}.ph-bold.ph-arrow-circle-up-left:before{content:""}.ph-bold.ph-arrow-circle-up-right:before{content:""}.ph-bold.ph-arrow-clockwise:before{content:""}.ph-bold.ph-arrow-counter-clockwise:before{content:""}.ph-bold.ph-arrow-down:before{content:""}.ph-bold.ph-arrow-down-left:before{content:""}.ph-bold.ph-arrow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-down-left:before{content:""}.ph-bold.ph-arrow-elbow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-left:before{content:""}.ph-bold.ph-arrow-elbow-left-down:before{content:""}.ph-bold.ph-arrow-elbow-left-up:before{content:""}.ph-bold.ph-arrow-elbow-right:before{content:""}.ph-bold.ph-arrow-elbow-right-down:before{content:""}.ph-bold.ph-arrow-elbow-right-up:before{content:""}.ph-bold.ph-arrow-elbow-up-left:before{content:""}.ph-bold.ph-arrow-elbow-up-right:before{content:""}.ph-bold.ph-arrow-fat-down:before{content:""}.ph-bold.ph-arrow-fat-left:before{content:""}.ph-bold.ph-arrow-fat-line-down:before{content:""}.ph-bold.ph-arrow-fat-line-left:before{content:""}.ph-bold.ph-arrow-fat-line-right:before{content:""}.ph-bold.ph-arrow-fat-lines-down:before{content:""}.ph-bold.ph-arrow-fat-lines-left:before{content:""}.ph-bold.ph-arrow-fat-lines-right:before{content:""}.ph-bold.ph-arrow-fat-lines-up:before{content:""}.ph-bold.ph-arrow-fat-line-up:before{content:""}.ph-bold.ph-arrow-fat-right:before{content:""}.ph-bold.ph-arrow-fat-up:before{content:""}.ph-bold.ph-arrow-left:before{content:""}.ph-bold.ph-arrow-line-down:before{content:""}.ph-bold.ph-arrow-line-down-left:before{content:""}.ph-bold.ph-arrow-line-down-right:before{content:""}.ph-bold.ph-arrow-line-left:before{content:""}.ph-bold.ph-arrow-line-right:before{content:""}.ph-bold.ph-arrow-line-up:before{content:""}.ph-bold.ph-arrow-line-up-left:before{content:""}.ph-bold.ph-arrow-line-up-right:before{content:""}.ph-bold.ph-arrow-right:before{content:""}.ph-bold.ph-arrows-clockwise:before{content:""}.ph-bold.ph-arrows-counter-clockwise:before{content:""}.ph-bold.ph-arrows-down-up:before{content:""}.ph-bold.ph-arrows-horizontal:before{content:""}.ph-bold.ph-arrows-in:before{content:""}.ph-bold.ph-arrows-in-cardinal:before{content:""}.ph-bold.ph-arrows-in-line-horizontal:before{content:""}.ph-bold.ph-arrows-in-line-vertical:before{content:""}.ph-bold.ph-arrows-in-simple:before{content:""}.ph-bold.ph-arrows-left-right:before{content:""}.ph-bold.ph-arrows-merge:before{content:""}.ph-bold.ph-arrows-out:before{content:""}.ph-bold.ph-arrows-out-cardinal:before{content:""}.ph-bold.ph-arrows-out-line-horizontal:before{content:""}.ph-bold.ph-arrows-out-line-vertical:before{content:""}.ph-bold.ph-arrows-out-simple:before{content:""}.ph-bold.ph-arrow-square-down:before{content:""}.ph-bold.ph-arrow-square-down-left:before{content:""}.ph-bold.ph-arrow-square-down-right:before{content:""}.ph-bold.ph-arrow-square-in:before{content:""}.ph-bold.ph-arrow-square-left:before{content:""}.ph-bold.ph-arrow-square-out:before{content:""}.ph-bold.ph-arrow-square-right:before{content:""}.ph-bold.ph-arrow-square-up:before{content:""}.ph-bold.ph-arrow-square-up-left:before{content:""}.ph-bold.ph-arrow-square-up-right:before{content:""}.ph-bold.ph-arrows-split:before{content:""}.ph-bold.ph-arrows-vertical:before{content:""}.ph-bold.ph-arrow-u-down-left:before{content:""}.ph-bold.ph-arrow-u-down-right:before{content:""}.ph-bold.ph-arrow-u-left-down:before{content:""}.ph-bold.ph-arrow-u-left-up:before{content:""}.ph-bold.ph-arrow-up:before{content:""}.ph-bold.ph-arrow-up-left:before{content:""}.ph-bold.ph-arrow-up-right:before{content:""}.ph-bold.ph-arrow-u-right-down:before{content:""}.ph-bold.ph-arrow-u-right-up:before{content:""}.ph-bold.ph-arrow-u-up-left:before{content:""}.ph-bold.ph-arrow-u-up-right:before{content:""}.ph-bold.ph-article:before{content:""}.ph-bold.ph-article-medium:before{content:""}.ph-bold.ph-article-ny-times:before{content:""}.ph-bold.ph-asterisk:before{content:""}.ph-bold.ph-asterisk-simple:before{content:""}.ph-bold.ph-at:before{content:""}.ph-bold.ph-atom:before{content:""}.ph-bold.ph-baby:before{content:""}.ph-bold.ph-backpack:before{content:""}.ph-bold.ph-backspace:before{content:""}.ph-bold.ph-bag:before{content:""}.ph-bold.ph-bag-simple:before{content:""}.ph-bold.ph-balloon:before{content:""}.ph-bold.ph-bandaids:before{content:""}.ph-bold.ph-bank:before{content:""}.ph-bold.ph-barbell:before{content:""}.ph-bold.ph-barcode:before{content:""}.ph-bold.ph-barricade:before{content:""}.ph-bold.ph-baseball:before{content:""}.ph-bold.ph-baseball-cap:before{content:""}.ph-bold.ph-basketball:before{content:""}.ph-bold.ph-basket:before{content:""}.ph-bold.ph-bathtub:before{content:""}.ph-bold.ph-battery-charging:before{content:""}.ph-bold.ph-battery-charging-vertical:before{content:""}.ph-bold.ph-battery-empty:before{content:""}.ph-bold.ph-battery-full:before{content:""}.ph-bold.ph-battery-high:before{content:""}.ph-bold.ph-battery-low:before{content:""}.ph-bold.ph-battery-medium:before{content:""}.ph-bold.ph-battery-plus:before{content:""}.ph-bold.ph-battery-plus-vertical:before{content:""}.ph-bold.ph-battery-vertical-empty:before{content:""}.ph-bold.ph-battery-vertical-full:before{content:""}.ph-bold.ph-battery-vertical-high:before{content:""}.ph-bold.ph-battery-vertical-low:before{content:""}.ph-bold.ph-battery-vertical-medium:before{content:""}.ph-bold.ph-battery-warning:before{content:""}.ph-bold.ph-battery-warning-vertical:before{content:""}.ph-bold.ph-bed:before{content:""}.ph-bold.ph-beer-bottle:before{content:""}.ph-bold.ph-beer-stein:before{content:""}.ph-bold.ph-behance-logo:before{content:""}.ph-bold.ph-bell:before{content:""}.ph-bold.ph-bell-ringing:before{content:""}.ph-bold.ph-bell-simple:before{content:""}.ph-bold.ph-bell-simple-ringing:before{content:""}.ph-bold.ph-bell-simple-slash:before{content:""}.ph-bold.ph-bell-simple-z:before{content:""}.ph-bold.ph-bell-slash:before{content:""}.ph-bold.ph-bell-z:before{content:""}.ph-bold.ph-bezier-curve:before{content:""}.ph-bold.ph-bicycle:before{content:""}.ph-bold.ph-binoculars:before{content:""}.ph-bold.ph-bird:before{content:""}.ph-bold.ph-bluetooth:before{content:""}.ph-bold.ph-bluetooth-connected:before{content:""}.ph-bold.ph-bluetooth-slash:before{content:""}.ph-bold.ph-bluetooth-x:before{content:""}.ph-bold.ph-boat:before{content:""}.ph-bold.ph-bone:before{content:""}.ph-bold.ph-book:before{content:""}.ph-bold.ph-book-bookmark:before{content:""}.ph-bold.ph-bookmark:before{content:""}.ph-bold.ph-bookmarks:before{content:""}.ph-bold.ph-bookmark-simple:before{content:""}.ph-bold.ph-bookmarks-simple:before{content:""}.ph-bold.ph-book-open:before{content:""}.ph-bold.ph-book-open-text:before{content:""}.ph-bold.ph-books:before{content:""}.ph-bold.ph-boot:before{content:""}.ph-bold.ph-bounding-box:before{content:""}.ph-bold.ph-bowl-food:before{content:""}.ph-bold.ph-brackets-angle:before{content:""}.ph-bold.ph-brackets-curly:before{content:""}.ph-bold.ph-brackets-round:before{content:""}.ph-bold.ph-brackets-square:before{content:""}.ph-bold.ph-brain:before{content:""}.ph-bold.ph-brandy:before{content:""}.ph-bold.ph-bridge:before{content:""}.ph-bold.ph-briefcase:before{content:""}.ph-bold.ph-briefcase-metal:before{content:""}.ph-bold.ph-broadcast:before{content:""}.ph-bold.ph-broom:before{content:""}.ph-bold.ph-browser:before{content:""}.ph-bold.ph-browsers:before{content:""}.ph-bold.ph-bug-beetle:before{content:""}.ph-bold.ph-bug:before{content:""}.ph-bold.ph-bug-droid:before{content:""}.ph-bold.ph-buildings:before{content:""}.ph-bold.ph-bus:before{content:""}.ph-bold.ph-butterfly:before{content:""}.ph-bold.ph-cactus:before{content:""}.ph-bold.ph-cake:before{content:""}.ph-bold.ph-calculator:before{content:""}.ph-bold.ph-calendar-blank:before{content:""}.ph-bold.ph-calendar:before{content:""}.ph-bold.ph-calendar-check:before{content:""}.ph-bold.ph-calendar-plus:before{content:""}.ph-bold.ph-calendar-x:before{content:""}.ph-bold.ph-call-bell:before{content:""}.ph-bold.ph-camera:before{content:""}.ph-bold.ph-camera-plus:before{content:""}.ph-bold.ph-camera-rotate:before{content:""}.ph-bold.ph-camera-slash:before{content:""}.ph-bold.ph-campfire:before{content:""}.ph-bold.ph-car:before{content:""}.ph-bold.ph-cardholder:before{content:""}.ph-bold.ph-cards:before{content:""}.ph-bold.ph-caret-circle-double-down:before{content:""}.ph-bold.ph-caret-circle-double-left:before{content:""}.ph-bold.ph-caret-circle-double-right:before{content:""}.ph-bold.ph-caret-circle-double-up:before{content:""}.ph-bold.ph-caret-circle-down:before{content:""}.ph-bold.ph-caret-circle-left:before{content:""}.ph-bold.ph-caret-circle-right:before{content:""}.ph-bold.ph-caret-circle-up:before{content:""}.ph-bold.ph-caret-circle-up-down:before{content:""}.ph-bold.ph-caret-double-down:before{content:""}.ph-bold.ph-caret-double-left:before{content:""}.ph-bold.ph-caret-double-right:before{content:""}.ph-bold.ph-caret-double-up:before{content:""}.ph-bold.ph-caret-down:before{content:""}.ph-bold.ph-caret-left:before{content:""}.ph-bold.ph-caret-right:before{content:""}.ph-bold.ph-caret-up:before{content:""}.ph-bold.ph-caret-up-down:before{content:""}.ph-bold.ph-car-profile:before{content:""}.ph-bold.ph-carrot:before{content:""}.ph-bold.ph-car-simple:before{content:""}.ph-bold.ph-cassette-tape:before{content:""}.ph-bold.ph-castle-turret:before{content:""}.ph-bold.ph-cat:before{content:""}.ph-bold.ph-cell-signal-full:before{content:""}.ph-bold.ph-cell-signal-high:before{content:""}.ph-bold.ph-cell-signal-low:before{content:""}.ph-bold.ph-cell-signal-medium:before{content:""}.ph-bold.ph-cell-signal-none:before{content:""}.ph-bold.ph-cell-signal-slash:before{content:""}.ph-bold.ph-cell-signal-x:before{content:""}.ph-bold.ph-certificate:before{content:""}.ph-bold.ph-chair:before{content:""}.ph-bold.ph-chalkboard:before{content:""}.ph-bold.ph-chalkboard-simple:before{content:""}.ph-bold.ph-chalkboard-teacher:before{content:""}.ph-bold.ph-champagne:before{content:""}.ph-bold.ph-charging-station:before{content:""}.ph-bold.ph-chart-bar:before{content:""}.ph-bold.ph-chart-bar-horizontal:before{content:""}.ph-bold.ph-chart-donut:before{content:""}.ph-bold.ph-chart-line:before{content:""}.ph-bold.ph-chart-line-down:before{content:""}.ph-bold.ph-chart-line-up:before{content:""}.ph-bold.ph-chart-pie:before{content:""}.ph-bold.ph-chart-pie-slice:before{content:""}.ph-bold.ph-chart-polar:before{content:""}.ph-bold.ph-chart-scatter:before{content:""}.ph-bold.ph-chat:before{content:""}.ph-bold.ph-chat-centered:before{content:""}.ph-bold.ph-chat-centered-dots:before{content:""}.ph-bold.ph-chat-centered-text:before{content:""}.ph-bold.ph-chat-circle:before{content:""}.ph-bold.ph-chat-circle-dots:before{content:""}.ph-bold.ph-chat-circle-text:before{content:""}.ph-bold.ph-chat-dots:before{content:""}.ph-bold.ph-chats:before{content:""}.ph-bold.ph-chats-circle:before{content:""}.ph-bold.ph-chats-teardrop:before{content:""}.ph-bold.ph-chat-teardrop:before{content:""}.ph-bold.ph-chat-teardrop-dots:before{content:""}.ph-bold.ph-chat-teardrop-text:before{content:""}.ph-bold.ph-chat-text:before{content:""}.ph-bold.ph-check:before{content:""}.ph-bold.ph-check-circle:before{content:""}.ph-bold.ph-check-fat:before{content:""}.ph-bold.ph-checks:before{content:""}.ph-bold.ph-check-square:before{content:""}.ph-bold.ph-check-square-offset:before{content:""}.ph-bold.ph-church:before{content:""}.ph-bold.ph-circle:before{content:""}.ph-bold.ph-circle-dashed:before{content:""}.ph-bold.ph-circle-half:before{content:""}.ph-bold.ph-circle-half-tilt:before{content:""}.ph-bold.ph-circle-notch:before{content:""}.ph-bold.ph-circles-four:before{content:""}.ph-bold.ph-circles-three:before{content:""}.ph-bold.ph-circles-three-plus:before{content:""}.ph-bold.ph-circuitry:before{content:""}.ph-bold.ph-clipboard:before{content:""}.ph-bold.ph-clipboard-text:before{content:""}.ph-bold.ph-clock-afternoon:before{content:""}.ph-bold.ph-clock:before{content:""}.ph-bold.ph-clock-clockwise:before{content:""}.ph-bold.ph-clock-countdown:before{content:""}.ph-bold.ph-clock-counter-clockwise:before{content:""}.ph-bold.ph-closed-captioning:before{content:""}.ph-bold.ph-cloud-arrow-down:before{content:""}.ph-bold.ph-cloud-arrow-up:before{content:""}.ph-bold.ph-cloud:before{content:""}.ph-bold.ph-cloud-check:before{content:""}.ph-bold.ph-cloud-fog:before{content:""}.ph-bold.ph-cloud-lightning:before{content:""}.ph-bold.ph-cloud-moon:before{content:""}.ph-bold.ph-cloud-rain:before{content:""}.ph-bold.ph-cloud-slash:before{content:""}.ph-bold.ph-cloud-snow:before{content:""}.ph-bold.ph-cloud-sun:before{content:""}.ph-bold.ph-cloud-warning:before{content:""}.ph-bold.ph-cloud-x:before{content:""}.ph-bold.ph-club:before{content:""}.ph-bold.ph-coat-hanger:before{content:""}.ph-bold.ph-coda-logo:before{content:""}.ph-bold.ph-code-block:before{content:""}.ph-bold.ph-code:before{content:""}.ph-bold.ph-codepen-logo:before{content:""}.ph-bold.ph-codesandbox-logo:before{content:""}.ph-bold.ph-code-simple:before{content:""}.ph-bold.ph-coffee:before{content:""}.ph-bold.ph-coin:before{content:""}.ph-bold.ph-coins:before{content:""}.ph-bold.ph-coin-vertical:before{content:""}.ph-bold.ph-columns:before{content:""}.ph-bold.ph-command:before{content:""}.ph-bold.ph-compass:before{content:""}.ph-bold.ph-compass-tool:before{content:""}.ph-bold.ph-computer-tower:before{content:""}.ph-bold.ph-confetti:before{content:""}.ph-bold.ph-contactless-payment:before{content:""}.ph-bold.ph-control:before{content:""}.ph-bold.ph-cookie:before{content:""}.ph-bold.ph-cooking-pot:before{content:""}.ph-bold.ph-copy:before{content:""}.ph-bold.ph-copyleft:before{content:""}.ph-bold.ph-copyright:before{content:""}.ph-bold.ph-copy-simple:before{content:""}.ph-bold.ph-corners-in:before{content:""}.ph-bold.ph-corners-out:before{content:""}.ph-bold.ph-couch:before{content:""}.ph-bold.ph-cpu:before{content:""}.ph-bold.ph-credit-card:before{content:""}.ph-bold.ph-crop:before{content:""}.ph-bold.ph-cross:before{content:""}.ph-bold.ph-crosshair:before{content:""}.ph-bold.ph-crosshair-simple:before{content:""}.ph-bold.ph-crown:before{content:""}.ph-bold.ph-crown-simple:before{content:""}.ph-bold.ph-cube:before{content:""}.ph-bold.ph-cube-focus:before{content:""}.ph-bold.ph-cube-transparent:before{content:""}.ph-bold.ph-currency-btc:before{content:""}.ph-bold.ph-currency-circle-dollar:before{content:""}.ph-bold.ph-currency-cny:before{content:""}.ph-bold.ph-currency-dollar:before{content:""}.ph-bold.ph-currency-dollar-simple:before{content:""}.ph-bold.ph-currency-eth:before{content:""}.ph-bold.ph-currency-eur:before{content:""}.ph-bold.ph-currency-gbp:before{content:""}.ph-bold.ph-currency-inr:before{content:""}.ph-bold.ph-currency-jpy:before{content:""}.ph-bold.ph-currency-krw:before{content:""}.ph-bold.ph-currency-kzt:before{content:""}.ph-bold.ph-currency-ngn:before{content:""}.ph-bold.ph-currency-rub:before{content:""}.ph-bold.ph-cursor:before{content:""}.ph-bold.ph-cursor-click:before{content:""}.ph-bold.ph-cursor-text:before{content:""}.ph-bold.ph-cylinder:before{content:""}.ph-bold.ph-database:before{content:""}.ph-bold.ph-desktop:before{content:""}.ph-bold.ph-desktop-tower:before{content:""}.ph-bold.ph-detective:before{content:""}.ph-bold.ph-device-mobile:before{content:""}.ph-bold.ph-device-mobile-camera:before{content:""}.ph-bold.ph-device-mobile-speaker:before{content:""}.ph-bold.ph-devices:before{content:""}.ph-bold.ph-device-tablet:before{content:""}.ph-bold.ph-device-tablet-camera:before{content:""}.ph-bold.ph-device-tablet-speaker:before{content:""}.ph-bold.ph-dev-to-logo:before{content:""}.ph-bold.ph-diamond:before{content:""}.ph-bold.ph-diamonds-four:before{content:""}.ph-bold.ph-dice-five:before{content:""}.ph-bold.ph-dice-four:before{content:""}.ph-bold.ph-dice-one:before{content:""}.ph-bold.ph-dice-six:before{content:""}.ph-bold.ph-dice-three:before{content:""}.ph-bold.ph-dice-two:before{content:""}.ph-bold.ph-disc:before{content:""}.ph-bold.ph-discord-logo:before{content:""}.ph-bold.ph-divide:before{content:""}.ph-bold.ph-dna:before{content:""}.ph-bold.ph-dog:before{content:""}.ph-bold.ph-door:before{content:""}.ph-bold.ph-door-open:before{content:""}.ph-bold.ph-dot:before{content:""}.ph-bold.ph-dot-outline:before{content:""}.ph-bold.ph-dots-nine:before{content:""}.ph-bold.ph-dots-six:before{content:""}.ph-bold.ph-dots-six-vertical:before{content:""}.ph-bold.ph-dots-three:before{content:""}.ph-bold.ph-dots-three-circle:before{content:""}.ph-bold.ph-dots-three-circle-vertical:before{content:""}.ph-bold.ph-dots-three-outline:before{content:""}.ph-bold.ph-dots-three-outline-vertical:before{content:""}.ph-bold.ph-dots-three-vertical:before{content:""}.ph-bold.ph-download:before{content:""}.ph-bold.ph-download-simple:before{content:""}.ph-bold.ph-dress:before{content:""}.ph-bold.ph-dribbble-logo:before{content:""}.ph-bold.ph-drop:before{content:""}.ph-bold.ph-dropbox-logo:before{content:""}.ph-bold.ph-drop-half:before{content:""}.ph-bold.ph-drop-half-bottom:before{content:""}.ph-bold.ph-ear:before{content:""}.ph-bold.ph-ear-slash:before{content:""}.ph-bold.ph-egg:before{content:""}.ph-bold.ph-egg-crack:before{content:""}.ph-bold.ph-eject:before{content:""}.ph-bold.ph-eject-simple:before{content:""}.ph-bold.ph-elevator:before{content:""}.ph-bold.ph-engine:before{content:""}.ph-bold.ph-envelope:before{content:""}.ph-bold.ph-envelope-open:before{content:""}.ph-bold.ph-envelope-simple:before{content:""}.ph-bold.ph-envelope-simple-open:before{content:""}.ph-bold.ph-equalizer:before{content:""}.ph-bold.ph-equals:before{content:""}.ph-bold.ph-eraser:before{content:""}.ph-bold.ph-escalator-down:before{content:""}.ph-bold.ph-escalator-up:before{content:""}.ph-bold.ph-exam:before{content:""}.ph-bold.ph-exclude:before{content:""}.ph-bold.ph-exclude-square:before{content:""}.ph-bold.ph-export:before{content:""}.ph-bold.ph-eye:before{content:""}.ph-bold.ph-eye-closed:before{content:""}.ph-bold.ph-eyedropper:before{content:""}.ph-bold.ph-eyedropper-sample:before{content:""}.ph-bold.ph-eyeglasses:before{content:""}.ph-bold.ph-eye-slash:before{content:""}.ph-bold.ph-facebook-logo:before{content:""}.ph-bold.ph-face-mask:before{content:""}.ph-bold.ph-factory:before{content:""}.ph-bold.ph-faders:before{content:""}.ph-bold.ph-faders-horizontal:before{content:""}.ph-bold.ph-fan:before{content:""}.ph-bold.ph-fast-forward:before{content:""}.ph-bold.ph-fast-forward-circle:before{content:""}.ph-bold.ph-feather:before{content:""}.ph-bold.ph-figma-logo:before{content:""}.ph-bold.ph-file-archive:before{content:""}.ph-bold.ph-file-arrow-down:before{content:""}.ph-bold.ph-file-arrow-up:before{content:""}.ph-bold.ph-file-audio:before{content:""}.ph-bold.ph-file:before{content:""}.ph-bold.ph-file-cloud:before{content:""}.ph-bold.ph-file-code:before{content:""}.ph-bold.ph-file-css:before{content:""}.ph-bold.ph-file-csv:before{content:""}.ph-bold.ph-file-dashed:before,.ph-bold.ph-file-dotted:before{content:""}.ph-bold.ph-file-doc:before{content:""}.ph-bold.ph-file-html:before{content:""}.ph-bold.ph-file-image:before{content:""}.ph-bold.ph-file-jpg:before{content:""}.ph-bold.ph-file-js:before{content:""}.ph-bold.ph-file-jsx:before{content:""}.ph-bold.ph-file-lock:before{content:""}.ph-bold.ph-file-magnifying-glass:before,.ph-bold.ph-file-search:before{content:""}.ph-bold.ph-file-minus:before{content:""}.ph-bold.ph-file-pdf:before{content:""}.ph-bold.ph-file-plus:before{content:""}.ph-bold.ph-file-png:before{content:""}.ph-bold.ph-file-ppt:before{content:""}.ph-bold.ph-file-rs:before{content:""}.ph-bold.ph-files:before{content:""}.ph-bold.ph-file-sql:before{content:""}.ph-bold.ph-file-svg:before{content:""}.ph-bold.ph-file-text:before{content:""}.ph-bold.ph-file-ts:before{content:""}.ph-bold.ph-file-tsx:before{content:""}.ph-bold.ph-file-video:before{content:""}.ph-bold.ph-file-vue:before{content:""}.ph-bold.ph-file-x:before{content:""}.ph-bold.ph-file-xls:before{content:""}.ph-bold.ph-file-zip:before{content:""}.ph-bold.ph-film-reel:before{content:""}.ph-bold.ph-film-script:before{content:""}.ph-bold.ph-film-slate:before{content:""}.ph-bold.ph-film-strip:before{content:""}.ph-bold.ph-fingerprint:before{content:""}.ph-bold.ph-fingerprint-simple:before{content:""}.ph-bold.ph-finn-the-human:before{content:""}.ph-bold.ph-fire:before{content:""}.ph-bold.ph-fire-extinguisher:before{content:""}.ph-bold.ph-fire-simple:before{content:""}.ph-bold.ph-first-aid:before{content:""}.ph-bold.ph-first-aid-kit:before{content:""}.ph-bold.ph-fish:before{content:""}.ph-bold.ph-fish-simple:before{content:""}.ph-bold.ph-flag-banner:before{content:""}.ph-bold.ph-flag:before{content:""}.ph-bold.ph-flag-checkered:before{content:""}.ph-bold.ph-flag-pennant:before{content:""}.ph-bold.ph-flame:before{content:""}.ph-bold.ph-flashlight:before{content:""}.ph-bold.ph-flask:before{content:""}.ph-bold.ph-floppy-disk-back:before{content:""}.ph-bold.ph-floppy-disk:before{content:""}.ph-bold.ph-flow-arrow:before{content:""}.ph-bold.ph-flower:before{content:""}.ph-bold.ph-flower-lotus:before{content:""}.ph-bold.ph-flower-tulip:before{content:""}.ph-bold.ph-flying-saucer:before{content:""}.ph-bold.ph-folder:before{content:""}.ph-bold.ph-folder-dashed:before,.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before{content:""}.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-open:before{content:""}.ph-bold.ph-folder-plus:before{content:""}.ph-bold.ph-folders:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before,.ph-bold.ph-folder-simple-dotted:before{content:""}.ph-bold.ph-folder-simple-lock:before{content:""}.ph-bold.ph-folder-simple-minus:before{content:""}.ph-bold.ph-folder-simple-plus:before{content:""}.ph-bold.ph-folder-simple-star:before{content:""}.ph-bold.ph-folder-simple-user:before{content:""}.ph-bold.ph-folder-star:before{content:""}.ph-bold.ph-folder-user:before{content:""}.ph-bold.ph-football:before{content:""}.ph-bold.ph-footprints:before{content:""}.ph-bold.ph-fork-knife:before{content:""}.ph-bold.ph-frame-corners:before{content:""}.ph-bold.ph-framer-logo:before{content:""}.ph-bold.ph-function:before{content:""}.ph-bold.ph-funnel:before{content:""}.ph-bold.ph-funnel-simple:before{content:""}.ph-bold.ph-game-controller:before{content:""}.ph-bold.ph-garage:before{content:""}.ph-bold.ph-gas-can:before{content:""}.ph-bold.ph-gas-pump:before{content:""}.ph-bold.ph-gauge:before{content:""}.ph-bold.ph-gavel:before{content:""}.ph-bold.ph-gear:before{content:""}.ph-bold.ph-gear-fine:before{content:""}.ph-bold.ph-gear-six:before{content:""}.ph-bold.ph-gender-female:before{content:""}.ph-bold.ph-gender-intersex:before{content:""}.ph-bold.ph-gender-male:before{content:""}.ph-bold.ph-gender-neuter:before{content:""}.ph-bold.ph-gender-nonbinary:before{content:""}.ph-bold.ph-gender-transgender:before{content:""}.ph-bold.ph-ghost:before{content:""}.ph-bold.ph-gif:before{content:""}.ph-bold.ph-gift:before{content:""}.ph-bold.ph-git-branch:before{content:""}.ph-bold.ph-git-commit:before{content:""}.ph-bold.ph-git-diff:before{content:""}.ph-bold.ph-git-fork:before{content:""}.ph-bold.ph-github-logo:before{content:""}.ph-bold.ph-gitlab-logo:before{content:""}.ph-bold.ph-gitlab-logo-simple:before{content:""}.ph-bold.ph-git-merge:before{content:""}.ph-bold.ph-git-pull-request:before{content:""}.ph-bold.ph-globe:before{content:""}.ph-bold.ph-globe-hemisphere-east:before{content:""}.ph-bold.ph-globe-hemisphere-west:before{content:""}.ph-bold.ph-globe-simple:before{content:""}.ph-bold.ph-globe-stand:before{content:""}.ph-bold.ph-goggles:before{content:""}.ph-bold.ph-goodreads-logo:before{content:""}.ph-bold.ph-google-cardboard-logo:before{content:""}.ph-bold.ph-google-chrome-logo:before{content:""}.ph-bold.ph-google-drive-logo:before{content:""}.ph-bold.ph-google-logo:before{content:""}.ph-bold.ph-google-photos-logo:before{content:""}.ph-bold.ph-google-play-logo:before{content:""}.ph-bold.ph-google-podcasts-logo:before{content:""}.ph-bold.ph-gradient:before{content:""}.ph-bold.ph-graduation-cap:before{content:""}.ph-bold.ph-grains:before{content:""}.ph-bold.ph-grains-slash:before{content:""}.ph-bold.ph-graph:before{content:""}.ph-bold.ph-grid-four:before{content:""}.ph-bold.ph-grid-nine:before{content:""}.ph-bold.ph-guitar:before{content:""}.ph-bold.ph-hamburger:before{content:""}.ph-bold.ph-hammer:before{content:""}.ph-bold.ph-handbag:before{content:""}.ph-bold.ph-handbag-simple:before{content:""}.ph-bold.ph-hand:before{content:""}.ph-bold.ph-hand-coins:before{content:""}.ph-bold.ph-hand-eye:before{content:""}.ph-bold.ph-hand-fist:before{content:""}.ph-bold.ph-hand-grabbing:before{content:""}.ph-bold.ph-hand-heart:before{content:""}.ph-bold.ph-hand-palm:before{content:""}.ph-bold.ph-hand-pointing:before{content:""}.ph-bold.ph-hands-clapping:before{content:""}.ph-bold.ph-handshake:before{content:""}.ph-bold.ph-hand-soap:before{content:""}.ph-bold.ph-hands-praying:before{content:""}.ph-bold.ph-hand-swipe-left:before{content:""}.ph-bold.ph-hand-swipe-right:before{content:""}.ph-bold.ph-hand-tap:before{content:""}.ph-bold.ph-hand-waving:before{content:""}.ph-bold.ph-hard-drive:before{content:""}.ph-bold.ph-hard-drives:before{content:""}.ph-bold.ph-hash:before{content:""}.ph-bold.ph-hash-straight:before{content:""}.ph-bold.ph-headlights:before{content:""}.ph-bold.ph-headphones:before{content:""}.ph-bold.ph-headset:before{content:""}.ph-bold.ph-heartbeat:before{content:""}.ph-bold.ph-heart:before{content:""}.ph-bold.ph-heart-break:before{content:""}.ph-bold.ph-heart-half:before{content:""}.ph-bold.ph-heart-straight:before{content:""}.ph-bold.ph-heart-straight-break:before{content:""}.ph-bold.ph-hexagon:before{content:""}.ph-bold.ph-high-heel:before{content:""}.ph-bold.ph-highlighter-circle:before{content:""}.ph-bold.ph-hoodie:before{content:""}.ph-bold.ph-horse:before{content:""}.ph-bold.ph-hourglass:before{content:""}.ph-bold.ph-hourglass-high:before{content:""}.ph-bold.ph-hourglass-low:before{content:""}.ph-bold.ph-hourglass-medium:before{content:""}.ph-bold.ph-hourglass-simple:before{content:""}.ph-bold.ph-hourglass-simple-high:before{content:""}.ph-bold.ph-hourglass-simple-low:before{content:""}.ph-bold.ph-hourglass-simple-medium:before{content:""}.ph-bold.ph-house:before{content:""}.ph-bold.ph-house-line:before{content:""}.ph-bold.ph-house-simple:before{content:""}.ph-bold.ph-ice-cream:before{content:""}.ph-bold.ph-identification-badge:before{content:""}.ph-bold.ph-identification-card:before{content:""}.ph-bold.ph-image:before{content:""}.ph-bold.ph-images:before{content:""}.ph-bold.ph-image-square:before{content:""}.ph-bold.ph-images-square:before{content:""}.ph-bold.ph-infinity:before{content:""}.ph-bold.ph-info:before{content:""}.ph-bold.ph-instagram-logo:before{content:""}.ph-bold.ph-intersect:before{content:""}.ph-bold.ph-intersect-square:before{content:""}.ph-bold.ph-intersect-three:before{content:""}.ph-bold.ph-jeep:before{content:""}.ph-bold.ph-kanban:before{content:""}.ph-bold.ph-keyboard:before{content:""}.ph-bold.ph-key:before{content:""}.ph-bold.ph-keyhole:before{content:""}.ph-bold.ph-key-return:before{content:""}.ph-bold.ph-knife:before{content:""}.ph-bold.ph-ladder:before{content:""}.ph-bold.ph-ladder-simple:before{content:""}.ph-bold.ph-lamp:before{content:""}.ph-bold.ph-laptop:before{content:""}.ph-bold.ph-layout:before{content:""}.ph-bold.ph-leaf:before{content:""}.ph-bold.ph-lifebuoy:before{content:""}.ph-bold.ph-lightbulb:before{content:""}.ph-bold.ph-lightbulb-filament:before{content:""}.ph-bold.ph-lighthouse:before{content:""}.ph-bold.ph-lightning-a:before{content:""}.ph-bold.ph-lightning:before{content:""}.ph-bold.ph-lightning-slash:before{content:""}.ph-bold.ph-line-segment:before{content:""}.ph-bold.ph-line-segments:before{content:""}.ph-bold.ph-link:before{content:""}.ph-bold.ph-link-break:before{content:""}.ph-bold.ph-linkedin-logo:before{content:""}.ph-bold.ph-link-simple:before{content:""}.ph-bold.ph-link-simple-break:before{content:""}.ph-bold.ph-link-simple-horizontal:before{content:""}.ph-bold.ph-link-simple-horizontal-break:before{content:""}.ph-bold.ph-linux-logo:before{content:""}.ph-bold.ph-list:before{content:""}.ph-bold.ph-list-bullets:before{content:""}.ph-bold.ph-list-checks:before{content:""}.ph-bold.ph-list-dashes:before{content:""}.ph-bold.ph-list-magnifying-glass:before{content:""}.ph-bold.ph-list-numbers:before{content:""}.ph-bold.ph-list-plus:before{content:""}.ph-bold.ph-lock:before{content:""}.ph-bold.ph-lockers:before{content:""}.ph-bold.ph-lock-key:before{content:""}.ph-bold.ph-lock-key-open:before{content:""}.ph-bold.ph-lock-laminated:before{content:""}.ph-bold.ph-lock-laminated-open:before{content:""}.ph-bold.ph-lock-open:before{content:""}.ph-bold.ph-lock-simple:before{content:""}.ph-bold.ph-lock-simple-open:before{content:""}.ph-bold.ph-magic-wand:before{content:""}.ph-bold.ph-magnet:before{content:""}.ph-bold.ph-magnet-straight:before{content:""}.ph-bold.ph-magnifying-glass:before{content:""}.ph-bold.ph-magnifying-glass-minus:before{content:""}.ph-bold.ph-magnifying-glass-plus:before{content:""}.ph-bold.ph-map-pin:before{content:""}.ph-bold.ph-map-pin-line:before{content:""}.ph-bold.ph-map-trifold:before{content:""}.ph-bold.ph-marker-circle:before{content:""}.ph-bold.ph-martini:before{content:""}.ph-bold.ph-mask-happy:before{content:""}.ph-bold.ph-mask-sad:before{content:""}.ph-bold.ph-math-operations:before{content:""}.ph-bold.ph-medal:before{content:""}.ph-bold.ph-medal-military:before{content:""}.ph-bold.ph-medium-logo:before{content:""}.ph-bold.ph-megaphone:before{content:""}.ph-bold.ph-megaphone-simple:before{content:""}.ph-bold.ph-messenger-logo:before{content:""}.ph-bold.ph-meta-logo:before{content:""}.ph-bold.ph-metronome:before{content:""}.ph-bold.ph-microphone:before{content:""}.ph-bold.ph-microphone-slash:before{content:""}.ph-bold.ph-microphone-stage:before{content:""}.ph-bold.ph-microsoft-excel-logo:before{content:""}.ph-bold.ph-microsoft-outlook-logo:before{content:""}.ph-bold.ph-microsoft-powerpoint-logo:before{content:""}.ph-bold.ph-microsoft-teams-logo:before{content:""}.ph-bold.ph-microsoft-word-logo:before{content:""}.ph-bold.ph-minus:before{content:""}.ph-bold.ph-minus-circle:before{content:""}.ph-bold.ph-minus-square:before{content:""}.ph-bold.ph-money:before{content:""}.ph-bold.ph-monitor:before{content:""}.ph-bold.ph-monitor-play:before{content:""}.ph-bold.ph-moon:before{content:""}.ph-bold.ph-moon-stars:before{content:""}.ph-bold.ph-moped:before{content:""}.ph-bold.ph-moped-front:before{content:""}.ph-bold.ph-mosque:before{content:""}.ph-bold.ph-motorcycle:before{content:""}.ph-bold.ph-mountains:before{content:""}.ph-bold.ph-mouse:before{content:""}.ph-bold.ph-mouse-simple:before{content:""}.ph-bold.ph-music-note:before{content:""}.ph-bold.ph-music-notes:before{content:""}.ph-bold.ph-music-note-simple:before{content:""}.ph-bold.ph-music-notes-plus:before{content:""}.ph-bold.ph-music-notes-simple:before{content:""}.ph-bold.ph-navigation-arrow:before{content:""}.ph-bold.ph-needle:before{content:""}.ph-bold.ph-newspaper:before{content:""}.ph-bold.ph-newspaper-clipping:before{content:""}.ph-bold.ph-notches:before{content:""}.ph-bold.ph-note-blank:before{content:""}.ph-bold.ph-note:before{content:""}.ph-bold.ph-notebook:before{content:""}.ph-bold.ph-notepad:before{content:""}.ph-bold.ph-note-pencil:before{content:""}.ph-bold.ph-notification:before{content:""}.ph-bold.ph-notion-logo:before{content:""}.ph-bold.ph-number-circle-eight:before{content:""}.ph-bold.ph-number-circle-five:before{content:""}.ph-bold.ph-number-circle-four:before{content:""}.ph-bold.ph-number-circle-nine:before{content:""}.ph-bold.ph-number-circle-one:before{content:""}.ph-bold.ph-number-circle-seven:before{content:""}.ph-bold.ph-number-circle-six:before{content:""}.ph-bold.ph-number-circle-three:before{content:""}.ph-bold.ph-number-circle-two:before{content:""}.ph-bold.ph-number-circle-zero:before{content:""}.ph-bold.ph-number-eight:before{content:""}.ph-bold.ph-number-five:before{content:""}.ph-bold.ph-number-four:before{content:""}.ph-bold.ph-number-nine:before{content:""}.ph-bold.ph-number-one:before{content:""}.ph-bold.ph-number-seven:before{content:""}.ph-bold.ph-number-six:before{content:""}.ph-bold.ph-number-square-eight:before{content:""}.ph-bold.ph-number-square-five:before{content:""}.ph-bold.ph-number-square-four:before{content:""}.ph-bold.ph-number-square-nine:before{content:""}.ph-bold.ph-number-square-one:before{content:""}.ph-bold.ph-number-square-seven:before{content:""}.ph-bold.ph-number-square-six:before{content:""}.ph-bold.ph-number-square-three:before{content:""}.ph-bold.ph-number-square-two:before{content:""}.ph-bold.ph-number-square-zero:before{content:""}.ph-bold.ph-number-three:before{content:""}.ph-bold.ph-number-two:before{content:""}.ph-bold.ph-number-zero:before{content:""}.ph-bold.ph-nut:before{content:""}.ph-bold.ph-ny-times-logo:before{content:""}.ph-bold.ph-octagon:before{content:""}.ph-bold.ph-office-chair:before{content:""}.ph-bold.ph-option:before{content:""}.ph-bold.ph-orange-slice:before{content:""}.ph-bold.ph-package:before{content:""}.ph-bold.ph-paint-brush:before{content:""}.ph-bold.ph-paint-brush-broad:before{content:""}.ph-bold.ph-paint-brush-household:before{content:""}.ph-bold.ph-paint-bucket:before{content:""}.ph-bold.ph-paint-roller:before{content:""}.ph-bold.ph-palette:before{content:""}.ph-bold.ph-pants:before{content:""}.ph-bold.ph-paperclip:before{content:""}.ph-bold.ph-paperclip-horizontal:before{content:""}.ph-bold.ph-paper-plane:before{content:""}.ph-bold.ph-paper-plane-right:before{content:""}.ph-bold.ph-paper-plane-tilt:before{content:""}.ph-bold.ph-parachute:before{content:""}.ph-bold.ph-paragraph:before{content:""}.ph-bold.ph-parallelogram:before{content:""}.ph-bold.ph-park:before{content:""}.ph-bold.ph-password:before{content:""}.ph-bold.ph-path:before{content:""}.ph-bold.ph-patreon-logo:before{content:""}.ph-bold.ph-pause:before{content:""}.ph-bold.ph-pause-circle:before{content:""}.ph-bold.ph-paw-print:before{content:""}.ph-bold.ph-paypal-logo:before{content:""}.ph-bold.ph-peace:before{content:""}.ph-bold.ph-pen:before{content:""}.ph-bold.ph-pencil:before{content:""}.ph-bold.ph-pencil-circle:before{content:""}.ph-bold.ph-pencil-line:before{content:""}.ph-bold.ph-pencil-simple:before{content:""}.ph-bold.ph-pencil-simple-line:before{content:""}.ph-bold.ph-pencil-simple-slash:before{content:""}.ph-bold.ph-pencil-slash:before{content:""}.ph-bold.ph-pen-nib:before{content:""}.ph-bold.ph-pen-nib-straight:before{content:""}.ph-bold.ph-pentagram:before{content:""}.ph-bold.ph-pepper:before{content:""}.ph-bold.ph-percent:before{content:""}.ph-bold.ph-person-arms-spread:before{content:""}.ph-bold.ph-person:before{content:""}.ph-bold.ph-person-simple-bike:before{content:""}.ph-bold.ph-person-simple:before{content:""}.ph-bold.ph-person-simple-run:before{content:""}.ph-bold.ph-person-simple-throw:before{content:""}.ph-bold.ph-person-simple-walk:before{content:""}.ph-bold.ph-perspective:before{content:""}.ph-bold.ph-phone:before{content:""}.ph-bold.ph-phone-call:before{content:""}.ph-bold.ph-phone-disconnect:before{content:""}.ph-bold.ph-phone-incoming:before{content:""}.ph-bold.ph-phone-outgoing:before{content:""}.ph-bold.ph-phone-plus:before{content:""}.ph-bold.ph-phone-slash:before{content:""}.ph-bold.ph-phone-x:before{content:""}.ph-bold.ph-phosphor-logo:before{content:""}.ph-bold.ph-piano-keys:before{content:""}.ph-bold.ph-pi:before{content:""}.ph-bold.ph-picture-in-picture:before{content:""}.ph-bold.ph-piggy-bank:before{content:""}.ph-bold.ph-pill:before{content:""}.ph-bold.ph-pinterest-logo:before{content:""}.ph-bold.ph-pinwheel:before{content:""}.ph-bold.ph-pizza:before{content:""}.ph-bold.ph-placeholder:before{content:""}.ph-bold.ph-planet:before{content:""}.ph-bold.ph-plant:before{content:""}.ph-bold.ph-play:before{content:""}.ph-bold.ph-play-circle:before{content:""}.ph-bold.ph-playlist:before{content:""}.ph-bold.ph-play-pause:before{content:""}.ph-bold.ph-plug:before{content:""}.ph-bold.ph-plug-charging:before{content:""}.ph-bold.ph-plugs:before{content:""}.ph-bold.ph-plugs-connected:before{content:""}.ph-bold.ph-plus:before{content:""}.ph-bold.ph-plus-circle:before{content:""}.ph-bold.ph-plus-minus:before{content:""}.ph-bold.ph-plus-square:before{content:""}.ph-bold.ph-poker-chip:before{content:""}.ph-bold.ph-police-car:before{content:""}.ph-bold.ph-polygon:before{content:""}.ph-bold.ph-popcorn:before{content:""}.ph-bold.ph-potted-plant:before{content:""}.ph-bold.ph-power:before{content:""}.ph-bold.ph-prescription:before{content:""}.ph-bold.ph-presentation:before{content:""}.ph-bold.ph-presentation-chart:before{content:""}.ph-bold.ph-printer:before{content:""}.ph-bold.ph-prohibit:before{content:""}.ph-bold.ph-prohibit-inset:before{content:""}.ph-bold.ph-projector-screen:before{content:""}.ph-bold.ph-projector-screen-chart:before{content:""}.ph-bold.ph-pulse:before,.ph-bold.ph-activity:before{content:""}.ph-bold.ph-push-pin:before{content:""}.ph-bold.ph-push-pin-simple:before{content:""}.ph-bold.ph-push-pin-simple-slash:before{content:""}.ph-bold.ph-push-pin-slash:before{content:""}.ph-bold.ph-puzzle-piece:before{content:""}.ph-bold.ph-qr-code:before{content:""}.ph-bold.ph-question:before{content:""}.ph-bold.ph-queue:before{content:""}.ph-bold.ph-quotes:before{content:""}.ph-bold.ph-radical:before{content:""}.ph-bold.ph-radioactive:before{content:""}.ph-bold.ph-radio:before{content:""}.ph-bold.ph-radio-button:before{content:""}.ph-bold.ph-rainbow:before{content:""}.ph-bold.ph-rainbow-cloud:before{content:""}.ph-bold.ph-read-cv-logo:before{content:""}.ph-bold.ph-receipt:before{content:""}.ph-bold.ph-receipt-x:before{content:""}.ph-bold.ph-record:before{content:""}.ph-bold.ph-rectangle:before{content:""}.ph-bold.ph-recycle:before{content:""}.ph-bold.ph-reddit-logo:before{content:""}.ph-bold.ph-repeat:before{content:""}.ph-bold.ph-repeat-once:before{content:""}.ph-bold.ph-rewind:before{content:""}.ph-bold.ph-rewind-circle:before{content:""}.ph-bold.ph-road-horizon:before{content:""}.ph-bold.ph-robot:before{content:""}.ph-bold.ph-rocket:before{content:""}.ph-bold.ph-rocket-launch:before{content:""}.ph-bold.ph-rows:before{content:""}.ph-bold.ph-rss:before{content:""}.ph-bold.ph-rss-simple:before{content:""}.ph-bold.ph-rug:before{content:""}.ph-bold.ph-ruler:before{content:""}.ph-bold.ph-scales:before{content:""}.ph-bold.ph-scan:before{content:""}.ph-bold.ph-scissors:before{content:""}.ph-bold.ph-scooter:before{content:""}.ph-bold.ph-screencast:before{content:""}.ph-bold.ph-scribble-loop:before{content:""}.ph-bold.ph-scroll:before{content:""}.ph-bold.ph-seal:before,.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before,.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-question:before,.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before,.ph-bold.ph-circle-wavy-warning:before{content:""}.ph-bold.ph-selection-all:before{content:""}.ph-bold.ph-selection-background:before{content:""}.ph-bold.ph-selection:before{content:""}.ph-bold.ph-selection-foreground:before{content:""}.ph-bold.ph-selection-inverse:before{content:""}.ph-bold.ph-selection-plus:before{content:""}.ph-bold.ph-selection-slash:before{content:""}.ph-bold.ph-shapes:before{content:""}.ph-bold.ph-share:before{content:""}.ph-bold.ph-share-fat:before{content:""}.ph-bold.ph-share-network:before{content:""}.ph-bold.ph-shield:before{content:""}.ph-bold.ph-shield-check:before{content:""}.ph-bold.ph-shield-checkered:before{content:""}.ph-bold.ph-shield-chevron:before{content:""}.ph-bold.ph-shield-plus:before{content:""}.ph-bold.ph-shield-slash:before{content:""}.ph-bold.ph-shield-star:before{content:""}.ph-bold.ph-shield-warning:before{content:""}.ph-bold.ph-shirt-folded:before{content:""}.ph-bold.ph-shooting-star:before{content:""}.ph-bold.ph-shopping-bag:before{content:""}.ph-bold.ph-shopping-bag-open:before{content:""}.ph-bold.ph-shopping-cart:before{content:""}.ph-bold.ph-shopping-cart-simple:before{content:""}.ph-bold.ph-shower:before{content:""}.ph-bold.ph-shrimp:before{content:""}.ph-bold.ph-shuffle-angular:before{content:""}.ph-bold.ph-shuffle:before{content:""}.ph-bold.ph-shuffle-simple:before{content:""}.ph-bold.ph-sidebar:before{content:""}.ph-bold.ph-sidebar-simple:before{content:""}.ph-bold.ph-sigma:before{content:""}.ph-bold.ph-signature:before{content:""}.ph-bold.ph-sign-in:before{content:""}.ph-bold.ph-sign-out:before{content:""}.ph-bold.ph-signpost:before{content:""}.ph-bold.ph-sim-card:before{content:""}.ph-bold.ph-siren:before{content:""}.ph-bold.ph-sketch-logo:before{content:""}.ph-bold.ph-skip-back:before{content:""}.ph-bold.ph-skip-back-circle:before{content:""}.ph-bold.ph-skip-forward:before{content:""}.ph-bold.ph-skip-forward-circle:before{content:""}.ph-bold.ph-skull:before{content:""}.ph-bold.ph-slack-logo:before{content:""}.ph-bold.ph-sliders:before{content:""}.ph-bold.ph-sliders-horizontal:before{content:""}.ph-bold.ph-slideshow:before{content:""}.ph-bold.ph-smiley-angry:before{content:""}.ph-bold.ph-smiley-blank:before{content:""}.ph-bold.ph-smiley:before{content:""}.ph-bold.ph-smiley-meh:before{content:""}.ph-bold.ph-smiley-nervous:before{content:""}.ph-bold.ph-smiley-sad:before{content:""}.ph-bold.ph-smiley-sticker:before{content:""}.ph-bold.ph-smiley-wink:before{content:""}.ph-bold.ph-smiley-x-eyes:before{content:""}.ph-bold.ph-snapchat-logo:before{content:""}.ph-bold.ph-sneaker:before{content:""}.ph-bold.ph-sneaker-move:before{content:""}.ph-bold.ph-snowflake:before{content:""}.ph-bold.ph-soccer-ball:before{content:""}.ph-bold.ph-sort-ascending:before{content:""}.ph-bold.ph-sort-descending:before{content:""}.ph-bold.ph-soundcloud-logo:before{content:""}.ph-bold.ph-spade:before{content:""}.ph-bold.ph-sparkle:before{content:""}.ph-bold.ph-speaker-hifi:before{content:""}.ph-bold.ph-speaker-high:before{content:""}.ph-bold.ph-speaker-low:before{content:""}.ph-bold.ph-speaker-none:before{content:""}.ph-bold.ph-speaker-simple-high:before{content:""}.ph-bold.ph-speaker-simple-low:before{content:""}.ph-bold.ph-speaker-simple-none:before{content:""}.ph-bold.ph-speaker-simple-slash:before{content:""}.ph-bold.ph-speaker-simple-x:before{content:""}.ph-bold.ph-speaker-slash:before{content:""}.ph-bold.ph-speaker-x:before{content:""}.ph-bold.ph-spinner:before{content:""}.ph-bold.ph-spinner-gap:before{content:""}.ph-bold.ph-spiral:before{content:""}.ph-bold.ph-split-horizontal:before{content:""}.ph-bold.ph-split-vertical:before{content:""}.ph-bold.ph-spotify-logo:before{content:""}.ph-bold.ph-square:before{content:""}.ph-bold.ph-square-half:before{content:""}.ph-bold.ph-square-half-bottom:before{content:""}.ph-bold.ph-square-logo:before{content:""}.ph-bold.ph-squares-four:before{content:""}.ph-bold.ph-square-split-horizontal:before{content:""}.ph-bold.ph-square-split-vertical:before{content:""}.ph-bold.ph-stack:before{content:""}.ph-bold.ph-stack-overflow-logo:before{content:""}.ph-bold.ph-stack-simple:before{content:""}.ph-bold.ph-stairs:before{content:""}.ph-bold.ph-stamp:before{content:""}.ph-bold.ph-star-and-crescent:before{content:""}.ph-bold.ph-star:before{content:""}.ph-bold.ph-star-four:before{content:""}.ph-bold.ph-star-half:before{content:""}.ph-bold.ph-star-of-david:before{content:""}.ph-bold.ph-steering-wheel:before{content:""}.ph-bold.ph-steps:before{content:""}.ph-bold.ph-stethoscope:before{content:""}.ph-bold.ph-sticker:before{content:""}.ph-bold.ph-stool:before{content:""}.ph-bold.ph-stop:before{content:""}.ph-bold.ph-stop-circle:before{content:""}.ph-bold.ph-storefront:before{content:""}.ph-bold.ph-strategy:before{content:""}.ph-bold.ph-stripe-logo:before{content:""}.ph-bold.ph-student:before{content:""}.ph-bold.ph-subtitles:before{content:""}.ph-bold.ph-subtract:before{content:""}.ph-bold.ph-subtract-square:before{content:""}.ph-bold.ph-suitcase:before{content:""}.ph-bold.ph-suitcase-rolling:before{content:""}.ph-bold.ph-suitcase-simple:before{content:""}.ph-bold.ph-sun:before{content:""}.ph-bold.ph-sun-dim:before{content:""}.ph-bold.ph-sunglasses:before{content:""}.ph-bold.ph-sun-horizon:before{content:""}.ph-bold.ph-swap:before{content:""}.ph-bold.ph-swatches:before{content:""}.ph-bold.ph-swimming-pool:before{content:""}.ph-bold.ph-sword:before{content:""}.ph-bold.ph-synagogue:before{content:""}.ph-bold.ph-syringe:before{content:""}.ph-bold.ph-table:before{content:""}.ph-bold.ph-tabs:before{content:""}.ph-bold.ph-tag:before{content:""}.ph-bold.ph-tag-chevron:before{content:""}.ph-bold.ph-tag-simple:before{content:""}.ph-bold.ph-target:before{content:""}.ph-bold.ph-taxi:before{content:""}.ph-bold.ph-telegram-logo:before{content:""}.ph-bold.ph-television:before{content:""}.ph-bold.ph-television-simple:before{content:""}.ph-bold.ph-tennis-ball:before{content:""}.ph-bold.ph-tent:before{content:""}.ph-bold.ph-terminal:before{content:""}.ph-bold.ph-terminal-window:before{content:""}.ph-bold.ph-test-tube:before{content:""}.ph-bold.ph-text-aa:before{content:""}.ph-bold.ph-text-align-center:before{content:""}.ph-bold.ph-text-align-justify:before{content:""}.ph-bold.ph-text-align-left:before{content:""}.ph-bold.ph-text-align-right:before{content:""}.ph-bold.ph-text-a-underline:before{content:""}.ph-bold.ph-text-b:before,.ph-bold.ph-text-bolder:before{content:""}.ph-bold.ph-textbox:before{content:""}.ph-bold.ph-text-columns:before{content:""}.ph-bold.ph-text-h:before{content:""}.ph-bold.ph-text-h-five:before{content:""}.ph-bold.ph-text-h-four:before{content:""}.ph-bold.ph-text-h-one:before{content:""}.ph-bold.ph-text-h-six:before{content:""}.ph-bold.ph-text-h-three:before{content:""}.ph-bold.ph-text-h-two:before{content:""}.ph-bold.ph-text-indent:before{content:""}.ph-bold.ph-text-italic:before{content:""}.ph-bold.ph-text-outdent:before{content:""}.ph-bold.ph-text-strikethrough:before{content:""}.ph-bold.ph-text-t:before{content:""}.ph-bold.ph-text-underline:before{content:""}.ph-bold.ph-thermometer:before{content:""}.ph-bold.ph-thermometer-cold:before{content:""}.ph-bold.ph-thermometer-hot:before{content:""}.ph-bold.ph-thermometer-simple:before{content:""}.ph-bold.ph-thumbs-down:before{content:""}.ph-bold.ph-thumbs-up:before{content:""}.ph-bold.ph-ticket:before{content:""}.ph-bold.ph-tidal-logo:before{content:""}.ph-bold.ph-tiktok-logo:before{content:""}.ph-bold.ph-timer:before{content:""}.ph-bold.ph-tipi:before{content:""}.ph-bold.ph-toggle-left:before{content:""}.ph-bold.ph-toggle-right:before{content:""}.ph-bold.ph-toilet:before{content:""}.ph-bold.ph-toilet-paper:before{content:""}.ph-bold.ph-toolbox:before{content:""}.ph-bold.ph-tooth:before{content:""}.ph-bold.ph-tote:before{content:""}.ph-bold.ph-tote-simple:before{content:""}.ph-bold.ph-trademark:before{content:""}.ph-bold.ph-trademark-registered:before{content:""}.ph-bold.ph-traffic-cone:before{content:""}.ph-bold.ph-traffic-signal:before{content:""}.ph-bold.ph-traffic-sign:before{content:""}.ph-bold.ph-train:before{content:""}.ph-bold.ph-train-regional:before{content:""}.ph-bold.ph-train-simple:before{content:""}.ph-bold.ph-tram:before{content:""}.ph-bold.ph-translate:before{content:""}.ph-bold.ph-trash:before{content:""}.ph-bold.ph-trash-simple:before{content:""}.ph-bold.ph-tray:before{content:""}.ph-bold.ph-tree:before{content:""}.ph-bold.ph-tree-evergreen:before{content:""}.ph-bold.ph-tree-palm:before{content:""}.ph-bold.ph-tree-structure:before{content:""}.ph-bold.ph-trend-down:before{content:""}.ph-bold.ph-trend-up:before{content:""}.ph-bold.ph-triangle:before{content:""}.ph-bold.ph-trophy:before{content:""}.ph-bold.ph-truck:before{content:""}.ph-bold.ph-t-shirt:before{content:""}.ph-bold.ph-twitch-logo:before{content:""}.ph-bold.ph-twitter-logo:before{content:""}.ph-bold.ph-umbrella:before{content:""}.ph-bold.ph-umbrella-simple:before{content:""}.ph-bold.ph-unite:before{content:""}.ph-bold.ph-unite-square:before{content:""}.ph-bold.ph-upload:before{content:""}.ph-bold.ph-upload-simple:before{content:""}.ph-bold.ph-usb:before{content:""}.ph-bold.ph-user:before{content:""}.ph-bold.ph-user-circle:before{content:""}.ph-bold.ph-user-circle-gear:before{content:""}.ph-bold.ph-user-circle-minus:before{content:""}.ph-bold.ph-user-circle-plus:before{content:""}.ph-bold.ph-user-focus:before{content:""}.ph-bold.ph-user-gear:before{content:""}.ph-bold.ph-user-list:before{content:""}.ph-bold.ph-user-minus:before{content:""}.ph-bold.ph-user-plus:before{content:""}.ph-bold.ph-user-rectangle:before{content:""}.ph-bold.ph-users:before{content:""}.ph-bold.ph-users-four:before{content:""}.ph-bold.ph-user-square:before{content:""}.ph-bold.ph-users-three:before{content:""}.ph-bold.ph-user-switch:before{content:""}.ph-bold.ph-van:before{content:""}.ph-bold.ph-vault:before{content:""}.ph-bold.ph-vibrate:before{content:""}.ph-bold.ph-video:before{content:""}.ph-bold.ph-video-camera:before{content:""}.ph-bold.ph-video-camera-slash:before{content:""}.ph-bold.ph-vignette:before{content:""}.ph-bold.ph-vinyl-record:before{content:""}.ph-bold.ph-virtual-reality:before{content:""}.ph-bold.ph-virus:before{content:""}.ph-bold.ph-voicemail:before{content:""}.ph-bold.ph-volleyball:before{content:""}.ph-bold.ph-wall:before{content:""}.ph-bold.ph-wallet:before{content:""}.ph-bold.ph-warehouse:before{content:""}.ph-bold.ph-warning:before{content:""}.ph-bold.ph-warning-circle:before{content:""}.ph-bold.ph-warning-diamond:before{content:""}.ph-bold.ph-warning-octagon:before{content:""}.ph-bold.ph-watch:before{content:""}.ph-bold.ph-waveform:before{content:""}.ph-bold.ph-wave-sawtooth:before{content:""}.ph-bold.ph-waves:before{content:""}.ph-bold.ph-wave-sine:before{content:""}.ph-bold.ph-wave-square:before{content:""}.ph-bold.ph-wave-triangle:before{content:""}.ph-bold.ph-webcam:before{content:""}.ph-bold.ph-webcam-slash:before{content:""}.ph-bold.ph-webhooks-logo:before{content:""}.ph-bold.ph-wechat-logo:before{content:""}.ph-bold.ph-whatsapp-logo:before{content:""}.ph-bold.ph-wheelchair:before{content:""}.ph-bold.ph-wheelchair-motion:before{content:""}.ph-bold.ph-wifi-high:before{content:""}.ph-bold.ph-wifi-low:before{content:""}.ph-bold.ph-wifi-medium:before{content:""}.ph-bold.ph-wifi-none:before{content:""}.ph-bold.ph-wifi-slash:before{content:""}.ph-bold.ph-wifi-x:before{content:""}.ph-bold.ph-wind:before{content:""}.ph-bold.ph-windows-logo:before{content:""}.ph-bold.ph-wine:before{content:""}.ph-bold.ph-wrench:before{content:""}.ph-bold.ph-x:before{content:""}.ph-bold.ph-x-circle:before{content:""}.ph-bold.ph-x-square:before{content:""}.ph-bold.ph-yin-yang:before{content:""}.ph-bold.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/assets/Phosphor-Fill-ROVpCzQh.woff2) format("woff2"),url(/assets/Phosphor-Fill-UshUZg1K.woff) format("woff"),url(/assets/Phosphor-Fill-i4e_hk7q.ttf) format("truetype"),url(/assets/Phosphor-Fill-MqPSoHm8.svg#Phosphor-Fill) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{font-family:Phosphor-Fill!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before,.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before,.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder-dashed:before,.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before{content:""}.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-open:before{content:""}.ph-fill.ph-folder-plus:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-folder-simple-dashed:before,.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-pulse:before,.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal-check:before,.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal:before,.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-question:before,.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before,.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-b:before,.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}._transition_send_enterActive_1ixi5_1>._bg_1ixi5_1,._transition_send_leaveActive_1ixi5_2>._bg_1ixi5_1{transition:opacity .3s!important}._transition_send_enterActive_1ixi5_1>._content_1ixi5_5,._transition_send_leaveActive_1ixi5_2>._content_1ixi5_5{transform:translateY(0);transition:opacity .3s ease-in,transform .3s cubic-bezier(.5,-.5,1,.5)!important}._transition_send_enterFrom_1ixi5_11>._bg_1ixi5_1,._transition_send_leaveTo_1ixi5_12>._bg_1ixi5_1{opacity:0}._transition_send_enterFrom_1ixi5_11>._content_1ixi5_5,._transition_send_leaveTo_1ixi5_12>._content_1ixi5_5{pointer-events:none;opacity:0;transform:translateY(-300px)}._transition_modal_enterActive_1ixi5_22>._bg_1ixi5_1,._transition_modal_leaveActive_1ixi5_23>._bg_1ixi5_1{transition:opacity .2s!important}._transition_modal_enterActive_1ixi5_22>._content_1ixi5_5,._transition_modal_leaveActive_1ixi5_23>._content_1ixi5_5{transform-origin:var(--transformOrigin);transition:opacity .2s,transform .2s!important}._transition_modal_enterFrom_1ixi5_32>._bg_1ixi5_1,._transition_modal_leaveTo_1ixi5_33>._bg_1ixi5_1{opacity:0}._transition_modal_enterFrom_1ixi5_32>._content_1ixi5_5,._transition_modal_leaveTo_1ixi5_33>._content_1ixi5_5{pointer-events:none;opacity:0;transform-origin:var(--transformOrigin);transform:scale(.9)}._transition_modal-popup_enterActive_1ixi5_44>._bg_1ixi5_1,._transition_modal-popup_leaveActive_1ixi5_45>._bg_1ixi5_1{transition:opacity .2s!important}._transition_modal-popup_enterActive_1ixi5_44>._content_1ixi5_5,._transition_modal-popup_leaveActive_1ixi5_45>._content_1ixi5_5{transform-origin:var(--transformOrigin);transition:opacity .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1)!important}._transition_modal-popup_enterFrom_1ixi5_54>._bg_1ixi5_1,._transition_modal-popup_leaveTo_1ixi5_55>._bg_1ixi5_1{opacity:0}._transition_modal-popup_enterFrom_1ixi5_54>._content_1ixi5_5,._transition_modal-popup_leaveTo_1ixi5_55>._content_1ixi5_5{pointer-events:none;opacity:0;transform-origin:var(--transformOrigin);transform:scale(.9)}._transition_modal-drawer_enterActive_1ixi5_66>._bg_1ixi5_1{transition:opacity .2s!important}._transition_modal-drawer_enterActive_1ixi5_66>._content_1ixi5_5{transition:transform .2s cubic-bezier(0,.5,0,1)!important}._transition_modal-drawer_leaveActive_1ixi5_73>._bg_1ixi5_1{transition:opacity .2s!important}._transition_modal-drawer_leaveActive_1ixi5_73>._content_1ixi5_5{transition:transform .2s cubic-bezier(0,.5,0,1)!important}._transition_modal-drawer_enterFrom_1ixi5_80>._bg_1ixi5_1,._transition_modal-drawer_leaveTo_1ixi5_81>._bg_1ixi5_1{opacity:0}._transition_modal-drawer_enterFrom_1ixi5_80>._content_1ixi5_5,._transition_modal-drawer_leaveTo_1ixi5_81>._content_1ixi5_5{pointer-events:none;transform:translateY(100%)}._root_1ixi5_90{outline:none}._root_1ixi5_90._dialog_1ixi5_93>._content_1ixi5_5{position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;padding:32px;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 32px,rgb(0,0,0) calc(100% - 32px),rgba(0,0,0,0) 100%);mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 32px,rgb(0,0,0) calc(100% - 32px),rgba(0,0,0,0) 100%);overflow:auto;display:flex}@media (max-width: 500px){._root_1ixi5_90._dialog_1ixi5_93>._content_1ixi5_5{padding:16px;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 16px,rgb(0,0,0) calc(100% - 16px),rgba(0,0,0,0) 100%);mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 16px,rgb(0,0,0) calc(100% - 16px),rgba(0,0,0,0) 100%)}}._root_1ixi5_90._dialog_1ixi5_93>._content_1ixi5_5>::v-deep(*){margin:auto}._root_1ixi5_90._dialog_1ixi5_93>._content_1ixi5_5._top_1ixi5_116>::v-deep(*){margin-top:0}._root_1ixi5_90._popup_1ixi5_119>._content_1ixi5_5{position:absolute}._root_1ixi5_90._popup_1ixi5_119>._content_1ixi5_5._fixed_1ixi5_122{position:fixed}._root_1ixi5_90._drawer_1ixi5_125{position:fixed;top:0;left:0;width:100%;height:100%;overflow:clip}._root_1ixi5_90._drawer_1ixi5_125>._content_1ixi5_5{position:fixed;bottom:0;left:0;right:0;margin:auto}._root_1ixi5_90._drawer_1ixi5_125>._content_1ixi5_5>::v-deep(*){margin:auto}._bg_1ixi5_1._bgTransparent_1ixi5_144{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.tooltip-enter-active[data-v-9123d3c3],.tooltip-leave-active[data-v-9123d3c3]{opacity:1;transform:scale(1);transition:transform .2s cubic-bezier(.23,1,.32,1),opacity .2s cubic-bezier(.23,1,.32,1)}.tooltip-enter-from[data-v-9123d3c3],.tooltip-leave-active[data-v-9123d3c3]{opacity:0;transform:scale(.75)}.buebdbiu[data-v-9123d3c3]{position:absolute;font-size:.8em;padding:8px 12px;box-sizing:border-box;text-align:center;border-radius:4px;border:solid .5px var(--divider);pointer-events:none;transform-origin:center center}.beaffaef[data-v-ade3cb69]{font-size:.9em;text-align:left}.beaffaef>.user[data-v-ade3cb69]{line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.beaffaef>.user[data-v-ade3cb69]:not(:last-child){margin-bottom:3px}.beaffaef>.user>.avatar[data-v-ade3cb69]{width:24px;height:24px;margin-right:3px}._visibility_1lqmx_1,._localOnly_1lqmx_2{margin-left:.5em}.hpaizdrt[data-v-30539b69]{display:flex;align-items:center;height:1.1em;justify-self:flex-end;padding:.2em .4em;border-radius:100px;font-size:.8em;text-shadow:0 2px 2px var(--shadow);overflow:hidden}.header>.body .hpaizdrt[data-v-30539b69]{width:max-content;max-width:100%}.hpaizdrt>.icon[data-v-30539b69]{height:100%;border-radius:.3rem}.hpaizdrt>.name[data-v-30539b69]{display:none;color:#fff;margin-left:4px;font-size:.85em;vertical-align:top;font-weight:700;text-overflow:ellipsis;white-space:nowrap;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.article>.main .hpaizdrt>.name[data-v-30539b69],.header>.body .hpaizdrt>.name[data-v-30539b69]{display:unset}.kkwtjztg[data-v-a1dea16a]{position:relative;z-index:2;display:flex;align-items:center;white-space:nowrap;justify-self:flex-end;border-radius:100px;font-size:.8em;width:100%}.kkwtjztg>.avatar[data-v-a1dea16a]{width:3.7em;height:3.7em;margin-right:1em}.kkwtjztg>.user-info[data-v-a1dea16a]{width:0;flex-grow:1;line-height:1.5;display:flex;font-size:1.2em}.kkwtjztg>.user-info>div[data-v-a1dea16a]:first-child{flex-grow:1;width:0;overflow:hidden;text-overflow:ellipsis;gap:.1em 0}.kkwtjztg>.user-info>div[data-v-a1dea16a]:last-child{max-width:50%;gap:.3em .5em}.article>.main .kkwtjztg>.user-info>div[data-v-a1dea16a]{display:flex;flex-direction:column;align-items:flex-start}.article>.main .kkwtjztg>.user-info>div[data-v-a1dea16a]:last-child{align-items:flex-end}.article>.main .kkwtjztg>.user-info>div>*[data-v-a1dea16a]{max-width:100%}.kkwtjztg>.user-info .name[data-v-a1dea16a]{display:inline;margin:0 .5em 0 0;padding:0;overflow:hidden;font-weight:700;text-decoration:none;text-overflow:ellipsis}.kkwtjztg>.user-info .name .mkusername>.is-bot[data-v-a1dea16a]{flex-shrink:0;align-self:center;margin:0 .5em 0 0;padding:1px 6px;font-size:80%;border:solid .5px var(--divider);border-radius:3px}.kkwtjztg>.user-info .name[data-v-a1dea16a]:hover{text-decoration:underline}.kkwtjztg>.user-info .username[data-v-a1dea16a]{display:inline;margin:0 .5em 0 0;overflow:hidden;text-overflow:ellipsis;align-self:flex-start;font-size:.9em}.kkwtjztg>.user-info .info[data-v-a1dea16a]{display:inline-flex;flex-shrink:0;margin-left:.5em;font-size:.9em}.kkwtjztg>.user-info .info .created-at[data-v-a1dea16a]{max-width:100%;overflow:hidden;text-overflow:ellipsis}.kkwtjztg>.user-info .ticker[data-v-a1dea16a]{display:inline-flex;margin-left:.5em;vertical-align:middle}.kkwtjztg>.user-info .ticker>.name[data-v-a1dea16a]{display:none}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);height:100%;line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px) * 2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}a.plyr__control:after,a.plyr__control:before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);background:var(--plyr-menu-background,rgba(255,255,255,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:#ffffffe6;border-top-color:var(--plyr-menu-background,rgba(255,255,255,.9));content:"";height:0;position:absolute;right:14px;right:calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding-bottom:calc(7px/ 1.5);padding-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);padding-left:10.5px;padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:10.5px;padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-top:calc(7px/ 1.5);padding-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:3.5px;margin-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);padding-left:28px;padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);position:relative;width:calc(100% - 14px);width:calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2))}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((7px - 2)*-1);margin-right:calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);overflow:hidden;padding-left:24.5px;padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);-webkit-appearance:none;margin-top:-4px;margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;-webkit-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;-webkit-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:calc(768px - 1)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,.9);background:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));transform:translate(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height,5px)/ 2) * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,40,47,.6) 50%,rgba(35,40,47,.6) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:#ffffffe6;background-color:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:#0000008c;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.mk-media-banner[data-v-a106a495]{width:100%;border-radius:4px;margin-top:4px;overflow:hidden;--plyr-color-main: var(--accent);--plyr-audio-controls-background: var(--panelHighlight);--plyr-audio-controls-background-hover: var(--accentedBg);--plyr-audio-control-color: var(--navFg)}.mk-media-banner>.download[data-v-a106a495],.mk-media-banner>.sensitive[data-v-a106a495]{display:flex;align-items:center;font-size:12px;padding:8px 12px;white-space:nowrap}.mk-media-banner>.download>*[data-v-a106a495],.mk-media-banner>.sensitive>*[data-v-a106a495]{display:block}.mk-media-banner>.download>b[data-v-a106a495],.mk-media-banner>.sensitive>b[data-v-a106a495]{overflow:hidden;text-overflow:ellipsis}.mk-media-banner>.download>*[data-v-a106a495]:not(:last-child),.mk-media-banner>.sensitive>*[data-v-a106a495]:not(:last-child){margin-right:.2em}.mk-media-banner>.download>.icon[data-v-a106a495],.mk-media-banner>.sensitive>.icon[data-v-a106a495]{font-size:1.6em}.mk-media-banner>.download[data-v-a106a495]{background:var(--noteAttachedFile)}.mk-media-banner>.sensitive[data-v-a106a495]{background:#111;color:#fff}.mk-media-banner>.audio .audio[data-v-a106a495]{display:block;width:100%}canvas[data-v-64fbc9ab],img[data-v-64fbc9ab]{display:block;width:100%;height:100%}canvas[data-v-64fbc9ab]{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}img[data-v-64fbc9ab]{object-fit:contain}.hidden[data-v-543e560a]{all:unset;position:relative;width:100%;height:100%}.hidden>.text[data-v-543e560a]{position:relative;width:100%;height:100%;z-index:1;display:flex;justify-content:center;align-items:center;padding:30px;box-sizing:border-box;background:rgba(0,0,0,.5)}.hidden>.text>.wrapper[data-v-543e560a]{display:table-cell;text-align:center;font-size:.8em;color:#fff}.hidden[data-v-543e560a]:focus-visible{border:2px solid var(--accent)}.media[data-v-543e560a]{position:relative;background:var(--bg);--plyr-color-main: var(--accent)}.media>.buttons[data-v-543e560a]{display:flex;gap:4px;position:absolute;border-radius:6px;overflow:hidden;top:12px;right:12px}.media>.buttons>*[data-v-543e560a]{background-color:var(--accentedBg);-webkit-backdrop-filter:var(--blur, blur(15px));backdrop-filter:var(--blur, blur(15px));color:var(--accent);font-size:.8em;padding:6px 8px;text-align:center}.media>a[data-v-543e560a]{display:block;cursor:zoom-in;overflow:hidden;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;box-sizing:border-box}.media>a[data-v-543e560a]:focus-visible{border:2px solid var(--accent)}.media>a>.gif[data-v-543e560a]{background-color:var(--fg);border-radius:6px;color:var(--accentLighten);display:inline-block;font-size:14px;font-weight:700;left:12px;opacity:.5;padding:0 6px;text-align:center;top:12px;pointer-events:none}.media[data-v-543e560a] .plyr__controls{contain:strict;height:24px;box-sizing:content-box}.media[data-v-543e560a] .plyr__volume{display:flex;min-width:max-content;width:110px;transition:width .2s cubic-bezier(0,0,0,1)}.media[data-v-543e560a] .plyr__volume [data-plyr=volume]{width:0;flex-grow:1;transition:margin .3s,opacity .2s .2s}.media[data-v-543e560a] .plyr__volume:not(:hover):not(:focus-within){width:0px;transition:width .2s}.media[data-v-543e560a] .plyr__volume:not(:hover):not(:focus-within) [data-plyr=volume]{margin-inline:0px;opacity:0;transition:margin .3s,opacity .1s}.media.max-width_350px[data-v-543e560a] .plyr:not(:fullscreen){min-width:unset!important}.media.max-width_350px[data-v-543e560a] .plyr:not(:fullscreen) .plyr__control--overlaid,.media.max-width_350px[data-v-543e560a] .plyr:not(:fullscreen) .plyr__progress__container,.media.max-width_350px[data-v-543e560a] .plyr:not(:fullscreen) .plyr__volume,.media.max-width_350px[data-v-543e560a] .plyr:not(:fullscreen) [data-plyr=download]{display:none}.media.max-width_350px[data-v-543e560a] .plyr__time{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hoawjimk>.dmWidth[data-v-847d0b02]{min-width:20rem;max-width:40rem}.hoawjimk>.grid-container[data-v-847d0b02]{position:relative;width:100%;margin-top:4px;border-radius:var(--radius);overflow:hidden;pointer-events:none}.hoawjimk>.grid-container[data-count][data-v-847d0b02]{padding-top:56.25%}.hoawjimk>.grid-container[data-count]>div[data-v-847d0b02]{position:absolute;top:0;right:0;bottom:0;left:0}.hoawjimk>.grid-container[data-count="1"]>div[data-v-847d0b02]{grid-template-rows:1fr}.hoawjimk>.grid-container[data-count="2"]>div[data-v-847d0b02]{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.hoawjimk>.grid-container[data-count="3"]>div[data-v-847d0b02]{grid-template-columns:1fr .5fr;grid-template-rows:1fr 1fr}.hoawjimk>.grid-container[data-count="3"]>div>*[data-v-847d0b02]:nth-child(1){grid-row:1/3}.hoawjimk>.grid-container[data-count="3"]>div>*[data-v-847d0b02]:nth-child(3){grid-column:2/3;grid-row:2/3}.hoawjimk>.grid-container[data-count="4"]>div[data-v-847d0b02]{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.hoawjimk>.grid-container:not([data-count])>div>div[data-v-847d0b02]{max-height:300px}.hoawjimk>.grid-container>div[data-v-847d0b02]{display:grid;grid-gap:8px}.hoawjimk>.grid-container>div>div[data-v-847d0b02],.hoawjimk>.grid-container>div>button[data-v-847d0b02]{overflow:hidden;border-radius:6px;pointer-events:all;min-height:50px}.hoawjimk>.grid-container>div[data-v-847d0b02]>:nth-child(1){grid-column:1/2;grid-row:1/2}.hoawjimk>.grid-container>div[data-v-847d0b02]>:nth-child(2){grid-column:2/3;grid-row:1/2}.hoawjimk>.grid-container>div[data-v-847d0b02]>:nth-child(3){grid-column:1/2;grid-row:2/3}.hoawjimk>.grid-container>div[data-v-847d0b02]>:nth-child(4){grid-column:2/3;grid-row:2/3}.pswp{z-index:2000000}.pwsp__alt-text-container{display:flex;flex-direction:row;align-items:center;position:absolute;bottom:30px;left:50%;transform:translate(-50%);width:75%}.pwsp__alt-text{color:#fff;margin:0 auto;text-align:center;padding:10px;background:rgba(0,0,0,.5);border-radius:5px;max-height:10vh;overflow-x:clip;overflow-y:auto;overscroll-behavior:contain}.pwsp__alt-text:empty{display:none}.tivcixzd>ul[data-v-41df6317]{display:block;margin:0;padding:0;list-style:none}.tivcixzd>ul>li[data-v-41df6317]{display:block;position:relative;margin:4px 0;padding:4px;background:var(--accentedBg);border-radius:4px;overflow:hidden;cursor:pointer}.tivcixzd>ul>li>.backdrop[data-v-41df6317]{position:absolute;top:0;left:0;height:100%;background:var(--accent);background:linear-gradient(-45deg,var(--buttonGradateA),var(--buttonGradateB));transition:width 1s ease}.tivcixzd>ul>li>span[data-v-41df6317]{position:relative;display:inline-block;padding:3px 5px;background:var(--panel);border-radius:3px}.tivcixzd>ul>li>span>i[data-v-41df6317]{margin-right:4px;color:var(--accent)}.tivcixzd>ul>li>span>.votes[data-v-41df6317]{margin-left:4px;opacity:.7}.tivcixzd>p[data-v-41df6317]{color:var(--fg)}.tivcixzd>p a[data-v-41df6317]{color:inherit}.tivcixzd.done>ul>li[data-v-41df6317]{cursor:default}.url-preview[data-v-b61ee45c]{border:1px solid var(--divider);border-radius:var(--radius);overflow:hidden}.url-preview>a[data-v-b61ee45c]{display:flex;transition:background .2s;text-decoration:none}.url-preview>a>div[data-v-b61ee45c]:first-child:not(:last-child){position:relative;width:90px;overflow:hidden;display:flex;justify-content:center;align-items:center}.url-preview>a>div:first-child:not(:last-child) img[data-v-b61ee45c]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .2s}.url-preview>a>div:first-child:not(:last-child) button[data-v-b61ee45c]{display:flex;width:100%;height:100%}.url-preview>a>div:first-child:not(:last-child) button i[data-v-b61ee45c]{background:var(--bg);padding:14px;border-radius:var(--radius);transform:scale(.95);opacity:.8;transition:transform .2s,opacity .2s,background .2s}.url-preview>a>div:first-child:not(:last-child) button:hover i[data-v-b61ee45c],.url-preview>a>div:first-child:not(:last-child) button:focus i[data-v-b61ee45c]{background:var(--panelHighlight)!important;transform:scale(1.1)!important}.url-preview>a>div[data-v-b61ee45c]:last-child{padding:14px 16px;width:0;flex-grow:1}.url-preview>a h3[data-v-b61ee45c],.url-preview>a p[data-v-b61ee45c]{display:block;margin:0;overflow:hidden;text-overflow:ellipsis;max-width:100%}.url-preview>a h3[data-v-b61ee45c]{font-size:1em;white-space:nowrap;margin-bottom:.2em;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s}.url-preview>a p[data-v-b61ee45c]{margin-bottom:-.5em}.url-preview>a p>span[data-v-b61ee45c]{display:-webkit-inline-box;font-size:.8em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.url-preview>a p>span>span[data-v-b61ee45c]{font-weight:600;margin-right:.4em}.url-preview>a .icon[data-v-b61ee45c]{width:1.2em;height:1.2em;vertical-align:middle;border-radius:4px}.url-preview>a[data-v-b61ee45c]:hover,.url-preview>a[data-v-b61ee45c]:focus,.url-preview>a[data-v-b61ee45c]:focus-within{background:var(--panelHighlight)}.url-preview>a:hover h3[data-v-b61ee45c],.url-preview>a:focus h3[data-v-b61ee45c],.url-preview>a:focus-within h3[data-v-b61ee45c]{text-decoration-color:currentColor}.url-preview:hover>.hasButton>div:first-child img[data-v-b61ee45c],.url-preview:focus-within>.hasButton>div:first-child img[data-v-b61ee45c]{opacity:.2}.url-preview:hover>.hasButton>div:first-child button i[data-v-b61ee45c],.url-preview:focus-within>.hasButton>div:first-child button i[data-v-b61ee45c]{transform:none;opacity:1}.url-preview iframe[data-v-b61ee45c]{border-top:1px solid var(--divider);display:block;width:100%;overflow-y:auto}.url-preview iframe[data-v-b61ee45c]:not([src^="https://platform.twitter"]){max-height:70vh}.showMoreButton[data-v-5a4d59f2]{display:block;width:100%;padding:20px 0;margin-bottom:-10px;z-index:5;position:absolute;bottom:0;left:0}.showMoreButton>span[data-v-5a4d59f2]{display:inline-block;background:var(--panel);padding:.5em 0;font-size:.8em;border-radius:999px;box-shadow:0 2px 6px #0003;width:100%}.showMoreButton:hover>span[data-v-5a4d59f2]{background:var(--panelHighlight)}.showMoreButton.showLess[data-v-5a4d59f2]{width:100%;position:sticky;bottom:calc(var(--stickyBottom) - 1em)}._button_modern[data-v-14f1b0d4]{width:100%;font-weight:700;z-index:5}._button_modern.showLess[data-v-14f1b0d4]{position:sticky;bottom:calc(var(--stickyBottom) - 1em);margin:20px 0}._button_modern>span[data-v-14f1b0d4]{display:inline-block;padding:.5em 0;font-size:.8em;border-radius:999px;box-shadow:0 2px 6px #0003;width:100%;background:var(--cwBg);color:var(--cwFg);transition:background .2s,color .2s}._button_modern>span>span[data-v-14f1b0d4]{font-weight:500}._button_modern>span>span[data-v-14f1b0d4]:before{content:"("}._button_modern>span>span[data-v-14f1b0d4]:after{content:")"}._button_modern:hover>span[data-v-14f1b0d4],._button_modern:focus>span[data-v-14f1b0d4]{background:var(--cwFg)!important;color:var(--cwBg)!important}._button_alternative[data-v-14f1b0d4]{font-weight:700;z-index:5}._button_alternative>span[data-v-14f1b0d4]{background:var(--cwBg)!important;color:var(--cwFg);transition:background .2s,color .2s}._button_alternative>span>span[data-v-14f1b0d4]{font-weight:500}._button_alternative>span>span[data-v-14f1b0d4]:before{content:"("}._button_alternative>span>span[data-v-14f1b0d4]:after{content:")"}._button_alternative:hover>span[data-v-14f1b0d4],._button_alternative:focus>span[data-v-14f1b0d4]{background:var(--cwFg)!important;color:var(--cwBg)!important}._button_alternative.fade[data-v-14f1b0d4]{display:block;position:absolute;bottom:0;left:0;width:100%}._button_alternative.fade>span[data-v-14f1b0d4]{display:inline-block;background:var(--panel);padding:.4em 1em;font-size:.8em;border-radius:999px;box-shadow:0 2px 6px #0003}._button_alternative.fade:hover>span[data-v-14f1b0d4]{background:var(--panelHighlight)}._button_alternative.showLess[data-v-14f1b0d4]{width:100%;position:sticky;bottom:calc(var(--stickyBottom) - 1em);padding:20px}._button_alternative.showLess>span[data-v-14f1b0d4]{display:inline-block;background:var(--panel);padding:6px 10px;font-size:.8em;border-radius:999px;box-shadow:0 0 7px 7px var(--bg)}._button_classic[data-v-14f1b0d4]{display:inline-block;padding:4px 8px;font-size:.7em;color:var(--cwFg);background:var(--cwBg);border-radius:2px}._button_classic[data-v-14f1b0d4]:hover{background:var(--cwHoverBg)}._button_classic>span.cw-toggle-text[data-v-14f1b0d4]{font-weight:700}._button_classic>span.cw-toggle-text>span.cw-char-count[data-v-14f1b0d4]{font-weight:400}._button_classic>span.cw-toggle-text>span.cw-char-count[data-v-14f1b0d4]:before{content:"("}._button_classic>span.cw-toggle-text>span.cw-char-count[data-v-14f1b0d4]:after{content:")"}.bghgjjyj[data-v-aa0a5ce8]{position:relative;z-index:1;display:block;min-width:100px;min-height:35px;width:max-content;padding:8px 16px;text-align:center;font-weight:400;font-size:max(12px,1em);box-shadow:none;text-decoration:none;background:var(--buttonBg);border-radius:5px;overflow:clip;box-sizing:border-box;transition:background .1s ease;margin-right:.2rem;margin-left:.2rem}.bghgjjyj[data-v-aa0a5ce8]:not(:disabled):hover{background:var(--buttonHoverBg)}.bghgjjyj[data-v-aa0a5ce8]:not(:disabled):active{background:var(--buttonHoverBg)}.bghgjjyj.full[data-v-aa0a5ce8]{width:100%}.bghgjjyj.rounded[data-v-aa0a5ce8]{border-radius:999px}.bghgjjyj.primary[data-v-aa0a5ce8]{font-weight:700;color:var(--fgOnAccent)!important;background:var(--accent)}.bghgjjyj.primary[data-v-aa0a5ce8]:not(:disabled):hover{background:var(--accentLightenLess)}.bghgjjyj.primary[data-v-aa0a5ce8]:not(:disabled):active{background:var(--accentLightenLess)}.bghgjjyj.gradate[data-v-aa0a5ce8]{font-weight:700;color:var(--fgOnAccent)!important;background:linear-gradient(-45deg,var(--buttonGradateA),var(--buttonGradateB))}.bghgjjyj.gradate[data-v-aa0a5ce8]:not(:disabled):hover{background:var(--accentLightenLess)}.bghgjjyj.gradate[data-v-aa0a5ce8]:not(:disabled):active{background:var(--accentLightenLess)}.bghgjjyj.danger[data-v-aa0a5ce8]{color:#eb6f92}.bghgjjyj.danger.primary[data-v-aa0a5ce8]{color:#e0def4;background:#eb6f92}.bghgjjyj.danger.primary[data-v-aa0a5ce8]:not(:disabled):hover{background:#eb6f92}.bghgjjyj.danger.primary[data-v-aa0a5ce8]:not(:disabled):active{background:#b4637a}.bghgjjyj.mini[data-v-aa0a5ce8]{padding:4px 8px;font-size:max(12px,.9em);border-radius:100px}.bghgjjyj.chip[data-v-aa0a5ce8]{padding:4px 12px;font-size:max(12px,.9em);min-width:unset;border-radius:100px}.bghgjjyj[data-v-aa0a5ce8]:disabled{opacity:.7}.bghgjjyj[data-v-aa0a5ce8]:focus-visible{outline:auto}.bghgjjyj.inline[data-v-aa0a5ce8]{display:inline-block;width:auto;min-width:100px}.bghgjjyj>.ripples[data-v-aa0a5ce8]{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;border-radius:6px;overflow:hidden}.bghgjjyj>.ripples[data-v-aa0a5ce8] div{position:absolute;width:2px;height:2px;border-radius:100%;background:rgba(0,0,0,.1);opacity:1;transform:scale(1);transition:all .5s cubic-bezier(0,.5,0,1)}.bghgjjyj.primary>.ripples[data-v-aa0a5ce8] div{background:rgba(0,0,0,.15)}.bghgjjyj>.content[data-v-aa0a5ce8]{position:relative;z-index:1}[data-v-30608bc1] a,[data-v-30608bc1] button{position:relative;z-index:2}.reply-icon[data-v-30608bc1]{display:inline-block;border-radius:6px;padding:.2em;margin-right:.2em;color:var(--accent);transition:background .2s}.reply-icon[data-v-30608bc1]:hover,.reply-icon[data-v-30608bc1]:focus{background:var(--buttonHoverBg)}.cw[data-v-30608bc1]{cursor:default;display:block;margin:0;padding:0;overflow-wrap:break-word}.cw[data-v-30608bc1]:not(._cw_style_classic){margin-bottom:10px}.cw>.text[data-v-30608bc1]{margin-right:8px}.wrmlmaau .content[data-v-30608bc1]{overflow-wrap:break-word}.wrmlmaau .content._cw_style_modern>.hiddenNote[data-v-30608bc1]{display:block;padding:.5em 0;font-weight:700;font-size:1.1em;text-align:center}.wrmlmaau .content._cw_style_classic[data-v-30608bc1]{overflow:clip;cursor:default;display:block;margin:0;padding:0;overflow-wrap:break-word}.wrmlmaau .content>.body[data-v-30608bc1]{transition:filter .1s}.wrmlmaau .content>.body>.rp[data-v-30608bc1]{margin-left:4px;font-style:oblique;color:var(--renote)}.wrmlmaau .content>.body .reply-icon[data-v-30608bc1]{display:inline-block;border-radius:6px;padding:.2em;margin-right:.2em;color:var(--accent);transition:background .2s}.wrmlmaau .content>.body .reply-icon[data-v-30608bc1]:hover,.wrmlmaau .content>.body .reply-icon[data-v-30608bc1]:focus{background:var(--buttonHoverBg)}.wrmlmaau .content>.body[data-v-30608bc1]>.files{margin-top:.4em;margin-bottom:.4em}.wrmlmaau .content>.body>.url-preview[data-v-30608bc1]{margin-top:8px}.wrmlmaau .content>.body>.poll[data-v-30608bc1]{font-size:80%}.wrmlmaau .content>.body>.renote[data-v-30608bc1]{padding-top:8px}.wrmlmaau .content>.body>.renote>*[data-v-30608bc1]{padding:16px;border:solid 1px var(--renote);border-radius:8px;transition:background .2s}.wrmlmaau .content>.body>.renote>*[data-v-30608bc1]:hover,.wrmlmaau .content>.body>.renote>*[data-v-30608bc1]:focus-within{background-color:var(--panelHighlight)}.wrmlmaau .content.collapsed[data-v-30608bc1],.wrmlmaau .content.showContent[data-v-30608bc1]{position:relative;max-height:calc(15em + 100px)}.wrmlmaau .content.collapsed._cw_style_modern[data-v-30608bc1],.wrmlmaau .content.showContent._cw_style_modern[data-v-30608bc1]{min-height:calc(1em + 100px)}.wrmlmaau .content.collapsed>.body[data-v-30608bc1],.wrmlmaau .content.showContent>.body[data-v-30608bc1]{max-height:inherit;mask:linear-gradient(black calc(100% - 64px),transparent);-webkit-mask:linear-gradient(black calc(100% - 64px),transparent);padding-inline:100px;margin-inline:-100px;margin-top:-100px;padding-top:100px;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none}.wrmlmaau .content.collapsed.manyImages[data-v-30608bc1]{max-height:calc(15em + 250px)}.wrmlmaau .content.collapsed>.body[data-v-30608bc1]{box-sizing:border-box}.wrmlmaau .content.showContent._cw_style_alternative>.body[data-v-30608bc1]{min-height:2em;max-height:5em;filter:blur(4px)}.wrmlmaau .content.showContent._cw_style_alternative>.body[data-v-30608bc1] span{animation:none!important;transform:none!important}.wrmlmaau .content.showContent._cw_style_alternative>.body[data-v-30608bc1] img{filter:blur(12px)}.wrmlmaau .content.showContent._cw_style_alternative[data-v-30608bc1] .fade{right:0;bottom:0;left:0;top:90px}.wrmlmaau .content.showContent._cw_style_modern>.body[data-v-30608bc1]{min-height:2em;max-height:5em;visibility:hidden}.wrmlmaau .content.showContent._cw_style_modern[data-v-30608bc1] .fade{right:0;bottom:0;left:0;top:0}.wrmlmaau .content.showContent._cw_style_classic>.body[data-v-30608bc1]{display:none}.wrmlmaau .content[data-v-30608bc1]:not(.animatedMfm) span{animation:none!important}.wrmlmaau[data-v-30608bc1]>button{margin-top:10px;margin-left:0;margin-right:.4rem}.wrmlmaau>.fade[data-v-30608bc1]{position:absolute;top:0;right:0;left:0;bottom:-400px;display:flex;align-items:flex-end;z-index:4;pointer-events:none}.wrmlmaau>.fade[data-v-30608bc1]:before{content:"";display:block;height:100px;position:sticky;bottom:0;width:100%;background:var(--panel);mask:linear-gradient(to top,var(--gradient));-webkit-mask:linear-gradient(to top,var(--gradient));transition:background .2s}.yohlumlk[data-v-e4f467e4]{display:flex;margin:0;padding:0;overflow:clip;font-size:.95em}.yohlumlk.min-width_350px>.avatar[data-v-e4f467e4]{margin:0 10px 0 0;width:44px;height:44px}.yohlumlk.min-width_500px>.avatar[data-v-e4f467e4]{margin:0 12px 0 0;width:48px;height:48px}.yohlumlk>.avatar[data-v-e4f467e4]{flex-shrink:0;display:block;margin:0 10px 0 0;width:40px;height:40px;border-radius:8px}.yohlumlk>.main[data-v-e4f467e4]{flex:1;min-width:0}.yohlumlk>.main>.header[data-v-e4f467e4]{margin-bottom:2px}.fefdfafb[data-v-85c637cc]{display:flex;margin:0;padding:0;overflow:clip;font-size:.95em}.fefdfafb.min-width_350px>.avatar[data-v-85c637cc]{margin:0 10px 0 0;width:44px;height:44px}.fefdfafb.min-width_500px>.avatar[data-v-85c637cc]{margin:0 12px 0 0;width:48px;height:48px}.fefdfafb>.avatar[data-v-85c637cc]{flex-shrink:0;display:block;margin:0 10px 0 0;width:40px;height:40px;border-radius:8px;pointer-events:none}.fefdfafb>.main[data-v-85c637cc]{flex:1;min-width:0}.fefdfafb>.main>.header[data-v-85c637cc]{margin-bottom:2px;font-weight:700}.fefdfafb>.main>.body>.cw[data-v-85c637cc]{cursor:default;display:block;margin:0;padding:0;overflow-wrap:break-word}.fefdfafb>.main>.body>.cw>.text[data-v-85c637cc]{margin-right:8px}.fefdfafb>.main>.body>.content>.text[data-v-85c637cc]{cursor:default;margin:0;padding:0}.zdjebgpv[data-v-71f81f20]{position:relative;display:flex;background:var(--panel);border-radius:8px;overflow:clip;border:0;padding:0;cursor:pointer}.zdjebgpv>.icon-sub[data-v-71f81f20]{position:absolute;width:30%;height:auto;margin:0;right:4%;bottom:4%}.zdjebgpv>.icon[data-v-71f81f20]{pointer-events:none;margin:auto;font-size:32px;color:#777}.skeikyzd[data-v-427f5d5f]{padding:8px 16px;position:relative}.skeikyzd>.files[data-v-427f5d5f]{display:flex;flex-wrap:wrap}.skeikyzd>.files>.file[data-v-427f5d5f]{position:relative;width:64px;height:64px;margin-right:4px;border-radius:4px;cursor:move}.skeikyzd>.files>.file:hover>.remove[data-v-427f5d5f]{display:block}.skeikyzd>.files>.file>.thumbnail[data-v-427f5d5f]{width:100%;height:100%;z-index:1;color:var(--fg)}.skeikyzd>.files>.file>.sensitive[data-v-427f5d5f]{display:flex;position:absolute;width:64px;height:64px;top:0;left:0;z-index:2;background:var(--header);color:var(--fg)}.skeikyzd>.files>.file>.sensitive>.icon[data-v-427f5d5f]{margin:auto}.skeikyzd>.remain[data-v-427f5d5f]{display:block;position:absolute;top:8px;right:8px;margin:0;padding:0}.matxzzsk>label>.label[data-v-cb1749ee]{font-size:.85em;padding:0 0 8px;-webkit-user-select:none;user-select:none}.matxzzsk>label>.label[data-v-cb1749ee]:empty{display:none}.matxzzsk>label>.caption[data-v-cb1749ee]{font-size:.85em;padding:8px 0 0;color:var(--fgTransparentWeak)}.matxzzsk>label>.caption[data-v-cb1749ee]:empty{display:none}.matxzzsk>label>.input[data-v-cb1749ee]{position:relative}.matxzzsk>label>.input>input[data-v-cb1749ee]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;height:var(--4eeb8d34);width:100%;margin:0;padding:0 12px;font:inherit;font-weight:400;font-size:1em;color:var(--fg);background:var(--panel);border:solid 1px var(--panel);border-radius:6px;outline:none;box-shadow:none;box-sizing:border-box;transition:border-color .1s ease-out}.matxzzsk>label>.input>input[data-v-cb1749ee]:hover{border-color:var(--inputBorderHover)!important}.matxzzsk>label>.input>.prefix[data-v-cb1749ee],.matxzzsk>label>.input>.suffix[data-v-cb1749ee]{display:flex;align-items:center;position:absolute;z-index:1;top:0;padding:0 12px;font-size:1em;height:var(--4eeb8d34);pointer-events:none}.matxzzsk>label>.input>.prefix[data-v-cb1749ee]:empty,.matxzzsk>label>.input>.suffix[data-v-cb1749ee]:empty{display:none}.matxzzsk>label>.input>.prefix>*[data-v-cb1749ee],.matxzzsk>label>.input>.suffix>*[data-v-cb1749ee]{display:inline-block;min-width:16px;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.matxzzsk>label>.input>.prefix[data-v-cb1749ee]>button,.matxzzsk>label>.input>.suffix[data-v-cb1749ee]>button{pointer-events:all}.matxzzsk>label>.input>.prefix[data-v-cb1749ee]{left:0;padding-right:6px}.matxzzsk>label>.input>.suffix[data-v-cb1749ee]{right:0;padding-left:6px}.matxzzsk>label>.input.inline[data-v-cb1749ee]{display:inline-block;margin:0}.matxzzsk>label>.input.focused>input[data-v-cb1749ee]{border-color:var(--accent)!important}.matxzzsk>label>.input.disabled[data-v-cb1749ee]{opacity:.7}.matxzzsk>label>.input.disabled[data-v-cb1749ee],.matxzzsk>label>.input.disabled *[data-v-cb1749ee]{cursor:not-allowed!important}.matxzzsk>.save[data-v-cb1749ee]{margin:8px 0 0}.vblkjoeq>.label[data-v-dc30b65a]{font-size:.85em;padding:0 0 8px;-webkit-user-select:none;user-select:none}.vblkjoeq>.label[data-v-dc30b65a]:empty{display:none}.vblkjoeq>.caption[data-v-dc30b65a]{font-size:.85em;padding:8px 0 0;color:var(--fgTransparentWeak)}.vblkjoeq>.caption[data-v-dc30b65a]:empty{display:none}.vblkjoeq>.input[data-v-dc30b65a]{position:relative;cursor:pointer}.vblkjoeq>.input:hover>.select[data-v-dc30b65a]{border-color:var(--inputBorderHover)!important}.vblkjoeq>.input>.select[data-v-dc30b65a]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;height:var(--fd5c5c58);width:100%;margin:0;padding:0 12px;font:inherit;font-weight:400;font-size:1em;color:var(--fg);background:var(--panel);border:solid 1px var(--panel);border-radius:6px;outline:none;box-shadow:none;box-sizing:border-box;cursor:pointer;transition:border-color .1s ease-out;pointer-events:none;-webkit-user-select:none;user-select:none}.vblkjoeq>.input>.prefix[data-v-dc30b65a],.vblkjoeq>.input>.suffix[data-v-dc30b65a]{display:flex;align-items:center;position:absolute;z-index:1;top:0;padding:0 12px;font-size:1em;height:var(--fd5c5c58);pointer-events:none}.vblkjoeq>.input>.prefix[data-v-dc30b65a]:empty,.vblkjoeq>.input>.suffix[data-v-dc30b65a]:empty{display:none}.vblkjoeq>.input>.prefix>*[data-v-dc30b65a],.vblkjoeq>.input>.suffix>*[data-v-dc30b65a]{display:inline-block;min-width:16px;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.vblkjoeq>.input>.prefix[data-v-dc30b65a]{left:0;padding-right:6px}.vblkjoeq>.input>.suffix[data-v-dc30b65a]{right:0;padding-left:6px}.vblkjoeq>.input.inline[data-v-dc30b65a]{display:inline-block;margin:0}.vblkjoeq>.input.focused>select[data-v-dc30b65a]{border-color:var(--accent)!important}.vblkjoeq>.input.disabled[data-v-dc30b65a]{opacity:.7}.vblkjoeq>.input.disabled[data-v-dc30b65a],.vblkjoeq>.input.disabled *[data-v-dc30b65a]{cursor:not-allowed!important}._chevron_1f7v2_1{transition:transform .1s ease-out}._chevronOpening_1f7v2_5{transform:rotateX(180deg)}.ziffeomt[data-v-eaab7818]{position:relative;display:flex;transition:all .2s ease}.ziffeomt>*[data-v-eaab7818]{-webkit-user-select:none;user-select:none}.ziffeomt>input[data-v-eaab7818]{position:absolute;width:32px;height:23px;opacity:0;margin:0}.ziffeomt>.button[data-v-eaab7818]{position:relative;display:inline-flex;flex-shrink:0;margin:0;box-sizing:border-box;width:32px;height:23px;outline:none;background:var(--swutchOffBg);background-clip:content-box;border:solid 1px var(--swutchOffBg);border-radius:999px;transition:inherit;-webkit-user-select:none;user-select:none;pointer-events:none;outline:solid 2.5px var(--swutchOffFg)}.ziffeomt>.button>.knob[data-v-eaab7818]{position:absolute;top:3px;left:3px;width:15px;height:15px;background:var(--swutchOffFg);border-radius:999px;transition:all .2s ease}.ziffeomt:hover>.button[data-v-eaab7818]{border-color:var(--inputBorderHover)!important}.ziffeomt:focus-within>.button[data-v-eaab7818]{outline:auto}.ziffeomt>.label[data-v-eaab7818]{margin-left:12px;margin-top:2px;display:block;transition:inherit;color:var(--fg)}.ziffeomt>.label>span[data-v-eaab7818]{display:block;line-height:20px;cursor:pointer;transition:inherit}.ziffeomt>.label>.caption[data-v-eaab7818]{margin:8px 0 0;color:var(--fgTransparentWeak);font-size:.85em}.ziffeomt>.label>.caption[data-v-eaab7818]:empty{display:none}.ziffeomt>input:disabled~*[data-v-eaab7818]{opacity:.6;cursor:not-allowed}.ziffeomt>input:checked~.button[data-v-eaab7818]{background-color:var(--swutchOnBg)!important;border-color:var(--swutchOnBg)!important;outline:solid 2.5px var(--swutchOnFg)}.ziffeomt>input:checked~.button>.knob[data-v-eaab7818]{left:12px;background:var(--swutchOnFg)}.zmdxowus[data-v-10c32bcc]{padding:8px 16px}.zmdxowus>.caution[data-v-10c32bcc]{margin:0 0 8px;font-size:.8em;color:red}.zmdxowus>.caution>i[data-v-10c32bcc]{margin-right:4px}.zmdxowus>ul[data-v-10c32bcc]{display:block;margin:0;padding:0;list-style:none}.zmdxowus>ul>li[data-v-10c32bcc]{display:flex;margin:8px 0;padding:0;width:100%}.zmdxowus>ul>li>.input[data-v-10c32bcc]{flex:1}.zmdxowus>ul>li>button[data-v-10c32bcc]{width:32px;padding:4px 0}.zmdxowus>.add[data-v-10c32bcc]{margin:8px 0;z-index:1}.zmdxowus>section[data-v-10c32bcc]{margin:16px 0 0}.zmdxowus>section>div[data-v-10c32bcc]{margin:0 8px;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.zmdxowus>section>div[data-v-10c32bcc]:last-child{flex:1 0 auto}.zmdxowus>section>div:last-child>div[data-v-10c32bcc]{flex-grow:1}.zmdxowus>section>div:last-child>section[data-v-10c32bcc]{flex-grow:9999;align-items:end;display:flex;gap:4px}.zmdxowus>section>div:last-child>section>.input[data-v-10c32bcc]{flex:1 1 auto}.info[data-v-d2be2dcd]{padding:16px;font-size:90%;background:var(--infoBg);color:var(--infoFg);border-radius:var(--radius);display:flex;align-items:center;gap:.4em}.info.warn[data-v-d2be2dcd]{background:var(--infoWarnBg);color:var(--infoWarnFg)}.info.card[data-v-d2be2dcd]{display:block;background:var(--panel);color:var(--fg);padding:48px;font-size:1em;text-align:center}.info.card>i[data-v-d2be2dcd]{display:block;font-size:4em;margin:0}.info.card[data-v-d2be2dcd]>*{margin-inline:auto}.info.card[data-v-d2be2dcd]>:not(:last-child){margin-bottom:20px}.info.card[data-v-d2be2dcd]>p{max-width:30em}.info>i[data-v-d2be2dcd]{margin-right:4px}.info>.close[data-v-d2be2dcd]{margin-left:auto;float:right}.ebkgoccj[data-v-f5f4d370]{margin:auto;overflow:hidden;display:flex;flex-direction:column;contain:content;container-type:inline-size;border-radius:var(--radius);--root-margin: 24px}@media (max-width: 500px){.ebkgoccj[data-v-f5f4d370]{--root-margin: 16px}}.ebkgoccj>.header[data-v-f5f4d370]{display:flex;flex-shrink:0;background:var(--windowHeader);-webkit-backdrop-filter:var(--blur, blur(15px));backdrop-filter:var(--blur, blur(15px))}.ebkgoccj>.header>button[data-v-f5f4d370]{height:46px;width:46px}@media (max-width: 500px){.ebkgoccj>.header>button[data-v-f5f4d370]{height:42px;width:42px}}.ebkgoccj>.header>.title[data-v-f5f4d370]{flex:1;line-height:46px;padding-left:32px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}@media (max-width: 500px){.ebkgoccj>.header>.title[data-v-f5f4d370]{line-height:42px;padding-left:16px}}.ebkgoccj>.header>button+.title[data-v-f5f4d370]{padding-left:0}.ebkgoccj>.body[data-v-f5f4d370]{flex:1;overflow:auto;background:var(--panel)}.adhpbeos>label>.label[data-v-405e7930]{font-size:.85em;padding:0 0 8px;-webkit-user-select:none;user-select:none}.adhpbeos>label>.label[data-v-405e7930]:empty{display:none}.adhpbeos>label>.caption[data-v-405e7930]{font-size:.85em;padding:8px 0 0;color:var(--fgTransparentWeak)}.adhpbeos>label>.caption[data-v-405e7930]:empty{display:none}.adhpbeos>label>.input[data-v-405e7930]{position:relative}.adhpbeos>label>.input>textarea[data-v-405e7930]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:100%;min-width:100%;max-width:100%;min-height:130px;margin:0;padding:12px;font:inherit;font-weight:400;font-size:1em;color:var(--fg);background:var(--panel);border:solid 1px var(--panel);border-radius:6px;outline:none;box-shadow:none;box-sizing:border-box;transition:border-color .1s ease-out}.adhpbeos>label>.input>textarea[data-v-405e7930]:hover{border-color:var(--inputBorderHover)!important}.adhpbeos>label>.input.focused>textarea[data-v-405e7930]{border-color:var(--accent)!important}.adhpbeos>label>.input.disabled[data-v-405e7930]{opacity:.7}.adhpbeos>label>.input.disabled[data-v-405e7930],.adhpbeos>label>.input.disabled *[data-v-405e7930]{cursor:not-allowed!important}.adhpbeos>label>.input.tall>textarea[data-v-405e7930]{min-height:200px}.adhpbeos>label>.input.pre>textarea[data-v-405e7930]{white-space:pre}.adhpbeos>.save[data-v-405e7930]{margin:8px 0 0}.mfm-cheat-sheet>.section>.title[data-v-09733565]{position:sticky;z-index:1;top:var(--stickyTop, 0px);padding:16px;font-weight:700;-webkit-backdrop-filter:var(--blur, blur(10px));backdrop-filter:var(--blur, blur(10px));background-color:var(--panelTransparent)}.mfm-cheat-sheet>.section>.content>p[data-v-09733565]{margin:0;padding:0 16px 16px}.mfm-cheat-sheet>.section>.content>.preview[data-v-09733565]{border-top:solid .5px var(--divider);padding:16px}.fade-enter-active[data-v-1bda5b2b],.fade-leave-active[data-v-1bda5b2b]{transition:opacity .2s ease-in-out}.fade-enter-from[data-v-1bda5b2b],.fade-leave-to[data-v-1bda5b2b]{opacity:0}.right[data-v-fa2fa122]{float:right}.gafaadew[data-v-fa2fa122]{position:relative}.gafaadew.modal[data-v-fa2fa122]{width:100%;max-width:520px}.gafaadew>header[data-v-fa2fa122]{display:flex;flex-wrap:wrap;z-index:1000;height:66px}.gafaadew>header>.cancel[data-v-fa2fa122]{padding:0;font-size:20px;width:64px;line-height:66px}.gafaadew>header>.account[data-v-fa2fa122]{height:100%;aspect-ratio:1/1;display:inline-flex;vertical-align:bottom}.gafaadew>header>.account>.avatar[data-v-fa2fa122]{width:28px;height:28px;margin:auto}.gafaadew>header>.right[data-v-fa2fa122]{position:absolute;top:0;right:0;display:flex;align-items:center}.gafaadew>header>.right>.text-count[data-v-fa2fa122]{opacity:.7;line-height:66px}.gafaadew>header>.right>.visibility[data-v-fa2fa122]{height:34px;width:34px;margin:0 0 0 8px}.gafaadew>header>.right>.visibility+.localOnly[data-v-fa2fa122]{margin-left:0!important}.gafaadew>header>.right>.visibility>span:only-child>i[data-v-fa2fa122]{display:block}.gafaadew>header>.right>.local-only[data-v-fa2fa122]{margin:0 0 0 12px;opacity:.7}.gafaadew>header>.right>.preview[data-v-fa2fa122]{display:inline-block;padding:0;margin:0 8px 0 0;font-size:inherit!important;width:34px;height:34px;border-radius:6px}.gafaadew>header>.right>.preview[data-v-fa2fa122]:hover{background:var(--X5)}.gafaadew>header>.right>.preview.active[data-v-fa2fa122]{color:var(--accent)}.gafaadew>header>.right>.submit[data-v-fa2fa122]{display:inline-flex;align-items:center;margin:16px 16px 16px 0;padding:0 12px;line-height:34px;font-weight:700;vertical-align:bottom;border-radius:4px;font-size:.9em}.gafaadew>header>.right>.submit[data-v-fa2fa122]:disabled{opacity:.7}.gafaadew>header>.right>.submit>i[data-v-fa2fa122]{margin-left:6px}.gafaadew>.form>.preview[data-v-fa2fa122]{padding:16px}.gafaadew>.form>.with-quote[data-v-fa2fa122]{display:flex;align-items:center;gap:.4em;margin-inline:24px;margin-bottom:12px;color:var(--accent)}.gafaadew>.form>.with-quote>button[data-v-fa2fa122]{display:flex;padding:0;color:var(--accentAlpha04)}.gafaadew>.form>.with-quote>button[data-v-fa2fa122]:hover{color:var(--accentAlpha06)}.gafaadew>.form>.with-quote>button[data-v-fa2fa122]:active{color:var(--accentDarken30)}.gafaadew>.form>.to-specified[data-v-fa2fa122]{padding:6px 24px;margin-bottom:8px;overflow:auto;line-height:2rem}.gafaadew>.form>.to-specified>.visibleUsers[data-v-fa2fa122]{display:inline;top:-1px;font-size:14px}.gafaadew>.form>.to-specified>.visibleUsers>button[data-v-fa2fa122]{padding:2px;border-radius:8px}.gafaadew>.form>.to-specified>.visibleUsers>button>i[data-v-fa2fa122]{transform:translate(2px)}.gafaadew>.form>.to-specified>.visibleUsers>span[data-v-fa2fa122]{margin:.3rem;padding:4px 0 4px 4px;border-radius:999px;background:var(--interactiveElementHovered)}.gafaadew>.form>.to-specified>.visibleUsers>span>button[data-v-fa2fa122]{padding:4px 8px}.gafaadew>.form>.hasNotSpecifiedMentions[data-v-fa2fa122]{margin:0 20px 16px}.gafaadew>.form>.cw[data-v-fa2fa122],.gafaadew>.form>.hashtags[data-v-fa2fa122],.gafaadew>.form>.text[data-v-fa2fa122]{display:block;box-sizing:border-box;padding:0 24px;margin:0;width:100%;font-size:1.05em;border:none;border-radius:0;background:transparent;color:var(--fg);font-family:inherit}.gafaadew>.form>.cw[data-v-fa2fa122]:focus,.gafaadew>.form>.hashtags[data-v-fa2fa122]:focus,.gafaadew>.form>.text[data-v-fa2fa122]:focus{outline:none}.gafaadew>.form>.cw[data-v-fa2fa122]:disabled,.gafaadew>.form>.hashtags[data-v-fa2fa122]:disabled,.gafaadew>.form>.text[data-v-fa2fa122]:disabled{opacity:.5}.gafaadew>.form>.cw[data-v-fa2fa122]{z-index:1;padding-bottom:8px;border-bottom:solid .5px var(--divider)}.gafaadew>.form>.hashtags[data-v-fa2fa122]{z-index:1;padding-top:8px;padding-bottom:8px;border-top:solid .5px var(--divider)}.gafaadew>.form>.text[data-v-fa2fa122]{max-width:100%;min-width:100%;min-height:90px}.gafaadew>.form>.text.withCw[data-v-fa2fa122]{padding-top:8px}.gafaadew>.form>footer[data-v-fa2fa122]{padding:0 16px 16px}.gafaadew>.form>footer>button[data-v-fa2fa122]{display:inline-block;padding:0;margin:0;font-size:16px;width:40px;height:40px;border-radius:6px}.gafaadew>.form>footer>button[data-v-fa2fa122]:hover{background:var(--postFormButtonHoverBg)}.gafaadew>.form>footer>button.active[data-v-fa2fa122]{color:var(--accent)}.gafaadew.max-width_500px>header[data-v-fa2fa122]{height:50px}.gafaadew.max-width_500px>header>.cancel[data-v-fa2fa122]{width:50px;line-height:50px}.gafaadew.max-width_500px>header>.right>.text-count[data-v-fa2fa122]{line-height:50px}.gafaadew.max-width_500px>header>.right>.submit[data-v-fa2fa122]{margin:8px}.gafaadew.max-width_500px>.form>.to-specified[data-v-fa2fa122]{padding:6px 16px}.gafaadew.max-width_500px>.form>.cw[data-v-fa2fa122],.gafaadew.max-width_500px>.form>.hashtags[data-v-fa2fa122],.gafaadew.max-width_500px>.form>.text[data-v-fa2fa122]{padding:0 16px}.gafaadew.max-width_500px>.form>.text[data-v-fa2fa122]{min-height:80px}.gafaadew.max-width_500px>.form>footer[data-v-fa2fa122]{padding:0 8px 8px}.gafaadew.max-width_310px>.form>footer>button[data-v-fa2fa122]{font-size:14px;width:40px;height:40px}._root_17jeo_1{margin:auto;position:relative;padding:32px;box-sizing:border-box;text-align:center;background:var(--panel);border-radius:var(--radius);width:250px}._root_17jeo_1._iconOnly_17jeo_11{padding:0;width:96px;height:96px;display:flex;align-items:center;justify-content:center}._icon_17jeo_11{font-size:32px}._icon_17jeo_11._success_17jeo_23{color:var(--accent)}._icon_17jeo_11._waiting_17jeo_26{opacity:.7}._text_17jeo_30{margin-top:16px}.toast-enter-active[data-v-8f4600b3],.toast-leave-active[data-v-8f4600b3]{transition:opacity .3s,transform .3s!important}.toast-enter-from[data-v-8f4600b3],.toast-leave-to[data-v-8f4600b3]{opacity:0;transform:translateY(-100%)}.mk-toast>.body[data-v-8f4600b3]{position:fixed;left:0;right:0;top:0;margin:16px auto 0;min-width:300px;max-width:calc(100% - 32px);width:min-content;box-shadow:0 4px 16px #0000004d;border-radius:8px;overflow:clip;text-align:center;pointer-events:none}.mk-toast>.body>.message[data-v-8f4600b3]{padding:16px 24px}._root_9buep_1{position:relative;margin:auto;padding:32px;min-width:320px;max-width:480px;box-sizing:border-box;text-align:center;background:var(--panel);border-radius:var(--radius)}._icon_9buep_13{font-size:24px}._icon_9buep_13+._title_9buep_16{margin-top:8px}._iconInner_9buep_20{display:block;margin:0 auto}._type_info_9buep_25{color:var(--accent)}._type_success_9buep_29{color:var(--success)}._type_error_9buep_33{color:var(--error)}._type_warning_9buep_37{color:var(--warn)}._title_9buep_16{margin:0 0 8px;font-weight:700;font-size:1.1em}._title_9buep_16+._text_9buep_46{margin-top:8px}._text_9buep_46{margin:16px 0 0}._buttons_9buep_54{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.vswabwbm[data-v-74f1b797]{pointer-events:none;position:fixed;width:128px;height:128px}.vswabwbm>svg>circle[data-v-74f1b797]{stroke:var(--accent)}.mjndxjch[data-v-6a4b6117]{padding:32px;text-align:center}.mjndxjch>p[data-v-6a4b6117]{margin:0 0 12px}.mjndxjch>.button[data-v-6a4b6117]{margin:8px auto}.mjndxjch>img[data-v-6a4b6117]{vertical-align:bottom;height:128px;margin-bottom:24px;border-radius:16px}.mjndxjch>.error[data-v-6a4b6117]{opacity:.7}._root_x6nhe_1{position:relative;display:inline-block}._inner_x6nhe_6{transform-origin:center center}.url[data-v-84df0994]{text-decoration:none!important}.url>span[data-v-84df0994]{text-decoration:underline var(--fgTransparent);text-decoration-thickness:1px;transition:text-decoration-color .2s}.url>.icon[data-v-84df0994]{padding-left:2px;font-size:.9em}.url>.self[data-v-84df0994]{font-weight:700}.url>.schema[data-v-84df0994]{opacity:.5}.url>.hostname[data-v-84df0994]{font-weight:700}.url>.pathname[data-v-84df0994]{opacity:.8}.url>.query[data-v-84df0994]{opacity:.5}.url>.hash[data-v-84df0994]{font-style:italic}.url:hover span[data-v-84df0994]{text-decoration-color:var(--link)}.xlcxczvw[data-v-8ef46d38]{word-break:break-all}.xlcxczvw>.icon[data-v-8ef46d38]{padding-left:2px;font-size:.9em}.mention[data-v-331e9793]{position:relative;display:inline-block;padding:2px 8px 2px 2px;margin-block:2px;border-radius:999px;max-width:100%;white-space:nowrap;text-overflow:ellipsis;color:var(--mention);isolation:isolate}.mention[data-v-331e9793]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--mention);opacity:.1;z-index:-1}.mention.isMe[data-v-331e9793]{--mention: var(--mentionMe)}.mention>.icon[data-v-331e9793]{width:1.5em;height:1.5em;object-fit:cover;margin:0 .2em 0 0;vertical-align:bottom;border-radius:100%}.mention>.main>.host[data-v-331e9793]{opacity:.5}.mk-emoji[data-v-de0b4b61]{height:1.25em;vertical-align:-.25em}.mk-emoji.custom[data-v-de0b4b61]{height:2em;vertical-align:middle;transition:transform .2s ease}.mk-emoji.custom[data-v-de0b4b61]:hover{transform:scale(1.2)}.mk-emoji.custom.normal[data-v-de0b4b61]{height:1.25em;vertical-align:-.25em}.mk-emoji.custom.normal[data-v-de0b4b61]:hover{transform:none}.mk-emoji.noStyle[data-v-de0b4b61]{height:auto!important}.mk-google[data-v-dc25278a]{display:flex;margin:8px 0}.mk-google>input[data-v-dc25278a]{flex-shrink:1;padding:10px;width:100%;height:40px;font-size:16px;border:solid 1px var(--divider);border-radius:4px 0 0 4px;-webkit-appearance:none;-webkit-border-radius:4px 0 0 4px}.mk-google>button[data-v-dc25278a]{flex-shrink:0;margin:0;padding:0 16px;border:solid 1px var(--divider);border-left:none;border-radius:0 4px 4px 0}.mk-google>button[data-v-dc25278a]:active{box-shadow:0 2px 4px #00000026 inset}.mk-sparkle[data-v-bf60740a]{position:relative;display:inline-block}.mk-sparkle>span[data-v-bf60740a]{display:inline-block}.mk-sparkle>svg[data-v-bf60740a]{position:absolute;top:-32px;left:-32px;pointer-events:none}.content:not(.animatedMfm) .mfm-object:not(.advancedMfm) [style*="animation:"]{animation:none!important}.content:not(.animatedMfm) .mfm-object:not(.advancedMfm) [style*="transform:"]{transform:none!important}.content:not(.animatedMfm) .mfm-object:not(.advancedMfm) [style*="background-color:"]{background:none!important}.content:not(.animatedMfm) .mfm-object:not(.advancedMfm) [style*="color:"]{color:inherit!important}.content:not(.animatedMfm) .mfm-object:not(.advancedMfm) [style*="font-family:"]{font-family:inherit!important}.content:not(.animatedMfm) .mfm-object:not(.advancedMfm) [style*="clip-path:"]{clip-path:none!important}.mfm-object.advancedMfm .mfm-x2,.content.animatedMfm .mfm-x2{--mfm-zoom-size: 200%}.mfm-object.advancedMfm .mfm-x3,.content.animatedMfm .mfm-x3{--mfm-zoom-size: 400%}.mfm-object.advancedMfm .mfm-x4,.content.animatedMfm .mfm-x4{--mfm-zoom-size: 600%}.mfm-object.advancedMfm .mfm-x2,.mfm-object.advancedMfm .mfm-x3,.mfm-object.advancedMfm .mfm-x4,.content.animatedMfm .mfm-x2,.content.animatedMfm .mfm-x3,.content.animatedMfm .mfm-x4{font-size:var(--mfm-zoom-size)}.mfm-object.advancedMfm .mfm-x2 .mfm-x2,.mfm-object.advancedMfm .mfm-x2 .mfm-x3,.mfm-object.advancedMfm .mfm-x2 .mfm-x4,.mfm-object.advancedMfm .mfm-x3 .mfm-x2,.mfm-object.advancedMfm .mfm-x3 .mfm-x3,.mfm-object.advancedMfm .mfm-x3 .mfm-x4,.mfm-object.advancedMfm .mfm-x4 .mfm-x2,.mfm-object.advancedMfm .mfm-x4 .mfm-x3,.mfm-object.advancedMfm .mfm-x4 .mfm-x4,.content.animatedMfm .mfm-x2 .mfm-x2,.content.animatedMfm .mfm-x2 .mfm-x3,.content.animatedMfm .mfm-x2 .mfm-x4,.content.animatedMfm .mfm-x3 .mfm-x2,.content.animatedMfm .mfm-x3 .mfm-x3,.content.animatedMfm .mfm-x3 .mfm-x4,.content.animatedMfm .mfm-x4 .mfm-x2,.content.animatedMfm .mfm-x4 .mfm-x3,.content.animatedMfm .mfm-x4 .mfm-x4{font-size:calc(var(--mfm-zoom-size) / 2 + 50%)}.mfm-object.advancedMfm .mfm-x2 .mfm-x2 .mfm-x2,.mfm-object.advancedMfm .mfm-x2 .mfm-x2 .mfm-x3,.mfm-object.advancedMfm .mfm-x2 .mfm-x2 .mfm-x4,.mfm-object.advancedMfm .mfm-x2 .mfm-x3 .mfm-x2,.mfm-object.advancedMfm .mfm-x2 .mfm-x3 .mfm-x3,.mfm-object.advancedMfm .mfm-x2 .mfm-x3 .mfm-x4,.mfm-object.advancedMfm .mfm-x2 .mfm-x4 .mfm-x2,.mfm-object.advancedMfm .mfm-x2 .mfm-x4 .mfm-x3,.mfm-object.advancedMfm .mfm-x2 .mfm-x4 .mfm-x4,.mfm-object.advancedMfm .mfm-x3 .mfm-x2 .mfm-x2,.mfm-object.advancedMfm .mfm-x3 .mfm-x2 .mfm-x3,.mfm-object.advancedMfm .mfm-x3 .mfm-x2 .mfm-x4,.mfm-object.advancedMfm .mfm-x3 .mfm-x3 .mfm-x2,.mfm-object.advancedMfm .mfm-x3 .mfm-x3 .mfm-x3,.mfm-object.advancedMfm .mfm-x3 .mfm-x3 .mfm-x4,.mfm-object.advancedMfm .mfm-x3 .mfm-x4 .mfm-x2,.mfm-object.advancedMfm .mfm-x3 .mfm-x4 .mfm-x3,.mfm-object.advancedMfm .mfm-x3 .mfm-x4 .mfm-x4,.mfm-object.advancedMfm .mfm-x4 .mfm-x2 .mfm-x2,.mfm-object.advancedMfm .mfm-x4 .mfm-x2 .mfm-x3,.mfm-object.advancedMfm .mfm-x4 .mfm-x2 .mfm-x4,.mfm-object.advancedMfm .mfm-x4 .mfm-x3 .mfm-x2,.mfm-object.advancedMfm .mfm-x4 .mfm-x3 .mfm-x3,.mfm-object.advancedMfm .mfm-x4 .mfm-x3 .mfm-x4,.mfm-object.advancedMfm .mfm-x4 .mfm-x4 .mfm-x2,.mfm-object.advancedMfm .mfm-x4 .mfm-x4 .mfm-x3,.mfm-object.advancedMfm .mfm-x4 .mfm-x4 .mfm-x4,.content.animatedMfm .mfm-x2 .mfm-x2 .mfm-x2,.content.animatedMfm .mfm-x2 .mfm-x2 .mfm-x3,.content.animatedMfm .mfm-x2 .mfm-x2 .mfm-x4,.content.animatedMfm .mfm-x2 .mfm-x3 .mfm-x2,.content.animatedMfm .mfm-x2 .mfm-x3 .mfm-x3,.content.animatedMfm .mfm-x2 .mfm-x3 .mfm-x4,.content.animatedMfm .mfm-x2 .mfm-x4 .mfm-x2,.content.animatedMfm .mfm-x2 .mfm-x4 .mfm-x3,.content.animatedMfm .mfm-x2 .mfm-x4 .mfm-x4,.content.animatedMfm .mfm-x3 .mfm-x2 .mfm-x2,.content.animatedMfm .mfm-x3 .mfm-x2 .mfm-x3,.content.animatedMfm .mfm-x3 .mfm-x2 .mfm-x4,.content.animatedMfm .mfm-x3 .mfm-x3 .mfm-x2,.content.animatedMfm .mfm-x3 .mfm-x3 .mfm-x3,.content.animatedMfm .mfm-x3 .mfm-x3 .mfm-x4,.content.animatedMfm .mfm-x3 .mfm-x4 .mfm-x2,.content.animatedMfm .mfm-x3 .mfm-x4 .mfm-x3,.content.animatedMfm .mfm-x3 .mfm-x4 .mfm-x4,.content.animatedMfm .mfm-x4 .mfm-x2 .mfm-x2,.content.animatedMfm .mfm-x4 .mfm-x2 .mfm-x3,.content.animatedMfm .mfm-x4 .mfm-x2 .mfm-x4,.content.animatedMfm .mfm-x4 .mfm-x3 .mfm-x2,.content.animatedMfm .mfm-x4 .mfm-x3 .mfm-x3,.content.animatedMfm .mfm-x4 .mfm-x3 .mfm-x4,.content.animatedMfm .mfm-x4 .mfm-x4 .mfm-x2,.content.animatedMfm .mfm-x4 .mfm-x4 .mfm-x3,.content.animatedMfm .mfm-x4 .mfm-x4 .mfm-x4{font-size:100%}@keyframes mfm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mfm-spinX{0%{transform:perspective(128px) rotateX(0)}to{transform:perspective(128px) rotateX(360deg)}}@keyframes mfm-spinY{0%{transform:perspective(128px) rotateY(0)}to{transform:perspective(128px) rotateY(360deg)}}@keyframes mfm-jump{0%{transform:translateY(0)}25%{transform:translateY(-16px)}50%{transform:translateY(0)}75%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes mfm-bounce{0%{transform:translateY(0) scale(1)}25%{transform:translateY(-16px) scale(1)}50%{transform:translateY(0) scale(1)}75%{transform:translateY(0) scale(1.5,.75)}to{transform:translateY(0) scale(1)}}@keyframes mfm-twitch{0%{transform:translate(7px,-2px)}5%{transform:translate(-3px,1px)}10%{transform:translate(-7px,-1px)}15%{transform:translateY(-1px)}20%{transform:translate(-8px,6px)}25%{transform:translate(-4px,-3px)}30%{transform:translate(-4px,-6px)}35%{transform:translate(-8px,-8px)}40%{transform:translate(4px,6px)}45%{transform:translate(-3px,1px)}50%{transform:translate(2px,-10px)}55%{transform:translate(-7px)}60%{transform:translate(-2px,4px)}65%{transform:translate(3px,-8px)}70%{transform:translate(6px,7px)}75%{transform:translate(-7px,-2px)}80%{transform:translate(-7px,-8px)}85%{transform:translate(9px,3px)}90%{transform:translate(-3px,-2px)}95%{transform:translate(-10px,2px)}to{transform:translate(-2px,-6px)}}@keyframes mfm-shake{0%{transform:translate(-3px,-1px) rotate(-8deg)}5%{transform:translateY(-1px) rotate(-10deg)}10%{transform:translate(1px,-3px) rotate(0)}15%{transform:translate(1px,1px) rotate(11deg)}20%{transform:translate(-2px,1px) rotate(1deg)}25%{transform:translate(-1px,-2px) rotate(-2deg)}30%{transform:translate(-1px,2px) rotate(-3deg)}35%{transform:translate(2px,1px) rotate(6deg)}40%{transform:translate(-2px,-3px) rotate(-9deg)}45%{transform:translateY(-1px) rotate(-12deg)}50%{transform:translate(1px,2px) rotate(10deg)}55%{transform:translateY(-3px) rotate(8deg)}60%{transform:translate(1px,-1px) rotate(8deg)}65%{transform:translateY(-1px) rotate(-7deg)}70%{transform:translate(-1px,-3px) rotate(6deg)}75%{transform:translateY(-2px) rotate(4deg)}80%{transform:translate(-2px,-1px) rotate(3deg)}85%{transform:translate(1px,-3px) rotate(-10deg)}90%{transform:translate(1px) rotate(3deg)}95%{transform:translate(-2px) rotate(-3deg)}to{transform:translate(2px,1px) rotate(2deg)}}@keyframes mfm-rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}@keyframes mfm-rainbow{0%{filter:hue-rotate(0deg) contrast(150%) saturate(150%)}to{filter:hue-rotate(360deg) contrast(150%) saturate(150%)}}@keyframes mfm-fade{0%{opacity:0}to{opacity:1}}.mfm-object[data-v-f9b57a3d]{white-space:pre-wrap}.mfm-object.nowrap[data-v-f9b57a3d]{white-space:pre;word-wrap:normal;overflow:hidden;text-overflow:ellipsis}.mfm-object[data-v-f9b57a3d] blockquote{display:block;margin:8px 0;padding-left:12px;color:var(--fgTransparentWeak);border-left:solid 4px var(--fgTransparent)}.mfm-object[data-v-f9b57a3d] pre{font-size:.8em}.mfm-object[data-v-f9b57a3d]>code{font-size:.8em;word-break:break-all;padding:4px 6px}.mk-acct>.host[data-v-3c9ad106]{opacity:.5}.fzgwjkgc[data-v-ae5becd3]{box-shadow:0 0 0 3px var(--panel);border-radius:120%}.fzgwjkgc.online[data-v-ae5becd3]{background:#9ccfd8}.fzgwjkgc.active[data-v-ae5becd3]{background:#f6c177}.fzgwjkgc.offline[data-v-ae5becd3]{background:#eb6f92}.fzgwjkgc.unknown[data-v-ae5becd3]{background:#6e6a86}@keyframes earwiggleleft-9b42ddf4{0%{transform:rotate(37.6deg) skew(30deg)}25%{transform:rotate(10deg) skew(30deg)}50%{transform:rotate(20deg) skew(30deg)}75%{transform:rotate(0) skew(30deg)}to{transform:rotate(37.6deg) skew(30deg)}}@keyframes earwiggleright-9b42ddf4{0%{transform:rotate(-37.6deg) skew(-30deg)}30%{transform:rotate(-10deg) skew(-30deg)}55%{transform:rotate(-20deg) skew(-30deg)}75%{transform:rotate(0) skew(-30deg)}to{transform:rotate(-37.6deg) skew(-30deg)}}.eiwwqkts[data-v-9b42ddf4]{position:relative;display:inline-block;vertical-align:bottom;flex-shrink:0;border-radius:100%;line-height:16px}.eiwwqkts>.inner[data-v-9b42ddf4]{position:absolute;bottom:0;left:0;right:0;top:0;border-radius:100%;z-index:1;overflow:hidden;object-fit:cover;width:100%;height:100%}.eiwwqkts>.indicator[data-v-9b42ddf4]{position:absolute;z-index:1;bottom:0;left:0;width:18%;height:18%}.eiwwqkts.square[data-v-9b42ddf4]{border-radius:20%}.eiwwqkts.square>.inner[data-v-9b42ddf4]{border-radius:20%}.eiwwqkts.cat[data-v-9b42ddf4]:before,.eiwwqkts.cat[data-v-9b42ddf4]:after{background:#ebbcba;border:solid 4px currentColor;box-sizing:border-box;content:"";display:inline-block;height:50%;width:50%}.eiwwqkts.cat[data-v-9b42ddf4]:before{border-radius:0 75% 75%;transform:rotate(37.5deg) skew(30deg)}.eiwwqkts.cat[data-v-9b42ddf4]:after{border-radius:75% 0 75% 75%;transform:rotate(-37.5deg) skew(-30deg)}.eiwwqkts.cat[data-v-9b42ddf4]:hover:before{animation:earwiggleleft-9b42ddf4 1s infinite}.eiwwqkts.cat[data-v-9b42ddf4]:hover:after{animation:earwiggleright-9b42ddf4 1s infinite}._root_1oh60_1{unicode-bidi:isolate}.mk-ellipsis>span[data-v-ad1b809a]{animation:ellipsis-ad1b809a 1.4s infinite ease-in-out both}.mk-ellipsis>span[data-v-ad1b809a]:nth-child(1){animation-delay:0s}.mk-ellipsis>span[data-v-ad1b809a]:nth-child(2){animation-delay:.16s}.mk-ellipsis>span[data-v-ad1b809a]:nth-child(3){animation-delay:.32s}@keyframes ellipsis-ad1b809a{0%,80%,to{opacity:1}40%{opacity:0}}@keyframes _spin_19lh4_56{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _dash_19lh4_1{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}._root_19lh4_24{padding:32px;text-align:center;cursor:wait;--size: 40px}._root_19lh4_24._colored_19lh4_30{color:var(--accent)}._root_19lh4_24._inline_19lh4_33{display:inline;padding:0;--size: 32px}._root_19lh4_24._mini_19lh4_38{padding:16px;--size: 32px}._root_19lh4_24._em_19lh4_42{display:inline-block;vertical-align:middle;padding:0;--size: 1em}._container_19lh4_49{position:relative;width:var(--size);height:var(--size);margin:0 auto}._spinner_19lh4_56{position:absolute;top:0;left:0;z-index:999;width:var(--size);height:var(--size);animation:_spin_19lh4_56 2s linear infinite}._path_19lh4_66{stroke:var(--accent);stroke-linecap:round;animation:_dash_19lh4_1 1.2s ease-in-out infinite}.mjndxjcg[data-v-0c1e7814]{padding:32px;text-align:center}.mjndxjcg>p[data-v-0c1e7814]{margin:0 0 8px}.mjndxjcg>.button[data-v-0c1e7814]{margin:0 auto}.mjndxjcg>img[data-v-0c1e7814]{vertical-align:bottom;height:128px;margin-bottom:16px;border-radius:16px}.follow-button[data-v-59890efd]{position:relative;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent);border:solid 1px var(--accent);padding:0;font-size:16px;width:2em;height:2em;border-radius:100px;background:var(--bg);vertical-align:middle;margin-left:.5em}.follow-button.full[data-v-59890efd]{padding:.2em .7em;width:auto;font-size:14px}.follow-button.large[data-v-59890efd]{font-size:16px;height:38px;padding:0 12px 0 16px}.follow-button[data-v-59890efd]:not(.full){width:31px}.follow-button:not(.full) span[data-v-59890efd]{display:none}.follow-button[data-v-59890efd]:focus-visible:after{content:"";pointer-events:none;position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid var(--focus);border-radius:32px}.follow-button.active[data-v-59890efd]{color:var(--fgOnAccent);background:var(--accent)}.follow-button.active[data-v-59890efd]:hover{background:var(--accentLighten);border-color:var(--accentLighten)}.follow-button.active[data-v-59890efd]:active{background:var(--accentDarken);border-color:var(--accentDarken)}.follow-button.wait[data-v-59890efd]{cursor:wait!important;opacity:.7}.follow-button>span[data-v-59890efd]{margin-right:6px}.blocking[data-v-59890efd]{background-color:var(--bg)!important;border:none}.fdidabkb[data-v-20c128ce]{--height: 55px;display:flex;justify-content:space-between;width:100%;height:var(--height);padding-inline:24px;box-sizing:border-box;overflow:hidden;-webkit-backdrop-filter:var(--blur, blur(15px));backdrop-filter:var(--blur, blur(15px))}@media (max-width: 500px){.fdidabkb[data-v-20c128ce]{padding-inline:16px}.fdidabkb.tabs>.buttons[data-v-20c128ce]>.follow-button>span{display:none}}@media (max-width: 700px){.fdidabkb>.left[data-v-20c128ce]{min-width:unset!important;max-width:40%}.fdidabkb>.left[data-v-20c128ce],.fdidabkb>.right[data-v-20c128ce]{flex:unset!important}.fdidabkb:not(.tabs)>.left[data-v-20c128ce]{width:0!important;flex-grow:1!important;max-width:unset!important}.fdidabkb.tabs>.left[data-v-20c128ce]{flex-shrink:0!important}.fdidabkb.tabs .buttons~.titleContainer>.title[data-v-20c128ce]{display:none}}.fdidabkb[data-v-20c128ce]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-bottom:solid .5px var(--divider);z-index:-1}.fdidabkb[data-v-20c128ce]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--pageHeader);z-index:-2}.fdidabkb.thin[data-v-20c128ce]{--height: 45px}.fdidabkb.thin .buttons>.button[data-v-20c128ce]{font-size:.9em}.fdidabkb>.left[data-v-20c128ce]{display:flex}.fdidabkb>.left>.buttons[data-v-20c128ce]:not(:empty){margin-right:8px;margin-left:calc(0px - var(--margin))}.fdidabkb>.left>.buttons>.avatar[data-v-20c128ce]{width:32px;height:32px;margin-left:var(--margin)}.fdidabkb .buttons[data-v-20c128ce]{--margin: 8px;display:flex;align-items:center;height:var(--height)}.fdidabkb .buttons.right[data-v-20c128ce]{justify-content:flex-end;z-index:2}.fdidabkb .buttons.right>.button[data-v-20c128ce]:last-child{margin-right:calc(0px - var(--margin))}.fdidabkb .buttons>.fullButton+.fullButton[data-v-20c128ce]{margin-left:12px}.fdidabkb>.left>.backButton[data-v-20c128ce]{display:flex;align-items:center;justify-content:center}.fdidabkb>.left>.titleContainer[data-v-20c128ce]{display:flex;align-items:center;max-width:400px;overflow:auto;white-space:nowrap;text-align:left;font-weight:700;flex-shrink:0}.fdidabkb>.left>.titleContainer>.avatar[data-v-20c128ce]{display:inline-block;width:32px;height:32px;vertical-align:bottom;margin-right:8px}.fdidabkb>.left>.titleContainer>.icon[data-v-20c128ce]{margin-right:8px;min-width:16px;width:1em;text-align:center}.fdidabkb>.left>.titleContainer>.title[data-v-20c128ce]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.1}.fdidabkb>.left>.titleContainer>.title>.subtitle[data-v-20c128ce]{opacity:.6;font-size:.8em;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fdidabkb>.left>.titleContainer>.title>.subtitle.activeTab[data-v-20c128ce]{text-align:center}.fdidabkb>.left>.titleContainer>.title>.subtitle.activeTab>.chevron[data-v-20c128ce]{display:inline-block;margin-left:6px}.fdidabkb>.left[data-v-20c128ce],.fdidabkb>.right[data-v-20c128ce]{flex-basis:100%;flex-shrink:9999;overflow:hidden}.fdidabkb>.left[data-v-20c128ce]{min-width:20%;margin-left:-10px;padding-left:10px}.fdidabkb>.right[data-v-20c128ce]{min-width:max-content;margin-right:-10px;padding-right:10px}.fdidabkb>.tabs[data-v-20c128ce]{position:relative;font-size:1em;overflow-x:auto;white-space:nowrap;contain:content;display:flex;padding-inline:20px;margin-inline:-20px;mask:linear-gradient(to right,transparent,black 20px calc(100% - 20px),transparent);-webkit-mask:linear-gradient(to right,transparent,black 20px calc(100% - 20px),transparent);scrollbar-width:none}.fdidabkb>.tabs[data-v-20c128ce]::-webkit-scrollbar{display:none}.fdidabkb>.tabs.collapse[data-v-20c128ce]{--width: 2.7em}.fdidabkb>.tabs.collapse>.tab[data-v-20c128ce]{width:2.7em;min-width:2.7em!important}.fdidabkb>.tabs.collapse>.tab:not(.active)>.title[data-v-20c128ce]{opacity:0}.fdidabkb>.tabs:not(.collapse)>.tab[data-v-20c128ce]{--width: max-content !important}.fdidabkb>.tabs>.tab[data-v-20c128ce]{display:inline-flex;align-items:center;position:relative;border-inline:10px solid transparent;height:100%;min-width:max-content;font-weight:400;opacity:.7;overflow:hidden;transition:color .2s,opacity .2s,width .2s,min-width .2s;--width: 38px}.fdidabkb>.tabs>.tab[data-v-20c128ce]:hover{opacity:1}.fdidabkb>.tabs>.tab.active[data-v-20c128ce]{opacity:1;color:var(--accent);font-weight:600;width:var(--width);min-width:var(--width)!important}.fdidabkb>.tabs>.tab>.icon+.title[data-v-20c128ce]{margin-left:8px}.fdidabkb>.tabs>.tab>.title[data-v-20c128ce]{transition:opacity .2s}.fdidabkb>.tabs>.highlight[data-v-20c128ce]{position:absolute;bottom:0;left:0;height:3px;background:var(--accent);border-radius:999px;transition:width .2s,transform .2s;transition-timing-function:cubic-bezier(0,0,0,1.2);pointer-events:none}._root_b6w6v_1{box-sizing:border-box;width:100%}._content_b6w6v_6{margin:0 auto}
