@layer druid-overrides,bootstrap,primeng;/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}.animate__fadeIn{animation-name:fadeIn}.animate__fadeInDown{animation-name:fadeInDown}.animate__fadeInDownBig{animation-name:fadeInDownBig}.animate__fadeInLeft{animation-name:fadeInLeft}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}.animate__fadeInRight{animation-name:fadeInRight}.animate__fadeInRightBig{animation-name:fadeInRightBig}.animate__fadeInUp{animation-name:fadeInUp}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}.animate__fadeOut{animation-name:fadeOut}.animate__fadeOutDown{animation-name:fadeOutDown}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}.animate__fadeOutLeft{animation-name:fadeOutLeft}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}.animate__fadeOutRight{animation-name:fadeOutRight}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}.animate__fadeOutUp{animation-name:fadeOutUp}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}.animate__zoomIn{animation-name:zoomIn}.animate__zoomInDown{animation-name:zoomInDown}.animate__zoomInLeft{animation-name:zoomInLeft}.animate__zoomInRight{animation-name:zoomInRight}.animate__zoomInUp{animation-name:zoomInUp}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}.animate__slideInDown{animation-name:slideInDown}.animate__slideInLeft{animation-name:slideInLeft}.animate__slideInRight{animation-name:slideInRight}.animate__slideInUp{animation-name:slideInUp}.animate__slideOutDown{animation-name:slideOutDown}.animate__slideOutLeft{animation-name:slideOutLeft}.animate__slideOutRight{animation-name:slideOutRight}.animate__slideOutUp{animation-name:slideOutUp}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;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 p,.ql-editor ol,.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}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-ui{position:absolute}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.famfamfam-flags{background:url(famfamfam-flags.e7d5bfbe800d3ab0.png) no-repeat;background-size:224px 199px}.famfamfam-flags.me{width:16px;height:12px;background-position:0px 0px}.famfamfam-flags.ky{width:16px;height:11px;background-position:-16px 0px}.famfamfam-flags.af{width:16px;height:11px;background-position:0px -12px}.famfamfam-flags.ag{width:16px;height:11px;background-position:-16px -12px}.famfamfam-flags.ai{width:16px;height:11px;background-position:-32px 0px}.famfamfam-flags.al{width:16px;height:11px;background-position:-32px -11px}.famfamfam-flags.am{width:16px;height:11px;background-position:0px -23px}.famfamfam-flags.an{width:16px;height:11px;background-position:-16px -23px}.famfamfam-flags.ao{width:16px;height:11px;background-position:-32px -23px}.famfamfam-flags.ar{width:16px;height:11px;background-position:0px -34px}.famfamfam-flags.as{width:16px;height:11px;background-position:-16px -34px}.famfamfam-flags.at{width:16px;height:11px;background-position:-32px -34px}.famfamfam-flags.au{width:16px;height:11px;background-position:-48px 0px}.famfamfam-flags.aw{width:16px;height:11px;background-position:-48px -11px}.famfamfam-flags.ax{width:16px;height:11px;background-position:-48px -22px}.famfamfam-flags.az{width:16px;height:11px;background-position:-48px -33px}.famfamfam-flags.ba{width:16px;height:11px;background-position:0px -45px}.famfamfam-flags.bb{width:16px;height:11px;background-position:-16px -45px}.famfamfam-flags.bd{width:16px;height:11px;background-position:-32px -45px}.famfamfam-flags.be{width:16px;height:11px;background-position:-48px -45px}.famfamfam-flags.bf{width:16px;height:11px;background-position:-64px 0px}.famfamfam-flags.bg{width:16px;height:11px;background-position:-64px -11px}.famfamfam-flags.bh{width:16px;height:11px;background-position:-64px -22px}.famfamfam-flags.bi{width:16px;height:11px;background-position:-64px -33px}.famfamfam-flags.bj{width:16px;height:11px;background-position:-64px -44px}.famfamfam-flags.bm{width:16px;height:11px;background-position:0px -56px}.famfamfam-flags.bn{width:16px;height:11px;background-position:-16px -56px}.famfamfam-flags.bo{width:16px;height:11px;background-position:-32px -56px}.famfamfam-flags.br{width:16px;height:11px;background-position:-48px -56px}.famfamfam-flags.bs{width:16px;height:11px;background-position:-64px -56px}.famfamfam-flags.bt{width:16px;height:11px;background-position:0px -67px}.famfamfam-flags.bv{width:16px;height:11px;background-position:-16px -67px}.famfamfam-flags.bw{width:16px;height:11px;background-position:-32px -67px}.famfamfam-flags.by{width:16px;height:11px;background-position:-48px -67px}.famfamfam-flags.bz{width:16px;height:11px;background-position:-64px -67px}.famfamfam-flags.ca{width:16px;height:11px;background-position:-80px 0px}.famfamfam-flags.catalonia{width:16px;height:11px;background-position:-80px -11px}.famfamfam-flags.cc{width:16px;height:11px;background-position:-80px -22px}.famfamfam-flags.cd{width:16px;height:11px;background-position:-80px -33px}.famfamfam-flags.cf{width:16px;height:11px;background-position:-80px -44px}.famfamfam-flags.cg{width:16px;height:11px;background-position:-80px -55px}.famfamfam-flags.zm{width:16px;height:11px;background-position:-80px -66px}.famfamfam-flags.ci{width:16px;height:11px;background-position:0px -78px}.famfamfam-flags.ck{width:16px;height:11px;background-position:-16px -78px}.famfamfam-flags.cl{width:16px;height:11px;background-position:-32px -78px}.famfamfam-flags.cm{width:16px;height:11px;background-position:-48px -78px}.famfamfam-flags.cn{width:16px;height:11px;background-position:-64px -78px}.famfamfam-flags.co{width:16px;height:11px;background-position:-80px -78px}.famfamfam-flags.cr{width:16px;height:11px;background-position:-96px 0px}.famfamfam-flags.cs{width:16px;height:11px;background-position:-96px -11px}.famfamfam-flags.cu{width:16px;height:11px;background-position:-96px -22px}.famfamfam-flags.cv{width:16px;height:11px;background-position:-96px -33px}.famfamfam-flags.cx{width:16px;height:11px;background-position:-96px -44px}.famfamfam-flags.cy{width:16px;height:11px;background-position:-96px -55px}.famfamfam-flags.cz{width:16px;height:11px;background-position:-96px -66px}.famfamfam-flags.de{width:16px;height:11px;background-position:-96px -77px}.famfamfam-flags.dj{width:16px;height:11px;background-position:0px -89px}.famfamfam-flags.dk{width:16px;height:11px;background-position:-16px -89px}.famfamfam-flags.dm{width:16px;height:11px;background-position:-32px -89px}.famfamfam-flags.do{width:16px;height:11px;background-position:-48px -89px}.famfamfam-flags.dz{width:16px;height:11px;background-position:-64px -89px}.famfamfam-flags.ec{width:16px;height:11px;background-position:-80px -89px}.famfamfam-flags.ee{width:16px;height:11px;background-position:-96px -89px}.famfamfam-flags.eg{width:16px;height:11px;background-position:0px -100px}.famfamfam-flags.eh{width:16px;height:11px;background-position:-16px -100px}.famfamfam-flags.england{width:16px;height:11px;background-position:-32px -100px}.famfamfam-flags.er{width:16px;height:11px;background-position:-48px -100px}.famfamfam-flags.es{width:16px;height:11px;background-position:-64px -100px}.famfamfam-flags.et{width:16px;height:11px;background-position:-80px -100px}.famfamfam-flags.europeanunion{width:16px;height:11px;background-position:-96px -100px}.famfamfam-flags.fam{width:16px;height:11px;background-position:-112px 0px}.famfamfam-flags.fi{width:16px;height:11px;background-position:-112px -11px}.famfamfam-flags.fj{width:16px;height:11px;background-position:-112px -22px}.famfamfam-flags.fk{width:16px;height:11px;background-position:-112px -33px}.famfamfam-flags.fm{width:16px;height:11px;background-position:-112px -44px}.famfamfam-flags.fo{width:16px;height:11px;background-position:-112px -55px}.famfamfam-flags.gp,.famfamfam-flags.mf,.famfamfam-flags.re,.famfamfam-flags.yt,.famfamfam-flags.fr{width:16px;height:11px;background-position:-112px -66px}.famfamfam-flags.ga{width:16px;height:11px;background-position:-112px -77px}.famfamfam-flags.gb{width:16px;height:11px;background-position:-112px -88px}.famfamfam-flags.gd{width:16px;height:11px;background-position:-112px -99px}.famfamfam-flags.ge{width:16px;height:11px;background-position:0px -111px}.famfamfam-flags.gf{width:16px;height:11px;background-position:-16px -111px}.famfamfam-flags.gg{width:16px;height:11px;background-position:-32px -111px}.famfamfam-flags.gh{width:16px;height:11px;background-position:-48px -111px}.famfamfam-flags.gi{width:16px;height:11px;background-position:-64px -111px}.famfamfam-flags.gl{width:16px;height:11px;background-position:-80px -111px}.famfamfam-flags.gm{width:16px;height:11px;background-position:-96px -111px}.famfamfam-flags.gn{width:16px;height:11px;background-position:-112px -111px}.famfamfam-flags.gp{width:16px;height:11px;background-position:-128px 0px}.famfamfam-flags.gq{width:16px;height:11px;background-position:-128px -11px}.famfamfam-flags.gr{width:16px;height:11px;background-position:-128px -22px}.famfamfam-flags.gs{width:16px;height:11px;background-position:-128px -33px}.famfamfam-flags.gt{width:16px;height:11px;background-position:-128px -44px}.famfamfam-flags.gu{width:16px;height:11px;background-position:-128px -55px}.famfamfam-flags.gw{width:16px;height:11px;background-position:-128px -66px}.famfamfam-flags.gy{width:16px;height:11px;background-position:-128px -77px}.famfamfam-flags.hk{width:16px;height:11px;background-position:-128px -88px}.famfamfam-flags.hm{width:16px;height:11px;background-position:-128px -99px}.famfamfam-flags.hn{width:16px;height:11px;background-position:-128px -110px}.famfamfam-flags.hr{width:16px;height:11px;background-position:0px -122px}.famfamfam-flags.ht{width:16px;height:11px;background-position:-16px -122px}.famfamfam-flags.hu{width:16px;height:11px;background-position:-32px -122px}.famfamfam-flags.id{width:16px;height:11px;background-position:-48px -122px}.famfamfam-flags.ie{width:16px;height:11px;background-position:-64px -122px}.famfamfam-flags.il{width:16px;height:11px;background-position:-80px -122px}.famfamfam-flags.in{width:16px;height:11px;background-position:-96px -122px}.famfamfam-flags.io{width:16px;height:11px;background-position:-112px -122px}.famfamfam-flags.iq{width:16px;height:11px;background-position:-128px -122px}.famfamfam-flags.ir{width:16px;height:11px;background-position:0px -133px}.famfamfam-flags.is{width:16px;height:11px;background-position:-16px -133px}.famfamfam-flags.it{width:16px;height:11px;background-position:-32px -133px}.famfamfam-flags.je{width:16px;height:11px;background-position:-48px -133px}.famfamfam-flags.jm{width:16px;height:11px;background-position:-64px -133px}.famfamfam-flags.jo{width:16px;height:11px;background-position:-80px -133px}.famfamfam-flags.jp{width:16px;height:11px;background-position:-96px -133px}.famfamfam-flags.ke{width:16px;height:11px;background-position:-112px -133px}.famfamfam-flags.kg{width:16px;height:11px;background-position:-128px -133px}.famfamfam-flags.kh{width:16px;height:11px;background-position:-144px 0px}.famfamfam-flags.ki{width:16px;height:11px;background-position:-144px -11px}.famfamfam-flags.km{width:16px;height:11px;background-position:-144px -22px}.famfamfam-flags.kn{width:16px;height:11px;background-position:-144px -33px}.famfamfam-flags.kp{width:16px;height:11px;background-position:-144px -44px}.famfamfam-flags.kr{width:16px;height:11px;background-position:-144px -55px}.famfamfam-flags.kw{width:16px;height:11px;background-position:-144px -66px}.famfamfam-flags.ae{width:16px;height:11px;background-position:-144px -77px}.famfamfam-flags.kz{width:16px;height:11px;background-position:-144px -88px}.famfamfam-flags.la{width:16px;height:11px;background-position:-144px -99px}.famfamfam-flags.lb{width:16px;height:11px;background-position:-144px -110px}.famfamfam-flags.lc{width:16px;height:11px;background-position:-144px -121px}.famfamfam-flags.li{width:16px;height:11px;background-position:-144px -132px}.famfamfam-flags.lk{width:16px;height:11px;background-position:0px -144px}.famfamfam-flags.lr{width:16px;height:11px;background-position:-16px -144px}.famfamfam-flags.ls{width:16px;height:11px;background-position:-32px -144px}.famfamfam-flags.lt{width:16px;height:11px;background-position:-48px -144px}.famfamfam-flags.lu{width:16px;height:11px;background-position:-64px -144px}.famfamfam-flags.lv{width:16px;height:11px;background-position:-80px -144px}.famfamfam-flags.ly{width:16px;height:11px;background-position:-96px -144px}.famfamfam-flags.ma{width:16px;height:11px;background-position:-112px -144px}.famfamfam-flags.mc{width:16px;height:11px;background-position:-128px -144px}.famfamfam-flags.md{width:16px;height:11px;background-position:-144px -144px}.famfamfam-flags.ad{width:16px;height:11px;background-position:-160px 0px}.famfamfam-flags.mg{width:16px;height:11px;background-position:-160px -11px}.famfamfam-flags.mh{width:16px;height:11px;background-position:-160px -22px}.famfamfam-flags.mk{width:16px;height:11px;background-position:-160px -33px}.famfamfam-flags.ml{width:16px;height:11px;background-position:-160px -44px}.famfamfam-flags.mm{width:16px;height:11px;background-position:-160px -55px}.famfamfam-flags.mn{width:16px;height:11px;background-position:-160px -66px}.famfamfam-flags.mo{width:16px;height:11px;background-position:-160px -77px}.famfamfam-flags.mp{width:16px;height:11px;background-position:-160px -88px}.famfamfam-flags.mq{width:16px;height:11px;background-position:-160px -99px}.famfamfam-flags.mr{width:16px;height:11px;background-position:-160px -110px}.famfamfam-flags.ms{width:16px;height:11px;background-position:-160px -121px}.famfamfam-flags.mt{width:16px;height:11px;background-position:-160px -132px}.famfamfam-flags.mu{width:16px;height:11px;background-position:-160px -143px}.famfamfam-flags.mv{width:16px;height:11px;background-position:0px -155px}.famfamfam-flags.mw{width:16px;height:11px;background-position:-16px -155px}.famfamfam-flags.mx{width:16px;height:11px;background-position:-32px -155px}.famfamfam-flags.my{width:16px;height:11px;background-position:-48px -155px}.famfamfam-flags.mz{width:16px;height:11px;background-position:-64px -155px}.famfamfam-flags.na{width:16px;height:11px;background-position:-80px -155px}.famfamfam-flags.nc{width:16px;height:11px;background-position:-96px -155px}.famfamfam-flags.ne{width:16px;height:11px;background-position:-112px -155px}.famfamfam-flags.nf{width:16px;height:11px;background-position:-128px -155px}.famfamfam-flags.ng{width:16px;height:11px;background-position:-144px -155px}.famfamfam-flags.ni{width:16px;height:11px;background-position:-160px -155px}.famfamfam-flags.bq,.famfamfam-flags.nl{width:16px;height:11px;background-position:-176px 0px}.famfamfam-flags.no{width:16px;height:11px;background-position:-176px -11px}.famfamfam-flags.za{width:16px;height:11px;background-position:-176px -22px}.famfamfam-flags.nr{width:16px;height:11px;background-position:-176px -33px}.famfamfam-flags.nu{width:16px;height:11px;background-position:-176px -44px}.famfamfam-flags.nz{width:16px;height:11px;background-position:-176px -55px}.famfamfam-flags.om{width:16px;height:11px;background-position:-176px -66px}.famfamfam-flags.pa{width:16px;height:11px;background-position:-176px -77px}.famfamfam-flags.pe{width:16px;height:11px;background-position:-176px -88px}.famfamfam-flags.pf{width:16px;height:11px;background-position:-176px -99px}.famfamfam-flags.pg{width:16px;height:11px;background-position:-176px -110px}.famfamfam-flags.ph{width:16px;height:11px;background-position:-176px -121px}.famfamfam-flags.pk{width:16px;height:11px;background-position:-176px -132px}.famfamfam-flags.pl{width:16px;height:11px;background-position:-176px -143px}.famfamfam-flags.pm{width:16px;height:11px;background-position:-176px -154px}.famfamfam-flags.pn{width:16px;height:11px;background-position:0px -166px}.famfamfam-flags.pr{width:16px;height:11px;background-position:-16px -166px}.famfamfam-flags.ps{width:16px;height:11px;background-position:-32px -166px}.famfamfam-flags.pt{width:16px;height:11px;background-position:-48px -166px}.famfamfam-flags.pw{width:16px;height:11px;background-position:-64px -166px}.famfamfam-flags.py{width:16px;height:11px;background-position:-80px -166px}.famfamfam-flags.qa{width:16px;height:11px;background-position:-96px -166px}.famfamfam-flags.re{width:16px;height:11px;background-position:-112px -166px}.famfamfam-flags.ro{width:16px;height:11px;background-position:-128px -166px}.famfamfam-flags.rs{width:16px;height:11px;background-position:-144px -166px}.famfamfam-flags.ru{width:16px;height:11px;background-position:-160px -166px}.famfamfam-flags.rw{width:16px;height:11px;background-position:-176px -166px}.famfamfam-flags.sa{width:16px;height:11px;background-position:0px -177px}.famfamfam-flags.sb{width:16px;height:11px;background-position:-16px -177px}.famfamfam-flags.sc{width:16px;height:11px;background-position:-32px -177px}.famfamfam-flags.scotland{width:16px;height:11px;background-position:-48px -177px}.famfamfam-flags.sd{width:16px;height:11px;background-position:-64px -177px}.famfamfam-flags.se{width:16px;height:11px;background-position:-80px -177px}.famfamfam-flags.sg{width:16px;height:11px;background-position:-96px -177px}.famfamfam-flags.sh{width:16px;height:11px;background-position:-112px -177px}.famfamfam-flags.si{width:16px;height:11px;background-position:-128px -177px}.famfamfam-flags.sj{width:16px;height:11px;background-position:-144px -177px}.famfamfam-flags.sk{width:16px;height:11px;background-position:-160px -177px}.famfamfam-flags.sl{width:16px;height:11px;background-position:-176px -177px}.famfamfam-flags.sm{width:16px;height:11px;background-position:-192px 0px}.famfamfam-flags.sn{width:16px;height:11px;background-position:-192px -11px}.famfamfam-flags.so{width:16px;height:11px;background-position:-192px -22px}.famfamfam-flags.sr{width:16px;height:11px;background-position:-192px -33px}.famfamfam-flags.st{width:16px;height:11px;background-position:-192px -44px}.famfamfam-flags.sv{width:16px;height:11px;background-position:-192px -55px}.famfamfam-flags.sy{width:16px;height:11px;background-position:-192px -66px}.famfamfam-flags.sz{width:16px;height:11px;background-position:-192px -77px}.famfamfam-flags.tc{width:16px;height:11px;background-position:-192px -88px}.famfamfam-flags.td{width:16px;height:11px;background-position:-192px -99px}.famfamfam-flags.tf{width:16px;height:11px;background-position:-192px -110px}.famfamfam-flags.tg{width:16px;height:11px;background-position:-192px -121px}.famfamfam-flags.th{width:16px;height:11px;background-position:-192px -132px}.famfamfam-flags.tj{width:16px;height:11px;background-position:-192px -143px}.famfamfam-flags.tk{width:16px;height:11px;background-position:-192px -154px}.famfamfam-flags.tl{width:16px;height:11px;background-position:-192px -165px}.famfamfam-flags.tm{width:16px;height:11px;background-position:-192px -176px}.famfamfam-flags.tn{width:16px;height:11px;background-position:0px -188px}.famfamfam-flags.to{width:16px;height:11px;background-position:-16px -188px}.famfamfam-flags.tr{width:16px;height:11px;background-position:-32px -188px}.famfamfam-flags.tt{width:16px;height:11px;background-position:-48px -188px}.famfamfam-flags.tv{width:16px;height:11px;background-position:-64px -188px}.famfamfam-flags.tw{width:16px;height:11px;background-position:-80px -188px}.famfamfam-flags.tz{width:16px;height:11px;background-position:-96px -188px}.famfamfam-flags.ua{width:16px;height:11px;background-position:-112px -188px}.famfamfam-flags.ug{width:16px;height:11px;background-position:-128px -188px}.famfamfam-flags.um{width:16px;height:11px;background-position:-144px -188px}.famfamfam-flags.us{width:16px;height:11px;background-position:-160px -188px}.famfamfam-flags.uy{width:16px;height:11px;background-position:-176px -188px}.famfamfam-flags.uz{width:16px;height:11px;background-position:-192px -188px}.famfamfam-flags.va{width:16px;height:11px;background-position:-208px 0px}.famfamfam-flags.vc{width:16px;height:11px;background-position:-208px -11px}.famfamfam-flags.ve{width:16px;height:11px;background-position:-208px -22px}.famfamfam-flags.vg{width:16px;height:11px;background-position:-208px -33px}.famfamfam-flags.vi{width:16px;height:11px;background-position:-208px -44px}.famfamfam-flags.vn{width:16px;height:11px;background-position:-208px -55px}.famfamfam-flags.vu{width:16px;height:11px;background-position:-208px -66px}.famfamfam-flags.wales{width:16px;height:11px;background-position:-208px -77px}.famfamfam-flags.wf{width:16px;height:11px;background-position:-208px -88px}.famfamfam-flags.ws{width:16px;height:11px;background-position:-208px -99px}.famfamfam-flags.ye{width:16px;height:11px;background-position:-208px -110px}.famfamfam-flags.yt{width:16px;height:11px;background-position:-208px -121px}.famfamfam-flags.zw{width:16px;height:11px;background-position:-208px -132px}.famfamfam-flags.ch{width:11px;height:11px;background-position:-208px -143px}.famfamfam-flags.np{width:9px;height:11px;background-position:-208px -154px}@font-face{font-family:primeicons;font-display:block;src:url(primeicons.8ca441e178bfb872.eot);src:url(primeicons.8ca441e178bfb872.eot?#iefix) format("embedded-opentype"),url(primeicons.e1a53edb6ea00325.woff2) format("woff2"),url(primeicons.7f7722745590608a.woff) format("woff"),url(primeicons.310a7310efb91ab1.ttf) format("truetype"),url(primeicons.19e14e488f5edc90.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, .5);--swal2-container-padding: .625em;--swal2-backdrop: rgba(0, 0, 0, .4);--swal2-backdrop-transition: background-color .1s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show .3s;--swal2-hide-animation: swal2-hide .15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: .8em 1em 0;--swal2-html-container-padding: 1em 1.6em .3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: .1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color .2s, box-shadow .2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px $swal2-outline-color;--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color .2s, box-shadow .2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color .2s, box-shadow .2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}@media (prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:transparent!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px transparent;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:#0003}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:transparent;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top,.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.emoji-mart,.emoji-mart *{box-sizing:border-box;line-height:1.15}.emoji-mart{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px;display:inline-block;color:#222427;border:1px solid #d9d9d9;border-radius:5px;background:#fff}.emoji-mart .emoji-mart-emoji{padding:6px}.emoji-mart-bar{border:0 solid #d9d9d9}.emoji-mart-bar:first-child{border-bottom-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}.emoji-mart-bar:last-child{border-top-width:1px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.emoji-mart-anchors{display:flex;flex-direction:row;justify-content:space-between;padding:0 6px;line-height:0}.emoji-mart-anchor{position:relative;display:block;flex:1 1 auto;color:#858585;text-align:center;padding:12px 4px;overflow:hidden;transition:color .1s ease-out;margin:0;box-shadow:none;background:none;border:none}.emoji-mart-anchor:focus{outline:0}.emoji-mart-anchor:hover,.emoji-mart-anchor:focus,.emoji-mart-anchor-selected{color:#464646}.emoji-mart-anchor-selected .emoji-mart-anchor-bar{bottom:0}.emoji-mart-anchor-bar{position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:#464646}.emoji-mart-anchors i{display:inline-block;width:100%;max-width:22px}.emoji-mart-anchors svg,.emoji-mart-anchors img{fill:currentColor;height:18px}.emoji-mart-scroll{overflow-y:scroll;height:270px;padding:0 6px 6px;will-change:transform}.emoji-mart-search{margin-top:6px;padding:0 6px;position:relative}.emoji-mart-search input{font-size:16px;display:block;width:100%;padding:5px 25px 6px 10px;border-radius:5px;border:1px solid #d9d9d9;outline:0}.emoji-mart-search input,.emoji-mart-search input::-webkit-search-decoration,.emoji-mart-search input::-webkit-search-cancel-button,.emoji-mart-search input::-webkit-search-results-button,.emoji-mart-search input::-webkit-search-results-decoration{-webkit-appearance:none}.emoji-mart-search-icon{position:absolute;top:3px;right:11px;z-index:2;padding:2px 5px 1px;border:none;background:none}.emoji-mart-category .emoji-mart-emoji span{z-index:1;position:relative;text-align:center;cursor:default}.emoji-mart-category .emoji-mart-emoji:hover:before{z-index:0;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f4f4f4;border-radius:100%}.emoji-mart-category-label{z-index:2;position:relative;position:sticky;top:0}.emoji-mart-category-label span{display:block;width:100%;font-weight:500;padding:5px 6px;background-color:#fff;background-color:#fffffff2}.emoji-mart-category-list{margin:0;padding:0}.emoji-mart-category-list li{list-style:none;margin:0;padding:0;display:inline-block}.emoji-mart-emoji{position:relative;display:inline-block;font-size:0;margin:0;padding:0;border:none;background:none;box-shadow:none}.emoji-mart-emoji-native{font-family:"Segoe UI Emoji",Segoe UI Symbol,Segoe UI,"Apple Color Emoji",Twemoji Mozilla,"Noto Color Emoji","Android Emoji"}.emoji-mart-no-results{font-size:14px;text-align:center;padding-top:70px;color:#858585}.emoji-mart-no-results .emoji-mart-category-label{display:none}.emoji-mart-no-results .emoji-mart-no-results-label{margin-top:.2em}.emoji-mart-no-results .emoji-mart-emoji:hover:before{content:none}.emoji-mart-preview{position:relative;height:70px}.emoji-mart-preview-emoji,.emoji-mart-preview-data,.emoji-mart-preview-skins{position:absolute;top:50%;transform:translateY(-50%)}.emoji-mart-preview-emoji{left:12px}.emoji-mart-preview-data{left:68px;right:12px;word-break:break-all}.emoji-mart-preview-skins{right:30px;text-align:right}.emoji-mart-preview-skins.custom{right:10px;text-align:right}.emoji-mart-preview-name{font-size:14px}.emoji-mart-preview-shortname{font-size:12px;color:#888}.emoji-mart-preview-shortname+.emoji-mart-preview-shortname,.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon{margin-left:.5em}.emoji-mart-preview-emoticon{font-size:11px;color:#bbb}.emoji-mart-title span{display:inline-block;vertical-align:middle}.emoji-mart-title .emoji-mart-emoji{padding:0}.emoji-mart-title-label{color:#999a9c;font-size:26px;font-weight:300}.emoji-mart-skin-swatches{font-size:0;padding:2px 0;border:1px solid #d9d9d9;border-radius:12px;background-color:#fff}.emoji-mart-skin-swatches.custom{font-size:0;border:none;background-color:#fff}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch{width:16px;padding:0 2px}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after{opacity:.75}.emoji-mart-skin-swatch{display:inline-block;width:0;vertical-align:middle;transition-property:width,padding;transition-duration:.125s;transition-timing-function:ease-out}.emoji-mart-skin-swatch:nth-child(1){transition-delay:0s}.emoji-mart-skin-swatch:nth-child(2){transition-delay:.03s}.emoji-mart-skin-swatch:nth-child(3){transition-delay:.06s}.emoji-mart-skin-swatch:nth-child(4){transition-delay:.09s}.emoji-mart-skin-swatch:nth-child(5){transition-delay:.12s}.emoji-mart-skin-swatch:nth-child(6){transition-delay:.15s}.emoji-mart-skin-swatch.selected{position:relative;width:16px;padding:0 2px}.emoji-mart-skin-swatch.selected:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;margin:-2px 0 0 -2px;background-color:#fff;border-radius:100%;pointer-events:none;opacity:0;transition:opacity .2s ease-out}.emoji-mart-skin-swatch.custom{display:inline-block;width:0;height:38px;overflow:hidden;vertical-align:middle;transition-property:width,height;transition-duration:.125s;transition-timing-function:ease-out;cursor:default}.emoji-mart-skin-swatch.custom.selected{position:relative;width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatch.custom.selected:after{content:"";width:0;height:0}.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover{background-color:#f4f4f4;border-radius:10%}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom{width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after{opacity:.75}.emoji-mart-skin-text.opened{display:inline-block;vertical-align:middle;text-align:left;color:#888;font-size:11px;padding:5px 2px;width:95px;height:40px;border-radius:10%;background-color:#fff}.emoji-mart-skin{display:inline-block;width:100%;padding-top:100%;max-width:12px;border-radius:100%}.emoji-mart-skin-tone-1{background-color:#ffc93a}.emoji-mart-skin-tone-2{background-color:#fadcbc}.emoji-mart-skin-tone-3{background-color:#e0bb95}.emoji-mart-skin-tone-4{background-color:#bf8f68}.emoji-mart-skin-tone-5{background-color:#9b643d}.emoji-mart-skin-tone-6{background-color:#594539}.emoji-mart-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.emoji-mart-dark{color:#fff;border-color:#555453;background-color:#222}.emoji-mart-dark .emoji-mart-bar{border-color:#555453}.emoji-mart-dark .emoji-mart-search input{color:#fff;border-color:#555453;background-color:#2f2f2f}.emoji-mart-dark .emoji-mart-search-icon svg{fill:#fff}.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:#444}.emoji-mart-dark .emoji-mart-category-label span{background-color:#222;color:#fff}.emoji-mart-dark .emoji-mart-skin-swatches{border-color:#555453;background-color:#222}.emoji-mart-dark .emoji-mart-anchor:hover,.emoji-mart-dark .emoji-mart-anchor:focus,.emoji-mart-dark .emoji-mart-anchor-selected{color:#bfbfbf}.ui-fileupload .ui-corner-top{border-top-left-radius:2px;border-top-right-radius:2px}.ui-fileupload .ui-corner-bottom{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.ui-fileupload .ui-button{border-radius:2px}.p-autocomplete-input-token{padding:0}.p-autocomplete-multiple-container{width:100%}.p-tree{width:100%;border:none}body .p-tree.ui-widget-content{border:none!important}span.p-tree-node-label{font-family:Poppins!important;line-height:24px!important;font-size:14px!important;padding-left:5px!important;padding-right:5px!important}span.p-tree-node-icon{line-height:24px!important;font-size:1.2rem!important}.p-tree .ui-chkbox .ui-chkbox-icon{margin-left:0}.p-tree .p-tree-node-children{padding-left:20px!important}.hidden-tree-node{display:none}p-tree[selectionmode=checkbox] .p-tree .p-tree-container .p-tree-node .p-tree-node-content.p-highlight{background-color:transparent!important;color:#333!important;font-weight:300!important}span.p-tree-node-label{line-height:18px!important;font-size:13px!important}body .p-tree .p-tree-container .p-tree-node .p-tree-node-content .ui-chkbox .ui-chkbox-icon{margin:-1px 0 0 -1px}body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon{font-size:16px}body .ui-chkbox .ui-chkbox-box,body .ui-chkbox{width:16px;height:16px}body .p-tree .p-tree-container .p-tree-node{padding:0}.ui-contextmenu ul li a{text-decoration:none;color:#000}.ui-contextmenu .ui-menuitem-text{font-family:Poppins!important;font-size:13px!important}.ui-contextmenu .ui-menuitem :hover{background-color:#f4f5f8}@font-face{font-family:Poppins;font-style:normal;font-weight:300;src:url(poppins-v5-devanagari_latin-ext_latin-300.3eef6b87fe2f1c80.eot);src:local("Poppins Light"),local("Poppins-Light"),url(poppins-v5-devanagari_latin-ext_latin-300.3eef6b87fe2f1c80.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-300.7d68be62589f7d0d.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-300.c059ff38ffd467a6.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-300.28893af76e98d54a.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-300.fd7ed8df9b421e74.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(poppins-v5-devanagari_latin-ext_latin-regular.6b550c3f0834d0bb.eot);src:local("Poppins Regular"),local("Poppins-Regular"),url(poppins-v5-devanagari_latin-ext_latin-regular.6b550c3f0834d0bb.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-regular.39ed411149f242c2.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-regular.ce013781936d365b.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-regular.4dae410f5b6accf6.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-regular.439275e3d3334cbe.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:500;src:url(poppins-v5-devanagari_latin-ext_latin-500.957b610b50f07209.eot);src:local("Poppins Medium"),local("Poppins-Medium"),url(poppins-v5-devanagari_latin-ext_latin-500.957b610b50f07209.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-500.12752e68c7e9290c.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-500.370ab19c6d852b65.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-500.7900a050d57d297c.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-500.0ac7b6a85a0e138e.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url(poppins-v5-devanagari_latin-ext_latin-600.7137f13f59483b8e.eot);src:local("Poppins SemiBold"),local("Poppins-SemiBold"),url(poppins-v5-devanagari_latin-ext_latin-600.7137f13f59483b8e.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-600.d0defd38dcd1f520.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-600.9740492c76c014ce.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-600.f142dca931e1bc99.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-600.7786a2883189b890.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;src:url(poppins-v5-devanagari_latin-ext_latin-700.8d85c0b8bb36c69e.eot);src:local("Poppins Bold"),local("Poppins-Bold"),url(poppins-v5-devanagari_latin-ext_latin-700.8d85c0b8bb36c69e.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-700.6bf646ba861a0dfc.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-700.a0c86679a520dfe9.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-700.01059139c680e2e8.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-700.f4557cd82a673663.svg#Poppins) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.b653639edb629e41.eot);src:local("Roboto Light"),local("Roboto-Light"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.b653639edb629e41.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.0e01b6cd13b3857f.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.603ca9a537b88428.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.6c0fea71d0542cdb.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.e38791bcb2ed8832.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.2089590420409db6.eot);src:local("Roboto"),local("Roboto-Regular"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.2089590420409db6.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.475ba9e4e2d63456.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.bcefbfee882bc1cb.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.83f6acca8a27a93c.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.e6bed6ae46b33512.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.5cae394e5849544f.eot);src:local("Roboto Medium"),local("Roboto-Medium"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.5cae394e5849544f.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.457532032ceb0168.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.6e1ae5f0b324a0aa.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.de4cbf7a2334c617.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.9eddb24c23437697.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.7a069e3ad6398d47.eot);src:local("Roboto Bold"),local("Roboto-Bold"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.7a069e3ad6398d47.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.447291a88c067396.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.fc482e6133cf5e26.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.f7aa49713d0a54c5.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.6379e2ee4ed6e3c9.svg#Roboto) format("svg")}@font-face{font-family:TwemojiMozilla;src:local("TwemojiMozilla"),url(Twemoji.Mozilla.04dabe7f6d6b5ae9.ttf) format("truetype");font-weight:400}@font-face{font-family:Ki;src:url(Ki.eae846441b47332b.eot);src:url(Ki.eae846441b47332b.eot?#iefix) format("embedded-opentype"),url(Ki.40822a84760005bc.woff) format("woff"),url(Ki.c6aad442908c9e40.ttf) format("truetype"),url(Ki.9c76437168de731c.svg#Ki) format("svg");font-weight:400;font-style:normal}.ki{font-size:1rem}.ki:before{font-family:Ki;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.ki-double-arrow-next:before{content:"\f100"}.ki-double-arrow-back:before{content:"\f101"}.ki-double-arrow-down:before{content:"\f102"}.ki-double-arrow-up:before{content:"\f103"}.ki-long-arrow-back:before{content:"\f104"}.ki-arrow-next:before{content:"\f105"}.ki-arrow-back:before{content:"\f106"}.ki-long-arrow-next:before{content:"\f107"}.ki-check:before{content:"\f108"}.ki-arrow-down:before{content:"\f109"}.ki-minus:before{content:"\f10a"}.ki-long-arrow-down:before{content:"\f10b"}.ki-long-arrow-up:before{content:"\f10c"}.ki-plus:before{content:"\f10d"}.ki-arrow-up:before{content:"\f10e"}.ki-round:before{content:"\f10f"}.ki-reload:before{content:"\f110"}.ki-refresh:before{content:"\f111"}.ki-solid-plus:before{content:"\f112"}.ki-bold-close:before{content:"\f113"}.ki-solid-minus:before{content:"\f114"}.ki-hide:before{content:"\f115"}.ki-code:before{content:"\f116"}.ki-copy:before{content:"\f117"}.ki-up-and-down:before{content:"\f118"}.ki-left-and-right:before{content:"\f119"}.ki-bold-triangle-bottom:before{content:"\f11a"}.ki-bold-triangle-right:before{content:"\f11b"}.ki-bold-triangle-top:before{content:"\f11c"}.ki-bold-triangle-left:before{content:"\f11d"}.ki-bold-double-arrow-up:before{content:"\f11e"}.ki-bold-double-arrow-next:before{content:"\f11f"}.ki-bold-double-arrow-back:before{content:"\f120"}.ki-bold-double-arrow-down:before{content:"\f121"}.ki-bold-arrow-down:before{content:"\f122"}.ki-bold-arrow-next:before{content:"\f123"}.ki-bold-arrow-back:before{content:"\f124"}.ki-bold-arrow-up:before{content:"\f125"}.ki-bold-check:before{content:"\f126"}.ki-bold-wide-arrow-down:before{content:"\f127"}.ki-bold-wide-arrow-up:before{content:"\f128"}.ki-bold-wide-arrow-next:before{content:"\f129"}.ki-bold-wide-arrow-back:before{content:"\f12a"}.ki-bold-long-arrow-up:before{content:"\f12b"}.ki-bold-long-arrow-down:before{content:"\f12c"}.ki-bold-long-arrow-back:before{content:"\f12d"}.ki-bold-long-arrow-next:before{content:"\f12e"}.ki-bold-check-1:before{content:"\f12f"}.ki-close:before{content:"\f130"}.ki-more-ver:before{content:"\f131"}.ki-bold-more-ver:before{content:"\f132"}.ki-more-hor:before{content:"\f133"}.ki-bold-more-hor:before{content:"\f134"}.ki-bold-menu:before{content:"\f135"}.ki-drag:before{content:"\f136"}.ki-bold-sort:before{content:"\f137"}.ki-eye:before{content:"\f138"}.ki-outline-info:before{content:"\f139"}.ki-menu:before{content:"\f13a"}.ki-menu-grid:before{content:"\f13b"}.ki-wrench:before{content:"\f13c"}.ki-gear:before{content:"\f13d"}.ki-info:before{content:"\f13e"}@charset "UTF-8";.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.tether-element,.tether-element:after,.tether-element:before,.tether-element *,.tether-element *:after,.tether-element *:before{box-sizing:border-box}.tether-element{position:absolute;display:none}.tether-element.tether-open{display:block}.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:#0003;position:absolute}.datepicker-dropdown:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.old,.datepicker table tr td.new{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:none;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted.focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted:active,.datepicker table tr td.highlighted.active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted:active:hover,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted.active.focus{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.highlighted.focus{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today:focus,.datepicker table tr td.today.focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover,.datepicker table tr td.today:active,.datepicker table tr td.today.active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today:active:hover,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active:focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today:active.focus,.datepicker table tr td.today.active.focus{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today:hover,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.today:focus,.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today[disabled].focus,fieldset[disabled] .datepicker table tr td.today.focus{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range:focus,.datepicker table tr td.range.focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover,.datepicker table tr td.range:active,.datepicker table tr td.range.active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range:active:hover,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active:focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range:active.focus,.datepicker table tr td.range.active.focus{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range:hover,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range[disabled]:focus,fieldset[disabled] .datepicker table tr td.range:focus,.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range[disabled].focus,fieldset[disabled] .datepicker table tr td.range.focus{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted.focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted:active,.datepicker table tr td.range.highlighted.active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted:active:hover,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted.active.focus{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.range.highlighted.focus{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today.active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today:active:hover,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today.active.focus{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today[disabled].focus,fieldset[disabled] .datepicker table tr td.range.today.focus{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected:focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected:hover,.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected:active:hover,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.highlighted.active.focus{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected[disabled]:hover,.datepicker table tr td.selected.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active:focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active:hover,.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active:active:hover,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active:active:focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active:active.focus,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.active.focus,.datepicker table tr td.active.highlighted.active.focus{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active[disabled]:hover,.datepicker table tr td.active.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span:hover,.datepicker table tr td span.focused{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:none;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:hover.focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover:active:hover,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled:hover.active.focus{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled].focus,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .prev.disabled,.datepicker .next.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px}.datetimepicker{padding:4px;margin-top:1px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:#0003;position:absolute}[class*=" datetimepicker-dropdown"]:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:#0003;border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes,.datetimepicker.hours div.datetimepicker-hours,.datetimepicker.days div.datetimepicker-days,.datetimepicker.months div.datetimepicker-months,.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover,.datetimepicker table tr td.hour:hover,.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a",endColorstr="#fdf59a",GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="#0044cc",GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="#0044cc",GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .input-group-addon{cursor:pointer}.bootstrap-timepicker .input-group-addon i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:4px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #FFF;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media (min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media (max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-family:arial;font-size:15px;line-height:1em}.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:#0003;content:""}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.drop-up:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-calendar,.daterangepicker.show-calendar .drp-buttons{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid black;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin:0 auto;background:#eee;border:1px solid #eee;padding:2px;outline:0;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0;line-height:30px;position:relative}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{margin-left:8px;font-size:12px;font-weight:700;padding:4px 8px}.daterangepicker.show-ranges.single.rtl .drp-calendar.left{border-right:1px solid #ddd}.daterangepicker.show-ranges.single.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker.show-ranges.rtl .drp-calendar.right{border-right:1px solid #ddd}.daterangepicker.show-ranges.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{font-size:12px;padding:8px 12px;cursor:pointer}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#08c;color:#fff}@media (min-width:564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single .ranges,.daterangepicker.single .drp-calendar{float:left}.daterangepicker{direction:ltr;text-align:left}.daterangepicker .drp-calendar.left{clear:left;margin-right:0}.daterangepicker .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker .drp-calendar.right{margin-left:0}.daterangepicker .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker .ranges,.daterangepicker .drp-calendar{float:left}}@media (min-width:730px){.daterangepicker .ranges{width:auto}.daterangepicker .ranges{float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none!important}}.bootstrap-touchspin .input-group-btn-vertical{position:absolute;right:0;height:100%;z-index:11}.bootstrap-touchspin .input-group-btn-vertical>.btn{position:absolute;right:0;height:50%;padding:0;width:2em;text-align:center;line-height:1}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0 4px 0 0;top:0}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{border-radius:0 0 4px;bottom:0}select.bs-select-hidden,.bootstrap-select>select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px \fffd;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:inline-flex;align-items:center;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:active{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active{color:#ffffff80}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.has-error .bootstrap-select .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.bootstrap-select.is-invalid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-inline .bootstrap-select,.form-horizontal .bootstrap-select,.form-group .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle,.bootstrap-select.form-control-lg .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:none!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:#ffffff80!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px #0000000d;pointer-events:none;opacity:.9;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:"\a0"}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid white;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after{display:block}.bs-searchbox,.bs-actionsbox,.bs-donebutton{padding:4px 8px}.bs-actionsbox{width:100%;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid;border-color:#ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;user-select:none;vertical-align:middle;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;transform:translateZ(0)}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{box-sizing:border-box;cursor:pointer;display:table-cell;vertical-align:middle;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff;background:#337ab7}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch span:before{content:"\200b"}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox]{position:absolute!important;top:0;left:0;margin:0;z-index:-1;opacity:0;filter:alpha(opacity=0);visibility:hidden}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.3333333}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-radius:0 3px 3px 0}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-radius:3px 0 0 3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:#0000;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#fff,#428bca 30%,#b9d4ec);box-shadow:inset 0 0 1px 1px #ffffff80}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:#428bca80}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(to bottom,#fff,#b4b9be 30%,#fff);box-shadow:1px 1px 2px #0003,inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:#00000073;background-color:#939ba7;background:linear-gradient(to bottom,#fff,#919ba5 30%,#fff)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca,#3071a9);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern,.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea,#d1d6e0);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426,#18891d)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:#d1d6e080}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px #0000001a;border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,#fff,#e9e6e6);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#fff,#919ba5 30%,#fff)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:#00000080}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:#dee4ec80}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px #0000ff4d}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:#0000001a;border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:#fff;transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:#0000001a}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.e3b436436832b027.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:#000000e6;line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:#fffc}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:#fff6;padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:#ffffffe6;-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}.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: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>*{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:"\2022"}.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:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.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 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-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-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-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:0}.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:0;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}.tagify{--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;display:flex;align-items:flex-start;flex-wrap:wrap;border:1px solid #ddd;padding:0;cursor:text;position:relative;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}.tagify:hover{border-color:#ccc}.tagify.tagify--focus{border-color:#85c8ea}.tagify[readonly]{cursor:default}.tagify[readonly]>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify[readonly] .tagify__tag>div{padding:.3em .5em}.tagify[readonly] .tagify__tag>div:before{background:linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none}.tagify+input,.tagify+textarea{border:0;display:none}.tagify__tag{display:inline-block;margin:5px 0 5px 5px;position:relative;z-index:1;cursor:default;transition:.13s ease-out}.tagify__tag.tagify--editable>div:before{box-shadow:0 0 0 2px #d3e2e2 inset!important;box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag.tagify--editable.tagify--invalid>div:before{box-shadow:0 0 0 2px #d39494 inset!important}.tagify__tag>div{vertical-align:top;position:relative;box-sizing:border-box;max-width:100%;padding:.3em 1.5em .3em .5em;color:#000;border-radius:3px;-webkit-user-select:none;user-select:none;transition:.13s ease-out}.tagify__tag>div>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:10px}.tagify__tag>div>[contenteditable]{outline:0;-webkit-user-select:text;user-select:text;cursor:text}.tagify__tag>div:before{content:"";position:absolute;border-radius:inherit;inset:0;box-shadow:0 0 0 16px #e5e5e5 inset;box-shadow:0 0 0 16px var(--tag-bg) inset;z-index:-1;pointer-events:none;transition:.12s ease;animation:tags--bump .3s ease-out 1}.tagify__tag:hover:not([readonly]) div:before{inset:-2px;box-shadow:0 0 0 16px #d3e2e2 inset;box-shadow:0 0 0 16px var(--tag-hover) inset}.tagify__tag.tagify--noAnim{animation:none}.tagify__tag.tagify--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:.3s;pointer-events:none}.tagify__tag.tagify--mark div:before{animation:none}.tagify__tag.tagify--notAllowed div>span{opacity:.5}.tagify__tag.tagify--notAllowed div:before{box-shadow:0 0 0 20px #d3949470 inset!important;transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div{padding:.3em .5em}.tagify__tag[readonly]>div:before{background:linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none}.tagify__tag__removeBtn{font:14px/16px Serif;width:14px;height:14px;text-align:center;border-radius:50px;position:absolute;z-index:1;right:calc(.5em - 2px);top:50%;cursor:pointer;transform:translateY(-50%);transition:.2s ease-out}.tagify__tag__removeBtn:after{content:"\d7"}.tagify__tag__removeBtn:hover{color:#fff;background:#c77777}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:0 0 0 20px #d394944d inset!important;transition:.2s}.tagify__input{display:block;min-width:110px;margin:5px;padding:.3em .5em;position:relative}.tagify__input:empty:before{transition:.2s ease-out;opacity:.5;transform:none}.tagify__input:focus{outline:0}.tagify__input:focus:before{transition:.2s ease-out;opacity:0;transform:translate(6px)}@supports (-moz-appearance:none){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{transition:.2s ease-out;opacity:.3;transform:none}@supports (-moz-appearance:none){.tagify__input:focus:empty:before{display:inline-block}}.tagify__input:before{content:attr(data-placeholder);line-height:1.8;position:absolute;top:0;z-index:1;color:#000;white-space:nowrap;pointer-events:none;opacity:0}@supports (-moz-appearance:none){.tagify__input:before{line-height:inherit;position:relative}}.tagify__input:after{content:attr(data-suggest);color:#000;opacity:.3;pointer-events:none}.tagify__input .tagify__tag{line-height:1.1}.tagify__input .tagify__tag>div{padding-top:0;padding-bottom:0}.tagify__input .tagify__tag>div:before{top:-3px;bottom:-3px}.tagify__input .tagify__tag:hover:not([readonly])>div:before{inset:-3px 0}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.7}.tagify__dropdown{position:absolute;z-index:999;background:#fff;max-height:300px;overflow:auto;border:1px solid #85c8ea;box-shadow:0 2px 4px -2px #0003;box-sizing:border-box}.tagify__dropdown__item{box-sizing:inherit;padding:.35em .6em;margin:2px;cursor:pointer;border-radius:3px;position:relative;outline:0}.tagify__dropdown__item--active{background:#e5e5e5}.tagify__dropdown__item:active{background:#f2f2f2}@font-face{font-family:summernote;font-style:normal;font-weight:400;src:url(summernote.afb2f3c96457620d.eot?1d9aeaaff0a8939558a45be6cd52cd4c);src:url(summernote.afb2f3c96457620d.eot?1d9aeaaff0a8939558a45be6cd52cd4c#iefix) format("embedded-opentype"),url(summernote.2ff44291b5ecc231.woff?1d9aeaaff0a8939558a45be6cd52cd4c) format("woff"),url(summernote.ac965a413a89a94b.ttf?1d9aeaaff0a8939558a45be6cd52cd4c) format("truetype")}[class^=note-icon-]:before,[class*=" note-icon-"]:before{display:inline-block;font: 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-float-left:before,.note-icon-float-none:before,.note-icon-float-right:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-rollback:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:summernote;font-style:normal;font-weight:400;text-decoration:inherit}.note-icon-align-center:before{content:"\f101"}.note-icon-align-indent:before{content:"\f102"}.note-icon-align-justify:before{content:"\f103"}.note-icon-align-left:before{content:"\f104"}.note-icon-align-outdent:before{content:"\f105"}.note-icon-align-right:before{content:"\f106"}.note-icon-align:before{content:"\f107"}.note-icon-arrow-circle-down:before{content:"\f108"}.note-icon-arrow-circle-left:before{content:"\f109"}.note-icon-arrow-circle-right:before{content:"\f10a"}.note-icon-arrow-circle-up:before{content:"\f10b"}.note-icon-arrows-alt:before{content:"\f10c"}.note-icon-arrows-h:before{content:"\f10d"}.note-icon-arrows-v:before{content:"\f10e"}.note-icon-bold:before{content:"\f10f"}.note-icon-caret:before{content:"\f110"}.note-icon-chain-broken:before{content:"\f111"}.note-icon-circle:before{content:"\f112"}.note-icon-close:before{content:"\f113"}.note-icon-code:before{content:"\f114"}.note-icon-col-after:before{content:"\f115"}.note-icon-col-before:before{content:"\f116"}.note-icon-col-remove:before{content:"\f117"}.note-icon-eraser:before{content:"\f118"}.note-icon-float-left:before{content:"\f119"}.note-icon-float-none:before{content:"\f11a"}.note-icon-float-right:before{content:"\f11b"}.note-icon-font:before{content:"\f11c"}.note-icon-frame:before{content:"\f11d"}.note-icon-italic:before{content:"\f11e"}.note-icon-link:before{content:"\f11f"}.note-icon-magic:before{content:"\f120"}.note-icon-menu-check:before{content:"\f121"}.note-icon-minus:before{content:"\f122"}.note-icon-orderedlist:before{content:"\f123"}.note-icon-pencil:before{content:"\f124"}.note-icon-picture:before{content:"\f125"}.note-icon-question:before{content:"\f126"}.note-icon-redo:before{content:"\f127"}.note-icon-rollback:before{content:"\f128"}.note-icon-row-above:before{content:"\f129"}.note-icon-row-below:before{content:"\f12a"}.note-icon-row-remove:before{content:"\f12b"}.note-icon-special-character:before{content:"\f12c"}.note-icon-square:before{content:"\f12d"}.note-icon-strikethrough:before{content:"\f12e"}.note-icon-subscript:before{content:"\f12f"}.note-icon-summernote:before{content:"\f130"}.note-icon-superscript:before{content:"\f131"}.note-icon-table:before{content:"\f132"}.note-icon-text-height:before{content:"\f133"}.note-icon-trash:before{content:"\f134"}.note-icon-underline:before{content:"\f135"}.note-icon-undo:before{content:"\f136"}.note-icon-unorderedlist:before{content:"\f137"}.note-icon-video:before{content:"\f138"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area img.note-float-left{margin-right:10px}.note-editor .note-editing-area img.note-float-right{margin-left:10px}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;border-radius:0;outline:0;box-shadow:none;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px;margin:-7px 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative;z-index:500}.note-popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.panel-heading.note-toolbar .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.panel-heading.note-toolbar .note-style .dropdown-style pre{padding:5px 10px;margin:0}.note-popover .popover-content .note-style .dropdown-style h1,.panel-heading.note-toolbar .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.panel-heading.note-toolbar .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.panel-heading.note-toolbar .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.panel-heading.note-toolbar .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.panel-heading.note-toolbar .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.panel-heading.note-toolbar .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.panel-heading.note-toolbar .note-style .dropdown-style p{padding:0;margin:0}.note-popover .popover-content .note-color-all .dropdown-menu,.panel-heading.note-toolbar .note-color-all .dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right:before,.panel-heading.note-toolbar .dropdown-menu.right:before{right:9px;left:auto!important}.note-popover .popover-content .dropdown-menu.right:after,.panel-heading.note-toolbar .dropdown-menu.right:after{right:10px;left:auto!important}.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:#00bfff;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:#d3d3d3;text-align:center;border:4px dashed lightgray}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.39063deg) skewY(.39063deg)}88.8%{transform:skew(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes 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:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes 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:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes 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:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes 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)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (print),(prefers-reduced-motion:reduce){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.dual-listbox{display:flex;flex-direction:column}.dual-listbox .dual-listbox__container{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}.dual-listbox .dual-listbox__search{border:1px solid #ddd;padding:10px;max-width:300px}.dual-listbox .dual-listbox__available,.dual-listbox .dual-listbox__selected{border:1px solid #ddd;height:300px;overflow-y:auto;padding:0;width:300px;margin-top:0;-webkit-margin-before:0}.dual-listbox .dual-listbox__buttons{display:flex;flex-direction:column;margin:0 10px}.dual-listbox .dual-listbox__button{margin-bottom:5px;border:0;background-color:#eee;padding:10px;color:#fff}.dual-listbox .dual-listbox__button:hover{background-color:#ddd}.dual-listbox .dual-listbox__title{padding:15px 10px;font-size:120%;font-weight:700;border-left:1px solid #efefef;border-right:1px solid #efefef;border-top:1px solid #efefef;margin-top:1rem;-webkit-margin-before:1rem}.dual-listbox .dual-listbox__item{display:block;padding:10px;cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;border-bottom:1px solid #efefef;transition:background .2s ease}.dual-listbox .dual-listbox__item.dual-listbox__item--selected{background-color:#089de3b3}.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:#fffc;border:solid 2px rgba(230,230,230,.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:700;margin:.25em 0}.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:.1em 0}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon:before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon:before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em #32649666}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{inset:auto;max-width:calc(100% - 1.25em);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px #0006}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-start,body.swal2-no-backdrop .swal2-shown.swal2-top-left{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-start,body.swal2-no-backdrop .swal2-shown.swal2-center-left{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,body.swal2-no-backdrop .swal2-shown.swal2-bottom-left{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;z-index:1060;inset:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-start,.swal2-container.swal2-top-left{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-start,.swal2-container.swal2-center-left{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-start,.swal2-container.swal2-bottom-left{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-right>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-top,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-bottom{align-items:center}.swal2-container.swal2-grow-column.swal2-top-start,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-bottom-left{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-top-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-bottom-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:#0006}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #32649666}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:transparent;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:transparent;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em auto}.swal2-input,.swal2-file,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px #0000000f;color:inherit;font-size:1.125em}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:0 0 3px #c4e6f5}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-radio,.swal2-checkbox{align-items:center;justify-content:center;background:inherit;color:inherit}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;zoom:normal;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;zoom:normal;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}.swal2-icon:before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning:before{content:"!"}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info:before{content:"i"}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question:before{content:"?"}.swal2-icon.swal2-question.swal2-arabic-question-mark:before{content:"\61f"}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-show.swal2-noanimation{animation:none}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}@font-face{font-family:socicon;src:url(socicon.f83d8e820b78e17e.eot);src:url(socicon.f83d8e820b78e17e.eot?#iefix) format("embedded-opentype"),url(socicon.29f8e6beabb93c1b.woff) format("woff"),url(socicon.dede15d50932532d.ttf) format("truetype"),url(socicon.a63bbcf3d1d6ee13.svg#socicon) format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:socicon!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=socicon-]:before,[class*=" socicon-"]:before{font-family:socicon!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-modelmayhem:before{content:"\e000"}.socicon-mixcloud:before{content:"\e001"}.socicon-drupal:before{content:"\e002"}.socicon-swarm:before{content:"\e003"}.socicon-istock:before{content:"\e004"}.socicon-yammer:before{content:"\e005"}.socicon-ello:before{content:"\e006"}.socicon-stackoverflow:before{content:"\e007"}.socicon-persona:before{content:"\e008"}.socicon-triplej:before{content:"\e009"}.socicon-houzz:before{content:"\e00a"}.socicon-rss:before{content:"\e00b"}.socicon-paypal:before{content:"\e00c"}.socicon-odnoklassniki:before{content:"\e00d"}.socicon-airbnb:before{content:"\e00e"}.socicon-periscope:before{content:"\e00f"}.socicon-outlook:before{content:"\e010"}.socicon-coderwall:before{content:"\e011"}.socicon-tripadvisor:before{content:"\e012"}.socicon-appnet:before{content:"\e013"}.socicon-goodreads:before{content:"\e014"}.socicon-tripit:before{content:"\e015"}.socicon-lanyrd:before{content:"\e016"}.socicon-slideshare:before{content:"\e017"}.socicon-buffer:before{content:"\e018"}.socicon-disqus:before{content:"\e019"}.socicon-vkontakte:before{content:"\e01a"}.socicon-whatsapp:before{content:"\e01b"}.socicon-patreon:before{content:"\e01c"}.socicon-storehouse:before{content:"\e01d"}.socicon-pocket:before{content:"\e01e"}.socicon-mail:before{content:"\e01f"}.socicon-blogger:before{content:"\e020"}.socicon-technorati:before{content:"\e021"}.socicon-reddit:before{content:"\e022"}.socicon-dribbble:before{content:"\e023"}.socicon-stumbleupon:before{content:"\e024"}.socicon-digg:before{content:"\e025"}.socicon-envato:before{content:"\e026"}.socicon-behance:before{content:"\e027"}.socicon-delicious:before{content:"\e028"}.socicon-deviantart:before{content:"\e029"}.socicon-forrst:before{content:"\e02a"}.socicon-play:before{content:"\e02b"}.socicon-zerply:before{content:"\e02c"}.socicon-wikipedia:before{content:"\e02d"}.socicon-apple:before{content:"\e02e"}.socicon-flattr:before{content:"\e02f"}.socicon-github:before{content:"\e030"}.socicon-renren:before{content:"\e031"}.socicon-friendfeed:before{content:"\e032"}.socicon-newsvine:before{content:"\e033"}.socicon-identica:before{content:"\e034"}.socicon-bebo:before{content:"\e035"}.socicon-zynga:before{content:"\e036"}.socicon-steam:before{content:"\e037"}.socicon-xbox:before{content:"\e038"}.socicon-windows:before{content:"\e039"}.socicon-qq:before{content:"\e03a"}.socicon-douban:before{content:"\e03b"}.socicon-meetup:before{content:"\e03c"}.socicon-playstation:before{content:"\e03d"}.socicon-android:before{content:"\e03e"}.socicon-snapchat:before{content:"\e03f"}.socicon-twitter:before{content:"\e040"}.socicon-facebook:before{content:"\e041"}.socicon-googleplus:before{content:"\e042"}.socicon-pinterest:before{content:"\e043"}.socicon-foursquare:before{content:"\e044"}.socicon-yahoo:before{content:"\e045"}.socicon-skype:before{content:"\e046"}.socicon-yelp:before{content:"\e047"}.socicon-feedburner:before{content:"\e048"}.socicon-linkedin:before{content:"\e049"}.socicon-viadeo:before{content:"\e04a"}.socicon-xing:before{content:"\e04b"}.socicon-myspace:before{content:"\e04c"}.socicon-soundcloud:before{content:"\e04d"}.socicon-spotify:before{content:"\e04e"}.socicon-grooveshark:before{content:"\e04f"}.socicon-lastfm:before{content:"\e050"}.socicon-youtube:before{content:"\e051"}.socicon-vimeo:before{content:"\e052"}.socicon-dailymotion:before{content:"\e053"}.socicon-vine:before{content:"\e054"}.socicon-flickr:before{content:"\e055"}.socicon-500px:before{content:"\e056"}.socicon-wordpress:before{content:"\e058"}.socicon-tumblr:before{content:"\e059"}.socicon-twitch:before{content:"\e05a"}.socicon-8tracks:before{content:"\e05b"}.socicon-amazon:before{content:"\e05c"}.socicon-icq:before{content:"\e05d"}.socicon-smugmug:before{content:"\e05e"}.socicon-ravelry:before{content:"\e05f"}.socicon-weibo:before{content:"\e060"}.socicon-baidu:before{content:"\e061"}.socicon-angellist:before{content:"\e062"}.socicon-ebay:before{content:"\e063"}.socicon-imdb:before{content:"\e064"}.socicon-stayfriends:before{content:"\e065"}.socicon-residentadvisor:before{content:"\e066"}.socicon-google:before{content:"\e067"}.socicon-yandex:before{content:"\e068"}.socicon-sharethis:before{content:"\e069"}.socicon-bandcamp:before{content:"\e06a"}.socicon-itunes:before{content:"\e06b"}.socicon-deezer:before{content:"\e06c"}.socicon-telegram:before{content:"\e06e"}.socicon-openid:before{content:"\e06f"}.socicon-amplement:before{content:"\e070"}.socicon-viber:before{content:"\e071"}.socicon-zomato:before{content:"\e072"}.socicon-draugiem:before{content:"\e074"}.socicon-endomodo:before{content:"\e075"}.socicon-filmweb:before{content:"\e076"}.socicon-stackexchange:before{content:"\e077"}.socicon-wykop:before{content:"\e078"}.socicon-teamspeak:before{content:"\e079"}.socicon-teamviewer:before{content:"\e07a"}.socicon-ventrilo:before{content:"\e07b"}.socicon-younow:before{content:"\e07c"}.socicon-raidcall:before{content:"\e07d"}.socicon-mumble:before{content:"\e07e"}.socicon-medium:before{content:"\e06d"}.socicon-bebee:before{content:"\e07f"}.socicon-hitbox:before{content:"\e080"}.socicon-reverbnation:before{content:"\e081"}.socicon-formulr:before{content:"\e082"}.socicon-instagram:before{content:"\e057"}.socicon-battlenet:before{content:"\e083"}.socicon-chrome:before{content:"\e084"}.socicon-discord:before{content:"\e086"}.socicon-issuu:before{content:"\e087"}.socicon-macos:before{content:"\e088"}.socicon-firefox:before{content:"\e089"}.socicon-opera:before{content:"\e08d"}.socicon-keybase:before{content:"\e090"}.socicon-alliance:before{content:"\e091"}.socicon-livejournal:before{content:"\e092"}.socicon-googlephotos:before{content:"\e093"}.socicon-horde:before{content:"\e094"}.socicon-etsy:before{content:"\e095"}.socicon-zapier:before{content:"\e096"}.socicon-google-scholar:before{content:"\e097"}.socicon-researchgate:before{content:"\e098"}.socicon-wechat:before{content:"\e099"}.socicon-strava:before{content:"\e09a"}.socicon-line:before{content:"\e09b"}.socicon-lyft:before{content:"\e09c"}.socicon-uber:before{content:"\e09d"}.socicon-songkick:before{content:"\e09e"}.socicon-viewbug:before{content:"\e09f"}.socicon-googlegroups:before{content:"\e0a0"}.socicon-quora:before{content:"\e073"}.socicon-diablo:before{content:"\e085"}.socicon-blizzard:before{content:"\e0a1"}.socicon-hearthstone:before{content:"\e08b"}.socicon-heroes:before{content:"\e08a"}.socicon-overwatch:before{content:"\e08c"}.socicon-warcraft:before{content:"\e08e"}.socicon-starcraft:before{content:"\e08f"}.socicon-beam:before{content:"\e0a2"}.socicon-curse:before{content:"\e0a3"}.socicon-player:before{content:"\e0a4"}.socicon-streamjar:before{content:"\e0a5"}.socicon-nintendo:before{content:"\e0a6"}.socicon-hellocoton:before{content:"\e0a7"}@font-face{font-family:LineAwesome;src:url(line-awesome.bed066fe3a8c3dbb.eot?v=1.1.);src:url(line-awesome.bed066fe3a8c3dbb.eot??v=1.1.#iefix) format("embedded-opentype"),url(line-awesome.320c2930f76d2585.woff2?v=1.1.) format("woff2"),url(line-awesome.9b844e0527e62cb6.woff?v=1.1.) format("woff"),url(line-awesome.8674c892497a8782.ttf?v=1.1.) format("truetype"),url(line-awesome.387f5b9554e32d26.svg?v=1.1.#fa) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:LineAwesome;src:url(line-awesome.387f5b9554e32d26.svg?v=1.1.#fa) format("svg")}}.la{display:inline-block;font: 16px/1 LineAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.la-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-fw{width:1.28571429em;text-align:center}.la-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.la-ul>li{position:relative}.la-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.la-li.la-lg{left:-1.85714286em}.la-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.li.pull-left{margin-right:.3em}.li.pull-right{margin-left:.3em}.la-spin{animation:fa-spin 2s infinite linear}.la-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}.la-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}.la-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg)}.la-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);transform:scaleX(-1)}.la-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);transform:scaleY(-1)}:root .la-rotate-90,:root .la-rotate-180,:root .la-rotate-270,:root .la-flip-horizontal,:root .la-flip-vertical{filter:none}.la-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.la-stack-1x,.la-stack-2x{position:absolute;left:0;width:100%;text-align:center}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f100"}.la-adjust:before{content:"\f101"}.la-adn:before{content:"\f102"}.la-align-center:before{content:"\f103"}.la-align-justify:before{content:"\f104"}.la-align-left:before{content:"\f105"}.la-align-right:before{content:"\f106"}.la-amazon:before{content:"\f107"}.la-ambulance:before{content:"\f108"}.la-anchor:before{content:"\f109"}.la-android:before{content:"\f10a"}.la-angellist:before{content:"\f10b"}.la-angle-double-down:before{content:"\f10c"}.la-angle-double-left:before{content:"\f10d"}.la-angle-double-right:before{content:"\f10e"}.la-angle-double-up:before{content:"\f10f"}.la-angle-down:before{content:"\f110"}.la-angle-left:before{content:"\f111"}.la-angle-right:before{content:"\f112"}.la-angle-up:before{content:"\f113"}.la-apple:before{content:"\f114"}.la-archive:before{content:"\f115"}.la-area-chart:before{content:"\f116"}.la-arrow-circle-down:before{content:"\f117"}.la-arrow-circle-left:before{content:"\f118"}.la-arrow-circle-o-down:before{content:"\f119"}.la-arrow-circle-o-left:before{content:"\f11a"}.la-arrow-circle-o-right:before{content:"\f11b"}.la-arrow-circle-o-up:before{content:"\f11c"}.la-arrow-circle-right:before{content:"\f11d"}.la-arrow-circle-up:before{content:"\f11e"}.la-arrow-down:before{content:"\f11f"}.la-arrow-left:before{content:"\f120"}.la-arrow-right:before{content:"\f121"}.la-arrow-up:before{content:"\f122"}.la-arrows:before{content:"\f123"}.la-arrows-alt:before{content:"\f124"}.la-arrows-h:before{content:"\f125"}.la-arrows-v:before{content:"\f126"}.la-asterisk:before{content:"\f127"}.la-at:before{content:"\f128"}.la-automobile:before{content:"\f129"}.la-backward:before{content:"\f12a"}.la-balance-scale:before{content:"\f12b"}.la-ban:before{content:"\f12c"}.la-bank:before{content:"\f12d"}.la-bar-chart:before{content:"\f12e"}.la-bar-chart-o:before{content:"\f12f"}.la-barcode:before{content:"\f130"}.la-bars:before{content:"\f131"}.la-battery-0:before{content:"\f132"}.la-battery-1:before{content:"\f133"}.la-battery-2:before{content:"\f134"}.la-battery-3:before{content:"\f135"}.la-battery-4:before{content:"\f136"}.la-battery-empty:before{content:"\f137"}.la-battery-full:before{content:"\f138"}.la-battery-half:before{content:"\f139"}.la-battery-quarter:before{content:"\f13a"}.la-battery-three-quarters:before{content:"\f13b"}.la-bed:before{content:"\f13c"}.la-beer:before{content:"\f13d"}.la-behance:before{content:"\f13e"}.la-behance-square:before{content:"\f13f"}.la-bell:before{content:"\f140"}.la-bell-o:before{content:"\f141"}.la-bell-slash:before{content:"\f142"}.la-bell-slash-o:before{content:"\f143"}.la-bicycle:before{content:"\f144"}.la-binoculars:before{content:"\f145"}.la-birthday-cake:before{content:"\f146"}.la-bitbucket:before{content:"\f147"}.la-bitbucket-square:before{content:"\f148"}.la-bitcoin:before{content:"\f149"}.la-black-tie:before{content:"\f14a"}.la-bold:before{content:"\f14b"}.la-bolt:before{content:"\f14c"}.la-bomb:before{content:"\f14d"}.la-book:before{content:"\f14e"}.la-bookmark:before{content:"\f14f"}.la-bookmark-o:before{content:"\f150"}.la-briefcase:before{content:"\f151"}.la-btc:before{content:"\f152"}.la-bug:before{content:"\f153"}.la-building:before{content:"\f154"}.la-building-o:before{content:"\f155"}.la-bullhorn:before{content:"\f156"}.la-bullseye:before{content:"\f157"}.la-bus:before{content:"\f158"}.la-buysellads:before{content:"\f159"}.la-cab:before{content:"\f15a"}.la-calculator:before{content:"\f15b"}.la-calendar:before{content:"\f15c"}.la-calendar-check-o:before{content:"\f15d"}.la-calendar-minus-o:before{content:"\f15e"}.la-calendar-o:before{content:"\f15f"}.la-calendar-plus-o:before{content:"\f160"}.la-calendar-times-o:before{content:"\f161"}.la-camera:before{content:"\f162"}.la-camera-retro:before{content:"\f163"}.la-car:before{content:"\f164"}.la-caret-down:before{content:"\f165"}.la-caret-left:before{content:"\f166"}.la-caret-right:before{content:"\f167"}.la-caret-square-o-down:before,.la-toggle-down:before{content:"\f168"}.la-caret-square-o-left:before,.la-toggle-left:before{content:"\f169"}.la-caret-square-o-right:before,.la-toggle-right:before{content:"\f16a"}.la-caret-square-o-up:before,.la-toggle-up:before{content:"\f16b"}.la-caret-up:before{content:"\f16c"}.la-cart-arrow-down:before{content:"\f16d"}.la-cart-plus:before{content:"\f16e"}.la-cc:before{content:"\f16f"}.la-cc-amex:before{content:"\f170"}.la-cc-diners-club:before{content:"\f171"}.la-cc-discover:before{content:"\f172"}.la-cc-jcb:before{content:"\f173"}.la-cc-mastercard:before{content:"\f174"}.la-cc-paypal:before{content:"\f175"}.la-cc-stripe:before{content:"\f176"}.la-cc-visa:before{content:"\f177"}.la-certificate:before{content:"\f178"}.la-chain:before{content:"\f179"}.la-chain-broken:before{content:"\f17a"}.la-check:before{content:"\f17b"}.la-check-circle:before{content:"\f17c"}.la-check-circle-o:before{content:"\f17d"}.la-check-square:before{content:"\f17e"}.la-check-square-o:before{content:"\f17f"}.la-chevron-circle-down:before{content:"\f180"}.la-chevron-circle-left:before{content:"\f181"}.la-chevron-circle-right:before{content:"\f182"}.la-chevron-circle-up:before{content:"\f183"}.la-chevron-down:before{content:"\f184"}.la-chevron-left:before{content:"\f185"}.la-chevron-right:before{content:"\f186"}.la-chevron-up:before{content:"\f187"}.la-child:before{content:"\f188"}.la-chrome:before{content:"\f189"}.la-circle:before{content:"\f18a"}.la-circle-o:before{content:"\f18b"}.la-circle-o-notch:before{content:"\f18c"}.la-circle-thin:before{content:"\f18d"}.la-clipboard:before{content:"\f18e"}.la-clock-o:before{content:"\f18f"}.la-clone:before{content:"\f190"}.la-close:before{content:"\f191"}.la-cloud:before{content:"\f192"}.la-cloud-download:before{content:"\f193"}.la-cloud-upload:before{content:"\f194"}.la-cny:before{content:"\f195"}.la-code:before{content:"\f196"}.la-code-fork:before{content:"\f197"}.la-codepen:before{content:"\f198"}.la-coffee:before{content:"\f199"}.la-cog:before{content:"\f19a"}.la-cogs:before{content:"\f19b"}.la-columns:before{content:"\f19c"}.la-comment:before{content:"\f19d"}.la-comment-o:before{content:"\f19e"}.la-commenting:before{content:"\f19f"}.la-commenting-o:before{content:"\f1a0"}.la-comments:before{content:"\f1a1"}.la-comments-o:before{content:"\f1a2"}.la-compass:before{content:"\f1a3"}.la-compress:before{content:"\f1a4"}.la-connectdevelop:before{content:"\f1a5"}.la-contao:before{content:"\f1a6"}.la-copy:before{content:"\f1a7"}.la-copyright:before{content:"\f1a8"}.la-creative-commons:before{content:"\f1a9"}.la-credit-card:before{content:"\f1aa"}.la-crop:before{content:"\f1ab"}.la-crosshairs:before{content:"\f1ac"}.la-css3:before{content:"\f1ad"}.la-cube:before{content:"\f1ae"}.la-cubes:before{content:"\f1af"}.la-cut:before{content:"\f1b0"}.la-cutlery:before{content:"\f1b1"}.la-dashboard:before{content:"\f1b2"}.la-dashcube:before{content:"\f1b3"}.la-database:before{content:"\f1b4"}.la-dedent:before{content:"\f1b5"}.la-delicious:before{content:"\f1b6"}.la-desktop:before{content:"\f1b7"}.la-deviantart:before{content:"\f1b8"}.la-diamond:before{content:"\f1b9"}.la-digg:before{content:"\f1ba"}.la-dollar:before{content:"\f1bb"}.la-dot-circle-o:before{content:"\f1bc"}.la-download:before{content:"\f1bd"}.la-dribbble:before{content:"\f1be"}.la-dropbox:before{content:"\f1bf"}.la-drupal:before{content:"\f1c0"}.la-edit:before{content:"\f1c1"}.la-eject:before{content:"\f1c2"}.la-ellipsis-h:before{content:"\f1c3"}.la-ellipsis-v:before{content:"\f1c4"}.la-empire:before,.la-ge:before{content:"\f1c5"}.la-envelope:before{content:"\f1c6"}.la-envelope-o:before{content:"\f1c7"}.la-envelope-square:before{content:"\f1c8"}.la-eraser:before{content:"\f1c9"}.la-eur:before{content:"\f1ca"}.la-euro:before{content:"\f1cb"}.la-exchange:before{content:"\f1cc"}.la-exclamation:before{content:"\f1cd"}.la-exclamation-circle:before{content:"\f1ce"}.la-exclamation-triangle:before{content:"\f1cf"}.la-expand:before{content:"\f1d0"}.la-expeditedssl:before{content:"\f1d1"}.la-external-link:before{content:"\f1d2"}.la-external-link-square:before{content:"\f1d3"}.la-eye:before{content:"\f1d4"}.la-eye-slash:before{content:"\f1d5"}.la-eyedropper:before{content:"\f1d6"}.la-facebook:before,.la-facebook-f:before{content:"\f1d7"}.la-facebook-official:before{content:"\f1d8"}.la-facebook-square:before{content:"\f1d9"}.la-fast-backward:before{content:"\f1da"}.la-fast-forward:before{content:"\f1db"}.la-fax:before{content:"\f1dc"}.la-female:before{content:"\f1dd"}.la-fighter-jet:before{content:"\f1de"}.la-file:before{content:"\f1df"}.la-file-archive-o:before{content:"\f1e0"}.la-file-audio-o:before{content:"\f1e1"}.la-file-code-o:before{content:"\f1e2"}.la-file-excel-o:before{content:"\f1e3"}.la-file-image-o:before{content:"\f1e4"}.la-file-movie-o:before{content:"\f1e5"}.la-file-o:before{content:"\f1e6"}.la-file-pdf-o:before{content:"\f1e7"}.la-file-photo-o:before{content:"\f1e8"}.la-file-picture-o:before{content:"\f1e9"}.la-file-powerpoint-o:before{content:"\f1ea"}.la-file-sound-o:before{content:"\f1eb"}.la-file-text:before{content:"\f1ec"}.la-file-text-o:before{content:"\f1ed"}.la-file-video-o:before{content:"\f1ee"}.la-file-word-o:before{content:"\f1ef"}.la-file-zip-o:before{content:"\f1f0"}.la-files-o:before{content:"\f1f1"}.la-film:before{content:"\f1f2"}.la-filter:before{content:"\f1f3"}.la-fire:before{content:"\f1f4"}.la-fire-extinguisher:before{content:"\f1f5"}.la-firefox:before{content:"\f1f6"}.la-flag:before{content:"\f1f7"}.la-flag-checkered:before{content:"\f1f8"}.la-flag-o:before{content:"\f1f9"}.la-flash:before{content:"\f1fa"}.la-flask:before{content:"\f1fb"}.la-flickr:before{content:"\f1fc"}.la-floppy-o:before{content:"\f1fd"}.la-folder:before{content:"\f1fe"}.la-folder-o:before{content:"\f1ff"}.la-folder-open:before{content:"\f200"}.la-folder-open-o:before{content:"\f201"}.la-font:before{content:"\f202"}.la-fonticons:before{content:"\f203"}.la-forumbee:before{content:"\f204"}.la-forward:before{content:"\f205"}.la-foursquare:before{content:"\f206"}.la-frown-o:before{content:"\f207"}.la-futbol-o:before,.la-soccer-ball-o:before{content:"\f208"}.la-gamepad:before{content:"\f209"}.la-gavel:before{content:"\f20a"}.la-gbp:before{content:"\f20b"}.la-gear:before{content:"\f20c"}.la-gears:before{content:"\f20d"}.la-genderless:before{content:"\f20e"}.la-get-pocket:before{content:"\f20f"}.la-gg:before{content:"\f210"}.la-gg-circle:before{content:"\f211"}.la-gift:before{content:"\f212"}.la-git:before{content:"\f213"}.la-git-square:before{content:"\f214"}.la-github:before{content:"\f215"}.la-github-alt:before{content:"\f216"}.la-github-square:before{content:"\f217"}.la-glass:before{content:"\f218"}.la-globe:before{content:"\f219"}.la-google:before{content:"\f21a"}.la-google-plus:before{content:"\f21b"}.la-google-plus-square:before{content:"\f21c"}.la-google-wallet:before{content:"\f21d"}.la-graduation-cap:before{content:"\f21e"}.la-gratipay:before,.la-gittip:before{content:"\f21f"}.la-group:before{content:"\f220"}.la-h-square:before{content:"\f221"}.la-hacker-news:before{content:"\f222"}.la-hand-grab-o:before{content:"\f223"}.la-hand-lizard-o:before{content:"\f224"}.la-hand-o-down:before{content:"\f225"}.la-hand-o-left:before{content:"\f226"}.la-hand-o-right:before{content:"\f227"}.la-hand-o-up:before{content:"\f228"}.la-hand-paper-o:before{content:"\f229"}.la-hand-peace-o:before{content:"\f22a"}.la-hand-pointer-o:before{content:"\f22b"}.la-hand-rock-o:before{content:"\f22c"}.la-hand-scissors-o:before{content:"\f22d"}.la-hand-spock-o:before{content:"\f22e"}.la-hand-stop-o:before{content:"\f22f"}.la-hdd-o:before{content:"\f230"}.la-header:before{content:"\f231"}.la-headphones:before{content:"\f232"}.la-heart:before{content:"\f233"}.la-heart-o:before{content:"\f234"}.la-heartbeat:before{content:"\f235"}.la-history:before{content:"\f236"}.la-home:before{content:"\f237"}.la-hospital-o:before{content:"\f238"}.la-hotel:before{content:"\f239"}.la-hourglass:before{content:"\f23a"}.la-hourglass-1:before{content:"\f23b"}.la-hourglass-2:before{content:"\f23c"}.la-hourglass-3:before{content:"\f23d"}.la-hourglass-end:before{content:"\f23e"}.la-hourglass-half:before{content:"\f23f"}.la-hourglass-o:before{content:"\f240"}.la-hourglass-start:before{content:"\f241"}.la-houzz:before{content:"\f242"}.la-html5:before{content:"\f243"}.la-i-cursor:before{content:"\f244"}.la-ils:before{content:"\f245"}.la-image:before{content:"\f246"}.la-inbox:before{content:"\f247"}.la-indent:before{content:"\f248"}.la-industry:before{content:"\f249"}.la-info:before{content:"\f24a"}.la-info-circle:before{content:"\f24b"}.la-inr:before{content:"\f24c"}.la-instagram:before{content:"\f24d"}.la-institution:before{content:"\f24e"}.la-internet-explorer:before{content:"\f24f"}.la-ioxhost:before{content:"\f250"}.la-italic:before{content:"\f251"}.la-joomla:before{content:"\f252"}.la-jpy:before{content:"\f253"}.la-jsfiddle:before{content:"\f254"}.la-key:before{content:"\f255"}.la-keyboard-o:before{content:"\f256"}.la-krw:before{content:"\f257"}.la-language:before{content:"\f258"}.la-laptop:before{content:"\f259"}.la-lastfm:before{content:"\f25a"}.la-lastfm-square:before{content:"\f25b"}.la-leaf:before{content:"\f25c"}.la-leanpub:before{content:"\f25d"}.la-legal:before{content:"\f25e"}.la-lemon-o:before{content:"\f25f"}.la-level-down:before{content:"\f260"}.la-level-up:before{content:"\f261"}.la-life-bouy:before{content:"\f262"}.la-life-buoy:before{content:"\f263"}.la-life-ring:before,.la-support:before{content:"\f264"}.la-life-saver:before{content:"\f265"}.la-lightbulb-o:before{content:"\f266"}.la-line-chart:before{content:"\f267"}.la-link:before{content:"\f268"}.la-linkedin:before{content:"\f269"}.la-linkedin-square:before{content:"\f26a"}.la-linux:before{content:"\f26b"}.la-list:before{content:"\f26c"}.la-list-alt:before{content:"\f26d"}.la-list-ol:before{content:"\f26e"}.la-list-ul:before{content:"\f26f"}.la-location-arrow:before{content:"\f270"}.la-lock:before{content:"\f271"}.la-long-arrow-down:before{content:"\f272"}.la-long-arrow-left:before{content:"\f273"}.la-long-arrow-right:before{content:"\f274"}.la-long-arrow-up:before{content:"\f275"}.la-magic:before{content:"\f276"}.la-magnet:before{content:"\f277"}.la-mail-forward:before{content:"\f278"}.la-mail-reply:before{content:"\f279"}.la-mail-reply-all:before{content:"\f27a"}.la-male:before{content:"\f27b"}.la-map:before{content:"\f27c"}.la-map-marker:before{content:"\f27d"}.la-map-o:before{content:"\f27e"}.la-map-pin:before{content:"\f27f"}.la-map-signs:before{content:"\f280"}.la-mars:before{content:"\f281"}.la-mars-double:before{content:"\f282"}.la-mars-stroke:before{content:"\f283"}.la-mars-stroke-h:before{content:"\f284"}.la-mars-stroke-v:before{content:"\f285"}.la-maxcdn:before{content:"\f286"}.la-meanpath:before{content:"\f287"}.la-medium:before{content:"\f288"}.la-medkit:before{content:"\f289"}.la-meh-o:before{content:"\f28a"}.la-mercury:before{content:"\f28b"}.la-microphone:before{content:"\f28c"}.la-microphone-slash:before{content:"\f28d"}.la-minus:before{content:"\f28e"}.la-minus-circle:before{content:"\f28f"}.la-minus-square:before{content:"\f290"}.la-minus-square-o:before{content:"\f291"}.la-mobile:before{content:"\f292"}.la-mobile-phone:before{content:"\f293"}.la-money:before{content:"\f294"}.la-moon-o:before{content:"\f295"}.la-mortar-board:before{content:"\f296"}.la-motorcycle:before{content:"\f297"}.la-mouse-pointer:before{content:"\f298"}.la-music:before{content:"\f299"}.la-navicon:before{content:"\f29a"}.la-neuter:before{content:"\f29b"}.la-newspaper-o:before{content:"\f29c"}.la-object-group:before{content:"\f29d"}.la-object-ungroup:before{content:"\f29e"}.la-odnoklassniki:before{content:"\f29f"}.la-odnoklassniki-square:before{content:"\f2a0"}.la-opencart:before{content:"\f2a1"}.la-openid:before{content:"\f2a2"}.la-opera:before{content:"\f2a3"}.la-optin-monster:before{content:"\f2a4"}.la-outdent:before{content:"\f2a5"}.la-pagelines:before{content:"\f2a6"}.la-paint-brush:before{content:"\f2a7"}.la-paper-plane:before,.la-send:before{content:"\f2a8"}.la-paper-plane-o:before,.la-send-o:before{content:"\f2a9"}.la-paperclip:before{content:"\f2aa"}.la-paragraph:before{content:"\f2ab"}.la-paste:before{content:"\f2ac"}.la-pause:before{content:"\f2ad"}.la-paw:before{content:"\f2ae"}.la-paypal:before{content:"\f2af"}.la-pencil:before{content:"\f2b0"}.la-pencil-square:before{content:"\f2b1"}.la-pencil-square-o:before{content:"\f2b2"}.la-phone:before{content:"\f2b3"}.la-phone-square:before{content:"\f2b4"}.la-photo:before{content:"\f2b5"}.la-picture-o:before{content:"\f2b6"}.la-pie-chart:before{content:"\f2b7"}.la-pied-piper:before{content:"\f2b8"}.la-pied-piper-alt:before{content:"\f2b9"}.la-pinterest:before{content:"\f2ba"}.la-pinterest-p:before{content:"\f2bb"}.la-pinterest-square:before{content:"\f2bc"}.la-plane:before{content:"\f2bd"}.la-play:before{content:"\f2be"}.la-play-circle:before{content:"\f2bf"}.la-play-circle-o:before{content:"\f2c0"}.la-plug:before{content:"\f2c1"}.la-plus:before{content:"\f2c2"}.la-plus-circle:before{content:"\f2c3"}.la-plus-square:before{content:"\f2c4"}.la-plus-square-o:before{content:"\f2c5"}.la-power-off:before{content:"\f2c6"}.la-print:before{content:"\f2c7"}.la-puzzle-piece:before{content:"\f2c8"}.la-qq:before{content:"\f2c9"}.la-qrcode:before{content:"\f2ca"}.la-question:before{content:"\f2cb"}.la-question-circle:before{content:"\f2cc"}.la-quote-left:before{content:"\f2cd"}.la-quote-right:before{content:"\f2ce"}.la-ra:before{content:"\f2cf"}.la-random:before{content:"\f2d0"}.la-rebel:before{content:"\f2d1"}.la-recycle:before{content:"\f2d2"}.la-reddit:before{content:"\f2d3"}.la-reddit-square:before{content:"\f2d4"}.la-refresh:before{content:"\f2d5"}.la-registered:before{content:"\f2d6"}.la-renren:before{content:"\f2d7"}.la-reorder:before{content:"\f2d8"}.la-repeat:before{content:"\f2d9"}.la-reply:before{content:"\f2da"}.la-reply-all:before{content:"\f2db"}.la-retweet:before{content:"\f2dc"}.la-rmb:before{content:"\f2dd"}.la-road:before{content:"\f2de"}.la-rocket:before{content:"\f2df"}.la-rotate-left:before{content:"\f2e0"}.la-rotate-right:before{content:"\f2e1"}.la-rouble:before{content:"\f2e2"}.la-rss:before,.la-feed:before{content:"\f2e3"}.la-rss-square:before{content:"\f2e4"}.la-rub:before{content:"\f2e5"}.la-ruble:before{content:"\f2e6"}.la-rupee:before{content:"\f2e7"}.la-safari:before{content:"\f2e8"}.la-save:before{content:"\f2e9"}.la-scissors:before{content:"\f2ea"}.la-search:before{content:"\f2eb"}.la-search-minus:before{content:"\f2ec"}.la-search-plus:before{content:"\f2ed"}.la-sellsy:before{content:"\f2ee"}.la-server:before{content:"\f2ef"}.la-share:before{content:"\f2f0"}.la-share-alt:before{content:"\f2f1"}.la-share-alt-square:before{content:"\f2f2"}.la-share-square:before{content:"\f2f3"}.la-share-square-o:before{content:"\f2f4"}.la-shekel:before{content:"\f2f5"}.la-sheqel:before{content:"\f2f6"}.la-shield:before{content:"\f2f7"}.la-ship:before{content:"\f2f8"}.la-shirtsinbulk:before{content:"\f2f9"}.la-shopping-cart:before{content:"\f2fa"}.la-sign-in:before{content:"\f2fb"}.la-sign-out:before{content:"\f2fc"}.la-signal:before{content:"\f2fd"}.la-simplybuilt:before{content:"\f2fe"}.la-sitemap:before{content:"\f2ff"}.la-skyatlas:before{content:"\f300"}.la-skype:before{content:"\f301"}.la-slack:before{content:"\f302"}.la-sliders:before{content:"\f303"}.la-slideshare:before{content:"\f304"}.la-smile-o:before{content:"\f305"}.la-sort:before,.la-unsorted:before{content:"\f306"}.la-sort-alpha-asc:before{content:"\f307"}.la-sort-alpha-desc:before{content:"\f308"}.la-sort-amount-asc:before{content:"\f309"}.la-sort-amount-desc:before{content:"\f30a"}.la-sort-asc:before,.la-sort-up:before{content:"\f30b"}.la-sort-desc:before,.la-sort-down:before{content:"\f30c"}.la-sort-numeric-asc:before{content:"\f30d"}.la-sort-numeric-desc:before{content:"\f30e"}.la-soundcloud:before{content:"\f30f"}.la-space-shuttle:before{content:"\f310"}.la-spinner:before{content:"\f311"}.la-spoon:before{content:"\f312"}.la-spotify:before{content:"\f313"}.la-square:before{content:"\f314"}.la-square-o:before{content:"\f315"}.la-stack-exchange:before{content:"\f316"}.la-stack-overflow:before{content:"\f317"}.la-star:before{content:"\f318"}.la-star-half:before{content:"\f319"}.la-star-half-o:before,.la-star-half-full:before,.la-star-half-empty:before{content:"\f31a"}.la-star-o:before{content:"\f31b"}.la-steam:before{content:"\f31c"}.la-steam-square:before{content:"\f31d"}.la-step-backward:before{content:"\f31e"}.la-step-forward:before{content:"\f31f"}.la-stethoscope:before{content:"\f320"}.la-sticky-note:before{content:"\f321"}.la-sticky-note-o:before{content:"\f322"}.la-stop:before{content:"\f323"}.la-street-view:before{content:"\f324"}.la-strikethrough:before{content:"\f325"}.la-stumbleupon:before{content:"\f326"}.la-stumbleupon-circle:before{content:"\f327"}.la-subscript:before{content:"\f328"}.la-subway:before{content:"\f329"}.la-suitcase:before{content:"\f32a"}.la-sun-o:before{content:"\f32b"}.la-superscript:before{content:"\f32c"}.la-table:before{content:"\f32d"}.la-tablet:before{content:"\f32e"}.la-tachometer:before{content:"\f32f"}.la-tag:before{content:"\f330"}.la-tags:before{content:"\f331"}.la-tasks:before{content:"\f332"}.la-taxi:before{content:"\f333"}.la-television:before,.la-tv:before{content:"\f334"}.la-tencent-weibo:before{content:"\f335"}.la-terminal:before{content:"\f336"}.la-text-height:before{content:"\f337"}.la-text-width:before{content:"\f338"}.la-th:before{content:"\f339"}.la-th-large:before{content:"\f33a"}.la-th-list:before{content:"\f33b"}.la-thumb-tack:before{content:"\f33c"}.la-thumbs-down:before{content:"\f33d"}.la-thumbs-o-down:before{content:"\f33e"}.la-thumbs-o-up:before{content:"\f33f"}.la-thumbs-up:before{content:"\f340"}.la-ticket:before{content:"\f341"}.la-times:before,.la-remove:before{content:"\f342"}.la-times-circle:before{content:"\f343"}.la-times-circle-o:before{content:"\f344"}.la-tint:before{content:"\f345"}.la-toggle-off:before{content:"\f346"}.la-toggle-on:before{content:"\f347"}.la-trademark:before{content:"\f348"}.la-train:before{content:"\f349"}.la-transgender:before,.la-intersex:before{content:"\f34a"}.la-transgender-alt:before{content:"\f34b"}.la-trash:before{content:"\f34c"}.la-trash-o:before{content:"\f34d"}.la-tree:before{content:"\f34e"}.la-trello:before{content:"\f34f"}.la-tripadvisor:before{content:"\f350"}.la-trophy:before{content:"\f351"}.la-truck:before{content:"\f352"}.la-try:before{content:"\f353"}.la-tty:before{content:"\f354"}.la-tumblr:before{content:"\f355"}.la-tumblr-square:before{content:"\f356"}.la-turkish-lira:before{content:"\f357"}.la-twitch:before{content:"\f358"}.la-twitter:before{content:"\f359"}.la-twitter-square:before{content:"\f35a"}.la-umbrella:before{content:"\f35b"}.la-underline:before{content:"\f35c"}.la-undo:before{content:"\f35d"}.la-university:before{content:"\f35e"}.la-unlink:before{content:"\f35f"}.la-unlock:before{content:"\f360"}.la-unlock-alt:before{content:"\f361"}.la-upload:before{content:"\f362"}.la-usd:before{content:"\f363"}.la-user:before{content:"\f364"}.la-user-md:before{content:"\f365"}.la-user-plus:before{content:"\f366"}.la-user-secret:before{content:"\f367"}.la-user-times:before{content:"\f368"}.la-users:before{content:"\f369"}.la-venus:before{content:"\f36a"}.la-venus-double:before{content:"\f36b"}.la-venus-mars:before{content:"\f36c"}.la-viacoin:before{content:"\f36d"}.la-video-camera:before{content:"\f36e"}.la-vimeo:before{content:"\f36f"}.la-vimeo-square:before{content:"\f370"}.la-vine:before{content:"\f371"}.la-vk:before{content:"\f372"}.la-volume-down:before{content:"\f373"}.la-volume-off:before{content:"\f374"}.la-volume-up:before{content:"\f375"}.la-warning:before{content:"\f376"}.la-wechat:before{content:"\f377"}.la-weibo:before{content:"\f378"}.la-weixin:before{content:"\f379"}.la-whatsapp:before{content:"\f37a"}.la-wheelchair:before{content:"\f37b"}.la-wifi:before{content:"\f37c"}.la-wikipedia-w:before{content:"\f37d"}.la-windows:before{content:"\f37e"}.la-won:before{content:"\f37f"}.la-wordpress:before{content:"\f380"}.la-wrench:before{content:"\f381"}.la-xing:before{content:"\f382"}.la-xing-square:before{content:"\f383"}.la-y-combinator:before{content:"\f384"}.la-y-combinator-square:before{content:"\f385"}.la-yahoo:before{content:"\f386"}.la-yc:before{content:"\f387"}.la-yc-square:before{content:"\f388"}.la-yelp:before{content:"\f389"}.la-yen:before{content:"\f38a"}.la-youtube:before{content:"\f38b"}.la-youtube-play:before{content:"\f38c"}.la-youtube-square:before{content:"\f38d"}@font-face{font-family:Flaticon;src:url(Flaticon.95b0158d43baad5b.eot);src:url(Flaticon.95b0158d43baad5b.eot?#iefix) format("embedded-opentype"),url(Flaticon.8df891f4ae854748.woff) format("woff"),url(Flaticon.d28111d81bae0677.ttf) format("truetype"),url(Flaticon.5decfed006e2351a.svg#Flaticon) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon;src:url(Flaticon.5decfed006e2351a.svg#Flaticon) format("svg")}}[class^=flaticon-]:before,[class*=" flaticon-"]:before{font-family:Flaticon;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.flaticon-email-black-circular-button:before{content:"\f100"}.flaticon-map:before{content:"\f101"}.flaticon-alert-off:before{content:"\f102"}.flaticon-alert:before{content:"\f103"}.flaticon-computer:before{content:"\f104"}.flaticon-responsive:before{content:"\f105"}.flaticon-presentation:before{content:"\f106"}.flaticon-arrows:before{content:"\f107"}.flaticon-rocket:before{content:"\f108"}.flaticon-reply:before{content:"\f109"}.flaticon-gift:before{content:"\f10a"}.flaticon-confetti:before{content:"\f10b"}.flaticon-piggy-bank:before{content:"\f10c"}.flaticon-support:before{content:"\f10d"}.flaticon-delete:before{content:"\f10e"}.flaticon-eye:before{content:"\f10f"}.flaticon-multimedia:before{content:"\f110"}.flaticon-whatsapp:before{content:"\f111"}.flaticon-multimedia-2:before{content:"\f112"}.flaticon-email:before{content:"\f113"}.flaticon-presentation-1:before{content:"\f114"}.flaticon-trophy:before{content:"\f115"}.flaticon-psd:before{content:"\f116"}.flaticon-layer:before{content:"\f117"}.flaticon-doc:before{content:"\f118"}.flaticon-file:before{content:"\f119"}.flaticon-network:before{content:"\f11a"}.flaticon-bus-stop:before{content:"\f11b"}.flaticon-globe:before{content:"\f11c"}.flaticon-upload:before{content:"\f11d"}.flaticon-squares:before{content:"\f11e"}.flaticon-technology:before{content:"\f11f"}.flaticon-up-arrow:before{content:"\f120"}.flaticon-browser:before{content:"\f121"}.flaticon-speech-bubble:before{content:"\f122"}.flaticon-coins:before{content:"\f123"}.flaticon-open-box:before{content:"\f124"}.flaticon-speech-bubble-1:before{content:"\f125"}.flaticon-attachment:before{content:"\f126"}.flaticon-photo-camera:before{content:"\f127"}.flaticon-skype-logo:before{content:"\f128"}.flaticon-linkedin-logo:before{content:"\f129"}.flaticon-twitter-logo:before{content:"\f12a"}.flaticon-facebook-letter-logo:before{content:"\f12b"}.flaticon-calendar-with-a-clock-time-tools:before{content:"\f12c"}.flaticon-youtube:before{content:"\f12d"}.flaticon-add-circular-button:before{content:"\f12e"}.flaticon-more-v2:before{content:"\f12f"}.flaticon-search:before{content:"\f130"}.flaticon-search-magnifier-interface-symbol:before{content:"\f131"}.flaticon-questions-circular-button:before{content:"\f132"}.flaticon-refresh:before{content:"\f133"}.flaticon-logout:before{content:"\f134"}.flaticon-event-calendar-symbol:before{content:"\f135"}.flaticon-laptop:before{content:"\f136"}.flaticon-tool:before{content:"\f137"}.flaticon-graphic:before{content:"\f138"}.flaticon-symbol:before{content:"\f139"}.flaticon-graphic-1:before{content:"\f13a"}.flaticon-clock:before{content:"\f13b"}.flaticon-squares-1:before{content:"\f13c"}.flaticon-black:before{content:"\f13d"}.flaticon-book:before{content:"\f13e"}.flaticon-cogwheel:before{content:"\f13f"}.flaticon-exclamation:before{content:"\f140"}.flaticon-add-label-button:before{content:"\f141"}.flaticon-delete-1:before{content:"\f142"}.flaticon-interface:before{content:"\f143"}.flaticon-more:before{content:"\f144"}.flaticon-warning-sign:before{content:"\f145"}.flaticon-calendar:before{content:"\f146"}.flaticon-instagram-logo:before{content:"\f147"}.flaticon-linkedin:before{content:"\f148"}.flaticon-facebook-logo-button:before{content:"\f149"}.flaticon-twitter-logo-button:before{content:"\f14a"}.flaticon-cancel:before{content:"\f14b"}.flaticon-exclamation-square:before{content:"\f14c"}.flaticon-buildings:before{content:"\f14d"}.flaticon-danger:before{content:"\f14e"}.flaticon-technology-1:before{content:"\f14f"}.flaticon-letter-g:before{content:"\f150"}.flaticon-interface-1:before{content:"\f151"}.flaticon-circle:before{content:"\f152"}.flaticon-pin:before{content:"\f153"}.flaticon-close:before{content:"\f154"}.flaticon-clock-1:before{content:"\f155"}.flaticon-apps:before{content:"\f156"}.flaticon-user:before{content:"\f157"}.flaticon-menu-button:before{content:"\f158"}.flaticon-settings:before{content:"\f159"}.flaticon-home:before{content:"\f15a"}.flaticon-clock-2:before{content:"\f15b"}.flaticon-lifebuoy:before{content:"\f15c"}.flaticon-cogwheel-1:before{content:"\f15d"}.flaticon-paper-plane:before{content:"\f15e"}.flaticon-statistics:before{content:"\f15f"}.flaticon-diagram:before{content:"\f160"}.flaticon-line-graph:before{content:"\f161"}.flaticon-customer:before{content:"\f162"}.flaticon-visible:before{content:"\f163"}.flaticon-shopping-basket:before{content:"\f164"}.flaticon-price-tag:before{content:"\f165"}.flaticon-businesswoman:before{content:"\f166"}.flaticon-medal:before{content:"\f167"}.flaticon-like:before{content:"\f168"}.flaticon-edit:before{content:"\f169"}.flaticon-avatar:before{content:"\f16a"}.flaticon-download:before{content:"\f16b"}.flaticon-home-1:before{content:"\f16c"}.flaticon-mail:before{content:"\f16d"}.flaticon-mail-1:before{content:"\f16e"}.flaticon-warning:before{content:"\f16f"}.flaticon-cart:before{content:"\f170"}.flaticon-bag:before{content:"\f171"}.flaticon-pie-chart:before{content:"\f172"}.flaticon-graph:before{content:"\f173"}.flaticon-interface-2:before{content:"\f174"}.flaticon-chat:before{content:"\f175"}.flaticon-envelope:before{content:"\f176"}.flaticon-chat-1:before{content:"\f177"}.flaticon-interface-3:before{content:"\f178"}.flaticon-background:before{content:"\f179"}.flaticon-file-1:before{content:"\f17a"}.flaticon-interface-4:before{content:"\f17b"}.flaticon-multimedia-3:before{content:"\f17c"}.flaticon-list:before{content:"\f17d"}.flaticon-time:before{content:"\f17e"}.flaticon-profile:before{content:"\f17f"}.flaticon-imac:before{content:"\f180"}.flaticon-medical:before{content:"\f181"}.flaticon-music:before{content:"\f182"}.flaticon-plus:before{content:"\f183"}.flaticon-exclamation-1:before{content:"\f184"}.flaticon-info:before{content:"\f185"}.flaticon-menu-1:before{content:"\f186"}.flaticon-menu-2:before{content:"\f187"}.flaticon-share:before{content:"\f188"}.flaticon-interface-5:before{content:"\f189"}.flaticon-signs:before{content:"\f18a"}.flaticon-tabs:before{content:"\f18b"}.flaticon-multimedia-4:before{content:"\f18c"}.flaticon-upload-1:before{content:"\f18d"}.flaticon-web:before{content:"\f18e"}.flaticon-placeholder:before{content:"\f18f"}.flaticon-placeholder-1:before{content:"\f190"}.flaticon-layers:before{content:"\f191"}.flaticon-interface-6:before{content:"\f192"}.flaticon-interface-7:before{content:"\f193"}.flaticon-interface-8:before{content:"\f194"}.flaticon-tool-1:before{content:"\f195"}.flaticon-settings-1:before{content:"\f196"}.flaticon-alarm:before{content:"\f197"}.flaticon-search-1:before{content:"\f198"}.flaticon-time-1:before{content:"\f199"}.flaticon-stopwatch:before{content:"\f19a"}.flaticon-folder:before{content:"\f19b"}.flaticon-folder-1:before{content:"\f19c"}.flaticon-folder-2:before{content:"\f19d"}.flaticon-folder-3:before{content:"\f19e"}.flaticon-file-2:before{content:"\f19f"}.flaticon-list-1:before{content:"\f1a0"}.flaticon-list-2:before{content:"\f1a1"}.flaticon-calendar-1:before{content:"\f1a2"}.flaticon-time-2:before{content:"\f1a3"}.flaticon-interface-9:before{content:"\f1a4"}.flaticon-app:before{content:"\f1a5"}.flaticon-suitcase:before{content:"\f1a6"}.flaticon-grid-menu-v2:before{content:"\f1a7"}.flaticon-more-v6:before{content:"\f1a8"}.flaticon-more-v5:before{content:"\f1a9"}.flaticon-add:before{content:"\f1aa"}.flaticon-multimedia-5:before{content:"\f1ab"}.flaticon-more-v4:before{content:"\f1ac"}.flaticon-placeholder-2:before{content:"\f1ad"}.flaticon-map-location:before{content:"\f1ae"}.flaticon-users:before{content:"\f1af"}.flaticon-profile-1:before{content:"\f1b0"}.flaticon-lock:before{content:"\f1b1"}.flaticon-sound:before{content:"\f1b2"}.flaticon-star:before{content:"\f1b3"}.flaticon-placeholder-3:before{content:"\f1b4"}.flaticon-bell:before{content:"\f1b5"}.flaticon-paper-plane-1:before{content:"\f1b6"}.flaticon-users-1:before{content:"\f1b7"}.flaticon-more-1:before{content:"\f1b8"}.flaticon-up-arrow-1:before{content:"\f1b9"}.flaticon-grid-menu:before{content:"\f1ba"}.flaticon-alarm-1:before{content:"\f1bb"}.flaticon-earth-globe:before{content:"\f1bc"}.flaticon-alert-1:before{content:"\f1bd"}.flaticon-internet:before{content:"\f1be"}.flaticon-user-ok:before{content:"\f1bf"}.flaticon-user-add:before{content:"\f1c0"}.flaticon-user-settings:before{content:"\f1c1"}.flaticon-truck:before{content:"\f1c2"}.flaticon-analytics:before{content:"\f1c3"}.flaticon-notes:before{content:"\f1c4"}.flaticon-tea-cup:before{content:"\f1c5"}.flaticon-exclamation-2:before{content:"\f1c6"}.flaticon-technology-2:before{content:"\f1c7"}.flaticon-location:before{content:"\f1c8"}.flaticon-edit-1:before{content:"\f1c9"}.flaticon-home-2:before{content:"\f1ca"}.flaticon-dashboard:before{content:"\f1cb"}.flaticon-information:before{content:"\f1cc"}.flaticon-light:before{content:"\f1cd"}.flaticon-car:before{content:"\f1ce"}.flaticon-business:before{content:"\f1cf"}.flaticon-squares-2:before{content:"\f1d0"}.flaticon-signs-1:before{content:"\f1d1"}.flaticon-mark:before{content:"\f1d2"}.flaticon-squares-3:before{content:"\f1d3"}.flaticon-comment:before{content:"\f1d4"}.flaticon-shapes:before{content:"\f1d5"}.flaticon-clipboard:before{content:"\f1d6"}.flaticon-squares-4:before{content:"\f1d7"}.flaticon-delete-2:before{content:"\f1d8"}.flaticon-bell-1:before{content:"\f1d9"}.flaticon-list-3:before{content:"\f1da"}.flaticon-infinity:before{content:"\f1db"}.flaticon-chat-2:before{content:"\f1dc"}.flaticon-calendar-2:before{content:"\f1dd"}.flaticon-signs-2:before{content:"\f1de"}.flaticon-time-3:before{content:"\f1df"}.flaticon-calendar-3:before{content:"\f1e0"}.flaticon-interface-10:before{content:"\f1e1"}.flaticon-interface-11:before{content:"\f1e2"}.flaticon-folder-4:before{content:"\f1e3"}.flaticon-alert-2:before{content:"\f1e4"}.flaticon-cogwheel-2:before{content:"\f1e5"}.flaticon-graphic-2:before{content:"\f1e6"}.flaticon-rotate:before{content:"\f1e7"}.flaticon-feed:before{content:"\f1e8"}.flaticon-safe-shield-protection:before{content:"\f1e9"}.flaticon-security:before{content:"\f1ea"}.flaticon-download-1:before{content:"\f1eb"}.flaticon-pie-chart-1:before{content:"\f1ec"}.flaticon-notepad:before{content:"\f1ed"}@font-face{font-family:Flaticon2;src:url(Flaticon2.1165a6a93bf348e3.eot);src:url(Flaticon2.1165a6a93bf348e3.eot?#iefix) format("embedded-opentype"),url(Flaticon2.15e60aa8e13b352a.woff) format("woff"),url(Flaticon2.022525b6f011f164.ttf) format("truetype"),url(Flaticon2.ea398f4dcb87779d.svg#Flaticon2) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon2;src:url(Flaticon2.ea398f4dcb87779d.svg#Flaticon2) format("svg")}}[class^=flaticon2-]:before,[class*=" flaticon2-"]:before{font-family:Flaticon2;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.flaticon2-notification:before{content:"\f100"}.flaticon2-settings:before{content:"\f101"}.flaticon2-search:before{content:"\f102"}.flaticon2-delete:before{content:"\f103"}.flaticon2-psd:before{content:"\f104"}.flaticon2-list:before{content:"\f105"}.flaticon2-box:before{content:"\f106"}.flaticon2-download:before{content:"\f107"}.flaticon2-shield:before{content:"\f108"}.flaticon2-paperplane:before{content:"\f109"}.flaticon2-avatar:before{content:"\f10a"}.flaticon2-bell:before{content:"\f10b"}.flaticon2-fax:before{content:"\f10c"}.flaticon2-chart2:before{content:"\f10d"}.flaticon2-supermarket:before{content:"\f10e"}.flaticon2-phone:before{content:"\f10f"}.flaticon2-envelope:before{content:"\f110"}.flaticon2-pin:before{content:"\f111"}.flaticon2-chat:before{content:"\f112"}.flaticon2-chart:before{content:"\f113"}.flaticon2-infographic:before{content:"\f114"}.flaticon2-grids:before{content:"\f115"}.flaticon2-menu:before{content:"\f116"}.flaticon2-plus:before{content:"\f117"}.flaticon2-list-1:before{content:"\f118"}.flaticon2-talk:before{content:"\f119"}.flaticon2-file:before{content:"\f11a"}.flaticon2-user:before{content:"\f11b"}.flaticon2-line-chart:before{content:"\f11c"}.flaticon2-percentage:before{content:"\f11d"}.flaticon2-menu-1:before{content:"\f11e"}.flaticon2-paper-plane:before{content:"\f11f"}.flaticon2-menu-2:before{content:"\f120"}.flaticon2-shopping-cart:before{content:"\f121"}.flaticon2-pie-chart:before{content:"\f122"}.flaticon2-box-1:before{content:"\f123"}.flaticon2-map:before{content:"\f124"}.flaticon2-favourite:before{content:"\f125"}.flaticon2-checking:before{content:"\f126"}.flaticon2-safe:before{content:"\f127"}.flaticon2-heart-rate-monitor:before{content:"\f128"}.flaticon2-layers:before{content:"\f129"}.flaticon2-delivery-package:before{content:"\f12a"}.flaticon2-sms:before{content:"\f12b"}.flaticon2-image-file:before{content:"\f12c"}.flaticon2-plus-1:before{content:"\f12d"}.flaticon2-send:before{content:"\f12e"}.flaticon2-graphic-design:before{content:"\f12f"}.flaticon2-cup:before{content:"\f130"}.flaticon2-website:before{content:"\f131"}.flaticon2-gift:before{content:"\f132"}.flaticon2-chronometer:before{content:"\f133"}.flaticon2-browser:before{content:"\f134"}.flaticon2-digital-marketing:before{content:"\f135"}.flaticon2-calendar:before{content:"\f136"}.flaticon2-calendar-1:before{content:"\f137"}.flaticon2-rocket:before{content:"\f138"}.flaticon2-analytics:before{content:"\f139"}.flaticon2-pie-chart-1:before{content:"\f13a"}.flaticon2-pie-chart-2:before{content:"\f13b"}.flaticon2-analytics-1:before{content:"\f13c"}.flaticon2-google-drive-file:before{content:"\f13d"}.flaticon2-pie-chart-3:before{content:"\f13e"}.flaticon2-poll-symbol:before{content:"\f13f"}.flaticon2-gear:before{content:"\f140"}.flaticon2-magnifier-tool:before{content:"\f141"}.flaticon2-add:before{content:"\f142"}.flaticon2-cube:before{content:"\f143"}.flaticon2-gift-1:before{content:"\f144"}.flaticon2-list-2:before{content:"\f145"}.flaticon2-shopping-cart-1:before{content:"\f146"}.flaticon2-calendar-2:before{content:"\f147"}.flaticon2-laptop:before{content:"\f148"}.flaticon2-cube-1:before{content:"\f149"}.flaticon2-layers-1:before{content:"\f14a"}.flaticon2-chat-1:before{content:"\f14b"}.flaticon2-copy:before{content:"\f14c"}.flaticon2-paper:before{content:"\f14d"}.flaticon2-hospital:before{content:"\f14e"}.flaticon2-calendar-3:before{content:"\f14f"}.flaticon2-speaker:before{content:"\f150"}.flaticon2-pie-chart-4:before{content:"\f151"}.flaticon2-schedule:before{content:"\f152"}.flaticon2-expand:before{content:"\f153"}.flaticon2-menu-3:before{content:"\f154"}.flaticon2-download-1:before{content:"\f155"}.flaticon2-help:before{content:"\f156"}.flaticon2-list-3:before{content:"\f157"}.flaticon2-notepad:before{content:"\f158"}.flaticon2-graph:before{content:"\f159"}.flaticon2-browser-1:before{content:"\f15a"}.flaticon2-photograph:before{content:"\f15b"}.flaticon2-browser-2:before{content:"\f15c"}.flaticon2-hourglass:before{content:"\f15d"}.flaticon2-mail:before{content:"\f15e"}.flaticon2-cardiogram:before{content:"\f15f"}.flaticon2-document:before{content:"\f160"}.flaticon2-contract:before{content:"\f161"}.flaticon2-graph-1:before{content:"\f162"}.flaticon2-graphic:before{content:"\f163"}.flaticon2-position:before{content:"\f164"}.flaticon2-soft-icons:before{content:"\f165"}.flaticon2-circle-vol-2:before{content:"\f166"}.flaticon2-rocket-1:before{content:"\f167"}.flaticon2-lorry:before{content:"\f168"}.flaticon2-cd:before{content:"\f169"}.flaticon2-file-1:before{content:"\f16a"}.flaticon2-reload:before{content:"\f16b"}.flaticon2-placeholder:before{content:"\f16c"}.flaticon2-refresh:before{content:"\f16d"}.flaticon2-medical-records:before{content:"\f16e"}.flaticon2-rectangular:before{content:"\f16f"}.flaticon2-medical-records-1:before{content:"\f170"}.flaticon2-indent-dots:before{content:"\f171"}.flaticon2-search-1:before{content:"\f172"}.flaticon2-edit:before{content:"\f173"}.flaticon2-new-email:before{content:"\f174"}.flaticon2-calendar-4:before{content:"\f175"}.flaticon2-console:before{content:"\f176"}.flaticon2-open-text-book:before{content:"\f177"}.flaticon2-download-2:before{content:"\f178"}.flaticon2-zig-zag-line-sign:before{content:"\f179"}.flaticon2-tools-and-utensils:before{content:"\f17a"}.flaticon2-crisp-icons:before{content:"\f17b"}.flaticon2-trash:before{content:"\f17c"}.flaticon2-lock:before{content:"\f17d"}.flaticon2-bell-1:before{content:"\f17e"}.flaticon2-setup:before{content:"\f17f"}.flaticon2-menu-4:before{content:"\f180"}.flaticon2-architecture-and-city:before{content:"\f181"}.flaticon2-shelter:before{content:"\f182"}.flaticon2-add-1:before{content:"\f183"}.flaticon2-checkmark:before{content:"\f184"}.flaticon2-circular-arrow:before{content:"\f185"}.flaticon2-user-outline-symbol:before{content:"\f186"}.flaticon2-rhombus:before{content:"\f187"}.flaticon2-crisp-icons-1:before{content:"\f188"}.flaticon2-soft-icons-1:before{content:"\f189"}.flaticon2-hexagonal:before{content:"\f18a"}.flaticon2-time:before{content:"\f18b"}.flaticon2-contrast:before{content:"\f18c"}.flaticon2-telegram-logo:before{content:"\f18d"}.flaticon2-hangouts-logo:before{content:"\f18e"}.flaticon2-analytics-2:before{content:"\f18f"}.flaticon2-wifi:before{content:"\f190"}.flaticon2-protected:before{content:"\f191"}.flaticon2-drop:before{content:"\f192"}.flaticon2-mail-1:before{content:"\f193"}.flaticon2-delivery-truck:before{content:"\f194"}.flaticon2-writing:before{content:"\f195"}.flaticon2-calendar-5:before{content:"\f196"}.flaticon2-protection:before{content:"\f197"}.flaticon2-calendar-6:before{content:"\f198"}.flaticon2-calendar-7:before{content:"\f199"}.flaticon2-calendar-8:before{content:"\f19a"}.flaticon2-bell-2:before{content:"\f19b"}.flaticon2-hourglass-1:before{content:"\f19c"}.flaticon2-next:before{content:"\f19d"}.flaticon2-chat-2:before{content:"\f19e"}.flaticon2-correct:before{content:"\f19f"}.flaticon2-photo-camera:before{content:"\f1a0"}.flaticon2-fast-next:before{content:"\f1a1"}.flaticon2-fast-back:before{content:"\f1a2"}.flaticon2-down:before{content:"\f1a3"}.flaticon2-back:before{content:"\f1a4"}.flaticon2-up:before{content:"\f1a5"}.flaticon2-arrow-down:before{content:"\f1a6"}.flaticon2-arrow-up:before{content:"\f1a7"}.flaticon2-accept:before{content:"\f1a8"}.flaticon2-sort:before{content:"\f1a9"}.flaticon2-arrow:before{content:"\f1aa"}.flaticon2-back-1:before{content:"\f1ab"}.flaticon2-add-square:before{content:"\f1ac"}.flaticon2-quotation-mark:before{content:"\f1ad"}.flaticon2-clip-symbol:before{content:"\f1ae"}.flaticon2-check-mark:before{content:"\f1af"}.flaticon2-folder:before{content:"\f1b0"}.flaticon2-cancel-music:before{content:"\f1b1"}.flaticon2-cross:before{content:"\f1b2"}.flaticon2-pen:before{content:"\f1b3"}.flaticon2-email:before{content:"\f1b4"}.flaticon2-graph-2:before{content:"\f1b5"}.flaticon2-open-box:before{content:"\f1b6"}.flaticon2-files-and-folders:before{content:"\f1b7"}.flaticon2-ui:before{content:"\f1b8"}.flaticon2-sheet:before{content:"\f1b9"}.flaticon2-dashboard:before{content:"\f1ba"}.flaticon2-user-1:before{content:"\f1bb"}.flaticon2-group:before{content:"\f1bc"}.flaticon2-black-back-closed-envelope-shape:before{content:"\f1bd"}.flaticon2-left-arrow:before{content:"\f1be"}.flaticon2-sort-alphabetically:before{content:"\f1bf"}.flaticon2-sort-down:before{content:"\f1c0"}.flaticon2-rubbish-bin:before{content:"\f1c1"}.flaticon2-rubbish-bin-delete-button:before{content:"\f1c2"}.flaticon2-calendar-9:before{content:"\f1c3"}.flaticon2-tag:before{content:"\f1c4"}.flaticon2-refresh-button:before{content:"\f1c5"}.flaticon2-refresh-arrow:before{content:"\f1c6"}.flaticon2-reload-1:before{content:"\f1c7"}.flaticon2-refresh-1:before{content:"\f1c8"}.flaticon2-left-arrow-1:before{content:"\f1c9"}.flaticon2-reply:before{content:"\f1ca"}.flaticon2-reply-1:before{content:"\f1cb"}.flaticon2-printer:before{content:"\f1cc"}.flaticon2-print:before{content:"\f1cd"}.flaticon2-shrink:before{content:"\f1ce"}.flaticon2-resize:before{content:"\f1cf"}.flaticon2-arrow-1:before{content:"\f1d0"}.flaticon2-size:before{content:"\f1d1"}.flaticon2-arrow-2:before{content:"\f1d2"}.flaticon2-cancel:before{content:"\f1d3"}.flaticon2-exclamation:before{content:"\f1d4"}.flaticon2-line:before{content:"\f1d5"}.flaticon2-warning:before{content:"\f1d6"}.flaticon2-information:before{content:"\f1d7"}.flaticon2-layers-2:before{content:"\f1d8"}.flaticon2-file-2:before{content:"\f1d9"}.flaticon2-bell-3:before{content:"\f1da"}.flaticon2-bell-4:before{content:"\f1db"}.flaticon2-bell-5:before{content:"\f1dc"}.flaticon2-bell-alarm-symbol:before{content:"\f1dd"}.flaticon2-world:before{content:"\f1de"}.flaticon2-graphic-1:before{content:"\f1df"}.flaticon2-send-1:before{content:"\f1e0"}.flaticon2-location:before{content:"\f1e1"}.flaticon2-pin-1:before{content:"\f1e2"}.flaticon2-start-up:before{content:"\f1e3"}.flaticon2-right-arrow:before{content:"\f1e4"}.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;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-card:before{content:"\f2bb"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon-pay:before{content:"\f42c"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-band-aid:before{content:"\f462"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bolt:before{content:"\f0e7"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-carrot:before{content:"\f787"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-apple-pay:before{content:"\f416"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check-double:before{content:"\f560"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code-branch:before{content:"\f126"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3-alt:before{content:"\f38b"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-deaf:before{content:"\f2a4"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble-square:before{content:"\f397"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope-open-text:before{content:"\f658"}.fa-equals:before{content:"\f52c"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye-dropper:before{content:"\f1fb"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-fingerprint:before{content:"\f577"}.fa-fire-alt:before{content:"\f7e4"}.fa-first-aid:before{content:"\f479"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag-usa:before{content:"\f74d"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-plus:before{content:"\f65e"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-ghost:before{content:"\f6e2"}.fa-gifts:before{content:"\f79c"}.fa-git-alt:before{content:"\f841"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart-broken:before{content:"\f7a9"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-hryvnia:before{content:"\f6f2"}.fa-hubspot:before{content:"\f3b2"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-infinity:before{content:"\f534"}.fa-intercom:before{content:"\f7af"}.fa-invision:before{content:"\f7b0"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-lira-sign:before{content:"\f195"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before{content:"\f3c7"}.fa-medrt:before{content:"\f3c8"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-meteor:before{content:"\f753"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-mountain:before{content:"\f6fc"}.fa-mug-hot:before{content:"\f7b6"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-parachute-box:before{content:"\f4cd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-playstation:before{content:"\f3df"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-procedures:before{content:"\f487"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-red-river:before{content:"\f3e3"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-remove-format:before{content:"\f87d"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-robot:before{content:"\f544"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shipping-fast:before{content:"\f48b"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopware:before{content:"\f5b5"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-splotch:before{content:"\f5bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tape:before{content:"\f4db"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tenge:before{content:"\f7d7"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-traffic-light:before{content:"\f637"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tv:before{content:"\f26c"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-v:before{content:"\f27d"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-mute:before{content:"\f6a9"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpressr:before{content:"\f3e4"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-y-combinator:before{content:"\f23b"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.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(fa-brands-400.fb179e2aafb015a5.eot);src:url(fa-brands-400.fb179e2aafb015a5.eot?#iefix) format("embedded-opentype"),url(fa-brands-400.3b64abb872326996.woff2) format("woff2"),url(fa-brands-400.b1172413b2606819.woff) format("woff"),url(fa-brands-400.f9d9a41a08ce586f.ttf) format("truetype"),url(fa-brands-400.d41225d5daf3bb4c.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(fa-regular-400.dcc9dd2ed26c0274.eot);src:url(fa-regular-400.dcc9dd2ed26c0274.eot?#iefix) format("embedded-opentype"),url(fa-regular-400.612be93c44ae0eb4.woff2) format("woff2"),url(fa-regular-400.69b876d0b7f70308.woff) format("woff"),url(fa-regular-400.1a31b41e7f1de05a.ttf) format("truetype"),url(fa-regular-400.07db7b48395911f8.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(fa-solid-900.be8bddce80615613.eot);src:url(fa-solid-900.be8bddce80615613.eot?#iefix) format("embedded-opentype"),url(fa-solid-900.17ddf8cf5abc8aa5.woff2) format("woff2"),url(fa-solid-900.75e3699b43115097.woff) format("woff"),url(fa-solid-900.ed38fea2e1b79703.ttf) format("truetype"),url(fa-solid-900.ca8470b3b34e5240.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}topbar,top-bar-menu,theme4-brand{display:flex}.dropdown-language .dropdown-menu{width:250px!important}.dropdown-language .dropdown-menu li.kt-nav__item span,.dropdown-language .dropdown-menu li.kt-nav__item i{display:block}.clickable-item{cursor:pointer}.btn-block+.btn-block{margin-left:0!important}.kt-badge+.kt-badge{margin-left:5px}.form-control-feedback{color:#fd397a;margin-top:.2rem;font-size:.85rem;text-align:left}li.nav-item a.nav-link span.kt-badge{font-size:11px;margin-left:4px}.dropdown-menu>li>a:hover,.dropdown-menu>.dropdown-item:hover{background:#f4f5f8;text-decoration:none}.kt-notification.user-profile-menu .kt-notification__item:after{content:none!important}.active-user-delegations:hover div,.active-user-delegations:hover span{cursor:default!important}.active-user-delegations:hover .kt-header__topbar-icon--brand{background-color:transparent!important}.active-user-delegations .kt-header__topbar-icon--brand{width:200px!important}html[dir=rtl] .checkbox span,html[dir=rtl] .radio span{margin-left:.75rem!important}.checkbox span,.radio span{margin-right:.75rem!important}.root-initial-loader .overlay{position:absolute;inset:0;background-color:#333c;z-index:99999!important;width:100%;height:100%}.root-initial-loader i{position:absolute;color:#5ba7ea;z-index:100000!important;top:50%;left:50%;transform:translate(-50%,-50%)}.root-initial-loader .fa-spin-2x{animation:fa-spin 1s infinite linear}div.root-initial-loader>div.overlay{background-color:#0000004d!important}div.root-initial-loader>i{color:#70b244!important}.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0);src:url(fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0) format("woff2"),url(fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0) format("woff"),url(fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0) format("truetype"),url(fontawesome-webfont.da909aa098b0ee2d.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font: 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;tab-size:4;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74}.token.keyword{color:#66d9ef}.token.regex,.token.important{color:#fd971f}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px white;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;tab-size:4;hyphens:none}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:#ffffff80}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */.la-ball-clip-rotate,.la-ball-clip-rotate>div{position:relative;box-sizing:border-box}.la-ball-clip-rotate{display:block;font-size:0;color:#fff;overflow:hidden}.la-ball-clip-rotate.la-dark{color:#333}.la-ball-clip-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-clip-rotate{width:32px;height:32px}.la-ball-clip-rotate>div{width:32px;height:32px;background:transparent;border-width:2px;border-bottom-color:transparent;border-radius:100%;animation:ball-clip-rotate .75s linear infinite}.la-ball-clip-rotate.la-sm{width:16px;height:16px}.la-ball-clip-rotate.la-sm>div{width:16px;height:16px;border-width:1px}.la-ball-clip-rotate.la-2x{width:64px;height:64px}.la-ball-clip-rotate.la-2x>div{width:64px;height:64px;border-width:4px}.la-ball-clip-rotate.la-3x{width:96px;height:96px}.la-ball-clip-rotate.la-3x>div{width:96px;height:96px;border-width:6px}@keyframes ball-clip-rotate{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.mat-toolbar{background:#fff}.c-btn{background:#fff;border:1px solid #ccc;color:#333}.selected-list .c-list .c-token{background:#0079fe}.selected-list .c-list .c-token .c-label{color:#fff}.selected-list .c-list .c-token .c-remove svg{fill:#fff}.selected-list .c-angle-down svg,.selected-list .c-angle-up svg{fill:#333}.dropdown-list ul li:hover{background:#f5f5f5}.arrow-up,.arrow-down{border-bottom:15px solid #fff}.arrow-2{border-bottom:15px solid #ccc}.list-area{border:1px solid #ccc;background:#fff;box-shadow:0 1px 5px #959595}.select-all,.list-filter{border-bottom:1px solid #ccc}.list-filter .c-search svg{fill:#888}.list-filter .c-clear svg{fill:#888}.pure-checkbox input[type=checkbox]:focus+label:before,.pure-checkbox input[type=checkbox]:hover+label:before{border-color:#0079fe;background-color:#f2f2f2}.pure-checkbox input[type=checkbox]+label{color:#000}.pure-checkbox input[type=checkbox]+label:before{color:#0079fe;border:1px solid #0079FE}.pure-checkbox input[type=checkbox]+label:after{background-color:#0079fe}.pure-checkbox input[type=checkbox]:disabled+label:before{border-color:#ccc}.pure-checkbox input[type=checkbox]:disabled:checked+label:before{background-color:#ccc}.pure-checkbox input[type=checkbox]+label:after{border-color:#fff}.pure-checkbox input[type=radio]:checked+label:before{background-color:#fff}.pure-checkbox input[type=checkbox]:checked+label:before{background:#0079fe}.single-select-mode .pure-checkbox input[type=checkbox]:focus+label:before,.single-select-mode .pure-checkbox input[type=checkbox]:hover+label:before{border-color:#0079fe;background-color:#f2f2f2}.single-select-mode .pure-checkbox input[type=checkbox]+label{color:#000}.single-select-mode .pure-checkbox input[type=checkbox]+label:before{color:transparent!important;border:0px solid #0079FE}.single-select-mode .pure-checkbox input[type=checkbox]+label:after{background-color:transparent!important}.single-select-mode .pure-checkbox input[type=checkbox]:disabled+label:before{border-color:#ccc}.single-select-mode .pure-checkbox input[type=checkbox]:disabled:checked+label:before{background-color:#ccc}.single-select-mode .pure-checkbox input[type=checkbox]+label:after{border-color:#0079fe}.single-select-mode .pure-checkbox input[type=radio]:checked+label:before{background-color:#fff}.single-select-mode .pure-checkbox input[type=checkbox]:checked+label:before{background:none!important}.selected-item{background:#e9f4ff}.btn-iceblue{background:#0079fe;border:1px solid #ccc;color:#fff}#druid_jsDocumentViewer{position:fixed;inset:0;z-index:20;width:100%;height:100%;margin:0;padding:0;opacity:0;visibility:hidden;transition:visibility 0s linear .1s,opacity .3s ease}#druid_jsDocumentViewer.open{visibility:visible;opacity:1;transition-delay:0s;z-index:1200}#druid_jsDocumentViewer .documentViewer__overlay{position:fixed;inset:0;z-index:1079;background-color:#fffffff5}#druid_jsDocumentViewer .documentViewer__close{position:absolute;top:10px;right:10px;border:none;outline:none;background:none;font-size:24px;color:#747474;font-weight:700}#druid_jsDocumentViewer .documentViewer:hover{color:#000}#druid_jsDocumentViewer .documentViewer__container{position:relative;z-index:1080;width:100vw;height:100vh;box-shadow:0 0 10px #fff;margin:0 auto;padding:50px 0;background-color:gray;text-align:center;overflow-y:hidden;display:table-cell;vertical-align:middle;max-width:100vw}#druid_jsDocumentViewer .documentViewer__container #pdf-container{overflow-y:auto;max-height:95vh;padding-bottom:22px}#druid_jsDocumentViewer .documentViewer__container #pdf-container div>canvas{width:auto;padding-left:0;padding-right:0}#druid_jsDocumentViewer .druid-icon-close{color:#000;position:absolute;top:10px;right:50px;cursor:pointer}#druid_jsDocumentViewer .druid-icon-close>img{width:30px;height:30px}#druid_jsDocumentViewer i.druid-icon-save,#druid_jsDocumentViewer button.druid-icon-save{color:#000;position:absolute;top:10px;right:100px;cursor:pointer;display:none}#druid_jsDocumentViewer i.druid-icon-save>img,#druid_jsDocumentViewer button.druid-icon-save>img{width:30px;height:25px}#druid_jsDocumentViewer .sigContainer{width:80%;height:80%;margin:0 auto;background-color:#fff}#druid_jsDocumentViewer .sigPad{width:100%;height:100%}#druid_jsDocumentViewer .buttons{width:100%;height:30px}#druid_jsDocumentViewer .sigImage{background-size:200px 50px;width:200px;height:50px;background-color:#fff}#druid_jsDocumentViewer .signaturePadContainer{position:absolute;width:700px;height:400px;top:50vh;left:50vw;margin-left:-350px;margin-top:-200px;z-index:10000;background-color:#d3d3d3}#druid_jsDocumentViewer .signaturePadContainer div.signaturePadCanvasContainer{width:90%;height:80%;position:relative;background-color:#fff;left:5%;top:20px;bottom:20px;border:1px solid #f4f4f4;display:block}#druid_jsDocumentViewer .signaturePadContainer div.signaturePadCanvasContainer>canvas{touch-action:none;position:relative}#druid_jsDocumentViewer .signaturePadContainer .signaturePadActions{position:absolute;bottom:5px;left:5%;width:90%;text-align:left}#druid_jsDocumentViewer .signaturePadContainer .signaturePadActions button.btn{margin:5px}#druid_jsDocumentViewer .signaturePadContainer .signaturePadActions button.btn-cancel{float:right}@media only screen and (max-width: 768px){#druid_jsDocumentViewer .signaturePadContainer{position:fixed!important;width:100%!important;min-height:100%;min-height:-webkit-fill-available;left:0!important;top:0!important;margin:0!important}#druid_jsDocumentViewer .documentViewer__container{padding-left:5px!important;padding-right:5px!important}#druid_jsDocumentViewer .documentViewer__container #pdf-container div>canvas{width:80%}}body .wc-app,.wc-app button,.wc-app input,.wc-app textarea{font-family:Segoe UI,sans-serif;font-size:15px}.wc-app button{background-color:#0078d7;border:1px solid #cccccc;border-radius:1px;color:#fff;cursor:pointer;transition:color .2s ease,background-color .2s ease}.wc-app h1,.wc-app h2,.wc-app h3,.wc-app h4,.wc-app p,.wc-app ul,.wc-app ol{margin:0;padding:0}.wc-app audio,.wc-app video{display:block}.wc-hidden{visibility:hidden}.wc-header{background-color:#0078d7;box-shadow:0 1px #0003;box-sizing:content-box;color:#fff;font-weight:500;height:30px;left:0;letter-spacing:.5px;padding:8px 8px 0;position:absolute;right:0;top:0;z-index:1}.wc-time{color:#999;margin-bottom:10px}.wc-message-groups{inset:38px 0 50px;transform:translateY(0);outline:0;overflow-x:hidden;overflow-y:scroll;padding:10px;position:absolute;transition:transform .2s cubic-bezier(0,0,.5,1)}.wc-message-groups.no-header{top:0}.wc-message-groups.disabled{bottom:0}.wc-message-groups .wc-conversation-history-separator{border:1px #0078d7 solid;height:2px;margin-top:25px;margin-bottom:25px;margin-left:15px;position:relative}.wc-message-groups .wc-conversation-history-separator>span{top:-10px;position:absolute;left:40%;background-color:#fff}.wc-message-group-content{overflow:hidden}.wc-suggested-actions{background-color:#f9f9f9;bottom:50px;height:0;left:0;overflow:hidden;position:absolute;right:0;transition:height .2s cubic-bezier(0,0,.5,1);display:none}.wc-suggested-actions.disabled{bottom:0}.wc-suggested-actions .wc-hscroll>ul{height:40px;padding:2px 3px}.wc-suggested-actions .wc-hscroll>ul>li{display:inline-block;margin:2px;max-width:40%}.wc-suggested-actions .wc-hscroll>ul>li button{background-color:#fff;color:#0078d7;min-height:32px;overflow:hidden;padding:0 16px;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-suggested-actions .wc-hscroll>ul>li button:focus,.wc-suggested-actions .wc-hscroll>ul>li button:hover{background-color:#fff;border-color:#0078d7;color:#0078d7}.wc-suggested-actions .wc-hscroll>ul>li button:active{background-color:#0078d7;border-color:#0078d7;color:#fff}.wc-suggested-actions button.scroll{background-color:#d2dde5;height:40px;overflow:hidden;padding:0;position:absolute;top:0;width:28px}.wc-suggested-actions button.scroll:disabled{display:none}.wc-suggested-actions button.scroll:focus,.wc-suggested-actions button.scroll:hover{background-color:#808c95}.wc-suggested-actions button.scroll svg{fill:#fff}.wc-suggested-actions button.scroll svg path{transform:translateY(6px)}.wc-suggested-actions button.scroll.previous{left:0}.wc-suggested-actions button.scroll.next{right:0}.wc-message-pane.show-actions .wc-message-groups{top:78px;transform:translateY(-40px)}.wc-message-pane.show-actions .wc-suggested-actions{display:block;height:40px}.wc-chatview-panel{overflow:hidden;position:absolute;inset:0}.wc-message-wrapper{animation:animationFrames 2s;animation-iteration-count:1;clear:both;margin-bottom:10px;overflow:hidden;position:relative}@keyframes animationFrames{0%{opacity:0}20%{opacity:1}}.wc-message{position:relative}.wc-message-wrapper.carousel .wc-message{max-width:none;padding-right:8px}.wc-message-wrapper.clickable{background-color:transparent;border:1px solid transparent;box-sizing:border-box;cursor:pointer;text-align:left;width:100%;margin-top:1px}.wc-message svg.wc-message-callout{height:22px;position:absolute;stroke:none;top:12px;width:6px}.wc-message-content{border-radius:2px;box-shadow:0 1px 1px #0003;padding:8px;word-break:break-word}.wc-message-content.selected{box-shadow:0 1px 1px #ffa333}.wc-message-content img{max-height:320px;max-width:100%}.wc-message-content .video iframe{border:0}.wc-message-content audio,.wc-message-content video{max-width:100%}.wc-message-content audio+h1,.wc-message-content video+h1{margin-top:11px}.wc-message-from{clear:both;color:#767676;font-size:11px;margin-top:5px}.wc-card{background-color:#fff}.wc-card .non-adaptive-content{margin:8px 8px 0}.wc-card button{background-color:transparent;color:#0078d7;min-height:32px;width:100%;padding:0 16px}.wc-card button:hover{background-color:transparent;border-color:#0078d7;color:#0078d7}.wc-card button:active{background-color:#0078d7;border-color:#0078d7;color:#fff}.wc-card.receipt table{border-collapse:collapse;width:100%}.wc-card.receipt th,.wc-card.receipt td{text-align:right;vertical-align:top}.wc-card.receipt th:first-child,.wc-card.receipt td:first-child{text-align:left}.wc-card.receipt th{color:#808c95;font-size:inherit;font-weight:400;line-height:1.75}.wc-card.receipt thead tr:last-child th{padding-bottom:16px}.wc-card.receipt th[colspan="2"]{color:inherit;font-size:15px;font-weight:700}.wc-card.receipt td{padding:4px 8px 0}.wc-card.receipt td img{float:left;margin:5px 8px 8px 0;max-height:50px;max-width:50px}.wc-card.receipt div.title{font-weight:bolder}.wc-card.receipt div.subtitle{font-weight:lighter}.wc-card.receipt tbody tr,.wc-card.receipt tfoot tr{border-top:1px solid #d2dde5}.wc-card.receipt tbody tr:first-child,.wc-card.receipt tfoot tr:first-child{border-top-width:2px}.wc-card.receipt tfoot td{line-height:2.25}.wc-card.receipt tfoot .total{font-weight:700}.wc-card.thumbnail img{float:right;margin-bottom:10px;margin-left:10px;width:100px}.wc-card.signin h1{margin:10px 24px 16px 14px}.wc-card.error{text-align:center}.wc-card.error .error-icon{fill:#ccc;height:56px;margin-bottom:2px;margin-top:20px;padding-left:12px}.wc-card.error .error-text{color:#ccc;font-weight:600;letter-spacing:.5px;margin-bottom:20px;text-align:inherit}.wc-message{max-width:91%}.wc-card{border:1px solid #d2dde5;width:302px}.wc-adaptive-card{width:318px}.wc-wide .wc-card{border:1px solid #d2dde5;width:398px}.wc-wide .wc-adaptive-card{width:414px}.wc-narrow .wc-card{border:1px solid #d2dde5;width:198px}.wc-narrow .wc-adaptive-card{width:214px}.wc-adaptive-card p{margin-left:0;margin-right:0}.wc-list>.wc-card{margin-top:8px}.wc-list>.wc-card:first-child{margin-top:0}.wc-hscroll-outer{overflow:hidden}.wc-hscroll{overflow-x:scroll;overflow-y:hidden}.wc-hscroll>ul{white-space:nowrap}.wc-hscroll>ul>li{display:inline-block;vertical-align:top;white-space:normal}.wc-carousel{position:relative}.wc-carousel button.scroll{background-color:#d2dde5;height:28px;overflow:hidden;padding:0;position:absolute;top:50%;width:28px}.wc-carousel button.scroll:disabled{display:none}.wc-carousel button.scroll:focus,.wc-carousel button.scroll:hover{background-color:#808c95}.wc-carousel button.scroll svg{fill:#fff}.wc-carousel button.scroll.previous{left:-16px}.wc-carousel button.scroll.next{right:-16px}.wc-carousel .wc-hscroll>ul{margin-left:-4px}.wc-carousel .wc-hscroll>ul>li{padding:0 4px}.wc-carousel .wc-hscroll>ul>li:last-child{padding-right:0}.wc-carousel li p{min-height:4em;white-space:normal}.wc-carousel li .wc-adaptive-card p{min-height:auto;min-height:initial}.wc-message-from-me{float:right;margin-right:6px}.wc-message-from-me.wc-message-from{text-align:right}.wc-message-from-me .wc-message-content{background-color:#0078d7;color:#fff}.wc-message-from-me svg.wc-message-callout path{fill:#0078d7}.wc-message-from-me svg.wc-message-callout path.point-left{display:none}.wc-message-from-me svg.wc-message-callout{right:-6px}.wc-message-from-bot{float:left;margin-left:8px}.wc-message-from-bot .wc-message-content{background-color:#eceff1;color:#000}.wc-message-from-bot svg.wc-message-callout path{fill:#eceff1}.wc-message-from-bot svg.wc-message-callout path.point-right{display:none}.wc-message-from-bot svg.wc-message-callout{left:-6px}.wc-console{border:5px solid #dbdee1;bottom:0;box-sizing:border-box;height:50px;left:0;position:absolute;right:0}.wc-console.druid-user-input-blocked>.wc-upload,.wc-console.druid-user-input-blocked>.wc-send,.wc-console.druid-user-input-blocked>div.add-menu{display:none!important}.wc-console>.wc-upload,.wc-console>.wc-textbox,.wc-console>.wc-send,.wc-console>.wc-mic{position:absolute;top:0;vertical-align:middle}.wc-console label,.wc-console button{cursor:pointer;display:inline-block;height:40px}.wc-console svg{fill:#8a8a8a;margin:11px}.wc-console input[type=text],.wc-console textarea{border:none;height:100%;outline:none;padding:0;resize:none;width:100%}.wc-console .wc-upload{cursor:pointer;position:relative}.wc-console .wc-upload svg{height:18px;width:26px}.wc-console #wc-upload-input,.wc-console .wc-upload-input-custom{font-size:0;height:0;left:0;opacity:0;outline:0;position:absolute;top:0;width:0}.wc-console .wc-send{right:0}.wc-console .wc-send.hidden{visibility:hidden}.wc-console.has-upload-button .wc-textbox{left:76px}.wc-console .wc-textbox{bottom:0;left:11px;right:49px}.wc-console .wc-textbox input{background-color:transparent}.wc-console .wc-mic,.wc-console .wc-send{outline-color:transparent;outline-width:0px;background-color:transparent;border:0;padding:0;right:0}.wc-console .wc-mic.hidden,.wc-console .wc-send.hidden{visibility:hidden}.wc-console .wc-send svg{height:18px;width:27px}.wc-console .wc-mic.active path#micFilling{fill:#4e3787}.wc-console .wc-mic.inactive path#micFilling{visibility:hidden}.wc-console.has-text .wc-send svg{fill:#0078d7}.wc-typing{background-image:url(data:image/gif;base64,R0lGODlhQAAYAPYBAOzv8evu8Ort7+fq7Ons7ujr7eXo6uTn6ebp6+Xn6ebo6uzu8OPm6OTm6OPm5+Tn6N/i4+Ll59/i5N7h4+Hk5uDj5evu7+Hk5d/h49PV18PFx7/BwsfJysXHyMLExdja3Nfa28vNz72/wL7Awc/S08TGyMDCw9TW2NbY2t3g4trd39bZ2szO0M7Q0dnb3djb3Nvd39ve4Nnc3dze4Nrc3t7g4tzf4dXX2d3f4d7h4tnc3tve383P0MrMzs7Q0sjKzNLU1s/R08jKy9DT1NfZ293g4efp68bIyby+v9bZ27q8vdHT1c7R0uvt78nLzM/R0tjb3ens7bO0tbS2t7GztK+xsrW3uK6vsLe4utfa3L/Awtzf4MnLzamqq5WWl66wsbm7vNrd3uXo6a2ur6yurp2en6KjpKusrZ+goKeoqers7urt7peXmIGBgYSEhHx8fJmamqipqnZ2doqLi8XHyY2NjpGSkpOUlJiYmZOTlI+QkJqbm4eIiJucnIuMjP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY0RUJCMDNENkM4MTFFNkI5RENGRDgzMjAyQjU3QzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY0RUJCMDRENkM4MTFFNkI5RENGRDgzMjAyQjU3QzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjRFQkIwMUQ2QzgxMUU2QjlEQ0ZEODMyMDJCNTdDNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjRFQkIwMkQ2QzgxMUU2QjlEQ0ZEODMyMDJCNTdDNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAUOAAEAIf4YT3B0aW1pemVkIHdpdGggZXpnaWYuY29tACwAAAAAQAAYAAACJoSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+l0AACH5BAUHAAAALD4ACQACAAYAAAIERI5oBQAh+QQFBwAOACwsAAcAFAAJAAAEJRDISZetmJQ9uhcZyClGSY4hYjbHKqYs06ooLLuBPeM6b2u1SgQAIfkEBQcADQAsGAAHACUACQAABlFAgHAYKBqJyKRS+ahMchKnoSBYWq0Mp+rzimEiiUH1SjaCd64VioaTEo5lbA3GvaWjCmpcfnl27TZ4ent8Mmo6KW6EhXSIEGCDi4VZCG+SSUEAIfkEBQcABgAsEQAHABcACQAAB0aAAIKDAoSGh4RELD8sHwkBiJEoIUKVPSAHkJGJQZaWNQSbnJ6VMAOigzI8pDwxp6gCKUOMnhKFsAgvi59GuKkZPhkTBb6BACH5BAUHAAQALA8ABwANAAkAAAYsQICwYAgMj0LWZokSIAedpTSDREmvxaHyyjy2uN2hCqwZVLmqp2DF0bAkzyAAIfkEBRUABQAsDgAHAAoACQAABidAgDBgGAyHH5NoyUAunxuEcANdkqbVJTa7hZ6EkFFVcAx5ShmCMAgAIfkEBQcAAAAsLAAHABAACQAABC0QyClXpZWUwbsOU/AhSWmQGyiOB+Mq3rJ6zosKM22n+d2YqQzvBOOFcMOgJAIAIfkEBQcAAwAsIQAHABsACQAAB0yAAIKDAgGEh4iJKStLGTARBYmShDgoJEyYNBSRk4ouQJiZNQeFnYc5II2hJzMOBKanH6qiDK+wlBlBqxMGhreDE6m0Ub+xjBi9xYKBACH5BAUHAAYALB0ABwAQAAkAAAc+gACCAgoFg4eIGSNKSj0MiIckjJNHB5AAEiaTkzcBkC8im4w8BJ+hoj6lkBqiSC+XAUmnowOwsT8bJSiGl4EAIfkEBQcAAgAsHAAHAAsACQAABy2AAIIGDIOGRVhXijeHVYqPjIIej5QBglKUjweXmYoIkp0ClpyVhghCiRoUhoEAIfkEBRUAAgAsGwAHAAoACQAAByyAAIKCB4ODMlNkijKHY4qPMIJgj49ggpSUAQBXmIqSnRuEVJgMhiWJJQmCgQAh+QQFBwAAACwxAAcADQAJAAAEJRDICQKdgQyktrBS5h0G91WfSXYaWqjrK8rx6LL1cpf8GaY2SQQAIfkEBQcABgAsKwAHABMACQAABzyAAIKDBISGhzwbSB4ZCIeIIouLQI6PgjcmkpI4AZYDJCOak4WWQ1qiJi8Cnh8eqBiel6GbpLEgHIycsYEAIfkEBQcAAgAsKQAHAA0ACQAABzyAAIIBEhQBg4gBXHh1dWUZiQCLjZQriWWUlF2Hghh2mY14A4MVn6B7UYhmoHVSnJ13maiROFdse1YMiYEAIfkEBQcAAwAsDgAHACUACQAAB2OAA4KCBYOGh4iIETBRAI6PIIYNiZSHKWxymVUCkIcmlaAHbpmkcQCVQ6CUUqStKaeJR6qJcK2kdI6zugNltplOjh6IN7uGJr5vB44YngTFgwKYrRuPwR4dAwLPklNzbV4sj4EAIfkEBQcACgAsCwAHACcACQAAB2qAAIKDBAEACoiJiouMiQ4qBYSCLiw/LCsHho2bjF6KhpM9lpY3D4KcnAmMXaGjozECh6izihMFM5Wul5G0vQodBDY8uruyvqhcARVAxDgWxscbjQatrwOnx4mem8EZLUApkdDZClKJPIKBACH5BAUHAAoALAQABwASAAkAAAdCgACCCwEWhoOIiQMRKTQxFQYCioiMMi8fMJAEk5sQKpegjIWTEzqhNhcIo4qlpxSqnBWZroSxpi4zr5KcnTWei5yBACH5BAUHAAYALAAABwAQAAkAAAMRCLrc/rCIEIe9tOKpd/dfqCUAIfkEBRUAAQAsAAAIAAcACAAAAgaEj6nL7VAAIfkEBQcABQAsGwAHAAoACQAABzSAAIICDAODgyxSX1UeDYiLkEoIABJUkJBDADeXkZqci0eUU58ogkBVlxoEgzobVkpLqwCBACH5BAUHAAMALBMABwARAAkAAAdPgACCgwIEhoSIhTJBRx08RBSFiRQvTBoimI8VkoQ4GU4bmKFLMAqTS42iji8RAYgwqCOqQS4Mpz2hmUAxCJMqQ6mrrYmuOShPLSc2Bq6EgQAh+QQFBwAJACwHAAcAGgAJAAAHWIAAgoMBhYaEiImDFTNZRC44FAiHiomMK0A+mTaSlJWCEUVQJySaNzoYDAWfiJIfGUymkBEDrIuusLI1tJ6VDrs3pUMoKhANBLa3W4+lLym8ycqczwer0YEAIfkEBQcACwAsAAAHABYACQAABS4gIAbkaJ5oVF3HIJTpqWJ048bpVKsFjM+7xA03WgV7xOIRmUQ4jKxh0/V0+oghACH5BAUVAAEALAAABwAKAAkAAAIIhI+py+0PYQEAIfkEBQcABQAsJgAHAAwACQAAB0qAAIIEYhQGAYODN1R1bnpXN4iCGV98bZd+ZxmIFx54l6B4SodhYI2gbXZUOQAwSnqoqVMYrSV9sWUbA5NYp7IwiRgaZndmHhWDgQAh+QQFBwAHACwZAAcAGAAJAAAHboAAgoMEhYYBhImJMUMcGyNII0JANQWKimEkHUpVaWlUSkdLOFGXgxIoIY9dZWZnWCYsRBGmgikZPyJSnmhdU1pOJxKIpkW4kLy+kjfDtRWpHlhnvWOwPB8NxMXHVGevyxBqtacgQSFcTsFQtOOBACH5BAUHAAMALAkABwAgAAkAAAdtgACCgwKFhoSIiYoFFWEZPi1PJDczEQSLmIONQCElGyYckZUFmZg2KEwcHkqsPUsfEwYBpYkRMDc8R59gHkJBKzgNh7SCtriqvL2/KQzDxGIpK0FOq0jKsLLPiConLLrXNs3atS6UqDQS2eMAgQAh+QQFBwALACwAAAcAGQAJAAAHUIAAAYNNhIKHiImIDDk6ICoSCQSKlIg1MjcnmRAHk5WKFTErmqQURoafghA0KKStoQKplpCuMRUKsbKqW0S1EQOoshispQa5urtFMxO/x8iBACH5BAUHAAIALAAABwALAAkAAAIJhI+py+3xolwFACH5BAUHAAEALAAACQABAAUAAAIChF0AOw==);background-repeat:no-repeat;height:20px;width:64px}.wc-animate-scroll{left:0;position:absolute;transition:left .8s ease}.wc-animate-scroll-rapid{left:0;position:absolute;transition:left .4s ease}.wc-animate-scroll-near{left:0;position:absolute;transition:left .3s ease-in-out}.format-markdown>p{margin-bottom:0}.format-markdown code{white-space:pre-wrap}.format-markdown+div{margin-top:8px}.format-markdown ol{padding-left:30px}.format-markdown ul{padding-left:33px}.wc-app ::-webkit-scrollbar{width:8px}.wc-app ::-webkit-scrollbar *{background-color:transparent}.wc-app ::-webkit-scrollbar-thumb{background-color:#dbdee1}.wc-icon-download{display:inline-block;height:20px;margin-left:8px;vertical-align:top;width:12px}.wc-text-download{display:inline-block;font-weight:500;text-decoration:none}.wc-message-from-bot a.wc-link-download:link,.wc-message-from-bot a.wc-link-download:visited{color:#000;opacity:1}.wc-message-from-bot a.wc-link-download:link .wc-icon-download,.wc-message-from-bot a.wc-link-download:visited .wc-icon-download{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#000000" fill-rule="evenodd"/></svg>');background-repeat:no-repeat}.wc-message-from-bot a.wc-link-download:hover{color:#0078d7;opacity:1}.wc-message-from-bot a.wc-link-download:hover .wc-icon-download{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#0078d7" fill-rule="evenodd"/></svg>');background-repeat:no-repeat}.wc-message-from-bot a.wc-link-download:active{color:#0078d7;opacity:.8}.wc-message-from-bot a.wc-link-download:active .wc-icon-download{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#0078d7" fill-rule="evenodd"/></svg>');background-repeat:no-repeat}.wc-message-from-me a.wc-link-download:link,.wc-message-from-me a.wc-link-download:visited{color:#fff;opacity:1}.wc-message-from-me a.wc-link-download:link .wc-icon-download,.wc-message-from-me a.wc-link-download:visited .wc-icon-download{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');background-repeat:no-repeat}.wc-message-from-me a.wc-link-download:hover{color:#fff;opacity:.8}.wc-message-from-me a.wc-link-download:hover .wc-icon-download{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');background-repeat:no-repeat}.wc-message-from-me a.wc-link-download:active{color:#fff;opacity:.6}.wc-message-from-me a.wc-link-download:active .wc-icon-download{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');background-repeat:no-repeat}#wc-countdown{position:relative;margin:100px auto auto;height:40px;width:40px;text-align:center}#wc-countdown .countdown-number{color:#fff;display:inline-block;line-height:40px}#wc-countdown svg circle{stroke-dasharray:113px;stroke-dashoffset:0px;stroke-linecap:round;stroke-width:2px;stroke:#fff;fill:none;animation:countdown 10s linear infinite forwards}@keyframes wc-countdown{0%{stroke-dashoffset:0px}to{stroke-dashoffset:113px}}svg.druid-icon-check-read{color:#0078d7}svg.druid-icon-check-sent,svg.druid-icon-check-delivered{color:#767676}.wc-console .wc-textbox textarea,.wc-console .wc-textbox input{background-color:transparent}.wc-console .wc-textbox textarea{padding-top:12px;min-height:unset;border-radius:0;box-shadow:unset}.wc-console.druid-input-icons-right.druid-no-input .wc-send{display:none!important}.wc-console.druid-input-icons-right.druid-no-input .add-menu{float:right;top:15px;left:unset!important;right:15px}.wc-console.druid-input-icons-right.druid-no-input .wc-upload{right:8x}.wc-console.druid-input-icons-right.druid-has-input .add-menu{display:none!important}.wc-console.druid-input-icons-right.druid-has-input .wc-upload{right:37px}.wc-console.druid-input-icons-right .wc-upload{float:right}.wc-console.druid-input-icons-right div.wc-textbox{left:15px!important;width:75%}.wc-message-wrapper:not(.wc-message-has-timeline){margin-bottom:2px!important}.wc-message-wrapper:not(.wc-message-has-timeline) .wc-message:before{background-image:none!important}div.druid-network-status{white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;position:absolute;top:66px;left:0;right:0;height:40px;color:#fff;width:100%;display:flex;align-items:center;justify-content:center;padding:0 20px;z-index:2000}div.druid-network-status.druid-network-status-warning{background:#f5a623}div.druid-network-status.druid-network-status-offline{background:red}#druid_jsDocumentViewer.wc-druid-rtl-layout .documentViewer__close{left:10px}#druid_jsDocumentViewer.wc-druid-rtl-layout .druid-icon-close{left:50px;right:unset}#druid_jsDocumentViewer.wc-druid-rtl-layout i.druid-icon-save{left:100px;right:unset}#druid_jsDocumentViewer.wc-druid-rtl-layout .signaturePadContainer{right:50vw;margin-right:-350px}#druid_jsDocumentViewer.wc-druid-rtl-layout .signaturePadContainer div.signaturePadCanvasContainer{right:5%}#druid_jsDocumentViewer.wc-druid-rtl-layout .signaturePadContainer .signaturePadActions{right:5%;text-align:right}#druid_jsDocumentViewer.wc-druid-rtl-layout .signaturePadContainer .signaturePadActions button.btn-cancel{float:left}.wc-message-pane .druid-scroll-to-bottom{height:30px;display:flex;right:20px;position:absolute;width:30px;cursor:pointer;color:#fff}.wc-message-pane .druid-scroll-to-bottom svg{background-color:#0078d7;height:30px;width:30px;border-radius:50%}@media (max-width: 768px){.wc-message-pane .druid-scroll-to-bottom{right:0}}/*! rtl:begin:ignore */.wc-druid-rtl-layout .wc-suggested-actions button.scroll.previous{right:0}.wc-druid-rtl-layout .wc-suggested-actions button.scroll.next{left:0}.wc-druid-rtl-layout .wc-message-wrapper.carousel .wc-message{padding-left:8px}.wc-druid-rtl-layout .wc-message-wrapper.clickable{text-align:right}.wc-druid-rtl-layout .wc-card.receipt th,.wc-druid-rtl-layout .wc-card.receipt td{text-align:left}.wc-druid-rtl-layout .wc-card.receipt th:first-child,.wc-druid-rtl-layout .wc-card.receipt td:first-child{text-align:right}.wc-druid-rtl-layout .wc-card.receipt td img{float:right;margin:5px 0 8px 8px}.wc-druid-rtl-layout .wc-card.thumbnail img{float:left;margin-right:10px}.wc-druid-rtl-layout .wc-card.signin h1{margin:10px 14px 16px 24px}.wc-druid-rtl-layout .wc-card.error .error-icon{padding-right:12px}.wc-druid-rtl-layout .wc-carousel button.scroll.previous{right:-16px}.wc-druid-rtl-layout .wc-carousel button.scroll.next{left:-16px}.wc-druid-rtl-layout .wc-carousel .wc-hscroll>ul{margin-right:-4px}.wc-druid-rtl-layout .wc-carousel .wc-hscroll>ul>li:last-child{padding-left:0}.wc-druid-rtl-layout .wc-message-from-me{float:left;margin-left:6px}.wc-druid-rtl-layout .wc-message-from-me.wc-message-from{text-align:left}.wc-druid-rtl-layout .wc-message-from-me svg.wc-message-callout{left:-6px}.wc-druid-rtl-layout .wc-message-from-bot{float:right;margin-right:8px}.wc-druid-rtl-layout .wc-message-from-bot svg.wc-message-callout{right:-6px}.wc-druid-rtl-layout .wc-console #wc-upload-input,.wc-druid-rtl-layout .wc-console .wc-upload-input-custom{right:0}.wc-druid-rtl-layout .wc-console .wc-send{left:0;right:unset!important;transform:scaleX(-1);transform-origin:center}.wc-druid-rtl-layout .wc-console.has-upload-button .wc-textbox{right:76px}.wc-druid-rtl-layout .wc-console .wc-textbox{right:11px;left:49px}.wc-druid-rtl-layout .wc-console .wc-mic,.wc-druid-rtl-layout .wc-console .wc-send{left:0}.wc-druid-rtl-layout .wc-animate-scroll{right:0;transition:right .8s ease}.wc-druid-rtl-layout .wc-animate-scroll-rapid{right:0;transition:right .4s ease}.wc-druid-rtl-layout .wc-animate-scroll-near{right:0;transition:right .3s ease-in-out}.wc-druid-rtl-layout .format-markdown ol{padding-right:30px}.wc-druid-rtl-layout .format-markdown ul{padding-right:33px}.wc-druid-rtl-layout .wc-icon-download{margin-right:8px}.wc-druid-rtl-layout .wc-console.druid-input-icons-right.druid-no-input .add-menu{float:left;right:unset;left:15px}.wc-druid-rtl-layout .wc-console.druid-input-icons-right.druid-no-input .wc-upload{left:8x}.wc-druid-rtl-layout .wc-console.druid-input-icons-right.druid-has-input .wc-upload{left:37px}.wc-druid-rtl-layout .wc-console.druid-input-icons-right .wc-upload{float:left}.wc-druid-rtl-layout .wc-console.druid-input-icons-right div.wc-textbox{right:15px}.wc-druid-rtl-layout .wc-console .wc-upload{right:-20px}.wc-druid-rtl-layout .wc-suggested-actions button.scroll.previous,.wc-druid-rtl-layout .wc-carousel button.scroll.previous{right:unset!important}.wc-druid-rtl-layout .wc-suggested-actions button.scroll.next,.wc-druid-rtl-layout .wc-carousel button.scroll.next{left:unset!important}.wc-druid-rtl-layout .float-right{float:left!important}.wc-druid-rtl-layout *{text-align:right!important}.wc-druid-rtl-layout .wc-message-groups div.wc-message .wc-message-content .wc-carousel button.scroll svg{position:absolute;top:0;left:0}.wc-druid-rtl-layout .wc-message-groups div.wc-message .wc-message-content .wc-carousel button.scroll svg path{transform:translate(272px)}/*! rtl:end:ignore */@media (max-width: 450px){.wc-card{border:1px solid #d2dde5;width:198px}.wc-adaptive-card{width:214px}}@media (min-width: 768px){.wc-card{border:1px solid #d2dde5;width:398px}.wc-adaptive-card{width:414px}}.card.background-image_custom .card__body{padding:0 5px 10px!important}body .card.background-image_custom.blue1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.blue2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.blue3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.blue4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px;z-index:-1}body .card.background-image_custom.blue1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.blue2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.blue3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.blue4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAYAAAC6nQw6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTDSGXqTLjCA9C4gHQRRGGYGGMoAwwxNbIioQEQREQFFkKCAAaOhSKyIYiEoqGAPSBBQYjCKqKhkRtZKfHl57+Xl98e939pn73P32XuftS4AJE8fLi8FlgIgmSfgB3o401eFR9Cx/QAGeIABpgAwWempvkHuwUAkLzcXerrICfyL3gwBSPy+ZejpT6eD/0/SrFS+AADIX8TmbE46S8T5Ik7KFKSK7TMipsYkihlGiZkvSlDEcmKOW+Sln30W2VHM7GQeW8TinFPZyWwx94h4e4aQI2LER8QFGVxOpohvi1gzSZjMFfFbcWwyh5kOAIoktgs4rHgRm4iYxA8OdBHxcgBwpLgvOOYLFnCyBOJDuaSkZvO5cfECui5Lj25qbc2ge3IykzgCgaE/k5XI5LPpLinJqUxeNgCLZ/4sGXFt6aIiW5paW1oamhmZflGo/7r4NyXu7SK9CvjcM4jW94ftr/xS6gBgzIpqs+sPW8x+ADq2AiB3/w+b5iEAJEV9a7/xxXlo4nmJFwhSbYyNMzMzjbgclpG4oL/rfzr8DX3xPSPxdr+Xh+7KiWUKkwR0cd1YKUkpQj49PZXJ4tAN/zzE/zjwr/NYGsiJ5fA5PFFEqGjKuLw4Ubt5bK6Am8Kjc3n/qYn/MOxPWpxrkSj1nwA1yghI3aAC5Oc+gKIQARJ5UNz13/vmgw8F4psXpjqxOPefBf37rnCJ+JHOjfsc5xIYTGcJ+RmLa+JrCdCAACQBFcgDFaABdIEhMANWwBY4AjewAviBYBAO1gIWiAfJgA8yQS7YDApAEdgF9oJKUAPqQSNoASdABzgNLoDL4Dq4Ce6AB2AEjIPnYAa8AfMQBGEhMkSB5CFVSAsygMwgBmQPuUE+UCAUDkVDcRAPEkK50BaoCCqFKqFaqBH6FjoFXYCuQgPQPWgUmoJ+hd7DCEyCqbAyrA0bwwzYCfaGg+E1cBycBufA+fBOuAKug4/B7fAF+Dp8Bx6Bn8OzCECICA1RQwwRBuKC+CERSCzCRzYghUg5Uoe0IF1IL3ILGUGmkXcoDIqCoqMMUbYoT1QIioVKQ21AFaMqUUdR7age1C3UKGoG9QlNRiuhDdA2aC/0KnQcOhNdgC5HN6Db0JfQd9Dj6DcYDIaG0cFYYTwx4ZgEzDpMMeYAphVzHjOAGcPMYrFYeawB1g7rh2ViBdgC7H7sMew57CB2HPsWR8Sp4sxw7rgIHA+XhyvHNeHO4gZxE7h5vBReC2+D98Oz8dn4Enw9vgt/Az+OnydIE3QIdoRgQgJhM6GC0EK4RHhIeEUkEtWJ1sQAIpe4iVhBPE68QhwlviPJkPRJLqRIkpC0k3SEdJ50j/SKTCZrkx3JEWQBeSe5kXyR/Jj8VoIiYSThJcGW2ChRJdEuMSjxQhIvqSXpJLlWMkeyXPKk5A3JaSm8lLaUixRTaoNUldQpqWGpWWmKtKm0n3SydLF0k/RV6UkZrIy2jJsMWyZf5rDMRZkxCkLRoLhQWJQtlHrKJco4FUPVoXpRE6hF1G+o/dQZWRnZZbKhslmyVbJnZEdoCE2b5kVLopXQTtCGaO+XKC9xWsJZsmNJy5LBJXNyinKOchy5QrlWuTty7+Xp8m7yifK75TvkHymgFPQVAhQyFQ4qXFKYVqQq2iqyFAsVTyjeV4KV9JUCldYpHVbqU5pVVlH2UE5V3q98UXlahabiqJKgUqZyVmVKlaJqr8pVLVM9p/qMLkt3oifRK+g99Bk1JTVPNaFarVq/2ry6jnqIep56q/ojDYIGQyNWo0yjW2NGU1XTVzNXs1nzvhZei6EVr7VPq1drTltHO0x7m3aH9qSOnI6XTo5Os85DXbKug26abp3ubT2MHkMvUe+A3k19WN9CP16/Sv+GAWxgacA1OGAwsBS91Hopb2nd0mFDkqGTYYZhs+GoEc3IxyjPqMPohbGmcYTxbuNe408mFiZJJvUmD0xlTFeY5pl2mf5qpm/GMqsyu21ONnc332jeaf5ymcEyzrKDy+5aUCx8LbZZdFt8tLSy5Fu2WE5ZaVpFW1VbDTOoDH9GMeOKNdra2Xqj9WnrdzaWNgKbEza/2BraJto22U4u11nOWV6/fMxO3Y5pV2s3Yk+3j7Y/ZD/ioObAdKhzeOKo4ch2bHCccNJzSnA65vTC2cSZ79zmPOdi47Le5bwr4urhWuja7ybjFuJW6fbYXd09zr3ZfcbDwmOdx3lPtKe3527PYS9lL5ZXo9fMCqsV61f0eJO8g7wrvZ/46Pvwfbp8Yd8Vvnt8H67UWslb2eEH/Lz89vg98tfxT/P/PgAT4B9QFfA00DQwN7A3iBIUFdQU9CbYObgk+EGIbogwpDtUMjQytDF0Lsw1rDRsZJXxqvWrrocrhHPDOyOwEaERDRGzq91W7109HmkRWRA5tEZnTdaaq2sV1iatPRMlGcWMOhmNjg6Lbor+wPRj1jFnY7xiqmNmWC6sfaznbEd2GXuKY8cp5UzE2sWWxk7G2cXtiZuKd4gvj5/munAruS8TPBNqEuYS/RKPJC4khSW1JuOSo5NP8WR4ibyeFJWUrJSBVIPUgtSRNJu0vWkzfG9+QzqUvia9U0AV/Uz1CXWFW4WjGfYZVRlvM0MzT2ZJZ/Gy+rL1s3dkT+S453y9DrWOta47Vy13c+7oeqf1tRugDTEbujdqbMzfOL7JY9PRzYTNiZt/yDPJK817vSVsS1e+cv6m/LGtHlubCyQK+AXD22y31WxHbedu799hvmP/jk+F7MJrRSZF5UUfilnF174y/ariq4WdsTv7SyxLDu7C7OLtGtrtsPtoqXRpTunYHt897WX0ssKy13uj9l4tX1Zes4+wT7hvpMKnonO/5v5d+z9UxlfeqXKuaq1Wqt5RPXeAfWDwoOPBlhrlmqKa94e4h+7WetS212nXlR/GHM44/LQ+tL73a8bXjQ0KDUUNH4/wjowcDTza02jV2Nik1FTSDDcLm6eORR67+Y3rN50thi21rbTWouPguPD4s2+jvx064X2i+yTjZMt3Wt9Vt1HaCtuh9uz2mY74jpHO8M6BUytOdXfZdrV9b/T9kdNqp6vOyJ4pOUs4m3924VzOudnzqeenL8RdGOuO6n5wcdXF2z0BPf2XvC9duex++WKvU++5K3ZXTl+1uXrqGuNax3XL6+19Fn1tP1j80NZv2d9+w+pG503rm10DywfODjoMXrjleuvyba/b1++svDMwFDJ0dzhyeOQu++7kvaR7L+9n3J9/sOkh+mHhI6lH5Y+VHtf9qPdj64jlyJlR19G+J0FPHoyxxp7/lP7Th/H8p+Sn5ROqE42TZpOnp9ynbj5b/Wz8eerz+emCn6V/rn6h++K7Xxx/6ZtZNTP+kv9y4dfiV/Kvjrxe9rp71n/28ZvkN/NzhW/l3x59x3jX+z7s/cR85gfsh4qPeh+7Pnl/eriQvLDwG/eE8/s3BCkeAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIXRFWHRDcmVhdGlvbiBUaW1lADIwMTg6MDg6MTkgMTU6NTA6MzRYPP66AAAB1ElEQVRIS52VO0gjURSGzzlxIomPGB+sj0JWQS0U3cJOFiwCW6XRcptVLOwE2V1QrLQRFBEs0lgIgohha9sUgmxhpWESLAVh15gIKorj3D0zewzEvO7kgyH3P5l8nJs79w4opTxfqdzrzPsagUfS2dcvALgiMY8nkZl76gWifR4W/U5bdHx5WU9Yf8TdtEmpAG1RX0f/FkvGJRahJUrn7K8smZdYkqoiM/syDIgxiWWpKPp9e9tMVBfnbhqkVJayIiLCFgrvsmRQShUpKzKz1gJPaVpiVUqK0jlrgjtZl6hFkej8z8MHQN8hiwwpaVEgisfjPr8/eMCSbilpUyAaiUyt8f8yKdETeRHv6CgC/JToGVd08fe5H5H2eErsqg06vboKGIbf2YwtUqsJam3s2eFGPkmuGQKEPhl7oVE+85AN1iKAsiTrEk5f37fL2IWGQsYZH7qrkjXhRQkGoxJc3FU72F5d4674QfQC/kgmk34JgM4bwCGRSNR1jn6OIeKsW9BCxQZC/w+8vOgN886e4xXY5K+apFQRBfb3wRBtFIkczJvHLjICSzz8xsKqh5pS9nJJ0RupTKYJfOEoTzfCd43xY/+Ry87SP/GV4XZSCuEElfXrH5dspu6ZRw5MAAAAAElFTkSuQmCC) no-repeat center;bottom:0;right:-2px;fill:#fff;z-index:-1}body .card.background-image_custom.blue1 .alt-bg1,body .card.background-image_custom.blue2 .alt-bg1,body .card.background-image_custom.blue3 .alt-bg1,body .card.background-image_custom.blue4 .alt-bg1{background-color:#233459;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23283b65' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%232c4271' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23314a7e' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2336518b' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%233b5998' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%234468a7' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%234c78b5' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%235487c4' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%235d98d4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2365a8e3' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue1 .alt-bg2,body .card.background-image_custom.blue2 .alt-bg2,body .card.background-image_custom.blue3 .alt-bg2,body .card.background-image_custom.blue4 .alt-bg2{background-color:#314b80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f558c' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d5f97' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%232a6aa3' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%232874ae' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23267eba' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue2{background-color:#233459;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23283b65' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%232c4271' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23314a7e' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2336518b' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%233b5998' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%234468a7' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%234c78b5' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%235487c4' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%235d98d4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2365a8e3' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue3{background-color:#314b80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f558c' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d5f97' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%232a6aa3' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%232874ae' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23267eba' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue4{background-color:#314b80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f558c' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d5f97' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%232a6aa3' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%232874ae' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23267eba' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.indigo2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.indigo3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.indigo4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px}body .card.background-image_custom.indigo1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.indigo2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.indigo3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.indigo4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow-2.498b7b09c99081d8.png) no-repeat center;bottom:0;right:-2px;fill:#fff}body .card.background-image_custom.indigo1 .alt-bg1,body .card.background-image_custom.indigo2 .alt-bg1,body .card.background-image_custom.indigo3 .alt-bg1,body .card.background-image_custom.indigo4 .alt-bg1{background-color:#581d75;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23612b84' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%236a3893' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%237344a2' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237b51b2' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23845ec2' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23975ebf' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23a85ebb' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23b85eb8' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c75eb4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23d65db1' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo1 .alt-bg2,body .card.background-image_custom.indigo2 .alt-bg2,body .card.background-image_custom.indigo3 .alt-bg2,body .card.background-image_custom.indigo4 .alt-bg2{background-color:#4b1e69;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23562278' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23612687' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%236c2b97' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23772fa6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%238233b5' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo2{background-color:#581d75;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23612b84' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%236a3893' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%237344a2' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237b51b2' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23845ec2' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23975ebf' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23a85ebb' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23b85eb8' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c75eb4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23d65db1' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo3{background-color:#4b1e69;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23562278' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23612687' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%236c2b97' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23772fa6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%238233b5' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo4{background-color:#4b1e69;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23562278' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23612687' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%236c2b97' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23772fa6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%238233b5' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.dark2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.dark3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.dark4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px}body .card.background-image_custom.dark1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.dark2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.dark3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.dark4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAYAAAC6nQw6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTDSGXqTLjCA9C4gHQRRGGYGGMoAwwxNbIioQEQREQFFkKCAAaOhSKyIYiEoqGAPSBBQYjCKqKhkRtZKfHl57+Xl98e939pn73P32XuftS4AJE8fLi8FlgIgmSfgB3o401eFR9Cx/QAGeIABpgAwWempvkHuwUAkLzcXerrICfyL3gwBSPy+ZejpT6eD/0/SrFS+AADIX8TmbE46S8T5Ik7KFKSK7TMipsYkihlGiZkvSlDEcmKOW+Sln30W2VHM7GQeW8TinFPZyWwx94h4e4aQI2LER8QFGVxOpohvi1gzSZjMFfFbcWwyh5kOAIoktgs4rHgRm4iYxA8OdBHxcgBwpLgvOOYLFnCyBOJDuaSkZvO5cfECui5Lj25qbc2ge3IykzgCgaE/k5XI5LPpLinJqUxeNgCLZ/4sGXFt6aIiW5paW1oamhmZflGo/7r4NyXu7SK9CvjcM4jW94ftr/xS6gBgzIpqs+sPW8x+ADq2AiB3/w+b5iEAJEV9a7/xxXlo4nmJFwhSbYyNMzMzjbgclpG4oL/rfzr8DX3xPSPxdr+Xh+7KiWUKkwR0cd1YKUkpQj49PZXJ4tAN/zzE/zjwr/NYGsiJ5fA5PFFEqGjKuLw4Ubt5bK6Am8Kjc3n/qYn/MOxPWpxrkSj1nwA1yghI3aAC5Oc+gKIQARJ5UNz13/vmgw8F4psXpjqxOPefBf37rnCJ+JHOjfsc5xIYTGcJ+RmLa+JrCdCAACQBFcgDFaABdIEhMANWwBY4AjewAviBYBAO1gIWiAfJgA8yQS7YDApAEdgF9oJKUAPqQSNoASdABzgNLoDL4Dq4Ce6AB2AEjIPnYAa8AfMQBGEhMkSB5CFVSAsygMwgBmQPuUE+UCAUDkVDcRAPEkK50BaoCCqFKqFaqBH6FjoFXYCuQgPQPWgUmoJ+hd7DCEyCqbAyrA0bwwzYCfaGg+E1cBycBufA+fBOuAKug4/B7fAF+Dp8Bx6Bn8OzCECICA1RQwwRBuKC+CERSCzCRzYghUg5Uoe0IF1IL3ILGUGmkXcoDIqCoqMMUbYoT1QIioVKQ21AFaMqUUdR7age1C3UKGoG9QlNRiuhDdA2aC/0KnQcOhNdgC5HN6Db0JfQd9Dj6DcYDIaG0cFYYTwx4ZgEzDpMMeYAphVzHjOAGcPMYrFYeawB1g7rh2ViBdgC7H7sMew57CB2HPsWR8Sp4sxw7rgIHA+XhyvHNeHO4gZxE7h5vBReC2+D98Oz8dn4Enw9vgt/Az+OnydIE3QIdoRgQgJhM6GC0EK4RHhIeEUkEtWJ1sQAIpe4iVhBPE68QhwlviPJkPRJLqRIkpC0k3SEdJ50j/SKTCZrkx3JEWQBeSe5kXyR/Jj8VoIiYSThJcGW2ChRJdEuMSjxQhIvqSXpJLlWMkeyXPKk5A3JaSm8lLaUixRTaoNUldQpqWGpWWmKtKm0n3SydLF0k/RV6UkZrIy2jJsMWyZf5rDMRZkxCkLRoLhQWJQtlHrKJco4FUPVoXpRE6hF1G+o/dQZWRnZZbKhslmyVbJnZEdoCE2b5kVLopXQTtCGaO+XKC9xWsJZsmNJy5LBJXNyinKOchy5QrlWuTty7+Xp8m7yifK75TvkHymgFPQVAhQyFQ4qXFKYVqQq2iqyFAsVTyjeV4KV9JUCldYpHVbqU5pVVlH2UE5V3q98UXlahabiqJKgUqZyVmVKlaJqr8pVLVM9p/qMLkt3oifRK+g99Bk1JTVPNaFarVq/2ry6jnqIep56q/ojDYIGQyNWo0yjW2NGU1XTVzNXs1nzvhZei6EVr7VPq1drTltHO0x7m3aH9qSOnI6XTo5Os85DXbKug26abp3ubT2MHkMvUe+A3k19WN9CP16/Sv+GAWxgacA1OGAwsBS91Hopb2nd0mFDkqGTYYZhs+GoEc3IxyjPqMPohbGmcYTxbuNe408mFiZJJvUmD0xlTFeY5pl2mf5qpm/GMqsyu21ONnc332jeaf5ymcEyzrKDy+5aUCx8LbZZdFt8tLSy5Fu2WE5ZaVpFW1VbDTOoDH9GMeOKNdra2Xqj9WnrdzaWNgKbEza/2BraJto22U4u11nOWV6/fMxO3Y5pV2s3Yk+3j7Y/ZD/ioObAdKhzeOKo4ch2bHCccNJzSnA65vTC2cSZ79zmPOdi47Le5bwr4urhWuja7ybjFuJW6fbYXd09zr3ZfcbDwmOdx3lPtKe3527PYS9lL5ZXo9fMCqsV61f0eJO8g7wrvZ/46Pvwfbp8Yd8Vvnt8H67UWslb2eEH/Lz89vg98tfxT/P/PgAT4B9QFfA00DQwN7A3iBIUFdQU9CbYObgk+EGIbogwpDtUMjQytDF0Lsw1rDRsZJXxqvWrrocrhHPDOyOwEaERDRGzq91W7109HmkRWRA5tEZnTdaaq2sV1iatPRMlGcWMOhmNjg6Lbor+wPRj1jFnY7xiqmNmWC6sfaznbEd2GXuKY8cp5UzE2sWWxk7G2cXtiZuKd4gvj5/munAruS8TPBNqEuYS/RKPJC4khSW1JuOSo5NP8WR4ibyeFJWUrJSBVIPUgtSRNJu0vWkzfG9+QzqUvia9U0AV/Uz1CXWFW4WjGfYZVRlvM0MzT2ZJZ/Gy+rL1s3dkT+S453y9DrWOta47Vy13c+7oeqf1tRugDTEbujdqbMzfOL7JY9PRzYTNiZt/yDPJK817vSVsS1e+cv6m/LGtHlubCyQK+AXD22y31WxHbedu799hvmP/jk+F7MJrRSZF5UUfilnF174y/ariq4WdsTv7SyxLDu7C7OLtGtrtsPtoqXRpTunYHt897WX0ssKy13uj9l4tX1Zes4+wT7hvpMKnonO/5v5d+z9UxlfeqXKuaq1Wqt5RPXeAfWDwoOPBlhrlmqKa94e4h+7WetS212nXlR/GHM44/LQ+tL73a8bXjQ0KDUUNH4/wjowcDTza02jV2Nik1FTSDDcLm6eORR67+Y3rN50thi21rbTWouPguPD4s2+jvx064X2i+yTjZMt3Wt9Vt1HaCtuh9uz2mY74jpHO8M6BUytOdXfZdrV9b/T9kdNqp6vOyJ4pOUs4m3924VzOudnzqeenL8RdGOuO6n5wcdXF2z0BPf2XvC9duex++WKvU++5K3ZXTl+1uXrqGuNax3XL6+19Fn1tP1j80NZv2d9+w+pG503rm10DywfODjoMXrjleuvyba/b1++svDMwFDJ0dzhyeOQu++7kvaR7L+9n3J9/sOkh+mHhI6lH5Y+VHtf9qPdj64jlyJlR19G+J0FPHoyxxp7/lP7Th/H8p+Sn5ROqE42TZpOnp9ynbj5b/Wz8eerz+emCn6V/rn6h++K7Xxx/6ZtZNTP+kv9y4dfiV/Kvjrxe9rp71n/28ZvkN/NzhW/l3x59x3jX+z7s/cR85gfsh4qPeh+7Pnl/eriQvLDwG/eE8/s3BCkeAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIXRFWHRDcmVhdGlvbiBUaW1lADIwMTg6MDg6MTkgMTU6NTA6MzRYPP66AAAB1ElEQVRIS52VO0gjURSGzzlxIomPGB+sj0JWQS0U3cJOFiwCW6XRcptVLOwE2V1QrLQRFBEs0lgIgohha9sUgmxhpWESLAVh15gIKorj3D0zewzEvO7kgyH3P5l8nJs79w4opTxfqdzrzPsagUfS2dcvALgiMY8nkZl76gWifR4W/U5bdHx5WU9Yf8TdtEmpAG1RX0f/FkvGJRahJUrn7K8smZdYkqoiM/syDIgxiWWpKPp9e9tMVBfnbhqkVJayIiLCFgrvsmRQShUpKzKz1gJPaVpiVUqK0jlrgjtZl6hFkej8z8MHQN8hiwwpaVEgisfjPr8/eMCSbilpUyAaiUyt8f8yKdETeRHv6CgC/JToGVd08fe5H5H2eErsqg06vboKGIbf2YwtUqsJam3s2eFGPkmuGQKEPhl7oVE+85AN1iKAsiTrEk5f37fL2IWGQsYZH7qrkjXhRQkGoxJc3FU72F5d4674QfQC/kgmk34JgM4bwCGRSNR1jn6OIeKsW9BCxQZC/w+8vOgN886e4xXY5K+apFQRBfb3wRBtFIkczJvHLjICSzz8xsKqh5pS9nJJ0RupTKYJfOEoTzfCd43xY/+Ry87SP/GV4XZSCuEElfXrH5dspu6ZRw5MAAAAAElFTkSuQmCC) no-repeat center;bottom:0;right:-2px;fill:#fff}body .card.background-image_custom.dark1 .alt-bg1,body .card.background-image_custom.dark2 .alt-bg1,body .card.background-image_custom.dark3 .alt-bg1,body .card.background-image_custom.dark4 .alt-bg1{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23414346' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%234d5156' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23595f66' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23656d77' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23717c89' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%237a8795' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%238392a1' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%238c9dae' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2396a9ba' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%239fb4c7' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark1 .alt-bg2,body .card.background-image_custom.dark2 .alt-bg2,body .card.background-image_custom.dark3 .alt-bg2,body .card.background-image_custom.dark4 .alt-bg2{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%233f4144' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23494d51' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2352585f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235c646c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23656f7a' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark2{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23414346' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%234d5156' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23595f66' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23656d77' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23717c89' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%237a8795' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%238392a1' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%238c9dae' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2396a9ba' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%239fb4c7' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark3{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%233f4144' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23494d51' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2352585f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235c646c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23656f7a' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark4{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%233f4144' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23494d51' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2352585f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235c646c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23656f7a' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.cyan2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.cyan3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.cyan4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px}body .card.background-image_custom.cyan1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.cyan2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.cyan3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.cyan4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow-2.498b7b09c99081d8.png) no-repeat center;bottom:0;right:-2px;fill:#fff}body .card.background-image_custom.cyan1 .alt-bg1,body .card.background-image_custom.cyan2 .alt-bg1,body .card.background-image_custom.cyan3 .alt-bg1,body .card.background-image_custom.cyan4 .alt-bg1{background-color:#007f9a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%230c8593' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23108b8b' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23119184' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%230c977c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23009d74' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2332a16b' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2347a661' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2357aa57' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2365af4c' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2371b340' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan1 .alt-bg2,body .card.background-image_custom.cyan2 .alt-bg2,body .card.background-image_custom.cyan3 .alt-bg2,body .card.background-image_custom.cyan4 .alt-bg2{background-color:#00777c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23178370' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d8f64' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23449b58' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235aa74c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2371b340' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan2{background-color:#007f9a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%230c8593' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23108b8b' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23119184' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%230c977c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23009d74' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2332a16b' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2347a661' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2357aa57' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2365af4c' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2371b340' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan3{background-color:#00777c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23178370' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d8f64' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23449b58' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235aa74c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2371b340' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan4{background-color:#00777c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23178370' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d8f64' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23449b58' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235aa74c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2371b340' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}@media (max-width: 768px){body .card.background-image_custom .wc-carousel .wc-hscroll>ul>li{margin-right:0!important;width:45%}body .card.background-image_custom .wc-carousel .wc-hscroll>ul>li>div{width:100%}body .card.background-image_custom .chatWrap .wc-message-groups::-webkit-scrollbar{width:0!important}body .card.background-image_custom .chatWrap .wc-message-groups{-ms-overflow-style:none}body .card.background-image_custom .wc-carousel button.scroll.next{right:-3px!important;display:none!important}body .card.background-image_custom .wc-carousel button.scroll.previous{left:-1px!important;display:none!important}body .card.background-image_custom .chatWrap .wc-message-groups{overflow:-moz-scrollbars-none}body .card.background-image_custom .card.background-image_custom{margin-bottom:0}body .card.background-image_custom .logo{margin:15px 0 5px}body .card.background-image_custom .logo img{height:40px;width:auto}body .card.background-image_custom h1{font-size:14px}body .card.background-image_custom .card__body>.container-fluid{padding-left:0;padding-right:0}body .card.background-image_custom .chat-container{margin:5px 0 0}body .card.background-image_custom .wc-message{max-width:calc(100% - 30px)!important}body .card.background-image_custom .wc-adaptive-card{width:206px}body .card.background-image_custom .card__body>.header{display:none}body .card.background-image_custom .wc-message-from-bot{margin-left:1px!important}body .card.background-image_custom .wc-message.wc-message-from-bot:before{width:25px!important;height:25px!important;background-size:cover!important;left:-39px!important;display:none}body .card.background-image_custom .chatWrap .logo{margin:15px 0 5px}body .card.background-image_custom .chatWrap .logo img{height:40px;width:auto}body .card.background-image_custom .chatWrap h1{font-size:18px}body .card.background-image_custom .chatWrap .chat-container{margin:10px 0 5px!important}body .card.background-image_custom .chatWrap div.card__body{padding:0!important}body .card.background-image_custom .chatWrap footer{display:none}body .card.background-image_custom .wc-message-groups{right:10px}body .card.background-image_custom .chatWrap .wc-message-groups{margin-right:0;padding-right:0;padding-bottom:0;margin-bottom:0;margin-top:0;left:10px}body .card.background-image_custom .wc-message-from-me{margin-right:9px}body .card.background-image_custom body .wc-app,body .card.background-image_custom .wc-app button,body .card.background-image_custom .wc-app textarea,body .card.background-image_custom body .wc-app p{font-size:14px;line-height:1.2}body .card.background-image_custom .wc-message-from-me .wc-message-content:before{right:-1px}body .card.background-image_custom .wc-message-from-bot .wc-message-content:before{left:-3px!important}body .card.background-image_custom .wc-message.wc-message-from-bot:before{display:none}body .card.background-image_custom .wc-message-from-bot{margin-left:0}body .card.background-image_custom .wc-message{max-width:100%!important}body .card.background-image_custom .wc-message-content{padding:12px;margin-right:0}body .card.background-image_custom .wc-carousel button.scroll.previous{left:-12px}body .card.background-image_custom .wc-carousel button.scroll.next{right:-12px}body .card.background-image_custom .wc-card>div{padding:10px!important}body .card.background-image_custom .wc-card .ac-image{padding:0;margin:-10px -10px 10px}body .card.background-image_custom .wc-list .wc-adaptive-card{width:100%}body .card.background-image_custom .wc-adaptive-card{width:235px}body .card.background-image_custom .wc-message-wrapper.carousel .wc-message{padding-right:0}.wc-message-groups{overflow:-moz-scrollbars-none;-ms-overflow-style:none}.wc-message-groups::-webkit-scrollbar{width:0!important}}.wc-header,.wc-message-from-me .wc-message-content{background-color:#71b340}.wc-message-from-me svg.wc-message-callout path{fill:#71b340}.wc-header{display:none!important}.card.background-image_custom .ac-container{box-sizing:border-box!important;background-color:#0000!important;padding:0!important}.wc-console .wc-mic,.wc-console .wc-send{background-color:transparent!important;border:0!important;padding:0!important;right:0!important}.wc-message.wc-message-from-bot:before{background-size:cover}.card.background-image_custom{position:relative}.card.background-image_custom .wc-hscroll-outer{padding-left:15px;padding-right:15px;margin-bottom:0!important;overflow:hidden}.card.background-image_custom .format-markdown+.wc-carousel{margin-top:20px!important}.card.background-image_custom .wc-carousel .wc-hscroll>ul>li{margin-right:18px}.card.background-image_custom .wc-carousel .wc-hscroll>ul>li button{white-space:normal!important;text-overflow:unset!important}.card.background-image_custom .floating-logo{position:absolute;top:50px;left:50px;max-height:30px;overflow:hidden;display:none}.card.background-image_custom .card-body{padding:0 5px 10px!important}.card.background-image_custom .wc-card>div{padding:0!important}.card.background-image_custom .wc-card button:first-child{margin-top:10px!important}.card.background-image_custom .wc-message-content{padding:12px 10px!important}.card.background-image_custom .wc-message-content .wc-carousel{margin:-12px!important}.card.background-image_custom .wc-message-groups{top:0!important;transform:translateY(0)!important;padding:0!important}.card.background-image_custom .chat-container{margin:0 0 20px}.card.background-image_custom .wc-message-pane.show-actions .wc-message-groups{transform:translateY(-40px)!important}.card.background-image_custom .wc-carousel button.scroll{background-color:#d2dde5!important}.card.background-image_custom .wc-message-pane.show-actions .wc-suggested-actions{height:auto}.card.background-image_custom .wc-message-pane.show-actions .wc-suggested-actions .wc-hscroll{overflow:visible}.card.background-image_custom .wc-message-pane.show-actions .wc-suggested-actions .wc-hscroll>ul{width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:center}.card.background-image_custom .wc-message-pane.show-actions .wc-suggested-actions .wc-hscroll>ul li{display:initial;float:none;max-width:200px;align-content:stretch}.card.background-image_custom .wc-message-pane.show-actions .wc-suggested-actions .wc-hscroll>ul li button{max-width:unset;min-width:unset;width:100%;white-space:normal;word-break:break-word;height:100%}body .card.background-image_custom .plusIcon{font-size:24px;display:block;position:relative;top:2px;color:#dadada;font-weight:100}body .card.background-image_custom .plusIcon:hover{text-decoration:none!important}body .card.background-image_custom .add-menu{position:absolute;bottom:14.5px;left:32px;animation:fade 2.9s}body .card.background-image_custom .add-menu:hover,body .card.background-image_custom .add-menu [data-toggle=dropdown]:hover{text-decoration:none!important}body .card.background-image_custom .wc-console .wc-upload{margin-left:26px}body .card.background-image_custom .wc-console .wc-textbox{left:76px}body .card.background-image_custom .dropdown-menu{font-family:Segoe UI,sans-serif;font-size:15px}body .card.background-image_custom .dropdown-item{padding:4px 16px;text-transform:uppercase;font-size:12px;font-weight:600}body .card.background-image_custom .dropdown-item:hover{text-decoration:none!important}body .card.background-image_custom.blue1,body .card.background-image_custom.blue2,body .card.background-image_custom.blue3,body .card.background-image_custom.blue4{color:#fff;background:linear-gradient(-45deg,#1b4079,#3b5998,#2f9be6,#3079b3);background-size:400% 400%;animation:gradient 75s ease infinite}body .card.background-image_custom.blue1 a,body .card.background-image_custom.blue2 a,body .card.background-image_custom.blue3 a,body .card.background-image_custom.blue4 a,body .card.background-image_custom.blue1 a:active,body .card.background-image_custom.blue2 a:active,body .card.background-image_custom.blue3 a:active,body .card.background-image_custom.blue4 a:active,body .card.background-image_custom.blue1 a:visited,body .card.background-image_custom.blue2 a:visited,body .card.background-image_custom.blue3 a:visited,body .card.background-image_custom.blue4 a:visited{color:#0078d7}body .card.background-image_custom.blue1 a:hover,body .card.background-image_custom.blue2 a:hover,body .card.background-image_custom.blue3 a:hover,body .card.background-image_custom.blue4 a:hover{color:#005aa0;text-decoration:underline}body .card.background-image_custom.blue1 h1,body .card.background-image_custom.blue2 h1,body .card.background-image_custom.blue3 h1,body .card.background-image_custom.blue4 h1,body .card.background-image_custom.blue1 h2,body .card.background-image_custom.blue2 h2,body .card.background-image_custom.blue3 h2,body .card.background-image_custom.blue4 h2,body .card.background-image_custom.blue1 h3,body .card.background-image_custom.blue2 h3,body .card.background-image_custom.blue3 h3,body .card.background-image_custom.blue4 h3,body .card.background-image_custom.blue1 h4,body .card.background-image_custom.blue2 h4,body .card.background-image_custom.blue3 h4,body .card.background-image_custom.blue4 h4,body .card.background-image_custom.blue1 h5,body .card.background-image_custom.blue2 h5,body .card.background-image_custom.blue3 h5,body .card.background-image_custom.blue4 h5,body .card.background-image_custom.blue1 h6,body .card.background-image_custom.blue2 h6,body .card.background-image_custom.blue3 h6,body .card.background-image_custom.blue4 h6{font-weight:500;margin:0 0 20px;padding:0;color:#fff}body .card.background-image_custom.blue1 .logo,body .card.background-image_custom.blue2 .logo,body .card.background-image_custom.blue3 .logo,body .card.background-image_custom.blue4 .logo{margin:30px 0}body .card.background-image_custom.blue1 footer,body .card.background-image_custom.blue2 footer,body .card.background-image_custom.blue3 footer,body .card.background-image_custom.blue4 footer{position:absolute;bottom:0;width:100%;height:60px;line-height:60px}body .card.background-image_custom.blue1 .dropdown-item .fa,body .card.background-image_custom.blue2 .dropdown-item .fa,body .card.background-image_custom.blue3 .dropdown-item .fa,body .card.background-image_custom.blue4 .dropdown-item .fa{color:#005aa0}body .card.background-image_custom.blue1 .dropdown-item.active,body .card.background-image_custom.blue2 .dropdown-item.active,body .card.background-image_custom.blue3 .dropdown-item.active,body .card.background-image_custom.blue4 .dropdown-item.active,body .card.background-image_custom.blue1 .dropdown-item:active,body .card.background-image_custom.blue2 .dropdown-item:active,body .card.background-image_custom.blue3 .dropdown-item:active,body .card.background-image_custom.blue4 .dropdown-item:active{color:#fff;background-color:#005aa0}body .card.background-image_custom.blue1 .dropdown-item.active .fa,body .card.background-image_custom.blue2 .dropdown-item.active .fa,body .card.background-image_custom.blue3 .dropdown-item.active .fa,body .card.background-image_custom.blue4 .dropdown-item.active .fa,body .card.background-image_custom.blue1 .dropdown-item:active .fa,body .card.background-image_custom.blue2 .dropdown-item:active .fa,body .card.background-image_custom.blue3 .dropdown-item:active .fa,body .card.background-image_custom.blue4 .dropdown-item:active .fa{color:#fff}body .card.background-image_custom.blue1 body .wc-app,body .card.background-image_custom.blue2 body .wc-app,body .card.background-image_custom.blue3 body .wc-app,body .card.background-image_custom.blue4 body .wc-app,body .card.background-image_custom.blue1 .wc-app button,body .card.background-image_custom.blue2 .wc-app button,body .card.background-image_custom.blue3 .wc-app button,body .card.background-image_custom.blue4 .wc-app button,body .card.background-image_custom.blue1 .wc-app textarea,body .card.background-image_custom.blue2 .wc-app textarea,body .card.background-image_custom.blue3 .wc-app textarea,body .card.background-image_custom.blue4 .wc-app textarea,body .card.background-image_custom.blue1 body .wc-app p,body .card.background-image_custom.blue2 body .wc-app p,body .card.background-image_custom.blue3 body .wc-app p,body .card.background-image_custom.blue4 body .wc-app p{font-size:16px}body .card.background-image_custom.blue1 .wc-app input,body .card.background-image_custom.blue2 .wc-app input,body .card.background-image_custom.blue3 .wc-app input,body .card.background-image_custom.blue4 .wc-app input{font-size:15px}body .card.background-image_custom.blue1 .wc-header,body .card.background-image_custom.blue2 .wc-header,body .card.background-image_custom.blue3 .wc-header,body .card.background-image_custom.blue4 .wc-header{display:none}body .card.background-image_custom.blue1 input,body .card.background-image_custom.blue2 input,body .card.background-image_custom.blue3 input,body .card.background-image_custom.blue4 input,body .card.background-image_custom.blue1 textarea,body .card.background-image_custom.blue2 textarea,body .card.background-image_custom.blue3 textarea,body .card.background-image_custom.blue4 textarea{color:#fff}body .card.background-image_custom.blue1 ::-webkit-input-placeholder,body .card.background-image_custom.blue2 ::-webkit-input-placeholder,body .card.background-image_custom.blue3 ::-webkit-input-placeholder,body .card.background-image_custom.blue4 ::-webkit-input-placeholder{color:#ddd}body .card.background-image_custom.blue1 ::-moz-placeholder,body .card.background-image_custom.blue2 ::-moz-placeholder,body .card.background-image_custom.blue3 ::-moz-placeholder,body .card.background-image_custom.blue4 ::-moz-placeholder{color:#ddd}body .card.background-image_custom.blue1 .wc-suggested-actions,body .card.background-image_custom.blue2 .wc-suggested-actions,body .card.background-image_custom.blue3 .wc-suggested-actions,body .card.background-image_custom.blue4 .wc-suggested-actions{left:18px;right:18px}body .card.background-image_custom.blue1 .wc-console,body .card.background-image_custom.blue2 .wc-console,body .card.background-image_custom.blue3 .wc-console,body .card.background-image_custom.blue4 .wc-console{border:2px solid #f9f9f9;left:18px;right:18px;border-radius:6px}body .card.background-image_custom.blue1 .wc-console.has-text .wc-send svg,body .card.background-image_custom.blue2 .wc-console.has-text .wc-send svg,body .card.background-image_custom.blue3 .wc-console.has-text .wc-send svg,body .card.background-image_custom.blue4 .wc-console.has-text .wc-send svg{fill:#99d2ff}body .card.background-image_custom.blue1 .ac-image,body .card.background-image_custom.blue2 .ac-image,body .card.background-image_custom.blue3 .ac-image,body .card.background-image_custom.blue4 .ac-image{padding:10px 35px}body .card.background-image_custom.blue1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.blue2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.blue3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.blue4 .wc-message-from-me .wc-message-content{background-color:#71b340;color:#fff}body .card.background-image_custom.blue1 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.blue2 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.blue3 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.blue4 .wc-message-from-me svg.wc-message-callout path{fill:#71b340}body .card.background-image_custom.blue1 .wc-console svg,body .card.background-image_custom.blue2 .wc-console svg,body .card.background-image_custom.blue3 .wc-console svg,body .card.background-image_custom.blue4 .wc-console svg{fill:#e9ecef;margin:15px 12px}body .card.background-image_custom.blue1 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.blue2 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.blue3 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.blue4 .wc-message-from.wc-message-from-bot{display:none}body .card.background-image_custom.blue1 .wc-message-from span,body .card.background-image_custom.blue2 .wc-message-from span,body .card.background-image_custom.blue3 .wc-message-from span,body .card.background-image_custom.blue4 .wc-message-from span{color:#b7b7b7}body .card.background-image_custom.blue1 .wc-card>div,body .card.background-image_custom.blue2 .wc-card>div,body .card.background-image_custom.blue3 .wc-card>div,body .card.background-image_custom.blue4 .wc-card>div{padding:16px!important}body .card.background-image_custom.blue1 .wc-card button:first-child,body .card.background-image_custom.blue2 .wc-card button:first-child,body .card.background-image_custom.blue3 .wc-card button:first-child,body .card.background-image_custom.blue4 .wc-card button:first-child{margin-top:15px}body .card.background-image_custom.blue1 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.blue2 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.blue3 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.blue4 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.blue1 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.blue2 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.blue3 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.blue4 .wc-message-from-bot svg.wc-message-callout .point-left{display:none}body .card.background-image_custom.blue1 .wc-message-from-me,body .card.background-image_custom.blue2 .wc-message-from-me,body .card.background-image_custom.blue3 .wc-message-from-me,body .card.background-image_custom.blue4 .wc-message-from-me{margin-right:0}body .card.background-image_custom.blue1 .wc-message-content,body .card.background-image_custom.blue2 .wc-message-content,body .card.background-image_custom.blue3 .wc-message-content,body .card.background-image_custom.blue4 .wc-message-content{padding:12px 18px;border-radius:17px;box-shadow:none}body .card.background-image_custom.blue1 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.blue2 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.blue3 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.blue4 .wc-message-from-bot .wc-message-content{background-color:#fff}body .card.background-image_custom.blue1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.blue2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.blue3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.blue4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px;z-index:-1}body .card.background-image_custom.blue1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.blue2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.blue3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.blue4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAYAAAC6nQw6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTDSGXqTLjCA9C4gHQRRGGYGGMoAwwxNbIioQEQREQFFkKCAAaOhSKyIYiEoqGAPSBBQYjCKqKhkRtZKfHl57+Xl98e939pn73P32XuftS4AJE8fLi8FlgIgmSfgB3o401eFR9Cx/QAGeIABpgAwWempvkHuwUAkLzcXerrICfyL3gwBSPy+ZejpT6eD/0/SrFS+AADIX8TmbE46S8T5Ik7KFKSK7TMipsYkihlGiZkvSlDEcmKOW+Sln30W2VHM7GQeW8TinFPZyWwx94h4e4aQI2LER8QFGVxOpohvi1gzSZjMFfFbcWwyh5kOAIoktgs4rHgRm4iYxA8OdBHxcgBwpLgvOOYLFnCyBOJDuaSkZvO5cfECui5Lj25qbc2ge3IykzgCgaE/k5XI5LPpLinJqUxeNgCLZ/4sGXFt6aIiW5paW1oamhmZflGo/7r4NyXu7SK9CvjcM4jW94ftr/xS6gBgzIpqs+sPW8x+ADq2AiB3/w+b5iEAJEV9a7/xxXlo4nmJFwhSbYyNMzMzjbgclpG4oL/rfzr8DX3xPSPxdr+Xh+7KiWUKkwR0cd1YKUkpQj49PZXJ4tAN/zzE/zjwr/NYGsiJ5fA5PFFEqGjKuLw4Ubt5bK6Am8Kjc3n/qYn/MOxPWpxrkSj1nwA1yghI3aAC5Oc+gKIQARJ5UNz13/vmgw8F4psXpjqxOPefBf37rnCJ+JHOjfsc5xIYTGcJ+RmLa+JrCdCAACQBFcgDFaABdIEhMANWwBY4AjewAviBYBAO1gIWiAfJgA8yQS7YDApAEdgF9oJKUAPqQSNoASdABzgNLoDL4Dq4Ce6AB2AEjIPnYAa8AfMQBGEhMkSB5CFVSAsygMwgBmQPuUE+UCAUDkVDcRAPEkK50BaoCCqFKqFaqBH6FjoFXYCuQgPQPWgUmoJ+hd7DCEyCqbAyrA0bwwzYCfaGg+E1cBycBufA+fBOuAKug4/B7fAF+Dp8Bx6Bn8OzCECICA1RQwwRBuKC+CERSCzCRzYghUg5Uoe0IF1IL3ILGUGmkXcoDIqCoqMMUbYoT1QIioVKQ21AFaMqUUdR7age1C3UKGoG9QlNRiuhDdA2aC/0KnQcOhNdgC5HN6Db0JfQd9Dj6DcYDIaG0cFYYTwx4ZgEzDpMMeYAphVzHjOAGcPMYrFYeawB1g7rh2ViBdgC7H7sMew57CB2HPsWR8Sp4sxw7rgIHA+XhyvHNeHO4gZxE7h5vBReC2+D98Oz8dn4Enw9vgt/Az+OnydIE3QIdoRgQgJhM6GC0EK4RHhIeEUkEtWJ1sQAIpe4iVhBPE68QhwlviPJkPRJLqRIkpC0k3SEdJ50j/SKTCZrkx3JEWQBeSe5kXyR/Jj8VoIiYSThJcGW2ChRJdEuMSjxQhIvqSXpJLlWMkeyXPKk5A3JaSm8lLaUixRTaoNUldQpqWGpWWmKtKm0n3SydLF0k/RV6UkZrIy2jJsMWyZf5rDMRZkxCkLRoLhQWJQtlHrKJco4FUPVoXpRE6hF1G+o/dQZWRnZZbKhslmyVbJnZEdoCE2b5kVLopXQTtCGaO+XKC9xWsJZsmNJy5LBJXNyinKOchy5QrlWuTty7+Xp8m7yifK75TvkHymgFPQVAhQyFQ4qXFKYVqQq2iqyFAsVTyjeV4KV9JUCldYpHVbqU5pVVlH2UE5V3q98UXlahabiqJKgUqZyVmVKlaJqr8pVLVM9p/qMLkt3oifRK+g99Bk1JTVPNaFarVq/2ry6jnqIep56q/ojDYIGQyNWo0yjW2NGU1XTVzNXs1nzvhZei6EVr7VPq1drTltHO0x7m3aH9qSOnI6XTo5Os85DXbKug26abp3ubT2MHkMvUe+A3k19WN9CP16/Sv+GAWxgacA1OGAwsBS91Hopb2nd0mFDkqGTYYZhs+GoEc3IxyjPqMPohbGmcYTxbuNe408mFiZJJvUmD0xlTFeY5pl2mf5qpm/GMqsyu21ONnc332jeaf5ymcEyzrKDy+5aUCx8LbZZdFt8tLSy5Fu2WE5ZaVpFW1VbDTOoDH9GMeOKNdra2Xqj9WnrdzaWNgKbEza/2BraJto22U4u11nOWV6/fMxO3Y5pV2s3Yk+3j7Y/ZD/ioObAdKhzeOKo4ch2bHCccNJzSnA65vTC2cSZ79zmPOdi47Le5bwr4urhWuja7ybjFuJW6fbYXd09zr3ZfcbDwmOdx3lPtKe3527PYS9lL5ZXo9fMCqsV61f0eJO8g7wrvZ/46Pvwfbp8Yd8Vvnt8H67UWslb2eEH/Lz89vg98tfxT/P/PgAT4B9QFfA00DQwN7A3iBIUFdQU9CbYObgk+EGIbogwpDtUMjQytDF0Lsw1rDRsZJXxqvWrrocrhHPDOyOwEaERDRGzq91W7109HmkRWRA5tEZnTdaaq2sV1iatPRMlGcWMOhmNjg6Lbor+wPRj1jFnY7xiqmNmWC6sfaznbEd2GXuKY8cp5UzE2sWWxk7G2cXtiZuKd4gvj5/munAruS8TPBNqEuYS/RKPJC4khSW1JuOSo5NP8WR4ibyeFJWUrJSBVIPUgtSRNJu0vWkzfG9+QzqUvia9U0AV/Uz1CXWFW4WjGfYZVRlvM0MzT2ZJZ/Gy+rL1s3dkT+S453y9DrWOta47Vy13c+7oeqf1tRugDTEbujdqbMzfOL7JY9PRzYTNiZt/yDPJK817vSVsS1e+cv6m/LGtHlubCyQK+AXD22y31WxHbedu799hvmP/jk+F7MJrRSZF5UUfilnF174y/ariq4WdsTv7SyxLDu7C7OLtGtrtsPtoqXRpTunYHt897WX0ssKy13uj9l4tX1Zes4+wT7hvpMKnonO/5v5d+z9UxlfeqXKuaq1Wqt5RPXeAfWDwoOPBlhrlmqKa94e4h+7WetS212nXlR/GHM44/LQ+tL73a8bXjQ0KDUUNH4/wjowcDTza02jV2Nik1FTSDDcLm6eORR67+Y3rN50thi21rbTWouPguPD4s2+jvx064X2i+yTjZMt3Wt9Vt1HaCtuh9uz2mY74jpHO8M6BUytOdXfZdrV9b/T9kdNqp6vOyJ4pOUs4m3924VzOudnzqeenL8RdGOuO6n5wcdXF2z0BPf2XvC9duex++WKvU++5K3ZXTl+1uXrqGuNax3XL6+19Fn1tP1j80NZv2d9+w+pG503rm10DywfODjoMXrjleuvyba/b1++svDMwFDJ0dzhyeOQu++7kvaR7L+9n3J9/sOkh+mHhI6lH5Y+VHtf9qPdj64jlyJlR19G+J0FPHoyxxp7/lP7Th/H8p+Sn5ROqE42TZpOnp9ynbj5b/Wz8eerz+emCn6V/rn6h++K7Xxx/6ZtZNTP+kv9y4dfiV/Kvjrxe9rp71n/28ZvkN/NzhW/l3x59x3jX+z7s/cR85gfsh4qPeh+7Pnl/eriQvLDwG/eE8/s3BCkeAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIXRFWHRDcmVhdGlvbiBUaW1lADIwMTg6MDg6MTkgMTU6NTA6MzRYPP66AAAB1ElEQVRIS52VO0gjURSGzzlxIomPGB+sj0JWQS0U3cJOFiwCW6XRcptVLOwE2V1QrLQRFBEs0lgIgohha9sUgmxhpWESLAVh15gIKorj3D0zewzEvO7kgyH3P5l8nJs79w4opTxfqdzrzPsagUfS2dcvALgiMY8nkZl76gWifR4W/U5bdHx5WU9Yf8TdtEmpAG1RX0f/FkvGJRahJUrn7K8smZdYkqoiM/syDIgxiWWpKPp9e9tMVBfnbhqkVJayIiLCFgrvsmRQShUpKzKz1gJPaVpiVUqK0jlrgjtZl6hFkej8z8MHQN8hiwwpaVEgisfjPr8/eMCSbilpUyAaiUyt8f8yKdETeRHv6CgC/JToGVd08fe5H5H2eErsqg06vboKGIbf2YwtUqsJam3s2eFGPkmuGQKEPhl7oVE+85AN1iKAsiTrEk5f37fL2IWGQsYZH7qrkjXhRQkGoxJc3FU72F5d4674QfQC/kgmk34JgM4bwCGRSNR1jn6OIeKsW9BCxQZC/w+8vOgN886e4xXY5K+apFQRBfb3wRBtFIkczJvHLjICSzz8xsKqh5pS9nJJ0RupTKYJfOEoTzfCd43xY/+Ry87SP/GV4XZSCuEElfXrH5dspu6ZRw5MAAAAAElFTkSuQmCC) no-repeat center;bottom:0;right:-2px;fill:#fff;z-index:-1}body .card.background-image_custom.blue1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.blue2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.blue3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.blue4 .wc-message-from-me .wc-message-content{color:#4a4a4a;background-color:#d9f0ff;margin-right:2px}body .card.background-image_custom.blue1 .wc-message,body .card.background-image_custom.blue2 .wc-message,body .card.background-image_custom.blue3 .wc-message,body .card.background-image_custom.blue4 .wc-message{max-width:70%!important}body .card.background-image_custom.blue1 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.blue2 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.blue3 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.blue4 .wc-message.wc-message-from-bot:before{content:"";position:absolute;width:40px;height:40px;bottom:0;left:-52px}body .card.background-image_custom.blue1 .wc-message-from-bot,body .card.background-image_custom.blue2 .wc-message-from-bot,body .card.background-image_custom.blue3 .wc-message-from-bot,body .card.background-image_custom.blue4 .wc-message-from-bot{margin-left:52px}body .card.background-image_custom.blue1 .format-markdown+.wc-carousel,body .card.background-image_custom.blue2 .format-markdown+.wc-carousel,body .card.background-image_custom.blue3 .format-markdown+.wc-carousel,body .card.background-image_custom.blue4 .format-markdown+.wc-carousel{margin-top:20px!important}body .card.background-image_custom.blue1 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.blue2 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.blue3 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.blue4 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.blue1 .wc-card button,body .card.background-image_custom.blue2 .wc-card button,body .card.background-image_custom.blue3 .wc-card button,body .card.background-image_custom.blue4 .wc-card button{border-radius:10px}body .card.background-image_custom.blue1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.blue2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.blue3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.blue4 .wc-carousel .wc-hscroll>ul>li{margin-right:18px}body .card.background-image_custom.blue1 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.blue2 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.blue3 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.blue4 .wc-carousel .wc-hscroll>ul{margin-left:0}body .card.background-image_custom.blue1 .wc-card .ac-image,body .card.background-image_custom.blue2 .wc-card .ac-image,body .card.background-image_custom.blue3 .wc-card .ac-image,body .card.background-image_custom.blue4 .wc-card .ac-image{padding:0;margin:-16px -16px 16px;border-radius:10px}body .card.background-image_custom.blue1 .wc-message-groups,body .card.background-image_custom.blue2 .wc-message-groups,body .card.background-image_custom.blue3 .wc-message-groups,body .card.background-image_custom.blue4 .wc-message-groups{left:18px;outline:0;right:18px;top:10px;margin-bottom:10px}body .card.background-image_custom.blue1 .wc-card button,body .card.background-image_custom.blue2 .wc-card button,body .card.background-image_custom.blue3 .wc-card button,body .card.background-image_custom.blue4 .wc-card button{background-color:#2374ab;border:1px solid #2374ab;color:#fff;min-height:32px;width:100%;padding:6px 14px;outline:0}body .card.background-image_custom.blue1 .wc-card button:hover,body .card.background-image_custom.blue2 .wc-card button:hover,body .card.background-image_custom.blue3 .wc-card button:hover,body .card.background-image_custom.blue4 .wc-card button:hover,body .card.background-image_custom.blue1 .wc-card button:active,body .card.background-image_custom.blue2 .wc-card button:active,body .card.background-image_custom.blue3 .wc-card button:active,body .card.background-image_custom.blue4 .wc-card button:active{background-color:#1b4079;border-color:#1b4079;color:#fff}body .card.background-image_custom.blue1 .wc-carousel button.scroll,body .card.background-image_custom.blue2 .wc-carousel button.scroll,body .card.background-image_custom.blue3 .wc-carousel button.scroll,body .card.background-image_custom.blue4 .wc-carousel button.scroll{top:40%;border:none;outline:0}body .card.background-image_custom.blue1 .wc-carousel button.scroll.next,body .card.background-image_custom.blue2 .wc-carousel button.scroll.next,body .card.background-image_custom.blue3 .wc-carousel button.scroll.next,body .card.background-image_custom.blue4 .wc-carousel button.scroll.next{right:-12px}body .card.background-image_custom.blue1 .wc-carousel button.scroll.previous,body .card.background-image_custom.blue2 .wc-carousel button.scroll.previous,body .card.background-image_custom.blue3 .wc-carousel button.scroll.previous,body .card.background-image_custom.blue4 .wc-carousel button.scroll.previous{left:-12px}body .card.background-image_custom.blue1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.blue2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.blue3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.blue4 .wc-suggested-actions .wc-hscroll>ul>li button{padding:0 8px}body .card.background-image_custom.blue1 .wc-app button,body .card.background-image_custom.blue2 .wc-app button,body .card.background-image_custom.blue3 .wc-app button,body .card.background-image_custom.blue4 .wc-app button{background-color:#2374ab;border:1px solid #2374ab}body .card.background-image_custom.blue1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.blue2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.blue3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.blue4 .wc-suggested-actions .wc-hscroll>ul>li button{background-color:#2374ab!important;border:1px solid #2374ab!important;color:#fff!important;border-radius:10px;outline:0}body .card.background-image_custom.blue1 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.blue2 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.blue3 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.blue4 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.blue1 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.blue2 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.blue3 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.blue4 .wc-suggested-actions .wc-hscroll>ul>li button:active{background-color:#1b4079!important;border-color:#1b4079!important;color:#fff}body .card.background-image_custom.blue1 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.blue2 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.blue3 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.blue4 .wc-suggested-actions .wc-hscroll>ul>li{margin:2px 10px 2px 2px}body .card.background-image_custom.blue1 .wc-suggested-actions,body .card.background-image_custom.blue2 .wc-suggested-actions,body .card.background-image_custom.blue3 .wc-suggested-actions,body .card.background-image_custom.blue4 .wc-suggested-actions{bottom:46px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px}body .card.background-image_custom.blue1 .format-markdown+div,body .card.background-image_custom.blue2 .format-markdown+div,body .card.background-image_custom.blue3 .format-markdown+div,body .card.background-image_custom.blue4 .format-markdown+div,body .card.background-image_custom.blue1 .wc-list>.wc-card,body .card.background-image_custom.blue2 .wc-list>.wc-card,body .card.background-image_custom.blue3 .wc-list>.wc-card,body .card.background-image_custom.blue4 .wc-list>.wc-card{margin-top:20px}body .card.background-image_custom.blue1 .alt-bg1,body .card.background-image_custom.blue2 .alt-bg1,body .card.background-image_custom.blue3 .alt-bg1,body .card.background-image_custom.blue4 .alt-bg1{background-color:#233459;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23283b65' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%232c4271' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23314a7e' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2336518b' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%233b5998' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%234468a7' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%234c78b5' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%235487c4' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%235d98d4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2365a8e3' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue1 .alt-bg2,body .card.background-image_custom.blue2 .alt-bg2,body .card.background-image_custom.blue3 .alt-bg2,body .card.background-image_custom.blue4 .alt-bg2{background-color:#314b80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f558c' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d5f97' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%232a6aa3' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%232874ae' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23267eba' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue1 .floating-logo,body .card.background-image_custom.blue2 .floating-logo,body .card.background-image_custom.blue3 .floating-logo,body .card.background-image_custom.blue4 .floating-logo{position:absolute;top:50px;left:50px;max-height:30px;overflow:hidden}body .card.background-image_custom.blue1 .wc-message.wc-message-from-me,body .card.background-image_custom.blue2 .wc-message.wc-message-from-me,body .card.background-image_custom.blue3 .wc-message.wc-message-from-me,body .card.background-image_custom.blue4 .wc-message.wc-message-from-me{animation-duration:.85s;animation-name:bounceIn}body .card.background-image_custom.blue1 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.blue2 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.blue3 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.blue4 .wc-message.wc-message-from-bot .wc-message-content{animation-duration:.45s;animation-name:bounceIn}body .card.background-image_custom.blue1 .wc-card,body .card.background-image_custom.blue2 .wc-card,body .card.background-image_custom.blue3 .wc-card,body .card.background-image_custom.blue4 .wc-card{border:none;background:#e9edf7}@media (min-width: 768px){body .card.background-image_custom.blue1 .wc-adaptive-card,body .card.background-image_custom.blue2 .wc-adaptive-card,body .card.background-image_custom.blue3 .wc-adaptive-card,body .card.background-image_custom.blue4 .wc-adaptive-card{width:212px}}@media (max-width: 991px){body .card.background-image_custom.blue1 .floating-logo,body .card.background-image_custom.blue2 .floating-logo,body .card.background-image_custom.blue3 .floating-logo,body .card.background-image_custom.blue4 .floating-logo{display:none}}@media (max-width: 450px){body .card.background-image_custom.blue1 .wc-adaptive-card,body .card.background-image_custom.blue2 .wc-adaptive-card,body .card.background-image_custom.blue3 .wc-adaptive-card,body .card.background-image_custom.blue4 .wc-adaptive-card{width:200px}}@media (max-width: 768px){body .card.background-image_custom.blue1 .logo,body .card.background-image_custom.blue2 .logo,body .card.background-image_custom.blue3 .logo,body .card.background-image_custom.blue4 .logo{margin:15px 0 5px}body .card.background-image_custom.blue1 .logo img,body .card.background-image_custom.blue2 .logo img,body .card.background-image_custom.blue3 .logo img,body .card.background-image_custom.blue4 .logo img{height:40px;width:auto}body .card.background-image_custom.blue1 h1,body .card.background-image_custom.blue2 h1,body .card.background-image_custom.blue3 h1,body .card.background-image_custom.blue4 h1{font-size:14px}body .card.background-image_custom.blue1 footer,body .card.background-image_custom.blue2 footer,body .card.background-image_custom.blue3 footer,body .card.background-image_custom.blue4 footer{display:none}body .card.background-image_custom.blue1 .wc-message,body .card.background-image_custom.blue2 .wc-message,body .card.background-image_custom.blue3 .wc-message,body .card.background-image_custom.blue4 .wc-message{max-width:calc(100% - 30px)!important}body .card.background-image_custom.blue1 .wc-adaptive-card,body .card.background-image_custom.blue2 .wc-adaptive-card,body .card.background-image_custom.blue3 .wc-adaptive-card,body .card.background-image_custom.blue4 .wc-adaptive-card{width:206px}body .card.background-image_custom.blue1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.blue2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.blue3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.blue4 .wc-carousel .wc-hscroll>ul>li{margin-right:0}}@media (prefers-reduced-motion){body .card.background-image_custom.blue1 .wc-message.wc-message-from-me,body .card.background-image_custom.blue2 .wc-message.wc-message-from-me,body .card.background-image_custom.blue3 .wc-message.wc-message-from-me,body .card.background-image_custom.blue4 .wc-message.wc-message-from-me,body .card.background-image_custom.blue1 .wc-message.wc-message-from-bot,body .card.background-image_custom.blue2 .wc-message.wc-message-from-bot,body .card.background-image_custom.blue3 .wc-message.wc-message-from-bot,body .card.background-image_custom.blue4 .wc-message.wc-message-from-bot{animation:unset!important;transition:none!important}}body .card.background-image_custom.blue2{background-color:#233459;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23283b65' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%232c4271' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23314a7e' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2336518b' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%233b5998' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%234468a7' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%234c78b5' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%235487c4' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%235d98d4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2365a8e3' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue3{background-color:#314b80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f558c' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d5f97' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%232a6aa3' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%232874ae' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23267eba' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue4{background-color:#314b80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f558c' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d5f97' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%232a6aa3' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%232874ae' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23267eba' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.blue4 .floating-logo{display:inline-block}body .card.background-image_custom.indigo1,body .card.background-image_custom.indigo2,body .card.background-image_custom.indigo3,body .card.background-image_custom.indigo4{color:#fff;background:linear-gradient(-45deg,#a31ee6,#93c,#8f10e3,#6e2194);background-size:400% 400%;animation:gradient 75s ease infinite}body .card.background-image_custom.indigo1 a,body .card.background-image_custom.indigo2 a,body .card.background-image_custom.indigo3 a,body .card.background-image_custom.indigo4 a,body .card.background-image_custom.indigo1 a:active,body .card.background-image_custom.indigo2 a:active,body .card.background-image_custom.indigo3 a:active,body .card.background-image_custom.indigo4 a:active,body .card.background-image_custom.indigo1 a:visited,body .card.background-image_custom.indigo2 a:visited,body .card.background-image_custom.indigo3 a:visited,body .card.background-image_custom.indigo4 a:visited{color:#0078d7}body .card.background-image_custom.indigo1 a:hover,body .card.background-image_custom.indigo2 a:hover,body .card.background-image_custom.indigo3 a:hover,body .card.background-image_custom.indigo4 a:hover{color:#005aa0;text-decoration:underline}body .card.background-image_custom.indigo1 h1,body .card.background-image_custom.indigo2 h1,body .card.background-image_custom.indigo3 h1,body .card.background-image_custom.indigo4 h1,body .card.background-image_custom.indigo1 h2,body .card.background-image_custom.indigo2 h2,body .card.background-image_custom.indigo3 h2,body .card.background-image_custom.indigo4 h2,body .card.background-image_custom.indigo1 h3,body .card.background-image_custom.indigo2 h3,body .card.background-image_custom.indigo3 h3,body .card.background-image_custom.indigo4 h3,body .card.background-image_custom.indigo1 h4,body .card.background-image_custom.indigo2 h4,body .card.background-image_custom.indigo3 h4,body .card.background-image_custom.indigo4 h4,body .card.background-image_custom.indigo1 h5,body .card.background-image_custom.indigo2 h5,body .card.background-image_custom.indigo3 h5,body .card.background-image_custom.indigo4 h5,body .card.background-image_custom.indigo1 h6,body .card.background-image_custom.indigo2 h6,body .card.background-image_custom.indigo3 h6,body .card.background-image_custom.indigo4 h6{font-weight:500;margin:0 0 20px;padding:0;color:#fff}body .card.background-image_custom.indigo1 .logo,body .card.background-image_custom.indigo2 .logo,body .card.background-image_custom.indigo3 .logo,body .card.background-image_custom.indigo4 .logo{margin:30px 0}body .card.background-image_custom.indigo1 footer,body .card.background-image_custom.indigo2 footer,body .card.background-image_custom.indigo3 footer,body .card.background-image_custom.indigo4 footer{position:absolute;bottom:0;width:100%;height:60px;line-height:60px}body .card.background-image_custom.indigo1 .dropdown-item,body .card.background-image_custom.indigo2 .dropdown-item,body .card.background-image_custom.indigo3 .dropdown-item,body .card.background-image_custom.indigo4 .dropdown-item,body .card.background-image_custom.indigo1 .dropdown-item:hover,body .card.background-image_custom.indigo2 .dropdown-item:hover,body .card.background-image_custom.indigo3 .dropdown-item:hover,body .card.background-image_custom.indigo4 .dropdown-item:hover,body .card.background-image_custom.indigo1 .dropdown-item .fa,body .card.background-image_custom.indigo2 .dropdown-item .fa,body .card.background-image_custom.indigo3 .dropdown-item .fa,body .card.background-image_custom.indigo4 .dropdown-item .fa{color:#93c}body .card.background-image_custom.indigo1 .dropdown-item.active,body .card.background-image_custom.indigo2 .dropdown-item.active,body .card.background-image_custom.indigo3 .dropdown-item.active,body .card.background-image_custom.indigo4 .dropdown-item.active,body .card.background-image_custom.indigo1 .dropdown-item:active,body .card.background-image_custom.indigo2 .dropdown-item:active,body .card.background-image_custom.indigo3 .dropdown-item:active,body .card.background-image_custom.indigo4 .dropdown-item:active{color:#fff;background-color:#93c}body .card.background-image_custom.indigo1 .dropdown-item.active .fa,body .card.background-image_custom.indigo2 .dropdown-item.active .fa,body .card.background-image_custom.indigo3 .dropdown-item.active .fa,body .card.background-image_custom.indigo4 .dropdown-item.active .fa,body .card.background-image_custom.indigo1 .dropdown-item:active .fa,body .card.background-image_custom.indigo2 .dropdown-item:active .fa,body .card.background-image_custom.indigo3 .dropdown-item:active .fa,body .card.background-image_custom.indigo4 .dropdown-item:active .fa{color:#fff}body .card.background-image_custom.indigo1 body .wc-app,body .card.background-image_custom.indigo2 body .wc-app,body .card.background-image_custom.indigo3 body .wc-app,body .card.background-image_custom.indigo4 body .wc-app,body .card.background-image_custom.indigo1 .wc-app button,body .card.background-image_custom.indigo2 .wc-app button,body .card.background-image_custom.indigo3 .wc-app button,body .card.background-image_custom.indigo4 .wc-app button,body .card.background-image_custom.indigo1 .wc-app textarea,body .card.background-image_custom.indigo2 .wc-app textarea,body .card.background-image_custom.indigo3 .wc-app textarea,body .card.background-image_custom.indigo4 .wc-app textarea,body .card.background-image_custom.indigo1 body .wc-app p,body .card.background-image_custom.indigo2 body .wc-app p,body .card.background-image_custom.indigo3 body .wc-app p,body .card.background-image_custom.indigo4 body .wc-app p{font-size:16px}body .card.background-image_custom.indigo1 .wc-app input,body .card.background-image_custom.indigo2 .wc-app input,body .card.background-image_custom.indigo3 .wc-app input,body .card.background-image_custom.indigo4 .wc-app input{font-size:15px}body .card.background-image_custom.indigo1 .wc-header,body .card.background-image_custom.indigo2 .wc-header,body .card.background-image_custom.indigo3 .wc-header,body .card.background-image_custom.indigo4 .wc-header{display:none}body .card.background-image_custom.indigo1 input,body .card.background-image_custom.indigo2 input,body .card.background-image_custom.indigo3 input,body .card.background-image_custom.indigo4 input,body .card.background-image_custom.indigo1 textarea,body .card.background-image_custom.indigo2 textarea,body .card.background-image_custom.indigo3 textarea,body .card.background-image_custom.indigo4 textarea{color:#fff}body .card.background-image_custom.indigo1 ::-webkit-input-placeholder,body .card.background-image_custom.indigo2 ::-webkit-input-placeholder,body .card.background-image_custom.indigo3 ::-webkit-input-placeholder,body .card.background-image_custom.indigo4 ::-webkit-input-placeholder{color:#ddd}body .card.background-image_custom.indigo1 ::-moz-placeholder,body .card.background-image_custom.indigo2 ::-moz-placeholder,body .card.background-image_custom.indigo3 ::-moz-placeholder,body .card.background-image_custom.indigo4 ::-moz-placeholder{color:#ddd}body .card.background-image_custom.indigo1 .wc-suggested-actions,body .card.background-image_custom.indigo2 .wc-suggested-actions,body .card.background-image_custom.indigo3 .wc-suggested-actions,body .card.background-image_custom.indigo4 .wc-suggested-actions{left:18px;right:18px}body .card.background-image_custom.indigo1 .wc-console,body .card.background-image_custom.indigo2 .wc-console,body .card.background-image_custom.indigo3 .wc-console,body .card.background-image_custom.indigo4 .wc-console{border:2px solid #f9f9f9;left:18px;right:18px;border-radius:6px}body .card.background-image_custom.indigo1 .wc-console.has-text .wc-send svg,body .card.background-image_custom.indigo2 .wc-console.has-text .wc-send svg,body .card.background-image_custom.indigo3 .wc-console.has-text .wc-send svg,body .card.background-image_custom.indigo4 .wc-console.has-text .wc-send svg{fill:#fff}body .card.background-image_custom.indigo1 .ac-image,body .card.background-image_custom.indigo2 .ac-image,body .card.background-image_custom.indigo3 .ac-image,body .card.background-image_custom.indigo4 .ac-image{padding:10px 35px}body .card.background-image_custom.indigo1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.indigo2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.indigo3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.indigo4 .wc-message-from-me .wc-message-content{background-color:#71b340;color:#fff}body .card.background-image_custom.indigo1 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.indigo2 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.indigo3 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.indigo4 .wc-message-from-me svg.wc-message-callout path{fill:#71b340}body .card.background-image_custom.indigo1 .wc-console svg,body .card.background-image_custom.indigo2 .wc-console svg,body .card.background-image_custom.indigo3 .wc-console svg,body .card.background-image_custom.indigo4 .wc-console svg{fill:#b5b5b5;margin:15px 12px}body .card.background-image_custom.indigo1 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.indigo2 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.indigo3 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.indigo4 .wc-message-from.wc-message-from-bot{display:none}body .card.background-image_custom.indigo1 .wc-message-from span,body .card.background-image_custom.indigo2 .wc-message-from span,body .card.background-image_custom.indigo3 .wc-message-from span,body .card.background-image_custom.indigo4 .wc-message-from span{color:#f4f4f4}body .card.background-image_custom.indigo1 .wc-card>div,body .card.background-image_custom.indigo2 .wc-card>div,body .card.background-image_custom.indigo3 .wc-card>div,body .card.background-image_custom.indigo4 .wc-card>div{padding:16px!important}body .card.background-image_custom.indigo1 .wc-card button:first-child,body .card.background-image_custom.indigo2 .wc-card button:first-child,body .card.background-image_custom.indigo3 .wc-card button:first-child,body .card.background-image_custom.indigo4 .wc-card button:first-child{margin-top:15px}body .card.background-image_custom.indigo1 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.indigo2 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.indigo3 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.indigo4 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.indigo1 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.indigo2 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.indigo3 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.indigo4 .wc-message-from-bot svg.wc-message-callout .point-left{display:none}body .card.background-image_custom.indigo1 .wc-message-from-me,body .card.background-image_custom.indigo2 .wc-message-from-me,body .card.background-image_custom.indigo3 .wc-message-from-me,body .card.background-image_custom.indigo4 .wc-message-from-me{margin-right:0}body .card.background-image_custom.indigo1 .wc-message-content,body .card.background-image_custom.indigo2 .wc-message-content,body .card.background-image_custom.indigo3 .wc-message-content,body .card.background-image_custom.indigo4 .wc-message-content{padding:12px 18px;border-radius:17px;box-shadow:none}body .card.background-image_custom.indigo1 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.indigo2 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.indigo3 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.indigo4 .wc-message-from-bot .wc-message-content{background-color:#fff}body .card.background-image_custom.indigo1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.indigo2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.indigo3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.indigo4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px}body .card.background-image_custom.indigo1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.indigo2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.indigo3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.indigo4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow-2.498b7b09c99081d8.png) no-repeat center;bottom:0;right:-2px;fill:#fff}body .card.background-image_custom.indigo1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.indigo2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.indigo3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.indigo4 .wc-message-from-me .wc-message-content{color:#000;background-color:#ccc;margin-right:3px}body .card.background-image_custom.indigo1 .wc-message,body .card.background-image_custom.indigo2 .wc-message,body .card.background-image_custom.indigo3 .wc-message,body .card.background-image_custom.indigo4 .wc-message{max-width:70%!important}body .card.background-image_custom.indigo1 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.indigo2 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.indigo3 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.indigo4 .wc-message.wc-message-from-bot:before{content:"";position:absolute;width:40px;height:40px;bottom:0;left:-52px}body .card.background-image_custom.indigo1 .wc-message-from-bot,body .card.background-image_custom.indigo2 .wc-message-from-bot,body .card.background-image_custom.indigo3 .wc-message-from-bot,body .card.background-image_custom.indigo4 .wc-message-from-bot{margin-left:52px}body .card.background-image_custom.indigo1 .format-markdown+.wc-carousel,body .card.background-image_custom.indigo2 .format-markdown+.wc-carousel,body .card.background-image_custom.indigo3 .format-markdown+.wc-carousel,body .card.background-image_custom.indigo4 .format-markdown+.wc-carousel{margin-top:20px!important}body .card.background-image_custom.indigo1 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.indigo2 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.indigo3 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.indigo4 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.indigo1 .wc-card button,body .card.background-image_custom.indigo2 .wc-card button,body .card.background-image_custom.indigo3 .wc-card button,body .card.background-image_custom.indigo4 .wc-card button{border-radius:10px}body .card.background-image_custom.indigo1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.indigo2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.indigo3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.indigo4 .wc-carousel .wc-hscroll>ul>li{margin-right:18px}body .card.background-image_custom.indigo1 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.indigo2 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.indigo3 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.indigo4 .wc-carousel .wc-hscroll>ul{margin-left:0}body .card.background-image_custom.indigo1 .wc-card .ac-image,body .card.background-image_custom.indigo2 .wc-card .ac-image,body .card.background-image_custom.indigo3 .wc-card .ac-image,body .card.background-image_custom.indigo4 .wc-card .ac-image{padding:0;margin:-16px -16px 16px;border-radius:10px}body .card.background-image_custom.indigo1 .wc-message-groups,body .card.background-image_custom.indigo2 .wc-message-groups,body .card.background-image_custom.indigo3 .wc-message-groups,body .card.background-image_custom.indigo4 .wc-message-groups{left:18px;outline:0;right:18px;top:10px;margin-bottom:10px}body .card.background-image_custom.indigo1 .wc-card button,body .card.background-image_custom.indigo2 .wc-card button,body .card.background-image_custom.indigo3 .wc-card button,body .card.background-image_custom.indigo4 .wc-card button{background-color:#ce2d4f;border:1px solid #ce2d4f;color:#fff;min-height:32px;width:100%;padding:6px 14px;outline:0}body .card.background-image_custom.indigo1 .wc-card button:hover,body .card.background-image_custom.indigo2 .wc-card button:hover,body .card.background-image_custom.indigo3 .wc-card button:hover,body .card.background-image_custom.indigo4 .wc-card button:hover,body .card.background-image_custom.indigo1 .wc-card button:active,body .card.background-image_custom.indigo2 .wc-card button:active,body .card.background-image_custom.indigo3 .wc-card button:active,body .card.background-image_custom.indigo4 .wc-card button:active{background-color:#ab2642;border-color:#ab2642;color:#fff}body .card.background-image_custom.indigo1 .wc-carousel button.scroll,body .card.background-image_custom.indigo2 .wc-carousel button.scroll,body .card.background-image_custom.indigo3 .wc-carousel button.scroll,body .card.background-image_custom.indigo4 .wc-carousel button.scroll{top:40%;border:none;outline:0}body .card.background-image_custom.indigo1 .wc-carousel button.scroll.next,body .card.background-image_custom.indigo2 .wc-carousel button.scroll.next,body .card.background-image_custom.indigo3 .wc-carousel button.scroll.next,body .card.background-image_custom.indigo4 .wc-carousel button.scroll.next{right:-12px}body .card.background-image_custom.indigo1 .wc-carousel button.scroll.previous,body .card.background-image_custom.indigo2 .wc-carousel button.scroll.previous,body .card.background-image_custom.indigo3 .wc-carousel button.scroll.previous,body .card.background-image_custom.indigo4 .wc-carousel button.scroll.previous{left:-12px}body .card.background-image_custom.indigo1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.indigo2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.indigo3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.indigo4 .wc-suggested-actions .wc-hscroll>ul>li button{padding:0 8px}body .card.background-image_custom.indigo1 .wc-app button,body .card.background-image_custom.indigo2 .wc-app button,body .card.background-image_custom.indigo3 .wc-app button,body .card.background-image_custom.indigo4 .wc-app button{background-color:#ce2d4f;border:1px solid #ce2d4f}body .card.background-image_custom.indigo1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.indigo2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.indigo3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.indigo4 .wc-suggested-actions .wc-hscroll>ul>li button{background-color:#ce2d4f!important;border:1px solid #ce2d4f!important;color:#fff!important;border-radius:10px;outline:0}body .card.background-image_custom.indigo1 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.indigo2 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.indigo3 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.indigo4 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.indigo1 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.indigo2 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.indigo3 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.indigo4 .wc-suggested-actions .wc-hscroll>ul>li button:active{background-color:#ab2642!important;border-color:#ab2642!important;color:#fff}body .card.background-image_custom.indigo1 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.indigo2 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.indigo3 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.indigo4 .wc-suggested-actions .wc-hscroll>ul>li{margin:2px 10px 2px 2px}body .card.background-image_custom.indigo1 .wc-suggested-actions,body .card.background-image_custom.indigo2 .wc-suggested-actions,body .card.background-image_custom.indigo3 .wc-suggested-actions,body .card.background-image_custom.indigo4 .wc-suggested-actions{bottom:46px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px}body .card.background-image_custom.indigo1 .format-markdown+div,body .card.background-image_custom.indigo2 .format-markdown+div,body .card.background-image_custom.indigo3 .format-markdown+div,body .card.background-image_custom.indigo4 .format-markdown+div,body .card.background-image_custom.indigo1 .wc-list>.wc-card,body .card.background-image_custom.indigo2 .wc-list>.wc-card,body .card.background-image_custom.indigo3 .wc-list>.wc-card,body .card.background-image_custom.indigo4 .wc-list>.wc-card{margin-top:20px}body .card.background-image_custom.indigo1 .wc-message-from span a,body .card.background-image_custom.indigo2 .wc-message-from span a,body .card.background-image_custom.indigo3 .wc-message-from span a,body .card.background-image_custom.indigo4 .wc-message-from span a,body .card.background-image_custom.indigo1 .wc-message-from span a:active,body .card.background-image_custom.indigo2 .wc-message-from span a:active,body .card.background-image_custom.indigo3 .wc-message-from span a:active,body .card.background-image_custom.indigo4 .wc-message-from span a:active,body .card.background-image_custom.indigo1 .wc-message-from span a:visited,body .card.background-image_custom.indigo2 .wc-message-from span a:visited,body .card.background-image_custom.indigo3 .wc-message-from span a:visited,body .card.background-image_custom.indigo4 .wc-message-from span a:visited{color:#95d4ff;text-decoration:underline}body .card.background-image_custom.indigo1 .wc-message-from span a:hover,body .card.background-image_custom.indigo2 .wc-message-from span a:hover,body .card.background-image_custom.indigo3 .wc-message-from span a:hover,body .card.background-image_custom.indigo4 .wc-message-from span a:hover{color:#6db0de}body .card.background-image_custom.indigo1 .alt-bg1,body .card.background-image_custom.indigo2 .alt-bg1,body .card.background-image_custom.indigo3 .alt-bg1,body .card.background-image_custom.indigo4 .alt-bg1{background-color:#581d75;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23612b84' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%236a3893' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%237344a2' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237b51b2' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23845ec2' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23975ebf' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23a85ebb' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23b85eb8' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c75eb4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23d65db1' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo1 .alt-bg2,body .card.background-image_custom.indigo2 .alt-bg2,body .card.background-image_custom.indigo3 .alt-bg2,body .card.background-image_custom.indigo4 .alt-bg2{background-color:#4b1e69;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23562278' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23612687' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%236c2b97' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23772fa6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%238233b5' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo1 .floating-logo,body .card.background-image_custom.indigo2 .floating-logo,body .card.background-image_custom.indigo3 .floating-logo,body .card.background-image_custom.indigo4 .floating-logo{position:absolute;top:50px;left:50px;max-height:30px;overflow:hidden}body .card.background-image_custom.indigo1 .wc-message.wc-message-from-me,body .card.background-image_custom.indigo2 .wc-message.wc-message-from-me,body .card.background-image_custom.indigo3 .wc-message.wc-message-from-me,body .card.background-image_custom.indigo4 .wc-message.wc-message-from-me{animation-duration:.85s;animation-name:bounceIn}body .card.background-image_custom.indigo1 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.indigo2 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.indigo3 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.indigo4 .wc-message.wc-message-from-bot .wc-message-content{animation-duration:.45s;animation-name:bounceIn}body .card.background-image_custom.indigo1 .wc-card,body .card.background-image_custom.indigo2 .wc-card,body .card.background-image_custom.indigo3 .wc-card,body .card.background-image_custom.indigo4 .wc-card{border:none;background:#e9edf7}body .card.background-image_custom.indigo1 .wc-message,body .card.background-image_custom.indigo2 .wc-message,body .card.background-image_custom.indigo3 .wc-message,body .card.background-image_custom.indigo4 .wc-message{opacity:.9}@media (min-width: 768px){body .card.background-image_custom.indigo1 .wc-adaptive-card,body .card.background-image_custom.indigo2 .wc-adaptive-card,body .card.background-image_custom.indigo3 .wc-adaptive-card,body .card.background-image_custom.indigo4 .wc-adaptive-card{width:212px}}@media (max-width: 991px){body .card.background-image_custom.indigo1 .floating-logo,body .card.background-image_custom.indigo2 .floating-logo,body .card.background-image_custom.indigo3 .floating-logo,body .card.background-image_custom.indigo4 .floating-logo{display:none}}@media (max-width: 450px){body .card.background-image_custom.indigo1 .wc-adaptive-card,body .card.background-image_custom.indigo2 .wc-adaptive-card,body .card.background-image_custom.indigo3 .wc-adaptive-card,body .card.background-image_custom.indigo4 .wc-adaptive-card{width:200px}}@media (max-width: 768px){body .card.background-image_custom.indigo1 .logo,body .card.background-image_custom.indigo2 .logo,body .card.background-image_custom.indigo3 .logo,body .card.background-image_custom.indigo4 .logo{margin:15px 0 5px}body .card.background-image_custom.indigo1 .logo img,body .card.background-image_custom.indigo2 .logo img,body .card.background-image_custom.indigo3 .logo img,body .card.background-image_custom.indigo4 .logo img{height:40px;width:auto}body .card.background-image_custom.indigo1 h1,body .card.background-image_custom.indigo2 h1,body .card.background-image_custom.indigo3 h1,body .card.background-image_custom.indigo4 h1{font-size:14px}body .card.background-image_custom.indigo1 footer,body .card.background-image_custom.indigo2 footer,body .card.background-image_custom.indigo3 footer,body .card.background-image_custom.indigo4 footer{display:none}body .card.background-image_custom.indigo1 .wc-message,body .card.background-image_custom.indigo2 .wc-message,body .card.background-image_custom.indigo3 .wc-message,body .card.background-image_custom.indigo4 .wc-message{max-width:calc(100% - 30px)!important}body .card.background-image_custom.indigo1 .wc-adaptive-card,body .card.background-image_custom.indigo2 .wc-adaptive-card,body .card.background-image_custom.indigo3 .wc-adaptive-card,body .card.background-image_custom.indigo4 .wc-adaptive-card{width:206px}body .card.background-image_custom.indigo1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.indigo2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.indigo3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.indigo4 .wc-carousel .wc-hscroll>ul>li{margin-right:0}}@media (prefers-reduced-motion){body .card.background-image_custom.indigo1 .wc-message.wc-message-from-me,body .card.background-image_custom.indigo2 .wc-message.wc-message-from-me,body .card.background-image_custom.indigo3 .wc-message.wc-message-from-me,body .card.background-image_custom.indigo4 .wc-message.wc-message-from-me,body .card.background-image_custom.indigo1 .wc-message.wc-message-from-bot,body .card.background-image_custom.indigo2 .wc-message.wc-message-from-bot,body .card.background-image_custom.indigo3 .wc-message.wc-message-from-bot,body .card.background-image_custom.indigo4 .wc-message.wc-message-from-bot{animation:unset!important;transition:none!important}}body .card.background-image_custom.indigo2{background-color:#581d75;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23612b84' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%236a3893' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%237344a2' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237b51b2' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23845ec2' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23975ebf' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23a85ebb' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23b85eb8' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c75eb4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23d65db1' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo3{background-color:#4b1e69;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23562278' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23612687' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%236c2b97' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23772fa6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%238233b5' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo4{background-color:#4b1e69;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23562278' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23612687' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%236c2b97' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23772fa6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%238233b5' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.indigo4 .floating-logo{display:inline-block}body .card.background-image_custom.dark1,body .card.background-image_custom.dark2,body .card.background-image_custom.dark3,body .card.background-image_custom.dark4{color:#fff;background:linear-gradient(-45deg,#fff,#999,#717c89,#ccc);background-size:400% 400%;animation:gradient 75s ease infinite}body .card.background-image_custom.dark1 a,body .card.background-image_custom.dark2 a,body .card.background-image_custom.dark3 a,body .card.background-image_custom.dark4 a,body .card.background-image_custom.dark1 a:active,body .card.background-image_custom.dark2 a:active,body .card.background-image_custom.dark3 a:active,body .card.background-image_custom.dark4 a:active,body .card.background-image_custom.dark1 a:visited,body .card.background-image_custom.dark2 a:visited,body .card.background-image_custom.dark3 a:visited,body .card.background-image_custom.dark4 a:visited{color:#0078d7}body .card.background-image_custom.dark1 a:hover,body .card.background-image_custom.dark2 a:hover,body .card.background-image_custom.dark3 a:hover,body .card.background-image_custom.dark4 a:hover{color:#005aa0;text-decoration:underline}body .card.background-image_custom.dark1 h1,body .card.background-image_custom.dark2 h1,body .card.background-image_custom.dark3 h1,body .card.background-image_custom.dark4 h1,body .card.background-image_custom.dark1 h2,body .card.background-image_custom.dark2 h2,body .card.background-image_custom.dark3 h2,body .card.background-image_custom.dark4 h2,body .card.background-image_custom.dark1 h3,body .card.background-image_custom.dark2 h3,body .card.background-image_custom.dark3 h3,body .card.background-image_custom.dark4 h3,body .card.background-image_custom.dark1 h4,body .card.background-image_custom.dark2 h4,body .card.background-image_custom.dark3 h4,body .card.background-image_custom.dark4 h4,body .card.background-image_custom.dark1 h5,body .card.background-image_custom.dark2 h5,body .card.background-image_custom.dark3 h5,body .card.background-image_custom.dark4 h5,body .card.background-image_custom.dark1 h6,body .card.background-image_custom.dark2 h6,body .card.background-image_custom.dark3 h6,body .card.background-image_custom.dark4 h6{font-weight:500;margin:0 0 20px;padding:0;color:#fff}body .card.background-image_custom.dark1 .logo,body .card.background-image_custom.dark2 .logo,body .card.background-image_custom.dark3 .logo,body .card.background-image_custom.dark4 .logo{margin:30px 0}body .card.background-image_custom.dark1 footer,body .card.background-image_custom.dark2 footer,body .card.background-image_custom.dark3 footer,body .card.background-image_custom.dark4 footer{position:absolute;bottom:0;width:100%;height:60px;line-height:60px}body .card.background-image_custom.dark1 .dropdown-item,body .card.background-image_custom.dark2 .dropdown-item,body .card.background-image_custom.dark3 .dropdown-item,body .card.background-image_custom.dark4 .dropdown-item,body .card.background-image_custom.dark1 .dropdown-item:hover,body .card.background-image_custom.dark2 .dropdown-item:hover,body .card.background-image_custom.dark3 .dropdown-item:hover,body .card.background-image_custom.dark4 .dropdown-item:hover,body .card.background-image_custom.dark1 .dropdown-item .fa,body .card.background-image_custom.dark2 .dropdown-item .fa,body .card.background-image_custom.dark3 .dropdown-item .fa,body .card.background-image_custom.dark4 .dropdown-item .fa{color:#717c89}body .card.background-image_custom.dark1 .dropdown-item.active,body .card.background-image_custom.dark2 .dropdown-item.active,body .card.background-image_custom.dark3 .dropdown-item.active,body .card.background-image_custom.dark4 .dropdown-item.active,body .card.background-image_custom.dark1 .dropdown-item:active,body .card.background-image_custom.dark2 .dropdown-item:active,body .card.background-image_custom.dark3 .dropdown-item:active,body .card.background-image_custom.dark4 .dropdown-item:active{color:#fff;background-color:#717c89}body .card.background-image_custom.dark1 .dropdown-item.active .fa,body .card.background-image_custom.dark2 .dropdown-item.active .fa,body .card.background-image_custom.dark3 .dropdown-item.active .fa,body .card.background-image_custom.dark4 .dropdown-item.active .fa,body .card.background-image_custom.dark1 .dropdown-item:active .fa,body .card.background-image_custom.dark2 .dropdown-item:active .fa,body .card.background-image_custom.dark3 .dropdown-item:active .fa,body .card.background-image_custom.dark4 .dropdown-item:active .fa{color:#fff}body .card.background-image_custom.dark1 body .wc-app,body .card.background-image_custom.dark2 body .wc-app,body .card.background-image_custom.dark3 body .wc-app,body .card.background-image_custom.dark4 body .wc-app,body .card.background-image_custom.dark1 .wc-app button,body .card.background-image_custom.dark2 .wc-app button,body .card.background-image_custom.dark3 .wc-app button,body .card.background-image_custom.dark4 .wc-app button,body .card.background-image_custom.dark1 .wc-app textarea,body .card.background-image_custom.dark2 .wc-app textarea,body .card.background-image_custom.dark3 .wc-app textarea,body .card.background-image_custom.dark4 .wc-app textarea,body .card.background-image_custom.dark1 body .wc-app p,body .card.background-image_custom.dark2 body .wc-app p,body .card.background-image_custom.dark3 body .wc-app p,body .card.background-image_custom.dark4 body .wc-app p{font-size:16px}body .card.background-image_custom.dark1 .wc-app input,body .card.background-image_custom.dark2 .wc-app input,body .card.background-image_custom.dark3 .wc-app input,body .card.background-image_custom.dark4 .wc-app input{font-size:15px}body .card.background-image_custom.dark1 .wc-header,body .card.background-image_custom.dark2 .wc-header,body .card.background-image_custom.dark3 .wc-header,body .card.background-image_custom.dark4 .wc-header{display:none}body .card.background-image_custom.dark1 input,body .card.background-image_custom.dark2 input,body .card.background-image_custom.dark3 input,body .card.background-image_custom.dark4 input,body .card.background-image_custom.dark1 textarea,body .card.background-image_custom.dark2 textarea,body .card.background-image_custom.dark3 textarea,body .card.background-image_custom.dark4 textarea{color:#fff}body .card.background-image_custom.dark1 ::-webkit-input-placeholder,body .card.background-image_custom.dark2 ::-webkit-input-placeholder,body .card.background-image_custom.dark3 ::-webkit-input-placeholder,body .card.background-image_custom.dark4 ::-webkit-input-placeholder{color:#ddd}body .card.background-image_custom.dark1 ::-moz-placeholder,body .card.background-image_custom.dark2 ::-moz-placeholder,body .card.background-image_custom.dark3 ::-moz-placeholder,body .card.background-image_custom.dark4 ::-moz-placeholder{color:#ddd}body .card.background-image_custom.dark1 .wc-suggested-actions,body .card.background-image_custom.dark2 .wc-suggested-actions,body .card.background-image_custom.dark3 .wc-suggested-actions,body .card.background-image_custom.dark4 .wc-suggested-actions{left:18px;right:18px}body .card.background-image_custom.dark1 .wc-console,body .card.background-image_custom.dark2 .wc-console,body .card.background-image_custom.dark3 .wc-console,body .card.background-image_custom.dark4 .wc-console{border:2px solid #f9f9f9;left:18px;right:18px;border-radius:6px}body .card.background-image_custom.dark1 .wc-console.has-text .wc-send svg,body .card.background-image_custom.dark2 .wc-console.has-text .wc-send svg,body .card.background-image_custom.dark3 .wc-console.has-text .wc-send svg,body .card.background-image_custom.dark4 .wc-console.has-text .wc-send svg{fill:#99d2ff}body .card.background-image_custom.dark1 .ac-image,body .card.background-image_custom.dark2 .ac-image,body .card.background-image_custom.dark3 .ac-image,body .card.background-image_custom.dark4 .ac-image{padding:10px 35px}body .card.background-image_custom.dark1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.dark2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.dark3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.dark4 .wc-message-from-me .wc-message-content{background-color:#71b340;color:#fff}body .card.background-image_custom.dark1 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.dark2 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.dark3 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.dark4 .wc-message-from-me svg.wc-message-callout path{fill:#71b340}body .card.background-image_custom.dark1 .wc-console svg,body .card.background-image_custom.dark2 .wc-console svg,body .card.background-image_custom.dark3 .wc-console svg,body .card.background-image_custom.dark4 .wc-console svg{fill:#e9ecef;margin:15px 12px}body .card.background-image_custom.dark1 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.dark2 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.dark3 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.dark4 .wc-message-from.wc-message-from-bot{display:none}body .card.background-image_custom.dark1 .wc-message-from span,body .card.background-image_custom.dark2 .wc-message-from span,body .card.background-image_custom.dark3 .wc-message-from span,body .card.background-image_custom.dark4 .wc-message-from span{color:#b7b7b7}body .card.background-image_custom.dark1 .wc-card>div,body .card.background-image_custom.dark2 .wc-card>div,body .card.background-image_custom.dark3 .wc-card>div,body .card.background-image_custom.dark4 .wc-card>div{padding:16px!important}body .card.background-image_custom.dark1 .wc-card button:first-child,body .card.background-image_custom.dark2 .wc-card button:first-child,body .card.background-image_custom.dark3 .wc-card button:first-child,body .card.background-image_custom.dark4 .wc-card button:first-child{margin-top:15px}body .card.background-image_custom.dark1 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.dark2 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.dark3 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.dark4 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.dark1 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.dark2 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.dark3 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.dark4 .wc-message-from-bot svg.wc-message-callout .point-left{display:none}body .card.background-image_custom.dark1 .wc-message-from-me,body .card.background-image_custom.dark2 .wc-message-from-me,body .card.background-image_custom.dark3 .wc-message-from-me,body .card.background-image_custom.dark4 .wc-message-from-me{margin-right:0}body .card.background-image_custom.dark1 .wc-message-content,body .card.background-image_custom.dark2 .wc-message-content,body .card.background-image_custom.dark3 .wc-message-content,body .card.background-image_custom.dark4 .wc-message-content{padding:12px 18px;border-radius:17px;box-shadow:none}body .card.background-image_custom.dark1 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.dark2 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.dark3 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.dark4 .wc-message-from-bot .wc-message-content{background-color:#fff}body .card.background-image_custom.dark1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.dark2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.dark3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.dark4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px}body .card.background-image_custom.dark1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.dark2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.dark3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.dark4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAYAAAC6nQw6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTDSGXqTLjCA9C4gHQRRGGYGGMoAwwxNbIioQEQREQFFkKCAAaOhSKyIYiEoqGAPSBBQYjCKqKhkRtZKfHl57+Xl98e939pn73P32XuftS4AJE8fLi8FlgIgmSfgB3o401eFR9Cx/QAGeIABpgAwWempvkHuwUAkLzcXerrICfyL3gwBSPy+ZejpT6eD/0/SrFS+AADIX8TmbE46S8T5Ik7KFKSK7TMipsYkihlGiZkvSlDEcmKOW+Sln30W2VHM7GQeW8TinFPZyWwx94h4e4aQI2LER8QFGVxOpohvi1gzSZjMFfFbcWwyh5kOAIoktgs4rHgRm4iYxA8OdBHxcgBwpLgvOOYLFnCyBOJDuaSkZvO5cfECui5Lj25qbc2ge3IykzgCgaE/k5XI5LPpLinJqUxeNgCLZ/4sGXFt6aIiW5paW1oamhmZflGo/7r4NyXu7SK9CvjcM4jW94ftr/xS6gBgzIpqs+sPW8x+ADq2AiB3/w+b5iEAJEV9a7/xxXlo4nmJFwhSbYyNMzMzjbgclpG4oL/rfzr8DX3xPSPxdr+Xh+7KiWUKkwR0cd1YKUkpQj49PZXJ4tAN/zzE/zjwr/NYGsiJ5fA5PFFEqGjKuLw4Ubt5bK6Am8Kjc3n/qYn/MOxPWpxrkSj1nwA1yghI3aAC5Oc+gKIQARJ5UNz13/vmgw8F4psXpjqxOPefBf37rnCJ+JHOjfsc5xIYTGcJ+RmLa+JrCdCAACQBFcgDFaABdIEhMANWwBY4AjewAviBYBAO1gIWiAfJgA8yQS7YDApAEdgF9oJKUAPqQSNoASdABzgNLoDL4Dq4Ce6AB2AEjIPnYAa8AfMQBGEhMkSB5CFVSAsygMwgBmQPuUE+UCAUDkVDcRAPEkK50BaoCCqFKqFaqBH6FjoFXYCuQgPQPWgUmoJ+hd7DCEyCqbAyrA0bwwzYCfaGg+E1cBycBufA+fBOuAKug4/B7fAF+Dp8Bx6Bn8OzCECICA1RQwwRBuKC+CERSCzCRzYghUg5Uoe0IF1IL3ILGUGmkXcoDIqCoqMMUbYoT1QIioVKQ21AFaMqUUdR7age1C3UKGoG9QlNRiuhDdA2aC/0KnQcOhNdgC5HN6Db0JfQd9Dj6DcYDIaG0cFYYTwx4ZgEzDpMMeYAphVzHjOAGcPMYrFYeawB1g7rh2ViBdgC7H7sMew57CB2HPsWR8Sp4sxw7rgIHA+XhyvHNeHO4gZxE7h5vBReC2+D98Oz8dn4Enw9vgt/Az+OnydIE3QIdoRgQgJhM6GC0EK4RHhIeEUkEtWJ1sQAIpe4iVhBPE68QhwlviPJkPRJLqRIkpC0k3SEdJ50j/SKTCZrkx3JEWQBeSe5kXyR/Jj8VoIiYSThJcGW2ChRJdEuMSjxQhIvqSXpJLlWMkeyXPKk5A3JaSm8lLaUixRTaoNUldQpqWGpWWmKtKm0n3SydLF0k/RV6UkZrIy2jJsMWyZf5rDMRZkxCkLRoLhQWJQtlHrKJco4FUPVoXpRE6hF1G+o/dQZWRnZZbKhslmyVbJnZEdoCE2b5kVLopXQTtCGaO+XKC9xWsJZsmNJy5LBJXNyinKOchy5QrlWuTty7+Xp8m7yifK75TvkHymgFPQVAhQyFQ4qXFKYVqQq2iqyFAsVTyjeV4KV9JUCldYpHVbqU5pVVlH2UE5V3q98UXlahabiqJKgUqZyVmVKlaJqr8pVLVM9p/qMLkt3oifRK+g99Bk1JTVPNaFarVq/2ry6jnqIep56q/ojDYIGQyNWo0yjW2NGU1XTVzNXs1nzvhZei6EVr7VPq1drTltHO0x7m3aH9qSOnI6XTo5Os85DXbKug26abp3ubT2MHkMvUe+A3k19WN9CP16/Sv+GAWxgacA1OGAwsBS91Hopb2nd0mFDkqGTYYZhs+GoEc3IxyjPqMPohbGmcYTxbuNe408mFiZJJvUmD0xlTFeY5pl2mf5qpm/GMqsyu21ONnc332jeaf5ymcEyzrKDy+5aUCx8LbZZdFt8tLSy5Fu2WE5ZaVpFW1VbDTOoDH9GMeOKNdra2Xqj9WnrdzaWNgKbEza/2BraJto22U4u11nOWV6/fMxO3Y5pV2s3Yk+3j7Y/ZD/ioObAdKhzeOKo4ch2bHCccNJzSnA65vTC2cSZ79zmPOdi47Le5bwr4urhWuja7ybjFuJW6fbYXd09zr3ZfcbDwmOdx3lPtKe3527PYS9lL5ZXo9fMCqsV61f0eJO8g7wrvZ/46Pvwfbp8Yd8Vvnt8H67UWslb2eEH/Lz89vg98tfxT/P/PgAT4B9QFfA00DQwN7A3iBIUFdQU9CbYObgk+EGIbogwpDtUMjQytDF0Lsw1rDRsZJXxqvWrrocrhHPDOyOwEaERDRGzq91W7109HmkRWRA5tEZnTdaaq2sV1iatPRMlGcWMOhmNjg6Lbor+wPRj1jFnY7xiqmNmWC6sfaznbEd2GXuKY8cp5UzE2sWWxk7G2cXtiZuKd4gvj5/munAruS8TPBNqEuYS/RKPJC4khSW1JuOSo5NP8WR4ibyeFJWUrJSBVIPUgtSRNJu0vWkzfG9+QzqUvia9U0AV/Uz1CXWFW4WjGfYZVRlvM0MzT2ZJZ/Gy+rL1s3dkT+S453y9DrWOta47Vy13c+7oeqf1tRugDTEbujdqbMzfOL7JY9PRzYTNiZt/yDPJK817vSVsS1e+cv6m/LGtHlubCyQK+AXD22y31WxHbedu799hvmP/jk+F7MJrRSZF5UUfilnF174y/ariq4WdsTv7SyxLDu7C7OLtGtrtsPtoqXRpTunYHt897WX0ssKy13uj9l4tX1Zes4+wT7hvpMKnonO/5v5d+z9UxlfeqXKuaq1Wqt5RPXeAfWDwoOPBlhrlmqKa94e4h+7WetS212nXlR/GHM44/LQ+tL73a8bXjQ0KDUUNH4/wjowcDTza02jV2Nik1FTSDDcLm6eORR67+Y3rN50thi21rbTWouPguPD4s2+jvx064X2i+yTjZMt3Wt9Vt1HaCtuh9uz2mY74jpHO8M6BUytOdXfZdrV9b/T9kdNqp6vOyJ4pOUs4m3924VzOudnzqeenL8RdGOuO6n5wcdXF2z0BPf2XvC9duex++WKvU++5K3ZXTl+1uXrqGuNax3XL6+19Fn1tP1j80NZv2d9+w+pG503rm10DywfODjoMXrjleuvyba/b1++svDMwFDJ0dzhyeOQu++7kvaR7L+9n3J9/sOkh+mHhI6lH5Y+VHtf9qPdj64jlyJlR19G+J0FPHoyxxp7/lP7Th/H8p+Sn5ROqE42TZpOnp9ynbj5b/Wz8eerz+emCn6V/rn6h++K7Xxx/6ZtZNTP+kv9y4dfiV/Kvjrxe9rp71n/28ZvkN/NzhW/l3x59x3jX+z7s/cR85gfsh4qPeh+7Pnl/eriQvLDwG/eE8/s3BCkeAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIXRFWHRDcmVhdGlvbiBUaW1lADIwMTg6MDg6MTkgMTU6NTA6MzRYPP66AAAB1ElEQVRIS52VO0gjURSGzzlxIomPGB+sj0JWQS0U3cJOFiwCW6XRcptVLOwE2V1QrLQRFBEs0lgIgohha9sUgmxhpWESLAVh15gIKorj3D0zewzEvO7kgyH3P5l8nJs79w4opTxfqdzrzPsagUfS2dcvALgiMY8nkZl76gWifR4W/U5bdHx5WU9Yf8TdtEmpAG1RX0f/FkvGJRahJUrn7K8smZdYkqoiM/syDIgxiWWpKPp9e9tMVBfnbhqkVJayIiLCFgrvsmRQShUpKzKz1gJPaVpiVUqK0jlrgjtZl6hFkej8z8MHQN8hiwwpaVEgisfjPr8/eMCSbilpUyAaiUyt8f8yKdETeRHv6CgC/JToGVd08fe5H5H2eErsqg06vboKGIbf2YwtUqsJam3s2eFGPkmuGQKEPhl7oVE+85AN1iKAsiTrEk5f37fL2IWGQsYZH7qrkjXhRQkGoxJc3FU72F5d4674QfQC/kgmk34JgM4bwCGRSNR1jn6OIeKsW9BCxQZC/w+8vOgN886e4xXY5K+apFQRBfb3wRBtFIkczJvHLjICSzz8xsKqh5pS9nJJ0RupTKYJfOEoTzfCd43xY/+Ry87SP/GV4XZSCuEElfXrH5dspu6ZRw5MAAAAAElFTkSuQmCC) no-repeat center;bottom:0;right:-2px;fill:#fff}body .card.background-image_custom.dark1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.dark2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.dark3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.dark4 .wc-message-from-me .wc-message-content{color:#4a4a4a;background-color:#d9f0ff;margin-right:3px}body .card.background-image_custom.dark1 .wc-message,body .card.background-image_custom.dark2 .wc-message,body .card.background-image_custom.dark3 .wc-message,body .card.background-image_custom.dark4 .wc-message{max-width:70%!important}body .card.background-image_custom.dark1 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.dark2 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.dark3 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.dark4 .wc-message.wc-message-from-bot:before{content:"";position:absolute;background-size:cover;width:40px;height:40px;bottom:0;left:-52px}body .card.background-image_custom.dark1 .wc-message-from-bot,body .card.background-image_custom.dark2 .wc-message-from-bot,body .card.background-image_custom.dark3 .wc-message-from-bot,body .card.background-image_custom.dark4 .wc-message-from-bot{margin-left:52px}body .card.background-image_custom.dark1 .format-markdown+.wc-carousel,body .card.background-image_custom.dark2 .format-markdown+.wc-carousel,body .card.background-image_custom.dark3 .format-markdown+.wc-carousel,body .card.background-image_custom.dark4 .format-markdown+.wc-carousel{margin-top:20px!important}body .card.background-image_custom.dark1 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.dark2 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.dark3 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.dark4 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.dark1 .wc-card button,body .card.background-image_custom.dark2 .wc-card button,body .card.background-image_custom.dark3 .wc-card button,body .card.background-image_custom.dark4 .wc-card button{border-radius:10px}body .card.background-image_custom.dark1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.dark2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.dark3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.dark4 .wc-carousel .wc-hscroll>ul>li{margin-right:18px}body .card.background-image_custom.dark1 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.dark2 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.dark3 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.dark4 .wc-carousel .wc-hscroll>ul{margin-left:0}body .card.background-image_custom.dark1 .wc-card .ac-image,body .card.background-image_custom.dark2 .wc-card .ac-image,body .card.background-image_custom.dark3 .wc-card .ac-image,body .card.background-image_custom.dark4 .wc-card .ac-image{padding:0;margin:-16px -16px 16px;border-radius:10px}body .card.background-image_custom.dark1 .wc-message-groups,body .card.background-image_custom.dark2 .wc-message-groups,body .card.background-image_custom.dark3 .wc-message-groups,body .card.background-image_custom.dark4 .wc-message-groups{left:18px;outline:0;right:18px;top:10px;margin-bottom:10px}body .card.background-image_custom.dark1 .wc-card button,body .card.background-image_custom.dark2 .wc-card button,body .card.background-image_custom.dark3 .wc-card button,body .card.background-image_custom.dark4 .wc-card button{background-color:#2374ab;border:1px solid #2374ab;color:#fff;min-height:32px;width:100%;padding:6px 14px;outline:0}body .card.background-image_custom.dark1 .wc-card button:hover,body .card.background-image_custom.dark2 .wc-card button:hover,body .card.background-image_custom.dark3 .wc-card button:hover,body .card.background-image_custom.dark4 .wc-card button:hover,body .card.background-image_custom.dark1 .wc-card button:active,body .card.background-image_custom.dark2 .wc-card button:active,body .card.background-image_custom.dark3 .wc-card button:active,body .card.background-image_custom.dark4 .wc-card button:active{background-color:#1b4079;border-color:#1b4079;color:#fff}body .card.background-image_custom.dark1 .wc-carousel button.scroll,body .card.background-image_custom.dark2 .wc-carousel button.scroll,body .card.background-image_custom.dark3 .wc-carousel button.scroll,body .card.background-image_custom.dark4 .wc-carousel button.scroll{top:40%;border:none;outline:0}body .card.background-image_custom.dark1 .wc-carousel button.scroll.next,body .card.background-image_custom.dark2 .wc-carousel button.scroll.next,body .card.background-image_custom.dark3 .wc-carousel button.scroll.next,body .card.background-image_custom.dark4 .wc-carousel button.scroll.next{right:-12px}body .card.background-image_custom.dark1 .wc-carousel button.scroll.previous,body .card.background-image_custom.dark2 .wc-carousel button.scroll.previous,body .card.background-image_custom.dark3 .wc-carousel button.scroll.previous,body .card.background-image_custom.dark4 .wc-carousel button.scroll.previous{left:-12px}body .card.background-image_custom.dark1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.dark2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.dark3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.dark4 .wc-suggested-actions .wc-hscroll>ul>li button{padding:0 8px}body .card.background-image_custom.dark1 .wc-app button,body .card.background-image_custom.dark2 .wc-app button,body .card.background-image_custom.dark3 .wc-app button,body .card.background-image_custom.dark4 .wc-app button{background-color:#2374ab;border:1px solid #2374ab}body .card.background-image_custom.dark1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.dark2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.dark3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.dark4 .wc-suggested-actions .wc-hscroll>ul>li button{background-color:#2374ab!important;border:1px solid #2374ab!important;color:#fff!important;border-radius:10px;outline:0}body .card.background-image_custom.dark1 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.dark2 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.dark3 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.dark4 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.dark1 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.dark2 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.dark3 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.dark4 .wc-suggested-actions .wc-hscroll>ul>li button:active{background-color:#1b4079!important;border-color:#1b4079!important;color:#fff}body .card.background-image_custom.dark1 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.dark2 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.dark3 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.dark4 .wc-suggested-actions .wc-hscroll>ul>li{margin:2px 10px 2px 2px}body .card.background-image_custom.dark1 .wc-suggested-actions,body .card.background-image_custom.dark2 .wc-suggested-actions,body .card.background-image_custom.dark3 .wc-suggested-actions,body .card.background-image_custom.dark4 .wc-suggested-actions{bottom:46px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px}body .card.background-image_custom.dark1 .format-markdown+div,body .card.background-image_custom.dark2 .format-markdown+div,body .card.background-image_custom.dark3 .format-markdown+div,body .card.background-image_custom.dark4 .format-markdown+div,body .card.background-image_custom.dark1 .wc-list>.wc-card,body .card.background-image_custom.dark2 .wc-list>.wc-card,body .card.background-image_custom.dark3 .wc-list>.wc-card,body .card.background-image_custom.dark4 .wc-list>.wc-card{margin-top:20px}body .card.background-image_custom.dark1 .alt-bg1,body .card.background-image_custom.dark2 .alt-bg1,body .card.background-image_custom.dark3 .alt-bg1,body .card.background-image_custom.dark4 .alt-bg1{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23414346' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%234d5156' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23595f66' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23656d77' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23717c89' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%237a8795' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%238392a1' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%238c9dae' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2396a9ba' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%239fb4c7' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark1 .alt-bg2,body .card.background-image_custom.dark2 .alt-bg2,body .card.background-image_custom.dark3 .alt-bg2,body .card.background-image_custom.dark4 .alt-bg2{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%233f4144' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23494d51' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2352585f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235c646c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23656f7a' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark1 .floating-logo,body .card.background-image_custom.dark2 .floating-logo,body .card.background-image_custom.dark3 .floating-logo,body .card.background-image_custom.dark4 .floating-logo{position:absolute;top:50px;left:50px;max-height:30px;overflow:hidden}body .card.background-image_custom.dark1 .wc-message.wc-message-from-me,body .card.background-image_custom.dark2 .wc-message.wc-message-from-me,body .card.background-image_custom.dark3 .wc-message.wc-message-from-me,body .card.background-image_custom.dark4 .wc-message.wc-message-from-me{animation-duration:.85s;animation-name:bounceIn}body .card.background-image_custom.dark1 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.dark2 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.dark3 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.dark4 .wc-message.wc-message-from-bot .wc-message-content{animation-duration:.45s;animation-name:bounceIn}body .card.background-image_custom.dark1 .wc-card,body .card.background-image_custom.dark2 .wc-card,body .card.background-image_custom.dark3 .wc-card,body .card.background-image_custom.dark4 .wc-card{border:none;background:#e9edf7}@media (min-width: 768px){body .card.background-image_custom.dark1 .wc-adaptive-card,body .card.background-image_custom.dark2 .wc-adaptive-card,body .card.background-image_custom.dark3 .wc-adaptive-card,body .card.background-image_custom.dark4 .wc-adaptive-card{width:212px}}@media (max-width: 991px){body .card.background-image_custom.dark1 .floating-logo,body .card.background-image_custom.dark2 .floating-logo,body .card.background-image_custom.dark3 .floating-logo,body .card.background-image_custom.dark4 .floating-logo{display:none}}@media (max-width: 450px){body .card.background-image_custom.dark1 .wc-adaptive-card,body .card.background-image_custom.dark2 .wc-adaptive-card,body .card.background-image_custom.dark3 .wc-adaptive-card,body .card.background-image_custom.dark4 .wc-adaptive-card{width:200px}}@media (max-width: 768px){body .card.background-image_custom.dark1 .logo,body .card.background-image_custom.dark2 .logo,body .card.background-image_custom.dark3 .logo,body .card.background-image_custom.dark4 .logo{margin:15px 0 5px}body .card.background-image_custom.dark1 .logo img,body .card.background-image_custom.dark2 .logo img,body .card.background-image_custom.dark3 .logo img,body .card.background-image_custom.dark4 .logo img{height:40px;width:auto}body .card.background-image_custom.dark1 h1,body .card.background-image_custom.dark2 h1,body .card.background-image_custom.dark3 h1,body .card.background-image_custom.dark4 h1{font-size:14px}body .card.background-image_custom.dark1 .chat-container,body .card.background-image_custom.dark2 .chat-container,body .card.background-image_custom.dark3 .chat-container,body .card.background-image_custom.dark4 .chat-container{margin:0 0 7px}body .card.background-image_custom.dark1 footer,body .card.background-image_custom.dark2 footer,body .card.background-image_custom.dark3 footer,body .card.background-image_custom.dark4 footer{display:none}body .card.background-image_custom.dark1 .wc-message,body .card.background-image_custom.dark2 .wc-message,body .card.background-image_custom.dark3 .wc-message,body .card.background-image_custom.dark4 .wc-message{max-width:calc(100% - 30px)!important}body .card.background-image_custom.dark1 .wc-adaptive-card,body .card.background-image_custom.dark2 .wc-adaptive-card,body .card.background-image_custom.dark3 .wc-adaptive-card,body .card.background-image_custom.dark4 .wc-adaptive-card{width:206px}body .card.background-image_custom.dark1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.dark2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.dark3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.dark4 .wc-carousel .wc-hscroll>ul>li{margin-right:0}}@media (prefers-reduced-motion){body .card.background-image_custom.dark1 .wc-message.wc-message-from-me,body .card.background-image_custom.dark2 .wc-message.wc-message-from-me,body .card.background-image_custom.dark3 .wc-message.wc-message-from-me,body .card.background-image_custom.dark4 .wc-message.wc-message-from-me,body .card.background-image_custom.dark1 .wc-message.wc-message-from-bot,body .card.background-image_custom.dark2 .wc-message.wc-message-from-bot,body .card.background-image_custom.dark3 .wc-message.wc-message-from-bot,body .card.background-image_custom.dark4 .wc-message.wc-message-from-bot{animation:unset!important;transition:none!important}}body .card.background-image_custom.dark2{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23414346' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%234d5156' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23595f66' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23656d77' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23717c89' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%237a8795' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%238392a1' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%238c9dae' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2396a9ba' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%239fb4c7' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark3{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%233f4144' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23494d51' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2352585f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235c646c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23656f7a' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark4{background-color:#363636;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%233f4144' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23494d51' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2352585f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235c646c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23656f7a' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.dark4 .floating-logo{display:inline-block}body .card.background-image_custom.cyan1,body .card.background-image_custom.cyan2,body .card.background-image_custom.cyan3,body .card.background-image_custom.cyan4{color:#fff;background:linear-gradient(-45deg,#ee7752,#98c773,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 75s ease infinite}body .card.background-image_custom.cyan1 a,body .card.background-image_custom.cyan2 a,body .card.background-image_custom.cyan3 a,body .card.background-image_custom.cyan4 a,body .card.background-image_custom.cyan1 a:active,body .card.background-image_custom.cyan2 a:active,body .card.background-image_custom.cyan3 a:active,body .card.background-image_custom.cyan4 a:active,body .card.background-image_custom.cyan1 a:visited,body .card.background-image_custom.cyan2 a:visited,body .card.background-image_custom.cyan3 a:visited,body .card.background-image_custom.cyan4 a:visited{color:#0078d7}body .card.background-image_custom.cyan1 a:hover,body .card.background-image_custom.cyan2 a:hover,body .card.background-image_custom.cyan3 a:hover,body .card.background-image_custom.cyan4 a:hover{color:#005aa0;text-decoration:underline}body .card.background-image_custom.cyan1 h1,body .card.background-image_custom.cyan2 h1,body .card.background-image_custom.cyan3 h1,body .card.background-image_custom.cyan4 h1,body .card.background-image_custom.cyan1 h2,body .card.background-image_custom.cyan2 h2,body .card.background-image_custom.cyan3 h2,body .card.background-image_custom.cyan4 h2,body .card.background-image_custom.cyan1 h3,body .card.background-image_custom.cyan2 h3,body .card.background-image_custom.cyan3 h3,body .card.background-image_custom.cyan4 h3,body .card.background-image_custom.cyan1 h4,body .card.background-image_custom.cyan2 h4,body .card.background-image_custom.cyan3 h4,body .card.background-image_custom.cyan4 h4,body .card.background-image_custom.cyan1 h5,body .card.background-image_custom.cyan2 h5,body .card.background-image_custom.cyan3 h5,body .card.background-image_custom.cyan4 h5,body .card.background-image_custom.cyan1 h6,body .card.background-image_custom.cyan2 h6,body .card.background-image_custom.cyan3 h6,body .card.background-image_custom.cyan4 h6{font-weight:500;margin:0 0 20px;padding:0;color:#fff}body .card.background-image_custom.cyan1 .logo,body .card.background-image_custom.cyan2 .logo,body .card.background-image_custom.cyan3 .logo,body .card.background-image_custom.cyan4 .logo{margin:30px 0}body .card.background-image_custom.cyan1 footer,body .card.background-image_custom.cyan2 footer,body .card.background-image_custom.cyan3 footer,body .card.background-image_custom.cyan4 footer{position:absolute;bottom:0;width:100%;height:60px;line-height:60px}body .card.background-image_custom.cyan1 .dropdown-item,body .card.background-image_custom.cyan2 .dropdown-item,body .card.background-image_custom.cyan3 .dropdown-item,body .card.background-image_custom.cyan4 .dropdown-item,body .card.background-image_custom.cyan1 .dropdown-item:hover,body .card.background-image_custom.cyan2 .dropdown-item:hover,body .card.background-image_custom.cyan3 .dropdown-item:hover,body .card.background-image_custom.cyan4 .dropdown-item:hover,body .card.background-image_custom.cyan1 .dropdown-item .fa,body .card.background-image_custom.cyan2 .dropdown-item .fa,body .card.background-image_custom.cyan3 .dropdown-item .fa,body .card.background-image_custom.cyan4 .dropdown-item .fa{color:#98c773}body .card.background-image_custom.cyan1 .dropdown-item.active,body .card.background-image_custom.cyan2 .dropdown-item.active,body .card.background-image_custom.cyan3 .dropdown-item.active,body .card.background-image_custom.cyan4 .dropdown-item.active,body .card.background-image_custom.cyan1 .dropdown-item:active,body .card.background-image_custom.cyan2 .dropdown-item:active,body .card.background-image_custom.cyan3 .dropdown-item:active,body .card.background-image_custom.cyan4 .dropdown-item:active{color:#fff;background-color:#98c773}body .card.background-image_custom.cyan1 .dropdown-item.active .fa,body .card.background-image_custom.cyan2 .dropdown-item.active .fa,body .card.background-image_custom.cyan3 .dropdown-item.active .fa,body .card.background-image_custom.cyan4 .dropdown-item.active .fa,body .card.background-image_custom.cyan1 .dropdown-item:active .fa,body .card.background-image_custom.cyan2 .dropdown-item:active .fa,body .card.background-image_custom.cyan3 .dropdown-item:active .fa,body .card.background-image_custom.cyan4 .dropdown-item:active .fa{color:#fff}body .card.background-image_custom.cyan1 body .wc-app,body .card.background-image_custom.cyan2 body .wc-app,body .card.background-image_custom.cyan3 body .wc-app,body .card.background-image_custom.cyan4 body .wc-app,body .card.background-image_custom.cyan1 .wc-app button,body .card.background-image_custom.cyan2 .wc-app button,body .card.background-image_custom.cyan3 .wc-app button,body .card.background-image_custom.cyan4 .wc-app button,body .card.background-image_custom.cyan1 .wc-app textarea,body .card.background-image_custom.cyan2 .wc-app textarea,body .card.background-image_custom.cyan3 .wc-app textarea,body .card.background-image_custom.cyan4 .wc-app textarea,body .card.background-image_custom.cyan1 body .wc-app p,body .card.background-image_custom.cyan2 body .wc-app p,body .card.background-image_custom.cyan3 body .wc-app p,body .card.background-image_custom.cyan4 body .wc-app p{font-size:16px}body .card.background-image_custom.cyan1 .wc-app input,body .card.background-image_custom.cyan2 .wc-app input,body .card.background-image_custom.cyan3 .wc-app input,body .card.background-image_custom.cyan4 .wc-app input{font-size:15px}body .card.background-image_custom.cyan1 .wc-header,body .card.background-image_custom.cyan2 .wc-header,body .card.background-image_custom.cyan3 .wc-header,body .card.background-image_custom.cyan4 .wc-header{display:none}body .card.background-image_custom.cyan1 input,body .card.background-image_custom.cyan2 input,body .card.background-image_custom.cyan3 input,body .card.background-image_custom.cyan4 input,body .card.background-image_custom.cyan1 textarea,body .card.background-image_custom.cyan2 textarea,body .card.background-image_custom.cyan3 textarea,body .card.background-image_custom.cyan4 textarea{color:#fff}body .card.background-image_custom.cyan1 ::-webkit-input-placeholder,body .card.background-image_custom.cyan2 ::-webkit-input-placeholder,body .card.background-image_custom.cyan3 ::-webkit-input-placeholder,body .card.background-image_custom.cyan4 ::-webkit-input-placeholder{color:#ddd}body .card.background-image_custom.cyan1 ::-moz-placeholder,body .card.background-image_custom.cyan2 ::-moz-placeholder,body .card.background-image_custom.cyan3 ::-moz-placeholder,body .card.background-image_custom.cyan4 ::-moz-placeholder{color:#ddd}body .card.background-image_custom.cyan1 .wc-suggested-actions,body .card.background-image_custom.cyan2 .wc-suggested-actions,body .card.background-image_custom.cyan3 .wc-suggested-actions,body .card.background-image_custom.cyan4 .wc-suggested-actions{left:18px;right:18px}body .card.background-image_custom.cyan1 .wc-console,body .card.background-image_custom.cyan2 .wc-console,body .card.background-image_custom.cyan3 .wc-console,body .card.background-image_custom.cyan4 .wc-console{border:2px solid #f9f9f9;left:18px;right:18px;border-radius:6px}body .card.background-image_custom.cyan1 .wc-console.has-text .wc-send svg,body .card.background-image_custom.cyan2 .wc-console.has-text .wc-send svg,body .card.background-image_custom.cyan3 .wc-console.has-text .wc-send svg,body .card.background-image_custom.cyan4 .wc-console.has-text .wc-send svg{fill:#fff}body .card.background-image_custom.cyan1 .ac-image,body .card.background-image_custom.cyan2 .ac-image,body .card.background-image_custom.cyan3 .ac-image,body .card.background-image_custom.cyan4 .ac-image{padding:10px 35px}body .card.background-image_custom.cyan1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.cyan2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.cyan3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.cyan4 .wc-message-from-me .wc-message-content{background-color:#71b340;color:#fff}body .card.background-image_custom.cyan1 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.cyan2 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.cyan3 .wc-message-from-me svg.wc-message-callout path,body .card.background-image_custom.cyan4 .wc-message-from-me svg.wc-message-callout path{fill:#dadada}body .card.background-image_custom.cyan1 .wc-console svg,body .card.background-image_custom.cyan2 .wc-console svg,body .card.background-image_custom.cyan3 .wc-console svg,body .card.background-image_custom.cyan4 .wc-console svg{fill:#dadada;margin:15px 12px}body .card.background-image_custom.cyan1 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.cyan2 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.cyan3 .wc-message-from.wc-message-from-bot,body .card.background-image_custom.cyan4 .wc-message-from.wc-message-from-bot{display:none}body .card.background-image_custom.cyan1 .wc-message-from span,body .card.background-image_custom.cyan2 .wc-message-from span,body .card.background-image_custom.cyan3 .wc-message-from span,body .card.background-image_custom.cyan4 .wc-message-from span{color:#f4f4f4}body .card.background-image_custom.cyan1 .wc-card>div,body .card.background-image_custom.cyan2 .wc-card>div,body .card.background-image_custom.cyan3 .wc-card>div,body .card.background-image_custom.cyan4 .wc-card>div{padding:16px!important}body .card.background-image_custom.cyan1 .wc-card button:first-child,body .card.background-image_custom.cyan2 .wc-card button:first-child,body .card.background-image_custom.cyan3 .wc-card button:first-child,body .card.background-image_custom.cyan4 .wc-card button:first-child{margin-top:15px}body .card.background-image_custom.cyan1 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.cyan2 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.cyan3 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.cyan4 .wc-message-from-me svg.wc-message-callout .point-right,body .card.background-image_custom.cyan1 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.cyan2 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.cyan3 .wc-message-from-bot svg.wc-message-callout .point-left,body .card.background-image_custom.cyan4 .wc-message-from-bot svg.wc-message-callout .point-left{display:none}body .card.background-image_custom.cyan1 .wc-message-from-me,body .card.background-image_custom.cyan2 .wc-message-from-me,body .card.background-image_custom.cyan3 .wc-message-from-me,body .card.background-image_custom.cyan4 .wc-message-from-me{margin-right:0}body .card.background-image_custom.cyan1 .wc-message-content,body .card.background-image_custom.cyan2 .wc-message-content,body .card.background-image_custom.cyan3 .wc-message-content,body .card.background-image_custom.cyan4 .wc-message-content{padding:12px 18px;border-radius:17px;box-shadow:none}body .card.background-image_custom.cyan1 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.cyan2 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.cyan3 .wc-message-from-bot .wc-message-content,body .card.background-image_custom.cyan4 .wc-message-from-bot .wc-message-content{background-color:#fff}body .card.background-image_custom.cyan1 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.cyan2 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.cyan3 .wc-message-from-bot .wc-message-content:before,body .card.background-image_custom.cyan4 .wc-message-from-bot .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow.8d53088567714ed9.png) no-repeat center;bottom:0;left:-6px}body .card.background-image_custom.cyan1 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.cyan2 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.cyan3 .wc-message-from-me .wc-message-content:before,body .card.background-image_custom.cyan4 .wc-message-from-me .wc-message-content:before{content:"";position:absolute;width:21px;height:35px;background:url(arrow-2.498b7b09c99081d8.png) no-repeat center;bottom:0;right:-2px;fill:#fff}body .card.background-image_custom.cyan1 .wc-message-from-me .wc-message-content,body .card.background-image_custom.cyan2 .wc-message-from-me .wc-message-content,body .card.background-image_custom.cyan3 .wc-message-from-me .wc-message-content,body .card.background-image_custom.cyan4 .wc-message-from-me .wc-message-content{color:#000;background-color:#ccc;margin-right:3px}body .card.background-image_custom.cyan1 .wc-message,body .card.background-image_custom.cyan2 .wc-message,body .card.background-image_custom.cyan3 .wc-message,body .card.background-image_custom.cyan4 .wc-message{max-width:70%!important}body .card.background-image_custom.cyan1 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.cyan2 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.cyan3 .wc-message.wc-message-from-bot:before,body .card.background-image_custom.cyan4 .wc-message.wc-message-from-bot:before{content:"";background-size:cover;position:absolute;width:40px;height:40px;bottom:0;left:-52px}body .card.background-image_custom.cyan1 .wc-message-from-bot,body .card.background-image_custom.cyan2 .wc-message-from-bot,body .card.background-image_custom.cyan3 .wc-message-from-bot,body .card.background-image_custom.cyan4 .wc-message-from-bot{margin-left:52px}body .card.background-image_custom.cyan1 .format-markdown+.wc-carousel,body .card.background-image_custom.cyan2 .format-markdown+.wc-carousel,body .card.background-image_custom.cyan3 .format-markdown+.wc-carousel,body .card.background-image_custom.cyan4 .format-markdown+.wc-carousel{margin-top:20px!important}body .card.background-image_custom.cyan1 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.cyan2 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.cyan3 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.cyan4 .wc-card.wc-adaptive-card.hero,body .card.background-image_custom.cyan1 .wc-card button,body .card.background-image_custom.cyan2 .wc-card button,body .card.background-image_custom.cyan3 .wc-card button,body .card.background-image_custom.cyan4 .wc-card button{border-radius:10px}body .card.background-image_custom.cyan1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.cyan2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.cyan3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.cyan4 .wc-carousel .wc-hscroll>ul>li{margin-right:18px}body .card.background-image_custom.cyan1 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.cyan2 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.cyan3 .wc-carousel .wc-hscroll>ul,body .card.background-image_custom.cyan4 .wc-carousel .wc-hscroll>ul{margin-left:0}body .card.background-image_custom.cyan1 .wc-card .ac-image,body .card.background-image_custom.cyan2 .wc-card .ac-image,body .card.background-image_custom.cyan3 .wc-card .ac-image,body .card.background-image_custom.cyan4 .wc-card .ac-image{padding:0;margin:-16px -16px 16px;border-radius:10px}body .card.background-image_custom.cyan1 .wc-message-groups,body .card.background-image_custom.cyan2 .wc-message-groups,body .card.background-image_custom.cyan3 .wc-message-groups,body .card.background-image_custom.cyan4 .wc-message-groups{left:18px;outline:0;right:18px;top:10px;margin-bottom:10px}body .card.background-image_custom.cyan1 .wc-card button,body .card.background-image_custom.cyan2 .wc-card button,body .card.background-image_custom.cyan3 .wc-card button,body .card.background-image_custom.cyan4 .wc-card button{background-color:#98c773;border:1px solid #98C773;color:#fff;min-height:32px;width:100%;padding:6px 14px;outline:0}body .card.background-image_custom.cyan1 .wc-card button:hover,body .card.background-image_custom.cyan2 .wc-card button:hover,body .card.background-image_custom.cyan3 .wc-card button:hover,body .card.background-image_custom.cyan4 .wc-card button:hover,body .card.background-image_custom.cyan1 .wc-card button:active,body .card.background-image_custom.cyan2 .wc-card button:active,body .card.background-image_custom.cyan3 .wc-card button:active,body .card.background-image_custom.cyan4 .wc-card button:active{background-color:#709e4d;border-color:#709e4d;color:#fff}body .card.background-image_custom.cyan1 .wc-carousel button.scroll,body .card.background-image_custom.cyan2 .wc-carousel button.scroll,body .card.background-image_custom.cyan3 .wc-carousel button.scroll,body .card.background-image_custom.cyan4 .wc-carousel button.scroll{top:40%;border:none;outline:0}body .card.background-image_custom.cyan1 .wc-carousel button.scroll.next,body .card.background-image_custom.cyan2 .wc-carousel button.scroll.next,body .card.background-image_custom.cyan3 .wc-carousel button.scroll.next,body .card.background-image_custom.cyan4 .wc-carousel button.scroll.next{right:-12px}body .card.background-image_custom.cyan1 .wc-carousel button.scroll.previous,body .card.background-image_custom.cyan2 .wc-carousel button.scroll.previous,body .card.background-image_custom.cyan3 .wc-carousel button.scroll.previous,body .card.background-image_custom.cyan4 .wc-carousel button.scroll.previous{left:-12px}body .card.background-image_custom.cyan1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.cyan2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.cyan3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.cyan4 .wc-suggested-actions .wc-hscroll>ul>li button{padding:0 8px}body .card.background-image_custom.cyan1 .wc-app button,body .card.background-image_custom.cyan2 .wc-app button,body .card.background-image_custom.cyan3 .wc-app button,body .card.background-image_custom.cyan4 .wc-app button{background-color:#98c773;border:1px solid #98C773}body .card.background-image_custom.cyan1 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.cyan2 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.cyan3 .wc-suggested-actions .wc-hscroll>ul>li button,body .card.background-image_custom.cyan4 .wc-suggested-actions .wc-hscroll>ul>li button{background-color:#98c773!important;border:1px solid #98C773!important;color:#fff!important;border-radius:10px;outline:0}body .card.background-image_custom.cyan1 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.cyan2 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.cyan3 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.cyan4 .wc-suggested-actions .wc-hscroll>ul>li button:hover,body .card.background-image_custom.cyan1 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.cyan2 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.cyan3 .wc-suggested-actions .wc-hscroll>ul>li button:active,body .card.background-image_custom.cyan4 .wc-suggested-actions .wc-hscroll>ul>li button:active{background-color:#709e4d!important;border-color:#709e4d!important;color:#fff}body .card.background-image_custom.cyan1 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.cyan2 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.cyan3 .wc-suggested-actions .wc-hscroll>ul>li,body .card.background-image_custom.cyan4 .wc-suggested-actions .wc-hscroll>ul>li{margin:2px 10px 2px 2px}body .card.background-image_custom.cyan1 .wc-suggested-actions,body .card.background-image_custom.cyan2 .wc-suggested-actions,body .card.background-image_custom.cyan3 .wc-suggested-actions,body .card.background-image_custom.cyan4 .wc-suggested-actions{bottom:46px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px}body .card.background-image_custom.cyan1 .format-markdown+div,body .card.background-image_custom.cyan2 .format-markdown+div,body .card.background-image_custom.cyan3 .format-markdown+div,body .card.background-image_custom.cyan4 .format-markdown+div,body .card.background-image_custom.cyan1 .wc-list>.wc-card,body .card.background-image_custom.cyan2 .wc-list>.wc-card,body .card.background-image_custom.cyan3 .wc-list>.wc-card,body .card.background-image_custom.cyan4 .wc-list>.wc-card{margin-top:20px}body .card.background-image_custom.cyan1 .wc-message-from span a,body .card.background-image_custom.cyan2 .wc-message-from span a,body .card.background-image_custom.cyan3 .wc-message-from span a,body .card.background-image_custom.cyan4 .wc-message-from span a,body .card.background-image_custom.cyan1 .wc-message-from span a:active,body .card.background-image_custom.cyan2 .wc-message-from span a:active,body .card.background-image_custom.cyan3 .wc-message-from span a:active,body .card.background-image_custom.cyan4 .wc-message-from span a:active,body .card.background-image_custom.cyan1 .wc-message-from span a:visited,body .card.background-image_custom.cyan2 .wc-message-from span a:visited,body .card.background-image_custom.cyan3 .wc-message-from span a:visited,body .card.background-image_custom.cyan4 .wc-message-from span a:visited{color:#fff;text-decoration:underline}body .card.background-image_custom.cyan1 .wc-message-from span a:hover,body .card.background-image_custom.cyan2 .wc-message-from span a:hover,body .card.background-image_custom.cyan3 .wc-message-from span a:hover,body .card.background-image_custom.cyan4 .wc-message-from span a:hover{color:#e8e8e8}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 100%}}body .card.background-image_custom.cyan1 .alt-bg1,body .card.background-image_custom.cyan2 .alt-bg1,body .card.background-image_custom.cyan3 .alt-bg1,body .card.background-image_custom.cyan4 .alt-bg1{background-color:#007f9a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%230c8593' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23108b8b' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23119184' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%230c977c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23009d74' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2332a16b' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2347a661' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2357aa57' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2365af4c' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2371b340' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan1 .alt-bg2,body .card.background-image_custom.cyan2 .alt-bg2,body .card.background-image_custom.cyan3 .alt-bg2,body .card.background-image_custom.cyan4 .alt-bg2{background-color:#00777c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23178370' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d8f64' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23449b58' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235aa74c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2371b340' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan1 .floating-logo,body .card.background-image_custom.cyan2 .floating-logo,body .card.background-image_custom.cyan3 .floating-logo,body .card.background-image_custom.cyan4 .floating-logo{position:absolute;top:50px;left:50px;max-height:30px;overflow:hidden}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}body .card.background-image_custom.cyan1 .wc-message.wc-message-from-me,body .card.background-image_custom.cyan2 .wc-message.wc-message-from-me,body .card.background-image_custom.cyan3 .wc-message.wc-message-from-me,body .card.background-image_custom.cyan4 .wc-message.wc-message-from-me{animation-duration:.85s;animation-name:bounceIn}body .card.background-image_custom.cyan1 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.cyan2 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.cyan3 .wc-message.wc-message-from-bot .wc-message-content,body .card.background-image_custom.cyan4 .wc-message.wc-message-from-bot .wc-message-content{animation-duration:.45s;animation-name:bounceIn}body .card.background-image_custom.cyan1 .wc-card,body .card.background-image_custom.cyan2 .wc-card,body .card.background-image_custom.cyan3 .wc-card,body .card.background-image_custom.cyan4 .wc-card{border:none;background:#e9edf7}@media (min-width: 768px){body .card.background-image_custom.cyan1 .wc-adaptive-card,body .card.background-image_custom.cyan2 .wc-adaptive-card,body .card.background-image_custom.cyan3 .wc-adaptive-card,body .card.background-image_custom.cyan4 .wc-adaptive-card{width:212px}}@media (max-width: 991px){body .card.background-image_custom.cyan1 .floating-logo,body .card.background-image_custom.cyan2 .floating-logo,body .card.background-image_custom.cyan3 .floating-logo,body .card.background-image_custom.cyan4 .floating-logo{display:none}}@media (max-width: 450px){body .card.background-image_custom.cyan1 .wc-adaptive-card,body .card.background-image_custom.cyan2 .wc-adaptive-card,body .card.background-image_custom.cyan3 .wc-adaptive-card,body .card.background-image_custom.cyan4 .wc-adaptive-card{width:200px}}@media (max-width: 768px){body .card.background-image_custom.cyan1 .logo,body .card.background-image_custom.cyan2 .logo,body .card.background-image_custom.cyan3 .logo,body .card.background-image_custom.cyan4 .logo{margin:15px 0 5px}body .card.background-image_custom.cyan1 .logo img,body .card.background-image_custom.cyan2 .logo img,body .card.background-image_custom.cyan3 .logo img,body .card.background-image_custom.cyan4 .logo img{height:40px;width:auto}body .card.background-image_custom.cyan1 h1,body .card.background-image_custom.cyan2 h1,body .card.background-image_custom.cyan3 h1,body .card.background-image_custom.cyan4 h1{font-size:14px}body .card.background-image_custom.cyan1 .chat-container,body .card.background-image_custom.cyan2 .chat-container,body .card.background-image_custom.cyan3 .chat-container,body .card.background-image_custom.cyan4 .chat-container{margin:0 0 15px}body .card.background-image_custom.cyan1 footer,body .card.background-image_custom.cyan2 footer,body .card.background-image_custom.cyan3 footer,body .card.background-image_custom.cyan4 footer{display:none}body .card.background-image_custom.cyan1 .wc-message,body .card.background-image_custom.cyan2 .wc-message,body .card.background-image_custom.cyan3 .wc-message,body .card.background-image_custom.cyan4 .wc-message{max-width:calc(100% - 30px)!important}body .card.background-image_custom.cyan1 .wc-adaptive-card,body .card.background-image_custom.cyan2 .wc-adaptive-card,body .card.background-image_custom.cyan3 .wc-adaptive-card,body .card.background-image_custom.cyan4 .wc-adaptive-card{width:206px}body .card.background-image_custom.cyan1 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.cyan2 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.cyan3 .wc-carousel .wc-hscroll>ul>li,body .card.background-image_custom.cyan4 .wc-carousel .wc-hscroll>ul>li{margin-right:0}}@media (prefers-reduced-motion){body .card.background-image_custom.cyan1 .wc-message.wc-message-from-me,body .card.background-image_custom.cyan2 .wc-message.wc-message-from-me,body .card.background-image_custom.cyan3 .wc-message.wc-message-from-me,body .card.background-image_custom.cyan4 .wc-message.wc-message-from-me,body .card.background-image_custom.cyan1 .wc-message.wc-message-from-bot,body .card.background-image_custom.cyan2 .wc-message.wc-message-from-bot,body .card.background-image_custom.cyan3 .wc-message.wc-message-from-bot,body .card.background-image_custom.cyan4 .wc-message.wc-message-from-bot{animation:unset!important;transition:none!important}}body .card.background-image_custom.cyan2{background-color:#007f9a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%230c8593' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23108b8b' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23119184' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%230c977c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23009d74' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2332a16b' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2347a661' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2357aa57' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2365af4c' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2371b340' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan3{background-color:#00777c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23178370' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d8f64' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23449b58' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235aa74c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2371b340' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan4{background-color:#00777c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23178370' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%232d8f64' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23449b58' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%235aa74c' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2371b340' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}body .card.background-image_custom.cyan4 .floating-logo{display:inline-block}@media (max-width: 992px){body .chatWrap{position:absolute!important;left:0!important;top:0!important;width:100%!important}body .card.h-100.background-image_custom{margin-bottom:0}body .wc-suggested-actions .scroll.previous,body .wc-suggested-actions .scroll.next{display:none}body .wc-message-content{overflow:hidden}}@media (max-width: 768px){body .card.background-image_custom .wc-carousel .wc-hscroll>ul>li{margin-right:0!important;width:45%}body .card.background-image_custom .wc-carousel .wc-hscroll>ul>li>div{width:100%}body .card.background-image_custom .chatWrap .wc-message-groups::-webkit-scrollbar{width:0!important}body .card.background-image_custom .chatWrap .wc-message-groups{-ms-overflow-style:none}body .card.background-image_custom .wc-carousel button.scroll.next{right:-3px!important;display:none!important}body .card.background-image_custom .wc-carousel button.scroll.previous{left:-1px!important;display:none!important}body .card.background-image_custom .chatWrap .wc-message-groups{overflow:-moz-scrollbars-none}body .card.background-image_custom .card.background-image_custom{margin-bottom:0}body .card.background-image_custom .logo{margin:15px 0 5px}body .card.background-image_custom .logo img{height:40px;width:auto}body .card.background-image_custom h1{font-size:14px}body .card.background-image_custom .card-body>.container-fluid{padding-left:0;padding-right:0}body .card.background-image_custom .chat-container{margin:5px 0 0}body .card.background-image_custom .wc-message{max-width:calc(100% - 30px)!important}body .card.background-image_custom .wc-adaptive-card{width:206px}body .card.background-image_custom .card-body>.header{display:none}body .card.background-image_custom .wc-message-from-bot{margin-left:1px!important}body .card.background-image_custom .wc-message.wc-message-from-bot:before{width:25px!important;height:25px!important;background-size:cover!important;left:-39px!important;display:none}body .card.background-image_custom .chatWrap .logo{margin:15px 0 5px}body .card.background-image_custom .chatWrap .logo img{height:40px;width:auto}body .card.background-image_custom .chatWrap h1{font-size:18px}body .card.background-image_custom .chatWrap .chat-container{margin:10px 0 5px!important}body .card.background-image_custom .chatWrap div.card-body{padding:0!important}body .card.background-image_custom .chatWrap footer{display:none}body .card.background-image_custom .wc-message-groups{right:10px}body .card.background-image_custom .chatWrap .wc-message-groups{margin-right:0;padding-right:0;padding-bottom:0;margin-bottom:0;margin-top:0;left:10px}body .card.background-image_custom .wc-message-from-me{margin-right:9px}body .card.background-image_custom body .wc-app,body .card.background-image_custom .wc-app button,body .card.background-image_custom .wc-app textarea,body .card.background-image_custom body .wc-app p{font-size:14px;line-height:1.2}body .card.background-image_custom .wc-message-from-me .wc-message-content:before{right:-1px}body .card.background-image_custom .wc-message-from-bot .wc-message-content:before{left:-3px!important}body .card.background-image_custom .wc-message.wc-message-from-bot:before{display:none}body .card.background-image_custom .wc-message-from-bot{margin-left:0}body .card.background-image_custom .wc-message{max-width:100%!important}body .card.background-image_custom .wc-message-content{padding:12px;margin-right:0}body .card.background-image_custom .wc-carousel button.scroll.previous{left:-12px}body .card.background-image_custom .wc-carousel button.scroll.next{right:-12px}body .card.background-image_custom .wc-card>div{padding:10px!important}body .card.background-image_custom .wc-card .ac-image{padding:0;margin:-10px -10px 10px}body .card.background-image_custom .wc-list .wc-adaptive-card{width:100%}body .card.background-image_custom .wc-adaptive-card{width:235px}body .card.background-image_custom .wc-message-wrapper.carousel .wc-message{padding-right:0}.wc-message-groups{overflow:-moz-scrollbars-none;-ms-overflow-style:none}.wc-message-groups::-webkit-scrollbar{width:0!important}}.wc-message.wc-message-from-bot{min-height:40px}@media (max-width: 480px){body .card.background-image_custom .wc-carousel .wc-hscroll>ul>li{width:90%}}body .wc-message-groups{top:10px;margin-bottom:10px}@keyframes fade{0%{opacity:0}90%{opacity:0}to{opacity:1}}/*! Jcrop.css v2.0.4 - build: 20151117
 *  Copyright 2008-2015 Tapmodo Interactive LLC
 *  Free software under MIT License
 **/.jcrop-active{direction:ltr;text-align:left;box-sizing:border-box;-ms-touch-action:none}.jcrop-dragging{-webkit-user-select:none;user-select:none}.jcrop-selection{z-index:2}.jcrop-selection.jcrop-current{z-index:4}.jcrop-border{background:#fff url(Jcrop.7a9c95731b14e08d.gif);line-height:1px!important;font-size:0!important;overflow:hidden;position:absolute;filter:alpha(opacity=50)!important;opacity:.5!important}.jcrop-border.ord-w,.jcrop-border.ord-e,.jcrop-border.ord-n{top:0}.jcrop-border.ord-n,.jcrop-border.ord-s{width:100%;height:1px!important}.jcrop-border.ord-w,.jcrop-border.ord-e{height:100%;width:1px!important}.jcrop-border.ord-e{right:-1px}.jcrop-border.ord-n{top:-1px}.jcrop-border.ord-w{left:-1px}.jcrop-border.ord-s{bottom:-1px}.jcrop-selection{position:absolute}.jcrop-box{z-index:2;display:block;background:none;border:none;padding:0;margin:0;font-size:0}.jcrop-box:hover,.jcrop-box:active{background:none}.jcrop-box:focus{outline:1px rgba(128,128,128,.65) dotted}.jcrop-active,.jcrop-box{position:relative}.jcrop-box{width:100%;height:100%;cursor:move}.jcrop-handle{z-index:4;background-color:#311c1c94;border:1px #eeeeee solid;width:9px;height:9px;font-size:0;position:absolute;filter:alpha(opacity=80)!important;opacity:.8!important}.jcrop-handle.ord-n{left:50%;margin-left:-5px;margin-top:-5px;top:0;cursor:n-resize}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.jcrop-handle.ord-e{margin-right:-5px;margin-top:-5px;right:0;top:50%;cursor:e-resize}.jcrop-handle.ord-w{left:0;margin-left:-5px;margin-top:-5px;top:50%;cursor:w-resize}.jcrop-handle.ord-nw{left:0;margin-left:-5px;margin-top:-5px;top:0;cursor:nw-resize}.jcrop-handle.ord-ne{margin-right:-5px;margin-top:-5px;right:0;top:0;cursor:ne-resize}.jcrop-handle.ord-se{bottom:0;margin-bottom:-5px;margin-right:-5px;right:0;cursor:se-resize}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.jcrop-touch .jcrop-handle{z-index:4;background-color:#311c1c94;border:1px #eeeeee solid;width:18px;height:18px;font-size:0;position:absolute;filter:alpha(opacity=80)!important;opacity:.8!important}.jcrop-touch .jcrop-handle.ord-n{left:50%;margin-left:-10px;margin-top:-10px;top:0;cursor:n-resize}.jcrop-touch .jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-10px;margin-left:-10px;cursor:s-resize}.jcrop-touch .jcrop-handle.ord-e{margin-right:-10px;margin-top:-10px;right:0;top:50%;cursor:e-resize}.jcrop-touch .jcrop-handle.ord-w{left:0;margin-left:-10px;margin-top:-10px;top:50%;cursor:w-resize}.jcrop-touch .jcrop-handle.ord-nw{left:0;margin-left:-10px;margin-top:-10px;top:0;cursor:nw-resize}.jcrop-touch .jcrop-handle.ord-ne{margin-right:-10px;margin-top:-10px;right:0;top:0;cursor:ne-resize}.jcrop-touch .jcrop-handle.ord-se{bottom:0;margin-bottom:-10px;margin-right:-10px;right:0;cursor:se-resize}.jcrop-touch .jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-10px;margin-left:-10px;cursor:sw-resize}.jcrop-dragbar{font-size:0;position:absolute}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:9px!important;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{top:0;height:100%;width:9px!important}.jcrop-dragbar.ord-n{margin-top:-5px;cursor:n-resize;top:0}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-5px;cursor:s-resize}.jcrop-dragbar.ord-e{margin-right:-5px;right:0;cursor:e-resize}.jcrop-dragbar.ord-w{margin-left:-5px;cursor:w-resize}.jcrop-shades{position:relative;top:0;left:0}.jcrop-shades div{cursor:crosshair}.jcrop-noresize .jcrop-dragbar,.jcrop-noresize .jcrop-handle{display:none}.jcrop-selection.jcrop-nodrag .jcrop-box,.jcrop-nodrag .jcrop-shades div{cursor:default}.jcrop-light .jcrop-border{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{background-color:#000;border-color:#fff}.jcrop-dark .jcrop-border{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{background-color:#fff;border-color:#000}.solid-line .jcrop-border{background:#fff}.jcrop-thumb{position:absolute;overflow:hidden;z-index:5}.jcrop-active img,.jcrop-thumb img,.jcrop-thumb canvas{min-width:none;min-height:none;max-width:none;max-height:none}.jcrop-hl-active .jcrop-border{filter:alpha(opacity=20)!important;opacity:.2!important}.jcrop-hl-active .jcrop-handle{filter:alpha(opacity=10)!important;opacity:.1!important}.jcrop-hl-active .jcrop-selection:hover .jcrop-border{background-color:#ccc;filter:alpha(opacity=50)!important;opacity:.5!important}.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border{background:gray url(Jcrop.7a9c95731b14e08d.gif);opacity:.35!important;filter:alpha(opacity=35)!important}.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle{filter:alpha(opacity=30)!important;opacity:.3!important}.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border{background:url(Jcrop.7a9c95731b14e08d.gif);opacity:.65!important;filter:alpha(opacity=65)!important}.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle{filter:alpha(opacity=60)!important;opacity:.6!important}button.jcrop-box{background:none}.ac-image.ac-selectable{cursor:pointer}.ac-image.ac-selectable:hover{background-color:#0000001a}.ac-image.ac-selectable:active{background-color:#00000026}.ac-media-poster.empty{height:200px;background-color:#f2f2f2}.ac-media-playButton{width:56px;height:56px;border:1px solid #EEEEEE;border-radius:28px;box-shadow:0 0 10px #eee;background-color:#ffffffe6;color:#000;cursor:pointer}.ac-media-playButton-arrow{color:#000}.ac-media-playButton:hover{background-color:#fff}.ac-container.ac-selectable,.ac-columnSet.ac-selectable{padding:0;cursor:pointer}.ac-container.ac-selectable:hover,.ac-columnSet.ac-selectable:hover{background-color:#0000001a!important}.ac-container.ac-selectable:active,.ac-columnSet.ac-selectable:active{background-color:#00000026!important}a.ac-anchor{text-decoration:none}a.ac-anchor:link,a.ac-anchor:visited{color:#005a9e}a.ac-anchor:link:active,a.ac-anchor:visited:active{color:#004d84}.ac-pushButton{overflow:hidden;text-overflow:ellipsis;text-align:center;vertical-align:middle;cursor:pointer;font-family:Segoe UI,sans-serif;font-size:14px;font-weight:600;padding:4px 10px 5px;-webkit-user-select:none;user-select:none;background-color:"white";color:#0079db;border:1px solid #B2E0FF}.ac-pushButton:hover{background-color:#0078d7;color:"white";border:1px solid #73C1FD}.ac-pushButton:active{background-color:#464b93;color:"white";border:1px solid #464B93}.ac-pushButton.subdued{color:#666;border:1px solid #EEEEEE}.ac-pushButton.subdued:hover,.ac-pushButton.expanded{background-color:#0078d7;color:"white";border:1px solid #0078D7}.ac-pushButton.expandable:after{font-family:FabricMDL2Icons;font-size:10px;font-weight:900;content:"\e70d"}.ac-pushButton.expandable.expanded:after{content:"\e70e"}.ac-pushButton.style-positive{background-color:#0078d7;color:"white";border:1px solid #0078D7}.ac-pushButton.style-positive:hover,.ac-pushButton.style-positive:active{background-color:#006abc;border:1px solid #006ABC}.ac-pushButton.style-destructive{background-color:#e50000;color:"white";border:1px solid #E50000}.ac-pushButton.style-destructive:hover,.ac-pushButton.style-destructive:active{background-color:#bf0000;border:1px solid #BF0000}.ac-input{font-family:Segoe UI,sans-serif;font-size:14px;color:#000}.ac-input.ac-textInput{resize:none}.ac-input.ac-textInput.ac-multiline{height:72px}.ac-input.ac-textInput,.ac-input.ac-numberInput,.ac-input.ac-dateInput,.ac-input.ac-timeInput{height:31px}.ac-input.ac-textInput,.ac-input.ac-numberInput,.ac-input.ac-dateInput,.ac-input.ac-timeInput,.ac-input.ac-multichoiceInput{border:1px solid #DDDDDD;padding:4px 8px}.ac-input.ac-textInput.ac-choiceSetInput-filtered-dropdown,.ac-input.ac-numberInput.ac-choiceSetInput-filtered-dropdown,.ac-input.ac-dateInput.ac-choiceSetInput-filtered-dropdown,.ac-input.ac-timeInput.ac-choiceSetInput-filtered-dropdown,.ac-input.ac-multichoiceInput.ac-choiceSetInput-filtered-dropdown{background-color:#fff;border-top:0px;display:none;max-height:200px;overflow-y:scroll;padding-top:0;padding-bottom:0;position:absolute;width:100%;z-index:1}.ac-input.ac-textInput.ac-input-validation-failed,.ac-input.ac-numberInput.ac-input-validation-failed,.ac-input.ac-dateInput.ac-input-validation-failed,.ac-input.ac-timeInput.ac-input-validation-failed,.ac-input.ac-multichoiceInput.ac-choiceSetInput-compact.ac-input-validation-failed{border:1px solid red!important}.ac-input.ac-toggleInput.ac-input-validation-failed,.ac-input.ac-choiceSetInput-expanded.ac-input-validation-failed,.ac-input.ac-choiceSetInput-multiSelect.ac-input-validation-failed{outline:1px solid red}.ac-input.ac-choiceSetInput-choice{padding:4px 0;display:flex;width:100%}.ac-input.ac-choiceSetInput-choice.focused{background-color:#deecf9;box-shadow:#deecf9 8px 0,#deecf9 -8px 0;outline:none}.ac-input.ac-choiceSetInput-statusIndicator{background-color:#fff;color:#a19f9d;padding:4px 0;width:100%}.ac-input.ac-choiceSetInput-statusIndicator.ac-choiceSetInput-errorIndicator{color:#605e5c;text-align:center}.ac-input.ac-inputStyle-revealOnHover-onrender{border:1px solid transparent;background-color:#fff}.ac-input.ac-inputStyle-revealOnHover-onrender:hover{border:1px solid #686868!important}.ac-input.ac-inputStyle-revealOnHover-onhover,.ac-input.ac-inputStyle-revealOnHover-onfocus{border:1px solid #DDDDDD}.ac-inlineActionButton{overflow:hidden;text-overflow:ellipsis;text-align:center;vertical-align:middle;cursor:pointer;font-family:Segoe UI,sans-serif;font-size:14px;-webkit-user-select:none;user-select:none;border:none;background-color:transparent;height:31px}.ac-inlineActionButton.textOnly{padding:0 8px}.ac-inlineActionButton.iconOnly{padding:0}.ac-inlineActionButton:hover{background-color:#eee}.ac-inlineActionButton:active{background-color:#ccc}.aaf-progress-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#ff000080;display:flex;justify-content:center;align-items:center}@keyframes aaf-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aaf-spinner{width:100%;height:100%;border-radius:50%;border-width:1.5px;border-style:solid;border-color:#0078d4 #c7e0f4 #c7e0f4 #c7e0f4;animation-name:aaf-spinner-rotate;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.53,.21,.29,.67)}.aaf-refreshButtonHost{border-top:1px solid #F1F1F1}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination-bullet{text-align:center;line-height:20px;font-size:12px;color:#000}.swiper-slide.swiper-slide-active.ac-carousel-page{visibility:visible}.swiper-slide.ac-carousel-page{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center;visibility:hidden}.swiper-button-next.ac-carousel-right:after{font-family:Segoe Fluent Icons;font-size:14px;content:"\edda"}.swiper-button-next.ac-carousel-right:hover{background-color:#00000080;transition:background-color .7s}.swiper-button-next.ac-carousel-right:hover:after{color:#fff;transition:color .7s}.swiper-button-prev.ac-carousel-left:after{font-family:Segoe Fluent Icons;font-size:14px;content:"\edd9"}.swiper-button-prev.ac-carousel-left:hover{background-color:#00000080;transition:background-color .7s}.swiper-button-prev.ac-carousel-left:hover:after{color:#fff;transition:color .7s}.swiper-button-next.ac-carousel-down:after{font-family:Segoe Fluent Icons;font-size:14px;content:"\eddc"}.swiper-button-next.ac-carousel-down:hover{background-color:#00000080;transition:background-color .7s}.swiper-button-next.ac-carousel-down:hover:after{color:#fff;transition:color .7s}.swiper-button-prev.ac-carousel-up:after{font-family:Segoe Fluent Icons;font-size:14px;content:"\eddb"}.swiper-button-prev.ac-carousel-up:hover{background-color:#00000080;transition:background-color .7s}.swiper-button-prev.ac-carousel-up:hover:after{color:#fff;transition:color .7s}.ac-carousel-right,.swiper-rtl.ac-carousel-left{right:0}.ac-carousel-left,.swiper-rtl.ac-carousel-right{left:0}.ac-carousel-up{inset:0 0 auto auto!important;margin:0!important}.ac-carousel-down{inset:auto 0 0 auto!important;margin:0!important}.ac-carousel-pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0}.ac-carousel-pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-vertical{right:0}.ac-container.ac-carousel-page-container{width:100%}.ac-carousel-container{position:relative;padding-left:50px;padding-right:50px;padding-bottom:50px}:root{--swiper-theme-color: #0078D7;--swiper-pagination-bullet-size: 8px;--swiper-pagination-bullet-inactive-color: rgba(0, 0, 0, .2);--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-color: #007aff;--swiper-navigation-size: 44px}@media (forced-colors: active){.swiper-pagination-bullet{background-color:ButtonBorder}}// extracted by mini-css-extract-plugin export{}; .introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td{z-index:9999999!important;position:relative}tr.introjs-showElement>th{z-index:9999999!important;position:relative}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;transition:all .3s ease-out}.introjs-helperLayer *{box-sizing:content-box}.introjs-helperLayer :before{box-sizing:content-box}.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;max-width:300px;border-radius:5px;box-shadow:0 3px 30px #2121214d;transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0 0 2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;box-shadow:0 0 0 .2rem #9e9e9e80;border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{transition:width .1s ease-in;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:#3c3c3c91}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}to{transform:scale(.95);box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:#8888883d;z-index:10;position:absolute;transition:all .2s ease-out;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0}.theme-druid .bs-datepicker-head{background-color:#70b244}.theme-druid .bs-datepicker-body table td span.selected,.theme-druid .bs-datepicker-body table td.selected span,.theme-druid .bs-datepicker-body table td span[class*=select-]:after,.theme-druid .bs-datepicker-body table td[class*=select-] span:after{background-color:#70b244}.theme-druid .bs-datepicker-body table td.week span{color:#70b244}.theme-druid .bs-datepicker-predefined-btns button{background-color:#70b244;color:#fff;margin-left:0!important}.theme-druid .bs-datepicker-predefined-btns button:hover,.theme-druid .bs-datepicker-predefined-btns button:active{background-color:#70b244}.theme-druid bs-days-calendar-view+bs-days-calendar-view{padding-left:1rem}.theme-druid .bs-timepicker-field{width:50px}@media screen and (min-width: 1540px){.datepicker-in-right-side bs-daterangepicker-container{left:-255px!important}}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;inset:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;z-index:1000;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}.cdk-overlay-backdrop-showing{opacity:1}@media (forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@font-face{font-family:Druid-Entities-Icons;src:url(Druid-Entities-Icons.de33fedfef953810.eot?rzmkw3);src:url(Druid-Entities-Icons.de33fedfef953810.eot?rzmkw3#iefix) format("embedded-opentype"),url(Druid-Entities-Icons.4db662ecc3a4f26d.woff2?rzmkw3) format("woff2"),url(Druid-Entities-Icons.e34895cf18d06a93.ttf?rzmkw3) format("truetype"),url(Druid-Entities-Icons.ee46c5705398aed1.woff?rzmkw3) format("woff"),url(Druid-Entities-Icons.546a7f037d84e316.svg?rzmkw3#Entities) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=druid-e-],[class*=" druid-e-"]{font-family:Druid-Entities-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.druid-e-activity-circle:before{content:"\e900"}.druid-e-activity-heart-circle:before{content:"\e901"}.druid-e-activity-heart-square:before{content:"\e902"}.druid-e-activity-notification-circle:before{content:"\e903"}.druid-e-activity-notification-square:before{content:"\e904"}.druid-e-activity-square:before{content:"\e905"}.druid-e-activity-star-circle:before{content:"\e906"}.druid-e-activity-star-square:before{content:"\e907"}.druid-e-address-book:before{content:"\e90a"}.druid-e-airplay-alt:before{content:"\e90b"}.druid-e-airplay:before{content:"\e90e"}.druid-e-alarm-check-alt:before{content:"\e90f"}.druid-e-alarm-check:before{content:"\e910"}.druid-e-alarm-clock-alt:before{content:"\e911"}.druid-e-alarm-clock-empty:before{content:"\e912"}.druid-e-alarm-clock:before{content:"\e913"}.druid-e-alarm-edit:before{content:"\e914"}.druid-e-alarm-minus-alt:before{content:"\e915"}.druid-e-alarm-minus:before{content:"\e916"}.druid-e-alarm-plus-alt:before{content:"\e917"}.druid-e-alarm-plus:before{content:"\e918"}.druid-e-alarm-times-alt:before{content:"\e91a"}.druid-e-alarm-times:before{content:"\e91b"}.druid-e-amazon-pay:before{content:"\e91c"}.druid-e-android:before{content:"\e91d"}.druid-e-angle-down-circle:before{content:"\e91e"}.druid-e-angle-down-small:before{content:"\e91f"}.druid-e-angle-down-square:before{content:"\e920"}.druid-e-angle-down:before{content:"\e921"}.druid-e-angle-left-circle:before{content:"\e922"}.druid-e-angle-left-small:before{content:"\e926"}.druid-e-angle-left-square:before{content:"\e927"}.druid-e-angle-left:before{content:"\e928"}.druid-e-angle-right-circle:before{content:"\e929"}.druid-e-angle-right-small:before{content:"\e92a"}.druid-e-angle-right-square:before{content:"\e92b"}.druid-e-angle-right:before{content:"\e92c"}.druid-e-angle-up-circle:before{content:"\e92d"}.druid-e-angle-up-small:before{content:"\e92e"}.druid-e-angle-up-square:before{content:"\e92f"}.druid-e-angle-up:before{content:"\e930"}.druid-e-angles-down-small:before{content:"\e931"}.druid-e-angles-down-up:before{content:"\e932"}.druid-e-angles-down:before{content:"\e933"}.druid-e-angles-left-right:before{content:"\e934"}.druid-e-angles-left-small:before{content:"\e935"}.druid-e-angles-left:before{content:"\e936"}.druid-e-angles-right-small:before{content:"\e937"}.druid-e-angles-right:before{content:"\e938"}.druid-e-angles-up-small:before{content:"\e939"}.druid-e-angles-up:before{content:"\e93a"}.druid-e-app-store:before{content:"\e93b"}.druid-e-Apple-fruit:before{content:"\e93c"}.druid-e-apple-pay:before{content:"\e93d"}.druid-e-apple:before{content:"\e93e"}.druid-e-archive:before{content:"\e93f"}.druid-e-archway:before{content:"\e940"}.druid-e-arrow-back-alt:before{content:"\e941"}.druid-e-arrow-back-circle-alt:before{content:"\e942"}.druid-e-arrow-back-circle:before{content:"\e943"}.druid-e-arrow-back-square-alt:before{content:"\e944"}.druid-e-arrow-back-square:before{content:"\e945"}.druid-e-arrow-back:before{content:"\e946"}.druid-e-arrow-down-arrow-up-circle:before{content:"\e947"}.druid-e-arrow-down-arrow-up-square:before{content:"\e948"}.druid-e-arrow-down-arrow-up:before{content:"\e949"}.druid-e-arrow-down-circle:before{content:"\e94a"}.druid-e-arrow-down-from-line:before{content:"\e94b"}.druid-e-arrow-down-left-circle:before{content:"\e94c"}.druid-e-arrow-down-left-small:before{content:"\e94d"}.druid-e-arrow-down-left-square:before{content:"\e94e"}.druid-e-arrow-down-left:before{content:"\e94f"}.druid-e-arrow-down-right-circle:before{content:"\e950"}.druid-e-arrow-down-right-small:before{content:"\e951"}.druid-e-arrow-down-right-square:before{content:"\e952"}.druid-e-arrow-down-right:before{content:"\e953"}.druid-e-arrow-down-small:before{content:"\e954"}.druid-e-arrow-down-square:before{content:"\e955"}.druid-e-arrow-down-to-line:before{content:"\e956"}.druid-e-arrow-down:before{content:"\e957"}.druid-e-arrow-export:before{content:"\e958"}.druid-e-arrow-forward-alt:before{content:"\e959"}.druid-e-arrow-forward-circle-alt:before{content:"\e95a"}.druid-e-arrow-forward-circle:before{content:"\e95b"}.druid-e-arrow-forward-square-alt:before{content:"\e95c"}.druid-e-arrow-forward-square:before{content:"\e95d"}.druid-e-arrow-forward:before{content:"\e95e"}.druid-e-arrow-import:before{content:"\e95f"}.druid-e-arrow-left-arrow-right-circle:before{content:"\e960"}.druid-e-arrow-left-arrow-right-square:before{content:"\e961"}.druid-e-arrow-left-arrow-right:before{content:"\e962"}.druid-e-arrow-left-circle:before{content:"\e963"}.druid-e-arrow-left-from-line:before{content:"\e964"}.druid-e-arrow-left-small:before{content:"\e965"}.druid-e-arrow-left-square:before{content:"\e966"}.druid-e-arrow-left-to-line:before{content:"\e967"}.druid-e-arrow-left:before{content:"\e968"}.druid-e-arrow-reply:before{content:"\e969"}.druid-e-arrow-right-circle:before{content:"\e96a"}.druid-e-arrow-right-from-line:before{content:"\e96b"}.druid-e-arrow-right-small:before{content:"\e96c"}.druid-e-arrow-right-square:before{content:"\e96d"}.druid-e-arrow-right-to-line:before{content:"\e96e"}.druid-e-arrow-right:before{content:"\e96f"}.druid-e-arrow-share:before{content:"\e970"}.druid-e-arrow-turn-down-left:before{content:"\e971"}.druid-e-arrow-turn-down-right:before{content:"\e972"}.druid-e-arrow-turn-left-down:before{content:"\e973"}.druid-e-arrow-turn-left-up:before{content:"\e974"}.druid-e-arrow-turn-right-down:before{content:"\e975"}.druid-e-arrow-turn-right-up:before{content:"\e976"}.druid-e-arrow-turn-up-left:before{content:"\e977"}.druid-e-arrow-turn-up-right:before{content:"\e978"}.druid-e-arrow-up-circle:before{content:"\e979"}.druid-e-arrow-up-from-line:before{content:"\e97a"}.druid-e-arrow-up-left-circle:before{content:"\e97b"}.druid-e-arrow-up-left-small:before{content:"\e97c"}.druid-e-arrow-up-left-square:before{content:"\e97d"}.druid-e-arrow-up-left:before{content:"\e97e"}.druid-e-arrow-up-right-circle:before{content:"\e97f"}.druid-e-arrow-up-right-small:before{content:"\e980"}.druid-e-arrow-up-right-square:before{content:"\e981"}.druid-e-arrow-up-right:before{content:"\e982"}.druid-e-arrow-up-small:before{content:"\e983"}.druid-e-arrow-up-square:before{content:"\e984"}.druid-e-arrow-up-to-line:before{content:"\e985"}.druid-e-arrow-up:before{content:"\e986"}.druid-e-arrows-compress:before{content:"\e987"}.druid-e-arrows-expand:before{content:"\e988"}.druid-e-arrows-left-right:before{content:"\e989"}.druid-e-arrows-move:before{content:"\e98a"}.druid-e-arrows-repeat-circle:before{content:"\e98b"}.druid-e-arrows-repeat-square:before{content:"\e98c"}.druid-e-arrows-repeat:before{content:"\e98d"}.druid-e-arrows-up-down:before{content:"\e98e"}.druid-e-at:before{content:"\e98f"}.druid-e-atom:before{content:"\e990"}.druid-e-award-check:before{content:"\e991"}.druid-e-award-star:before{content:"\e992"}.druid-e-award:before{content:"\e993"}.druid-e-backpack:before{content:"\e994"}.druid-e-backward:before{content:"\e995"}.druid-e-badge-check:before{content:"\e996"}.druid-e-badge-discount-alt:before{content:"\e997"}.druid-e-badge-discount:before{content:"\e998"}.druid-e-badge-dollar:before{content:"\e999"}.druid-e-badge-like:before{content:"\e99a"}.druid-e-badge:before{content:"\e99b"}.druid-e-baguette:before{content:"\e99c"}.druid-e-ban:before{content:"\e99d"}.druid-e-bandage:before{content:"\e99e"}.druid-e-bank:before{content:"\e99f"}.druid-e-baseball-bat-ball:before{content:"\e9a0"}.druid-e-baseball:before{content:"\e9a1"}.druid-e-basketball-hoop:before{content:"\e9a2"}.druid-e-basketball:before{content:"\e9a3"}.druid-e-battery-bolt:before{content:"\e9a4"}.druid-e-battery-empty:before{content:"\e9a5"}.druid-e-battery-full:before{content:"\e9a6"}.druid-e-battery-half:before{content:"\e9a7"}.druid-e-bed-front:before{content:"\e9a8"}.druid-e-bed:before{content:"\e9a9"}.druid-e-behance:before{content:"\e9aa"}.druid-e-bell-exclamation:before{content:"\e9ab"}.druid-e-bell-minus:before{content:"\e9ac"}.druid-e-bell-notification:before{content:"\e9ad"}.druid-e-bell-on:before{content:"\e9ae"}.druid-e-bell-plus:before{content:"\e9af"}.druid-e-bell-slash:before{content:"\e9b0"}.druid-e-bell-times:before{content:"\e9b1"}.druid-e-bell:before{content:"\e9b2"}.druid-e-bezier:before{content:"\e9b3"}.druid-e-billiard-ball:before{content:"\e9b4"}.druid-e-bitcoin-circle:before{content:"\e9b5"}.druid-e-bitcoin-square:before{content:"\e9b6"}.druid-e-bitcoin:before{content:"\e9b7"}.druid-e-blogger:before{content:"\e9b8"}.druid-e-bluetooth:before{content:"\e9b9"}.druid-e-bolt-alt:before{content:"\e9ba"}.druid-e-bolt-circle-alt:before{content:"\e9bb"}.druid-e-bolt-circle:before{content:"\e9bc"}.druid-e-bolt-slash-alt:before{content:"\e9bd"}.druid-e-bolt-slash:before{content:"\e9be"}.druid-e-bolt-square-alt:before{content:"\e9bf"}.druid-e-bolt-square:before{content:"\e9c0"}.druid-e-bolt:before{content:"\e9c1"}.druid-e-bone-break:before{content:"\e9c2"}.druid-e-bone:before{content:"\e9c3"}.druid-e-book-alt:before{content:"\e9c4"}.druid-e-book-bookmark:before{content:"\e9c5"}.druid-e-book-empty:before{content:"\e9c6"}.druid-e-book-open-bookmark:before{content:"\e9c7"}.druid-e-book-open-reader:before{content:"\e9c8"}.druid-e-book-open-text:before{content:"\e9c9"}.druid-e-book-open:before{content:"\e9ca"}.druid-e-book-text:before{content:"\e9cb"}.druid-e-book:before{content:"\e9cc"}.druid-e-bookmark-check:before{content:"\e9cd"}.druid-e-bookmark-heart:before{content:"\e9ce"}.druid-e-bookmark-minus:before{content:"\e9cf"}.druid-e-bookmark-plus:before{content:"\e9d0"}.druid-e-bookmark-settings:before{content:"\e9d1"}.druid-e-bookmark-star:before{content:"\e9d2"}.druid-e-bookmark-times:before{content:"\e9d3"}.druid-e-bookmark-user:before{content:"\e9d4"}.druid-e-bookmark:before{content:"\e9d5"}.druid-e-bookmarks-check:before{content:"\e9d6"}.druid-e-bookmarks-heart:before{content:"\e9d7"}.druid-e-bookmarks-minus:before{content:"\e9d8"}.druid-e-bookmarks-plus:before{content:"\e9d9"}.druid-e-bookmarks-settings:before{content:"\e9da"}.druid-e-bookmarks-star:before{content:"\e9db"}.druid-e-bookmarks-times:before{content:"\e9dc"}.druid-e-bookmarks-user:before{content:"\e9dd"}.druid-e-bookmarks:before{content:"\e9de"}.druid-e-books:before{content:"\e9df"}.druid-e-bowl-hot:before{content:"\e9e0"}.druid-e-bowl-spoon:before{content:"\e9e1"}.druid-e-bowling-ball:before{content:"\e9e2"}.druid-e-box-check:before{content:"\e9e3"}.druid-e-box-minus:before{content:"\e9e4"}.druid-e-box-plus:before{content:"\e9e5"}.druid-e-box-search:before{content:"\e9e6"}.druid-e-box-times:before{content:"\e9e7"}.druid-e-box:before{content:"\e9e8"}.druid-e-boxes:before{content:"\e9e9"}.druid-e-boxing-glove:before{content:"\e9ea"}.druid-e-brain:before{content:"\e9eb"}.druid-e-bread-slice:before{content:"\e9ec"}.druid-e-briefcase-check:before{content:"\e9ed"}.druid-e-briefcase-minus:before{content:"\e9ee"}.druid-e-briefcase-money:before{content:"\e9ef"}.druid-e-briefcase-plus:before{content:"\e9f0"}.druid-e-briefcase-times:before{content:"\e9f1"}.druid-e-briefcase:before{content:"\e9f2"}.druid-e-brush-alt:before{content:"\e9f3"}.druid-e-brush:before{content:"\e9f4"}.druid-e-bug-slash:before{content:"\e9f5"}.druid-e-bug:before{content:"\e9f6"}.druid-e-building-coins:before{content:"\e9f7"}.druid-e-building-tree:before{content:"\e9f8"}.druid-e-building:before{content:"\e9f9"}.druid-e-buildings-alt:before{content:"\e9fa"}.druid-e-buildings:before{content:"\e9fb"}.druid-e-burger-lettuce:before{content:"\e9fc"}.druid-e-burger:before{content:"\e9fd"}.druid-e-bus:before{content:"\e9fe"}.druid-e-cabinet-filing:before{content:"\e9ff"}.druid-e-cake-slice:before{content:"\ea00"}.druid-e-cake:before{content:"\ea01"}.druid-e-calculator-simple:before{content:"\ea02"}.druid-e-calculator:before{content:"\ea03"}.druid-e-calendar-check-alt:before{content:"\ea04"}.druid-e-calendar-check:before{content:"\ea05"}.druid-e-calendar-clock:before{content:"\ea06"}.druid-e-calendar-edit:before{content:"\ea07"}.druid-e-calendar-empty-alt:before{content:"\ea08"}.druid-e-calendar-empty:before{content:"\ea09"}.druid-e-calendar-heart:before{content:"\ea0a"}.druid-e-calendar-lock:before{content:"\ea0b"}.druid-e-calendar-minus-alt:before{content:"\ea0c"}.druid-e-calendar-minus:before{content:"\ea0d"}.druid-e-calendar-plus-alt:before{content:"\ea0e"}.druid-e-calendar-plus:before{content:"\ea0f"}.druid-e-calendar-search:before{content:"\ea10"}.druid-e-calendar-star:before{content:"\ea11"}.druid-e-calendar-times-alt:before{content:"\ea12"}.druid-e-calendar-times:before{content:"\ea13"}.druid-e-calendar:before{content:"\ea14"}.druid-e-camera-circle:before{content:"\ea15"}.druid-e-camera-rotate:before{content:"\ea16"}.druid-e-camera-slash:before{content:"\ea17"}.druid-e-camera-square:before{content:"\ea18"}.druid-e-camera:before{content:"\ea19"}.druid-e-candy-cane:before{content:"\ea1a"}.druid-e-candy:before{content:"\ea1b"}.druid-e-caret-down-circle:before{content:"\ea1c"}.druid-e-caret-down-square:before{content:"\ea1d"}.druid-e-caret-down:before{content:"\ea1e"}.druid-e-caret-left-circle:before{content:"\ea1f"}.druid-e-caret-left-square:before{content:"\ea20"}.druid-e-caret-left:before{content:"\ea21"}.druid-e-caret-right-circle:before{content:"\ea22"}.druid-e-caret-right-square:before{content:"\ea23"}.druid-e-caret-right:before{content:"\ea24"}.druid-e-caret-up-circle:before{content:"\ea25"}.druid-e-caret-up-square:before{content:"\ea26"}.druid-e-caret-up:before{content:"\ea27"}.druid-e-carrot:before{content:"\ea28"}.druid-e-castle:before{content:"\ea29"}.druid-e-certificate:before{content:"\ea2a"}.druid-e-chart-bar-alt:before{content:"\ea2b"}.druid-e-chart-bar-circle:before{content:"\ea2c"}.druid-e-chart-bar-horizontal:before{content:"\ea2d"}.druid-e-chart-bar-square:before{content:"\ea2e"}.druid-e-chart-bar-vertical:before{content:"\ea2f"}.druid-e-chart-bar:before{content:"\ea30"}.druid-e-chart-line-dots:before{content:"\ea31"}.druid-e-chart-line-down:before{content:"\ea32"}.druid-e-chart-line-up:before{content:"\ea33"}.druid-e-chart-line:before{content:"\ea34"}.druid-e-chart-pie:before{content:"\ea35"}.druid-e-chart-pyramid:before{content:"\ea36"}.druid-e-chart-trend-down:before{content:"\ea37"}.druid-e-chart-trend-up:before{content:"\ea38"}.druid-e-chat-activity:before{content:"\ea39"}.druid-e-chat-check-alt:before{content:"\ea3a"}.druid-e-chat-check:before{content:"\ea3b"}.druid-e-chat-clock:before{content:"\ea3c"}.druid-e-chat-code:before{content:"\ea3d"}.druid-e-chat-dots-check:before{content:"\ea3e"}.druid-e-chat-dots-minus:before{content:"\ea3f"}.druid-e-chat-dots-notification:before{content:"\ea40"}.druid-e-chat-dots-plus:before{content:"\ea41"}.druid-e-chat-dots-times:before{content:"\ea42"}.druid-e-chat-dots:before{content:"\ea43"}.druid-e-chat-edit:before{content:"\ea44"}.druid-e-chat-exclamation:before{content:"\ea45"}.druid-e-chat-heart:before{content:"\ea46"}.druid-e-chat-info:before{content:"\ea47"}.druid-e-chat-lock:before{content:"\ea48"}.druid-e-chat-minus-alt:before{content:"\ea49"}.druid-e-chat-minus:before{content:"\ea4a"}.druid-e-chat-notification:before{content:"\ea4b"}.druid-e-chat-plus-alt:before{content:"\ea4c"}.druid-e-chat-plus:before{content:"\ea4d"}.druid-e-chat-question:before{content:"\ea4e"}.druid-e-chat-search:before{content:"\ea4f"}.druid-e-chat-settings:before{content:"\ea50"}.druid-e-chat-shield:before{content:"\ea51"}.druid-e-chat-star:before{content:"\ea52"}.druid-e-chat-text-check:before{content:"\ea53"}.druid-e-chat-text-minus:before{content:"\ea54"}.druid-e-chat-text-notification:before{content:"\ea55"}.druid-e-chat-text-plus:before{content:"\ea56"}.druid-e-chat-text-times:before{content:"\ea57"}.druid-e-chat-text:before{content:"\ea58"}.druid-e-chat-times-alt:before{content:"\ea59"}.druid-e-chat-times:before{content:"\ea5a"}.druid-e-chat:before{content:"\ea5b"}.druid-e-chats-dots:before{content:"\ea5c"}.druid-e-chats-text:before{content:"\ea5d"}.druid-e-chats:before{content:"\ea5e"}.druid-e-check-circle:before{content:"\ea5f"}.druid-e-check-double:before{content:"\ea60"}.druid-e-check-square:before{content:"\ea61"}.druid-e-check:before{content:"\ea62"}.druid-e-checkbox-square-fill:before{content:"\ea63"}.druid-e-cheese:before{content:"\ea64"}.druid-e-chicken-leg:before{content:"\ea65"}.druid-e-chromecast:before{content:"\ea66"}.druid-e-cleaver:before{content:"\ea67"}.druid-e-clipboard-check:before{content:"\ea68"}.druid-e-clipboard-edit:before{content:"\ea69"}.druid-e-clipboard-heart:before{content:"\ea6a"}.druid-e-clipboard-list-check:before{content:"\ea6b"}.druid-e-clipboard-list:before{content:"\ea6c"}.druid-e-clipboard-minus:before{content:"\ea6d"}.druid-e-clipboard-plus:before{content:"\ea6e"}.druid-e-clipboard-search:before{content:"\ea6f"}.druid-e-clipboard-star:before{content:"\ea70"}.druid-e-clipboard-text:before{content:"\ea71"}.druid-e-clipboard-times:before{content:"\ea72"}.druid-e-clipboard:before{content:"\ea73"}.druid-e-clock-alt:before{content:"\ea74"}.druid-e-clock-square-alt:before{content:"\ea75"}.druid-e-clock-square:before{content:"\ea76"}.druid-e-clock:before{content:"\ea77"}.druid-e-closed-captioning:before{content:"\ea78"}.druid-e-cloud-check:before{content:"\ea79"}.druid-e-cloud-connection:before{content:"\ea7a"}.druid-e-cloud-download:before{content:"\ea7b"}.druid-e-cloud-lock:before{content:"\ea7c"}.druid-e-cloud-minus:before{content:"\ea7d"}.druid-e-cloud-plus:before{content:"\ea7e"}.druid-e-cloud-share:before{content:"\ea7f"}.druid-e-cloud-shield:before{content:"\ea80"}.druid-e-cloud-slash:before{content:"\ea81"}.druid-e-cloud-times:before{content:"\ea82"}.druid-e-cloud-upload:before{content:"\ea83"}.druid-e-cloud:before{content:"\ea84"}.druid-e-code-circle:before{content:"\ea85"}.druid-e-code-square:before{content:"\ea86"}.druid-e-code:before{content:"\ea87"}.druid-e-coffee-bean:before{content:"\ea88"}.druid-e-coin-card-transfer:before{content:"\ea89"}.druid-e-coin-convert:before{content:"\ea8a"}.druid-e-coin:before{content:"\ea8b"}.druid-e-coins:before{content:"\ea8c"}.druid-e-comment-activity:before{content:"\ea8d"}.druid-e-comment-check-alt:before{content:"\ea8e"}.druid-e-comment-check:before{content:"\ea8f"}.druid-e-comment-clock:before{content:"\ea90"}.druid-e-comment-code:before{content:"\ea91"}.druid-e-comment-dots-check:before{content:"\ea92"}.druid-e-comment-dots-minus:before{content:"\ea93"}.druid-e-comment-dots-notification:before{content:"\ea94"}.druid-e-comment-dots-plus:before{content:"\ea95"}.druid-e-comment-dots-times:before{content:"\ea96"}.druid-e-comment-dots:before{content:"\ea97"}.druid-e-comment-edit:before{content:"\ea98"}.druid-e-comment-exclamation:before{content:"\ea99"}.druid-e-comment-heart:before{content:"\ea9a"}.druid-e-comment-info:before{content:"\ea9b"}.druid-e-comment-lock:before{content:"\ea9c"}.druid-e-comment-minus-alt:before{content:"\ea9d"}.druid-e-comment-minus:before{content:"\ea9e"}.druid-e-comment-notification:before{content:"\ea9f"}.druid-e-comment-plus-alt:before{content:"\eaa0"}.druid-e-comment-plus:before{content:"\eaa1"}.druid-e-comment-question:before{content:"\eaa2"}.druid-e-comment-search:before{content:"\eaa3"}.druid-e-comment-settings:before{content:"\eaa4"}.druid-e-comment-shield:before{content:"\eaa5"}.druid-e-comment-star:before{content:"\eaa6"}.druid-e-comment-text-check:before{content:"\eaa7"}.druid-e-comment-text-minus:before{content:"\eaa8"}.druid-e-comment-text-notification:before{content:"\eaa9"}.druid-e-comment-text-plus:before{content:"\eaaa"}.druid-e-comment-text-times:before{content:"\eaab"}.druid-e-comment-text:before{content:"\eaac"}.druid-e-comment-times-alt:before{content:"\eaad"}.druid-e-comment-times:before{content:"\eaae"}.druid-e-comment:before{content:"\eaaf"}.druid-e-comments-dots:before{content:"\eab0"}.druid-e-comments-text:before{content:"\eab1"}.druid-e-comments:before{content:"\eab2"}.druid-e-compass-needle:before{content:"\eab3"}.druid-e-compass:before{content:"\eab4"}.druid-e-compress:before{content:"\eab5"}.druid-e-contrast:before{content:"\eab6"}.druid-e-copy-alt:before{content:"\eab7"}.druid-e-copy-check:before{content:"\eab8"}.druid-e-copy-plus:before{content:"\eab9"}.druid-e-copy:before{content:"\eaba"}.druid-e-copyright-circle:before{content:"\eabb"}.druid-e-copyright-square:before{content:"\eabc"}.druid-e-coupon-heart:before{content:"\eabd"}.druid-e-coupon-percent:before{content:"\eabe"}.druid-e-coupon-star:before{content:"\eabf"}.druid-e-coupon:before{content:"\eac0"}.druid-e-cpu:before{content:"\eac1"}.druid-e-credit-card-ban:before{content:"\eac2"}.druid-e-credit-card-change:before{content:"\eac3"}.druid-e-credit-card-check:before{content:"\eac4"}.druid-e-credit-card-convert:before{content:"\eac5"}.druid-e-credit-card-edit:before{content:"\eac6"}.druid-e-credit-card-minus:before{content:"\eac7"}.druid-e-credit-card-plus:before{content:"\eac8"}.druid-e-credit-card-slash:before{content:"\eac9"}.druid-e-credit-card-times:before{content:"\eaca"}.druid-e-credit-card:before{content:"\eacb"}.druid-e-croissant:before{content:"\eacc"}.druid-e-crown-alt:before{content:"\eacd"}.druid-e-crown:before{content:"\eace"}.druid-e-cup-straw:before{content:"\eacf"}.druid-e-cursor-click:before{content:"\ead0"}.druid-e-cursor:before{content:"\ead1"}.druid-e-cycling:before{content:"\ead2"}.druid-e-database:before{content:"\ead3"}.druid-e-delete-left:before{content:"\ead4"}.druid-e-delete-right:before{content:"\ead5"}.druid-e-delivery-cart-arrow-down:before{content:"\ead6"}.druid-e-delivery-cart-arrow-up:before{content:"\ead7"}.druid-e-delivery-cart:before{content:"\ead8"}.druid-e-desktop-code:before{content:"\ead9"}.druid-e-desktop-mobile:before{content:"\eada"}.druid-e-desktop:before{content:"\eadb"}.druid-e-deviantart:before{content:"\eadc"}.druid-e-diamond-exclamation:before{content:"\eadd"}.druid-e-diamond:before{content:"\eade"}.druid-e-disc:before{content:"\eadf"}.druid-e-discord:before{content:"\eae0"}.druid-e-dislike-circle:before{content:"\eae1"}.druid-e-dislike-square:before{content:"\eae2"}.druid-e-dislike-tag:before{content:"\eae3"}.druid-e-dislike:before{content:"\eae4"}.druid-e-dna:before{content:"\eae5"}.druid-e-document-list-check:before{content:"\eae6"}.druid-e-document-list:before{content:"\eae7"}.druid-e-document:before{content:"\eae8"}.druid-e-dollar-circle:before{content:"\eae9"}.druid-e-dollar-receive-circle:before{content:"\eaea"}.druid-e-dollar-receive-square:before{content:"\eaeb"}.druid-e-dollar-send-circle:before{content:"\eaec"}.druid-e-dollar-send-square:before{content:"\eaed"}.druid-e-dollar-square:before{content:"\eaee"}.druid-e-dollar:before{content:"\eaef"}.druid-e-donut:before{content:"\eaf0"}.druid-e-door-closed:before{content:"\eaf1"}.druid-e-door-open:before{content:"\eaf2"}.druid-e-download-alt:before{content:"\eaf3"}.druid-e-download:before{content:"\eaf4"}.druid-e-drag-horizontal:before{content:"\eaf5"}.druid-e-drag-lines-horizontal:before{content:"\eaf6"}.druid-e-drag-lines-vertical:before{content:"\eaf7"}.druid-e-drag-vertical:before{content:"\eaf8"}.druid-e-dribbble:before{content:"\eaf9"}.druid-e-droplet-slash:before{content:"\eafa"}.druid-e-droplet:before{content:"\eafb"}.druid-e-dumbbell:before{content:"\eafc"}.druid-e-edit:before{content:"\eafd"}.druid-e-egg-fried:before{content:"\eafe"}.druid-e-egg:before{content:"\eaff"}.druid-e-eject:before{content:"\eb00"}.druid-e-envelope-ban:before{content:"\eb01"}.druid-e-envelope-check:before{content:"\eb02"}.druid-e-envelope-clock:before{content:"\eb03"}.druid-e-envelope-edit:before{content:"\eb04"}.druid-e-envelope-eye:before{content:"\eb05"}.druid-e-envelope-heart:before{content:"\eb06"}.druid-e-envelope-lock:before{content:"\eb07"}.druid-e-envelope-minus:before{content:"\eb08"}.druid-e-envelope-notification:before{content:"\eb09"}.druid-e-envelope-open:before{content:"\eb0a"}.druid-e-envelope-plus:before{content:"\eb0b"}.druid-e-envelope-search:before{content:"\eb0c"}.druid-e-envelope-settings:before{content:"\eb0d"}.druid-e-envelope-shield:before{content:"\eb0e"}.druid-e-envelope-star:before{content:"\eb0f"}.druid-e-envelope-times:before{content:"\eb10"}.druid-e-envelope:before{content:"\eb11"}.druid-e-envelopes:before{content:"\eb12"}.druid-e-ethereum-circle:before{content:"\eb13"}.druid-e-ethereum-square:before{content:"\eb14"}.druid-e-ethereum:before{content:"\eb15"}.druid-e-euro-circle:before{content:"\eb16"}.druid-e-euro-square:before{content:"\eb17"}.druid-e-euro:before{content:"\eb18"}.druid-e-exchange-horizontal-circle:before{content:"\eb19"}.druid-e-exchange-horizontal-square:before{content:"\eb1a"}.druid-e-exchange-horizontal:before{content:"\eb1b"}.druid-e-exchange-vertical-circle:before{content:"\eb1c"}.druid-e-exchange-vertical-square:before{content:"\eb1d"}.druid-e-exchange-vertical:before{content:"\eb1e"}.druid-e-exclamation-circle:before{content:"\eb1f"}.druid-e-exclamation-square:before{content:"\eb20"}.druid-e-expand:before{content:"\eb21"}.druid-e-eye-closed:before{content:"\eb22"}.druid-e-eye-slash:before{content:"\eb23"}.druid-e-eye:before{content:"\eb24"}.druid-e-face-angry:before{content:"\eb25"}.druid-e-face-confused:before{content:"\eb26"}.druid-e-face-diagonal-mouth:before{content:"\eb27"}.druid-e-face-dizzy:before{content:"\eb28"}.druid-e-face-drooling:before{content:"\eb29"}.druid-e-face-expressionless:before{content:"\eb2a"}.druid-e-face-eyes-times:before{content:"\eb2b"}.druid-e-face-frown:before{content:"\eb2c"}.druid-e-face-grin-hearts:before{content:"\eb2d"}.druid-e-face-grin-stars:before{content:"\eb2e"}.druid-e-face-grin-sweat:before{content:"\eb2f"}.druid-e-face-laugh-relaxed:before{content:"\eb30"}.druid-e-face-laugh-tears:before{content:"\eb31"}.druid-e-face-laugh:before{content:"\eb32"}.druid-e-face-mask:before{content:"\eb33"}.druid-e-face-meh-blank:before{content:"\eb34"}.druid-e-face-meh:before{content:"\eb35"}.druid-e-face-sad-tear:before{content:"\eb36"}.druid-e-face-sleeping:before{content:"\eb37"}.druid-e-face-smile-upside-down:before{content:"\eb38"}.druid-e-face-smile-wink:before{content:"\eb39"}.druid-e-face-smile:before{content:"\eb3a"}.druid-e-face-smirking:before{content:"\eb3b"}.druid-e-face-surprise:before{content:"\eb3c"}.druid-e-face-tired:before{content:"\eb3d"}.druid-e-face-unamused:before{content:"\eb3e"}.druid-e-facebook-f:before{content:"\eb3f"}.druid-e-facebook-messenger:before{content:"\eb40"}.druid-e-facebook:before{content:"\eb41"}.druid-e-fast-backward:before{content:"\eb42"}.druid-e-fast-forward:before{content:"\eb43"}.druid-e-figma:before{content:"\eb44"}.druid-e-file-ban:before{content:"\eb45"}.druid-e-file-check:before{content:"\eb46"}.druid-e-file-clock:before{content:"\eb47"}.druid-e-file-code:before{content:"\eb48"}.druid-e-file-copy:before{content:"\eb49"}.druid-e-file-download:before{content:"\eb4a"}.druid-e-file-edit:before{content:"\eb4b"}.druid-e-file-export-alt:before{content:"\eb4c"}.druid-e-file-export:before{content:"\eb4d"}.druid-e-file-heart:before{content:"\eb4e"}.druid-e-file-import-alt:before{content:"\eb4f"}.druid-e-file-import:before{content:"\eb50"}.druid-e-file-list-ban:before{content:"\eb51"}.druid-e-file-list-check:before{content:"\eb52"}.druid-e-file-list-edit:before{content:"\eb53"}.druid-e-file-list-heart:before{content:"\eb54"}.druid-e-file-list-lock:before{content:"\eb55"}.druid-e-file-list-minus:before{content:"\eb56"}.druid-e-file-list-plus:before{content:"\eb57"}.druid-e-file-list-search:before{content:"\eb58"}.druid-e-file-list-shield:before{content:"\eb59"}.druid-e-file-list-star:before{content:"\eb5a"}.druid-e-file-list-times:before{content:"\eb5b"}.druid-e-file-list:before{content:"\eb5c"}.druid-e-file-lock:before{content:"\eb5d"}.druid-e-file-minus:before{content:"\eb5e"}.druid-e-file-music:before{content:"\eb5f"}.druid-e-file-plus:before{content:"\eb60"}.druid-e-file-search:before{content:"\eb61"}.druid-e-file-settings:before{content:"\eb62"}.druid-e-file-shield:before{content:"\eb63"}.druid-e-file-star:before{content:"\eb64"}.druid-e-file-text-ban:before{content:"\eb65"}.druid-e-file-text-check:before{content:"\eb66"}.druid-e-file-text-edit:before{content:"\eb67"}.druid-e-file-text-heart:before{content:"\eb68"}.druid-e-file-text-lock:before{content:"\eb69"}.druid-e-file-text-minus:before{content:"\eb6a"}.druid-e-file-text-plus:before{content:"\eb6b"}.druid-e-file-text-search:before{content:"\eb6c"}.druid-e-file-text-shield:before{content:"\eb6d"}.druid-e-file-text-star:before{content:"\eb6e"}.druid-e-file-text-times:before{content:"\eb6f"}.druid-e-file-text:before{content:"\eb70"}.druid-e-file-times:before{content:"\eb71"}.druid-e-file-upload:before{content:"\eb72"}.druid-e-file-user:before{content:"\eb73"}.druid-e-file:before{content:"\eb74"}.druid-e-film:before{content:"\eb75"}.druid-e-filter-check:before{content:"\eb76"}.druid-e-filter-minus:before{content:"\eb77"}.druid-e-filter-plus:before{content:"\eb78"}.druid-e-filter-times:before{content:"\eb79"}.druid-e-filter:before{content:"\eb7a"}.druid-e-fingerprint-viewfinder:before{content:"\eb7b"}.druid-e-fingerprint:before{content:"\eb7c"}.druid-e-fire:before{content:"\eb7d"}.druid-e-fish:before{content:"\eb7e"}.druid-e-flag-triangle:before{content:"\eb7f"}.druid-e-flag:before{content:"\eb80"}.druid-e-flashlight:before{content:"\eb81"}.druid-e-flask-round:before{content:"\eb82"}.druid-e-flask:before{content:"\eb83"}.druid-e-floppy-disk:before{content:"\eb84"}.druid-e-folder-alt:before{content:"\eb85"}.druid-e-folder-ban:before{content:"\eb86"}.druid-e-folder-check:before{content:"\eb87"}.druid-e-folder-clock:before{content:"\eb88"}.druid-e-folder-code:before{content:"\eb89"}.druid-e-folder-connection:before{content:"\eb8a"}.druid-e-folder-download:before{content:"\eb8b"}.druid-e-folder-edit:before{content:"\eb8c"}.druid-e-folder-export:before{content:"\eb8d"}.druid-e-folder-heart:before{content:"\eb8e"}.druid-e-folder-import:before{content:"\eb8f"}.druid-e-folder-lock:before{content:"\eb90"}.druid-e-folder-minus:before{content:"\eb91"}.druid-e-folder-music:before{content:"\eb92"}.druid-e-folder-open:before{content:"\eb93"}.druid-e-folder-plus:before{content:"\eb94"}.druid-e-folder-search:before{content:"\eb95"}.druid-e-folder-settings:before{content:"\eb96"}.druid-e-folder-shield:before{content:"\eb97"}.druid-e-folder-star:before{content:"\eb98"}.druid-e-folder-times:before{content:"\eb99"}.druid-e-folder-upload:before{content:"\eb9a"}.druid-e-folder-user:before{content:"\eb9b"}.druid-e-folder:before{content:"\eb9c"}.druid-e-food-tray:before{content:"\eb9d"}.druid-e-football-helmet:before{content:"\eb9e"}.druid-e-football-shirt:before{content:"\eb9f"}.druid-e-football:before{content:"\eba0"}.druid-e-fork-knife-alt:before{content:"\eba1"}.druid-e-fork-knife:before{content:"\eba2"}.druid-e-fork-spoon:before{content:"\eba3"}.druid-e-forward:before{content:"\eba4"}.druid-e-game-controller:before{content:"\eba5"}.druid-e-gift:before{content:"\eba6"}.druid-e-github:before{content:"\eba7"}.druid-e-glass:before{content:"\eba8"}.druid-e-glasses:before{content:"\eba9"}.druid-e-globe-earth:before{content:"\ebaa"}.druid-e-globe-stand:before{content:"\ebab"}.druid-e-globe:before{content:"\ebac"}.druid-e-golf-ball:before{content:"\ebad"}.druid-e-google-play:before{content:"\ebae"}.druid-e-google:before{content:"\ebaf"}.druid-e-graduation-cap:before{content:"\ebb0"}.druid-e-grid-1:before{content:"\ebb1"}.druid-e-grid-2:before{content:"\ebb2"}.druid-e-grid-circle:before{content:"\ebb3"}.druid-e-grid-dividers:before{content:"\ebb4"}.druid-e-grid-square-circle:before{content:"\ebb5"}.druid-e-grid-square-plus:before{content:"\ebb6"}.druid-e-grid-square:before{content:"\ebb7"}.druid-e-grid-web-1:before{content:"\ebb8"}.druid-e-grid-web-2:before{content:"\ebb9"}.druid-e-grid-web-3:before{content:"\ebba"}.druid-e-grid-web-4:before{content:"\ebbb"}.druid-e-grid-web-5:before{content:"\ebbc"}.druid-e-grid-web-6:before{content:"\ebbd"}.druid-e-grid-web-7:before{content:"\ebbe"}.druid-e-hand-grip:before{content:"\ebbf"}.druid-e-hand-holding-dollar-circle:before{content:"\ebc0"}.druid-e-hand-holding-dollar:before{content:"\ebc1"}.druid-e-hand-holding-user:before{content:"\ebc2"}.druid-e-hard-drive:before{content:"\ebc3"}.druid-e-hashtag:before{content:"\ebc4"}.druid-e-hat-chef:before{content:"\ebc5"}.druid-e-headphones:before{content:"\ebc6"}.druid-e-heart-check:before{content:"\ebc7"}.druid-e-heart-circle:before{content:"\ebc8"}.druid-e-heart-minus:before{content:"\ebc9"}.druid-e-heart-plus:before{content:"\ebca"}.druid-e-heart-pulse:before{content:"\ebcb"}.druid-e-heart-slash:before{content:"\ebcc"}.druid-e-heart-square:before{content:"\ebcd"}.druid-e-heart-tag:before{content:"\ebce"}.druid-e-heart-times:before{content:"\ebcf"}.druid-e-heart:before{content:"\ebd0"}.druid-e-hockey-stick-puck:before{content:"\ebd1"}.druid-e-home-activity:before{content:"\ebd2"}.druid-e-home-dash-activity:before{content:"\ebd3"}.druid-e-home-dash-dollar:before{content:"\ebd4"}.druid-e-home-dash-heart:before{content:"\ebd5"}.druid-e-home-dash-lock:before{content:"\ebd6"}.druid-e-home-dash-search:before{content:"\ebd7"}.druid-e-home-dash-shield:before{content:"\ebd8"}.druid-e-home-dash-star:before{content:"\ebd9"}.druid-e-home-dash-trend-down:before{content:"\ebda"}.druid-e-home-dash-trend-up:before{content:"\ebdb"}.druid-e-home-dash-user:before{content:"\ebdc"}.druid-e-home-dash-wifi:before{content:"\ebdd"}.druid-e-home-dash:before{content:"\ebde"}.druid-e-home-dollar:before{content:"\ebdf"}.druid-e-home-heart:before{content:"\ebe0"}.druid-e-home-lock:before{content:"\ebe1"}.druid-e-home-roof-activity:before{content:"\ebe2"}.druid-e-home-roof-dollar:before{content:"\ebe3"}.druid-e-home-roof-heart:before{content:"\ebe4"}.druid-e-home-roof-lock:before{content:"\ebe5"}.druid-e-home-roof-search:before{content:"\ebe6"}.druid-e-home-roof-shield:before{content:"\ebe7"}.druid-e-home-roof-star:before{content:"\ebe8"}.druid-e-home-roof-trend-down:before{content:"\ebe9"}.druid-e-home-roof-trend-up:before{content:"\ebea"}.druid-e-home-roof-user:before{content:"\ebeb"}.druid-e-home-roof-wifi:before{content:"\ebec"}.druid-e-home-roof:before{content:"\ebed"}.druid-e-home-search:before{content:"\ebee"}.druid-e-home-shield:before{content:"\ebef"}.druid-e-home-star:before{content:"\ebf0"}.druid-e-home-trend-down:before{content:"\ebf1"}.druid-e-home-trend-up:before{content:"\ebf2"}.druid-e-home-user:before{content:"\ebf3"}.druid-e-home-wifi:before{content:"\ebf4"}.druid-e-home:before{content:"\ebf5"}.druid-e-hospital-h-sign-circle:before{content:"\ebf6"}.druid-e-hospital-h-sign-square:before{content:"\ebf7"}.druid-e-hospital:before{content:"\ebf8"}.druid-e-hotdog:before{content:"\ebf9"}.druid-e-hourglass:before{content:"\ebfa"}.druid-e-ice-cream:before{content:"\ebfb"}.druid-e-id-badge:before{content:"\ebfc"}.druid-e-id-card:before{content:"\ebfd"}.druid-e-image-check:before{content:"\ebfe"}.druid-e-image-download:before{content:"\ebff"}.druid-e-image-gallery-plus:before{content:"\ec00"}.druid-e-image-gallery:before{content:"\ec01"}.druid-e-image-minus:before{content:"\ec02"}.druid-e-image-plus:before{content:"\ec03"}.druid-e-image-times:before{content:"\ec04"}.druid-e-image-upload:before{content:"\ec05"}.druid-e-image:before{content:"\ec06"}.druid-e-inbox-download:before{content:"\ec07"}.druid-e-inbox-empty:before{content:"\ec08"}.druid-e-inbox-upload:before{content:"\ec09"}.druid-e-inbox:before{content:"\ec0a"}.druid-e-info-circle:before{content:"\ec0b"}.druid-e-info-square:before{content:"\ec0c"}.druid-e-instagram:before{content:"\ec0d"}.druid-e-invoice:before{content:"\ec0e"}.druid-e-jump-rope:before{content:"\ec0f"}.druid-e-kaaba:before{content:"\ec10"}.druid-e-key-circle:before{content:"\ec11"}.druid-e-key-square:before{content:"\ec12"}.druid-e-key:before{content:"\ec13"}.druid-e-keyboard:before{content:"\ec14"}.druid-e-keyhole-circle:before{content:"\ec15"}.druid-e-keyhole-square:before{content:"\ec16"}.druid-e-keypad:before{content:"\ec17"}.druid-e-lamp-desk:before{content:"\ec18"}.druid-e-laptop-code:before{content:"\ec19"}.druid-e-laptop:before{content:"\ec1a"}.druid-e-layer-group:before{content:"\ec1b"}.druid-e-layout-web-1:before{content:"\ec1c"}.druid-e-layout-web-2:before{content:"\ec1d"}.druid-e-layout-web-3:before{content:"\ec1e"}.druid-e-layout-web-4:before{content:"\ec1f"}.druid-e-layout-web-5:before{content:"\ec20"}.druid-e-layout-web-6:before{content:"\ec21"}.druid-e-layout-web-7:before{content:"\ec22"}.druid-e-layout-web-8:before{content:"\ec23"}.druid-e-layout-web-9:before{content:"\ec24"}.druid-e-layout-web-10:before{content:"\ec25"}.druid-e-layout-web-11:before{content:"\ec26"}.druid-e-layout-web-12:before{content:"\ec27"}.druid-e-leaf:before{content:"\ec28"}.druid-e-lemon-slice:before{content:"\ec29"}.druid-e-lemon:before{content:"\ec2a"}.druid-e-life-ring:before{content:"\ec2b"}.druid-e-light-emergency-on:before{content:"\ec2c"}.druid-e-light-emergency:before{content:"\ec2d"}.druid-e-lightbulb:before{content:"\ec2e"}.druid-e-like-circle:before{content:"\ec2f"}.druid-e-like-square:before{content:"\ec30"}.druid-e-like-tag:before{content:"\ec31"}.druid-e-like:before{content:"\ec32"}.druid-e-line-chart-dots-circle:before{content:"\ec33"}.druid-e-line-chart-dots-square:before{content:"\ec34"}.druid-e-line-chart-dots:before{content:"\ec35"}.druid-e-line-down-circle:before{content:"\ec36"}.druid-e-line-down-square:before{content:"\ec37"}.druid-e-line-up-circle:before{content:"\ec38"}.druid-e-line-up-square:before{content:"\ec39"}.druid-e-link-alt:before{content:"\ec3a"}.druid-e-link-broken-horizontal:before{content:"\ec3b"}.druid-e-link-broken:before{content:"\ec3c"}.druid-e-link-horizontal-alt:before{content:"\ec3d"}.druid-e-link-horizontal:before{content:"\ec3e"}.druid-e-link:before{content:"\ec3f"}.druid-e-linkedin:before{content:"\ec40"}.druid-e-list:before{content:"\ec41"}.druid-e-location-arrow-circle:before{content:"\ec42"}.druid-e-location-arrow-square:before{content:"\ec43"}.druid-e-location-arrow:before{content:"\ec44"}.druid-e-location-crosshairs-slash:before{content:"\ec45"}.druid-e-location-crosshairs:before{content:"\ec46"}.druid-e-location-pin-alt:before{content:"\ec47"}.druid-e-location-pin-check:before{content:"\ec48"}.druid-e-location-pin-edit:before{content:"\ec49"}.druid-e-location-pin-exclamation:before{content:"\ec4a"}.druid-e-location-pin-eye:before{content:"\ec4b"}.druid-e-location-pin-heart:before{content:"\ec4c"}.druid-e-location-pin-lock:before{content:"\ec4d"}.druid-e-location-pin-minus:before{content:"\ec4e"}.druid-e-location-pin-plus:before{content:"\ec4f"}.druid-e-location-pin-question:before{content:"\ec50"}.druid-e-location-pin-search:before{content:"\ec51"}.druid-e-location-pin-slash-alt:before{content:"\ec52"}.druid-e-location-pin-slash:before{content:"\ec53"}.druid-e-location-pin-star:before{content:"\ec54"}.druid-e-location-pin-times:before{content:"\ec55"}.druid-e-location-pin:before{content:"\ec56"}.druid-e-lock-viewfinder:before{content:"\ec57"}.druid-e-lock:before{content:"\ec58"}.druid-e-log-in:before{content:"\ec59"}.druid-e-log-out:before{content:"\ec5a"}.druid-e-magicoon:before{content:"\ec5b"}.druid-e-magnet:before{content:"\ec5c"}.druid-e-map-location:before{content:"\ec5d"}.druid-e-map-pin:before{content:"\ec5e"}.druid-e-map:before{content:"\ec5f"}.druid-e-martini-glass:before{content:"\ec60"}.druid-e-mask-face:before{content:"\ec61"}.druid-e-mask-snorkel:before{content:"\ec62"}.druid-e-mastercard:before{content:"\ec63"}.druid-e-maximize:before{content:"\ec64"}.druid-e-medal-check:before{content:"\ec65"}.druid-e-medal-star:before{content:"\ec66"}.druid-e-medal:before{content:"\ec67"}.druid-e-medium:before{content:"\ec68"}.druid-e-megaphone:before{content:"\ec69"}.druid-e-menu-alt:before{content:"\ec6a"}.druid-e-menu-circle-alt:before{content:"\ec6b"}.druid-e-menu-circle:before{content:"\ec6c"}.druid-e-menu-duo-circle:before{content:"\ec6d"}.druid-e-menu-duo-square:before{content:"\ec6e"}.druid-e-menu-duo:before{content:"\ec6f"}.druid-e-menu-left-alt:before{content:"\ec70"}.druid-e-menu-left-circle-alt:before{content:"\ec71"}.druid-e-menu-left-circle:before{content:"\ec72"}.druid-e-menu-left-square-alt:before{content:"\ec73"}.druid-e-menu-left-square:before{content:"\ec74"}.druid-e-menu-left:before{content:"\ec75"}.druid-e-menu-right-alt:before{content:"\ec76"}.druid-e-menu-right-circle-alt:before{content:"\ec77"}.druid-e-menu-right-circle:before{content:"\ec78"}.druid-e-menu-right-square-alt:before{content:"\ec79"}.druid-e-menu-right-square:before{content:"\ec7a"}.druid-e-menu-right:before{content:"\ec7b"}.druid-e-menu-square-alt:before{content:"\ec7c"}.druid-e-menu-square:before{content:"\ec7d"}.druid-e-menu:before{content:"\ec7e"}.druid-e-message-activity:before{content:"\ec7f"}.druid-e-message-check-alt:before{content:"\ec80"}.druid-e-message-check:before{content:"\ec81"}.druid-e-message-clock:before{content:"\ec82"}.druid-e-message-code:before{content:"\ec83"}.druid-e-message-dots-check:before{content:"\ec84"}.druid-e-message-dots-minus:before{content:"\ec85"}.druid-e-message-dots-notification:before{content:"\ec86"}.druid-e-message-dots-plus:before{content:"\ec87"}.druid-e-message-dots-times:before{content:"\ec88"}.druid-e-message-dots:before{content:"\ec89"}.druid-e-message-edit:before{content:"\ec8a"}.druid-e-message-exclamation:before{content:"\ec8b"}.druid-e-message-heart:before{content:"\ec8c"}.druid-e-message-info:before{content:"\ec8d"}.druid-e-message-lock:before{content:"\ec8e"}.druid-e-message-minus-alt:before{content:"\ec8f"}.druid-e-message-minus:before{content:"\ec90"}.druid-e-message-notification:before{content:"\ec91"}.druid-e-message-plus-alt:before{content:"\ec92"}.druid-e-message-plus:before{content:"\ec93"}.druid-e-message-question:before{content:"\ec94"}.druid-e-message-search:before{content:"\ec95"}.druid-e-message-settings:before{content:"\ec96"}.druid-e-message-shield:before{content:"\ec97"}.druid-e-message-star:before{content:"\ec98"}.druid-e-message-text-check:before{content:"\ec99"}.druid-e-message-text-minus:before{content:"\ec9a"}.druid-e-message-text-notification:before{content:"\ec9b"}.druid-e-message-text-plus:before{content:"\ec9c"}.druid-e-message-text-times:before{content:"\ec9d"}.druid-e-message-text:before{content:"\ec9e"}.druid-e-message-times-alt:before{content:"\ec9f"}.druid-e-message-times:before{content:"\eca0"}.druid-e-message:before{content:"\eca1"}.druid-e-messages-dots:before{content:"\eca2"}.druid-e-messages-text:before{content:"\eca3"}.druid-e-messages:before{content:"\eca4"}.druid-e-meta:before{content:"\eca5"}.druid-e-microphone-slash:before{content:"\eca6"}.druid-e-microphone-stand:before{content:"\eca7"}.druid-e-microphone:before{content:"\eca8"}.druid-e-microscope:before{content:"\eca9"}.druid-e-microsoft:before{content:"\ecaa"}.druid-e-minimize:before{content:"\ecab"}.druid-e-minus-circle:before{content:"\ecac"}.druid-e-minus-square:before{content:"\ecad"}.druid-e-minus:before{content:"\ecae"}.druid-e-mobile:before{content:"\ecaf"}.druid-e-money-bill-ban:before{content:"\ecb0"}.druid-e-money-bill-check:before{content:"\ecb1"}.druid-e-money-bill-clock:before{content:"\ecb2"}.druid-e-money-bill-convert:before{content:"\ecb3"}.druid-e-money-bill-minus:before{content:"\ecb4"}.druid-e-money-bill-plus:before{content:"\ecb5"}.druid-e-money-bill-receive:before{content:"\ecb6"}.druid-e-money-bill-send:before{content:"\ecb7"}.druid-e-money-bill-times:before{content:"\ecb8"}.druid-e-money-bill:before{content:"\ecb9"}.druid-e-money-bills:before{content:"\ecba"}.druid-e-money-convert:before{content:"\ecbb"}.druid-e-money-withdrawal:before{content:"\ecbc"}.druid-e-monitor-waveform:before{content:"\ecbd"}.druid-e-moon:before{content:"\ecbe"}.druid-e-more-horizontal-circle:before{content:"\ecbf"}.druid-e-more-horizontal-square:before{content:"\ecc0"}.druid-e-more-horizontal:before{content:"\ecc1"}.druid-e-more-vertical-circle:before{content:"\ecc2"}.druid-e-more-vertical-square:before{content:"\ecc3"}.druid-e-more-vertical:before{content:"\ecc4"}.druid-e-mortar-pestle:before{content:"\ecc5"}.druid-e-mosque:before{content:"\ecc6"}.druid-e-mouse:before{content:"\ecc7"}.druid-e-mug-hot:before{content:"\ecc8"}.druid-e-mug:before{content:"\ecc9"}.druid-e-music-list:before{content:"\ecca"}.druid-e-music-note:before{content:"\eccb"}.druid-e-music:before{content:"\eccc"}.druid-e-newspaper:before{content:"\eccd"}.druid-e-note-list-check-square:before{content:"\ecce"}.druid-e-note-list-check:before{content:"\eccf"}.druid-e-note-list-square:before{content:"\ecd0"}.druid-e-note-list:before{content:"\ecd1"}.druid-e-note-text-square:before{content:"\ecd2"}.druid-e-note-text:before{content:"\ecd3"}.druid-e-note:before{content:"\ecd4"}.druid-e-notebook:before{content:"\ecd5"}.druid-e-nut:before{content:"\ecd6"}.druid-e-octagon-check:before{content:"\ecd7"}.druid-e-octagon-exclamation:before{content:"\ecd8"}.druid-e-octagon-minus:before{content:"\ecd9"}.druid-e-octagon-plus:before{content:"\ecda"}.druid-e-octagon-times:before{content:"\ecdb"}.druid-e-octagon:before{content:"\ecdc"}.druid-e-package-check:before{content:"\ecdd"}.druid-e-package-dollar:before{content:"\ecde"}.druid-e-package-heart:before{content:"\ecdf"}.druid-e-package-star:before{content:"\ece0"}.druid-e-package:before{content:"\ece1"}.druid-e-palette:before{content:"\ece2"}.druid-e-pants:before{content:"\ece3"}.druid-e-paperclip:before{content:"\ece4"}.druid-e-papers-text:before{content:"\ece5"}.druid-e-papers:before{content:"\ece6"}.druid-e-parking-circle:before{content:"\ece7"}.druid-e-parking-square:before{content:"\ece8"}.druid-e-pause-circle:before{content:"\ece9"}.druid-e-pause:before{content:"\ecea"}.druid-e-paypal-card:before{content:"\eceb"}.druid-e-paypal:before{content:"\ecec"}.druid-e-pen-line:before{content:"\eced"}.druid-e-pen-tool:before{content:"\ecee"}.druid-e-pen:before{content:"\ecef"}.druid-e-percent-circle:before{content:"\ecf0"}.druid-e-percent-square:before{content:"\ecf1"}.druid-e-percent-tag:before{content:"\ecf2"}.druid-e-percent:before{content:"\ecf3"}.druid-e-phone-1:before{content:"\ecf4"}.druid-e-phone-2:before{content:"\ecf5"}.druid-e-phone-call:before{content:"\ecf6"}.druid-e-phone-flip:before{content:"\ecf7"}.druid-e-phone-hangup:before{content:"\ecf8"}.druid-e-phone-incoming:before{content:"\ecf9"}.druid-e-phone-missed:before{content:"\ecfa"}.druid-e-phone-office:before{content:"\ecfb"}.druid-e-phone-outgoing:before{content:"\ecfc"}.druid-e-phone-plus:before{content:"\ecfd"}.druid-e-phone-slash:before{content:"\ecfe"}.druid-e-phone-times:before{content:"\ecff"}.druid-e-phone:before{content:"\ed00"}.druid-e-pills:before{content:"\ed01"}.druid-e-ping-pong:before{content:"\ed02"}.druid-e-pinterest-p:before{content:"\ed03"}.druid-e-pinterest:before{content:"\ed04"}.druid-e-pizza-slice:before{content:"\ed05"}.druid-e-plate-utensils:before{content:"\ed06"}.druid-e-Plate:before{content:"\ed07"}.druid-e-play-circle:before{content:"\ed08"}.druid-e-play-pause:before{content:"\ed09"}.druid-e-play-square:before{content:"\ed0a"}.druid-e-play:before{content:"\ed0b"}.druid-e-playlist:before{content:"\ed0c"}.druid-e-plug:before{content:"\ed0d"}.druid-e-plus-circle:before{content:"\ed0e"}.druid-e-plus-square:before{content:"\ed0f"}.druid-e-plus:before{content:"\ed10"}.druid-e-poll-horizontal-circle:before{content:"\ed11"}.druid-e-poll-horizontal-square:before{content:"\ed12"}.druid-e-poll-vertical-circle:before{content:"\ed13"}.druid-e-poll-vertical-square:before{content:"\ed14"}.druid-e-popsicle:before{content:"\ed15"}.druid-e-power-off-circle:before{content:"\ed16"}.druid-e-power-off-square:before{content:"\ed17"}.druid-e-power-off:before{content:"\ed18"}.druid-e-presentation-chart-line:before{content:"\ed19"}.druid-e-presentation-chart-pie:before{content:"\ed1a"}.druid-e-presentation-dollar:before{content:"\ed1b"}.druid-e-presentation-lightbulb:before{content:"\ed1c"}.druid-e-presentation-pen:before{content:"\ed1d"}.druid-e-presentation-play:before{content:"\ed1e"}.druid-e-presentation-poll:before{content:"\ed1f"}.druid-e-presentation-text:before{content:"\ed20"}.druid-e-presentation-trend-down:before{content:"\ed21"}.druid-e-presentation-trend-up:before{content:"\ed22"}.druid-e-presentation-user:before{content:"\ed23"}.druid-e-presentation:before{content:"\ed24"}.druid-e-print-slash:before{content:"\ed25"}.druid-e-print:before{content:"\ed26"}.druid-e-puzzle:before{content:"\ed27"}.druid-e-question-circle:before{content:"\ed28"}.druid-e-question-square:before{content:"\ed29"}.druid-e-quote:before{content:"\ed2a"}.druid-e-radar:before{content:"\ed2b"}.druid-e-radiation-circle:before{content:"\ed2c"}.druid-e-radiation:before{content:"\ed2d"}.druid-e-radio-button-fill:before{content:"\ed2e"}.druid-e-radio:before{content:"\ed2f"}.druid-e-ranking:before{content:"\ed30"}.druid-e-receipt-alt:before{content:"\ed31"}.druid-e-receipt-heart-alt:before{content:"\ed32"}.druid-e-receipt-heart:before{content:"\ed33"}.druid-e-receipt-list-alt:before{content:"\ed34"}.druid-e-receipt-list:before{content:"\ed35"}.druid-e-receipt-percent-alt:before{content:"\ed36"}.druid-e-receipt-percent:before{content:"\ed37"}.druid-e-receipt-star-alt:before{content:"\ed38"}.druid-e-receipt-star:before{content:"\ed39"}.druid-e-receipt-text-alt:before{content:"\ed3a"}.druid-e-receipt-text:before{content:"\ed3b"}.druid-e-receipt:before{content:"\ed3c"}.druid-e-reddit:before{content:"\ed3d"}.druid-e-referee-card:before{content:"\ed3e"}.druid-e-registered-circle:before{content:"\ed3f"}.druid-e-registered-square:before{content:"\ed40"}.druid-e-repeat:before{content:"\ed41"}.druid-e-road:before{content:"\ed42"}.druid-e-rocket-launch:before{content:"\ed43"}.druid-e-rocket:before{content:"\ed44"}.druid-e-rotate-circle:before{content:"\ed45"}.druid-e-rotate-left-circle:before{content:"\ed46"}.druid-e-rotate-left-square:before{content:"\ed47"}.druid-e-rotate-left:before{content:"\ed48"}.druid-e-rotate-right-circle:before{content:"\ed49"}.druid-e-rotate-right-square:before{content:"\ed4a"}.druid-e-rotate-right:before{content:"\ed4b"}.druid-e-rotate-square:before{content:"\ed4c"}.druid-e-rotate:before{content:"\ed4d"}.druid-e-route:before{content:"\ed4e"}.druid-e-rugby-ball:before{content:"\ed4f"}.druid-e-sack-dollar:before{content:"\ed50"}.druid-e-salt:before{content:"\ed51"}.druid-e-scan-circle:before{content:"\ed52"}.druid-e-scan-qr:before{content:"\ed53"}.druid-e-scan:before{content:"\ed54"}.druid-e-scanner:before{content:"\ed55"}.druid-e-school:before{content:"\ed56"}.druid-e-scissors:before{content:"\ed57"}.druid-e-sd-card:before{content:"\ed58"}.druid-e-search-minus:before{content:"\ed59"}.druid-e-search-plus:before{content:"\ed5a"}.druid-e-search-text:before{content:"\ed5b"}.druid-e-search:before{content:"\ed5c"}.druid-e-send-right:before{content:"\ed5d"}.druid-e-send:before{content:"\ed5e"}.druid-e-server:before{content:"\ed5f"}.druid-e-settings:before{content:"\ed60"}.druid-e-share:before{content:"\ed61"}.druid-e-shield-bolt:before{content:"\ed62"}.druid-e-shield-check:before{content:"\ed63"}.druid-e-shield-exclamation:before{content:"\ed64"}.druid-e-shield-heart:before{content:"\ed65"}.druid-e-shield-lock:before{content:"\ed66"}.druid-e-shield-minus:before{content:"\ed67"}.druid-e-shield-play:before{content:"\ed68"}.druid-e-shield-plus:before{content:"\ed69"}.druid-e-shield-question:before{content:"\ed6a"}.druid-e-shield-search:before{content:"\ed6b"}.druid-e-shield-slash:before{content:"\ed6c"}.druid-e-shield-star:before{content:"\ed6d"}.druid-e-shield-times:before{content:"\ed6e"}.druid-e-shield-user:before{content:"\ed6f"}.druid-e-shield:before{content:"\ed70"}.druid-e-shirt:before{content:"\ed71"}.druid-e-shoes-running:before{content:"\ed72"}.druid-e-shoes:before{content:"\ed73"}.druid-e-shopping-bag-alt:before{content:"\ed74"}.druid-e-shopping-bag:before{content:"\ed75"}.druid-e-shopping-basket-arrow-down:before{content:"\ed76"}.druid-e-shopping-basket-arrow-up:before{content:"\ed77"}.druid-e-shopping-basket-check:before{content:"\ed78"}.druid-e-shopping-basket-heart:before{content:"\ed79"}.druid-e-shopping-basket-minus:before{content:"\ed7a"}.druid-e-shopping-basket-plus:before{content:"\ed7b"}.druid-e-shopping-basket-star:before{content:"\ed7c"}.druid-e-shopping-basket-times:before{content:"\ed7d"}.druid-e-shopping-basket:before{content:"\ed7e"}.druid-e-shopping-cart-arrow-down:before{content:"\ed7f"}.druid-e-shopping-cart-arrow-top:before{content:"\ed80"}.druid-e-shopping-cart-check:before{content:"\ed81"}.druid-e-shopping-cart-heart:before{content:"\ed82"}.druid-e-shopping-cart-minus:before{content:"\ed83"}.druid-e-shopping-cart-plus:before{content:"\ed84"}.druid-e-shopping-cart-star:before{content:"\ed85"}.druid-e-shopping-cart-times:before{content:"\ed86"}.druid-e-shopping-cart:before{content:"\ed87"}.druid-e-shuffle:before{content:"\ed88"}.druid-e-sign-direction-left:before{content:"\ed89"}.druid-e-sign-direction-right:before{content:"\ed8a"}.druid-e-signal-stream:before{content:"\ed8b"}.druid-e-signs-direction:before{content:"\ed8c"}.druid-e-sim-card-1:before{content:"\ed8d"}.druid-e-sim-card-2:before{content:"\ed8e"}.druid-e-sim-card:before{content:"\ed8f"}.druid-e-skype:before{content:"\ed90"}.druid-e-sliders-horizontal-alt:before{content:"\ed91"}.druid-e-sliders-horizontal:before{content:"\ed92"}.druid-e-sliders-vertical-alt:before{content:"\ed93"}.druid-e-sliders-vertical:before{content:"\ed94"}.druid-e-snapchat:before{content:"\ed95"}.druid-e-sofa:before{content:"\ed96"}.druid-e-sort-ascending-circle:before{content:"\ed97"}.druid-e-sort-ascending-square:before{content:"\ed98"}.druid-e-sort-ascending:before{content:"\ed99"}.druid-e-sort-descending-circle:before{content:"\ed9a"}.druid-e-sort-descending-square:before{content:"\ed9b"}.druid-e-sort-descending:before{content:"\ed9c"}.druid-e-sort-horizontal:before{content:"\ed9d"}.druid-e-sort-vertical:before{content:"\ed9e"}.druid-e-sort:before{content:"\ed9f"}.druid-e-soundcloud:before{content:"\eda0"}.druid-e-sparkle:before{content:"\eda1"}.druid-e-speaker:before{content:"\eda2"}.druid-e-speedometer:before{content:"\eda3"}.druid-e-spotify:before{content:"\eda4"}.druid-e-stadium-football:before{content:"\eda5"}.druid-e-star-circle:before{content:"\eda6"}.druid-e-star-half:before{content:"\eda7"}.druid-e-star-magic:before{content:"\eda8"}.druid-e-star-shooting-horizontal:before{content:"\eda9"}.druid-e-star-shooting:before{content:"\edaa"}.druid-e-star-slash:before{content:"\edab"}.druid-e-star-square:before{content:"\edac"}.druid-e-star-tag:before{content:"\edad"}.druid-e-star:before{content:"\edae"}.druid-e-steak:before{content:"\edaf"}.druid-e-step-backward:before{content:"\edb0"}.druid-e-step-forward:before{content:"\edb1"}.druid-e-stethoscope:before{content:"\edb2"}.druid-e-sticky-note-circle-frown:before{content:"\edb3"}.druid-e-sticky-note-circle-smile:before{content:"\edb4"}.druid-e-sticky-note-circle-wink:before{content:"\edb5"}.druid-e-sticky-note-circle:before{content:"\edb6"}.druid-e-sticky-note-square-frown:before{content:"\edb7"}.druid-e-sticky-note-square-smile:before{content:"\edb8"}.druid-e-sticky-note-square-wink:before{content:"\edb9"}.druid-e-sticky-note-square:before{content:"\edba"}.druid-e-sticky-note-text-circle:before{content:"\edbb"}.druid-e-sticky-note-text-square:before{content:"\edbc"}.druid-e-stop-circle:before{content:"\edbd"}.druid-e-stop:before{content:"\edbe"}.druid-e-stopwatch-alt:before{content:"\edbf"}.druid-e-stopwatch-check-alt:before{content:"\edc0"}.druid-e-stopwatch-check:before{content:"\edc1"}.druid-e-stopwatch-edit:before{content:"\edc2"}.druid-e-stopwatch-empty:before{content:"\edc3"}.druid-e-stopwatch-minus-alt:before{content:"\edc4"}.druid-e-stopwatch-minus:before{content:"\edc5"}.druid-e-stopwatch-plus-alt:before{content:"\edc6"}.druid-e-stopwatch-plus:before{content:"\edc7"}.druid-e-stopwatch-times-alt:before{content:"\edc8"}.druid-e-stopwatch-times:before{content:"\edc9"}.druid-e-stopwatch:before{content:"\edca"}.druid-e-store:before{content:"\edcb"}.druid-e-story:before{content:"\edcc"}.druid-e-stripe:before{content:"\edcd"}.druid-e-sun:before{content:"\edce"}.druid-e-syringe:before{content:"\edcf"}.druid-e-tablet:before{content:"\edd0"}.druid-e-taco:before{content:"\edd1"}.druid-e-tag:before{content:"\edd2"}.druid-e-tags:before{content:"\edd3"}.druid-e-target:before{content:"\edd4"}.druid-e-taxi:before{content:"\edd5"}.druid-e-telegram:before{content:"\edd6"}.druid-e-telescope:before{content:"\edd7"}.druid-e-tennis-ball:before{content:"\edd8"}.druid-e-test-tube-alt:before{content:"\edd9"}.druid-e-test-tube:before{content:"\edda"}.druid-e-thermometer:before{content:"\eddb"}.druid-e-thumbtack-vertical:before{content:"\eddc"}.druid-e-thumbtack:before{content:"\eddd"}.druid-e-tiktok:before{content:"\edde"}.druid-e-time-forward:before{content:"\eddf"}.druid-e-time-past:before{content:"\ede0"}.druid-e-times-circle:before{content:"\ede1"}.druid-e-times-square:before{content:"\ede2"}.druid-e-times:before{content:"\ede3"}.druid-e-toggle-off-alt:before{content:"\ede4"}.druid-e-toggle-off-rectangle:before{content:"\ede5"}.druid-e-toggle-off:before{content:"\ede6"}.druid-e-toggle-on-alt:before{content:"\ede7"}.druid-e-toggle-on-rectangle:before{content:"\ede8"}.druid-e-toggle-on:before{content:"\ede9"}.druid-e-tool:before{content:"\edea"}.druid-e-tooth:before{content:"\edeb"}.druid-e-traffic-cone:before{content:"\edec"}.druid-e-trash-check:before{content:"\eded"}.druid-e-trash-minus:before{content:"\edee"}.druid-e-trash-plus:before{content:"\edef"}.druid-e-trash-redo:before{content:"\edf0"}.druid-e-trash-slash:before{content:"\edf1"}.druid-e-trash-times:before{content:"\edf2"}.druid-e-trash-undo:before{content:"\edf3"}.druid-e-trash:before{content:"\edf4"}.druid-e-tree:before{content:"\edf5"}.druid-e-trend-down-circle:before{content:"\edf6"}.druid-e-trend-down-square:before{content:"\edf7"}.druid-e-trend-down:before{content:"\edf8"}.druid-e-trend-up-circle:before{content:"\edf9"}.druid-e-trend-up-square:before{content:"\edfa"}.druid-e-trend-up:before{content:"\edfb"}.druid-e-triangle-exclamation:before{content:"\edfc"}.druid-e-triangle:before{content:"\edfd"}.druid-e-trophy-star:before{content:"\edfe"}.druid-e-trophy:before{content:"\edff"}.druid-e-truck:before{content:"\ee00"}.druid-e-tumbler:before{content:"\ee01"}.druid-e-tv-play:before{content:"\ee02"}.druid-e-tv-retro:before{content:"\ee03"}.druid-e-tv:before{content:"\ee04"}.druid-e-twitch:before{content:"\ee05"}.druid-e-twitter:before{content:"\ee06"}.druid-e-two-dumbbell:before{content:"\ee07"}.druid-e-uniform-martial-arts:before{content:"\ee08"}.druid-e-university:before{content:"\ee09"}.druid-e-unlock:before{content:"\ee0a"}.druid-e-upload-alt:before{content:"\ee0b"}.druid-e-upload:before{content:"\ee0c"}.druid-e-usb-drive:before{content:"\ee0d"}.druid-e-user-alt:before{content:"\ee0e"}.druid-e-user-ban:before{content:"\ee0f"}.druid-e-user-change:before{content:"\ee10"}.druid-e-user-check-alt:before{content:"\ee11"}.druid-e-user-check-bottom:before{content:"\ee12"}.druid-e-user-check:before{content:"\ee13"}.druid-e-user-circle:before{content:"\ee14"}.druid-e-user-clock:before{content:"\ee15"}.druid-e-user-code:before{content:"\ee16"}.druid-e-user-dollar:before{content:"\ee17"}.druid-e-user-edit:before{content:"\ee18"}.druid-e-user-eye:before{content:"\ee19"}.druid-e-user-heart:before{content:"\ee1a"}.druid-e-user-lock:before{content:"\ee1b"}.druid-e-user-minus-alt:before{content:"\ee1c"}.druid-e-user-minus-bottom:before{content:"\ee1d"}.druid-e-user-minus:before{content:"\ee1e"}.druid-e-user-plus-alt:before{content:"\ee1f"}.druid-e-user-plus-bottom:before{content:"\ee20"}.druid-e-user-plus:before{content:"\ee21"}.druid-e-user-search:before{content:"\ee22"}.druid-e-user-settings:before{content:"\ee23"}.druid-e-user-shield:before{content:"\ee24"}.druid-e-user-slash:before{content:"\ee25"}.druid-e-user-square:before{content:"\ee26"}.druid-e-user-star:before{content:"\ee27"}.druid-e-user-tag:before{content:"\ee28"}.druid-e-user-times-alt:before{content:"\ee29"}.druid-e-user-times-bottom:before{content:"\ee2a"}.druid-e-user-times:before{content:"\ee2b"}.druid-e-user-viewfinder:before{content:"\ee2c"}.druid-e-user:before{content:"\ee2d"}.druid-e-users-alt:before{content:"\ee2e"}.druid-e-users-group-alt:before{content:"\ee2f"}.druid-e-users-group-slash:before{content:"\ee30"}.druid-e-users-group:before{content:"\ee31"}.druid-e-users-slash:before{content:"\ee32"}.druid-e-users:before{content:"\ee33"}.druid-e-vector:before{content:"\ee34"}.druid-e-video-circle:before{content:"\ee35"}.druid-e-video-eye:before{content:"\ee36"}.druid-e-video-incoming:before{content:"\ee37"}.druid-e-video-outgoing:before{content:"\ee38"}.druid-e-video-play:before{content:"\ee39"}.druid-e-video-plus:before{content:"\ee3a"}.druid-e-video-slash:before{content:"\ee3b"}.druid-e-video-square:before{content:"\ee3c"}.druid-e-video:before{content:"\ee3d"}.druid-e-vimeo:before{content:"\ee3e"}.druid-e-virus-covid-slash:before{content:"\ee3f"}.druid-e-virus-covid:before{content:"\ee40"}.druid-e-visa:before{content:"\ee41"}.druid-e-vk:before{content:"\ee42"}.druid-e-voicemail:before{content:"\ee43"}.druid-e-volleyball:before{content:"\ee44"}.druid-e-volume-high-slash:before{content:"\ee45"}.druid-e-volume-high:before{content:"\ee46"}.druid-e-volume-low:before{content:"\ee47"}.druid-e-volume-minus:before{content:"\ee48"}.druid-e-volume-plus:before{content:"\ee49"}.druid-e-volume-slash:before{content:"\ee4a"}.druid-e-volume-times:before{content:"\ee4b"}.druid-e-volume:before{content:"\ee4c"}.druid-e-wallet:before{content:"\ee4d"}.druid-e-warehouse:before{content:"\ee4e"}.druid-e-watch-circle:before{content:"\ee4f"}.druid-e-watch-square:before{content:"\ee50"}.druid-e-wave-pulse:before{content:"\ee51"}.druid-e-wechat:before{content:"\ee52"}.druid-e-weight-scale:before{content:"\ee53"}.druid-e-whatsapp:before{content:"\ee54"}.druid-e-whistle:before{content:"\ee55"}.druid-e-wifi-slash:before{content:"\ee56"}.druid-e-wifi:before{content:"\ee57"}.druid-e-wordpress:before{content:"\ee58"}.druid-e-xbox:before{content:"\ee59"}.druid-e-youtube:before{content:"\ee5a"}.druid-e-Asset-71:before{content:"\ee5b";color:#535874}.druid-e-Asset-72:before{content:"\ee5c";color:#535874}.druid-e-Asset-73:before{content:"\ee5d";color:#535874}.druid-e-Asset-74:before{content:"\ee5e";color:#535874}.druid-e-Asset-75:before{content:"\ee5f";color:#535874}.druid-e-Asset-76:before{content:"\ee60";color:#535874}.druid-e-Asset-77:before{content:"\ee61";color:#535874}.druid-e-Asset-78:before{content:"\ee62";color:#535874}.druid-e-Asset-79:before{content:"\ee63";color:#535874}.druid-e-Asset-82:before{content:"\ee64";color:#535874}.druid-e-Asset-83:before{content:"\ee65";color:#535874}.druid-e-Asset-84:before{content:"\ee66";color:#535874}.druid-e-Asset-85:before{content:"\ee67";color:#535874}.druid-e-Asset-86:before{content:"\ee68";color:#535874}.druid-e-Asset-88:before{content:"\ee69";color:#535874}.druid-e-Asset-89:before{content:"\ee6a";color:#535874}.druid-e-Asset-87:before{content:"\ee6b";color:#535874}.druid-e-Asset-90:before{content:"\ee6c";color:#535874}.druid-e-Asset-91:before{content:"\ee6d";color:#535874}.druid-e-Asset-92:before{content:"\ee6e";color:#535874}.druid-e-Asset-93:before{content:"\ee6f";color:#535874}.druid-e-Asset-94:before{content:"\ee70";color:#535874}.druid-e-Asset-97:before{content:"\ee71";color:#535874}.druid-e-Asset-96:before{content:"\ee72";color:#535874}.druid-e-Asset-95:before{content:"\ee73";color:#535874}.druid-e-Asset-100:before{content:"\ee74";color:#535874}.druid-e-Asset-99:before{content:"\ee75";color:#535874}.druid-e-Asset-98:before{content:"\ee76";color:#535874}.druid-e-Asset-101:before{content:"\ee77";color:#535874}.druid-e-Asset-103:before{content:"\ee78";color:#535874}.druid-e-Asset-102:before{content:"\ee79";color:#535874}.druid-e-Asset-104:before{content:"\ee7a";color:#535874}.druid-e-Asset-105:before{content:"\ee7b";color:#535874}.druid-e-Asset-26:before{content:"\ee7c";color:#535874}.druid-e-Asset-3:before{content:"\ee7d";color:#535874}.druid-e-Asset-4:before{content:"\ee7e";color:#535874}.druid-e-Asset-5:before{content:"\ee7f";color:#535874}.druid-e-Asset-6:before{content:"\ee80";color:#535874}.druid-e-Asset-7:before{content:"\ee81";color:#535874}.druid-e-Asset-8:before{content:"\ee82";color:#535874}.druid-e-Asset-9:before{content:"\ee83";color:#535874}.druid-e-Asset-10:before{content:"\ee84";color:#535874}.druid-e-Asset-12:before{content:"\ee85";color:#535874}.druid-e-Asset-11:before{content:"\ee86";color:#535874}.druid-e-Asset-25:before{content:"\ee87";color:#535874}.druid-e-Asset-15:before{content:"\ee88";color:#535874}.druid-e-Asset-14:before{content:"\ee89";color:#535874}.druid-e-Asset-13:before{content:"\ee8a";color:#535874}.druid-e-Asset-16:before{content:"\ee8b";color:#535874}.druid-e-Asset-17:before{content:"\ee8c";color:#535874}.druid-e-Asset-18:before{content:"\ee8d";color:#535874}.druid-e-Asset-80:before{content:"\ee8e";color:#535874}.druid-e-Asset-19:before{content:"\ee8f";color:#535874}.druid-e-Asset-20:before{content:"\ee90";color:#535874}.druid-e-Asset-21:before{content:"\ee91";color:#535874}.druid-e-Asset-22:before{content:"\ee92";color:#535874}.druid-e-Asset-23:before{content:"\ee93";color:#535874}.druid-e-Asset-24:before{content:"\ee94";color:#535874}.druid-e-Asset-30:before{content:"\ee95";color:#535874}.druid-e-Asset-33:before{content:"\ee96";color:#535874}.druid-e-Asset-31:before{content:"\ee97";color:#535874}.druid-e-Asset-29:before{content:"\ee98";color:#535874}.druid-e-Asset-261:before{content:"\ee99";color:#535874}.druid-e-Asset-106:before{content:"\ee9a";color:#535874}.druid-e-Asset-28:before{content:"\ee9b";color:#535874}.druid-e-Asset-27:before{content:"\ee9c";color:#535874}.druid-e-Asset-32:before{content:"\ee9d";color:#535874}.druid-e-Asset-34:before{content:"\ee9e";color:#535874}.druid-e-Asset-35:before{content:"\ee9f";color:#535874}.druid-e-Asset-37:before{content:"\eea0";color:#535874}.druid-e-Asset-38:before{content:"\eea1";color:#535874}.druid-e-Asset-39:before{content:"\eea2";color:#535874}.druid-e-Asset-40:before{content:"\eea3";color:#535874}.druid-e-Asset-41:before{content:"\eea4";color:#535874}.druid-e-Asset-42:before{content:"\eea5";color:#535874}.druid-e-Asset-43:before{content:"\eea6";color:#535874}.druid-e-Asset-46:before{content:"\eea7";color:#535874}.druid-e-Asset-45:before{content:"\eea8";color:#535874}.druid-e-Asset-44:before{content:"\eea9";color:#535874}.druid-e-Asset-49:before{content:"\eeaa";color:#535874}.druid-e-Asset-48:before{content:"\eeab";color:#535874}.druid-e-Asset-47:before{content:"\eeac";color:#535874}.druid-e-Asset-53:before{content:"\eead";color:#535874}.druid-e-Asset-50:before{content:"\eeae";color:#535874}.druid-e-Asset-51:before{content:"\eeaf";color:#535874}.druid-e-Asset-52:before{content:"\eeb0";color:#535874}.druid-e-Asset-54:before{content:"\eeb1";color:#535874}.druid-e-Asset-55:before{content:"\eeb2";color:#535874}.druid-e-Asset-56:before{content:"\eeb3";color:#535874}.druid-e-Asset-57:before{content:"\eeb4";color:#535874}.druid-e-Asset-58:before{content:"\eeb5";color:#535874}.druid-e-Asset-59:before{content:"\eeb6";color:#535874}.druid-e-Asset-60:before{content:"\eeb7";color:#535874}.druid-e-Asset-61:before{content:"\eeb8";color:#535874}.druid-e-Asset-62:before{content:"\eeb9";color:#535874}.druid-e-Asset-63:before{content:"\eeba";color:#535874}.druid-e-Asset-64:before{content:"\eebb";color:#535874}.druid-e-Asset-65:before{content:"\eebc";color:#535874}.druid-e-Asset-66:before{content:"\eebd";color:#535874}.druid-e-Asset-67:before{content:"\eebe";color:#535874}.druid-e-Asset-68:before{content:"\eebf";color:#535874}.druid-e-Asset-69:before{content:"\eec0";color:#535874}.druid-e-Asset-70:before{content:"\eec1";color:#535874}.druid-e-Asset-2:before{content:"\e919";color:#535874}.druid-e-chevron-down:before{content:"\e908";color:#535874}.druid-e-edit-note:before{content:"\e909";color:#535874}.druid-e-StyleCircle2:before{content:"\e923";color:#535874}.druid-e-WeightRegular1:before{content:"\e923";color:#535874}.druid-e-TypePause1:before{content:"\e923";color:#535874}.druid-e-StyleOutline-Circle:before{content:"\e90c";color:#535874}.druid-e-WeightSolid2:before{content:"\e90c";color:#535874}.druid-e-TypePause:before{content:"\e90c";color:#535874}.druid-e-warning-circle:before{content:"\e924";color:#535874}.druid-e-Light:before{content:"\e924";color:#535874}.druid-e-StyleOutline-Circle1:before{content:"\e90d";color:#535874}.druid-e-WeightSolid3:before{content:"\e90d";color:#535874}.druid-e-TypeWarning1:before{content:"\e90d";color:#535874}.druid-e-warning-circle1:before{content:"\e925";color:#535874}.druid-e-WeightSolid:before{content:"\e925";color:#535874}.druid-e-TypeWarning2:before{content:"\e925";color:#535874}
