.react-flow{direction:ltr;--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,100%,.5);--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:hsla(0,0%,94%,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(0,0,0,.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:rgba(0,89,220,.08);--xy-selection-border-default:1px dotted rgba(0,89,220,.8);--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,59%,.25);--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:rgba(60,60,60,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px hsla(0,0%,100%,.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:rgba(200,200,220,.08);--xy-selection-border-default:1px dotted rgba(200,200,220,.8);--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color,var(--xy-background-color-props,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.draggable{cursor:-webkit-grab;cursor:grab}.react-flow__pane.draggable.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow__edges{position:absolute}.react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:-webkit-grab;cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__minimap{background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{padding:10px;border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default))}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@font-face{font-family:Helvetica Neue;src:url(/_next/static/media/HelveticaNeue-Regular.97a02fb6.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/_next/static/media/HelveticaNeue-Medium.68baf4c5.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/_next/static/media/HelveticaNeue-Bold.44613c7b.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cerebri Sans;src:url(/_next/static/media/CerebriSans-Regular.166c2ea9.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cerebri Sans;src:url(/_next/static/media/CerebriSans-Medium.990e931a.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cerebri Sans;src:url(/_next/static/media/CerebriSans-SemiBold.d162ffd5.woff) format("woff");font-weight:550;font-style:normal;font-display:swap}@font-face{font-family:Cerebri Sans;src:url(/_next/static/media/CerebriSans-Bold.354597a5.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}code[class*=language-],pre[class*=language-]{color:#dbe2f0;font-size:13px;text-shadow:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}code[class*=language-]::mozselection,code[class*=language-]::selection,pre[class*=language-]::mozselection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;background:#14171f}:not(pre)>code[class*=language-]{padding:.1em .3em;border-radius:.3em;color:#db4c69;background:#14171f}.namespace{opacity:.7}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#93a1a1}.token.punctuation{color:#999}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#ffc300}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#a67f59;background:#14171f}.token.atrule,.token.attr-value,.token.keyword{color:#a807e6}.token.function{color:#4393e7}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[data-line]{position:relative}pre[class*=language-]>code[class*=language-]{position:relative;z-index:1}.line-highlight{position:absolute;left:0;right:0;padding-left:0;padding-bottom:inherit;padding-right:0;padding-top:inherit;margin-top:1em;background:#14181f;box-shadow:inset 5px 0 0 #14176f;z-index:0;pointer-events:none;line-height:inherit;white-space:pre}div:not(.visualEditor):not(.noCustomStyle)>svg rect.note:hover{cursor:-webkit-grab!important;cursor:grab!important;opacity:1!important}div:not(.visualEditor):not(.noCustomStyle)>svg g rect.actor,div:not(.visualEditor):not(.noCustomStyle)>svg g text:not(.noteText){cursor:pointer}div:not(.visualEditor):not(.noCustomStyle)>svg g:hover rect.actor,div:not(.visualEditor):not(.noCustomStyle)>svg g:hover text:not(.noteText){opacity:80%}div:not(.visualEditor):not(.noCustomStyle)>svg .node,div:not(.visualEditor):not(.noCustomStyle)>svg text.messageText,div:not(.visualEditor):not(.noCustomStyle)>svg tspan{-webkit-user-select:none;-moz-user-select:none;user-select:none}div:not(.visualEditor):not(.noCustomStyle)>svg .node{cursor:pointer}div:not(.visualEditor):not(.noCustomStyle)>svg .node:hover{opacity:80%}div:not(.visualEditor):not(.noCustomStyle)>svg .edgeLabel{-webkit-user-select:none;-moz-user-select:none;user-select:none}div:not(.visualEditor):not(.noCustomStyle)>svg rect:hover{cursor:pointer;opacity:.8}.light-red:before{color:#c97071}.medium-red:before{color:#ac4142}.dark-red:before{color:#742c2d}.light-green:before{color:#a6ba7b}.medium-green:before{color:#90a959}.dark-green:before{color:#66783e}.light-yellow:before{color:#fae0bc}.medium-yellow:before{color:#ee9e2e}.dark-yellow:before{color:#d88511}.light-blue:before{color:#6098b0}.medium-blue:before{color:#6a9fb5}.dark-blue:before{color:#46788d}.light-maroon:before{color:#be7953}.medium-maroon:before{color:#8f5536}.dark-maroon:before{color:#573421}.light-purple:before{color:#c7a4c0}.medium-purple:before{color:#aa759f}.dark-purple:before{color:#825078}.light-orange:before{color:#d99762}.medium-orange:before{color:#d28445}.dark-orange:before{color:#a35f27}.light-cyan:before{color:#6bb0a4}.medium-cyan:before{color:#75b5aa}.dark-cyan:before{color:#4d9085}.light-pink:before{color:#ff4ddb}.medium-pink:before{color:#f0c}.dark-pink:before{color:#b3008f}.theme-colour-check{background:#fff}@font-face{font-family:FontAwesome;font-weight:400;font-style:normal;src:url(/_next/static/media/fontawesome.e9955780.woff2)}@font-face{font-family:Mfizz;src:url(/_next/static/media/mfixx.8e0807ce.woff2);font-weight:400;font-style:normal}@font-face{font-family:Devicons;src:url(/_next/static/media/devopicons.3c46801a.woff2);font-weight:400;font-style:normal}@font-face{font-family:file-icons;src:url(/_next/static/media/file-icons.2cbb51ef.woff2);font-weight:400;font-style:normal}@font-face{font-family:octicons;src:url(/_next/static/media/octicons.c982f59d.woff2);font-weight:400;font-style:normal}.icon:before{font-weight:400;font-style:normal;text-align:center;width:16px;line-height:1;position:relative;display:inline-block;-webkit-font-smoothing:antialiased}.binary-icon:before{content:""}.binary-icon:before,.book-icon:before{font-family:octicons;font-size:16px;top:1px}.book-icon:before{content:""}.brew-icon:before{font-family:octicons;font-size:16px;top:1px;content:"";font-size:15px;left:1px}.checklist-icon:before{font-family:octicons;font-size:16px;top:1px;content:"";font-size:17px;left:1px}.code-icon:before{content:""}.code-icon:before,.database-icon:before{font-family:octicons;font-size:16px;top:1px}.database-icon:before{content:""}.gear-icon:before{content:""}.gear-icon:before,.git-commit-icon:before{font-family:octicons;font-size:16px;top:1px}.git-commit-icon:before{content:""}.git-merge-icon:before{content:""}.git-merge-icon:before,.github-icon:before{font-family:octicons;font-size:16px;top:1px}.github-icon:before{content:""}.graph-icon:before{content:""}.graph-icon:before,.image-icon:before{font-family:octicons;font-size:16px;top:1px}.image-icon:before{content:""}.key-icon:before{content:""}.key-icon:before,.link-icon:before{font-family:octicons;font-size:16px;top:1px}.link-icon:before{content:""}.markdown-icon:before{content:""}.markdown-icon:before,.package-icon:before{font-family:octicons;font-size:16px;top:1px}.package-icon:before{content:""}.ruby-icon:before{content:""}.ruby-icon:before,.secret-icon:before{font-family:octicons;font-size:16px;top:1px}.secret-icon:before{content:""}.squirrel-icon:before{font-family:octicons;font-size:16px;top:1px;content:"";font-size:15px}.text-icon:before{content:""}.text-icon:before,.zip-icon:before{font-family:octicons;font-size:16px;top:1px}.zip-icon:before{content:""}.android-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:16px;top:1px}.at-icon:before{content:""}.at-icon:before,.audio-icon:before{font-family:FontAwesome;font-size:13px;font-size:15px;top:1px}.audio-icon:before{content:""}.bullhorn-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:16px;top:2px}.calc-icon:before{content:""}.calc-icon:before,.coffee-icon:before{font-family:FontAwesome;font-size:13px;font-size:14px}.coffee-icon:before{content:"";top:1px}.css3-icon:before{content:"";top:0}.circle-icon:before,.css3-icon:before{font-family:FontAwesome;font-size:13px}.circle-icon:before{content:"";font-size:16px;top:1px}.earth-icon:before{content:""}.earth-icon:before,.gears-icon:before{font-family:FontAwesome;font-size:13px;font-size:15px}.gears-icon:before{content:""}.html5-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:15px;top:1px}.mobile-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:20px;top:2px}.moon-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:16px;top:1px}.music-icon:before{content:""}.music-icon:before,.print-icon:before{font-family:FontAwesome;font-size:13px;font-size:15px}.print-icon:before{content:"";top:2px}.recycle-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:15px;top:2px}.rss-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:16px;top:2px}.smarty-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:15px}.sourcemap-icon:before{content:""}.sourcemap-icon:before,.sun-icon:before{font-family:FontAwesome;font-size:13px;font-size:14px}.sun-icon:before{content:"";-webkit-font-smoothing:subpixel-antialiased}.toc-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:15px;top:2px}.twig-icon:before{content:""}.pdf-icon:before,.twig-icon:before{font-family:FontAwesome;font-size:13px;font-size:14px}.pdf-icon:before{content:""}.lock-icon:before{font-family:FontAwesome;font-size:13px;content:"";font-size:18px;top:2px}.apache-icon:before{content:"";top:3px}.apache-icon:before,.archlinux-icon:before{font-family:Mfizz;font-size:14px;font-size:15px}.archlinux-icon:before{content:"A";top:1px}.c-icon:before{font-family:Mfizz;font-size:14px;content:"";top:1px;font-size:13px}.cpp-icon:before{content:""}.cpp-icon:before,.csharp-icon:before{font-family:Mfizz;font-size:14px;top:1px}.csharp-icon:before{content:""}.debian-icon:before{content:""}.debian-icon:before,.elixir-icon:before{font-family:Mfizz;font-size:14px;top:1px}.elixir-icon:before{content:""}.gnome-icon:before{font-family:Mfizz;font-size:14px;content:"";top:1px}.haskell-icon:before{content:""}.haskell-icon:before,.java-icon:before{font-family:Mfizz;font-size:14px;top:2px;font-size:16px}.java-icon:before{content:""}.js-icon:before{font-family:Mfizz;content:"";top:1px;font-size:14px}.msql-icon:before{font-family:Mfizz;font-size:14px;content:"";top:2px;font-size:15px;text-shadow:0 0 0}.objc-icon:before{font-family:Mfizz;font-size:14px;content:"";top:2px;font-size:16px}.osx-icon:before{content:""}.osx-icon:before,.perl-icon:before{font-family:Mfizz;font-size:14px;top:1px}.perl-icon:before{content:""}.python-icon:before{font-family:Mfizz;font-size:14px;content:"";top:1px}.red-hat-icon:before{font-family:Mfizz;font-size:14px;content:"";top:2px}.scala-icon:before{content:""}.scala-icon:before,.sql-icon:before{font-family:Mfizz;font-size:14px;top:1px}.sql-icon:before{content:""}.svg-icon:before{font-family:Mfizz;font-size:14px;content:"";top:1px}.tt-icon:before{font-family:Mfizz;font-size:14px;content:"TT"}.x11-icon:before{font-family:Mfizz;font-size:14px;content:"";top:1px;font-size:13px}.angular-icon:before{font-family:Devicons;font-size:16px;top:3px;content:""}.appcelerator-icon:before{font-family:Devicons;font-size:16px;top:3px;content:""}.appstore-icon:before{content:""}.appstore-icon:before,.asp-icon:before{font-family:Devicons;font-size:16px;top:3px}.asp-icon:before{content:""}.atom-icon:before{content:"";-webkit-font-smoothing:subpixel-antialiased}.atom-icon:before,.backbone-icon:before{font-family:Devicons;font-size:16px;top:3px}.backbone-icon:before{content:""}.bootstrap-icon:before{font-family:Devicons;font-size:16px;top:3px;content:"";font-size:15px;top:2px}.bower-icon:before{content:"";text-shadow:0 0 0}.bower-icon:before,.chrome-icon:before{font-family:Devicons;font-size:16px;top:3px}.chrome-icon:before{content:""}.clojure-icon:before{font-family:Devicons;font-size:16px;top:3px;content:"";-webkit-font-smoothing:subpixel-antialiased}.compass-icon:before{font-family:Devicons;font-size:16px;top:3px;content:"";font-size:14px;top:2px}.dart-icon:before{font-family:Devicons;font-size:16px;top:3px;content:"";font-size:15px;top:2px}.dlang-icon:before{content:""}.dlang-icon:before,.dojo-icon:before{font-family:Devicons;font-size:16px;top:3px}.dojo-icon:before{content:"";top:4px;transform:scale(1.2);-webkit-font-smoothing:subpixel-antialiased}.dropbox-icon:before{content:""}.dropbox-icon:before,.eclipse-icon:before{font-family:Devicons;font-size:16px;top:3px}.eclipse-icon:before{content:""}.erlang-icon:before{content:""}.erlang-icon:before,.extjs-icon:before{font-family:Devicons;font-size:16px;top:3px}.extjs-icon:before{content:""}.fsharp-icon:before{content:"";left:1px}.fsharp-icon:before,.git-icon:before{font-family:Devicons;font-size:16px;top:3px;top:2px}.git-icon:before{content:"";font-size:15px}.heroku-icon:before{font-family:Devicons;font-size:16px;top:3px;content:""}.jquery-icon:before{content:""}.jquery-icon:before,.jqueryui-icon:before{font-family:Devicons;font-size:16px;top:3px;font-size:15px;top:2px}.jqueryui-icon:before{content:""}.laravel-icon:before{content:""}.laravel-icon:before,.materialize-icon:before{font-family:Devicons;font-size:16px;top:3px;-webkit-font-smoothing:subpixel-antialiased}.materialize-icon:before{content:"";transform:scale(1.2)}.modernizr-icon:before{font-family:Devicons;font-size:16px;top:3px;content:""}.mootools-icon:before{content:"";text-shadow:0 0 0}.mootools-icon:before,.node-icon:before{font-family:Devicons;font-size:16px;top:3px}.node-icon:before{content:""}.pod-icon:before{font-family:Devicons;font-size:16px;top:3px;content:"";font-size:15px;top:2px}.prolog-icon:before{content:""}.prolog-icon:before,.rails-icon:before{font-family:Devicons;font-size:16px;top:3px}.rails-icon:before{content:""}.raphael-icon:before{font-family:Devicons;font-size:16px;top:3px;content:"";font-size:15px}.requirejs-icon:before{content:""}.requirejs-icon:before,.rust-icon:before{font-family:Devicons;font-size:16px;top:3px}.rust-icon:before{content:""}.sass-icon:before{content:""}.sass-icon:before,.sencha-icon:before{font-family:Devicons;font-size:16px;top:3px}.sencha-icon:before{content:""}.snapsvg-icon:before{content:""}.snapsvg-icon:before,.swift-icon:before{font-family:Devicons;font-size:16px;top:3px}.swift-icon:before{content:"";left:-1px}.travis-icon:before{content:""}.travis-icon:before,.uikit-icon:before{font-family:Devicons;font-size:16px;top:3px;font-size:15px;top:2px}.uikit-icon:before{content:""}.unity3d-icon:before{content:""}.unity3d-icon:before,.vim-icon:before{font-family:Devicons;font-size:16px;top:3px}.vim-icon:before{content:""}.vs-icon:before{content:""}.vs-icon:before,.windows-icon:before{font-family:Devicons;font-size:16px;top:3px;font-size:14px;top:2px}.windows-icon:before{content:""}.yeoman-icon:before{font-family:Devicons;font-size:16px;top:3px;content:""}._1c-icon:before{content:"ꗪ"}._1c-alt-icon:before,._1c-icon:before{font-family:file-icons;font-size:15px;top:3px;font-size:16px}._1c-alt-icon:before{content:""}.abap-icon:before{content:""}.abap-icon:before,.access-icon:before{font-family:file-icons;font-size:15px;top:2px}.access-icon:before{content:""}.ada-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:17px}.ae-icon:before{content:""}.ae-icon:before,.ahk-icon:before{font-family:file-icons;font-size:15px;top:2px}.ahk-icon:before{content:""}.ai-icon:before{content:""}.ai-icon:before,.alloy-icon:before{font-family:file-icons;font-size:15px;top:2px}.alloy-icon:before{content:""}.alpine-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.ampl-icon:before{content:"";left:1px}.ampl-icon:before,.amx-icon:before{font-family:file-icons;font-size:15px;top:3px;font-size:16px}.amx-icon:before{content:""}.ant-icon:before{font-family:file-icons;font-size:15px;content:"";top:4px;font-size:18px;transform:scale(1.1)}.antlr-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.api-icon:before{content:""}.api-icon:before,.apl-icon:before{font-family:file-icons;font-size:15px;top:2px}.apl-icon:before{content:"⍋"}.apple-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px}.appveyor-icon:before{content:""}.appveyor-icon:before,.arc-icon:before{font-family:file-icons;font-size:15px;top:2px}.arc-icon:before{content:""}.arduino-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.arttext-icon:before{font-family:file-icons;font-size:15px;content:"ⓐ";top:2px}.as-icon:before{content:""}.as-icon:before,.asciidoc-icon:before{font-family:file-icons;font-size:15px;top:1px;font-size:14px}.asciidoc-icon:before{content:""}.ats-icon:before{content:""}.ats-icon:before,.audacity-icon:before{font-family:file-icons;font-size:15px;top:2px}.audacity-icon:before{content:""}.augeas-icon:before{content:""}.augeas-icon:before,.autoit-icon:before{font-family:file-icons;font-size:15px;top:2px}.autoit-icon:before{content:"";font-size:16px}.babel-icon:before{content:"";left:1px}.babel-icon:before,.bibtex-icon:before{font-family:file-icons;font-size:15px;top:2px}.bibtex-icon:before{content:"";font-size:16px;-webkit-font-smoothing:subpixel-antialiased}.blender-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.bluespec-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:13px;left:1px}.boo-icon:before{content:""}.boo-icon:before,.boot-icon:before{font-family:file-icons;font-size:15px;top:2px}.boot-icon:before{content:"";font-size:16px}.brain-icon:before{content:""}.brain-icon:before,.brakeman-icon:before{font-family:file-icons;font-size:15px;top:2px}.brakeman-icon:before{content:""}.bro-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.broccoli-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.byond-icon:before{content:""}.byond-icon:before,.cabal-icon:before{font-family:file-icons;font-size:15px;top:2px}.cabal-icon:before{content:""}.cake-icon:before{content:""}.cake-icon:before,.cakefile-icon:before{font-family:file-icons;font-size:15px;top:2px}.cakefile-icon:before{content:""}.cakephp-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.cc-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.ceylon-icon:before{content:""}.ceylon-icon:before,.cf-icon:before{font-family:file-icons;font-size:15px;top:2px}.cf-icon:before{content:""}.chai-icon:before{font-family:file-icons;font-size:15px;content:"c";top:3px;font-size:16px}.chapel-icon:before{content:""}.chapel-icon:before,.chartjs-icon:before{font-family:file-icons;font-size:15px;top:2px}.chartjs-icon:before{content:""}.chuck-icon:before{content:""}.chuck-icon:before,.circleci-icon:before{font-family:file-icons;font-size:15px;top:2px}.circleci-icon:before{content:"";font-size:14px}.cirru-icon:before{content:""}.cirru-icon:before,.cl-icon:before{font-family:file-icons;font-size:15px;top:2px;text-shadow:0 0 0}.cl-icon:before{content:""}.clarion-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px;left:1px}.clean-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.click-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.clips-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:18px}.cljs-icon:before{content:"";top:2px}.cljs-icon:before,.cmake-icon:before{font-family:file-icons;font-size:15px}.cmake-icon:before{content:"";top:1px;font-size:14px}.codecov-icon:before{font-family:file-icons;font-size:15px;content:"☂";top:2px}.composer-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:17px}.config-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.cordova-icon:before{content:""}.coq-icon:before,.cordova-icon:before{font-family:file-icons;font-size:15px;top:2px}.coq-icon:before{content:"";font-size:16px;left:1px}.cp-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:17px}.creole-icon:before{content:""}.creole-icon:before,.crystal-icon:before{font-family:file-icons;font-size:15px;top:2px}.crystal-icon:before{content:"";left:1px}.csound-icon:before{content:""}.csound-icon:before,.csscript-icon:before{font-family:file-icons;font-size:15px;top:2px}.csscript-icon:before{content:""}.cucumber-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.cython-icon:before{content:""}.cython-icon:before,.d3-icon:before{font-family:file-icons;font-size:15px;top:2px}.d3-icon:before{content:""}.darcs-icon:before{content:""}.darcs-icon:before,.dashboard-icon:before{font-family:file-icons;font-size:15px;top:2px}.dashboard-icon:before{content:"";font-size:13px}.dbase-icon:before{content:""}.dbase-icon:before,.default-icon:before{font-family:file-icons;font-size:15px;top:2px}.default-icon:before{content:"🗌";font-size:14px}.diff-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.docker-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:18px}.doxygen-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:13px}.doge-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.dyalog-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px;left:1px}.dylib-icon:before{content:"";top:2px}.dylib-icon:before,.e-icon:before{font-family:file-icons;font-size:15px}.e-icon:before{content:"E";top:1px;font-size:14px}.eagle-icon:before{content:""}.eagle-icon:before,.ec-icon:before{font-family:file-icons;font-size:15px;top:2px}.ec-icon:before{content:""}.ecere-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.editorconfig-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.eiffel-icon:before{content:"";top:2px}.eiffel-icon:before,.electron-icon:before{font-family:file-icons;font-size:15px;font-size:16px}.electron-icon:before{content:"";top:3px;text-shadow:0 0 0}.elm-icon:before{content:"";top:2px}.elm-icon:before,.em-icon:before{font-family:file-icons;font-size:15px}.em-icon:before{content:"";top:3px;font-size:16px}.ember-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.emacs-icon:before{content:"";top:2px}.emacs-icon:before,.eq-icon:before{font-family:file-icons;font-size:15px}.eq-icon:before{content:"";top:5px}.eslint-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.excel-icon:before{content:""}.excel-icon:before,.fabfile-icon:before{font-family:file-icons;font-size:15px;top:2px}.fabfile-icon:before{content:"";font-size:16px}.factor-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:18px;left:-2px;transform:scale(1.2)}.fancy-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.fantom-icon:before{content:"";left:1px}.fantom-icon:before,.fbx-icon:before{font-family:file-icons;font-size:15px;top:2px}.fbx-icon:before{content:""}.ff-icon:before{content:"ﬀ"}.ff-icon:before,.finder-icon:before{font-family:file-icons;font-size:15px;top:3px}.finder-icon:before{content:"";font-size:16px}.flow-icon:before{content:"";top:1px}.flow-icon:before,.flux-icon:before{font-family:file-icons;font-size:15px}.flux-icon:before{content:"";top:2px}.font-icon:before{content:""}.font-icon:before,.fortran-icon:before{font-family:file-icons;font-size:15px;top:1px;font-size:14px;left:1px}.fortran-icon:before{content:""}.freemarker-icon:before{content:""}.freemarker-icon:before,.frege-icon:before{font-family:file-icons;font-size:15px;top:2px;font-size:16px;left:1px}.frege-icon:before{content:""}.fuelux-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px;left:2px;transform:scale(1.15);text-shadow:0 0 0}.gams-icon:before{content:"";top:2px}.gams-icon:before,.gap-icon:before{font-family:file-icons;font-size:15px;left:1px}.gap-icon:before{content:"";top:3px;font-size:16px}.gdb-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px;transform:scale(1.15);text-shadow:0 0 0}.genshi-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.gentoo-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px;left:1px}.gf-icon:before{content:""}.gf-icon:before,.glade-icon:before{font-family:file-icons;font-size:15px;top:2px}.glade-icon:before{content:""}.glyphs-icon:before{content:"G"}.glyphs-icon:before,.gml-icon:before{font-family:file-icons;font-size:15px;top:3px}.gml-icon:before{content:"";font-size:16px}.gn-icon:before{content:""}.gn-icon:before,.gnu-icon:before{font-family:file-icons;font-size:15px;top:2px}.gnu-icon:before{content:"";font-size:16px;text-shadow:0 0 0}.go-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.godot-icon:before{content:""}.godot-icon:before,.golo-icon:before{font-family:file-icons;font-size:15px;top:2px}.golo-icon:before{content:""}.gosu-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.gradle-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px;left:1px}.graphql-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.graphviz-icon:before{content:"";left:1px}.graphviz-icon:before,.groovy-icon:before{font-family:file-icons;font-size:15px;top:4px;font-size:17px}.groovy-icon:before{content:"";left:-1px}.grunt-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.gulp-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.hack-icon:before{content:""}.hack-icon:before,.haml-icon:before{font-family:file-icons;font-size:15px;top:2px}.haml-icon:before{content:""}.harbour-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px;text-shadow:0 0 0}.hashicorp-icon:before{content:""}.hashicorp-icon:before,.haxe-icon:before{font-family:file-icons;font-size:15px;top:2px}.haxe-icon:before{content:""}.hy-icon:before{content:"";top:2px}.hy-icon:before,.idl-icon:before{font-family:file-icons;font-size:15px}.idl-icon:before{content:"";top:3px;font-size:18px}.idris-icon:before{content:""}.idris-icon:before,.igorpro-icon:before{font-family:file-icons;font-size:15px;top:2px;font-size:16px;-webkit-font-smoothing:subpixel-antialiased}.igorpro-icon:before{content:""}.indesign-icon:before{content:""}.indesign-icon:before,.inform7-icon:before{font-family:file-icons;font-size:15px;top:2px}.inform7-icon:before{content:"";font-size:16px;text-shadow:0 0 0}.inno-icon:before{content:"";top:2px}.inno-icon:before,.io-icon:before{font-family:file-icons;font-size:15px}.io-icon:before{content:"";top:1px;font-size:13px;-webkit-font-smoothing:subpixel-antialiased}.ioke-icon:before{content:""}.ioke-icon:before,.ionic-icon:before{font-family:file-icons;font-size:15px;top:2px}.ionic-icon:before{content:""}.isabelle-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.j-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:13px}.jade-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.jake-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.jenkins-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:18px;text-shadow:0 0 0}.jinja-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.jsonld-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:17px}.jsx-icon:before{content:""}.jsx-icon:before,.julia-icon:before{font-family:file-icons;font-size:15px;top:1px;font-size:14px}.julia-icon:before{content:"⛬"}.jupyter-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.karma-icon:before{content:""}.karma-icon:before,.keynote-icon:before{font-family:file-icons;font-size:15px;top:2px}.keynote-icon:before{content:""}.khronos-icon:before{content:""}.khronos-icon:before,.kivy-icon:before{font-family:file-icons;font-size:15px;top:2px}.kivy-icon:before{content:""}.knockout-icon:before{font-family:file-icons;font-size:15px;content:"K";top:2px}.kotlin-icon:before{content:""}.kotlin-icon:before,.krl-icon:before{font-family:file-icons;font-size:15px;top:1px;font-size:14px}.krl-icon:before{content:""}.labview-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.lasso-icon:before{content:"";left:1px}.lasso-icon:before,.leaflet-icon:before{font-family:file-icons;font-size:15px;top:2px}.leaflet-icon:before{content:""}.lean-icon:before{font-family:file-icons;font-size:15px;content:"L";top:1px;font-size:13px}.lein-icon:before{content:"";top:3px;text-shadow:0 0 0;transform:scale(1.15)}.lein-icon:before,.lfe-icon:before{font-family:file-icons;font-size:15px;font-size:16px}.lfe-icon:before{content:"";top:2px}.lightwave-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.lisp-icon:before{content:""}.lisp-icon:before,.llvm-icon:before{font-family:file-icons;font-size:15px;top:3px;font-size:17px}.llvm-icon:before{content:""}.logtalk-icon:before{content:""}.logtalk-icon:before,.lookml-icon:before{font-family:file-icons;font-size:15px;top:2px;text-shadow:0 0 0}.lookml-icon:before{content:"";font-size:16px}.ls-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.lsl-icon:before{content:"";top:1px}.lsl-icon:before,.lua-icon:before{font-family:file-icons;font-size:15px}.lua-icon:before{content:"";top:2px;font-size:14px}.mako-icon:before{font-family:file-icons;font-size:15px;content:"";top:4px;font-size:16px}.mapbox-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:13px}.marko-icon:before{font-family:file-icons;font-size:15px;content:"";top:4px;font-size:18px;left:-1px;transform:scale(1.05)}.mathematica-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.mathjax-icon:before{content:""}.mathjax-icon:before,.matlab-icon:before{font-family:file-icons;font-size:15px;top:2px}.matlab-icon:before{content:""}.max-icon:before{content:""}.max-icon:before,.maxscript-icon:before{font-family:file-icons;font-size:15px;top:2px}.maxscript-icon:before{content:""}.maya-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.manpage-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.mediawiki-icon:before{content:"";top:2px}.mediawiki-icon:before,.mercury-icon:before{font-family:file-icons;font-size:15px;font-size:16px}.mercury-icon:before{content:"";top:3px;transform:scale(1.2)}.metal-icon:before{content:"M";left:1px}.metal-icon:before,.meteor-icon:before{font-family:file-icons;font-size:15px;top:1px}.meteor-icon:before{content:""}.minecraft-icon:before{content:""}.minecraft-icon:before,.mirah-icon:before{font-family:file-icons;font-size:15px;top:2px}.mirah-icon:before{content:""}.mocha-icon:before{font-family:file-icons;font-size:15px;content:"⛾";top:2px;font-size:17px}.model-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.modula2-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.monkey-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:18px;left:-1px}.mruby-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.mupad-icon:before{content:"";top:3px}.mupad-icon:before,.mustache-icon:before{font-family:file-icons;font-size:15px;font-size:16px}.mustache-icon:before{content:"";top:2px}.nant-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;transform:scale(1.2)}.neko-icon:before{content:""}.neko-icon:before,.netlogo-icon:before{font-family:file-icons;font-size:15px;top:2px}.netlogo-icon:before{content:"";left:1px}.newrelic-icon:before{content:""}.newrelic-icon:before,.nginx-icon:before{font-family:file-icons;font-size:15px;top:2px}.nginx-icon:before{content:"󱑫"}.nib-icon:before{content:"✒"}.nib-icon:before,.nimrod-icon:before{font-family:file-icons;font-size:15px;top:2px}.nimrod-icon:before{content:""}.nit-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.nix-icon:before{content:""}.nix-icon:before,.nmap-icon:before{font-family:file-icons;font-size:15px;top:3px;font-size:16px}.nmap-icon:before{content:"";transform:scale(1.1)}.nodemon-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.normalize-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.npm-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:17px}.nsis-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.numpy-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.nuget-icon:before{content:""}.nuget-icon:before,.nunjucks-icon:before{font-family:file-icons;font-size:15px;top:2px}.nunjucks-icon:before{content:"";font-size:16px}.nvidia-icon:before{content:""}.nvidia-icon:before,.objj-icon:before{font-family:file-icons;font-size:15px;top:2px}.objj-icon:before{content:""}.ocaml-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.onenote-icon:before{content:""}.onenote-icon:before,.ooc-icon:before{font-family:file-icons;font-size:15px;top:2px}.ooc-icon:before{content:""}.opa-icon:before{content:"☁"}.opa-icon:before,.opencl-icon:before{font-family:file-icons;font-size:15px;top:2px}.opencl-icon:before{content:"";font-size:16px}.openoffice-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.org-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px;left:1px}.owl-icon:before{content:"";top:2px}.owl-icon:before,.ox-icon:before{font-family:file-icons;font-size:15px}.ox-icon:before{content:"";top:3px;font-size:16px;text-shadow:0 0 0}.oxygene-icon:before{content:""}.oxygene-icon:before,.oz-icon:before{font-family:file-icons;font-size:15px;top:2px}.oz-icon:before{content:""}.pan-icon:before{content:""}.pan-icon:before,.papyrus-icon:before{font-family:file-icons;font-size:15px;top:2px}.papyrus-icon:before{content:""}.parrot-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.pascal-icon:before{content:""}.pascal-icon:before,.patch-icon:before{font-family:file-icons;font-size:15px;top:2px}.patch-icon:before{content:""}.pawn-icon:before{font-family:file-icons;font-size:15px;content:"♟";top:1px;font-size:14px}.perl6-icon:before{content:""}.perl6-icon:before,.phalcon-icon:before{font-family:file-icons;font-size:15px;top:2px}.phalcon-icon:before{content:""}.php-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px;left:1px}.pickle-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.pike-icon:before{font-size:15px;content:"";top:4px;font-size:16px;transform:scale(1.15)}.pike-icon:before,.pogo-icon:before{font-family:file-icons;-webkit-font-smoothing:subpixel-antialiased}.pogo-icon:before{font-size:15px;content:"";top:3px;font-size:14px}.pony-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.pointwise-icon:before{content:""}.pointwise-icon:before,.postcss-icon:before{font-family:file-icons;font-size:15px;top:2px}.postcss-icon:before{content:"";font-size:14px}.postscript-icon:before{content:""}.postscript-icon:before,.povray-icon:before{font-family:file-icons;font-size:15px;top:2px;left:1px}.povray-icon:before{content:"P"}.powerbuilder-icon:before{font-family:file-icons;font-size:15px;content:""}.powerpoint-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.powershell-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.premiere-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.processing-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.progress-icon:before{content:"";top:2px;transform:scale(1.2)}.progress-icon:before,.propeller-icon:before{font-family:file-icons;font-size:15px;font-size:16px}.propeller-icon:before{content:"";top:3px}.protractor-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.psd-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.pug-icon:before{content:""}.pug-alt-icon:before,.pug-icon:before{font-family:file-icons;font-size:15px;top:3px;font-size:16px}.pug-alt-icon:before{content:""}.puppet-icon:before{content:"";left:1px}.puppet-icon:before,.purebasic-icon:before{font-family:file-icons;font-size:15px;top:2px}.purebasic-icon:before{content:"Ƶ"}.purescript-icon:before{content:""}.purescript-icon:before,.r-icon:before{font-family:file-icons;font-size:15px;top:3px}.r-icon:before{content:"";font-size:17px}.racket-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;left:1px}.raml-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.rascal-icon:before{content:""}.rascal-icon:before,.rdoc-icon:before{font-family:file-icons;font-size:15px;top:2px}.rdoc-icon:before{content:"";left:1px}.react-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.rebol-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:13px}.reason-icon:before{content:""}.reason-icon:before,.red-icon:before{font-family:file-icons;font-size:15px;top:3px}.red-icon:before{content:"";font-size:16px}.regex-icon:before{font-family:file-icons;font-size:15px;content:"*";top:1px;font-size:12px;left:1px}.rexx-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px;left:1px}.riot-icon:before{font-family:file-icons;font-size:15px;content:"";top:4px;font-size:18px}.robot-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.rollup-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.rst-icon:before{content:""}.rst-icon:before,.sage-icon:before{font-family:file-icons;font-size:15px;top:3px;font-size:16px}.sage-icon:before{content:"";-webkit-font-smoothing:subpixel-antialiased}.saltstack-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.sas-icon:before{content:""}.sas-icon:before,.sbt-icon:before{font-family:file-icons;font-size:15px;top:2px}.sbt-icon:before{content:"";font-size:14px}.scd-icon:before{content:""}.scad-icon:before,.scd-icon:before{font-family:file-icons;font-size:15px;top:2px}.scad-icon:before{content:"";font-size:14px}.scheme-icon:before{font-family:file-icons;font-size:15px;content:"λ";top:2px}.scilab-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:18px;left:-1px;-webkit-font-smoothing:subpixel-antialiased}.scrutinizer-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.self-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px;text-shadow:0 0 0;transform:scale(1.2)}.sf-icon:before{content:""}.sf-icon:before,.shen-icon:before{font-family:file-icons;font-size:15px;top:2px}.shen-icon:before{content:"";font-size:16px}.shopify-icon:before{content:""}.shopify-icon:before,.shuriken-icon:before{font-family:file-icons;font-size:15px;top:2px}.shuriken-icon:before{content:"✫";font-size:14px}.sigils-icon:before{font-family:file-icons;font-size:15px;content:"🝤";top:3px;font-size:16px;text-shadow:0 0 0}.silverstripe-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.sketch-icon:before{content:""}.sketch-icon:before,.slash-icon:before{font-family:file-icons;font-size:15px;top:2px}.slash-icon:before{content:""}.snyk-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.sparql-icon:before{content:"";top:2px}.sparql-icon:before,.sqf-icon:before{font-family:file-icons;font-size:15px}.sqf-icon:before{content:"";top:1px;text-shadow:0 0 0}.sqlite-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.stan-icon:before{content:""}.stan-icon:before,.stata-icon:before{font-family:file-icons;font-size:15px;top:2px}.stata-icon:before{content:""}.storyist-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.strings-icon:before{content:""}.strings-icon:before,.stylelint-icon:before{font-family:file-icons;font-size:15px;top:2px}.stylelint-icon:before{content:""}.stylus-icon:before{content:"s";left:1px}.stylus-icon:before,.sublime-icon:before{font-family:file-icons;font-size:15px;top:2px}.sublime-icon:before{content:""}.svn-icon:before{content:""}.svn-icon:before,.sysverilog-icon:before{font-family:file-icons;font-size:15px;top:2px}.sysverilog-icon:before{content:""}.tag-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.tcl-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.terminal-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:14px}.tern-icon:before{font-family:file-icons;font-size:15px;content:"🕊";top:4px;font-size:16px}.terraform-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.tex-icon:before{font-family:file-icons;font-size:15px;content:"";top:4px;font-size:16px;-webkit-font-smoothing:subpixel-antialiased}.textile-icon:before{content:"t"}.textile-icon:before,.textmate-icon:before{font-family:file-icons;font-size:15px;top:2px}.textmate-icon:before{content:"™";font-size:16px}.thor-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px}.ts-icon:before{content:"ʦ"}.ts-icon:before,.tsx-icon:before{font-family:file-icons;font-size:15px;top:1px;font-size:14px}.tsx-icon:before{content:""}.turing-icon:before{content:""}.turing-icon:before,.txl-icon:before{font-family:file-icons;font-size:15px;top:2px}.txl-icon:before{content:""}.typedoc-icon:before{content:""}.typedoc-icon:before,.typings-icon:before{font-family:file-icons;font-size:15px;top:2px}.typings-icon:before{content:""}.uno-icon:before{content:""}.uno-icon:before,.unreal-icon:before{font-family:file-icons;font-size:15px;top:2px}.unreal-icon:before{content:"u"}.urweb-icon:before{font-family:file-icons;font-size:15px;content:"";top:4px;font-size:18px;left:-1px;text-shadow:0 0 0}.webpack-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px}.wercker-icon:before{content:""}.wercker-icon:before,.word-icon:before{font-family:file-icons;font-size:15px;top:2px}.word-icon:before{content:""}.v8-icon:before{font-family:file-icons;font-size:15px;content:"";top:3px;font-size:16px}.vagrant-icon:before{content:"V";top:2px}.vagrant-icon:before,.varnish-icon:before{font-family:file-icons;font-size:15px;font-size:14px}.varnish-icon:before{content:"";top:1px}.verilog-icon:before{content:""}.verilog-icon:before,.vhdl-icon:before{font-family:file-icons;font-size:15px;top:2px}.vhdl-icon:before{content:""}.video-icon:before{font-family:file-icons;font-size:15px;content:"";top:1px;font-size:14px}.vue-icon:before{content:"";top:3px}.vue-icon:before,.x10-icon:before{font-family:file-icons;font-size:15px}.x10-icon:before{content:"Ⅹ";top:2px}.xmos-icon:before{font-family:file-icons;font-size:15px;content:"X";top:1px;font-size:14px}.xojo-icon:before{content:""}.xojo-icon:before,.xpages-icon:before{font-family:file-icons;font-size:15px;top:2px}.xpages-icon:before{content:""}.xtend-icon:before{content:""}.xtend-icon:before,.yang-icon:before{font-family:file-icons;font-size:15px;top:2px}.yang-icon:before{content:"☯"}.yarn-icon:before{font-family:file-icons;font-size:15px;content:"";top:2px;font-size:16px}.yui-icon:before{content:""}.yui-icon:before,.zbrush-icon:before{font-family:file-icons;font-size:15px;top:2px}.zbrush-icon:before{content:"";font-size:16px}.zephir-icon:before{content:"";-webkit-font-smoothing:subpixel-antialiased}.zephir-icon:before,.zimpl-icon:before{font-family:file-icons;font-size:15px;top:2px}.zimpl-icon:before{content:"";font-size:16px;left:1px}.mde-header{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:stretch;border-bottom:2px solid #262a39;border-radius:7px 7px 0 0;background:#1d202c;justify-content:space-between}.mde-header .mde-tabs{display:flex;flex-direction:row;margin-top:-2px;margin-left:-2px;margin-bottom:-2px}.mde-header .mde-tabs button{padding:0 16px;border-radius:7px 7px 0 0;background-color:transparent;border:2px solid transparent;border-bottom:0;cursor:pointer;color:rgba(219,226,240,.5);letter-spacing:.2px;transition:all .15s cubic-bezier(.4,0,.2,1)}.mde-header .mde-tabs button:hover{color:#dbe2f0}.mde-header .mde-tabs button.selected{background-color:#181b26;border-color:#262a39;color:#dbe2f0}.mde-header .svg-icon{width:1em;height:1em;display:inline-block;font-size:inherit;overflow:visible;vertical-align:-.125em}.mde-header ul.mde-header-group{margin:0;padding:2px;list-style:none;display:flex;flex-wrap:nowrap}.mde-header ul.mde-header-group.mde-header-group.hidden{visibility:hidden}.mde-header ul.mde-header-group.mde-header-group li.mde-header-item{display:inline-block;position:relative;transition:all .15s cubic-bezier(.4,0,.2,1);border-radius:7px}.mde-header ul.mde-header-group.mde-header-group li.mde-header-item:hover{background-color:#262a39}.mde-header ul.mde-header-group.mde-header-group li.mde-header-item button{text-align:center;cursor:pointer;height:32px;width:32px;margin:0;border:none;background:none;color:rgba(219,226,240,.5)}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:before{animation-name:tooltip-appear;animation-duration:.2s;animation-delay:.5s;animation-fill-mode:forwards;opacity:0;position:absolute;z-index:1000001;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";top:-5px;right:50%;bottom:auto;margin-right:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.8)}.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:after{animation-name:tooltip-appear;animation-duration:.2s;animation-delay:.5s;animation-fill-mode:forwards;font-size:11px;opacity:0;position:absolute;z-index:1000000;padding:5px 8px;color:#fff;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,.8);border-radius:3px;right:50%;bottom:100%;transform:translateX(50%);margin-bottom:5px;white-space:nowrap}.mde-textarea-wrapper{position:relative;display:flex}.mde-textarea-wrapper textarea.mde-text{flex:1 1;border:2px solid #262a39;border-radius:7px;padding:10px;vertical-align:top;resize:vertical;overflow-y:auto;background-color:transparent;margin:8px;color:#dbe2f0;font-size:14px}.mde-textarea-wrapper textarea.mde-text::placeholder{color:rgba(219,226,240,.5)}.mde-preview .mde-preview-content{padding:10px}.react-mde{border:2px solid #262a39;border-radius:7px}.react-mde.disabled{opacity:.6;pointer-events:none}.react-mde{background-color:#181b26}.react-mde *{box-sizing:border-box}.react-mde .invisible{display:none}.react-mde .image-tip{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex!important;padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:gray;background-color:#f9f9f9;border-top:1px solid #c8ccd0;position:relative}.react-mde .image-tip .image-input{min-height:0;opacity:.01;width:100%!important;position:absolute;top:0;left:0;padding:5px;cursor:pointer}@media(max-width:550px){.mde-header .mde-tabs{height:40px;order:2}.mde-header ul.mde-header-group{flex:1 1;justify-content:flex-end}}html{margin:0;padding:0;background-color:#14171f;color:#dbe2f0;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:11px;scrollbar-color:hsla(0,0%,5%,.478) transparent}html::-webkit-scrollbar{width:11px}html::-webkit-scrollbar-track{background-color:transparent}html::-webkit-scrollbar-thumb{background-color:hsla(0,0%,5%,.478);border-radius:50px;border:3px solid transparent;background-clip:padding-box}html::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,5%,.65)}body{margin:0;background-color:unset!important}.scrollbar-hidden::-webkit-scrollbar{display:none}*{scrollbar-width:11px;scrollbar-color:hsla(0,0%,5%,.478) transparent;outline-color:rgba(38,42,57,.5)}::-webkit-scrollbar{width:11px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,5%,.478);border-radius:50px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,5%,.65)}.react-flow__attribution{display:none!important}:focus-visible{outline:2px solid rgba(38,42,57,.5)}button,input,optgroup,select,textarea{font-family:inherit}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:#dbe2f0;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #181b26;caret-color:#dbe2f0}@font-face{font-family:FontAwesomeSolid;font-weight:400;font-style:normal;src:url(/_next/static/media/fa-solid-900.0b0cc8a6.woff2)}.Modal_modal__KUPoM{display:flex;align-items:center;justify-content:center;outline:none!important}.Modal_paper__IzCL1{width:inherit;height:inherit;border:2px solid #262a39;border-radius:7px;background-color:#0d0f15;overflow:hidden;outline:none!important}.Modal_button__aYTwz{margin-top:20px}.Header_logoContainer__SSXU_{width:100%;display:flex;justify-content:center;padding-bottom:60px;padding-top:20px}.Header_header__tSxUJ{width:100%;display:flex;flex-direction:column;justify-content:center;padding-bottom:15px;margin-bottom:15px;border-bottom:2px solid rgba(38,42,57,.3)}.Header_headerTitle__UeGbR{font-size:28px;color:#dbe2f0}.Header_headerSubtitle___4L5C{padding-top:5px;color:#767a85}.LearnMore_learnMore__kIDLL{width:100%;display:flex;justify-content:center;align-items:center;padding:5px 0;gap:5px}.LearnMore_learnMore__kIDLL>a{color:#d467fe;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:3px}.Button_primaryButton__Cbr5h{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;padding-left:15px;padding-right:15px;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;background-color:#8204b3;border:none;border-radius:5px}.Button_primaryButton__Cbr5h svg{height:15px;width:15px}.Button_primaryButton__Cbr5h:hover:enabled{opacity:.75}.Button_secondaryButton__2qvK0{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;padding-left:15px;padding-right:15px;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;background-color:#313a5b;border:none;border-radius:5px}.Button_secondaryButton__2qvK0 svg{height:15px;width:15px}.Button_secondaryButton__2qvK0:hover:enabled{color:#dbe2f0;background-color:#516396}.Button_outlinedButton__C0ND5{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;padding-left:15px;padding-right:15px;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;background-color:transparent;border:2px solid #313a5b;border-radius:5px;color:#8ea4cf;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.Button_outlinedButton__C0ND5 svg{height:15px;width:15px}.Button_outlinedButton__C0ND5:hover:enabled{border:2px solid #3f4b74;background-color:#1d2333}.Button_errorButton___8Gih{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;padding-left:15px;padding-right:15px;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;border:2px solid #d97373;border-radius:25px;background-color:#d97373}.Button_errorButton___8Gih svg{height:15px;width:15px}.Button_errorButton___8Gih:hover:enabled{background-color:hsla(0,57%,65%,.71);border:2px solid hsla(0,57%,65%,.71)}.Button_successButton__82e8O{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;padding-left:15px;padding-right:15px;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;border:2px solid #3d7747;border-radius:7px;background-color:#3d7747}.Button_successButton__82e8O svg{height:15px;width:15px}.Button_successButton__82e8O:hover:enabled{border:2px solid rgba(86,173,115,.369);background-color:rgba(86,173,115,.369);color:#dbe2f0}.Button_dangerButton__RcmVE{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;padding-left:15px;padding-right:15px;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;border:2px solid #671723;border-radius:7px;background-color:#671723}.Button_dangerButton__RcmVE svg{height:15px;width:15px}.Button_dangerButton__RcmVE:hover:enabled{border:2px solid #942236;background-color:#942236;color:#dbe2f0}.Button_cancelButton__8sN18{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;padding-left:15px;padding-right:15px;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;color:#14171f;border:2px solid rgba(219,226,240,.69);border-radius:7px;background-color:#dbe2f0}.Button_cancelButton__8sN18 svg{height:15px;width:15px}.Button_cancelButton__8sN18:hover:enabled{background-color:#14171f;border:2px solid #14171f;color:#dbe2f0}.Button_subSecondary__GXoe6{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;height:34px;color:#dbe2f0;text-align:center;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;background-color:#471966;border:none;border-radius:5px;color:#ffbaff;padding:0 10px;height:29px;transition:.3s}.Button_subSecondary__GXoe6 svg{height:15px;width:15px}.Button_subSecondary__GXoe6:hover:enabled{opacity:.75}.Button_subOutlined__YYSHj{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;height:34px;color:#dbe2f0;text-align:center;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;background-color:#33384b;border:none;border-radius:5px;color:#adb4c2;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 10px;height:29px;transition:.3s}.Button_subOutlined__YYSHj svg{height:15px;width:15px}.Button_subOutlined__YYSHj:hover:enabled{opacity:.75}.Button_suggestedQuestionBtn__bFURn{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;background-color:#14171f;width:100%;justify-content:space-between;border:3px solid #333a5d;margin-bottom:10px;color:#798db0;border-radius:7px;padding:2% 15px}.Button_suggestedQuestionBtn__bFURn:hover:enabled{opacity:75%}.Button_suggestedQuestionBtn__bFURn svg{height:15px;width:15px;stroke-width:1px}.Button_plain__LmLJS{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:500;cursor:pointer;height:34px;color:#dbe2f0;text-align:center;transition:.3s;letter-spacing:.35px;min-width:-moz-fit-content;min-width:fit-content;padding:0;background:transparent;border:none;height:auto;font-weight:600}.Button_plain__LmLJS svg{height:15px;width:15px}.Button_plain__LmLJS:hover:enabled{opacity:75%}.Button_disabled__s_c6y{opacity:.5;cursor:not-allowed}.Plan_plan__EYod5{width:373px;height:438px;border-radius:7px;display:flex;flex-direction:column;padding-top:22px;color:#dbe2f0;border:2px solid #262a39}.Plan_plan__EYod5 .Plan_text__RH5qh{margin-right:11px;margin-left:11px;min-height:52px}.Plan_planLabel__3ttXH{font-size:16px;margin:0;color:#dbe2f0}.Plan_plan__EYod5 .Plan_description__XK1JY{padding-top:5px;color:#767a85;height:45px}.Plan_plan__EYod5 .Plan_descriptionSelected__CLFL6{color:#bacff8}.Plan_plan__EYod5 .Plan_main__B1tXb{margin-right:11px;margin-left:11px}.Plan_plan__EYod5 .Plan_main__B1tXb button{width:100%}.Plan_planPrice__ZGUGj{font-size:28px;padding-top:22px;display:flex;flex-direction:column;margin:0;font-weight:400;color:#dbe2f0}.Plan_planPrice__ZGUGj .Plan_timeText__0FUgY{font-size:14px;color:#767a85;font-weight:400}.Plan_plan__EYod5 .Plan_divider___KI1q{width:100%;height:2px;background-color:rgba(38,42,57,.3);margin-top:22px;margin-bottom:22px}.Plan_planFeatures__OxiRg{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;padding-bottom:15px;color:#dbe2f0;margin-right:11px;margin-left:11px}.Plan_planFeaturesItem__zmgyA{display:flex;align-items:center;width:100%;gap:7px;font-weight:400}.Plan_planFeaturesItemPayed__LGeyY>svg{color:#a567e3}.Plan_planFeaturesItemSelected__xJk2N{color:#5f8eed}.Plan_bottom__DpiQ_{flex:1 1}.Plan_planButton__SCP0g{margin-top:25px;transition:.3s;height:34px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:550;background:#d467fe;color:#14171f}.Plan_planButtonFree__2QW7D{background:#303548;color:#dbe2f0}.SubscriptionModal_modalWrapper__3mE43{border-radius:5px!important}.SubscriptionModal_modal__VhpLE{padding:20px;border-radius:5px;background-color:#14171f;justify-content:flex-start;outline:none;position:relative;max-height:90vh;overflow-y:scroll;overflow-x:hidden}.SubscriptionModal_modal__VhpLE,.SubscriptionModal_modal__VhpLE .SubscriptionModal_body__rnjUf{display:flex;align-items:center;flex-direction:column}.SubscriptionModal_modalCloseButton__7MfIP{position:absolute;top:10px;right:10px;cursor:pointer}.SubscriptionModal_modalCloseButton__7MfIP:hover{opacity:80%}.SubscriptionModal_modalPlanContainer__0qfrB{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:16px}.SubscriptionModal_divider__GxPer{width:100%;height:2px;background-color:rgba(38,42,57,.3);margin-top:22px;margin-bottom:22px}.SubscriptionModal_discountBubble__Va1Jf{position:absolute;top:-10px;right:-10px;background-color:rgba(30,181,41,.95);color:#000;border-radius:25px;padding:5px 10px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;width:80px;height:40px;z-index:1}.SubscriptionModal_planWrapper__tx_qA{position:relative}.LoadingSpinner_container__VtcW4{min-height:100%;min-width:100%;position:absolute;z-index:999;display:flex;justify-content:center;align-items:center}.LoadingSpinner_spinner__mlHsE{position:absolute;color:#dbe2f0;margin:auto;top:0;left:0;bottom:0;right:0}.LoadingSpinner_overlay__Aua9O{background:rgba(0,0,0,.5)}