@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-mention-list-container{background-color:#fff;border:1px solid #f0f0f0;border-radius:4px;box-shadow:0 2px 12px #1e1e1e14;overflow:auto;width:270px;z-index:9001}.ql-mention-loading{font-size:16px;line-height:44px;padding:0 20px;vertical-align:middle}.ql-mention-list{list-style:none;margin:0;overflow:hidden;padding:0}.ql-mention-list-item{cursor:pointer;font-size:16px;line-height:44px;padding:0 20px;vertical-align:middle}.ql-mention-list-item.disabled{cursor:auto}.ql-mention-list-item.selected{background-color:#d3e1eb;text-decoration:none}.mention{background-color:#d3e1eb;border-radius:6px;height:24px;margin-right:2px;padding:3px 0;-webkit-user-select:all;user-select:all;width:65px}.mention>span{margin:0 3px}body.v-tour--active{pointer-events:none}.v-tour{pointer-events:auto}.v-tour__target--highlighted{box-shadow:0 0 0 4px #0006;pointer-events:auto;z-index:9999}.v-tour__target--relative{position:relative}.v-step[data-v-da2d894c]{background:#50596c;color:#fff;max-width:320px;border-radius:3px;box-shadow:#0000 0 0,#0000 0 0,#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px;padding:10px;pointer-events:auto;text-align:center;z-index:10000}.v-step--sticky[data-v-da2d894c]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.v-step--sticky .v-step__arrow[data-v-da2d894c]{display:none}.v-step__arrow[data-v-da2d894c],.v-step__arrow[data-v-da2d894c]:before{position:absolute;width:10px;height:10px;background:inherit}.v-step__arrow[data-v-da2d894c]{visibility:hidden}.v-step__arrow--dark[data-v-da2d894c]:before{background:#454d5d}.v-step__arrow[data-v-da2d894c]:before{visibility:visible;content:"";transform:rotate(45deg)}.v-step[data-popper-placement^=top]>.v-step__arrow[data-v-da2d894c]{bottom:-5px;left:calc(50% - 10px)}.v-step[data-popper-placement^=bottom]>.v-step__arrow[data-v-da2d894c]{top:-5px;left:calc(50% - 10px)}.v-step[data-popper-placement^=right]>.v-step__arrow[data-v-da2d894c]{left:-5px;top:calc(50% - 10px)}.v-step[data-popper-placement^=left]>.v-step__arrow[data-v-da2d894c]{right:-5px;top:calc(50% - 10px)}.v-step__header[data-v-da2d894c]{margin:-10px -10px 5px;padding:5px;background-color:#454d5d;border-top-left-radius:3px;border-top-right-radius:3px}.v-step__content[data-v-da2d894c]{margin:0 0 10px}.v-step__button[data-v-da2d894c]{background:transparent;border:.05rem solid white;border-radius:.1px;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;height:1.8rem;line-height:10px;outline:none;margin:0 .2rem;padding:.35rem .4rem;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap}.v-step__button[data-v-da2d894c]:hover{background-color:#fffffff2;color:#50596c}.mask[data-v-da2d894c]{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mask .tour-focus-container[data-v-da2d894c]{border-radius:4px;transition:opacity .2s;left:0;top:0;width:100%;height:100%;position:absolute;opacity:1;pointer-events:auto;box-shadow:0 0 0 9999px #11375066,0 0 15px #00000080}@font-face{font-family:fonten;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebthin.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebthin.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanwebthin.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanwebthin.ttf) format("truetype")}@font-face{font-family:fonten;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanweblight.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanweblight.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanweblight.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanweblight.ttf) format("truetype")}@font-face{font-family:fonten;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebregular.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebregular.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanwebregular.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanwebregular.ttf) format("truetype")}@font-face{font-family:fonten;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebmedium.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebmedium.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanwebmedium.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanwebmedium.ttf) format("truetype")}@font-face{font-family:fonten;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebbold.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebbold.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanwebbold.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanwebbold.ttf) format("truetype")}@font-face{font-family:fonten;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebextrabold.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebextrabold.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanwebextrabold.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanwebextrabold.ttf) format("truetype")}@font-face{font-family:fonten;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebblack.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebblack.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanwebblack.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanwebblack.ttf) format("truetype")}@font-face{font-family:fonten;font-style:normal;font-weight:950;font-display:swap;src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebextrablack.eot);src:url(/assets/fonts/iranyekan-v3/ennum/eot/iranyekanwebextrablack.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/ennum/woff/iranyekanwebextrablack.woff) format("woff"),url(/assets/fonts/iranyekan-v3/ennum/ttf/iranyekanwebextrablack.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebthinfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebthinfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanwebthinfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanwebthinfanum.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanweblightfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanweblightfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanweblightfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanweblightfanum.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebregularfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebregularfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanwebregularfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanwebregularfanum.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebmediumfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebmediumfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanwebmediumfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanwebmediumfanum.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebboldfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebboldfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanwebboldfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanwebboldfanum.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebextraboldfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebextraboldfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanwebextraboldfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanwebextraboldfanum.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebblackfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebblackfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanwebblackfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanwebblackfanum.ttf) format("truetype")}@font-face{font-family:fontfa;font-style:normal;font-weight:950;font-display:swap;src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebextrablackfanum.eot);src:url(/assets/fonts/iranyekan-v3/fanum/eot/iranyekanwebextrablackfanum.eot) format("embedded-opentype"),url(/assets/fonts/iranyekan-v3/fanum/woff/iranyekanwebextrablackfanum.woff) format("woff"),url(/assets/fonts/iranyekan-v3/fanum/ttf/iranyekanwebextrablackfanum.ttf) format("truetype")}*{font-family:fontfa}[dir=ltr] *{font-family:fonten}#container{padding:.5rem;padding-right:calc(100px + .5rem);padding-top:70px}#app{height:100%;color:#334155}[dir=ltr] #container{padding-right:.5rem;padding-left:calc(100px + .5rem)}[theme=dark] #app{color:#f2f3f5}[theme=dark] #app hr{background-color:#212121}[theme=dark] .swal2-container .swal2-modal{background:#363636;color:#f2f3f5}body *{font-family:fontfa}[dir=ltr] body *{font-family:fonten}.head{position:relative}.head-title{background:#ebeef2;font-size:1.1rem;padding-left:15px;display:inline-block;vertical-align:middle;line-height:normal;margin:0;max-width:500px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.head-line{position:absolute;height:1px;left:0;right:0;background:#dfe3ea;top:50%;z-index:-1}.head-left-buttons{padding-right:10px;background:#ebeef2}.head-button .btn{height:35px;line-height:35px;padding:0 5px;border-radius:.7rem}.head-button--title{font-size:.8rem}@media only screen and (max-width: 768px){.head-button--title{display:none}}.head-buttons{position:sticky;top:200px;background-color:#fff;border-radius:15px;margin-bottom:.5rem;padding:0 .3rem;display:flex;height:40px;line-height:40px;gap:.5rem;align-items:center;justify-content:space-between}.head-buttons.head-button .btn{height:30px;line-height:30px;border:none}.head-buttons.head-buttons--fixed{right:0;left:0;top:60px;z-index:400;position:fixed;border-radius:0;border-bottom:1px solid #ddd;padding-right:145px;padding-left:0}@media only screen and (max-width: 768px){.head-buttons.head-buttons--fixed{padding-right:5px}}#head-buttons--cover-height{height:45px;display:none}#head-buttons--cover-height.head-buttons--cover-height-show{display:block}.layout-chat .head-buttons.head-buttons--fixed{padding-left:65px}[dir=ltr] .head .mr-2{margin-right:0!important;margin-left:.5rem!important}[dir=ltr] .head-buttons{padding-right:0;padding-left:10px}[dir=ltr] .head-buttons.head-buttons--fixed{padding-left:145px;padding-right:0}[theme=dark] .head-title{color:#f2f3f5;background:#212121}[theme=dark] .head-line{background:#2e2e2e}[theme=dark] .head-left-buttons{background:#212121}@media only screen and (max-width: 768px){[theme=dark] .head-buttons.head-buttons--fixed{padding-left:5px}}.header{background:#fff;height:60px;align-items:center;box-shadow:0 0 10px #00000026;position:fixed;z-index:998;left:0;right:0;top:0}.header-menu{display:none}@media only screen and (min-width: 992px){.header-menu{display:flex}}.header--bars{width:20px}.header--mobile-title{display:block}.header--desktop-title{display:none}.header--avatar{background:#fff;border:1px solid rgb(229.5,229.5,229.5)}@media only screen and (min-width: 768px){.header--mobile-title,.header--bars{display:none}.header--desktop-title{display:block}}.header-languages-item{display:flex;align-items:center;cursor:pointer}.header-languages-item--img{border-radius:100%;flex:0 0 1.5rem;width:1.5rem;height:1.5rem}.header-languages-item:hover{background:#ebeef2}.header-languages-item--selected .header-languages-item--img{flex:0 0 2rem!important;width:2rem!important;height:2rem!important}.header-dark-mode{background:#ebeef2;flex:0 0 2rem;height:2rem;width:2rem;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-dark-mode-icon{font-size:1.2rem}.header-dark-mode-icon--light{color:#ffc107!important}.header-dark-mode-icon--dark{color:#0e7496!important}[theme=dark] .header{background:#363636}.sidebar-level{right:0;bottom:0;padding:7px 0;top:60px;background:#0e7496;box-shadow:0 2px 3px #00000059}.sidebar-level-one{width:140px;z-index:998;overflow-y:auto;overflow-x:hidden;transition:.3s;direction:ltr}.sidebar-level-one::-webkit-scrollbar{width:0}.sidebar-level-one-item{color:#f2f3f5;transition:.2s;cursor:pointer;padding:10px 0}.sidebar-level-one-item:hover{background:#0c6683;color:#f2f3f5}.sidebar-level-one-item-icon{font-size:1.4rem}.sidebar-level-one-item-title{font-size:.7rem}.sidebar-level-two{z-index:997;width:200px;right:-220px;direction:ltr;transition:.2s;overflow-y:auto;overflow-x:hidden;background:#fff}.sidebar-level-two-active{transition:.2s;right:140px}.sidebar-level-two-item{display:flex;height:40px;padding:0 15px;line-height:40px;align-items:center}.sidebar-level-two-item:hover{background:#f7f7f7}.sidebar-level-two-item-icon{display:inline-block;font-size:1em;margin-left:5px}.sidebar-level-two-item-title{font-size:.7rem}@media only screen and (max-width: 768px){.sidebar-level-one{right:-220px;transition:.3s}.sidebar-level-one--active{right:0}}[theme=dark] .sidebar-level{background:#363636}[theme=dark] .sidebar-level-one-item:hover{background:#3e3e3e}[theme=dark] .sidebar-level-two::-webkit-scrollbar-thumb{background:#5c5c5c}[theme=dark] .sidebar-level-two::-webkit-scrollbar-track{background:#434343}[theme=dark] .sidebar-level-two-item:hover{background:#3e3e3e}[theme=dark] .sidebar-level-two-item-icon{margin-right:5px}[dir=ltr] .sidebar-level{left:0}[dir=ltr] .sidebar-level-one{direction:rtl}[dir=ltr] .sidebar-level-two{width:200px;left:-220px}[dir=ltr] .sidebar-level-two-active{left:140px}[dir=ltr] .sidebar-level-two-item-icon{margin-left:0;margin-right:5px}@media only screen and (max-width: 768px){[dir=ltr] .sidebar-level-one{left:-220px;transition:.3s}[dir=ltr] .sidebar-level-one--active{left:0}}.sidebar--v2 .sidebar-level-one{width:140px;transition:.2s;overflow-y:visible;overflow-x:visible}.sidebar--v2 .sidebar-level-one-li{position:relative}.sidebar--v2 .sidebar-level-one-li:hover{background:#0c627f}.sidebar--v2 .sidebar-level-one-li:hover-item{color:#f2f3f5}.sidebar--v2 .sidebar-level-one-li:hover .sidebar-level-two{display:block}.sidebar--v2 .sidebar-level-one .sidebar-level-one-item-title{opacity:1;transition:.2s}.sidebar--v2 .sidebar-level-one--active{width:250px;transition:.1s}.sidebar--v2 .sidebar-level-one--active .sidebar-level-one-item-title{opacity:1;transition:.2s}.sidebar--v2 .sidebar-level-one-active .sidebar-level-one-item-arrow{transform:rotate(180deg);transition:.2s}.sidebar--v2 .sidebar-level-one-active .sidebar-level-one-item{background:#0c627f}.sidebar--v2 .sidebar-level-one-active .sidebar-level-two{transition:.2s}.sidebar--v2 .sidebar-level-one-item{display:flex;overflow:hidden;transition:.1s;position:relative;height:35px;line-height:35px;align-items:center}.sidebar--v2 .sidebar-level-one-item-icon{font-size:1rem;flex:0 0 35px;display:flex;justify-content:center}.sidebar--v2 .sidebar-level-one-item-title{text-align:right;font-size:.7rem;white-space:nowrap;font-weight:600;flex:0 0 135px;text-overflow:ellipsis}.sidebar--v2 .sidebar-level-two{box-shadow:none;transition:0s;background:#0c627f;border-radius:.5rem 0 0 .5rem;position:absolute;right:140px;top:0;height:max-content!important;display:none;padding:0;max-height:400px;overflow-y:auto;overflow-x:hidden;direction:rtl;width:auto!important}.sidebar--v2 .sidebar-level-two::-webkit-scrollbar{-webkit-appearance:none;width:10px}.sidebar--v2 .sidebar-level-two::-webkit-scrollbar-track{background:#073e50}.sidebar--v2 .sidebar-level-two::-webkit-scrollbar-thumb{background:#031a21}.sidebar--v2 .sidebar-level-two-active{transition:.2s;height:auto}.sidebar--v2 .sidebar-level-two-item{display:flex;height:35px;line-height:35px;border-right:3px solid transparent;white-space:nowrap}.sidebar--v2 .sidebar-level-two-item:hover{background-color:#0a5067}.sidebar--v2 .sidebar-level-two-item-icon{font-size:1rem;color:#f2f3f5}.sidebar--v2 .sidebar-level-two-item-title{font-size:.7rem;color:#f2f3f5}@media only screen and (max-width: 992px){.sidebar--v2 .sidebar-parent--active{background:#00000040;position:fixed;left:0;right:0;top:0;bottom:0;z-index:997}}@media only screen and (max-width: 768px){.sidebar--v2 .sidebar-level-one{right:-260px;width:250px;transform:.1s}.sidebar--v2 .sidebar-level-one--active{right:0}.sidebar--v2 .sidebar-level-one .sidebar-level-one-item-title{opacity:1;transition:.2s}}[dir=ltr] .sidebar--v2 .sidebar-level-two{width:100%;left:140px;right:auto;border-radius:0 .5rem .5rem 0}[dir=ltr] .sidebar--v2 .sidebar-level-one-item-title,[dir=ltr] .sidebar--v2 .sidebar-level-two-item-title{margin-right:0;margin-left:0;text-align:left}@media only screen and (max-width: 768px){[dir=ltr] .sidebar--v2 .sidebar-level-one{left:-260px}[dir=ltr] .sidebar--v2 .sidebar-level-one--active{left:0}}.form-input--title{flex:0 0 17%}@media only screen and (max-width: 768px){.form-input{flex-direction:column;align-items:start}.form-input--title{flex:1 1 auto;margin-bottom:.3rem}.form-input .flex-fill{width:100%}}.history-tag{background-color:#ebeef2;padding:.1rem .3rem;border-radius:5px;cursor:pointer}.history-tag--active{background-color:#0e7496;color:#fff}.history-item-body{flex-direction:row-reverse;background-color:#ebeef2;border-radius:15px;width:50%}.history-item--metas{align-items:end}.history-item--avatar{width:60px;height:60px;border-radius:100%}.history-item:nth-child(2n){justify-content:end;flex-direction:row-reverse}.history-item:nth-child(2n) .history-item-body{flex-direction:row}.history-item:nth-child(2n) .history-item--metas{align-items:start}.history-item:nth-child(2n) .history-item--avatar{margin-right:0}[theme=dark] .history-tag{background-color:#212121}[theme=dark] .history-tag--active{background-color:#f542d7;color:#fff}[theme=dark] .history-item-body{background-color:#212121}.section-subject{border-bottom:1px solid #ebeef2;display:flex;align-items:center;width:100%}[theme=dark] .section-subject{border-bottom:1px solid rgb(58.5,58.5,58.5)}.section-user{display:flex;align-items:center}.section-user--img{width:50px;border-radius:100%}.section-bubble-chat{display:inline-block;display:flex;padding:0 1rem;width:100%}.section-bubble-chat--avatar{width:50px;height:50px;border-radius:100%;background-color:#fff}.section-bubble-chat--bubble{text-align:left;line-height:1.5em;width:60%}@media only screen and (max-width: 992px){.section-bubble-chat--bubble{width:90%}}.section-bubble-chat--chat{height:auto;margin:auto;position:relative;-webkit-margin-before:0em;-webkit-margin-after:0em;background-color:#dce1e8;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;padding:1.5rem;margin-right:2rem}.section-bubble-chat--chat:after{content:" ";position:absolute;width:0;height:0;left:auto;right:-20px;top:1.5rem;bottom:auto;border:12px solid;border-color:rgb(219.5454545455,224.8636363636,231.9545454545) transparent transparent rgb(219.5454545455,224.8636363636,231.9545454545)}.section-bubble-chat--answer{justify-content:end;color:#fff}.section-bubble-chat--answer .section-bubble-chat--chat{background:#2196f3;margin-left:2rem;margin-right:0}.section-bubble-chat--answer .section-bubble-chat--chat:after{right:auto;left:-20px;top:1.5rem;bottom:auto;border:12px solid;border-color:#2196f3 #2196f3 transparent transparent}[theme=dark] .section-bubble-chat .section-bubble-chat--chat{background-color:#141414}[theme=dark] .section-bubble-chat .section-bubble-chat--chat:after{border-color:rgb(20.25,20.25,20.25) transparent transparent rgb(20.25,20.25,20.25)}[theme=dark] .section-bubble-chat--answer .section-bubble-chat--chat{background:#17a2b8}[theme=dark] .section-bubble-chat--answer .section-bubble-chat--chat:after{border-color:#17a2b8 #17a2b8 transparent transparent}.section-title-list{overflow-y:auto;max-height:420px}.section-title-list::-webkit-scrollbar{width:0}@media only screen and (min-width: 1367px){.section-title-list{max-height:550px}}@media only screen and (min-width: 1520px){.section-title-list{max-height:1000px}}[dir=ltr] .section-bubble-chat .section-bubble-chat--chat{margin-left:2rem;margin-right:0}[dir=ltr] .section-bubble-chat .section-bubble-chat--chat:after{right:auto;left:-20px;border-color:rgb(219.5454545455,224.8636363636,231.9545454545) rgb(219.5454545455,224.8636363636,231.9545454545) transparent transparent}[dir=ltr] .section-bubble-chat--answer .section-bubble-chat--chat{margin-right:2rem;margin-left:0}[dir=ltr] .section-bubble-chat--answer .section-bubble-chat--chat:after{left:auto;right:-20px;border-color:#2196f3 transparent transparent #2196f3}[dir=ltr][theme=dark] .section-bubble-chat .section-bubble-chat--chat:after{border-color:rgb(20.25,20.25,20.25) rgb(20.25,20.25,20.25) transparent transparent}[dir=ltr][theme=dark] .section-bubble-chat--answer .section-bubble-chat--chat{background:#17a2b8}[dir=ltr][theme=dark] .section-bubble-chat--answer .section-bubble-chat--chat:after{border-color:#17a2b8 transparent transparent #17a2b8}.section-category{width:380px;background:#ebeef2;padding:5px 0;border-radius:5px;margin:0 10px}@media only screen and (max-width: 992px){.section-category{width:100%}}.section-acardeon{background-color:#f2f2f2;border-radius:.3rem;overflow:hidden;border:2px solid rgb(242.25,242.25,242.25);-webkit-user-select:none;user-select:none;height:39px;transition:.2s}.section-acardeon-header{padding:0 .3rem;height:35px}.section-acardeon-body{overflow:hidden;background-color:#fff}.section-acardeon--title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:151px}.section-acardeon--icon{transition:.2s}.section-acardeon--active .section-acardeon--icon{transform:rotate(-90deg)}.dropdown{position:relative}.dropdown-parent{position:fixed;left:0;right:0;bottom:0;top:0;background:#00000034}.dropdown-toggle{left:0;padding:0 10px;position:absolute;width:100%;max-width:100%;min-width:200px;border-radius:.3rem;background:#fff;border:1px solid rgb(216.75,216.75,216.75)}.dropdown-body{max-height:300px;overflow-y:auto}[dir=ltr] .dropdown-toggle{left:auto;right:0}[theme=dark] .dropdown-toggle{background:#363636;border:1px solid rgb(15.75,15.75,15.75)}.uploader{left:0;bottom:0;top:60px;right:140px;z-index:997;position:fixed;background:#ebeef2;display:none}.uploader--open{display:flex}.uploader__sidebar{flex:0 0 240px;overflow:auto}.uploader__sidebar--sticky{top:0;position:sticky;background:#ebeef2}.uploader__sidebar-zone{border-radius:15px;border:3px dashed rgb(188.6363636364,198.5909090909,211.8636363636)}.uploader__sidebar-item{position:relative;background:#fff;border-radius:15px;padding:.3rem;border:1px solid rgb(225.7272727273,230.1181818182,235.9727272727);margin-bottom:3px;overflow:hidden}.uploader__sidebar-item--percent{position:absolute;left:0;top:0;bottom:0;background:#4caf50;opacity:.5}.uploader__sidebar-item--title{padding-left:5px}.uploader__sidebar-item--remove{width:35px}.uploader__body{position:relative;padding-bottom:50px}.uploader__body-items{overflow:auto;max-height:100%}.uploader__body-item{width:130px;height:130px;position:relative;margin-bottom:.3rem;margin-left:.3rem;border:1px solid rgb(204.0909090909,211.7272727273,221.9090909091);cursor:pointer;overflow:hidden}.uploader__body-item:hover .uploader__body-item-title{white-space:normal}.uploader__body-item-img{background:#fff;max-height:100%}.uploader__body-item-img-icon{background:#0e7496}.uploader__body-item-title{position:absolute;left:0;right:0;bottom:0;background:#ccd4de;color:#000;text-align:center;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uploader__body-item-icon{left:0;right:0;top:0;bottom:0;position:absolute;color:#fff;align-items:center;justify-content:center;font-size:3rem;background:#0009;cursor:pointer;display:none!important}.uploader__body-item--selected .uploader__body-item-icon{display:flex!important}.uploader__body-bottom{left:0;right:0;bottom:0;position:absolute;background:#ebeef2}[dir=ltr] .uploader{left:140px!important;right:0!important}[theme=dark] .uploader,[theme=dark] .uploader__sidebar--sticky{background:#212121}[theme=dark] .uploader__sidebar-zone{border:3px dashed rgb(71.25,71.25,71.25)}[theme=dark] .uploader__sidebar-item{background:#363636;border:1px solid rgb(40.65,40.65,40.65)}[theme=dark] .uploader__sidebar-item--percent{background:#28a745}[theme=dark] .uploader__body-item{border:1px solid rgb(58.5,58.5,58.5)}[theme=dark] .uploader__body-item-img{background:#363636}[theme=dark] .uploader__body-item-img-icon{background:#212121}[theme=dark] .uploader__body-item-title{background:#3b3b3b;color:#878787}[theme=dark] .uploader__body-item-icon{color:#fff;background:#0009}[theme=dark] .uploader__body-bottom{background:#212121}*{direction:rtl;text-align:right}*::-webkit-scrollbar{width:7px}*::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:100px}*::-webkit-scrollbar-track{background:#f2f2f2}[dir=ltr] *{direction:ltr;text-align:left}[theme=dark] *{color:#f2f3f5}[theme=dark] *::-webkit-scrollbar-thumb{background:#101010}[theme=dark] *::-webkit-scrollbar-track{background:#292929}*,*:before,*:after{box-sizing:border-box}body{background:#ebeef2;font-size:90%}@media only screen and (min-width: 992px){body{font-size:95%}}@media only screen and (min-width: 1024px){body{font-size:100%}}[theme=dark] body{background:#212121}html,body{margin:0;height:100%}ul{margin:0;padding:0;list-style:none}a{text-decoration:none;color:inherit}path{pointer-events:none}img{width:100%}h1,h2,h3,h4,h5,h6,p{margin:0}hr{border:none;height:1px;background:#e6e6e6}.rounded{border-radius:15px!important}.m-0{margin:0!important}.p-0{padding:0!important}.gap-0{gap:0!important}.m-1{margin:.25rem!important}.p-1,.input-file-complete,.input-draggable-item,.input-draggable-items{padding:.25rem!important}.gap-1{gap:.25rem!important}.m-2,.input-draggable-item{margin:.5rem!important}.p-2,.list-view .dropdown-toggle,[theme=dark] .alert-gray,[theme=dark] .alert-info,[theme=dark] .alert-warning,[theme=dark] .alert-danger,[theme=dark] .alert-success,[theme=dark] .alert-secondary,[theme=dark] .alert-primary,.alert{padding:.5rem!important}.gap-2{gap:.5rem!important}.m-3{margin:.75rem!important}.p-3,.history-item-body,.section-subject{padding:.75rem!important}.gap-3{gap:.75rem!important}.m-4{margin:1rem!important}.p-4{padding:1rem!important}.gap-4{gap:1rem!important}.m-5{margin:1.5rem!important}.p-5,.auth{padding:1.5rem!important}.gap-5{gap:1.5rem!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1,.header-languages-item{padding-top:.25rem!important;padding-bottom:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.px-2,.report-box-badge,.input-page-builder-item,.input-group-three--title,.input-group-two--title,.input-group--title,.header-languages-item{padding-left:.5rem!important;padding-right:.5rem!important}.py-2,.input-page-builder-item,.form{padding-top:.5rem!important;padding-bottom:.5rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3,.auth-title{margin-top:.75rem!important;margin-bottom:.75rem!important}.px-3,.input-mobile-code,.container,.container-fluid,.section-user{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.px-5{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mt-1{margin-top:.25rem!important}.pt-1{padding-top:.25rem!important}.mt-2,.input-group-two{margin-top:.5rem!important}.pt-2{padding-top:.5rem!important}.mt-3{margin-top:.75rem!important}.pt-3{padding-top:.75rem!important}.mt-4{margin-top:1rem!important}.pt-4{padding-top:1rem!important}.mt-5{margin-top:1.5rem!important}.pt-5{padding-top:1.5rem!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.pb-1{padding-bottom:.25rem!important}.mb-2,.input-file-item{margin-bottom:.5rem!important}.pb-2{padding-bottom:.5rem!important}.mb-3,.side-content-side{margin-bottom:.75rem!important}.pb-3,.auth-tab{padding-bottom:.75rem!important}.mb-4,.report-box{margin-bottom:1rem!important}.pb-4{padding-bottom:1rem!important}.mb-5{margin-bottom:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.ml-1{margin-left:.25rem!important}.pl-1{padding-left:.25rem!important}.ml-2{margin-left:.5rem!important}.pl-2{padding-left:.5rem!important}.ml-3,.alert-icon,.history-item:nth-child(2n) .history-item--avatar,.section-subject--icon{margin-left:.75rem!important}.pl-3,.form-input--title{padding-left:.75rem!important}.ml-4{margin-left:1rem!important}.pl-4{padding-left:1rem!important}.ml-5{margin-left:1.5rem!important}.pl-5{padding-left:1.5rem!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.mr-1,.header-languages-item--title{margin-right:.25rem!important}.pr-1{padding-right:.25rem!important}.mr-2{margin-right:.5rem!important}.pr-2{padding-right:.5rem!important}.mr-3,.history-item--avatar{margin-right:.75rem!important}.pr-3,.section-user--title{padding-right:.75rem!important}.mr-4{margin-right:1rem!important}.pr-4{padding-right:1rem!important}.mr-5{margin-right:1.5rem!important}.pr-5{padding-right:1.5rem!important}[dir=ltr] .ml-0{margin-right:0!important}[dir=ltr] .pl-0{padding-right:0!important}[dir=ltr] .ml-1{margin-right:.25rem!important}[dir=ltr] .pl-1{padding-right:.25rem!important}[dir=ltr] .ml-2{margin-right:.5rem!important}[dir=ltr] .pl-2{padding-right:.5rem!important}[dir=ltr] .ml-3,[dir=ltr] .alert-icon,[dir=ltr] .history-item:nth-child(2n) .history-item--avatar,.history-item:nth-child(2n) [dir=ltr] .history-item--avatar,[dir=ltr] .section-subject--icon{margin-right:.75rem!important}[dir=ltr] .pl-3,[dir=ltr] .form-input--title{padding-right:.75rem!important}[dir=ltr] .ml-4{margin-right:1rem!important}[dir=ltr] .pl-4{padding-right:1rem!important}[dir=ltr] .ml-5{margin-right:1.5rem!important}[dir=ltr] .pl-5{padding-right:1.5rem!important}[dir=ltr] .mr-0{margin-left:0!important}[dir=ltr] .pr-0{padding-left:0!important}[dir=ltr] .mr-1,[dir=ltr] .header-languages-item--title{margin-left:.25rem!important}[dir=ltr] .pr-1{padding-left:.25rem!important}[dir=ltr] .mr-2{margin-left:.5rem!important}[dir=ltr] .pr-2{padding-left:.5rem!important}[dir=ltr] .mr-3,[dir=ltr] .history-item--avatar{margin-left:.75rem!important}[dir=ltr] .pr-3,[dir=ltr] .section-user--title{padding-left:.75rem!important}[dir=ltr] .mr-4{margin-left:1rem!important}[dir=ltr] .pr-4{padding-left:1rem!important}[dir=ltr] .mr-5{margin-left:1.5rem!important}[dir=ltr] .pr-5{padding-left:1.5rem!important}[dir=ltr] .ml-0{margin-left:0!important}[dir=ltr] .pl-0{padding-left:0!important}[dir=ltr] .ml-1{margin-left:0!important}[dir=ltr] .pl-1{padding-left:0!important}[dir=ltr] .ml-2{margin-left:0!important}[dir=ltr] .pl-2{padding-left:0!important}[dir=ltr] .ml-3,[dir=ltr] .alert-icon,[dir=ltr] .history-item:nth-child(2n) .history-item--avatar,.history-item:nth-child(2n) [dir=ltr] .history-item--avatar,[dir=ltr] .section-subject--icon{margin-left:0!important}[dir=ltr] .pl-3,[dir=ltr] .form-input--title{padding-left:0!important}[dir=ltr] .ml-4{margin-left:0!important}[dir=ltr] .pl-4{padding-left:0!important}[dir=ltr] .ml-5{margin-left:0!important}[dir=ltr] .pl-5{padding-left:0!important}[dir=ltr] .mr-0{margin-right:0!important}[dir=ltr] .pr-0{padding-right:0!important}[dir=ltr] .mr-1,[dir=ltr] .header-languages-item--title{margin-right:0!important}[dir=ltr] .pr-1{padding-right:0!important}[dir=ltr] .mr-2{margin-right:0!important}[dir=ltr] .pr-2{padding-right:0!important}[dir=ltr] .mr-3,[dir=ltr] .history-item--avatar{margin-right:0!important}[dir=ltr] .pr-3,[dir=ltr] .section-user--title{padding-right:0!important}[dir=ltr] .mr-4{margin-right:0!important}[dir=ltr] .pr-4{padding-right:0!important}[dir=ltr] .mr-5{margin-right:0!important}[dir=ltr] .pr-5{padding-right:0!important}.fs-0{font-size:.5rem}.fs-1{font-size:.75rem}.fs-2{font-size:1rem}.fs-3{font-size:1.25rem}.fs-4{font-size:1.5rem}.fs-5{font-size:2rem}.rtl{direction:rtl}.rtl--force{direction:rtl!important}.ltr{direction:ltr}.ltr--force,[dir=ltr] .rtl{direction:ltr!important}[dir=ltr] .ltr{direction:rtl!important}.container-fluid{max-width:1920px;margin:auto}.container{width:100%;margin:auto;max-width:1320px}@media only screen and (max-width: 1320px){.container{max-width:1024px}}@media only screen and (max-width: 1280px){.container{max-width:992px}}@media only screen and (max-width: 992px){.container{max-width:768px}}@media only screen and (max-width: 768px){.container{max-width:576px}}[dir=ltr] .ltr--rotate{transform:rotate(180deg)}.h-100{height:100%}.h-50{height:50%}.w-100{width:100%}.w-50{width:50%}.h-auto{height:auto!important}.w-auto{width:auto!important}.inline-flex{display:inline-flex}.flex{display:flex}.flex-fill{flex:1 1 auto}.flex-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-reverse.flex-column{flex-direction:column-reverse!important}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-content-center{justify-content:center}.flex-content-between{justify-content:space-between}.flex-content-around{justify-content:space-around}.flex-content-start{justify-content:start}.flex-content-end{justify-content:end}.flex-align-center{align-items:center}.flex-align-start{align-items:start}.flex-align-end{align-items:end}.block{display:block}.block--force{display:block!important}.inline-block{display:inline-block}.none{display:none}.mobile{display:block}.desktop{display:none}@media screen and (min-width: 768px){.mobile{display:none!important}.desktop{display:block!important}}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.text-muted{color:#597295}.text-black{color:#000}.text-center{text-align:center}.text-white{color:#fff}.text-right{text-align:right}.text-right--force{text-align:right!important}.text-left{text-align:left}.text-left--force{text-align:left!important}.text-justify{text-align:justify}.text-primary{color:#0e7496}.text-secondary{color:#ed1d24}.text-success{color:#4caf50}.text-danger{color:#f44336}.text-warning{color:#ffc107}.text-info{color:#2196f3}.text-gray{color:#6c757d}[theme=dark] .text-muted{color:#9ca3b2}[dir=ltr] .text-right{text-align:left}[dir=ltr] .text-left{text-align:right}.circle{border-radius:50%}.pointer{cursor:pointer}.border{border:1px solid #e5e5e5}@media only screen and (max-width: 992px){.md\:none{display:none}.md\:flex{display:flex}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:fill{flex:1}.md\:nofill{flex:unset}.md\:flex-column{flex-direction:column}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:flex-content-center{justify-content:center}.md\:flex-content-between{justify-content:space-between}.md\:flex-content-around{justify-content:space-around}.md\:flex-content-start{justify-content:start}.md\:flex-content-end{justify-content:end}.md\:flex-align-center{align-items:center}.md\:flex-align-between{align-items:space-between}.md\:flex-align-around{align-items:space-around}.md\:flex-align-start{align-items:start}.md\:flex-align-end{align-items:end}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-left{text-align:left}.md\:text-justify{text-align:justify}}@media only screen and (max-width: 768px){.sm\:none{display:none}.sm\:flex{display:flex}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:fill{flex:1}.sm\:nofill{flex:unset}.sm\:flex-column{flex-direction:column}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:flex-content-center{justify-content:center}.sm\:flex-content-between{justify-content:space-between}.sm\:flex-content-around{justify-content:space-around}.sm\:flex-content-start{justify-content:start}.sm\:flex-content-end{justify-content:end}.sm\:flex-align-center{align-items:center}.sm\:flex-align-between{align-items:space-between}.sm\:flex-align-around{align-items:space-around}.sm\:flex-align-start{align-items:start}.sm\:flex-align-end{align-items:end}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-left{text-align:left}.sm\:text-justify{text-align:justify}}@media only screen and (max-width: 400px){.xs\:none{display:none}.xs\:flex{display:flex}.xs\:block{display:block}.xs\:inline-block{display:inline-block}.xs\:fill{flex:1}.xs\:nofill{flex:unset}.xs\:flex-column{flex-direction:column}.xs\:flex-row{flex-direction:row}.xs\:flex-wrap{flex-wrap:wrap}.xs\:flex-nowrap{flex-wrap:nowrap}.xs\:flex-content-center{justify-content:center}.xs\:flex-content-between{justify-content:space-between}.xs\:flex-content-around{justify-content:space-around}.xs\:flex-content-start{justify-content:start}.xs\:flex-content-end{justify-content:end}.xs\:flex-align-center{align-items:center}.xs\:flex-align-between{align-items:space-between}.xs\:flex-align-around{align-items:space-around}.xs\:flex-align-start{align-items:start}.xs\:flex-align-end{align-items:end}.xs\:text-center{text-align:center}.xs\:text-right{text-align:right}.xs\:text-left{text-align:left}.xs\:text-justify{text-align:justify}}.btn{display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 10px;font-size:1rem;height:45px;line-height:45px;cursor:pointer;transition:.2s;border-radius:.3rem;color:#fff;border:1px solid transparent;white-space:nowrap}.btn[disabled]{opacity:.5;cursor:not-allowed}.btn-sm{font-size:.8rem;height:30px;line-height:30px}.btn-full{width:100%}.btn-rounded{border-radius:15px}.btn-primary{background:#0e7496}.btn-primary:hover{background:#0a5067}.btn-secondary{background:#ed1d24}.btn-secondary:hover{background:#c71016}.btn-success{background:#4caf50}.btn-success:hover{background:#3d8b40}.btn-danger{background:#f44336}.btn-danger:hover{background:#ea1c0d}.btn-warning{background:#ffc107}.btn-warning:hover{background:#d39e00}.btn-info{background:#2196f3}.btn-info:hover{background:#0c7cd5}.btn-gray{background:#6c757d}.btn-gray:hover{background:#545b62}.btn-outline-primary{background:transparent;border:1px solid #0E7496;color:#0e7496}.btn-outline-primary:hover{background:#0e7496;color:#fff}.btn-outline-secondary{background:transparent;border:1px solid #ed1d24;color:#ed1d24}.btn-outline-secondary:hover{background:#ed1d24;color:#fff}.btn-outline-success{background:transparent;border:1px solid #4caf50;color:#4caf50}.btn-outline-success:hover{background:#4caf50;color:#fff}.btn-outline-danger{background:transparent;border:1px solid #f44336;color:#f44336}.btn-outline-danger:hover{background:#f44336;color:#fff}.btn-outline-warning{background:transparent;border:1px solid #ffc107;color:#ffc107}.btn-outline-warning:hover{background:#ffc107;color:#fff}.btn-outline-info{background:transparent;border:1px solid #2196f3;color:#2196f3}.btn-outline-info:hover{background:#2196f3;color:#fff}.btn-outline-gray{background:transparent;border:1px solid #6c757d;color:#6c757d}.btn-outline-gray:hover{background:#6c757d;color:#fff}[theme=dark] .btn-primary{background:#212121}[theme=dark] .btn-primary:hover{background:#080808}[theme=dark] .btn-secondary{background:#f542d7}[theme=dark] .btn-secondary:hover{background:#f212cd}[theme=dark] .btn-success{background:#28a745}[theme=dark] .btn-success:hover{background:#1e7e34}[theme=dark] .btn-danger{background:#dc3545}[theme=dark] .btn-danger:hover{background:#bd2130}[theme=dark] .btn-warning{background:#ffc107}[theme=dark] .btn-warning:hover{background:#d39e00}[theme=dark] .btn-info{background:#17a2b8}[theme=dark] .btn-info:hover{background:#117a8b}[theme=dark] .btn-gray{background:#6c757d}[theme=dark] .btn-gray:hover{background:#545b62}[theme=dark] .btn-outline-primary{background:transparent;border:1px solid #212121;color:#212121}[theme=dark] .btn-outline-primary:hover{background:#212121;color:#fff}[theme=dark] .btn-outline-secondary{background:transparent;border:1px solid #f542d7;color:#f542d7}[theme=dark] .btn-outline-secondary:hover{background:#f542d7;color:#fff}[theme=dark] .btn-outline-success{background:transparent;border:1px solid #28a745;color:#28a745}[theme=dark] .btn-outline-success:hover{background:#28a745;color:#fff}[theme=dark] .btn-outline-danger{background:transparent;border:1px solid #dc3545;color:#dc3545}[theme=dark] .btn-outline-danger:hover{background:#dc3545;color:#fff}[theme=dark] .btn-outline-warning{background:transparent;border:1px solid #ffc107;color:#ffc107}[theme=dark] .btn-outline-warning:hover{background:#ffc107;color:#fff}[theme=dark] .btn-outline-info{background:transparent;border:1px solid #17a2b8;color:#17a2b8}[theme=dark] .btn-outline-info:hover{background:#17a2b8;color:#fff}[theme=dark] .btn-outline-gray{background:transparent;border:1px solid #6c757d;color:#6c757d}[theme=dark] .btn-outline-gray:hover{background:#6c757d;color:#fff}.table-responsive{border-radius:15px;border:1px solid rgb(229.5,229.5,229.5);overflow-x:auto;overflow-y:visible}.table table{width:100%;min-width:700px;font-size:.9rem;border-collapse:separate;border-spacing:0}.table table thead tr{background-color:#f4f6f8}.table table thead tr:first-child{border-radius:15px}.table table thead tr:last-child{border-radius:15px}.table table th{text-align:center;padding:10px 0;border:1px solid #ebeef2}.table table td{text-align:center;padding:5px 0;border:1px solid #ebeef2}.table table td a{vertical-align:middle}.table table tbody tr:nth-child(2n){background-color:#f4f6f8}.table table tbody tr:nth-child(odd){background-color:#fff;border:1px solid #ebeef2}.table table tbody tr{cursor:pointer;line-height:35px}.table table th,.table table td{padding-left:5px;padding-right:5px;text-align:center}[theme=dark] .table-responsive{border:1px solid rgb(41.25,41.25,41.25)}[theme=dark] .table table thead tr{background-color:#292929}[theme=dark] .table table th,[theme=dark] .table table td{border:1px solid #212121}[theme=dark] .table table tbody tr:nth-child(2n){background-color:#313131}[theme=dark] .table table tbody tr:nth-child(odd){background-color:#2e2e2e}[theme=dark] .table table tbody tr{border-top:1px solid rgb(43.8,43.8,43.8);border-bottom:1px solid rgb(43.8,43.8,43.8)}[theme=dark] .table table tbody tr:hover td{background:#292929;border:1px solid #212121}.input-group{position:relative;width:100%}.input-group--title{z-index:350;position:absolute;right:8px;top:-8px;background:#ebeef2;border-radius:.25rem;white-space:nowrap}.input-group .input-switch{margin-top:1rem;margin-right:1rem}.input-group-two{position:relative;width:100%}.input-group-two--title{z-index:350;position:absolute;right:8px;top:-8px;background:#fff;border-radius:5px;white-space:nowrap}.input-group-two .input-switch{margin-top:1rem;margin-right:1rem}[dir=ltr] .input-group-two--title{left:8px;right:auto}.input-group-three--title{z-index:350;position:absolute;right:8px;top:-8px;background:#ebeef2;border-radius:5px}[dir=ltr] .input-group-three--title{left:8px;right:auto}[theme=dark] .input-group-two--title,[theme=dark] .input-group-three--title{background:#363636}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input{width:100%;display:block;font-size:1rem;font-weight:400;line-height:1.5;border-radius:.25rem;padding:.375rem .75rem;background-clip:padding-box;height:3rem;background-color:#fff;border:1px solid rgb(216.75,216.75,216.75);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.input-sm,.input-sm .input{height:2rem;font-size:.7rem}.input--border{border:1px solid rgb(216.75,216.75,216.75);border-radius:.25rem}.input-datetime{width:160px}.input-datetime input{text-align:left!important}.input:focus{outline:0;border-color:#0e7496;background-color:#fff}.input-error{border:1px solid #f44336}.input-success{border:1px solid #4caf50}.input-rounded .input{border-radius:15px}.input-icon{position:relative}.input-icon--icon{position:absolute!important;right:0;top:0;bottom:0}.input-switch{position:relative;display:inline-block;width:60px;height:34px}.input-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccd4de;-webkit-transition:.4s;transition:.4s;border-radius:34px}.input-switch-slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.input-switch input{opacity:0;width:0;height:0}input:checked+.input-switch-slider{background-color:#ed1d24}input:focus+.input-switch-slider{box-shadow:0 0 1px #ed1d24}input:checked+.input-switch-slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.input-tag{width:100%}.input-tag-item{cursor:pointer;padding:.3rem 1rem}.input-tag-item:hover{background-color:#ebeef2}.input-tag--disabled{opacity:.5}.input-tag--selected{background:#ebeef2;border-radius:5px;padding:0 5px;display:inline-flex;align-items:center;font-size:.95rem}.input-draggable{-webkit-user-select:none;user-select:none}.input-draggable-items{width:50%;flex:0 0 50%;border:1px solid #ebeef2}.input-draggable-item{display:flex;align-items:center;background:#ebeef2;cursor:pointer}.input-draggable-item:hover{background:#dfe3ea}.input-draggable .draggable-component{min-height:200px!important}.input-draggable [draggable]:last-child{min-height:200px!important}.input-draggable .isDragging .input-draggable-item{background:#0e7496!important}.input-checkbox-count{-webkit-user-select:none;user-select:none}.input-checkbox-count--active,.input-checkbox-count--active .input-checkbox-count--counter{color:#4caf50}.input-checkbox-count--counter{display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #ddd;border-radius:.3rem;height:2rem;width:2rem}.input-page-builder{display:flex;border:1px solid rgb(216.75,216.75,216.75);border-radius:.25rem;-webkit-user-select:none;user-select:none}.input-page-builder-items{min-width:200px;max-width:200px;border-left:1px solid #cccccc}.input-page-builder-items--sticky{position:sticky;top:60px}.input-page-builder-item{background:#d8f6df;border-bottom:1px solid #cccccc;cursor:pointer}.input-page-builder-item--active{background:#0e7496!important}.input-page-builder-item--disable{background:#fae3e5;opacity:.5}.input-file-item{display:flex;min-height:2.2rem;border-radius:.7rem;overflow:hidden}.input-file-upload{display:flex;justify-content:center;align-items:center;background:#dce1e8;position:relative}.input-file-upload--percent{z-index:1}.input-file-upload--progress{position:absolute;left:0;top:0;bottom:0;background:#6ec071}.input-file-cancel{min-width:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#f99d97;transition:.3s}.input-file-cancel:hover{background:#f44336}.input-file-complete{width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#dce1e8;transition:.3s}.input-file-complete--link{text-align:left;word-break:break-all;color:#0a5067}.input-file-complete--link:hover{color:#052c39}.input-checkbox,.input-radio{padding:1rem;height:auto!important}.input-checkbox-search{position:relative}.input-checkbox-search--icon{position:absolute;top:10px;right:10px}.input-checkbox-search input{padding-right:45px}.input-reservation--title{font-weight:700}.input-reservation--weeks{max-height:max-content}.input-reservation-item{position:relative;background:#fff;border:1px solid rgb(219.5454545455,224.8636363636,231.9545454545);flex:0 0 14.28%;cursor:pointer}.input-reservation-item--day{padding:0 .7rem .3rem .2rem;background:#0e7496;border-radius:0 0 100%;font-size:.9rem;color:#fff}.input-reservation-item--today .input-reservation-item--day{background:#ed1d24!important;color:#fff!important}.input-reservation-item--disabled{background:#ebeef2!important;color:#334155!important;cursor:not-allowed}.input-reservation-item--disabled:hover{background:#ebeef2!important}.input-reservation-item--tag{gap:.5rem;display:flex;font-size:.7rem;justify-content:space-between;height:max-content}.input-reservation-item--sum{margin-left:2px;margin-bottom:2px;font-size:.7rem!important}.input-reservation-item--sum-active{color:#fff;padding:0 .3rem;background:#2196f3;border-radius:.3rem;font-size:1rem}.input-reservation-item:hover{background:#0e7496;color:#fff}.input-reservation-item:hover .input-reservation-item--day{color:#0e7496;background:#fff}.input-reservation-item:hover .input-reservation-item--today{color:#fff}.input-reservation-service-item{cursor:pointer;width:18%}.input-reservation-service-item:hover{background-color:#0e7496}.input-reservation-service-item--img{width:60px;transition:.2s}.input-reservation-service-item--title{font-size:.8rem}.input-reservation-service-item.input-reservation-service-item--active{background-color:#0e7496}.input-reservation-step-item{border:1px solid #cccccc;padding:.5rem;border-radius:1rem}.input-reservation-step-item--title{margin-top:-20px;background-color:#ebeef2;padding:0 1rem;font-weight:700}.input-reservation-step-item.input-reservation-step-item--error{border:1px solid rgb(185.8301886792,22.1886792453,10.1698113208)}.input-reservation-step-item.input-reservation-step-item--error .input-reservation-step-item--title{color:#f44336}.input-reservation-step-item.input-reservation-step-item--success{border:1px solid rgb(45.1155378486,103.8844621514,47.4900398406)}.input-reservation-step-item.input-reservation-step-item--success .input-reservation-step-item--title{color:#4caf50}.input-reservation-time{width:100%;background:#f2f2f2;padding:.5rem;border-radius:.3rem;font-size:.95rem}.input-reservation-time--disabled{background:#fafafa;color:#ccc}.input-reservation-selected-time{display:flex;align-items:center;background-color:#0e7496;border-radius:.6rem;height:100%;overflow:hidden}.input-reservation-selected-time--icon{padding:0 1rem;height:100%;background-color:#0a5067;cursor:pointer!important}.input-reservation-selected-time--icon:hover{background-color:#073e50}.input-reservation-selected-time--title{padding:.3rem}.input-cyberspace-compaign-pages{display:flex;border:1px solid rgb(216.75,216.75,216.75);border-radius:.25rem;-webkit-user-select:none;user-select:none}.input-category-post-attributes{display:flex}.input-images-icon{transition:.3s;color:#fff!important;cursor:pointer}.input-images-icon:hover{transform:scale(1.2)}.input-images-icons{position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;transition:.3s;background:#0000007a;font-size:1.6rem}.input-images-icons:hover{opacity:1}.input-images--img{width:170px;height:100px}.input-multiple-three-text--center{margin:0 .5rem}.input-mobile{border:1px solid rgb(216.75,216.75,216.75);display:flex;justify-content:center;align-items:center;border-radius:.25rem;width:100%;direction:ltr!important}.input-mobile *{direction:ltr!important;text-align:left!important}.input-mobile--focus,.input-mobile--focus .input-mobile-code{border-color:#0e7496}.input-mobile-code{border-right:1px solid rgb(216.75,216.75,216.75)}.input-mobile-code .input{border:none;outline:none;width:2rem;padding:0;text-align:center!important;letter-spacing:2px}.input-mobile-verification-code{padding:0!important}.input-mobile-verification-code .input{width:100%!important;height:2rem}.input-mobile .input-mobile-verification-code:last-child{border-right:none!important}.input-mobile-country{width:2rem;border-radius:100%}.input-mobile .input{border:none;direction:ltr!important;text-align:left;letter-spacing:2px}.input-code{padding:.5rem 0}.input-profile{border:1px solid rgb(216.75,216.75,216.75);height:auto}.input-profile--image{width:100px;height:100px;border-radius:100%;border:1px solid rgb(219.5454545455,224.8636363636,231.9545454545);background:#fff}.input-chat{width:100%;border-radius:.25rem;padding:.375rem 0;background-color:#fff;border:1px solid rgb(216.75,216.75,216.75);display:flex;align-items:end}.input-chat--send{padding:0 .5rem;color:#0e7496}.input-chat--send svg:hover{color:#0a5067}.input-chat--input{resize:none;width:100%}.input-chat .ql-editor{padding:0 .375rem;word-break:break-all;font-size:.9rem;max-height:250px;overflow:auto}.input-chat .ql-container{flex:1 1 auto;border:none}.input-chat .mention{background-color:#1298c5;font-size:.7rem;display:inline-flex;white-space:nowrap;width:auto;height:20px;align-items:center}.input-chat .ql-mention-list-item{line-height:30px}.input-chat .ql-mention-list-item.selected{background-color:#0e7496}.input-payment-order .input{font-size:.8rem;text-align:center!important}.input-payment-order .input-price{width:100px;flex:0 0 100px}.input-payment-order .input-price-icon{position:relative}.input-payment-order .input-price-icon--icon{position:absolute;z-index:1;left:0;right:0;display:flex;align-items:center;justify-content:space-around;padding:0 3px;-webkit-user-select:none;user-select:none}.input-payment-order .input-price-icon--plus{top:-5px}.input-payment-order .input-price-icon--minus{bottom:-5px}.input-payment-order .input-price-icon--svg:hover{color:#0e7496}.input-permission{border-radius:.5rem;border:1px solid rgb(219.5454545455,224.8636363636,231.9545454545);height:25px}.input-permission-icon{width:30px;text-align:center;z-index:1}.input-permission .active{transform:scale(2);z-index:0}@media only screen and (max-width: 992px){.input-category-post-attributes{flex-direction:column}.input-category-post-attributes--posts{margin-right:0!important;margin-top:.5rem}.input-multiple-three-text{flex-direction:column}.input-multiple-three-text--input{margin-top:1rem!important}.input-multiple-three-text--center{margin-left:0!important;margin-right:0!important}}input[type=number]{-moz-appearance:textfield}textarea{min-width:100%!important;max-width:100%!important;width:100%!important}[theme=dark] .input{background-color:#292929;border:1px solid rgb(33.6,33.6,33.6)}[theme=dark] .input-error{border:1px solid #dc3545}[theme=dark] .input-success{border:1px solid #28a745}[theme=dark] .input-tag-item:hover{background-color:#212121}[theme=dark] .input-tag--selected{background:#212121}[theme=dark] .input-chat{background-color:#363636;border:1px solid rgb(15.75,15.75,15.75)}[theme=dark] .input-chat--send{color:#212121}[theme=dark] .input-chat--send svg:hover{color:#080808}[theme=dark] .input-chat .mention{background-color:#191919}[theme=dark] .input-chat .ql-mention-list-container{background-color:#363636;border-color:#212121}[theme=dark] .input-chat .ql-mention-list-item.selected{background-color:#212121}.progress-bar{overflow:hidden;background-image:linear-gradient(45deg,hsla(0,0%,95%,.8) 25%,transparent 0,transparent 50%,hsla(0,0%,95%,.8) 0,hsla(0,0%,95%,.8) 75%,transparent 0,transparent);background-size:40px 40px;-webkit-animation:progressBar 2s linear infinite;animation:progressBar 2s linear infinite;background-color:#00cc74;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}[data-type=time] .vpd-time .vpd-time-h,[data-type=time] .vpd-time .vpd-time-m{display:flex;flex-direction:column;justify-content:center;align-items:center}@-webkit-keyframes progressBar{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progressBar{0%{background-position:40px 0}to{background-position:0 0}}[dir=ltr] .input-category-post-attributes--posts{margin-right:.5rem!important;margin-left:0!important;margin-top:.5rem}.stepper-wrapper{margin-top:auto;display:flex;justify-content:space-between;margin-bottom:20px;min-width:300px;direction:rtl!important}.stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;cursor:pointer}.stepper-item:hover .step-counter{background-color:#0c627f!important}.stepper-item:after{position:absolute;content:"";border-bottom:2px solid rgb(216.75,216.75,216.75);width:100%;top:20px;left:-50%;z-index:2}.stepper-item .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#d9d9d9;margin-bottom:6px}.stepper-item .step-name{font-size:.8rem}.stepper-item.active{font-weight:700}.stepper-item.active .step-counter,.stepper-item.completed .step-counter{background-color:#0e7496}.stepper-item.completed:after{border-bottom:2px solid #0E7496!important}.stepper-item:last-child:after{content:none}.my-pagination .pagination{display:flex;list-style:none;width:100%}.my-pagination .pagination .page-item a{height:40px;line-height:40px;min-width:40px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:100%;margin-left:3px;box-shadow:0 0 3px #d9d9d9}.my-pagination .pagination .page-item.active a{background:#0e7496;color:#f2f3f5}[theme=dark] .my-pagination .pagination .page-item a{background:#363636;box-shadow:0 0 3px #5c5c5c}[theme=dark] .my-pagination .pagination .page-item.active a{background:#212121;color:#f2f3f5}.modal{position:fixed;left:0;bottom:0;right:0;top:0;z-index:999;display:flex;justify-content:center;align-items:center;background:#0000004d}.modal-body{background:#fff;border-radius:15px;padding:1rem;box-shadow:0 0 5px #465975;min-width:50%;max-height:75%;max-width:70%;overflow-y:auto;z-index:1000}.modal--sm .modal-body{min-width:30%;max-width:30%}[theme=dark] .modal{background:#0000004d}[theme=dark] .modal-body{background:#363636;box-shadow:0 0 5px #212121}.alert{display:flex;align-items:center;transition:.3s;border-radius:.3rem}.alert--mark-as-read{opacity:.3}.alert:hover{color:#334155}.alert-task:hover .alert-icon{display:none}.alert-task:hover .alert-icon--task{display:flex!important}.alert-widget{display:flex;justify-content:space-between;flex-wrap:wrap}.alert-widget .alert{width:49.7%}.alert-icon{width:35px;font-size:2rem;justify-content:center}.alert-icon--task{display:none!important}.alert-content{display:flex;flex-direction:column;align-items:start}.alert-content-title{font-size:.9rem;font-weight:500}.alert-sm .alert-icon{width:25px;font-size:1.5rem}.alert-primary{background:#37bfec;border-right:5px solid #0E7496}.alert-primary:hover{background:#20b8ea}.alert-primary .alert-icon{color:#0a5067}.alert-secondary{background:#f69396;border-right:5px solid #ed1d24}.alert-secondary:hover{background:#f57b80}.alert-secondary .alert-icon{color:#c71016}.alert-success{background:#a3d7a5;border-right:5px solid #4caf50}.alert-success:hover{background:#92cf94}.alert-success .alert-icon{color:#3d8b40}.alert-danger{background:#fbb4af;border-right:5px solid #f44336}.alert-danger:hover{background:#f99d97}.alert-danger .alert-icon{color:#ea1c0d}.alert-warning{background:#ffe187;border-right:5px solid #ffc107}.alert-warning:hover{background:#ffdb6d}.alert-warning .alert-icon{color:#d39e00}.alert-info{background:#9acffa;border-right:5px solid #2196f3}.alert-info:hover{background:#82c4f8}.alert-info .alert-icon{color:#0c7cd5}.alert-gray{background:#afb5ba;border-right:5px solid #6c757d}.alert-gray:hover{background:#a1a8ae}.alert-gray .alert-icon{color:#545b62}@media only screen and (max-width: 992px){.alert-widget .alert{width:100%}}[theme=dark] .alert:hover{color:#f2f3f5}[theme=dark] .alert-primary{border-radius:.3rem;background:#080808;border-right:5px solid black}[theme=dark] .alert-primary:hover{background:#000}[theme=dark] .alert-primary .alert-icon{color:#545454}[theme=dark] .alert-secondary{border-radius:.3rem;background:#f212cd;border-right:5px solid rgb(198.4974874372,10.5025125628,166.9899497487)}[theme=dark] .alert-secondary:hover{background:#c60ba7}[theme=dark] .alert-secondary .alert-icon{color:#faa3ec}[theme=dark] .alert-success{border-radius:.3rem;background:#1e7e34;border-right:5px solid rgb(20.2898550725,84.7101449275,35)}[theme=dark] .alert-success:hover{background:#145523}[theme=dark] .alert-success .alert-icon{color:#5dd879}[theme=dark] .alert-danger{border-radius:.3rem;background:#bd2130;border-right:5px solid rgb(145.746835443,25.253164557,36.7974683544)}[theme=dark] .alert-danger:hover{background:#921925}[theme=dark] .alert-danger .alert-icon{color:#eb8c95}[theme=dark] .alert-warning{border-radius:.3rem;background:#d39e00;border-right:5px solid #a07800}[theme=dark] .alert-warning:hover{background:#a07800}[theme=dark] .alert-warning .alert-icon{color:#ffdb6d}[theme=dark] .alert-info{border-radius:.3rem;background:#117a8b;border-right:5px solid rgb(11.6666666667,82.1739130435,93.3333333333)}[theme=dark] .alert-info:hover{background:#0c525d}[theme=dark] .alert-info .alert-icon{color:#4cd3e9}[theme=dark] .alert-gray{border-radius:.3rem;background:#545b62;border-right:5px solid rgb(60.7210300429,65.7811158798,70.2789699571)}[theme=dark] .alert-gray:hover{background:#3d4246}[theme=dark] .alert-gray .alert-icon{color:#a1a8ae}[dir=ltr] .alert-primary{border-left:5px solid #0E7496;border-right:none}[dir=ltr] .alert-secondary{border-left:5px solid #ed1d24;border-right:none}[dir=ltr] .alert-success{border-left:5px solid #4caf50;border-right:none}[dir=ltr] .alert-danger{border-left:5px solid #f44336;border-right:none}[dir=ltr] .alert-warning{border-left:5px solid #ffc107;border-right:none}[dir=ltr] .alert-info{border-left:5px solid #2196f3;border-right:none}[dir=ltr] .alert-gray{border-left:5px solid #6c757d;border-right:none}.skeleton{background:linear-gradient(90deg,#eee 25%,#dedede,#eee 75%);background-size:200% 100%;animation:skeleton 2s infinite ease-in-out}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.spin{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat{position:fixed;left:-320px;top:0;bottom:0;padding-top:60px;background-color:#fafafa;width:380px;display:flex;flex-direction:column;transition:.3s;z-index:900;border-right:1px solid rgba(0,0,0,.0352941176)}.chat--mentions{left:-101%!important}.chat--open{left:0!important;transition:.3s}.chat-header{background-color:#fff;display:flex;align-items:center;border-bottom:2px solid #ebeef2;width:100%;height:60px}.chat-side{flex:0 0 60px;display:flex;flex-direction:column;border-left:1px solid #ebeef2;border-right:1px solid #ebeef2;background-color:#fff;height:100%}.chat-content{display:flex;height:calc(100% - 60px)}.chat--message{padding:.5rem 1rem}.chat .chat-body{display:flex;flex-direction:column;height:100%;width:calc(100% - 60px);direction:rtl!important}.chat .chat-body *{direction:rtl!important}.chat .chat-body-chats{padding:1rem;overflow:auto;display:flex;flex-direction:column-reverse}.chat-item{display:flex;flex-direction:column}.chat-item--hover:hover .chat-item--text:hover{background-color:#b0b0b0!important}.chat-item--hover:hover .chat-item--text:hover .chat-item--icon{color:#b0b0b0!important}.chat-item--text{position:relative;max-width:75%;background-color:#c5f796;color:#334155;padding:.5rem;border-radius:.7rem;font-size:.9rem;word-wrap:break-word;border-bottom:2px solid rgba(0,0,0,.1450980392);border-left:1px solid rgba(0,0,0,.0352941176)}.chat-item--text .mention{background:transparent;color:#06f;-webkit-user-select:none;user-select:none;cursor:pointer}.chat-item--text .mention span,.chat-item--text .mention:hover{color:#0026ff}.chat-item--text a{color:#0473ce}.chat-item--icon{transform:rotate(-20deg);position:absolute;right:-5px;bottom:0;color:#c5f796}.chat-item--time{font-size:.7rem;color:#334155;margin-top:2px}.chat-item--reply{align-items:end;flex-direction:row;justify-content:end}.chat-item--reply .chat-item--text{background-color:#c9c9c9}.chat-item--reply .chat-item--icon{transform:rotate(20deg) scaleX(-1);position:absolute;right:auto;left:-5px;bottom:0;color:#c9c9c9}.chat-user{position:relative;display:flex;justify-content:center;padding:.5rem;max-width:60px;cursor:pointer}.chat-user--hover:hover{background-color:#ebeef2}.chat-user--selected{background-color:#dce1e8}.chat-user--img{width:40px;height:40px;border-radius:100%;border:1px solid rgb(219.5454545455,224.8636363636,231.9545454545);background-color:#fff}.chat-user--online{position:absolute;right:8px;bottom:5px;width:12px;height:12px;background-color:#4caf50;border-radius:100%;border:2px solid white}.chat-user--badge{position:absolute;left:-5px;bottom:0;border-radius:.5rem;background-color:#0e7496;border:2px solid white;font-size:.8rem;color:#fff;padding:0 .2rem;padding:0 5px}.chat-mentions{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.chat-mention-item{border-bottom:1px solid rgb(219.5454545455,224.8636363636,231.9545454545)}.chat-mention-item .chat-item--text{color:#334155;background-color:#c9c9c9}.chat-mention-item .chat-item--text P{color:#334155}.chat-mention-item .chat-item--icon,.chat-mention-item .chat-item--icon path{color:#c9c9c9!important}@media only screen and (max-width: 992px){.chat{width:100%;left:calc(-100% + 60px)}}[dir=ltr] .chat{position:fixed;right:-320px;left:auto}[dir=ltr] .chat--mentions{left:auto!important;right:-101%!important}[dir=ltr] .chat--open{right:0!important;left:auto!important}@media only screen and (max-width: 992px){[dir=ltr] .chat{left:auto;right:calc(-100% + 60px)}}[theme=dark] .chat{background-color:#313131}[theme=dark] .chat-header{background-color:#363636;border-bottom:2px solid #212121}[theme=dark] .chat-side{border-left:1px solid #212121;border-right:1px solid #212121;background-color:#363636}[theme=dark] .chat-item--hover:hover .chat-item--text{background-color:#e6e6e6!important}[theme=dark] .chat-item--hover:hover .chat-item--icon{color:#e6e6e6!important}[theme=dark] .chat-item--time{color:#f2f3f5}[theme=dark] .chat-item--text{background-color:#1b6027;color:#f2f3f5;border-bottom:2px solid rgba(0,0,0,.1450980392);border-right:1px solid rgba(0,0,0,.0352941176);border-left:1px solid rgba(0,0,0,.0352941176)}[theme=dark] .chat-item--text .mention,[theme=dark] .chat-item--text .mention span{color:#5598fc}[theme=dark] .chat-item--text .mention:hover,[theme=dark] .chat-item--text .mention:hover span{color:#307ef3}[theme=dark] .chat-item--icon,[theme=dark] .chat-item--icon path{color:#1b6027!important}[theme=dark] .chat-item--reply .chat-item--text{color:#334155;background-color:#fff}[theme=dark] .chat-item--reply .chat-item--text P{color:#334155}[theme=dark] .chat-item--reply .chat-item--icon,[theme=dark] .chat-item--reply .chat-item--icon path{color:#fff!important}[theme=dark] .chat-user--hover:hover{background-color:#212121}[theme=dark] .chat-user--selected{background-color:#141414}[theme=dark] .chat-user--img{border:1px solid rgb(20.25,20.25,20.25)}[theme=dark] .chat-user--online{background-color:#28a745;border:2px solid #363636}[theme=dark] .chat-user--badge{background-color:#212121;border:2px solid #363636;color:#f2f3f5}.pg-choose-account{position:fixed;left:0;right:0;top:0;bottom:0;background-color:#0e7496;z-index:1000;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#f2f3f5}.pg-choose-account-items{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.pg-choose-account-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1298c5;padding:1rem;border-radius:1rem;cursor:pointer;transition:.2s}.pg-choose-account-item:hover{background-color:#1086ad;transition:.2s}.pg-choose-account-item--img{width:70px;height:70px;background-color:#fff;border-radius:100%;margin-bottom:.5rem}.iframe{display:flex;flex-direction:column;height:100%}.iframe-parent{z-index:1000;position:fixed;background-color:#0009;left:0;right:0;bottom:0;top:100%;transition:.1s}.iframe--open{top:0}.iframe-close{color:#f44336;background:#fff;border:2px solid white;border-radius:100%;cursor:pointer;transition:.3s}.iframe-close:hover{color:#fff;background:#f44336;border:2px solid #f44336;transition:.3s}.iframe-body{display:flex;flex:1 1 auto;align-items:center;justify-content:center}.iframe iframe{width:100%;height:100%}.jv-node{position:relative}.jv-node:after{content:","}.jv-node:last-of-type:after{content:""}.jv-node.toggle{margin-left:13px!important}.jv-node .jv-node{margin-left:25px}.jv-container{box-sizing:border-box;position:relative}.jv-container *{direction:ltr!important;text-align:left!important}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px #00000026;border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-light .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111;margin-right:4px}.jv-container.jv-light .jv-item.jv-array{color:#111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:none!important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2IiB3aWR0aD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjNjY2IiBkPSJNMCAwbDggOC04IDh6Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:contain;background-position:50%;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;-webkit-transition:-webkit-transform .1s;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.jv-container .jv-toggle.open{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;-webkit-transition:all .1s;transition:all .1s;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:-webkit-linear-gradient(top,transparent 20%,hsla(0,0%,90.2%,.3));background:linear-gradient(180deg,transparent 20%,hsla(0,0%,90.2%,.3));-webkit-transition:all .1s;transition:all .1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:-webkit-linear-gradient(top,transparent 20%,hsla(0,0%,90.2%,.3));background:linear-gradient(180deg,transparent 20%,hsla(0,0%,90.2%,.3))}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}/*!
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto}.fa-500px:before{content:""}.fa-abacus:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acorn:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-alarm-clock:before{content:""}.fa-alarm-exclamation:before{content:""}.fa-alarm-plus:before{content:""}.fa-alarm-snooze:before{content:""}.fa-album:before{content:""}.fa-album-collection:before{content:""}.fa-algolia:before{content:""}.fa-alicorn:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-align-slash:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-amp-guitar:before{content:""}.fa-analytics:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angel:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-crate:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-alt-down:before{content:""}.fa-arrow-alt-from-bottom:before{content:""}.fa-arrow-alt-from-left:before{content:""}.fa-arrow-alt-from-right:before{content:""}.fa-arrow-alt-from-top:before{content:""}.fa-arrow-alt-left:before{content:""}.fa-arrow-alt-right:before{content:""}.fa-arrow-alt-square-down:before{content:""}.fa-arrow-alt-square-left:before{content:""}.fa-arrow-alt-square-right:before{content:""}.fa-arrow-alt-square-up:before{content:""}.fa-arrow-alt-to-bottom:before{content:""}.fa-arrow-alt-to-left:before{content:""}.fa-arrow-alt-to-right:before{content:""}.fa-arrow-alt-to-top:before{content:""}.fa-arrow-alt-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-from-bottom:before{content:""}.fa-arrow-from-left:before{content:""}.fa-arrow-from-right:before{content:""}.fa-arrow-from-top:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-square-down:before{content:""}.fa-arrow-square-left:before{content:""}.fa-arrow-square-right:before{content:""}.fa-arrow-square-up:before{content:""}.fa-arrow-to-bottom:before{content:""}.fa-arrow-to-left:before{content:""}.fa-arrow-to-right:before{content:""}.fa-arrow-to-top:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-arrows-h:before{content:""}.fa-arrows-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-atom-alt:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-axe:before{content:""}.fa-axe-battle:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backpack:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-badge:before{content:""}.fa-badge-check:before{content:""}.fa-badge-dollar:before{content:""}.fa-badge-percent:before{content:""}.fa-badge-sheriff:before{content:""}.fa-badger-honey:before{content:""}.fa-bags-shopping:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ball-pile:before{content:""}.fa-ballot:before{content:""}.fa-ballot-check:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-banjo:before{content:""}.fa-barcode:before{content:""}.fa-barcode-alt:before{content:""}.fa-barcode-read:before{content:""}.fa-barcode-scan:before{content:""}.fa-bars:before{content:""}.fa-baseball:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-basketball-hoop:before{content:""}.fa-bat:before{content:""}.fa-bath:before{content:""}.fa-battery-bolt:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-slash:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-exclamation:before{content:""}.fa-bell-plus:before{content:""}.fa-bell-school:before{content:""}.fa-bell-school-slash:before{content:""}.fa-bell-slash:before{content:""}.fa-bells:before{content:""}.fa-betamax:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-biking-mountain:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blanket:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bone-break:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-alt:before{content:""}.fa-book-dead:before{content:""}.fa-book-heart:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-book-spells:before{content:""}.fa-book-user:before{content:""}.fa-bookmark:before{content:""}.fa-books:before{content:""}.fa-books-medical:before{content:""}.fa-boombox:before{content:""}.fa-boot:before{content:""}.fa-booth-curtain:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-bottom:before{content:""}.fa-border-center-h:before{content:""}.fa-border-center-v:before{content:""}.fa-border-inner:before{content:""}.fa-border-left:before{content:""}.fa-border-none:before{content:""}.fa-border-outer:before{content:""}.fa-border-right:before{content:""}.fa-border-style:before{content:""}.fa-border-style-alt:before{content:""}.fa-border-top:before{content:""}.fa-bow-arrow:before{content:""}.fa-bowling-ball:before{content:""}.fa-bowling-pins:before{content:""}.fa-box:before{content:""}.fa-box-alt:before{content:""}.fa-box-ballot:before{content:""}.fa-box-check:before{content:""}.fa-box-fragile:before{content:""}.fa-box-full:before{content:""}.fa-box-heart:before{content:""}.fa-box-open:before{content:""}.fa-box-up:before{content:""}.fa-box-usd:before{content:""}.fa-boxes:before{content:""}.fa-boxes-alt:before{content:""}.fa-boxing-glove:before{content:""}.fa-brackets:before{content:""}.fa-brackets-curly:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-loaf:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-bring-forward:before{content:""}.fa-bring-front:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-browser:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-bullseye-arrow:before{content:""}.fa-bullseye-pointer:before{content:""}.fa-burger-soda:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-burrito:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-bus-school:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-cabinet-filing:before{content:""}.fa-cactus:before{content:""}.fa-calculator:before{content:""}.fa-calculator-alt:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-edit:before{content:""}.fa-calendar-exclamation:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-star:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camcorder:before{content:""}.fa-camera:before{content:""}.fa-camera-alt:before{content:""}.fa-camera-movie:before{content:""}.fa-camera-polaroid:before{content:""}.fa-camera-retro:before{content:""}.fa-campfire:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candle-holder:before{content:""}.fa-candy-cane:before{content:""}.fa-candy-corn:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-building:before{content:""}.fa-car-bump:before{content:""}.fa-car-bus:before{content:""}.fa-car-crash:before{content:""}.fa-car-garage:before{content:""}.fa-car-mechanic:before{content:""}.fa-car-side:before{content:""}.fa-car-tilt:before{content:""}.fa-car-wash:before{content:""}.fa-caret-circle-down:before{content:""}.fa-caret-circle-left:before{content:""}.fa-caret-circle-right:before{content:""}.fa-caret-circle-up:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cars:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cassette-tape:before{content:""}.fa-cat:before{content:""}.fa-cauldron:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-cctv:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chair-office:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-line-down:before{content:""}.fa-chart-network:before{content:""}.fa-chart-pie:before{content:""}.fa-chart-pie-alt:before{content:""}.fa-chart-scatter:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-cheese-swiss:before{content:""}.fa-cheeseburger:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-bishop-alt:before{content:""}.fa-chess-board:before{content:""}.fa-chess-clock:before{content:""}.fa-chess-clock-alt:before{content:""}.fa-chess-king:before{content:""}.fa-chess-king-alt:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-knight-alt:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-pawn-alt:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-queen-alt:before{content:""}.fa-chess-rook:before{content:""}.fa-chess-rook-alt:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-double-down:before{content:""}.fa-chevron-double-left:before{content:""}.fa-chevron-double-right:before{content:""}.fa-chevron-double-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-square-down:before{content:""}.fa-chevron-square-left:before{content:""}.fa-chevron-square-right:before{content:""}.fa-chevron-square-up:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chimney:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clarinet:before{content:""}.fa-claw-marks:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clipboard-list-check:before{content:""}.fa-clipboard-prescription:before{content:""}.fa-clipboard-user:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-drizzle:before{content:""}.fa-cloud-hail:before{content:""}.fa-cloud-hail-mixed:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-music:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-rainbow:before{content:""}.fa-cloud-showers:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sleet:before{content:""}.fa-cloud-snow:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-clouds:before{content:""}.fa-clouds-moon:before{content:""}.fa-clouds-sun:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-club:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-code-commit:before{content:""}.fa-code-merge:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-coffee-togo:before{content:""}.fa-coffin:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coin:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-alt-check:before{content:""}.fa-comment-alt-dollar:before{content:""}.fa-comment-alt-dots:before{content:""}.fa-comment-alt-edit:before{content:""}.fa-comment-alt-exclamation:before{content:""}.fa-comment-alt-lines:before{content:""}.fa-comment-alt-medical:before{content:""}.fa-comment-alt-minus:before{content:""}.fa-comment-alt-music:before{content:""}.fa-comment-alt-plus:before{content:""}.fa-comment-alt-slash:before{content:""}.fa-comment-alt-smile:before{content:""}.fa-comment-alt-times:before{content:""}.fa-comment-check:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-edit:before{content:""}.fa-comment-exclamation:before{content:""}.fa-comment-lines:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-minus:before{content:""}.fa-comment-music:before{content:""}.fa-comment-plus:before{content:""}.fa-comment-slash:before{content:""}.fa-comment-smile:before{content:""}.fa-comment-times:before{content:""}.fa-comments:before{content:""}.fa-comments-alt:before{content:""}.fa-comments-alt-dollar:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compass-slash:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-compress-wide:before{content:""}.fa-computer-classic:before{content:""}.fa-computer-speaker:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-construction:before{content:""}.fa-container-storage:before{content:""}.fa-contao:before{content:""}.fa-conveyor-belt:before{content:""}.fa-conveyor-belt-alt:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-corn:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cow:before{content:""}.fa-cowbell:before{content:""}.fa-cowbell-more:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-credit-card-blank:before{content:""}.fa-credit-card-front:before{content:""}.fa-cricket:before{content:""}.fa-critical-role:before{content:""}.fa-croissant:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-crutches:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-curling:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dagger:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-debug:before{content:""}.fa-deer:before{content:""}.fa-deer-rudolph:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-desktop-alt:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dewpoint:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diamond:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d10:before{content:""}.fa-dice-d12:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d4:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-d8:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digging:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-diploma:before{content:""}.fa-directions:before{content:""}.fa-disc-drive:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-do-not-enter:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dog-leashed:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-empty:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-dolly-flatbed-alt:before{content:""}.fa-dolly-flatbed-empty:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-circle:before{content:""}.fa-draw-polygon:before{content:""}.fa-draw-square:before{content:""}.fa-dreidel:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-drone:before{content:""}.fa-drone-alt:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dryer:before{content:""}.fa-dryer-alt:before{content:""}.fa-duck:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-ear:before{content:""}.fa-ear-muffs:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-eclipse:before{content:""}.fa-eclipse-alt:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-egg-fried:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-elephant:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-h-alt:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ellipsis-v-alt:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-empty-set:before{content:""}.fa-engine-warning:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-dollar:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-square:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expand-wide:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-evil:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-farm:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-field-hockey:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-certificate:before{content:""}.fa-file-chart-line:before{content:""}.fa-file-chart-pie:before{content:""}.fa-file-check:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-edit:before{content:""}.fa-file-excel:before{content:""}.fa-file-exclamation:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-minus:before{content:""}.fa-file-music:before{content:""}.fa-file-pdf:before{content:""}.fa-file-plus:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-search:before{content:""}.fa-file-signature:before{content:""}.fa-file-spreadsheet:before{content:""}.fa-file-times:before{content:""}.fa-file-upload:before{content:""}.fa-file-user:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-files-medical:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-film-alt:before{content:""}.fa-film-canister:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-fire-smoke:before{content:""}.fa-firefox:before{content:""}.fa-fireplace:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fish-cooked:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-alt:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flame:before{content:""}.fa-flashlight:before{content:""}.fa-flask:before{content:""}.fa-flask-poison:before{content:""}.fa-flask-potion:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flower:before{content:""}.fa-flower-daffodil:before{content:""}.fa-flower-tulip:before{content:""}.fa-flushed:before{content:""}.fa-flute:before{content:""}.fa-flux-capacitor:before{content:""}.fa-fly:before{content:""}.fa-fog:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-folder-times:before{content:""}.fa-folder-tree:before{content:""}.fa-folders:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-font-case:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-football-helmet:before{content:""}.fa-forklift:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-fragile:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-french-fries:before{content:""}.fa-frog:before{content:""}.fa-frosty-head:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-function:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-game-board:before{content:""}.fa-game-board-alt:before{content:""}.fa-game-console-handheld:before{content:""}.fa-gamepad:before{content:""}.fa-gamepad-alt:before{content:""}.fa-gas-pump:before{content:""}.fa-gas-pump-slash:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gift-card:before{content:""}.fa-gifts:before{content:""}.fa-gingerbread-man:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass:before{content:""}.fa-glass-champagne:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-citrus:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glass-whiskey-rocks:before{content:""}.fa-glasses:before{content:""}.fa-glasses-alt:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-globe-snow:before{content:""}.fa-globe-stand:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-golf-club:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gramophone:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-guitar-electric:before{content:""}.fa-guitars:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-h1:before{content:""}.fa-h2:before{content:""}.fa-h3:before{content:""}.fa-h4:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hammer-war:before{content:""}.fa-hamsa:before{content:""}.fa-hand-heart:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-box:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-magic:before{content:""}.fa-hand-holding-seedling:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-receiving:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-heart:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-usd:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-chef:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-santa:before{content:""}.fa-hat-winter:before{content:""}.fa-hat-witch:before{content:""}.fa-hat-wizard:before{content:""}.fa-haykal:before{content:""}.fa-hdd:before{content:""}.fa-head-side:before{content:""}.fa-head-side-brain:before{content:""}.fa-head-side-headphones:before{content:""}.fa-head-side-medical:before{content:""}.fa-head-vr:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heart-circle:before{content:""}.fa-heart-rate:before{content:""}.fa-heart-square:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-helmet-battle:before{content:""}.fa-hexagon:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-mask:before{content:""}.fa-hockey-puck:before{content:""}.fa-hockey-sticks:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-home-alt:before{content:""}.fa-home-heart:before{content:""}.fa-home-lg:before{content:""}.fa-home-lg-alt:before{content:""}.fa-hood-cloak:before{content:""}.fa-hooli:before{content:""}.fa-horizontal-rule:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-horse-saddle:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hospitals:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-flood:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-humidity:before{content:""}.fa-hurricane:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-ice-skate:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-icons-alt:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-image-polaroid:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-inbox-in:before{content:""}.fa-inbox-out:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-industry-alt:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-info-square:before{content:""}.fa-inhaler:before{content:""}.fa-instagram:before{content:""}.fa-integral:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-intersection:before{content:""}.fa-inventory:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-island-tropical:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-jack-o-lantern:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-joystick:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-jug:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-kazoo:before{content:""}.fa-kerning:before{content:""}.fa-key:before{content:""}.fa-key-skeleton:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-keynote:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kidneys:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kite:before{content:""}.fa-kiwi-bird:before{content:""}.fa-knife-kitchen:before{content:""}.fa-korvue:before{content:""}.fa-lambda:before{content:""}.fa-lamp:before{content:""}.fa-landmark:before{content:""}.fa-landmark-alt:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lasso:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-layer-minus:before{content:""}.fa-layer-plus:before{content:""}.fa-leaf:before{content:""}.fa-leaf-heart:before{content:""}.fa-leaf-maple:before{content:""}.fa-leaf-oak:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-lightbulb-dollar:before{content:""}.fa-lightbulb-exclamation:before{content:""}.fa-lightbulb-on:before{content:""}.fa-lightbulb-slash:before{content:""}.fa-lights-holiday:before{content:""}.fa-line:before{content:""}.fa-line-columns:before{content:""}.fa-line-height:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lips:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-music:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location:before{content:""}.fa-location-arrow:before{content:""}.fa-location-circle:before{content:""}.fa-location-slash:before{content:""}.fa-lock:before{content:""}.fa-lock-alt:before{content:""}.fa-lock-open:before{content:""}.fa-lock-open-alt:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-long-arrow-up:before{content:""}.fa-loveseat:before{content:""}.fa-low-vision:before{content:""}.fa-luchador:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lyft:before{content:""}.fa-mace:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailbox:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-mandolin:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-marker-alt-slash:before{content:""}.fa-map-marker-check:before{content:""}.fa-map-marker-edit:before{content:""}.fa-map-marker-exclamation:before{content:""}.fa-map-marker-minus:before{content:""}.fa-map-marker-plus:before{content:""}.fa-map-marker-question:before{content:""}.fa-map-marker-slash:before{content:""}.fa-map-marker-smile:before{content:""}.fa-map-marker-times:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-meat:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaphone:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microphone-stand:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-mind-share:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-hexagon:before{content:""}.fa-minus-octagon:before{content:""}.fa-minus-square:before{content:""}.fa-mistletoe:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-mobile-android:before{content:""}.fa-mobile-android-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-money-check-edit:before{content:""}.fa-money-check-edit-alt:before{content:""}.fa-monitor-heart-rate:before{content:""}.fa-monkey:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-moon-cloud:before{content:""}.fa-moon-stars:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mountains:before{content:""}.fa-mouse:before{content:""}.fa-mouse-alt:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mp3-player:before{content:""}.fa-mug:before{content:""}.fa-mug-hot:before{content:""}.fa-mug-marshmallows:before{content:""}.fa-mug-tea:before{content:""}.fa-music:before{content:""}.fa-music-alt:before{content:""}.fa-music-alt-slash:before{content:""}.fa-music-slash:before{content:""}.fa-napster:before{content:""}.fa-narwhal:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octagon:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-oil-temp:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-omega:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-ornament:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-overline:before{content:""}.fa-page-break:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-brush-alt:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-pallet-alt:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-paragraph-rtl:before{content:""}.fa-parking:before{content:""}.fa-parking-circle:before{content:""}.fa-parking-circle-slash:before{content:""}.fa-parking-slash:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paw-alt:before{content:""}.fa-paw-claws:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pegasus:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-paintbrush:before{content:""}.fa-pencil-ruler:before{content:""}.fa-pennant:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-person-carry:before{content:""}.fa-person-dolly:before{content:""}.fa-person-dolly-empty:before{content:""}.fa-person-sign:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-laptop:before{content:""}.fa-phone-office:before{content:""}.fa-phone-plus:before{content:""}.fa-phone-rotary:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pi:before{content:""}.fa-piano:before{content:""}.fa-piano-keyboard:before{content:""}.fa-pie:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pig:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-alt:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-hexagon:before{content:""}.fa-plus-octagon:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-podium:before{content:""}.fa-podium-star:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poll-people:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-popcorn:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-presentation:before{content:""}.fa-print:before{content:""}.fa-print-search:before{content:""}.fa-print-slash:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-projector:before{content:""}.fa-pumpkin:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-question-square:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-rabbit:before{content:""}.fa-rabbit-fast:before{content:""}.fa-racquet:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-radio:before{content:""}.fa-radio-alt:before{content:""}.fa-rainbow:before{content:""}.fa-raindrops:before{content:""}.fa-ram:before{content:""}.fa-ramp-loading:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-rectangle-landscape:before{content:""}.fa-rectangle-portrait:before{content:""}.fa-rectangle-wide:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-repeat:before{content:""}.fa-repeat-1:before{content:""}.fa-repeat-1-alt:before{content:""}.fa-repeat-alt:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-retweet-alt:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-rings-wedding:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-route-highway:before{content:""}.fa-route-interstate:before{content:""}.fa-router:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-triangle:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rv:before{content:""}.fa-sack:before{content:""}.fa-sack-dollar:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salad:before{content:""}.fa-salesforce:before{content:""}.fa-sandwich:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-sausage:before{content:""}.fa-save:before{content:""}.fa-sax-hot:before{content:""}.fa-saxophone:before{content:""}.fa-scalpel:before{content:""}.fa-scalpel-path:before{content:""}.fa-scanner:before{content:""}.fa-scanner-image:before{content:""}.fa-scanner-keyboard:before{content:""}.fa-scanner-touchscreen:before{content:""}.fa-scarecrow:before{content:""}.fa-scarf:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-scroll-old:before{content:""}.fa-scrubber:before{content:""}.fa-scythe:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-send-back:before{content:""}.fa-send-backward:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-all:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-sheep:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-check:before{content:""}.fa-shield-cross:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shipping-timed:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shish-kebab:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shovel:before{content:""}.fa-shovel-snow:before{content:""}.fa-shower:before{content:""}.fa-shredder:before{content:""}.fa-shuttle-van:before{content:""}.fa-shuttlecock:before{content:""}.fa-sickle:before{content:""}.fa-sigma:before{content:""}.fa-sign:before{content:""}.fa-sign-in:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signal-1:before{content:""}.fa-signal-2:before{content:""}.fa-signal-3:before{content:""}.fa-signal-4:before{content:""}.fa-signal-alt:before{content:""}.fa-signal-alt-1:before{content:""}.fa-signal-alt-2:before{content:""}.fa-signal-alt-3:before{content:""}.fa-signal-alt-slash:before{content:""}.fa-signal-slash:before{content:""}.fa-signal-stream:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-skeleton:before{content:""}.fa-sketch:before{content:""}.fa-ski-jump:before{content:""}.fa-ski-lift:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-cow:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sledding:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-sliders-h-square:before{content:""}.fa-sliders-v:before{content:""}.fa-sliders-v-square:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-plus:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoke:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snake:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snooze:before{content:""}.fa-snow-blowing:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowflakes:before{content:""}.fa-snowman:before{content:""}.fa-snowmobile:before{content:""}.fa-snowplow:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-shapes-down:before{content:""}.fa-sort-shapes-down-alt:before{content:""}.fa-sort-shapes-up:before{content:""}.fa-sort-shapes-up-alt:before{content:""}.fa-sort-size-down:before{content:""}.fa-sort-size-down-alt:before{content:""}.fa-sort-size-up:before{content:""}.fa-sort-size-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-soup:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-spade:before{content:""}.fa-sparkles:before{content:""}.fa-speakap:before{content:""}.fa-speaker:before{content:""}.fa-speaker-deck:before{content:""}.fa-speakers:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spider-black-widow:before{content:""}.fa-spider-web:before{content:""}.fa-spinner:before{content:""}.fa-spinner-third:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-squirrel:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-staff:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-christmas:before{content:""}.fa-star-exclamation:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-stars:before{content:""}.fa-staylinked:before{content:""}.fa-steak:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-steering-wheel:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stocking:before{content:""}.fa-stomach:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-stretcher:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-sun-cloud:before{content:""}.fa-sun-dust:before{content:""}.fa-sun-haze:before{content:""}.fa-sunglasses:before{content:""}.fa-sunrise:before{content:""}.fa-sunset:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-sword:before{content:""}.fa-swords:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablet-android:before{content:""}.fa-tablet-android-alt:before{content:""}.fa-tablet-rugged:before{content:""}.fa-tablets:before{content:""}.fa-tachometer:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tachometer-alt-average:before{content:""}.fa-tachometer-alt-fast:before{content:""}.fa-tachometer-alt-fastest:before{content:""}.fa-tachometer-alt-slow:before{content:""}.fa-tachometer-alt-slowest:before{content:""}.fa-tachometer-average:before{content:""}.fa-tachometer-fast:before{content:""}.fa-tachometer-fastest:before{content:""}.fa-tachometer-slow:before{content:""}.fa-tachometer-slowest:before{content:""}.fa-taco:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tally:before{content:""}.fa-tanakh:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-tasks-alt:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-frigid:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-hot:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-tennis-ball:before{content:""}.fa-terminal:before{content:""}.fa-text:before{content:""}.fa-text-height:before{content:""}.fa-text-size:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-theta:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-thunderstorm:before{content:""}.fa-thunderstorm-moon:before{content:""}.fa-thunderstorm-sun:before{content:""}.fa-ticket:before{content:""}.fa-ticket-alt:before{content:""}.fa-tilde:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-times-hexagon:before{content:""}.fa-times-octagon:before{content:""}.fa-times-square:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tire:before{content:""}.fa-tire-flat:before{content:""}.fa-tire-pressure-warning:before{content:""}.fa-tire-rugged:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-alt:before{content:""}.fa-tombstone:before{content:""}.fa-tombstone-alt:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-toothbrush:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tornado:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-cone:before{content:""}.fa-traffic-light:before{content:""}.fa-traffic-light-go:before{content:""}.fa-traffic-light-slow:before{content:""}.fa-traffic-light-stop:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-trash-undo:before{content:""}.fa-trash-undo-alt:before{content:""}.fa-treasure-chest:before{content:""}.fa-tree:before{content:""}.fa-tree-alt:before{content:""}.fa-tree-christmas:before{content:""}.fa-tree-decorated:before{content:""}.fa-tree-large:before{content:""}.fa-tree-palm:before{content:""}.fa-trees:before{content:""}.fa-trello:before{content:""}.fa-triangle:before{content:""}.fa-triangle-music:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-trophy-alt:before{content:""}.fa-truck:before{content:""}.fa-truck-container:before{content:""}.fa-truck-couch:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-truck-plow:before{content:""}.fa-truck-ramp:before{content:""}.fa-trumpet:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-turkey:before{content:""}.fa-turntable:before{content:""}.fa-turtle:before{content:""}.fa-tv:before{content:""}.fa-tv-alt:before{content:""}.fa-tv-music:before{content:""}.fa-tv-retro:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typewriter:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-unicorn:before{content:""}.fa-union:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-usb-drive:before{content:""}.fa-usd-circle:before{content:""}.fa-usd-square:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-chart:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-cowboy:before{content:""}.fa-user-crown:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-hard-hat:before{content:""}.fa-user-headset:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-md-chat:before{content:""}.fa-user-minus:before{content:""}.fa-user-music:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-class:before{content:""}.fa-users-cog:before{content:""}.fa-users-crown:before{content:""}.fa-users-medical:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-fork:before{content:""}.fa-utensil-knife:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-utensils-alt:before{content:""}.fa-vaadin:before{content:""}.fa-value-absolute:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vhs:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-plus:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-violin:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volcano:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-slash:before{content:""}.fa-volume-up:before{content:""}.fa-vote-nay:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-wagon-covered:before{content:""}.fa-walker:before{content:""}.fa-walkie-talkie:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-wand:before{content:""}.fa-wand-magic:before{content:""}.fa-warehouse:before{content:""}.fa-warehouse-alt:before{content:""}.fa-washer:before{content:""}.fa-watch:before{content:""}.fa-watch-calculator:before{content:""}.fa-watch-fitness:before{content:""}.fa-water:before{content:""}.fa-water-lower:before{content:""}.fa-water-rise:before{content:""}.fa-wave-sine:before{content:""}.fa-wave-square:before{content:""}.fa-wave-triangle:before{content:""}.fa-waveform:before{content:""}.fa-waveform-path:before{content:""}.fa-waze:before{content:""}.fa-webcam:before{content:""}.fa-webcam-slash:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whale:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheat:before{content:""}.fa-wheelchair:before{content:""}.fa-whistle:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wifi-1:before{content:""}.fa-wifi-2:before{content:""}.fa-wifi-slash:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-wind-turbine:before{content:""}.fa-wind-warning:before{content:""}.fa-window:before{content:""}.fa-window-alt:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-windsock:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wreath:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:auto;src:url(/assets/fonts/fontawesome-v5-11-12/fa-brands-400.eot);src:url(/assets/fonts/fontawesome-v5-11-12/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/fontawesome-v5-11-12/fa-brands-400.woff2) format("woff2"),url(/assets/fonts/fontawesome-v5-11-12/fa-brands-400.woff) format("woff"),url(/assets/fonts/fontawesome-v5-11-12/fa-brands-400.ttf) format("truetype"),url(/assets/fonts/fontawesome-v5-11-12/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"!important}@font-face{font-family:"Font Awesome 5 Duotone";font-style:normal;font-weight:900;font-display:auto;src:url(/assets/fonts/fontawesome-v5-11-12/fa-duotone-900.eot);src:url(/assets/fonts/fontawesome-v5-11-12/fa-duotone-900.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/fontawesome-v5-11-12/fa-duotone-900.woff2) format("woff2"),url(/assets/fonts/fontawesome-v5-11-12/fa-duotone-900.woff) format("woff"),url(/assets/fonts/fontawesome-v5-11-12/fa-duotone-900.ttf) format("truetype"),url(/assets/fonts/fontawesome-v5-11-12/fa-duotone-900.svg#fontawesome) format("svg")}.fad{position:relative;font-family:"Font Awesome 5 Duotone"!important;font-weight:900}.fad:before{position:absolute;opacity:1;opacity:var(--fa-primary-opacity, 1)}.fad:before{color:var(--fa-primary-color, inherit)}.fad:after{color:var(--fa-secondary-color, inherit)}.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after{opacity:.4;opacity:var(--fa-secondary-opacity, .4)}.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after{opacity:1;opacity:var(--fa-primary-opacity, 1)}.fad.fa-inverse{color:#fff}.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}.fad.fa-fw:before,.fad.fa-stack-1x:before,.fad.fa-stack-2x:before{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.fad.fa-abacus:after{content:"􏙀"}.fad.fa-acorn:after{content:"􏚮"}.fad.fa-ad:after{content:"􏙁"}.fad.fa-address-book:after{content:"􏊹"}.fad.fa-address-card:after{content:"􏊻"}.fad.fa-adjust:after{content:"􏁂"}.fad.fa-air-freshener:after{content:"􏗐"}.fad.fa-alarm-clock:after{content:"􏍎"}.fad.fa-alarm-exclamation:after{content:"􏡃"}.fad.fa-alarm-plus:after{content:"􏡄"}.fad.fa-alarm-snooze:after{content:"􏡅"}.fad.fa-album:after{content:"􏢟"}.fad.fa-album-collection:after{content:"􏢠"}.fad.fa-alicorn:after{content:"􏚰"}.fad.fa-align-center:after{content:"􏀷"}.fad.fa-align-justify:after{content:"􏀹"}.fad.fa-align-left:after{content:"􏀶"}.fad.fa-align-right:after{content:"􏀸"}.fad.fa-align-slash:after{content:"􏡆"}.fad.fa-allergies:after{content:"􏑡"}.fad.fa-ambulance:after{content:"􏃹"}.fad.fa-american-sign-language-interpreting:after{content:"􏊣"}.fad.fa-amp-guitar:after{content:"􏢡"}.fad.fa-analytics:after{content:"􏙃"}.fad.fa-anchor:after{content:"􏄽"}.fad.fa-angel:after{content:"􏝹"}.fad.fa-angle-double-down:after{content:"􏄃"}.fad.fa-angle-double-left:after{content:"􏄀"}.fad.fa-angle-double-right:after{content:"􏄁"}.fad.fa-angle-double-up:after{content:"􏄂"}.fad.fa-angle-down:after{content:"􏄇"}.fad.fa-angle-left:after{content:"􏄄"}.fad.fa-angle-right:after{content:"􏄅"}.fad.fa-angle-up:after{content:"􏄆"}.fad.fa-angry:after{content:"􏕖"}.fad.fa-ankh:after{content:"􏙄"}.fad.fa-apple-alt:after{content:"􏗑"}.fad.fa-apple-crate:after{content:"􏚱"}.fad.fa-archive:after{content:"􏆇"}.fad.fa-archway:after{content:"􏕗"}.fad.fa-arrow-alt-circle-down:after{content:"􏍘"}.fad.fa-arrow-alt-circle-left:after{content:"􏍙"}.fad.fa-arrow-alt-circle-right:after{content:"􏍚"}.fad.fa-arrow-alt-circle-up:after{content:"􏍛"}.fad.fa-arrow-alt-down:after{content:"􏍔"}.fad.fa-arrow-alt-from-bottom:after{content:"􏍆"}.fad.fa-arrow-alt-from-left:after{content:"􏍇"}.fad.fa-arrow-alt-from-right:after{content:"􏍈"}.fad.fa-arrow-alt-from-top:after{content:"􏍉"}.fad.fa-arrow-alt-left:after{content:"􏍕"}.fad.fa-arrow-alt-right:after{content:"􏍖"}.fad.fa-arrow-alt-square-down:after{content:"􏍐"}.fad.fa-arrow-alt-square-left:after{content:"􏍑"}.fad.fa-arrow-alt-square-right:after{content:"􏍒"}.fad.fa-arrow-alt-square-up:after{content:"􏍓"}.fad.fa-arrow-alt-to-bottom:after{content:"􏍊"}.fad.fa-arrow-alt-to-left:after{content:"􏍋"}.fad.fa-arrow-alt-to-right:after{content:"􏍌"}.fad.fa-arrow-alt-to-top:after{content:"􏍍"}.fad.fa-arrow-alt-up:after{content:"􏍗"}.fad.fa-arrow-circle-down:after{content:"􏂫"}.fad.fa-arrow-circle-left:after{content:"􏂨"}.fad.fa-arrow-circle-right:after{content:"􏂩"}.fad.fa-arrow-circle-up:after{content:"􏂪"}.fad.fa-arrow-down:after{content:"􏁣"}.fad.fa-arrow-from-bottom:after{content:"􏍂"}.fad.fa-arrow-from-left:after{content:"􏍃"}.fad.fa-arrow-from-right:after{content:"􏍄"}.fad.fa-arrow-from-top:after{content:"􏍅"}.fad.fa-arrow-left:after{content:"􏁠"}.fad.fa-arrow-right:after{content:"􏁡"}.fad.fa-arrow-square-down:after{content:"􏌹"}.fad.fa-arrow-square-left:after{content:"􏌺"}.fad.fa-arrow-square-right:after{content:"􏌻"}.fad.fa-arrow-square-up:after{content:"􏌼"}.fad.fa-arrow-to-bottom:after{content:"􏌽"}.fad.fa-arrow-to-left:after{content:"􏌾"}.fad.fa-arrow-to-right:after{content:"􏍀"}.fad.fa-arrow-to-top:after{content:"􏍁"}.fad.fa-arrow-up:after{content:"􏁢"}.fad.fa-arrows:after{content:"􏁇"}.fad.fa-arrows-alt:after{content:"􏂲"}.fad.fa-arrows-alt-h:after{content:"􏌷"}.fad.fa-arrows-alt-v:after{content:"􏌸"}.fad.fa-arrows-h:after{content:"􏁾"}.fad.fa-arrows-v:after{content:"􏁽"}.fad.fa-assistive-listening-systems:after{content:"􏊢"}.fad.fa-asterisk:after{content:"􏁩"}.fad.fa-at:after{content:"􏇺"}.fad.fa-atlas:after{content:"􏕘"}.fad.fa-atom:after{content:"􏗒"}.fad.fa-atom-alt:after{content:"􏗓"}.fad.fa-audio-description:after{content:"􏊞"}.fad.fa-award:after{content:"􏕙"}.fad.fa-axe:after{content:"􏚲"}.fad.fa-axe-battle:after{content:"􏚳"}.fad.fa-baby:after{content:"􏝼"}.fad.fa-baby-carriage:after{content:"􏝽"}.fad.fa-backpack:after{content:"􏗔"}.fad.fa-backspace:after{content:"􏕚"}.fad.fa-backward:after{content:"􏁊"}.fad.fa-bacon:after{content:"􏟥"}.fad.fa-badge:after{content:"􏌵"}.fad.fa-badge-check:after{content:"􏌶"}.fad.fa-badge-dollar:after{content:"􏙅"}.fad.fa-badge-percent:after{content:"􏙆"}.fad.fa-badge-sheriff:after{content:"􏢢"}.fad.fa-badger-honey:after{content:"􏚴"}.fad.fa-bags-shopping:after{content:"􏡇"}.fad.fa-balance-scale:after{content:"􏉎"}.fad.fa-balance-scale-left:after{content:"􏔕"}.fad.fa-balance-scale-right:after{content:"􏔖"}.fad.fa-ball-pile:after{content:"􏝾"}.fad.fa-ballot:after{content:"􏜲"}.fad.fa-ballot-check:after{content:"􏜳"}.fad.fa-ban:after{content:"􏁞"}.fad.fa-band-aid:after{content:"􏑢"}.fad.fa-banjo:after{content:"􏢣"}.fad.fa-barcode:after{content:"􏀪"}.fad.fa-barcode-alt:after{content:"􏑣"}.fad.fa-barcode-read:after{content:"􏑤"}.fad.fa-barcode-scan:after{content:"􏑥"}.fad.fa-bars:after{content:"􏃉"}.fad.fa-baseball:after{content:"􏐲"}.fad.fa-baseball-ball:after{content:"􏐳"}.fad.fa-basketball-ball:after{content:"􏐴"}.fad.fa-basketball-hoop:after{content:"􏐵"}.fad.fa-bat:after{content:"􏚵"}.fad.fa-bath:after{content:"􏋍"}.fad.fa-battery-bolt:after{content:"􏍶"}.fad.fa-battery-empty:after{content:"􏉄"}.fad.fa-battery-full:after{content:"􏉀"}.fad.fa-battery-half:after{content:"􏉂"}.fad.fa-battery-quarter:after{content:"􏉃"}.fad.fa-battery-slash:after{content:"􏍷"}.fad.fa-battery-three-quarters:after{content:"􏉁"}.fad.fa-bed:after{content:"􏈶"}.fad.fa-beer:after{content:"􏃼"}.fad.fa-bell:after{content:"􏃳"}.fad.fa-bell-exclamation:after{content:"􏡈"}.fad.fa-bell-plus:after{content:"􏡉"}.fad.fa-bell-school:after{content:"􏗕"}.fad.fa-bell-school-slash:after{content:"􏗖"}.fad.fa-bell-slash:after{content:"􏇶"}.fad.fa-bells:after{content:"􏝿"}.fad.fa-betamax:after{content:"􏢤"}.fad.fa-bezier-curve:after{content:"􏕛"}.fad.fa-bible:after{content:"􏙇"}.fad.fa-bicycle:after{content:"􏈆"}.fad.fa-biking:after{content:"􏡊"}.fad.fa-biking-mountain:after{content:"􏡋"}.fad.fa-binoculars:after{content:"􏇥"}.fad.fa-biohazard:after{content:"􏞀"}.fad.fa-birthday-cake:after{content:"􏇽"}.fad.fa-blanket:after{content:"􏒘"}.fad.fa-blender:after{content:"􏔗"}.fad.fa-blender-phone:after{content:"􏚶"}.fad.fa-blind:after{content:"􏊝"}.fad.fa-blog:after{content:"􏞁"}.fad.fa-bold:after{content:"􏀲"}.fad.fa-bolt:after{content:"􏃧"}.fad.fa-bomb:after{content:"􏇢"}.fad.fa-bone:after{content:"􏗗"}.fad.fa-bone-break:after{content:"􏗘"}.fad.fa-bong:after{content:"􏕜"}.fad.fa-book:after{content:"􏀭"}.fad.fa-book-alt:after{content:"􏗙"}.fad.fa-book-dead:after{content:"􏚷"}.fad.fa-book-heart:after{content:"􏒙"}.fad.fa-book-medical:after{content:"􏟦"}.fad.fa-book-open:after{content:"􏔘"}.fad.fa-book-reader:after{content:"􏗚"}.fad.fa-book-spells:after{content:"􏚸"}.fad.fa-book-user:after{content:"􏟧"}.fad.fa-bookmark:after{content:"􏀮"}.fad.fa-books:after{content:"􏗛"}.fad.fa-books-medical:after{content:"􏟨"}.fad.fa-boombox:after{content:"􏢥"}.fad.fa-boot:after{content:"􏞂"}.fad.fa-booth-curtain:after{content:"􏜴"}.fad.fa-border-all:after{content:"􏡌"}.fad.fa-border-bottom:after{content:"􏡍"}.fad.fa-border-center-h:after{content:"􏢜"}.fad.fa-border-center-v:after{content:"􏢝"}.fad.fa-border-inner:after{content:"􏡎"}.fad.fa-border-left:after{content:"􏡏"}.fad.fa-border-none:after{content:"􏡐"}.fad.fa-border-outer:after{content:"􏡑"}.fad.fa-border-right:after{content:"􏡒"}.fad.fa-border-style:after{content:"􏡓"}.fad.fa-border-style-alt:after{content:"􏡔"}.fad.fa-border-top:after{content:"􏡕"}.fad.fa-bow-arrow:after{content:"􏚹"}.fad.fa-bowling-ball:after{content:"􏐶"}.fad.fa-bowling-pins:after{content:"􏐷"}.fad.fa-box:after{content:"􏑦"}.fad.fa-box-alt:after{content:"􏒚"}.fad.fa-box-ballot:after{content:"􏜵"}.fad.fa-box-check:after{content:"􏑧"}.fad.fa-box-fragile:after{content:"􏒛"}.fad.fa-box-full:after{content:"􏒜"}.fad.fa-box-heart:after{content:"􏒝"}.fad.fa-box-open:after{content:"􏒞"}.fad.fa-box-up:after{content:"􏒟"}.fad.fa-box-usd:after{content:"􏒠"}.fad.fa-boxes:after{content:"􏑨"}.fad.fa-boxes-alt:after{content:"􏒡"}.fad.fa-boxing-glove:after{content:"􏐸"}.fad.fa-brackets:after{content:"􏟩"}.fad.fa-brackets-curly:after{content:"􏟪"}.fad.fa-braille:after{content:"􏊡"}.fad.fa-brain:after{content:"􏗜"}.fad.fa-bread-loaf:after{content:"􏟫"}.fad.fa-bread-slice:after{content:"􏟬"}.fad.fa-briefcase:after{content:"􏂱"}.fad.fa-briefcase-medical:after{content:"􏑩"}.fad.fa-bring-forward:after{content:"􏡖"}.fad.fa-bring-front:after{content:"􏡗"}.fad.fa-broadcast-tower:after{content:"􏔙"}.fad.fa-broom:after{content:"􏔚"}.fad.fa-browser:after{content:"􏍾"}.fad.fa-brush:after{content:"􏕝"}.fad.fa-bug:after{content:"􏆈"}.fad.fa-building:after{content:"􏆭"}.fad.fa-bullhorn:after{content:"􏂡"}.fad.fa-bullseye:after{content:"􏅀"}.fad.fa-bullseye-arrow:after{content:"􏙈"}.fad.fa-bullseye-pointer:after{content:"􏙉"}.fad.fa-burger-soda:after{content:"􏡘"}.fad.fa-burn:after{content:"􏑪"}.fad.fa-burrito:after{content:"􏟭"}.fad.fa-bus:after{content:"􏈇"}.fad.fa-bus-alt:after{content:"􏕞"}.fad.fa-bus-school:after{content:"􏗝"}.fad.fa-business-time:after{content:"􏙊"}.fad.fa-cabinet-filing:after{content:"􏙋"}.fad.fa-cactus:after{content:"􏢧"}.fad.fa-calculator:after{content:"􏇬"}.fad.fa-calculator-alt:after{content:"􏙌"}.fad.fa-calendar:after{content:"􏄳"}.fad.fa-calendar-alt:after{content:"􏁳"}.fad.fa-calendar-check:after{content:"􏉴"}.fad.fa-calendar-day:after{content:"􏞃"}.fad.fa-calendar-edit:after{content:"􏌳"}.fad.fa-calendar-exclamation:after{content:"􏌴"}.fad.fa-calendar-minus:after{content:"􏉲"}.fad.fa-calendar-plus:after{content:"􏉱"}.fad.fa-calendar-star:after{content:"􏜶"}.fad.fa-calendar-times:after{content:"􏉳"}.fad.fa-calendar-week:after{content:"􏞄"}.fad.fa-camcorder:after{content:"􏢨"}.fad.fa-camera:after{content:"􏀰"}.fad.fa-camera-alt:after{content:"􏌲"}.fad.fa-camera-movie:after{content:"􏢩"}.fad.fa-camera-polaroid:after{content:"􏢪"}.fad.fa-camera-retro:after{content:"􏂃"}.fad.fa-campfire:after{content:"􏚺"}.fad.fa-campground:after{content:"􏚻"}.fad.fa-candle-holder:after{content:"􏚼"}.fad.fa-candy-cane:after{content:"􏞆"}.fad.fa-candy-corn:after{content:"􏚽"}.fad.fa-cannabis:after{content:"􏕟"}.fad.fa-capsules:after{content:"􏑫"}.fad.fa-car:after{content:"􏆹"}.fad.fa-car-alt:after{content:"􏗞"}.fad.fa-car-battery:after{content:"􏗟"}.fad.fa-car-building:after{content:"􏡙"}.fad.fa-car-bump:after{content:"􏗠"}.fad.fa-car-bus:after{content:"􏡚"}.fad.fa-car-crash:after{content:"􏗡"}.fad.fa-car-garage:after{content:"􏗢"}.fad.fa-car-mechanic:after{content:"􏗣"}.fad.fa-car-side:after{content:"􏗤"}.fad.fa-car-tilt:after{content:"􏗥"}.fad.fa-car-wash:after{content:"􏗦"}.fad.fa-caret-circle-down:after{content:"􏌭"}.fad.fa-caret-circle-left:after{content:"􏌮"}.fad.fa-caret-circle-right:after{content:"􏌰"}.fad.fa-caret-circle-up:after{content:"􏌱"}.fad.fa-caret-down:after{content:"􏃗"}.fad.fa-caret-left:after{content:"􏃙"}.fad.fa-caret-right:after{content:"􏃚"}.fad.fa-caret-square-down:after{content:"􏅐"}.fad.fa-caret-square-left:after{content:"􏆑"}.fad.fa-caret-square-right:after{content:"􏅒"}.fad.fa-caret-square-up:after{content:"􏅑"}.fad.fa-caret-up:after{content:"􏃘"}.fad.fa-carrot:after{content:"􏞇"}.fad.fa-cars:after{content:"􏡛"}.fad.fa-cart-arrow-down:after{content:"􏈘"}.fad.fa-cart-plus:after{content:"􏈗"}.fad.fa-cash-register:after{content:"􏞈"}.fad.fa-cassette-tape:after{content:"􏢫"}.fad.fa-cat:after{content:"􏚾"}.fad.fa-cauldron:after{content:"􏚿"}.fad.fa-cctv:after{content:"􏢬"}.fad.fa-certificate:after{content:"􏂣"}.fad.fa-chair:after{content:"􏛀"}.fad.fa-chair-office:after{content:"􏛁"}.fad.fa-chalkboard:after{content:"􏔛"}.fad.fa-chalkboard-teacher:after{content:"􏔜"}.fad.fa-charging-station:after{content:"􏗧"}.fad.fa-chart-area:after{content:"􏇾"}.fad.fa-chart-bar:after{content:"􏂀"}.fad.fa-chart-line:after{content:"􏈁"}.fad.fa-chart-line-down:after{content:"􏙍"}.fad.fa-chart-network:after{content:"􏞊"}.fad.fa-chart-pie:after{content:"􏈀"}.fad.fa-chart-pie-alt:after{content:"􏙎"}.fad.fa-chart-scatter:after{content:"􏟮"}.fad.fa-check:after{content:"􏀌"}.fad.fa-check-circle:after{content:"􏁘"}.fad.fa-check-double:after{content:"􏕠"}.fad.fa-check-square:after{content:"􏅊"}.fad.fa-cheese:after{content:"􏟯"}.fad.fa-cheese-swiss:after{content:"􏟰"}.fad.fa-cheeseburger:after{content:"􏟱"}.fad.fa-chess:after{content:"􏐹"}.fad.fa-chess-bishop:after{content:"􏐺"}.fad.fa-chess-bishop-alt:after{content:"􏐻"}.fad.fa-chess-board:after{content:"􏐼"}.fad.fa-chess-clock:after{content:"􏐽"}.fad.fa-chess-clock-alt:after{content:"􏐾"}.fad.fa-chess-king:after{content:"􏐿"}.fad.fa-chess-king-alt:after{content:"􏑀"}.fad.fa-chess-knight:after{content:"􏑁"}.fad.fa-chess-knight-alt:after{content:"􏑂"}.fad.fa-chess-pawn:after{content:"􏑃"}.fad.fa-chess-pawn-alt:after{content:"􏑄"}.fad.fa-chess-queen:after{content:"􏑅"}.fad.fa-chess-queen-alt:after{content:"􏑆"}.fad.fa-chess-rook:after{content:"􏑇"}.fad.fa-chess-rook-alt:after{content:"􏑈"}.fad.fa-chevron-circle-down:after{content:"􏄺"}.fad.fa-chevron-circle-left:after{content:"􏄷"}.fad.fa-chevron-circle-right:after{content:"􏄸"}.fad.fa-chevron-circle-up:after{content:"􏄹"}.fad.fa-chevron-double-down:after{content:"􏌢"}.fad.fa-chevron-double-left:after{content:"􏌣"}.fad.fa-chevron-double-right:after{content:"􏌤"}.fad.fa-chevron-double-up:after{content:"􏌥"}.fad.fa-chevron-down:after{content:"􏁸"}.fad.fa-chevron-left:after{content:"􏁓"}.fad.fa-chevron-right:after{content:"􏁔"}.fad.fa-chevron-square-down:after{content:"􏌩"}.fad.fa-chevron-square-left:after{content:"􏌪"}.fad.fa-chevron-square-right:after{content:"􏌫"}.fad.fa-chevron-square-up:after{content:"􏌬"}.fad.fa-chevron-up:after{content:"􏁷"}.fad.fa-child:after{content:"􏆮"}.fad.fa-chimney:after{content:"􏞋"}.fad.fa-church:after{content:"􏔝"}.fad.fa-circle:after{content:"􏄑"}.fad.fa-circle-notch:after{content:"􏇎"}.fad.fa-city:after{content:"􏙏"}.fad.fa-clarinet:after{content:"􏢭"}.fad.fa-claw-marks:after{content:"􏛂"}.fad.fa-clinic-medical:after{content:"􏟲"}.fad.fa-clipboard:after{content:"􏌨"}.fad.fa-clipboard-check:after{content:"􏑬"}.fad.fa-clipboard-list:after{content:"􏑭"}.fad.fa-clipboard-list-check:after{content:"􏜷"}.fad.fa-clipboard-prescription:after{content:"􏗨"}.fad.fa-clipboard-user:after{content:"􏟳"}.fad.fa-clock:after{content:"􏀗"}.fad.fa-clone:after{content:"􏉍"}.fad.fa-closed-captioning:after{content:"􏈊"}.fad.fa-cloud:after{content:"􏃂"}.fad.fa-cloud-download:after{content:"􏃭"}.fad.fa-cloud-download-alt:after{content:"􏎁"}.fad.fa-cloud-drizzle:after{content:"􏜸"}.fad.fa-cloud-hail:after{content:"􏜹"}.fad.fa-cloud-hail-mixed:after{content:"􏜺"}.fad.fa-cloud-meatball:after{content:"􏜻"}.fad.fa-cloud-moon:after{content:"􏛃"}.fad.fa-cloud-moon-rain:after{content:"􏜼"}.fad.fa-cloud-music:after{content:"􏢮"}.fad.fa-cloud-rain:after{content:"􏜽"}.fad.fa-cloud-rainbow:after{content:"􏜾"}.fad.fa-cloud-showers:after{content:"􏜿"}.fad.fa-cloud-showers-heavy:after{content:"􏝀"}.fad.fa-cloud-sleet:after{content:"􏝁"}.fad.fa-cloud-snow:after{content:"􏝂"}.fad.fa-cloud-sun:after{content:"􏛄"}.fad.fa-cloud-sun-rain:after{content:"􏝃"}.fad.fa-cloud-upload:after{content:"􏃮"}.fad.fa-cloud-upload-alt:after{content:"􏎂"}.fad.fa-clouds:after{content:"􏝄"}.fad.fa-clouds-moon:after{content:"􏝅"}.fad.fa-clouds-sun:after{content:"􏝆"}.fad.fa-club:after{content:"􏌧"}.fad.fa-cocktail:after{content:"􏕡"}.fad.fa-code:after{content:"􏄡"}.fad.fa-code-branch:after{content:"􏄦"}.fad.fa-code-commit:after{content:"􏎆"}.fad.fa-code-merge:after{content:"􏎇"}.fad.fa-coffee:after{content:"􏃴"}.fad.fa-coffee-togo:after{content:"􏛅"}.fad.fa-coffin:after{content:"􏛆"}.fad.fa-cog:after{content:"􏀓"}.fad.fa-cogs:after{content:"􏂅"}.fad.fa-coin:after{content:"􏡜"}.fad.fa-coins:after{content:"􏔞"}.fad.fa-columns:after{content:"􏃛"}.fad.fa-comment:after{content:"􏁵"}.fad.fa-comment-alt:after{content:"􏉺"}.fad.fa-comment-alt-check:after{content:"􏒢"}.fad.fa-comment-alt-dollar:after{content:"􏙐"}.fad.fa-comment-alt-dots:after{content:"􏒣"}.fad.fa-comment-alt-edit:after{content:"􏒤"}.fad.fa-comment-alt-exclamation:after{content:"􏒥"}.fad.fa-comment-alt-lines:after{content:"􏒦"}.fad.fa-comment-alt-medical:after{content:"􏟴"}.fad.fa-comment-alt-minus:after{content:"􏒧"}.fad.fa-comment-alt-music:after{content:"􏢯"}.fad.fa-comment-alt-plus:after{content:"􏒨"}.fad.fa-comment-alt-slash:after{content:"􏒩"}.fad.fa-comment-alt-smile:after{content:"􏒪"}.fad.fa-comment-alt-times:after{content:"􏒫"}.fad.fa-comment-check:after{content:"􏒬"}.fad.fa-comment-dollar:after{content:"􏙑"}.fad.fa-comment-dots:after{content:"􏒭"}.fad.fa-comment-edit:after{content:"􏒮"}.fad.fa-comment-exclamation:after{content:"􏒯"}.fad.fa-comment-lines:after{content:"􏒰"}.fad.fa-comment-medical:after{content:"􏟵"}.fad.fa-comment-minus:after{content:"􏒱"}.fad.fa-comment-music:after{content:"􏢰"}.fad.fa-comment-plus:after{content:"􏒲"}.fad.fa-comment-slash:after{content:"􏒳"}.fad.fa-comment-smile:after{content:"􏒴"}.fad.fa-comment-times:after{content:"􏒵"}.fad.fa-comments:after{content:"􏂆"}.fad.fa-comments-alt:after{content:"􏒶"}.fad.fa-comments-alt-dollar:after{content:"􏙒"}.fad.fa-comments-dollar:after{content:"􏙓"}.fad.fa-compact-disc:after{content:"􏔟"}.fad.fa-compass:after{content:"􏅎"}.fad.fa-compass-slash:after{content:"􏗩"}.fad.fa-compress:after{content:"􏁦"}.fad.fa-compress-alt:after{content:"􏐢"}.fad.fa-compress-arrows-alt:after{content:"􏞌"}.fad.fa-compress-wide:after{content:"􏌦"}.fad.fa-computer-classic:after{content:"􏢱"}.fad.fa-computer-speaker:after{content:"􏢲"}.fad.fa-concierge-bell:after{content:"􏕢"}.fad.fa-construction:after{content:"􏡝"}.fad.fa-container-storage:after{content:"􏒷"}.fad.fa-conveyor-belt:after{content:"􏑮"}.fad.fa-conveyor-belt-alt:after{content:"􏑯"}.fad.fa-cookie:after{content:"􏕣"}.fad.fa-cookie-bite:after{content:"􏕤"}.fad.fa-copy:after{content:"􏃅"}.fad.fa-copyright:after{content:"􏇹"}.fad.fa-corn:after{content:"􏛇"}.fad.fa-couch:after{content:"􏒸"}.fad.fa-cow:after{content:"􏛈"}.fad.fa-cowbell:after{content:"􏢳"}.fad.fa-cowbell-more:after{content:"􏢴"}.fad.fa-credit-card:after{content:"􏂝"}.fad.fa-credit-card-blank:after{content:"􏎉"}.fad.fa-credit-card-front:after{content:"􏎊"}.fad.fa-cricket:after{content:"􏑉"}.fad.fa-croissant:after{content:"􏟶"}.fad.fa-crop:after{content:"􏄥"}.fad.fa-crop-alt:after{content:"􏕥"}.fad.fa-cross:after{content:"􏙔"}.fad.fa-crosshairs:after{content:"􏁛"}.fad.fa-crow:after{content:"􏔠"}.fad.fa-crown:after{content:"􏔡"}.fad.fa-crutch:after{content:"􏟷"}.fad.fa-crutches:after{content:"􏟸"}.fad.fa-cube:after{content:"􏆲"}.fad.fa-cubes:after{content:"􏆳"}.fad.fa-curling:after{content:"􏑊"}.fad.fa-cut:after{content:"􏃄"}.fad.fa-dagger:after{content:"􏛋"}.fad.fa-database:after{content:"􏇀"}.fad.fa-deaf:after{content:"􏊤"}.fad.fa-debug:after{content:"􏟹"}.fad.fa-deer:after{content:"􏞎"}.fad.fa-deer-rudolph:after{content:"􏞏"}.fad.fa-democrat:after{content:"􏝇"}.fad.fa-desktop:after{content:"􏄈"}.fad.fa-desktop-alt:after{content:"􏎐"}.fad.fa-dewpoint:after{content:"􏝈"}.fad.fa-dharmachakra:after{content:"􏙕"}.fad.fa-diagnoses:after{content:"􏑰"}.fad.fa-diamond:after{content:"􏈙"}.fad.fa-dice:after{content:"􏔢"}.fad.fa-dice-d10:after{content:"􏛍"}.fad.fa-dice-d12:after{content:"􏛎"}.fad.fa-dice-d20:after{content:"􏛏"}.fad.fa-dice-d4:after{content:"􏛐"}.fad.fa-dice-d6:after{content:"􏛑"}.fad.fa-dice-d8:after{content:"􏛒"}.fad.fa-dice-five:after{content:"􏔣"}.fad.fa-dice-four:after{content:"􏔤"}.fad.fa-dice-one:after{content:"􏔥"}.fad.fa-dice-six:after{content:"􏔦"}.fad.fa-dice-three:after{content:"􏔧"}.fad.fa-dice-two:after{content:"􏔨"}.fad.fa-digging:after{content:"􏡞"}.fad.fa-digital-tachograph:after{content:"􏕦"}.fad.fa-diploma:after{content:"􏗪"}.fad.fa-directions:after{content:"􏗫"}.fad.fa-disc-drive:after{content:"􏢵"}.fad.fa-disease:after{content:"􏟺"}.fad.fa-divide:after{content:"􏔩"}.fad.fa-dizzy:after{content:"􏕧"}.fad.fa-dna:after{content:"􏑱"}.fad.fa-do-not-enter:after{content:"􏗬"}.fad.fa-dog:after{content:"􏛓"}.fad.fa-dog-leashed:after{content:"􏛔"}.fad.fa-dollar-sign:after{content:"􏅕"}.fad.fa-dolly:after{content:"􏑲"}.fad.fa-dolly-empty:after{content:"􏑳"}.fad.fa-dolly-flatbed:after{content:"􏑴"}.fad.fa-dolly-flatbed-alt:after{content:"􏑵"}.fad.fa-dolly-flatbed-empty:after{content:"􏑶"}.fad.fa-donate:after{content:"􏒹"}.fad.fa-door-closed:after{content:"􏔪"}.fad.fa-door-open:after{content:"􏔫"}.fad.fa-dot-circle:after{content:"􏆒"}.fad.fa-dove:after{content:"􏒺"}.fad.fa-download:after{content:"􏀙"}.fad.fa-drafting-compass:after{content:"􏕨"}.fad.fa-dragon:after{content:"􏛕"}.fad.fa-draw-circle:after{content:"􏗭"}.fad.fa-draw-polygon:after{content:"􏗮"}.fad.fa-draw-square:after{content:"􏗯"}.fad.fa-dreidel:after{content:"􏞒"}.fad.fa-drone:after{content:"􏡟"}.fad.fa-drone-alt:after{content:"􏡠"}.fad.fa-drum:after{content:"􏕩"}.fad.fa-drum-steelpan:after{content:"􏕪"}.fad.fa-drumstick:after{content:"􏛖"}.fad.fa-drumstick-bite:after{content:"􏛗"}.fad.fa-dryer:after{content:"􏡡"}.fad.fa-dryer-alt:after{content:"􏡢"}.fad.fa-duck:after{content:"􏛘"}.fad.fa-dumbbell:after{content:"􏑋"}.fad.fa-dumpster:after{content:"􏞓"}.fad.fa-dumpster-fire:after{content:"􏞔"}.fad.fa-dungeon:after{content:"􏛙"}.fad.fa-ear:after{content:"􏗰"}.fad.fa-ear-muffs:after{content:"􏞕"}.fad.fa-eclipse:after{content:"􏝉"}.fad.fa-eclipse-alt:after{content:"􏝊"}.fad.fa-edit:after{content:"􏁄"}.fad.fa-egg:after{content:"􏟻"}.fad.fa-egg-fried:after{content:"􏟼"}.fad.fa-eject:after{content:"􏁒"}.fad.fa-elephant:after{content:"􏛚"}.fad.fa-ellipsis-h:after{content:"􏅁"}.fad.fa-ellipsis-h-alt:after{content:"􏎛"}.fad.fa-ellipsis-v:after{content:"􏅂"}.fad.fa-ellipsis-v-alt:after{content:"􏎜"}.fad.fa-empty-set:after{content:"􏙖"}.fad.fa-engine-warning:after{content:"􏗲"}.fad.fa-envelope:after{content:"􏃠"}.fad.fa-envelope-open:after{content:"􏊶"}.fad.fa-envelope-open-dollar:after{content:"􏙗"}.fad.fa-envelope-open-text:after{content:"􏙘"}.fad.fa-envelope-square:after{content:"􏆙"}.fad.fa-equals:after{content:"􏔬"}.fad.fa-eraser:after{content:"􏄭"}.fad.fa-ethernet:after{content:"􏞖"}.fad.fa-euro-sign:after{content:"􏅓"}.fad.fa-exchange:after{content:"􏃬"}.fad.fa-exchange-alt:after{content:"􏍢"}.fad.fa-exclamation:after{content:"􏄪"}.fad.fa-exclamation-circle:after{content:"􏁪"}.fad.fa-exclamation-square:after{content:"􏌡"}.fad.fa-exclamation-triangle:after{content:"􏁱"}.fad.fa-expand:after{content:"􏁥"}.fad.fa-expand-alt:after{content:"􏐤"}.fad.fa-expand-arrows:after{content:"􏌝"}.fad.fa-expand-arrows-alt:after{content:"􏌞"}.fad.fa-expand-wide:after{content:"􏌠"}.fad.fa-external-link:after{content:"􏂎"}.fad.fa-external-link-alt:after{content:"􏍝"}.fad.fa-external-link-square:after{content:"􏅌"}.fad.fa-external-link-square-alt:after{content:"􏍠"}.fad.fa-eye:after{content:"􏁮"}.fad.fa-eye-dropper:after{content:"􏇻"}.fad.fa-eye-evil:after{content:"􏛛"}.fad.fa-eye-slash:after{content:"􏁰"}.fad.fa-fan:after{content:"􏡣"}.fad.fa-farm:after{content:"􏡤"}.fad.fa-fast-backward:after{content:"􏁉"}.fad.fa-fast-forward:after{content:"􏁐"}.fad.fa-fax:after{content:"􏆬"}.fad.fa-feather:after{content:"􏔭"}.fad.fa-feather-alt:after{content:"􏕫"}.fad.fa-female:after{content:"􏆂"}.fad.fa-field-hockey:after{content:"􏑌"}.fad.fa-fighter-jet:after{content:"􏃻"}.fad.fa-file:after{content:"􏅛"}.fad.fa-file-alt:after{content:"􏅜"}.fad.fa-file-archive:after{content:"􏇆"}.fad.fa-file-audio:after{content:"􏇇"}.fad.fa-file-certificate:after{content:"􏗳"}.fad.fa-file-chart-line:after{content:"􏙙"}.fad.fa-file-chart-pie:after{content:"􏙚"}.fad.fa-file-check:after{content:"􏌖"}.fad.fa-file-code:after{content:"􏇉"}.fad.fa-file-contract:after{content:"􏕬"}.fad.fa-file-csv:after{content:"􏛝"}.fad.fa-file-download:after{content:"􏕭"}.fad.fa-file-edit:after{content:"􏌜"}.fad.fa-file-excel:after{content:"􏇃"}.fad.fa-file-exclamation:after{content:"􏌚"}.fad.fa-file-export:after{content:"􏕮"}.fad.fa-file-image:after{content:"􏇅"}.fad.fa-file-import:after{content:"􏕯"}.fad.fa-file-invoice:after{content:"􏕰"}.fad.fa-file-invoice-dollar:after{content:"􏕱"}.fad.fa-file-medical:after{content:"􏑷"}.fad.fa-file-medical-alt:after{content:"􏑸"}.fad.fa-file-minus:after{content:"􏌘"}.fad.fa-file-music:after{content:"􏢶"}.fad.fa-file-pdf:after{content:"􏇁"}.fad.fa-file-plus:after{content:"􏌙"}.fad.fa-file-powerpoint:after{content:"􏇄"}.fad.fa-file-prescription:after{content:"􏕲"}.fad.fa-file-search:after{content:"􏡥"}.fad.fa-file-signature:after{content:"􏕳"}.fad.fa-file-spreadsheet:after{content:"􏙛"}.fad.fa-file-times:after{content:"􏌗"}.fad.fa-file-upload:after{content:"􏕴"}.fad.fa-file-user:after{content:"􏙜"}.fad.fa-file-video:after{content:"􏇈"}.fad.fa-file-word:after{content:"􏇂"}.fad.fa-files-medical:after{content:"􏟽"}.fad.fa-fill:after{content:"􏕵"}.fad.fa-fill-drip:after{content:"􏕶"}.fad.fa-film:after{content:"􏀈"}.fad.fa-film-alt:after{content:"􏎠"}.fad.fa-film-canister:after{content:"􏢷"}.fad.fa-filter:after{content:"􏂰"}.fad.fa-fingerprint:after{content:"􏕷"}.fad.fa-fire:after{content:"􏁭"}.fad.fa-fire-alt:after{content:"􏟤"}.fad.fa-fire-extinguisher:after{content:"􏄴"}.fad.fa-fire-smoke:after{content:"􏝋"}.fad.fa-fireplace:after{content:"􏞚"}.fad.fa-first-aid:after{content:"􏑹"}.fad.fa-fish:after{content:"􏕸"}.fad.fa-fish-cooked:after{content:"􏟾"}.fad.fa-fist-raised:after{content:"􏛞"}.fad.fa-flag:after{content:"􏀤"}.fad.fa-flag-alt:after{content:"􏝌"}.fad.fa-flag-checkered:after{content:"􏄞"}.fad.fa-flag-usa:after{content:"􏝍"}.fad.fa-flame:after{content:"􏛟"}.fad.fa-flashlight:after{content:"􏢸"}.fad.fa-flask:after{content:"􏃃"}.fad.fa-flask-poison:after{content:"􏛠"}.fad.fa-flask-potion:after{content:"􏛡"}.fad.fa-flower:after{content:"􏟿"}.fad.fa-flower-daffodil:after{content:"􏠀"}.fad.fa-flower-tulip:after{content:"􏠁"}.fad.fa-flushed:after{content:"􏕹"}.fad.fa-flute:after{content:"􏢹"}.fad.fa-flux-capacitor:after{content:"􏢺"}.fad.fa-fog:after{content:"􏝎"}.fad.fa-folder:after{content:"􏁻"}.fad.fa-folder-minus:after{content:"􏙝"}.fad.fa-folder-open:after{content:"􏁼"}.fad.fa-folder-plus:after{content:"􏙞"}.fad.fa-folder-times:after{content:"􏙟"}.fad.fa-folder-tree:after{content:"􏠂"}.fad.fa-folders:after{content:"􏙠"}.fad.fa-font:after{content:"􏀱"}.fad.fa-font-awesome-logo-full:after{content:"􏓦"}.fad.fa-font-case:after{content:"􏡦"}.fad.fa-football-ball:after{content:"􏑎"}.fad.fa-football-helmet:after{content:"􏑏"}.fad.fa-forklift:after{content:"􏑺"}.fad.fa-forward:after{content:"􏁎"}.fad.fa-fragile:after{content:"􏒻"}.fad.fa-french-fries:after{content:"􏠃"}.fad.fa-frog:after{content:"􏔮"}.fad.fa-frosty-head:after{content:"􏞛"}.fad.fa-frown:after{content:"􏄙"}.fad.fa-frown-open:after{content:"􏕺"}.fad.fa-function:after{content:"􏙡"}.fad.fa-funnel-dollar:after{content:"􏙢"}.fad.fa-futbol:after{content:"􏇣"}.fad.fa-game-board:after{content:"􏡧"}.fad.fa-game-board-alt:after{content:"􏡨"}.fad.fa-game-console-handheld:after{content:"􏢻"}.fad.fa-gamepad:after{content:"􏄛"}.fad.fa-gamepad-alt:after{content:"􏢼"}.fad.fa-gas-pump:after{content:"􏔯"}.fad.fa-gas-pump-slash:after{content:"􏗴"}.fad.fa-gavel:after{content:"􏃣"}.fad.fa-gem:after{content:"􏎥"}.fad.fa-genderless:after{content:"􏈭"}.fad.fa-ghost:after{content:"􏛢"}.fad.fa-gift:after{content:"􏁫"}.fad.fa-gift-card:after{content:"􏙣"}.fad.fa-gifts:after{content:"􏞜"}.fad.fa-gingerbread-man:after{content:"􏞝"}.fad.fa-glass:after{content:"􏠄"}.fad.fa-glass-champagne:after{content:"􏞞"}.fad.fa-glass-cheers:after{content:"􏞟"}.fad.fa-glass-citrus:after{content:"􏡩"}.fad.fa-glass-martini:after{content:"􏀀"}.fad.fa-glass-martini-alt:after{content:"􏕻"}.fad.fa-glass-whiskey:after{content:"􏞠"}.fad.fa-glass-whiskey-rocks:after{content:"􏞡"}.fad.fa-glasses:after{content:"􏔰"}.fad.fa-glasses-alt:after{content:"􏗵"}.fad.fa-globe:after{content:"􏂬"}.fad.fa-globe-africa:after{content:"􏕼"}.fad.fa-globe-americas:after{content:"􏕽"}.fad.fa-globe-asia:after{content:"􏕾"}.fad.fa-globe-europe:after{content:"􏞢"}.fad.fa-globe-snow:after{content:"􏞣"}.fad.fa-globe-stand:after{content:"􏗶"}.fad.fa-golf-ball:after{content:"􏑐"}.fad.fa-golf-club:after{content:"􏑑"}.fad.fa-gopuram:after{content:"􏙤"}.fad.fa-graduation-cap:after{content:"􏆝"}.fad.fa-gramophone:after{content:"􏢽"}.fad.fa-greater-than:after{content:"􏔱"}.fad.fa-greater-than-equal:after{content:"􏔲"}.fad.fa-grimace:after{content:"􏕿"}.fad.fa-grin:after{content:"􏖀"}.fad.fa-grin-alt:after{content:"􏖁"}.fad.fa-grin-beam:after{content:"􏖂"}.fad.fa-grin-beam-sweat:after{content:"􏖃"}.fad.fa-grin-hearts:after{content:"􏖄"}.fad.fa-grin-squint:after{content:"􏖅"}.fad.fa-grin-squint-tears:after{content:"􏖆"}.fad.fa-grin-stars:after{content:"􏖇"}.fad.fa-grin-tears:after{content:"􏖈"}.fad.fa-grin-tongue:after{content:"􏖉"}.fad.fa-grin-tongue-squint:after{content:"􏖊"}.fad.fa-grin-tongue-wink:after{content:"􏖋"}.fad.fa-grin-wink:after{content:"􏖌"}.fad.fa-grip-horizontal:after{content:"􏖍"}.fad.fa-grip-lines:after{content:"􏞤"}.fad.fa-grip-lines-vertical:after{content:"􏞥"}.fad.fa-grip-vertical:after{content:"􏖎"}.fad.fa-guitar:after{content:"􏞦"}.fad.fa-guitar-electric:after{content:"􏢾"}.fad.fa-guitars:after{content:"􏢿"}.fad.fa-h-square:after{content:"􏃽"}.fad.fa-h1:after{content:"􏌓"}.fad.fa-h2:after{content:"􏌔"}.fad.fa-h3:after{content:"􏌕"}.fad.fa-h4:after{content:"􏡪"}.fad.fa-hamburger:after{content:"􏠅"}.fad.fa-hammer:after{content:"􏛣"}.fad.fa-hammer-war:after{content:"􏛤"}.fad.fa-hamsa:after{content:"􏙥"}.fad.fa-hand-heart:after{content:"􏒼"}.fad.fa-hand-holding:after{content:"􏒽"}.fad.fa-hand-holding-box:after{content:"􏑻"}.fad.fa-hand-holding-heart:after{content:"􏒾"}.fad.fa-hand-holding-magic:after{content:"􏛥"}.fad.fa-hand-holding-seedling:after{content:"􏒿"}.fad.fa-hand-holding-usd:after{content:"􏓀"}.fad.fa-hand-holding-water:after{content:"􏓁"}.fad.fa-hand-lizard:after{content:"􏉘"}.fad.fa-hand-middle-finger:after{content:"􏠆"}.fad.fa-hand-paper:after{content:"􏉖"}.fad.fa-hand-peace:after{content:"􏉛"}.fad.fa-hand-point-down:after{content:"􏂧"}.fad.fa-hand-point-left:after{content:"􏂥"}.fad.fa-hand-point-right:after{content:"􏂤"}.fad.fa-hand-point-up:after{content:"􏂦"}.fad.fa-hand-pointer:after{content:"􏉚"}.fad.fa-hand-receiving:after{content:"􏑼"}.fad.fa-hand-rock:after{content:"􏉕"}.fad.fa-hand-scissors:after{content:"􏉗"}.fad.fa-hand-spock:after{content:"􏉙"}.fad.fa-hands:after{content:"􏓂"}.fad.fa-hands-heart:after{content:"􏓃"}.fad.fa-hands-helping:after{content:"􏓄"}.fad.fa-hands-usd:after{content:"􏓅"}.fad.fa-handshake:after{content:"􏊵"}.fad.fa-handshake-alt:after{content:"􏓆"}.fad.fa-hanukiah:after{content:"􏛦"}.fad.fa-hard-hat:after{content:"􏠇"}.fad.fa-hashtag:after{content:"􏊒"}.fad.fa-hat-chef:after{content:"􏡫"}.fad.fa-hat-cowboy:after{content:"􏣀"}.fad.fa-hat-cowboy-side:after{content:"􏣁"}.fad.fa-hat-santa:after{content:"􏞧"}.fad.fa-hat-winter:after{content:"􏞨"}.fad.fa-hat-witch:after{content:"􏛧"}.fad.fa-hat-wizard:after{content:"􏛨"}.fad.fa-haykal:after{content:"􏙦"}.fad.fa-hdd:after{content:"􏂠"}.fad.fa-head-side:after{content:"􏛩"}.fad.fa-head-side-brain:after{content:"􏠈"}.fad.fa-head-side-headphones:after{content:"􏣂"}.fad.fa-head-side-medical:after{content:"􏠉"}.fad.fa-head-vr:after{content:"􏛪"}.fad.fa-heading:after{content:"􏇜"}.fad.fa-headphones:after{content:"􏀥"}.fad.fa-headphones-alt:after{content:"􏖏"}.fad.fa-headset:after{content:"􏖐"}.fad.fa-heart:after{content:"􏀄"}.fad.fa-heart-broken:after{content:"􏞩"}.fad.fa-heart-circle:after{content:"􏓇"}.fad.fa-heart-rate:after{content:"􏗸"}.fad.fa-heart-square:after{content:"􏓈"}.fad.fa-heartbeat:after{content:"􏈞"}.fad.fa-helicopter:after{content:"􏔳"}.fad.fa-helmet-battle:after{content:"􏛫"}.fad.fa-hexagon:after{content:"􏌒"}.fad.fa-highlighter:after{content:"􏖑"}.fad.fa-hiking:after{content:"􏛬"}.fad.fa-hippo:after{content:"􏛭"}.fad.fa-history:after{content:"􏇚"}.fad.fa-hockey-mask:after{content:"􏛮"}.fad.fa-hockey-puck:after{content:"􏑓"}.fad.fa-hockey-sticks:after{content:"􏑔"}.fad.fa-holly-berry:after{content:"􏞪"}.fad.fa-home:after{content:"􏀕"}.fad.fa-home-alt:after{content:"􏠊"}.fad.fa-home-heart:after{content:"􏓉"}.fad.fa-home-lg:after{content:"􏠋"}.fad.fa-home-lg-alt:after{content:"􏠌"}.fad.fa-hood-cloak:after{content:"􏛯"}.fad.fa-horizontal-rule:after{content:"􏡬"}.fad.fa-horse:after{content:"􏛰"}.fad.fa-horse-head:after{content:"􏞫"}.fad.fa-horse-saddle:after{content:"􏣃"}.fad.fa-hospital:after{content:"􏃸"}.fad.fa-hospital-alt:after{content:"􏑽"}.fad.fa-hospital-symbol:after{content:"􏑾"}.fad.fa-hospital-user:after{content:"􏠍"}.fad.fa-hospitals:after{content:"􏠎"}.fad.fa-hot-tub:after{content:"􏖓"}.fad.fa-hotdog:after{content:"􏠏"}.fad.fa-hotel:after{content:"􏖔"}.fad.fa-hourglass:after{content:"􏉔"}.fad.fa-hourglass-end:after{content:"􏉓"}.fad.fa-hourglass-half:after{content:"􏉒"}.fad.fa-hourglass-start:after{content:"􏉑"}.fad.fa-house-damage:after{content:"􏛱"}.fad.fa-house-flood:after{content:"􏝏"}.fad.fa-hryvnia:after{content:"􏛲"}.fad.fa-humidity:after{content:"􏝐"}.fad.fa-hurricane:after{content:"􏝑"}.fad.fa-i-cursor:after{content:"􏉆"}.fad.fa-ice-cream:after{content:"􏠐"}.fad.fa-ice-skate:after{content:"􏞬"}.fad.fa-icicles:after{content:"􏞭"}.fad.fa-icons:after{content:"􏡭"}.fad.fa-icons-alt:after{content:"􏡮"}.fad.fa-id-badge:after{content:"􏋁"}.fad.fa-id-card:after{content:"􏋂"}.fad.fa-id-card-alt:after{content:"􏑿"}.fad.fa-igloo:after{content:"􏞮"}.fad.fa-image:after{content:"􏀾"}.fad.fa-image-polaroid:after{content:"􏣄"}.fad.fa-images:after{content:"􏌂"}.fad.fa-inbox:after{content:"􏀜"}.fad.fa-inbox-in:after{content:"􏌐"}.fad.fa-inbox-out:after{content:"􏌑"}.fad.fa-indent:after{content:"􏀼"}.fad.fa-industry:after{content:"􏉵"}.fad.fa-industry-alt:after{content:"􏎳"}.fad.fa-infinity:after{content:"􏔴"}.fad.fa-info:after{content:"􏄩"}.fad.fa-info-circle:after{content:"􏁚"}.fad.fa-info-square:after{content:"􏌏"}.fad.fa-inhaler:after{content:"􏗹"}.fad.fa-integral:after{content:"􏙧"}.fad.fa-intersection:after{content:"􏙨"}.fad.fa-inventory:after{content:"􏒀"}.fad.fa-island-tropical:after{content:"􏠑"}.fad.fa-italic:after{content:"􏀳"}.fad.fa-jack-o-lantern:after{content:"􏌎"}.fad.fa-jedi:after{content:"􏙩"}.fad.fa-joint:after{content:"􏖕"}.fad.fa-journal-whills:after{content:"􏙪"}.fad.fa-joystick:after{content:"􏣅"}.fad.fa-jug:after{content:"􏣆"}.fad.fa-kaaba:after{content:"􏙫"}.fad.fa-kazoo:after{content:"􏣇"}.fad.fa-kerning:after{content:"􏡯"}.fad.fa-key:after{content:"􏂄"}.fad.fa-key-skeleton:after{content:"􏛳"}.fad.fa-keyboard:after{content:"􏄜"}.fad.fa-keynote:after{content:"􏙬"}.fad.fa-khanda:after{content:"􏙭"}.fad.fa-kidneys:after{content:"􏗻"}.fad.fa-kiss:after{content:"􏖖"}.fad.fa-kiss-beam:after{content:"􏖗"}.fad.fa-kiss-wink-heart:after{content:"􏖘"}.fad.fa-kite:after{content:"􏛴"}.fad.fa-kiwi-bird:after{content:"􏔵"}.fad.fa-knife-kitchen:after{content:"􏛵"}.fad.fa-lambda:after{content:"􏙮"}.fad.fa-lamp:after{content:"􏓊"}.fad.fa-landmark:after{content:"􏙯"}.fad.fa-landmark-alt:after{content:"􏝒"}.fad.fa-language:after{content:"􏆫"}.fad.fa-laptop:after{content:"􏄉"}.fad.fa-laptop-code:after{content:"􏗼"}.fad.fa-laptop-medical:after{content:"􏠒"}.fad.fa-lasso:after{content:"􏣈"}.fad.fa-laugh:after{content:"􏖙"}.fad.fa-laugh-beam:after{content:"􏖚"}.fad.fa-laugh-squint:after{content:"􏖛"}.fad.fa-laugh-wink:after{content:"􏖜"}.fad.fa-layer-group:after{content:"􏗽"}.fad.fa-layer-minus:after{content:"􏗾"}.fad.fa-layer-plus:after{content:"􏗿"}.fad.fa-leaf:after{content:"􏁬"}.fad.fa-leaf-heart:after{content:"􏓋"}.fad.fa-leaf-maple:after{content:"􏛶"}.fad.fa-leaf-oak:after{content:"􏛷"}.fad.fa-lemon:after{content:"􏂔"}.fad.fa-less-than:after{content:"􏔶"}.fad.fa-less-than-equal:after{content:"􏔷"}.fad.fa-level-down:after{content:"􏅉"}.fad.fa-level-down-alt:after{content:"􏎾"}.fad.fa-level-up:after{content:"􏅈"}.fad.fa-level-up-alt:after{content:"􏎿"}.fad.fa-life-ring:after{content:"􏇍"}.fad.fa-lightbulb:after{content:"􏃫"}.fad.fa-lightbulb-dollar:after{content:"􏙰"}.fad.fa-lightbulb-exclamation:after{content:"􏙱"}.fad.fa-lightbulb-on:after{content:"􏙲"}.fad.fa-lightbulb-slash:after{content:"􏙳"}.fad.fa-lights-holiday:after{content:"􏞲"}.fad.fa-line-columns:after{content:"􏡰"}.fad.fa-line-height:after{content:"􏡱"}.fad.fa-link:after{content:"􏃁"}.fad.fa-lips:after{content:"􏘀"}.fad.fa-lira-sign:after{content:"􏆕"}.fad.fa-list:after{content:"􏀺"}.fad.fa-list-alt:after{content:"􏀢"}.fad.fa-list-music:after{content:"􏣉"}.fad.fa-list-ol:after{content:"􏃋"}.fad.fa-list-ul:after{content:"􏃊"}.fad.fa-location:after{content:"􏘁"}.fad.fa-location-arrow:after{content:"􏄤"}.fad.fa-location-circle:after{content:"􏘂"}.fad.fa-location-slash:after{content:"􏘃"}.fad.fa-lock:after{content:"􏀣"}.fad.fa-lock-alt:after{content:"􏌍"}.fad.fa-lock-open:after{content:"􏏁"}.fad.fa-lock-open-alt:after{content:"􏏂"}.fad.fa-long-arrow-alt-down:after{content:"􏌉"}.fad.fa-long-arrow-alt-left:after{content:"􏌊"}.fad.fa-long-arrow-alt-right:after{content:"􏌋"}.fad.fa-long-arrow-alt-up:after{content:"􏌌"}.fad.fa-long-arrow-down:after{content:"􏅵"}.fad.fa-long-arrow-left:after{content:"􏅷"}.fad.fa-long-arrow-right:after{content:"􏅸"}.fad.fa-long-arrow-up:after{content:"􏅶"}.fad.fa-loveseat:after{content:"􏓌"}.fad.fa-low-vision:after{content:"􏊨"}.fad.fa-luchador:after{content:"􏑕"}.fad.fa-luggage-cart:after{content:"􏖝"}.fad.fa-lungs:after{content:"􏘄"}.fad.fa-mace:after{content:"􏛸"}.fad.fa-magic:after{content:"􏃐"}.fad.fa-magnet:after{content:"􏁶"}.fad.fa-mail-bulk:after{content:"􏙴"}.fad.fa-mailbox:after{content:"􏠓"}.fad.fa-male:after{content:"􏆃"}.fad.fa-mandolin:after{content:"􏛹"}.fad.fa-map:after{content:"􏉹"}.fad.fa-map-marked:after{content:"􏖟"}.fad.fa-map-marked-alt:after{content:"􏖠"}.fad.fa-map-marker:after{content:"􏁁"}.fad.fa-map-marker-alt:after{content:"􏏅"}.fad.fa-map-marker-alt-slash:after{content:"􏘅"}.fad.fa-map-marker-check:after{content:"􏘆"}.fad.fa-map-marker-edit:after{content:"􏘇"}.fad.fa-map-marker-exclamation:after{content:"􏘈"}.fad.fa-map-marker-minus:after{content:"􏘉"}.fad.fa-map-marker-plus:after{content:"􏘊"}.fad.fa-map-marker-question:after{content:"􏘋"}.fad.fa-map-marker-slash:after{content:"􏘌"}.fad.fa-map-marker-smile:after{content:"􏘍"}.fad.fa-map-marker-times:after{content:"􏘎"}.fad.fa-map-pin:after{content:"􏉶"}.fad.fa-map-signs:after{content:"􏉷"}.fad.fa-marker:after{content:"􏖡"}.fad.fa-mars:after{content:"􏈢"}.fad.fa-mars-double:after{content:"􏈧"}.fad.fa-mars-stroke:after{content:"􏈩"}.fad.fa-mars-stroke-h:after{content:"􏈫"}.fad.fa-mars-stroke-v:after{content:"􏈪"}.fad.fa-mask:after{content:"􏛺"}.fad.fa-meat:after{content:"􏠔"}.fad.fa-medal:after{content:"􏖢"}.fad.fa-medkit:after{content:"􏃺"}.fad.fa-megaphone:after{content:"􏙵"}.fad.fa-meh:after{content:"􏄚"}.fad.fa-meh-blank:after{content:"􏖤"}.fad.fa-meh-rolling-eyes:after{content:"􏖥"}.fad.fa-memory:after{content:"􏔸"}.fad.fa-menorah:after{content:"􏙶"}.fad.fa-mercury:after{content:"􏈣"}.fad.fa-meteor:after{content:"􏝓"}.fad.fa-microchip:after{content:"􏋛"}.fad.fa-microphone:after{content:"􏄰"}.fad.fa-microphone-alt:after{content:"􏏉"}.fad.fa-microphone-alt-slash:after{content:"􏔹"}.fad.fa-microphone-slash:after{content:"􏄱"}.fad.fa-microphone-stand:after{content:"􏣋"}.fad.fa-microscope:after{content:"􏘐"}.fad.fa-mind-share:after{content:"􏙷"}.fad.fa-minus:after{content:"􏁨"}.fad.fa-minus-circle:after{content:"􏁖"}.fad.fa-minus-hexagon:after{content:"􏌇"}.fad.fa-minus-octagon:after{content:"􏌈"}.fad.fa-minus-square:after{content:"􏅆"}.fad.fa-mistletoe:after{content:"􏞴"}.fad.fa-mitten:after{content:"􏞵"}.fad.fa-mobile:after{content:"􏄋"}.fad.fa-mobile-alt:after{content:"􏏍"}.fad.fa-mobile-android:after{content:"􏏎"}.fad.fa-mobile-android-alt:after{content:"􏏏"}.fad.fa-money-bill:after{content:"􏃖"}.fad.fa-money-bill-alt:after{content:"􏏑"}.fad.fa-money-bill-wave:after{content:"􏔺"}.fad.fa-money-bill-wave-alt:after{content:"􏔻"}.fad.fa-money-check:after{content:"􏔼"}.fad.fa-money-check-alt:after{content:"􏔽"}.fad.fa-money-check-edit:after{content:"􏡲"}.fad.fa-money-check-edit-alt:after{content:"􏡳"}.fad.fa-monitor-heart-rate:after{content:"􏘑"}.fad.fa-monkey:after{content:"􏛻"}.fad.fa-monument:after{content:"􏖦"}.fad.fa-moon:after{content:"􏆆"}.fad.fa-moon-cloud:after{content:"􏝔"}.fad.fa-moon-stars:after{content:"􏝕"}.fad.fa-mortar-pestle:after{content:"􏖧"}.fad.fa-mosque:after{content:"􏙸"}.fad.fa-motorcycle:after{content:"􏈜"}.fad.fa-mountain:after{content:"􏛼"}.fad.fa-mountains:after{content:"􏛽"}.fad.fa-mouse:after{content:"􏣌"}.fad.fa-mouse-alt:after{content:"􏣍"}.fad.fa-mouse-pointer:after{content:"􏉅"}.fad.fa-mp3-player:after{content:"􏣎"}.fad.fa-mug:after{content:"􏡴"}.fad.fa-mug-hot:after{content:"􏞶"}.fad.fa-mug-marshmallows:after{content:"􏞷"}.fad.fa-mug-tea:after{content:"􏡵"}.fad.fa-music:after{content:"􏀁"}.fad.fa-music-alt:after{content:"􏣏"}.fad.fa-music-alt-slash:after{content:"􏣐"}.fad.fa-music-slash:after{content:"􏣑"}.fad.fa-narwhal:after{content:"􏛾"}.fad.fa-network-wired:after{content:"􏛿"}.fad.fa-neuter:after{content:"􏈬"}.fad.fa-newspaper:after{content:"􏇪"}.fad.fa-not-equal:after{content:"􏔾"}.fad.fa-notes-medical:after{content:"􏒁"}.fad.fa-object-group:after{content:"􏉇"}.fad.fa-object-ungroup:after{content:"􏉈"}.fad.fa-octagon:after{content:"􏌆"}.fad.fa-oil-can:after{content:"􏘓"}.fad.fa-oil-temp:after{content:"􏘔"}.fad.fa-om:after{content:"􏙹"}.fad.fa-omega:after{content:"􏙺"}.fad.fa-ornament:after{content:"􏞸"}.fad.fa-otter:after{content:"􏜀"}.fad.fa-outdent:after{content:"􏀻"}.fad.fa-overline:after{content:"􏡶"}.fad.fa-page-break:after{content:"􏡷"}.fad.fa-pager:after{content:"􏠕"}.fad.fa-paint-brush:after{content:"􏇼"}.fad.fa-paint-brush-alt:after{content:"􏖩"}.fad.fa-paint-roller:after{content:"􏖪"}.fad.fa-palette:after{content:"􏔿"}.fad.fa-pallet:after{content:"􏒂"}.fad.fa-pallet-alt:after{content:"􏒃"}.fad.fa-paper-plane:after{content:"􏇘"}.fad.fa-paperclip:after{content:"􏃆"}.fad.fa-parachute-box:after{content:"􏓍"}.fad.fa-paragraph:after{content:"􏇝"}.fad.fa-paragraph-rtl:after{content:"􏡸"}.fad.fa-parking:after{content:"􏕀"}.fad.fa-parking-circle:after{content:"􏘕"}.fad.fa-parking-circle-slash:after{content:"􏘖"}.fad.fa-parking-slash:after{content:"􏘗"}.fad.fa-passport:after{content:"􏖫"}.fad.fa-pastafarianism:after{content:"􏙻"}.fad.fa-paste:after{content:"􏃪"}.fad.fa-pause:after{content:"􏁌"}.fad.fa-pause-circle:after{content:"􏊋"}.fad.fa-paw:after{content:"􏆰"}.fad.fa-paw-alt:after{content:"􏜁"}.fad.fa-paw-claws:after{content:"􏜂"}.fad.fa-peace:after{content:"􏙼"}.fad.fa-pegasus:after{content:"􏜃"}.fad.fa-pen:after{content:"􏌄"}.fad.fa-pen-alt:after{content:"􏌅"}.fad.fa-pen-fancy:after{content:"􏖬"}.fad.fa-pen-nib:after{content:"􏖭"}.fad.fa-pen-square:after{content:"􏅋"}.fad.fa-pencil:after{content:"􏁀"}.fad.fa-pencil-alt:after{content:"􏌃"}.fad.fa-pencil-paintbrush:after{content:"􏘘"}.fad.fa-pencil-ruler:after{content:"􏖮"}.fad.fa-pennant:after{content:"􏑖"}.fad.fa-people-carry:after{content:"􏓎"}.fad.fa-pepper-hot:after{content:"􏠖"}.fad.fa-percent:after{content:"􏊕"}.fad.fa-percentage:after{content:"􏕁"}.fad.fa-person-booth:after{content:"􏝖"}.fad.fa-person-carry:after{content:"􏓏"}.fad.fa-person-dolly:after{content:"􏓐"}.fad.fa-person-dolly-empty:after{content:"􏓑"}.fad.fa-person-sign:after{content:"􏝗"}.fad.fa-phone:after{content:"􏂕"}.fad.fa-phone-alt:after{content:"􏡹"}.fad.fa-phone-laptop:after{content:"􏡺"}.fad.fa-phone-office:after{content:"􏙽"}.fad.fa-phone-plus:after{content:"􏓒"}.fad.fa-phone-rotary:after{content:"􏣓"}.fad.fa-phone-slash:after{content:"􏏝"}.fad.fa-phone-square:after{content:"􏂘"}.fad.fa-phone-square-alt:after{content:"􏡻"}.fad.fa-phone-volume:after{content:"􏊠"}.fad.fa-photo-video:after{content:"􏡼"}.fad.fa-pi:after{content:"􏙾"}.fad.fa-piano:after{content:"􏣔"}.fad.fa-piano-keyboard:after{content:"􏣕"}.fad.fa-pie:after{content:"􏜅"}.fad.fa-pig:after{content:"􏜆"}.fad.fa-piggy-bank:after{content:"􏓓"}.fad.fa-pills:after{content:"􏒄"}.fad.fa-pizza:after{content:"􏠗"}.fad.fa-pizza-slice:after{content:"􏠘"}.fad.fa-place-of-worship:after{content:"􏙿"}.fad.fa-plane:after{content:"􏁲"}.fad.fa-plane-alt:after{content:"􏏞"}.fad.fa-plane-arrival:after{content:"􏖯"}.fad.fa-plane-departure:after{content:"􏖰"}.fad.fa-play:after{content:"􏁋"}.fad.fa-play-circle:after{content:"􏅄"}.fad.fa-plug:after{content:"􏇦"}.fad.fa-plus:after{content:"􏁧"}.fad.fa-plus-circle:after{content:"􏁕"}.fad.fa-plus-hexagon:after{content:"􏌀"}.fad.fa-plus-octagon:after{content:"􏌁"}.fad.fa-plus-square:after{content:"􏃾"}.fad.fa-podcast:after{content:"􏋎"}.fad.fa-podium:after{content:"􏚀"}.fad.fa-podium-star:after{content:"􏝘"}.fad.fa-poll:after{content:"􏚁"}.fad.fa-poll-h:after{content:"􏚂"}.fad.fa-poll-people:after{content:"􏝙"}.fad.fa-poo:after{content:"􏋾"}.fad.fa-poo-storm:after{content:"􏝚"}.fad.fa-poop:after{content:"􏘙"}.fad.fa-popcorn:after{content:"􏠙"}.fad.fa-portrait:after{content:"􏏠"}.fad.fa-pound-sign:after{content:"􏅔"}.fad.fa-power-off:after{content:"􏀑"}.fad.fa-pray:after{content:"􏚃"}.fad.fa-praying-hands:after{content:"􏚄"}.fad.fa-prescription:after{content:"􏖱"}.fad.fa-prescription-bottle:after{content:"􏒅"}.fad.fa-prescription-bottle-alt:after{content:"􏒆"}.fad.fa-presentation:after{content:"􏚅"}.fad.fa-print:after{content:"􏀯"}.fad.fa-print-search:after{content:"􏠚"}.fad.fa-print-slash:after{content:"􏚆"}.fad.fa-procedures:after{content:"􏒇"}.fad.fa-project-diagram:after{content:"􏕂"}.fad.fa-projector:after{content:"􏣖"}.fad.fa-pumpkin:after{content:"􏜇"}.fad.fa-puzzle-piece:after{content:"􏄮"}.fad.fa-qrcode:after{content:"􏀩"}.fad.fa-question:after{content:"􏄨"}.fad.fa-question-circle:after{content:"􏁙"}.fad.fa-question-square:after{content:"􏋽"}.fad.fa-quidditch:after{content:"􏑘"}.fad.fa-quote-left:after{content:"􏄍"}.fad.fa-quote-right:after{content:"􏄎"}.fad.fa-quran:after{content:"􏚇"}.fad.fa-rabbit:after{content:"􏜈"}.fad.fa-rabbit-fast:after{content:"􏜉"}.fad.fa-racquet:after{content:"􏑚"}.fad.fa-radiation:after{content:"􏞹"}.fad.fa-radiation-alt:after{content:"􏞺"}.fad.fa-radio:after{content:"􏣗"}.fad.fa-radio-alt:after{content:"􏣘"}.fad.fa-rainbow:after{content:"􏝛"}.fad.fa-raindrops:after{content:"􏝜"}.fad.fa-ram:after{content:"􏜊"}.fad.fa-ramp-loading:after{content:"􏓔"}.fad.fa-random:after{content:"􏁴"}.fad.fa-receipt:after{content:"􏕃"}.fad.fa-record-vinyl:after{content:"􏣙"}.fad.fa-rectangle-landscape:after{content:"􏋺"}.fad.fa-rectangle-portrait:after{content:"􏋻"}.fad.fa-rectangle-wide:after{content:"􏋼"}.fad.fa-recycle:after{content:"􏆸"}.fad.fa-redo:after{content:"􏀞"}.fad.fa-redo-alt:after{content:"􏋹"}.fad.fa-registered:after{content:"􏉝"}.fad.fa-remove-format:after{content:"􏡽"}.fad.fa-repeat:after{content:"􏍣"}.fad.fa-repeat-1:after{content:"􏍥"}.fad.fa-repeat-1-alt:after{content:"􏍦"}.fad.fa-repeat-alt:after{content:"􏍤"}.fad.fa-reply:after{content:"􏏥"}.fad.fa-reply-all:after{content:"􏄢"}.fad.fa-republican:after{content:"􏝞"}.fad.fa-restroom:after{content:"􏞽"}.fad.fa-retweet:after{content:"􏁹"}.fad.fa-retweet-alt:after{content:"􏍡"}.fad.fa-ribbon:after{content:"􏓖"}.fad.fa-ring:after{content:"􏜋"}.fad.fa-rings-wedding:after{content:"􏠛"}.fad.fa-road:after{content:"􏀘"}.fad.fa-robot:after{content:"􏕄"}.fad.fa-rocket:after{content:"􏄵"}.fad.fa-route:after{content:"􏓗"}.fad.fa-route-highway:after{content:"􏘚"}.fad.fa-route-interstate:after{content:"􏘛"}.fad.fa-router:after{content:"􏣚"}.fad.fa-rss:after{content:"􏂞"}.fad.fa-rss-square:after{content:"􏅃"}.fad.fa-ruble-sign:after{content:"􏅘"}.fad.fa-ruler:after{content:"􏕅"}.fad.fa-ruler-combined:after{content:"􏕆"}.fad.fa-ruler-horizontal:after{content:"􏕇"}.fad.fa-ruler-triangle:after{content:"􏘜"}.fad.fa-ruler-vertical:after{content:"􏕈"}.fad.fa-running:after{content:"􏜌"}.fad.fa-rupee-sign:after{content:"􏅖"}.fad.fa-rv:after{content:"􏞾"}.fad.fa-sack:after{content:"􏠜"}.fad.fa-sack-dollar:after{content:"􏠝"}.fad.fa-sad-cry:after{content:"􏖳"}.fad.fa-sad-tear:after{content:"􏖴"}.fad.fa-salad:after{content:"􏠞"}.fad.fa-sandwich:after{content:"􏠟"}.fad.fa-satellite:after{content:"􏞿"}.fad.fa-satellite-dish:after{content:"􏟀"}.fad.fa-sausage:after{content:"􏠠"}.fad.fa-save:after{content:"􏃇"}.fad.fa-sax-hot:after{content:"􏣛"}.fad.fa-saxophone:after{content:"􏣜"}.fad.fa-scalpel:after{content:"􏘝"}.fad.fa-scalpel-path:after{content:"􏘞"}.fad.fa-scanner:after{content:"􏒈"}.fad.fa-scanner-image:after{content:"􏣳"}.fad.fa-scanner-keyboard:after{content:"􏒉"}.fad.fa-scanner-touchscreen:after{content:"􏒊"}.fad.fa-scarecrow:after{content:"􏜍"}.fad.fa-scarf:after{content:"􏟁"}.fad.fa-school:after{content:"􏕉"}.fad.fa-screwdriver:after{content:"􏕊"}.fad.fa-scroll:after{content:"􏜎"}.fad.fa-scroll-old:after{content:"􏜏"}.fad.fa-scrubber:after{content:"􏋸"}.fad.fa-scythe:after{content:"􏜐"}.fad.fa-sd-card:after{content:"􏟂"}.fad.fa-search:after{content:"􏀂"}.fad.fa-search-dollar:after{content:"􏚈"}.fad.fa-search-location:after{content:"􏚉"}.fad.fa-search-minus:after{content:"􏀐"}.fad.fa-search-plus:after{content:"􏀎"}.fad.fa-seedling:after{content:"􏓘"}.fad.fa-send-back:after{content:"􏡾"}.fad.fa-send-backward:after{content:"􏡿"}.fad.fa-server:after{content:"􏈳"}.fad.fa-shapes:after{content:"􏘟"}.fad.fa-share:after{content:"􏁤"}.fad.fa-share-all:after{content:"􏍧"}.fad.fa-share-alt:after{content:"􏇠"}.fad.fa-share-alt-square:after{content:"􏇡"}.fad.fa-share-square:after{content:"􏅍"}.fad.fa-sheep:after{content:"􏜑"}.fad.fa-shekel-sign:after{content:"􏈋"}.fad.fa-shield:after{content:"􏄲"}.fad.fa-shield-alt:after{content:"􏏭"}.fad.fa-shield-check:after{content:"􏋷"}.fad.fa-shield-cross:after{content:"􏜒"}.fad.fa-ship:after{content:"􏈚"}.fad.fa-shipping-fast:after{content:"􏒋"}.fad.fa-shipping-timed:after{content:"􏒌"}.fad.fa-shish-kebab:after{content:"􏠡"}.fad.fa-shoe-prints:after{content:"􏕋"}.fad.fa-shopping-bag:after{content:"􏊐"}.fad.fa-shopping-basket:after{content:"􏊑"}.fad.fa-shopping-cart:after{content:"􏁺"}.fad.fa-shovel:after{content:"􏜓"}.fad.fa-shovel-snow:after{content:"􏟃"}.fad.fa-shower:after{content:"􏋌"}.fad.fa-shredder:after{content:"􏚊"}.fad.fa-shuttle-van:after{content:"􏖶"}.fad.fa-shuttlecock:after{content:"􏑛"}.fad.fa-sickle:after{content:"􏠢"}.fad.fa-sigma:after{content:"􏚋"}.fad.fa-sign:after{content:"􏓙"}.fad.fa-sign-in:after{content:"􏂐"}.fad.fa-sign-in-alt:after{content:"􏋶"}.fad.fa-sign-language:after{content:"􏊧"}.fad.fa-sign-out:after{content:"􏂋"}.fad.fa-sign-out-alt:after{content:"􏋵"}.fad.fa-signal:after{content:"􏀒"}.fad.fa-signal-1:after{content:"􏚌"}.fad.fa-signal-2:after{content:"􏚍"}.fad.fa-signal-3:after{content:"􏚎"}.fad.fa-signal-4:after{content:"􏚏"}.fad.fa-signal-alt:after{content:"􏚐"}.fad.fa-signal-alt-1:after{content:"􏚑"}.fad.fa-signal-alt-2:after{content:"􏚒"}.fad.fa-signal-alt-3:after{content:"􏚓"}.fad.fa-signal-alt-slash:after{content:"􏚔"}.fad.fa-signal-slash:after{content:"􏚕"}.fad.fa-signal-stream:after{content:"􏣝"}.fad.fa-signature:after{content:"􏖷"}.fad.fa-sim-card:after{content:"􏟄"}.fad.fa-sitemap:after{content:"􏃨"}.fad.fa-skating:after{content:"􏟅"}.fad.fa-skeleton:after{content:"􏘠"}.fad.fa-ski-jump:after{content:"􏟇"}.fad.fa-ski-lift:after{content:"􏟈"}.fad.fa-skiing:after{content:"􏟉"}.fad.fa-skiing-nordic:after{content:"􏟊"}.fad.fa-skull:after{content:"􏕌"}.fad.fa-skull-cow:after{content:"􏣞"}.fad.fa-skull-crossbones:after{content:"􏜔"}.fad.fa-slash:after{content:"􏜕"}.fad.fa-sledding:after{content:"􏟋"}.fad.fa-sleigh:after{content:"􏟌"}.fad.fa-sliders-h:after{content:"􏇞"}.fad.fa-sliders-h-square:after{content:"􏏰"}.fad.fa-sliders-v:after{content:"􏏱"}.fad.fa-sliders-v-square:after{content:"􏏲"}.fad.fa-smile:after{content:"􏄘"}.fad.fa-smile-beam:after{content:"􏖸"}.fad.fa-smile-plus:after{content:"􏖹"}.fad.fa-smile-wink:after{content:"􏓚"}.fad.fa-smog:after{content:"􏝟"}.fad.fa-smoke:after{content:"􏝠"}.fad.fa-smoking:after{content:"􏒍"}.fad.fa-smoking-ban:after{content:"􏕍"}.fad.fa-sms:after{content:"􏟍"}.fad.fa-snake:after{content:"􏜖"}.fad.fa-snooze:after{content:"􏢀"}.fad.fa-snow-blowing:after{content:"􏝡"}.fad.fa-snowboarding:after{content:"􏟎"}.fad.fa-snowflake:after{content:"􏋜"}.fad.fa-snowflakes:after{content:"􏟏"}.fad.fa-snowman:after{content:"􏟐"}.fad.fa-snowmobile:after{content:"􏟑"}.fad.fa-snowplow:after{content:"􏟒"}.fad.fa-socks:after{content:"􏚖"}.fad.fa-solar-panel:after{content:"􏖺"}.fad.fa-sort:after{content:"􏃜"}.fad.fa-sort-alpha-down:after{content:"􏅝"}.fad.fa-sort-alpha-down-alt:after{content:"􏢁"}.fad.fa-sort-alpha-up:after{content:"􏅞"}.fad.fa-sort-alpha-up-alt:after{content:"􏢂"}.fad.fa-sort-alt:after{content:"􏢃"}.fad.fa-sort-amount-down:after{content:"􏅠"}.fad.fa-sort-amount-down-alt:after{content:"􏢄"}.fad.fa-sort-amount-up:after{content:"􏅡"}.fad.fa-sort-amount-up-alt:after{content:"􏢅"}.fad.fa-sort-down:after{content:"􏃝"}.fad.fa-sort-numeric-down:after{content:"􏅢"}.fad.fa-sort-numeric-down-alt:after{content:"􏢆"}.fad.fa-sort-numeric-up:after{content:"􏅣"}.fad.fa-sort-numeric-up-alt:after{content:"􏢇"}.fad.fa-sort-shapes-down:after{content:"􏢈"}.fad.fa-sort-shapes-down-alt:after{content:"􏢉"}.fad.fa-sort-shapes-up:after{content:"􏢊"}.fad.fa-sort-shapes-up-alt:after{content:"􏢋"}.fad.fa-sort-size-down:after{content:"􏢌"}.fad.fa-sort-size-down-alt:after{content:"􏢍"}.fad.fa-sort-size-up:after{content:"􏢎"}.fad.fa-sort-size-up-alt:after{content:"􏢏"}.fad.fa-sort-up:after{content:"􏃞"}.fad.fa-soup:after{content:"􏠣"}.fad.fa-spa:after{content:"􏖻"}.fad.fa-space-shuttle:after{content:"􏆗"}.fad.fa-spade:after{content:"􏋴"}.fad.fa-sparkles:after{content:"􏢐"}.fad.fa-speaker:after{content:"􏣟"}.fad.fa-speakers:after{content:"􏣠"}.fad.fa-spell-check:after{content:"􏢑"}.fad.fa-spider:after{content:"􏜗"}.fad.fa-spider-black-widow:after{content:"􏜘"}.fad.fa-spider-web:after{content:"􏜙"}.fad.fa-spinner:after{content:"􏄐"}.fad.fa-spinner-third:after{content:"􏏴"}.fad.fa-splotch:after{content:"􏖼"}.fad.fa-spray-can:after{content:"􏖽"}.fad.fa-square:after{content:"􏃈"}.fad.fa-square-full:after{content:"􏑜"}.fad.fa-square-root:after{content:"􏚗"}.fad.fa-square-root-alt:after{content:"􏚘"}.fad.fa-squirrel:after{content:"􏜚"}.fad.fa-staff:after{content:"􏜛"}.fad.fa-stamp:after{content:"􏖿"}.fad.fa-star:after{content:"􏀅"}.fad.fa-star-and-crescent:after{content:"􏚙"}.fad.fa-star-christmas:after{content:"􏟔"}.fad.fa-star-exclamation:after{content:"􏋳"}.fad.fa-star-half:after{content:"􏂉"}.fad.fa-star-half-alt:after{content:"􏗀"}.fad.fa-star-of-david:after{content:"􏚚"}.fad.fa-star-of-life:after{content:"􏘡"}.fad.fa-stars:after{content:"􏝢"}.fad.fa-steak:after{content:"􏠤"}.fad.fa-steering-wheel:after{content:"􏘢"}.fad.fa-step-backward:after{content:"􏁈"}.fad.fa-step-forward:after{content:"􏁑"}.fad.fa-stethoscope:after{content:"􏃱"}.fad.fa-sticky-note:after{content:"􏉉"}.fad.fa-stocking:after{content:"􏟕"}.fad.fa-stomach:after{content:"􏘣"}.fad.fa-stop:after{content:"􏁍"}.fad.fa-stop-circle:after{content:"􏊍"}.fad.fa-stopwatch:after{content:"􏋲"}.fad.fa-store:after{content:"􏕎"}.fad.fa-store-alt:after{content:"􏕏"}.fad.fa-stream:after{content:"􏕐"}.fad.fa-street-view:after{content:"􏈝"}.fad.fa-stretcher:after{content:"􏠥"}.fad.fa-strikethrough:after{content:"􏃌"}.fad.fa-stroopwafel:after{content:"􏕑"}.fad.fa-subscript:after{content:"􏄬"}.fad.fa-subway:after{content:"􏈹"}.fad.fa-suitcase:after{content:"􏃲"}.fad.fa-suitcase-rolling:after{content:"􏗁"}.fad.fa-sun:after{content:"􏆅"}.fad.fa-sun-cloud:after{content:"􏝣"}.fad.fa-sun-dust:after{content:"􏝤"}.fad.fa-sun-haze:after{content:"􏝥"}.fad.fa-sunglasses:after{content:"􏢒"}.fad.fa-sunrise:after{content:"􏝦"}.fad.fa-sunset:after{content:"􏝧"}.fad.fa-superscript:after{content:"􏄫"}.fad.fa-surprise:after{content:"􏗂"}.fad.fa-swatchbook:after{content:"􏗃"}.fad.fa-swimmer:after{content:"􏗄"}.fad.fa-swimming-pool:after{content:"􏗅"}.fad.fa-sword:after{content:"􏜜"}.fad.fa-swords:after{content:"􏜝"}.fad.fa-synagogue:after{content:"􏚛"}.fad.fa-sync:after{content:"􏀡"}.fad.fa-sync-alt:after{content:"􏋱"}.fad.fa-syringe:after{content:"􏒎"}.fad.fa-table:after{content:"􏃎"}.fad.fa-table-tennis:after{content:"􏑝"}.fad.fa-tablet:after{content:"􏄊"}.fad.fa-tablet-alt:after{content:"􏏺"}.fad.fa-tablet-android:after{content:"􏏻"}.fad.fa-tablet-android-alt:after{content:"􏏼"}.fad.fa-tablet-rugged:after{content:"􏒏"}.fad.fa-tablets:after{content:"􏒐"}.fad.fa-tachometer:after{content:"􏃤"}.fad.fa-tachometer-alt:after{content:"􏏽"}.fad.fa-tachometer-alt-average:after{content:"􏘤"}.fad.fa-tachometer-alt-fast:after{content:"􏘥"}.fad.fa-tachometer-alt-fastest:after{content:"􏘦"}.fad.fa-tachometer-alt-slow:after{content:"􏘧"}.fad.fa-tachometer-alt-slowest:after{content:"􏘨"}.fad.fa-tachometer-average:after{content:"􏘩"}.fad.fa-tachometer-fast:after{content:"􏘪"}.fad.fa-tachometer-fastest:after{content:"􏘫"}.fad.fa-tachometer-slow:after{content:"􏘬"}.fad.fa-tachometer-slowest:after{content:"􏘭"}.fad.fa-taco:after{content:"􏠦"}.fad.fa-tag:after{content:"􏀫"}.fad.fa-tags:after{content:"􏀬"}.fad.fa-tally:after{content:"􏚜"}.fad.fa-tanakh:after{content:"􏠧"}.fad.fa-tape:after{content:"􏓛"}.fad.fa-tasks:after{content:"􏂮"}.fad.fa-tasks-alt:after{content:"􏠨"}.fad.fa-taxi:after{content:"􏆺"}.fad.fa-teeth:after{content:"􏘮"}.fad.fa-teeth-open:after{content:"􏘯"}.fad.fa-temperature-frigid:after{content:"􏝨"}.fad.fa-temperature-high:after{content:"􏝩"}.fad.fa-temperature-hot:after{content:"􏝪"}.fad.fa-temperature-low:after{content:"􏝫"}.fad.fa-tenge:after{content:"􏟗"}.fad.fa-tennis-ball:after{content:"􏑞"}.fad.fa-terminal:after{content:"􏄠"}.fad.fa-text:after{content:"􏢓"}.fad.fa-text-height:after{content:"􏀴"}.fad.fa-text-size:after{content:"􏢔"}.fad.fa-text-width:after{content:"􏀵"}.fad.fa-th:after{content:"􏀊"}.fad.fa-th-large:after{content:"􏀉"}.fad.fa-th-list:after{content:"􏀋"}.fad.fa-theater-masks:after{content:"􏘰"}.fad.fa-thermometer:after{content:"􏒑"}.fad.fa-thermometer-empty:after{content:"􏋋"}.fad.fa-thermometer-full:after{content:"􏋇"}.fad.fa-thermometer-half:after{content:"􏋉"}.fad.fa-thermometer-quarter:after{content:"􏋊"}.fad.fa-thermometer-three-quarters:after{content:"􏋈"}.fad.fa-theta:after{content:"􏚞"}.fad.fa-thumbs-down:after{content:"􏅥"}.fad.fa-thumbs-up:after{content:"􏅤"}.fad.fa-thumbtack:after{content:"􏂍"}.fad.fa-thunderstorm:after{content:"􏝬"}.fad.fa-thunderstorm-moon:after{content:"􏝭"}.fad.fa-thunderstorm-sun:after{content:"􏝮"}.fad.fa-ticket:after{content:"􏅅"}.fad.fa-ticket-alt:after{content:"􏏿"}.fad.fa-tilde:after{content:"􏚟"}.fad.fa-times:after{content:"􏀍"}.fad.fa-times-circle:after{content:"􏁗"}.fad.fa-times-hexagon:after{content:"􏋮"}.fad.fa-times-octagon:after{content:"􏋰"}.fad.fa-times-square:after{content:"􏋓"}.fad.fa-tint:after{content:"􏁃"}.fad.fa-tint-slash:after{content:"􏗇"}.fad.fa-tire:after{content:"􏘱"}.fad.fa-tire-flat:after{content:"􏘲"}.fad.fa-tire-pressure-warning:after{content:"􏘳"}.fad.fa-tire-rugged:after{content:"􏘴"}.fad.fa-tired:after{content:"􏗈"}.fad.fa-toggle-off:after{content:"􏈄"}.fad.fa-toggle-on:after{content:"􏈅"}.fad.fa-toilet:after{content:"􏟘"}.fad.fa-toilet-paper:after{content:"􏜞"}.fad.fa-toilet-paper-alt:after{content:"􏜟"}.fad.fa-tombstone:after{content:"􏜠"}.fad.fa-tombstone-alt:after{content:"􏜡"}.fad.fa-toolbox:after{content:"􏕒"}.fad.fa-tools:after{content:"􏟙"}.fad.fa-tooth:after{content:"􏗉"}.fad.fa-toothbrush:after{content:"􏘵"}.fad.fa-torah:after{content:"􏚠"}.fad.fa-torii-gate:after{content:"􏚡"}.fad.fa-tornado:after{content:"􏝯"}.fad.fa-tractor:after{content:"􏜢"}.fad.fa-trademark:after{content:"􏉜"}.fad.fa-traffic-cone:after{content:"􏘶"}.fad.fa-traffic-light:after{content:"􏘷"}.fad.fa-traffic-light-go:after{content:"􏘸"}.fad.fa-traffic-light-slow:after{content:"􏘹"}.fad.fa-traffic-light-stop:after{content:"􏘺"}.fad.fa-train:after{content:"􏈸"}.fad.fa-tram:after{content:"􏟚"}.fad.fa-transgender:after{content:"􏈤"}.fad.fa-transgender-alt:after{content:"􏈥"}.fad.fa-trash:after{content:"􏇸"}.fad.fa-trash-alt:after{content:"􏋭"}.fad.fa-trash-restore:after{content:"􏠩"}.fad.fa-trash-restore-alt:after{content:"􏠪"}.fad.fa-trash-undo:after{content:"􏢕"}.fad.fa-trash-undo-alt:after{content:"􏢖"}.fad.fa-treasure-chest:after{content:"􏜣"}.fad.fa-tree:after{content:"􏆻"}.fad.fa-tree-alt:after{content:"􏐀"}.fad.fa-tree-christmas:after{content:"􏟛"}.fad.fa-tree-decorated:after{content:"􏟜"}.fad.fa-tree-large:after{content:"􏟝"}.fad.fa-tree-palm:after{content:"􏠫"}.fad.fa-trees:after{content:"􏜤"}.fad.fa-triangle:after{content:"􏋬"}.fad.fa-triangle-music:after{content:"􏣢"}.fad.fa-trophy:after{content:"􏂑"}.fad.fa-trophy-alt:after{content:"􏋫"}.fad.fa-truck:after{content:"􏃑"}.fad.fa-truck-container:after{content:"􏓜"}.fad.fa-truck-couch:after{content:"􏓝"}.fad.fa-truck-loading:after{content:"􏓞"}.fad.fa-truck-monster:after{content:"􏘻"}.fad.fa-truck-moving:after{content:"􏓟"}.fad.fa-truck-pickup:after{content:"􏘼"}.fad.fa-truck-plow:after{content:"􏟞"}.fad.fa-truck-ramp:after{content:"􏓠"}.fad.fa-trumpet:after{content:"􏣣"}.fad.fa-tshirt:after{content:"􏕓"}.fad.fa-tty:after{content:"􏇤"}.fad.fa-turkey:after{content:"􏜥"}.fad.fa-turntable:after{content:"􏣤"}.fad.fa-turtle:after{content:"􏜦"}.fad.fa-tv:after{content:"􏉬"}.fad.fa-tv-alt:after{content:"􏣥"}.fad.fa-tv-music:after{content:"􏣦"}.fad.fa-tv-retro:after{content:"􏐁"}.fad.fa-typewriter:after{content:"􏣧"}.fad.fa-umbrella:after{content:"􏃩"}.fad.fa-umbrella-beach:after{content:"􏗊"}.fad.fa-underline:after{content:"􏃍"}.fad.fa-undo:after{content:"􏃢"}.fad.fa-undo-alt:after{content:"􏋪"}.fad.fa-unicorn:after{content:"􏜧"}.fad.fa-union:after{content:"􏚢"}.fad.fa-universal-access:after{content:"􏊚"}.fad.fa-university:after{content:"􏆜"}.fad.fa-unlink:after{content:"􏄧"}.fad.fa-unlock:after{content:"􏂜"}.fad.fa-unlock-alt:after{content:"􏄾"}.fad.fa-upload:after{content:"􏂓"}.fad.fa-usb-drive:after{content:"􏣩"}.fad.fa-usd-circle:after{content:"􏋨"}.fad.fa-usd-square:after{content:"􏋩"}.fad.fa-user:after{content:"􏀇"}.fad.fa-user-alt:after{content:"􏐆"}.fad.fa-user-alt-slash:after{content:"􏓺"}.fad.fa-user-astronaut:after{content:"􏓻"}.fad.fa-user-chart:after{content:"􏚣"}.fad.fa-user-check:after{content:"􏓼"}.fad.fa-user-circle:after{content:"􏊽"}.fad.fa-user-clock:after{content:"􏓽"}.fad.fa-user-cog:after{content:"􏓾"}.fad.fa-user-cowboy:after{content:"􏣪"}.fad.fa-user-crown:after{content:"􏚤"}.fad.fa-user-edit:after{content:"􏓿"}.fad.fa-user-friends:after{content:"􏔀"}.fad.fa-user-graduate:after{content:"􏔁"}.fad.fa-user-hard-hat:after{content:"􏠬"}.fad.fa-user-headset:after{content:"􏠭"}.fad.fa-user-injured:after{content:"􏜨"}.fad.fa-user-lock:after{content:"􏔂"}.fad.fa-user-md:after{content:"􏃰"}.fad.fa-user-md-chat:after{content:"􏠮"}.fad.fa-user-minus:after{content:"􏔃"}.fad.fa-user-music:after{content:"􏣫"}.fad.fa-user-ninja:after{content:"􏔄"}.fad.fa-user-nurse:after{content:"􏠯"}.fad.fa-user-plus:after{content:"􏈴"}.fad.fa-user-secret:after{content:"􏈛"}.fad.fa-user-shield:after{content:"􏔅"}.fad.fa-user-slash:after{content:"􏔆"}.fad.fa-user-tag:after{content:"􏔇"}.fad.fa-user-tie:after{content:"􏔈"}.fad.fa-user-times:after{content:"􏈵"}.fad.fa-users:after{content:"􏃀"}.fad.fa-users-class:after{content:"􏘽"}.fad.fa-users-cog:after{content:"􏔉"}.fad.fa-users-crown:after{content:"􏚥"}.fad.fa-users-medical:after{content:"􏠰"}.fad.fa-utensil-fork:after{content:"􏋣"}.fad.fa-utensil-knife:after{content:"􏋤"}.fad.fa-utensil-spoon:after{content:"􏋥"}.fad.fa-utensils:after{content:"􏋧"}.fad.fa-utensils-alt:after{content:"􏋦"}.fad.fa-value-absolute:after{content:"􏚦"}.fad.fa-vector-square:after{content:"􏗋"}.fad.fa-venus:after{content:"􏈡"}.fad.fa-venus-double:after{content:"􏈦"}.fad.fa-venus-mars:after{content:"􏈨"}.fad.fa-vhs:after{content:"􏣬"}.fad.fa-vial:after{content:"􏒒"}.fad.fa-vials:after{content:"􏒓"}.fad.fa-video:after{content:"􏀽"}.fad.fa-video-plus:after{content:"􏓡"}.fad.fa-video-slash:after{content:"􏓢"}.fad.fa-vihara:after{content:"􏚧"}.fad.fa-violin:after{content:"􏣭"}.fad.fa-voicemail:after{content:"􏢗"}.fad.fa-volcano:after{content:"􏝰"}.fad.fa-volleyball-ball:after{content:"􏑟"}.fad.fa-volume:after{content:"􏚨"}.fad.fa-volume-down:after{content:"􏀧"}.fad.fa-volume-mute:after{content:"􏚩"}.fad.fa-volume-off:after{content:"􏀦"}.fad.fa-volume-slash:after{content:"􏋢"}.fad.fa-volume-up:after{content:"􏀨"}.fad.fa-vote-nay:after{content:"􏝱"}.fad.fa-vote-yea:after{content:"􏝲"}.fad.fa-vr-cardboard:after{content:"􏜩"}.fad.fa-wagon-covered:after{content:"􏣮"}.fad.fa-walker:after{content:"􏠱"}.fad.fa-walkie-talkie:after{content:"􏣯"}.fad.fa-walking:after{content:"􏕔"}.fad.fa-wallet:after{content:"􏕕"}.fad.fa-wand:after{content:"􏜪"}.fad.fa-wand-magic:after{content:"􏜫"}.fad.fa-warehouse:after{content:"􏒔"}.fad.fa-warehouse-alt:after{content:"􏒕"}.fad.fa-washer:after{content:"􏢘"}.fad.fa-watch:after{content:"􏋡"}.fad.fa-watch-calculator:after{content:"􏣰"}.fad.fa-watch-fitness:after{content:"􏘾"}.fad.fa-water:after{content:"􏝳"}.fad.fa-water-lower:after{content:"􏝴"}.fad.fa-water-rise:after{content:"􏝵"}.fad.fa-wave-sine:after{content:"􏢙"}.fad.fa-wave-square:after{content:"􏠾"}.fad.fa-wave-triangle:after{content:"􏢚"}.fad.fa-waveform:after{content:"􏣱"}.fad.fa-waveform-path:after{content:"􏣲"}.fad.fa-webcam:after{content:"􏠲"}.fad.fa-webcam-slash:after{content:"􏠳"}.fad.fa-weight:after{content:"􏒖"}.fad.fa-weight-hanging:after{content:"􏗍"}.fad.fa-whale:after{content:"􏜬"}.fad.fa-wheat:after{content:"􏜭"}.fad.fa-wheelchair:after{content:"􏆓"}.fad.fa-whistle:after{content:"􏑠"}.fad.fa-wifi:after{content:"􏇫"}.fad.fa-wifi-1:after{content:"􏚪"}.fad.fa-wifi-2:after{content:"􏚫"}.fad.fa-wifi-slash:after{content:"􏚬"}.fad.fa-wind:after{content:"􏜮"}.fad.fa-wind-turbine:after{content:"􏢛"}.fad.fa-wind-warning:after{content:"􏝶"}.fad.fa-window:after{content:"􏐎"}.fad.fa-window-alt:after{content:"􏐏"}.fad.fa-window-close:after{content:"􏐐"}.fad.fa-window-maximize:after{content:"􏋐"}.fad.fa-window-minimize:after{content:"􏋑"}.fad.fa-window-restore:after{content:"􏋒"}.fad.fa-windsock:after{content:"􏝷"}.fad.fa-wine-bottle:after{content:"􏜯"}.fad.fa-wine-glass:after{content:"􏓣"}.fad.fa-wine-glass-alt:after{content:"􏗎"}.fad.fa-won-sign:after{content:"􏅙"}.fad.fa-wreath:after{content:"􏟢"}.fad.fa-wrench:after{content:"􏂭"}.fad.fa-x-ray:after{content:"􏒗"}.fad.fa-yen-sign:after{content:"􏅗"}.fad.fa-yin-yang:after{content:"􏚭"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(/assets/fonts/fontawesome-v5-11-12/fa-light-300.eot);src:url(/assets/fonts/fontawesome-v5-11-12/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/fontawesome-v5-11-12/fa-light-300.woff2) format("woff2"),url(/assets/fonts/fontawesome-v5-11-12/fa-light-300.woff) format("woff"),url(/assets/fonts/fontawesome-v5-11-12/fa-light-300.ttf) format("truetype"),url(/assets/fonts/fontawesome-v5-11-12/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(/assets/fonts/fontawesome-v5-11-12/fa-regular-400.eot);src:url(/assets/fonts/fontawesome-v5-11-12/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/fontawesome-v5-11-12/fa-regular-400.woff2) format("woff2"),url(/assets/fonts/fontawesome-v5-11-12/fa-regular-400.woff) format("woff"),url(/assets/fonts/fontawesome-v5-11-12/fa-regular-400.ttf) format("truetype"),url(/assets/fonts/fontawesome-v5-11-12/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"!important}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(/assets/fonts/fontawesome-v5-11-12/fa-solid-900.eot);src:url(/assets/fonts/fontawesome-v5-11-12/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/fontawesome-v5-11-12/fa-solid-900.woff2) format("woff2"),url(/assets/fonts/fontawesome-v5-11-12/fa-solid-900.woff) format("woff"),url(/assets/fonts/fontawesome-v5-11-12/fa-solid-900.ttf) format("truetype"),url(/assets/fonts/fontawesome-v5-11-12/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro"!important;font-weight:900}#app{height:100%}.auth{position:relative;width:400px;margin:auto;background:#fff;border-radius:.3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.auth input:-webkit-autofill,.auth input:-webkit-autofill:hover,.auth input:-webkit-autofill:focus,.auth input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #e6e6e6 inset!important}.auth-tabs{display:flex;justify-content:space-around}.auth-tab{position:relative;flex:0 0 33.33%!important;display:flex;justify-content:center;cursor:pointer}.auth-tab--active{color:#0e7496}.auth .auth-tab--active:before{position:absolute;content:" ";left:0;right:0;bottom:0;background-color:#0e7496;height:3px;border-radius:1rem}.auth-title{font-weight:900;font-size:1.5rem}.auth-form{width:100%}.auth-form-input{background:#e6e6e6;border-radius:.3rem;display:flex;align-items:center;height:50px;direction:ltr!important;color:#686868}.auth-form-input input{line-height:40px;width:100%;height:100%;background:transparent;border:none;direction:ltr!important;text-align:left!important;outline:none;font-size:1.1rem;color:#686868}.auth-form-input-icon{padding:0 1rem;display:flex;align-items:center}.auth-form-input--error{border:1px solid #ff9d9d}.auth-form .btn{height:50px;line-height:50px}@media only screen and (max-width: 768px){.auth{width:100%}}.auth-loading{opacity:0;visibility:hidden;transition:.5s;position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background:#0000004d}.auth-loading--active{opacity:1;visibility:visible;transition:.5s}[theme=dark] .auth{background:#363636!important}[theme=dark] .auth input:-webkit-autofill,[theme=dark] .auth input:-webkit-autofill:hover,[theme=dark] .auth input:-webkit-autofill:focus,[theme=dark] .auth input:-webkit-autofill:active{-webkit-text-fill-color:#f2f3f5;-webkit-box-shadow:0 0 0 30px #212121 inset!important}[theme=dark] .auth-form-input{background:#212121;color:#f2f3f5}[theme=dark] .auth-form-input input{color:#f2f3f5}[theme=dark] .auth-form-input--error{border:1px solid #b42626}[theme=dark] .auth-loading{background:#0000004d}[theme=dark] .auth-tab--active{color:#212121}[theme=dark] .auth .auth-tab--active:before{background-color:#212121}/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:30px;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;word-wrap:break-word}.ql-editor img{width:auto;max-width:100%}.ql-editor a{color:#003fee}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-rigth:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-left:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-right:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-right:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-left:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-left:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-right:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-right:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-left:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-left:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-right:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-right:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-left:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-left:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-right:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-right:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-left:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-left:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-right:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-right:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-left:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-left:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-right:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-right:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-left:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-left:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-right:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-right:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-left:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-left:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-right:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-right:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-left:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-left:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-right:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-right:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-left:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-left:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-editor h2{font-size:1.3rem!important;margin-top:1rem!important}.ql-editor h3{font-size:1.2rem!important;margin-top:1rem!important}.ql-editor h4{font-size:1.1rem!important;margin-top:1rem!important}.ql-editor h5,.ql-editor h6{font-size:1rem!important;margin-top:1rem!important}.my-ql-editor{line-height:normal;height:auto;padding:0;white-space:normal}.report-box{background:#fff;box-shadow:0 3px 5px #dce1e8;position:relative;border-radius:10px;flex:1 1 auto;max-width:130px;min-width:130px;min-height:120px;padding:10px;cursor:pointer;transition:.3s}.report-box:hover{transform:scale(1.03)}.report-box:after{content:" ";position:absolute;background:#dce1e8;height:10px;left:20px;right:20px;bottom:-10px;border-radius:0 0 15px 15px}.report-box-badge{line-height:normal;border-radius:.25rem;color:#f2f3f5}.report-box-badge--primary{background:#0e7496}.report-box-badge--secondary{background:#ed1d24}.report-box-badge--success{background:#4caf50}.report-box-badge--danger{background:#f44336}.report-box-badge--warning{background:#ffc107}.report-box-badge--info{background:#2196f3}.report-box-badge--gray{background:#6c757d}.report-box-icon{font-size:1.4rem}.report-box-value{font-size:1.4rem;padding:.3rem 0}.report-box-description{font-size:.7rem}.report-box--sm .report-box-value{font-size:1rem}.report-box--sm .report-box-badge{font-size:.8rem}@media only screen and (max-width: 1320px){.report-box{max-width:155px;min-width:155px}}@media only screen and (max-width: 992px){.report-box{max-width:32%;min-width:32%}}[theme=dark] .report-box{background:#363636;box-shadow:0 3px 5px #141414}[theme=dark] .report-box:after{background:#141414}[theme=dark] .report-box-badge--primary{background:#0e7496}[theme=dark] .report-box-badge--secondary{background:#ed1d24}[theme=dark] .report-box-badge--success{background:#4caf50}[theme=dark] .report-box-badge--danger{background:#f44336}[theme=dark] .report-box-badge--warning{background:#ffc107}[theme=dark] .report-box-badge--info{background:#2196f3}[theme=dark] .report-box-badge--gray{background:#6c757d}.promotion-one-header{cursor:pointer}.promotion-one-header--icon{font-size:1.5rem}.promotion-one-header--img{max-width:60%}@media only screen and (max-width: 992px){.promotion-one-header--img{display:none}}.promotion-one-header--img2{display:none}@media only screen and (max-width: 992px){.promotion-one-header--img2{display:block}}.promotion-one-body{display:none}.promotion-one-body--content{display:flex}@media only screen and (max-width: 992px){.promotion-one-body--content{flex-direction:column}}.promotion-one-body img{width:auto}.promotion-one--active .promotion-one-body{display:block}.promotion-one--active .promotion-one-header--icon{transform:rotate(180deg)}.promotion-one--deactive{opacity:.5}.promotion-calendar{border:1px solid #ebeef2;border-radius:1rem;padding:.5rem}.promotion-calendar-item-day{width:20px;height:20px;line-height:20px;text-align:center;justify-content:center;align-items:center;background-color:#ebeef2;border-radius:3px;font-size:.9rem}.promotion-calendar-item-day--active{background-color:#c7e7c8}[theme=dark] .promotion-calendar{border:1px solid #212121}[theme=dark] .promotion-calendar-item-day{background-color:#212121}[theme=dark] .promotion-calendar-item-day--active{background-color:#2dbc4e}.link-box{border-radius:15px;overflow:hidden;background-color:#fff}.link-box-header{padding:.5rem;color:#fff}.link-box-body{padding:.5rem}.link-box-item{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;position:relative;border-radius:.3rem;overflow:hidden}.link-box-item--deactive{opacity:.3;cursor:not-allowed}.link-box-item-icon{width:100%;height:3.2rem;flex:0 0 3.2rem;color:#fff;display:flex;justify-content:center;font-size:1.3rem;transition:.2s;padding-top:.35rem}.link-box-item-title{display:flex;justify-content:center;align-items:center;font-size:.75rem;margin-top:-1.2rem;height:1.2rem;min-width:60px;white-space:nowrap;background:#0000001a;text-align:center;padding:.3rem}.link-box-item:hover .link-box-item-icon{font-size:1.5rem}.link-box-item:hover .link-box-item-title{background:#00000080;color:#fff}[theme=dark] .link-box{background-color:#363636}[theme=dark] .link-box-header,[theme=dark] .link-box-item-icon{color:#363636}.list{padding-bottom:1.5rem}@media only screen and (max-width: 768px){.list{padding-bottom:4.5rem}}.list-view .dropdown-toggle{left:0;right:auto;width:200px}.list-view-filters .input-group-three{min-width:200px}@media only screen and (max-width: 768px){.list-view-filters-item{width:49%;margin-left:0!important}.list-view-filters-item:nth-child(odd){margin-left:1%!important}.list-view-filters .input-group-three{min-width:100%;width:100%}}@media only screen and (max-width: 768px){.data-table--w{width:100%}}.data-table--float-footer{position:fixed;left:0;bottom:0;right:140px;z-index:3;background-color:#ebeef2;border-top:1px solid rgb(204.0909090909,211.7272727273,221.9090909091);transition:.3s;display:flex;align-items:center;justify-content:space-between;z-index:900}@media only screen and (max-width: 768px){.data-table--float-footer{flex-direction:column;right:0}.data-table--float-footer .my-pagination{overflow:auto;width:100%}}[dir=ltr] .list-view .dropdown-toggle{left:auto!important;right:0!important}[dir=ltr] .data-table--float-footer{left:140px;right:0}@media only screen and (max-width: 768px){[dir=ltr] .data-table--float-footer{left:0}}[theme=dark] .data-table--float-footer{background-color:#212121;border-top:1px solid rgb(7.5,7.5,7.5)}.splash{background-color:#0e7496;position:fixed;left:0;right:0;bottom:0;top:0;z-index:400;display:flex;justify-content:center;align-items:center}.splash--logo{max-width:200px;filter:brightness(0) invert(1)}.splash--v{position:absolute;left:0;right:0;bottom:1rem;text-align:center;font-weight:600;text-align:center!important;color:#f2f3f5}[theme=dark] .splash{background-color:#212121}[theme=dark] .splash--v{color:#f2f3f5}#container{padding:.5rem;padding-right:calc(140px + .5rem);padding-top:70px;padding-bottom:10rem;transition:.1s}@media only screen and (max-width: 768px){#container{padding-right:.5rem}}[dir=ltr] #container{padding-right:.5rem;padding-left:calc(140px + .5rem)}@media only screen and (max-width: 768px){[dir=ltr] #container{padding-left:.5rem}}.loader{width:9px;aspect-ratio:1;border-radius:50%;animation:loaderAnim 1s infinite linear alternate}.loader--white{animation:loaderAnimWhite 1s infinite linear alternate}@keyframes loaderAnim{0%{box-shadow:15px 0 #0e7496,-15px 0 #4ec7ef;background:#0e7496}33%{box-shadow:15px 0 #0e7496,-15px 0 #4ec7ef;background:#4ec7ef}66%{box-shadow:15px 0 #4ec7ef,-15px 0 #0e7496;background:#4ec7ef}to{box-shadow:15px 0 #4ec7ef,-15px 0 #0e7496;background:#0e7496}}@keyframes loaderAnimWhite{0%{box-shadow:15px 0 #fff,-15px 0 #fff2;background:#fff}33%{box-shadow:15px 0 #fff,-15px 0 #fff2;background:#fff2}66%{box-shadow:15px 0 #fff2,-15px 0 #fff;background:#fff2}to{box-shadow:15px 0 #fff2,-15px 0 #fff;background:#fff}}.full-loading{position:fixed;display:flex;justify-content:center;align-items:center;left:0;right:0;bottom:0;top:0;background:#00000047;z-index:999}.card,.promotion-one{display:flex;flex:1 1 auto;position:relative;word-wrap:break-word;flex-direction:column;background-clip:border-box;background-color:#fff;border-radius:15px;box-shadow:0 1px 2px #dce1e8,0 1px 2px #dce1e8}.card-rounded{border-radius:15px}.card-rounded .card-header{border-radius:15px 15px 0 0}.card-header{padding:5px 10px 0;border-bottom:none;background:#f4f6f8;border-radius:15px 15px 0 0}.card-header-item{border-radius:15px 15px 0 0;display:inline-block;cursor:pointer;line-height:35px;height:35px;padding:0 10px;margin-left:5px}.card-header-item-active{background:#fff}.card-body{flex:1 1 auto;min-height:1px;padding:.75rem}[theme=dark] .card,[theme=dark] .promotion-one{background:#363636;box-shadow:0 1px 2px #141414,0 1px 2px #141414}[theme=dark] .card-header{background:#292929}[theme=dark] .card-header-item-active{background:#363636}.side-content{width:100%;display:flex}.side-content-content{flex:1 1 auto}.side-content-side{flex:0 0 250px;max-width:250px}.side-content-side--stick{position:sticky;top:70px}.side-content-side--mobile{display:none}@media only screen and (max-width: 768px){.side-content{flex-direction:column;justify-content:start}.side-content-content{order:2;margin-left:0!important}.side-content-side{order:1;flex:1 1 auto;margin-right:0!important;margin-left:0!important}}[formtopbuttons=true] .side-content-side--stick{top:110px}table{font-size:80%!important}#start-tour{position:fixed;left:10px;bottom:-100%}[dir=ltr] #start-tour{left:auto;right:10px}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:#000c;color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}
