@charset "UTF-8";/*!
* 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}.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}/*!
 * 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}.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)}}/*!
 * 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}: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 .15s;--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 rgba(100, 150, 200, .5);--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-timer-progress-bar-background: rgba(0, 0, 0, .3);--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);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}@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);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}}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;overflow-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:var(--swal2-timer-progress-bar-background)}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;overflow-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-show{0%{transform:translate3d(0,-50px,0) scale(.9);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-50px,0) scale(.9);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:.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}}@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")}@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}.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}.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%}@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}@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)}}.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}.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}.pull-right{float:right}.pull-left{float:left}.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-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-pull-left{float:left}.fa-pull-right{float:right}.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-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-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.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-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.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:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.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-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.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-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.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-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.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-bookmark:before{content:"\f02e"}.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-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.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-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.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-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.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-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.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-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.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:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.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-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.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-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.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:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.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:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.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-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.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-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.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-digg:before{content:"\f1a6"}.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-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.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-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.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-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.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:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.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:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.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-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.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-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.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:before{content:"\f1a0"}.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-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.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-h-square:before{content:"\f0fd"}.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-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.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-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.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:before{content:"\f254"}.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-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.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-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.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-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.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-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.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-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.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-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.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-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.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-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.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-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.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-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.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-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.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-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.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-percent:before{content:"\f295"}.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:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.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:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.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-power-off:before{content:"\f011"}.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-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.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-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.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-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.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-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.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-safari:before{content:"\f267"}.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-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.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-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.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-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.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-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.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-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.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:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.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-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.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:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.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-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.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-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.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-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.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-circle:before{content:"\f2bd"}.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-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.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-user-times:before{content:"\f235"}.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-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.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-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.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-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.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:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.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}.bs-datepicker{display:flex;align-items:stretch;flex-flow:row wrap;background:#fff;box-shadow:0 0 10px #aaa;position:relative;z-index:1}.bs-datepicker:after{clear:both;content:"";display:block}.bs-datepicker bs-day-picker{float:left}.bs-datepicker button:hover,.bs-datepicker button:focus,.bs-datepicker button:active,.bs-datepicker input:hover,.bs-datepicker input:focus,.bs-datepicker input:active,.bs-datepicker-btns button:hover,.bs-datepicker-btns button:focus,.bs-datepicker-btns button:active,.bs-datepicker-predefined-btns button:active,.bs-datepicker-predefined-btns button:focus{outline:none}.bs-datepicker-head{min-width:270px;height:50px;padding:10px;border-radius:3px 3px 0 0;text-align:justify}.bs-datepicker-head:after{content:"";display:inline-block;vertical-align:top;width:100%}.bs-datepicker-head button{display:inline-block;vertical-align:top;padding:0;height:30px;line-height:30px;border:0;background:transparent;text-align:center;cursor:pointer;color:#fff;transition:.3s}.bs-datepicker-head button[disabled],.bs-datepicker-head button[disabled]:hover,.bs-datepicker-head button[disabled]:active{background:#dddddd4d;color:#f5f5f5;cursor:not-allowed}.bs-datepicker-head button.previous span{transform:translate(-1px,-1px)}.bs-datepicker-head button.next span{transform:translate(1px,-1px)}.bs-datepicker-head button.next,.bs-datepicker-head button.previous{border-radius:50%;width:30px;height:30px}.bs-datepicker-head button.next span,.bs-datepicker-head button.previous span{font-size:28px;line-height:1;display:inline-block;position:relative;height:100%;width:100%;border-radius:50%}.bs-datepicker-head button.current{border-radius:15px;max-width:155px;padding:0 13px}.bs-datepicker-head button:hover{background-color:#0000001a}.bs-datepicker-head button:active{background-color:#0003}.bs-datepicker-body{padding:10px;border-radius:0 0 3px 3px;min-height:232px;min-width:278px;border:1px solid #e9edf0}.bs-datepicker-body .days.weeks{position:relative;z-index:1}.bs-datepicker-body table{width:100%;border-collapse:separate;border-spacing:0}.bs-datepicker-body table th{font-size:13px;color:#9aaec1;font-weight:400;text-align:center}.bs-datepicker-body table td{color:#54708b;text-align:center;position:relative;padding:0}.bs-datepicker-body table td span{display:block;margin:0 auto;font-size:13px;border-radius:50%;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month){cursor:pointer}.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected){background-color:#e9edf0;transition:0s}.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected){background-color:#e9edf0;transition:0s;cursor:pointer}.bs-datepicker-body table td span.disabled,.bs-datepicker-body table td.disabled span{color:#9aaec1}.bs-datepicker-body table td span.selected,.bs-datepicker-body table td.selected span{color:#fff}.bs-datepicker-body table td span.is-other-month,.bs-datepicker-body table td.is-other-month span{color:#00000040}.bs-datepicker-body table td.active{position:relative}.bs-datepicker-body table td.active.select-start:before{left:35%}.bs-datepicker-body table td.active.select-end:before{left:-85%}.bs-datepicker-body table td span.active.select-start:after,.bs-datepicker-body table td span.active.select-end:after,.bs-datepicker-body table td.active.select-start span:after,.bs-datepicker-body table td.active.select-end span:after{content:"";display:block;position:absolute;z-index:-1;width:100%;height:100%;transition:.3s;top:0;border-radius:50%}.bs-datepicker-body table td:before,.bs-datepicker-body table td span:before{content:"";display:block;position:absolute;z-index:-1;inset:6px -2px 6px -3px;box-sizing:content-box;background:transparent}.bs-datepicker-body table td.active.select-start+td.active:before{left:-20%}.bs-datepicker-body table td:last-child.active:before{border-radius:0 3px 3px 0;width:125%;left:-25%}.bs-datepicker-body table td span[class*=select-],.bs-datepicker-body table td[class*=select-] span{border-radius:50%;color:#fff}.bs-datepicker-body table.days td.active:not(.select-start):before,.bs-datepicker-body table.days td.in-range:not(.select-start):before,.bs-datepicker-body table.days span.active:not(.select-start):before,.bs-datepicker-body table.days span.in-range:not(.select-start):before{background:#e9edf0}.bs-datepicker-body table.days span{width:32px;height:32px;line-height:32px}.bs-datepicker-body table.days span.select-start{z-index:2}.bs-datepicker-body table.days span.is-highlighted.in-range:before{right:3px;left:0}.bs-datepicker-body table.days span.in-range.select-end:before{right:4px;left:0}.bs-datepicker-body table.days td.select-start+td.select-end:before,.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,.bs-datepicker-body table.days td.active+td.is-highlighted:before,.bs-datepicker-body table.days td.active+td.select-end:before,.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,.bs-datepicker-body table.days td.in-range+td.select-end:before{background:#e9edf0;width:100%}.bs-datepicker-body table.weeks tr td:nth-child(2).active:before{border-radius:3px 0 0 3px;left:0;width:100%}.bs-datepicker-body table:not(.weeks) tr td:first-child:before{border-radius:3px 0 0 3px}.bs-datepicker-body table.years td span{width:46px;height:46px;line-height:45px;margin:0 auto}.bs-datepicker-body table.years tr:not(:last-child) td span{margin-bottom:8px}.bs-datepicker-body table.months td{height:52px}.bs-datepicker-body table.months td span{padding:6px;border-radius:15px}.bs-datepicker .current-timedate{color:#54708b;font-size:15px;text-align:center;height:30px;line-height:30px;border-radius:20px;border:1px solid #e9edf0;margin-bottom:10px;cursor:pointer;text-transform:uppercase;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker .current-timedate span:not(:empty):before{content:"";width:15px;height:16px;display:inline-block;margin-right:4px;vertical-align:text-bottom;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC)}.bs-datepicker-multiple{border-radius:4px 0 0 4px}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-left:10px}.bs-datepicker-multiple .bs-datepicker{box-shadow:none;position:relative}.bs-datepicker-multiple .bs-datepicker:not(:last-child){padding-right:10px}.bs-datepicker-multiple .bs-datepicker+.bs-datepicker:after{content:"";display:block;width:14px;height:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);position:absolute;top:25px;left:-8px}.bs-datepicker-multiple .bs-datepicker .left{float:left}.bs-datepicker-multiple .bs-datepicker .right{float:right}.bs-datepicker-container{padding:15px}.bs-datepicker .bs-media-container{display:flex}@media (max-width: 768px){.bs-datepicker .bs-media-container{flex-direction:column}}.bs-datepicker .bs-timepicker-in-datepicker-container{display:flex;justify-content:space-around}.bs-datepicker-custom-range{padding:15px;background:#eee}.bs-datepicker-predefined-btns button{width:100%;display:block;height:30px;background-color:#9aaec1;border-radius:4px;color:#fff;border:0;margin-bottom:10px;padding:0 18px;text-align:left;transition:.3s}.bs-datepicker-predefined-btns button:hover{background-color:#54708b}.bs-datepicker-buttons{display:flex;flex-flow:row wrap;justify-content:flex-end;padding-top:10px;border-top:1px solid #e9edf0}.bs-datepicker-buttons .btn-default{margin-left:10px}.bs-datepicker-buttons .btn-today-wrapper{display:flex;flex-flow:row wrap}.bs-datepicker-buttons .clear-right,.bs-datepicker-buttons .today-right{flex-grow:0}.bs-datepicker-buttons .clear-left,.bs-datepicker-buttons .today-left{flex-grow:1}.bs-datepicker-buttons .clear-center,.bs-datepicker-buttons .today-center{flex-grow:.5}.bs-timepicker-container{padding:10px 0}.bs-timepicker-label{color:#54708b;margin-bottom:10px}.bs-timepicker-controls{display:inline-block;vertical-align:top;margin-right:10px}.bs-timepicker-controls button{width:20px;height:20px;border-radius:50%;border:0;background-color:#e9edf0;color:#54708b;font-size:16px;font-weight:700;vertical-align:middle;line-height:0;padding:0;transition:.3s}.bs-timepicker-controls button:hover{background-color:#d5dadd}.bs-timepicker-controls input{width:35px;height:25px;border-radius:13px;text-align:center;border:1px solid #e9edf0}.bs-timepicker .switch-time-format{text-transform:uppercase;min-width:54px;height:25px;border-radius:20px;border:1px solid #e9edf0;background:#fff;color:#54708b;font-size:13px}.bs-timepicker .switch-time-format img{vertical-align:initial;margin-left:4px}bs-datepicker-container,bs-daterangepicker-container{z-index:1080}@media (max-width: 768px){.bs-datepicker{width:min-content;justify-content:center}.bs-datepicker-multiple{display:flex}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-top:10px;margin-left:0}}.theme-default .bs-datepicker-head{background-color:#777}.theme-default .btn-today-wrapper .btn-success,.theme-default .btn-clear-wrapper .btn-success{background-color:#777;border-color:#777}.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-default .btn-today-wrapper .btn-success:focus,.theme-default .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#616161;border-color:#616161}.theme-default .btn-today-wrapper .btn-success:hover,.theme-default .btn-clear-wrapper .btn-success:hover{background-color:#6f6e6e;border-color:#6f6e6e}.theme-default .bs-datepicker-predefined-btns button.selected{background-color:#777}.theme-default .bs-datepicker-body table td span.selected,.theme-default .bs-datepicker-body table td.selected span,.theme-default .bs-datepicker-body table td span[class*=select-]:after,.theme-default .bs-datepicker-body table td[class*=select-] span:after{background-color:#777}.theme-default .bs-datepicker-body table td.week span{color:#777}.theme-default .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#777;color:#fff;opacity:.5;transition:0s}.theme-green .bs-datepicker-head{background-color:#5cb85c}.theme-green .btn-today-wrapper .btn-success,.theme-green .btn-clear-wrapper .btn-success{background-color:#5cb85c;border-color:#5cb85c}.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-green .btn-today-wrapper .btn-success:focus,.theme-green .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1e7e34}.theme-green .btn-today-wrapper .btn-success:hover,.theme-green .btn-clear-wrapper .btn-success:hover{background-color:#218838;border-color:#218838}.theme-green .bs-datepicker-predefined-btns button.selected{background-color:#5cb85c}.theme-green .bs-datepicker-body table td span.selected,.theme-green .bs-datepicker-body table td.selected span,.theme-green .bs-datepicker-body table td span[class*=select-]:after,.theme-green .bs-datepicker-body table td[class*=select-] span:after{background-color:#5cb85c}.theme-green .bs-datepicker-body table td.week span{color:#5cb85c}.theme-green .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#5cb85c;color:#fff;opacity:.5;transition:0s}.theme-blue .bs-datepicker-head{background-color:#5bc0de}.theme-blue .btn-today-wrapper .btn-success,.theme-blue .btn-clear-wrapper .btn-success{background-color:#5bc0de;border-color:#5bc0de}.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-blue .btn-today-wrapper .btn-success:focus,.theme-blue .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#2aa8cd;border-color:#2aa8cd}.theme-blue .btn-today-wrapper .btn-success:hover,.theme-blue .btn-clear-wrapper .btn-success:hover{background-color:#3ab3d7;border-color:#3ab3d7}.theme-blue .bs-datepicker-predefined-btns button.selected{background-color:#5bc0de}.theme-blue .bs-datepicker-body table td span.selected,.theme-blue .bs-datepicker-body table td.selected span,.theme-blue .bs-datepicker-body table td span[class*=select-]:after,.theme-blue .bs-datepicker-body table td[class*=select-] span:after{background-color:#5bc0de}.theme-blue .bs-datepicker-body table td.week span{color:#5bc0de}.theme-blue .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#5bc0de;color:#fff;opacity:.5;transition:0s}.theme-dark-blue .bs-datepicker-head{background-color:#337ab7}.theme-dark-blue .btn-today-wrapper .btn-success,.theme-dark-blue .btn-clear-wrapper .btn-success{background-color:#337ab7;border-color:#337ab7}.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-dark-blue .btn-today-wrapper .btn-success:focus,.theme-dark-blue .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#266498;border-color:#266498}.theme-dark-blue .btn-today-wrapper .btn-success:hover,.theme-dark-blue .btn-clear-wrapper .btn-success:hover{background-color:#2c6fa9;border-color:#2c6fa9}.theme-dark-blue .bs-datepicker-predefined-btns button.selected{background-color:#337ab7}.theme-dark-blue .bs-datepicker-body table td span.selected,.theme-dark-blue .bs-datepicker-body table td.selected span,.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after{background-color:#337ab7}.theme-dark-blue .bs-datepicker-body table td.week span{color:#337ab7}.theme-dark-blue .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#337ab7;color:#fff;opacity:.5;transition:0s}.theme-red .bs-datepicker-head{background-color:#d9534f}.theme-red .btn-today-wrapper .btn-success,.theme-red .btn-clear-wrapper .btn-success{background-color:#d9534f;border-color:#d9534f}.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-red .btn-today-wrapper .btn-success:focus,.theme-red .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#d23531;border-color:#d23531}.theme-red .btn-today-wrapper .btn-success:hover,.theme-red .btn-clear-wrapper .btn-success:hover{background-color:#e33732;border-color:#e33732}.theme-red .bs-datepicker-predefined-btns button.selected{background-color:#d9534f}.theme-red .bs-datepicker-body table td span.selected,.theme-red .bs-datepicker-body table td.selected span,.theme-red .bs-datepicker-body table td span[class*=select-]:after,.theme-red .bs-datepicker-body table td[class*=select-] span:after{background-color:#d9534f}.theme-red .bs-datepicker-body table td.week span{color:#d9534f}.theme-red .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#d9534f;color:#fff;opacity:.5;transition:0s}.theme-orange .bs-datepicker-head{background-color:#f0ad4e}.theme-orange .btn-today-wrapper .btn-success,.theme-orange .btn-clear-wrapper .btn-success{background-color:#f0ad4e;border-color:#f0ad4e}.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-orange .btn-today-wrapper .btn-success:focus,.theme-orange .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#ed9c29;border-color:#ed9c29}.theme-orange .btn-today-wrapper .btn-success:hover,.theme-orange .btn-clear-wrapper .btn-success:hover{background-color:#ffac35;border-color:#ffac35}.theme-orange .bs-datepicker-predefined-btns button.selected{background-color:#f0ad4e}.theme-orange .bs-datepicker-body table td span.selected,.theme-orange .bs-datepicker-body table td.selected span,.theme-orange .bs-datepicker-body table td span[class*=select-]:after,.theme-orange .bs-datepicker-body table td[class*=select-] span:after{background-color:#f0ad4e}.theme-orange .bs-datepicker-body table td.week span{color:#f0ad4e}.theme-orange .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#f0ad4e;color:#fff;opacity:.5;transition:0s}.p-overflow-hidden{overflow:hidden;padding-right:var(--scrollbar-width)}@layer primeng{.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default!important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-unselectable-text{-webkit-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}to{opacity:1}}input[type=button],input[type=submit],input[type=reset],input[type=file]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.p-connected-overlay{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-icon-wrapper{display:inline-flex}.p-icon{display:inline-block}.p-icon-spin{animation:p-icon-spin 2s infinite linear}}@keyframes p-icon-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@layer primeng{.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}}@layer primeng{.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default;pointer-events:none}.p-button-icon-only{justify-content:center}.p-button-icon-only:after{content:"p";visibility:hidden;clip:rect(0 0 0 0);width:0}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-button-group .p-button{margin:0}.p-button-group .p-button:focus,.p-button-group p-button:focus .p-button,.p-buttonset .p-button:focus,.p-buttonset p-button:focus .p-button{position:relative;z-index:1}.p-button-group .p-button:not(:last-child),.p-button-group .p-button:not(:last-child):hover,.p-button-group p-button:not(:last-child) .p-button,.p-button-group p-button:not(:last-child) .p-button:hover,.p-buttonset .p-button:not(:last-child),.p-buttonset .p-button:not(:last-child):hover,.p-buttonset p-button:not(:last-child) .p-button,.p-buttonset p-button:not(:last-child) .p-button:hover{border-right:0 none}.p-button-group .p-button:not(:first-of-type):not(:last-of-type),.p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,.p-buttonset .p-button:not(:first-of-type):not(:last-of-type),.p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button{border-radius:0}.p-button-group .p-button:first-of-type:not(:only-of-type),.p-button-group p-button:first-of-type:not(:only-of-type) .p-button,.p-buttonset .p-button:first-of-type:not(:only-of-type),.p-buttonset p-button:first-of-type:not(:only-of-type) .p-button{border-top-right-radius:0;border-bottom-right-radius:0}.p-button-group .p-button:last-of-type:not(:only-of-type),.p-button-group p-button:last-of-type:not(:only-of-type) .p-button,.p-buttonset .p-button:last-of-type:not(:only-of-type),.p-buttonset p-button:last-of-type:not(:only-of-type) .p-button{border-top-left-radius:0;border-bottom-left-radius:0}p-button[iconpos=right] spinnericon{order:1}}@layer primeng{.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default!important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}}.p-colorpicker-panel .p-colorpicker-color{background:transparent url(color.dae87a04d07ca92b.png) no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url(hue.8b1818380241e6ac.png) no-repeat left top}@layer primeng{.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea~label{top:1rem}.p-float-label input:focus~label,.p-float-label input.p-filled~label,.p-float-label textarea:focus~label,.p-float-label textarea.p-filled~label,.p-float-label .p-inputwrapper-focus~label,.p-float-label .p-inputwrapper-filled~label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill~label{top:-20px;font-size:12px}.p-float-label .p-placeholder,.p-float-label input::placeholder,.p-float-label .p-inputtext::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label input:focus::placeholder,.p-float-label .p-inputtext:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-left>.p-icon-wrapper,.p-input-icon-right>i,.p-input-icon-right>.p-icon-wrapper{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}}@layer primeng{.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}}@layer primeng{.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-input::-ms-reveal,.p-password-input::-ms-clear{display:none}.p-password-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-password .p-icon{cursor:pointer}.p-password-clearable.p-password-mask .p-password-clear-icon{margin-top:unset}.p-password-clearable{position:relative}}@layer primeng{.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}}@layer primeng{.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:#ffffff80;border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none!important}}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}@layer primeng{.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem;pointer-events:none}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{scale:2;position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}}@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}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.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"}.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-autocomplete ul.p-autocomplete-multiple-container{display:block!important;width:100%!important;padding:.75rem!important;font-size:1.1rem!important;font-weight:500!important;line-height:1.5!important;color:var(--bs-gray-700);background-color:var(--bs-body-bg);background-clip:padding-box;border:1px solid var(--color-gray-100);border-radius:.475rem!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out!important}p-autocomplete ul.p-autocomplete-multiple-container li{padding:.75rem 1rem}p-autocomplete ul.p-autocomplete-multiple-container li input{color:var(--bs-gray-700)!important;font-size:1.1rem!important;font-weight:500!important}p-autocomplete ul.p-autocomplete-multiple-container li input::placeholder{color:var(--bs-gray-500)!important;font-size:1.1rem!important;font-weight:500!important}p-autocomplete .p-inputwrapper-focus .p-autocomplete-multiple-container{color:var(--bs-gray-700);background-color:var(--bs-body-bg);border:1px solid var(--color-gray-200);outline:0;box-shadow:inset 0 0 0 1px #9fa8da,inset 0 0 0 1px #9fa8da,inset 0 0 0 1px #9fa8da,inset 0 0 0 1px #9fa8da}.p-tree{width:100%;border:none}body .p-tree.ui-widget-content{border:none!important}span.p-treenode-label{font-family:Poppins!important;line-height:24px!important;font-size:14px!important;padding-left:5px!important;padding-right:5px!important}span.p-treenode-icon{line-height:24px!important;font-size:1.2rem!important}.p-tree .ui-chkbox .ui-chkbox-icon{margin-left:0}.p-tree .p-treenode-children{padding-left:20px!important}.hidden-tree-node{display:none}p-tree[selectionmode=checkbox] .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background-color:transparent!important;color:#333!important;font-weight:400!important}span.p-treenode-label{line-height:18px!important;font-size:13px!important}body .p-tree .p-tree-container .p-treenode .p-treenode-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-treenode{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}:root{--kt-progress-bar-color: var(--color-base-white);--kt-progress-bar-bg: var(--color-blue-300)}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+.btn{margin-left:5px}.btn-block+.btn-block{margin-left:0!important}.kt-badge+.kt-badge{margin-left:5px}.form-control-feedback{color:var(--color-red-myq-300);margin-top:.2rem;font-size:.85rem;text-align:left}li.nav-item a.nav-link span.kt-badge{font-size:11px;margin-left:4px}.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:var(--color-base-transparent)!important}.active-user-delegations .kt-header__topbar-icon--brand{width:200px!important}.active-user-delegations select{max-width:120px}html[dir=rtl] .btn+.btn{margin-right:5px}html[dir=rtl] .checkbox span,html[dir=rtl] .radio span{margin-left:.75rem!important}.checkbox span,.radio span{margin-right:.75rem!important}@media print{#kt_header{display:none!important}}.user-notification-item-clickable a{cursor:pointer}.tooltip,.tooltip-arrow{position:absolute}.fak.fa-light-file-circle-check,.fa-kit.fa-light-file-circle-check{--fa: "\e005";--fa--fa: "\e005\e005"}.fak.fa-light-print-gear,.fa-kit.fa-light-print-gear{--fa: "\e001";--fa--fa: "\e001\e001"}.fak.fa-light-users-medical-rotate,.fa-kit.fa-light-users-medical-rotate{--fa: "\e006";--fa--fa: "\e006\e006"}.fak.fa-thin-file-lines-circle-plus,.fa-kit.fa-thin-file-lines-circle-plus{--fa: "\e004";--fa--fa: "\e004\e004"}.fak.fa-thin-print-gear,.fa-kit.fa-thin-print-gear{--fa: "\e002";--fa--fa: "\e002\e002"}.fak,.fa-kit{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display, inline-block);font-family:Font Awesome Kit;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto}.fak:before,.fa-kit:before{content:var(--fa)}@font-face{font-family:Font Awesome Kit;font-style:normal;font-display:block;src:url(custom-icons.73b3ca0d68c2a819.woff2) format("woff2"),url(custom-icons.13ada72b85ead40b.ttf) format("truetype")}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Pro");font-weight:var(--fa-style, 900)}.fas,.fass,.far,.fasr,.fal,.fasl,.fat,.fast,.fad,.fadr,.fadl,.fadt,.fasds,.fasdr,.fasdl,.fasdt,.fab,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-brands,.fa-classic,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas:before,.fass:before,.far:before,.fasr:before,.fal:before,.fasl:before,.fat:before,.fast:before,.fad:before,.fadr:before,.fadl:before,.fadt:before,.fasds:before,.fasdr:before,.fasdl:before,.fasdt:before,.fab:before,.fa-solid:before,.fa-regular:before,.fa-light:before,.fa-thin:before,.fa-brands:before,.fa-classic:before,.fa-duotone:before,.fa-sharp:before,.fa-sharp-duotone:before,.fa:before{content:var(--fa)}.fad:after,.fa-duotone.fa-solid:after,.fa-duotone:after,.fadr:after,.fa-duotone.fa-regular:after,.fadl:after,.fa-duotone.fa-light:after,.fadt:after,.fa-duotone.fa-thin:after,.fasds:after,.fa-sharp-duotone.fa-solid:after,.fa-sharp-duotone:after,.fasdr:after,.fa-sharp-duotone.fa-regular:after,.fasdl:after,.fa-sharp-duotone.fa-light:after,.fasdt:after,.fa-sharp-duotone.fa-thin:after{content:var(--fa--fa)}.fa-classic.fa-duotone{font-family:"Font Awesome 6 Duotone"}.fass,.fa-sharp,.fad,.fa-duotone,.fasds,.fa-sharp-duotone{font-weight:900}.fa-classic,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 6 Pro"}.fa-duotone,.fad,.fadr,.fadl,.fadt{font-family:"Font Awesome 6 Duotone"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-sharp,.fass,.fasr,.fasl,.fast{font-family:"Font Awesome 6 Sharp"}.fa-sharp-duotone,.fasds,.fasdr,.fasdl,.fasdt{font-family:"Font Awesome 6 Sharp Duotone"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, .1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, .08em);padding:var(--fa-border-padding, .2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, .3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, .3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.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%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0{--fa: "0";--fa--fa: "00"}.fa-00{--fa: "\e467";--fa--fa: "\e467\e467"}.fa-1{--fa: "1";--fa--fa: "11"}.fa-100{--fa: "\e41c";--fa--fa: "\e41c\e41c"}.fa-2{--fa: "2";--fa--fa: "22"}.fa-3{--fa: "3";--fa--fa: "33"}.fa-360-degrees{--fa: "\e2dc";--fa--fa: "\e2dc\e2dc"}.fa-4{--fa: "4";--fa--fa: "44"}.fa-5{--fa: "5";--fa--fa: "55"}.fa-6{--fa: "6";--fa--fa: "66"}.fa-7{--fa: "7";--fa--fa: "77"}.fa-8{--fa: "8";--fa--fa: "88"}.fa-9{--fa: "9";--fa--fa: "99"}.fa-a{--fa: "A";--fa--fa: "AA"}.fa-abacus{--fa: "\f640";--fa--fa: "\f640\f640"}.fa-accent-grave{--fa: "`";--fa--fa: "``"}.fa-acorn{--fa: "\f6ae";--fa--fa: "\f6ae\f6ae"}.fa-ad{--fa: "\f641";--fa--fa: "\f641\f641"}.fa-add{--fa: "+";--fa--fa: "++"}.fa-address-book{--fa: "\f2b9";--fa--fa: "\f2b9\f2b9"}.fa-address-card{--fa: "\f2bb";--fa--fa: "\f2bb\f2bb"}.fa-adjust{--fa: "\f042";--fa--fa: "\f042\f042"}.fa-air-conditioner{--fa: "\f8f4";--fa--fa: "\f8f4\f8f4"}.fa-air-freshener{--fa: "\f5d0";--fa--fa: "\f5d0\f5d0"}.fa-airplay{--fa: "\e089";--fa--fa: "\e089\e089"}.fa-alarm-clock{--fa: "\f34e";--fa--fa: "\f34e\f34e"}.fa-alarm-exclamation{--fa: "\f843";--fa--fa: "\f843\f843"}.fa-alarm-plus{--fa: "\f844";--fa--fa: "\f844\f844"}.fa-alarm-snooze{--fa: "\f845";--fa--fa: "\f845\f845"}.fa-album{--fa: "\f89f";--fa--fa: "\f89f\f89f"}.fa-album-circle-plus{--fa: "\e48c";--fa--fa: "\e48c\e48c"}.fa-album-circle-user{--fa: "\e48d";--fa--fa: "\e48d\e48d"}.fa-album-collection{--fa: "\f8a0";--fa--fa: "\f8a0\f8a0"}.fa-album-collection-circle-plus{--fa: "\e48e";--fa--fa: "\e48e\e48e"}.fa-album-collection-circle-user{--fa: "\e48f";--fa--fa: "\e48f\e48f"}.fa-alicorn{--fa: "\f6b0";--fa--fa: "\f6b0\f6b0"}.fa-alien{--fa: "\f8f5";--fa--fa: "\f8f5\f8f5"}.fa-alien-8bit,.fa-alien-monster{--fa: "\f8f6";--fa--fa: "\f8f6\f8f6"}.fa-align-center{--fa: "\f037";--fa--fa: "\f037\f037"}.fa-align-justify{--fa: "\f039";--fa--fa: "\f039\f039"}.fa-align-left{--fa: "\f036";--fa--fa: "\f036\f036"}.fa-align-right{--fa: "\f038";--fa--fa: "\f038\f038"}.fa-align-slash{--fa: "\f846";--fa--fa: "\f846\f846"}.fa-allergies{--fa: "\f461";--fa--fa: "\f461\f461"}.fa-alt{--fa: "\e08a";--fa--fa: "\e08a\e08a"}.fa-ambulance{--fa: "\f0f9";--fa--fa: "\f0f9\f0f9"}.fa-american-sign-language-interpreting{--fa: "\f2a3";--fa--fa: "\f2a3\f2a3"}.fa-amp-guitar{--fa: "\f8a1";--fa--fa: "\f8a1\f8a1"}.fa-ampersand{--fa: "&";--fa--fa: "&&"}.fa-analytics{--fa: "\f643";--fa--fa: "\f643\f643"}.fa-anchor{--fa: "\f13d";--fa--fa: "\f13d\f13d"}.fa-anchor-circle-check{--fa: "\e4aa";--fa--fa: "\e4aa\e4aa"}.fa-anchor-circle-exclamation{--fa: "\e4ab";--fa--fa: "\e4ab\e4ab"}.fa-anchor-circle-xmark{--fa: "\e4ac";--fa--fa: "\e4ac\e4ac"}.fa-anchor-lock{--fa: "\e4ad";--fa--fa: "\e4ad\e4ad"}.fa-angel{--fa: "\f779";--fa--fa: "\f779\f779"}.fa-angle{--fa: "\e08c";--fa--fa: "\e08c\e08c"}.fa-angle-90{--fa: "\e08d";--fa--fa: "\e08d\e08d"}.fa-angle-double-down{--fa: "\f103";--fa--fa: "\f103\f103"}.fa-angle-double-left{--fa: "\f100";--fa--fa: "\f100\f100"}.fa-angle-double-right{--fa: "\f101";--fa--fa: "\f101\f101"}.fa-angle-double-up{--fa: "\f102";--fa--fa: "\f102\f102"}.fa-angle-down{--fa: "\f107";--fa--fa: "\f107\f107"}.fa-angle-left{--fa: "\f104";--fa--fa: "\f104\f104"}.fa-angle-right{--fa: "\f105";--fa--fa: "\f105\f105"}.fa-angle-up{--fa: "\f106";--fa--fa: "\f106\f106"}.fa-angles-down{--fa: "\f103";--fa--fa: "\f103\f103"}.fa-angles-left{--fa: "\f100";--fa--fa: "\f100\f100"}.fa-angles-right{--fa: "\f101";--fa--fa: "\f101\f101"}.fa-angles-up{--fa: "\f102";--fa--fa: "\f102\f102"}.fa-angles-up-down{--fa: "\e60d";--fa--fa: "\e60d\e60d"}.fa-angry{--fa: "\f556";--fa--fa: "\f556\f556"}.fa-ankh{--fa: "\f644";--fa--fa: "\f644\f644"}.fa-ant{--fa: "\e680";--fa--fa: "\e680\e680"}.fa-apartment{--fa: "\e468";--fa--fa: "\e468\e468"}.fa-aperture{--fa: "\e2df";--fa--fa: "\e2df\e2df"}.fa-apostrophe{--fa: "'";--fa--fa: "''"}.fa-apple-alt{--fa: "\f5d1";--fa--fa: "\f5d1\f5d1"}.fa-apple-core{--fa: "\e08f";--fa--fa: "\e08f\e08f"}.fa-apple-crate{--fa: "\f6b1";--fa--fa: "\f6b1\f6b1"}.fa-apple-whole{--fa: "\f5d1";--fa--fa: "\f5d1\f5d1"}.fa-archive{--fa: "\f187";--fa--fa: "\f187\f187"}.fa-archway{--fa: "\f557";--fa--fa: "\f557\f557"}.fa-area-chart{--fa: "\f1fe";--fa--fa: "\f1fe\f1fe"}.fa-arrow-alt-circle-down{--fa: "\f358";--fa--fa: "\f358\f358"}.fa-arrow-alt-circle-left{--fa: "\f359";--fa--fa: "\f359\f359"}.fa-arrow-alt-circle-right{--fa: "\f35a";--fa--fa: "\f35a\f35a"}.fa-arrow-alt-circle-up{--fa: "\f35b";--fa--fa: "\f35b\f35b"}.fa-arrow-alt-down{--fa: "\f354";--fa--fa: "\f354\f354"}.fa-arrow-alt-from-bottom{--fa: "\f346";--fa--fa: "\f346\f346"}.fa-arrow-alt-from-left{--fa: "\f347";--fa--fa: "\f347\f347"}.fa-arrow-alt-from-right{--fa: "\f348";--fa--fa: "\f348\f348"}.fa-arrow-alt-from-top{--fa: "\f349";--fa--fa: "\f349\f349"}.fa-arrow-alt-left{--fa: "\f355";--fa--fa: "\f355\f355"}.fa-arrow-alt-right{--fa: "\f356";--fa--fa: "\f356\f356"}.fa-arrow-alt-square-down{--fa: "\f350";--fa--fa: "\f350\f350"}.fa-arrow-alt-square-left{--fa: "\f351";--fa--fa: "\f351\f351"}.fa-arrow-alt-square-right{--fa: "\f352";--fa--fa: "\f352\f352"}.fa-arrow-alt-square-up{--fa: "\f353";--fa--fa: "\f353\f353"}.fa-arrow-alt-to-bottom{--fa: "\f34a";--fa--fa: "\f34a\f34a"}.fa-arrow-alt-to-left{--fa: "\f34b";--fa--fa: "\f34b\f34b"}.fa-arrow-alt-to-right{--fa: "\f34c";--fa--fa: "\f34c\f34c"}.fa-arrow-alt-to-top{--fa: "\f34d";--fa--fa: "\f34d\f34d"}.fa-arrow-alt-up{--fa: "\f357";--fa--fa: "\f357\f357"}.fa-arrow-circle-down{--fa: "\f0ab";--fa--fa: "\f0ab\f0ab"}.fa-arrow-circle-left{--fa: "\f0a8";--fa--fa: "\f0a8\f0a8"}.fa-arrow-circle-right{--fa: "\f0a9";--fa--fa: "\f0a9\f0a9"}.fa-arrow-circle-up{--fa: "\f0aa";--fa--fa: "\f0aa\f0aa"}.fa-arrow-down{--fa: "\f063";--fa--fa: "\f063\f063"}.fa-arrow-down-1-9{--fa: "\f162";--fa--fa: "\f162\f162"}.fa-arrow-down-9-1{--fa: "\f886";--fa--fa: "\f886\f886"}.fa-arrow-down-a-z{--fa: "\f15d";--fa--fa: "\f15d\f15d"}.fa-arrow-down-arrow-up{--fa: "\f883";--fa--fa: "\f883\f883"}.fa-arrow-down-big-small{--fa: "\f88c";--fa--fa: "\f88c\f88c"}.fa-arrow-down-from-arc{--fa: "\e614";--fa--fa: "\e614\e614"}.fa-arrow-down-from-bracket{--fa: "\e667";--fa--fa: "\e667\e667"}.fa-arrow-down-from-dotted-line{--fa: "\e090";--fa--fa: "\e090\e090"}.fa-arrow-down-from-line{--fa: "\f345";--fa--fa: "\f345\f345"}.fa-arrow-down-left{--fa: "\e091";--fa--fa: "\e091\e091"}.fa-arrow-down-left-and-arrow-up-right-to-center{--fa: "\e092";--fa--fa: "\e092\e092"}.fa-arrow-down-long{--fa: "\f175";--fa--fa: "\f175\f175"}.fa-arrow-down-right{--fa: "\e093";--fa--fa: "\e093\e093"}.fa-arrow-down-short-wide{--fa: "\f884";--fa--fa: "\f884\f884"}.fa-arrow-down-small-big{--fa: "\f88d";--fa--fa: "\f88d\f88d"}.fa-arrow-down-square-triangle{--fa: "\f889";--fa--fa: "\f889\f889"}.fa-arrow-down-to-arc{--fa: "\e4ae";--fa--fa: "\e4ae\e4ae"}.fa-arrow-down-to-bracket{--fa: "\e094";--fa--fa: "\e094\e094"}.fa-arrow-down-to-dotted-line{--fa: "\e095";--fa--fa: "\e095\e095"}.fa-arrow-down-to-line{--fa: "\f33d";--fa--fa: "\f33d\f33d"}.fa-arrow-down-to-square{--fa: "\e096";--fa--fa: "\e096\e096"}.fa-arrow-down-triangle-square{--fa: "\f888";--fa--fa: "\f888\f888"}.fa-arrow-down-up-across-line{--fa: "\e4af";--fa--fa: "\e4af\e4af"}.fa-arrow-down-up-lock{--fa: "\e4b0";--fa--fa: "\e4b0\e4b0"}.fa-arrow-down-wide-short{--fa: "\f160";--fa--fa: "\f160\f160"}.fa-arrow-down-z-a{--fa: "\f881";--fa--fa: "\f881\f881"}.fa-arrow-from-bottom{--fa: "\f342";--fa--fa: "\f342\f342"}.fa-arrow-from-left{--fa: "\f343";--fa--fa: "\f343\f343"}.fa-arrow-from-right{--fa: "\f344";--fa--fa: "\f344\f344"}.fa-arrow-from-top{--fa: "\f345";--fa--fa: "\f345\f345"}.fa-arrow-left{--fa: "\f060";--fa--fa: "\f060\f060"}.fa-arrow-left-from-arc{--fa: "\e615";--fa--fa: "\e615\e615"}.fa-arrow-left-from-bracket{--fa: "\e668";--fa--fa: "\e668\e668"}.fa-arrow-left-from-line{--fa: "\f344";--fa--fa: "\f344\f344"}.fa-arrow-left-long{--fa: "\f177";--fa--fa: "\f177\f177"}.fa-arrow-left-long-to-line{--fa: "\e3d4";--fa--fa: "\e3d4\e3d4"}.fa-arrow-left-rotate{--fa: "\f0e2";--fa--fa: "\f0e2\f0e2"}.fa-arrow-left-to-arc{--fa: "\e616";--fa--fa: "\e616\e616"}.fa-arrow-left-to-bracket{--fa: "\e669";--fa--fa: "\e669\e669"}.fa-arrow-left-to-line{--fa: "\f33e";--fa--fa: "\f33e\f33e"}.fa-arrow-pointer{--fa: "\f245";--fa--fa: "\f245\f245"}.fa-arrow-progress{--fa: "\e5df";--fa--fa: "\e5df\e5df"}.fa-arrow-right{--fa: "\f061";--fa--fa: "\f061\f061"}.fa-arrow-right-arrow-left{--fa: "\f0ec";--fa--fa: "\f0ec\f0ec"}.fa-arrow-right-from-arc{--fa: "\e4b1";--fa--fa: "\e4b1\e4b1"}.fa-arrow-right-from-bracket{--fa: "\f08b";--fa--fa: "\f08b\f08b"}.fa-arrow-right-from-file{--fa: "\f56e";--fa--fa: "\f56e\f56e"}.fa-arrow-right-from-line{--fa: "\f343";--fa--fa: "\f343\f343"}.fa-arrow-right-long{--fa: "\f178";--fa--fa: "\f178\f178"}.fa-arrow-right-long-to-line{--fa: "\e3d5";--fa--fa: "\e3d5\e3d5"}.fa-arrow-right-rotate{--fa: "\f01e";--fa--fa: "\f01e\f01e"}.fa-arrow-right-to-arc{--fa: "\e4b2";--fa--fa: "\e4b2\e4b2"}.fa-arrow-right-to-bracket{--fa: "\f090";--fa--fa: "\f090\f090"}.fa-arrow-right-to-city{--fa: "\e4b3";--fa--fa: "\e4b3\e4b3"}.fa-arrow-right-to-file{--fa: "\f56f";--fa--fa: "\f56f\f56f"}.fa-arrow-right-to-line{--fa: "\f340";--fa--fa: "\f340\f340"}.fa-arrow-rotate-back,.fa-arrow-rotate-backward{--fa: "\f0e2";--fa--fa: "\f0e2\f0e2"}.fa-arrow-rotate-forward{--fa: "\f01e";--fa--fa: "\f01e\f01e"}.fa-arrow-rotate-left{--fa: "\f0e2";--fa--fa: "\f0e2\f0e2"}.fa-arrow-rotate-right{--fa: "\f01e";--fa--fa: "\f01e\f01e"}.fa-arrow-square-down{--fa: "\f339";--fa--fa: "\f339\f339"}.fa-arrow-square-left{--fa: "\f33a";--fa--fa: "\f33a\f33a"}.fa-arrow-square-right{--fa: "\f33b";--fa--fa: "\f33b\f33b"}.fa-arrow-square-up{--fa: "\f33c";--fa--fa: "\f33c\f33c"}.fa-arrow-to-bottom{--fa: "\f33d";--fa--fa: "\f33d\f33d"}.fa-arrow-to-left{--fa: "\f33e";--fa--fa: "\f33e\f33e"}.fa-arrow-to-right{--fa: "\f340";--fa--fa: "\f340\f340"}.fa-arrow-to-top{--fa: "\f341";--fa--fa: "\f341\f341"}.fa-arrow-trend-down{--fa: "\e097";--fa--fa: "\e097\e097"}.fa-arrow-trend-up{--fa: "\e098";--fa--fa: "\e098\e098"}.fa-arrow-turn-down{--fa: "\f149";--fa--fa: "\f149\f149"}.fa-arrow-turn-down-left{--fa: "\e2e1";--fa--fa: "\e2e1\e2e1"}.fa-arrow-turn-down-right{--fa: "\e3d6";--fa--fa: "\e3d6\e3d6"}.fa-arrow-turn-left{--fa: "\e632";--fa--fa: "\e632\e632"}.fa-arrow-turn-left-down{--fa: "\e633";--fa--fa: "\e633\e633"}.fa-arrow-turn-left-up{--fa: "\e634";--fa--fa: "\e634\e634"}.fa-arrow-turn-right{--fa: "\e635";--fa--fa: "\e635\e635"}.fa-arrow-turn-up{--fa: "\f148";--fa--fa: "\f148\f148"}.fa-arrow-up{--fa: "\f062";--fa--fa: "\f062\f062"}.fa-arrow-up-1-9{--fa: "\f163";--fa--fa: "\f163\f163"}.fa-arrow-up-9-1{--fa: "\f887";--fa--fa: "\f887\f887"}.fa-arrow-up-a-z{--fa: "\f15e";--fa--fa: "\f15e\f15e"}.fa-arrow-up-arrow-down{--fa: "\e099";--fa--fa: "\e099\e099"}.fa-arrow-up-big-small{--fa: "\f88e";--fa--fa: "\f88e\f88e"}.fa-arrow-up-from-arc{--fa: "\e4b4";--fa--fa: "\e4b4\e4b4"}.fa-arrow-up-from-bracket{--fa: "\e09a";--fa--fa: "\e09a\e09a"}.fa-arrow-up-from-dotted-line{--fa: "\e09b";--fa--fa: "\e09b\e09b"}.fa-arrow-up-from-ground-water{--fa: "\e4b5";--fa--fa: "\e4b5\e4b5"}.fa-arrow-up-from-line{--fa: "\f342";--fa--fa: "\f342\f342"}.fa-arrow-up-from-square{--fa: "\e09c";--fa--fa: "\e09c\e09c"}.fa-arrow-up-from-water-pump{--fa: "\e4b6";--fa--fa: "\e4b6\e4b6"}.fa-arrow-up-left{--fa: "\e09d";--fa--fa: "\e09d\e09d"}.fa-arrow-up-left-from-circle{--fa: "\e09e";--fa--fa: "\e09e\e09e"}.fa-arrow-up-long{--fa: "\f176";--fa--fa: "\f176\f176"}.fa-arrow-up-right{--fa: "\e09f";--fa--fa: "\e09f\e09f"}.fa-arrow-up-right-and-arrow-down-left-from-center{--fa: "\e0a0";--fa--fa: "\e0a0\e0a0"}.fa-arrow-up-right-dots{--fa: "\e4b7";--fa--fa: "\e4b7\e4b7"}.fa-arrow-up-right-from-square{--fa: "\f08e";--fa--fa: "\f08e\f08e"}.fa-arrow-up-short-wide{--fa: "\f885";--fa--fa: "\f885\f885"}.fa-arrow-up-small-big{--fa: "\f88f";--fa--fa: "\f88f\f88f"}.fa-arrow-up-square-triangle{--fa: "\f88b";--fa--fa: "\f88b\f88b"}.fa-arrow-up-to-arc{--fa: "\e617";--fa--fa: "\e617\e617"}.fa-arrow-up-to-bracket{--fa: "\e66a";--fa--fa: "\e66a\e66a"}.fa-arrow-up-to-dotted-line{--fa: "\e0a1";--fa--fa: "\e0a1\e0a1"}.fa-arrow-up-to-line{--fa: "\f341";--fa--fa: "\f341\f341"}.fa-arrow-up-triangle-square{--fa: "\f88a";--fa--fa: "\f88a\f88a"}.fa-arrow-up-wide-short{--fa: "\f161";--fa--fa: "\f161\f161"}.fa-arrow-up-z-a{--fa: "\f882";--fa--fa: "\f882\f882"}.fa-arrows{--fa: "\f047";--fa--fa: "\f047\f047"}.fa-arrows-alt{--fa: "\f0b2";--fa--fa: "\f0b2\f0b2"}.fa-arrows-alt-h{--fa: "\f337";--fa--fa: "\f337\f337"}.fa-arrows-alt-v{--fa: "\f338";--fa--fa: "\f338\f338"}.fa-arrows-cross{--fa: "\e0a2";--fa--fa: "\e0a2\e0a2"}.fa-arrows-down-to-line{--fa: "\e4b8";--fa--fa: "\e4b8\e4b8"}.fa-arrows-down-to-people{--fa: "\e4b9";--fa--fa: "\e4b9\e4b9"}.fa-arrows-from-dotted-line{--fa: "\e0a3";--fa--fa: "\e0a3\e0a3"}.fa-arrows-from-line{--fa: "\e0a4";--fa--fa: "\e0a4\e0a4"}.fa-arrows-h,.fa-arrows-left-right{--fa: "\f07e";--fa--fa: "\f07e\f07e"}.fa-arrows-left-right-to-line{--fa: "\e4ba";--fa--fa: "\e4ba\e4ba"}.fa-arrows-maximize{--fa: "\f31d";--fa--fa: "\f31d\f31d"}.fa-arrows-minimize{--fa: "\e0a5";--fa--fa: "\e0a5\e0a5"}.fa-arrows-repeat{--fa: "\f364";--fa--fa: "\f364\f364"}.fa-arrows-repeat-1{--fa: "\f366";--fa--fa: "\f366\f366"}.fa-arrows-retweet{--fa: "\f361";--fa--fa: "\f361\f361"}.fa-arrows-rotate{--fa: "\f021";--fa--fa: "\f021\f021"}.fa-arrows-rotate-reverse{--fa: "\e630";--fa--fa: "\e630\e630"}.fa-arrows-spin{--fa: "\e4bb";--fa--fa: "\e4bb\e4bb"}.fa-arrows-split-up-and-left{--fa: "\e4bc";--fa--fa: "\e4bc\e4bc"}.fa-arrows-to-circle{--fa: "\e4bd";--fa--fa: "\e4bd\e4bd"}.fa-arrows-to-dot{--fa: "\e4be";--fa--fa: "\e4be\e4be"}.fa-arrows-to-dotted-line{--fa: "\e0a6";--fa--fa: "\e0a6\e0a6"}.fa-arrows-to-eye{--fa: "\e4bf";--fa--fa: "\e4bf\e4bf"}.fa-arrows-to-line{--fa: "\e0a7";--fa--fa: "\e0a7\e0a7"}.fa-arrows-turn-right{--fa: "\e4c0";--fa--fa: "\e4c0\e4c0"}.fa-arrows-turn-to-dots{--fa: "\e4c1";--fa--fa: "\e4c1\e4c1"}.fa-arrows-up-down{--fa: "\f07d";--fa--fa: "\f07d\f07d"}.fa-arrows-up-down-left-right{--fa: "\f047";--fa--fa: "\f047\f047"}.fa-arrows-up-to-line{--fa: "\e4c2";--fa--fa: "\e4c2\e4c2"}.fa-arrows-v{--fa: "\f07d";--fa--fa: "\f07d\f07d"}.fa-asl-interpreting{--fa: "\f2a3";--fa--fa: "\f2a3\f2a3"}.fa-assistive-listening-systems{--fa: "\f2a2";--fa--fa: "\f2a2\f2a2"}.fa-asterisk{--fa: "*";--fa--fa: "**"}.fa-at{--fa: "@";--fa--fa: "@@"}.fa-atlas{--fa: "\f558";--fa--fa: "\f558\f558"}.fa-atom{--fa: "\f5d2";--fa--fa: "\f5d2\f5d2"}.fa-atom-alt,.fa-atom-simple{--fa: "\f5d3";--fa--fa: "\f5d3\f5d3"}.fa-audio-description{--fa: "\f29e";--fa--fa: "\f29e\f29e"}.fa-audio-description-slash{--fa: "\e0a8";--fa--fa: "\e0a8\e0a8"}.fa-austral-sign{--fa: "\e0a9";--fa--fa: "\e0a9\e0a9"}.fa-automobile{--fa: "\f1b9";--fa--fa: "\f1b9\f1b9"}.fa-avocado{--fa: "\e0aa";--fa--fa: "\e0aa\e0aa"}.fa-award{--fa: "\f559";--fa--fa: "\f559\f559"}.fa-award-simple{--fa: "\e0ab";--fa--fa: "\e0ab\e0ab"}.fa-axe{--fa: "\f6b2";--fa--fa: "\f6b2\f6b2"}.fa-axe-battle{--fa: "\f6b3";--fa--fa: "\f6b3\f6b3"}.fa-b{--fa: "B";--fa--fa: "BB"}.fa-baby{--fa: "\f77c";--fa--fa: "\f77c\f77c"}.fa-baby-carriage{--fa: "\f77d";--fa--fa: "\f77d\f77d"}.fa-backpack{--fa: "\f5d4";--fa--fa: "\f5d4\f5d4"}.fa-backspace{--fa: "\f55a";--fa--fa: "\f55a\f55a"}.fa-backward{--fa: "\f04a";--fa--fa: "\f04a\f04a"}.fa-backward-fast{--fa: "\f049";--fa--fa: "\f049\f049"}.fa-backward-step{--fa: "\f048";--fa--fa: "\f048\f048"}.fa-bacon{--fa: "\f7e5";--fa--fa: "\f7e5\f7e5"}.fa-bacteria{--fa: "\e059";--fa--fa: "\e059\e059"}.fa-bacterium{--fa: "\e05a";--fa--fa: "\e05a\e05a"}.fa-badge{--fa: "\f335";--fa--fa: "\f335\f335"}.fa-badge-check{--fa: "\f336";--fa--fa: "\f336\f336"}.fa-badge-dollar{--fa: "\f645";--fa--fa: "\f645\f645"}.fa-badge-percent{--fa: "\f646";--fa--fa: "\f646\f646"}.fa-badge-sheriff{--fa: "\f8a2";--fa--fa: "\f8a2\f8a2"}.fa-badger-honey{--fa: "\f6b4";--fa--fa: "\f6b4\f6b4"}.fa-badminton{--fa: "\e33a";--fa--fa: "\e33a\e33a"}.fa-bag-seedling{--fa: "\e5f2";--fa--fa: "\e5f2\e5f2"}.fa-bag-shopping{--fa: "\f290";--fa--fa: "\f290\f290"}.fa-bag-shopping-minus{--fa: "\e650";--fa--fa: "\e650\e650"}.fa-bag-shopping-plus{--fa: "\e651";--fa--fa: "\e651\e651"}.fa-bagel{--fa: "\e3d7";--fa--fa: "\e3d7\e3d7"}.fa-bags-shopping{--fa: "\f847";--fa--fa: "\f847\f847"}.fa-baguette{--fa: "\e3d8";--fa--fa: "\e3d8\e3d8"}.fa-bahai{--fa: "\f666";--fa--fa: "\f666\f666"}.fa-baht-sign{--fa: "\e0ac";--fa--fa: "\e0ac\e0ac"}.fa-balance-scale{--fa: "\f24e";--fa--fa: "\f24e\f24e"}.fa-balance-scale-left{--fa: "\f515";--fa--fa: "\f515\f515"}.fa-balance-scale-right{--fa: "\f516";--fa--fa: "\f516\f516"}.fa-ball-pile{--fa: "\f77e";--fa--fa: "\f77e\f77e"}.fa-balloon{--fa: "\e2e3";--fa--fa: "\e2e3\e2e3"}.fa-balloons{--fa: "\e2e4";--fa--fa: "\e2e4\e2e4"}.fa-ballot{--fa: "\f732";--fa--fa: "\f732\f732"}.fa-ballot-check{--fa: "\f733";--fa--fa: "\f733\f733"}.fa-ban{--fa: "\f05e";--fa--fa: "\f05e\f05e"}.fa-ban-bug{--fa: "\f7f9";--fa--fa: "\f7f9\f7f9"}.fa-ban-parking{--fa: "\f616";--fa--fa: "\f616\f616"}.fa-ban-smoking{--fa: "\f54d";--fa--fa: "\f54d\f54d"}.fa-banana{--fa: "\e2e5";--fa--fa: "\e2e5\e2e5"}.fa-band-aid,.fa-bandage{--fa: "\f462";--fa--fa: "\f462\f462"}.fa-bangladeshi-taka-sign{--fa: "\e2e6";--fa--fa: "\e2e6\e2e6"}.fa-banjo{--fa: "\f8a3";--fa--fa: "\f8a3\f8a3"}.fa-bank{--fa: "\f19c";--fa--fa: "\f19c\f19c"}.fa-bar-chart{--fa: "\f080";--fa--fa: "\f080\f080"}.fa-barcode{--fa: "\f02a";--fa--fa: "\f02a\f02a"}.fa-barcode-alt{--fa: "\f463";--fa--fa: "\f463\f463"}.fa-barcode-read{--fa: "\f464";--fa--fa: "\f464\f464"}.fa-barcode-scan{--fa: "\f465";--fa--fa: "\f465\f465"}.fa-barn-silo{--fa: "\f864";--fa--fa: "\f864\f864"}.fa-bars{--fa: "\f0c9";--fa--fa: "\f0c9\f0c9"}.fa-bars-filter{--fa: "\e0ad";--fa--fa: "\e0ad\e0ad"}.fa-bars-progress{--fa: "\f828";--fa--fa: "\f828\f828"}.fa-bars-sort{--fa: "\e0ae";--fa--fa: "\e0ae\e0ae"}.fa-bars-staggered{--fa: "\f550";--fa--fa: "\f550\f550"}.fa-baseball,.fa-baseball-ball{--fa: "\f433";--fa--fa: "\f433\f433"}.fa-baseball-bat-ball{--fa: "\f432";--fa--fa: "\f432\f432"}.fa-basket-shopping{--fa: "\f291";--fa--fa: "\f291\f291"}.fa-basket-shopping-minus{--fa: "\e652";--fa--fa: "\e652\e652"}.fa-basket-shopping-plus{--fa: "\e653";--fa--fa: "\e653\e653"}.fa-basket-shopping-simple{--fa: "\e0af";--fa--fa: "\e0af\e0af"}.fa-basketball,.fa-basketball-ball{--fa: "\f434";--fa--fa: "\f434\f434"}.fa-basketball-hoop{--fa: "\f435";--fa--fa: "\f435\f435"}.fa-bat{--fa: "\f6b5";--fa--fa: "\f6b5\f6b5"}.fa-bath,.fa-bathtub{--fa: "\f2cd";--fa--fa: "\f2cd\f2cd"}.fa-battery{--fa: "\f240";--fa--fa: "\f240\f240"}.fa-battery-0{--fa: "\f244";--fa--fa: "\f244\f244"}.fa-battery-1{--fa: "\e0b1";--fa--fa: "\e0b1\e0b1"}.fa-battery-2{--fa: "\f243";--fa--fa: "\f243\f243"}.fa-battery-3{--fa: "\f242";--fa--fa: "\f242\f242"}.fa-battery-4{--fa: "\f241";--fa--fa: "\f241\f241"}.fa-battery-5{--fa: "\f240";--fa--fa: "\f240\f240"}.fa-battery-bolt{--fa: "\f376";--fa--fa: "\f376\f376"}.fa-battery-car{--fa: "\f5df";--fa--fa: "\f5df\f5df"}.fa-battery-empty{--fa: "\f244";--fa--fa: "\f244\f244"}.fa-battery-exclamation{--fa: "\e0b0";--fa--fa: "\e0b0\e0b0"}.fa-battery-full{--fa: "\f240";--fa--fa: "\f240\f240"}.fa-battery-half{--fa: "\f242";--fa--fa: "\f242\f242"}.fa-battery-low{--fa: "\e0b1";--fa--fa: "\e0b1\e0b1"}.fa-battery-quarter{--fa: "\f243";--fa--fa: "\f243\f243"}.fa-battery-slash{--fa: "\f377";--fa--fa: "\f377\f377"}.fa-battery-three-quarters{--fa: "\f241";--fa--fa: "\f241\f241"}.fa-bed{--fa: "\f236";--fa--fa: "\f236\f236"}.fa-bed-alt{--fa: "\f8f7";--fa--fa: "\f8f7\f8f7"}.fa-bed-bunk{--fa: "\f8f8";--fa--fa: "\f8f8\f8f8"}.fa-bed-empty{--fa: "\f8f9";--fa--fa: "\f8f9\f8f9"}.fa-bed-front{--fa: "\f8f7";--fa--fa: "\f8f7\f8f7"}.fa-bed-pulse{--fa: "\f487";--fa--fa: "\f487\f487"}.fa-bee{--fa: "\e0b2";--fa--fa: "\e0b2\e0b2"}.fa-beer{--fa: "\f0fc";--fa--fa: "\f0fc\f0fc"}.fa-beer-foam,.fa-beer-mug{--fa: "\e0b3";--fa--fa: "\e0b3\e0b3"}.fa-beer-mug-empty{--fa: "\f0fc";--fa--fa: "\f0fc\f0fc"}.fa-bell{--fa: "\f0f3";--fa--fa: "\f0f3\f0f3"}.fa-bell-concierge{--fa: "\f562";--fa--fa: "\f562\f562"}.fa-bell-exclamation{--fa: "\f848";--fa--fa: "\f848\f848"}.fa-bell-on{--fa: "\f8fa";--fa--fa: "\f8fa\f8fa"}.fa-bell-plus{--fa: "\f849";--fa--fa: "\f849\f849"}.fa-bell-ring{--fa: "\e62c";--fa--fa: "\e62c\e62c"}.fa-bell-school{--fa: "\f5d5";--fa--fa: "\f5d5\f5d5"}.fa-bell-school-slash{--fa: "\f5d6";--fa--fa: "\f5d6\f5d6"}.fa-bell-slash{--fa: "\f1f6";--fa--fa: "\f1f6\f1f6"}.fa-bells{--fa: "\f77f";--fa--fa: "\f77f\f77f"}.fa-bench-tree{--fa: "\e2e7";--fa--fa: "\e2e7\e2e7"}.fa-betamax{--fa: "\f8a4";--fa--fa: "\f8a4\f8a4"}.fa-bezier-curve{--fa: "\f55b";--fa--fa: "\f55b\f55b"}.fa-bible{--fa: "\f647";--fa--fa: "\f647\f647"}.fa-bicycle{--fa: "\f206";--fa--fa: "\f206\f206"}.fa-biking{--fa: "\f84a";--fa--fa: "\f84a\f84a"}.fa-biking-mountain{--fa: "\f84b";--fa--fa: "\f84b\f84b"}.fa-billboard{--fa: "\e5cd";--fa--fa: "\e5cd\e5cd"}.fa-bin-bottles{--fa: "\e5f5";--fa--fa: "\e5f5\e5f5"}.fa-bin-bottles-recycle{--fa: "\e5f6";--fa--fa: "\e5f6\e5f6"}.fa-bin-recycle{--fa: "\e5f7";--fa--fa: "\e5f7\e5f7"}.fa-binary{--fa: "\e33b";--fa--fa: "\e33b\e33b"}.fa-binary-circle-check{--fa: "\e33c";--fa--fa: "\e33c\e33c"}.fa-binary-lock{--fa: "\e33d";--fa--fa: "\e33d\e33d"}.fa-binary-slash{--fa: "\e33e";--fa--fa: "\e33e\e33e"}.fa-binoculars{--fa: "\f1e5";--fa--fa: "\f1e5\f1e5"}.fa-biohazard{--fa: "\f780";--fa--fa: "\f780\f780"}.fa-bird{--fa: "\e469";--fa--fa: "\e469\e469"}.fa-birthday-cake{--fa: "\f1fd";--fa--fa: "\f1fd\f1fd"}.fa-bitcoin-sign{--fa: "\e0b4";--fa--fa: "\e0b4\e0b4"}.fa-blackboard{--fa: "\f51b";--fa--fa: "\f51b\f51b"}.fa-blanket{--fa: "\f498";--fa--fa: "\f498\f498"}.fa-blanket-fire{--fa: "\e3da";--fa--fa: "\e3da\e3da"}.fa-blender{--fa: "\f517";--fa--fa: "\f517\f517"}.fa-blender-phone{--fa: "\f6b6";--fa--fa: "\f6b6\f6b6"}.fa-blind{--fa: "\f29d";--fa--fa: "\f29d\f29d"}.fa-blinds{--fa: "\f8fb";--fa--fa: "\f8fb\f8fb"}.fa-blinds-open{--fa: "\f8fc";--fa--fa: "\f8fc\f8fc"}.fa-blinds-raised{--fa: "\f8fd";--fa--fa: "\f8fd\f8fd"}.fa-block{--fa: "\e46a";--fa--fa: "\e46a\e46a"}.fa-block-brick{--fa: "\e3db";--fa--fa: "\e3db\e3db"}.fa-block-brick-fire{--fa: "\e3dc";--fa--fa: "\e3dc\e3dc"}.fa-block-question{--fa: "\e3dd";--fa--fa: "\e3dd\e3dd"}.fa-block-quote{--fa: "\e0b5";--fa--fa: "\e0b5\e0b5"}.fa-blog{--fa: "\f781";--fa--fa: "\f781\f781"}.fa-blueberries{--fa: "\e2e8";--fa--fa: "\e2e8\e2e8"}.fa-bluetooth{--fa: "\f293";--fa--fa: "\f293\f293"}.fa-bold{--fa: "\f032";--fa--fa: "\f032\f032"}.fa-bolt{--fa: "\f0e7";--fa--fa: "\f0e7\f0e7"}.fa-bolt-auto{--fa: "\e0b6";--fa--fa: "\e0b6\e0b6"}.fa-bolt-lightning{--fa: "\e0b7";--fa--fa: "\e0b7\e0b7"}.fa-bolt-slash{--fa: "\e0b8";--fa--fa: "\e0b8\e0b8"}.fa-bomb{--fa: "\f1e2";--fa--fa: "\f1e2\f1e2"}.fa-bone{--fa: "\f5d7";--fa--fa: "\f5d7\f5d7"}.fa-bone-break{--fa: "\f5d8";--fa--fa: "\f5d8\f5d8"}.fa-bong{--fa: "\f55c";--fa--fa: "\f55c\f55c"}.fa-book{--fa: "\f02d";--fa--fa: "\f02d\f02d"}.fa-book-alt{--fa: "\f5d9";--fa--fa: "\f5d9\f5d9"}.fa-book-arrow-right{--fa: "\e0b9";--fa--fa: "\e0b9\e0b9"}.fa-book-arrow-up{--fa: "\e0ba";--fa--fa: "\e0ba\e0ba"}.fa-book-atlas{--fa: "\f558";--fa--fa: "\f558\f558"}.fa-book-bible{--fa: "\f647";--fa--fa: "\f647\f647"}.fa-book-blank{--fa: "\f5d9";--fa--fa: "\f5d9\f5d9"}.fa-book-bookmark{--fa: "\e0bb";--fa--fa: "\e0bb\e0bb"}.fa-book-circle{--fa: "\e0ff";--fa--fa: "\e0ff\e0ff"}.fa-book-circle-arrow-right{--fa: "\e0bc";--fa--fa: "\e0bc\e0bc"}.fa-book-circle-arrow-up{--fa: "\e0bd";--fa--fa: "\e0bd\e0bd"}.fa-book-copy{--fa: "\e0be";--fa--fa: "\e0be\e0be"}.fa-book-dead{--fa: "\f6b7";--fa--fa: "\f6b7\f6b7"}.fa-book-font{--fa: "\e0bf";--fa--fa: "\e0bf\e0bf"}.fa-book-heart{--fa: "\f499";--fa--fa: "\f499\f499"}.fa-book-journal-whills{--fa: "\f66a";--fa--fa: "\f66a\f66a"}.fa-book-law{--fa: "\e0c1";--fa--fa: "\e0c1\e0c1"}.fa-book-medical{--fa: "\f7e6";--fa--fa: "\f7e6\f7e6"}.fa-book-open{--fa: "\f518";--fa--fa: "\f518\f518"}.fa-book-open-alt,.fa-book-open-cover{--fa: "\e0c0";--fa--fa: "\e0c0\e0c0"}.fa-book-open-reader{--fa: "\f5da";--fa--fa: "\f5da\f5da"}.fa-book-quran{--fa: "\f687";--fa--fa: "\f687\f687"}.fa-book-reader{--fa: "\f5da";--fa--fa: "\f5da\f5da"}.fa-book-section{--fa: "\e0c1";--fa--fa: "\e0c1\e0c1"}.fa-book-skull{--fa: "\f6b7";--fa--fa: "\f6b7\f6b7"}.fa-book-sparkles,.fa-book-spells{--fa: "\f6b8";--fa--fa: "\f6b8\f6b8"}.fa-book-tanakh{--fa: "\f827";--fa--fa: "\f827\f827"}.fa-book-user{--fa: "\f7e7";--fa--fa: "\f7e7\f7e7"}.fa-bookmark{--fa: "\f02e";--fa--fa: "\f02e\f02e"}.fa-bookmark-circle{--fa: "\e100";--fa--fa: "\e100\e100"}.fa-bookmark-slash{--fa: "\e0c2";--fa--fa: "\e0c2\e0c2"}.fa-books{--fa: "\f5db";--fa--fa: "\f5db\f5db"}.fa-books-medical{--fa: "\f7e8";--fa--fa: "\f7e8\f7e8"}.fa-boombox{--fa: "\f8a5";--fa--fa: "\f8a5\f8a5"}.fa-boot{--fa: "\f782";--fa--fa: "\f782\f782"}.fa-boot-heeled{--fa: "\e33f";--fa--fa: "\e33f\e33f"}.fa-booth-curtain{--fa: "\f734";--fa--fa: "\f734\f734"}.fa-border-all{--fa: "\f84c";--fa--fa: "\f84c\f84c"}.fa-border-bottom{--fa: "\f84d";--fa--fa: "\f84d\f84d"}.fa-border-bottom-right{--fa: "\f854";--fa--fa: "\f854\f854"}.fa-border-center-h{--fa: "\f89c";--fa--fa: "\f89c\f89c"}.fa-border-center-v{--fa: "\f89d";--fa--fa: "\f89d\f89d"}.fa-border-inner{--fa: "\f84e";--fa--fa: "\f84e\f84e"}.fa-border-left{--fa: "\f84f";--fa--fa: "\f84f\f84f"}.fa-border-none{--fa: "\f850";--fa--fa: "\f850\f850"}.fa-border-outer{--fa: "\f851";--fa--fa: "\f851\f851"}.fa-border-right{--fa: "\f852";--fa--fa: "\f852\f852"}.fa-border-style{--fa: "\f853";--fa--fa: "\f853\f853"}.fa-border-style-alt{--fa: "\f854";--fa--fa: "\f854\f854"}.fa-border-top{--fa: "\f855";--fa--fa: "\f855\f855"}.fa-border-top-left{--fa: "\f853";--fa--fa: "\f853\f853"}.fa-bore-hole{--fa: "\e4c3";--fa--fa: "\e4c3\e4c3"}.fa-bottle-baby{--fa: "\e673";--fa--fa: "\e673\e673"}.fa-bottle-droplet{--fa: "\e4c4";--fa--fa: "\e4c4\e4c4"}.fa-bottle-water{--fa: "\e4c5";--fa--fa: "\e4c5\e4c5"}.fa-bow-arrow{--fa: "\f6b9";--fa--fa: "\f6b9\f6b9"}.fa-bowl-chopsticks{--fa: "\e2e9";--fa--fa: "\e2e9\e2e9"}.fa-bowl-chopsticks-noodles{--fa: "\e2ea";--fa--fa: "\e2ea\e2ea"}.fa-bowl-food{--fa: "\e4c6";--fa--fa: "\e4c6\e4c6"}.fa-bowl-hot{--fa: "\f823";--fa--fa: "\f823\f823"}.fa-bowl-rice{--fa: "\e2eb";--fa--fa: "\e2eb\e2eb"}.fa-bowl-salad{--fa: "\f81e";--fa--fa: "\f81e\f81e"}.fa-bowl-scoop{--fa: "\e3de";--fa--fa: "\e3de\e3de"}.fa-bowl-scoops{--fa: "\e3df";--fa--fa: "\e3df\e3df"}.fa-bowl-shaved-ice{--fa: "\e3de";--fa--fa: "\e3de\e3de"}.fa-bowl-soft-serve{--fa: "\e46b";--fa--fa: "\e46b\e46b"}.fa-bowl-spoon{--fa: "\e3e0";--fa--fa: "\e3e0\e3e0"}.fa-bowling-ball{--fa: "\f436";--fa--fa: "\f436\f436"}.fa-bowling-ball-pin{--fa: "\e0c3";--fa--fa: "\e0c3\e0c3"}.fa-bowling-pins{--fa: "\f437";--fa--fa: "\f437\f437"}.fa-box{--fa: "\f466";--fa--fa: "\f466\f466"}.fa-box-alt{--fa: "\f49a";--fa--fa: "\f49a\f49a"}.fa-box-archive{--fa: "\f187";--fa--fa: "\f187\f187"}.fa-box-ballot{--fa: "\f735";--fa--fa: "\f735\f735"}.fa-box-check{--fa: "\f467";--fa--fa: "\f467\f467"}.fa-box-circle-check{--fa: "\e0c4";--fa--fa: "\e0c4\e0c4"}.fa-box-dollar{--fa: "\f4a0";--fa--fa: "\f4a0\f4a0"}.fa-box-fragile{--fa: "\f49b";--fa--fa: "\f49b\f49b"}.fa-box-full{--fa: "\f49c";--fa--fa: "\f49c\f49c"}.fa-box-heart{--fa: "\f49d";--fa--fa: "\f49d\f49d"}.fa-box-open{--fa: "\f49e";--fa--fa: "\f49e\f49e"}.fa-box-open-full{--fa: "\f49c";--fa--fa: "\f49c\f49c"}.fa-box-taped{--fa: "\f49a";--fa--fa: "\f49a\f49a"}.fa-box-tissue{--fa: "\e05b";--fa--fa: "\e05b\e05b"}.fa-box-up{--fa: "\f49f";--fa--fa: "\f49f\f49f"}.fa-box-usd{--fa: "\f4a0";--fa--fa: "\f4a0\f4a0"}.fa-boxes,.fa-boxes-alt{--fa: "\f468";--fa--fa: "\f468\f468"}.fa-boxes-packing{--fa: "\e4c7";--fa--fa: "\e4c7\e4c7"}.fa-boxes-stacked{--fa: "\f468";--fa--fa: "\f468\f468"}.fa-boxing-glove{--fa: "\f438";--fa--fa: "\f438\f438"}.fa-bracket{--fa: "[";--fa--fa: "[["}.fa-bracket-curly,.fa-bracket-curly-left{--fa: "{";--fa--fa: "{{"}.fa-bracket-curly-right{--fa: "}";--fa--fa: "}}"}.fa-bracket-left{--fa: "[";--fa--fa: "[["}.fa-bracket-round{--fa: "(";--fa--fa: "(("}.fa-bracket-round-right{--fa: ")";--fa--fa: "))"}.fa-bracket-square{--fa: "[";--fa--fa: "[["}.fa-bracket-square-right{--fa: "]";--fa--fa: "]]"}.fa-brackets{--fa: "\f7e9";--fa--fa: "\f7e9\f7e9"}.fa-brackets-curly{--fa: "\f7ea";--fa--fa: "\f7ea\f7ea"}.fa-brackets-round{--fa: "\e0c5";--fa--fa: "\e0c5\e0c5"}.fa-brackets-square{--fa: "\f7e9";--fa--fa: "\f7e9\f7e9"}.fa-braille{--fa: "\f2a1";--fa--fa: "\f2a1\f2a1"}.fa-brain{--fa: "\f5dc";--fa--fa: "\f5dc\f5dc"}.fa-brain-arrow-curved-right{--fa: "\f677";--fa--fa: "\f677\f677"}.fa-brain-circuit{--fa: "\e0c6";--fa--fa: "\e0c6\e0c6"}.fa-brake-warning{--fa: "\e0c7";--fa--fa: "\e0c7\e0c7"}.fa-brazilian-real-sign{--fa: "\e46c";--fa--fa: "\e46c\e46c"}.fa-bread-loaf{--fa: "\f7eb";--fa--fa: "\f7eb\f7eb"}.fa-bread-slice{--fa: "\f7ec";--fa--fa: "\f7ec\f7ec"}.fa-bread-slice-butter{--fa: "\e3e1";--fa--fa: "\e3e1\e3e1"}.fa-bridge{--fa: "\e4c8";--fa--fa: "\e4c8\e4c8"}.fa-bridge-circle-check{--fa: "\e4c9";--fa--fa: "\e4c9\e4c9"}.fa-bridge-circle-exclamation{--fa: "\e4ca";--fa--fa: "\e4ca\e4ca"}.fa-bridge-circle-xmark{--fa: "\e4cb";--fa--fa: "\e4cb\e4cb"}.fa-bridge-lock{--fa: "\e4cc";--fa--fa: "\e4cc\e4cc"}.fa-bridge-suspension{--fa: "\e4cd";--fa--fa: "\e4cd\e4cd"}.fa-bridge-water{--fa: "\e4ce";--fa--fa: "\e4ce\e4ce"}.fa-briefcase{--fa: "\f0b1";--fa--fa: "\f0b1\f0b1"}.fa-briefcase-arrow-right{--fa: "\e2f2";--fa--fa: "\e2f2\e2f2"}.fa-briefcase-blank{--fa: "\e0c8";--fa--fa: "\e0c8\e0c8"}.fa-briefcase-clock{--fa: "\f64a";--fa--fa: "\f64a\f64a"}.fa-briefcase-medical{--fa: "\f469";--fa--fa: "\f469\f469"}.fa-brightness{--fa: "\e0c9";--fa--fa: "\e0c9\e0c9"}.fa-brightness-low{--fa: "\e0ca";--fa--fa: "\e0ca\e0ca"}.fa-bring-forward{--fa: "\f856";--fa--fa: "\f856\f856"}.fa-bring-front{--fa: "\f857";--fa--fa: "\f857\f857"}.fa-broadcast-tower{--fa: "\f519";--fa--fa: "\f519\f519"}.fa-broccoli{--fa: "\e3e2";--fa--fa: "\e3e2\e3e2"}.fa-broom{--fa: "\f51a";--fa--fa: "\f51a\f51a"}.fa-broom-ball{--fa: "\f458";--fa--fa: "\f458\f458"}.fa-broom-wide{--fa: "\e5d1";--fa--fa: "\e5d1\e5d1"}.fa-browser{--fa: "\f37e";--fa--fa: "\f37e\f37e"}.fa-browsers{--fa: "\e0cb";--fa--fa: "\e0cb\e0cb"}.fa-brush{--fa: "\f55d";--fa--fa: "\f55d\f55d"}.fa-bucket{--fa: "\e4cf";--fa--fa: "\e4cf\e4cf"}.fa-bug{--fa: "\f188";--fa--fa: "\f188\f188"}.fa-bug-slash{--fa: "\e490";--fa--fa: "\e490\e490"}.fa-bugs{--fa: "\e4d0";--fa--fa: "\e4d0\e4d0"}.fa-building{--fa: "\f1ad";--fa--fa: "\f1ad\f1ad"}.fa-building-circle-arrow-right{--fa: "\e4d1";--fa--fa: "\e4d1\e4d1"}.fa-building-circle-check{--fa: "\e4d2";--fa--fa: "\e4d2\e4d2"}.fa-building-circle-exclamation{--fa: "\e4d3";--fa--fa: "\e4d3\e4d3"}.fa-building-circle-xmark{--fa: "\e4d4";--fa--fa: "\e4d4\e4d4"}.fa-building-columns{--fa: "\f19c";--fa--fa: "\f19c\f19c"}.fa-building-flag{--fa: "\e4d5";--fa--fa: "\e4d5\e4d5"}.fa-building-lock{--fa: "\e4d6";--fa--fa: "\e4d6\e4d6"}.fa-building-magnifying-glass{--fa: "\e61c";--fa--fa: "\e61c\e61c"}.fa-building-memo{--fa: "\e61e";--fa--fa: "\e61e\e61e"}.fa-building-ngo{--fa: "\e4d7";--fa--fa: "\e4d7\e4d7"}.fa-building-shield{--fa: "\e4d8";--fa--fa: "\e4d8\e4d8"}.fa-building-un{--fa: "\e4d9";--fa--fa: "\e4d9\e4d9"}.fa-building-user{--fa: "\e4da";--fa--fa: "\e4da\e4da"}.fa-building-wheat{--fa: "\e4db";--fa--fa: "\e4db\e4db"}.fa-buildings{--fa: "\e0cc";--fa--fa: "\e0cc\e0cc"}.fa-bulldozer{--fa: "\e655";--fa--fa: "\e655\e655"}.fa-bullhorn{--fa: "\f0a1";--fa--fa: "\f0a1\f0a1"}.fa-bullseye{--fa: "\f140";--fa--fa: "\f140\f140"}.fa-bullseye-arrow{--fa: "\f648";--fa--fa: "\f648\f648"}.fa-bullseye-pointer{--fa: "\f649";--fa--fa: "\f649\f649"}.fa-buoy{--fa: "\e5b5";--fa--fa: "\e5b5\e5b5"}.fa-buoy-mooring{--fa: "\e5b6";--fa--fa: "\e5b6\e5b6"}.fa-burger{--fa: "\f805";--fa--fa: "\f805\f805"}.fa-burger-cheese{--fa: "\f7f1";--fa--fa: "\f7f1\f7f1"}.fa-burger-fries{--fa: "\e0cd";--fa--fa: "\e0cd\e0cd"}.fa-burger-glass{--fa: "\e0ce";--fa--fa: "\e0ce\e0ce"}.fa-burger-lettuce{--fa: "\e3e3";--fa--fa: "\e3e3\e3e3"}.fa-burger-soda{--fa: "\f858";--fa--fa: "\f858\f858"}.fa-burn{--fa: "\f46a";--fa--fa: "\f46a\f46a"}.fa-burrito{--fa: "\f7ed";--fa--fa: "\f7ed\f7ed"}.fa-burst{--fa: "\e4dc";--fa--fa: "\e4dc\e4dc"}.fa-bus{--fa: "\f207";--fa--fa: "\f207\f207"}.fa-bus-alt{--fa: "\f55e";--fa--fa: "\f55e\f55e"}.fa-bus-school{--fa: "\f5dd";--fa--fa: "\f5dd\f5dd"}.fa-bus-simple{--fa: "\f55e";--fa--fa: "\f55e\f55e"}.fa-business-front{--fa: "\e45c";--fa--fa: "\e45c\e45c"}.fa-business-time{--fa: "\f64a";--fa--fa: "\f64a\f64a"}.fa-butter{--fa: "\e3e4";--fa--fa: "\e3e4\e3e4"}.fa-c{--fa: "C";--fa--fa: "CC"}.fa-cab{--fa: "\f1ba";--fa--fa: "\f1ba\f1ba"}.fa-cabin{--fa: "\e46d";--fa--fa: "\e46d\e46d"}.fa-cabinet-filing{--fa: "\f64b";--fa--fa: "\f64b\f64b"}.fa-cable-car{--fa: "\f7da";--fa--fa: "\f7da\f7da"}.fa-cactus{--fa: "\f8a7";--fa--fa: "\f8a7\f8a7"}.fa-caduceus{--fa: "\e681";--fa--fa: "\e681\e681"}.fa-cake,.fa-cake-candles{--fa: "\f1fd";--fa--fa: "\f1fd\f1fd"}.fa-cake-slice{--fa: "\e3e5";--fa--fa: "\e3e5\e3e5"}.fa-calculator{--fa: "\f1ec";--fa--fa: "\f1ec\f1ec"}.fa-calculator-alt,.fa-calculator-simple{--fa: "\f64c";--fa--fa: "\f64c\f64c"}.fa-calendar{--fa: "\f133";--fa--fa: "\f133\f133"}.fa-calendar-alt{--fa: "\f073";--fa--fa: "\f073\f073"}.fa-calendar-arrow-down{--fa: "\e0d0";--fa--fa: "\e0d0\e0d0"}.fa-calendar-arrow-up{--fa: "\e0d1";--fa--fa: "\e0d1\e0d1"}.fa-calendar-check{--fa: "\f274";--fa--fa: "\f274\f274"}.fa-calendar-circle{--fa: "\e102";--fa--fa: "\e102\e102"}.fa-calendar-circle-exclamation{--fa: "\e46e";--fa--fa: "\e46e\e46e"}.fa-calendar-circle-minus{--fa: "\e46f";--fa--fa: "\e46f\e46f"}.fa-calendar-circle-plus{--fa: "\e470";--fa--fa: "\e470\e470"}.fa-calendar-circle-user{--fa: "\e471";--fa--fa: "\e471\e471"}.fa-calendar-clock{--fa: "\e0d2";--fa--fa: "\e0d2\e0d2"}.fa-calendar-day{--fa: "\f783";--fa--fa: "\f783\f783"}.fa-calendar-days{--fa: "\f073";--fa--fa: "\f073\f073"}.fa-calendar-download{--fa: "\e0d0";--fa--fa: "\e0d0\e0d0"}.fa-calendar-edit{--fa: "\f333";--fa--fa: "\f333\f333"}.fa-calendar-exclamation{--fa: "\f334";--fa--fa: "\f334\f334"}.fa-calendar-heart{--fa: "\e0d3";--fa--fa: "\e0d3\e0d3"}.fa-calendar-image{--fa: "\e0d4";--fa--fa: "\e0d4\e0d4"}.fa-calendar-lines{--fa: "\e0d5";--fa--fa: "\e0d5\e0d5"}.fa-calendar-lines-pen{--fa: "\e472";--fa--fa: "\e472\e472"}.fa-calendar-minus{--fa: "\f272";--fa--fa: "\f272\f272"}.fa-calendar-note{--fa: "\e0d5";--fa--fa: "\e0d5\e0d5"}.fa-calendar-pen{--fa: "\f333";--fa--fa: "\f333\f333"}.fa-calendar-plus{--fa: "\f271";--fa--fa: "\f271\f271"}.fa-calendar-range{--fa: "\e0d6";--fa--fa: "\e0d6\e0d6"}.fa-calendar-star{--fa: "\f736";--fa--fa: "\f736\f736"}.fa-calendar-time{--fa: "\e0d2";--fa--fa: "\e0d2\e0d2"}.fa-calendar-times{--fa: "\f273";--fa--fa: "\f273\f273"}.fa-calendar-upload{--fa: "\e0d1";--fa--fa: "\e0d1\e0d1"}.fa-calendar-users{--fa: "\e5e2";--fa--fa: "\e5e2\e5e2"}.fa-calendar-week{--fa: "\f784";--fa--fa: "\f784\f784"}.fa-calendar-xmark{--fa: "\f273";--fa--fa: "\f273\f273"}.fa-calendars{--fa: "\e0d7";--fa--fa: "\e0d7\e0d7"}.fa-camcorder{--fa: "\f8a8";--fa--fa: "\f8a8\f8a8"}.fa-camera,.fa-camera-alt{--fa: "\f030";--fa--fa: "\f030\f030"}.fa-camera-cctv{--fa: "\f8ac";--fa--fa: "\f8ac\f8ac"}.fa-camera-circle{--fa: "\e103";--fa--fa: "\e103\e103"}.fa-camera-home{--fa: "\f8fe";--fa--fa: "\f8fe\f8fe"}.fa-camera-movie{--fa: "\f8a9";--fa--fa: "\f8a9\f8a9"}.fa-camera-polaroid{--fa: "\f8aa";--fa--fa: "\f8aa\f8aa"}.fa-camera-retro{--fa: "\f083";--fa--fa: "\f083\f083"}.fa-camera-rotate{--fa: "\e0d8";--fa--fa: "\e0d8\e0d8"}.fa-camera-security{--fa: "\f8fe";--fa--fa: "\f8fe\f8fe"}.fa-camera-slash{--fa: "\e0d9";--fa--fa: "\e0d9\e0d9"}.fa-camera-viewfinder{--fa: "\e0da";--fa--fa: "\e0da\e0da"}.fa-camera-web{--fa: "\f832";--fa--fa: "\f832\f832"}.fa-camera-web-slash{--fa: "\f833";--fa--fa: "\f833\f833"}.fa-campfire{--fa: "\f6ba";--fa--fa: "\f6ba\f6ba"}.fa-campground{--fa: "\f6bb";--fa--fa: "\f6bb\f6bb"}.fa-can-food{--fa: "\e3e6";--fa--fa: "\e3e6\e3e6"}.fa-cancel{--fa: "\f05e";--fa--fa: "\f05e\f05e"}.fa-candle-holder{--fa: "\f6bc";--fa--fa: "\f6bc\f6bc"}.fa-candy{--fa: "\e3e7";--fa--fa: "\e3e7\e3e7"}.fa-candy-bar{--fa: "\e3e8";--fa--fa: "\e3e8\e3e8"}.fa-candy-cane{--fa: "\f786";--fa--fa: "\f786\f786"}.fa-candy-corn{--fa: "\f6bd";--fa--fa: "\f6bd\f6bd"}.fa-cannabis{--fa: "\f55f";--fa--fa: "\f55f\f55f"}.fa-cannon{--fa: "\e642";--fa--fa: "\e642\e642"}.fa-capsules{--fa: "\f46b";--fa--fa: "\f46b\f46b"}.fa-car{--fa: "\f1b9";--fa--fa: "\f1b9\f1b9"}.fa-car-alt{--fa: "\f5de";--fa--fa: "\f5de\f5de"}.fa-car-battery{--fa: "\f5df";--fa--fa: "\f5df\f5df"}.fa-car-bolt{--fa: "\e341";--fa--fa: "\e341\e341"}.fa-car-building{--fa: "\f859";--fa--fa: "\f859\f859"}.fa-car-bump{--fa: "\f5e0";--fa--fa: "\f5e0\f5e0"}.fa-car-burst{--fa: "\f5e1";--fa--fa: "\f5e1\f5e1"}.fa-car-bus{--fa: "\f85a";--fa--fa: "\f85a\f85a"}.fa-car-circle-bolt{--fa: "\e342";--fa--fa: "\e342\e342"}.fa-car-crash{--fa: "\f5e1";--fa--fa: "\f5e1\f5e1"}.fa-car-garage{--fa: "\f5e2";--fa--fa: "\f5e2\f5e2"}.fa-car-mechanic{--fa: "\f5e3";--fa--fa: "\f5e3\f5e3"}.fa-car-mirrors{--fa: "\e343";--fa--fa: "\e343\e343"}.fa-car-on{--fa: "\e4dd";--fa--fa: "\e4dd\e4dd"}.fa-car-people{--fa: "\e69c";--fa--fa: "\e69c\e69c"}.fa-car-rear{--fa: "\f5de";--fa--fa: "\f5de\f5de"}.fa-car-side{--fa: "\f5e4";--fa--fa: "\f5e4\f5e4"}.fa-car-side-bolt{--fa: "\e344";--fa--fa: "\e344\e344"}.fa-car-tilt{--fa: "\f5e5";--fa--fa: "\f5e5\f5e5"}.fa-car-tunnel{--fa: "\e4de";--fa--fa: "\e4de\e4de"}.fa-car-wash{--fa: "\f5e6";--fa--fa: "\f5e6\f5e6"}.fa-car-wrench{--fa: "\f5e3";--fa--fa: "\f5e3\f5e3"}.fa-caravan{--fa: "\f8ff";--fa--fa: "\f8ff\f8ff"}.fa-caravan-alt,.fa-caravan-simple{--fa: "\e000";--fa--fa: "\e000\e000"}.fa-card-club{--fa: "\e3e9";--fa--fa: "\e3e9\e3e9"}.fa-card-diamond{--fa: "\e3ea";--fa--fa: "\e3ea\e3ea"}.fa-card-heart{--fa: "\e3eb";--fa--fa: "\e3eb\e3eb"}.fa-card-spade{--fa: "\e3ec";--fa--fa: "\e3ec\e3ec"}.fa-cards{--fa: "\e3ed";--fa--fa: "\e3ed\e3ed"}.fa-cards-blank{--fa: "\e4df";--fa--fa: "\e4df\e4df"}.fa-caret-circle-down{--fa: "\f32d";--fa--fa: "\f32d\f32d"}.fa-caret-circle-left{--fa: "\f32e";--fa--fa: "\f32e\f32e"}.fa-caret-circle-right{--fa: "\f330";--fa--fa: "\f330\f330"}.fa-caret-circle-up{--fa: "\f331";--fa--fa: "\f331\f331"}.fa-caret-down{--fa: "\f0d7";--fa--fa: "\f0d7\f0d7"}.fa-caret-left{--fa: "\f0d9";--fa--fa: "\f0d9\f0d9"}.fa-caret-right{--fa: "\f0da";--fa--fa: "\f0da\f0da"}.fa-caret-square-down{--fa: "\f150";--fa--fa: "\f150\f150"}.fa-caret-square-left{--fa: "\f191";--fa--fa: "\f191\f191"}.fa-caret-square-right{--fa: "\f152";--fa--fa: "\f152\f152"}.fa-caret-square-up{--fa: "\f151";--fa--fa: "\f151\f151"}.fa-caret-up{--fa: "\f0d8";--fa--fa: "\f0d8\f0d8"}.fa-carpool{--fa: "\e69c";--fa--fa: "\e69c\e69c"}.fa-carriage-baby{--fa: "\f77d";--fa--fa: "\f77d\f77d"}.fa-carrot{--fa: "\f787";--fa--fa: "\f787\f787"}.fa-cars{--fa: "\f85b";--fa--fa: "\f85b\f85b"}.fa-cart-arrow-down{--fa: "\f218";--fa--fa: "\f218\f218"}.fa-cart-arrow-up{--fa: "\e3ee";--fa--fa: "\e3ee\e3ee"}.fa-cart-circle-arrow-down{--fa: "\e3ef";--fa--fa: "\e3ef\e3ef"}.fa-cart-circle-arrow-up{--fa: "\e3f0";--fa--fa: "\e3f0\e3f0"}.fa-cart-circle-check{--fa: "\e3f1";--fa--fa: "\e3f1\e3f1"}.fa-cart-circle-exclamation{--fa: "\e3f2";--fa--fa: "\e3f2\e3f2"}.fa-cart-circle-plus{--fa: "\e3f3";--fa--fa: "\e3f3\e3f3"}.fa-cart-circle-xmark{--fa: "\e3f4";--fa--fa: "\e3f4\e3f4"}.fa-cart-flatbed{--fa: "\f474";--fa--fa: "\f474\f474"}.fa-cart-flatbed-boxes{--fa: "\f475";--fa--fa: "\f475\f475"}.fa-cart-flatbed-empty{--fa: "\f476";--fa--fa: "\f476\f476"}.fa-cart-flatbed-suitcase{--fa: "\f59d";--fa--fa: "\f59d\f59d"}.fa-cart-minus{--fa: "\e0db";--fa--fa: "\e0db\e0db"}.fa-cart-plus{--fa: "\f217";--fa--fa: "\f217\f217"}.fa-cart-shopping{--fa: "\f07a";--fa--fa: "\f07a\f07a"}.fa-cart-shopping-fast{--fa: "\e0dc";--fa--fa: "\e0dc\e0dc"}.fa-cart-xmark{--fa: "\e0dd";--fa--fa: "\e0dd\e0dd"}.fa-cash-register{--fa: "\f788";--fa--fa: "\f788\f788"}.fa-cassette-betamax{--fa: "\f8a4";--fa--fa: "\f8a4\f8a4"}.fa-cassette-tape{--fa: "\f8ab";--fa--fa: "\f8ab\f8ab"}.fa-cassette-vhs{--fa: "\f8ec";--fa--fa: "\f8ec\f8ec"}.fa-castle{--fa: "\e0de";--fa--fa: "\e0de\e0de"}.fa-cat{--fa: "\f6be";--fa--fa: "\f6be\f6be"}.fa-cat-space{--fa: "\e001";--fa--fa: "\e001\e001"}.fa-cauldron{--fa: "\f6bf";--fa--fa: "\f6bf\f6bf"}.fa-cctv{--fa: "\f8ac";--fa--fa: "\f8ac\f8ac"}.fa-cedi-sign{--fa: "\e0df";--fa--fa: "\e0df\e0df"}.fa-cent-sign{--fa: "\e3f5";--fa--fa: "\e3f5\e3f5"}.fa-certificate{--fa: "\f0a3";--fa--fa: "\f0a3\f0a3"}.fa-chain{--fa: "\f0c1";--fa--fa: "\f0c1\f0c1"}.fa-chain-broken{--fa: "\f127";--fa--fa: "\f127\f127"}.fa-chain-horizontal{--fa: "\e1cb";--fa--fa: "\e1cb\e1cb"}.fa-chain-horizontal-slash{--fa: "\e1cc";--fa--fa: "\e1cc\e1cc"}.fa-chain-slash{--fa: "\f127";--fa--fa: "\f127\f127"}.fa-chair{--fa: "\f6c0";--fa--fa: "\f6c0\f6c0"}.fa-chair-office{--fa: "\f6c1";--fa--fa: "\f6c1\f6c1"}.fa-chalkboard{--fa: "\f51b";--fa--fa: "\f51b\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa: "\f51c";--fa--fa: "\f51c\f51c"}.fa-champagne-glass{--fa: "\f79e";--fa--fa: "\f79e\f79e"}.fa-champagne-glasses{--fa: "\f79f";--fa--fa: "\f79f\f79f"}.fa-charging-station{--fa: "\f5e7";--fa--fa: "\f5e7\f5e7"}.fa-chart-area{--fa: "\f1fe";--fa--fa: "\f1fe\f1fe"}.fa-chart-bar{--fa: "\f080";--fa--fa: "\f080\f080"}.fa-chart-bullet{--fa: "\e0e1";--fa--fa: "\e0e1\e0e1"}.fa-chart-candlestick{--fa: "\e0e2";--fa--fa: "\e0e2\e0e2"}.fa-chart-column{--fa: "\e0e3";--fa--fa: "\e0e3\e0e3"}.fa-chart-diagram{--fa: "\e695";--fa--fa: "\e695\e695"}.fa-chart-fft{--fa: "\e69e";--fa--fa: "\e69e\e69e"}.fa-chart-gantt{--fa: "\e0e4";--fa--fa: "\e0e4\e0e4"}.fa-chart-kanban{--fa: "\e64f";--fa--fa: "\e64f\e64f"}.fa-chart-line{--fa: "\f201";--fa--fa: "\f201\f201"}.fa-chart-line-down{--fa: "\f64d";--fa--fa: "\f64d\f64d"}.fa-chart-line-up{--fa: "\e0e5";--fa--fa: "\e0e5\e0e5"}.fa-chart-line-up-down{--fa: "\e5d7";--fa--fa: "\e5d7\e5d7"}.fa-chart-mixed{--fa: "\f643";--fa--fa: "\f643\f643"}.fa-chart-mixed-up-circle-currency{--fa: "\e5d8";--fa--fa: "\e5d8\e5d8"}.fa-chart-mixed-up-circle-dollar{--fa: "\e5d9";--fa--fa: "\e5d9\e5d9"}.fa-chart-network{--fa: "\f78a";--fa--fa: "\f78a\f78a"}.fa-chart-pie{--fa: "\f200";--fa--fa: "\f200\f200"}.fa-chart-pie-alt,.fa-chart-pie-simple{--fa: "\f64e";--fa--fa: "\f64e\f64e"}.fa-chart-pie-simple-circle-currency{--fa: "\e604";--fa--fa: "\e604\e604"}.fa-chart-pie-simple-circle-dollar{--fa: "\e605";--fa--fa: "\e605\e605"}.fa-chart-pyramid{--fa: "\e0e6";--fa--fa: "\e0e6\e0e6"}.fa-chart-radar{--fa: "\e0e7";--fa--fa: "\e0e7\e0e7"}.fa-chart-scatter{--fa: "\f7ee";--fa--fa: "\f7ee\f7ee"}.fa-chart-scatter-3d{--fa: "\e0e8";--fa--fa: "\e0e8\e0e8"}.fa-chart-scatter-bubble{--fa: "\e0e9";--fa--fa: "\e0e9\e0e9"}.fa-chart-simple{--fa: "\e473";--fa--fa: "\e473\e473"}.fa-chart-simple-horizontal{--fa: "\e474";--fa--fa: "\e474\e474"}.fa-chart-sine{--fa: "\e69d";--fa--fa: "\e69d\e69d"}.fa-chart-tree-map{--fa: "\e0ea";--fa--fa: "\e0ea\e0ea"}.fa-chart-user{--fa: "\f6a3";--fa--fa: "\f6a3\f6a3"}.fa-chart-waterfall{--fa: "\e0eb";--fa--fa: "\e0eb\e0eb"}.fa-check{--fa: "\f00c";--fa--fa: "\f00c\f00c"}.fa-check-circle{--fa: "\f058";--fa--fa: "\f058\f058"}.fa-check-double{--fa: "\f560";--fa--fa: "\f560\f560"}.fa-check-square{--fa: "\f14a";--fa--fa: "\f14a\f14a"}.fa-check-to-slot{--fa: "\f772";--fa--fa: "\f772\f772"}.fa-cheese{--fa: "\f7ef";--fa--fa: "\f7ef\f7ef"}.fa-cheese-swiss{--fa: "\f7f0";--fa--fa: "\f7f0\f7f0"}.fa-cheeseburger{--fa: "\f7f1";--fa--fa: "\f7f1\f7f1"}.fa-cherries{--fa: "\e0ec";--fa--fa: "\e0ec\e0ec"}.fa-chess{--fa: "\f439";--fa--fa: "\f439\f439"}.fa-chess-bishop{--fa: "\f43a";--fa--fa: "\f43a\f43a"}.fa-chess-bishop-alt,.fa-chess-bishop-piece{--fa: "\f43b";--fa--fa: "\f43b\f43b"}.fa-chess-board{--fa: "\f43c";--fa--fa: "\f43c\f43c"}.fa-chess-clock{--fa: "\f43d";--fa--fa: "\f43d\f43d"}.fa-chess-clock-alt,.fa-chess-clock-flip{--fa: "\f43e";--fa--fa: "\f43e\f43e"}.fa-chess-king{--fa: "\f43f";--fa--fa: "\f43f\f43f"}.fa-chess-king-alt,.fa-chess-king-piece{--fa: "\f440";--fa--fa: "\f440\f440"}.fa-chess-knight{--fa: "\f441";--fa--fa: "\f441\f441"}.fa-chess-knight-alt,.fa-chess-knight-piece{--fa: "\f442";--fa--fa: "\f442\f442"}.fa-chess-pawn{--fa: "\f443";--fa--fa: "\f443\f443"}.fa-chess-pawn-alt,.fa-chess-pawn-piece{--fa: "\f444";--fa--fa: "\f444\f444"}.fa-chess-queen{--fa: "\f445";--fa--fa: "\f445\f445"}.fa-chess-queen-alt,.fa-chess-queen-piece{--fa: "\f446";--fa--fa: "\f446\f446"}.fa-chess-rook{--fa: "\f447";--fa--fa: "\f447\f447"}.fa-chess-rook-alt,.fa-chess-rook-piece{--fa: "\f448";--fa--fa: "\f448\f448"}.fa-chestnut{--fa: "\e3f6";--fa--fa: "\e3f6\e3f6"}.fa-chevron-circle-down{--fa: "\f13a";--fa--fa: "\f13a\f13a"}.fa-chevron-circle-left{--fa: "\f137";--fa--fa: "\f137\f137"}.fa-chevron-circle-right{--fa: "\f138";--fa--fa: "\f138\f138"}.fa-chevron-circle-up{--fa: "\f139";--fa--fa: "\f139\f139"}.fa-chevron-double-down{--fa: "\f322";--fa--fa: "\f322\f322"}.fa-chevron-double-left{--fa: "\f323";--fa--fa: "\f323\f323"}.fa-chevron-double-right{--fa: "\f324";--fa--fa: "\f324\f324"}.fa-chevron-double-up{--fa: "\f325";--fa--fa: "\f325\f325"}.fa-chevron-down{--fa: "\f078";--fa--fa: "\f078\f078"}.fa-chevron-left{--fa: "\f053";--fa--fa: "\f053\f053"}.fa-chevron-right{--fa: "\f054";--fa--fa: "\f054\f054"}.fa-chevron-square-down{--fa: "\f329";--fa--fa: "\f329\f329"}.fa-chevron-square-left{--fa: "\f32a";--fa--fa: "\f32a\f32a"}.fa-chevron-square-right{--fa: "\f32b";--fa--fa: "\f32b\f32b"}.fa-chevron-square-up{--fa: "\f32c";--fa--fa: "\f32c\f32c"}.fa-chevron-up{--fa: "\f077";--fa--fa: "\f077\f077"}.fa-chevrons-down{--fa: "\f322";--fa--fa: "\f322\f322"}.fa-chevrons-left{--fa: "\f323";--fa--fa: "\f323\f323"}.fa-chevrons-right{--fa: "\f324";--fa--fa: "\f324\f324"}.fa-chevrons-up{--fa: "\f325";--fa--fa: "\f325\f325"}.fa-chf-sign{--fa: "\e602";--fa--fa: "\e602\e602"}.fa-child{--fa: "\f1ae";--fa--fa: "\f1ae\f1ae"}.fa-child-combatant{--fa: "\e4e0";--fa--fa: "\e4e0\e4e0"}.fa-child-dress{--fa: "\e59c";--fa--fa: "\e59c\e59c"}.fa-child-reaching{--fa: "\e59d";--fa--fa: "\e59d\e59d"}.fa-child-rifle{--fa: "\e4e0";--fa--fa: "\e4e0\e4e0"}.fa-children{--fa: "\e4e1";--fa--fa: "\e4e1\e4e1"}.fa-chimney{--fa: "\f78b";--fa--fa: "\f78b\f78b"}.fa-chocolate-bar{--fa: "\e3e8";--fa--fa: "\e3e8\e3e8"}.fa-chopsticks{--fa: "\e3f7";--fa--fa: "\e3f7\e3f7"}.fa-church{--fa: "\f51d";--fa--fa: "\f51d\f51d"}.fa-circle{--fa: "\f111";--fa--fa: "\f111\f111"}.fa-circle-0{--fa: "\e0ed";--fa--fa: "\e0ed\e0ed"}.fa-circle-1{--fa: "\e0ee";--fa--fa: "\e0ee\e0ee"}.fa-circle-2{--fa: "\e0ef";--fa--fa: "\e0ef\e0ef"}.fa-circle-3{--fa: "\e0f0";--fa--fa: "\e0f0\e0f0"}.fa-circle-4{--fa: "\e0f1";--fa--fa: "\e0f1\e0f1"}.fa-circle-5{--fa: "\e0f2";--fa--fa: "\e0f2\e0f2"}.fa-circle-6{--fa: "\e0f3";--fa--fa: "\e0f3\e0f3"}.fa-circle-7{--fa: "\e0f4";--fa--fa: "\e0f4\e0f4"}.fa-circle-8{--fa: "\e0f5";--fa--fa: "\e0f5\e0f5"}.fa-circle-9{--fa: "\e0f6";--fa--fa: "\e0f6\e0f6"}.fa-circle-a{--fa: "\e0f7";--fa--fa: "\e0f7\e0f7"}.fa-circle-ampersand{--fa: "\e0f8";--fa--fa: "\e0f8\e0f8"}.fa-circle-arrow-down{--fa: "\f0ab";--fa--fa: "\f0ab\f0ab"}.fa-circle-arrow-down-left{--fa: "\e0f9";--fa--fa: "\e0f9\e0f9"}.fa-circle-arrow-down-right{--fa: "\e0fa";--fa--fa: "\e0fa\e0fa"}.fa-circle-arrow-left{--fa: "\f0a8";--fa--fa: "\f0a8\f0a8"}.fa-circle-arrow-right{--fa: "\f0a9";--fa--fa: "\f0a9\f0a9"}.fa-circle-arrow-up{--fa: "\f0aa";--fa--fa: "\f0aa\f0aa"}.fa-circle-arrow-up-left{--fa: "\e0fb";--fa--fa: "\e0fb\e0fb"}.fa-circle-arrow-up-right{--fa: "\e0fc";--fa--fa: "\e0fc\e0fc"}.fa-circle-b{--fa: "\e0fd";--fa--fa: "\e0fd\e0fd"}.fa-circle-bolt{--fa: "\e0fe";--fa--fa: "\e0fe\e0fe"}.fa-circle-book-open{--fa: "\e0ff";--fa--fa: "\e0ff\e0ff"}.fa-circle-bookmark{--fa: "\e100";--fa--fa: "\e100\e100"}.fa-circle-c{--fa: "\e101";--fa--fa: "\e101\e101"}.fa-circle-calendar{--fa: "\e102";--fa--fa: "\e102\e102"}.fa-circle-camera{--fa: "\e103";--fa--fa: "\e103\e103"}.fa-circle-caret-down{--fa: "\f32d";--fa--fa: "\f32d\f32d"}.fa-circle-caret-left{--fa: "\f32e";--fa--fa: "\f32e\f32e"}.fa-circle-caret-right{--fa: "\f330";--fa--fa: "\f330\f330"}.fa-circle-caret-up{--fa: "\f331";--fa--fa: "\f331\f331"}.fa-circle-check{--fa: "\f058";--fa--fa: "\f058\f058"}.fa-circle-chevron-down{--fa: "\f13a";--fa--fa: "\f13a\f13a"}.fa-circle-chevron-left{--fa: "\f137";--fa--fa: "\f137\f137"}.fa-circle-chevron-right{--fa: "\f138";--fa--fa: "\f138\f138"}.fa-circle-chevron-up{--fa: "\f139";--fa--fa: "\f139\f139"}.fa-circle-d{--fa: "\e104";--fa--fa: "\e104\e104"}.fa-circle-dashed{--fa: "\e105";--fa--fa: "\e105\e105"}.fa-circle-divide{--fa: "\e106";--fa--fa: "\e106\e106"}.fa-circle-dollar{--fa: "\f2e8";--fa--fa: "\f2e8\f2e8"}.fa-circle-dollar-to-slot{--fa: "\f4b9";--fa--fa: "\f4b9\f4b9"}.fa-circle-dot{--fa: "\f192";--fa--fa: "\f192\f192"}.fa-circle-down{--fa: "\f358";--fa--fa: "\f358\f358"}.fa-circle-down-left{--fa: "\e107";--fa--fa: "\e107\e107"}.fa-circle-down-right{--fa: "\e108";--fa--fa: "\e108\e108"}.fa-circle-e{--fa: "\e109";--fa--fa: "\e109\e109"}.fa-circle-ellipsis{--fa: "\e10a";--fa--fa: "\e10a\e10a"}.fa-circle-ellipsis-vertical{--fa: "\e10b";--fa--fa: "\e10b\e10b"}.fa-circle-envelope{--fa: "\e10c";--fa--fa: "\e10c\e10c"}.fa-circle-euro{--fa: "\e5ce";--fa--fa: "\e5ce\e5ce"}.fa-circle-exclamation{--fa: "\f06a";--fa--fa: "\f06a\f06a"}.fa-circle-exclamation-check{--fa: "\e10d";--fa--fa: "\e10d\e10d"}.fa-circle-f{--fa: "\e10e";--fa--fa: "\e10e\e10e"}.fa-circle-g{--fa: "\e10f";--fa--fa: "\e10f\e10f"}.fa-circle-gf{--fa: "\e67f";--fa--fa: "\e67f\e67f"}.fa-circle-h{--fa: "\f47e";--fa--fa: "\f47e\f47e"}.fa-circle-half{--fa: "\e110";--fa--fa: "\e110\e110"}.fa-circle-half-stroke{--fa: "\f042";--fa--fa: "\f042\f042"}.fa-circle-heart{--fa: "\f4c7";--fa--fa: "\f4c7\f4c7"}.fa-circle-i{--fa: "\e111";--fa--fa: "\e111\e111"}.fa-circle-info{--fa: "\f05a";--fa--fa: "\f05a\f05a"}.fa-circle-j{--fa: "\e112";--fa--fa: "\e112\e112"}.fa-circle-k{--fa: "\e113";--fa--fa: "\e113\e113"}.fa-circle-l{--fa: "\e114";--fa--fa: "\e114\e114"}.fa-circle-left{--fa: "\f359";--fa--fa: "\f359\f359"}.fa-circle-location-arrow{--fa: "\f602";--fa--fa: "\f602\f602"}.fa-circle-m{--fa: "\e115";--fa--fa: "\e115\e115"}.fa-circle-microphone{--fa: "\e116";--fa--fa: "\e116\e116"}.fa-circle-microphone-lines{--fa: "\e117";--fa--fa: "\e117\e117"}.fa-circle-minus{--fa: "\f056";--fa--fa: "\f056\f056"}.fa-circle-n{--fa: "\e118";--fa--fa: "\e118\e118"}.fa-circle-nodes{--fa: "\e4e2";--fa--fa: "\e4e2\e4e2"}.fa-circle-notch{--fa: "\f1ce";--fa--fa: "\f1ce\f1ce"}.fa-circle-o{--fa: "\e119";--fa--fa: "\e119\e119"}.fa-circle-p{--fa: "\e11a";--fa--fa: "\e11a\e11a"}.fa-circle-parking{--fa: "\f615";--fa--fa: "\f615\f615"}.fa-circle-pause{--fa: "\f28b";--fa--fa: "\f28b\f28b"}.fa-circle-phone{--fa: "\e11b";--fa--fa: "\e11b\e11b"}.fa-circle-phone-flip{--fa: "\e11c";--fa--fa: "\e11c\e11c"}.fa-circle-phone-hangup{--fa: "\e11d";--fa--fa: "\e11d\e11d"}.fa-circle-play{--fa: "\f144";--fa--fa: "\f144\f144"}.fa-circle-plus{--fa: "\f055";--fa--fa: "\f055\f055"}.fa-circle-q{--fa: "\e11e";--fa--fa: "\e11e\e11e"}.fa-circle-quarter{--fa: "\e11f";--fa--fa: "\e11f\e11f"}.fa-circle-quarter-stroke{--fa: "\e5d3";--fa--fa: "\e5d3\e5d3"}.fa-circle-quarters{--fa: "\e3f8";--fa--fa: "\e3f8\e3f8"}.fa-circle-question{--fa: "\f059";--fa--fa: "\f059\f059"}.fa-circle-r{--fa: "\e120";--fa--fa: "\e120\e120"}.fa-circle-radiation{--fa: "\f7ba";--fa--fa: "\f7ba\f7ba"}.fa-circle-right{--fa: "\f35a";--fa--fa: "\f35a\f35a"}.fa-circle-s{--fa: "\e121";--fa--fa: "\e121\e121"}.fa-circle-small{--fa: "\e122";--fa--fa: "\e122\e122"}.fa-circle-sort{--fa: "\e030";--fa--fa: "\e030\e030"}.fa-circle-sort-down{--fa: "\e031";--fa--fa: "\e031\e031"}.fa-circle-sort-up{--fa: "\e032";--fa--fa: "\e032\e032"}.fa-circle-star{--fa: "\e123";--fa--fa: "\e123\e123"}.fa-circle-sterling{--fa: "\e5cf";--fa--fa: "\e5cf\e5cf"}.fa-circle-stop{--fa: "\f28d";--fa--fa: "\f28d\f28d"}.fa-circle-t{--fa: "\e124";--fa--fa: "\e124\e124"}.fa-circle-three-quarters{--fa: "\e125";--fa--fa: "\e125\e125"}.fa-circle-three-quarters-stroke{--fa: "\e5d4";--fa--fa: "\e5d4\e5d4"}.fa-circle-trash{--fa: "\e126";--fa--fa: "\e126\e126"}.fa-circle-u{--fa: "\e127";--fa--fa: "\e127\e127"}.fa-circle-up{--fa: "\f35b";--fa--fa: "\f35b\f35b"}.fa-circle-up-left{--fa: "\e128";--fa--fa: "\e128\e128"}.fa-circle-up-right{--fa: "\e129";--fa--fa: "\e129\e129"}.fa-circle-user{--fa: "\f2bd";--fa--fa: "\f2bd\f2bd"}.fa-circle-v{--fa: "\e12a";--fa--fa: "\e12a\e12a"}.fa-circle-video{--fa: "\e12b";--fa--fa: "\e12b\e12b"}.fa-circle-w{--fa: "\e12c";--fa--fa: "\e12c\e12c"}.fa-circle-waveform-lines{--fa: "\e12d";--fa--fa: "\e12d\e12d"}.fa-circle-wifi{--fa: "\e67d";--fa--fa: "\e67d\e67d"}.fa-circle-wifi-circle-wifi,.fa-circle-wifi-group{--fa: "\e67e";--fa--fa: "\e67e\e67e"}.fa-circle-x{--fa: "\e12e";--fa--fa: "\e12e\e12e"}.fa-circle-xmark{--fa: "\f057";--fa--fa: "\f057\f057"}.fa-circle-y{--fa: "\e12f";--fa--fa: "\e12f\e12f"}.fa-circle-yen{--fa: "\e5d0";--fa--fa: "\e5d0\e5d0"}.fa-circle-z{--fa: "\e130";--fa--fa: "\e130\e130"}.fa-circles-overlap{--fa: "\e600";--fa--fa: "\e600\e600"}.fa-circles-overlap-3{--fa: "\e6a1";--fa--fa: "\e6a1\e6a1"}.fa-citrus{--fa: "\e2f4";--fa--fa: "\e2f4\e2f4"}.fa-citrus-slice{--fa: "\e2f5";--fa--fa: "\e2f5\e2f5"}.fa-city{--fa: "\f64f";--fa--fa: "\f64f\f64f"}.fa-clapperboard{--fa: "\e131";--fa--fa: "\e131\e131"}.fa-clapperboard-play{--fa: "\e132";--fa--fa: "\e132\e132"}.fa-clarinet{--fa: "\f8ad";--fa--fa: "\f8ad\f8ad"}.fa-claw-marks{--fa: "\f6c2";--fa--fa: "\f6c2\f6c2"}.fa-clinic-medical{--fa: "\f7f2";--fa--fa: "\f7f2\f7f2"}.fa-clipboard{--fa: "\f328";--fa--fa: "\f328\f328"}.fa-clipboard-check{--fa: "\f46c";--fa--fa: "\f46c\f46c"}.fa-clipboard-list{--fa: "\f46d";--fa--fa: "\f46d\f46d"}.fa-clipboard-list-check{--fa: "\f737";--fa--fa: "\f737\f737"}.fa-clipboard-medical{--fa: "\e133";--fa--fa: "\e133\e133"}.fa-clipboard-prescription{--fa: "\f5e8";--fa--fa: "\f5e8\f5e8"}.fa-clipboard-question{--fa: "\e4e3";--fa--fa: "\e4e3\e4e3"}.fa-clipboard-user{--fa: "\f7f3";--fa--fa: "\f7f3\f7f3"}.fa-clock{--fa: "\f017";--fa--fa: "\f017\f017"}.fa-clock-desk{--fa: "\e134";--fa--fa: "\e134\e134"}.fa-clock-eight{--fa: "\e345";--fa--fa: "\e345\e345"}.fa-clock-eight-thirty{--fa: "\e346";--fa--fa: "\e346\e346"}.fa-clock-eleven{--fa: "\e347";--fa--fa: "\e347\e347"}.fa-clock-eleven-thirty{--fa: "\e348";--fa--fa: "\e348\e348"}.fa-clock-five{--fa: "\e349";--fa--fa: "\e349\e349"}.fa-clock-five-thirty{--fa: "\e34a";--fa--fa: "\e34a\e34a"}.fa-clock-four{--fa: "\f017";--fa--fa: "\f017\f017"}.fa-clock-four-thirty{--fa: "\e34b";--fa--fa: "\e34b\e34b"}.fa-clock-nine{--fa: "\e34c";--fa--fa: "\e34c\e34c"}.fa-clock-nine-thirty{--fa: "\e34d";--fa--fa: "\e34d\e34d"}.fa-clock-one{--fa: "\e34e";--fa--fa: "\e34e\e34e"}.fa-clock-one-thirty{--fa: "\e34f";--fa--fa: "\e34f\e34f"}.fa-clock-rotate-left{--fa: "\f1da";--fa--fa: "\f1da\f1da"}.fa-clock-seven{--fa: "\e350";--fa--fa: "\e350\e350"}.fa-clock-seven-thirty{--fa: "\e351";--fa--fa: "\e351\e351"}.fa-clock-six{--fa: "\e352";--fa--fa: "\e352\e352"}.fa-clock-six-thirty{--fa: "\e353";--fa--fa: "\e353\e353"}.fa-clock-ten{--fa: "\e354";--fa--fa: "\e354\e354"}.fa-clock-ten-thirty{--fa: "\e355";--fa--fa: "\e355\e355"}.fa-clock-three{--fa: "\e356";--fa--fa: "\e356\e356"}.fa-clock-three-thirty{--fa: "\e357";--fa--fa: "\e357\e357"}.fa-clock-twelve{--fa: "\e358";--fa--fa: "\e358\e358"}.fa-clock-twelve-thirty{--fa: "\e359";--fa--fa: "\e359\e359"}.fa-clock-two{--fa: "\e35a";--fa--fa: "\e35a\e35a"}.fa-clock-two-thirty{--fa: "\e35b";--fa--fa: "\e35b\e35b"}.fa-clone{--fa: "\f24d";--fa--fa: "\f24d\f24d"}.fa-close{--fa: "\f00d";--fa--fa: "\f00d\f00d"}.fa-closed-captioning{--fa: "\f20a";--fa--fa: "\f20a\f20a"}.fa-closed-captioning-slash{--fa: "\e135";--fa--fa: "\e135\e135"}.fa-clothes-hanger{--fa: "\e136";--fa--fa: "\e136\e136"}.fa-cloud{--fa: "\f0c2";--fa--fa: "\f0c2\f0c2"}.fa-cloud-arrow-down{--fa: "\f0ed";--fa--fa: "\f0ed\f0ed"}.fa-cloud-arrow-up{--fa: "\f0ee";--fa--fa: "\f0ee\f0ee"}.fa-cloud-binary{--fa: "\e601";--fa--fa: "\e601\e601"}.fa-cloud-bolt{--fa: "\f76c";--fa--fa: "\f76c\f76c"}.fa-cloud-bolt-moon{--fa: "\f76d";--fa--fa: "\f76d\f76d"}.fa-cloud-bolt-sun{--fa: "\f76e";--fa--fa: "\f76e\f76e"}.fa-cloud-check{--fa: "\e35c";--fa--fa: "\e35c\e35c"}.fa-cloud-download,.fa-cloud-download-alt{--fa: "\f0ed";--fa--fa: "\f0ed\f0ed"}.fa-cloud-drizzle{--fa: "\f738";--fa--fa: "\f738\f738"}.fa-cloud-exclamation{--fa: "\e491";--fa--fa: "\e491\e491"}.fa-cloud-fog{--fa: "\f74e";--fa--fa: "\f74e\f74e"}.fa-cloud-hail{--fa: "\f739";--fa--fa: "\f739\f739"}.fa-cloud-hail-mixed{--fa: "\f73a";--fa--fa: "\f73a\f73a"}.fa-cloud-meatball{--fa: "\f73b";--fa--fa: "\f73b\f73b"}.fa-cloud-minus{--fa: "\e35d";--fa--fa: "\e35d\e35d"}.fa-cloud-moon{--fa: "\f6c3";--fa--fa: "\f6c3\f6c3"}.fa-cloud-moon-rain{--fa: "\f73c";--fa--fa: "\f73c\f73c"}.fa-cloud-music{--fa: "\f8ae";--fa--fa: "\f8ae\f8ae"}.fa-cloud-plus{--fa: "\e35e";--fa--fa: "\e35e\e35e"}.fa-cloud-question{--fa: "\e492";--fa--fa: "\e492\e492"}.fa-cloud-rain{--fa: "\f73d";--fa--fa: "\f73d\f73d"}.fa-cloud-rainbow{--fa: "\f73e";--fa--fa: "\f73e\f73e"}.fa-cloud-showers{--fa: "\f73f";--fa--fa: "\f73f\f73f"}.fa-cloud-showers-heavy{--fa: "\f740";--fa--fa: "\f740\f740"}.fa-cloud-showers-water{--fa: "\e4e4";--fa--fa: "\e4e4\e4e4"}.fa-cloud-slash{--fa: "\e137";--fa--fa: "\e137\e137"}.fa-cloud-sleet{--fa: "\f741";--fa--fa: "\f741\f741"}.fa-cloud-snow{--fa: "\f742";--fa--fa: "\f742\f742"}.fa-cloud-sun{--fa: "\f6c4";--fa--fa: "\f6c4\f6c4"}.fa-cloud-sun-rain{--fa: "\f743";--fa--fa: "\f743\f743"}.fa-cloud-upload,.fa-cloud-upload-alt{--fa: "\f0ee";--fa--fa: "\f0ee\f0ee"}.fa-cloud-word{--fa: "\e138";--fa--fa: "\e138\e138"}.fa-cloud-xmark{--fa: "\e35f";--fa--fa: "\e35f\e35f"}.fa-clouds{--fa: "\f744";--fa--fa: "\f744\f744"}.fa-clouds-moon{--fa: "\f745";--fa--fa: "\f745\f745"}.fa-clouds-sun{--fa: "\f746";--fa--fa: "\f746\f746"}.fa-clover{--fa: "\e139";--fa--fa: "\e139\e139"}.fa-club{--fa: "\f327";--fa--fa: "\f327\f327"}.fa-cny{--fa: "\f157";--fa--fa: "\f157\f157"}.fa-cocktail{--fa: "\f561";--fa--fa: "\f561\f561"}.fa-coconut{--fa: "\e2f6";--fa--fa: "\e2f6\e2f6"}.fa-code{--fa: "\f121";--fa--fa: "\f121\f121"}.fa-code-branch{--fa: "\f126";--fa--fa: "\f126\f126"}.fa-code-commit{--fa: "\f386";--fa--fa: "\f386\f386"}.fa-code-compare{--fa: "\e13a";--fa--fa: "\e13a\e13a"}.fa-code-fork{--fa: "\e13b";--fa--fa: "\e13b\e13b"}.fa-code-merge{--fa: "\f387";--fa--fa: "\f387\f387"}.fa-code-pull-request{--fa: "\e13c";--fa--fa: "\e13c\e13c"}.fa-code-pull-request-closed{--fa: "\e3f9";--fa--fa: "\e3f9\e3f9"}.fa-code-pull-request-draft{--fa: "\e3fa";--fa--fa: "\e3fa\e3fa"}.fa-code-simple{--fa: "\e13d";--fa--fa: "\e13d\e13d"}.fa-coffee{--fa: "\f0f4";--fa--fa: "\f0f4\f0f4"}.fa-coffee-bean{--fa: "\e13e";--fa--fa: "\e13e\e13e"}.fa-coffee-beans{--fa: "\e13f";--fa--fa: "\e13f\e13f"}.fa-coffee-pot{--fa: "\e002";--fa--fa: "\e002\e002"}.fa-coffee-togo{--fa: "\f6c5";--fa--fa: "\f6c5\f6c5"}.fa-coffin{--fa: "\f6c6";--fa--fa: "\f6c6\f6c6"}.fa-coffin-cross{--fa: "\e051";--fa--fa: "\e051\e051"}.fa-cog{--fa: "\f013";--fa--fa: "\f013\f013"}.fa-cogs{--fa: "\f085";--fa--fa: "\f085\f085"}.fa-coin{--fa: "\f85c";--fa--fa: "\f85c\f85c"}.fa-coin-blank{--fa: "\e3fb";--fa--fa: "\e3fb\e3fb"}.fa-coin-front{--fa: "\e3fc";--fa--fa: "\e3fc\e3fc"}.fa-coin-vertical{--fa: "\e3fd";--fa--fa: "\e3fd\e3fd"}.fa-coins{--fa: "\f51e";--fa--fa: "\f51e\f51e"}.fa-colon{--fa: ":";--fa--fa: "::"}.fa-colon-sign{--fa: "\e140";--fa--fa: "\e140\e140"}.fa-columns{--fa: "\f0db";--fa--fa: "\f0db\f0db"}.fa-columns-3{--fa: "\e361";--fa--fa: "\e361\e361"}.fa-comet{--fa: "\e003";--fa--fa: "\e003\e003"}.fa-comma{--fa: ",";--fa--fa: ",,"}.fa-command{--fa: "\e142";--fa--fa: "\e142\e142"}.fa-comment{--fa: "\f075";--fa--fa: "\f075\f075"}.fa-comment-alt{--fa: "\f27a";--fa--fa: "\f27a\f27a"}.fa-comment-alt-arrow-down{--fa: "\e1db";--fa--fa: "\e1db\e1db"}.fa-comment-alt-arrow-up{--fa: "\e1dc";--fa--fa: "\e1dc\e1dc"}.fa-comment-alt-captions{--fa: "\e1de";--fa--fa: "\e1de\e1de"}.fa-comment-alt-check{--fa: "\f4a2";--fa--fa: "\f4a2\f4a2"}.fa-comment-alt-dollar{--fa: "\f650";--fa--fa: "\f650\f650"}.fa-comment-alt-dots{--fa: "\f4a3";--fa--fa: "\f4a3\f4a3"}.fa-comment-alt-edit{--fa: "\f4a4";--fa--fa: "\f4a4\f4a4"}.fa-comment-alt-exclamation{--fa: "\f4a5";--fa--fa: "\f4a5\f4a5"}.fa-comment-alt-image{--fa: "\e1e0";--fa--fa: "\e1e0\e1e0"}.fa-comment-alt-lines{--fa: "\f4a6";--fa--fa: "\f4a6\f4a6"}.fa-comment-alt-medical{--fa: "\f7f4";--fa--fa: "\f7f4\f7f4"}.fa-comment-alt-minus{--fa: "\f4a7";--fa--fa: "\f4a7\f4a7"}.fa-comment-alt-music{--fa: "\f8af";--fa--fa: "\f8af\f8af"}.fa-comment-alt-plus{--fa: "\f4a8";--fa--fa: "\f4a8\f4a8"}.fa-comment-alt-quote{--fa: "\e1e4";--fa--fa: "\e1e4\e1e4"}.fa-comment-alt-slash{--fa: "\f4a9";--fa--fa: "\f4a9\f4a9"}.fa-comment-alt-smile{--fa: "\f4aa";--fa--fa: "\f4aa\f4aa"}.fa-comment-alt-text{--fa: "\e1e6";--fa--fa: "\e1e6\e1e6"}.fa-comment-alt-times{--fa: "\f4ab";--fa--fa: "\f4ab\f4ab"}.fa-comment-arrow-down{--fa: "\e143";--fa--fa: "\e143\e143"}.fa-comment-arrow-up{--fa: "\e144";--fa--fa: "\e144\e144"}.fa-comment-arrow-up-right{--fa: "\e145";--fa--fa: "\e145\e145"}.fa-comment-captions{--fa: "\e146";--fa--fa: "\e146\e146"}.fa-comment-check{--fa: "\f4ac";--fa--fa: "\f4ac\f4ac"}.fa-comment-code{--fa: "\e147";--fa--fa: "\e147\e147"}.fa-comment-dollar{--fa: "\f651";--fa--fa: "\f651\f651"}.fa-comment-dots{--fa: "\f4ad";--fa--fa: "\f4ad\f4ad"}.fa-comment-edit{--fa: "\f4ae";--fa--fa: "\f4ae\f4ae"}.fa-comment-exclamation{--fa: "\f4af";--fa--fa: "\f4af\f4af"}.fa-comment-heart{--fa: "\e5c8";--fa--fa: "\e5c8\e5c8"}.fa-comment-image{--fa: "\e148";--fa--fa: "\e148\e148"}.fa-comment-lines{--fa: "\f4b0";--fa--fa: "\f4b0\f4b0"}.fa-comment-medical{--fa: "\f7f5";--fa--fa: "\f7f5\f7f5"}.fa-comment-middle{--fa: "\e149";--fa--fa: "\e149\e149"}.fa-comment-middle-alt{--fa: "\e1e1";--fa--fa: "\e1e1\e1e1"}.fa-comment-middle-top{--fa: "\e14a";--fa--fa: "\e14a\e14a"}.fa-comment-middle-top-alt{--fa: "\e1e2";--fa--fa: "\e1e2\e1e2"}.fa-comment-minus{--fa: "\f4b1";--fa--fa: "\f4b1\f4b1"}.fa-comment-music{--fa: "\f8b0";--fa--fa: "\f8b0\f8b0"}.fa-comment-nodes{--fa: "\e696";--fa--fa: "\e696\e696"}.fa-comment-pen{--fa: "\f4ae";--fa--fa: "\f4ae\f4ae"}.fa-comment-plus{--fa: "\f4b2";--fa--fa: "\f4b2\f4b2"}.fa-comment-question{--fa: "\e14b";--fa--fa: "\e14b\e14b"}.fa-comment-quote{--fa: "\e14c";--fa--fa: "\e14c\e14c"}.fa-comment-slash{--fa: "\f4b3";--fa--fa: "\f4b3\f4b3"}.fa-comment-smile{--fa: "\f4b4";--fa--fa: "\f4b4\f4b4"}.fa-comment-sms{--fa: "\f7cd";--fa--fa: "\f7cd\f7cd"}.fa-comment-text{--fa: "\e14d";--fa--fa: "\e14d\e14d"}.fa-comment-times,.fa-comment-xmark{--fa: "\f4b5";--fa--fa: "\f4b5\f4b5"}.fa-commenting{--fa: "\f4ad";--fa--fa: "\f4ad\f4ad"}.fa-comments{--fa: "\f086";--fa--fa: "\f086\f086"}.fa-comments-alt{--fa: "\f4b6";--fa--fa: "\f4b6\f4b6"}.fa-comments-alt-dollar{--fa: "\f652";--fa--fa: "\f652\f652"}.fa-comments-dollar{--fa: "\f653";--fa--fa: "\f653\f653"}.fa-comments-question{--fa: "\e14e";--fa--fa: "\e14e\e14e"}.fa-comments-question-check{--fa: "\e14f";--fa--fa: "\e14f\e14f"}.fa-compact-disc{--fa: "\f51f";--fa--fa: "\f51f\f51f"}.fa-compass{--fa: "\f14e";--fa--fa: "\f14e\f14e"}.fa-compass-drafting{--fa: "\f568";--fa--fa: "\f568\f568"}.fa-compass-slash{--fa: "\f5e9";--fa--fa: "\f5e9\f5e9"}.fa-compress{--fa: "\f066";--fa--fa: "\f066\f066"}.fa-compress-alt{--fa: "\f422";--fa--fa: "\f422\f422"}.fa-compress-arrows{--fa: "\e0a5";--fa--fa: "\e0a5\e0a5"}.fa-compress-arrows-alt{--fa: "\f78c";--fa--fa: "\f78c\f78c"}.fa-compress-wide{--fa: "\f326";--fa--fa: "\f326\f326"}.fa-computer{--fa: "\e4e5";--fa--fa: "\e4e5\e4e5"}.fa-computer-classic{--fa: "\f8b1";--fa--fa: "\f8b1\f8b1"}.fa-computer-mouse{--fa: "\f8cc";--fa--fa: "\f8cc\f8cc"}.fa-computer-mouse-scrollwheel{--fa: "\f8cd";--fa--fa: "\f8cd\f8cd"}.fa-computer-speaker{--fa: "\f8b2";--fa--fa: "\f8b2\f8b2"}.fa-concierge-bell{--fa: "\f562";--fa--fa: "\f562\f562"}.fa-construction{--fa: "\f85d";--fa--fa: "\f85d\f85d"}.fa-contact-book{--fa: "\f2b9";--fa--fa: "\f2b9\f2b9"}.fa-contact-card{--fa: "\f2bb";--fa--fa: "\f2bb\f2bb"}.fa-container-storage{--fa: "\f4b7";--fa--fa: "\f4b7\f4b7"}.fa-conveyor-belt{--fa: "\f46e";--fa--fa: "\f46e\f46e"}.fa-conveyor-belt-alt{--fa: "\f46f";--fa--fa: "\f46f\f46f"}.fa-conveyor-belt-arm{--fa: "\e5f8";--fa--fa: "\e5f8\e5f8"}.fa-conveyor-belt-boxes{--fa: "\f46f";--fa--fa: "\f46f\f46f"}.fa-conveyor-belt-empty{--fa: "\e150";--fa--fa: "\e150\e150"}.fa-cookie{--fa: "\f563";--fa--fa: "\f563\f563"}.fa-cookie-bite{--fa: "\f564";--fa--fa: "\f564\f564"}.fa-copy{--fa: "\f0c5";--fa--fa: "\f0c5\f0c5"}.fa-copyright{--fa: "\f1f9";--fa--fa: "\f1f9\f1f9"}.fa-corn{--fa: "\f6c7";--fa--fa: "\f6c7\f6c7"}.fa-corner{--fa: "\e3fe";--fa--fa: "\e3fe\e3fe"}.fa-couch{--fa: "\f4b8";--fa--fa: "\f4b8\f4b8"}.fa-couch-small{--fa: "\f4cc";--fa--fa: "\f4cc\f4cc"}.fa-court-sport{--fa: "\e643";--fa--fa: "\e643\e643"}.fa-cow{--fa: "\f6c8";--fa--fa: "\f6c8\f6c8"}.fa-cowbell{--fa: "\f8b3";--fa--fa: "\f8b3\f8b3"}.fa-cowbell-circle-plus,.fa-cowbell-more{--fa: "\f8b4";--fa--fa: "\f8b4\f8b4"}.fa-crab{--fa: "\e3ff";--fa--fa: "\e3ff\e3ff"}.fa-crate-apple{--fa: "\f6b1";--fa--fa: "\f6b1\f6b1"}.fa-crate-empty{--fa: "\e151";--fa--fa: "\e151\e151"}.fa-credit-card,.fa-credit-card-alt{--fa: "\f09d";--fa--fa: "\f09d\f09d"}.fa-credit-card-blank{--fa: "\f389";--fa--fa: "\f389\f389"}.fa-credit-card-front{--fa: "\f38a";--fa--fa: "\f38a\f38a"}.fa-creemee{--fa: "\e400";--fa--fa: "\e400\e400"}.fa-cricket,.fa-cricket-bat-ball{--fa: "\f449";--fa--fa: "\f449\f449"}.fa-croissant{--fa: "\f7f6";--fa--fa: "\f7f6\f7f6"}.fa-crop{--fa: "\f125";--fa--fa: "\f125\f125"}.fa-crop-alt,.fa-crop-simple{--fa: "\f565";--fa--fa: "\f565\f565"}.fa-cross{--fa: "\f654";--fa--fa: "\f654\f654"}.fa-crosshairs{--fa: "\f05b";--fa--fa: "\f05b\f05b"}.fa-crosshairs-simple{--fa: "\e59f";--fa--fa: "\e59f\e59f"}.fa-crow{--fa: "\f520";--fa--fa: "\f520\f520"}.fa-crown{--fa: "\f521";--fa--fa: "\f521\f521"}.fa-crutch{--fa: "\f7f7";--fa--fa: "\f7f7\f7f7"}.fa-crutches{--fa: "\f7f8";--fa--fa: "\f7f8\f7f8"}.fa-cruzeiro-sign{--fa: "\e152";--fa--fa: "\e152\e152"}.fa-crystal-ball{--fa: "\e362";--fa--fa: "\e362\e362"}.fa-cube{--fa: "\f1b2";--fa--fa: "\f1b2\f1b2"}.fa-cubes{--fa: "\f1b3";--fa--fa: "\f1b3\f1b3"}.fa-cubes-stacked{--fa: "\e4e6";--fa--fa: "\e4e6\e4e6"}.fa-cucumber{--fa: "\e401";--fa--fa: "\e401\e401"}.fa-cup-straw{--fa: "\e363";--fa--fa: "\e363\e363"}.fa-cup-straw-swoosh{--fa: "\e364";--fa--fa: "\e364\e364"}.fa-cup-togo{--fa: "\f6c5";--fa--fa: "\f6c5\f6c5"}.fa-cupcake{--fa: "\e402";--fa--fa: "\e402\e402"}.fa-curling,.fa-curling-stone{--fa: "\f44a";--fa--fa: "\f44a\f44a"}.fa-custard{--fa: "\e403";--fa--fa: "\e403\e403"}.fa-cut{--fa: "\f0c4";--fa--fa: "\f0c4\f0c4"}.fa-cutlery{--fa: "\f2e7";--fa--fa: "\f2e7\f2e7"}.fa-d{--fa: "D";--fa--fa: "DD"}.fa-dagger{--fa: "\f6cb";--fa--fa: "\f6cb\f6cb"}.fa-dash{--fa: "\e404";--fa--fa: "\e404\e404"}.fa-dashboard{--fa: "\f624";--fa--fa: "\f624\f624"}.fa-database{--fa: "\f1c0";--fa--fa: "\f1c0\f1c0"}.fa-deaf,.fa-deafness{--fa: "\f2a4";--fa--fa: "\f2a4\f2a4"}.fa-debug{--fa: "\f7f9";--fa--fa: "\f7f9\f7f9"}.fa-dedent{--fa: "\f03b";--fa--fa: "\f03b\f03b"}.fa-deer{--fa: "\f78e";--fa--fa: "\f78e\f78e"}.fa-deer-rudolph{--fa: "\f78f";--fa--fa: "\f78f\f78f"}.fa-delete-left{--fa: "\f55a";--fa--fa: "\f55a\f55a"}.fa-delete-right{--fa: "\e154";--fa--fa: "\e154\e154"}.fa-democrat{--fa: "\f747";--fa--fa: "\f747\f747"}.fa-desktop,.fa-desktop-alt{--fa: "\f390";--fa--fa: "\f390\f390"}.fa-desktop-arrow-down{--fa: "\e155";--fa--fa: "\e155\e155"}.fa-desktop-code{--fa: "\e165";--fa--fa: "\e165\e165"}.fa-desktop-medical{--fa: "\e166";--fa--fa: "\e166\e166"}.fa-desktop-slash{--fa: "\e2fa";--fa--fa: "\e2fa\e2fa"}.fa-dewpoint{--fa: "\f748";--fa--fa: "\f748\f748"}.fa-dharmachakra{--fa: "\f655";--fa--fa: "\f655\f655"}.fa-diagnoses{--fa: "\f470";--fa--fa: "\f470\f470"}.fa-diagram-cells{--fa: "\e475";--fa--fa: "\e475\e475"}.fa-diagram-lean-canvas{--fa: "\e156";--fa--fa: "\e156\e156"}.fa-diagram-nested{--fa: "\e157";--fa--fa: "\e157\e157"}.fa-diagram-next{--fa: "\e476";--fa--fa: "\e476\e476"}.fa-diagram-predecessor{--fa: "\e477";--fa--fa: "\e477\e477"}.fa-diagram-previous{--fa: "\e478";--fa--fa: "\e478\e478"}.fa-diagram-project{--fa: "\f542";--fa--fa: "\f542\f542"}.fa-diagram-sankey{--fa: "\e158";--fa--fa: "\e158\e158"}.fa-diagram-subtask{--fa: "\e479";--fa--fa: "\e479\e479"}.fa-diagram-successor{--fa: "\e47a";--fa--fa: "\e47a\e47a"}.fa-diagram-venn{--fa: "\e15a";--fa--fa: "\e15a\e15a"}.fa-dial{--fa: "\e15b";--fa--fa: "\e15b\e15b"}.fa-dial-high{--fa: "\e15c";--fa--fa: "\e15c\e15c"}.fa-dial-low{--fa: "\e15d";--fa--fa: "\e15d\e15d"}.fa-dial-max{--fa: "\e15e";--fa--fa: "\e15e\e15e"}.fa-dial-med{--fa: "\e15f";--fa--fa: "\e15f\e15f"}.fa-dial-med-high{--fa: "\e15b";--fa--fa: "\e15b\e15b"}.fa-dial-med-low{--fa: "\e160";--fa--fa: "\e160\e160"}.fa-dial-min{--fa: "\e161";--fa--fa: "\e161\e161"}.fa-dial-off{--fa: "\e162";--fa--fa: "\e162\e162"}.fa-diamond{--fa: "\f219";--fa--fa: "\f219\f219"}.fa-diamond-exclamation{--fa: "\e405";--fa--fa: "\e405\e405"}.fa-diamond-half{--fa: "\e5b7";--fa--fa: "\e5b7\e5b7"}.fa-diamond-half-stroke{--fa: "\e5b8";--fa--fa: "\e5b8\e5b8"}.fa-diamond-turn-right{--fa: "\f5eb";--fa--fa: "\f5eb\f5eb"}.fa-diamonds-4{--fa: "\e68b";--fa--fa: "\e68b\e68b"}.fa-dice{--fa: "\f522";--fa--fa: "\f522\f522"}.fa-dice-d10{--fa: "\f6cd";--fa--fa: "\f6cd\f6cd"}.fa-dice-d12{--fa: "\f6ce";--fa--fa: "\f6ce\f6ce"}.fa-dice-d20{--fa: "\f6cf";--fa--fa: "\f6cf\f6cf"}.fa-dice-d4{--fa: "\f6d0";--fa--fa: "\f6d0\f6d0"}.fa-dice-d6{--fa: "\f6d1";--fa--fa: "\f6d1\f6d1"}.fa-dice-d8{--fa: "\f6d2";--fa--fa: "\f6d2\f6d2"}.fa-dice-five{--fa: "\f523";--fa--fa: "\f523\f523"}.fa-dice-four{--fa: "\f524";--fa--fa: "\f524\f524"}.fa-dice-one{--fa: "\f525";--fa--fa: "\f525\f525"}.fa-dice-six{--fa: "\f526";--fa--fa: "\f526\f526"}.fa-dice-three{--fa: "\f527";--fa--fa: "\f527\f527"}.fa-dice-two{--fa: "\f528";--fa--fa: "\f528\f528"}.fa-digging{--fa: "\f85e";--fa--fa: "\f85e\f85e"}.fa-digital-tachograph{--fa: "\f566";--fa--fa: "\f566\f566"}.fa-dinosaur{--fa: "\e5fe";--fa--fa: "\e5fe\e5fe"}.fa-diploma{--fa: "\f5ea";--fa--fa: "\f5ea\f5ea"}.fa-directions{--fa: "\f5eb";--fa--fa: "\f5eb\f5eb"}.fa-disc-drive{--fa: "\f8b5";--fa--fa: "\f8b5\f8b5"}.fa-disease{--fa: "\f7fa";--fa--fa: "\f7fa\f7fa"}.fa-display{--fa: "\e163";--fa--fa: "\e163\e163"}.fa-display-arrow-down{--fa: "\e164";--fa--fa: "\e164\e164"}.fa-display-chart-up{--fa: "\e5e3";--fa--fa: "\e5e3\e5e3"}.fa-display-chart-up-circle-currency{--fa: "\e5e5";--fa--fa: "\e5e5\e5e5"}.fa-display-chart-up-circle-dollar{--fa: "\e5e6";--fa--fa: "\e5e6\e5e6"}.fa-display-code{--fa: "\e165";--fa--fa: "\e165\e165"}.fa-display-medical{--fa: "\e166";--fa--fa: "\e166\e166"}.fa-display-slash{--fa: "\e2fa";--fa--fa: "\e2fa\e2fa"}.fa-distribute-spacing-horizontal{--fa: "\e365";--fa--fa: "\e365\e365"}.fa-distribute-spacing-vertical{--fa: "\e366";--fa--fa: "\e366\e366"}.fa-ditto{--fa: '"';--fa--fa: '""'}.fa-divide{--fa: "\f529";--fa--fa: "\f529\f529"}.fa-dizzy{--fa: "\f567";--fa--fa: "\f567\f567"}.fa-dna{--fa: "\f471";--fa--fa: "\f471\f471"}.fa-do-not-enter{--fa: "\f5ec";--fa--fa: "\f5ec\f5ec"}.fa-dog{--fa: "\f6d3";--fa--fa: "\f6d3\f6d3"}.fa-dog-leashed{--fa: "\f6d4";--fa--fa: "\f6d4\f6d4"}.fa-dollar{--fa: "$";--fa--fa: "$$"}.fa-dollar-circle{--fa: "\f2e8";--fa--fa: "\f2e8\f2e8"}.fa-dollar-sign{--fa: "$";--fa--fa: "$$"}.fa-dollar-square{--fa: "\f2e9";--fa--fa: "\f2e9\f2e9"}.fa-dolly,.fa-dolly-box{--fa: "\f472";--fa--fa: "\f472\f472"}.fa-dolly-empty{--fa: "\f473";--fa--fa: "\f473\f473"}.fa-dolly-flatbed{--fa: "\f474";--fa--fa: "\f474\f474"}.fa-dolly-flatbed-alt{--fa: "\f475";--fa--fa: "\f475\f475"}.fa-dolly-flatbed-empty{--fa: "\f476";--fa--fa: "\f476\f476"}.fa-dolphin{--fa: "\e168";--fa--fa: "\e168\e168"}.fa-donate{--fa: "\f4b9";--fa--fa: "\f4b9\f4b9"}.fa-dong-sign{--fa: "\e169";--fa--fa: "\e169\e169"}.fa-donut{--fa: "\e406";--fa--fa: "\e406\e406"}.fa-door-closed{--fa: "\f52a";--fa--fa: "\f52a\f52a"}.fa-door-open{--fa: "\f52b";--fa--fa: "\f52b\f52b"}.fa-dot-circle{--fa: "\f192";--fa--fa: "\f192\f192"}.fa-doughnut{--fa: "\e406";--fa--fa: "\e406\e406"}.fa-dove{--fa: "\f4ba";--fa--fa: "\f4ba\f4ba"}.fa-down{--fa: "\f354";--fa--fa: "\f354\f354"}.fa-down-from-bracket{--fa: "\e66b";--fa--fa: "\e66b\e66b"}.fa-down-from-dotted-line{--fa: "\e407";--fa--fa: "\e407\e407"}.fa-down-from-line{--fa: "\f349";--fa--fa: "\f349\f349"}.fa-down-left{--fa: "\e16a";--fa--fa: "\e16a\e16a"}.fa-down-left-and-up-right-to-center{--fa: "\f422";--fa--fa: "\f422\f422"}.fa-down-long{--fa: "\f309";--fa--fa: "\f309\f309"}.fa-down-right{--fa: "\e16b";--fa--fa: "\e16b\e16b"}.fa-down-to-bracket{--fa: "\e4e7";--fa--fa: "\e4e7\e4e7"}.fa-down-to-dotted-line{--fa: "\e408";--fa--fa: "\e408\e408"}.fa-down-to-line{--fa: "\f34a";--fa--fa: "\f34a\f34a"}.fa-download{--fa: "\f019";--fa--fa: "\f019\f019"}.fa-drafting-compass{--fa: "\f568";--fa--fa: "\f568\f568"}.fa-dragon{--fa: "\f6d5";--fa--fa: "\f6d5\f6d5"}.fa-draw-circle{--fa: "\f5ed";--fa--fa: "\f5ed\f5ed"}.fa-draw-polygon{--fa: "\f5ee";--fa--fa: "\f5ee\f5ee"}.fa-draw-square{--fa: "\f5ef";--fa--fa: "\f5ef\f5ef"}.fa-dreidel{--fa: "\f792";--fa--fa: "\f792\f792"}.fa-drivers-license{--fa: "\f2c2";--fa--fa: "\f2c2\f2c2"}.fa-drone{--fa: "\f85f";--fa--fa: "\f85f\f85f"}.fa-drone-alt,.fa-drone-front{--fa: "\f860";--fa--fa: "\f860\f860"}.fa-droplet{--fa: "\f043";--fa--fa: "\f043\f043"}.fa-droplet-degree{--fa: "\f748";--fa--fa: "\f748\f748"}.fa-droplet-percent{--fa: "\f750";--fa--fa: "\f750\f750"}.fa-droplet-slash{--fa: "\f5c7";--fa--fa: "\f5c7\f5c7"}.fa-drum{--fa: "\f569";--fa--fa: "\f569\f569"}.fa-drum-steelpan{--fa: "\f56a";--fa--fa: "\f56a\f56a"}.fa-drumstick{--fa: "\f6d6";--fa--fa: "\f6d6\f6d6"}.fa-drumstick-bite{--fa: "\f6d7";--fa--fa: "\f6d7\f6d7"}.fa-dryer{--fa: "\f861";--fa--fa: "\f861\f861"}.fa-dryer-alt,.fa-dryer-heat{--fa: "\f862";--fa--fa: "\f862\f862"}.fa-duck{--fa: "\f6d8";--fa--fa: "\f6d8\f6d8"}.fa-dumbbell{--fa: "\f44b";--fa--fa: "\f44b\f44b"}.fa-dumpster{--fa: "\f793";--fa--fa: "\f793\f793"}.fa-dumpster-fire{--fa: "\f794";--fa--fa: "\f794\f794"}.fa-dungeon{--fa: "\f6d9";--fa--fa: "\f6d9\f6d9"}.fa-e{--fa: "E";--fa--fa: "EE"}.fa-ear{--fa: "\f5f0";--fa--fa: "\f5f0\f5f0"}.fa-ear-deaf{--fa: "\f2a4";--fa--fa: "\f2a4\f2a4"}.fa-ear-listen{--fa: "\f2a2";--fa--fa: "\f2a2\f2a2"}.fa-ear-muffs{--fa: "\f795";--fa--fa: "\f795\f795"}.fa-earth{--fa: "\f57d";--fa--fa: "\f57d\f57d"}.fa-earth-africa{--fa: "\f57c";--fa--fa: "\f57c\f57c"}.fa-earth-america,.fa-earth-americas{--fa: "\f57d";--fa--fa: "\f57d\f57d"}.fa-earth-asia{--fa: "\f57e";--fa--fa: "\f57e\f57e"}.fa-earth-europe{--fa: "\f7a2";--fa--fa: "\f7a2\f7a2"}.fa-earth-oceania{--fa: "\e47b";--fa--fa: "\e47b\e47b"}.fa-eclipse{--fa: "\f749";--fa--fa: "\f749\f749"}.fa-eclipse-alt{--fa: "\f74a";--fa--fa: "\f74a\f74a"}.fa-edit{--fa: "\f044";--fa--fa: "\f044\f044"}.fa-egg{--fa: "\f7fb";--fa--fa: "\f7fb\f7fb"}.fa-egg-fried{--fa: "\f7fc";--fa--fa: "\f7fc\f7fc"}.fa-eggplant{--fa: "\e16c";--fa--fa: "\e16c\e16c"}.fa-eject{--fa: "\f052";--fa--fa: "\f052\f052"}.fa-elephant{--fa: "\f6da";--fa--fa: "\f6da\f6da"}.fa-elevator{--fa: "\e16d";--fa--fa: "\e16d\e16d"}.fa-ellipsis,.fa-ellipsis-h{--fa: "\f141";--fa--fa: "\f141\f141"}.fa-ellipsis-h-alt,.fa-ellipsis-stroke{--fa: "\f39b";--fa--fa: "\f39b\f39b"}.fa-ellipsis-stroke-vertical{--fa: "\f39c";--fa--fa: "\f39c\f39c"}.fa-ellipsis-v{--fa: "\f142";--fa--fa: "\f142\f142"}.fa-ellipsis-v-alt{--fa: "\f39c";--fa--fa: "\f39c\f39c"}.fa-ellipsis-vertical{--fa: "\f142";--fa--fa: "\f142\f142"}.fa-empty-set{--fa: "\f656";--fa--fa: "\f656\f656"}.fa-engine{--fa: "\e16e";--fa--fa: "\e16e\e16e"}.fa-engine-exclamation,.fa-engine-warning{--fa: "\f5f2";--fa--fa: "\f5f2\f5f2"}.fa-envelope{--fa: "\f0e0";--fa--fa: "\f0e0\f0e0"}.fa-envelope-badge{--fa: "\e16f";--fa--fa: "\e16f\e16f"}.fa-envelope-circle{--fa: "\e10c";--fa--fa: "\e10c\e10c"}.fa-envelope-circle-check{--fa: "\e4e8";--fa--fa: "\e4e8\e4e8"}.fa-envelope-dot{--fa: "\e16f";--fa--fa: "\e16f\e16f"}.fa-envelope-open{--fa: "\f2b6";--fa--fa: "\f2b6\f2b6"}.fa-envelope-open-dollar{--fa: "\f657";--fa--fa: "\f657\f657"}.fa-envelope-open-text{--fa: "\f658";--fa--fa: "\f658\f658"}.fa-envelope-square{--fa: "\f199";--fa--fa: "\f199\f199"}.fa-envelopes{--fa: "\e170";--fa--fa: "\e170\e170"}.fa-envelopes-bulk{--fa: "\f674";--fa--fa: "\f674\f674"}.fa-equals{--fa: "=";--fa--fa: "=="}.fa-eraser{--fa: "\f12d";--fa--fa: "\f12d\f12d"}.fa-escalator{--fa: "\e171";--fa--fa: "\e171\e171"}.fa-ethernet{--fa: "\f796";--fa--fa: "\f796\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa: "\f153";--fa--fa: "\f153\f153"}.fa-excavator{--fa: "\e656";--fa--fa: "\e656\e656"}.fa-exchange{--fa: "\f0ec";--fa--fa: "\f0ec\f0ec"}.fa-exchange-alt{--fa: "\f362";--fa--fa: "\f362\f362"}.fa-exclamation{--fa: "!";--fa--fa: "!!"}.fa-exclamation-circle{--fa: "\f06a";--fa--fa: "\f06a\f06a"}.fa-exclamation-square{--fa: "\f321";--fa--fa: "\f321\f321"}.fa-exclamation-triangle{--fa: "\f071";--fa--fa: "\f071\f071"}.fa-expand{--fa: "\f065";--fa--fa: "\f065\f065"}.fa-expand-alt{--fa: "\f424";--fa--fa: "\f424\f424"}.fa-expand-arrows{--fa: "\f31d";--fa--fa: "\f31d\f31d"}.fa-expand-arrows-alt{--fa: "\f31e";--fa--fa: "\f31e\f31e"}.fa-expand-wide{--fa: "\f320";--fa--fa: "\f320\f320"}.fa-exploding-head{--fa: "\e2fe";--fa--fa: "\e2fe\e2fe"}.fa-explosion{--fa: "\e4e9";--fa--fa: "\e4e9\e4e9"}.fa-external-link{--fa: "\f08e";--fa--fa: "\f08e\f08e"}.fa-external-link-alt{--fa: "\f35d";--fa--fa: "\f35d\f35d"}.fa-external-link-square{--fa: "\f14c";--fa--fa: "\f14c\f14c"}.fa-external-link-square-alt{--fa: "\f360";--fa--fa: "\f360\f360"}.fa-eye{--fa: "\f06e";--fa--fa: "\f06e\f06e"}.fa-eye-dropper,.fa-eye-dropper-empty{--fa: "\f1fb";--fa--fa: "\f1fb\f1fb"}.fa-eye-dropper-full{--fa: "\e172";--fa--fa: "\e172\e172"}.fa-eye-dropper-half{--fa: "\e173";--fa--fa: "\e173\e173"}.fa-eye-evil{--fa: "\f6db";--fa--fa: "\f6db\f6db"}.fa-eye-low-vision{--fa: "\f2a8";--fa--fa: "\f2a8\f2a8"}.fa-eye-slash{--fa: "\f070";--fa--fa: "\f070\f070"}.fa-eyedropper{--fa: "\f1fb";--fa--fa: "\f1fb\f1fb"}.fa-eyes{--fa: "\e367";--fa--fa: "\e367\e367"}.fa-f{--fa: "F";--fa--fa: "FF"}.fa-face-angry{--fa: "\f556";--fa--fa: "\f556\f556"}.fa-face-angry-horns{--fa: "\e368";--fa--fa: "\e368\e368"}.fa-face-anguished{--fa: "\e369";--fa--fa: "\e369\e369"}.fa-face-anxious-sweat{--fa: "\e36a";--fa--fa: "\e36a\e36a"}.fa-face-astonished{--fa: "\e36b";--fa--fa: "\e36b\e36b"}.fa-face-awesome{--fa: "\e409";--fa--fa: "\e409\e409"}.fa-face-beam-hand-over-mouth{--fa: "\e47c";--fa--fa: "\e47c\e47c"}.fa-face-clouds{--fa: "\e47d";--fa--fa: "\e47d\e47d"}.fa-face-confounded{--fa: "\e36c";--fa--fa: "\e36c\e36c"}.fa-face-confused{--fa: "\e36d";--fa--fa: "\e36d\e36d"}.fa-face-cowboy-hat{--fa: "\e36e";--fa--fa: "\e36e\e36e"}.fa-face-diagonal-mouth{--fa: "\e47e";--fa--fa: "\e47e\e47e"}.fa-face-disappointed{--fa: "\e36f";--fa--fa: "\e36f\e36f"}.fa-face-disguise{--fa: "\e370";--fa--fa: "\e370\e370"}.fa-face-dizzy{--fa: "\f567";--fa--fa: "\f567\f567"}.fa-face-dotted{--fa: "\e47f";--fa--fa: "\e47f\e47f"}.fa-face-downcast-sweat{--fa: "\e371";--fa--fa: "\e371\e371"}.fa-face-drooling{--fa: "\e372";--fa--fa: "\e372\e372"}.fa-face-exhaling{--fa: "\e480";--fa--fa: "\e480\e480"}.fa-face-explode{--fa: "\e2fe";--fa--fa: "\e2fe\e2fe"}.fa-face-expressionless{--fa: "\e373";--fa--fa: "\e373\e373"}.fa-face-eyes-xmarks{--fa: "\e374";--fa--fa: "\e374\e374"}.fa-face-fearful{--fa: "\e375";--fa--fa: "\e375\e375"}.fa-face-flushed{--fa: "\f579";--fa--fa: "\f579\f579"}.fa-face-frown{--fa: "\f119";--fa--fa: "\f119\f119"}.fa-face-frown-open{--fa: "\f57a";--fa--fa: "\f57a\f57a"}.fa-face-frown-slight{--fa: "\e376";--fa--fa: "\e376\e376"}.fa-face-glasses{--fa: "\e377";--fa--fa: "\e377\e377"}.fa-face-grimace{--fa: "\f57f";--fa--fa: "\f57f\f57f"}.fa-face-grin{--fa: "\f580";--fa--fa: "\f580\f580"}.fa-face-grin-beam{--fa: "\f582";--fa--fa: "\f582\f582"}.fa-face-grin-beam-sweat{--fa: "\f583";--fa--fa: "\f583\f583"}.fa-face-grin-hearts{--fa: "\f584";--fa--fa: "\f584\f584"}.fa-face-grin-squint{--fa: "\f585";--fa--fa: "\f585\f585"}.fa-face-grin-squint-tears{--fa: "\f586";--fa--fa: "\f586\f586"}.fa-face-grin-stars{--fa: "\f587";--fa--fa: "\f587\f587"}.fa-face-grin-tears{--fa: "\f588";--fa--fa: "\f588\f588"}.fa-face-grin-tongue{--fa: "\f589";--fa--fa: "\f589\f589"}.fa-face-grin-tongue-squint{--fa: "\f58a";--fa--fa: "\f58a\f58a"}.fa-face-grin-tongue-wink{--fa: "\f58b";--fa--fa: "\f58b\f58b"}.fa-face-grin-wide{--fa: "\f581";--fa--fa: "\f581\f581"}.fa-face-grin-wink{--fa: "\f58c";--fa--fa: "\f58c\f58c"}.fa-face-hand-over-mouth{--fa: "\e378";--fa--fa: "\e378\e378"}.fa-face-hand-peeking{--fa: "\e481";--fa--fa: "\e481\e481"}.fa-face-hand-yawn{--fa: "\e379";--fa--fa: "\e379\e379"}.fa-face-head-bandage{--fa: "\e37a";--fa--fa: "\e37a\e37a"}.fa-face-holding-back-tears{--fa: "\e482";--fa--fa: "\e482\e482"}.fa-face-hushed{--fa: "\e37b";--fa--fa: "\e37b\e37b"}.fa-face-icicles{--fa: "\e37c";--fa--fa: "\e37c\e37c"}.fa-face-kiss{--fa: "\f596";--fa--fa: "\f596\f596"}.fa-face-kiss-beam{--fa: "\f597";--fa--fa: "\f597\f597"}.fa-face-kiss-closed-eyes{--fa: "\e37d";--fa--fa: "\e37d\e37d"}.fa-face-kiss-wink-heart{--fa: "\f598";--fa--fa: "\f598\f598"}.fa-face-laugh{--fa: "\f599";--fa--fa: "\f599\f599"}.fa-face-laugh-beam{--fa: "\f59a";--fa--fa: "\f59a\f59a"}.fa-face-laugh-squint{--fa: "\f59b";--fa--fa: "\f59b\f59b"}.fa-face-laugh-wink{--fa: "\f59c";--fa--fa: "\f59c\f59c"}.fa-face-lying{--fa: "\e37e";--fa--fa: "\e37e\e37e"}.fa-face-mask{--fa: "\e37f";--fa--fa: "\e37f\e37f"}.fa-face-meh{--fa: "\f11a";--fa--fa: "\f11a\f11a"}.fa-face-meh-blank{--fa: "\f5a4";--fa--fa: "\f5a4\f5a4"}.fa-face-melting{--fa: "\e483";--fa--fa: "\e483\e483"}.fa-face-monocle{--fa: "\e380";--fa--fa: "\e380\e380"}.fa-face-nauseated{--fa: "\e381";--fa--fa: "\e381\e381"}.fa-face-nose-steam{--fa: "\e382";--fa--fa: "\e382\e382"}.fa-face-party{--fa: "\e383";--fa--fa: "\e383\e383"}.fa-face-pensive{--fa: "\e384";--fa--fa: "\e384\e384"}.fa-face-persevering{--fa: "\e385";--fa--fa: "\e385\e385"}.fa-face-pleading{--fa: "\e386";--fa--fa: "\e386\e386"}.fa-face-pouting{--fa: "\e387";--fa--fa: "\e387\e387"}.fa-face-raised-eyebrow{--fa: "\e388";--fa--fa: "\e388\e388"}.fa-face-relieved{--fa: "\e389";--fa--fa: "\e389\e389"}.fa-face-rolling-eyes{--fa: "\f5a5";--fa--fa: "\f5a5\f5a5"}.fa-face-sad-cry{--fa: "\f5b3";--fa--fa: "\f5b3\f5b3"}.fa-face-sad-sweat{--fa: "\e38a";--fa--fa: "\e38a\e38a"}.fa-face-sad-tear{--fa: "\f5b4";--fa--fa: "\f5b4\f5b4"}.fa-face-saluting{--fa: "\e484";--fa--fa: "\e484\e484"}.fa-face-scream{--fa: "\e38b";--fa--fa: "\e38b\e38b"}.fa-face-shush{--fa: "\e38c";--fa--fa: "\e38c\e38c"}.fa-face-sleeping{--fa: "\e38d";--fa--fa: "\e38d\e38d"}.fa-face-sleepy{--fa: "\e38e";--fa--fa: "\e38e\e38e"}.fa-face-smile{--fa: "\f118";--fa--fa: "\f118\f118"}.fa-face-smile-beam{--fa: "\f5b8";--fa--fa: "\f5b8\f5b8"}.fa-face-smile-halo{--fa: "\e38f";--fa--fa: "\e38f\e38f"}.fa-face-smile-hearts{--fa: "\e390";--fa--fa: "\e390\e390"}.fa-face-smile-horns{--fa: "\e391";--fa--fa: "\e391\e391"}.fa-face-smile-plus{--fa: "\f5b9";--fa--fa: "\f5b9\f5b9"}.fa-face-smile-relaxed{--fa: "\e392";--fa--fa: "\e392\e392"}.fa-face-smile-tear{--fa: "\e393";--fa--fa: "\e393\e393"}.fa-face-smile-tongue{--fa: "\e394";--fa--fa: "\e394\e394"}.fa-face-smile-upside-down{--fa: "\e395";--fa--fa: "\e395\e395"}.fa-face-smile-wink{--fa: "\f4da";--fa--fa: "\f4da\f4da"}.fa-face-smiling-hands{--fa: "\e396";--fa--fa: "\e396\e396"}.fa-face-smirking{--fa: "\e397";--fa--fa: "\e397\e397"}.fa-face-spiral-eyes{--fa: "\e485";--fa--fa: "\e485\e485"}.fa-face-sunglasses{--fa: "\e398";--fa--fa: "\e398\e398"}.fa-face-surprise{--fa: "\f5c2";--fa--fa: "\f5c2\f5c2"}.fa-face-swear{--fa: "\e399";--fa--fa: "\e399\e399"}.fa-face-thermometer{--fa: "\e39a";--fa--fa: "\e39a\e39a"}.fa-face-thinking{--fa: "\e39b";--fa--fa: "\e39b\e39b"}.fa-face-tired{--fa: "\f5c8";--fa--fa: "\f5c8\f5c8"}.fa-face-tissue{--fa: "\e39c";--fa--fa: "\e39c\e39c"}.fa-face-tongue-money{--fa: "\e39d";--fa--fa: "\e39d\e39d"}.fa-face-tongue-sweat{--fa: "\e39e";--fa--fa: "\e39e\e39e"}.fa-face-unamused{--fa: "\e39f";--fa--fa: "\e39f\e39f"}.fa-face-viewfinder{--fa: "\e2ff";--fa--fa: "\e2ff\e2ff"}.fa-face-vomit{--fa: "\e3a0";--fa--fa: "\e3a0\e3a0"}.fa-face-weary{--fa: "\e3a1";--fa--fa: "\e3a1\e3a1"}.fa-face-woozy{--fa: "\e3a2";--fa--fa: "\e3a2\e3a2"}.fa-face-worried{--fa: "\e3a3";--fa--fa: "\e3a3\e3a3"}.fa-face-zany{--fa: "\e3a4";--fa--fa: "\e3a4\e3a4"}.fa-face-zipper{--fa: "\e3a5";--fa--fa: "\e3a5\e3a5"}.fa-falafel{--fa: "\e40a";--fa--fa: "\e40a\e40a"}.fa-family{--fa: "\e300";--fa--fa: "\e300\e300"}.fa-family-dress{--fa: "\e301";--fa--fa: "\e301\e301"}.fa-family-pants{--fa: "\e302";--fa--fa: "\e302\e302"}.fa-fan{--fa: "\f863";--fa--fa: "\f863\f863"}.fa-fan-table{--fa: "\e004";--fa--fa: "\e004\e004"}.fa-farm{--fa: "\f864";--fa--fa: "\f864\f864"}.fa-fast-backward{--fa: "\f049";--fa--fa: "\f049\f049"}.fa-fast-forward{--fa: "\f050";--fa--fa: "\f050\f050"}.fa-faucet{--fa: "\e005";--fa--fa: "\e005\e005"}.fa-faucet-drip{--fa: "\e006";--fa--fa: "\e006\e006"}.fa-fax{--fa: "\f1ac";--fa--fa: "\f1ac\f1ac"}.fa-feather{--fa: "\f52d";--fa--fa: "\f52d\f52d"}.fa-feather-alt,.fa-feather-pointed{--fa: "\f56b";--fa--fa: "\f56b\f56b"}.fa-feed{--fa: "\f09e";--fa--fa: "\f09e\f09e"}.fa-female{--fa: "\f182";--fa--fa: "\f182\f182"}.fa-fence{--fa: "\e303";--fa--fa: "\e303\e303"}.fa-ferris-wheel{--fa: "\e174";--fa--fa: "\e174\e174"}.fa-ferry{--fa: "\e4ea";--fa--fa: "\e4ea\e4ea"}.fa-field-hockey,.fa-field-hockey-stick-ball{--fa: "\f44c";--fa--fa: "\f44c\f44c"}.fa-fighter-jet{--fa: "\f0fb";--fa--fa: "\f0fb\f0fb"}.fa-file{--fa: "\f15b";--fa--fa: "\f15b\f15b"}.fa-file-alt{--fa: "\f15c";--fa--fa: "\f15c\f15c"}.fa-file-archive{--fa: "\f1c6";--fa--fa: "\f1c6\f1c6"}.fa-file-arrow-down{--fa: "\f56d";--fa--fa: "\f56d\f56d"}.fa-file-arrow-up{--fa: "\f574";--fa--fa: "\f574\f574"}.fa-file-audio{--fa: "\f1c7";--fa--fa: "\f1c7\f1c7"}.fa-file-award{--fa: "\f5f3";--fa--fa: "\f5f3\f5f3"}.fa-file-binary{--fa: "\e175";--fa--fa: "\e175\e175"}.fa-file-cad{--fa: "\e672";--fa--fa: "\e672\e672"}.fa-file-caret-down{--fa: "\e429";--fa--fa: "\e429\e429"}.fa-file-caret-up{--fa: "\e42a";--fa--fa: "\e42a\e42a"}.fa-file-certificate{--fa: "\f5f3";--fa--fa: "\f5f3\f5f3"}.fa-file-chart-column,.fa-file-chart-line{--fa: "\f659";--fa--fa: "\f659\f659"}.fa-file-chart-pie{--fa: "\f65a";--fa--fa: "\f65a\f65a"}.fa-file-check{--fa: "\f316";--fa--fa: "\f316\f316"}.fa-file-circle-check{--fa: "\e5a0";--fa--fa: "\e5a0\e5a0"}.fa-file-circle-exclamation{--fa: "\e4eb";--fa--fa: "\e4eb\e4eb"}.fa-file-circle-info{--fa: "\e493";--fa--fa: "\e493\e493"}.fa-file-circle-minus{--fa: "\e4ed";--fa--fa: "\e4ed\e4ed"}.fa-file-circle-plus{--fa: "\e494";--fa--fa: "\e494\e494"}.fa-file-circle-question{--fa: "\e4ef";--fa--fa: "\e4ef\e4ef"}.fa-file-circle-xmark{--fa: "\e5a1";--fa--fa: "\e5a1\e5a1"}.fa-file-clipboard{--fa: "\f0ea";--fa--fa: "\f0ea\f0ea"}.fa-file-code{--fa: "\f1c9";--fa--fa: "\f1c9\f1c9"}.fa-file-contract{--fa: "\f56c";--fa--fa: "\f56c\f56c"}.fa-file-csv{--fa: "\f6dd";--fa--fa: "\f6dd\f6dd"}.fa-file-dashed-line{--fa: "\f877";--fa--fa: "\f877\f877"}.fa-file-doc{--fa: "\e5ed";--fa--fa: "\e5ed\e5ed"}.fa-file-download{--fa: "\f56d";--fa--fa: "\f56d\f56d"}.fa-file-edit{--fa: "\f31c";--fa--fa: "\f31c\f31c"}.fa-file-eps{--fa: "\e644";--fa--fa: "\e644\e644"}.fa-file-excel{--fa: "\f1c3";--fa--fa: "\f1c3\f1c3"}.fa-file-exclamation{--fa: "\f31a";--fa--fa: "\f31a\f31a"}.fa-file-export{--fa: "\f56e";--fa--fa: "\f56e\f56e"}.fa-file-fragment{--fa: "\e697";--fa--fa: "\e697\e697"}.fa-file-gif{--fa: "\e645";--fa--fa: "\e645\e645"}.fa-file-half-dashed{--fa: "\e698";--fa--fa: "\e698\e698"}.fa-file-heart{--fa: "\e176";--fa--fa: "\e176\e176"}.fa-file-image{--fa: "\f1c5";--fa--fa: "\f1c5\f1c5"}.fa-file-import{--fa: "\f56f";--fa--fa: "\f56f\f56f"}.fa-file-invoice{--fa: "\f570";--fa--fa: "\f570\f570"}.fa-file-invoice-dollar{--fa: "\f571";--fa--fa: "\f571\f571"}.fa-file-jpg{--fa: "\e646";--fa--fa: "\e646\e646"}.fa-file-lines{--fa: "\f15c";--fa--fa: "\f15c\f15c"}.fa-file-lock{--fa: "\e3a6";--fa--fa: "\e3a6\e3a6"}.fa-file-magnifying-glass{--fa: "\f865";--fa--fa: "\f865\f865"}.fa-file-medical{--fa: "\f477";--fa--fa: "\f477\f477"}.fa-file-medical-alt{--fa: "\f478";--fa--fa: "\f478\f478"}.fa-file-minus{--fa: "\f318";--fa--fa: "\f318\f318"}.fa-file-mov{--fa: "\e647";--fa--fa: "\e647\e647"}.fa-file-mp3{--fa: "\e648";--fa--fa: "\e648\e648"}.fa-file-mp4{--fa: "\e649";--fa--fa: "\e649\e649"}.fa-file-music{--fa: "\f8b6";--fa--fa: "\f8b6\f8b6"}.fa-file-pdf{--fa: "\f1c1";--fa--fa: "\f1c1\f1c1"}.fa-file-pen{--fa: "\f31c";--fa--fa: "\f31c\f31c"}.fa-file-plus{--fa: "\f319";--fa--fa: "\f319\f319"}.fa-file-plus-minus{--fa: "\e177";--fa--fa: "\e177\e177"}.fa-file-png{--fa: "\e666";--fa--fa: "\e666\e666"}.fa-file-powerpoint{--fa: "\f1c4";--fa--fa: "\f1c4\f1c4"}.fa-file-ppt{--fa: "\e64a";--fa--fa: "\e64a\e64a"}.fa-file-prescription{--fa: "\f572";--fa--fa: "\f572\f572"}.fa-file-search{--fa: "\f865";--fa--fa: "\f865\f865"}.fa-file-shield{--fa: "\e4f0";--fa--fa: "\e4f0\e4f0"}.fa-file-signature{--fa: "\f573";--fa--fa: "\f573\f573"}.fa-file-slash{--fa: "\e3a7";--fa--fa: "\e3a7\e3a7"}.fa-file-spreadsheet{--fa: "\f65b";--fa--fa: "\f65b\f65b"}.fa-file-svg{--fa: "\e64b";--fa--fa: "\e64b\e64b"}.fa-file-text{--fa: "\f15c";--fa--fa: "\f15c\f15c"}.fa-file-times{--fa: "\f317";--fa--fa: "\f317\f317"}.fa-file-upload{--fa: "\f574";--fa--fa: "\f574\f574"}.fa-file-user{--fa: "\f65c";--fa--fa: "\f65c\f65c"}.fa-file-vector{--fa: "\e64c";--fa--fa: "\e64c\e64c"}.fa-file-video{--fa: "\f1c8";--fa--fa: "\f1c8\f1c8"}.fa-file-waveform{--fa: "\f478";--fa--fa: "\f478\f478"}.fa-file-word{--fa: "\f1c2";--fa--fa: "\f1c2\f1c2"}.fa-file-xls{--fa: "\e64d";--fa--fa: "\e64d\e64d"}.fa-file-xmark{--fa: "\f317";--fa--fa: "\f317\f317"}.fa-file-xml{--fa: "\e654";--fa--fa: "\e654\e654"}.fa-file-zip{--fa: "\e5ee";--fa--fa: "\e5ee\e5ee"}.fa-file-zipper{--fa: "\f1c6";--fa--fa: "\f1c6\f1c6"}.fa-files{--fa: "\e178";--fa--fa: "\e178\e178"}.fa-files-medical{--fa: "\f7fd";--fa--fa: "\f7fd\f7fd"}.fa-fill{--fa: "\f575";--fa--fa: "\f575\f575"}.fa-fill-drip{--fa: "\f576";--fa--fa: "\f576\f576"}.fa-film{--fa: "\f008";--fa--fa: "\f008\f008"}.fa-film-alt{--fa: "\f3a0";--fa--fa: "\f3a0\f3a0"}.fa-film-canister,.fa-film-cannister{--fa: "\f8b7";--fa--fa: "\f8b7\f8b7"}.fa-film-simple{--fa: "\f3a0";--fa--fa: "\f3a0\f3a0"}.fa-film-slash{--fa: "\e179";--fa--fa: "\e179\e179"}.fa-films{--fa: "\e17a";--fa--fa: "\e17a\e17a"}.fa-filter{--fa: "\f0b0";--fa--fa: "\f0b0\f0b0"}.fa-filter-circle-dollar{--fa: "\f662";--fa--fa: "\f662\f662"}.fa-filter-circle-xmark{--fa: "\e17b";--fa--fa: "\e17b\e17b"}.fa-filter-list{--fa: "\e17c";--fa--fa: "\e17c\e17c"}.fa-filter-slash{--fa: "\e17d";--fa--fa: "\e17d\e17d"}.fa-filters{--fa: "\e17e";--fa--fa: "\e17e\e17e"}.fa-fingerprint{--fa: "\f577";--fa--fa: "\f577\f577"}.fa-fire{--fa: "\f06d";--fa--fa: "\f06d\f06d"}.fa-fire-alt{--fa: "\f7e4";--fa--fa: "\f7e4\f7e4"}.fa-fire-burner{--fa: "\e4f1";--fa--fa: "\e4f1\e4f1"}.fa-fire-extinguisher{--fa: "\f134";--fa--fa: "\f134\f134"}.fa-fire-flame{--fa: "\f6df";--fa--fa: "\f6df\f6df"}.fa-fire-flame-curved{--fa: "\f7e4";--fa--fa: "\f7e4\f7e4"}.fa-fire-flame-simple{--fa: "\f46a";--fa--fa: "\f46a\f46a"}.fa-fire-hydrant{--fa: "\e17f";--fa--fa: "\e17f\e17f"}.fa-fire-smoke{--fa: "\f74b";--fa--fa: "\f74b\f74b"}.fa-fireplace{--fa: "\f79a";--fa--fa: "\f79a\f79a"}.fa-firewall{--fa: "\e3dc";--fa--fa: "\e3dc\e3dc"}.fa-first-aid{--fa: "\f479";--fa--fa: "\f479\f479"}.fa-fish{--fa: "\f578";--fa--fa: "\f578\f578"}.fa-fish-bones{--fa: "\e304";--fa--fa: "\e304\e304"}.fa-fish-cooked{--fa: "\f7fe";--fa--fa: "\f7fe\f7fe"}.fa-fish-fins{--fa: "\e4f2";--fa--fa: "\e4f2\e4f2"}.fa-fishing-rod{--fa: "\e3a8";--fa--fa: "\e3a8\e3a8"}.fa-fist-raised{--fa: "\f6de";--fa--fa: "\f6de\f6de"}.fa-flag{--fa: "\f024";--fa--fa: "\f024\f024"}.fa-flag-alt{--fa: "\f74c";--fa--fa: "\f74c\f74c"}.fa-flag-checkered{--fa: "\f11e";--fa--fa: "\f11e\f11e"}.fa-flag-pennant{--fa: "\f456";--fa--fa: "\f456\f456"}.fa-flag-swallowtail{--fa: "\f74c";--fa--fa: "\f74c\f74c"}.fa-flag-usa{--fa: "\f74d";--fa--fa: "\f74d\f74d"}.fa-flame{--fa: "\f6df";--fa--fa: "\f6df\f6df"}.fa-flashlight{--fa: "\f8b8";--fa--fa: "\f8b8\f8b8"}.fa-flask{--fa: "\f0c3";--fa--fa: "\f0c3\f0c3"}.fa-flask-gear{--fa: "\e5f1";--fa--fa: "\e5f1\e5f1"}.fa-flask-poison{--fa: "\f6e0";--fa--fa: "\f6e0\f6e0"}.fa-flask-potion{--fa: "\f6e1";--fa--fa: "\f6e1\f6e1"}.fa-flask-round-poison{--fa: "\f6e0";--fa--fa: "\f6e0\f6e0"}.fa-flask-round-potion{--fa: "\f6e1";--fa--fa: "\f6e1\f6e1"}.fa-flask-vial{--fa: "\e4f3";--fa--fa: "\e4f3\e4f3"}.fa-flatbread{--fa: "\e40b";--fa--fa: "\e40b\e40b"}.fa-flatbread-stuffed{--fa: "\e40c";--fa--fa: "\e40c\e40c"}.fa-floppy-disk{--fa: "\f0c7";--fa--fa: "\f0c7\f0c7"}.fa-floppy-disk-circle-arrow-right{--fa: "\e180";--fa--fa: "\e180\e180"}.fa-floppy-disk-circle-xmark{--fa: "\e181";--fa--fa: "\e181\e181"}.fa-floppy-disk-pen{--fa: "\e182";--fa--fa: "\e182\e182"}.fa-floppy-disk-times{--fa: "\e181";--fa--fa: "\e181\e181"}.fa-floppy-disks{--fa: "\e183";--fa--fa: "\e183\e183"}.fa-florin-sign{--fa: "\e184";--fa--fa: "\e184\e184"}.fa-flower{--fa: "\f7ff";--fa--fa: "\f7ff\f7ff"}.fa-flower-daffodil{--fa: "\f800";--fa--fa: "\f800\f800"}.fa-flower-tulip{--fa: "\f801";--fa--fa: "\f801\f801"}.fa-flushed{--fa: "\f579";--fa--fa: "\f579\f579"}.fa-flute{--fa: "\f8b9";--fa--fa: "\f8b9\f8b9"}.fa-flux-capacitor{--fa: "\f8ba";--fa--fa: "\f8ba\f8ba"}.fa-flying-disc{--fa: "\e3a9";--fa--fa: "\e3a9\e3a9"}.fa-fog{--fa: "\f74e";--fa--fa: "\f74e\f74e"}.fa-folder{--fa: "\f07b";--fa--fa: "\f07b\f07b"}.fa-folder-arrow-down{--fa: "\e053";--fa--fa: "\e053\e053"}.fa-folder-arrow-up{--fa: "\e054";--fa--fa: "\e054\e054"}.fa-folder-blank{--fa: "\f07b";--fa--fa: "\f07b\f07b"}.fa-folder-bookmark{--fa: "\e186";--fa--fa: "\e186\e186"}.fa-folder-check{--fa: "\e64e";--fa--fa: "\e64e\e64e"}.fa-folder-closed{--fa: "\e185";--fa--fa: "\e185\e185"}.fa-folder-cog{--fa: "\e187";--fa--fa: "\e187\e187"}.fa-folder-download{--fa: "\e053";--fa--fa: "\e053\e053"}.fa-folder-gear{--fa: "\e187";--fa--fa: "\e187\e187"}.fa-folder-grid{--fa: "\e188";--fa--fa: "\e188\e188"}.fa-folder-heart{--fa: "\e189";--fa--fa: "\e189\e189"}.fa-folder-image{--fa: "\e18a";--fa--fa: "\e18a\e18a"}.fa-folder-magnifying-glass{--fa: "\e18b";--fa--fa: "\e18b\e18b"}.fa-folder-medical{--fa: "\e18c";--fa--fa: "\e18c\e18c"}.fa-folder-minus{--fa: "\f65d";--fa--fa: "\f65d\f65d"}.fa-folder-music{--fa: "\e18d";--fa--fa: "\e18d\e18d"}.fa-folder-open{--fa: "\f07c";--fa--fa: "\f07c\f07c"}.fa-folder-plus{--fa: "\f65e";--fa--fa: "\f65e\f65e"}.fa-folder-search{--fa: "\e18b";--fa--fa: "\e18b\e18b"}.fa-folder-times{--fa: "\f65f";--fa--fa: "\f65f\f65f"}.fa-folder-tree{--fa: "\f802";--fa--fa: "\f802\f802"}.fa-folder-upload{--fa: "\e054";--fa--fa: "\e054\e054"}.fa-folder-user{--fa: "\e18e";--fa--fa: "\e18e\e18e"}.fa-folder-xmark{--fa: "\f65f";--fa--fa: "\f65f\f65f"}.fa-folders{--fa: "\f660";--fa--fa: "\f660\f660"}.fa-fondue-pot{--fa: "\e40d";--fa--fa: "\e40d\e40d"}.fa-font{--fa: "\f031";--fa--fa: "\f031\f031"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: "\f2b4";--fa--fa: "\f2b4\f2b4"}.fa-font-case{--fa: "\f866";--fa--fa: "\f866\f866"}.fa-football,.fa-football-ball{--fa: "\f44e";--fa--fa: "\f44e\f44e"}.fa-football-helmet{--fa: "\f44f";--fa--fa: "\f44f\f44f"}.fa-fork{--fa: "\f2e3";--fa--fa: "\f2e3\f2e3"}.fa-fork-knife{--fa: "\f2e6";--fa--fa: "\f2e6\f2e6"}.fa-forklift{--fa: "\f47a";--fa--fa: "\f47a\f47a"}.fa-fort{--fa: "\e486";--fa--fa: "\e486\e486"}.fa-forward{--fa: "\f04e";--fa--fa: "\f04e\f04e"}.fa-forward-fast{--fa: "\f050";--fa--fa: "\f050\f050"}.fa-forward-step{--fa: "\f051";--fa--fa: "\f051\f051"}.fa-fragile{--fa: "\f4bb";--fa--fa: "\f4bb\f4bb"}.fa-frame{--fa: "\e495";--fa--fa: "\e495\e495"}.fa-franc-sign{--fa: "\e18f";--fa--fa: "\e18f\e18f"}.fa-french-fries{--fa: "\f803";--fa--fa: "\f803\f803"}.fa-frog{--fa: "\f52e";--fa--fa: "\f52e\f52e"}.fa-frosty-head{--fa: "\f79b";--fa--fa: "\f79b\f79b"}.fa-frown{--fa: "\f119";--fa--fa: "\f119\f119"}.fa-frown-open{--fa: "\f57a";--fa--fa: "\f57a\f57a"}.fa-function{--fa: "\f661";--fa--fa: "\f661\f661"}.fa-funnel-dollar{--fa: "\f662";--fa--fa: "\f662\f662"}.fa-futbol,.fa-futbol-ball{--fa: "\f1e3";--fa--fa: "\f1e3\f1e3"}.fa-g{--fa: "G";--fa--fa: "GG"}.fa-galaxy{--fa: "\e008";--fa--fa: "\e008\e008"}.fa-gallery-thumbnails{--fa: "\e3aa";--fa--fa: "\e3aa\e3aa"}.fa-game-board{--fa: "\f867";--fa--fa: "\f867\f867"}.fa-game-board-alt,.fa-game-board-simple{--fa: "\f868";--fa--fa: "\f868\f868"}.fa-game-console-handheld{--fa: "\f8bb";--fa--fa: "\f8bb\f8bb"}.fa-game-console-handheld-crank{--fa: "\e5b9";--fa--fa: "\e5b9\e5b9"}.fa-gamepad{--fa: "\f11b";--fa--fa: "\f11b\f11b"}.fa-gamepad-alt,.fa-gamepad-modern{--fa: "\e5a2";--fa--fa: "\e5a2\e5a2"}.fa-garage{--fa: "\e009";--fa--fa: "\e009\e009"}.fa-garage-car{--fa: "\e00a";--fa--fa: "\e00a\e00a"}.fa-garage-open{--fa: "\e00b";--fa--fa: "\e00b\e00b"}.fa-garlic{--fa: "\e40e";--fa--fa: "\e40e\e40e"}.fa-gas-pump{--fa: "\f52f";--fa--fa: "\f52f\f52f"}.fa-gas-pump-slash{--fa: "\f5f4";--fa--fa: "\f5f4\f5f4"}.fa-gauge{--fa: "\f624";--fa--fa: "\f624\f624"}.fa-gauge-circle-bolt{--fa: "\e496";--fa--fa: "\e496\e496"}.fa-gauge-circle-minus{--fa: "\e497";--fa--fa: "\e497\e497"}.fa-gauge-circle-plus{--fa: "\e498";--fa--fa: "\e498\e498"}.fa-gauge-high{--fa: "\f625";--fa--fa: "\f625\f625"}.fa-gauge-low{--fa: "\f627";--fa--fa: "\f627\f627"}.fa-gauge-max{--fa: "\f626";--fa--fa: "\f626\f626"}.fa-gauge-med{--fa: "\f624";--fa--fa: "\f624\f624"}.fa-gauge-min{--fa: "\f628";--fa--fa: "\f628\f628"}.fa-gauge-simple{--fa: "\f629";--fa--fa: "\f629\f629"}.fa-gauge-simple-high{--fa: "\f62a";--fa--fa: "\f62a\f62a"}.fa-gauge-simple-low{--fa: "\f62c";--fa--fa: "\f62c\f62c"}.fa-gauge-simple-max{--fa: "\f62b";--fa--fa: "\f62b\f62b"}.fa-gauge-simple-med{--fa: "\f629";--fa--fa: "\f629\f629"}.fa-gauge-simple-min{--fa: "\f62d";--fa--fa: "\f62d\f62d"}.fa-gave-dandy{--fa: "\e409";--fa--fa: "\e409\e409"}.fa-gavel{--fa: "\f0e3";--fa--fa: "\f0e3\f0e3"}.fa-gbp{--fa: "\f154";--fa--fa: "\f154\f154"}.fa-gear{--fa: "\f013";--fa--fa: "\f013\f013"}.fa-gear-code{--fa: "\e5e8";--fa--fa: "\e5e8\e5e8"}.fa-gear-complex{--fa: "\e5e9";--fa--fa: "\e5e9\e5e9"}.fa-gear-complex-code{--fa: "\e5eb";--fa--fa: "\e5eb\e5eb"}.fa-gears{--fa: "\f085";--fa--fa: "\f085\f085"}.fa-gem{--fa: "\f3a5";--fa--fa: "\f3a5\f3a5"}.fa-genderless{--fa: "\f22d";--fa--fa: "\f22d\f22d"}.fa-ghost{--fa: "\f6e2";--fa--fa: "\f6e2\f6e2"}.fa-gif{--fa: "\e190";--fa--fa: "\e190\e190"}.fa-gift{--fa: "\f06b";--fa--fa: "\f06b\f06b"}.fa-gift-card{--fa: "\f663";--fa--fa: "\f663\f663"}.fa-gifts{--fa: "\f79c";--fa--fa: "\f79c\f79c"}.fa-gingerbread-man{--fa: "\f79d";--fa--fa: "\f79d\f79d"}.fa-glass{--fa: "\f804";--fa--fa: "\f804\f804"}.fa-glass-champagne{--fa: "\f79e";--fa--fa: "\f79e\f79e"}.fa-glass-cheers{--fa: "\f79f";--fa--fa: "\f79f\f79f"}.fa-glass-citrus{--fa: "\f869";--fa--fa: "\f869\f869"}.fa-glass-empty{--fa: "\e191";--fa--fa: "\e191\e191"}.fa-glass-half,.fa-glass-half-empty,.fa-glass-half-full{--fa: "\e192";--fa--fa: "\e192\e192"}.fa-glass-martini{--fa: "\f000";--fa--fa: "\f000\f000"}.fa-glass-martini-alt{--fa: "\f57b";--fa--fa: "\f57b\f57b"}.fa-glass-water{--fa: "\e4f4";--fa--fa: "\e4f4\e4f4"}.fa-glass-water-droplet{--fa: "\e4f5";--fa--fa: "\e4f5\e4f5"}.fa-glass-whiskey{--fa: "\f7a0";--fa--fa: "\f7a0\f7a0"}.fa-glass-whiskey-rocks{--fa: "\f7a1";--fa--fa: "\f7a1\f7a1"}.fa-glasses{--fa: "\f530";--fa--fa: "\f530\f530"}.fa-glasses-alt,.fa-glasses-round{--fa: "\f5f5";--fa--fa: "\f5f5\f5f5"}.fa-globe{--fa: "\f0ac";--fa--fa: "\f0ac\f0ac"}.fa-globe-africa{--fa: "\f57c";--fa--fa: "\f57c\f57c"}.fa-globe-americas{--fa: "\f57d";--fa--fa: "\f57d\f57d"}.fa-globe-asia{--fa: "\f57e";--fa--fa: "\f57e\f57e"}.fa-globe-europe{--fa: "\f7a2";--fa--fa: "\f7a2\f7a2"}.fa-globe-oceania{--fa: "\e47b";--fa--fa: "\e47b\e47b"}.fa-globe-pointer{--fa: "\e60e";--fa--fa: "\e60e\e60e"}.fa-globe-snow{--fa: "\f7a3";--fa--fa: "\f7a3\f7a3"}.fa-globe-stand{--fa: "\f5f6";--fa--fa: "\f5f6\f5f6"}.fa-globe-wifi{--fa: "\e685";--fa--fa: "\e685\e685"}.fa-glove-boxing{--fa: "\f438";--fa--fa: "\f438\f438"}.fa-goal-net{--fa: "\e3ab";--fa--fa: "\e3ab\e3ab"}.fa-golf-ball,.fa-golf-ball-tee{--fa: "\f450";--fa--fa: "\f450\f450"}.fa-golf-club{--fa: "\f451";--fa--fa: "\f451\f451"}.fa-golf-flag-hole{--fa: "\e3ac";--fa--fa: "\e3ac\e3ac"}.fa-gopuram{--fa: "\f664";--fa--fa: "\f664\f664"}.fa-graduation-cap{--fa: "\f19d";--fa--fa: "\f19d\f19d"}.fa-gramophone{--fa: "\f8bd";--fa--fa: "\f8bd\f8bd"}.fa-grapes{--fa: "\e306";--fa--fa: "\e306\e306"}.fa-grate{--fa: "\e193";--fa--fa: "\e193\e193"}.fa-grate-droplet{--fa: "\e194";--fa--fa: "\e194\e194"}.fa-greater-than{--fa: ">";--fa--fa: ">>"}.fa-greater-than-equal{--fa: "\f532";--fa--fa: "\f532\f532"}.fa-grid{--fa: "\e195";--fa--fa: "\e195\e195"}.fa-grid-2{--fa: "\e196";--fa--fa: "\e196\e196"}.fa-grid-2-plus{--fa: "\e197";--fa--fa: "\e197\e197"}.fa-grid-3{--fa: "\e195";--fa--fa: "\e195\e195"}.fa-grid-4{--fa: "\e198";--fa--fa: "\e198\e198"}.fa-grid-5{--fa: "\e199";--fa--fa: "\e199\e199"}.fa-grid-dividers{--fa: "\e3ad";--fa--fa: "\e3ad\e3ad"}.fa-grid-horizontal{--fa: "\e307";--fa--fa: "\e307\e307"}.fa-grid-round{--fa: "\e5da";--fa--fa: "\e5da\e5da"}.fa-grid-round-2{--fa: "\e5db";--fa--fa: "\e5db\e5db"}.fa-grid-round-2-plus{--fa: "\e5dc";--fa--fa: "\e5dc\e5dc"}.fa-grid-round-4{--fa: "\e5dd";--fa--fa: "\e5dd\e5dd"}.fa-grid-round-5{--fa: "\e5de";--fa--fa: "\e5de\e5de"}.fa-grill{--fa: "\e5a3";--fa--fa: "\e5a3\e5a3"}.fa-grill-fire{--fa: "\e5a4";--fa--fa: "\e5a4\e5a4"}.fa-grill-hot{--fa: "\e5a5";--fa--fa: "\e5a5\e5a5"}.fa-grimace{--fa: "\f57f";--fa--fa: "\f57f\f57f"}.fa-grin{--fa: "\f580";--fa--fa: "\f580\f580"}.fa-grin-alt{--fa: "\f581";--fa--fa: "\f581\f581"}.fa-grin-beam{--fa: "\f582";--fa--fa: "\f582\f582"}.fa-grin-beam-sweat{--fa: "\f583";--fa--fa: "\f583\f583"}.fa-grin-hearts{--fa: "\f584";--fa--fa: "\f584\f584"}.fa-grin-squint{--fa: "\f585";--fa--fa: "\f585\f585"}.fa-grin-squint-tears{--fa: "\f586";--fa--fa: "\f586\f586"}.fa-grin-stars{--fa: "\f587";--fa--fa: "\f587\f587"}.fa-grin-tears{--fa: "\f588";--fa--fa: "\f588\f588"}.fa-grin-tongue{--fa: "\f589";--fa--fa: "\f589\f589"}.fa-grin-tongue-squint{--fa: "\f58a";--fa--fa: "\f58a\f58a"}.fa-grin-tongue-wink{--fa: "\f58b";--fa--fa: "\f58b\f58b"}.fa-grin-wink{--fa: "\f58c";--fa--fa: "\f58c\f58c"}.fa-grip{--fa: "\f58d";--fa--fa: "\f58d\f58d"}.fa-grip-dots{--fa: "\e410";--fa--fa: "\e410\e410"}.fa-grip-dots-vertical{--fa: "\e411";--fa--fa: "\e411\e411"}.fa-grip-horizontal{--fa: "\f58d";--fa--fa: "\f58d\f58d"}.fa-grip-lines{--fa: "\f7a4";--fa--fa: "\f7a4\f7a4"}.fa-grip-lines-vertical{--fa: "\f7a5";--fa--fa: "\f7a5\f7a5"}.fa-grip-vertical{--fa: "\f58e";--fa--fa: "\f58e\f58e"}.fa-group-arrows-rotate{--fa: "\e4f6";--fa--fa: "\e4f6\e4f6"}.fa-guarani-sign{--fa: "\e19a";--fa--fa: "\e19a\e19a"}.fa-guitar{--fa: "\f7a6";--fa--fa: "\f7a6\f7a6"}.fa-guitar-electric{--fa: "\f8be";--fa--fa: "\f8be\f8be"}.fa-guitars{--fa: "\f8bf";--fa--fa: "\f8bf\f8bf"}.fa-gun{--fa: "\e19b";--fa--fa: "\e19b\e19b"}.fa-gun-slash{--fa: "\e19c";--fa--fa: "\e19c\e19c"}.fa-gun-squirt{--fa: "\e19d";--fa--fa: "\e19d\e19d"}.fa-h{--fa: "H";--fa--fa: "HH"}.fa-h-square{--fa: "\f0fd";--fa--fa: "\f0fd\f0fd"}.fa-h1{--fa: "\f313";--fa--fa: "\f313\f313"}.fa-h2{--fa: "\f314";--fa--fa: "\f314\f314"}.fa-h3{--fa: "\f315";--fa--fa: "\f315\f315"}.fa-h4{--fa: "\f86a";--fa--fa: "\f86a\f86a"}.fa-h5{--fa: "\e412";--fa--fa: "\e412\e412"}.fa-h6{--fa: "\e413";--fa--fa: "\e413\e413"}.fa-hamburger{--fa: "\f805";--fa--fa: "\f805\f805"}.fa-hammer{--fa: "\f6e3";--fa--fa: "\f6e3\f6e3"}.fa-hammer-brush{--fa: "\e620";--fa--fa: "\e620\e620"}.fa-hammer-crash{--fa: "\e414";--fa--fa: "\e414\e414"}.fa-hammer-war{--fa: "\f6e4";--fa--fa: "\f6e4\f6e4"}.fa-hamsa{--fa: "\f665";--fa--fa: "\f665\f665"}.fa-hand{--fa: "\f256";--fa--fa: "\f256\f256"}.fa-hand-back-fist{--fa: "\f255";--fa--fa: "\f255\f255"}.fa-hand-back-point-down{--fa: "\e19e";--fa--fa: "\e19e\e19e"}.fa-hand-back-point-left{--fa: "\e19f";--fa--fa: "\e19f\e19f"}.fa-hand-back-point-ribbon{--fa: "\e1a0";--fa--fa: "\e1a0\e1a0"}.fa-hand-back-point-right{--fa: "\e1a1";--fa--fa: "\e1a1\e1a1"}.fa-hand-back-point-up{--fa: "\e1a2";--fa--fa: "\e1a2\e1a2"}.fa-hand-dots{--fa: "\f461";--fa--fa: "\f461\f461"}.fa-hand-fingers-crossed{--fa: "\e1a3";--fa--fa: "\e1a3\e1a3"}.fa-hand-fist{--fa: "\f6de";--fa--fa: "\f6de\f6de"}.fa-hand-heart{--fa: "\f4bc";--fa--fa: "\f4bc\f4bc"}.fa-hand-holding{--fa: "\f4bd";--fa--fa: "\f4bd\f4bd"}.fa-hand-holding-box{--fa: "\f47b";--fa--fa: "\f47b\f47b"}.fa-hand-holding-circle-dollar{--fa: "\e621";--fa--fa: "\e621\e621"}.fa-hand-holding-dollar{--fa: "\f4c0";--fa--fa: "\f4c0\f4c0"}.fa-hand-holding-droplet{--fa: "\f4c1";--fa--fa: "\f4c1\f4c1"}.fa-hand-holding-hand{--fa: "\e4f7";--fa--fa: "\e4f7\e4f7"}.fa-hand-holding-heart{--fa: "\f4be";--fa--fa: "\f4be\f4be"}.fa-hand-holding-magic{--fa: "\f6e5";--fa--fa: "\f6e5\f6e5"}.fa-hand-holding-medical{--fa: "\e05c";--fa--fa: "\e05c\e05c"}.fa-hand-holding-seedling{--fa: "\f4bf";--fa--fa: "\f4bf\f4bf"}.fa-hand-holding-skull{--fa: "\e1a4";--fa--fa: "\e1a4\e1a4"}.fa-hand-holding-usd{--fa: "\f4c0";--fa--fa: "\f4c0\f4c0"}.fa-hand-holding-water{--fa: "\f4c1";--fa--fa: "\f4c1\f4c1"}.fa-hand-horns{--fa: "\e1a9";--fa--fa: "\e1a9\e1a9"}.fa-hand-lizard{--fa: "\f258";--fa--fa: "\f258\f258"}.fa-hand-love{--fa: "\e1a5";--fa--fa: "\e1a5\e1a5"}.fa-hand-middle-finger{--fa: "\f806";--fa--fa: "\f806\f806"}.fa-hand-paper{--fa: "\f256";--fa--fa: "\f256\f256"}.fa-hand-peace{--fa: "\f25b";--fa--fa: "\f25b\f25b"}.fa-hand-point-down{--fa: "\f0a7";--fa--fa: "\f0a7\f0a7"}.fa-hand-point-left{--fa: "\f0a5";--fa--fa: "\f0a5\f0a5"}.fa-hand-point-ribbon{--fa: "\e1a6";--fa--fa: "\e1a6\e1a6"}.fa-hand-point-right{--fa: "\f0a4";--fa--fa: "\f0a4\f0a4"}.fa-hand-point-up{--fa: "\f0a6";--fa--fa: "\f0a6\f0a6"}.fa-hand-pointer{--fa: "\f25a";--fa--fa: "\f25a\f25a"}.fa-hand-receiving{--fa: "\f47c";--fa--fa: "\f47c\f47c"}.fa-hand-rock{--fa: "\f255";--fa--fa: "\f255\f255"}.fa-hand-scissors{--fa: "\f257";--fa--fa: "\f257\f257"}.fa-hand-sparkles{--fa: "\e05d";--fa--fa: "\e05d\e05d"}.fa-hand-spock{--fa: "\f259";--fa--fa: "\f259\f259"}.fa-hand-wave{--fa: "\e1a7";--fa--fa: "\e1a7\e1a7"}.fa-handcuffs{--fa: "\e4f8";--fa--fa: "\e4f8\e4f8"}.fa-hands{--fa: "\f2a7";--fa--fa: "\f2a7\f2a7"}.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa: "\f2a3";--fa--fa: "\f2a3\f2a3"}.fa-hands-bound{--fa: "\e4f9";--fa--fa: "\e4f9\e4f9"}.fa-hands-bubbles{--fa: "\e05e";--fa--fa: "\e05e\e05e"}.fa-hands-clapping{--fa: "\e1a8";--fa--fa: "\e1a8\e1a8"}.fa-hands-heart{--fa: "\f4c3";--fa--fa: "\f4c3\f4c3"}.fa-hands-helping{--fa: "\f4c4";--fa--fa: "\f4c4\f4c4"}.fa-hands-holding{--fa: "\f4c2";--fa--fa: "\f4c2\f4c2"}.fa-hands-holding-child{--fa: "\e4fa";--fa--fa: "\e4fa\e4fa"}.fa-hands-holding-circle{--fa: "\e4fb";--fa--fa: "\e4fb\e4fb"}.fa-hands-holding-diamond{--fa: "\f47c";--fa--fa: "\f47c\f47c"}.fa-hands-holding-dollar{--fa: "\f4c5";--fa--fa: "\f4c5\f4c5"}.fa-hands-holding-heart{--fa: "\f4c3";--fa--fa: "\f4c3\f4c3"}.fa-hands-praying{--fa: "\f684";--fa--fa: "\f684\f684"}.fa-hands-usd{--fa: "\f4c5";--fa--fa: "\f4c5\f4c5"}.fa-hands-wash{--fa: "\e05e";--fa--fa: "\e05e\e05e"}.fa-handshake{--fa: "\f2b5";--fa--fa: "\f2b5\f2b5"}.fa-handshake-alt{--fa: "\f4c6";--fa--fa: "\f4c6\f4c6"}.fa-handshake-alt-slash{--fa: "\e05f";--fa--fa: "\e05f\e05f"}.fa-handshake-angle{--fa: "\f4c4";--fa--fa: "\f4c4\f4c4"}.fa-handshake-simple{--fa: "\f4c6";--fa--fa: "\f4c6\f4c6"}.fa-handshake-simple-slash{--fa: "\e05f";--fa--fa: "\e05f\e05f"}.fa-handshake-slash{--fa: "\e060";--fa--fa: "\e060\e060"}.fa-hanukiah{--fa: "\f6e6";--fa--fa: "\f6e6\f6e6"}.fa-hard-drive{--fa: "\f0a0";--fa--fa: "\f0a0\f0a0"}.fa-hard-hat{--fa: "\f807";--fa--fa: "\f807\f807"}.fa-hard-of-hearing{--fa: "\f2a4";--fa--fa: "\f2a4\f2a4"}.fa-hashtag{--fa: "#";--fa--fa: "##"}.fa-hashtag-lock{--fa: "\e415";--fa--fa: "\e415\e415"}.fa-hat-beach{--fa: "\e606";--fa--fa: "\e606\e606"}.fa-hat-chef{--fa: "\f86b";--fa--fa: "\f86b\f86b"}.fa-hat-cowboy{--fa: "\f8c0";--fa--fa: "\f8c0\f8c0"}.fa-hat-cowboy-side{--fa: "\f8c1";--fa--fa: "\f8c1\f8c1"}.fa-hat-hard{--fa: "\f807";--fa--fa: "\f807\f807"}.fa-hat-santa{--fa: "\f7a7";--fa--fa: "\f7a7\f7a7"}.fa-hat-winter{--fa: "\f7a8";--fa--fa: "\f7a8\f7a8"}.fa-hat-witch{--fa: "\f6e7";--fa--fa: "\f6e7\f6e7"}.fa-hat-wizard{--fa: "\f6e8";--fa--fa: "\f6e8\f6e8"}.fa-haykal{--fa: "\f666";--fa--fa: "\f666\f666"}.fa-hdd{--fa: "\f0a0";--fa--fa: "\f0a0\f0a0"}.fa-head-side{--fa: "\f6e9";--fa--fa: "\f6e9\f6e9"}.fa-head-side-brain{--fa: "\f808";--fa--fa: "\f808\f808"}.fa-head-side-cough{--fa: "\e061";--fa--fa: "\e061\e061"}.fa-head-side-cough-slash{--fa: "\e062";--fa--fa: "\e062\e062"}.fa-head-side-gear{--fa: "\e611";--fa--fa: "\e611\e611"}.fa-head-side-goggles{--fa: "\f6ea";--fa--fa: "\f6ea\f6ea"}.fa-head-side-headphones{--fa: "\f8c2";--fa--fa: "\f8c2\f8c2"}.fa-head-side-heart{--fa: "\e1aa";--fa--fa: "\e1aa\e1aa"}.fa-head-side-mask{--fa: "\e063";--fa--fa: "\e063\e063"}.fa-head-side-medical{--fa: "\f809";--fa--fa: "\f809\f809"}.fa-head-side-virus{--fa: "\e064";--fa--fa: "\e064\e064"}.fa-head-vr{--fa: "\f6ea";--fa--fa: "\f6ea\f6ea"}.fa-header,.fa-heading{--fa: "\f1dc";--fa--fa: "\f1dc\f1dc"}.fa-headphones{--fa: "\f025";--fa--fa: "\f025\f025"}.fa-headphones-alt,.fa-headphones-simple{--fa: "\f58f";--fa--fa: "\f58f\f58f"}.fa-headset{--fa: "\f590";--fa--fa: "\f590\f590"}.fa-heart{--fa: "\f004";--fa--fa: "\f004\f004"}.fa-heart-broken{--fa: "\f7a9";--fa--fa: "\f7a9\f7a9"}.fa-heart-circle{--fa: "\f4c7";--fa--fa: "\f4c7\f4c7"}.fa-heart-circle-bolt{--fa: "\e4fc";--fa--fa: "\e4fc\e4fc"}.fa-heart-circle-check{--fa: "\e4fd";--fa--fa: "\e4fd\e4fd"}.fa-heart-circle-exclamation{--fa: "\e4fe";--fa--fa: "\e4fe\e4fe"}.fa-heart-circle-minus{--fa: "\e4ff";--fa--fa: "\e4ff\e4ff"}.fa-heart-circle-plus{--fa: "\e500";--fa--fa: "\e500\e500"}.fa-heart-circle-xmark{--fa: "\e501";--fa--fa: "\e501\e501"}.fa-heart-crack{--fa: "\f7a9";--fa--fa: "\f7a9\f7a9"}.fa-heart-half{--fa: "\e1ab";--fa--fa: "\e1ab\e1ab"}.fa-heart-half-alt,.fa-heart-half-stroke{--fa: "\e1ac";--fa--fa: "\e1ac\e1ac"}.fa-heart-music-camera-bolt{--fa: "\f86d";--fa--fa: "\f86d\f86d"}.fa-heart-pulse{--fa: "\f21e";--fa--fa: "\f21e\f21e"}.fa-heart-rate{--fa: "\f5f8";--fa--fa: "\f5f8\f5f8"}.fa-heart-square{--fa: "\f4c8";--fa--fa: "\f4c8\f4c8"}.fa-heartbeat{--fa: "\f21e";--fa--fa: "\f21e\f21e"}.fa-heat{--fa: "\e00c";--fa--fa: "\e00c\e00c"}.fa-helicopter{--fa: "\f533";--fa--fa: "\f533\f533"}.fa-helicopter-symbol{--fa: "\e502";--fa--fa: "\e502\e502"}.fa-helmet-battle{--fa: "\f6eb";--fa--fa: "\f6eb\f6eb"}.fa-helmet-safety{--fa: "\f807";--fa--fa: "\f807\f807"}.fa-helmet-un{--fa: "\e503";--fa--fa: "\e503\e503"}.fa-hexagon{--fa: "\f312";--fa--fa: "\f312\f312"}.fa-hexagon-check{--fa: "\e416";--fa--fa: "\e416\e416"}.fa-hexagon-divide{--fa: "\e1ad";--fa--fa: "\e1ad\e1ad"}.fa-hexagon-exclamation{--fa: "\e417";--fa--fa: "\e417\e417"}.fa-hexagon-image{--fa: "\e504";--fa--fa: "\e504\e504"}.fa-hexagon-minus{--fa: "\f307";--fa--fa: "\f307\f307"}.fa-hexagon-nodes{--fa: "\e699";--fa--fa: "\e699\e699"}.fa-hexagon-nodes-bolt{--fa: "\e69a";--fa--fa: "\e69a\e69a"}.fa-hexagon-plus{--fa: "\f300";--fa--fa: "\f300\f300"}.fa-hexagon-vertical-nft{--fa: "\e505";--fa--fa: "\e505\e505"}.fa-hexagon-vertical-nft-slanted{--fa: "\e506";--fa--fa: "\e506\e506"}.fa-hexagon-xmark{--fa: "\f2ee";--fa--fa: "\f2ee\f2ee"}.fa-high-definition{--fa: "\e1ae";--fa--fa: "\e1ae\e1ae"}.fa-highlighter{--fa: "\f591";--fa--fa: "\f591\f591"}.fa-highlighter-line{--fa: "\e1af";--fa--fa: "\e1af\e1af"}.fa-hiking{--fa: "\f6ec";--fa--fa: "\f6ec\f6ec"}.fa-hill-avalanche{--fa: "\e507";--fa--fa: "\e507\e507"}.fa-hill-rockslide{--fa: "\e508";--fa--fa: "\e508\e508"}.fa-hippo{--fa: "\f6ed";--fa--fa: "\f6ed\f6ed"}.fa-history{--fa: "\f1da";--fa--fa: "\f1da\f1da"}.fa-hockey-mask{--fa: "\f6ee";--fa--fa: "\f6ee\f6ee"}.fa-hockey-puck{--fa: "\f453";--fa--fa: "\f453\f453"}.fa-hockey-stick-puck{--fa: "\e3ae";--fa--fa: "\e3ae\e3ae"}.fa-hockey-sticks{--fa: "\f454";--fa--fa: "\f454\f454"}.fa-holly-berry{--fa: "\f7aa";--fa--fa: "\f7aa\f7aa"}.fa-home,.fa-home-alt{--fa: "\f015";--fa--fa: "\f015\f015"}.fa-home-blank{--fa: "\e487";--fa--fa: "\e487\e487"}.fa-home-heart{--fa: "\f4c9";--fa--fa: "\f4c9\f4c9"}.fa-home-lg{--fa: "\e3af";--fa--fa: "\e3af\e3af"}.fa-home-lg-alt{--fa: "\f015";--fa--fa: "\f015\f015"}.fa-home-user{--fa: "\e1b0";--fa--fa: "\e1b0\e1b0"}.fa-honey-pot{--fa: "\e418";--fa--fa: "\e418\e418"}.fa-hood-cloak{--fa: "\f6ef";--fa--fa: "\f6ef\f6ef"}.fa-horizontal-rule{--fa: "\f86c";--fa--fa: "\f86c\f86c"}.fa-horse{--fa: "\f6f0";--fa--fa: "\f6f0\f6f0"}.fa-horse-head{--fa: "\f7ab";--fa--fa: "\f7ab\f7ab"}.fa-horse-saddle{--fa: "\f8c3";--fa--fa: "\f8c3\f8c3"}.fa-hose{--fa: "\e419";--fa--fa: "\e419\e419"}.fa-hose-reel{--fa: "\e41a";--fa--fa: "\e41a\e41a"}.fa-hospital,.fa-hospital-alt{--fa: "\f0f8";--fa--fa: "\f0f8\f0f8"}.fa-hospital-symbol{--fa: "\f47e";--fa--fa: "\f47e\f47e"}.fa-hospital-user{--fa: "\f80d";--fa--fa: "\f80d\f80d"}.fa-hospital-wide{--fa: "\f0f8";--fa--fa: "\f0f8\f0f8"}.fa-hospitals{--fa: "\f80e";--fa--fa: "\f80e\f80e"}.fa-hot-tub,.fa-hot-tub-person{--fa: "\f593";--fa--fa: "\f593\f593"}.fa-hotdog{--fa: "\f80f";--fa--fa: "\f80f\f80f"}.fa-hotel{--fa: "\f594";--fa--fa: "\f594\f594"}.fa-hourglass{--fa: "\f254";--fa--fa: "\f254\f254"}.fa-hourglass-1{--fa: "\f251";--fa--fa: "\f251\f251"}.fa-hourglass-2{--fa: "\f252";--fa--fa: "\f252\f252"}.fa-hourglass-3{--fa: "\f253";--fa--fa: "\f253\f253"}.fa-hourglass-clock{--fa: "\e41b";--fa--fa: "\e41b\e41b"}.fa-hourglass-empty{--fa: "\f254";--fa--fa: "\f254\f254"}.fa-hourglass-end{--fa: "\f253";--fa--fa: "\f253\f253"}.fa-hourglass-half{--fa: "\f252";--fa--fa: "\f252\f252"}.fa-hourglass-start{--fa: "\f251";--fa--fa: "\f251\f251"}.fa-house{--fa: "\f015";--fa--fa: "\f015\f015"}.fa-house-blank{--fa: "\e487";--fa--fa: "\e487\e487"}.fa-house-building{--fa: "\e1b1";--fa--fa: "\e1b1\e1b1"}.fa-house-chimney{--fa: "\e3af";--fa--fa: "\e3af\e3af"}.fa-house-chimney-blank{--fa: "\e3b0";--fa--fa: "\e3b0\e3b0"}.fa-house-chimney-crack{--fa: "\f6f1";--fa--fa: "\f6f1\f6f1"}.fa-house-chimney-heart{--fa: "\e1b2";--fa--fa: "\e1b2\e1b2"}.fa-house-chimney-medical{--fa: "\f7f2";--fa--fa: "\f7f2\f7f2"}.fa-house-chimney-user{--fa: "\e065";--fa--fa: "\e065\e065"}.fa-house-chimney-window{--fa: "\e00d";--fa--fa: "\e00d\e00d"}.fa-house-circle-check{--fa: "\e509";--fa--fa: "\e509\e509"}.fa-house-circle-exclamation{--fa: "\e50a";--fa--fa: "\e50a\e50a"}.fa-house-circle-xmark{--fa: "\e50b";--fa--fa: "\e50b\e50b"}.fa-house-crack{--fa: "\e3b1";--fa--fa: "\e3b1\e3b1"}.fa-house-damage{--fa: "\f6f1";--fa--fa: "\f6f1\f6f1"}.fa-house-day{--fa: "\e00e";--fa--fa: "\e00e\e00e"}.fa-house-fire{--fa: "\e50c";--fa--fa: "\e50c\e50c"}.fa-house-flag{--fa: "\e50d";--fa--fa: "\e50d\e50d"}.fa-house-flood{--fa: "\f74f";--fa--fa: "\f74f\f74f"}.fa-house-flood-water{--fa: "\e50e";--fa--fa: "\e50e\e50e"}.fa-house-flood-water-circle-arrow-right{--fa: "\e50f";--fa--fa: "\e50f\e50f"}.fa-house-heart{--fa: "\f4c9";--fa--fa: "\f4c9\f4c9"}.fa-house-laptop{--fa: "\e066";--fa--fa: "\e066\e066"}.fa-house-leave{--fa: "\e00f";--fa--fa: "\e00f\e00f"}.fa-house-lock{--fa: "\e510";--fa--fa: "\e510\e510"}.fa-house-medical{--fa: "\e3b2";--fa--fa: "\e3b2\e3b2"}.fa-house-medical-circle-check{--fa: "\e511";--fa--fa: "\e511\e511"}.fa-house-medical-circle-exclamation{--fa: "\e512";--fa--fa: "\e512\e512"}.fa-house-medical-circle-xmark{--fa: "\e513";--fa--fa: "\e513\e513"}.fa-house-medical-flag{--fa: "\e514";--fa--fa: "\e514\e514"}.fa-house-night{--fa: "\e010";--fa--fa: "\e010\e010"}.fa-house-person-arrive{--fa: "\e011";--fa--fa: "\e011\e011"}.fa-house-person-depart,.fa-house-person-leave{--fa: "\e00f";--fa--fa: "\e00f\e00f"}.fa-house-person-return,.fa-house-return{--fa: "\e011";--fa--fa: "\e011\e011"}.fa-house-signal{--fa: "\e012";--fa--fa: "\e012\e012"}.fa-house-tree{--fa: "\e1b3";--fa--fa: "\e1b3\e1b3"}.fa-house-tsunami{--fa: "\e515";--fa--fa: "\e515\e515"}.fa-house-turret{--fa: "\e1b4";--fa--fa: "\e1b4\e1b4"}.fa-house-user{--fa: "\e1b0";--fa--fa: "\e1b0\e1b0"}.fa-house-water{--fa: "\f74f";--fa--fa: "\f74f\f74f"}.fa-house-window{--fa: "\e3b3";--fa--fa: "\e3b3\e3b3"}.fa-hryvnia,.fa-hryvnia-sign{--fa: "\f6f2";--fa--fa: "\f6f2\f6f2"}.fa-humidity{--fa: "\f750";--fa--fa: "\f750\f750"}.fa-hundred-points{--fa: "\e41c";--fa--fa: "\e41c\e41c"}.fa-hurricane{--fa: "\f751";--fa--fa: "\f751\f751"}.fa-hydra{--fa: "\e686";--fa--fa: "\e686\e686"}.fa-hyphen{--fa: "-";--fa--fa: "--"}.fa-i{--fa: "I";--fa--fa: "II"}.fa-i-cursor{--fa: "\f246";--fa--fa: "\f246\f246"}.fa-ice-cream{--fa: "\f810";--fa--fa: "\f810\f810"}.fa-ice-skate{--fa: "\f7ac";--fa--fa: "\f7ac\f7ac"}.fa-icicles{--fa: "\f7ad";--fa--fa: "\f7ad\f7ad"}.fa-icons{--fa: "\f86d";--fa--fa: "\f86d\f86d"}.fa-icons-alt{--fa: "\f86e";--fa--fa: "\f86e\f86e"}.fa-id-badge{--fa: "\f2c1";--fa--fa: "\f2c1\f2c1"}.fa-id-card{--fa: "\f2c2";--fa--fa: "\f2c2\f2c2"}.fa-id-card-alt,.fa-id-card-clip{--fa: "\f47f";--fa--fa: "\f47f\f47f"}.fa-igloo{--fa: "\f7ae";--fa--fa: "\f7ae\f7ae"}.fa-ils{--fa: "\f20b";--fa--fa: "\f20b\f20b"}.fa-image{--fa: "\f03e";--fa--fa: "\f03e\f03e"}.fa-image-landscape{--fa: "\e1b5";--fa--fa: "\e1b5\e1b5"}.fa-image-polaroid{--fa: "\f8c4";--fa--fa: "\f8c4\f8c4"}.fa-image-polaroid-user{--fa: "\e1b6";--fa--fa: "\e1b6\e1b6"}.fa-image-portrait{--fa: "\f3e0";--fa--fa: "\f3e0\f3e0"}.fa-image-slash{--fa: "\e1b7";--fa--fa: "\e1b7\e1b7"}.fa-image-user{--fa: "\e1b8";--fa--fa: "\e1b8\e1b8"}.fa-images{--fa: "\f302";--fa--fa: "\f302\f302"}.fa-images-user{--fa: "\e1b9";--fa--fa: "\e1b9\e1b9"}.fa-inbox{--fa: "\f01c";--fa--fa: "\f01c\f01c"}.fa-inbox-arrow-down{--fa: "\f310";--fa--fa: "\f310\f310"}.fa-inbox-arrow-up{--fa: "\f311";--fa--fa: "\f311\f311"}.fa-inbox-full{--fa: "\e1ba";--fa--fa: "\e1ba\e1ba"}.fa-inbox-in{--fa: "\f310";--fa--fa: "\f310\f310"}.fa-inbox-out{--fa: "\f311";--fa--fa: "\f311\f311"}.fa-inboxes{--fa: "\e1bb";--fa--fa: "\e1bb\e1bb"}.fa-indent{--fa: "\f03c";--fa--fa: "\f03c\f03c"}.fa-indian-rupee,.fa-indian-rupee-sign{--fa: "\e1bc";--fa--fa: "\e1bc\e1bc"}.fa-industry{--fa: "\f275";--fa--fa: "\f275\f275"}.fa-industry-alt,.fa-industry-windows{--fa: "\f3b3";--fa--fa: "\f3b3\f3b3"}.fa-infinity{--fa: "\f534";--fa--fa: "\f534\f534"}.fa-info{--fa: "\f129";--fa--fa: "\f129\f129"}.fa-info-circle{--fa: "\f05a";--fa--fa: "\f05a\f05a"}.fa-info-square{--fa: "\f30f";--fa--fa: "\f30f\f30f"}.fa-inhaler{--fa: "\f5f9";--fa--fa: "\f5f9\f5f9"}.fa-input-numeric{--fa: "\e1bd";--fa--fa: "\e1bd\e1bd"}.fa-input-pipe{--fa: "\e1be";--fa--fa: "\e1be\e1be"}.fa-input-text{--fa: "\e1bf";--fa--fa: "\e1bf\e1bf"}.fa-inr{--fa: "\e1bc";--fa--fa: "\e1bc\e1bc"}.fa-institution{--fa: "\f19c";--fa--fa: "\f19c\f19c"}.fa-integral{--fa: "\f667";--fa--fa: "\f667\f667"}.fa-interrobang{--fa: "\e5ba";--fa--fa: "\e5ba\e5ba"}.fa-intersection{--fa: "\f668";--fa--fa: "\f668\f668"}.fa-inventory{--fa: "\f480";--fa--fa: "\f480\f480"}.fa-island-tree-palm,.fa-island-tropical{--fa: "\f811";--fa--fa: "\f811\f811"}.fa-italic{--fa: "\f033";--fa--fa: "\f033\f033"}.fa-j{--fa: "J";--fa--fa: "JJ"}.fa-jack-o-lantern{--fa: "\f30e";--fa--fa: "\f30e\f30e"}.fa-jar{--fa: "\e516";--fa--fa: "\e516\e516"}.fa-jar-wheat{--fa: "\e517";--fa--fa: "\e517\e517"}.fa-jedi{--fa: "\f669";--fa--fa: "\f669\f669"}.fa-jet-fighter{--fa: "\f0fb";--fa--fa: "\f0fb\f0fb"}.fa-jet-fighter-up{--fa: "\e518";--fa--fa: "\e518\e518"}.fa-joint{--fa: "\f595";--fa--fa: "\f595\f595"}.fa-journal-whills{--fa: "\f66a";--fa--fa: "\f66a\f66a"}.fa-joystick{--fa: "\f8c5";--fa--fa: "\f8c5\f8c5"}.fa-jpy{--fa: "\f157";--fa--fa: "\f157\f157"}.fa-jug{--fa: "\f8c6";--fa--fa: "\f8c6\f8c6"}.fa-jug-bottle{--fa: "\e5fb";--fa--fa: "\e5fb\e5fb"}.fa-jug-detergent{--fa: "\e519";--fa--fa: "\e519\e519"}.fa-k{--fa: "K";--fa--fa: "KK"}.fa-kaaba{--fa: "\f66b";--fa--fa: "\f66b\f66b"}.fa-kazoo{--fa: "\f8c7";--fa--fa: "\f8c7\f8c7"}.fa-kerning{--fa: "\f86f";--fa--fa: "\f86f\f86f"}.fa-key{--fa: "\f084";--fa--fa: "\f084\f084"}.fa-key-skeleton{--fa: "\f6f3";--fa--fa: "\f6f3\f6f3"}.fa-key-skeleton-left-right{--fa: "\e3b4";--fa--fa: "\e3b4\e3b4"}.fa-keyboard{--fa: "\f11c";--fa--fa: "\f11c\f11c"}.fa-keyboard-brightness{--fa: "\e1c0";--fa--fa: "\e1c0\e1c0"}.fa-keyboard-brightness-low{--fa: "\e1c1";--fa--fa: "\e1c1\e1c1"}.fa-keyboard-down{--fa: "\e1c2";--fa--fa: "\e1c2\e1c2"}.fa-keyboard-left{--fa: "\e1c3";--fa--fa: "\e1c3\e1c3"}.fa-keynote{--fa: "\f66c";--fa--fa: "\f66c\f66c"}.fa-khanda{--fa: "\f66d";--fa--fa: "\f66d\f66d"}.fa-kidneys{--fa: "\f5fb";--fa--fa: "\f5fb\f5fb"}.fa-kip-sign{--fa: "\e1c4";--fa--fa: "\e1c4\e1c4"}.fa-kiss{--fa: "\f596";--fa--fa: "\f596\f596"}.fa-kiss-beam{--fa: "\f597";--fa--fa: "\f597\f597"}.fa-kiss-wink-heart{--fa: "\f598";--fa--fa: "\f598\f598"}.fa-kit-medical{--fa: "\f479";--fa--fa: "\f479\f479"}.fa-kitchen-set{--fa: "\e51a";--fa--fa: "\e51a\e51a"}.fa-kite{--fa: "\f6f4";--fa--fa: "\f6f4\f6f4"}.fa-kiwi-bird{--fa: "\f535";--fa--fa: "\f535\f535"}.fa-kiwi-fruit{--fa: "\e30c";--fa--fa: "\e30c\e30c"}.fa-knife{--fa: "\f2e4";--fa--fa: "\f2e4\f2e4"}.fa-knife-kitchen{--fa: "\f6f5";--fa--fa: "\f6f5\f6f5"}.fa-krw{--fa: "\f159";--fa--fa: "\f159\f159"}.fa-l{--fa: "L";--fa--fa: "LL"}.fa-lacrosse-stick{--fa: "\e3b5";--fa--fa: "\e3b5\e3b5"}.fa-lacrosse-stick-ball{--fa: "\e3b6";--fa--fa: "\e3b6\e3b6"}.fa-ladder-water{--fa: "\f5c5";--fa--fa: "\f5c5\f5c5"}.fa-lambda{--fa: "\f66e";--fa--fa: "\f66e\f66e"}.fa-lamp{--fa: "\f4ca";--fa--fa: "\f4ca\f4ca"}.fa-lamp-desk{--fa: "\e014";--fa--fa: "\e014\e014"}.fa-lamp-floor{--fa: "\e015";--fa--fa: "\e015\e015"}.fa-lamp-street{--fa: "\e1c5";--fa--fa: "\e1c5\e1c5"}.fa-land-mine-on{--fa: "\e51b";--fa--fa: "\e51b\e51b"}.fa-landmark{--fa: "\f66f";--fa--fa: "\f66f\f66f"}.fa-landmark-alt,.fa-landmark-dome{--fa: "\f752";--fa--fa: "\f752\f752"}.fa-landmark-flag{--fa: "\e51c";--fa--fa: "\e51c\e51c"}.fa-landmark-magnifying-glass{--fa: "\e622";--fa--fa: "\e622\e622"}.fa-landscape{--fa: "\e1b5";--fa--fa: "\e1b5\e1b5"}.fa-language{--fa: "\f1ab";--fa--fa: "\f1ab\f1ab"}.fa-laptop{--fa: "\f109";--fa--fa: "\f109\f109"}.fa-laptop-arrow-down{--fa: "\e1c6";--fa--fa: "\e1c6\e1c6"}.fa-laptop-binary{--fa: "\e5e7";--fa--fa: "\e5e7\e5e7"}.fa-laptop-code{--fa: "\f5fc";--fa--fa: "\f5fc\f5fc"}.fa-laptop-file{--fa: "\e51d";--fa--fa: "\e51d\e51d"}.fa-laptop-house{--fa: "\e066";--fa--fa: "\e066\e066"}.fa-laptop-medical{--fa: "\f812";--fa--fa: "\f812\f812"}.fa-laptop-mobile{--fa: "\f87a";--fa--fa: "\f87a\f87a"}.fa-laptop-slash{--fa: "\e1c7";--fa--fa: "\e1c7\e1c7"}.fa-lari-sign{--fa: "\e1c8";--fa--fa: "\e1c8\e1c8"}.fa-lasso{--fa: "\f8c8";--fa--fa: "\f8c8\f8c8"}.fa-lasso-sparkles{--fa: "\e1c9";--fa--fa: "\e1c9\e1c9"}.fa-laugh{--fa: "\f599";--fa--fa: "\f599\f599"}.fa-laugh-beam{--fa: "\f59a";--fa--fa: "\f59a\f59a"}.fa-laugh-squint{--fa: "\f59b";--fa--fa: "\f59b\f59b"}.fa-laugh-wink{--fa: "\f59c";--fa--fa: "\f59c\f59c"}.fa-layer-group{--fa: "\f5fd";--fa--fa: "\f5fd\f5fd"}.fa-layer-group-minus{--fa: "\f5fe";--fa--fa: "\f5fe\f5fe"}.fa-layer-group-plus{--fa: "\f5ff";--fa--fa: "\f5ff\f5ff"}.fa-layer-minus{--fa: "\f5fe";--fa--fa: "\f5fe\f5fe"}.fa-layer-plus{--fa: "\f5ff";--fa--fa: "\f5ff\f5ff"}.fa-leaf{--fa: "\f06c";--fa--fa: "\f06c\f06c"}.fa-leaf-heart{--fa: "\f4cb";--fa--fa: "\f4cb\f4cb"}.fa-leaf-maple{--fa: "\f6f6";--fa--fa: "\f6f6\f6f6"}.fa-leaf-oak{--fa: "\f6f7";--fa--fa: "\f6f7\f6f7"}.fa-leafy-green{--fa: "\e41d";--fa--fa: "\e41d\e41d"}.fa-left{--fa: "\f355";--fa--fa: "\f355\f355"}.fa-left-from-bracket{--fa: "\e66c";--fa--fa: "\e66c\e66c"}.fa-left-from-line{--fa: "\f348";--fa--fa: "\f348\f348"}.fa-left-long{--fa: "\f30a";--fa--fa: "\f30a\f30a"}.fa-left-long-to-line{--fa: "\e41e";--fa--fa: "\e41e\e41e"}.fa-left-right{--fa: "\f337";--fa--fa: "\f337\f337"}.fa-left-to-bracket{--fa: "\e66d";--fa--fa: "\e66d\e66d"}.fa-left-to-line{--fa: "\f34b";--fa--fa: "\f34b\f34b"}.fa-legal{--fa: "\f0e3";--fa--fa: "\f0e3\f0e3"}.fa-lemon{--fa: "\f094";--fa--fa: "\f094\f094"}.fa-less-than{--fa: "<";--fa--fa: "<<"}.fa-less-than-equal{--fa: "\f537";--fa--fa: "\f537\f537"}.fa-level-down{--fa: "\f149";--fa--fa: "\f149\f149"}.fa-level-down-alt{--fa: "\f3be";--fa--fa: "\f3be\f3be"}.fa-level-up{--fa: "\f148";--fa--fa: "\f148\f148"}.fa-level-up-alt{--fa: "\f3bf";--fa--fa: "\f3bf\f3bf"}.fa-life-ring{--fa: "\f1cd";--fa--fa: "\f1cd\f1cd"}.fa-light-ceiling{--fa: "\e016";--fa--fa: "\e016\e016"}.fa-light-emergency{--fa: "\e41f";--fa--fa: "\e41f\e41f"}.fa-light-emergency-on{--fa: "\e420";--fa--fa: "\e420\e420"}.fa-light-switch{--fa: "\e017";--fa--fa: "\e017\e017"}.fa-light-switch-off{--fa: "\e018";--fa--fa: "\e018\e018"}.fa-light-switch-on{--fa: "\e019";--fa--fa: "\e019\e019"}.fa-lightbulb{--fa: "\f0eb";--fa--fa: "\f0eb\f0eb"}.fa-lightbulb-cfl{--fa: "\e5a6";--fa--fa: "\e5a6\e5a6"}.fa-lightbulb-cfl-on{--fa: "\e5a7";--fa--fa: "\e5a7\e5a7"}.fa-lightbulb-dollar{--fa: "\f670";--fa--fa: "\f670\f670"}.fa-lightbulb-exclamation{--fa: "\f671";--fa--fa: "\f671\f671"}.fa-lightbulb-exclamation-on{--fa: "\e1ca";--fa--fa: "\e1ca\e1ca"}.fa-lightbulb-gear{--fa: "\e5fd";--fa--fa: "\e5fd\e5fd"}.fa-lightbulb-message{--fa: "\e687";--fa--fa: "\e687\e687"}.fa-lightbulb-on{--fa: "\f672";--fa--fa: "\f672\f672"}.fa-lightbulb-slash{--fa: "\f673";--fa--fa: "\f673\f673"}.fa-lighthouse{--fa: "\e612";--fa--fa: "\e612\e612"}.fa-lights-holiday{--fa: "\f7b2";--fa--fa: "\f7b2\f7b2"}.fa-line-chart{--fa: "\f201";--fa--fa: "\f201\f201"}.fa-line-columns{--fa: "\f870";--fa--fa: "\f870\f870"}.fa-line-height{--fa: "\f871";--fa--fa: "\f871\f871"}.fa-lines-leaning{--fa: "\e51e";--fa--fa: "\e51e\e51e"}.fa-link{--fa: "\f0c1";--fa--fa: "\f0c1\f0c1"}.fa-link-horizontal{--fa: "\e1cb";--fa--fa: "\e1cb\e1cb"}.fa-link-horizontal-slash{--fa: "\e1cc";--fa--fa: "\e1cc\e1cc"}.fa-link-simple{--fa: "\e1cd";--fa--fa: "\e1cd\e1cd"}.fa-link-simple-slash{--fa: "\e1ce";--fa--fa: "\e1ce\e1ce"}.fa-link-slash{--fa: "\f127";--fa--fa: "\f127\f127"}.fa-lips{--fa: "\f600";--fa--fa: "\f600\f600"}.fa-lira-sign{--fa: "\f195";--fa--fa: "\f195\f195"}.fa-list{--fa: "\f03a";--fa--fa: "\f03a\f03a"}.fa-list-1-2{--fa: "\f0cb";--fa--fa: "\f0cb\f0cb"}.fa-list-alt{--fa: "\f022";--fa--fa: "\f022\f022"}.fa-list-check{--fa: "\f0ae";--fa--fa: "\f0ae\f0ae"}.fa-list-dots{--fa: "\f0ca";--fa--fa: "\f0ca\f0ca"}.fa-list-dropdown{--fa: "\e1cf";--fa--fa: "\e1cf\e1cf"}.fa-list-music{--fa: "\f8c9";--fa--fa: "\f8c9\f8c9"}.fa-list-numeric,.fa-list-ol{--fa: "\f0cb";--fa--fa: "\f0cb\f0cb"}.fa-list-radio{--fa: "\e1d0";--fa--fa: "\e1d0\e1d0"}.fa-list-squares{--fa: "\f03a";--fa--fa: "\f03a\f03a"}.fa-list-timeline{--fa: "\e1d1";--fa--fa: "\e1d1\e1d1"}.fa-list-tree{--fa: "\e1d2";--fa--fa: "\e1d2\e1d2"}.fa-list-ul{--fa: "\f0ca";--fa--fa: "\f0ca\f0ca"}.fa-litecoin-sign{--fa: "\e1d3";--fa--fa: "\e1d3\e1d3"}.fa-loader{--fa: "\e1d4";--fa--fa: "\e1d4\e1d4"}.fa-lobster{--fa: "\e421";--fa--fa: "\e421\e421"}.fa-location{--fa: "\f601";--fa--fa: "\f601\f601"}.fa-location-arrow{--fa: "\f124";--fa--fa: "\f124\f124"}.fa-location-arrow-up{--fa: "\e63a";--fa--fa: "\e63a\e63a"}.fa-location-check{--fa: "\f606";--fa--fa: "\f606\f606"}.fa-location-circle{--fa: "\f602";--fa--fa: "\f602\f602"}.fa-location-crosshairs{--fa: "\f601";--fa--fa: "\f601\f601"}.fa-location-crosshairs-slash{--fa: "\f603";--fa--fa: "\f603\f603"}.fa-location-dot{--fa: "\f3c5";--fa--fa: "\f3c5\f3c5"}.fa-location-dot-slash{--fa: "\f605";--fa--fa: "\f605\f605"}.fa-location-exclamation{--fa: "\f608";--fa--fa: "\f608\f608"}.fa-location-minus{--fa: "\f609";--fa--fa: "\f609\f609"}.fa-location-pen{--fa: "\f607";--fa--fa: "\f607\f607"}.fa-location-pin{--fa: "\f041";--fa--fa: "\f041\f041"}.fa-location-pin-lock{--fa: "\e51f";--fa--fa: "\e51f\e51f"}.fa-location-pin-slash{--fa: "\f60c";--fa--fa: "\f60c\f60c"}.fa-location-plus{--fa: "\f60a";--fa--fa: "\f60a\f60a"}.fa-location-question{--fa: "\f60b";--fa--fa: "\f60b\f60b"}.fa-location-slash{--fa: "\f603";--fa--fa: "\f603\f603"}.fa-location-smile{--fa: "\f60d";--fa--fa: "\f60d\f60d"}.fa-location-xmark{--fa: "\f60e";--fa--fa: "\f60e\f60e"}.fa-lock{--fa: "\f023";--fa--fa: "\f023\f023"}.fa-lock-a{--fa: "\e422";--fa--fa: "\e422\e422"}.fa-lock-alt{--fa: "\f30d";--fa--fa: "\f30d\f30d"}.fa-lock-hashtag{--fa: "\e423";--fa--fa: "\e423\e423"}.fa-lock-keyhole{--fa: "\f30d";--fa--fa: "\f30d\f30d"}.fa-lock-keyhole-open{--fa: "\f3c2";--fa--fa: "\f3c2\f3c2"}.fa-lock-open{--fa: "\f3c1";--fa--fa: "\f3c1\f3c1"}.fa-lock-open-alt{--fa: "\f3c2";--fa--fa: "\f3c2\f3c2"}.fa-locust{--fa: "\e520";--fa--fa: "\e520\e520"}.fa-lollipop,.fa-lollypop{--fa: "\e424";--fa--fa: "\e424\e424"}.fa-long-arrow-alt-down{--fa: "\f309";--fa--fa: "\f309\f309"}.fa-long-arrow-alt-left{--fa: "\f30a";--fa--fa: "\f30a\f30a"}.fa-long-arrow-alt-right{--fa: "\f30b";--fa--fa: "\f30b\f30b"}.fa-long-arrow-alt-up{--fa: "\f30c";--fa--fa: "\f30c\f30c"}.fa-long-arrow-down{--fa: "\f175";--fa--fa: "\f175\f175"}.fa-long-arrow-left{--fa: "\f177";--fa--fa: "\f177\f177"}.fa-long-arrow-right{--fa: "\f178";--fa--fa: "\f178\f178"}.fa-long-arrow-up{--fa: "\f176";--fa--fa: "\f176\f176"}.fa-loveseat{--fa: "\f4cc";--fa--fa: "\f4cc\f4cc"}.fa-low-vision{--fa: "\f2a8";--fa--fa: "\f2a8\f2a8"}.fa-luchador,.fa-luchador-mask{--fa: "\f455";--fa--fa: "\f455\f455"}.fa-luggage-cart{--fa: "\f59d";--fa--fa: "\f59d\f59d"}.fa-lungs{--fa: "\f604";--fa--fa: "\f604\f604"}.fa-lungs-virus{--fa: "\e067";--fa--fa: "\e067\e067"}.fa-m{--fa: "M";--fa--fa: "MM"}.fa-mace{--fa: "\f6f8";--fa--fa: "\f6f8\f6f8"}.fa-magic{--fa: "\f0d0";--fa--fa: "\f0d0\f0d0"}.fa-magic-wand-sparkles{--fa: "\e2ca";--fa--fa: "\e2ca\e2ca"}.fa-magnet{--fa: "\f076";--fa--fa: "\f076\f076"}.fa-magnifying-glass{--fa: "\f002";--fa--fa: "\f002\f002"}.fa-magnifying-glass-arrow-right{--fa: "\e521";--fa--fa: "\e521\e521"}.fa-magnifying-glass-arrows-rotate{--fa: "\e65e";--fa--fa: "\e65e\e65e"}.fa-magnifying-glass-chart{--fa: "\e522";--fa--fa: "\e522\e522"}.fa-magnifying-glass-dollar{--fa: "\f688";--fa--fa: "\f688\f688"}.fa-magnifying-glass-location{--fa: "\f689";--fa--fa: "\f689\f689"}.fa-magnifying-glass-minus{--fa: "\f010";--fa--fa: "\f010\f010"}.fa-magnifying-glass-music{--fa: "\e65f";--fa--fa: "\e65f\e65f"}.fa-magnifying-glass-play{--fa: "\e660";--fa--fa: "\e660\e660"}.fa-magnifying-glass-plus{--fa: "\f00e";--fa--fa: "\f00e\f00e"}.fa-magnifying-glass-waveform{--fa: "\e661";--fa--fa: "\e661\e661"}.fa-mail-bulk{--fa: "\f674";--fa--fa: "\f674\f674"}.fa-mail-forward{--fa: "\f064";--fa--fa: "\f064\f064"}.fa-mail-reply{--fa: "\f3e5";--fa--fa: "\f3e5\f3e5"}.fa-mail-reply-all{--fa: "\f122";--fa--fa: "\f122\f122"}.fa-mailbox{--fa: "\f813";--fa--fa: "\f813\f813"}.fa-mailbox-flag-up{--fa: "\e5bb";--fa--fa: "\e5bb\e5bb"}.fa-maki-roll,.fa-makizushi{--fa: "\e48b";--fa--fa: "\e48b\e48b"}.fa-male{--fa: "\f183";--fa--fa: "\f183\f183"}.fa-manat-sign{--fa: "\e1d5";--fa--fa: "\e1d5\e1d5"}.fa-mandolin{--fa: "\f6f9";--fa--fa: "\f6f9\f6f9"}.fa-mango{--fa: "\e30f";--fa--fa: "\e30f\e30f"}.fa-manhole{--fa: "\e1d6";--fa--fa: "\e1d6\e1d6"}.fa-map{--fa: "\f279";--fa--fa: "\f279\f279"}.fa-map-location{--fa: "\f59f";--fa--fa: "\f59f\f59f"}.fa-map-location-dot{--fa: "\f5a0";--fa--fa: "\f5a0\f5a0"}.fa-map-marked{--fa: "\f59f";--fa--fa: "\f59f\f59f"}.fa-map-marked-alt{--fa: "\f5a0";--fa--fa: "\f5a0\f5a0"}.fa-map-marker{--fa: "\f041";--fa--fa: "\f041\f041"}.fa-map-marker-alt{--fa: "\f3c5";--fa--fa: "\f3c5\f3c5"}.fa-map-marker-alt-slash{--fa: "\f605";--fa--fa: "\f605\f605"}.fa-map-marker-check{--fa: "\f606";--fa--fa: "\f606\f606"}.fa-map-marker-edit{--fa: "\f607";--fa--fa: "\f607\f607"}.fa-map-marker-exclamation{--fa: "\f608";--fa--fa: "\f608\f608"}.fa-map-marker-minus{--fa: "\f609";--fa--fa: "\f609\f609"}.fa-map-marker-plus{--fa: "\f60a";--fa--fa: "\f60a\f60a"}.fa-map-marker-question{--fa: "\f60b";--fa--fa: "\f60b\f60b"}.fa-map-marker-slash{--fa: "\f60c";--fa--fa: "\f60c\f60c"}.fa-map-marker-smile{--fa: "\f60d";--fa--fa: "\f60d\f60d"}.fa-map-marker-times,.fa-map-marker-xmark{--fa: "\f60e";--fa--fa: "\f60e\f60e"}.fa-map-pin{--fa: "\f276";--fa--fa: "\f276\f276"}.fa-map-signs{--fa: "\f277";--fa--fa: "\f277\f277"}.fa-marker{--fa: "\f5a1";--fa--fa: "\f5a1\f5a1"}.fa-mars{--fa: "\f222";--fa--fa: "\f222\f222"}.fa-mars-and-venus{--fa: "\f224";--fa--fa: "\f224\f224"}.fa-mars-and-venus-burst{--fa: "\e523";--fa--fa: "\e523\e523"}.fa-mars-double{--fa: "\f227";--fa--fa: "\f227\f227"}.fa-mars-stroke{--fa: "\f229";--fa--fa: "\f229\f229"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa: "\f22b";--fa--fa: "\f22b\f22b"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa: "\f22a";--fa--fa: "\f22a\f22a"}.fa-martini-glass{--fa: "\f57b";--fa--fa: "\f57b\f57b"}.fa-martini-glass-citrus{--fa: "\f561";--fa--fa: "\f561\f561"}.fa-martini-glass-empty{--fa: "\f000";--fa--fa: "\f000\f000"}.fa-mask{--fa: "\f6fa";--fa--fa: "\f6fa\f6fa"}.fa-mask-face{--fa: "\e1d7";--fa--fa: "\e1d7\e1d7"}.fa-mask-luchador{--fa: "\f455";--fa--fa: "\f455\f455"}.fa-mask-snorkel{--fa: "\e3b7";--fa--fa: "\e3b7\e3b7"}.fa-mask-ventilator{--fa: "\e524";--fa--fa: "\e524\e524"}.fa-masks-theater{--fa: "\f630";--fa--fa: "\f630\f630"}.fa-mattress-pillow{--fa: "\e525";--fa--fa: "\e525\e525"}.fa-maximize{--fa: "\f31e";--fa--fa: "\f31e\f31e"}.fa-meat{--fa: "\f814";--fa--fa: "\f814\f814"}.fa-medal{--fa: "\f5a2";--fa--fa: "\f5a2\f5a2"}.fa-medkit{--fa: "\f0fa";--fa--fa: "\f0fa\f0fa"}.fa-megaphone{--fa: "\f675";--fa--fa: "\f675\f675"}.fa-meh{--fa: "\f11a";--fa--fa: "\f11a\f11a"}.fa-meh-blank{--fa: "\f5a4";--fa--fa: "\f5a4\f5a4"}.fa-meh-rolling-eyes{--fa: "\f5a5";--fa--fa: "\f5a5\f5a5"}.fa-melon{--fa: "\e310";--fa--fa: "\e310\e310"}.fa-melon-slice{--fa: "\e311";--fa--fa: "\e311\e311"}.fa-memo{--fa: "\e1d8";--fa--fa: "\e1d8\e1d8"}.fa-memo-circle-check{--fa: "\e1d9";--fa--fa: "\e1d9\e1d9"}.fa-memo-circle-info{--fa: "\e49a";--fa--fa: "\e49a\e49a"}.fa-memo-pad{--fa: "\e1da";--fa--fa: "\e1da\e1da"}.fa-memory{--fa: "\f538";--fa--fa: "\f538\f538"}.fa-menorah{--fa: "\f676";--fa--fa: "\f676\f676"}.fa-mercury{--fa: "\f223";--fa--fa: "\f223\f223"}.fa-merge{--fa: "\e526";--fa--fa: "\e526\e526"}.fa-message{--fa: "\f27a";--fa--fa: "\f27a\f27a"}.fa-message-arrow-down{--fa: "\e1db";--fa--fa: "\e1db\e1db"}.fa-message-arrow-up{--fa: "\e1dc";--fa--fa: "\e1dc\e1dc"}.fa-message-arrow-up-right{--fa: "\e1dd";--fa--fa: "\e1dd\e1dd"}.fa-message-bot{--fa: "\e3b8";--fa--fa: "\e3b8\e3b8"}.fa-message-captions{--fa: "\e1de";--fa--fa: "\e1de\e1de"}.fa-message-check{--fa: "\f4a2";--fa--fa: "\f4a2\f4a2"}.fa-message-code{--fa: "\e1df";--fa--fa: "\e1df\e1df"}.fa-message-dollar{--fa: "\f650";--fa--fa: "\f650\f650"}.fa-message-dots{--fa: "\f4a3";--fa--fa: "\f4a3\f4a3"}.fa-message-edit{--fa: "\f4a4";--fa--fa: "\f4a4\f4a4"}.fa-message-exclamation{--fa: "\f4a5";--fa--fa: "\f4a5\f4a5"}.fa-message-heart{--fa: "\e5c9";--fa--fa: "\e5c9\e5c9"}.fa-message-image{--fa: "\e1e0";--fa--fa: "\e1e0\e1e0"}.fa-message-lines{--fa: "\f4a6";--fa--fa: "\f4a6\f4a6"}.fa-message-medical{--fa: "\f7f4";--fa--fa: "\f7f4\f7f4"}.fa-message-middle{--fa: "\e1e1";--fa--fa: "\e1e1\e1e1"}.fa-message-middle-top{--fa: "\e1e2";--fa--fa: "\e1e2\e1e2"}.fa-message-minus{--fa: "\f4a7";--fa--fa: "\f4a7\f4a7"}.fa-message-music{--fa: "\f8af";--fa--fa: "\f8af\f8af"}.fa-message-pen{--fa: "\f4a4";--fa--fa: "\f4a4\f4a4"}.fa-message-plus{--fa: "\f4a8";--fa--fa: "\f4a8\f4a8"}.fa-message-question{--fa: "\e1e3";--fa--fa: "\e1e3\e1e3"}.fa-message-quote{--fa: "\e1e4";--fa--fa: "\e1e4\e1e4"}.fa-message-slash{--fa: "\f4a9";--fa--fa: "\f4a9\f4a9"}.fa-message-smile{--fa: "\f4aa";--fa--fa: "\f4aa\f4aa"}.fa-message-sms{--fa: "\e1e5";--fa--fa: "\e1e5\e1e5"}.fa-message-text{--fa: "\e1e6";--fa--fa: "\e1e6\e1e6"}.fa-message-times,.fa-message-xmark{--fa: "\f4ab";--fa--fa: "\f4ab\f4ab"}.fa-messages{--fa: "\f4b6";--fa--fa: "\f4b6\f4b6"}.fa-messages-dollar{--fa: "\f652";--fa--fa: "\f652\f652"}.fa-messages-question{--fa: "\e1e7";--fa--fa: "\e1e7\e1e7"}.fa-messaging{--fa: "\f4a3";--fa--fa: "\f4a3\f4a3"}.fa-meteor{--fa: "\f753";--fa--fa: "\f753\f753"}.fa-meter{--fa: "\e1e8";--fa--fa: "\e1e8\e1e8"}.fa-meter-bolt{--fa: "\e1e9";--fa--fa: "\e1e9\e1e9"}.fa-meter-droplet{--fa: "\e1ea";--fa--fa: "\e1ea\e1ea"}.fa-meter-fire{--fa: "\e1eb";--fa--fa: "\e1eb\e1eb"}.fa-microchip{--fa: "\f2db";--fa--fa: "\f2db\f2db"}.fa-microchip-ai{--fa: "\e1ec";--fa--fa: "\e1ec\e1ec"}.fa-microphone{--fa: "\f130";--fa--fa: "\f130\f130"}.fa-microphone-alt{--fa: "\f3c9";--fa--fa: "\f3c9\f3c9"}.fa-microphone-alt-slash{--fa: "\f539";--fa--fa: "\f539\f539"}.fa-microphone-circle{--fa: "\e116";--fa--fa: "\e116\e116"}.fa-microphone-circle-alt{--fa: "\e117";--fa--fa: "\e117\e117"}.fa-microphone-lines{--fa: "\f3c9";--fa--fa: "\f3c9\f3c9"}.fa-microphone-lines-slash{--fa: "\f539";--fa--fa: "\f539\f539"}.fa-microphone-slash{--fa: "\f131";--fa--fa: "\f131\f131"}.fa-microphone-stand{--fa: "\f8cb";--fa--fa: "\f8cb\f8cb"}.fa-microscope{--fa: "\f610";--fa--fa: "\f610\f610"}.fa-microwave{--fa: "\e01b";--fa--fa: "\e01b\e01b"}.fa-mill-sign{--fa: "\e1ed";--fa--fa: "\e1ed\e1ed"}.fa-mind-share{--fa: "\f677";--fa--fa: "\f677\f677"}.fa-minimize{--fa: "\f78c";--fa--fa: "\f78c\f78c"}.fa-minus{--fa: "\f068";--fa--fa: "\f068\f068"}.fa-minus-circle{--fa: "\f056";--fa--fa: "\f056\f056"}.fa-minus-hexagon{--fa: "\f307";--fa--fa: "\f307\f307"}.fa-minus-large{--fa: "\e404";--fa--fa: "\e404\e404"}.fa-minus-octagon{--fa: "\f308";--fa--fa: "\f308\f308"}.fa-minus-square{--fa: "\f146";--fa--fa: "\f146\f146"}.fa-mistletoe{--fa: "\f7b4";--fa--fa: "\f7b4\f7b4"}.fa-mitten{--fa: "\f7b5";--fa--fa: "\f7b5\f7b5"}.fa-mobile{--fa: "\f3ce";--fa--fa: "\f3ce\f3ce"}.fa-mobile-alt{--fa: "\f3cd";--fa--fa: "\f3cd\f3cd"}.fa-mobile-android{--fa: "\f3ce";--fa--fa: "\f3ce\f3ce"}.fa-mobile-android-alt{--fa: "\f3cf";--fa--fa: "\f3cf\f3cf"}.fa-mobile-button{--fa: "\f10b";--fa--fa: "\f10b\f10b"}.fa-mobile-iphone,.fa-mobile-notch{--fa: "\e1ee";--fa--fa: "\e1ee\e1ee"}.fa-mobile-phone{--fa: "\f3ce";--fa--fa: "\f3ce\f3ce"}.fa-mobile-retro{--fa: "\e527";--fa--fa: "\e527\e527"}.fa-mobile-screen{--fa: "\f3cf";--fa--fa: "\f3cf\f3cf"}.fa-mobile-screen-button{--fa: "\f3cd";--fa--fa: "\f3cd\f3cd"}.fa-mobile-signal{--fa: "\e1ef";--fa--fa: "\e1ef\e1ef"}.fa-mobile-signal-out{--fa: "\e1f0";--fa--fa: "\e1f0\e1f0"}.fa-money-bill{--fa: "\f0d6";--fa--fa: "\f0d6\f0d6"}.fa-money-bill-1{--fa: "\f3d1";--fa--fa: "\f3d1\f3d1"}.fa-money-bill-1-wave{--fa: "\f53b";--fa--fa: "\f53b\f53b"}.fa-money-bill-alt{--fa: "\f3d1";--fa--fa: "\f3d1\f3d1"}.fa-money-bill-simple{--fa: "\e1f1";--fa--fa: "\e1f1\e1f1"}.fa-money-bill-simple-wave{--fa: "\e1f2";--fa--fa: "\e1f2\e1f2"}.fa-money-bill-transfer{--fa: "\e528";--fa--fa: "\e528\e528"}.fa-money-bill-trend-up{--fa: "\e529";--fa--fa: "\e529\e529"}.fa-money-bill-wave{--fa: "\f53a";--fa--fa: "\f53a\f53a"}.fa-money-bill-wave-alt{--fa: "\f53b";--fa--fa: "\f53b\f53b"}.fa-money-bill-wheat{--fa: "\e52a";--fa--fa: "\e52a\e52a"}.fa-money-bills{--fa: "\e1f3";--fa--fa: "\e1f3\e1f3"}.fa-money-bills-alt,.fa-money-bills-simple{--fa: "\e1f4";--fa--fa: "\e1f4\e1f4"}.fa-money-check{--fa: "\f53c";--fa--fa: "\f53c\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa: "\f53d";--fa--fa: "\f53d\f53d"}.fa-money-check-dollar-pen{--fa: "\f873";--fa--fa: "\f873\f873"}.fa-money-check-edit{--fa: "\f872";--fa--fa: "\f872\f872"}.fa-money-check-edit-alt{--fa: "\f873";--fa--fa: "\f873\f873"}.fa-money-check-pen{--fa: "\f872";--fa--fa: "\f872\f872"}.fa-money-from-bracket{--fa: "\e312";--fa--fa: "\e312\e312"}.fa-money-simple-from-bracket{--fa: "\e313";--fa--fa: "\e313\e313"}.fa-monitor-heart-rate,.fa-monitor-waveform{--fa: "\f611";--fa--fa: "\f611\f611"}.fa-monkey{--fa: "\f6fb";--fa--fa: "\f6fb\f6fb"}.fa-monument{--fa: "\f5a6";--fa--fa: "\f5a6\f5a6"}.fa-moon{--fa: "\f186";--fa--fa: "\f186\f186"}.fa-moon-cloud{--fa: "\f754";--fa--fa: "\f754\f754"}.fa-moon-over-sun{--fa: "\f74a";--fa--fa: "\f74a\f74a"}.fa-moon-stars{--fa: "\f755";--fa--fa: "\f755\f755"}.fa-moped{--fa: "\e3b9";--fa--fa: "\e3b9\e3b9"}.fa-mortar-board{--fa: "\f19d";--fa--fa: "\f19d\f19d"}.fa-mortar-pestle{--fa: "\f5a7";--fa--fa: "\f5a7\f5a7"}.fa-mosque{--fa: "\f678";--fa--fa: "\f678\f678"}.fa-mosquito{--fa: "\e52b";--fa--fa: "\e52b\e52b"}.fa-mosquito-net{--fa: "\e52c";--fa--fa: "\e52c\e52c"}.fa-motorcycle{--fa: "\f21c";--fa--fa: "\f21c\f21c"}.fa-mound{--fa: "\e52d";--fa--fa: "\e52d\e52d"}.fa-mountain{--fa: "\f6fc";--fa--fa: "\f6fc\f6fc"}.fa-mountain-city{--fa: "\e52e";--fa--fa: "\e52e\e52e"}.fa-mountain-sun{--fa: "\e52f";--fa--fa: "\e52f\e52f"}.fa-mountains{--fa: "\f6fd";--fa--fa: "\f6fd\f6fd"}.fa-mouse{--fa: "\f8cc";--fa--fa: "\f8cc\f8cc"}.fa-mouse-alt{--fa: "\f8cd";--fa--fa: "\f8cd\f8cd"}.fa-mouse-field{--fa: "\e5a8";--fa--fa: "\e5a8\e5a8"}.fa-mouse-pointer{--fa: "\f245";--fa--fa: "\f245\f245"}.fa-mp3-player{--fa: "\f8ce";--fa--fa: "\f8ce\f8ce"}.fa-mug{--fa: "\f874";--fa--fa: "\f874\f874"}.fa-mug-hot{--fa: "\f7b6";--fa--fa: "\f7b6\f7b6"}.fa-mug-marshmallows{--fa: "\f7b7";--fa--fa: "\f7b7\f7b7"}.fa-mug-saucer{--fa: "\f0f4";--fa--fa: "\f0f4\f0f4"}.fa-mug-tea{--fa: "\f875";--fa--fa: "\f875\f875"}.fa-mug-tea-saucer{--fa: "\e1f5";--fa--fa: "\e1f5\e1f5"}.fa-multiply{--fa: "\f00d";--fa--fa: "\f00d\f00d"}.fa-museum{--fa: "\f19c";--fa--fa: "\f19c\f19c"}.fa-mushroom{--fa: "\e425";--fa--fa: "\e425\e425"}.fa-music{--fa: "\f001";--fa--fa: "\f001\f001"}.fa-music-alt{--fa: "\f8cf";--fa--fa: "\f8cf\f8cf"}.fa-music-alt-slash{--fa: "\f8d0";--fa--fa: "\f8d0\f8d0"}.fa-music-magnifying-glass{--fa: "\e662";--fa--fa: "\e662\e662"}.fa-music-note{--fa: "\f8cf";--fa--fa: "\f8cf\f8cf"}.fa-music-note-slash{--fa: "\f8d0";--fa--fa: "\f8d0\f8d0"}.fa-music-slash{--fa: "\f8d1";--fa--fa: "\f8d1\f8d1"}.fa-mustache{--fa: "\e5bc";--fa--fa: "\e5bc\e5bc"}.fa-n{--fa: "N";--fa--fa: "NN"}.fa-naira-sign{--fa: "\e1f6";--fa--fa: "\e1f6\e1f6"}.fa-narwhal{--fa: "\f6fe";--fa--fa: "\f6fe\f6fe"}.fa-navicon{--fa: "\f0c9";--fa--fa: "\f0c9\f0c9"}.fa-nesting-dolls{--fa: "\e3ba";--fa--fa: "\e3ba\e3ba"}.fa-network-wired{--fa: "\f6ff";--fa--fa: "\f6ff\f6ff"}.fa-neuter{--fa: "\f22c";--fa--fa: "\f22c\f22c"}.fa-newspaper{--fa: "\f1ea";--fa--fa: "\f1ea\f1ea"}.fa-nfc{--fa: "\e1f7";--fa--fa: "\e1f7\e1f7"}.fa-nfc-lock{--fa: "\e1f8";--fa--fa: "\e1f8\e1f8"}.fa-nfc-magnifying-glass{--fa: "\e1f9";--fa--fa: "\e1f9\e1f9"}.fa-nfc-pen{--fa: "\e1fa";--fa--fa: "\e1fa\e1fa"}.fa-nfc-signal{--fa: "\e1fb";--fa--fa: "\e1fb\e1fb"}.fa-nfc-slash{--fa: "\e1fc";--fa--fa: "\e1fc\e1fc"}.fa-nfc-symbol{--fa: "\e531";--fa--fa: "\e531\e531"}.fa-nfc-trash{--fa: "\e1fd";--fa--fa: "\e1fd\e1fd"}.fa-nigiri{--fa: "\e48a";--fa--fa: "\e48a\e48a"}.fa-nose{--fa: "\e5bd";--fa--fa: "\e5bd\e5bd"}.fa-not-equal{--fa: "\f53e";--fa--fa: "\f53e\f53e"}.fa-notdef{--fa: "\e1fe";--fa--fa: "\e1fe\e1fe"}.fa-note{--fa: "\e1ff";--fa--fa: "\e1ff\e1ff"}.fa-note-medical{--fa: "\e200";--fa--fa: "\e200\e200"}.fa-note-sticky{--fa: "\f249";--fa--fa: "\f249\f249"}.fa-notebook{--fa: "\e201";--fa--fa: "\e201\e201"}.fa-notes{--fa: "\e202";--fa--fa: "\e202\e202"}.fa-notes-medical{--fa: "\f481";--fa--fa: "\f481\f481"}.fa-o{--fa: "O";--fa--fa: "OO"}.fa-object-exclude{--fa: "\e49c";--fa--fa: "\e49c\e49c"}.fa-object-group{--fa: "\f247";--fa--fa: "\f247\f247"}.fa-object-intersect{--fa: "\e49d";--fa--fa: "\e49d\e49d"}.fa-object-subtract{--fa: "\e49e";--fa--fa: "\e49e\e49e"}.fa-object-ungroup{--fa: "\f248";--fa--fa: "\f248\f248"}.fa-object-union{--fa: "\e49f";--fa--fa: "\e49f\e49f"}.fa-objects-align-bottom{--fa: "\e3bb";--fa--fa: "\e3bb\e3bb"}.fa-objects-align-center-horizontal{--fa: "\e3bc";--fa--fa: "\e3bc\e3bc"}.fa-objects-align-center-vertical{--fa: "\e3bd";--fa--fa: "\e3bd\e3bd"}.fa-objects-align-left{--fa: "\e3be";--fa--fa: "\e3be\e3be"}.fa-objects-align-right{--fa: "\e3bf";--fa--fa: "\e3bf\e3bf"}.fa-objects-align-top{--fa: "\e3c0";--fa--fa: "\e3c0\e3c0"}.fa-objects-column{--fa: "\e3c1";--fa--fa: "\e3c1\e3c1"}.fa-octagon{--fa: "\f306";--fa--fa: "\f306\f306"}.fa-octagon-check{--fa: "\e426";--fa--fa: "\e426\e426"}.fa-octagon-divide{--fa: "\e203";--fa--fa: "\e203\e203"}.fa-octagon-exclamation{--fa: "\e204";--fa--fa: "\e204\e204"}.fa-octagon-minus{--fa: "\f308";--fa--fa: "\f308\f308"}.fa-octagon-plus{--fa: "\f301";--fa--fa: "\f301\f301"}.fa-octagon-xmark{--fa: "\f2f0";--fa--fa: "\f2f0\f2f0"}.fa-octopus{--fa: "\e688";--fa--fa: "\e688\e688"}.fa-oil-can{--fa: "\f613";--fa--fa: "\f613\f613"}.fa-oil-can-drip{--fa: "\e205";--fa--fa: "\e205\e205"}.fa-oil-temp,.fa-oil-temperature{--fa: "\f614";--fa--fa: "\f614\f614"}.fa-oil-well{--fa: "\e532";--fa--fa: "\e532\e532"}.fa-olive{--fa: "\e316";--fa--fa: "\e316\e316"}.fa-olive-branch{--fa: "\e317";--fa--fa: "\e317\e317"}.fa-om{--fa: "\f679";--fa--fa: "\f679\f679"}.fa-omega{--fa: "\f67a";--fa--fa: "\f67a\f67a"}.fa-onion{--fa: "\e427";--fa--fa: "\e427\e427"}.fa-option{--fa: "\e318";--fa--fa: "\e318\e318"}.fa-ornament{--fa: "\f7b8";--fa--fa: "\f7b8\f7b8"}.fa-otter{--fa: "\f700";--fa--fa: "\f700\f700"}.fa-outdent{--fa: "\f03b";--fa--fa: "\f03b\f03b"}.fa-outlet{--fa: "\e01c";--fa--fa: "\e01c\e01c"}.fa-oven{--fa: "\e01d";--fa--fa: "\e01d\e01d"}.fa-overline{--fa: "\f876";--fa--fa: "\f876\f876"}.fa-p{--fa: "P";--fa--fa: "PP"}.fa-page{--fa: "\e428";--fa--fa: "\e428\e428"}.fa-page-break{--fa: "\f877";--fa--fa: "\f877\f877"}.fa-page-caret-down{--fa: "\e429";--fa--fa: "\e429\e429"}.fa-page-caret-up{--fa: "\e42a";--fa--fa: "\e42a\e42a"}.fa-pager{--fa: "\f815";--fa--fa: "\f815\f815"}.fa-paint-brush{--fa: "\f1fc";--fa--fa: "\f1fc\f1fc"}.fa-paint-brush-alt,.fa-paint-brush-fine{--fa: "\f5a9";--fa--fa: "\f5a9\f5a9"}.fa-paint-roller{--fa: "\f5aa";--fa--fa: "\f5aa\f5aa"}.fa-paintbrush{--fa: "\f1fc";--fa--fa: "\f1fc\f1fc"}.fa-paintbrush-alt,.fa-paintbrush-fine{--fa: "\f5a9";--fa--fa: "\f5a9\f5a9"}.fa-paintbrush-pencil{--fa: "\e206";--fa--fa: "\e206\e206"}.fa-palette{--fa: "\f53f";--fa--fa: "\f53f\f53f"}.fa-palette-boxes{--fa: "\f483";--fa--fa: "\f483\f483"}.fa-pallet{--fa: "\f482";--fa--fa: "\f482\f482"}.fa-pallet-alt{--fa: "\f483";--fa--fa: "\f483\f483"}.fa-pallet-box{--fa: "\e208";--fa--fa: "\e208\e208"}.fa-pallet-boxes{--fa: "\f483";--fa--fa: "\f483\f483"}.fa-pan-food{--fa: "\e42b";--fa--fa: "\e42b\e42b"}.fa-pan-frying{--fa: "\e42c";--fa--fa: "\e42c\e42c"}.fa-pancakes{--fa: "\e42d";--fa--fa: "\e42d\e42d"}.fa-panel-ews{--fa: "\e42e";--fa--fa: "\e42e\e42e"}.fa-panel-fire{--fa: "\e42f";--fa--fa: "\e42f\e42f"}.fa-panorama{--fa: "\e209";--fa--fa: "\e209\e209"}.fa-paper-plane{--fa: "\f1d8";--fa--fa: "\f1d8\f1d8"}.fa-paper-plane-alt,.fa-paper-plane-top{--fa: "\e20a";--fa--fa: "\e20a\e20a"}.fa-paperclip{--fa: "\f0c6";--fa--fa: "\f0c6\f0c6"}.fa-paperclip-vertical{--fa: "\e3c2";--fa--fa: "\e3c2\e3c2"}.fa-parachute-box{--fa: "\f4cd";--fa--fa: "\f4cd\f4cd"}.fa-paragraph{--fa: "\f1dd";--fa--fa: "\f1dd\f1dd"}.fa-paragraph-left,.fa-paragraph-rtl{--fa: "\f878";--fa--fa: "\f878\f878"}.fa-parentheses{--fa: "\e0c5";--fa--fa: "\e0c5\e0c5"}.fa-parenthesis{--fa: "(";--fa--fa: "(("}.fa-parking{--fa: "\f540";--fa--fa: "\f540\f540"}.fa-parking-circle{--fa: "\f615";--fa--fa: "\f615\f615"}.fa-parking-circle-slash{--fa: "\f616";--fa--fa: "\f616\f616"}.fa-parking-slash{--fa: "\f617";--fa--fa: "\f617\f617"}.fa-party-back{--fa: "\e45c";--fa--fa: "\e45c\e45c"}.fa-party-bell{--fa: "\e31a";--fa--fa: "\e31a\e31a"}.fa-party-horn{--fa: "\e31b";--fa--fa: "\e31b\e31b"}.fa-passport{--fa: "\f5ab";--fa--fa: "\f5ab\f5ab"}.fa-pastafarianism{--fa: "\f67b";--fa--fa: "\f67b\f67b"}.fa-paste{--fa: "\f0ea";--fa--fa: "\f0ea\f0ea"}.fa-pause{--fa: "\f04c";--fa--fa: "\f04c\f04c"}.fa-pause-circle{--fa: "\f28b";--fa--fa: "\f28b\f28b"}.fa-paw{--fa: "\f1b0";--fa--fa: "\f1b0\f1b0"}.fa-paw-alt{--fa: "\f701";--fa--fa: "\f701\f701"}.fa-paw-claws{--fa: "\f702";--fa--fa: "\f702\f702"}.fa-paw-simple{--fa: "\f701";--fa--fa: "\f701\f701"}.fa-peace{--fa: "\f67c";--fa--fa: "\f67c\f67c"}.fa-peach{--fa: "\e20b";--fa--fa: "\e20b\e20b"}.fa-peanut{--fa: "\e430";--fa--fa: "\e430\e430"}.fa-peanuts{--fa: "\e431";--fa--fa: "\e431\e431"}.fa-peapod{--fa: "\e31c";--fa--fa: "\e31c\e31c"}.fa-pear{--fa: "\e20c";--fa--fa: "\e20c\e20c"}.fa-pedestal{--fa: "\e20d";--fa--fa: "\e20d\e20d"}.fa-pegasus{--fa: "\f703";--fa--fa: "\f703\f703"}.fa-pen{--fa: "\f304";--fa--fa: "\f304\f304"}.fa-pen-alt{--fa: "\f305";--fa--fa: "\f305\f305"}.fa-pen-alt-slash{--fa: "\e20f";--fa--fa: "\e20f\e20f"}.fa-pen-circle{--fa: "\e20e";--fa--fa: "\e20e\e20e"}.fa-pen-clip{--fa: "\f305";--fa--fa: "\f305\f305"}.fa-pen-clip-slash{--fa: "\e20f";--fa--fa: "\e20f\e20f"}.fa-pen-fancy{--fa: "\f5ac";--fa--fa: "\f5ac\f5ac"}.fa-pen-fancy-slash{--fa: "\e210";--fa--fa: "\e210\e210"}.fa-pen-field{--fa: "\e211";--fa--fa: "\e211\e211"}.fa-pen-line{--fa: "\e212";--fa--fa: "\e212\e212"}.fa-pen-nib{--fa: "\f5ad";--fa--fa: "\f5ad\f5ad"}.fa-pen-nib-slash{--fa: "\e4a1";--fa--fa: "\e4a1\e4a1"}.fa-pen-paintbrush{--fa: "\f618";--fa--fa: "\f618\f618"}.fa-pen-ruler{--fa: "\f5ae";--fa--fa: "\f5ae\f5ae"}.fa-pen-slash{--fa: "\e213";--fa--fa: "\e213\e213"}.fa-pen-square{--fa: "\f14b";--fa--fa: "\f14b\f14b"}.fa-pen-swirl{--fa: "\e214";--fa--fa: "\e214\e214"}.fa-pen-to-square{--fa: "\f044";--fa--fa: "\f044\f044"}.fa-pencil,.fa-pencil-alt{--fa: "\f303";--fa--fa: "\f303\f303"}.fa-pencil-mechanical{--fa: "\e5ca";--fa--fa: "\e5ca\e5ca"}.fa-pencil-paintbrush{--fa: "\f618";--fa--fa: "\f618\f618"}.fa-pencil-ruler{--fa: "\f5ae";--fa--fa: "\f5ae\f5ae"}.fa-pencil-slash{--fa: "\e215";--fa--fa: "\e215\e215"}.fa-pencil-square{--fa: "\f14b";--fa--fa: "\f14b\f14b"}.fa-pennant{--fa: "\f456";--fa--fa: "\f456\f456"}.fa-people{--fa: "\e216";--fa--fa: "\e216\e216"}.fa-people-arrows,.fa-people-arrows-left-right{--fa: "\e068";--fa--fa: "\e068\e068"}.fa-people-carry,.fa-people-carry-box{--fa: "\f4ce";--fa--fa: "\f4ce\f4ce"}.fa-people-dress{--fa: "\e217";--fa--fa: "\e217\e217"}.fa-people-dress-simple{--fa: "\e218";--fa--fa: "\e218\e218"}.fa-people-group{--fa: "\e533";--fa--fa: "\e533\e533"}.fa-people-line{--fa: "\e534";--fa--fa: "\e534\e534"}.fa-people-pants{--fa: "\e219";--fa--fa: "\e219\e219"}.fa-people-pants-simple{--fa: "\e21a";--fa--fa: "\e21a\e21a"}.fa-people-pulling{--fa: "\e535";--fa--fa: "\e535\e535"}.fa-people-robbery{--fa: "\e536";--fa--fa: "\e536\e536"}.fa-people-roof{--fa: "\e537";--fa--fa: "\e537\e537"}.fa-people-simple{--fa: "\e21b";--fa--fa: "\e21b\e21b"}.fa-pepper{--fa: "\e432";--fa--fa: "\e432\e432"}.fa-pepper-hot{--fa: "\f816";--fa--fa: "\f816\f816"}.fa-percent,.fa-percentage{--fa: "%";--fa--fa: "%%"}.fa-period{--fa: ".";--fa--fa: ".."}.fa-person{--fa: "\f183";--fa--fa: "\f183\f183"}.fa-person-arrow-down-to-line{--fa: "\e538";--fa--fa: "\e538\e538"}.fa-person-arrow-up-from-line{--fa: "\e539";--fa--fa: "\e539\e539"}.fa-person-biking{--fa: "\f84a";--fa--fa: "\f84a\f84a"}.fa-person-biking-mountain{--fa: "\f84b";--fa--fa: "\f84b\f84b"}.fa-person-booth{--fa: "\f756";--fa--fa: "\f756\f756"}.fa-person-breastfeeding{--fa: "\e53a";--fa--fa: "\e53a\e53a"}.fa-person-burst{--fa: "\e53b";--fa--fa: "\e53b\e53b"}.fa-person-cane{--fa: "\e53c";--fa--fa: "\e53c\e53c"}.fa-person-carry,.fa-person-carry-box{--fa: "\f4cf";--fa--fa: "\f4cf\f4cf"}.fa-person-chalkboard{--fa: "\e53d";--fa--fa: "\e53d\e53d"}.fa-person-circle-check{--fa: "\e53e";--fa--fa: "\e53e\e53e"}.fa-person-circle-exclamation{--fa: "\e53f";--fa--fa: "\e53f\e53f"}.fa-person-circle-minus{--fa: "\e540";--fa--fa: "\e540\e540"}.fa-person-circle-plus{--fa: "\e541";--fa--fa: "\e541\e541"}.fa-person-circle-question{--fa: "\e542";--fa--fa: "\e542\e542"}.fa-person-circle-xmark{--fa: "\e543";--fa--fa: "\e543\e543"}.fa-person-digging{--fa: "\f85e";--fa--fa: "\f85e\f85e"}.fa-person-dolly{--fa: "\f4d0";--fa--fa: "\f4d0\f4d0"}.fa-person-dolly-empty{--fa: "\f4d1";--fa--fa: "\f4d1\f4d1"}.fa-person-dots-from-line{--fa: "\f470";--fa--fa: "\f470\f470"}.fa-person-dress{--fa: "\f182";--fa--fa: "\f182\f182"}.fa-person-dress-burst{--fa: "\e544";--fa--fa: "\e544\e544"}.fa-person-dress-fairy{--fa: "\e607";--fa--fa: "\e607\e607"}.fa-person-dress-simple{--fa: "\e21c";--fa--fa: "\e21c\e21c"}.fa-person-drowning{--fa: "\e545";--fa--fa: "\e545\e545"}.fa-person-fairy{--fa: "\e608";--fa--fa: "\e608\e608"}.fa-person-falling{--fa: "\e546";--fa--fa: "\e546\e546"}.fa-person-falling-burst{--fa: "\e547";--fa--fa: "\e547\e547"}.fa-person-from-portal{--fa: "\e023";--fa--fa: "\e023\e023"}.fa-person-half-dress{--fa: "\e548";--fa--fa: "\e548\e548"}.fa-person-harassing{--fa: "\e549";--fa--fa: "\e549\e549"}.fa-person-hiking{--fa: "\f6ec";--fa--fa: "\f6ec\f6ec"}.fa-person-military-pointing{--fa: "\e54a";--fa--fa: "\e54a\e54a"}.fa-person-military-rifle{--fa: "\e54b";--fa--fa: "\e54b\e54b"}.fa-person-military-to-person{--fa: "\e54c";--fa--fa: "\e54c\e54c"}.fa-person-pinball{--fa: "\e21d";--fa--fa: "\e21d\e21d"}.fa-person-praying{--fa: "\f683";--fa--fa: "\f683\f683"}.fa-person-pregnant{--fa: "\e31e";--fa--fa: "\e31e\e31e"}.fa-person-rays{--fa: "\e54d";--fa--fa: "\e54d\e54d"}.fa-person-rifle{--fa: "\e54e";--fa--fa: "\e54e\e54e"}.fa-person-running{--fa: "\f70c";--fa--fa: "\f70c\f70c"}.fa-person-running-fast{--fa: "\e5ff";--fa--fa: "\e5ff\e5ff"}.fa-person-seat{--fa: "\e21e";--fa--fa: "\e21e\e21e"}.fa-person-seat-reclined{--fa: "\e21f";--fa--fa: "\e21f\e21f"}.fa-person-shelter{--fa: "\e54f";--fa--fa: "\e54f\e54f"}.fa-person-sign{--fa: "\f757";--fa--fa: "\f757\f757"}.fa-person-simple{--fa: "\e220";--fa--fa: "\e220\e220"}.fa-person-skating{--fa: "\f7c5";--fa--fa: "\f7c5\f7c5"}.fa-person-ski-jumping{--fa: "\f7c7";--fa--fa: "\f7c7\f7c7"}.fa-person-ski-lift{--fa: "\f7c8";--fa--fa: "\f7c8\f7c8"}.fa-person-skiing{--fa: "\f7c9";--fa--fa: "\f7c9\f7c9"}.fa-person-skiing-nordic{--fa: "\f7ca";--fa--fa: "\f7ca\f7ca"}.fa-person-sledding{--fa: "\f7cb";--fa--fa: "\f7cb\f7cb"}.fa-person-snowboarding{--fa: "\f7ce";--fa--fa: "\f7ce\f7ce"}.fa-person-snowmobiling{--fa: "\f7d1";--fa--fa: "\f7d1\f7d1"}.fa-person-swimming{--fa: "\f5c4";--fa--fa: "\f5c4\f5c4"}.fa-person-through-window{--fa: "\e5a9";--fa--fa: "\e5a9\e5a9"}.fa-person-to-door{--fa: "\e433";--fa--fa: "\e433\e433"}.fa-person-to-portal{--fa: "\e022";--fa--fa: "\e022\e022"}.fa-person-walking{--fa: "\f554";--fa--fa: "\f554\f554"}.fa-person-walking-arrow-loop-left{--fa: "\e551";--fa--fa: "\e551\e551"}.fa-person-walking-arrow-right{--fa: "\e552";--fa--fa: "\e552\e552"}.fa-person-walking-dashed-line-arrow-right{--fa: "\e553";--fa--fa: "\e553\e553"}.fa-person-walking-luggage{--fa: "\e554";--fa--fa: "\e554\e554"}.fa-person-walking-with-cane{--fa: "\f29d";--fa--fa: "\f29d\f29d"}.fa-peseta-sign{--fa: "\e221";--fa--fa: "\e221\e221"}.fa-peso-sign{--fa: "\e222";--fa--fa: "\e222\e222"}.fa-phone{--fa: "\f095";--fa--fa: "\f095\f095"}.fa-phone-alt{--fa: "\f879";--fa--fa: "\f879\f879"}.fa-phone-arrow-down,.fa-phone-arrow-down-left{--fa: "\e223";--fa--fa: "\e223\e223"}.fa-phone-arrow-right{--fa: "\e5be";--fa--fa: "\e5be\e5be"}.fa-phone-arrow-up,.fa-phone-arrow-up-right{--fa: "\e224";--fa--fa: "\e224\e224"}.fa-phone-circle{--fa: "\e11b";--fa--fa: "\e11b\e11b"}.fa-phone-circle-alt{--fa: "\e11c";--fa--fa: "\e11c\e11c"}.fa-phone-circle-down{--fa: "\e11d";--fa--fa: "\e11d\e11d"}.fa-phone-flip{--fa: "\f879";--fa--fa: "\f879\f879"}.fa-phone-hangup{--fa: "\e225";--fa--fa: "\e225\e225"}.fa-phone-incoming{--fa: "\e223";--fa--fa: "\e223\e223"}.fa-phone-intercom{--fa: "\e434";--fa--fa: "\e434\e434"}.fa-phone-laptop{--fa: "\f87a";--fa--fa: "\f87a\f87a"}.fa-phone-missed{--fa: "\e226";--fa--fa: "\e226\e226"}.fa-phone-office{--fa: "\f67d";--fa--fa: "\f67d\f67d"}.fa-phone-outgoing{--fa: "\e224";--fa--fa: "\e224\e224"}.fa-phone-plus{--fa: "\f4d2";--fa--fa: "\f4d2\f4d2"}.fa-phone-rotary{--fa: "\f8d3";--fa--fa: "\f8d3\f8d3"}.fa-phone-slash{--fa: "\f3dd";--fa--fa: "\f3dd\f3dd"}.fa-phone-square{--fa: "\f098";--fa--fa: "\f098\f098"}.fa-phone-square-alt{--fa: "\f87b";--fa--fa: "\f87b\f87b"}.fa-phone-square-down{--fa: "\e27a";--fa--fa: "\e27a\e27a"}.fa-phone-volume{--fa: "\f2a0";--fa--fa: "\f2a0\f2a0"}.fa-phone-xmark{--fa: "\e227";--fa--fa: "\e227\e227"}.fa-photo-film{--fa: "\f87c";--fa--fa: "\f87c\f87c"}.fa-photo-film-music{--fa: "\e228";--fa--fa: "\e228\e228"}.fa-photo-video{--fa: "\f87c";--fa--fa: "\f87c\f87c"}.fa-pi{--fa: "\f67e";--fa--fa: "\f67e\f67e"}.fa-piano{--fa: "\f8d4";--fa--fa: "\f8d4\f8d4"}.fa-piano-keyboard{--fa: "\f8d5";--fa--fa: "\f8d5\f8d5"}.fa-pickaxe{--fa: "\e5bf";--fa--fa: "\e5bf\e5bf"}.fa-pickleball{--fa: "\e435";--fa--fa: "\e435\e435"}.fa-pie{--fa: "\f705";--fa--fa: "\f705\f705"}.fa-pie-chart{--fa: "\f200";--fa--fa: "\f200\f200"}.fa-pig{--fa: "\f706";--fa--fa: "\f706\f706"}.fa-piggy-bank{--fa: "\f4d3";--fa--fa: "\f4d3\f4d3"}.fa-pills{--fa: "\f484";--fa--fa: "\f484\f484"}.fa-pinata{--fa: "\e3c3";--fa--fa: "\e3c3\e3c3"}.fa-pinball{--fa: "\e229";--fa--fa: "\e229\e229"}.fa-pineapple{--fa: "\e31f";--fa--fa: "\e31f\e31f"}.fa-ping-pong-paddle-ball{--fa: "\f45d";--fa--fa: "\f45d\f45d"}.fa-pipe{--fa: "|";--fa--fa: "||"}.fa-pipe-circle-check{--fa: "\e436";--fa--fa: "\e436\e436"}.fa-pipe-collar{--fa: "\e437";--fa--fa: "\e437\e437"}.fa-pipe-section{--fa: "\e438";--fa--fa: "\e438\e438"}.fa-pipe-smoking{--fa: "\e3c4";--fa--fa: "\e3c4\e3c4"}.fa-pipe-valve{--fa: "\e439";--fa--fa: "\e439\e439"}.fa-pizza{--fa: "\f817";--fa--fa: "\f817\f817"}.fa-pizza-slice{--fa: "\f818";--fa--fa: "\f818\f818"}.fa-place-of-worship{--fa: "\f67f";--fa--fa: "\f67f\f67f"}.fa-plane{--fa: "\f072";--fa--fa: "\f072\f072"}.fa-plane-alt{--fa: "\f3de";--fa--fa: "\f3de\f3de"}.fa-plane-arrival{--fa: "\f5af";--fa--fa: "\f5af\f5af"}.fa-plane-circle-check{--fa: "\e555";--fa--fa: "\e555\e555"}.fa-plane-circle-exclamation{--fa: "\e556";--fa--fa: "\e556\e556"}.fa-plane-circle-xmark{--fa: "\e557";--fa--fa: "\e557\e557"}.fa-plane-departure{--fa: "\f5b0";--fa--fa: "\f5b0\f5b0"}.fa-plane-engines{--fa: "\f3de";--fa--fa: "\f3de\f3de"}.fa-plane-lock{--fa: "\e558";--fa--fa: "\e558\e558"}.fa-plane-prop{--fa: "\e22b";--fa--fa: "\e22b\e22b"}.fa-plane-slash{--fa: "\e069";--fa--fa: "\e069\e069"}.fa-plane-tail{--fa: "\e22c";--fa--fa: "\e22c\e22c"}.fa-plane-up{--fa: "\e22d";--fa--fa: "\e22d\e22d"}.fa-plane-up-slash{--fa: "\e22e";--fa--fa: "\e22e\e22e"}.fa-planet-moon{--fa: "\e01f";--fa--fa: "\e01f\e01f"}.fa-planet-ringed{--fa: "\e020";--fa--fa: "\e020\e020"}.fa-plant-wilt{--fa: "\e5aa";--fa--fa: "\e5aa\e5aa"}.fa-plate-utensils{--fa: "\e43b";--fa--fa: "\e43b\e43b"}.fa-plate-wheat{--fa: "\e55a";--fa--fa: "\e55a\e55a"}.fa-play{--fa: "\f04b";--fa--fa: "\f04b\f04b"}.fa-play-circle{--fa: "\f144";--fa--fa: "\f144\f144"}.fa-play-pause{--fa: "\e22f";--fa--fa: "\e22f\e22f"}.fa-plug{--fa: "\f1e6";--fa--fa: "\f1e6\f1e6"}.fa-plug-circle-bolt{--fa: "\e55b";--fa--fa: "\e55b\e55b"}.fa-plug-circle-check{--fa: "\e55c";--fa--fa: "\e55c\e55c"}.fa-plug-circle-exclamation{--fa: "\e55d";--fa--fa: "\e55d\e55d"}.fa-plug-circle-minus{--fa: "\e55e";--fa--fa: "\e55e\e55e"}.fa-plug-circle-plus{--fa: "\e55f";--fa--fa: "\e55f\e55f"}.fa-plug-circle-xmark{--fa: "\e560";--fa--fa: "\e560\e560"}.fa-plus{--fa: "+";--fa--fa: "++"}.fa-plus-circle{--fa: "\f055";--fa--fa: "\f055\f055"}.fa-plus-hexagon{--fa: "\f300";--fa--fa: "\f300\f300"}.fa-plus-large{--fa: "\e59e";--fa--fa: "\e59e\e59e"}.fa-plus-minus{--fa: "\e43c";--fa--fa: "\e43c\e43c"}.fa-plus-octagon{--fa: "\f301";--fa--fa: "\f301\f301"}.fa-plus-square{--fa: "\f0fe";--fa--fa: "\f0fe\f0fe"}.fa-podcast{--fa: "\f2ce";--fa--fa: "\f2ce\f2ce"}.fa-podium{--fa: "\f680";--fa--fa: "\f680\f680"}.fa-podium-star{--fa: "\f758";--fa--fa: "\f758\f758"}.fa-police-box{--fa: "\e021";--fa--fa: "\e021\e021"}.fa-poll{--fa: "\f681";--fa--fa: "\f681\f681"}.fa-poll-h{--fa: "\f682";--fa--fa: "\f682\f682"}.fa-poll-people{--fa: "\f759";--fa--fa: "\f759\f759"}.fa-pompebled{--fa: "\e43d";--fa--fa: "\e43d\e43d"}.fa-poo{--fa: "\f2fe";--fa--fa: "\f2fe\f2fe"}.fa-poo-bolt,.fa-poo-storm{--fa: "\f75a";--fa--fa: "\f75a\f75a"}.fa-pool-8-ball{--fa: "\e3c5";--fa--fa: "\e3c5\e3c5"}.fa-poop{--fa: "\f619";--fa--fa: "\f619\f619"}.fa-popcorn{--fa: "\f819";--fa--fa: "\f819\f819"}.fa-popsicle{--fa: "\e43e";--fa--fa: "\e43e\e43e"}.fa-portal-enter{--fa: "\e022";--fa--fa: "\e022\e022"}.fa-portal-exit{--fa: "\e023";--fa--fa: "\e023\e023"}.fa-portrait{--fa: "\f3e0";--fa--fa: "\f3e0\f3e0"}.fa-pot-food{--fa: "\e43f";--fa--fa: "\e43f\e43f"}.fa-potato{--fa: "\e440";--fa--fa: "\e440\e440"}.fa-pound-sign{--fa: "\f154";--fa--fa: "\f154\f154"}.fa-power-off{--fa: "\f011";--fa--fa: "\f011\f011"}.fa-pray{--fa: "\f683";--fa--fa: "\f683\f683"}.fa-praying-hands{--fa: "\f684";--fa--fa: "\f684\f684"}.fa-prescription{--fa: "\f5b1";--fa--fa: "\f5b1\f5b1"}.fa-prescription-bottle{--fa: "\f485";--fa--fa: "\f485\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa: "\f486";--fa--fa: "\f486\f486"}.fa-prescription-bottle-pill{--fa: "\e5c0";--fa--fa: "\e5c0\e5c0"}.fa-presentation,.fa-presentation-screen{--fa: "\f685";--fa--fa: "\f685\f685"}.fa-pretzel{--fa: "\e441";--fa--fa: "\e441\e441"}.fa-print{--fa: "\f02f";--fa--fa: "\f02f\f02f"}.fa-print-magnifying-glass,.fa-print-search{--fa: "\f81a";--fa--fa: "\f81a\f81a"}.fa-print-slash{--fa: "\f686";--fa--fa: "\f686\f686"}.fa-pro{--fa: "\e235";--fa--fa: "\e235\e235"}.fa-procedures{--fa: "\f487";--fa--fa: "\f487\f487"}.fa-project-diagram{--fa: "\f542";--fa--fa: "\f542\f542"}.fa-projector{--fa: "\f8d6";--fa--fa: "\f8d6\f8d6"}.fa-pronoun{--fa: "\e6a1";--fa--fa: "\e6a1\e6a1"}.fa-pump{--fa: "\e442";--fa--fa: "\e442\e442"}.fa-pump-medical{--fa: "\e06a";--fa--fa: "\e06a\e06a"}.fa-pump-soap{--fa: "\e06b";--fa--fa: "\e06b\e06b"}.fa-pumpkin{--fa: "\f707";--fa--fa: "\f707\f707"}.fa-puzzle{--fa: "\e443";--fa--fa: "\e443\e443"}.fa-puzzle-piece{--fa: "\f12e";--fa--fa: "\f12e\f12e"}.fa-puzzle-piece-alt,.fa-puzzle-piece-simple{--fa: "\e231";--fa--fa: "\e231\e231"}.fa-q{--fa: "Q";--fa--fa: "QQ"}.fa-qrcode{--fa: "\f029";--fa--fa: "\f029\f029"}.fa-question{--fa: "?";--fa--fa: "??"}.fa-question-circle{--fa: "\f059";--fa--fa: "\f059\f059"}.fa-question-square{--fa: "\f2fd";--fa--fa: "\f2fd\f2fd"}.fa-quidditch,.fa-quidditch-broom-ball{--fa: "\f458";--fa--fa: "\f458\f458"}.fa-quote-left,.fa-quote-left-alt{--fa: "\f10d";--fa--fa: "\f10d\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa: "\f10e";--fa--fa: "\f10e\f10e"}.fa-quotes{--fa: "\e234";--fa--fa: "\e234\e234"}.fa-quran{--fa: "\f687";--fa--fa: "\f687\f687"}.fa-r{--fa: "R";--fa--fa: "RR"}.fa-rabbit{--fa: "\f708";--fa--fa: "\f708\f708"}.fa-rabbit-fast,.fa-rabbit-running{--fa: "\f709";--fa--fa: "\f709\f709"}.fa-raccoon{--fa: "\e613";--fa--fa: "\e613\e613"}.fa-racquet{--fa: "\f45a";--fa--fa: "\f45a\f45a"}.fa-radar{--fa: "\e024";--fa--fa: "\e024\e024"}.fa-radiation{--fa: "\f7b9";--fa--fa: "\f7b9\f7b9"}.fa-radiation-alt{--fa: "\f7ba";--fa--fa: "\f7ba\f7ba"}.fa-radio{--fa: "\f8d7";--fa--fa: "\f8d7\f8d7"}.fa-radio-alt,.fa-radio-tuner{--fa: "\f8d8";--fa--fa: "\f8d8\f8d8"}.fa-rainbow{--fa: "\f75b";--fa--fa: "\f75b\f75b"}.fa-raindrops{--fa: "\f75c";--fa--fa: "\f75c\f75c"}.fa-ram{--fa: "\f70a";--fa--fa: "\f70a\f70a"}.fa-ramp-loading{--fa: "\f4d4";--fa--fa: "\f4d4\f4d4"}.fa-random{--fa: "\f074";--fa--fa: "\f074\f074"}.fa-ranking-star{--fa: "\e561";--fa--fa: "\e561\e561"}.fa-raygun{--fa: "\e025";--fa--fa: "\e025\e025"}.fa-receipt{--fa: "\f543";--fa--fa: "\f543\f543"}.fa-record-vinyl{--fa: "\f8d9";--fa--fa: "\f8d9\f8d9"}.fa-rectangle{--fa: "\f2fa";--fa--fa: "\f2fa\f2fa"}.fa-rectangle-ad{--fa: "\f641";--fa--fa: "\f641\f641"}.fa-rectangle-barcode{--fa: "\f463";--fa--fa: "\f463\f463"}.fa-rectangle-code{--fa: "\e322";--fa--fa: "\e322\e322"}.fa-rectangle-hd{--fa: "\e1ae";--fa--fa: "\e1ae\e1ae"}.fa-rectangle-history{--fa: "\e4a2";--fa--fa: "\e4a2\e4a2"}.fa-rectangle-history-circle-plus{--fa: "\e4a3";--fa--fa: "\e4a3\e4a3"}.fa-rectangle-history-circle-user{--fa: "\e4a4";--fa--fa: "\e4a4\e4a4"}.fa-rectangle-landscape{--fa: "\f2fa";--fa--fa: "\f2fa\f2fa"}.fa-rectangle-list{--fa: "\f022";--fa--fa: "\f022\f022"}.fa-rectangle-portrait{--fa: "\f2fb";--fa--fa: "\f2fb\f2fb"}.fa-rectangle-pro{--fa: "\e235";--fa--fa: "\e235\e235"}.fa-rectangle-sd{--fa: "\e28a";--fa--fa: "\e28a\e28a"}.fa-rectangle-terminal{--fa: "\e236";--fa--fa: "\e236\e236"}.fa-rectangle-times{--fa: "\f410";--fa--fa: "\f410\f410"}.fa-rectangle-vertical{--fa: "\f2fb";--fa--fa: "\f2fb\f2fb"}.fa-rectangle-vertical-history{--fa: "\e237";--fa--fa: "\e237\e237"}.fa-rectangle-wide{--fa: "\f2fc";--fa--fa: "\f2fc\f2fc"}.fa-rectangle-xmark{--fa: "\f410";--fa--fa: "\f410\f410"}.fa-rectangles-mixed{--fa: "\e323";--fa--fa: "\e323\e323"}.fa-recycle{--fa: "\f1b8";--fa--fa: "\f1b8\f1b8"}.fa-redo{--fa: "\f01e";--fa--fa: "\f01e\f01e"}.fa-redo-alt{--fa: "\f2f9";--fa--fa: "\f2f9\f2f9"}.fa-reel{--fa: "\e238";--fa--fa: "\e238\e238"}.fa-reflect-both{--fa: "\e66f";--fa--fa: "\e66f\e66f"}.fa-reflect-horizontal{--fa: "\e664";--fa--fa: "\e664\e664"}.fa-reflect-vertical{--fa: "\e665";--fa--fa: "\e665\e665"}.fa-refresh{--fa: "\f021";--fa--fa: "\f021\f021"}.fa-refrigerator{--fa: "\e026";--fa--fa: "\e026\e026"}.fa-registered{--fa: "\f25d";--fa--fa: "\f25d\f25d"}.fa-remove{--fa: "\f00d";--fa--fa: "\f00d\f00d"}.fa-remove-format{--fa: "\f87d";--fa--fa: "\f87d\f87d"}.fa-reorder{--fa: "\f550";--fa--fa: "\f550\f550"}.fa-repeat{--fa: "\f363";--fa--fa: "\f363\f363"}.fa-repeat-1{--fa: "\f365";--fa--fa: "\f365\f365"}.fa-repeat-1-alt{--fa: "\f366";--fa--fa: "\f366\f366"}.fa-repeat-alt{--fa: "\f364";--fa--fa: "\f364\f364"}.fa-reply{--fa: "\f3e5";--fa--fa: "\f3e5\f3e5"}.fa-reply-all{--fa: "\f122";--fa--fa: "\f122\f122"}.fa-reply-clock,.fa-reply-time{--fa: "\e239";--fa--fa: "\e239\e239"}.fa-republican{--fa: "\f75e";--fa--fa: "\f75e\f75e"}.fa-restroom{--fa: "\f7bd";--fa--fa: "\f7bd\f7bd"}.fa-restroom-simple{--fa: "\e23a";--fa--fa: "\e23a\e23a"}.fa-retweet{--fa: "\f079";--fa--fa: "\f079\f079"}.fa-retweet-alt{--fa: "\f361";--fa--fa: "\f361\f361"}.fa-rhombus{--fa: "\e23b";--fa--fa: "\e23b\e23b"}.fa-ribbon{--fa: "\f4d6";--fa--fa: "\f4d6\f4d6"}.fa-right{--fa: "\f356";--fa--fa: "\f356\f356"}.fa-right-from-bracket{--fa: "\f2f5";--fa--fa: "\f2f5\f2f5"}.fa-right-from-line{--fa: "\f347";--fa--fa: "\f347\f347"}.fa-right-left{--fa: "\f362";--fa--fa: "\f362\f362"}.fa-right-left-large{--fa: "\e5e1";--fa--fa: "\e5e1\e5e1"}.fa-right-long{--fa: "\f30b";--fa--fa: "\f30b\f30b"}.fa-right-long-to-line{--fa: "\e444";--fa--fa: "\e444\e444"}.fa-right-to-bracket{--fa: "\f2f6";--fa--fa: "\f2f6\f2f6"}.fa-right-to-line{--fa: "\f34c";--fa--fa: "\f34c\f34c"}.fa-ring{--fa: "\f70b";--fa--fa: "\f70b\f70b"}.fa-ring-diamond{--fa: "\e5ab";--fa--fa: "\e5ab\e5ab"}.fa-rings-wedding{--fa: "\f81b";--fa--fa: "\f81b\f81b"}.fa-rmb{--fa: "\f157";--fa--fa: "\f157\f157"}.fa-road{--fa: "\f018";--fa--fa: "\f018\f018"}.fa-road-barrier{--fa: "\e562";--fa--fa: "\e562\e562"}.fa-road-bridge{--fa: "\e563";--fa--fa: "\e563\e563"}.fa-road-circle-check{--fa: "\e564";--fa--fa: "\e564\e564"}.fa-road-circle-exclamation{--fa: "\e565";--fa--fa: "\e565\e565"}.fa-road-circle-xmark{--fa: "\e566";--fa--fa: "\e566\e566"}.fa-road-lock{--fa: "\e567";--fa--fa: "\e567\e567"}.fa-road-spikes{--fa: "\e568";--fa--fa: "\e568\e568"}.fa-robot{--fa: "\f544";--fa--fa: "\f544\f544"}.fa-robot-astromech{--fa: "\e2d2";--fa--fa: "\e2d2\e2d2"}.fa-rocket{--fa: "\f135";--fa--fa: "\f135\f135"}.fa-rocket-launch{--fa: "\e027";--fa--fa: "\e027\e027"}.fa-rod-asclepius,.fa-rod-snake{--fa: "\e579";--fa--fa: "\e579\e579"}.fa-roller-coaster{--fa: "\e324";--fa--fa: "\e324\e324"}.fa-rotate{--fa: "\f2f1";--fa--fa: "\f2f1\f2f1"}.fa-rotate-back,.fa-rotate-backward{--fa: "\f2ea";--fa--fa: "\f2ea\f2ea"}.fa-rotate-exclamation{--fa: "\e23c";--fa--fa: "\e23c\e23c"}.fa-rotate-forward{--fa: "\f2f9";--fa--fa: "\f2f9\f2f9"}.fa-rotate-left{--fa: "\f2ea";--fa--fa: "\f2ea\f2ea"}.fa-rotate-reverse{--fa: "\e631";--fa--fa: "\e631\e631"}.fa-rotate-right{--fa: "\f2f9";--fa--fa: "\f2f9\f2f9"}.fa-rouble{--fa: "\f158";--fa--fa: "\f158\f158"}.fa-route{--fa: "\f4d7";--fa--fa: "\f4d7\f4d7"}.fa-route-highway{--fa: "\f61a";--fa--fa: "\f61a\f61a"}.fa-route-interstate{--fa: "\f61b";--fa--fa: "\f61b\f61b"}.fa-router{--fa: "\f8da";--fa--fa: "\f8da\f8da"}.fa-rows{--fa: "\e292";--fa--fa: "\e292\e292"}.fa-rss{--fa: "\f09e";--fa--fa: "\f09e\f09e"}.fa-rss-square{--fa: "\f143";--fa--fa: "\f143\f143"}.fa-rub,.fa-ruble,.fa-ruble-sign{--fa: "\f158";--fa--fa: "\f158\f158"}.fa-rug{--fa: "\e569";--fa--fa: "\e569\e569"}.fa-rugby-ball{--fa: "\e3c6";--fa--fa: "\e3c6\e3c6"}.fa-ruler{--fa: "\f545";--fa--fa: "\f545\f545"}.fa-ruler-combined{--fa: "\f546";--fa--fa: "\f546\f546"}.fa-ruler-horizontal{--fa: "\f547";--fa--fa: "\f547\f547"}.fa-ruler-triangle{--fa: "\f61c";--fa--fa: "\f61c\f61c"}.fa-ruler-vertical{--fa: "\f548";--fa--fa: "\f548\f548"}.fa-running{--fa: "\f70c";--fa--fa: "\f70c\f70c"}.fa-rupee,.fa-rupee-sign{--fa: "\f156";--fa--fa: "\f156\f156"}.fa-rupiah-sign{--fa: "\e23d";--fa--fa: "\e23d\e23d"}.fa-rv{--fa: "\f7be";--fa--fa: "\f7be\f7be"}.fa-s{--fa: "S";--fa--fa: "SS"}.fa-sack{--fa: "\f81c";--fa--fa: "\f81c\f81c"}.fa-sack-dollar{--fa: "\f81d";--fa--fa: "\f81d\f81d"}.fa-sack-xmark{--fa: "\e56a";--fa--fa: "\e56a\e56a"}.fa-sad-cry{--fa: "\f5b3";--fa--fa: "\f5b3\f5b3"}.fa-sad-tear{--fa: "\f5b4";--fa--fa: "\f5b4\f5b4"}.fa-sailboat{--fa: "\e445";--fa--fa: "\e445\e445"}.fa-salad{--fa: "\f81e";--fa--fa: "\f81e\f81e"}.fa-salt-shaker{--fa: "\e446";--fa--fa: "\e446\e446"}.fa-sandwich{--fa: "\f81f";--fa--fa: "\f81f\f81f"}.fa-satellite{--fa: "\f7bf";--fa--fa: "\f7bf\f7bf"}.fa-satellite-dish{--fa: "\f7c0";--fa--fa: "\f7c0\f7c0"}.fa-sausage{--fa: "\f820";--fa--fa: "\f820\f820"}.fa-save{--fa: "\f0c7";--fa--fa: "\f0c7\f0c7"}.fa-save-circle-arrow-right{--fa: "\e180";--fa--fa: "\e180\e180"}.fa-save-circle-xmark,.fa-save-times{--fa: "\e181";--fa--fa: "\e181\e181"}.fa-sax-hot{--fa: "\f8db";--fa--fa: "\f8db\f8db"}.fa-saxophone{--fa: "\f8dc";--fa--fa: "\f8dc\f8dc"}.fa-saxophone-fire{--fa: "\f8db";--fa--fa: "\f8db\f8db"}.fa-scale-balanced{--fa: "\f24e";--fa--fa: "\f24e\f24e"}.fa-scale-unbalanced{--fa: "\f515";--fa--fa: "\f515\f515"}.fa-scale-unbalanced-flip{--fa: "\f516";--fa--fa: "\f516\f516"}.fa-scalpel{--fa: "\f61d";--fa--fa: "\f61d\f61d"}.fa-scalpel-line-dashed,.fa-scalpel-path{--fa: "\f61e";--fa--fa: "\f61e\f61e"}.fa-scanner,.fa-scanner-gun{--fa: "\f488";--fa--fa: "\f488\f488"}.fa-scanner-image{--fa: "\f8f3";--fa--fa: "\f8f3\f8f3"}.fa-scanner-keyboard{--fa: "\f489";--fa--fa: "\f489\f489"}.fa-scanner-touchscreen{--fa: "\f48a";--fa--fa: "\f48a\f48a"}.fa-scarecrow{--fa: "\f70d";--fa--fa: "\f70d\f70d"}.fa-scarf{--fa: "\f7c1";--fa--fa: "\f7c1\f7c1"}.fa-school{--fa: "\f549";--fa--fa: "\f549\f549"}.fa-school-circle-check{--fa: "\e56b";--fa--fa: "\e56b\e56b"}.fa-school-circle-exclamation{--fa: "\e56c";--fa--fa: "\e56c\e56c"}.fa-school-circle-xmark{--fa: "\e56d";--fa--fa: "\e56d\e56d"}.fa-school-flag{--fa: "\e56e";--fa--fa: "\e56e\e56e"}.fa-school-lock{--fa: "\e56f";--fa--fa: "\e56f\e56f"}.fa-scissors{--fa: "\f0c4";--fa--fa: "\f0c4\f0c4"}.fa-screen-users{--fa: "\f63d";--fa--fa: "\f63d\f63d"}.fa-screencast{--fa: "\e23e";--fa--fa: "\e23e\e23e"}.fa-screenshot{--fa: "\e0da";--fa--fa: "\e0da\e0da"}.fa-screwdriver{--fa: "\f54a";--fa--fa: "\f54a\f54a"}.fa-screwdriver-wrench{--fa: "\f7d9";--fa--fa: "\f7d9\f7d9"}.fa-scribble{--fa: "\e23f";--fa--fa: "\e23f\e23f"}.fa-scroll{--fa: "\f70e";--fa--fa: "\f70e\f70e"}.fa-scroll-old{--fa: "\f70f";--fa--fa: "\f70f\f70f"}.fa-scroll-ribbon{--fa: "\f5ea";--fa--fa: "\f5ea\f5ea"}.fa-scroll-torah{--fa: "\f6a0";--fa--fa: "\f6a0\f6a0"}.fa-scrubber{--fa: "\f2f8";--fa--fa: "\f2f8\f2f8"}.fa-scythe{--fa: "\f710";--fa--fa: "\f710\f710"}.fa-sd-card{--fa: "\f7c2";--fa--fa: "\f7c2\f7c2"}.fa-sd-cards{--fa: "\e240";--fa--fa: "\e240\e240"}.fa-seal{--fa: "\e241";--fa--fa: "\e241\e241"}.fa-seal-exclamation{--fa: "\e242";--fa--fa: "\e242\e242"}.fa-seal-question{--fa: "\e243";--fa--fa: "\e243\e243"}.fa-search{--fa: "\f002";--fa--fa: "\f002\f002"}.fa-search-dollar{--fa: "\f688";--fa--fa: "\f688\f688"}.fa-search-location{--fa: "\f689";--fa--fa: "\f689\f689"}.fa-search-minus{--fa: "\f010";--fa--fa: "\f010\f010"}.fa-search-plus{--fa: "\f00e";--fa--fa: "\f00e\f00e"}.fa-seat-airline{--fa: "\e244";--fa--fa: "\e244\e244"}.fa-section{--fa: "\e447";--fa--fa: "\e447\e447"}.fa-seedling{--fa: "\f4d8";--fa--fa: "\f4d8\f4d8"}.fa-semicolon{--fa: ";";--fa--fa: ";;"}.fa-send{--fa: "\e20a";--fa--fa: "\e20a\e20a"}.fa-send-back{--fa: "\f87e";--fa--fa: "\f87e\f87e"}.fa-send-backward{--fa: "\f87f";--fa--fa: "\f87f\f87f"}.fa-sensor{--fa: "\e028";--fa--fa: "\e028\e028"}.fa-sensor-alert{--fa: "\e029";--fa--fa: "\e029\e029"}.fa-sensor-cloud{--fa: "\e02c";--fa--fa: "\e02c\e02c"}.fa-sensor-fire{--fa: "\e02a";--fa--fa: "\e02a\e02a"}.fa-sensor-on{--fa: "\e02b";--fa--fa: "\e02b\e02b"}.fa-sensor-smoke{--fa: "\e02c";--fa--fa: "\e02c\e02c"}.fa-sensor-triangle-exclamation{--fa: "\e029";--fa--fa: "\e029\e029"}.fa-server{--fa: "\f233";--fa--fa: "\f233\f233"}.fa-shapes{--fa: "\f61f";--fa--fa: "\f61f\f61f"}.fa-share{--fa: "\f064";--fa--fa: "\f064\f064"}.fa-share-all{--fa: "\f367";--fa--fa: "\f367\f367"}.fa-share-alt{--fa: "\f1e0";--fa--fa: "\f1e0\f1e0"}.fa-share-alt-square{--fa: "\f1e1";--fa--fa: "\f1e1\f1e1"}.fa-share-from-square{--fa: "\f14d";--fa--fa: "\f14d\f14d"}.fa-share-nodes{--fa: "\f1e0";--fa--fa: "\f1e0\f1e0"}.fa-share-square{--fa: "\f14d";--fa--fa: "\f14d\f14d"}.fa-sheep{--fa: "\f711";--fa--fa: "\f711\f711"}.fa-sheet-plastic{--fa: "\e571";--fa--fa: "\e571\e571"}.fa-shekel,.fa-shekel-sign{--fa: "\f20b";--fa--fa: "\f20b\f20b"}.fa-shelves{--fa: "\f480";--fa--fa: "\f480\f480"}.fa-shelves-empty{--fa: "\e246";--fa--fa: "\e246\e246"}.fa-sheqel,.fa-sheqel-sign{--fa: "\f20b";--fa--fa: "\f20b\f20b"}.fa-shield{--fa: "\f132";--fa--fa: "\f132\f132"}.fa-shield-alt{--fa: "\f3ed";--fa--fa: "\f3ed\f3ed"}.fa-shield-blank{--fa: "\f132";--fa--fa: "\f132\f132"}.fa-shield-cat{--fa: "\e572";--fa--fa: "\e572\e572"}.fa-shield-check{--fa: "\f2f7";--fa--fa: "\f2f7\f2f7"}.fa-shield-cross{--fa: "\f712";--fa--fa: "\f712\f712"}.fa-shield-dog{--fa: "\e573";--fa--fa: "\e573\e573"}.fa-shield-exclamation{--fa: "\e247";--fa--fa: "\e247\e247"}.fa-shield-halved{--fa: "\f3ed";--fa--fa: "\f3ed\f3ed"}.fa-shield-heart{--fa: "\e574";--fa--fa: "\e574\e574"}.fa-shield-keyhole{--fa: "\e248";--fa--fa: "\e248\e248"}.fa-shield-minus{--fa: "\e249";--fa--fa: "\e249\e249"}.fa-shield-plus{--fa: "\e24a";--fa--fa: "\e24a\e24a"}.fa-shield-quartered{--fa: "\e575";--fa--fa: "\e575\e575"}.fa-shield-slash{--fa: "\e24b";--fa--fa: "\e24b\e24b"}.fa-shield-times{--fa: "\e24c";--fa--fa: "\e24c\e24c"}.fa-shield-virus{--fa: "\e06c";--fa--fa: "\e06c\e06c"}.fa-shield-xmark{--fa: "\e24c";--fa--fa: "\e24c\e24c"}.fa-ship{--fa: "\f21a";--fa--fa: "\f21a\f21a"}.fa-shipping-fast{--fa: "\f48b";--fa--fa: "\f48b\f48b"}.fa-shipping-timed{--fa: "\f48c";--fa--fa: "\f48c\f48c"}.fa-shirt{--fa: "\f553";--fa--fa: "\f553\f553"}.fa-shirt-long-sleeve{--fa: "\e3c7";--fa--fa: "\e3c7\e3c7"}.fa-shirt-running{--fa: "\e3c8";--fa--fa: "\e3c8\e3c8"}.fa-shirt-tank-top{--fa: "\e3c9";--fa--fa: "\e3c9\e3c9"}.fa-shish-kebab{--fa: "\f821";--fa--fa: "\f821\f821"}.fa-shoe-prints{--fa: "\f54b";--fa--fa: "\f54b\f54b"}.fa-shop{--fa: "\f54f";--fa--fa: "\f54f\f54f"}.fa-shop-lock{--fa: "\e4a5";--fa--fa: "\e4a5\e4a5"}.fa-shop-slash{--fa: "\e070";--fa--fa: "\e070\e070"}.fa-shopping-bag{--fa: "\f290";--fa--fa: "\f290\f290"}.fa-shopping-basket{--fa: "\f291";--fa--fa: "\f291\f291"}.fa-shopping-basket-alt{--fa: "\e0af";--fa--fa: "\e0af\e0af"}.fa-shopping-cart{--fa: "\f07a";--fa--fa: "\f07a\f07a"}.fa-shortcake{--fa: "\e3e5";--fa--fa: "\e3e5\e3e5"}.fa-shovel{--fa: "\f713";--fa--fa: "\f713\f713"}.fa-shovel-snow{--fa: "\f7c3";--fa--fa: "\f7c3\f7c3"}.fa-shower{--fa: "\f2cc";--fa--fa: "\f2cc\f2cc"}.fa-shower-alt,.fa-shower-down{--fa: "\e24d";--fa--fa: "\e24d\e24d"}.fa-shredder{--fa: "\f68a";--fa--fa: "\f68a\f68a"}.fa-shrimp{--fa: "\e448";--fa--fa: "\e448\e448"}.fa-shuffle{--fa: "\f074";--fa--fa: "\f074\f074"}.fa-shutters{--fa: "\e449";--fa--fa: "\e449\e449"}.fa-shuttle-space{--fa: "\f197";--fa--fa: "\f197\f197"}.fa-shuttle-van{--fa: "\f5b6";--fa--fa: "\f5b6\f5b6"}.fa-shuttlecock{--fa: "\f45b";--fa--fa: "\f45b\f45b"}.fa-sickle{--fa: "\f822";--fa--fa: "\f822\f822"}.fa-sidebar{--fa: "\e24e";--fa--fa: "\e24e\e24e"}.fa-sidebar-flip{--fa: "\e24f";--fa--fa: "\e24f\e24f"}.fa-sigma{--fa: "\f68b";--fa--fa: "\f68b\f68b"}.fa-sign,.fa-sign-hanging{--fa: "\f4d9";--fa--fa: "\f4d9\f4d9"}.fa-sign-in{--fa: "\f090";--fa--fa: "\f090\f090"}.fa-sign-in-alt{--fa: "\f2f6";--fa--fa: "\f2f6\f2f6"}.fa-sign-language{--fa: "\f2a7";--fa--fa: "\f2a7\f2a7"}.fa-sign-out{--fa: "\f08b";--fa--fa: "\f08b\f08b"}.fa-sign-out-alt{--fa: "\f2f5";--fa--fa: "\f2f5\f2f5"}.fa-sign-post{--fa: "\e624";--fa--fa: "\e624\e624"}.fa-sign-posts{--fa: "\e625";--fa--fa: "\e625\e625"}.fa-sign-posts-wrench{--fa: "\e626";--fa--fa: "\e626\e626"}.fa-signal{--fa: "\f012";--fa--fa: "\f012\f012"}.fa-signal-1{--fa: "\f68c";--fa--fa: "\f68c\f68c"}.fa-signal-2{--fa: "\f68d";--fa--fa: "\f68d\f68d"}.fa-signal-3{--fa: "\f68e";--fa--fa: "\f68e\f68e"}.fa-signal-4{--fa: "\f68f";--fa--fa: "\f68f\f68f"}.fa-signal-5{--fa: "\f012";--fa--fa: "\f012\f012"}.fa-signal-alt{--fa: "\f690";--fa--fa: "\f690\f690"}.fa-signal-alt-1{--fa: "\f691";--fa--fa: "\f691\f691"}.fa-signal-alt-2{--fa: "\f692";--fa--fa: "\f692\f692"}.fa-signal-alt-3{--fa: "\f693";--fa--fa: "\f693\f693"}.fa-signal-alt-4{--fa: "\f690";--fa--fa: "\f690\f690"}.fa-signal-alt-slash{--fa: "\f694";--fa--fa: "\f694\f694"}.fa-signal-bars{--fa: "\f690";--fa--fa: "\f690\f690"}.fa-signal-bars-fair{--fa: "\f692";--fa--fa: "\f692\f692"}.fa-signal-bars-good{--fa: "\f693";--fa--fa: "\f693\f693"}.fa-signal-bars-slash{--fa: "\f694";--fa--fa: "\f694\f694"}.fa-signal-bars-strong{--fa: "\f690";--fa--fa: "\f690\f690"}.fa-signal-bars-weak{--fa: "\f691";--fa--fa: "\f691\f691"}.fa-signal-fair{--fa: "\f68d";--fa--fa: "\f68d\f68d"}.fa-signal-good{--fa: "\f68e";--fa--fa: "\f68e\f68e"}.fa-signal-perfect{--fa: "\f012";--fa--fa: "\f012\f012"}.fa-signal-slash{--fa: "\f695";--fa--fa: "\f695\f695"}.fa-signal-stream{--fa: "\f8dd";--fa--fa: "\f8dd\f8dd"}.fa-signal-stream-slash{--fa: "\e250";--fa--fa: "\e250\e250"}.fa-signal-strong{--fa: "\f68f";--fa--fa: "\f68f\f68f"}.fa-signal-weak{--fa: "\f68c";--fa--fa: "\f68c\f68c"}.fa-signature{--fa: "\f5b7";--fa--fa: "\f5b7\f5b7"}.fa-signature-lock{--fa: "\e3ca";--fa--fa: "\e3ca\e3ca"}.fa-signature-slash{--fa: "\e3cb";--fa--fa: "\e3cb\e3cb"}.fa-signing{--fa: "\f2a7";--fa--fa: "\f2a7\f2a7"}.fa-signs-post{--fa: "\f277";--fa--fa: "\f277\f277"}.fa-sim-card{--fa: "\f7c4";--fa--fa: "\f7c4\f7c4"}.fa-sim-cards{--fa: "\e251";--fa--fa: "\e251\e251"}.fa-sink{--fa: "\e06d";--fa--fa: "\e06d\e06d"}.fa-siren{--fa: "\e02d";--fa--fa: "\e02d\e02d"}.fa-siren-on{--fa: "\e02e";--fa--fa: "\e02e\e02e"}.fa-sitemap{--fa: "\f0e8";--fa--fa: "\f0e8\f0e8"}.fa-skating{--fa: "\f7c5";--fa--fa: "\f7c5\f7c5"}.fa-skeleton{--fa: "\f620";--fa--fa: "\f620\f620"}.fa-skeleton-ribs{--fa: "\e5cb";--fa--fa: "\e5cb\e5cb"}.fa-ski-boot{--fa: "\e3cc";--fa--fa: "\e3cc\e3cc"}.fa-ski-boot-ski{--fa: "\e3cd";--fa--fa: "\e3cd\e3cd"}.fa-ski-jump{--fa: "\f7c7";--fa--fa: "\f7c7\f7c7"}.fa-ski-lift{--fa: "\f7c8";--fa--fa: "\f7c8\f7c8"}.fa-skiing{--fa: "\f7c9";--fa--fa: "\f7c9\f7c9"}.fa-skiing-nordic{--fa: "\f7ca";--fa--fa: "\f7ca\f7ca"}.fa-skull{--fa: "\f54c";--fa--fa: "\f54c\f54c"}.fa-skull-cow{--fa: "\f8de";--fa--fa: "\f8de\f8de"}.fa-skull-crossbones{--fa: "\f714";--fa--fa: "\f714\f714"}.fa-slash{--fa: "\f715";--fa--fa: "\f715\f715"}.fa-slash-back{--fa: "\\";--fa--fa: "\\\\"}.fa-slash-forward{--fa: "/";--fa--fa: "//"}.fa-sledding{--fa: "\f7cb";--fa--fa: "\f7cb\f7cb"}.fa-sleigh{--fa: "\f7cc";--fa--fa: "\f7cc\f7cc"}.fa-slider{--fa: "\e252";--fa--fa: "\e252\e252"}.fa-sliders,.fa-sliders-h{--fa: "\f1de";--fa--fa: "\f1de\f1de"}.fa-sliders-h-square{--fa: "\f3f0";--fa--fa: "\f3f0\f3f0"}.fa-sliders-simple{--fa: "\e253";--fa--fa: "\e253\e253"}.fa-sliders-up,.fa-sliders-v{--fa: "\f3f1";--fa--fa: "\f3f1\f3f1"}.fa-sliders-v-square{--fa: "\f3f2";--fa--fa: "\f3f2\f3f2"}.fa-slot-machine{--fa: "\e3ce";--fa--fa: "\e3ce\e3ce"}.fa-smile{--fa: "\f118";--fa--fa: "\f118\f118"}.fa-smile-beam{--fa: "\f5b8";--fa--fa: "\f5b8\f5b8"}.fa-smile-plus{--fa: "\f5b9";--fa--fa: "\f5b9\f5b9"}.fa-smile-wink{--fa: "\f4da";--fa--fa: "\f4da\f4da"}.fa-smog{--fa: "\f75f";--fa--fa: "\f75f\f75f"}.fa-smoke{--fa: "\f760";--fa--fa: "\f760\f760"}.fa-smoking{--fa: "\f48d";--fa--fa: "\f48d\f48d"}.fa-smoking-ban{--fa: "\f54d";--fa--fa: "\f54d\f54d"}.fa-sms{--fa: "\f7cd";--fa--fa: "\f7cd\f7cd"}.fa-snake{--fa: "\f716";--fa--fa: "\f716\f716"}.fa-snooze{--fa: "\f880";--fa--fa: "\f880\f880"}.fa-snow-blowing{--fa: "\f761";--fa--fa: "\f761\f761"}.fa-snowboarding{--fa: "\f7ce";--fa--fa: "\f7ce\f7ce"}.fa-snowflake{--fa: "\f2dc";--fa--fa: "\f2dc\f2dc"}.fa-snowflake-droplets{--fa: "\e5c1";--fa--fa: "\e5c1\e5c1"}.fa-snowflakes{--fa: "\f7cf";--fa--fa: "\f7cf\f7cf"}.fa-snowman{--fa: "\f7d0";--fa--fa: "\f7d0\f7d0"}.fa-snowman-head{--fa: "\f79b";--fa--fa: "\f79b\f79b"}.fa-snowmobile{--fa: "\f7d1";--fa--fa: "\f7d1\f7d1"}.fa-snowplow{--fa: "\f7d2";--fa--fa: "\f7d2\f7d2"}.fa-soap{--fa: "\e06e";--fa--fa: "\e06e\e06e"}.fa-soccer-ball{--fa: "\f1e3";--fa--fa: "\f1e3\f1e3"}.fa-socks{--fa: "\f696";--fa--fa: "\f696\f696"}.fa-soft-serve{--fa: "\e400";--fa--fa: "\e400\e400"}.fa-solar-panel{--fa: "\f5ba";--fa--fa: "\f5ba\f5ba"}.fa-solar-system{--fa: "\e02f";--fa--fa: "\e02f\e02f"}.fa-sort{--fa: "\f0dc";--fa--fa: "\f0dc\f0dc"}.fa-sort-alpha-asc{--fa: "\f15d";--fa--fa: "\f15d\f15d"}.fa-sort-alpha-desc{--fa: "\f881";--fa--fa: "\f881\f881"}.fa-sort-alpha-down{--fa: "\f15d";--fa--fa: "\f15d\f15d"}.fa-sort-alpha-down-alt{--fa: "\f881";--fa--fa: "\f881\f881"}.fa-sort-alpha-up{--fa: "\f15e";--fa--fa: "\f15e\f15e"}.fa-sort-alpha-up-alt{--fa: "\f882";--fa--fa: "\f882\f882"}.fa-sort-alt{--fa: "\f883";--fa--fa: "\f883\f883"}.fa-sort-amount-asc{--fa: "\f160";--fa--fa: "\f160\f160"}.fa-sort-amount-desc{--fa: "\f884";--fa--fa: "\f884\f884"}.fa-sort-amount-down{--fa: "\f160";--fa--fa: "\f160\f160"}.fa-sort-amount-down-alt{--fa: "\f884";--fa--fa: "\f884\f884"}.fa-sort-amount-up{--fa: "\f161";--fa--fa: "\f161\f161"}.fa-sort-amount-up-alt{--fa: "\f885";--fa--fa: "\f885\f885"}.fa-sort-asc{--fa: "\f0de";--fa--fa: "\f0de\f0de"}.fa-sort-circle{--fa: "\e030";--fa--fa: "\e030\e030"}.fa-sort-circle-down{--fa: "\e031";--fa--fa: "\e031\e031"}.fa-sort-circle-up{--fa: "\e032";--fa--fa: "\e032\e032"}.fa-sort-desc,.fa-sort-down{--fa: "\f0dd";--fa--fa: "\f0dd\f0dd"}.fa-sort-numeric-asc{--fa: "\f162";--fa--fa: "\f162\f162"}.fa-sort-numeric-desc{--fa: "\f886";--fa--fa: "\f886\f886"}.fa-sort-numeric-down{--fa: "\f162";--fa--fa: "\f162\f162"}.fa-sort-numeric-down-alt{--fa: "\f886";--fa--fa: "\f886\f886"}.fa-sort-numeric-up{--fa: "\f163";--fa--fa: "\f163\f163"}.fa-sort-numeric-up-alt{--fa: "\f887";--fa--fa: "\f887\f887"}.fa-sort-shapes-down{--fa: "\f888";--fa--fa: "\f888\f888"}.fa-sort-shapes-down-alt{--fa: "\f889";--fa--fa: "\f889\f889"}.fa-sort-shapes-up{--fa: "\f88a";--fa--fa: "\f88a\f88a"}.fa-sort-shapes-up-alt{--fa: "\f88b";--fa--fa: "\f88b\f88b"}.fa-sort-size-down{--fa: "\f88c";--fa--fa: "\f88c\f88c"}.fa-sort-size-down-alt{--fa: "\f88d";--fa--fa: "\f88d\f88d"}.fa-sort-size-up{--fa: "\f88e";--fa--fa: "\f88e\f88e"}.fa-sort-size-up-alt{--fa: "\f88f";--fa--fa: "\f88f\f88f"}.fa-sort-up{--fa: "\f0de";--fa--fa: "\f0de\f0de"}.fa-sort-up-down{--fa: "\e099";--fa--fa: "\e099\e099"}.fa-soup{--fa: "\f823";--fa--fa: "\f823\f823"}.fa-spa{--fa: "\f5bb";--fa--fa: "\f5bb\f5bb"}.fa-space-shuttle{--fa: "\f197";--fa--fa: "\f197\f197"}.fa-space-station-moon{--fa: "\e033";--fa--fa: "\e033\e033"}.fa-space-station-moon-alt,.fa-space-station-moon-construction{--fa: "\e034";--fa--fa: "\e034\e034"}.fa-spade{--fa: "\f2f4";--fa--fa: "\f2f4\f2f4"}.fa-spaghetti-monster-flying{--fa: "\f67b";--fa--fa: "\f67b\f67b"}.fa-sparkle{--fa: "\e5d6";--fa--fa: "\e5d6\e5d6"}.fa-sparkles{--fa: "\f890";--fa--fa: "\f890\f890"}.fa-speaker{--fa: "\f8df";--fa--fa: "\f8df\f8df"}.fa-speakers{--fa: "\f8e0";--fa--fa: "\f8e0\f8e0"}.fa-spell-check{--fa: "\f891";--fa--fa: "\f891\f891"}.fa-spider{--fa: "\f717";--fa--fa: "\f717\f717"}.fa-spider-black-widow{--fa: "\f718";--fa--fa: "\f718\f718"}.fa-spider-web{--fa: "\f719";--fa--fa: "\f719\f719"}.fa-spinner{--fa: "\f110";--fa--fa: "\f110\f110"}.fa-spinner-scale{--fa: "\e62a";--fa--fa: "\e62a\e62a"}.fa-spinner-third{--fa: "\f3f4";--fa--fa: "\f3f4\f3f4"}.fa-split{--fa: "\e254";--fa--fa: "\e254\e254"}.fa-splotch{--fa: "\f5bc";--fa--fa: "\f5bc\f5bc"}.fa-spoon{--fa: "\f2e5";--fa--fa: "\f2e5\f2e5"}.fa-sportsball{--fa: "\e44b";--fa--fa: "\e44b\e44b"}.fa-spray-can{--fa: "\f5bd";--fa--fa: "\f5bd\f5bd"}.fa-spray-can-sparkles{--fa: "\f5d0";--fa--fa: "\f5d0\f5d0"}.fa-sprinkler{--fa: "\e035";--fa--fa: "\e035\e035"}.fa-sprinkler-ceiling{--fa: "\e44c";--fa--fa: "\e44c\e44c"}.fa-sprout{--fa: "\f4d8";--fa--fa: "\f4d8\f4d8"}.fa-square{--fa: "\f0c8";--fa--fa: "\f0c8\f0c8"}.fa-square-0{--fa: "\e255";--fa--fa: "\e255\e255"}.fa-square-1{--fa: "\e256";--fa--fa: "\e256\e256"}.fa-square-2{--fa: "\e257";--fa--fa: "\e257\e257"}.fa-square-3{--fa: "\e258";--fa--fa: "\e258\e258"}.fa-square-4{--fa: "\e259";--fa--fa: "\e259\e259"}.fa-square-5{--fa: "\e25a";--fa--fa: "\e25a\e25a"}.fa-square-6{--fa: "\e25b";--fa--fa: "\e25b\e25b"}.fa-square-7{--fa: "\e25c";--fa--fa: "\e25c\e25c"}.fa-square-8{--fa: "\e25d";--fa--fa: "\e25d\e25d"}.fa-square-9{--fa: "\e25e";--fa--fa: "\e25e\e25e"}.fa-square-a{--fa: "\e25f";--fa--fa: "\e25f\e25f"}.fa-square-a-lock{--fa: "\e44d";--fa--fa: "\e44d\e44d"}.fa-square-ampersand{--fa: "\e260";--fa--fa: "\e260\e260"}.fa-square-arrow-down{--fa: "\f339";--fa--fa: "\f339\f339"}.fa-square-arrow-down-left{--fa: "\e261";--fa--fa: "\e261\e261"}.fa-square-arrow-down-right{--fa: "\e262";--fa--fa: "\e262\e262"}.fa-square-arrow-left{--fa: "\f33a";--fa--fa: "\f33a\f33a"}.fa-square-arrow-right{--fa: "\f33b";--fa--fa: "\f33b\f33b"}.fa-square-arrow-up{--fa: "\f33c";--fa--fa: "\f33c\f33c"}.fa-square-arrow-up-left{--fa: "\e263";--fa--fa: "\e263\e263"}.fa-square-arrow-up-right{--fa: "\f14c";--fa--fa: "\f14c\f14c"}.fa-square-b{--fa: "\e264";--fa--fa: "\e264\e264"}.fa-square-binary{--fa: "\e69b";--fa--fa: "\e69b\e69b"}.fa-square-bolt{--fa: "\e265";--fa--fa: "\e265\e265"}.fa-square-c{--fa: "\e266";--fa--fa: "\e266\e266"}.fa-square-caret-down{--fa: "\f150";--fa--fa: "\f150\f150"}.fa-square-caret-left{--fa: "\f191";--fa--fa: "\f191\f191"}.fa-square-caret-right{--fa: "\f152";--fa--fa: "\f152\f152"}.fa-square-caret-up{--fa: "\f151";--fa--fa: "\f151\f151"}.fa-square-check{--fa: "\f14a";--fa--fa: "\f14a\f14a"}.fa-square-chevron-down{--fa: "\f329";--fa--fa: "\f329\f329"}.fa-square-chevron-left{--fa: "\f32a";--fa--fa: "\f32a\f32a"}.fa-square-chevron-right{--fa: "\f32b";--fa--fa: "\f32b\f32b"}.fa-square-chevron-up{--fa: "\f32c";--fa--fa: "\f32c\f32c"}.fa-square-code{--fa: "\e267";--fa--fa: "\e267\e267"}.fa-square-d{--fa: "\e268";--fa--fa: "\e268\e268"}.fa-square-dashed{--fa: "\e269";--fa--fa: "\e269\e269"}.fa-square-dashed-circle-plus{--fa: "\e5c2";--fa--fa: "\e5c2\e5c2"}.fa-square-divide{--fa: "\e26a";--fa--fa: "\e26a\e26a"}.fa-square-dollar{--fa: "\f2e9";--fa--fa: "\f2e9\f2e9"}.fa-square-down{--fa: "\f350";--fa--fa: "\f350\f350"}.fa-square-down-left{--fa: "\e26b";--fa--fa: "\e26b\e26b"}.fa-square-down-right{--fa: "\e26c";--fa--fa: "\e26c\e26c"}.fa-square-e{--fa: "\e26d";--fa--fa: "\e26d\e26d"}.fa-square-ellipsis{--fa: "\e26e";--fa--fa: "\e26e\e26e"}.fa-square-ellipsis-vertical{--fa: "\e26f";--fa--fa: "\e26f\e26f"}.fa-square-envelope{--fa: "\f199";--fa--fa: "\f199\f199"}.fa-square-exclamation{--fa: "\f321";--fa--fa: "\f321\f321"}.fa-square-f{--fa: "\e270";--fa--fa: "\e270\e270"}.fa-square-fragile{--fa: "\f49b";--fa--fa: "\f49b\f49b"}.fa-square-full{--fa: "\f45c";--fa--fa: "\f45c\f45c"}.fa-square-g{--fa: "\e271";--fa--fa: "\e271\e271"}.fa-square-h{--fa: "\f0fd";--fa--fa: "\f0fd\f0fd"}.fa-square-heart{--fa: "\f4c8";--fa--fa: "\f4c8\f4c8"}.fa-square-i{--fa: "\e272";--fa--fa: "\e272\e272"}.fa-square-info{--fa: "\f30f";--fa--fa: "\f30f\f30f"}.fa-square-j{--fa: "\e273";--fa--fa: "\e273\e273"}.fa-square-k{--fa: "\e274";--fa--fa: "\e274\e274"}.fa-square-kanban{--fa: "\e488";--fa--fa: "\e488\e488"}.fa-square-l{--fa: "\e275";--fa--fa: "\e275\e275"}.fa-square-left{--fa: "\f351";--fa--fa: "\f351\f351"}.fa-square-list{--fa: "\e489";--fa--fa: "\e489\e489"}.fa-square-m{--fa: "\e276";--fa--fa: "\e276\e276"}.fa-square-minus{--fa: "\f146";--fa--fa: "\f146\f146"}.fa-square-n{--fa: "\e277";--fa--fa: "\e277\e277"}.fa-square-nfi{--fa: "\e576";--fa--fa: "\e576\e576"}.fa-square-o{--fa: "\e278";--fa--fa: "\e278\e278"}.fa-square-p{--fa: "\e279";--fa--fa: "\e279\e279"}.fa-square-parking{--fa: "\f540";--fa--fa: "\f540\f540"}.fa-square-parking-slash{--fa: "\f617";--fa--fa: "\f617\f617"}.fa-square-pen{--fa: "\f14b";--fa--fa: "\f14b\f14b"}.fa-square-person-confined{--fa: "\e577";--fa--fa: "\e577\e577"}.fa-square-phone{--fa: "\f098";--fa--fa: "\f098\f098"}.fa-square-phone-flip{--fa: "\f87b";--fa--fa: "\f87b\f87b"}.fa-square-phone-hangup{--fa: "\e27a";--fa--fa: "\e27a\e27a"}.fa-square-plus{--fa: "\f0fe";--fa--fa: "\f0fe\f0fe"}.fa-square-poll-horizontal{--fa: "\f682";--fa--fa: "\f682\f682"}.fa-square-poll-vertical{--fa: "\f681";--fa--fa: "\f681\f681"}.fa-square-q{--fa: "\e27b";--fa--fa: "\e27b\e27b"}.fa-square-quarters{--fa: "\e44e";--fa--fa: "\e44e\e44e"}.fa-square-question{--fa: "\f2fd";--fa--fa: "\f2fd\f2fd"}.fa-square-quote{--fa: "\e329";--fa--fa: "\e329\e329"}.fa-square-r{--fa: "\e27c";--fa--fa: "\e27c\e27c"}.fa-square-right{--fa: "\f352";--fa--fa: "\f352\f352"}.fa-square-ring{--fa: "\e44f";--fa--fa: "\e44f\e44f"}.fa-square-root{--fa: "\f697";--fa--fa: "\f697\f697"}.fa-square-root-alt,.fa-square-root-variable{--fa: "\f698";--fa--fa: "\f698\f698"}.fa-square-rss{--fa: "\f143";--fa--fa: "\f143\f143"}.fa-square-s{--fa: "\e27d";--fa--fa: "\e27d\e27d"}.fa-square-share-nodes{--fa: "\f1e1";--fa--fa: "\f1e1\f1e1"}.fa-square-sliders{--fa: "\f3f0";--fa--fa: "\f3f0\f3f0"}.fa-square-sliders-vertical{--fa: "\f3f2";--fa--fa: "\f3f2\f3f2"}.fa-square-small{--fa: "\e27e";--fa--fa: "\e27e\e27e"}.fa-square-star{--fa: "\e27f";--fa--fa: "\e27f\e27f"}.fa-square-t{--fa: "\e280";--fa--fa: "\e280\e280"}.fa-square-terminal{--fa: "\e32a";--fa--fa: "\e32a\e32a"}.fa-square-this-way-up{--fa: "\f49f";--fa--fa: "\f49f\f49f"}.fa-square-u{--fa: "\e281";--fa--fa: "\e281\e281"}.fa-square-up{--fa: "\f353";--fa--fa: "\f353\f353"}.fa-square-up-left{--fa: "\e282";--fa--fa: "\e282\e282"}.fa-square-up-right{--fa: "\f360";--fa--fa: "\f360\f360"}.fa-square-user{--fa: "\e283";--fa--fa: "\e283\e283"}.fa-square-v{--fa: "\e284";--fa--fa: "\e284\e284"}.fa-square-virus{--fa: "\e578";--fa--fa: "\e578\e578"}.fa-square-w{--fa: "\e285";--fa--fa: "\e285\e285"}.fa-square-wine-glass-crack{--fa: "\f49b";--fa--fa: "\f49b\f49b"}.fa-square-x{--fa: "\e286";--fa--fa: "\e286\e286"}.fa-square-xmark{--fa: "\f2d3";--fa--fa: "\f2d3\f2d3"}.fa-square-y{--fa: "\e287";--fa--fa: "\e287\e287"}.fa-square-z{--fa: "\e288";--fa--fa: "\e288\e288"}.fa-squid{--fa: "\e450";--fa--fa: "\e450\e450"}.fa-squirrel{--fa: "\f71a";--fa--fa: "\f71a\f71a"}.fa-staff{--fa: "\f71b";--fa--fa: "\f71b\f71b"}.fa-staff-aesculapius,.fa-staff-snake{--fa: "\e579";--fa--fa: "\e579\e579"}.fa-stairs{--fa: "\e289";--fa--fa: "\e289\e289"}.fa-stamp{--fa: "\f5bf";--fa--fa: "\f5bf\f5bf"}.fa-standard-definition{--fa: "\e28a";--fa--fa: "\e28a\e28a"}.fa-stapler{--fa: "\e5af";--fa--fa: "\e5af\e5af"}.fa-star{--fa: "\f005";--fa--fa: "\f005\f005"}.fa-star-and-crescent{--fa: "\f699";--fa--fa: "\f699\f699"}.fa-star-christmas{--fa: "\f7d4";--fa--fa: "\f7d4\f7d4"}.fa-star-circle{--fa: "\e123";--fa--fa: "\e123\e123"}.fa-star-exclamation{--fa: "\f2f3";--fa--fa: "\f2f3\f2f3"}.fa-star-half{--fa: "\f089";--fa--fa: "\f089\f089"}.fa-star-half-alt,.fa-star-half-stroke{--fa: "\f5c0";--fa--fa: "\f5c0\f5c0"}.fa-star-of-david{--fa: "\f69a";--fa--fa: "\f69a\f69a"}.fa-star-of-life{--fa: "\f621";--fa--fa: "\f621\f621"}.fa-star-sharp{--fa: "\e28b";--fa--fa: "\e28b\e28b"}.fa-star-sharp-half{--fa: "\e28c";--fa--fa: "\e28c\e28c"}.fa-star-sharp-half-alt,.fa-star-sharp-half-stroke{--fa: "\e28d";--fa--fa: "\e28d\e28d"}.fa-star-shooting{--fa: "\e036";--fa--fa: "\e036\e036"}.fa-starfighter{--fa: "\e037";--fa--fa: "\e037\e037"}.fa-starfighter-alt{--fa: "\e038";--fa--fa: "\e038\e038"}.fa-starfighter-alt-advanced{--fa: "\e28e";--fa--fa: "\e28e\e28e"}.fa-starfighter-twin-ion-engine{--fa: "\e038";--fa--fa: "\e038\e038"}.fa-starfighter-twin-ion-engine-advanced{--fa: "\e28e";--fa--fa: "\e28e\e28e"}.fa-stars{--fa: "\f762";--fa--fa: "\f762\f762"}.fa-starship{--fa: "\e039";--fa--fa: "\e039\e039"}.fa-starship-freighter{--fa: "\e03a";--fa--fa: "\e03a\e03a"}.fa-steak{--fa: "\f824";--fa--fa: "\f824\f824"}.fa-steering-wheel{--fa: "\f622";--fa--fa: "\f622\f622"}.fa-step-backward{--fa: "\f048";--fa--fa: "\f048\f048"}.fa-step-forward{--fa: "\f051";--fa--fa: "\f051\f051"}.fa-sterling-sign{--fa: "\f154";--fa--fa: "\f154\f154"}.fa-stethoscope{--fa: "\f0f1";--fa--fa: "\f0f1\f0f1"}.fa-sticky-note{--fa: "\f249";--fa--fa: "\f249\f249"}.fa-stocking{--fa: "\f7d5";--fa--fa: "\f7d5\f7d5"}.fa-stomach{--fa: "\f623";--fa--fa: "\f623\f623"}.fa-stop{--fa: "\f04d";--fa--fa: "\f04d\f04d"}.fa-stop-circle{--fa: "\f28d";--fa--fa: "\f28d\f28d"}.fa-stopwatch{--fa: "\f2f2";--fa--fa: "\f2f2\f2f2"}.fa-stopwatch-20{--fa: "\e06f";--fa--fa: "\e06f\e06f"}.fa-store{--fa: "\f54e";--fa--fa: "\f54e\f54e"}.fa-store-alt{--fa: "\f54f";--fa--fa: "\f54f\f54f"}.fa-store-alt-slash{--fa: "\e070";--fa--fa: "\e070\e070"}.fa-store-lock{--fa: "\e4a6";--fa--fa: "\e4a6\e4a6"}.fa-store-slash{--fa: "\e071";--fa--fa: "\e071\e071"}.fa-strawberry{--fa: "\e32b";--fa--fa: "\e32b\e32b"}.fa-stream{--fa: "\f550";--fa--fa: "\f550\f550"}.fa-street-view{--fa: "\f21d";--fa--fa: "\f21d\f21d"}.fa-stretcher{--fa: "\f825";--fa--fa: "\f825\f825"}.fa-strikethrough{--fa: "\f0cc";--fa--fa: "\f0cc\f0cc"}.fa-stroopwafel{--fa: "\f551";--fa--fa: "\f551\f551"}.fa-subscript{--fa: "\f12c";--fa--fa: "\f12c\f12c"}.fa-subtitles{--fa: "\e60f";--fa--fa: "\e60f\e60f"}.fa-subtitles-slash{--fa: "\e610";--fa--fa: "\e610\e610"}.fa-subtract{--fa: "\f068";--fa--fa: "\f068\f068"}.fa-subway{--fa: "\f239";--fa--fa: "\f239\f239"}.fa-subway-tunnel{--fa: "\e2a3";--fa--fa: "\e2a3\e2a3"}.fa-suitcase{--fa: "\f0f2";--fa--fa: "\f0f2\f0f2"}.fa-suitcase-medical{--fa: "\f0fa";--fa--fa: "\f0fa\f0fa"}.fa-suitcase-rolling{--fa: "\f5c1";--fa--fa: "\f5c1\f5c1"}.fa-sun{--fa: "\f185";--fa--fa: "\f185\f185"}.fa-sun-alt,.fa-sun-bright{--fa: "\e28f";--fa--fa: "\e28f\e28f"}.fa-sun-cloud{--fa: "\f763";--fa--fa: "\f763\f763"}.fa-sun-dust{--fa: "\f764";--fa--fa: "\f764\f764"}.fa-sun-haze{--fa: "\f765";--fa--fa: "\f765\f765"}.fa-sun-plant-wilt{--fa: "\e57a";--fa--fa: "\e57a\e57a"}.fa-sunglasses{--fa: "\f892";--fa--fa: "\f892\f892"}.fa-sunrise{--fa: "\f766";--fa--fa: "\f766\f766"}.fa-sunset{--fa: "\f767";--fa--fa: "\f767\f767"}.fa-superscript{--fa: "\f12b";--fa--fa: "\f12b\f12b"}.fa-surprise{--fa: "\f5c2";--fa--fa: "\f5c2\f5c2"}.fa-sushi{--fa: "\e48a";--fa--fa: "\e48a\e48a"}.fa-sushi-roll{--fa: "\e48b";--fa--fa: "\e48b\e48b"}.fa-swap{--fa: "\e609";--fa--fa: "\e609\e609"}.fa-swap-arrows{--fa: "\e60a";--fa--fa: "\e60a\e60a"}.fa-swatchbook{--fa: "\f5c3";--fa--fa: "\f5c3\f5c3"}.fa-swimmer{--fa: "\f5c4";--fa--fa: "\f5c4\f5c4"}.fa-swimming-pool{--fa: "\f5c5";--fa--fa: "\f5c5\f5c5"}.fa-sword{--fa: "\f71c";--fa--fa: "\f71c\f71c"}.fa-sword-laser{--fa: "\e03b";--fa--fa: "\e03b\e03b"}.fa-sword-laser-alt{--fa: "\e03c";--fa--fa: "\e03c\e03c"}.fa-swords{--fa: "\f71d";--fa--fa: "\f71d\f71d"}.fa-swords-laser{--fa: "\e03d";--fa--fa: "\e03d\e03d"}.fa-symbols{--fa: "\f86e";--fa--fa: "\f86e\f86e"}.fa-synagogue{--fa: "\f69b";--fa--fa: "\f69b\f69b"}.fa-sync{--fa: "\f021";--fa--fa: "\f021\f021"}.fa-sync-alt{--fa: "\f2f1";--fa--fa: "\f2f1\f2f1"}.fa-syringe{--fa: "\f48e";--fa--fa: "\f48e\f48e"}.fa-t{--fa: "T";--fa--fa: "TT"}.fa-t-rex{--fa: "\e629";--fa--fa: "\e629\e629"}.fa-t-shirt{--fa: "\f553";--fa--fa: "\f553\f553"}.fa-table{--fa: "\f0ce";--fa--fa: "\f0ce\f0ce"}.fa-table-cells{--fa: "\f00a";--fa--fa: "\f00a\f00a"}.fa-table-cells-column-lock{--fa: "\e678";--fa--fa: "\e678\e678"}.fa-table-cells-column-unlock{--fa: "\e690";--fa--fa: "\e690\e690"}.fa-table-cells-large{--fa: "\f009";--fa--fa: "\f009\f009"}.fa-table-cells-lock{--fa: "\e679";--fa--fa: "\e679\e679"}.fa-table-cells-row-lock{--fa: "\e67a";--fa--fa: "\e67a\e67a"}.fa-table-cells-row-unlock{--fa: "\e691";--fa--fa: "\e691\e691"}.fa-table-cells-unlock{--fa: "\e692";--fa--fa: "\e692\e692"}.fa-table-columns{--fa: "\f0db";--fa--fa: "\f0db\f0db"}.fa-table-layout{--fa: "\e290";--fa--fa: "\e290\e290"}.fa-table-list{--fa: "\f00b";--fa--fa: "\f00b\f00b"}.fa-table-picnic{--fa: "\e32d";--fa--fa: "\e32d\e32d"}.fa-table-pivot{--fa: "\e291";--fa--fa: "\e291\e291"}.fa-table-rows{--fa: "\e292";--fa--fa: "\e292\e292"}.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa: "\f45d";--fa--fa: "\f45d\f45d"}.fa-table-tree{--fa: "\e293";--fa--fa: "\e293\e293"}.fa-tablet{--fa: "\f3fb";--fa--fa: "\f3fb\f3fb"}.fa-tablet-alt{--fa: "\f3fa";--fa--fa: "\f3fa\f3fa"}.fa-tablet-android{--fa: "\f3fb";--fa--fa: "\f3fb\f3fb"}.fa-tablet-android-alt{--fa: "\f3fc";--fa--fa: "\f3fc\f3fc"}.fa-tablet-button{--fa: "\f10a";--fa--fa: "\f10a\f10a"}.fa-tablet-rugged{--fa: "\f48f";--fa--fa: "\f48f\f48f"}.fa-tablet-screen{--fa: "\f3fc";--fa--fa: "\f3fc\f3fc"}.fa-tablet-screen-button{--fa: "\f3fa";--fa--fa: "\f3fa\f3fa"}.fa-tablets{--fa: "\f490";--fa--fa: "\f490\f490"}.fa-tachograph-digital{--fa: "\f566";--fa--fa: "\f566\f566"}.fa-tachometer{--fa: "\f62a";--fa--fa: "\f62a\f62a"}.fa-tachometer-alt{--fa: "\f625";--fa--fa: "\f625\f625"}.fa-tachometer-alt-average{--fa: "\f624";--fa--fa: "\f624\f624"}.fa-tachometer-alt-fast{--fa: "\f625";--fa--fa: "\f625\f625"}.fa-tachometer-alt-fastest{--fa: "\f626";--fa--fa: "\f626\f626"}.fa-tachometer-alt-slow{--fa: "\f627";--fa--fa: "\f627\f627"}.fa-tachometer-alt-slowest{--fa: "\f628";--fa--fa: "\f628\f628"}.fa-tachometer-average{--fa: "\f629";--fa--fa: "\f629\f629"}.fa-tachometer-fast{--fa: "\f62a";--fa--fa: "\f62a\f62a"}.fa-tachometer-fastest{--fa: "\f62b";--fa--fa: "\f62b\f62b"}.fa-tachometer-slow{--fa: "\f62c";--fa--fa: "\f62c\f62c"}.fa-tachometer-slowest{--fa: "\f62d";--fa--fa: "\f62d\f62d"}.fa-taco{--fa: "\f826";--fa--fa: "\f826\f826"}.fa-tag{--fa: "\f02b";--fa--fa: "\f02b\f02b"}.fa-tags{--fa: "\f02c";--fa--fa: "\f02c\f02c"}.fa-tally{--fa: "\f69c";--fa--fa: "\f69c\f69c"}.fa-tally-1{--fa: "\e294";--fa--fa: "\e294\e294"}.fa-tally-2{--fa: "\e295";--fa--fa: "\e295\e295"}.fa-tally-3{--fa: "\e296";--fa--fa: "\e296\e296"}.fa-tally-4{--fa: "\e297";--fa--fa: "\e297\e297"}.fa-tally-5{--fa: "\f69c";--fa--fa: "\f69c\f69c"}.fa-tamale{--fa: "\e451";--fa--fa: "\e451\e451"}.fa-tanakh{--fa: "\f827";--fa--fa: "\f827\f827"}.fa-tank-water{--fa: "\e452";--fa--fa: "\e452\e452"}.fa-tape{--fa: "\f4db";--fa--fa: "\f4db\f4db"}.fa-tarp{--fa: "\e57b";--fa--fa: "\e57b\e57b"}.fa-tarp-droplet{--fa: "\e57c";--fa--fa: "\e57c\e57c"}.fa-tasks{--fa: "\f0ae";--fa--fa: "\f0ae\f0ae"}.fa-tasks-alt{--fa: "\f828";--fa--fa: "\f828\f828"}.fa-taxi{--fa: "\f1ba";--fa--fa: "\f1ba\f1ba"}.fa-taxi-bus{--fa: "\e298";--fa--fa: "\e298\e298"}.fa-teddy-bear{--fa: "\e3cf";--fa--fa: "\e3cf\e3cf"}.fa-teeth{--fa: "\f62e";--fa--fa: "\f62e\f62e"}.fa-teeth-open{--fa: "\f62f";--fa--fa: "\f62f\f62f"}.fa-telescope{--fa: "\e03e";--fa--fa: "\e03e\e03e"}.fa-teletype{--fa: "\f1e4";--fa--fa: "\f1e4\f1e4"}.fa-teletype-answer{--fa: "\e2b9";--fa--fa: "\e2b9\e2b9"}.fa-television{--fa: "\f26c";--fa--fa: "\f26c\f26c"}.fa-temperature-0{--fa: "\f2cb";--fa--fa: "\f2cb\f2cb"}.fa-temperature-1{--fa: "\f2ca";--fa--fa: "\f2ca\f2ca"}.fa-temperature-2{--fa: "\f2c9";--fa--fa: "\f2c9\f2c9"}.fa-temperature-3{--fa: "\f2c8";--fa--fa: "\f2c8\f2c8"}.fa-temperature-4{--fa: "\f2c7";--fa--fa: "\f2c7\f2c7"}.fa-temperature-arrow-down{--fa: "\e03f";--fa--fa: "\e03f\e03f"}.fa-temperature-arrow-up{--fa: "\e040";--fa--fa: "\e040\e040"}.fa-temperature-down{--fa: "\e03f";--fa--fa: "\e03f\e03f"}.fa-temperature-empty{--fa: "\f2cb";--fa--fa: "\f2cb\f2cb"}.fa-temperature-frigid{--fa: "\f768";--fa--fa: "\f768\f768"}.fa-temperature-full{--fa: "\f2c7";--fa--fa: "\f2c7\f2c7"}.fa-temperature-half{--fa: "\f2c9";--fa--fa: "\f2c9\f2c9"}.fa-temperature-high{--fa: "\f769";--fa--fa: "\f769\f769"}.fa-temperature-hot{--fa: "\f76a";--fa--fa: "\f76a\f76a"}.fa-temperature-list{--fa: "\e299";--fa--fa: "\e299\e299"}.fa-temperature-low{--fa: "\f76b";--fa--fa: "\f76b\f76b"}.fa-temperature-quarter{--fa: "\f2ca";--fa--fa: "\f2ca\f2ca"}.fa-temperature-snow{--fa: "\f768";--fa--fa: "\f768\f768"}.fa-temperature-sun{--fa: "\f76a";--fa--fa: "\f76a\f76a"}.fa-temperature-three-quarters{--fa: "\f2c8";--fa--fa: "\f2c8\f2c8"}.fa-temperature-up{--fa: "\e040";--fa--fa: "\e040\e040"}.fa-tenge,.fa-tenge-sign{--fa: "\f7d7";--fa--fa: "\f7d7\f7d7"}.fa-tennis-ball{--fa: "\f45e";--fa--fa: "\f45e\f45e"}.fa-tent{--fa: "\e57d";--fa--fa: "\e57d\e57d"}.fa-tent-arrow-down-to-line{--fa: "\e57e";--fa--fa: "\e57e\e57e"}.fa-tent-arrow-left-right{--fa: "\e57f";--fa--fa: "\e57f\e57f"}.fa-tent-arrow-turn-left{--fa: "\e580";--fa--fa: "\e580\e580"}.fa-tent-arrows-down{--fa: "\e581";--fa--fa: "\e581\e581"}.fa-tent-double-peak{--fa: "\e627";--fa--fa: "\e627\e627"}.fa-tents{--fa: "\e582";--fa--fa: "\e582\e582"}.fa-terminal{--fa: "\f120";--fa--fa: "\f120\f120"}.fa-text{--fa: "\f893";--fa--fa: "\f893\f893"}.fa-text-height{--fa: "\f034";--fa--fa: "\f034\f034"}.fa-text-size{--fa: "\f894";--fa--fa: "\f894\f894"}.fa-text-slash{--fa: "\f87d";--fa--fa: "\f87d\f87d"}.fa-text-width{--fa: "\f035";--fa--fa: "\f035\f035"}.fa-th{--fa: "\f00a";--fa--fa: "\f00a\f00a"}.fa-th-large{--fa: "\f009";--fa--fa: "\f009\f009"}.fa-th-list{--fa: "\f00b";--fa--fa: "\f00b\f00b"}.fa-theater-masks{--fa: "\f630";--fa--fa: "\f630\f630"}.fa-thermometer{--fa: "\f491";--fa--fa: "\f491\f491"}.fa-thermometer-0{--fa: "\f2cb";--fa--fa: "\f2cb\f2cb"}.fa-thermometer-1{--fa: "\f2ca";--fa--fa: "\f2ca\f2ca"}.fa-thermometer-2{--fa: "\f2c9";--fa--fa: "\f2c9\f2c9"}.fa-thermometer-3{--fa: "\f2c8";--fa--fa: "\f2c8\f2c8"}.fa-thermometer-4{--fa: "\f2c7";--fa--fa: "\f2c7\f2c7"}.fa-thermometer-empty{--fa: "\f2cb";--fa--fa: "\f2cb\f2cb"}.fa-thermometer-full{--fa: "\f2c7";--fa--fa: "\f2c7\f2c7"}.fa-thermometer-half{--fa: "\f2c9";--fa--fa: "\f2c9\f2c9"}.fa-thermometer-quarter{--fa: "\f2ca";--fa--fa: "\f2ca\f2ca"}.fa-thermometer-three-quarters{--fa: "\f2c8";--fa--fa: "\f2c8\f2c8"}.fa-theta{--fa: "\f69e";--fa--fa: "\f69e\f69e"}.fa-thought-bubble{--fa: "\e32e";--fa--fa: "\e32e\e32e"}.fa-thumb-tack{--fa: "\f08d";--fa--fa: "\f08d\f08d"}.fa-thumb-tack-slash{--fa: "\e68f";--fa--fa: "\e68f\e68f"}.fa-thumbs-down{--fa: "\f165";--fa--fa: "\f165\f165"}.fa-thumbs-up{--fa: "\f164";--fa--fa: "\f164\f164"}.fa-thumbtack{--fa: "\f08d";--fa--fa: "\f08d\f08d"}.fa-thumbtack-slash{--fa: "\e68f";--fa--fa: "\e68f\e68f"}.fa-thunderstorm{--fa: "\f76c";--fa--fa: "\f76c\f76c"}.fa-thunderstorm-moon{--fa: "\f76d";--fa--fa: "\f76d\f76d"}.fa-thunderstorm-sun{--fa: "\f76e";--fa--fa: "\f76e\f76e"}.fa-tick{--fa: "\e32f";--fa--fa: "\e32f\e32f"}.fa-ticket{--fa: "\f145";--fa--fa: "\f145\f145"}.fa-ticket-airline{--fa: "\e29a";--fa--fa: "\e29a\e29a"}.fa-ticket-alt{--fa: "\f3ff";--fa--fa: "\f3ff\f3ff"}.fa-ticket-perforated{--fa: "\e63e";--fa--fa: "\e63e\e63e"}.fa-ticket-perforated-plane,.fa-ticket-plane{--fa: "\e29a";--fa--fa: "\e29a\e29a"}.fa-ticket-simple{--fa: "\f3ff";--fa--fa: "\f3ff\f3ff"}.fa-tickets{--fa: "\e658";--fa--fa: "\e658\e658"}.fa-tickets-airline{--fa: "\e29b";--fa--fa: "\e29b\e29b"}.fa-tickets-perforated{--fa: "\e63f";--fa--fa: "\e63f\e63f"}.fa-tickets-perforated-plane,.fa-tickets-plane{--fa: "\e29b";--fa--fa: "\e29b\e29b"}.fa-tickets-simple{--fa: "\e659";--fa--fa: "\e659\e659"}.fa-tilde{--fa: "~";--fa--fa: "~~"}.fa-timeline{--fa: "\e29c";--fa--fa: "\e29c\e29c"}.fa-timeline-arrow{--fa: "\e29d";--fa--fa: "\e29d\e29d"}.fa-timer{--fa: "\e29e";--fa--fa: "\e29e\e29e"}.fa-times{--fa: "\f00d";--fa--fa: "\f00d\f00d"}.fa-times-circle{--fa: "\f057";--fa--fa: "\f057\f057"}.fa-times-hexagon{--fa: "\f2ee";--fa--fa: "\f2ee\f2ee"}.fa-times-octagon{--fa: "\f2f0";--fa--fa: "\f2f0\f2f0"}.fa-times-rectangle{--fa: "\f410";--fa--fa: "\f410\f410"}.fa-times-square{--fa: "\f2d3";--fa--fa: "\f2d3\f2d3"}.fa-times-to-slot{--fa: "\f771";--fa--fa: "\f771\f771"}.fa-tint{--fa: "\f043";--fa--fa: "\f043\f043"}.fa-tint-slash{--fa: "\f5c7";--fa--fa: "\f5c7\f5c7"}.fa-tire{--fa: "\f631";--fa--fa: "\f631\f631"}.fa-tire-flat{--fa: "\f632";--fa--fa: "\f632\f632"}.fa-tire-pressure-warning{--fa: "\f633";--fa--fa: "\f633\f633"}.fa-tire-rugged{--fa: "\f634";--fa--fa: "\f634\f634"}.fa-tired{--fa: "\f5c8";--fa--fa: "\f5c8\f5c8"}.fa-toggle-large-off{--fa: "\e5b0";--fa--fa: "\e5b0\e5b0"}.fa-toggle-large-on{--fa: "\e5b1";--fa--fa: "\e5b1\e5b1"}.fa-toggle-off{--fa: "\f204";--fa--fa: "\f204\f204"}.fa-toggle-on{--fa: "\f205";--fa--fa: "\f205\f205"}.fa-toilet{--fa: "\f7d8";--fa--fa: "\f7d8\f7d8"}.fa-toilet-paper{--fa: "\f71e";--fa--fa: "\f71e\f71e"}.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa: "\f71f";--fa--fa: "\f71f\f71f"}.fa-toilet-paper-blank-under{--fa: "\e29f";--fa--fa: "\e29f\e29f"}.fa-toilet-paper-check{--fa: "\e5b2";--fa--fa: "\e5b2\e5b2"}.fa-toilet-paper-reverse{--fa: "\e2a0";--fa--fa: "\e2a0\e2a0"}.fa-toilet-paper-reverse-alt{--fa: "\e29f";--fa--fa: "\e29f\e29f"}.fa-toilet-paper-reverse-slash{--fa: "\e2a1";--fa--fa: "\e2a1\e2a1"}.fa-toilet-paper-slash{--fa: "\e072";--fa--fa: "\e072\e072"}.fa-toilet-paper-under{--fa: "\e2a0";--fa--fa: "\e2a0\e2a0"}.fa-toilet-paper-under-slash{--fa: "\e2a1";--fa--fa: "\e2a1\e2a1"}.fa-toilet-paper-xmark{--fa: "\e5b3";--fa--fa: "\e5b3\e5b3"}.fa-toilet-portable{--fa: "\e583";--fa--fa: "\e583\e583"}.fa-toilets-portable{--fa: "\e584";--fa--fa: "\e584\e584"}.fa-tomato{--fa: "\e330";--fa--fa: "\e330\e330"}.fa-tombstone{--fa: "\f720";--fa--fa: "\f720\f720"}.fa-tombstone-alt,.fa-tombstone-blank{--fa: "\f721";--fa--fa: "\f721\f721"}.fa-toolbox{--fa: "\f552";--fa--fa: "\f552\f552"}.fa-tools{--fa: "\f7d9";--fa--fa: "\f7d9\f7d9"}.fa-tooth{--fa: "\f5c9";--fa--fa: "\f5c9\f5c9"}.fa-toothbrush{--fa: "\f635";--fa--fa: "\f635\f635"}.fa-torah{--fa: "\f6a0";--fa--fa: "\f6a0\f6a0"}.fa-torii-gate{--fa: "\f6a1";--fa--fa: "\f6a1\f6a1"}.fa-tornado{--fa: "\f76f";--fa--fa: "\f76f\f76f"}.fa-tower-broadcast{--fa: "\f519";--fa--fa: "\f519\f519"}.fa-tower-cell{--fa: "\e585";--fa--fa: "\e585\e585"}.fa-tower-control{--fa: "\e2a2";--fa--fa: "\e2a2\e2a2"}.fa-tower-observation{--fa: "\e586";--fa--fa: "\e586\e586"}.fa-tractor{--fa: "\f722";--fa--fa: "\f722\f722"}.fa-trademark{--fa: "\f25c";--fa--fa: "\f25c\f25c"}.fa-traffic-cone{--fa: "\f636";--fa--fa: "\f636\f636"}.fa-traffic-light{--fa: "\f637";--fa--fa: "\f637\f637"}.fa-traffic-light-go{--fa: "\f638";--fa--fa: "\f638\f638"}.fa-traffic-light-slow{--fa: "\f639";--fa--fa: "\f639\f639"}.fa-traffic-light-stop{--fa: "\f63a";--fa--fa: "\f63a\f63a"}.fa-trailer{--fa: "\e041";--fa--fa: "\e041\e041"}.fa-train{--fa: "\f238";--fa--fa: "\f238\f238"}.fa-train-subway{--fa: "\f239";--fa--fa: "\f239\f239"}.fa-train-subway-tunnel{--fa: "\e2a3";--fa--fa: "\e2a3\e2a3"}.fa-train-track{--fa: "\e453";--fa--fa: "\e453\e453"}.fa-train-tram{--fa: "\e5b4";--fa--fa: "\e5b4\e5b4"}.fa-train-tunnel{--fa: "\e454";--fa--fa: "\e454\e454"}.fa-tram{--fa: "\f7da";--fa--fa: "\f7da\f7da"}.fa-transformer-bolt{--fa: "\e2a4";--fa--fa: "\e2a4\e2a4"}.fa-transgender,.fa-transgender-alt{--fa: "\f225";--fa--fa: "\f225\f225"}.fa-transporter{--fa: "\e042";--fa--fa: "\e042\e042"}.fa-transporter-1{--fa: "\e043";--fa--fa: "\e043\e043"}.fa-transporter-2{--fa: "\e044";--fa--fa: "\e044\e044"}.fa-transporter-3{--fa: "\e045";--fa--fa: "\e045\e045"}.fa-transporter-4{--fa: "\e2a5";--fa--fa: "\e2a5\e2a5"}.fa-transporter-5{--fa: "\e2a6";--fa--fa: "\e2a6\e2a6"}.fa-transporter-6{--fa: "\e2a7";--fa--fa: "\e2a7\e2a7"}.fa-transporter-7{--fa: "\e2a8";--fa--fa: "\e2a8\e2a8"}.fa-transporter-empty{--fa: "\e046";--fa--fa: "\e046\e046"}.fa-trash{--fa: "\f1f8";--fa--fa: "\f1f8\f1f8"}.fa-trash-alt{--fa: "\f2ed";--fa--fa: "\f2ed\f2ed"}.fa-trash-alt-slash{--fa: "\e2ad";--fa--fa: "\e2ad\e2ad"}.fa-trash-arrow-turn-left{--fa: "\f895";--fa--fa: "\f895\f895"}.fa-trash-arrow-up{--fa: "\f829";--fa--fa: "\f829\f829"}.fa-trash-can{--fa: "\f2ed";--fa--fa: "\f2ed\f2ed"}.fa-trash-can-arrow-turn-left{--fa: "\f896";--fa--fa: "\f896\f896"}.fa-trash-can-arrow-up{--fa: "\f82a";--fa--fa: "\f82a\f82a"}.fa-trash-can-check{--fa: "\e2a9";--fa--fa: "\e2a9\e2a9"}.fa-trash-can-clock{--fa: "\e2aa";--fa--fa: "\e2aa\e2aa"}.fa-trash-can-list{--fa: "\e2ab";--fa--fa: "\e2ab\e2ab"}.fa-trash-can-plus{--fa: "\e2ac";--fa--fa: "\e2ac\e2ac"}.fa-trash-can-slash{--fa: "\e2ad";--fa--fa: "\e2ad\e2ad"}.fa-trash-can-undo{--fa: "\f896";--fa--fa: "\f896\f896"}.fa-trash-can-xmark{--fa: "\e2ae";--fa--fa: "\e2ae\e2ae"}.fa-trash-check{--fa: "\e2af";--fa--fa: "\e2af\e2af"}.fa-trash-circle{--fa: "\e126";--fa--fa: "\e126\e126"}.fa-trash-clock{--fa: "\e2b0";--fa--fa: "\e2b0\e2b0"}.fa-trash-list{--fa: "\e2b1";--fa--fa: "\e2b1\e2b1"}.fa-trash-plus{--fa: "\e2b2";--fa--fa: "\e2b2\e2b2"}.fa-trash-restore{--fa: "\f829";--fa--fa: "\f829\f829"}.fa-trash-restore-alt{--fa: "\f82a";--fa--fa: "\f82a\f82a"}.fa-trash-slash{--fa: "\e2b3";--fa--fa: "\e2b3\e2b3"}.fa-trash-undo{--fa: "\f895";--fa--fa: "\f895\f895"}.fa-trash-undo-alt{--fa: "\f896";--fa--fa: "\f896\f896"}.fa-trash-xmark{--fa: "\e2b4";--fa--fa: "\e2b4\e2b4"}.fa-treasure-chest{--fa: "\f723";--fa--fa: "\f723\f723"}.fa-tree{--fa: "\f1bb";--fa--fa: "\f1bb\f1bb"}.fa-tree-alt{--fa: "\f400";--fa--fa: "\f400\f400"}.fa-tree-christmas{--fa: "\f7db";--fa--fa: "\f7db\f7db"}.fa-tree-city{--fa: "\e587";--fa--fa: "\e587\e587"}.fa-tree-deciduous{--fa: "\f400";--fa--fa: "\f400\f400"}.fa-tree-decorated{--fa: "\f7dc";--fa--fa: "\f7dc\f7dc"}.fa-tree-large{--fa: "\f7dd";--fa--fa: "\f7dd\f7dd"}.fa-tree-palm{--fa: "\f82b";--fa--fa: "\f82b\f82b"}.fa-trees{--fa: "\f724";--fa--fa: "\f724\f724"}.fa-trian-balbot{--fa: "\e45c";--fa--fa: "\e45c\e45c"}.fa-triangle{--fa: "\f2ec";--fa--fa: "\f2ec\f2ec"}.fa-triangle-circle-square{--fa: "\f61f";--fa--fa: "\f61f\f61f"}.fa-triangle-exclamation{--fa: "\f071";--fa--fa: "\f071\f071"}.fa-triangle-instrument,.fa-triangle-music{--fa: "\f8e2";--fa--fa: "\f8e2\f8e2"}.fa-triangle-person-digging{--fa: "\f85d";--fa--fa: "\f85d\f85d"}.fa-tricycle{--fa: "\e5c3";--fa--fa: "\e5c3\e5c3"}.fa-tricycle-adult{--fa: "\e5c4";--fa--fa: "\e5c4\e5c4"}.fa-trillium{--fa: "\e588";--fa--fa: "\e588\e588"}.fa-trophy{--fa: "\f091";--fa--fa: "\f091\f091"}.fa-trophy-alt,.fa-trophy-star{--fa: "\f2eb";--fa--fa: "\f2eb\f2eb"}.fa-trowel{--fa: "\e589";--fa--fa: "\e589\e589"}.fa-trowel-bricks{--fa: "\e58a";--fa--fa: "\e58a\e58a"}.fa-truck{--fa: "\f0d1";--fa--fa: "\f0d1\f0d1"}.fa-truck-arrow-right{--fa: "\e58b";--fa--fa: "\e58b\e58b"}.fa-truck-bolt{--fa: "\e3d0";--fa--fa: "\e3d0\e3d0"}.fa-truck-clock{--fa: "\f48c";--fa--fa: "\f48c\f48c"}.fa-truck-container{--fa: "\f4dc";--fa--fa: "\f4dc\f4dc"}.fa-truck-container-empty{--fa: "\e2b5";--fa--fa: "\e2b5\e2b5"}.fa-truck-couch{--fa: "\f4dd";--fa--fa: "\f4dd\f4dd"}.fa-truck-droplet{--fa: "\e58c";--fa--fa: "\e58c\e58c"}.fa-truck-fast{--fa: "\f48b";--fa--fa: "\f48b\f48b"}.fa-truck-field{--fa: "\e58d";--fa--fa: "\e58d\e58d"}.fa-truck-field-un{--fa: "\e58e";--fa--fa: "\e58e\e58e"}.fa-truck-fire{--fa: "\e65a";--fa--fa: "\e65a\e65a"}.fa-truck-flatbed{--fa: "\e2b6";--fa--fa: "\e2b6\e2b6"}.fa-truck-front{--fa: "\e2b7";--fa--fa: "\e2b7\e2b7"}.fa-truck-ladder{--fa: "\e657";--fa--fa: "\e657\e657"}.fa-truck-loading{--fa: "\f4de";--fa--fa: "\f4de\f4de"}.fa-truck-medical{--fa: "\f0f9";--fa--fa: "\f0f9\f0f9"}.fa-truck-monster{--fa: "\f63b";--fa--fa: "\f63b\f63b"}.fa-truck-moving{--fa: "\f4df";--fa--fa: "\f4df\f4df"}.fa-truck-pickup{--fa: "\f63c";--fa--fa: "\f63c\f63c"}.fa-truck-plane{--fa: "\e58f";--fa--fa: "\e58f\e58f"}.fa-truck-plow{--fa: "\f7de";--fa--fa: "\f7de\f7de"}.fa-truck-ramp{--fa: "\f4e0";--fa--fa: "\f4e0\f4e0"}.fa-truck-ramp-box{--fa: "\f4de";--fa--fa: "\f4de\f4de"}.fa-truck-ramp-couch{--fa: "\f4dd";--fa--fa: "\f4dd\f4dd"}.fa-truck-tow{--fa: "\e2b8";--fa--fa: "\e2b8\e2b8"}.fa-truck-utensils{--fa: "\e628";--fa--fa: "\e628\e628"}.fa-trumpet{--fa: "\f8e3";--fa--fa: "\f8e3\f8e3"}.fa-try{--fa: "\e2bb";--fa--fa: "\e2bb\e2bb"}.fa-tshirt{--fa: "\f553";--fa--fa: "\f553\f553"}.fa-tty{--fa: "\f1e4";--fa--fa: "\f1e4\f1e4"}.fa-tty-answer{--fa: "\e2b9";--fa--fa: "\e2b9\e2b9"}.fa-tugrik-sign{--fa: "\e2ba";--fa--fa: "\e2ba\e2ba"}.fa-turkey{--fa: "\f725";--fa--fa: "\f725\f725"}.fa-turkish-lira,.fa-turkish-lira-sign{--fa: "\e2bb";--fa--fa: "\e2bb\e2bb"}.fa-turn-down{--fa: "\f3be";--fa--fa: "\f3be\f3be"}.fa-turn-down-left{--fa: "\e331";--fa--fa: "\e331\e331"}.fa-turn-down-right{--fa: "\e455";--fa--fa: "\e455\e455"}.fa-turn-left{--fa: "\e636";--fa--fa: "\e636\e636"}.fa-turn-left-down{--fa: "\e637";--fa--fa: "\e637\e637"}.fa-turn-left-up{--fa: "\e638";--fa--fa: "\e638\e638"}.fa-turn-right{--fa: "\e639";--fa--fa: "\e639\e639"}.fa-turn-up{--fa: "\f3bf";--fa--fa: "\f3bf\f3bf"}.fa-turntable{--fa: "\f8e4";--fa--fa: "\f8e4\f8e4"}.fa-turtle{--fa: "\f726";--fa--fa: "\f726\f726"}.fa-tv,.fa-tv-alt{--fa: "\f26c";--fa--fa: "\f26c\f26c"}.fa-tv-music{--fa: "\f8e6";--fa--fa: "\f8e6\f8e6"}.fa-tv-retro{--fa: "\f401";--fa--fa: "\f401\f401"}.fa-typewriter{--fa: "\f8e7";--fa--fa: "\f8e7\f8e7"}.fa-u{--fa: "U";--fa--fa: "UU"}.fa-ufo{--fa: "\e047";--fa--fa: "\e047\e047"}.fa-ufo-beam{--fa: "\e048";--fa--fa: "\e048\e048"}.fa-umbrella{--fa: "\f0e9";--fa--fa: "\f0e9\f0e9"}.fa-umbrella-alt{--fa: "\e2bc";--fa--fa: "\e2bc\e2bc"}.fa-umbrella-beach{--fa: "\f5ca";--fa--fa: "\f5ca\f5ca"}.fa-umbrella-simple{--fa: "\e2bc";--fa--fa: "\e2bc\e2bc"}.fa-underline{--fa: "\f0cd";--fa--fa: "\f0cd\f0cd"}.fa-undo{--fa: "\f0e2";--fa--fa: "\f0e2\f0e2"}.fa-undo-alt{--fa: "\f2ea";--fa--fa: "\f2ea\f2ea"}.fa-unicorn{--fa: "\f727";--fa--fa: "\f727\f727"}.fa-uniform-martial-arts{--fa: "\e3d1";--fa--fa: "\e3d1\e3d1"}.fa-union{--fa: "\f6a2";--fa--fa: "\f6a2\f6a2"}.fa-universal-access{--fa: "\f29a";--fa--fa: "\f29a\f29a"}.fa-university{--fa: "\f19c";--fa--fa: "\f19c\f19c"}.fa-unlink{--fa: "\f127";--fa--fa: "\f127\f127"}.fa-unlock{--fa: "\f09c";--fa--fa: "\f09c\f09c"}.fa-unlock-alt,.fa-unlock-keyhole{--fa: "\f13e";--fa--fa: "\f13e\f13e"}.fa-unsorted{--fa: "\f0dc";--fa--fa: "\f0dc\f0dc"}.fa-up{--fa: "\f357";--fa--fa: "\f357\f357"}.fa-up-down{--fa: "\f338";--fa--fa: "\f338\f338"}.fa-up-down-left-right{--fa: "\f0b2";--fa--fa: "\f0b2\f0b2"}.fa-up-from-bracket{--fa: "\e590";--fa--fa: "\e590\e590"}.fa-up-from-dotted-line{--fa: "\e456";--fa--fa: "\e456\e456"}.fa-up-from-line{--fa: "\f346";--fa--fa: "\f346\f346"}.fa-up-left{--fa: "\e2bd";--fa--fa: "\e2bd\e2bd"}.fa-up-long{--fa: "\f30c";--fa--fa: "\f30c\f30c"}.fa-up-right{--fa: "\e2be";--fa--fa: "\e2be\e2be"}.fa-up-right-and-down-left-from-center{--fa: "\f424";--fa--fa: "\f424\f424"}.fa-up-right-from-square{--fa: "\f35d";--fa--fa: "\f35d\f35d"}.fa-up-to-bracket{--fa: "\e66e";--fa--fa: "\e66e\e66e"}.fa-up-to-dotted-line{--fa: "\e457";--fa--fa: "\e457\e457"}.fa-up-to-line{--fa: "\f34d";--fa--fa: "\f34d\f34d"}.fa-upload{--fa: "\f093";--fa--fa: "\f093\f093"}.fa-usb-drive{--fa: "\f8e9";--fa--fa: "\f8e9\f8e9"}.fa-usd{--fa: "$";--fa--fa: "$$"}.fa-usd-circle{--fa: "\f2e8";--fa--fa: "\f2e8\f2e8"}.fa-usd-square{--fa: "\f2e9";--fa--fa: "\f2e9\f2e9"}.fa-user{--fa: "\f007";--fa--fa: "\f007\f007"}.fa-user-alien{--fa: "\e04a";--fa--fa: "\e04a\e04a"}.fa-user-alt{--fa: "\f406";--fa--fa: "\f406\f406"}.fa-user-alt-slash{--fa: "\f4fa";--fa--fa: "\f4fa\f4fa"}.fa-user-astronaut{--fa: "\f4fb";--fa--fa: "\f4fb\f4fb"}.fa-user-beard-bolt{--fa: "\e689";--fa--fa: "\e689\e689"}.fa-user-bounty-hunter{--fa: "\e2bf";--fa--fa: "\e2bf\e2bf"}.fa-user-chart{--fa: "\f6a3";--fa--fa: "\f6a3\f6a3"}.fa-user-check{--fa: "\f4fc";--fa--fa: "\f4fc\f4fc"}.fa-user-chef{--fa: "\e3d2";--fa--fa: "\e3d2\e3d2"}.fa-user-circle{--fa: "\f2bd";--fa--fa: "\f2bd\f2bd"}.fa-user-clock{--fa: "\f4fd";--fa--fa: "\f4fd\f4fd"}.fa-user-cog{--fa: "\f4fe";--fa--fa: "\f4fe\f4fe"}.fa-user-construction{--fa: "\f82c";--fa--fa: "\f82c\f82c"}.fa-user-cowboy{--fa: "\f8ea";--fa--fa: "\f8ea\f8ea"}.fa-user-crown{--fa: "\f6a4";--fa--fa: "\f6a4\f6a4"}.fa-user-doctor{--fa: "\f0f0";--fa--fa: "\f0f0\f0f0"}.fa-user-doctor-hair{--fa: "\e458";--fa--fa: "\e458\e458"}.fa-user-doctor-hair-long{--fa: "\e459";--fa--fa: "\e459\e459"}.fa-user-doctor-message{--fa: "\f82e";--fa--fa: "\f82e\f82e"}.fa-user-edit{--fa: "\f4ff";--fa--fa: "\f4ff\f4ff"}.fa-user-friends{--fa: "\f500";--fa--fa: "\f500\f500"}.fa-user-gear{--fa: "\f4fe";--fa--fa: "\f4fe\f4fe"}.fa-user-graduate{--fa: "\f501";--fa--fa: "\f501\f501"}.fa-user-group{--fa: "\f500";--fa--fa: "\f500\f500"}.fa-user-group-crown{--fa: "\f6a5";--fa--fa: "\f6a5\f6a5"}.fa-user-group-simple{--fa: "\e603";--fa--fa: "\e603\e603"}.fa-user-hair{--fa: "\e45a";--fa--fa: "\e45a\e45a"}.fa-user-hair-buns{--fa: "\e3d3";--fa--fa: "\e3d3\e3d3"}.fa-user-hair-long{--fa: "\e45b";--fa--fa: "\e45b\e45b"}.fa-user-hair-mullet{--fa: "\e45c";--fa--fa: "\e45c\e45c"}.fa-user-hard-hat{--fa: "\f82c";--fa--fa: "\f82c\f82c"}.fa-user-headset{--fa: "\f82d";--fa--fa: "\f82d\f82d"}.fa-user-helmet-safety{--fa: "\f82c";--fa--fa: "\f82c\f82c"}.fa-user-hoodie{--fa: "\e68a";--fa--fa: "\e68a\e68a"}.fa-user-injured{--fa: "\f728";--fa--fa: "\f728\f728"}.fa-user-large{--fa: "\f406";--fa--fa: "\f406\f406"}.fa-user-large-slash{--fa: "\f4fa";--fa--fa: "\f4fa\f4fa"}.fa-user-lock{--fa: "\f502";--fa--fa: "\f502\f502"}.fa-user-magnifying-glass{--fa: "\e5c5";--fa--fa: "\e5c5\e5c5"}.fa-user-md{--fa: "\f0f0";--fa--fa: "\f0f0\f0f0"}.fa-user-md-chat{--fa: "\f82e";--fa--fa: "\f82e\f82e"}.fa-user-minus{--fa: "\f503";--fa--fa: "\f503\f503"}.fa-user-music{--fa: "\f8eb";--fa--fa: "\f8eb\f8eb"}.fa-user-ninja{--fa: "\f504";--fa--fa: "\f504\f504"}.fa-user-nurse{--fa: "\f82f";--fa--fa: "\f82f\f82f"}.fa-user-nurse-hair{--fa: "\e45d";--fa--fa: "\e45d\e45d"}.fa-user-nurse-hair-long{--fa: "\e45e";--fa--fa: "\e45e\e45e"}.fa-user-pen{--fa: "\f4ff";--fa--fa: "\f4ff\f4ff"}.fa-user-pilot{--fa: "\e2c0";--fa--fa: "\e2c0\e2c0"}.fa-user-pilot-tie{--fa: "\e2c1";--fa--fa: "\e2c1\e2c1"}.fa-user-plus{--fa: "\f234";--fa--fa: "\f234\f234"}.fa-user-police{--fa: "\e333";--fa--fa: "\e333\e333"}.fa-user-police-tie{--fa: "\e334";--fa--fa: "\e334\e334"}.fa-user-robot{--fa: "\e04b";--fa--fa: "\e04b\e04b"}.fa-user-robot-xmarks{--fa: "\e4a7";--fa--fa: "\e4a7\e4a7"}.fa-user-secret{--fa: "\f21b";--fa--fa: "\f21b\f21b"}.fa-user-shakespeare{--fa: "\e2c2";--fa--fa: "\e2c2\e2c2"}.fa-user-shield{--fa: "\f505";--fa--fa: "\f505\f505"}.fa-user-slash{--fa: "\f506";--fa--fa: "\f506\f506"}.fa-user-tag{--fa: "\f507";--fa--fa: "\f507\f507"}.fa-user-tie{--fa: "\f508";--fa--fa: "\f508\f508"}.fa-user-tie-hair{--fa: "\e45f";--fa--fa: "\e45f\e45f"}.fa-user-tie-hair-long{--fa: "\e460";--fa--fa: "\e460\e460"}.fa-user-times{--fa: "\f235";--fa--fa: "\f235\f235"}.fa-user-unlock{--fa: "\e058";--fa--fa: "\e058\e058"}.fa-user-visor{--fa: "\e04c";--fa--fa: "\e04c\e04c"}.fa-user-vneck{--fa: "\e461";--fa--fa: "\e461\e461"}.fa-user-vneck-hair{--fa: "\e462";--fa--fa: "\e462\e462"}.fa-user-vneck-hair-long{--fa: "\e463";--fa--fa: "\e463\e463"}.fa-user-xmark{--fa: "\f235";--fa--fa: "\f235\f235"}.fa-users{--fa: "\f0c0";--fa--fa: "\f0c0\f0c0"}.fa-users-between-lines{--fa: "\e591";--fa--fa: "\e591\e591"}.fa-users-class{--fa: "\f63d";--fa--fa: "\f63d\f63d"}.fa-users-cog{--fa: "\f509";--fa--fa: "\f509\f509"}.fa-users-crown{--fa: "\f6a5";--fa--fa: "\f6a5\f6a5"}.fa-users-gear{--fa: "\f509";--fa--fa: "\f509\f509"}.fa-users-line{--fa: "\e592";--fa--fa: "\e592\e592"}.fa-users-medical{--fa: "\f830";--fa--fa: "\f830\f830"}.fa-users-rays{--fa: "\e593";--fa--fa: "\e593\e593"}.fa-users-rectangle{--fa: "\e594";--fa--fa: "\e594\e594"}.fa-users-slash{--fa: "\e073";--fa--fa: "\e073\e073"}.fa-users-viewfinder{--fa: "\e595";--fa--fa: "\e595\e595"}.fa-utensil-fork{--fa: "\f2e3";--fa--fa: "\f2e3\f2e3"}.fa-utensil-knife{--fa: "\f2e4";--fa--fa: "\f2e4\f2e4"}.fa-utensil-spoon{--fa: "\f2e5";--fa--fa: "\f2e5\f2e5"}.fa-utensils{--fa: "\f2e7";--fa--fa: "\f2e7\f2e7"}.fa-utensils-alt{--fa: "\f2e6";--fa--fa: "\f2e6\f2e6"}.fa-utensils-slash{--fa: "\e464";--fa--fa: "\e464\e464"}.fa-utility-pole{--fa: "\e2c3";--fa--fa: "\e2c3\e2c3"}.fa-utility-pole-double{--fa: "\e2c4";--fa--fa: "\e2c4\e2c4"}.fa-v{--fa: "V";--fa--fa: "VV"}.fa-vacuum{--fa: "\e04d";--fa--fa: "\e04d\e04d"}.fa-vacuum-robot{--fa: "\e04e";--fa--fa: "\e04e\e04e"}.fa-value-absolute{--fa: "\f6a6";--fa--fa: "\f6a6\f6a6"}.fa-van-shuttle{--fa: "\f5b6";--fa--fa: "\f5b6\f5b6"}.fa-vault{--fa: "\e2c5";--fa--fa: "\e2c5\e2c5"}.fa-vcard{--fa: "\f2bb";--fa--fa: "\f2bb\f2bb"}.fa-vector-circle{--fa: "\e2c6";--fa--fa: "\e2c6\e2c6"}.fa-vector-polygon{--fa: "\e2c7";--fa--fa: "\e2c7\e2c7"}.fa-vector-square{--fa: "\f5cb";--fa--fa: "\f5cb\f5cb"}.fa-vent-damper{--fa: "\e465";--fa--fa: "\e465\e465"}.fa-venus{--fa: "\f221";--fa--fa: "\f221\f221"}.fa-venus-double{--fa: "\f226";--fa--fa: "\f226\f226"}.fa-venus-mars{--fa: "\f228";--fa--fa: "\f228\f228"}.fa-vest{--fa: "\e085";--fa--fa: "\e085\e085"}.fa-vest-patches{--fa: "\e086";--fa--fa: "\e086\e086"}.fa-vhs{--fa: "\f8ec";--fa--fa: "\f8ec\f8ec"}.fa-vial{--fa: "\f492";--fa--fa: "\f492\f492"}.fa-vial-circle-check{--fa: "\e596";--fa--fa: "\e596\e596"}.fa-vial-virus{--fa: "\e597";--fa--fa: "\e597\e597"}.fa-vials{--fa: "\f493";--fa--fa: "\f493\f493"}.fa-video{--fa: "\f03d";--fa--fa: "\f03d\f03d"}.fa-video-arrow-down-left{--fa: "\e2c8";--fa--fa: "\e2c8\e2c8"}.fa-video-arrow-up-right{--fa: "\e2c9";--fa--fa: "\e2c9\e2c9"}.fa-video-camera{--fa: "\f03d";--fa--fa: "\f03d\f03d"}.fa-video-circle{--fa: "\e12b";--fa--fa: "\e12b\e12b"}.fa-video-handheld{--fa: "\f8a8";--fa--fa: "\f8a8\f8a8"}.fa-video-plus{--fa: "\f4e1";--fa--fa: "\f4e1\f4e1"}.fa-video-slash{--fa: "\f4e2";--fa--fa: "\f4e2\f4e2"}.fa-vihara{--fa: "\f6a7";--fa--fa: "\f6a7\f6a7"}.fa-violin{--fa: "\f8ed";--fa--fa: "\f8ed\f8ed"}.fa-virus{--fa: "\e074";--fa--fa: "\e074\e074"}.fa-virus-covid{--fa: "\e4a8";--fa--fa: "\e4a8\e4a8"}.fa-virus-covid-slash{--fa: "\e4a9";--fa--fa: "\e4a9\e4a9"}.fa-virus-slash{--fa: "\e075";--fa--fa: "\e075\e075"}.fa-viruses{--fa: "\e076";--fa--fa: "\e076\e076"}.fa-voicemail{--fa: "\f897";--fa--fa: "\f897\f897"}.fa-volcano{--fa: "\f770";--fa--fa: "\f770\f770"}.fa-volleyball,.fa-volleyball-ball{--fa: "\f45f";--fa--fa: "\f45f\f45f"}.fa-volume{--fa: "\f6a8";--fa--fa: "\f6a8\f6a8"}.fa-volume-control-phone{--fa: "\f2a0";--fa--fa: "\f2a0\f2a0"}.fa-volume-down{--fa: "\f027";--fa--fa: "\f027\f027"}.fa-volume-high{--fa: "\f028";--fa--fa: "\f028\f028"}.fa-volume-low{--fa: "\f027";--fa--fa: "\f027\f027"}.fa-volume-medium{--fa: "\f6a8";--fa--fa: "\f6a8\f6a8"}.fa-volume-mute{--fa: "\f6a9";--fa--fa: "\f6a9\f6a9"}.fa-volume-off{--fa: "\f026";--fa--fa: "\f026\f026"}.fa-volume-slash{--fa: "\f2e2";--fa--fa: "\f2e2\f2e2"}.fa-volume-times{--fa: "\f6a9";--fa--fa: "\f6a9\f6a9"}.fa-volume-up{--fa: "\f028";--fa--fa: "\f028\f028"}.fa-volume-xmark{--fa: "\f6a9";--fa--fa: "\f6a9\f6a9"}.fa-vote-nay{--fa: "\f771";--fa--fa: "\f771\f771"}.fa-vote-yea{--fa: "\f772";--fa--fa: "\f772\f772"}.fa-vr-cardboard{--fa: "\f729";--fa--fa: "\f729\f729"}.fa-w{--fa: "W";--fa--fa: "WW"}.fa-waffle{--fa: "\e466";--fa--fa: "\e466\e466"}.fa-wagon-covered{--fa: "\f8ee";--fa--fa: "\f8ee\f8ee"}.fa-walker{--fa: "\f831";--fa--fa: "\f831\f831"}.fa-walkie-talkie{--fa: "\f8ef";--fa--fa: "\f8ef\f8ef"}.fa-walking{--fa: "\f554";--fa--fa: "\f554\f554"}.fa-wall-brick{--fa: "\e3db";--fa--fa: "\e3db\e3db"}.fa-wallet{--fa: "\f555";--fa--fa: "\f555\f555"}.fa-wand{--fa: "\f72a";--fa--fa: "\f72a\f72a"}.fa-wand-magic{--fa: "\f0d0";--fa--fa: "\f0d0\f0d0"}.fa-wand-magic-sparkles{--fa: "\e2ca";--fa--fa: "\e2ca\e2ca"}.fa-wand-sparkles{--fa: "\f72b";--fa--fa: "\f72b\f72b"}.fa-warehouse{--fa: "\f494";--fa--fa: "\f494\f494"}.fa-warehouse-alt,.fa-warehouse-full{--fa: "\f495";--fa--fa: "\f495\f495"}.fa-warning{--fa: "\f071";--fa--fa: "\f071\f071"}.fa-washer,.fa-washing-machine{--fa: "\f898";--fa--fa: "\f898\f898"}.fa-watch{--fa: "\f2e1";--fa--fa: "\f2e1\f2e1"}.fa-watch-apple{--fa: "\e2cb";--fa--fa: "\e2cb\e2cb"}.fa-watch-calculator{--fa: "\f8f0";--fa--fa: "\f8f0\f8f0"}.fa-watch-fitness{--fa: "\f63e";--fa--fa: "\f63e\f63e"}.fa-watch-smart{--fa: "\e2cc";--fa--fa: "\e2cc\e2cc"}.fa-water{--fa: "\f773";--fa--fa: "\f773\f773"}.fa-water-arrow-down{--fa: "\f774";--fa--fa: "\f774\f774"}.fa-water-arrow-up{--fa: "\f775";--fa--fa: "\f775\f775"}.fa-water-ladder{--fa: "\f5c5";--fa--fa: "\f5c5\f5c5"}.fa-water-lower{--fa: "\f774";--fa--fa: "\f774\f774"}.fa-water-rise{--fa: "\f775";--fa--fa: "\f775\f775"}.fa-watermelon-slice{--fa: "\e337";--fa--fa: "\e337\e337"}.fa-wave{--fa: "\e65b";--fa--fa: "\e65b\e65b"}.fa-wave-pulse{--fa: "\f5f8";--fa--fa: "\f5f8\f5f8"}.fa-wave-sine{--fa: "\f899";--fa--fa: "\f899\f899"}.fa-wave-square{--fa: "\f83e";--fa--fa: "\f83e\f83e"}.fa-wave-triangle{--fa: "\f89a";--fa--fa: "\f89a\f89a"}.fa-waveform{--fa: "\f8f1";--fa--fa: "\f8f1\f8f1"}.fa-waveform-circle{--fa: "\e12d";--fa--fa: "\e12d\e12d"}.fa-waveform-lines,.fa-waveform-path{--fa: "\f8f2";--fa--fa: "\f8f2\f8f2"}.fa-waves-sine{--fa: "\e65d";--fa--fa: "\e65d\e65d"}.fa-web-awesome{--fa: "\e682";--fa--fa: "\e682\e682"}.fa-webcam{--fa: "\f832";--fa--fa: "\f832\f832"}.fa-webcam-slash{--fa: "\f833";--fa--fa: "\f833\f833"}.fa-webhook{--fa: "\e5d5";--fa--fa: "\e5d5\e5d5"}.fa-weight{--fa: "\f496";--fa--fa: "\f496\f496"}.fa-weight-hanging{--fa: "\f5cd";--fa--fa: "\f5cd\f5cd"}.fa-weight-scale{--fa: "\f496";--fa--fa: "\f496\f496"}.fa-whale{--fa: "\f72c";--fa--fa: "\f72c\f72c"}.fa-wheat{--fa: "\f72d";--fa--fa: "\f72d\f72d"}.fa-wheat-alt,.fa-wheat-awn{--fa: "\e2cd";--fa--fa: "\e2cd\e2cd"}.fa-wheat-awn-circle-exclamation{--fa: "\e598";--fa--fa: "\e598\e598"}.fa-wheat-awn-slash{--fa: "\e338";--fa--fa: "\e338\e338"}.fa-wheat-slash{--fa: "\e339";--fa--fa: "\e339\e339"}.fa-wheelchair{--fa: "\f193";--fa--fa: "\f193\f193"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa: "\e2ce";--fa--fa: "\e2ce\e2ce"}.fa-whiskey-glass{--fa: "\f7a0";--fa--fa: "\f7a0\f7a0"}.fa-whiskey-glass-ice{--fa: "\f7a1";--fa--fa: "\f7a1\f7a1"}.fa-whistle{--fa: "\f460";--fa--fa: "\f460\f460"}.fa-wifi{--fa: "\f1eb";--fa--fa: "\f1eb\f1eb"}.fa-wifi-1{--fa: "\f6aa";--fa--fa: "\f6aa\f6aa"}.fa-wifi-2{--fa: "\f6ab";--fa--fa: "\f6ab\f6ab"}.fa-wifi-3{--fa: "\f1eb";--fa--fa: "\f1eb\f1eb"}.fa-wifi-exclamation{--fa: "\e2cf";--fa--fa: "\e2cf\e2cf"}.fa-wifi-fair{--fa: "\f6ab";--fa--fa: "\f6ab\f6ab"}.fa-wifi-slash{--fa: "\f6ac";--fa--fa: "\f6ac\f6ac"}.fa-wifi-strong{--fa: "\f1eb";--fa--fa: "\f1eb\f1eb"}.fa-wifi-weak{--fa: "\f6aa";--fa--fa: "\f6aa\f6aa"}.fa-wind{--fa: "\f72e";--fa--fa: "\f72e\f72e"}.fa-wind-circle-exclamation{--fa: "\f776";--fa--fa: "\f776\f776"}.fa-wind-turbine{--fa: "\f89b";--fa--fa: "\f89b\f89b"}.fa-wind-warning{--fa: "\f776";--fa--fa: "\f776\f776"}.fa-window{--fa: "\f40e";--fa--fa: "\f40e\f40e"}.fa-window-alt{--fa: "\f40f";--fa--fa: "\f40f\f40f"}.fa-window-close{--fa: "\f410";--fa--fa: "\f410\f410"}.fa-window-flip{--fa: "\f40f";--fa--fa: "\f40f\f40f"}.fa-window-frame{--fa: "\e04f";--fa--fa: "\e04f\e04f"}.fa-window-frame-open{--fa: "\e050";--fa--fa: "\e050\e050"}.fa-window-maximize{--fa: "\f2d0";--fa--fa: "\f2d0\f2d0"}.fa-window-minimize{--fa: "\f2d1";--fa--fa: "\f2d1\f2d1"}.fa-window-restore{--fa: "\f2d2";--fa--fa: "\f2d2\f2d2"}.fa-windsock{--fa: "\f777";--fa--fa: "\f777\f777"}.fa-wine-bottle{--fa: "\f72f";--fa--fa: "\f72f\f72f"}.fa-wine-glass{--fa: "\f4e3";--fa--fa: "\f4e3\f4e3"}.fa-wine-glass-alt{--fa: "\f5ce";--fa--fa: "\f5ce\f5ce"}.fa-wine-glass-crack{--fa: "\f4bb";--fa--fa: "\f4bb\f4bb"}.fa-wine-glass-empty{--fa: "\f5ce";--fa--fa: "\f5ce\f5ce"}.fa-won,.fa-won-sign{--fa: "\f159";--fa--fa: "\f159\f159"}.fa-worm{--fa: "\e599";--fa--fa: "\e599\e599"}.fa-wreath{--fa: "\f7e2";--fa--fa: "\f7e2\f7e2"}.fa-wreath-laurel{--fa: "\e5d2";--fa--fa: "\e5d2\e5d2"}.fa-wrench{--fa: "\f0ad";--fa--fa: "\f0ad\f0ad"}.fa-wrench-simple{--fa: "\e2d1";--fa--fa: "\e2d1\e2d1"}.fa-x{--fa: "X";--fa--fa: "XX"}.fa-x-ray{--fa: "\f497";--fa--fa: "\f497\f497"}.fa-xmark{--fa: "\f00d";--fa--fa: "\f00d\f00d"}.fa-xmark-circle{--fa: "\f057";--fa--fa: "\f057\f057"}.fa-xmark-hexagon{--fa: "\f2ee";--fa--fa: "\f2ee\f2ee"}.fa-xmark-large{--fa: "\e59b";--fa--fa: "\e59b\e59b"}.fa-xmark-octagon{--fa: "\f2f0";--fa--fa: "\f2f0\f2f0"}.fa-xmark-square{--fa: "\f2d3";--fa--fa: "\f2d3\f2d3"}.fa-xmark-to-slot{--fa: "\f771";--fa--fa: "\f771\f771"}.fa-xmarks-lines{--fa: "\e59a";--fa--fa: "\e59a\e59a"}.fa-y{--fa: "Y";--fa--fa: "YY"}.fa-yen,.fa-yen-sign{--fa: "\f157";--fa--fa: "\f157\f157"}.fa-yin-yang{--fa: "\f6ad";--fa--fa: "\f6ad\f6ad"}.fa-z{--fa: "Z";--fa--fa: "ZZ"}.fa-zap{--fa: "\f0e7";--fa--fa: "\f0e7\f0e7"}.fa-zzz{--fa: "\f880";--fa--fa: "\f880\f880"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(fa-light-300.f896ff370fc8b712.woff2) format("woff2"),url(fa-light-300.a470e14e6b64eea7.ttf) format("truetype")}.fal,.fa-light{font-weight:300}/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(fa-solid-900.eb289a90e04149a9.woff2) format("woff2"),url(fa-solid-900.6bf0d0a46efbaa3f.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}:root{--menu-width-collapsed: 68px;--menu-width-expanded: 215px;--color-base-black: #000000;--color-base-cyan: hsl(180, 100%, 80%);--color-base-magneta: hsl(300, 100%, 80%);--color-base-page: hsl(205, 67%, 96%);--color-base-transparent: hsla(0, 0%, 100%, 0);--color-base-midnight: hsl(219, 20%, 20%);--color-harbor-blue: hsl(209, 53%, 34%);--color-glacier-mist: hsl(208, 100%, 93%);--color-base-white: #ffffff;--color-base-yellow: hsl(60, 100%, 80%);--color-blue-100: hsl(209, 93%, 80%);--color-blue-200: hsl(209, 83%, 70%);--color-blue-300: hsl(209, 73%, 55%);--color-blue-400: hsl(209, 63%, 47%);--color-blue-50: hsl(209, 100%, 93%);--color-blue-500: hsl(209, 53%, 34%);--color-blue-600: hsl(209, 53%, 31%);--color-blue-700: hsl(209, 53%, 24%);--color-blue-800: hsl(209, 53%, 18%);--color-blue-900: hsl(209, 53%, 14%);--color-gray-0-25: hsla(219, 20%, 20%, .25);--color-gray-100: hsl(221, 19%, 92%);--color-gray-150: hsl(221, 19%, 82%);--color-gray-200: hsl(221, 19%, 72%);--color-gray-25: hsl(225, 20%, 98%);--color-gray-250: hsl(221, 19%, 62%);--color-gray-300: hsl(221, 19%, 52%);--color-gray-400: hsl(221, 19%, 42%);--color-gray-50: hsl(221, 19%, 96%);--color-gray-500: hsl(221, 19%, 32%);--color-gray-600: hsl(221, 19%, 26%);--color-gray-700: hsl(221, 19%, 20%);--color-gray-75: hsl(230, 19%, 94%);--color-gray-800: hsl(221, 19%, 14%);--color-gray-900: hsl(221, 19%, 8%);--color-green-100: hsl(128, 42%, 80%);--color-green-200: hsl(128, 42%, 70%);--color-green-250: hsl(128, 42%, 62%);--color-green-300: hsl(129, 42%, 55%);--color-green-400: hsl(129, 48%, 47%);--color-green-50: hsl(129, 41%, 93%);--color-green-500: hsl(129, 83%, 34%);--color-green-600: hsl(129, 82%, 31%);--color-green-700: hsl(129, 82%, 24%);--color-green-800: hsl(129, 83%, 18%);--color-green-900: hsl(129, 83%, 14%);--color-red-100: hsl(9, 79%, 83%);--color-red-200: hsl(9, 78%, 75%);--color-red-300: hsl(9, 78%, 64%);--color-red-400: hsl(9, 78%, 57%);--color-red-50: hsl(11, 79%, 95%);--color-red-500: hsl(9, 92%, 46%);--color-red-600: hsl(9, 92%, 42%);--color-red-700: hsl(9, 93%, 33%);--color-red-800: hsl(9, 92%, 25%);--color-red-900: hsl(9, 92%, 19%);--color-red-myq-100: hsl(349, 100%, 83%);--color-red-myq-200: hsl(349, 100%, 73%);--color-red-myq-25: hsl(349, 100%, 97%);--color-red-myq-250: hsl(349, 100%, 68%);--color-red-myq-300: hsl(349, 100%, 63%);--color-red-myq-400: hsl(349, 100%, 53%);--color-red-myq-50: hsl(349, 100%, 93%);--color-red-myq-500: hsl(349, 100%, 43%);--color-red-myq-600: hsl(349, 100%, 37%);--color-red-myq-700: hsl(349, 100%, 31%);--color-red-myq-75: hsl(349, 100%, 88%);--color-red-myq-800: hsl(349, 100%, 25%);--color-red-myq-900: hsl(349, 100%, 19%);--color-yellow-100: hsl(32, 100%, 85%);--color-yellow-200: hsl(32, 100%, 77%);--color-yellow-50: hsl(32, 100%, 93%);--color-yellow-500: hsl(32, 100%, 50%);--color-yellow-600: hsl(32, 100%, 43%);--color-yellow-700: hsl(32, 100%, 36%);--color-spinner-bg: rgba(181, 181, 181, .5);--font-size-2xs: 10px;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--font-size-4xl: 40px;--size-border-none: 0px;--size-border-sm: 1px;--size-border-md: 2px;--size-border-lg: 4px;--size-page-small: 992px;--size-page-medium: 1200px;--size-page-large: 1480px;--size-page-x-large: 1920px;--size-radius-none: 0px;--size-radius-2xs: 1px;--size-radius-xs: 2px;--size-radius-sm: 4px;--size-radius-md: 6px;--size-radius-lg: 8px;--size-radius-xl: 12px;--size-radius-2xl: 16px;--size-radius-3xl: 20px;--size-radius-4xl: 24px;--size-spacing-0: 0px;--size-spacing-0-125: 1px;--size-spacing-0-25: 2px;--size-spacing-0-5: 4px;--size-spacing-0-75: 6px;--size-spacing-1: 8px;--size-spacing-1-5: 12px;--size-spacing-2: 16px;--size-spacing-2-5: 20px;--size-spacing-3: 24px;--size-spacing-4: 32px;--size-spacing-5: 40px;--size-spacing-6: 48px;--size-spacing-7: 56px;--size-spacing-8: 64px;--size-spacing-9: 72px;--size-spacing-10: 80px;--size-spacing-11: 88px;--size-spacing-12: 96px;--size-spacing-13: 104px;--size-spacing-14: 112px;--size-spacing-15: 120px;--size-spacing-16: 128px;--font-family-poppins: Poppins;--font-family-roboto: Roboto;--font-weight-bold: Bold;--font-weight-medium: Medium;--font-weight-regular: Regular;--font-weight-semi-bold: SemiBold;--background-disabled: var(--color-gray-50);--background-page: var(--color-base-page);--background-primary: var(--color-base-white);--background-secondary: var(--color-gray-250);--background-tertiary: var(--color-gray-500);--border-contrast: var(--color-red-myq-500);--border-disabled: var(--color-gray-150);--border-focus: var(--color-gray-300);--border-primary: var(--color-gray-150);--components-alert-icon: var(--color-red-myq-500);--components-alert-message: var(--text-primary);--components-button-all-bg: var(--color-base-white);--components-button-circular-bg: var(--color-gray-50);--components-button-circular-content: var(--color-gray-500);--components-button-circular-disabled-bg: var(--color-gray-100);--components-button-circular-disabled-content: var(--color-gray-200);--components-button-circular-hover-bg: var(--color-gray-100);--components-button-circular-hover-content: var(--color-gray-600);--components-button-circular-press-bg: var(--color-gray-150);--components-button-circular-press-content: var(--color-gray-700);--components-button-info-content: var(--color-gray-250);--components-button-info-content-hover: var(--color-gray-300);--components-button-info-content-press: var(--color-gray-500);--components-button-link-content: var(--color-red-myq-500);--components-button-link-content-disabled: var(--color-red-myq-200);--components-button-link-content-hover: var(--color-red-myq-700);--components-button-link-content-press: var(--color-red-myq-250);--components-button-primary-bg: var(--color-base-transparent);--components-button-primary-border: var(--color-red-myq-500);--components-button-primary-icon: var(--color-red-myq-500);--components-button-primary-text: var(--color-red-myq-500);--components-button-primary-disabled-bg: var(--color-base-transparent);--components-button-primary-disabled-border: var(--color-red-myq-200);--components-button-primary-disabled-icon: var(--color-red-myq-200);--components-button-primary-disabled-text: var(--color-red-myq-200);--components-button-primary-hover-bg: var(--color-red-myq-25);--components-button-primary-hover-border: var(--color-red-myq-600);--components-button-primary-hover-icon: var(--color-red-myq-600);--components-button-primary-hover-text: var(--color-red-myq-600);--components-button-primary-press-bg: var(--color-red-myq-50);--components-button-primary-press-border: var(--color-red-myq-700);--components-button-primary-press-icon: var(--color-red-myq-700);--components-button-primary-press-text: var(--color-red-myq-700);--components-button-secondary-bg: var(--color-base-transparent);--components-button-secondary-border: var(--color-gray-300);--components-button-secondary-icon: var(--color-gray-500);--components-button-secondary-text: var(--color-gray-500);--components-button-secondary-disabled-bg: var(--color-base-transparent);--components-button-secondary-disabled-border: var(--color-gray-200);--components-button-secondary-disabled-icon: var(--color-gray-200);--components-button-secondary-disabled-text: var(--color-gray-200);--components-button-secondary-hover-bg: var(--color-gray-50);--components-button-secondary-hover-border: var(--color-gray-600);--components-button-secondary-hover-icon: var(--color-gray-600);--components-button-secondary-hover-text: var(--color-gray-600);--components-button-secondary-press-bg: var(--color-gray-150);--components-button-secondary-press-border: var(--color-gray-700);--components-button-secondary-press-icon: var(--color-gray-700);--components-button-secondary-press-text: var(--color-gray-700);--components-checkbox-bg-indicator: var(--color-base-transparent);--components-checkbox-icon: var(--color-red-myq-500);--components-checkbox-indicator: var(--color-gray-300);--components-checkbox-text: var(--color-gray-500);--components-checkbox-disabled-bg-indicator: var(--color-base-transparent);--components-checkbox-disabled-icon: var(--color-gray-200);--components-checkbox-disabled-indicator: var(--color-gray-200);--components-checkbox-disabled-text: var(--color-gray-200);--components-checkbox-hover-bg-indicator: var(--color-gray-50);--components-checkbox-hover-icon: var(--color-red-myq-500);--components-checkbox-hover-indicator: var(--color-gray-500);--components-checkbox-hover-text: var(--color-gray-700);--components-checkbox-selected-bg-indicator: var(--color-base-transparent);--components-checkbox-selected-icon: var(--color-red-myq-500);--components-checkbox-selected-indicator: var(--color-red-myq-500);--components-checkbox-selected-text: var(--color-gray-500);--components-checkbox-selected-hover-bg-indicator: var(--color-red-myq-25);--components-checkbox-selected-hover-icon: var(--color-red-myq-600);--components-checkbox-selected-hover-indicator: var(--color-red-myq-600);--components-checkbox-selected-hover-text: var(--color-gray-700);--components-dropdown-bg: var(--background-primary);--components-dropdown-bg-item: var(--background-primary);--components-dropdown-border: var(--border-primary);--components-dropdown-border-focus: var(--border-focus);--components-dropdown-hint: var(--text-secondary);--components-dropdown-value: var(--text-primary);--components-dropdown-value-icon: var(--color-red-myq-500);--components-dropdown-value-item: var(--text-primary);--components-dropdown-disabled-bg: var(--background-disabled);--components-dropdown-disabled-border: var(--border-disabled);--components-dropdown-disabled-value: var(--text-disabled);--components-dropdown-hover-bg-item: var(--color-gray-50);--components-dropdown-hover-value-icon: var(--color-red-myq-600);--components-dropdown-hover-value-item: var(--color-gray-600);--components-dropdown-press-bg-item: var(--color-gray-100);--components-dropdown-press-value-icon: var(--color-red-myq-700);--components-dropdown-press-value-item: var(--color-gray-700);--components-edit-bg: var(--background-primary);--components-edit-border: var(--border-primary);--components-edit-hint: var(--text-secondary);--components-edit-value: var(--text-primary);--components-edit-disabled-bg: var(--background-disabled);--components-edit-disabled-border: var(--border-disabled);--components-edit-disabled-value: var(--text-disabled);--components-edit-focus-bg: var(--background-primary);--components-edit-focus-border: var(--border-focus);--components-edit-focus-value: var(--text-primary);--components-edit-invalid-bg: var(--background-primary);--components-edit-invalid-border: var(--color-red-500);--components-edit-invalid-icon: var(--color-red-500);--components-edit-valid-bg: var(--background-primary);--components-edit-valid-border: var(--color-green-500);--components-edit-valid-icon: var(--color-green-500);--components-ink-measure-bg: var(--color-gray-100);--components-ink-measure-border: var(--color-gray-100);--components-ink-measure-cyan: var(--color-base-cyan);--components-ink-measure-magenta: var(--color-base-magneta);--components-ink-measure-monochrome: var(--color-gray-200);--components-ink-measure-text: var(--color-gray-700);--components-ink-measure-yellow: var(--color-base-yellow);--components-loading-primary-indicator: var(--color-red-myq-500);--components-message-error-bg: var(--color-red-50);--components-message-error-border: var(--color-red-50);--components-message-error-icon: var(--color-red-600);--components-message-error-text: var(--color-red-600);--components-message-info-bg: var(--color-blue-50);--components-message-info-border: var(--color-blue-50);--components-message-info-icon: var(--color-blue-500);--components-message-info-text: var(--color-blue-500);--components-message-warning-bg: var(--color-yellow-50);--components-message-warning-border: var(--color-yellow-50);--components-message-warning-icon: var(--color-yellow-600);--components-message-warning-text: var(--color-yellow-600);--components-panel-bg: var(--color-base-white);--components-popup-bg: var(--color-base-white);--components-radio-disabled: var(--surface-disabled);--components-radio-enabled: var(--surface-primary);--components-radio-hover: var(--surface-tertiary);--components-radio-selected: var(--surface-brand);--components-role-chip-bg: #f3f4f7;--components-role-chip-text: var(--color-red-myq-500);--components-role-dropdown-border: #e5e7eb;--components-role-dropdown-title: #1f2937;--components-status-error-bg: var(--color-red-50);--components-status-error-icon: var(--color-red-500);--components-status-error-text: var(--color-red-500);--components-status-na-bg: var(--color-gray-100);--components-status-na-icon: var(--color-gray-500);--components-status-na-text: var(--color-gray-300);--components-status-pending-bg: var(--color-yellow-100);--components-status-pending-icon: var(--color-yellow-500);--components-status-pending-text: var(--color-yellow-600);--components-status-success-bg: var(--color-green-50);--components-status-success-icon: var(--color-green-500);--components-status-success-text: var(--color-green-500);--components-status-inprogress-bg: var(--color-yellow-50);--components-status-inprogress-icon: var(--color-yellow-600);--components-status-inprogress-text: var(--color-yellow-600);--components-table-bg-loading: var(--color-gray-0-25);--components-table-cell-bg-even: var(--background-primary);--components-table-cell-bg-odd: var(--color-gray-25);--components-table-cell-border: var(--color-gray-150);--components-table-cell-content: var(--text-primary);--components-table-cell-icon: var(--color-red-myq-500);--components-table-cell-hover-bg: var(--color-gray-50);--components-table-cell-hover-border: var(--color-gray-150);--components-table-cell-hover-content: var(--color-gray-600);--components-table-cell-press-bg: var(--color-gray-75);--components-table-cell-press-border: var(--color-gray-150);--components-table-cell-press-content: var(--color-gray-700);--components-table-header-bg: var(--color-base-white);--components-table-header-bg-icon: var(--color-gray-250);--components-table-header-border: var(--border-primary);--components-table-header-border-icon: var(--color-gray-700);--components-table-header-content: var(--color-gray-500);--components-table-header-icon: var(--color-gray-700);--components-table-header-hover-bg: var(--color-gray-50);--components-table-header-hover-border: var(--border-primary);--components-table-header-hover-content: var(--color-gray-600);--components-table-header-press-bg: var(--color-gray-75);--components-table-header-press-border: var(--border-primary);--components-table-header-press-content: var(--color-gray-700);--components-tag-bg: var(--color-gray-50);--components-tag-border: var(--color-gray-250);--components-tag-content: var(--color-gray-500);--components-tag-icon: var(--color-gray-500);--components-tag-disabled-bg: var(--color-gray-25);--components-tag-disabled-border: var(--color-gray-200);--components-tag-disabled-content: var(--color-gray-200);--components-tag-disabled-icon: var(--color-gray-200);--components-tag-hover-bg: var(--color-gray-100);--components-tag-hover-bg-icon: var(--color-gray-150);--components-tag-hover-border: var(--color-gray-400);--components-tag-hover-content: var(--color-gray-600);--components-tag-hover-icon: var(--color-gray-600);--components-tag-press-bg: var(--color-gray-150);--components-tag-press-bg-icon: var(--color-gray-200);--components-tag-press-border: var(--color-gray-500);--components-tag-press-content: var(--color-gray-700);--components-tag-press-icon: var(--color-gray-700);--components-toast-error-bg: var(--color-red-50);--components-toast-error-border: var(--color-red-300);--components-toast-error-icon: var(--color-red-500);--components-toast-error-message: var(--color-red-500);--components-toast-error-progress: var(--color-red-300);--components-toast-info-bg: var(--color-gray-100);--components-toast-info-border: var(--color-gray-300);--components-toast-info-icon: var(--text-primary);--components-toast-info-message: var(--text-primary);--components-toast-info-progress: var(--color-gray-300);--components-toast-success-bg: var(--color-green-50);--components-toast-success-border: var(--color-green-300);--components-toast-success-icon: var(--color-green-500);--components-toast-success-message: var(--color-green-500);--components-toast-success-progress: var(--color-green-300);--components-toast-warning-bg: var(--color-yellow-50);--components-toast-warning-border: var(--color-yellow-500);--components-toast-warning-icon: var(--color-yellow-500);--components-toast-warning-message: var(--color-yellow-500);--components-toast-warning-progress: var(--color-yellow-500);--page-integrations-bg-activated: var(--color-base-white);--page-integrations-bg-deactivated: var(--color-gray-100);--surface-brand: var(--color-red-myq-500);--surface-brand-darker: var(--color-red-myq-700);--surface-brand-lighter: var(--color-red-myq-100);--surface-brand-lightests: var(--color-red-myq-50);--surface-disabled: var(--color-gray-200);--surface-negative: var(--color-red-500);--surface-pending: var(--color-yellow-500);--surface-positive: var(--color-green-500);--surface-primary: var(--color-gray-500);--surface-secondary: var(--color-gray-300);--surface-tertiary: var(--color-gray-700);--text-contrast: var(--surface-brand);--text-disabled: var(--surface-disabled);--text-primary: var(--surface-primary);--text-secondary: var(--surface-secondary);--text-tertiary: var(--surface-tertiary);--elements-corner-base: 16px;--elements-base: 32px;--expandabe-tree-start-padding-0: 0px;--expandabe-tree-start-padding-1: 24px;--expandabe-tree-start-padding-2: 48px;--expandabe-tree-start-padding-3: 72px;--expandabe-tree-start-padding-4: 96px;--s-spacing-0-25: var(--size-spacing-0-25);--s-spacing-0-5: var(--size-spacing-0-5);--s-spacing-1: var(--size-spacing-1);--s-spacing-1-5: var(--size-spacing-1-5);--s-spacing-2: var(--size-spacing-2);--s-spacing-2-5: var(--size-spacing-2-5);--s-spacing-3: var(--size-spacing-3);--s-spacing-4: var(--size-spacing-4);--s-spacing-5: var(--size-spacing-5);--s-spacing-6: var(--size-spacing-6);--s-spacing-7: var(--size-spacing-7);--s-spacing-8: var(--size-spacing-8);--s-spacing-9: var(--size-spacing-9);--s-spacing-10: var(--size-spacing-10);--components-old-message-success-bg: rgba(228, 248, 240, .7);--components-old-message-success-text: #1ea97c;--components-old-message-info-bg: #b3e5fc;--components-old-message-info-text: #01579b;--components-old-message-warning-bg: #fff3cd;--components-old-message-warning-text: #856404;--components-old-message-error-bg: #fcd9e2;--components-old-message-error-text: #912741;--dimen-element-half-size-medium: 20px;--dimen-element-half-size-small: 16px;--dimen-element-icon-size: 20px;--dimen-element-size-medium: 40px;--dimen-element-size-small: 32px;--dimen-table-min-cell-height: 48px;--dimen-tag-button-corner-size: 12px;--dimen-tag-button-height: 24px;--dimen-tag-corner-size: 15px;--dimen-tag-height: 30px;--page-alert-max-content-width: 600px;--page-alert-min-content-width: 400px;--page-components-status-width: 700px;--page-footer-height: 40px;--page-header-height: 64px;--page-height: 900px;--page-integration-integration-add-item-height: 140px;--page-integration-integration-add-item-max-width: 700px;--page-integration-twin-layout-entry-max-width: 450px;--page-integration-vendor-logo-height: 158px;--page-integration-vendor-logo-width: 516px;--page-modal-max-modal-height: 400px;--page-modal-max-modal-width: 1096px;--page-modal-vertical-space: 100px;--page-popup-max-content-height: 500px;--page-popup-max-content-height-medium: 400px;--page-popup-table-filter-width: 320px;--page-r-panel-item-title-width-1: 100px;--page-r-panel-item-title-width-2: 140px;--page-r-panel-item-title-width-3: 240px;--page-r-panel-width-1: 300px;--page-r-panel-width-2: 500px;--page-r-panel-width-3: 600px;--page-sub-header-height: 56px;--page-width: 1480px;--radius-2xl: var(--size-radius-2xl);--radius-lg: var(--size-radius-lg);--radius-md: var(--size-radius-md);--radius-none: var(--size-radius-none);--radius-sm: var(--size-radius-sm);--radius-xl: var(--size-radius-xl);--radius-xs: var(--size-radius-xs);--spacing-2xl: var(--size-spacing-2-5);--spacing-3xl: var(--size-spacing-3);--spacing-4xl: var(--size-spacing-4);--spacing-5xl: var(--size-spacing-5);--spacing-6xl: var(--size-spacing-6);--spacing-lg: var(--size-spacing-1-5);--spacing-md: var(--size-spacing-1);--spacing-none: var(--size-spacing-0);--spacing-sm: var(--size-spacing-0-5);--spacing-xl: var(--size-spacing-2);--spacing-xs: var(--size-spacing-0-25);--text-2xl: var(--font-size-2xl);--text-3xl: var(--font-size-3xl);--text-4xl: var(--font-size-4xl);--text-lg: var(--font-size-lg);--text-md: var(--font-size-md);--text-sm: var(--font-size-sm);--text-xl: var(--font-size-xl);--text-xs: var(--font-size-xs);--page-alert-max-content-width-large: 800px;--page-alert-min-content-width-large: 500px;--page-components-status-width-large: 800px;--page-height-large: 1080px;--page-integration-integration-add-item-height-large: 150px;--page-integration-integration-add-item-max-width-large: 800px;--page-integration-twin-layout-entry-max-width-large: 500px;--page-integration-vendor-logo-height-large: 200px;--page-integration-vendor-logo-width-large: 650px;--page-modal-max-modal-height-large: 696px;--page-modal-max-modal-width-large: 1496px;--page-r-panel-item-title-width-1-large: 120px;--page-r-panel-item-title-width-2-large: 160px;--page-r-panel-item-title-width-3-large: 260px;--page-r-panel-width-1-large: 400px;--page-r-panel-width-2-large: 650px;--page-r-panel-width-3-large: 700px;--page-width-large: 1920px;--dimen-element-half-size-medium-small: 16px;--dimen-element-half-size-small-small: 12px;--dimen-element-icon-size-small: 20px;--dimen-element-size-medium-small: 32px;--dimen-element-size-small-small: 24px;--dimen-table-min-cell-height-small: 40px;--dimen-tag-button-corner-size-small: 10px;--dimen-tag-button-height-small: 20px;--dimen-tag-corner-size-small: 13px;--dimen-tag-height-small: 26px;--page-alert-max-content-width-small: 500px;--page-alert-min-content-width-small: 300px;--page-components-status-width-small: 600px;--page-footer-height-small: 32px;--page-header-height-small: 56px;--page-height-small: 800px;--page-integration-integration-add-item-height-small: 120px;--page-integration-integration-add-item-max-width-small: 600px;--page-integration-twin-layout-entry-max-width-small: 400px;--page-integration-vendor-logo-height-small: 116px;--page-integration-vendor-logo-width-small: 376px;--page-modal-max-modal-height-small: 331px;--page-modal-max-modal-width-small: 856px;--page-modal-vertical-space-small: 80px;--page-popup-max-content-height-small: 400px;--page-popup-max-content-height-medium-small: 300px;--page-popup-max-content-height-small-small: 200px;--page-popup-table-filter-width-small: 260px;--page-r-panel-item-title-width-1-small: 80px;--page-r-panel-item-title-width-2-small: 100px;--page-r-panel-item-title-width-3-small: 140px;--page-r-panel-width-1-small: 250px;--page-r-panel-width-2-small: 350px;--page-r-panel-width-3-small: 450px;--page-sub-header-height-small: 48px;--page-width-small: 1200px;--radius-2xl-small: var(--size-radius-xl);--radius-lg-small: var(--size-radius-md);--radius-md-small: var(--size-radius-sm);--radius-none-small: var(--size-radius-none);--radius-sm-small: var(--size-radius-xs);--radius-xl-small: var(--size-radius-lg);--radius-xs-small: var(--size-radius-2xs);--spacing-2xl-small: var(--size-spacing-2);--spacing-3xl-small: var(--size-spacing-2-5);--spacing-4xl-small: var(--size-spacing-3);--spacing-5xl-small: var(--size-spacing-4);--spacing-6xl-small: var(--size-spacing-5);--spacing-lg-small: var(--size-spacing-1);--spacing-md-small: var(--size-spacing-0-5);--spacing-none-small: var(--size-spacing-0);--spacing-sm-small: var(--size-spacing-0-25);--spacing-xl-small: var(--size-spacing-1-5);--spacing-xs-small: var(--size-spacing-0-125);--text-2xl-small: var(--font-size-xl);--text-3xl-small: var(--font-size-2xl);--text-4xl-small: var(--font-size-3xl);--text-lg-small: var(--font-size-md);--text-md-small: var(--font-size-sm);--text-sm-small: var(--font-size-xs);--text-xl-small: var(--font-size-lg);--text-xs-small: var(--font-size-2xs);--page-components-status-width-xsmall: 540px;--page-height-xsmall: 720px;--page-integration-integration-add-item-height-xsmall: 110px;--page-integration-integration-add-item-max-width-xsmall: 500px;--page-integration-twin-layout-entry-max-width-xsmall: 300px;--page-integration-vendor-logo-height-xsmall: 105px;--page-integration-vendor-logo-width-xsmall: 340px;--page-modal-max-modal-height-xsmall: 254px;--page-modal-max-modal-width-xsmall: 682px;--page-modal-vertical-space-xsmall: 40px;--page-width-xsmall: 922px;--column-management-background-color: #e8eaf6;--light-gray-color: hsl(221, 19%, 52%);--more-light-gray-color: hsl(221, 19%, 32%);--color-base-white-70: hsla(0, 0%, 100%, .7);--color-extra-light-gray-color: hsl(240, 20%, 98%)}@media only screen and (max-width: 921px){:root{--page-components-status-width: var(--page-components-status-width-xsmall);--page-height: var(--page-height-xsmall);--page-integration-integration-add-item-height: var(--page-integration-integration-add-item-height-xsmall);--page-integration-integration-add-item-max-width: var(--page-integration-integration-add-item-max-width-xsmall);--page-integration-twin-layout-entry-max-width: var(--page-integration-twin-layout-entry-max-width-xsmall);--page-integration-vendor-logo-height: var(--page-integration-vendor-logo-height-xsmall);--page-integration-vendor-logo-width: var(--page-integration-vendor-logo-width-xsmall);--page-modal-max-modal-height: var(--page-modal-max-modal-height-xsmall);--page-modal-max-modal-width: var(--page-modal-max-modal-width-xsmall);--page-modal-vertical-space: var(--page-modal-vertical-space-xsmall);--page-width: var(--page-width-xsmall)}}@media only screen and (min-width: 922px) and (max-width: 1199px){:root{--dimen-element-half-size-medium: var(--dimen-element-half-size-medium-small);--dimen-element-half-size-small: var(--dimen-element-half-size-small-small);--dimen-element-size-medium: var(--dimen-element-size-medium-small);--dimen-element-size-small: var(--dimen-element-size-small-small);--dimen-table-min-cell-height: var(--dimen-table-min-cell-height-small);--dimen-tag-button-corner-size: var(--dimen-tag-button-corner-size-small);--dimen-tag-button-height: var(--dimen-tag-button-height-small);--dimen-tag-corner-size: var(--dimen-tag-corner-size-small);--dimen-tag-height: var(--dimen-tag-height-small);--page-alert-max-content-width: var(--page-alert-max-content-width-small);--page-alert-min-content-width: var(--page-alert-min-content-width-small);--page-components-status-width: var(--page-components-status-width-small);--page-footer-height: var(--page-footer-height-small);--page-header-height: var(--page-header-height-small);--page-height: var(--page-height-small);--page-integration-integration-add-item-height: var(--page-integration-integration-add-item-height-small);--page-integration-integration-add-item-max-width: var(--page-integration-integration-add-item-max-width-small);--page-integration-twin-layout-entry-max-width: var(--page-integration-twin-layout-entry-max-width-small);--page-integration-vendor-logo-height: var(--page-integration-vendor-logo-height-small);--page-integration-vendor-logo-width: var(--page-integration-vendor-logo-width-small);--page-modal-max-modal-height: var(--page-modal-max-modal-height-small);--page-modal-max-modal-width: var(--page-modal-max-modal-width-small);--page-modal-vertical-space: var(--page-modal-vertical-space-small);--page-popup-max-content-height: var(--page-popup-max-content-height-small);--page-popup-max-content-height-medium: var(--page-popup-max-content-height-medium-small);--page-popup-max-content-height-small: var(--page-popup-max-content-height-small-small);--page-popup-table-filter-width: var(--page-popup-table-filter-width-small);--page-r-panel-item-title-width-1: var(--page-r-panel-item-title-width-1-small);--page-r-panel-item-title-width-2: var(--page-r-panel-item-title-width-2-small);--page-r-panel-item-title-width-3: var(--page-r-panel-item-title-width-3-small);--page-r-panel-width-1: var(--page-r-panel-width-1-small);--page-r-panel-width-2: var(--page-r-panel-width-2-small);--page-r-panel-width-3: var(--page-r-panel-width-3-small);--page-sub-header-height: var(--page-sub-header-height-small);--page-width: var(--page-width-small);--radius-2xl: var(--radius-2xl-small);--radius-lg: var(--radius-lg-small);--radius-md: var(--radius-md-small);--radius-sm: var(--radius-sm-small);--radius-xl: var(--radius-xl-small);--radius-xs: var(--radius-xs-small);--spacing-2xl: var(--spacing-2xl-small);--spacing-3xl: var(--spacing-3xl-small);--spacing-4xl: var(--spacing-4xl-small);--spacing-5xl: var(--spacing-5xl-small);--spacing-6xl: var(--spacing-6xl-small);--spacing-lg: var(--spacing-lg-small);--spacing-md: var(--spacing-md-small);--spacing-sm: var(--spacing-sm-small);--spacing-xl: var(--spacing-xl-small);--spacing-xs: var(--spacing-xs-small);--text-2xl: var(--text-2xl-small);--text-3xl: var(--text-3xl-small);--text-4xl: var(--text-4xl-small);--text-lg: var(--text-lg-small);--text-md: var(--text-md-small);--text-sm: var(--text-sm-small);--text-xl: var(--text-xl-small);--text-xs: var(--text-xs-small)}}@media only screen and (min-width: 1480px){:root{--page-alert-max-content-width: var(--page-alert-max-content-width-large);--page-alert-min-content-width: var(--page-alert-min-content-width-large);--page-components-status-width: var(--page-components-status-width-large);--page-height: var(--page-height-large);--page-integration-integration-add-item-height: var(--page-integration-integration-add-item-height-large);--page-integration-integration-add-item-max-width: var(--page-integration-integration-add-item-max-width-large);--page-integration-twin-layout-entry-max-width: var(--page-integration-twin-layout-entry-max-width-large);--page-integration-vendor-logo-height: var(--page-integration-vendor-logo-height-large);--page-integration-vendor-logo-width: var(--page-integration-vendor-logo-width-large);--page-modal-max-modal-height: var(--page-modal-max-modal-height-large);--page-modal-max-modal-width: var(--page-modal-max-modal-width-large);--page-r-panel-item-title-width-1: var(--page-r-panel-item-title-width-1-large);--page-r-panel-item-title-width-2: var(--page-r-panel-item-title-width-2-large);--page-r-panel-item-title-width-3: var(--page-r-panel-item-title-width-3-large);--page-r-panel-width-1: var(--page-r-panel-width-1-large);--page-r-panel-width-2: var(--page-r-panel-width-2-large);--page-r-panel-width-3: var(--page-r-panel-width-3-large);--page-width: var(--page-width-large)}}.text-regular-md{font-family:var(--font-family-poppins),sans-serif;font-size:var(--text-sm);font-style:normal;font-weight:400;line-height:normal}.margin-left-5{margin-left:5px!important}.margin-right-5{margin-right:5px!important}.margin-top-5{margin-top:5px!important}.margin-top-10{margin-top:10px!important}.margin-top-15{margin-top:15px!important}.margin-top-30{margin-top:30px!important}.margin-bottom-5{margin-bottom:5px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-15{margin-bottom:15px!important}.margin-bottom-30{margin-bottom:30px!important}.padding-left-5{padding-left:5px!important}.padding-right-5{padding-right:5px!important}.padding-top-5{padding-top:5px!important}.padding-bottom-5{padding-bottom:5px!important}.width-percent-5{width:5%}.width-percent-10{width:10%}.width-percent-15{width:15%}.width-percent-20{width:20%}.width-percent-30{width:30%}.width-percent-40{width:40%}.width-percent-50{width:50%}.width-percent-100{width:100%}body.swal2-height-auto{height:inherit!important}.swal2-popup.swal2-toast{padding:10px 12px!important;display:block!important}.swal2-popup.swal2-toast .swal2-header,.swal2-popup.swal2-toast .swal2-title,.swal2-popup.swal2-toast .swal2-content{text-align:left!important;margin:0!important}.swal2-popup.swal2-toast .swal2-title{margin-bottom:4px!important}.swal2-icon.swal2-info:before,.swal2-icon.swal2-warning:before,.swal2-icon.swal2-success:before,.swal2-icon.swal2-error:before{content:""}@keyframes glowing{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.glowing{animation:glowing 2s infinite}.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:var(--color-base-white);z-index:100000!important;top:50%;left:50%;transform:translate(-50%,-50%)}.root-initial-loader .fa-spin-2x{animation:fa-spin 1s infinite linear;font-size:3em}ngx-spinner .loading-text{font-weight:700;color:var(--color-base-white);font-size:1.3em}.ngx-spinner-overlay{background-color:var(--color-spinner-bg)!important}.preboot-body{z-index:99999;position:fixed;opacity:1}#preboot-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-spinner-bg)}.ngx-spinner-center{top:50%;left:50%;margin:0;position:absolute;transform:translate(-50%,-50%)}.loading-text{z-index:999999}.root-initial-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center}.loading-icon{color:var(--color-base-white)!important;z-index:100000}bs-days-calendar-view+bs-days-calendar-view{margin-left:10px}bs-days-calendar-view{display:inline-block;border-radius:4px 0 0 4px}bs-dropdown-container{z-index:1060!important}.container-left-primary{padding:1.5em 1em;border-left:2px solid var(--color-red-myq-500);background-color:var(--color-gray-50)}.clickable-item{text-decoration:underline;text-decoration-color:transparent;-webkit-text-decoration-color:transparent;-moz-text-decoration-color:transparent;transition:-webkit-text-decoration .3s ease;transition:text-decoration .3s ease;transition:text-decoration .3s ease,-webkit-text-decoration .3s ease}.clickable-item:hover{text-decoration-color:var(--color-red-myq-500);-webkit-text-decoration-color:var(--color-red-myq-500);-moz-text-decoration-color:var(--color-red-myq-500);color:var(--color-red-myq-500)}.hr-myq-short{content:"";display:block;width:4em;height:.2em;background-color:var(--color-red-myq-500);margin-top:10px;margin-bottom:10px;border-radius:1%}.hr-myq{width:100%;height:1px;content:"";display:block;background-color:var(--color-red-myq-500);margin-top:10px;margin-bottom:10px;border-radius:1%}.btn,.form-control{padding:.65rem 1rem!important;font-size:1rem!important;line-height:1.5;border-radius:.42rem}.form-input-number,.form-input-number-native{display:block;border:1px solid var(--color-gray-100);border-radius:.42rem}.form-input-number-native{border-top-right-radius:.42rem!important;border-bottom-right-radius:.42rem!important;padding:.65rem 1rem}.form-input-number-native:focus{outline:none;border:1px solid var(--color-gray-200)}.form-input-number.p-inputwrapper-focus{border:1px solid var(--color-gray-200)}.form-input-number.percent-icon{width:calc(100% - 41px)}.form-input-number,.form-input-number .p-inputnumber,.form-input-number-native{width:100%}.form-input-number .p-inputtext,.form-input-number .p-inputtext:enabled:focus{border:0!important}.form-input-number .p-inputnumber.p-inputnumber-buttons-stacked .p-inputnumber-button{background:transparent;color:var(--bluegray-500)}.input-readonly:not([type=checkbox]),input[readonly]:not([type=checkbox]){background-color:var(--color-gray-75)!important;cursor:initial}.close{display:inline-block;font-weight:500;line-height:1.5;color:var(--color-base-black);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1.1rem;border-radius:.475rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem!important;padding-bottom:.625rem!important}.font-sm-90{font-size:90%}.timeline .timeline-item{align-items:baseline!important}.min-width-150{min-width:150px}.no-text-overflow{white-space:break-spaces}.align-left{display:flex;flex-direction:row;justify-content:center;align-items:center}.align-left h5{margin:0;padding:0}.p-checkbox .p-highlight{border:3.5px solid var(--color-red-myq-500)!important;background:var(--color-red-myq-500)!important}@media only screen and (max-width: 990px){#no-margin{margin:0!important}}.chart30Days{background-color:var(--color-base-white);max-height:180px;padding-bottom:20px}.radial-chart-label{margin-top:-35px;padding-bottom:15%;font-size:11px;position:relative;z-index:999;font-weight:lighter;color:var(--color-gray-100)}.widget-content-alignment{height:180px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:start;align-content:center}.refresh-last-30-days-icon{cursor:pointer}button.swal2-styled.swal2-confirm{background-color:var(--color-red-myq-500)}button.swal2-styled.swal2-cancel{background-color:var(--color-gray-250)}@media (max-width: 1320px){.apexcharts-tracks,.apexcharts-series.apexcharts-radial-series{display:none}}@media (max-width: 768px){.apexcharts-tracks,.apexcharts-series.apexcharts-radial-series{display:block}}@media (min-width: 992px){.margin-right-widget-total{margin-right:1.45rem!important}}.form-control.loading-input{background-color:var(--color-gray-200);animation:loading-fading 1.5s infinite;border-radius:.475rem;opacity:.1;pointer-events:none;height:35px}.form-check-label.loading-text{background-color:var(--color-gray-200);height:20px;margin:3px 0;opacity:.2;min-width:220px;border-radius:75px;animation:loading-fading 1.5s infinite}.loading-text-250px{background-color:var(--color-base-black);color:var(--color-base-black)!important;height:20px;margin:3px 0;opacity:.2;min-width:250px;border-radius:75px;animation:loading-fading 1.5s infinite}.loading-number{background-color:var(--color-gray-200);animation:loading-fading 1.5s infinite;opacity:.2;border-radius:20px;max-width:40px}img.loading-image{background-color:var(--color-gray-200);animation:loading-fading 1.5s infinite}.chart-in-widget-loading{height:300px;background-color:var(--color-gray-200);animation:loading-fading 1.5s infinite}@keyframes loading-fading{0%{opacity:.1}50%{opacity:.2}to{opacity:.1}}.p-inputtext{border-radius:4px}.right-to-left-text-align{direction:rtl!important;text-align:right!important}.ps{overflow:auto!important}.p-datatable .p-datatable-loading-icon{color:var(--color-base-white)}.p-datatable .p-datatable-loading-overlay{background-color:var(--color-spinner-bg)!important;z-index:2}.loading-table-row{height:100px}.p-chips-token{margin:5px}.p-chips .p-chips-multiple-container .p-chips-token{color:var(--color-red-myq-500)!important;background:#0000000a!important}ul.p-inputtext.p-chips-multiple-container{width:750px!important}@media only screen and (max-width: 991px){ul.p-inputtext.p-chips-multiple-container{width:450px!important}}@media only screen and (max-width: 487px){ul.p-inputtext.p-chips-multiple-container{width:350px!important}}input[type=file]::-webkit-file-upload-button{border:none;border-radius:.475rem;font-weight:500;height:36px;cursor:pointer;color:var(--color-base-white);border-color:var(--color-base-black);background-color:var(--color-base-black)}input[type=file]::-webkit-file-upload-button:hover{background-color:var(--color-base-black)!important}.p-password,.p-inputtext{width:100%!important}.p-inputtext:focus{border:none!important}.p-password-label{background-color:transparent!important;font-weight:600!important;opacity:.5;color:var(--color-gray-500)!important}.p-password-strength .p-password-strength-bar{transition:width .5s ease!important}.text-wrap{display:block!important;width:auto!important;word-wrap:break-word!important;word-break:break-all!important}#PasswordPicker>div>input,#PasswordPickPicker>div>input{font-weight:500!important;font-family:Poppins,Helvetica,sans-serif!important}.form-check.form-check-solid .form-check-input{outline:1px solid var(--color-gray-150)}.form-check.form-check-solid .form-check-input:checked{outline:none}.p-picklist-item:nth-child(odd){background-color:var(--color-base-white)!important}.p-picklist-item:hover{background-color:transparent}#dark-mode-icon-div,.dark-mode-icon-dark{padding:2px;max-width:35px;max-height:35px}.p-inputgroup-addon{border:1px solid var(--color-gray-100)!important}.p-inputgroup-addon:hover{background-color:#0000000a}.p-inputtext:focus{border:1px solid var(--color-base-black)!important}.cost-center-name-tooltip .tooltip-inner{max-width:320px!important;width:320px;white-space:normal;word-break:break-word;text-align:left}.chart-flex-center{display:flex;align-items:center;flex-direction:column}apx-chart .apexcharts-canvas .apexcharts-svg{height:170px!important}app-widget-printer-activity apx-chart .apexcharts-canvas .apexcharts-svg{height:270px!important;border-radius:.775rem!important}.chart-label-description{position:absolute;top:10px;left:15px;z-index:10;font-weight:lighter}.badge-tree-actions{padding:.5em .85em!important}.badge-tree-actions:hover{background-color:var(--color-gray-25)}.treetable tr:hover .ellipsis-icon{visibility:visible}.ellipsis-icon{visibility:hidden;cursor:pointer;color:var(--color-gray-300)}.ellipsis-icon:hover{color:var(--color-base-black);font-weight:bolder}.badge-tree-node,.badge-tree-node-muted{background-color:var(--color-gray-250);color:var(--color-base-black);min-width:100px}#icon-container-dots.ellipsis-icon .p-tag-icon.ki.ki-more-hor{margin:0 .35rem!important;display:flex;align-items:center;justify-content:center;height:100%;width:15px}.p-treetable .p-treetable-tbody>tr.p-highlight{background:var(--color-gray-100)!important}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:var(--color-gray-100)!important}.tree-check{background-size:70% 70%!important}#membered-groups .p-datatable-scrollable .p-datatable-tbody{max-height:220px}.user-color-pick{width:30px;height:30px;border-radius:5px;cursor:pointer;display:flex;align-self:center}input[type=file]::file-selector-button{display:none}.awesome-border{outline:2px solid var(--color-gray-300);outline-offset:2px;border-radius:5px;transition:none;z-index:1}.my-width{max-width:1000px!important}.invalid-input{border-color:var(--color-red-myq-400)!important}div.p-paginator-rpp-options span.p-element.p-dropdown-label.p-inputtext{padding-right:10px}.btn-button-custom{border:1px solid rgba(0,0,0,.65)!important}.btn-button-custom>i{color:var(--color-base-black)!important}.btn-button-custom:hover>i{color:var(--color-base-white)!important}.button-container-custom-transition{transition:opacity .17s ease-in-out;opacity:0}.button-container-custom-transition.show{opacity:1}.p-datatable .p-column-resizer{display:block;position:absolute!important;top:-4px!important;right:0!important;margin:0;height:100%;width:1px!important;padding:0;cursor:col-resize;box-shadow:1px -4px 0 3px var(--color-gray-100);border:none}#scan-template-invalid-char-error-msg div{display:inline!important}.h-38px{height:38px!important}button.btn-primary .svg-inline--fa.fa-floppy-disk{padding-right:.35rem}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.p-inputtext,.p-dropdown,.p-multiselect{border:1px solid var(--color-gray-100)!important}.p-multiselect{display:inline-flex;cursor:pointer;position:relative;width:100%}.app-navbar language-switch-dropdown,.app-navbar header-notifications,.app-navbar chat-toggle-button,.app-navbar toggle-dark-mode,.app-navbar user-menu{float:left}.aside{box-shadow:0 0 28px #523f6933;z-index:1000}@media (min-width: 992px){.aside-logo{padding-left:0!important;padding-right:0!important}}.visibility-hidden{visibility:hidden}.visibility-visible{visibility:visible}#kt_app_header_container{padding-top:12px!important;padding-bottom:12px!important}.flex-row-fluid{display:flex!important}#kt_app_main{padding-left:0;padding-right:0}#kt_app_main .content{padding-top:0}@media (min-width: 992px){#kt_app_sidebar{display:block}#kt_app_sidebar .app-sidebar-wrapper{overflow-x:hidden}#kt_app_sidebar .menu-closed{width:75px}#kt_app_sidebar .menu-opened{width:265px}#kt_app_main.menu-closed{max-width:calc(100% - 75px)}#kt_app_main.menu-opened{max-width:calc(100% - 265px)}}#kt_app_header_container{background-color:var(--color-base-white);padding-top:1.5em;padding-bottom:1.5em;border-bottom:1px solid #c8ceda}#kt_app_footer{position:fixed;width:100%;bottom:0}#kt_footer{padding:0!important}.app-container{background-color:#f0f7fc}@media (min-width: 992px){.app-container{padding-top:30px!important;padding-bottom:30px!important}.container-content{overflow-y:auto!important}.container-content.container-content-1{height:calc(100vh - 115px)!important}.container-content.container-content-2{height:calc(100vh - 175px)!important}.container-content .card .card-body{background-color:var(--color-base-white)}}@media (min-width: 1400px){.container-xxl{max-width:none!important}}.primeng-datatable-container .p-dropdown-items-wrapper .p-dropdown-items{padding-left:0;margin-bottom:0}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link,.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,.p-accordion .p-accordion-header a{color:#000000de}.p-treetable .p-treetable-tbody>tr.p-highlight{color:var(--color-base-black)}.p-dropdown-label:focus{border:none!important}.swal2-popup .swal2-html-container{font-weight:500!important;font-size:1.3rem!important;margin-top:0!important;color:var(--color-gray-700)!important;line-height:1.2;overflow-y:hidden!important}.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-up,.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-down{padding:0}.dropdown .dropdown-menu{padding:.5rem 0!important}.form-control[readonly]:focus{border-color:var(--color-gray-200)!important}.form-control[readonly].disabled-input-color-dark{color:var(--color-base-black)!important}.dropdown-language-list{max-height:calc(100% - 80px);overflow-y:auto}.p-contextmenu-overlay ul{padding-left:0;margin-bottom:0}.swal2-icon.swal2-error.swal2-icon-show{color:var(--color-red-myq-300);border-color:var(--color-red-myq-300)}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark .swal2-x-mark-line-left,.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark .swal2-x-mark-line-right{background-color:#f1416cbf}.table-cell-centered{display:flex;justify-content:center;align-items:center}.click-widget-angle{position:absolute;top:1em;right:1em;padding:.5em;color:var(--color-base-black)}.click-widget-angle.inverse{color:var(--color-base-white)}#kt_body{overflow-y:auto}#kt_body #kt_app_wrapper{height:100vh}#kt_body #kt_app_wrapper #kt_app_sidebar_menu_wrapper{margin-bottom:0!important}#kt_body #kt_app_wrapper #kt_app_main{overflow-y:auto;background-color:#f0f7fc}.toolbar{position:relative;z-index:10;box-shadow:0 4px 12px #523f691f}.validation-message-list{margin-left:1em;padding-left:0;padding-top:.75em;font-size:.9rem}@media screen and (max-width: 767px){.custom-table-stack>div>table>.p-datatable-tbody>tr>td{display:flex;width:100%!important;align-items:center;justify-content:space-between}.custom-table-stack>div>table>.p-datatable-tbody>tr>td>.p-column-title{display:block}.custom-table-stack>div>table>.p-datatable-tbody>tr>td>.p-column-title.label{display:none}.custom-table-stack>div>table>.p-datatable-tbody>tr>td:not(:last-child){border:0 none}.custom-table-stack>div>table>.p-datatable-tbody>tr>td .table-cell-content{display:flex;justify-content:space-between;flex-direction:row;width:100%;align-items:center}.custom-table-stack>div>table>.p-datatable-tbody>tr>td .table-cell-content .table-header{display:block}.custom-table-stack>div>table>.p-datatable-tbody>tr>td .table-cell-content>span.table-header{margin:0;font-weight:400}.custom-table-stack>div>table>.p-datatable-tbody>tr>td .table-cell-content .table-data .text-left{padding-left:0;padding-right:0}.custom-table-stack>div>table>.p-datatable-thead>tr>th,.custom-table-stack>div>table>.p-datatable-tfoot>tr>td{display:none!important}}.primeng-paging-container{--flex-direction: row-reverse;display:flex;justify-content:space-between;flex-direction:var(--flex-direction);align-items:center;width:100%;margin-top:1em!important}.primeng-paging-container .p-paginator{padding-right:0}.primeng-paging-container .p-paginator .p-dropdown{margin-right:0}.primeng-paging-container-new{--flex-direction: row}html[dir=rtl]{@charset "UTF-8";}html[dir=rtl] :root{--bs-blue: #009ef6;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-gray: #7E8299;--bs-gray-dark: #3F4254;--bs-gray-100: #F5F8FA;--bs-gray-200: #EFF2F5;--bs-gray-300: #E4E6EF;--bs-gray-400: #B5B5C3;--bs-gray-500: #A1A5B7;--bs-gray-600: #7E8299;--bs-gray-700: #5E6278;--bs-gray-800: #3F4254;--bs-gray-900: #484A5A;--bs-white: #ffffff;--bs-light: #F5F8FA;--bs-primary: #DA0027;--bs-secondary: #E4E6EF;--bs-success: #50CD89;--bs-info: #3699FF;--bs-warning: #FFC700;--bs-danger: #F1416C;--bs-dark: #484A5A;--bs-white-rgb: 255, 255, 255;--bs-light-rgb: 245, 248, 250;--bs-primary-rgb: 218, 0, 39;--bs-secondary-rgb: 228, 230, 239;--bs-success-rgb: 80, 205, 137;--bs-info-rgb: 27, 197, 189;--bs-warning-rgb: 255, 199, 0;--bs-danger-rgb: 241, 65, 108;--bs-dark-rgb: 72 ,74 ,90;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 27, 36, 40;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: Poppins, Helvetica, "sans-serif";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #1B2428;--bs-body-bg: #ffffff}html[dir=rtl] *,html[dir=rtl] *:before,html[dir=rtl] *:after{box-sizing:border-box}html[dir=rtl] body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}html[dir=rtl] hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}html[dir=rtl] hr:not([size]){height:1px}html[dir=rtl] h6,html[dir=rtl] .h6,html[dir=rtl] h5,html[dir=rtl] .h5,html[dir=rtl] h4,html[dir=rtl] .h4,html[dir=rtl] h3,html[dir=rtl] .h3,html[dir=rtl] h2,html[dir=rtl] .h2,html[dir=rtl] h1,html[dir=rtl] .h1{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.2;color:var(--bs-gray-900)}html[dir=rtl] h1,html[dir=rtl] .h1{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){html[dir=rtl] h1,html[dir=rtl] .h1{font-size:1.75rem}}html[dir=rtl] h2,html[dir=rtl] .h2{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){html[dir=rtl] h2,html[dir=rtl] .h2{font-size:1.5rem}}html[dir=rtl] h3,html[dir=rtl] .h3{font-size:calc(1.26rem + .12vw)}@media (min-width: 1200px){html[dir=rtl] h3,html[dir=rtl] .h3{font-size:1.35rem}}html[dir=rtl] h4,html[dir=rtl] .h4{font-size:1.25rem}html[dir=rtl] h5,html[dir=rtl] .h5{font-size:1.15rem}html[dir=rtl] h6,html[dir=rtl] .h6{font-size:1.075rem}html[dir=rtl] p{margin-top:0;margin-bottom:1rem}html[dir=rtl] abbr[title],html[dir=rtl] abbr[data-bs-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}html[dir=rtl] address{margin-bottom:1rem;font-style:normal;line-height:inherit}html[dir=rtl] ol,html[dir=rtl] ul{padding-right:2rem}html[dir=rtl] ol,html[dir=rtl] ul,html[dir=rtl] dl{margin-top:0;margin-bottom:1rem}html[dir=rtl] ol ol,html[dir=rtl] ul ul,html[dir=rtl] ol ul,html[dir=rtl] ul ol{margin-bottom:0}html[dir=rtl] dt{font-weight:500}html[dir=rtl] dd{margin-bottom:.5rem;margin-right:0}html[dir=rtl] blockquote{margin:0 0 1rem}html[dir=rtl] b,html[dir=rtl] strong{font-weight:600}html[dir=rtl] small,html[dir=rtl] .small{font-size:.875em}html[dir=rtl] mark,html[dir=rtl] .mark{padding:.2em;background-color:#fcf8e3}html[dir=rtl] sub,html[dir=rtl] sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}html[dir=rtl] sub{bottom:-.25em}html[dir=rtl] sup{top:-.5em}html[dir=rtl] a{color:var(--bs-primary);text-decoration:none}html[dir=rtl] a:hover{color:var(--bs-danger);text-decoration:underline}html[dir=rtl] a:not([href]):not([class]),html[dir=rtl] a:not([href]):not([class]):hover{color:inherit;text-decoration:none}html[dir=rtl] pre,html[dir=rtl] code,html[dir=rtl] kbd,html[dir=rtl] samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}html[dir=rtl] pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}html[dir=rtl] pre code{font-size:inherit;color:inherit;word-break:normal}html[dir=rtl] code{font-size:.875em;color:#b93993;word-wrap:break-word}html[dir=rtl] a>code{color:inherit}html[dir=rtl] kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:var(--bs-gray-900);border-radius:.275rem}html[dir=rtl] kbd kbd{padding:0;font-size:1em;font-weight:500}html[dir=rtl] figure{margin:0 0 1rem}html[dir=rtl] img,html[dir=rtl] svg{vertical-align:middle}html[dir=rtl] table{caption-side:bottom;border-collapse:collapse}html[dir=rtl] caption{padding-top:.75rem;padding-bottom:.75rem;color:#a1a5b7;text-align:right}html[dir=rtl] th{text-align:inherit;text-align:-webkit-match-parent}html[dir=rtl] thead,html[dir=rtl] tbody,html[dir=rtl] tfoot,html[dir=rtl] tr,html[dir=rtl] td,html[dir=rtl] th{border-color:inherit;border-style:solid;border-width:0}html[dir=rtl] label{display:inline-block}html[dir=rtl] button{border-radius:0}html[dir=rtl] button:focus:not(:focus-visible){outline:0}html[dir=rtl] input,html[dir=rtl] button,html[dir=rtl] select,html[dir=rtl] optgroup,html[dir=rtl] textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}html[dir=rtl] button,html[dir=rtl] select{text-transform:none}html[dir=rtl] [role=button]{cursor:pointer}html[dir=rtl] select{word-wrap:normal}html[dir=rtl] select:disabled{opacity:1}html[dir=rtl] [list]::-webkit-calendar-picker-indicator{display:none}html[dir=rtl] button,html[dir=rtl] [type=button],html[dir=rtl] [type=reset],html[dir=rtl] [type=submit]{-webkit-appearance:button}html[dir=rtl] button:not(:disabled),html[dir=rtl] [type=button]:not(:disabled),html[dir=rtl] [type=reset]:not(:disabled),html[dir=rtl] [type=submit]:not(:disabled){cursor:pointer}html[dir=rtl] .btn-adjust{position:absolute;transform:translate(169px,-3px)!important;min-width:150px;width:max-content}html[dir=rtl] ::-moz-focus-inner{padding:0;border-style:none}html[dir=rtl] textarea{resize:vertical}html[dir=rtl] fieldset{min-width:0;padding:0;margin:0;border:0}html[dir=rtl] legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){html[dir=rtl] legend{font-size:1.5rem}}html[dir=rtl] legend+*{clear:right}html[dir=rtl] ::-webkit-datetime-edit-fields-wrapper,html[dir=rtl] ::-webkit-datetime-edit-text,html[dir=rtl] ::-webkit-datetime-edit-minute,html[dir=rtl] ::-webkit-datetime-edit-hour-field,html[dir=rtl] ::-webkit-datetime-edit-day-field,html[dir=rtl] ::-webkit-datetime-edit-month-field,html[dir=rtl] ::-webkit-datetime-edit-year-field{padding:0}html[dir=rtl] ::-webkit-inner-spin-button{height:auto}html[dir=rtl] [type=search]{outline-offset:-2px;-webkit-appearance:textfield}html[dir=rtl] [type=tel],html[dir=rtl] [type=url],html[dir=rtl] [type=email],html[dir=rtl] [type=number]{direction:ltr}html[dir=rtl] ::-webkit-search-decoration{-webkit-appearance:none}html[dir=rtl] ::-webkit-color-swatch-wrapper{padding:0}html[dir=rtl] ::file-selector-button{font:inherit}html[dir=rtl] ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}html[dir=rtl] output{display:inline-block}html[dir=rtl] iframe{border:0}html[dir=rtl] summary{display:list-item;cursor:pointer}html[dir=rtl] progress{vertical-align:baseline}html[dir=rtl] [hidden]{display:none!important}html[dir=rtl] .lead{font-size:1.25rem;font-weight:300}html[dir=rtl] .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:600;line-height:1.2}@media (min-width: 1200px){html[dir=rtl] .display-1{font-size:5rem}}html[dir=rtl] .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:600;line-height:1.2}@media (min-width: 1200px){html[dir=rtl] .display-2{font-size:4.5rem}}html[dir=rtl] .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:600;line-height:1.2}@media (min-width: 1200px){html[dir=rtl] .display-3{font-size:4rem}}html[dir=rtl] .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:600;line-height:1.2}@media (min-width: 1200px){html[dir=rtl] .display-4{font-size:3.5rem}}html[dir=rtl] .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:600;line-height:1.2}@media (min-width: 1200px){html[dir=rtl] .display-5{font-size:3rem}}html[dir=rtl] .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:600;line-height:1.2}@media (min-width: 1200px){html[dir=rtl] .display-6{font-size:2.5rem}}html[dir=rtl] .list-unstyled,html[dir=rtl] .list-inline{padding-right:0;list-style:none}html[dir=rtl] .list-inline-item{display:inline-block}html[dir=rtl] .list-inline-item:not(:last-child){margin-left:.5rem}html[dir=rtl] .initialism{font-size:.875em;text-transform:uppercase}html[dir=rtl] .blockquote{margin-bottom:1rem;font-size:1.25rem}html[dir=rtl] .blockquote>:last-child{margin-bottom:0}html[dir=rtl] .blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#7e8299}html[dir=rtl] .blockquote-footer:before{content:"\2014\a0"}html[dir=rtl] .img-fluid{max-width:100%;height:auto}html[dir=rtl] .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #E4E6EF;border-radius:.475rem;box-shadow:0 .1rem 1rem .25rem #0000000d;max-width:100%;height:auto}html[dir=rtl] .figure{display:inline-block}html[dir=rtl] .figure-img{margin-bottom:.5rem;line-height:1}html[dir=rtl] .figure-caption{font-size:.875em;color:#7e8299}html[dir=rtl] .container,html[dir=rtl] .container-fluid,html[dir=rtl] .container-xxl,html[dir=rtl] .container-xl,html[dir=rtl] .container-lg,html[dir=rtl] .container-md,html[dir=rtl] .container-sm{width:100%;padding-left:var(--bs-gutter-x, 1.5rem);padding-right:var(--bs-gutter-x, 1.5rem);margin-left:auto;margin-right:auto}@media (min-width: 576px){html[dir=rtl] .container-sm,html[dir=rtl] .container{max-width:540px}}@media (min-width: 768px){html[dir=rtl] .container-md,html[dir=rtl] .container-sm,html[dir=rtl] .container{max-width:720px}}@media (min-width: 992px){html[dir=rtl] .container-lg,html[dir=rtl] .container-md,html[dir=rtl] .container-sm,html[dir=rtl] .container{max-width:960px}}@media (min-width: 1200px){html[dir=rtl] .container-xl,html[dir=rtl] .container-lg,html[dir=rtl] .container-md,html[dir=rtl] .container-sm,html[dir=rtl] .container{max-width:1140px}}@media (min-width: 1400px){html[dir=rtl] .container-xxl,html[dir=rtl] .container-xl,html[dir=rtl] .container-lg,html[dir=rtl] .container-md,html[dir=rtl] .container-sm,html[dir=rtl] .container{max-width:1320px}}html[dir=rtl] .row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-left:calc(-.5 * var(--bs-gutter-x));margin-right:calc(-.5 * var(--bs-gutter-x))}html[dir=rtl] .row>*{flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}html[dir=rtl] .col{flex:1 0 0%}html[dir=rtl] .row-cols-auto>*{flex:0 0 auto;width:auto}html[dir=rtl] .row-cols-1>*{flex:0 0 auto;width:100%}html[dir=rtl] .row-cols-2>*{flex:0 0 auto;width:50%}html[dir=rtl] .row-cols-3>*{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .row-cols-4>*{flex:0 0 auto;width:25%}html[dir=rtl] .row-cols-5>*{flex:0 0 auto;width:20%}html[dir=rtl] .row-cols-6>*{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-auto{flex:0 0 auto;width:auto}html[dir=rtl] .col-1{flex:0 0 auto;width:8.33333333%}html[dir=rtl] .col-2{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-3{flex:0 0 auto;width:25%}html[dir=rtl] .col-4{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .col-5{flex:0 0 auto;width:41.66666667%}html[dir=rtl] .col-6{flex:0 0 auto;width:50%}html[dir=rtl] .col-7{flex:0 0 auto;width:58.33333333%}html[dir=rtl] .col-8{flex:0 0 auto;width:66.66666667%}html[dir=rtl] .col-9{flex:0 0 auto;width:75%}html[dir=rtl] .col-10{flex:0 0 auto;width:83.33333333%}html[dir=rtl] .col-11{flex:0 0 auto;width:91.66666667%}html[dir=rtl] .col-12{flex:0 0 auto;width:100%}html[dir=rtl] .offset-1{margin-right:8.33333333%}html[dir=rtl] .offset-2{margin-right:16.66666667%}html[dir=rtl] .offset-3{margin-right:25%}html[dir=rtl] .offset-4{margin-right:33.33333333%}html[dir=rtl] .offset-5{margin-right:41.66666667%}html[dir=rtl] .offset-6{margin-right:50%}html[dir=rtl] .offset-7{margin-right:58.33333333%}html[dir=rtl] .offset-8{margin-right:66.66666667%}html[dir=rtl] .offset-9{margin-right:75%}html[dir=rtl] .offset-10{margin-right:83.33333333%}html[dir=rtl] .offset-11{margin-right:91.66666667%}html[dir=rtl] .g-0,html[dir=rtl] .gx-0{--bs-gutter-x: 0rem}html[dir=rtl] .g-0,html[dir=rtl] .gy-0{--bs-gutter-y: 0rem}html[dir=rtl] .g-1,html[dir=rtl] .gx-1{--bs-gutter-x: .25rem}html[dir=rtl] .g-1,html[dir=rtl] .gy-1{--bs-gutter-y: .25rem}html[dir=rtl] .g-2,html[dir=rtl] .gx-2{--bs-gutter-x: .5rem}html[dir=rtl] .g-2,html[dir=rtl] .gy-2{--bs-gutter-y: .5rem}html[dir=rtl] .g-3,html[dir=rtl] .gx-3{--bs-gutter-x: .75rem}html[dir=rtl] .g-3,html[dir=rtl] .gy-3{--bs-gutter-y: .75rem}html[dir=rtl] .g-4,html[dir=rtl] .gx-4{--bs-gutter-x: 1rem}html[dir=rtl] .g-4,html[dir=rtl] .gy-4{--bs-gutter-y: 1rem}html[dir=rtl] .g-5,html[dir=rtl] .gx-5{--bs-gutter-x: 1.25rem}html[dir=rtl] .g-5,html[dir=rtl] .gy-5{--bs-gutter-y: 1.25rem}html[dir=rtl] .g-6,html[dir=rtl] .gx-6{--bs-gutter-x: 1.5rem}html[dir=rtl] .g-6,html[dir=rtl] .gy-6{--bs-gutter-y: 1.5rem}html[dir=rtl] .g-7,html[dir=rtl] .gx-7{--bs-gutter-x: 1.75rem}html[dir=rtl] .g-7,html[dir=rtl] .gy-7{--bs-gutter-y: 1.75rem}html[dir=rtl] .g-8,html[dir=rtl] .gx-8{--bs-gutter-x: 2rem}html[dir=rtl] .g-8,html[dir=rtl] .gy-8{--bs-gutter-y: 2rem}html[dir=rtl] .g-9,html[dir=rtl] .gx-9{--bs-gutter-x: 2.25rem}html[dir=rtl] .g-9,html[dir=rtl] .gy-9{--bs-gutter-y: 2.25rem}html[dir=rtl] .g-10,html[dir=rtl] .gx-10{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-10,html[dir=rtl] .gy-10{--bs-gutter-y: 2.5rem}@media (min-width: 576px){html[dir=rtl] .col-sm{flex:1 0 0%}html[dir=rtl] .row-cols-sm-auto>*{flex:0 0 auto;width:auto}html[dir=rtl] .row-cols-sm-1>*{flex:0 0 auto;width:100%}html[dir=rtl] .row-cols-sm-2>*{flex:0 0 auto;width:50%}html[dir=rtl] .row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .row-cols-sm-4>*{flex:0 0 auto;width:25%}html[dir=rtl] .row-cols-sm-5>*{flex:0 0 auto;width:20%}html[dir=rtl] .row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-sm-auto{flex:0 0 auto;width:auto}html[dir=rtl] .col-sm-1{flex:0 0 auto;width:8.33333333%}html[dir=rtl] .col-sm-2{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-sm-3{flex:0 0 auto;width:25%}html[dir=rtl] .col-sm-4{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .col-sm-5{flex:0 0 auto;width:41.66666667%}html[dir=rtl] .col-sm-6{flex:0 0 auto;width:50%}html[dir=rtl] .col-sm-7{flex:0 0 auto;width:58.33333333%}html[dir=rtl] .col-sm-8{flex:0 0 auto;width:66.66666667%}html[dir=rtl] .col-sm-9{flex:0 0 auto;width:75%}html[dir=rtl] .col-sm-10{flex:0 0 auto;width:83.33333333%}html[dir=rtl] .col-sm-11{flex:0 0 auto;width:91.66666667%}html[dir=rtl] .col-sm-12{flex:0 0 auto;width:100%}html[dir=rtl] .offset-sm-0{margin-right:0}html[dir=rtl] .offset-sm-1{margin-right:8.33333333%}html[dir=rtl] .offset-sm-2{margin-right:16.66666667%}html[dir=rtl] .offset-sm-3{margin-right:25%}html[dir=rtl] .offset-sm-4{margin-right:33.33333333%}html[dir=rtl] .offset-sm-5{margin-right:41.66666667%}html[dir=rtl] .offset-sm-6{margin-right:50%}html[dir=rtl] .offset-sm-7{margin-right:58.33333333%}html[dir=rtl] .offset-sm-8{margin-right:66.66666667%}html[dir=rtl] .offset-sm-9{margin-right:75%}html[dir=rtl] .offset-sm-10{margin-right:83.33333333%}html[dir=rtl] .offset-sm-11{margin-right:91.66666667%}html[dir=rtl] .g-sm-0,html[dir=rtl] .gx-sm-0{--bs-gutter-x: 0rem}html[dir=rtl] .g-sm-0,html[dir=rtl] .gy-sm-0{--bs-gutter-y: 0rem}html[dir=rtl] .g-sm-1,html[dir=rtl] .gx-sm-1{--bs-gutter-x: .25rem}html[dir=rtl] .g-sm-1,html[dir=rtl] .gy-sm-1{--bs-gutter-y: .25rem}html[dir=rtl] .g-sm-2,html[dir=rtl] .gx-sm-2{--bs-gutter-x: .5rem}html[dir=rtl] .g-sm-2,html[dir=rtl] .gy-sm-2{--bs-gutter-y: .5rem}html[dir=rtl] .g-sm-3,html[dir=rtl] .gx-sm-3{--bs-gutter-x: .75rem}html[dir=rtl] .g-sm-3,html[dir=rtl] .gy-sm-3{--bs-gutter-y: .75rem}html[dir=rtl] .g-sm-4,html[dir=rtl] .gx-sm-4{--bs-gutter-x: 1rem}html[dir=rtl] .g-sm-4,html[dir=rtl] .gy-sm-4{--bs-gutter-y: 1rem}html[dir=rtl] .g-sm-5,html[dir=rtl] .gx-sm-5{--bs-gutter-x: 1.25rem}html[dir=rtl] .g-sm-5,html[dir=rtl] .gy-sm-5{--bs-gutter-y: 1.25rem}html[dir=rtl] .g-sm-6,html[dir=rtl] .gx-sm-6{--bs-gutter-x: 1.5rem}html[dir=rtl] .g-sm-6,html[dir=rtl] .gy-sm-6{--bs-gutter-y: 1.5rem}html[dir=rtl] .g-sm-7,html[dir=rtl] .gx-sm-7{--bs-gutter-x: 1.75rem}html[dir=rtl] .g-sm-7,html[dir=rtl] .gy-sm-7{--bs-gutter-y: 1.75rem}html[dir=rtl] .g-sm-8,html[dir=rtl] .gx-sm-8{--bs-gutter-x: 2rem}html[dir=rtl] .g-sm-8,html[dir=rtl] .gy-sm-8{--bs-gutter-y: 2rem}html[dir=rtl] .g-sm-9,html[dir=rtl] .gx-sm-9{--bs-gutter-x: 2.25rem}html[dir=rtl] .g-sm-9,html[dir=rtl] .gy-sm-9{--bs-gutter-y: 2.25rem}html[dir=rtl] .g-sm-10,html[dir=rtl] .gx-sm-10{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-sm-10,html[dir=rtl] .gy-sm-10{--bs-gutter-y: 2.5rem}}@media (min-width: 768px){html[dir=rtl] .col-md{flex:1 0 0%}html[dir=rtl] .row-cols-md-auto>*{flex:0 0 auto;width:auto}html[dir=rtl] .row-cols-md-1>*{flex:0 0 auto;width:100%}html[dir=rtl] .row-cols-md-2>*{flex:0 0 auto;width:50%}html[dir=rtl] .row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .row-cols-md-4>*{flex:0 0 auto;width:25%}html[dir=rtl] .row-cols-md-5>*{flex:0 0 auto;width:20%}html[dir=rtl] .row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-md-auto{flex:0 0 auto;width:auto}html[dir=rtl] .col-md-1{flex:0 0 auto;width:8.33333333%}html[dir=rtl] .col-md-2{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-md-3{flex:0 0 auto;width:25%}html[dir=rtl] .col-md-4{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .col-md-5{flex:0 0 auto;width:41.66666667%}html[dir=rtl] .col-md-6{flex:0 0 auto;width:50%}html[dir=rtl] .col-md-7{flex:0 0 auto;width:58.33333333%}html[dir=rtl] .col-md-8{flex:0 0 auto;width:66.66666667%}html[dir=rtl] .col-md-9{flex:0 0 auto;width:75%}html[dir=rtl] .col-md-10{flex:0 0 auto;width:83.33333333%}html[dir=rtl] .col-md-11{flex:0 0 auto;width:91.66666667%}html[dir=rtl] .col-md-12{flex:0 0 auto;width:100%}html[dir=rtl] .offset-md-0{margin-right:0}html[dir=rtl] .offset-md-1{margin-right:8.33333333%}html[dir=rtl] .offset-md-2{margin-right:16.66666667%}html[dir=rtl] .offset-md-3{margin-right:25%}html[dir=rtl] .offset-md-4{margin-right:33.33333333%}html[dir=rtl] .offset-md-5{margin-right:41.66666667%}html[dir=rtl] .offset-md-6{margin-right:50%}html[dir=rtl] .offset-md-7{margin-right:58.33333333%}html[dir=rtl] .offset-md-8{margin-right:66.66666667%}html[dir=rtl] .offset-md-9{margin-right:75%}html[dir=rtl] .offset-md-10{margin-right:83.33333333%}html[dir=rtl] .offset-md-11{margin-right:91.66666667%}html[dir=rtl] .g-md-0,html[dir=rtl] .gx-md-0{--bs-gutter-x: 0rem}html[dir=rtl] .g-md-0,html[dir=rtl] .gy-md-0{--bs-gutter-y: 0rem}html[dir=rtl] .g-md-1,html[dir=rtl] .gx-md-1{--bs-gutter-x: .25rem}html[dir=rtl] .g-md-1,html[dir=rtl] .gy-md-1{--bs-gutter-y: .25rem}html[dir=rtl] .g-md-2,html[dir=rtl] .gx-md-2{--bs-gutter-x: .5rem}html[dir=rtl] .g-md-2,html[dir=rtl] .gy-md-2{--bs-gutter-y: .5rem}html[dir=rtl] .g-md-3,html[dir=rtl] .gx-md-3{--bs-gutter-x: .75rem}html[dir=rtl] .g-md-3,html[dir=rtl] .gy-md-3{--bs-gutter-y: .75rem}html[dir=rtl] .g-md-4,html[dir=rtl] .gx-md-4{--bs-gutter-x: 1rem}html[dir=rtl] .g-md-4,html[dir=rtl] .gy-md-4{--bs-gutter-y: 1rem}html[dir=rtl] .g-md-5,html[dir=rtl] .gx-md-5{--bs-gutter-x: 1.25rem}html[dir=rtl] .g-md-5,html[dir=rtl] .gy-md-5{--bs-gutter-y: 1.25rem}html[dir=rtl] .g-md-6,html[dir=rtl] .gx-md-6{--bs-gutter-x: 1.5rem}html[dir=rtl] .g-md-6,html[dir=rtl] .gy-md-6{--bs-gutter-y: 1.5rem}html[dir=rtl] .g-md-7,html[dir=rtl] .gx-md-7{--bs-gutter-x: 1.75rem}html[dir=rtl] .g-md-7,html[dir=rtl] .gy-md-7{--bs-gutter-y: 1.75rem}html[dir=rtl] .g-md-8,html[dir=rtl] .gx-md-8{--bs-gutter-x: 2rem}html[dir=rtl] .g-md-8,html[dir=rtl] .gy-md-8{--bs-gutter-y: 2rem}html[dir=rtl] .g-md-9,html[dir=rtl] .gx-md-9{--bs-gutter-x: 2.25rem}html[dir=rtl] .g-md-9,html[dir=rtl] .gy-md-9{--bs-gutter-y: 2.25rem}html[dir=rtl] .g-md-10,html[dir=rtl] .gx-md-10{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-md-10,html[dir=rtl] .gy-md-10{--bs-gutter-y: 2.5rem}}@media (min-width: 992px){html[dir=rtl] .col-lg{flex:1 0 0%}html[dir=rtl] .row-cols-lg-auto>*{flex:0 0 auto;width:auto}html[dir=rtl] .row-cols-lg-1>*{flex:0 0 auto;width:100%}html[dir=rtl] .row-cols-lg-2>*{flex:0 0 auto;width:50%}html[dir=rtl] .row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .row-cols-lg-4>*{flex:0 0 auto;width:25%}html[dir=rtl] .row-cols-lg-5>*{flex:0 0 auto;width:20%}html[dir=rtl] .row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-lg-auto{flex:0 0 auto;width:auto}html[dir=rtl] .col-lg-1{flex:0 0 auto;width:8.33333333%}html[dir=rtl] .col-lg-2{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-lg-3{flex:0 0 auto;width:25%}html[dir=rtl] .col-lg-4{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .col-lg-5{flex:0 0 auto;width:41.66666667%}html[dir=rtl] .col-lg-6{flex:0 0 auto;width:50%}html[dir=rtl] .col-lg-7{flex:0 0 auto;width:58.33333333%}html[dir=rtl] .col-lg-8{flex:0 0 auto;width:66.66666667%}html[dir=rtl] .col-lg-9{flex:0 0 auto;width:75%}html[dir=rtl] .col-lg-10{flex:0 0 auto;width:83.33333333%}html[dir=rtl] .col-lg-11{flex:0 0 auto;width:91.66666667%}html[dir=rtl] .col-lg-12{flex:0 0 auto;width:100%}html[dir=rtl] .offset-lg-0{margin-right:0}html[dir=rtl] .offset-lg-1{margin-right:8.33333333%}html[dir=rtl] .offset-lg-2{margin-right:16.66666667%}html[dir=rtl] .offset-lg-3{margin-right:25%}html[dir=rtl] .offset-lg-4{margin-right:33.33333333%}html[dir=rtl] .offset-lg-5{margin-right:41.66666667%}html[dir=rtl] .offset-lg-6{margin-right:50%}html[dir=rtl] .offset-lg-7{margin-right:58.33333333%}html[dir=rtl] .offset-lg-8{margin-right:66.66666667%}html[dir=rtl] .offset-lg-9{margin-right:75%}html[dir=rtl] .offset-lg-10{margin-right:83.33333333%}html[dir=rtl] .offset-lg-11{margin-right:91.66666667%}html[dir=rtl] .g-lg-0,html[dir=rtl] .gx-lg-0{--bs-gutter-x: 0rem}html[dir=rtl] .g-lg-0,html[dir=rtl] .gy-lg-0{--bs-gutter-y: 0rem}html[dir=rtl] .g-lg-1,html[dir=rtl] .gx-lg-1{--bs-gutter-x: .25rem}html[dir=rtl] .g-lg-1,html[dir=rtl] .gy-lg-1{--bs-gutter-y: .25rem}html[dir=rtl] .g-lg-2,html[dir=rtl] .gx-lg-2{--bs-gutter-x: .5rem}html[dir=rtl] .g-lg-2,html[dir=rtl] .gy-lg-2{--bs-gutter-y: .5rem}html[dir=rtl] .g-lg-3,html[dir=rtl] .gx-lg-3{--bs-gutter-x: .75rem}html[dir=rtl] .g-lg-3,html[dir=rtl] .gy-lg-3{--bs-gutter-y: .75rem}html[dir=rtl] .g-lg-4,html[dir=rtl] .gx-lg-4{--bs-gutter-x: 1rem}html[dir=rtl] .g-lg-4,html[dir=rtl] .gy-lg-4{--bs-gutter-y: 1rem}html[dir=rtl] .g-lg-5,html[dir=rtl] .gx-lg-5{--bs-gutter-x: 1.25rem}html[dir=rtl] .g-lg-5,html[dir=rtl] .gy-lg-5{--bs-gutter-y: 1.25rem}html[dir=rtl] .g-lg-6,html[dir=rtl] .gx-lg-6{--bs-gutter-x: 1.5rem}html[dir=rtl] .g-lg-6,html[dir=rtl] .gy-lg-6{--bs-gutter-y: 1.5rem}html[dir=rtl] .g-lg-7,html[dir=rtl] .gx-lg-7{--bs-gutter-x: 1.75rem}html[dir=rtl] .g-lg-7,html[dir=rtl] .gy-lg-7{--bs-gutter-y: 1.75rem}html[dir=rtl] .g-lg-8,html[dir=rtl] .gx-lg-8{--bs-gutter-x: 2rem}html[dir=rtl] .g-lg-8,html[dir=rtl] .gy-lg-8{--bs-gutter-y: 2rem}html[dir=rtl] .g-lg-9,html[dir=rtl] .gx-lg-9{--bs-gutter-x: 2.25rem}html[dir=rtl] .g-lg-9,html[dir=rtl] .gy-lg-9{--bs-gutter-y: 2.25rem}html[dir=rtl] .g-lg-10,html[dir=rtl] .gx-lg-10{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-lg-10,html[dir=rtl] .gy-lg-10{--bs-gutter-y: 2.5rem}}@media (min-width: 1200px){html[dir=rtl] .col-xl{flex:1 0 0%}html[dir=rtl] .row-cols-xl-auto>*{flex:0 0 auto;width:auto}html[dir=rtl] .row-cols-xl-1>*{flex:0 0 auto;width:100%}html[dir=rtl] .row-cols-xl-2>*{flex:0 0 auto;width:50%}html[dir=rtl] .row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .row-cols-xl-4>*{flex:0 0 auto;width:25%}html[dir=rtl] .row-cols-xl-5>*{flex:0 0 auto;width:20%}html[dir=rtl] .row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-xl-auto{flex:0 0 auto;width:auto}html[dir=rtl] .col-xl-1{flex:0 0 auto;width:8.33333333%}html[dir=rtl] .col-xl-2{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-xl-3{flex:0 0 auto;width:25%}html[dir=rtl] .col-xl-4{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .col-xl-5{flex:0 0 auto;width:41.66666667%}html[dir=rtl] .col-xl-6{flex:0 0 auto;width:50%}html[dir=rtl] .col-xl-7{flex:0 0 auto;width:58.33333333%}html[dir=rtl] .col-xl-8{flex:0 0 auto;width:66.66666667%}html[dir=rtl] .col-xl-9{flex:0 0 auto;width:75%}html[dir=rtl] .col-xl-10{flex:0 0 auto;width:83.33333333%}html[dir=rtl] .col-xl-11{flex:0 0 auto;width:91.66666667%}html[dir=rtl] .col-xl-12{flex:0 0 auto;width:100%}html[dir=rtl] .offset-xl-0{margin-right:0}html[dir=rtl] .offset-xl-1{margin-right:8.33333333%}html[dir=rtl] .offset-xl-2{margin-right:16.66666667%}html[dir=rtl] .offset-xl-3{margin-right:25%}html[dir=rtl] .offset-xl-4{margin-right:33.33333333%}html[dir=rtl] .offset-xl-5{margin-right:41.66666667%}html[dir=rtl] .offset-xl-6{margin-right:50%}html[dir=rtl] .offset-xl-7{margin-right:58.33333333%}html[dir=rtl] .offset-xl-8{margin-right:66.66666667%}html[dir=rtl] .offset-xl-9{margin-right:75%}html[dir=rtl] .offset-xl-10{margin-right:83.33333333%}html[dir=rtl] .offset-xl-11{margin-right:91.66666667%}html[dir=rtl] .g-xl-0,html[dir=rtl] .gx-xl-0{--bs-gutter-x: 0rem}html[dir=rtl] .g-xl-0,html[dir=rtl] .gy-xl-0{--bs-gutter-y: 0rem}html[dir=rtl] .g-xl-1,html[dir=rtl] .gx-xl-1{--bs-gutter-x: .25rem}html[dir=rtl] .g-xl-1,html[dir=rtl] .gy-xl-1{--bs-gutter-y: .25rem}html[dir=rtl] .g-xl-2,html[dir=rtl] .gx-xl-2{--bs-gutter-x: .5rem}html[dir=rtl] .g-xl-2,html[dir=rtl] .gy-xl-2{--bs-gutter-y: .5rem}html[dir=rtl] .g-xl-3,html[dir=rtl] .gx-xl-3{--bs-gutter-x: .75rem}html[dir=rtl] .g-xl-3,html[dir=rtl] .gy-xl-3{--bs-gutter-y: .75rem}html[dir=rtl] .g-xl-4,html[dir=rtl] .gx-xl-4{--bs-gutter-x: 1rem}html[dir=rtl] .g-xl-4,html[dir=rtl] .gy-xl-4{--bs-gutter-y: 1rem}html[dir=rtl] .g-xl-5,html[dir=rtl] .gx-xl-5{--bs-gutter-x: 1.25rem}html[dir=rtl] .g-xl-5,html[dir=rtl] .gy-xl-5{--bs-gutter-y: 1.25rem}html[dir=rtl] .g-xl-6,html[dir=rtl] .gx-xl-6{--bs-gutter-x: 1.5rem}html[dir=rtl] .g-xl-6,html[dir=rtl] .gy-xl-6{--bs-gutter-y: 1.5rem}html[dir=rtl] .g-xl-7,html[dir=rtl] .gx-xl-7{--bs-gutter-x: 1.75rem}html[dir=rtl] .g-xl-7,html[dir=rtl] .gy-xl-7{--bs-gutter-y: 1.75rem}html[dir=rtl] .g-xl-8,html[dir=rtl] .gx-xl-8{--bs-gutter-x: 2rem}html[dir=rtl] .g-xl-8,html[dir=rtl] .gy-xl-8{--bs-gutter-y: 2rem}html[dir=rtl] .g-xl-9,html[dir=rtl] .gx-xl-9{--bs-gutter-x: 2.25rem}html[dir=rtl] .g-xl-9,html[dir=rtl] .gy-xl-9{--bs-gutter-y: 2.25rem}html[dir=rtl] .g-xl-10,html[dir=rtl] .gx-xl-10{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-xl-10,html[dir=rtl] .gy-xl-10{--bs-gutter-y: 2.5rem}}@media (min-width: 1400px){html[dir=rtl] .col-xxl{flex:1 0 0%}html[dir=rtl] .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}html[dir=rtl] .row-cols-xxl-1>*{flex:0 0 auto;width:100%}html[dir=rtl] .row-cols-xxl-2>*{flex:0 0 auto;width:50%}html[dir=rtl] .row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .row-cols-xxl-4>*{flex:0 0 auto;width:25%}html[dir=rtl] .row-cols-xxl-5>*{flex:0 0 auto;width:20%}html[dir=rtl] .row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-xxl-auto{flex:0 0 auto;width:auto}html[dir=rtl] .col-xxl-1{flex:0 0 auto;width:8.33333333%}html[dir=rtl] .col-xxl-2{flex:0 0 auto;width:16.66666667%}html[dir=rtl] .col-xxl-3{flex:0 0 auto;width:25%}html[dir=rtl] .col-xxl-4{flex:0 0 auto;width:33.33333333%}html[dir=rtl] .col-xxl-5{flex:0 0 auto;width:41.66666667%}html[dir=rtl] .col-xxl-6{flex:0 0 auto;width:50%}html[dir=rtl] .col-xxl-7{flex:0 0 auto;width:58.33333333%}html[dir=rtl] .col-xxl-8{flex:0 0 auto;width:66.66666667%}html[dir=rtl] .col-xxl-9{flex:0 0 auto;width:75%}html[dir=rtl] .col-xxl-10{flex:0 0 auto;width:83.33333333%}html[dir=rtl] .col-xxl-11{flex:0 0 auto;width:91.66666667%}html[dir=rtl] .col-xxl-12{flex:0 0 auto;width:100%}html[dir=rtl] .offset-xxl-0{margin-right:0}html[dir=rtl] .offset-xxl-1{margin-right:8.33333333%}html[dir=rtl] .offset-xxl-2{margin-right:16.66666667%}html[dir=rtl] .offset-xxl-3{margin-right:25%}html[dir=rtl] .offset-xxl-4{margin-right:33.33333333%}html[dir=rtl] .offset-xxl-5{margin-right:41.66666667%}html[dir=rtl] .offset-xxl-6{margin-right:50%}html[dir=rtl] .offset-xxl-7{margin-right:58.33333333%}html[dir=rtl] .offset-xxl-8{margin-right:66.66666667%}html[dir=rtl] .offset-xxl-9{margin-right:75%}html[dir=rtl] .offset-xxl-10{margin-right:83.33333333%}html[dir=rtl] .offset-xxl-11{margin-right:91.66666667%}html[dir=rtl] .g-xxl-0,html[dir=rtl] .gx-xxl-0{--bs-gutter-x: 0rem}html[dir=rtl] .g-xxl-0,html[dir=rtl] .gy-xxl-0{--bs-gutter-y: 0rem}html[dir=rtl] .g-xxl-1,html[dir=rtl] .gx-xxl-1{--bs-gutter-x: .25rem}html[dir=rtl] .g-xxl-1,html[dir=rtl] .gy-xxl-1{--bs-gutter-y: .25rem}html[dir=rtl] .g-xxl-2,html[dir=rtl] .gx-xxl-2{--bs-gutter-x: .5rem}html[dir=rtl] .g-xxl-2,html[dir=rtl] .gy-xxl-2{--bs-gutter-y: .5rem}html[dir=rtl] .g-xxl-3,html[dir=rtl] .gx-xxl-3{--bs-gutter-x: .75rem}html[dir=rtl] .g-xxl-3,html[dir=rtl] .gy-xxl-3{--bs-gutter-y: .75rem}html[dir=rtl] .g-xxl-4,html[dir=rtl] .gx-xxl-4{--bs-gutter-x: 1rem}html[dir=rtl] .g-xxl-4,html[dir=rtl] .gy-xxl-4{--bs-gutter-y: 1rem}html[dir=rtl] .g-xxl-5,html[dir=rtl] .gx-xxl-5{--bs-gutter-x: 1.25rem}html[dir=rtl] .g-xxl-5,html[dir=rtl] .gy-xxl-5{--bs-gutter-y: 1.25rem}html[dir=rtl] .g-xxl-6,html[dir=rtl] .gx-xxl-6{--bs-gutter-x: 1.5rem}html[dir=rtl] .g-xxl-6,html[dir=rtl] .gy-xxl-6{--bs-gutter-y: 1.5rem}html[dir=rtl] .g-xxl-7,html[dir=rtl] .gx-xxl-7{--bs-gutter-x: 1.75rem}html[dir=rtl] .g-xxl-7,html[dir=rtl] .gy-xxl-7{--bs-gutter-y: 1.75rem}html[dir=rtl] .g-xxl-8,html[dir=rtl] .gx-xxl-8{--bs-gutter-x: 2rem}html[dir=rtl] .g-xxl-8,html[dir=rtl] .gy-xxl-8{--bs-gutter-y: 2rem}html[dir=rtl] .g-xxl-9,html[dir=rtl] .gx-xxl-9{--bs-gutter-x: 2.25rem}html[dir=rtl] .g-xxl-9,html[dir=rtl] .gy-xxl-9{--bs-gutter-y: 2.25rem}html[dir=rtl] .g-xxl-10,html[dir=rtl] .gx-xxl-10{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-xxl-10,html[dir=rtl] .gy-xxl-10{--bs-gutter-y: 2.5rem}}html[dir=rtl] .table{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-gray-900);--bs-table-striped-bg: rgba(245, 248, 250, .75);--bs-table-active-color: var(--bs-gray-900);--bs-table-active-bg: #F5F8FA;--bs-table-hover-color: var(--bs-gray-900);--bs-table-hover-bg: #F5F8FA;width:100%;margin-bottom:1rem;color:var(--bs-gray-900);vertical-align:top;border-color:#eff2f5}html[dir=rtl] .table>:not(caption)>*>*{padding:.75rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}html[dir=rtl] .table>tbody{vertical-align:inherit}html[dir=rtl] .table>thead{vertical-align:bottom}html[dir=rtl] .table>:not(:first-child){border-top:2px solid currentColor}html[dir=rtl] .caption-top{caption-side:top}html[dir=rtl] .table-sm>:not(caption)>*>*{padding:.5rem}html[dir=rtl] .table-bordered>:not(caption)>*{border-width:1px 0}html[dir=rtl] .table-bordered>:not(caption)>*>*{border-width:0 1px}html[dir=rtl] .table-borderless>:not(caption)>*>*{border-bottom-width:0}html[dir=rtl] .table-borderless>:not(:first-child){border-top-width:0}html[dir=rtl] .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}html[dir=rtl] .table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}html[dir=rtl] .table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}html[dir=rtl] .table-primary{--bs-table-bg: #ccecfd;--bs-table-striped-bg: #c2e0f0;--bs-table-striped-color: #000000;--bs-table-active-bg: #b8d4e4;--bs-table-active-color: #000000;--bs-table-hover-bg: #bddaea;--bs-table-hover-color: #000000;color:#000;border-color:#b8d4e4}html[dir=rtl] .table-secondary{--bs-table-bg: #fafafc;--bs-table-striped-bg: #eeeeef;--bs-table-striped-color: #000000;--bs-table-active-bg: #e1e1e3;--bs-table-active-color: #000000;--bs-table-hover-bg: #e7e7e9;--bs-table-hover-color: #000000;color:#000;border-color:#e1e1e3}html[dir=rtl] .table-success{--bs-table-bg: #dcf5e7;--bs-table-striped-bg: #d1e9db;--bs-table-striped-color: #000000;--bs-table-active-bg: #c6ddd0;--bs-table-active-color: #000000;--bs-table-hover-bg: #cce3d6;--bs-table-hover-color: #000000;color:#000;border-color:#c6ddd0}html[dir=rtl] .table-info{--bs-table-bg: #e3d7fb;--bs-table-striped-bg: #d8ccee;--bs-table-striped-color: #000000;--bs-table-active-bg: #ccc2e2;--bs-table-active-color: #000000;--bs-table-hover-bg: #d2c7e8;--bs-table-hover-color: #000000;color:#000;border-color:#ccc2e2}html[dir=rtl] .table-warning{--bs-table-bg: #fff4cc;--bs-table-striped-bg: #f2e8c2;--bs-table-striped-color: #000000;--bs-table-active-bg: #e6dcb8;--bs-table-active-color: #000000;--bs-table-hover-bg: #ece2bd;--bs-table-hover-color: #000000;color:#000;border-color:#e6dcb8}html[dir=rtl] .table-danger{--bs-table-bg: #fcd9e2;--bs-table-striped-bg: #efced7;--bs-table-striped-color: #000000;--bs-table-active-bg: #e3c3cb;--bs-table-active-color: #000000;--bs-table-hover-bg: #e9c9d1;--bs-table-hover-color: #000000;color:#000;border-color:#e3c3cb}html[dir=rtl] .table-light{--bs-table-bg: #F5F8FA;--bs-table-striped-bg: #e9ecee;--bs-table-striped-color: #000000;--bs-table-active-bg: #dddfe1;--bs-table-active-color: #000000;--bs-table-hover-bg: #e3e5e7;--bs-table-hover-color: #000000;color:#000;border-color:#dddfe1}html[dir=rtl] .table-dark{--bs-table-bg: var(--bs-gray-900);--bs-table-striped-bg: #24273c;--bs-table-striped-color: #ffffff;--bs-table-active-bg: #2f3347;--bs-table-active-color: #ffffff;--bs-table-hover-bg: #292d41;--bs-table-hover-color: #ffffff;color:#fff;border-color:#2f3347}html[dir=rtl] .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){html[dir=rtl] .table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){html[dir=rtl] .table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){html[dir=rtl] .table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){html[dir=rtl] .table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){html[dir=rtl] .table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}html[dir=rtl] .form-label{margin-bottom:.5rem;font-size:1.05rem;font-weight:500;color:#3f4254}html[dir=rtl] .col-form-label{padding-top:calc(.75rem + 1px);padding-bottom:calc(.75rem + 1px);margin-bottom:0;font-size:inherit;font-weight:500;line-height:1.5;color:#3f4254}html[dir=rtl] .col-form-label-lg{padding-top:calc(.825rem + 1px);padding-bottom:calc(.825rem + 1px);font-size:1.15rem}html[dir=rtl] .col-form-label-sm{padding-top:calc(.55rem + 1px);padding-bottom:calc(.55rem + 1px);font-size:.925rem}html[dir=rtl] .form-text{margin-top:.5rem;font-size:.925rem;color:#a1a5b7}html[dir=rtl] .form-control{display:block;width:100%;padding:.75rem 1rem;font-size:1.1rem;font-weight:500;line-height:1.5;color:var(--bs-gray-900);background-color:#fff;background-clip:padding-box;border:1px solid #E4E6EF;-webkit-appearance:none;appearance:none;border-radius:.475rem;box-shadow:inset 0 1px 2px #00000013;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-control{transition:none}}html[dir=rtl] .form-control[type=file]{overflow:hidden}html[dir=rtl] .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}html[dir=rtl] .form-control:focus{color:var(--bs-gray-900);background-color:#fff;border-color:#b5b5c3;outline:0;box-shadow:inset 0 1px 2px #00000013,0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)}html[dir=rtl] .form-control::-webkit-date-and-time-value{height:1.5em}html[dir=rtl] .form-control::placeholder{color:#a1a5b7;opacity:1}html[dir=rtl] .form-control:disabled,html[dir=rtl] .form-control[readonly]{background-color:#eff2f5;opacity:1}html[dir=rtl] .form-control::file-selector-button{padding:.75rem 1rem;margin:-.75rem -1rem;margin-inline-end:1rem;color:var(--bs-gray-900);background-color:#f5f8fa;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-control::file-selector-button{transition:none}}html[dir=rtl] .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e9ecee}html[dir=rtl] .form-control::-webkit-file-upload-button{padding:.75rem 1rem;margin:-.75rem -1rem;margin-inline-end:1rem;color:var(--bs-gray-900);background-color:#f5f8fa;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}html[dir=rtl] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#e9ecee}html[dir=rtl] .form-control-plaintext{display:block;width:100%;padding:.75rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-gray-900);background-color:transparent;border:solid transparent;border-width:1px 0}html[dir=rtl] .form-control-plaintext.form-control-sm,html[dir=rtl] .form-control-plaintext.form-control-lg{padding-left:0;padding-right:0}html[dir=rtl] .form-control-sm{min-height:calc(1.5em + 1.1rem + 2px);padding:.55rem .75rem;font-size:.925rem;border-radius:.475rem}html[dir=rtl] .form-control-sm::file-selector-button{padding:.55rem .75rem;margin:-.55rem -.75rem;margin-inline-end:.75rem}html[dir=rtl] .form-control-sm::-webkit-file-upload-button{padding:.55rem .75rem;margin:-.55rem -.75rem;margin-inline-end:.75rem}html[dir=rtl] .form-control-lg{min-height:calc(1.5em + 1.65rem + 2px);padding:.825rem 1.5rem;font-size:1.15rem;border-radius:.475rem}html[dir=rtl] .form-control-lg::file-selector-button{padding:.825rem 1.5rem;margin:-.825rem -1.5rem;margin-inline-end:1.5rem}html[dir=rtl] .form-control-lg::-webkit-file-upload-button{padding:.825rem 1.5rem;margin:-.825rem -1.5rem;margin-inline-end:1.5rem}html[dir=rtl] textarea.form-control{min-height:calc(1.5em + 1.5rem + 2px)}html[dir=rtl] textarea.form-control-sm{min-height:calc(1.5em + 1.1rem + 2px)}html[dir=rtl] textarea.form-control-lg{min-height:calc(1.5em + 1.65rem + 2px)}html[dir=rtl] .form-control-color{width:3rem;height:auto;padding:.75rem}html[dir=rtl] .form-control-color:not(:disabled):not([readonly]){cursor:pointer}html[dir=rtl] .form-control-color::-moz-color-swatch{height:1.5em;border-radius:.475rem}html[dir=rtl] .form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.475rem}html[dir=rtl] .form-select{display:block;width:100%;padding:.75rem 1rem .75rem 3rem;-moz-padding-start:calc(1rem - 3px);font-size:1.1rem;font-weight:500;line-height:1.5;color:var(--bs-gray-900);background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left 1rem center;background-size:16px 12px;border:1px solid #E4E6EF;border-radius:.475rem;box-shadow:inset 0 1px 2px #00000013;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-select{transition:none}}html[dir=rtl] .form-select:focus{border-color:#b5b5c3;outline:0;box-shadow:inset 0 1px 2px #00000013,0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)}html[dir=rtl] .form-select[multiple],html[dir=rtl] .form-select[size]:not([size="1"]){padding-left:1rem;background-image:none}html[dir=rtl] .form-select:disabled{background-color:#eff2f5}html[dir=rtl] .form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-gray-900)}html[dir=rtl] .form-select-sm{padding-top:.55rem;padding-bottom:.55rem;padding-right:.75rem;font-size:.925rem;border-radius:.475rem}html[dir=rtl] .form-select-lg{padding-top:.825rem;padding-bottom:.825rem;padding-right:1.5rem;font-size:1.15rem;border-radius:.475rem}html[dir=rtl] .form-check{display:block;min-height:1.5rem;padding-right:2.25rem;margin-bottom:.125rem}html[dir=rtl] .form-check .form-check-input{float:right;margin-right:-2.25rem}html[dir=rtl] .form-check-input{width:1.75rem;height:1.75rem;margin-top:-.125rem;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-check-input{transition:none}}html[dir=rtl] .form-check-input[type=checkbox]{border-radius:.45em}html[dir=rtl] .form-check-input[type=radio]{border-radius:50%}html[dir=rtl] .form-check-input:active{filter:brightness(90%)}html[dir=rtl] .form-check-input:focus{border-color:#b5b5c3;outline:0;box-shadow:none}html[dir=rtl] .form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}html[dir=rtl] .form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e")}html[dir=rtl] .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e")}html[dir=rtl] .form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-primary);border-color:var(--bs-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}html[dir=rtl] .form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}html[dir=rtl] .form-check-input[disabled]~.form-check-label,html[dir=rtl] .form-check-input:disabled~.form-check-label{opacity:.5}html[dir=rtl] .form-switch{padding-right:3.75rem}html[dir=rtl] .form-switch .form-check-input{width:3.25rem;margin-right:-3.75rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:right center;border-radius:3.25rem;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-switch .form-check-input{transition:none}}html[dir=rtl] .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B5B5C3'/%3e%3c/svg%3e")}html[dir=rtl] .form-switch .form-check-input:checked{background-position:left center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")}html[dir=rtl] .form-check-inline{display:inline-block;margin-left:1rem}html[dir=rtl] .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html[dir=rtl] .btn-check[disabled]+.btn,html[dir=rtl] .btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.6}html[dir=rtl] .form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}html[dir=rtl] .form-range:focus{outline:0}html[dir=rtl] .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)}html[dir=rtl] .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)}html[dir=rtl] .form-range::-moz-focus-outer{border:0}html[dir=rtl] .form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:var(--bs-primary);border:0;border-radius:1rem;box-shadow:0 .1rem .25rem #0000001a;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}html[dir=rtl] .form-range::-webkit-slider-thumb:active{background-color:#b3e2fd}html[dir=rtl] .form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e6ef;border-color:transparent;border-radius:1rem;box-shadow:inset 0 1px 2px #00000013}html[dir=rtl] .form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:var(--bs-primary);border:0;border-radius:1rem;box-shadow:0 .1rem .25rem #0000001a;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}html[dir=rtl] .form-range::-moz-range-thumb:active{background-color:#b3e2fd}html[dir=rtl] .form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e6ef;border-color:transparent;border-radius:1rem;box-shadow:inset 0 1px 2px #00000013}html[dir=rtl] .form-range:disabled{pointer-events:none}html[dir=rtl] .form-range:disabled::-webkit-slider-thumb{background-color:#a1a5b7}html[dir=rtl] .form-range:disabled::-moz-range-thumb{background-color:#a1a5b7}html[dir=rtl] .form-floating{position:relative}html[dir=rtl] .form-floating>.form-control,html[dir=rtl] .form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}html[dir=rtl] .form-floating>label{position:absolute;top:0;right:0;height:100%;padding:1rem;pointer-events:none;border:1px solid transparent;transform-origin:100% 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .form-floating>label{transition:none}}html[dir=rtl] .form-floating>.form-control{padding:1rem}html[dir=rtl] .form-floating>.form-control::placeholder{color:transparent}html[dir=rtl] .form-floating>.form-control:focus,html[dir=rtl] .form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}html[dir=rtl] .form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}html[dir=rtl] .form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}html[dir=rtl] .form-floating>.form-control:focus~label,html[dir=rtl] .form-floating>.form-control:not(:placeholder-shown)~label,html[dir=rtl] .form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(-.15rem)}html[dir=rtl] .form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(-.15rem)}html[dir=rtl] .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}html[dir=rtl] .input-group>.form-control,html[dir=rtl] .input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}html[dir=rtl] .input-group>.form-control:focus,html[dir=rtl] .input-group>.form-select:focus{z-index:3}html[dir=rtl] .input-group .btn{position:relative;z-index:2}html[dir=rtl] .input-group .btn:focus{z-index:3}html[dir=rtl] .input-group-text{display:flex;align-items:center;padding:.75rem 1rem;font-size:1.1rem;font-weight:500;line-height:1.5;color:var(--bs-gray-900);text-align:center;white-space:nowrap;background-color:#f5f8fa;border:1px solid #E4E6EF;border-radius:.475rem}html[dir=rtl] .input-group-lg>.form-control,html[dir=rtl] .input-group-lg>.form-select,html[dir=rtl] .input-group-lg>.input-group-text,html[dir=rtl] .input-group-lg>.btn{padding:.825rem 1.5rem;font-size:1.15rem;border-radius:.475rem}html[dir=rtl] .input-group-sm>.form-control,html[dir=rtl] .input-group-sm>.form-select,html[dir=rtl] .input-group-sm>.input-group-text,html[dir=rtl] .input-group-sm>.btn{padding:.55rem .75rem;font-size:.925rem;border-radius:.475rem}html[dir=rtl] .input-group-lg>.form-select,html[dir=rtl] .input-group-sm>.form-select{padding-left:4rem}html[dir=rtl] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),html[dir=rtl] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-left-radius:0;border-bottom-left-radius:0}html[dir=rtl] .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),html[dir=rtl] .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-left-radius:0;border-bottom-left-radius:0}html[dir=rtl] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}html[dir=rtl] .valid-feedback{display:none;width:100%;margin-top:.5rem;font-size:.925rem;color:#50cd89}html[dir=rtl] .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.75rem 1rem;margin-top:.1rem;font-size:.925rem;color:#000;background-color:#50cd89;border-radius:.475rem}html[dir=rtl] .was-validated :valid~.valid-feedback,html[dir=rtl] .was-validated :valid~.valid-tooltip,html[dir=rtl] .is-valid~.valid-feedback,html[dir=rtl] .is-valid~.valid-tooltip{display:block}html[dir=rtl] .was-validated .form-control:valid,html[dir=rtl] .form-control.is-valid{border-color:#50cd89;padding-left:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}html[dir=rtl] .was-validated .form-control:valid:focus,html[dir=rtl] .form-control.is-valid:focus{border-color:#50cd89;box-shadow:0 0 0 .25rem #50cd8940}html[dir=rtl] .was-validated textarea.form-control:valid,html[dir=rtl] textarea.form-control.is-valid{padding-left:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) left calc(.375em + .375rem)}html[dir=rtl] .was-validated .form-select:valid,html[dir=rtl] .form-select.is-valid{border-color:#50cd89}html[dir=rtl] .was-validated .form-select:valid:not([multiple]):not([size]),html[dir=rtl] .was-validated .form-select:valid:not([multiple])[size="1"],html[dir=rtl] .form-select.is-valid:not([multiple]):not([size]),html[dir=rtl] .form-select.is-valid:not([multiple])[size="1"]{padding-left:5.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:left 1rem center,center left 3rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem)}html[dir=rtl] .was-validated .form-select:valid:focus,html[dir=rtl] .form-select.is-valid:focus{border-color:#50cd89;box-shadow:0 0 0 .25rem #50cd8940}html[dir=rtl] .was-validated .form-check-input:valid,html[dir=rtl] .form-check-input.is-valid{border-color:#50cd89}html[dir=rtl] .was-validated .form-check-input:valid:checked,html[dir=rtl] .form-check-input.is-valid:checked{background-color:#50cd89}html[dir=rtl] .was-validated .form-check-input:valid:focus,html[dir=rtl] .form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem #50cd8940}html[dir=rtl] .was-validated .form-check-input:valid~.form-check-label,html[dir=rtl] .form-check-input.is-valid~.form-check-label{color:#50cd89}html[dir=rtl] .form-check-inline .form-check-input~.valid-feedback{margin-right:.5em}html[dir=rtl] .was-validated .input-group .form-control:valid,html[dir=rtl] .input-group .form-control.is-valid,html[dir=rtl] .was-validated .input-group .form-select:valid,html[dir=rtl] .input-group .form-select.is-valid{z-index:1}html[dir=rtl] .was-validated .input-group .form-control:valid:focus,html[dir=rtl] .input-group .form-control.is-valid:focus,html[dir=rtl] .was-validated .input-group .form-select:valid:focus,html[dir=rtl] .input-group .form-select.is-valid:focus{z-index:3}html[dir=rtl] .invalid-feedback{display:none;width:100%;margin-top:.5rem;font-size:.925rem;color:#f1416c}html[dir=rtl] .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.75rem 1rem;margin-top:.1rem;font-size:.925rem;color:#000;background-color:#f1416c;border-radius:.475rem}html[dir=rtl] .was-validated :invalid~.invalid-feedback,html[dir=rtl] .was-validated :invalid~.invalid-tooltip,html[dir=rtl] .is-invalid~.invalid-feedback,html[dir=rtl] .is-invalid~.invalid-tooltip{display:block}html[dir=rtl] .was-validated .form-control:invalid,html[dir=rtl] .form-control.is-invalid{border-color:#f1416c;padding-left:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}html[dir=rtl] .was-validated .form-control:invalid:focus,html[dir=rtl] .form-control.is-invalid:focus{border-color:#f1416c;box-shadow:0 0 0 .25rem #f1416c40}html[dir=rtl] .was-validated textarea.form-control:invalid,html[dir=rtl] textarea.form-control.is-invalid{padding-left:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) left calc(.375em + .375rem)}html[dir=rtl] .was-validated .form-select:invalid,html[dir=rtl] .form-select.is-invalid{border-color:#f1416c}html[dir=rtl] .was-validated .form-select:invalid:not([multiple]):not([size]),html[dir=rtl] .was-validated .form-select:invalid:not([multiple])[size="1"],html[dir=rtl] .form-select.is-invalid:not([multiple]):not([size]),html[dir=rtl] .form-select.is-invalid:not([multiple])[size="1"]{padding-left:5.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");background-position:left 1rem center,center left 3rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem)}html[dir=rtl] .was-validated .form-select:invalid:focus,html[dir=rtl] .form-select.is-invalid:focus{border-color:#f1416c;box-shadow:0 0 0 .25rem #f1416c40}html[dir=rtl] .was-validated .form-check-input:invalid,html[dir=rtl] .form-check-input.is-invalid{border-color:#f1416c}html[dir=rtl] .was-validated .form-check-input:invalid:checked,html[dir=rtl] .form-check-input.is-invalid:checked{background-color:#f1416c}html[dir=rtl] .was-validated .form-check-input:invalid:focus,html[dir=rtl] .form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem #f1416c40}html[dir=rtl] .was-validated .form-check-input:invalid~.form-check-label,html[dir=rtl] .form-check-input.is-invalid~.form-check-label{color:#f1416c}html[dir=rtl] .form-check-inline .form-check-input~.invalid-feedback{margin-right:.5em}html[dir=rtl] .was-validated .input-group .form-control:invalid,html[dir=rtl] .input-group .form-control.is-invalid,html[dir=rtl] .was-validated .input-group .form-select:invalid,html[dir=rtl] .input-group .form-select.is-invalid{z-index:2}html[dir=rtl] .was-validated .input-group .form-control:invalid:focus,html[dir=rtl] .input-group .form-control.is-invalid:focus,html[dir=rtl] .was-validated .input-group .form-select:invalid:focus,html[dir=rtl] .input-group .form-select.is-invalid:focus{z-index:3}html[dir=rtl] .btn{display:inline-block;font-weight:500;line-height:1.5;color:var(--bs-gray-900);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1.1rem;border-radius:.475rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .btn{transition:none}}html[dir=rtl] .btn:hover{color:var(--bs-gray-900);text-decoration:none}html[dir=rtl] .btn-check:focus+.btn,html[dir=rtl] .btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)}html[dir=rtl] .btn-check:checked+.btn,html[dir=rtl] .btn-check:active+.btn,html[dir=rtl] .btn:active,html[dir=rtl] .btn.active{box-shadow:inset 0 3px 5px #00000020}html[dir=rtl] .btn-check:checked+.btn:focus,html[dir=rtl] .btn-check:active+.btn:focus,html[dir=rtl] .btn:active:focus,html[dir=rtl] .btn.active:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.25),inset 0 3px 5px #00000020}html[dir=rtl] .btn:disabled,html[dir=rtl] .btn.disabled,html[dir=rtl] fieldset:disabled .btn{pointer-events:none;background-color:var(--bs-gray-200)!important;color:var(--bs-gray-500)!important;box-shadow:none}html[dir=rtl] .btn:disabled,html[dir=rtl] .btn.disabled,html[dir=rtl] fieldset:disabled .btn,html[dir=rtl] .btn:disabled i{pointer-events:none;background-color:var(--bs-gray-200)!important;color:var(--bs-gray-500)!important;box-shadow:none}html[dir=rtl] .btn-white{color:#000;background-color:#fff;border-color:#fff;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-white:hover{color:#000;background-color:#fff;border-color:#fff}html[dir=rtl] .btn-check:focus+.btn-white,html[dir=rtl] .btn-white:focus{color:#000;background-color:#fff;border-color:#fff;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #d9d9d980}html[dir=rtl] .btn-check:checked+.btn-white,html[dir=rtl] .btn-check:active+.btn-white,html[dir=rtl] .btn-white:active,html[dir=rtl] .btn-white.active,html[dir=rtl] .show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}html[dir=rtl] .btn-check:checked+.btn-white:focus,html[dir=rtl] .btn-check:active+.btn-white:focus,html[dir=rtl] .btn-white:active:focus,html[dir=rtl] .btn-white.active:focus,html[dir=rtl] .show>.btn-white.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #d9d9d980}html[dir=rtl] .btn-white:disabled,html[dir=rtl] .btn-white.disabled{color:#000;background-color:#fff;border-color:#fff}html[dir=rtl] .btn-light{color:#000;background-color:#f5f8fa;border-color:#f5f8fa;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-light:hover{color:#000;background-color:#f7f9fb;border-color:#f6f9fb}html[dir=rtl] .btn-check:focus+.btn-light,html[dir=rtl] .btn-light:focus{color:#000;background-color:#f7f9fb;border-color:#f6f9fb;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #d0d3d580}html[dir=rtl] .btn-check:checked+.btn-light,html[dir=rtl] .btn-check:active+.btn-light,html[dir=rtl] .btn-light:active,html[dir=rtl] .btn-light.active,html[dir=rtl] .show>.btn-light.dropdown-toggle{color:#000;background-color:#f7f9fb;border-color:#f6f9fb}html[dir=rtl] .btn-check:checked+.btn-light:focus,html[dir=rtl] .btn-check:active+.btn-light:focus,html[dir=rtl] .btn-light:active:focus,html[dir=rtl] .btn-light.active:focus,html[dir=rtl] .show>.btn-light.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #d0d3d580}html[dir=rtl] .btn-light:disabled,html[dir=rtl] .btn-light.disabled{color:#000;background-color:#f5f8fa;border-color:#f5f8fa}html[dir=rtl] .btn-primary{color:#000;background-color:var(--bs-primary);border-color:var(--bs-primary);box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-primary:hover{color:#000;background-color:#26adf8;border-color:#1aa8f8}html[dir=rtl] .btn-check:focus+.btn-primary,html[dir=rtl] .btn-primary:focus{color:#000;background-color:#26adf8;border-color:#1aa8f8;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #0086d280}html[dir=rtl] .btn-check:checked+.btn-primary,html[dir=rtl] .btn-check:active+.btn-primary,html[dir=rtl] .btn-primary:active,html[dir=rtl] .btn-primary.active,html[dir=rtl] .show>.btn-primary.dropdown-toggle{color:#000;background-color:#33b1f9;border-color:#1aa8f8}html[dir=rtl] .btn-check:checked+.btn-primary:focus,html[dir=rtl] .btn-check:active+.btn-primary:focus,html[dir=rtl] .btn-primary:active:focus,html[dir=rtl] .btn-primary.active:focus,html[dir=rtl] .show>.btn-primary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #0086d280}html[dir=rtl] .btn-primary:disabled,html[dir=rtl] .btn-primary.disabled{color:#000;background-color:var(--bs-primary);border-color:var(--bs-primary)}html[dir=rtl] .btn-secondary{color:#000;background-color:#e4e6ef;border-color:#e4e6ef;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-secondary:hover{color:#000;background-color:#e8eaf1;border-color:#e7e9f1}html[dir=rtl] .btn-check:focus+.btn-secondary,html[dir=rtl] .btn-secondary:focus{color:#000;background-color:#e8eaf1;border-color:#e7e9f1;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #c2c4cb80}html[dir=rtl] .btn-check:checked+.btn-secondary,html[dir=rtl] .btn-check:active+.btn-secondary,html[dir=rtl] .btn-secondary:active,html[dir=rtl] .btn-secondary.active,html[dir=rtl] .show>.btn-secondary.dropdown-toggle{color:#000;background-color:#e9ebf2;border-color:#e7e9f1}html[dir=rtl] .btn-check:checked+.btn-secondary:focus,html[dir=rtl] .btn-check:active+.btn-secondary:focus,html[dir=rtl] .btn-secondary:active:focus,html[dir=rtl] .btn-secondary.active:focus,html[dir=rtl] .show>.btn-secondary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #c2c4cb80}html[dir=rtl] .btn-secondary:disabled,html[dir=rtl] .btn-secondary.disabled{color:#000;background-color:#e4e6ef;border-color:#e4e6ef}html[dir=rtl] .btn-success{color:#000;background-color:#50cd89;border-color:#50cd89;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-success:hover{color:#000;background-color:#6ad59b;border-color:#62d295}html[dir=rtl] .btn-check:focus+.btn-success,html[dir=rtl] .btn-success:focus{color:#000;background-color:#6ad59b;border-color:#62d295;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #44ae7480}html[dir=rtl] .btn-check:checked+.btn-success,html[dir=rtl] .btn-check:active+.btn-success,html[dir=rtl] .btn-success:active,html[dir=rtl] .btn-success.active,html[dir=rtl] .show>.btn-success.dropdown-toggle{color:#000;background-color:#73d7a1;border-color:#62d295}html[dir=rtl] .btn-check:checked+.btn-success:focus,html[dir=rtl] .btn-check:active+.btn-success:focus,html[dir=rtl] .btn-success:active:focus,html[dir=rtl] .btn-success.active:focus,html[dir=rtl] .show>.btn-success.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #44ae7480}html[dir=rtl] .btn-success:disabled,html[dir=rtl] .btn-success.disabled{color:#000;background-color:#50cd89;border-color:#50cd89}html[dir=rtl] .btn-info{color:#fff;background-color:var(--bs-info);border-color:var(--bs-info);box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-info:hover{color:#fff;background-color:#6130c7;border-color:#5b2ebb}html[dir=rtl] .btn-check:focus+.btn-info,html[dir=rtl] .btn-info:focus{color:#fff;background-color:#6130c7;border-color:#5b2ebb;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #8757ed80}html[dir=rtl] .btn-check:checked+.btn-info,html[dir=rtl] .btn-check:active+.btn-info,html[dir=rtl] .btn-info:active,html[dir=rtl] .btn-info.active,html[dir=rtl] .show>.btn-info.dropdown-toggle{color:#fff;background-color:#5b2ebb;border-color:#562bb0}html[dir=rtl] .btn-check:checked+.btn-info:focus,html[dir=rtl] .btn-check:active+.btn-info:focus,html[dir=rtl] .btn-info:active:focus,html[dir=rtl] .btn-info.active:focus,html[dir=rtl] .show>.btn-info.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #8757ed80}html[dir=rtl] .btn-info:disabled,html[dir=rtl] .btn-info.disabled{color:#fff;background-color:var(--bs-info);border-color:var(--bs-info)}html[dir=rtl] .btn-warning{color:#000;background-color:#ffc700;border-color:#ffc700;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-warning:hover{color:#000;background-color:#ffcf26;border-color:#ffcd1a}html[dir=rtl] .btn-check:focus+.btn-warning,html[dir=rtl] .btn-warning:focus{color:#000;background-color:#ffcf26;border-color:#ffcd1a;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #d9a90080}html[dir=rtl] .btn-check:checked+.btn-warning,html[dir=rtl] .btn-check:active+.btn-warning,html[dir=rtl] .btn-warning:active,html[dir=rtl] .btn-warning.active,html[dir=rtl] .show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffd233;border-color:#ffcd1a}html[dir=rtl] .btn-check:checked+.btn-warning:focus,html[dir=rtl] .btn-check:active+.btn-warning:focus,html[dir=rtl] .btn-warning:active:focus,html[dir=rtl] .btn-warning.active:focus,html[dir=rtl] .show>.btn-warning.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #d9a90080}html[dir=rtl] .btn-warning:disabled,html[dir=rtl] .btn-warning.disabled{color:#000;background-color:#ffc700;border-color:#ffc700}html[dir=rtl] .btn-danger{color:#000;background-color:#f1416c;border-color:#f1416c;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-danger:hover{color:#000;background-color:#f35e82;border-color:#f2547b}html[dir=rtl] .btn-check:focus+.btn-danger,html[dir=rtl] .btn-danger:focus{color:#000;background-color:#f35e82;border-color:#f2547b;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #cd375c80}html[dir=rtl] .btn-check:checked+.btn-danger,html[dir=rtl] .btn-check:active+.btn-danger,html[dir=rtl] .btn-danger:active,html[dir=rtl] .btn-danger.active,html[dir=rtl] .show>.btn-danger.dropdown-toggle{color:#000;background-color:#f46789;border-color:#f2547b}html[dir=rtl] .btn-check:checked+.btn-danger:focus,html[dir=rtl] .btn-check:active+.btn-danger:focus,html[dir=rtl] .btn-danger:active:focus,html[dir=rtl] .btn-danger.active:focus,html[dir=rtl] .show>.btn-danger.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #cd375c80}html[dir=rtl] .btn-danger:disabled,html[dir=rtl] .btn-danger.disabled{color:#000;background-color:#f1416c;border-color:#f1416c}html[dir=rtl] .btn-dark{color:#fff;background-color:var(--bs-gray-900);border-color:var(--bs-gray-900);box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn-dark:hover{color:#fff;background-color:#14182b;border-color:#131628}html[dir=rtl] .btn-check:focus+.btn-dark,html[dir=rtl] .btn-dark:focus{color:#fff;background-color:#14182b;border-color:#131628;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .25rem #3b3e5180}html[dir=rtl] .btn-check:checked+.btn-dark,html[dir=rtl] .btn-check:active+.btn-dark,html[dir=rtl] .btn-dark:active,html[dir=rtl] .btn-dark.active,html[dir=rtl] .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#131628;border-color:#121526}html[dir=rtl] .btn-check:checked+.btn-dark:focus,html[dir=rtl] .btn-check:active+.btn-dark:focus,html[dir=rtl] .btn-dark:active:focus,html[dir=rtl] .btn-dark.active:focus,html[dir=rtl] .show>.btn-dark.dropdown-toggle:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #3b3e5180}html[dir=rtl] .btn-dark:disabled,html[dir=rtl] .btn-dark.disabled{color:#fff;background-color:var(--bs-gray-900);border-color:var(--bs-gray-900)}html[dir=rtl] .btn-outline-white{color:#fff;border-color:#fff}html[dir=rtl] .btn-outline-white:hover{color:#000;background-color:#fff;border-color:#fff}html[dir=rtl] .btn-check:focus+.btn-outline-white,html[dir=rtl] .btn-outline-white:focus{box-shadow:0 0 0 .25rem #ffffff80}html[dir=rtl] .btn-check:checked+.btn-outline-white,html[dir=rtl] .btn-check:active+.btn-outline-white,html[dir=rtl] .btn-outline-white:active,html[dir=rtl] .btn-outline-white.active,html[dir=rtl] .btn-outline-white.dropdown-toggle.show{color:#000;background-color:#fff;border-color:#fff}html[dir=rtl] .btn-check:checked+.btn-outline-white:focus,html[dir=rtl] .btn-check:active+.btn-outline-white:focus,html[dir=rtl] .btn-outline-white:active:focus,html[dir=rtl] .btn-outline-white.active:focus,html[dir=rtl] .btn-outline-white.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #ffffff80}html[dir=rtl] .btn-outline-white:disabled,html[dir=rtl] .btn-outline-white.disabled{color:#fff;background-color:transparent}html[dir=rtl] .btn-outline-light{color:#f5f8fa;border-color:#f5f8fa}html[dir=rtl] .btn-outline-light:hover{color:#000;background-color:#f5f8fa;border-color:#f5f8fa}html[dir=rtl] .btn-check:focus+.btn-outline-light,html[dir=rtl] .btn-outline-light:focus{box-shadow:0 0 0 .25rem #f5f8fa80}html[dir=rtl] .btn-check:checked+.btn-outline-light,html[dir=rtl] .btn-check:active+.btn-outline-light,html[dir=rtl] .btn-outline-light:active,html[dir=rtl] .btn-outline-light.active,html[dir=rtl] .btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f5f8fa;border-color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn-outline-light:focus,html[dir=rtl] .btn-check:active+.btn-outline-light:focus,html[dir=rtl] .btn-outline-light:active:focus,html[dir=rtl] .btn-outline-light.active:focus,html[dir=rtl] .btn-outline-light.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #f5f8fa80}html[dir=rtl] .btn-outline-light:disabled,html[dir=rtl] .btn-outline-light.disabled{color:#f5f8fa;background-color:transparent}html[dir=rtl] .btn-outline-primary{color:var(--bs-primary);border-color:var(--bs-primary)}html[dir=rtl] .btn-outline-primary:hover{color:#000;background-color:var(--bs-primary);border-color:var(--bs-primary)}html[dir=rtl] .btn-check:focus+.btn-outline-primary,html[dir=rtl] .btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.5)}html[dir=rtl] .btn-check:checked+.btn-outline-primary,html[dir=rtl] .btn-check:active+.btn-outline-primary,html[dir=rtl] .btn-outline-primary:active,html[dir=rtl] .btn-outline-primary.active,html[dir=rtl] .btn-outline-primary.dropdown-toggle.show{color:#000;background-color:var(--bs-primary);border-color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn-outline-primary:focus,html[dir=rtl] .btn-check:active+.btn-outline-primary:focus,html[dir=rtl] .btn-outline-primary:active:focus,html[dir=rtl] .btn-outline-primary.active:focus,html[dir=rtl] .btn-outline-primary.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem rgba(var(--bs-primary-rgb),.5)}html[dir=rtl] .btn-outline-primary:disabled,html[dir=rtl] .btn-outline-primary.disabled{color:var(--bs-primary);background-color:transparent}html[dir=rtl] .btn-outline-secondary{color:#e4e6ef;border-color:#e4e6ef}html[dir=rtl] .btn-outline-secondary:hover{color:#000;background-color:#e4e6ef;border-color:#e4e6ef}html[dir=rtl] .btn-check:focus+.btn-outline-secondary,html[dir=rtl] .btn-outline-secondary:focus{box-shadow:0 0 0 .25rem #e4e6ef80}html[dir=rtl] .btn-check:checked+.btn-outline-secondary,html[dir=rtl] .btn-check:active+.btn-outline-secondary,html[dir=rtl] .btn-outline-secondary:active,html[dir=rtl] .btn-outline-secondary.active,html[dir=rtl] .btn-outline-secondary.dropdown-toggle.show{color:#000;background-color:#e4e6ef;border-color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn-outline-secondary:focus,html[dir=rtl] .btn-check:active+.btn-outline-secondary:focus,html[dir=rtl] .btn-outline-secondary:active:focus,html[dir=rtl] .btn-outline-secondary.active:focus,html[dir=rtl] .btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #e4e6ef80}html[dir=rtl] .btn-outline-secondary:disabled,html[dir=rtl] .btn-outline-secondary.disabled{color:#e4e6ef;background-color:transparent}html[dir=rtl] .btn-outline-success{color:#50cd89;border-color:#50cd89}html[dir=rtl] .btn-outline-success:hover{color:#000;background-color:#50cd89;border-color:#50cd89}html[dir=rtl] .btn-check:focus+.btn-outline-success,html[dir=rtl] .btn-outline-success:focus{box-shadow:0 0 0 .25rem #50cd8980}html[dir=rtl] .btn-check:checked+.btn-outline-success,html[dir=rtl] .btn-check:active+.btn-outline-success,html[dir=rtl] .btn-outline-success:active,html[dir=rtl] .btn-outline-success.active,html[dir=rtl] .btn-outline-success.dropdown-toggle.show{color:#000;background-color:#50cd89;border-color:#50cd89}html[dir=rtl] .btn-check:checked+.btn-outline-success:focus,html[dir=rtl] .btn-check:active+.btn-outline-success:focus,html[dir=rtl] .btn-outline-success:active:focus,html[dir=rtl] .btn-outline-success.active:focus,html[dir=rtl] .btn-outline-success.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #50cd8980}html[dir=rtl] .btn-outline-success:disabled,html[dir=rtl] .btn-outline-success.disabled{color:#50cd89;background-color:transparent}html[dir=rtl] .btn-outline-info{color:var(--bs-info);border-color:var(--bs-info)}html[dir=rtl] .btn-outline-info:hover{color:#fff;background-color:var(--bs-info);border-color:var(--bs-info)}html[dir=rtl] .btn-check:focus+.btn-outline-info,html[dir=rtl] .btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-info-rgb),.5)}html[dir=rtl] .btn-check:checked+.btn-outline-info,html[dir=rtl] .btn-check:active+.btn-outline-info,html[dir=rtl] .btn-outline-info:active,html[dir=rtl] .btn-outline-info.active,html[dir=rtl] .btn-outline-info.dropdown-toggle.show{color:#fff;background-color:var(--bs-info);border-color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn-outline-info:focus,html[dir=rtl] .btn-check:active+.btn-outline-info:focus,html[dir=rtl] .btn-outline-info:active:focus,html[dir=rtl] .btn-outline-info.active:focus,html[dir=rtl] .btn-outline-info.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem rgba(var(--bs-info-rgb),.5)}html[dir=rtl] .btn-outline-info:disabled,html[dir=rtl] .btn-outline-info.disabled{color:var(--bs-info);background-color:transparent}html[dir=rtl] .btn-outline-warning{color:#ffc700;border-color:#ffc700}html[dir=rtl] .btn-outline-warning:hover{color:#000;background-color:#ffc700;border-color:#ffc700}html[dir=rtl] .btn-check:focus+.btn-outline-warning,html[dir=rtl] .btn-outline-warning:focus{box-shadow:0 0 0 .25rem #ffc70080}html[dir=rtl] .btn-check:checked+.btn-outline-warning,html[dir=rtl] .btn-check:active+.btn-outline-warning,html[dir=rtl] .btn-outline-warning:active,html[dir=rtl] .btn-outline-warning.active,html[dir=rtl] .btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc700;border-color:#ffc700}html[dir=rtl] .btn-check:checked+.btn-outline-warning:focus,html[dir=rtl] .btn-check:active+.btn-outline-warning:focus,html[dir=rtl] .btn-outline-warning:active:focus,html[dir=rtl] .btn-outline-warning.active:focus,html[dir=rtl] .btn-outline-warning.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #ffc70080}html[dir=rtl] .btn-outline-warning:disabled,html[dir=rtl] .btn-outline-warning.disabled{color:#ffc700;background-color:transparent}html[dir=rtl] .btn-outline-danger{color:#f1416c;border-color:#f1416c}html[dir=rtl] .btn-outline-danger:hover{color:#000;background-color:#f1416c;border-color:#f1416c}html[dir=rtl] .btn-check:focus+.btn-outline-danger,html[dir=rtl] .btn-outline-danger:focus{box-shadow:0 0 0 .25rem #f1416c80}html[dir=rtl] .btn-check:checked+.btn-outline-danger,html[dir=rtl] .btn-check:active+.btn-outline-danger,html[dir=rtl] .btn-outline-danger:active,html[dir=rtl] .btn-outline-danger.active,html[dir=rtl] .btn-outline-danger.dropdown-toggle.show{color:#000;background-color:#f1416c;border-color:#f1416c}html[dir=rtl] .btn-check:checked+.btn-outline-danger:focus,html[dir=rtl] .btn-check:active+.btn-outline-danger:focus,html[dir=rtl] .btn-outline-danger:active:focus,html[dir=rtl] .btn-outline-danger.active:focus,html[dir=rtl] .btn-outline-danger.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #f1416c80}html[dir=rtl] .btn-outline-danger:disabled,html[dir=rtl] .btn-outline-danger.disabled{color:#f1416c;background-color:transparent}html[dir=rtl] .btn-outline-dark{color:var(--bs-gray-900);border-color:var(--bs-gray-900)}html[dir=rtl] .btn-outline-dark:hover{color:#fff!important;background-color:var(--bs-dark);border-color:var(--bs-dark)}html[dir=rtl] .btn-check:focus+.btn-outline-dark,html[dir=rtl] .btn-outline-dark:focus{box-shadow:0 0 0 .25rem #484a5a80}html[dir=rtl] .btn-check:checked+.btn-outline-dark,html[dir=rtl] .btn-check:active+.btn-outline-dark,html[dir=rtl] .btn-outline-dark:active,html[dir=rtl] .btn-outline-dark.active,html[dir=rtl] .btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:var(--bs-gray-900);border-color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn-outline-dark:focus,html[dir=rtl] .btn-check:active+.btn-outline-dark:focus,html[dir=rtl] .btn-outline-dark:active:focus,html[dir=rtl] .btn-outline-dark.active:focus,html[dir=rtl] .btn-outline-dark.dropdown-toggle.show:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .25rem #484a5a80}html[dir=rtl] .btn-outline-dark:disabled,html[dir=rtl] .btn-outline-dark.disabled{color:var(--bs-gray-900);background-color:transparent}html[dir=rtl] .btn-link{font-weight:400;color:var(--bs-primary);text-decoration:none}html[dir=rtl] .btn-link:hover{color:var(--bs-danger);text-decoration:underline}html[dir=rtl] .btn-link:focus{text-decoration:underline}html[dir=rtl] .btn-link:disabled,html[dir=rtl] .btn-link.disabled{color:#7e8299}html[dir=rtl] .btn-lg,html[dir=rtl] .btn-group-lg>.btn{padding:.825rem 1.75rem;font-size:1.15rem;border-radius:.475rem}html[dir=rtl] .btn-sm,html[dir=rtl] .btn-group-sm>.btn{padding:.55rem 1.25rem;font-size:.925rem;border-radius:.475rem}html[dir=rtl] .fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){html[dir=rtl] .fade{transition:none}}html[dir=rtl] .fade:not(.show){opacity:0}html[dir=rtl] .collapse:not(.show){display:none}html[dir=rtl] .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){html[dir=rtl] .collapsing{transition:none}}html[dir=rtl] .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){html[dir=rtl] .collapsing.collapse-horizontal{transition:none}}html[dir=rtl] .dropup,html[dir=rtl] .dropend,html[dir=rtl] .dropdown,html[dir=rtl] .dropstart{position:relative}html[dir=rtl] .dropdown-toggle{white-space:nowrap}html[dir=rtl] .dropdown-toggle:after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-left:.3em solid transparent;border-bottom:0;border-right:.3em solid transparent}html[dir=rtl] .dropdown-toggle:empty:after{margin-right:0}html[dir=rtl] .dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:var(--bs-gray-900);text-align:right;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.15);border-radius:.475rem;box-shadow:0 0 50px #523f691a}html[dir=rtl] .dropdown-menu[data-bs-popper]{top:100%;right:0;margin-top:.125rem}html[dir=rtl] .dropdown-menu-start{--bs-position: start}html[dir=rtl] .dropdown-menu-start[data-bs-popper]{left:auto;right:0}html[dir=rtl] .dropdown-menu-end{--bs-position: end}html[dir=rtl] .dropdown-menu-end[data-bs-popper]{left:0;right:auto}@media (min-width: 576px){html[dir=rtl] .dropdown-menu-sm-start{--bs-position: start}html[dir=rtl] .dropdown-menu-sm-start[data-bs-popper]{left:auto;right:0}html[dir=rtl] .dropdown-menu-sm-end{--bs-position: end}html[dir=rtl] .dropdown-menu-sm-end[data-bs-popper]{left:0;right:auto}}@media (min-width: 768px){html[dir=rtl] .dropdown-menu-md-start{--bs-position: start}html[dir=rtl] .dropdown-menu-md-start[data-bs-popper]{left:auto;right:0}html[dir=rtl] .dropdown-menu-md-end{--bs-position: end}html[dir=rtl] .dropdown-menu-md-end[data-bs-popper]{left:0;right:auto}}@media (min-width: 992px){html[dir=rtl] .dropdown-menu-lg-start{--bs-position: start}html[dir=rtl] .dropdown-menu-lg-start[data-bs-popper]{left:auto;right:0}html[dir=rtl] .dropdown-menu-lg-end{--bs-position: end}html[dir=rtl] .dropdown-menu-lg-end[data-bs-popper]{left:0;right:auto}}@media (min-width: 1200px){html[dir=rtl] .dropdown-menu-xl-start{--bs-position: start}html[dir=rtl] .dropdown-menu-xl-start[data-bs-popper]{left:auto;right:0}html[dir=rtl] .dropdown-menu-xl-end{--bs-position: end}html[dir=rtl] .dropdown-menu-xl-end[data-bs-popper]{left:0;right:auto}}@media (min-width: 1400px){html[dir=rtl] .dropdown-menu-xxl-start{--bs-position: start}html[dir=rtl] .dropdown-menu-xxl-start[data-bs-popper]{left:auto;right:0}html[dir=rtl] .dropdown-menu-xxl-end{--bs-position: end}html[dir=rtl] .dropdown-menu-xxl-end[data-bs-popper]{left:0;right:auto}}html[dir=rtl] .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}html[dir=rtl] .dropup .dropdown-toggle:after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:0;border-left:.3em solid transparent;border-bottom:.3em solid;border-right:.3em solid transparent}html[dir=rtl] .dropup .dropdown-toggle:empty:after{margin-right:0}html[dir=rtl] .dropend .dropdown-menu[data-bs-popper]{top:0;left:auto;right:100%;margin-top:0;margin-right:.125rem}html[dir=rtl] .dropend .dropdown-toggle:after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-left:0;border-bottom:.3em solid transparent;border-right:.3em solid}html[dir=rtl] .dropend .dropdown-toggle:empty:after{margin-right:0}html[dir=rtl] .dropend .dropdown-toggle:after{vertical-align:0}html[dir=rtl] .dropstart .dropdown-menu[data-bs-popper]{top:0;left:100%;right:auto;margin-top:0;margin-left:.125rem}html[dir=rtl] .dropstart .dropdown-toggle:after{display:inline-block;margin-right:.255em;vertical-align:.255em;content:""}html[dir=rtl] .dropstart .dropdown-toggle:after{display:none}html[dir=rtl] .dropstart .dropdown-toggle:before{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-left:.3em solid;border-bottom:.3em solid transparent}html[dir=rtl] .dropstart .dropdown-toggle:empty:after{margin-right:0}html[dir=rtl] .dropstart .dropdown-toggle:before{vertical-align:0}html[dir=rtl] .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}html[dir=rtl] .dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:var(--bs-gray-900);text-align:inherit;white-space:nowrap;background-color:transparent;border:0}html[dir=rtl] .dropdown-item:hover,html[dir=rtl] .dropdown-item:focus{color:#16192d;text-decoration:none;background-color:#eff2f5}html[dir=rtl] .dropdown-item.active,html[dir=rtl] .dropdown-item:active{color:#fff;text-decoration:none;background-color:var(--bs-primary)}html[dir=rtl] .dropdown-item.disabled,html[dir=rtl] .dropdown-item:disabled{color:#a1a5b7;pointer-events:none;background-color:transparent}html[dir=rtl] .dropdown-menu.show{display:block}html[dir=rtl] .dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.925rem;color:#7e8299;white-space:nowrap}html[dir=rtl] .dropdown-item-text{display:block;padding:.25rem 1rem;color:var(--bs-gray-900)}html[dir=rtl] .dropdown-menu-dark{color:#e4e6ef;background-color:#3f4254;border-color:#00000026}html[dir=rtl] .dropdown-menu-dark .dropdown-item{color:#e4e6ef}html[dir=rtl] .dropdown-menu-dark .dropdown-item:hover,html[dir=rtl] .dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:#ffffff26}html[dir=rtl] .dropdown-menu-dark .dropdown-item.active,html[dir=rtl] .dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:var(--bs-primary)}html[dir=rtl] .dropdown-menu-dark .dropdown-item.disabled,html[dir=rtl] .dropdown-menu-dark .dropdown-item:disabled{color:#a1a5b7}html[dir=rtl] .dropdown-menu-dark .dropdown-divider{border-color:#00000026}html[dir=rtl] .dropdown-menu-dark .dropdown-item-text{color:#e4e6ef}html[dir=rtl] .dropdown-menu-dark .dropdown-header{color:#a1a5b7}html[dir=rtl] .btn-group,html[dir=rtl] .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html[dir=rtl] .btn-group>.btn,html[dir=rtl] .btn-group-vertical>.btn{position:relative;flex:1 1 auto}html[dir=rtl] .btn-group>.btn-check:checked+.btn,html[dir=rtl] .btn-group>.btn-check:focus+.btn,html[dir=rtl] .btn-group>.btn:hover,html[dir=rtl] .btn-group>.btn:focus,html[dir=rtl] .btn-group>.btn:active,html[dir=rtl] .btn-group>.btn.active,html[dir=rtl] .btn-group-vertical>.btn-check:checked+.btn,html[dir=rtl] .btn-group-vertical>.btn-check:focus+.btn,html[dir=rtl] .btn-group-vertical>.btn:hover,html[dir=rtl] .btn-group-vertical>.btn:focus,html[dir=rtl] .btn-group-vertical>.btn:active,html[dir=rtl] .btn-group-vertical>.btn.active{z-index:1}html[dir=rtl] .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html[dir=rtl] .btn-toolbar .input-group{width:auto}html[dir=rtl] .btn-group>.btn:not(:first-child),html[dir=rtl] .btn-group>.btn-group:not(:first-child){margin-right:-1px}html[dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),html[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}html[dir=rtl] .btn-group>.btn:nth-child(n+3),html[dir=rtl] .btn-group>:not(.btn-check)+.btn,html[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}html[dir=rtl] .dropdown-toggle-split{padding-left:1.125rem;padding-right:1.125rem}html[dir=rtl] .dropdown-toggle-split:after,html[dir=rtl] .dropup .dropdown-toggle-split:after,html[dir=rtl] .dropend .dropdown-toggle-split:after{margin-right:0}html[dir=rtl] .dropstart .dropdown-toggle-split:before{margin-left:0}html[dir=rtl] .btn-sm+.dropdown-toggle-split,html[dir=rtl] .btn-group-sm>.btn+.dropdown-toggle-split{padding-left:.9375rem;padding-right:.9375rem}html[dir=rtl] .btn-lg+.dropdown-toggle-split,html[dir=rtl] .btn-group-lg>.btn+.dropdown-toggle-split{padding-left:1.3125rem;padding-right:1.3125rem}html[dir=rtl] .btn-group.show .dropdown-toggle{box-shadow:inset 0 3px 5px #00000020}html[dir=rtl] .btn-group.show .dropdown-toggle.btn-link{box-shadow:none}html[dir=rtl] .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html[dir=rtl] .btn-group-vertical>.btn,html[dir=rtl] .btn-group-vertical>.btn-group{width:100%}html[dir=rtl] .btn-group-vertical>.btn:not(:first-child),html[dir=rtl] .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}html[dir=rtl] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),html[dir=rtl] .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-left-radius:0;border-bottom-right-radius:0}html[dir=rtl] .btn-group-vertical>.btn~.btn,html[dir=rtl] .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-right-radius:0;border-top-left-radius:0}html[dir=rtl] .nav{display:flex;flex-wrap:wrap;padding-right:0;margin-bottom:0;list-style:none}html[dir=rtl] .nav-link{display:block;padding:.5rem 1rem;color:var(--bs-primary);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .nav-link{transition:none}}html[dir=rtl] .nav-link:hover,html[dir=rtl] .nav-link:focus{color:var(--bs-danger);text-decoration:none}html[dir=rtl] .nav-link.disabled{color:#7e8299;pointer-events:none;cursor:default}html[dir=rtl] .nav-tabs{border-bottom:1px solid #EFF2F5}html[dir=rtl] .nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-right-radius:.475rem;border-top-left-radius:.475rem}html[dir=rtl] .nav-tabs .nav-link:hover,html[dir=rtl] .nav-tabs .nav-link:focus{border-color:#EFF2F5 #EFF2F5 #EFF2F5;isolation:isolate}html[dir=rtl] .nav-tabs .nav-link.disabled{color:#7e8299;background-color:transparent;border-color:transparent}html[dir=rtl] .nav-tabs .nav-link.active,html[dir=rtl] .nav-tabs .nav-item.show .nav-link{color:#5e6278;background-color:#fff;border-color:#E4E6EF #E4E6EF #ffffff}html[dir=rtl] .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}html[dir=rtl] .nav-pills .nav-link{background:none;border:0;border-radius:.475rem}html[dir=rtl] .nav-pills .nav-link.active,html[dir=rtl] .nav-pills .show>.nav-link{color:#fff;background-color:var(--bs-primary)}html[dir=rtl] .nav-fill>.nav-link,html[dir=rtl] .nav-fill .nav-item{flex:1 1 auto;text-align:center}html[dir=rtl] .nav-justified>.nav-link,html[dir=rtl] .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}html[dir=rtl] .nav-fill .nav-item .nav-link,html[dir=rtl] .nav-justified .nav-item .nav-link{width:100%}html[dir=rtl] .tab-content>.tab-pane{display:none}html[dir=rtl] .tab-content>.active{display:block}html[dir=rtl] .navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .navbar>.container,html[dir=rtl] .navbar>.container-fluid,html[dir=rtl] .navbar>.container-sm,html[dir=rtl] .navbar>.container-md,html[dir=rtl] .navbar>.container-lg,html[dir=rtl] .navbar>.container-xl,html[dir=rtl] .navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}html[dir=rtl] .navbar-brand{padding-top:.44375rem;padding-bottom:.44375rem;margin-left:1rem;font-size:1.075rem;white-space:nowrap}html[dir=rtl] .navbar-brand:hover,html[dir=rtl] .navbar-brand:focus{text-decoration:none}html[dir=rtl] .navbar-nav{display:flex;flex-direction:column;padding-right:0;margin-bottom:0;list-style:none}html[dir=rtl] .navbar-nav .nav-link{padding-left:0;padding-right:0}html[dir=rtl] .navbar-nav .dropdown-menu{position:static}html[dir=rtl] .navbar-text{padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}html[dir=rtl] .navbar-toggler{padding:.25rem .75rem;font-size:1.075rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.475rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .navbar-toggler{transition:none}}html[dir=rtl] .navbar-toggler:hover{text-decoration:none}html[dir=rtl] .navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}html[dir=rtl] .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}html[dir=rtl] .navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){html[dir=rtl] .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}html[dir=rtl] .navbar-expand-sm .navbar-nav{flex-direction:row}html[dir=rtl] .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}html[dir=rtl] .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}html[dir=rtl] .navbar-expand-sm .navbar-nav-scroll{overflow:visible}html[dir=rtl] .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}html[dir=rtl] .navbar-expand-sm .navbar-toggler,html[dir=rtl] .navbar-expand-sm .offcanvas-header{display:none}html[dir=rtl] .navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}html[dir=rtl] .navbar-expand-sm .offcanvas-top,html[dir=rtl] .navbar-expand-sm .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}html[dir=rtl] .navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 768px){html[dir=rtl] .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}html[dir=rtl] .navbar-expand-md .navbar-nav{flex-direction:row}html[dir=rtl] .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}html[dir=rtl] .navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}html[dir=rtl] .navbar-expand-md .navbar-nav-scroll{overflow:visible}html[dir=rtl] .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}html[dir=rtl] .navbar-expand-md .navbar-toggler,html[dir=rtl] .navbar-expand-md .offcanvas-header{display:none}html[dir=rtl] .navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}html[dir=rtl] .navbar-expand-md .offcanvas-top,html[dir=rtl] .navbar-expand-md .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}html[dir=rtl] .navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 992px){html[dir=rtl] .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}html[dir=rtl] .navbar-expand-lg .navbar-nav{flex-direction:row}html[dir=rtl] .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}html[dir=rtl] .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}html[dir=rtl] .navbar-expand-lg .navbar-nav-scroll{overflow:visible}html[dir=rtl] .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}html[dir=rtl] .navbar-expand-lg .navbar-toggler,html[dir=rtl] .navbar-expand-lg .offcanvas-header{display:none}html[dir=rtl] .navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}html[dir=rtl] .navbar-expand-lg .offcanvas-top,html[dir=rtl] .navbar-expand-lg .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}html[dir=rtl] .navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1200px){html[dir=rtl] .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}html[dir=rtl] .navbar-expand-xl .navbar-nav{flex-direction:row}html[dir=rtl] .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}html[dir=rtl] .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}html[dir=rtl] .navbar-expand-xl .navbar-nav-scroll{overflow:visible}html[dir=rtl] .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}html[dir=rtl] .navbar-expand-xl .navbar-toggler,html[dir=rtl] .navbar-expand-xl .offcanvas-header{display:none}html[dir=rtl] .navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}html[dir=rtl] .navbar-expand-xl .offcanvas-top,html[dir=rtl] .navbar-expand-xl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}html[dir=rtl] .navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1400px){html[dir=rtl] .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}html[dir=rtl] .navbar-expand-xxl .navbar-nav{flex-direction:row}html[dir=rtl] .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}html[dir=rtl] .navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}html[dir=rtl] .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}html[dir=rtl] .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}html[dir=rtl] .navbar-expand-xxl .navbar-toggler,html[dir=rtl] .navbar-expand-xxl .offcanvas-header{display:none}html[dir=rtl] .navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}html[dir=rtl] .navbar-expand-xxl .offcanvas-top,html[dir=rtl] .navbar-expand-xxl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}html[dir=rtl] .navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}html[dir=rtl] .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}html[dir=rtl] .navbar-expand .navbar-nav{flex-direction:row}html[dir=rtl] .navbar-expand .navbar-nav .dropdown-menu{position:absolute}html[dir=rtl] .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}html[dir=rtl] .navbar-expand .navbar-nav-scroll{overflow:visible}html[dir=rtl] .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}html[dir=rtl] .navbar-expand .navbar-toggler,html[dir=rtl] .navbar-expand .offcanvas-header{display:none}html[dir=rtl] .navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-left:0;border-right:0;transition:none;transform:none}html[dir=rtl] .navbar-expand .offcanvas-top,html[dir=rtl] .navbar-expand .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}html[dir=rtl] .navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}html[dir=rtl] .navbar-light .navbar-brand{color:#000000e6}html[dir=rtl] .navbar-light .navbar-brand:hover,html[dir=rtl] .navbar-light .navbar-brand:focus{color:#000000e6}html[dir=rtl] .navbar-light .navbar-nav .nav-link{color:#0000008c}html[dir=rtl] .navbar-light .navbar-nav .nav-link:hover,html[dir=rtl] .navbar-light .navbar-nav .nav-link:focus{color:#000000b3}html[dir=rtl] .navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}html[dir=rtl] .navbar-light .navbar-nav .show>.nav-link,html[dir=rtl] .navbar-light .navbar-nav .nav-link.active{color:#000000e6}html[dir=rtl] .navbar-light .navbar-toggler{color:#0000008c;border-color:#0000001a}html[dir=rtl] .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html[dir=rtl] .navbar-light .navbar-text{color:#0000008c}html[dir=rtl] .navbar-light .navbar-text a,html[dir=rtl] .navbar-light .navbar-text a:hover,html[dir=rtl] .navbar-light .navbar-text a:focus{color:#000000e6}html[dir=rtl] .navbar-dark .navbar-brand{color:#fff}html[dir=rtl] .navbar-dark .navbar-brand:hover,html[dir=rtl] .navbar-dark .navbar-brand:focus{color:#fff}html[dir=rtl] .navbar-dark .navbar-nav .nav-link{color:#ffffff8c}html[dir=rtl] .navbar-dark .navbar-nav .nav-link:hover,html[dir=rtl] .navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}html[dir=rtl] .navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}html[dir=rtl] .navbar-dark .navbar-nav .show>.nav-link,html[dir=rtl] .navbar-dark .navbar-nav .nav-link.active{color:#fff}html[dir=rtl] .navbar-dark .navbar-toggler{color:#ffffff8c;border-color:#ffffff1a}html[dir=rtl] .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}html[dir=rtl] .navbar-dark .navbar-text{color:#ffffff8c}html[dir=rtl] .navbar-dark .navbar-text a,html[dir=rtl] .navbar-dark .navbar-text a:hover,html[dir=rtl] .navbar-dark .navbar-text a:focus{color:#fff}html[dir=rtl] .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #EFF2F5;border-radius:.475rem;box-shadow:0 0 20px #4c577d05}html[dir=rtl] .card>hr{margin-left:0;margin-right:0}html[dir=rtl] .card>.list-group{border-top:inherit;border-bottom:inherit}html[dir=rtl] .card>.list-group:first-child{border-top-width:0;border-top-right-radius:calc(.475rem - 1px);border-top-left-radius:calc(.475rem - 1px)}html[dir=rtl] .card>.list-group:last-child{border-bottom-width:0;border-bottom-left-radius:calc(.475rem - 1px);border-bottom-right-radius:calc(.475rem - 1px)}html[dir=rtl] .card>.card-header+.list-group,html[dir=rtl] .card>.list-group+.card-footer{border-top:0}html[dir=rtl] .card-body{flex:1 1 auto;padding:1rem}html[dir=rtl] .card-title{margin-bottom:.5rem}html[dir=rtl] .card-subtitle{margin-top:-.25rem;margin-bottom:0}html[dir=rtl] .card-text:last-child{margin-bottom:0}html[dir=rtl] .card-link:hover{text-decoration:none}html[dir=rtl] .card-link+.card-link{margin-right:1rem}html[dir=rtl] .card-header{padding:.5rem 1rem;margin-bottom:0;background-color:#fff;border-bottom:1px solid #EFF2F5}html[dir=rtl] .card-header:first-child{border-radius:calc(.475rem - 1px) calc(.475rem - 1px) 0 0}html[dir=rtl] .card-footer{padding:.5rem 1rem;background-color:#fff;border-top:1px solid #EFF2F5}html[dir=rtl] .card-footer:last-child{border-radius:0 0 calc(.475rem - 1px) calc(.475rem - 1px)}html[dir=rtl] .card-header-tabs{margin-left:-.5rem;margin-bottom:-.5rem;margin-right:-.5rem;border-bottom:0}html[dir=rtl] .card-header-pills{margin-left:-.5rem;margin-right:-.5rem}html[dir=rtl] .card-img-overlay{position:absolute;inset:0;padding:1rem;border-radius:calc(.475rem - 1px)}html[dir=rtl] .card-img,html[dir=rtl] .card-img-top,html[dir=rtl] .card-img-bottom{width:100%}html[dir=rtl] .card-img,html[dir=rtl] .card-img-top{border-top-right-radius:calc(.475rem - 1px);border-top-left-radius:calc(.475rem - 1px)}html[dir=rtl] .card-img,html[dir=rtl] .card-img-bottom{border-bottom-left-radius:calc(.475rem - 1px);border-bottom-right-radius:calc(.475rem - 1px)}html[dir=rtl] .card-group>.card{margin-bottom:.75rem}@media (min-width: 576px){html[dir=rtl] .card-group{display:flex;flex-flow:row wrap}html[dir=rtl] .card-group>.card{flex:1 0 0%;margin-bottom:0}html[dir=rtl] .card-group>.card+.card{margin-right:0;border-right:0}html[dir=rtl] .card-group>.card:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}html[dir=rtl] .card-group>.card:not(:last-child) .card-img-top,html[dir=rtl] .card-group>.card:not(:last-child) .card-header{border-top-left-radius:0}html[dir=rtl] .card-group>.card:not(:last-child) .card-img-bottom,html[dir=rtl] .card-group>.card:not(:last-child) .card-footer{border-bottom-left-radius:0}html[dir=rtl] .card-group>.card:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}html[dir=rtl] .card-group>.card:not(:first-child) .card-img-top,html[dir=rtl] .card-group>.card:not(:first-child) .card-header{border-top-right-radius:0}html[dir=rtl] .card-group>.card:not(:first-child) .card-img-bottom,html[dir=rtl] .card-group>.card:not(:first-child) .card-footer{border-bottom-right-radius:0}}html[dir=rtl] .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1.5rem;font-size:1rem;color:var(--bs-gray-900);text-align:right;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion: reduce){html[dir=rtl] .accordion-button{transition:none}}html[dir=rtl] .accordion-button:not(.collapsed){color:var(--bs-primary);background-color:#f5f8fa;box-shadow:inset 0 -1px #eff2f5}html[dir=rtl] .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(180deg)}html[dir=rtl] .accordion-button:after{flex-shrink:0;width:1.15rem;height:1.15rem;margin-right:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.15rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .accordion-button:after{transition:none}}html[dir=rtl] .accordion-button:hover{z-index:2}html[dir=rtl] .accordion-button:focus{z-index:3;border-color:#eff2f5;outline:0;box-shadow:none}html[dir=rtl] .accordion-header{margin-bottom:0}html[dir=rtl] .accordion-item{background-color:#fff;border:1px solid #EFF2F5}html[dir=rtl] .accordion-item:first-of-type{border-top-right-radius:.475rem;border-top-left-radius:.475rem}html[dir=rtl] .accordion-item:first-of-type .accordion-button{border-top-right-radius:calc(.475rem - 1px);border-top-left-radius:calc(.475rem - 1px)}html[dir=rtl] .accordion-item:not(:first-of-type){border-top:0}html[dir=rtl] .accordion-item:last-of-type{border-bottom-left-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.475rem - 1px);border-bottom-right-radius:calc(.475rem - 1px)}html[dir=rtl] .accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .accordion-body{padding:1.5rem}html[dir=rtl] .accordion-flush .accordion-collapse{border-width:0}html[dir=rtl] .accordion-flush .accordion-item{border-left:0;border-right:0;border-radius:0}html[dir=rtl] .accordion-flush .accordion-item:first-child{border-top:0}html[dir=rtl] .accordion-flush .accordion-item:last-child{border-bottom:0}html[dir=rtl] .accordion-flush .accordion-item .accordion-button{border-radius:0}html[dir=rtl] .breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}html[dir=rtl] .breadcrumb-item+.breadcrumb-item{padding-right:.5rem}html[dir=rtl] .breadcrumb-item+.breadcrumb-item:before{float:right;padding-left:.5rem;color:#7e8299;content:var(--bs-breadcrumb-divider, "/")}html[dir=rtl] .breadcrumb-item.active{color:var(--bs-primary)}html[dir=rtl] .pagination{display:flex;padding-right:0;list-style:none}html[dir=rtl] .page-link{position:relative;display:block;color:#5e6278;background-color:transparent;border:0 solid transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .page-link{transition:none}}html[dir=rtl] .page-link:hover{z-index:2;color:var(--bs-primary);text-decoration:none;background-color:var(--bs-light-primary);border-color:transparent}html[dir=rtl] .page-link:focus{z-index:3;color:var(--bs-primary);background-color:var(--bs-light-primary);outline:0;box-shadow:none}html[dir=rtl] .page-item:not(:first-child) .page-link{margin-right:0}html[dir=rtl] .page-item.active .page-link{z-index:3;color:#fff;background-color:var(--bs-primary);border-color:transparent}html[dir=rtl] .page-item.disabled .page-link{color:#b5b5c3;pointer-events:none;background-color:transparent;border-color:transparent}html[dir=rtl] .page-link{padding:.375rem .75rem}html[dir=rtl] .page-item:first-child .page-link{border-top-right-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .page-item:last-child .page-link{border-top-left-radius:.475rem;border-bottom-left-radius:.475rem}html[dir=rtl] .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.075rem}html[dir=rtl] .pagination-lg .page-item:first-child .page-link{border-top-right-radius:.775rem;border-bottom-right-radius:.775rem}html[dir=rtl] .pagination-lg .page-item:last-child .page-link{border-top-left-radius:.775rem;border-bottom-left-radius:.775rem}html[dir=rtl] .pagination-sm .page-link{padding:.25rem .5rem;font-size:.925rem}html[dir=rtl] .pagination-sm .page-item:first-child .page-link{border-top-right-radius:.275rem;border-bottom-right-radius:.275rem}html[dir=rtl] .pagination-sm .page-item:last-child .page-link{border-top-left-radius:.275rem;border-bottom-left-radius:.275rem}html[dir=rtl] .badge{display:inline-block;padding:.5em .85em;font-size:.85rem;font-weight:600;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.475rem}html[dir=rtl] .badge:empty{display:none}html[dir=rtl] .btn .badge{position:relative;top:-1px}html[dir=rtl] .alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.475rem}html[dir=rtl] .alert-heading{color:inherit}html[dir=rtl] .alert-link{font-weight:500}html[dir=rtl] .alert-dismissible{padding-left:3rem}html[dir=rtl] .alert-dismissible .btn-close{position:absolute;top:0;left:0;z-index:2;padding:1.25rem 1rem}html[dir=rtl] .alert-white{color:#666;background-color:#fff;border-color:#fff}html[dir=rtl] .alert-white .alert-link{color:#525252}html[dir=rtl] .alert-light{color:#626364;background-color:#fdfefe;border-color:#fcfdfe}html[dir=rtl] .alert-light .alert-link{color:#4e4f50}html[dir=rtl] .alert-primary{color:#005f94;background-color:#ccecfd;border-color:#b3e2fd}html[dir=rtl] .alert-primary .alert-link{color:#004c76}html[dir=rtl] .alert-secondary{color:#5b5c60;background-color:#fafafc;border-color:#f7f8fa}html[dir=rtl] .alert-secondary .alert-link{color:#494a4d}html[dir=rtl] .alert-success{color:#205237;background-color:#dcf5e7;border-color:#cbf0dc}html[dir=rtl] .alert-success .alert-link{color:#1a422c}html[dir=rtl] .alert-info{color:#44228c;background-color:#e3d7fb;border-color:#d5c4f9}html[dir=rtl] .alert-info .alert-link{color:#361b70}html[dir=rtl] .alert-warning{color:#665000;background-color:#fff4cc;border-color:#ffeeb3}html[dir=rtl] .alert-warning .alert-link{color:#524000}html[dir=rtl] .alert-danger{color:#912741;background-color:#fcd9e2;border-color:#fbc6d3}html[dir=rtl] .alert-danger .alert-link{color:#741f34}html[dir=rtl] .alert-dark{color:#0e111e;background-color:#d1d2d6;border-color:#babbc2}html[dir=rtl] .alert-dark .alert-link{color:#0b0e18}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}html[dir=rtl] .progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#f5f8fa;border-radius:6px;box-shadow:none}html[dir=rtl] .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:var(--bs-primary);transition:width .6s ease}@media (prefers-reduced-motion: reduce){html[dir=rtl] .progress-bar{transition:none}}html[dir=rtl] .progress-bar-striped{background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}html[dir=rtl] .progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){html[dir=rtl] .progress-bar-animated{animation:none}}html[dir=rtl] .list-group{display:flex;flex-direction:column;padding-right:0;margin-bottom:0;border-radius:.475rem}html[dir=rtl] .list-group-numbered{list-style-type:none;counter-reset:section}html[dir=rtl] .list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}html[dir=rtl] .list-group-item-action{width:100%;color:#5e6278;text-align:inherit}html[dir=rtl] .list-group-item-action:hover,html[dir=rtl] .list-group-item-action:focus{z-index:1;color:#5e6278;text-decoration:none;background-color:#f5f8fa}html[dir=rtl] .list-group-item-action:active{color:var(--bs-gray-900);background-color:#eff2f5}html[dir=rtl] .list-group-item{position:relative;display:block;padding:.5rem 1rem;color:var(--bs-gray-900);background-color:#fff;border:1px solid rgba(0,0,0,.125)}html[dir=rtl] .list-group-item:first-child{border-top-right-radius:inherit;border-top-left-radius:inherit}html[dir=rtl] .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}html[dir=rtl] .list-group-item.disabled,html[dir=rtl] .list-group-item:disabled{color:#7e8299;pointer-events:none;background-color:#fff}html[dir=rtl] .list-group-item.active{z-index:2;color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary)}html[dir=rtl] .list-group-item+.list-group-item{border-top-width:0}html[dir=rtl] .list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}html[dir=rtl] .list-group-horizontal{flex-direction:row}html[dir=rtl] .list-group-horizontal>.list-group-item:first-child{border-bottom-right-radius:.475rem;border-top-left-radius:0}html[dir=rtl] .list-group-horizontal>.list-group-item:last-child{border-top-left-radius:.475rem;border-bottom-right-radius:0}html[dir=rtl] .list-group-horizontal>.list-group-item.active{margin-top:0}html[dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}html[dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}@media (min-width: 576px){html[dir=rtl] .list-group-horizontal-sm{flex-direction:row}html[dir=rtl] .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-right-radius:.475rem;border-top-left-radius:0}html[dir=rtl] .list-group-horizontal-sm>.list-group-item:last-child{border-top-left-radius:.475rem;border-bottom-right-radius:0}html[dir=rtl] .list-group-horizontal-sm>.list-group-item.active{margin-top:0}html[dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}html[dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width: 768px){html[dir=rtl] .list-group-horizontal-md{flex-direction:row}html[dir=rtl] .list-group-horizontal-md>.list-group-item:first-child{border-bottom-right-radius:.475rem;border-top-left-radius:0}html[dir=rtl] .list-group-horizontal-md>.list-group-item:last-child{border-top-left-radius:.475rem;border-bottom-right-radius:0}html[dir=rtl] .list-group-horizontal-md>.list-group-item.active{margin-top:0}html[dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}html[dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width: 992px){html[dir=rtl] .list-group-horizontal-lg{flex-direction:row}html[dir=rtl] .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-right-radius:.475rem;border-top-left-radius:0}html[dir=rtl] .list-group-horizontal-lg>.list-group-item:last-child{border-top-left-radius:.475rem;border-bottom-right-radius:0}html[dir=rtl] .list-group-horizontal-lg>.list-group-item.active{margin-top:0}html[dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}html[dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width: 1200px){html[dir=rtl] .list-group-horizontal-xl{flex-direction:row}html[dir=rtl] .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-right-radius:.475rem;border-top-left-radius:0}html[dir=rtl] .list-group-horizontal-xl>.list-group-item:last-child{border-top-left-radius:.475rem;border-bottom-right-radius:0}html[dir=rtl] .list-group-horizontal-xl>.list-group-item.active{margin-top:0}html[dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}html[dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width: 1400px){html[dir=rtl] .list-group-horizontal-xxl{flex-direction:row}html[dir=rtl] .list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-right-radius:.475rem;border-top-left-radius:0}html[dir=rtl] .list-group-horizontal-xxl>.list-group-item:last-child{border-top-left-radius:.475rem;border-bottom-right-radius:0}html[dir=rtl] .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}html[dir=rtl] .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-right-width:0}html[dir=rtl] .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}html[dir=rtl] .list-group-flush{border-radius:0}html[dir=rtl] .list-group-flush>.list-group-item{border-width:0 0 1px}html[dir=rtl] .list-group-flush>.list-group-item:last-child{border-bottom-width:0}html[dir=rtl] .list-group-item-white{color:#666;background-color:#fff}html[dir=rtl] .list-group-item-white.list-group-item-action:hover,html[dir=rtl] .list-group-item-white.list-group-item-action:focus{color:#666;background-color:#e6e6e6}html[dir=rtl] .list-group-item-white.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}html[dir=rtl] .list-group-item-light{color:#626364;background-color:#fdfefe}html[dir=rtl] .list-group-item-light.list-group-item-action:hover,html[dir=rtl] .list-group-item-light.list-group-item-action:focus{color:#626364;background-color:#e4e5e5}html[dir=rtl] .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#626364;border-color:#626364}html[dir=rtl] .list-group-item-primary{color:#005f94;background-color:#ccecfd}html[dir=rtl] .list-group-item-primary.list-group-item-action:hover,html[dir=rtl] .list-group-item-primary.list-group-item-action:focus{color:#005f94;background-color:#b8d4e4}html[dir=rtl] .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#005f94;border-color:#005f94}html[dir=rtl] .list-group-item-secondary{color:#5b5c60;background-color:#fafafc}html[dir=rtl] .list-group-item-secondary.list-group-item-action:hover,html[dir=rtl] .list-group-item-secondary.list-group-item-action:focus{color:#5b5c60;background-color:#e1e1e3}html[dir=rtl] .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#5b5c60;border-color:#5b5c60}html[dir=rtl] .list-group-item-success{color:#205237;background-color:#dcf5e7}html[dir=rtl] .list-group-item-success.list-group-item-action:hover,html[dir=rtl] .list-group-item-success.list-group-item-action:focus{color:#205237;background-color:#c6ddd0}html[dir=rtl] .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#205237;border-color:#205237}html[dir=rtl] .list-group-item-info{color:#44228c;background-color:#e3d7fb}html[dir=rtl] .list-group-item-info.list-group-item-action:hover,html[dir=rtl] .list-group-item-info.list-group-item-action:focus{color:#44228c;background-color:#ccc2e2}html[dir=rtl] .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#44228c;border-color:#44228c}html[dir=rtl] .list-group-item-warning{color:#665000;background-color:#fff4cc}html[dir=rtl] .list-group-item-warning.list-group-item-action:hover,html[dir=rtl] .list-group-item-warning.list-group-item-action:focus{color:#665000;background-color:#e6dcb8}html[dir=rtl] .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#665000;border-color:#665000}html[dir=rtl] .list-group-item-danger{color:#912741;background-color:#fcd9e2}html[dir=rtl] .list-group-item-danger.list-group-item-action:hover,html[dir=rtl] .list-group-item-danger.list-group-item-action:focus{color:#912741;background-color:#e3c3cb}html[dir=rtl] .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#912741;border-color:#912741}html[dir=rtl] .list-group-item-dark{color:#0e111e;background-color:#d1d2d6}html[dir=rtl] .list-group-item-dark.list-group-item-action:hover,html[dir=rtl] .list-group-item-dark.list-group-item-action:focus{color:#0e111e;background-color:#bcbdc1}html[dir=rtl] .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0e111e;border-color:#0e111e}html[dir=rtl] .btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;border:0;border-radius:.475rem;opacity:.5}html[dir=rtl] .btn-close:hover{color:#000;text-decoration:none;opacity:.75}html[dir=rtl] .btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.25);opacity:1}html[dir=rtl] .btn-close:disabled,html[dir=rtl] .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.25}html[dir=rtl] .btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}html[dir=rtl] .toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1.5rem .5rem #00000013;border-radius:.475rem}html[dir=rtl] .toast.showing{opacity:0}html[dir=rtl] .toast:not(.show){display:none}html[dir=rtl] .toast-container{width:max-content;max-width:100%;pointer-events:none}html[dir=rtl] .toast-container>:not(:last-child){margin-bottom:1.5rem}html[dir=rtl] .toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#7e8299;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-right-radius:calc(.475rem - 1px);border-top-left-radius:calc(.475rem - 1px)}html[dir=rtl] .toast-header .btn-close{margin-left:-.375rem;margin-right:.75rem}html[dir=rtl] .toast-body{padding:.75rem;word-wrap:break-word}html[dir=rtl] .modal{position:fixed;top:0;right:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}html[dir=rtl] .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}html[dir=rtl] .modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){html[dir=rtl] .modal.fade .modal-dialog{transition:none}}html[dir=rtl] .modal.show .modal-dialog{transform:none}html[dir=rtl] .modal.modal-static .modal-dialog{transform:scale(1.02)}html[dir=rtl] .modal-dialog-scrollable{height:calc(100% - 1rem)}html[dir=rtl] .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}html[dir=rtl] .modal-dialog-scrollable .modal-body{overflow-y:auto}html[dir=rtl] .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}html[dir=rtl] .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:.475rem;box-shadow:0 .25rem .5rem #0000001a;outline:0}html[dir=rtl] .modal-backdrop{position:fixed;top:0;right:0;z-index:1050;width:100vw;height:100vh;background-color:#000}html[dir=rtl] .modal-backdrop.fade{opacity:0}html[dir=rtl] .modal-backdrop.show{opacity:.3}html[dir=rtl] .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1.75rem;border-bottom:1px solid #EFF2F5;border-top-right-radius:.475rem;border-top-left-radius:.475rem}html[dir=rtl] .modal-header .btn-close{padding:.875rem;margin:-.875rem auto -.875rem -.875rem}html[dir=rtl] .modal-title{margin-bottom:0;line-height:1.5}html[dir=rtl] .modal-body{position:relative;flex:1 1 auto;padding:1.75rem}html[dir=rtl] .modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:1.5rem;border-top:1px solid #EFF2F5;border-bottom-left-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .modal-footer>*{margin:.25rem}@media (min-width: 576px){html[dir=rtl] .modal-dialog{max-width:500px;margin:1.75rem auto}html[dir=rtl] .modal-dialog-scrollable{height:calc(100% - 3.5rem)}html[dir=rtl] .modal-dialog-centered{min-height:calc(100% - 3.5rem)}html[dir=rtl] .modal-content{box-shadow:0 .5rem 1rem #0000001a}html[dir=rtl] .modal-sm{max-width:300px}}@media (min-width: 992px){html[dir=rtl] .modal-lg,html[dir=rtl] .modal-xl{max-width:800px}}@media (min-width: 1200px){html[dir=rtl] .modal-xl{max-width:1140px}}html[dir=rtl] .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}html[dir=rtl] .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}html[dir=rtl] .modal-fullscreen .modal-header{border-radius:0}html[dir=rtl] .modal-fullscreen .modal-body{overflow-y:auto}html[dir=rtl] .modal-fullscreen .modal-footer{border-radius:0}@media (max-width: 575.98px){html[dir=rtl] .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}html[dir=rtl] .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}html[dir=rtl] .modal-fullscreen-sm-down .modal-header{border-radius:0}html[dir=rtl] .modal-fullscreen-sm-down .modal-body{overflow-y:auto}html[dir=rtl] .modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width: 767.98px){html[dir=rtl] .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}html[dir=rtl] .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}html[dir=rtl] .modal-fullscreen-md-down .modal-header{border-radius:0}html[dir=rtl] .modal-fullscreen-md-down .modal-body{overflow-y:auto}html[dir=rtl] .modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width: 991.98px){html[dir=rtl] .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}html[dir=rtl] .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}html[dir=rtl] .modal-fullscreen-lg-down .modal-header{border-radius:0}html[dir=rtl] .modal-fullscreen-lg-down .modal-body{overflow-y:auto}html[dir=rtl] .modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width: 1199.98px){html[dir=rtl] .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}html[dir=rtl] .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}html[dir=rtl] .modal-fullscreen-xl-down .modal-header{border-radius:0}html[dir=rtl] .modal-fullscreen-xl-down .modal-body{overflow-y:auto}html[dir=rtl] .modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width: 1399.98px){html[dir=rtl] .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}html[dir=rtl] .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}html[dir=rtl] .modal-fullscreen-xxl-down .modal-header{border-radius:0}html[dir=rtl] .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}html[dir=rtl] .modal-fullscreen-xxl-down .modal-footer{border-radius:0}}html[dir=rtl] .tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:right;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.925rem;word-wrap:break-word;opacity:0}html[dir=rtl] .tooltip.show{opacity:1}html[dir=rtl] .tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}html[dir=rtl] .tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}html[dir=rtl] .bs-tooltip-top,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=top]{padding:.4rem 0}html[dir=rtl] .bs-tooltip-top .tooltip-arrow,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}html[dir=rtl] .bs-tooltip-top .tooltip-arrow:before,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#fff}html[dir=rtl] .bs-tooltip-end,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=right]{padding:0 .4rem}html[dir=rtl] .bs-tooltip-end .tooltip-arrow,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{right:0;width:.4rem;height:.8rem}html[dir=rtl] .bs-tooltip-end .tooltip-arrow:before,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#fff}html[dir=rtl] .bs-tooltip-bottom,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=bottom]{padding:.4rem 0}html[dir=rtl] .bs-tooltip-bottom .tooltip-arrow,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}html[dir=rtl] .bs-tooltip-bottom .tooltip-arrow:before,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#fff}html[dir=rtl] .bs-tooltip-start,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=left]{padding:0 .4rem}html[dir=rtl] .bs-tooltip-start .tooltip-arrow,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{left:0;width:.4rem;height:.8rem}html[dir=rtl] .bs-tooltip-start .tooltip-arrow:before,html[dir=rtl] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#fff}html[dir=rtl] .tooltip-inner{max-width:200px;padding:.75rem 1rem;color:#3f4254;text-align:center;background-color:#fff;border-radius:.475rem}html[dir=rtl] .popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:right;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:1rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #ffffff;border-radius:.475rem;box-shadow:0 0 50px #523f691a}html[dir=rtl] .popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}html[dir=rtl] .popover .popover-arrow:before,html[dir=rtl] .popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}html[dir=rtl] .bs-popover-top>.popover-arrow,html[dir=rtl] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-.5rem - 1px)}html[dir=rtl] .bs-popover-top>.popover-arrow:before,html[dir=rtl] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#fff}html[dir=rtl] .bs-popover-top>.popover-arrow:after,html[dir=rtl] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}html[dir=rtl] .bs-popover-end>.popover-arrow,html[dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}html[dir=rtl] .bs-popover-end>.popover-arrow:before,html[dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html[dir=rtl] .bs-popover-end>.popover-arrow:after,html[dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}html[dir=rtl] .bs-popover-bottom>.popover-arrow,html[dir=rtl] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-.5rem - 1px)}html[dir=rtl] .bs-popover-bottom>.popover-arrow:before,html[dir=rtl] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}html[dir=rtl] .bs-popover-bottom>.popover-arrow:after,html[dir=rtl] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}html[dir=rtl] .bs-popover-bottom .popover-header:before,html[dir=rtl] .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;right:50%;display:block;width:1rem;margin-right:-.5rem;content:"";border-bottom:1px solid #ffffff}html[dir=rtl] .bs-popover-start>.popover-arrow,html[dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}html[dir=rtl] .bs-popover-start>.popover-arrow:before,html[dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html[dir=rtl] .bs-popover-start>.popover-arrow:after,html[dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}html[dir=rtl] .popover-header{padding:1rem 1.25rem;margin-bottom:0;font-size:1rem;color:#3f4254;background-color:#fff;border-bottom:1px solid #ffffff;border-top-right-radius:calc(.475rem - 1px);border-top-left-radius:calc(.475rem - 1px)}html[dir=rtl] .popover-header:empty{display:none}html[dir=rtl] .popover-body{padding:1.25rem;color:#3f4254}html[dir=rtl] .carousel{position:relative}html[dir=rtl] .carousel.pointer-event{touch-action:pan-y}html[dir=rtl] .carousel-inner{position:relative;width:100%;overflow:hidden}html[dir=rtl] .carousel-inner:after{display:block;clear:both;content:""}html[dir=rtl] .carousel-item{position:relative;display:none;float:right;width:100%;margin-left:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){html[dir=rtl] .carousel-item{transition:none}}html[dir=rtl] .carousel-item.active,html[dir=rtl] .carousel-item-next,html[dir=rtl] .carousel-item-prev{display:block}html[dir=rtl] .carousel-item-next:not(.carousel-item-start),html[dir=rtl] .active.carousel-item-end{transform:translate(100%)}html[dir=rtl] .carousel-item-prev:not(.carousel-item-end),html[dir=rtl] .active.carousel-item-start{transform:translate(-100%)}html[dir=rtl] .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}html[dir=rtl] .carousel-fade .carousel-item.active,html[dir=rtl] .carousel-fade .carousel-item-next.carousel-item-start,html[dir=rtl] .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}html[dir=rtl] .carousel-fade .active.carousel-item-start,html[dir=rtl] .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){html[dir=rtl] .carousel-fade .active.carousel-item-start,html[dir=rtl] .carousel-fade .active.carousel-item-end{transition:none}}html[dir=rtl] .carousel-control-prev,html[dir=rtl] .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){html[dir=rtl] .carousel-control-prev,html[dir=rtl] .carousel-control-next{transition:none}}html[dir=rtl] .carousel-control-prev:hover,html[dir=rtl] .carousel-control-prev:focus,html[dir=rtl] .carousel-control-next:hover,html[dir=rtl] .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}html[dir=rtl] .carousel-control-prev{right:0}html[dir=rtl] .carousel-control-next{left:0}html[dir=rtl] .carousel-control-prev-icon,html[dir=rtl] .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}html[dir=rtl] .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}html[dir=rtl] .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}html[dir=rtl] .carousel-indicators{position:absolute;left:0;bottom:0;right:0;z-index:2;display:flex;justify-content:center;padding:0;margin-left:15%;margin-bottom:1rem;margin-right:15%;list-style:none}html[dir=rtl] .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-left:3px;margin-right:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){html[dir=rtl] .carousel-indicators [data-bs-target]{transition:none}}html[dir=rtl] .carousel-indicators .active{opacity:1}html[dir=rtl] .carousel-caption{position:absolute;left:15%;bottom:1.25rem;right:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}html[dir=rtl] .carousel-dark .carousel-control-next-icon,html[dir=rtl] .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}html[dir=rtl] .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}html[dir=rtl] .carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(360deg)}}html[dir=rtl] .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.185em solid currentColor;border-left-color:transparent;border-radius:50%;animation:.65s linear infinite spinner-border}html[dir=rtl] .spinner-border-sm{width:1rem;height:1rem;border-width:.145em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}html[dir=rtl] .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.65s linear infinite spinner-grow}html[dir=rtl] .spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){html[dir=rtl] .spinner-border,html[dir=rtl] .spinner-grow{animation-duration:1.3s}}html[dir=rtl] .clearfix:after{display:block;clear:both;content:""}html[dir=rtl] .link-white{color:#fff}html[dir=rtl] .link-white:hover,html[dir=rtl] .link-white:focus{color:#fff}html[dir=rtl] .link-light{color:#f5f8fa}html[dir=rtl] .link-light:hover,html[dir=rtl] .link-light:focus{color:#f7f9fb}html[dir=rtl] .link-primary{color:var(--bs-primary)}html[dir=rtl] .link-primary:hover,html[dir=rtl] .link-primary:focus{color:#33b1f9}html[dir=rtl] .link-secondary{color:#e4e6ef}html[dir=rtl] .link-secondary:hover,html[dir=rtl] .link-secondary:focus{color:#e9ebf2}html[dir=rtl] .link-success{color:#50cd89}html[dir=rtl] .link-success:hover,html[dir=rtl] .link-success:focus{color:#73d7a1}html[dir=rtl] .link-info{color:var(--bs-info)}html[dir=rtl] .link-info:hover,html[dir=rtl] .link-info:focus{color:#5b2ebb}html[dir=rtl] .link-warning{color:#ffc700}html[dir=rtl] .link-warning:hover,html[dir=rtl] .link-warning:focus{color:#ffd233}html[dir=rtl] .link-danger{color:#f1416c}html[dir=rtl] .link-danger:hover,html[dir=rtl] .link-danger:focus{color:#f46789}html[dir=rtl] .link-dark{color:var(--bs-gray-900)}html[dir=rtl] .link-dark:hover,html[dir=rtl] .link-dark:focus{color:#131628}html[dir=rtl] .ratio{position:relative;width:100%}html[dir=rtl] .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}html[dir=rtl] .ratio>*{position:absolute;top:0;right:0;width:100%;height:100%}html[dir=rtl] .ratio-1x1{--bs-aspect-ratio: 100%}html[dir=rtl] .ratio-4x3{--bs-aspect-ratio: 75%}html[dir=rtl] .ratio-16x9{--bs-aspect-ratio: 56.25%}html[dir=rtl] .ratio-21x9{--bs-aspect-ratio: 42.85714286%}html[dir=rtl] .fixed-top{position:fixed;top:0;left:0;right:0;z-index:1030}html[dir=rtl] .fixed-bottom{position:fixed;left:0;bottom:0;right:0;z-index:1030}html[dir=rtl] .sticky-top{position:sticky;top:0;z-index:1020}@media (min-width: 576px){html[dir=rtl] .sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){html[dir=rtl] .sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){html[dir=rtl] .sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){html[dir=rtl] .sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){html[dir=rtl] .sticky-xxl-top{position:sticky;top:0;z-index:1020}}html[dir=rtl] .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}html[dir=rtl] .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}html[dir=rtl] .visually-hidden,html[dir=rtl] .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}html[dir=rtl] .stretched-link:after{position:absolute;inset:0;z-index:1;content:""}html[dir=rtl] .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[dir=rtl] .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}html[dir=rtl] .align-baseline{vertical-align:baseline!important}html[dir=rtl] .align-top{vertical-align:top!important}html[dir=rtl] .align-middle{vertical-align:middle!important}html[dir=rtl] .align-bottom{vertical-align:bottom!important}html[dir=rtl] .align-text-bottom{vertical-align:text-bottom!important}html[dir=rtl] .align-text-top{vertical-align:text-top!important}html[dir=rtl] .float-start{float:right!important}html[dir=rtl] .float-end{float:left!important}html[dir=rtl] .float-none{float:none!important}html[dir=rtl] .opacity-0{opacity:0!important}html[dir=rtl] .opacity-5{opacity:.05!important}html[dir=rtl] .opacity-10{opacity:.1!important}html[dir=rtl] .opacity-15{opacity:.15!important}html[dir=rtl] .opacity-20{opacity:.2!important}html[dir=rtl] .opacity-25{opacity:.25!important}html[dir=rtl] .opacity-50{opacity:.5!important}html[dir=rtl] .opacity-75{opacity:.75!important}html[dir=rtl] .opacity-100{opacity:1!important}html[dir=rtl] .overflow-auto{overflow:auto!important}html[dir=rtl] .overflow-hidden{overflow:hidden!important}html[dir=rtl] .overflow-visible{overflow:visible!important}html[dir=rtl] .overflow-scroll{overflow:scroll!important}html[dir=rtl] .d-inline{display:inline!important}html[dir=rtl] .d-inline-block{display:inline-block!important}html[dir=rtl] .d-block{display:block!important}html[dir=rtl] .d-grid{display:grid!important}html[dir=rtl] .d-table{display:table!important}html[dir=rtl] .d-table-row{display:table-row!important}html[dir=rtl] .d-table-cell{display:table-cell!important}html[dir=rtl] .d-flex{display:flex!important}html[dir=rtl] .d-inline-flex{display:inline-flex!important}html[dir=rtl] .d-none{display:none!important}html[dir=rtl] .shadow{box-shadow:0 .5rem 1.5rem .5rem #00000013!important}html[dir=rtl] .shadow-sm{box-shadow:0 .1rem 1rem .25rem #0000000d!important}html[dir=rtl] .shadow-lg{box-shadow:0 1rem 2rem 1rem #0000001a!important}html[dir=rtl] .shadow-none{box-shadow:none!important}html[dir=rtl] .position-static{position:static!important}html[dir=rtl] .position-relative{position:relative!important}html[dir=rtl] .position-absolute{position:absolute!important}html[dir=rtl] .position-fixed{position:fixed!important}html[dir=rtl] .position-sticky{position:sticky!important}html[dir=rtl] .top-0{top:0!important}html[dir=rtl] .top-25{top:25%!important}html[dir=rtl] .top-50{top:50%!important}html[dir=rtl] .top-75{top:75%!important}html[dir=rtl] .top-100{top:100%!important}html[dir=rtl] .bottom-0{bottom:0!important}html[dir=rtl] .bottom-25{bottom:25%!important}html[dir=rtl] .bottom-50{bottom:50%!important}html[dir=rtl] .bottom-75{bottom:75%!important}html[dir=rtl] .bottom-100{bottom:100%!important}html[dir=rtl] .start-0{right:0!important}html[dir=rtl] .start-25{right:25%!important}html[dir=rtl] .start-50{right:50%!important}html[dir=rtl] .start-75{right:75%!important}html[dir=rtl] .start-100{right:100%!important}html[dir=rtl] .end-0{left:0!important}html[dir=rtl] .end-25{left:25%!important}html[dir=rtl] .end-50{left:50%!important}html[dir=rtl] .end-75{left:75%!important}html[dir=rtl] .end-100{left:100%!important}html[dir=rtl] .translate-middle{transform:translate(50%,-50%)!important}html[dir=rtl] .translate-middle-x{transform:translate(50%)!important}html[dir=rtl] .translate-middle-y{transform:translateY(-50%)!important}html[dir=rtl] .border{border:1px solid #EFF2F5!important}html[dir=rtl] .border-0{border:0!important}html[dir=rtl] .border-top{border-top:1px solid #EFF2F5!important}html[dir=rtl] .border-top-0{border-top:0!important}html[dir=rtl] .border-end{border-left:1px solid #EFF2F5!important}html[dir=rtl] .border-end-0{border-left:0!important}html[dir=rtl] .border-bottom{border-bottom:1px solid #EFF2F5!important}html[dir=rtl] .border-bottom-0{border-bottom:0!important}html[dir=rtl] .border-start{border-right:1px solid #EFF2F5!important}html[dir=rtl] .border-start-0{border-right:0!important}html[dir=rtl] .border-white{border-color:#fff!important}html[dir=rtl] .border-light{border-color:#f5f8fa!important}html[dir=rtl] .border-primary{border-color:var(--bs-primary)!important}html[dir=rtl] .border-secondary{border-color:#e4e6ef!important}html[dir=rtl] .border-success{border-color:#50cd89!important}html[dir=rtl] .border-info{border-color:var(--bs-info)!important}html[dir=rtl] .border-warning{border-color:#ffc700!important}html[dir=rtl] .border-danger{border-color:#f1416c!important}html[dir=rtl] .border-dark{border-color:var(--bs-gray-900)!important}html[dir=rtl] .border-0{border-width:0!important}html[dir=rtl] .border-1{border-width:1px!important}html[dir=rtl] .border-2{border-width:2px!important}html[dir=rtl] .border-3{border-width:3px!important}html[dir=rtl] .border-4{border-width:4px!important}html[dir=rtl] .border-5{border-width:5px!important}html[dir=rtl] .w-unset{width:unset!important}html[dir=rtl] .w-25{width:25%!important}html[dir=rtl] .w-50{width:50%!important}html[dir=rtl] .w-75{width:75%!important}html[dir=rtl] .w-100{width:100%!important}html[dir=rtl] .w-auto{width:auto!important}html[dir=rtl] .w-1px{width:1px!important}html[dir=rtl] .w-2px{width:2px!important}html[dir=rtl] .w-3px{width:3px!important}html[dir=rtl] .w-4px{width:4px!important}html[dir=rtl] .w-5px{width:5px!important}html[dir=rtl] .w-6px{width:6px!important}html[dir=rtl] .w-7px{width:7px!important}html[dir=rtl] .w-8px{width:8px!important}html[dir=rtl] .w-9px{width:9px!important}html[dir=rtl] .w-10px{width:10px!important}html[dir=rtl] .w-15px{width:15px!important}html[dir=rtl] .w-20px{width:20px!important}html[dir=rtl] .w-25px{width:25px!important}html[dir=rtl] .w-30px{width:30px!important}html[dir=rtl] .w-35px{width:35px!important}html[dir=rtl] .w-40px{width:40px!important}html[dir=rtl] .w-45px{width:45px!important}html[dir=rtl] .w-50px{width:50px!important}html[dir=rtl] .w-55px{width:55px!important}html[dir=rtl] .w-60px{width:60px!important}html[dir=rtl] .w-65px{width:65px!important}html[dir=rtl] .w-70px{width:70px!important}html[dir=rtl] .w-75px{width:75px!important}html[dir=rtl] .w-80px{width:80px!important}html[dir=rtl] .w-85px{width:85px!important}html[dir=rtl] .w-90px{width:90px!important}html[dir=rtl] .w-95px{width:95px!important}html[dir=rtl] .w-100px{width:100px!important}html[dir=rtl] .w-125px{width:125px!important}html[dir=rtl] .w-150px{width:150px!important}html[dir=rtl] .w-175px{width:175px!important}html[dir=rtl] .w-200px{width:200px!important}html[dir=rtl] .w-225px{width:225px!important}html[dir=rtl] .w-250px{width:250px!important}html[dir=rtl] .w-275px{width:275px!important}html[dir=rtl] .w-300px{width:300px!important}html[dir=rtl] .w-325px{width:325px!important}html[dir=rtl] .w-350px{width:350px!important}html[dir=rtl] .w-375px{width:375px!important}html[dir=rtl] .w-400px{width:400px!important}html[dir=rtl] .w-425px{width:425px!important}html[dir=rtl] .w-450px{width:450px!important}html[dir=rtl] .w-475px{width:475px!important}html[dir=rtl] .w-500px{width:500px!important}html[dir=rtl] .w-550px{width:550px!important}html[dir=rtl] .w-600px{width:600px!important}html[dir=rtl] .w-650px{width:650px!important}html[dir=rtl] .w-700px{width:700px!important}html[dir=rtl] .w-750px{width:750px!important}html[dir=rtl] .w-800px{width:800px!important}html[dir=rtl] .w-850px{width:850px!important}html[dir=rtl] .w-900px{width:900px!important}html[dir=rtl] .w-950px{width:950px!important}html[dir=rtl] .w-1000px{width:1000px!important}html[dir=rtl] .mw-unset{max-width:unset!important}html[dir=rtl] .mw-25{max-width:25%!important}html[dir=rtl] .mw-50{max-width:50%!important}html[dir=rtl] .mw-75{max-width:75%!important}html[dir=rtl] .mw-100{max-width:100%!important}html[dir=rtl] .mw-auto{max-width:auto!important}html[dir=rtl] .mw-1px{max-width:1px!important}html[dir=rtl] .mw-2px{max-width:2px!important}html[dir=rtl] .mw-3px{max-width:3px!important}html[dir=rtl] .mw-4px{max-width:4px!important}html[dir=rtl] .mw-5px{max-width:5px!important}html[dir=rtl] .mw-6px{max-width:6px!important}html[dir=rtl] .mw-7px{max-width:7px!important}html[dir=rtl] .mw-8px{max-width:8px!important}html[dir=rtl] .mw-9px{max-width:9px!important}html[dir=rtl] .mw-10px{max-width:10px!important}html[dir=rtl] .mw-15px{max-width:15px!important}html[dir=rtl] .mw-20px{max-width:20px!important}html[dir=rtl] .mw-25px{max-width:25px!important}html[dir=rtl] .mw-30px{max-width:30px!important}html[dir=rtl] .mw-35px{max-width:35px!important}html[dir=rtl] .mw-40px{max-width:40px!important}html[dir=rtl] .mw-45px{max-width:45px!important}html[dir=rtl] .mw-50px{max-width:50px!important}html[dir=rtl] .mw-55px{max-width:55px!important}html[dir=rtl] .mw-60px{max-width:60px!important}html[dir=rtl] .mw-65px{max-width:65px!important}html[dir=rtl] .mw-70px{max-width:70px!important}html[dir=rtl] .mw-75px{max-width:75px!important}html[dir=rtl] .mw-80px{max-width:80px!important}html[dir=rtl] .mw-85px{max-width:85px!important}html[dir=rtl] .mw-90px{max-width:90px!important}html[dir=rtl] .mw-95px{max-width:95px!important}html[dir=rtl] .mw-100px{max-width:100px!important}html[dir=rtl] .mw-125px{max-width:125px!important}html[dir=rtl] .mw-150px{max-width:150px!important}html[dir=rtl] .mw-175px{max-width:175px!important}html[dir=rtl] .mw-200px{max-width:200px!important}html[dir=rtl] .mw-225px{max-width:225px!important}html[dir=rtl] .mw-250px{max-width:250px!important}html[dir=rtl] .mw-275px{max-width:275px!important}html[dir=rtl] .mw-300px{max-width:300px!important}html[dir=rtl] .mw-325px{max-width:325px!important}html[dir=rtl] .mw-350px{max-width:350px!important}html[dir=rtl] .mw-375px{max-width:375px!important}html[dir=rtl] .mw-400px{max-width:400px!important}html[dir=rtl] .mw-425px{max-width:425px!important}html[dir=rtl] .mw-450px{max-width:450px!important}html[dir=rtl] .mw-475px{max-width:475px!important}html[dir=rtl] .mw-500px{max-width:500px!important}html[dir=rtl] .mw-550px{max-width:550px!important}html[dir=rtl] .mw-600px{max-width:600px!important}html[dir=rtl] .mw-650px{max-width:650px!important}html[dir=rtl] .mw-700px{max-width:700px!important}html[dir=rtl] .mw-750px{max-width:750px!important}html[dir=rtl] .mw-800px{max-width:800px!important}html[dir=rtl] .mw-850px{max-width:850px!important}html[dir=rtl] .mw-900px{max-width:900px!important}html[dir=rtl] .mw-950px{max-width:950px!important}html[dir=rtl] .mw-1000px{max-width:1000px!important}html[dir=rtl] .vw-100{width:100vw!important}html[dir=rtl] .min-vw-100{min-width:100vw!important}html[dir=rtl] .h-unset{height:unset!important}html[dir=rtl] .h-25{height:25%!important}html[dir=rtl] .h-50{height:50%!important}html[dir=rtl] .h-75{height:75%!important}html[dir=rtl] .h-100{height:100%!important}html[dir=rtl] .h-auto{height:auto!important}html[dir=rtl] .h-1px{height:1px!important}html[dir=rtl] .h-2px{height:2px!important}html[dir=rtl] .h-3px{height:3px!important}html[dir=rtl] .h-4px{height:4px!important}html[dir=rtl] .h-5px{height:5px!important}html[dir=rtl] .h-6px{height:6px!important}html[dir=rtl] .h-7px{height:7px!important}html[dir=rtl] .h-8px{height:8px!important}html[dir=rtl] .h-9px{height:9px!important}html[dir=rtl] .h-10px{height:10px!important}html[dir=rtl] .h-15px{height:15px!important}html[dir=rtl] .h-20px{height:20px!important}html[dir=rtl] .h-25px{height:25px!important}html[dir=rtl] .h-30px{height:30px!important}html[dir=rtl] .h-35px{height:35px!important}html[dir=rtl] .h-40px{height:40px!important}html[dir=rtl] .h-45px{height:45px!important}html[dir=rtl] .h-50px{height:50px!important}html[dir=rtl] .h-55px{height:55px!important}html[dir=rtl] .h-60px{height:60px!important}html[dir=rtl] .h-65px{height:65px!important}html[dir=rtl] .h-70px{height:70px!important}html[dir=rtl] .h-75px{height:75px!important}html[dir=rtl] .h-80px{height:80px!important}html[dir=rtl] .h-85px{height:85px!important}html[dir=rtl] .h-90px{height:90px!important}html[dir=rtl] .h-95px{height:95px!important}html[dir=rtl] .h-100px{height:100px!important}html[dir=rtl] .h-125px{height:125px!important}html[dir=rtl] .h-150px{height:150px!important}html[dir=rtl] .h-175px{height:175px!important}html[dir=rtl] .h-200px{height:200px!important}html[dir=rtl] .h-225px{height:225px!important}html[dir=rtl] .h-250px{height:250px!important}html[dir=rtl] .h-275px{height:275px!important}html[dir=rtl] .h-300px{height:300px!important}html[dir=rtl] .h-325px{height:325px!important}html[dir=rtl] .h-350px{height:350px!important}html[dir=rtl] .h-375px{height:375px!important}html[dir=rtl] .h-400px{height:400px!important}html[dir=rtl] .h-425px{height:425px!important}html[dir=rtl] .h-450px{height:450px!important}html[dir=rtl] .h-475px{height:475px!important}html[dir=rtl] .h-500px{height:500px!important}html[dir=rtl] .h-550px{height:550px!important}html[dir=rtl] .h-600px{height:600px!important}html[dir=rtl] .h-650px{height:650px!important}html[dir=rtl] .h-700px{height:700px!important}html[dir=rtl] .h-750px{height:750px!important}html[dir=rtl] .h-800px{height:800px!important}html[dir=rtl] .h-850px{height:850px!important}html[dir=rtl] .h-900px{height:900px!important}html[dir=rtl] .h-950px{height:950px!important}html[dir=rtl] .h-1000px{height:1000px!important}html[dir=rtl] .mh-unset{max-height:unset!important}html[dir=rtl] .mh-25{max-height:25%!important}html[dir=rtl] .mh-50{max-height:50%!important}html[dir=rtl] .mh-75{max-height:75%!important}html[dir=rtl] .mh-100{max-height:100%!important}html[dir=rtl] .mh-auto{max-height:auto!important}html[dir=rtl] .mh-1px{max-height:1px!important}html[dir=rtl] .mh-2px{max-height:2px!important}html[dir=rtl] .mh-3px{max-height:3px!important}html[dir=rtl] .mh-4px{max-height:4px!important}html[dir=rtl] .mh-5px{max-height:5px!important}html[dir=rtl] .mh-6px{max-height:6px!important}html[dir=rtl] .mh-7px{max-height:7px!important}html[dir=rtl] .mh-8px{max-height:8px!important}html[dir=rtl] .mh-9px{max-height:9px!important}html[dir=rtl] .mh-10px{max-height:10px!important}html[dir=rtl] .mh-15px{max-height:15px!important}html[dir=rtl] .mh-20px{max-height:20px!important}html[dir=rtl] .mh-25px{max-height:25px!important}html[dir=rtl] .mh-30px{max-height:30px!important}html[dir=rtl] .mh-35px{max-height:35px!important}html[dir=rtl] .mh-40px{max-height:40px!important}html[dir=rtl] .mh-45px{max-height:45px!important}html[dir=rtl] .mh-50px{max-height:50px!important}html[dir=rtl] .mh-55px{max-height:55px!important}html[dir=rtl] .mh-60px{max-height:60px!important}html[dir=rtl] .mh-65px{max-height:65px!important}html[dir=rtl] .mh-70px{max-height:70px!important}html[dir=rtl] .mh-75px{max-height:75px!important}html[dir=rtl] .mh-80px{max-height:80px!important}html[dir=rtl] .mh-85px{max-height:85px!important}html[dir=rtl] .mh-90px{max-height:90px!important}html[dir=rtl] .mh-95px{max-height:95px!important}html[dir=rtl] .mh-100px{max-height:100px!important}html[dir=rtl] .mh-125px{max-height:125px!important}html[dir=rtl] .mh-150px{max-height:150px!important}html[dir=rtl] .mh-175px{max-height:175px!important}html[dir=rtl] .mh-200px{max-height:200px!important}html[dir=rtl] .mh-225px{max-height:225px!important}html[dir=rtl] .mh-250px{max-height:250px!important}html[dir=rtl] .mh-275px{max-height:275px!important}html[dir=rtl] .mh-300px{max-height:300px!important}html[dir=rtl] .mh-325px{max-height:325px!important}html[dir=rtl] .mh-350px{max-height:350px!important}html[dir=rtl] .mh-375px{max-height:375px!important}html[dir=rtl] .mh-400px{max-height:400px!important}html[dir=rtl] .mh-425px{max-height:425px!important}html[dir=rtl] .mh-450px{max-height:450px!important}html[dir=rtl] .mh-475px{max-height:475px!important}html[dir=rtl] .mh-500px{max-height:500px!important}html[dir=rtl] .mh-550px{max-height:550px!important}html[dir=rtl] .mh-600px{max-height:600px!important}html[dir=rtl] .mh-650px{max-height:650px!important}html[dir=rtl] .mh-700px{max-height:700px!important}html[dir=rtl] .mh-750px{max-height:750px!important}html[dir=rtl] .mh-800px{max-height:800px!important}html[dir=rtl] .mh-850px{max-height:850px!important}html[dir=rtl] .mh-900px{max-height:900px!important}html[dir=rtl] .mh-950px{max-height:950px!important}html[dir=rtl] .mh-1000px{max-height:1000px!important}html[dir=rtl] .vh-100{height:100vh!important}html[dir=rtl] .min-vh-100{min-height:100vh!important}html[dir=rtl] .flex-fill{flex:1 1 auto!important}html[dir=rtl] .flex-row{flex-direction:row!important}html[dir=rtl] .flex-column{flex-direction:column!important}html[dir=rtl] .flex-row-reverse{flex-direction:row-reverse!important}html[dir=rtl] .flex-column-reverse{flex-direction:column-reverse!important}html[dir=rtl] .flex-grow-0{flex-grow:0!important}html[dir=rtl] .flex-grow-1{flex-grow:1!important}html[dir=rtl] .flex-shrink-0{flex-shrink:0!important}html[dir=rtl] .flex-shrink-1{flex-shrink:1!important}html[dir=rtl] .flex-wrap{flex-wrap:wrap!important}html[dir=rtl] .flex-nowrap{flex-wrap:nowrap!important}html[dir=rtl] .flex-wrap-reverse{flex-wrap:wrap-reverse!important}html[dir=rtl] .gap-0{gap:0!important}html[dir=rtl] .gap-1{gap:.25rem!important}html[dir=rtl] .gap-2{gap:.5rem!important}html[dir=rtl] .gap-3{gap:.75rem!important}html[dir=rtl] .gap-4{gap:1rem!important}html[dir=rtl] .gap-5{gap:1.25rem!important}html[dir=rtl] .gap-6{gap:1.5rem!important}html[dir=rtl] .gap-7{gap:1.75rem!important}html[dir=rtl] .gap-8{gap:2rem!important}html[dir=rtl] .gap-9{gap:2.25rem!important}html[dir=rtl] .gap-10{gap:2.5rem!important}html[dir=rtl] .gap-11{gap:2.75rem!important}html[dir=rtl] .gap-12{gap:3rem!important}html[dir=rtl] .gap-13{gap:3.25rem!important}html[dir=rtl] .gap-14{gap:3.5rem!important}html[dir=rtl] .gap-15{gap:3.75rem!important}html[dir=rtl] .gap-16{gap:4rem!important}html[dir=rtl] .gap-17{gap:4.25rem!important}html[dir=rtl] .gap-18{gap:4.5rem!important}html[dir=rtl] .gap-19{gap:4.75rem!important}html[dir=rtl] .gap-20{gap:5rem!important}html[dir=rtl] .justify-content-start{justify-content:flex-start!important}html[dir=rtl] .justify-content-end{justify-content:flex-end!important}html[dir=rtl] .justify-content-center{justify-content:center!important}html[dir=rtl] .justify-content-between{justify-content:space-between!important}html[dir=rtl] .justify-content-around{justify-content:space-around!important}html[dir=rtl] .justify-content-evenly{justify-content:space-evenly!important}html[dir=rtl] .align-items-start{align-items:flex-start!important}html[dir=rtl] .align-items-end{align-items:flex-end!important}html[dir=rtl] .align-items-center{align-items:center!important}html[dir=rtl] .align-items-baseline{align-items:baseline!important}html[dir=rtl] .align-items-stretch{align-items:stretch!important}html[dir=rtl] .align-content-start{align-content:flex-start!important}html[dir=rtl] .align-content-end{align-content:flex-end!important}html[dir=rtl] .align-content-center{align-content:center!important}html[dir=rtl] .align-content-between{align-content:space-between!important}html[dir=rtl] .align-content-around{align-content:space-around!important}html[dir=rtl] .align-content-stretch{align-content:stretch!important}html[dir=rtl] .align-self-auto{align-self:auto!important}html[dir=rtl] .align-self-start{align-self:flex-start!important}html[dir=rtl] .align-self-end{align-self:flex-end!important}html[dir=rtl] .align-self-center{align-self:center!important}html[dir=rtl] .align-self-baseline{align-self:baseline!important}html[dir=rtl] .align-self-stretch{align-self:stretch!important}html[dir=rtl] .order-first{order:-1!important}html[dir=rtl] .order-0{order:0!important}html[dir=rtl] .order-1{order:1!important}html[dir=rtl] .order-2{order:2!important}html[dir=rtl] .order-3{order:3!important}html[dir=rtl] .order-4{order:4!important}html[dir=rtl] .order-5{order:5!important}html[dir=rtl] .order-last{order:6!important}html[dir=rtl] .m-0{margin:0!important}html[dir=rtl] .m-1{margin:.25rem!important}html[dir=rtl] .m-2{margin:.5rem!important}html[dir=rtl] .m-3{margin:.75rem!important}html[dir=rtl] .m-4{margin:1rem!important}html[dir=rtl] .m-5{margin:1.25rem!important}html[dir=rtl] .m-6{margin:1.5rem!important}html[dir=rtl] .m-7{margin:1.75rem!important}html[dir=rtl] .m-8{margin:2rem!important}html[dir=rtl] .m-9{margin:2.25rem!important}html[dir=rtl] .m-10{margin:2.5rem!important}html[dir=rtl] .m-11{margin:2.75rem!important}html[dir=rtl] .m-12{margin:3rem!important}html[dir=rtl] .m-13{margin:3.25rem!important}html[dir=rtl] .m-14{margin:3.5rem!important}html[dir=rtl] .m-15{margin:3.75rem!important}html[dir=rtl] .m-16{margin:4rem!important}html[dir=rtl] .m-17{margin:4.25rem!important}html[dir=rtl] .m-18{margin:4.5rem!important}html[dir=rtl] .m-19{margin:4.75rem!important}html[dir=rtl] .m-20{margin:5rem!important}html[dir=rtl] .m-auto{margin:auto!important}html[dir=rtl] .mx-0{margin-left:0!important;margin-right:0!important}html[dir=rtl] .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}html[dir=rtl] .mx-2{margin-left:.5rem!important;margin-right:.5rem!important}html[dir=rtl] .mx-3{margin-left:.75rem!important;margin-right:.75rem!important}html[dir=rtl] .mx-4{margin-left:1rem!important;margin-right:1rem!important}html[dir=rtl] .mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}html[dir=rtl] .mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}html[dir=rtl] .mx-7{margin-left:1.75rem!important;margin-right:1.75rem!important}html[dir=rtl] .mx-8{margin-left:2rem!important;margin-right:2rem!important}html[dir=rtl] .mx-9{margin-left:2.25rem!important;margin-right:2.25rem!important}html[dir=rtl] .mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}html[dir=rtl] .mx-11{margin-left:2.75rem!important;margin-right:2.75rem!important}html[dir=rtl] .mx-12{margin-left:3rem!important;margin-right:3rem!important}html[dir=rtl] .mx-13{margin-left:3.25rem!important;margin-right:3.25rem!important}html[dir=rtl] .mx-14{margin-left:3.5rem!important;margin-right:3.5rem!important}html[dir=rtl] .mx-15{margin-left:3.75rem!important;margin-right:3.75rem!important}html[dir=rtl] .mx-16{margin-left:4rem!important;margin-right:4rem!important}html[dir=rtl] .mx-17{margin-left:4.25rem!important;margin-right:4.25rem!important}html[dir=rtl] .mx-18{margin-left:4.5rem!important;margin-right:4.5rem!important}html[dir=rtl] .mx-19{margin-left:4.75rem!important;margin-right:4.75rem!important}html[dir=rtl] .mx-20{margin-left:5rem!important;margin-right:5rem!important}html[dir=rtl] .mx-auto{margin-left:auto!important;margin-right:auto!important}html[dir=rtl] .my-0{margin-top:0!important;margin-bottom:0!important}html[dir=rtl] .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html[dir=rtl] .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html[dir=rtl] .my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}html[dir=rtl] .my-4{margin-top:1rem!important;margin-bottom:1rem!important}html[dir=rtl] .my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}html[dir=rtl] .my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html[dir=rtl] .my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}html[dir=rtl] .my-8{margin-top:2rem!important;margin-bottom:2rem!important}html[dir=rtl] .my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}html[dir=rtl] .my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}html[dir=rtl] .my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}html[dir=rtl] .my-12{margin-top:3rem!important;margin-bottom:3rem!important}html[dir=rtl] .my-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}html[dir=rtl] .my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}html[dir=rtl] .my-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}html[dir=rtl] .my-16{margin-top:4rem!important;margin-bottom:4rem!important}html[dir=rtl] .my-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}html[dir=rtl] .my-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}html[dir=rtl] .my-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}html[dir=rtl] .my-20{margin-top:5rem!important;margin-bottom:5rem!important}html[dir=rtl] .my-auto{margin-top:auto!important;margin-bottom:auto!important}html[dir=rtl] .mt-0{margin-top:0!important}html[dir=rtl] .mt-1{margin-top:.25rem!important}html[dir=rtl] .mt-2{margin-top:.5rem!important}html[dir=rtl] .mt-3{margin-top:.75rem!important}html[dir=rtl] .mt-4{margin-top:1rem!important}html[dir=rtl] .mt-5{margin-top:1.25rem!important}html[dir=rtl] .mt-6{margin-top:1.5rem!important}html[dir=rtl] .mt-7{margin-top:1.75rem!important}html[dir=rtl] .mt-8{margin-top:2rem!important}html[dir=rtl] .mt-9{margin-top:2.25rem!important}html[dir=rtl] .mt-10{margin-top:2.5rem!important}html[dir=rtl] .mt-11{margin-top:2.75rem!important}html[dir=rtl] .mt-12{margin-top:3rem!important}html[dir=rtl] .mt-13{margin-top:3.25rem!important}html[dir=rtl] .mt-14{margin-top:3.5rem!important}html[dir=rtl] .mt-15{margin-top:3.75rem!important}html[dir=rtl] .mt-16{margin-top:4rem!important}html[dir=rtl] .mt-17{margin-top:4.25rem!important}html[dir=rtl] .mt-18{margin-top:4.5rem!important}html[dir=rtl] .mt-19{margin-top:4.75rem!important}html[dir=rtl] .mt-20{margin-top:5rem!important}html[dir=rtl] .mt-auto{margin-top:auto!important}html[dir=rtl] .me-0{margin-left:0!important}html[dir=rtl] .me-1{margin-left:.25rem!important}html[dir=rtl] .me-2{margin-left:.5rem!important}html[dir=rtl] .me-3{margin-left:.75rem!important}html[dir=rtl] .me-4{margin-left:1rem!important}html[dir=rtl] .me-5{margin-left:1.25rem!important}html[dir=rtl] .me-6{margin-left:1.5rem!important}html[dir=rtl] .me-7{margin-left:1.75rem!important}html[dir=rtl] .me-8{margin-left:2rem!important}html[dir=rtl] .me-9{margin-left:2.25rem!important}html[dir=rtl] .me-10{margin-left:2.5rem!important}html[dir=rtl] .me-11{margin-left:2.75rem!important}html[dir=rtl] .me-12{margin-left:3rem!important}html[dir=rtl] .me-13{margin-left:3.25rem!important}html[dir=rtl] .me-14{margin-left:3.5rem!important}html[dir=rtl] .me-15{margin-left:3.75rem!important}html[dir=rtl] .me-16{margin-left:4rem!important}html[dir=rtl] .me-17{margin-left:4.25rem!important}html[dir=rtl] .me-18{margin-left:4.5rem!important}html[dir=rtl] .me-19{margin-left:4.75rem!important}html[dir=rtl] .me-20{margin-left:5rem!important}html[dir=rtl] .me-auto{margin-left:auto!important}html[dir=rtl] .mb-0{margin-bottom:0!important}html[dir=rtl] .mb-1{margin-bottom:.25rem!important}html[dir=rtl] .mb-2{margin-bottom:.5rem!important}html[dir=rtl] .mb-3{margin-bottom:.75rem!important}html[dir=rtl] .mb-4{margin-bottom:1rem!important}html[dir=rtl] .mb-5{margin-bottom:1.25rem!important}html[dir=rtl] .mb-6{margin-bottom:1.5rem!important}html[dir=rtl] .mb-7{margin-bottom:1.75rem!important}html[dir=rtl] .mb-8{margin-bottom:2rem!important}html[dir=rtl] .mb-9{margin-bottom:2.25rem!important}html[dir=rtl] .mb-10{margin-bottom:2.5rem!important}html[dir=rtl] .mb-11{margin-bottom:2.75rem!important}html[dir=rtl] .mb-12{margin-bottom:3rem!important}html[dir=rtl] .mb-13{margin-bottom:3.25rem!important}html[dir=rtl] .mb-14{margin-bottom:3.5rem!important}html[dir=rtl] .mb-15{margin-bottom:3.75rem!important}html[dir=rtl] .mb-16{margin-bottom:4rem!important}html[dir=rtl] .mb-17{margin-bottom:4.25rem!important}html[dir=rtl] .mb-18{margin-bottom:4.5rem!important}html[dir=rtl] .mb-19{margin-bottom:4.75rem!important}html[dir=rtl] .mb-20{margin-bottom:5rem!important}html[dir=rtl] .mb-auto{margin-bottom:auto!important}html[dir=rtl] .ms-0{margin-right:0!important}html[dir=rtl] .ms-1{margin-right:.25rem!important}html[dir=rtl] .ms-2{margin-right:.5rem!important}html[dir=rtl] .ms-3{margin-right:.75rem!important}html[dir=rtl] .ms-4{margin-right:1rem!important}html[dir=rtl] .ms-5{margin-right:1.25rem!important}html[dir=rtl] .ms-6{margin-right:1.5rem!important}html[dir=rtl] .ms-7{margin-right:1.75rem!important}html[dir=rtl] .ms-8{margin-right:2rem!important}html[dir=rtl] .ms-9{margin-right:2.25rem!important}html[dir=rtl] .ms-10{margin-right:2.5rem!important}html[dir=rtl] .ms-11{margin-right:2.75rem!important}html[dir=rtl] .ms-12{margin-right:3rem!important}html[dir=rtl] .ms-13{margin-right:3.25rem!important}html[dir=rtl] .ms-14{margin-right:3.5rem!important}html[dir=rtl] .ms-15{margin-right:3.75rem!important}html[dir=rtl] .ms-16{margin-right:4rem!important}html[dir=rtl] .ms-17{margin-right:4.25rem!important}html[dir=rtl] .ms-18{margin-right:4.5rem!important}html[dir=rtl] .ms-19{margin-right:4.75rem!important}html[dir=rtl] .ms-20{margin-right:5rem!important}html[dir=rtl] .ms-auto{margin-right:auto!important}html[dir=rtl] .m-n1{margin:-.25rem!important}html[dir=rtl] .m-n2{margin:-.5rem!important}html[dir=rtl] .m-n3{margin:-.75rem!important}html[dir=rtl] .m-n4{margin:-1rem!important}html[dir=rtl] .m-n5{margin:-1.25rem!important}html[dir=rtl] .m-n6{margin:-1.5rem!important}html[dir=rtl] .m-n7{margin:-1.75rem!important}html[dir=rtl] .m-n8{margin:-2rem!important}html[dir=rtl] .m-n9{margin:-2.25rem!important}html[dir=rtl] .m-n10{margin:-2.5rem!important}html[dir=rtl] .m-n11{margin:-2.75rem!important}html[dir=rtl] .m-n12{margin:-3rem!important}html[dir=rtl] .m-n13{margin:-3.25rem!important}html[dir=rtl] .m-n14{margin:-3.5rem!important}html[dir=rtl] .m-n15{margin:-3.75rem!important}html[dir=rtl] .m-n16{margin:-4rem!important}html[dir=rtl] .m-n17{margin:-4.25rem!important}html[dir=rtl] .m-n18{margin:-4.5rem!important}html[dir=rtl] .m-n19{margin:-4.75rem!important}html[dir=rtl] .m-n20{margin:-5rem!important}html[dir=rtl] .mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}html[dir=rtl] .mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}html[dir=rtl] .mx-n3{margin-left:-.75rem!important;margin-right:-.75rem!important}html[dir=rtl] .mx-n4{margin-left:-1rem!important;margin-right:-1rem!important}html[dir=rtl] .mx-n5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}html[dir=rtl] .mx-n6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}html[dir=rtl] .mx-n7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}html[dir=rtl] .mx-n8{margin-left:-2rem!important;margin-right:-2rem!important}html[dir=rtl] .mx-n9{margin-left:-2.25rem!important;margin-right:-2.25rem!important}html[dir=rtl] .mx-n10{margin-left:-2.5rem!important;margin-right:-2.5rem!important}html[dir=rtl] .mx-n11{margin-left:-2.75rem!important;margin-right:-2.75rem!important}html[dir=rtl] .mx-n12{margin-left:-3rem!important;margin-right:-3rem!important}html[dir=rtl] .mx-n13{margin-left:-3.25rem!important;margin-right:-3.25rem!important}html[dir=rtl] .mx-n14{margin-left:-3.5rem!important;margin-right:-3.5rem!important}html[dir=rtl] .mx-n15{margin-left:-3.75rem!important;margin-right:-3.75rem!important}html[dir=rtl] .mx-n16{margin-left:-4rem!important;margin-right:-4rem!important}html[dir=rtl] .mx-n17{margin-left:-4.25rem!important;margin-right:-4.25rem!important}html[dir=rtl] .mx-n18{margin-left:-4.5rem!important;margin-right:-4.5rem!important}html[dir=rtl] .mx-n19{margin-left:-4.75rem!important;margin-right:-4.75rem!important}html[dir=rtl] .mx-n20{margin-left:-5rem!important;margin-right:-5rem!important}html[dir=rtl] .my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}html[dir=rtl] .my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}html[dir=rtl] .my-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}html[dir=rtl] .my-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}html[dir=rtl] .my-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}html[dir=rtl] .my-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}html[dir=rtl] .my-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}html[dir=rtl] .my-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}html[dir=rtl] .my-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}html[dir=rtl] .my-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}html[dir=rtl] .my-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}html[dir=rtl] .my-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}html[dir=rtl] .my-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}html[dir=rtl] .my-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}html[dir=rtl] .my-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}html[dir=rtl] .my-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}html[dir=rtl] .my-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}html[dir=rtl] .my-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}html[dir=rtl] .my-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}html[dir=rtl] .my-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}html[dir=rtl] .mt-n1{margin-top:-.25rem!important}html[dir=rtl] .mt-n2{margin-top:-.5rem!important}html[dir=rtl] .mt-n3{margin-top:-.75rem!important}html[dir=rtl] .mt-n4{margin-top:-1rem!important}html[dir=rtl] .mt-n5{margin-top:-1.25rem!important}html[dir=rtl] .mt-n6{margin-top:-1.5rem!important}html[dir=rtl] .mt-n7{margin-top:-1.75rem!important}html[dir=rtl] .mt-n8{margin-top:-2rem!important}html[dir=rtl] .mt-n9{margin-top:-2.25rem!important}html[dir=rtl] .mt-n10{margin-top:-2.5rem!important}html[dir=rtl] .mt-n11{margin-top:-2.75rem!important}html[dir=rtl] .mt-n12{margin-top:-3rem!important}html[dir=rtl] .mt-n13{margin-top:-3.25rem!important}html[dir=rtl] .mt-n14{margin-top:-3.5rem!important}html[dir=rtl] .mt-n15{margin-top:-3.75rem!important}html[dir=rtl] .mt-n16{margin-top:-4rem!important}html[dir=rtl] .mt-n17{margin-top:-4.25rem!important}html[dir=rtl] .mt-n18{margin-top:-4.5rem!important}html[dir=rtl] .mt-n19{margin-top:-4.75rem!important}html[dir=rtl] .mt-n20{margin-top:-5rem!important}html[dir=rtl] .me-n1{margin-left:-.25rem!important}html[dir=rtl] .me-n2{margin-left:-.5rem!important}html[dir=rtl] .me-n3{margin-left:-.75rem!important}html[dir=rtl] .me-n4{margin-left:-1rem!important}html[dir=rtl] .me-n5{margin-left:-1.25rem!important}html[dir=rtl] .me-n6{margin-left:-1.5rem!important}html[dir=rtl] .me-n7{margin-left:-1.75rem!important}html[dir=rtl] .me-n8{margin-left:-2rem!important}html[dir=rtl] .me-n9{margin-left:-2.25rem!important}html[dir=rtl] .me-n10{margin-left:-2.5rem!important}html[dir=rtl] .me-n11{margin-left:-2.75rem!important}html[dir=rtl] .me-n12{margin-left:-3rem!important}html[dir=rtl] .me-n13{margin-left:-3.25rem!important}html[dir=rtl] .me-n14{margin-left:-3.5rem!important}html[dir=rtl] .me-n15{margin-left:-3.75rem!important}html[dir=rtl] .me-n16{margin-left:-4rem!important}html[dir=rtl] .me-n17{margin-left:-4.25rem!important}html[dir=rtl] .me-n18{margin-left:-4.5rem!important}html[dir=rtl] .me-n19{margin-left:-4.75rem!important}html[dir=rtl] .me-n20{margin-left:-5rem!important}html[dir=rtl] .mb-n1{margin-bottom:-.25rem!important}html[dir=rtl] .mb-n2{margin-bottom:-.5rem!important}html[dir=rtl] .mb-n3{margin-bottom:-.75rem!important}html[dir=rtl] .mb-n4{margin-bottom:-1rem!important}html[dir=rtl] .mb-n5{margin-bottom:-1.25rem!important}html[dir=rtl] .mb-n6{margin-bottom:-1.5rem!important}html[dir=rtl] .mb-n7{margin-bottom:-1.75rem!important}html[dir=rtl] .mb-n8{margin-bottom:-2rem!important}html[dir=rtl] .mb-n9{margin-bottom:-2.25rem!important}html[dir=rtl] .mb-n10{margin-bottom:-2.5rem!important}html[dir=rtl] .mb-n11{margin-bottom:-2.75rem!important}html[dir=rtl] .mb-n12{margin-bottom:-3rem!important}html[dir=rtl] .mb-n13{margin-bottom:-3.25rem!important}html[dir=rtl] .mb-n14{margin-bottom:-3.5rem!important}html[dir=rtl] .mb-n15{margin-bottom:-3.75rem!important}html[dir=rtl] .mb-n16{margin-bottom:-4rem!important}html[dir=rtl] .mb-n17{margin-bottom:-4.25rem!important}html[dir=rtl] .mb-n18{margin-bottom:-4.5rem!important}html[dir=rtl] .mb-n19{margin-bottom:-4.75rem!important}html[dir=rtl] .mb-n20{margin-bottom:-5rem!important}html[dir=rtl] .ms-n1{margin-right:-.25rem!important}html[dir=rtl] .ms-n2{margin-right:-.5rem!important}html[dir=rtl] .ms-n3{margin-right:-.75rem!important}html[dir=rtl] .ms-n4{margin-right:-1rem!important}html[dir=rtl] .ms-n5{margin-right:-1.25rem!important}html[dir=rtl] .ms-n6{margin-right:-1.5rem!important}html[dir=rtl] .ms-n7{margin-right:-1.75rem!important}html[dir=rtl] .ms-n8{margin-right:-2rem!important}html[dir=rtl] .ms-n9{margin-right:-2.25rem!important}html[dir=rtl] .ms-n10{margin-right:-2.5rem!important}html[dir=rtl] .ms-n11{margin-right:-2.75rem!important}html[dir=rtl] .ms-n12{margin-right:-3rem!important}html[dir=rtl] .ms-n13{margin-right:-3.25rem!important}html[dir=rtl] .ms-n14{margin-right:-3.5rem!important}html[dir=rtl] .ms-n15{margin-right:-3.75rem!important}html[dir=rtl] .ms-n16{margin-right:-4rem!important}html[dir=rtl] .ms-n17{margin-right:-4.25rem!important}html[dir=rtl] .ms-n18{margin-right:-4.5rem!important}html[dir=rtl] .ms-n19{margin-right:-4.75rem!important}html[dir=rtl] .ms-n20{margin-right:-5rem!important}html[dir=rtl] .p-0{padding:0!important}html[dir=rtl] .p-1{padding:.25rem!important}html[dir=rtl] .p-2{padding:.5rem!important}html[dir=rtl] .p-3{padding:.75rem!important}html[dir=rtl] .p-4{padding:1rem!important}html[dir=rtl] .p-5{padding:1.25rem!important}html[dir=rtl] .p-6{padding:1.5rem!important}html[dir=rtl] .p-7{padding:1.75rem!important}html[dir=rtl] .p-8{padding:2rem!important}html[dir=rtl] .p-9{padding:2.25rem!important}html[dir=rtl] .p-10{padding:2.5rem!important}html[dir=rtl] .p-11{padding:2.75rem!important}html[dir=rtl] .p-12{padding:3rem!important}html[dir=rtl] .p-13{padding:3.25rem!important}html[dir=rtl] .p-14{padding:3.5rem!important}html[dir=rtl] .p-15{padding:3.75rem!important}html[dir=rtl] .p-16{padding:4rem!important}html[dir=rtl] .p-17{padding:4.25rem!important}html[dir=rtl] .p-18{padding:4.5rem!important}html[dir=rtl] .p-19{padding:4.75rem!important}html[dir=rtl] .p-20{padding:5rem!important}html[dir=rtl] .px-0{padding-left:0!important;padding-right:0!important}html[dir=rtl] .px-1{padding-left:.25rem!important;padding-right:.25rem!important}html[dir=rtl] .px-2{padding-left:.5rem!important;padding-right:.5rem!important}html[dir=rtl] .px-3{padding-left:.75rem!important;padding-right:.75rem!important}html[dir=rtl] .px-4{padding-left:1rem!important;padding-right:1rem!important}html[dir=rtl] .px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}html[dir=rtl] .px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}html[dir=rtl] .px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}html[dir=rtl] .px-8{padding-left:2rem!important;padding-right:2rem!important}html[dir=rtl] .px-9{padding-left:2.25rem!important;padding-right:2.25rem!important}html[dir=rtl] .px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}html[dir=rtl] .px-11{padding-left:2.75rem!important;padding-right:2.75rem!important}html[dir=rtl] .px-12{padding-left:3rem!important;padding-right:3rem!important}html[dir=rtl] .px-13{padding-left:3.25rem!important;padding-right:3.25rem!important}html[dir=rtl] .px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}html[dir=rtl] .px-15{padding-left:3.75rem!important;padding-right:3.75rem!important}html[dir=rtl] .px-16{padding-left:4rem!important;padding-right:4rem!important}html[dir=rtl] .px-17{padding-left:4.25rem!important;padding-right:4.25rem!important}html[dir=rtl] .px-18{padding-left:4.5rem!important;padding-right:4.5rem!important}html[dir=rtl] .px-19{padding-left:4.75rem!important;padding-right:4.75rem!important}html[dir=rtl] .px-20{padding-left:5rem!important;padding-right:5rem!important}html[dir=rtl] .py-0{padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html[dir=rtl] .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html[dir=rtl] .py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}html[dir=rtl] .py-4{padding-top:1rem!important;padding-bottom:1rem!important}html[dir=rtl] .py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}html[dir=rtl] .py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html[dir=rtl] .py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}html[dir=rtl] .py-8{padding-top:2rem!important;padding-bottom:2rem!important}html[dir=rtl] .py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}html[dir=rtl] .py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}html[dir=rtl] .py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}html[dir=rtl] .py-12{padding-top:3rem!important;padding-bottom:3rem!important}html[dir=rtl] .py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}html[dir=rtl] .py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}html[dir=rtl] .py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}html[dir=rtl] .py-16{padding-top:4rem!important;padding-bottom:4rem!important}html[dir=rtl] .py-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}html[dir=rtl] .py-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}html[dir=rtl] .py-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}html[dir=rtl] .py-20{padding-top:5rem!important;padding-bottom:5rem!important}html[dir=rtl] .pt-0{padding-top:0!important}html[dir=rtl] .pt-1{padding-top:.25rem!important}html[dir=rtl] .pt-2{padding-top:.5rem!important}html[dir=rtl] .pt-3{padding-top:.75rem!important}html[dir=rtl] .pt-4{padding-top:1rem!important}html[dir=rtl] .pt-5{padding-top:1.25rem!important}html[dir=rtl] .pt-6{padding-top:1.5rem!important}html[dir=rtl] .pt-7{padding-top:1.75rem!important}html[dir=rtl] .pt-8{padding-top:2rem!important}html[dir=rtl] .pt-9{padding-top:2.25rem!important}html[dir=rtl] .pt-10{padding-top:2.5rem!important}html[dir=rtl] .pt-11{padding-top:2.75rem!important}html[dir=rtl] .pt-12{padding-top:3rem!important}html[dir=rtl] .pt-13{padding-top:3.25rem!important}html[dir=rtl] .pt-14{padding-top:3.5rem!important}html[dir=rtl] .pt-15{padding-top:3.75rem!important}html[dir=rtl] .pt-16{padding-top:4rem!important}html[dir=rtl] .pt-17{padding-top:4.25rem!important}html[dir=rtl] .pt-18{padding-top:4.5rem!important}html[dir=rtl] .pt-19{padding-top:4.75rem!important}html[dir=rtl] .pt-20{padding-top:5rem!important}html[dir=rtl] .pe-0{padding-left:0!important}html[dir=rtl] .pe-1{padding-left:.25rem!important}html[dir=rtl] .pe-2{padding-left:.5rem!important}html[dir=rtl] .pe-3{padding-left:.75rem!important}html[dir=rtl] .pe-4{padding-left:1rem!important}html[dir=rtl] .pe-5{padding-left:1.25rem!important}html[dir=rtl] .pe-6{padding-left:1.5rem!important}html[dir=rtl] .pe-7{padding-left:1.75rem!important}html[dir=rtl] .pe-8{padding-left:2rem!important}html[dir=rtl] .pe-9{padding-left:2.25rem!important}html[dir=rtl] .pe-10{padding-left:2.5rem!important}html[dir=rtl] .pe-11{padding-left:2.75rem!important}html[dir=rtl] .pe-12{padding-left:3rem!important}html[dir=rtl] .pe-13{padding-left:3.25rem!important}html[dir=rtl] .pe-14{padding-left:3.5rem!important}html[dir=rtl] .pe-15{padding-left:3.75rem!important}html[dir=rtl] .pe-16{padding-left:4rem!important}html[dir=rtl] .pe-17{padding-left:4.25rem!important}html[dir=rtl] .pe-18{padding-left:4.5rem!important}html[dir=rtl] .pe-19{padding-left:4.75rem!important}html[dir=rtl] .pe-20{padding-left:5rem!important}html[dir=rtl] .pb-0{padding-bottom:0!important}html[dir=rtl] .pb-1{padding-bottom:.25rem!important}html[dir=rtl] .pb-2{padding-bottom:.5rem!important}html[dir=rtl] .pb-3{padding-bottom:.75rem!important}html[dir=rtl] .pb-4{padding-bottom:1rem!important}html[dir=rtl] .pb-5{padding-bottom:1.25rem!important}html[dir=rtl] .pb-6{padding-bottom:1.5rem!important}html[dir=rtl] .pb-7{padding-bottom:1.75rem!important}html[dir=rtl] .pb-8{padding-bottom:2rem!important}html[dir=rtl] .pb-9{padding-bottom:2.25rem!important}html[dir=rtl] .pb-10{padding-bottom:2.5rem!important}html[dir=rtl] .pb-11{padding-bottom:2.75rem!important}html[dir=rtl] .pb-12{padding-bottom:3rem!important}html[dir=rtl] .pb-13{padding-bottom:3.25rem!important}html[dir=rtl] .pb-14{padding-bottom:3.5rem!important}html[dir=rtl] .pb-15{padding-bottom:3.75rem!important}html[dir=rtl] .pb-16{padding-bottom:4rem!important}html[dir=rtl] .pb-17{padding-bottom:4.25rem!important}html[dir=rtl] .pb-18{padding-bottom:4.5rem!important}html[dir=rtl] .pb-19{padding-bottom:4.75rem!important}html[dir=rtl] .pb-20{padding-bottom:5rem!important}html[dir=rtl] .ps-0{padding-right:0!important}html[dir=rtl] .ps-1{padding-right:.25rem!important}html[dir=rtl] .ps-2{padding-right:.5rem!important}html[dir=rtl] .ps-3{padding-right:.75rem!important}html[dir=rtl] .ps-4{padding-right:1rem!important}html[dir=rtl] .ps-5{padding-right:1.25rem!important}html[dir=rtl] .ps-6{padding-right:1.5rem!important}html[dir=rtl] .ps-7{padding-right:1.75rem!important}html[dir=rtl] .ps-8{padding-right:2rem!important}html[dir=rtl] .ps-9{padding-right:2.25rem!important}html[dir=rtl] .ps-10{padding-right:2.5rem!important}html[dir=rtl] .ps-11{padding-right:2.75rem!important}html[dir=rtl] .ps-12{padding-right:3rem!important}html[dir=rtl] .ps-13{padding-right:3.25rem!important}html[dir=rtl] .ps-14{padding-right:3.5rem!important}html[dir=rtl] .ps-15{padding-right:3.75rem!important}html[dir=rtl] .ps-16{padding-right:4rem!important}html[dir=rtl] .ps-17{padding-right:4.25rem!important}html[dir=rtl] .ps-18{padding-right:4.5rem!important}html[dir=rtl] .ps-19{padding-right:4.75rem!important}html[dir=rtl] .ps-20{padding-right:5rem!important}html[dir=rtl] .font-monospace{font-family:var(--bs-font-monospace)!important}html[dir=rtl] .fs-1{font-size:calc(1.3rem + .6vw)!important}html[dir=rtl] .fs-2{font-size:calc(1.275rem + .3vw)!important}html[dir=rtl] .fs-3{font-size:calc(1.26rem + .12vw)!important}html[dir=rtl] .fs-4{font-size:1.25rem!important}html[dir=rtl] .fs-5{font-size:1.15rem!important}html[dir=rtl] .fs-6{font-size:1.075rem!important}html[dir=rtl] .fs-7{font-size:.95rem!important}html[dir=rtl] .fs-8{font-size:.85rem!important}html[dir=rtl] .fs-9{font-size:.75rem!important}html[dir=rtl] .fs-10{font-size:.5rem!important}html[dir=rtl] .fs-base{font-size:1rem!important}html[dir=rtl] .fs-fluid{font-size:100%!important}html[dir=rtl] .fs-2x{font-size:calc(1.325rem + .9vw)!important}html[dir=rtl] .fs-2qx{font-size:calc(1.35rem + 1.2vw)!important}html[dir=rtl] .fs-2hx{font-size:calc(1.375rem + 1.5vw)!important}html[dir=rtl] .fs-2tx{font-size:calc(1.4rem + 1.8vw)!important}html[dir=rtl] .fs-3x{font-size:calc(1.425rem + 2.1vw)!important}html[dir=rtl] .fs-3qx{font-size:calc(1.45rem + 2.4vw)!important}html[dir=rtl] .fs-3hx{font-size:calc(1.475rem + 2.7vw)!important}html[dir=rtl] .fs-3tx{font-size:calc(1.5rem + 3vw)!important}html[dir=rtl] .fs-4x{font-size:calc(1.525rem + 3.3vw)!important}html[dir=rtl] .fs-4qx{font-size:calc(1.55rem + 3.6vw)!important}html[dir=rtl] .fs-4hx{font-size:calc(1.575rem + 3.9vw)!important}html[dir=rtl] .fs-4tx{font-size:calc(1.6rem + 4.2vw)!important}html[dir=rtl] .fs-5x{font-size:calc(1.625rem + 4.5vw)!important}html[dir=rtl] .fs-5qx{font-size:calc(1.65rem + 4.8vw)!important}html[dir=rtl] .fs-5hx{font-size:calc(1.675rem + 5.1vw)!important}html[dir=rtl] .fs-5tx{font-size:calc(1.7rem + 5.4vw)!important}html[dir=rtl] .fst-italic{font-style:italic!important}html[dir=rtl] .fst-normal{font-style:normal!important}html[dir=rtl] .fw-light{font-weight:300!important}html[dir=rtl] .fw-lighter{font-weight:lighter!important}html[dir=rtl] .fw-normal{font-weight:400!important}html[dir=rtl] .fw-bold{font-weight:500!important}html[dir=rtl] .fw-bolder{font-weight:600!important}html[dir=rtl] .lh-0{line-height:0!important}html[dir=rtl] .lh-1{line-height:1!important}html[dir=rtl] .lh-sm{line-height:1.25!important}html[dir=rtl] .lh-base{line-height:1.5!important}html[dir=rtl] .lh-lg{line-height:1.75!important}html[dir=rtl] .lh-xl{line-height:2!important}html[dir=rtl] .lh-xxl{line-height:2.25!important}html[dir=rtl] .text-start{text-align:right!important}html[dir=rtl] .text-end{text-align:left!important}html[dir=rtl] .text-center{text-align:center!important}html[dir=rtl] .text-decoration-none{text-decoration:none!important}html[dir=rtl] .text-decoration-underline{text-decoration:underline!important}html[dir=rtl] .text-decoration-line-through{text-decoration:line-through!important}html[dir=rtl] .text-lowercase{text-transform:lowercase!important}html[dir=rtl] .text-uppercase{text-transform:uppercase!important}html[dir=rtl] .text-capitalize{text-transform:capitalize!important}html[dir=rtl] .text-wrap{white-space:normal!important}html[dir=rtl] .text-nowrap{white-space:nowrap!important}html[dir=rtl] .text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}html[dir=rtl] .text-muted{--bs-text-opacity: 1;color:#a1a5b7!important}html[dir=rtl] .text-black-50{--bs-text-opacity: 1;color:#00000080!important}html[dir=rtl] .text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}html[dir=rtl] .text-reset{--bs-text-opacity: 1;color:inherit!important}html[dir=rtl] .text-opacity-25{--bs-text-opacity: .25}html[dir=rtl] .text-opacity-50{--bs-text-opacity: .5}html[dir=rtl] .text-opacity-75{--bs-text-opacity: .75}html[dir=rtl] .text-opacity-100{--bs-text-opacity: 1}html[dir=rtl] .bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}html[dir=rtl] .bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}html[dir=rtl] .bg-opacity-10{--bs-bg-opacity: .1}html[dir=rtl] .bg-opacity-25{--bs-bg-opacity: .25}html[dir=rtl] .bg-opacity-50{--bs-bg-opacity: .5}html[dir=rtl] .bg-opacity-75{--bs-bg-opacity: .75}html[dir=rtl] .bg-opacity-100{--bs-bg-opacity: 1}html[dir=rtl] .bg-gradient{background-image:var(--bs-gradient)!important}html[dir=rtl] .user-select-all{-webkit-user-select:all!important;user-select:all!important}html[dir=rtl] .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}html[dir=rtl] .user-select-none{-webkit-user-select:none!important;user-select:none!important}html[dir=rtl] .pe-none{pointer-events:none!important}html[dir=rtl] .pe-auto{pointer-events:auto!important}html[dir=rtl] .rounded{border-radius:.475rem!important}html[dir=rtl] .rounded-0{border-radius:0!important}html[dir=rtl] .rounded-1{border-radius:.275rem!important}html[dir=rtl] .rounded-2{border-radius:.475rem!important}html[dir=rtl] .rounded-3{border-radius:.775rem!important}html[dir=rtl] .rounded-pill{border-radius:50rem!important}html[dir=rtl] .rounded-top{border-top-right-radius:.475rem!important;border-top-left-radius:.475rem!important}html[dir=rtl] .rounded-end{border-top-left-radius:.475rem!important;border-bottom-left-radius:.475rem!important}html[dir=rtl] .rounded-bottom{border-bottom-left-radius:.475rem!important;border-bottom-right-radius:.475rem!important}html[dir=rtl] .rounded-start{border-bottom-right-radius:.475rem!important;border-top-right-radius:.475rem!important}html[dir=rtl] .visible{visibility:visible!important}html[dir=rtl] .invisible{visibility:hidden!important}html[dir=rtl] .opacity-0,html[dir=rtl] .opacity-0-hover:hover{opacity:0!important}html[dir=rtl] .opacity-5,html[dir=rtl] .opacity-5-hover:hover{opacity:.05!important}html[dir=rtl] .opacity-10,html[dir=rtl] .opacity-10-hover:hover{opacity:.1!important}html[dir=rtl] .opacity-15,html[dir=rtl] .opacity-15-hover:hover{opacity:.15!important}html[dir=rtl] .opacity-20,html[dir=rtl] .opacity-20-hover:hover{opacity:.2!important}html[dir=rtl] .opacity-25,html[dir=rtl] .opacity-25-hover:hover{opacity:.25!important}html[dir=rtl] .opacity-50,html[dir=rtl] .opacity-50-hover:hover{opacity:.5!important}html[dir=rtl] .opacity-75,html[dir=rtl] .opacity-75-hover:hover{opacity:.75!important}html[dir=rtl] .opacity-100,html[dir=rtl] .opacity-100-hover:hover{opacity:1!important}html[dir=rtl] .min-w-unset{min-width:unset!important}html[dir=rtl] .min-w-25{min-width:25%!important}html[dir=rtl] .min-w-50{min-width:50%!important}html[dir=rtl] .min-w-75{min-width:75%!important}html[dir=rtl] .min-w-100{min-width:100%!important}html[dir=rtl] .min-w-auto{min-width:auto!important}html[dir=rtl] .min-w-1px{min-width:1px!important}html[dir=rtl] .min-w-2px{min-width:2px!important}html[dir=rtl] .min-w-3px{min-width:3px!important}html[dir=rtl] .min-w-4px{min-width:4px!important}html[dir=rtl] .min-w-5px{min-width:5px!important}html[dir=rtl] .min-w-6px{min-width:6px!important}html[dir=rtl] .min-w-7px{min-width:7px!important}html[dir=rtl] .min-w-8px{min-width:8px!important}html[dir=rtl] .min-w-9px{min-width:9px!important}html[dir=rtl] .min-w-10px{min-width:10px!important}html[dir=rtl] .min-w-15px{min-width:15px!important}html[dir=rtl] .min-w-20px{min-width:20px!important}html[dir=rtl] .min-w-25px{min-width:25px!important}html[dir=rtl] .min-w-30px{min-width:30px!important}html[dir=rtl] .min-w-35px{min-width:35px!important}html[dir=rtl] .min-w-40px{min-width:40px!important}html[dir=rtl] .min-w-45px{min-width:45px!important}html[dir=rtl] .min-w-50px{min-width:50px!important}html[dir=rtl] .min-w-55px{min-width:55px!important}html[dir=rtl] .min-w-60px{min-width:60px!important}html[dir=rtl] .min-w-65px{min-width:65px!important}html[dir=rtl] .min-w-70px{min-width:70px!important}html[dir=rtl] .min-w-75px{min-width:75px!important}html[dir=rtl] .min-w-80px{min-width:80px!important}html[dir=rtl] .min-w-85px{min-width:85px!important}html[dir=rtl] .min-w-90px{min-width:90px!important}html[dir=rtl] .min-w-95px{min-width:95px!important}html[dir=rtl] .min-w-100px{min-width:100px!important}html[dir=rtl] .min-w-125px{min-width:125px!important}html[dir=rtl] .min-w-150px{min-width:150px!important}html[dir=rtl] .min-w-175px{min-width:175px!important}html[dir=rtl] .min-w-200px{min-width:200px!important}html[dir=rtl] .min-w-225px{min-width:225px!important}html[dir=rtl] .min-w-250px{min-width:250px!important}html[dir=rtl] .min-w-275px{min-width:275px!important}html[dir=rtl] .min-w-300px{min-width:300px!important}html[dir=rtl] .min-w-325px{min-width:325px!important}html[dir=rtl] .min-w-350px{min-width:350px!important}html[dir=rtl] .min-w-375px{min-width:375px!important}html[dir=rtl] .min-w-400px{min-width:400px!important}html[dir=rtl] .min-w-425px{min-width:425px!important}html[dir=rtl] .min-w-450px{min-width:450px!important}html[dir=rtl] .min-w-475px{min-width:475px!important}html[dir=rtl] .min-w-500px{min-width:500px!important}html[dir=rtl] .min-w-550px{min-width:550px!important}html[dir=rtl] .min-w-600px{min-width:600px!important}html[dir=rtl] .min-w-650px{min-width:650px!important}html[dir=rtl] .min-w-700px{min-width:700px!important}html[dir=rtl] .min-w-750px{min-width:750px!important}html[dir=rtl] .min-w-800px{min-width:800px!important}html[dir=rtl] .min-w-850px{min-width:850px!important}html[dir=rtl] .min-w-900px{min-width:900px!important}html[dir=rtl] .min-w-950px{min-width:950px!important}html[dir=rtl] .min-w-1000px{min-width:1000px!important}html[dir=rtl] .min-h-unset{min-height:unset!important}html[dir=rtl] .min-h-25{min-height:25%!important}html[dir=rtl] .min-h-50{min-height:50%!important}html[dir=rtl] .min-h-75{min-height:75%!important}html[dir=rtl] .min-h-100{min-height:100%!important}html[dir=rtl] .min-h-auto{min-height:auto!important}html[dir=rtl] .min-h-1px{min-height:1px!important}html[dir=rtl] .min-h-2px{min-height:2px!important}html[dir=rtl] .min-h-3px{min-height:3px!important}html[dir=rtl] .min-h-4px{min-height:4px!important}html[dir=rtl] .min-h-5px{min-height:5px!important}html[dir=rtl] .min-h-6px{min-height:6px!important}html[dir=rtl] .min-h-7px{min-height:7px!important}html[dir=rtl] .min-h-8px{min-height:8px!important}html[dir=rtl] .min-h-9px{min-height:9px!important}html[dir=rtl] .min-h-10px{min-height:10px!important}html[dir=rtl] .min-h-15px{min-height:15px!important}html[dir=rtl] .min-h-20px{min-height:20px!important}html[dir=rtl] .min-h-25px{min-height:25px!important}html[dir=rtl] .min-h-30px{min-height:30px!important}html[dir=rtl] .min-h-35px{min-height:35px!important}html[dir=rtl] .min-h-40px{min-height:40px!important}html[dir=rtl] .min-h-45px{min-height:45px!important}html[dir=rtl] .min-h-50px{min-height:50px!important}html[dir=rtl] .min-h-55px{min-height:55px!important}html[dir=rtl] .min-h-60px{min-height:60px!important}html[dir=rtl] .min-h-65px{min-height:65px!important}html[dir=rtl] .min-h-70px{min-height:70px!important}html[dir=rtl] .min-h-75px{min-height:75px!important}html[dir=rtl] .min-h-80px{min-height:80px!important}html[dir=rtl] .min-h-85px{min-height:85px!important}html[dir=rtl] .min-h-90px{min-height:90px!important}html[dir=rtl] .min-h-95px{min-height:95px!important}html[dir=rtl] .min-h-100px{min-height:100px!important}html[dir=rtl] .min-h-125px{min-height:125px!important}html[dir=rtl] .min-h-150px{min-height:150px!important}html[dir=rtl] .min-h-175px{min-height:175px!important}html[dir=rtl] .min-h-200px{min-height:200px!important}html[dir=rtl] .min-h-225px{min-height:225px!important}html[dir=rtl] .min-h-250px{min-height:250px!important}html[dir=rtl] .min-h-275px{min-height:275px!important}html[dir=rtl] .min-h-300px{min-height:300px!important}html[dir=rtl] .min-h-325px{min-height:325px!important}html[dir=rtl] .min-h-350px{min-height:350px!important}html[dir=rtl] .min-h-375px{min-height:375px!important}html[dir=rtl] .min-h-400px{min-height:400px!important}html[dir=rtl] .min-h-425px{min-height:425px!important}html[dir=rtl] .min-h-450px{min-height:450px!important}html[dir=rtl] .min-h-475px{min-height:475px!important}html[dir=rtl] .min-h-500px{min-height:500px!important}html[dir=rtl] .min-h-550px{min-height:550px!important}html[dir=rtl] .min-h-600px{min-height:600px!important}html[dir=rtl] .min-h-650px{min-height:650px!important}html[dir=rtl] .min-h-700px{min-height:700px!important}html[dir=rtl] .min-h-750px{min-height:750px!important}html[dir=rtl] .min-h-800px{min-height:800px!important}html[dir=rtl] .min-h-850px{min-height:850px!important}html[dir=rtl] .min-h-900px{min-height:900px!important}html[dir=rtl] .min-h-950px{min-height:950px!important}html[dir=rtl] .min-h-1000px{min-height:1000px!important}html[dir=rtl] .z-index-n1{z-index:-1!important}html[dir=rtl] .z-index-n2{z-index:-2!important}html[dir=rtl] .z-index-0{z-index:0!important}html[dir=rtl] .z-index-1{z-index:1!important}html[dir=rtl] .z-index-2{z-index:2!important}html[dir=rtl] .z-index-3{z-index:3!important}html[dir=rtl] .border-top-0{border-top-width:0!important}html[dir=rtl] .border-top-1{border-top-width:1px!important}html[dir=rtl] .border-top-2{border-top-width:2px!important}html[dir=rtl] .border-top-3{border-top-width:3px!important}html[dir=rtl] .border-top-4{border-top-width:4px!important}html[dir=rtl] .border-top-5{border-top-width:5px!important}html[dir=rtl] .border-bottom-0{border-bottom-width:0!important}html[dir=rtl] .border-bottom-1{border-bottom-width:1px!important}html[dir=rtl] .border-bottom-2{border-bottom-width:2px!important}html[dir=rtl] .border-bottom-3{border-bottom-width:3px!important}html[dir=rtl] .border-bottom-4{border-bottom-width:4px!important}html[dir=rtl] .border-bottom-5{border-bottom-width:5px!important}html[dir=rtl] .border-right-0{border-left-width:0!important}html[dir=rtl] .border-right-1{border-left-width:1px!important}html[dir=rtl] .border-right-2{border-left-width:2px!important}html[dir=rtl] .border-right-3{border-left-width:3px!important}html[dir=rtl] .border-right-4{border-left-width:4px!important}html[dir=rtl] .border-right-5{border-left-width:5px!important}html[dir=rtl] .border-left-0{border-right-width:0!important}html[dir=rtl] .border-left-1{border-right-width:1px!important}html[dir=rtl] .border-left-2{border-right-width:2px!important}html[dir=rtl] .border-left-3{border-right-width:3px!important}html[dir=rtl] .border-left-4{border-right-width:4px!important}html[dir=rtl] .border-left-5{border-right-width:5px!important}html[dir=rtl] .ls-1{letter-spacing:.1rem!important}html[dir=rtl] .ls-2{letter-spacing:.115rem!important}html[dir=rtl] .ls-3{letter-spacing:.125rem!important}html[dir=rtl] .ls-4{letter-spacing:.25rem!important}html[dir=rtl] .ls-5{letter-spacing:.5rem!important}@media (min-width: 576px){html[dir=rtl] .float-sm-start{float:right!important}html[dir=rtl] .float-sm-end{float:left!important}html[dir=rtl] .float-sm-none{float:none!important}html[dir=rtl] .d-sm-inline{display:inline!important}html[dir=rtl] .d-sm-inline-block{display:inline-block!important}html[dir=rtl] .d-sm-block{display:block!important}html[dir=rtl] .d-sm-grid{display:grid!important}html[dir=rtl] .d-sm-table{display:table!important}html[dir=rtl] .d-sm-table-row{display:table-row!important}html[dir=rtl] .d-sm-table-cell{display:table-cell!important}html[dir=rtl] .d-sm-flex{display:flex!important}html[dir=rtl] .d-sm-inline-flex{display:inline-flex!important}html[dir=rtl] .d-sm-none{display:none!important}html[dir=rtl] .position-sm-static{position:static!important}html[dir=rtl] .position-sm-relative{position:relative!important}html[dir=rtl] .position-sm-absolute{position:absolute!important}html[dir=rtl] .position-sm-fixed{position:fixed!important}html[dir=rtl] .position-sm-sticky{position:sticky!important}html[dir=rtl] .w-sm-unset{width:unset!important}html[dir=rtl] .w-sm-25{width:25%!important}html[dir=rtl] .w-sm-50{width:50%!important}html[dir=rtl] .w-sm-75{width:75%!important}html[dir=rtl] .w-sm-100{width:100%!important}html[dir=rtl] .w-sm-auto{width:auto!important}html[dir=rtl] .w-sm-1px{width:1px!important}html[dir=rtl] .w-sm-2px{width:2px!important}html[dir=rtl] .w-sm-3px{width:3px!important}html[dir=rtl] .w-sm-4px{width:4px!important}html[dir=rtl] .w-sm-5px{width:5px!important}html[dir=rtl] .w-sm-6px{width:6px!important}html[dir=rtl] .w-sm-7px{width:7px!important}html[dir=rtl] .w-sm-8px{width:8px!important}html[dir=rtl] .w-sm-9px{width:9px!important}html[dir=rtl] .w-sm-10px{width:10px!important}html[dir=rtl] .w-sm-15px{width:15px!important}html[dir=rtl] .w-sm-20px{width:20px!important}html[dir=rtl] .w-sm-25px{width:25px!important}html[dir=rtl] .w-sm-30px{width:30px!important}html[dir=rtl] .w-sm-35px{width:35px!important}html[dir=rtl] .w-sm-40px{width:40px!important}html[dir=rtl] .w-sm-45px{width:45px!important}html[dir=rtl] .w-sm-50px{width:50px!important}html[dir=rtl] .w-sm-55px{width:55px!important}html[dir=rtl] .w-sm-60px{width:60px!important}html[dir=rtl] .w-sm-65px{width:65px!important}html[dir=rtl] .w-sm-70px{width:70px!important}html[dir=rtl] .w-sm-75px{width:75px!important}html[dir=rtl] .w-sm-80px{width:80px!important}html[dir=rtl] .w-sm-85px{width:85px!important}html[dir=rtl] .w-sm-90px{width:90px!important}html[dir=rtl] .w-sm-95px{width:95px!important}html[dir=rtl] .w-sm-100px{width:100px!important}html[dir=rtl] .w-sm-125px{width:125px!important}html[dir=rtl] .w-sm-150px{width:150px!important}html[dir=rtl] .w-sm-175px{width:175px!important}html[dir=rtl] .w-sm-200px{width:200px!important}html[dir=rtl] .w-sm-225px{width:225px!important}html[dir=rtl] .w-sm-250px{width:250px!important}html[dir=rtl] .w-sm-275px{width:275px!important}html[dir=rtl] .w-sm-300px{width:300px!important}html[dir=rtl] .w-sm-325px{width:325px!important}html[dir=rtl] .w-sm-350px{width:350px!important}html[dir=rtl] .w-sm-375px{width:375px!important}html[dir=rtl] .w-sm-400px{width:400px!important}html[dir=rtl] .w-sm-425px{width:425px!important}html[dir=rtl] .w-sm-450px{width:450px!important}html[dir=rtl] .w-sm-475px{width:475px!important}html[dir=rtl] .w-sm-500px{width:500px!important}html[dir=rtl] .w-sm-550px{width:550px!important}html[dir=rtl] .w-sm-600px{width:600px!important}html[dir=rtl] .w-sm-650px{width:650px!important}html[dir=rtl] .w-sm-700px{width:700px!important}html[dir=rtl] .w-sm-750px{width:750px!important}html[dir=rtl] .w-sm-800px{width:800px!important}html[dir=rtl] .w-sm-850px{width:850px!important}html[dir=rtl] .w-sm-900px{width:900px!important}html[dir=rtl] .w-sm-950px{width:950px!important}html[dir=rtl] .w-sm-1000px{width:1000px!important}html[dir=rtl] .mw-sm-unset{max-width:unset!important}html[dir=rtl] .mw-sm-25{max-width:25%!important}html[dir=rtl] .mw-sm-50{max-width:50%!important}html[dir=rtl] .mw-sm-75{max-width:75%!important}html[dir=rtl] .mw-sm-100{max-width:100%!important}html[dir=rtl] .mw-sm-auto{max-width:auto!important}html[dir=rtl] .mw-sm-1px{max-width:1px!important}html[dir=rtl] .mw-sm-2px{max-width:2px!important}html[dir=rtl] .mw-sm-3px{max-width:3px!important}html[dir=rtl] .mw-sm-4px{max-width:4px!important}html[dir=rtl] .mw-sm-5px{max-width:5px!important}html[dir=rtl] .mw-sm-6px{max-width:6px!important}html[dir=rtl] .mw-sm-7px{max-width:7px!important}html[dir=rtl] .mw-sm-8px{max-width:8px!important}html[dir=rtl] .mw-sm-9px{max-width:9px!important}html[dir=rtl] .mw-sm-10px{max-width:10px!important}html[dir=rtl] .mw-sm-15px{max-width:15px!important}html[dir=rtl] .mw-sm-20px{max-width:20px!important}html[dir=rtl] .mw-sm-25px{max-width:25px!important}html[dir=rtl] .mw-sm-30px{max-width:30px!important}html[dir=rtl] .mw-sm-35px{max-width:35px!important}html[dir=rtl] .mw-sm-40px{max-width:40px!important}html[dir=rtl] .mw-sm-45px{max-width:45px!important}html[dir=rtl] .mw-sm-50px{max-width:50px!important}html[dir=rtl] .mw-sm-55px{max-width:55px!important}html[dir=rtl] .mw-sm-60px{max-width:60px!important}html[dir=rtl] .mw-sm-65px{max-width:65px!important}html[dir=rtl] .mw-sm-70px{max-width:70px!important}html[dir=rtl] .mw-sm-75px{max-width:75px!important}html[dir=rtl] .mw-sm-80px{max-width:80px!important}html[dir=rtl] .mw-sm-85px{max-width:85px!important}html[dir=rtl] .mw-sm-90px{max-width:90px!important}html[dir=rtl] .mw-sm-95px{max-width:95px!important}html[dir=rtl] .mw-sm-100px{max-width:100px!important}html[dir=rtl] .mw-sm-125px{max-width:125px!important}html[dir=rtl] .mw-sm-150px{max-width:150px!important}html[dir=rtl] .mw-sm-175px{max-width:175px!important}html[dir=rtl] .mw-sm-200px{max-width:200px!important}html[dir=rtl] .mw-sm-225px{max-width:225px!important}html[dir=rtl] .mw-sm-250px{max-width:250px!important}html[dir=rtl] .mw-sm-275px{max-width:275px!important}html[dir=rtl] .mw-sm-300px{max-width:300px!important}html[dir=rtl] .mw-sm-325px{max-width:325px!important}html[dir=rtl] .mw-sm-350px{max-width:350px!important}html[dir=rtl] .mw-sm-375px{max-width:375px!important}html[dir=rtl] .mw-sm-400px{max-width:400px!important}html[dir=rtl] .mw-sm-425px{max-width:425px!important}html[dir=rtl] .mw-sm-450px{max-width:450px!important}html[dir=rtl] .mw-sm-475px{max-width:475px!important}html[dir=rtl] .mw-sm-500px{max-width:500px!important}html[dir=rtl] .mw-sm-550px{max-width:550px!important}html[dir=rtl] .mw-sm-600px{max-width:600px!important}html[dir=rtl] .mw-sm-650px{max-width:650px!important}html[dir=rtl] .mw-sm-700px{max-width:700px!important}html[dir=rtl] .mw-sm-750px{max-width:750px!important}html[dir=rtl] .mw-sm-800px{max-width:800px!important}html[dir=rtl] .mw-sm-850px{max-width:850px!important}html[dir=rtl] .mw-sm-900px{max-width:900px!important}html[dir=rtl] .mw-sm-950px{max-width:950px!important}html[dir=rtl] .mw-sm-1000px{max-width:1000px!important}html[dir=rtl] .h-sm-unset{height:unset!important}html[dir=rtl] .h-sm-25{height:25%!important}html[dir=rtl] .h-sm-50{height:50%!important}html[dir=rtl] .h-sm-75{height:75%!important}html[dir=rtl] .h-sm-100{height:100%!important}html[dir=rtl] .h-sm-auto{height:auto!important}html[dir=rtl] .h-sm-1px{height:1px!important}html[dir=rtl] .h-sm-2px{height:2px!important}html[dir=rtl] .h-sm-3px{height:3px!important}html[dir=rtl] .h-sm-4px{height:4px!important}html[dir=rtl] .h-sm-5px{height:5px!important}html[dir=rtl] .h-sm-6px{height:6px!important}html[dir=rtl] .h-sm-7px{height:7px!important}html[dir=rtl] .h-sm-8px{height:8px!important}html[dir=rtl] .h-sm-9px{height:9px!important}html[dir=rtl] .h-sm-10px{height:10px!important}html[dir=rtl] .h-sm-15px{height:15px!important}html[dir=rtl] .h-sm-20px{height:20px!important}html[dir=rtl] .h-sm-25px{height:25px!important}html[dir=rtl] .h-sm-30px{height:30px!important}html[dir=rtl] .h-sm-35px{height:35px!important}html[dir=rtl] .h-sm-40px{height:40px!important}html[dir=rtl] .h-sm-45px{height:45px!important}html[dir=rtl] .h-sm-50px{height:50px!important}html[dir=rtl] .h-sm-55px{height:55px!important}html[dir=rtl] .h-sm-60px{height:60px!important}html[dir=rtl] .h-sm-65px{height:65px!important}html[dir=rtl] .h-sm-70px{height:70px!important}html[dir=rtl] .h-sm-75px{height:75px!important}html[dir=rtl] .h-sm-80px{height:80px!important}html[dir=rtl] .h-sm-85px{height:85px!important}html[dir=rtl] .h-sm-90px{height:90px!important}html[dir=rtl] .h-sm-95px{height:95px!important}html[dir=rtl] .h-sm-100px{height:100px!important}html[dir=rtl] .h-sm-125px{height:125px!important}html[dir=rtl] .h-sm-150px{height:150px!important}html[dir=rtl] .h-sm-175px{height:175px!important}html[dir=rtl] .h-sm-200px{height:200px!important}html[dir=rtl] .h-sm-225px{height:225px!important}html[dir=rtl] .h-sm-250px{height:250px!important}html[dir=rtl] .h-sm-275px{height:275px!important}html[dir=rtl] .h-sm-300px{height:300px!important}html[dir=rtl] .h-sm-325px{height:325px!important}html[dir=rtl] .h-sm-350px{height:350px!important}html[dir=rtl] .h-sm-375px{height:375px!important}html[dir=rtl] .h-sm-400px{height:400px!important}html[dir=rtl] .h-sm-425px{height:425px!important}html[dir=rtl] .h-sm-450px{height:450px!important}html[dir=rtl] .h-sm-475px{height:475px!important}html[dir=rtl] .h-sm-500px{height:500px!important}html[dir=rtl] .h-sm-550px{height:550px!important}html[dir=rtl] .h-sm-600px{height:600px!important}html[dir=rtl] .h-sm-650px{height:650px!important}html[dir=rtl] .h-sm-700px{height:700px!important}html[dir=rtl] .h-sm-750px{height:750px!important}html[dir=rtl] .h-sm-800px{height:800px!important}html[dir=rtl] .h-sm-850px{height:850px!important}html[dir=rtl] .h-sm-900px{height:900px!important}html[dir=rtl] .h-sm-950px{height:950px!important}html[dir=rtl] .h-sm-1000px{height:1000px!important}html[dir=rtl] .mh-sm-unset{max-height:unset!important}html[dir=rtl] .mh-sm-25{max-height:25%!important}html[dir=rtl] .mh-sm-50{max-height:50%!important}html[dir=rtl] .mh-sm-75{max-height:75%!important}html[dir=rtl] .mh-sm-100{max-height:100%!important}html[dir=rtl] .mh-sm-auto{max-height:auto!important}html[dir=rtl] .mh-sm-1px{max-height:1px!important}html[dir=rtl] .mh-sm-2px{max-height:2px!important}html[dir=rtl] .mh-sm-3px{max-height:3px!important}html[dir=rtl] .mh-sm-4px{max-height:4px!important}html[dir=rtl] .mh-sm-5px{max-height:5px!important}html[dir=rtl] .mh-sm-6px{max-height:6px!important}html[dir=rtl] .mh-sm-7px{max-height:7px!important}html[dir=rtl] .mh-sm-8px{max-height:8px!important}html[dir=rtl] .mh-sm-9px{max-height:9px!important}html[dir=rtl] .mh-sm-10px{max-height:10px!important}html[dir=rtl] .mh-sm-15px{max-height:15px!important}html[dir=rtl] .mh-sm-20px{max-height:20px!important}html[dir=rtl] .mh-sm-25px{max-height:25px!important}html[dir=rtl] .mh-sm-30px{max-height:30px!important}html[dir=rtl] .mh-sm-35px{max-height:35px!important}html[dir=rtl] .mh-sm-40px{max-height:40px!important}html[dir=rtl] .mh-sm-45px{max-height:45px!important}html[dir=rtl] .mh-sm-50px{max-height:50px!important}html[dir=rtl] .mh-sm-55px{max-height:55px!important}html[dir=rtl] .mh-sm-60px{max-height:60px!important}html[dir=rtl] .mh-sm-65px{max-height:65px!important}html[dir=rtl] .mh-sm-70px{max-height:70px!important}html[dir=rtl] .mh-sm-75px{max-height:75px!important}html[dir=rtl] .mh-sm-80px{max-height:80px!important}html[dir=rtl] .mh-sm-85px{max-height:85px!important}html[dir=rtl] .mh-sm-90px{max-height:90px!important}html[dir=rtl] .mh-sm-95px{max-height:95px!important}html[dir=rtl] .mh-sm-100px{max-height:100px!important}html[dir=rtl] .mh-sm-125px{max-height:125px!important}html[dir=rtl] .mh-sm-150px{max-height:150px!important}html[dir=rtl] .mh-sm-175px{max-height:175px!important}html[dir=rtl] .mh-sm-200px{max-height:200px!important}html[dir=rtl] .mh-sm-225px{max-height:225px!important}html[dir=rtl] .mh-sm-250px{max-height:250px!important}html[dir=rtl] .mh-sm-275px{max-height:275px!important}html[dir=rtl] .mh-sm-300px{max-height:300px!important}html[dir=rtl] .mh-sm-325px{max-height:325px!important}html[dir=rtl] .mh-sm-350px{max-height:350px!important}html[dir=rtl] .mh-sm-375px{max-height:375px!important}html[dir=rtl] .mh-sm-400px{max-height:400px!important}html[dir=rtl] .mh-sm-425px{max-height:425px!important}html[dir=rtl] .mh-sm-450px{max-height:450px!important}html[dir=rtl] .mh-sm-475px{max-height:475px!important}html[dir=rtl] .mh-sm-500px{max-height:500px!important}html[dir=rtl] .mh-sm-550px{max-height:550px!important}html[dir=rtl] .mh-sm-600px{max-height:600px!important}html[dir=rtl] .mh-sm-650px{max-height:650px!important}html[dir=rtl] .mh-sm-700px{max-height:700px!important}html[dir=rtl] .mh-sm-750px{max-height:750px!important}html[dir=rtl] .mh-sm-800px{max-height:800px!important}html[dir=rtl] .mh-sm-850px{max-height:850px!important}html[dir=rtl] .mh-sm-900px{max-height:900px!important}html[dir=rtl] .mh-sm-950px{max-height:950px!important}html[dir=rtl] .mh-sm-1000px{max-height:1000px!important}html[dir=rtl] .flex-sm-fill{flex:1 1 auto!important}html[dir=rtl] .flex-sm-row{flex-direction:row!important}html[dir=rtl] .flex-sm-column{flex-direction:column!important}html[dir=rtl] .flex-sm-row-reverse{flex-direction:row-reverse!important}html[dir=rtl] .flex-sm-column-reverse{flex-direction:column-reverse!important}html[dir=rtl] .flex-sm-grow-0{flex-grow:0!important}html[dir=rtl] .flex-sm-grow-1{flex-grow:1!important}html[dir=rtl] .flex-sm-shrink-0{flex-shrink:0!important}html[dir=rtl] .flex-sm-shrink-1{flex-shrink:1!important}html[dir=rtl] .flex-sm-wrap{flex-wrap:wrap!important}html[dir=rtl] .flex-sm-nowrap{flex-wrap:nowrap!important}html[dir=rtl] .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}html[dir=rtl] .gap-sm-0{gap:0!important}html[dir=rtl] .gap-sm-1{gap:.25rem!important}html[dir=rtl] .gap-sm-2{gap:.5rem!important}html[dir=rtl] .gap-sm-3{gap:.75rem!important}html[dir=rtl] .gap-sm-4{gap:1rem!important}html[dir=rtl] .gap-sm-5{gap:1.25rem!important}html[dir=rtl] .gap-sm-6{gap:1.5rem!important}html[dir=rtl] .gap-sm-7{gap:1.75rem!important}html[dir=rtl] .gap-sm-8{gap:2rem!important}html[dir=rtl] .gap-sm-9{gap:2.25rem!important}html[dir=rtl] .gap-sm-10{gap:2.5rem!important}html[dir=rtl] .gap-sm-11{gap:2.75rem!important}html[dir=rtl] .gap-sm-12{gap:3rem!important}html[dir=rtl] .gap-sm-13{gap:3.25rem!important}html[dir=rtl] .gap-sm-14{gap:3.5rem!important}html[dir=rtl] .gap-sm-15{gap:3.75rem!important}html[dir=rtl] .gap-sm-16{gap:4rem!important}html[dir=rtl] .gap-sm-17{gap:4.25rem!important}html[dir=rtl] .gap-sm-18{gap:4.5rem!important}html[dir=rtl] .gap-sm-19{gap:4.75rem!important}html[dir=rtl] .gap-sm-20{gap:5rem!important}html[dir=rtl] .justify-content-sm-start{justify-content:flex-start!important}html[dir=rtl] .justify-content-sm-end{justify-content:flex-end!important}html[dir=rtl] .justify-content-sm-center{justify-content:center!important}html[dir=rtl] .justify-content-sm-between{justify-content:space-between!important}html[dir=rtl] .justify-content-sm-around{justify-content:space-around!important}html[dir=rtl] .justify-content-sm-evenly{justify-content:space-evenly!important}html[dir=rtl] .align-items-sm-start{align-items:flex-start!important}html[dir=rtl] .align-items-sm-end{align-items:flex-end!important}html[dir=rtl] .align-items-sm-center{align-items:center!important}html[dir=rtl] .align-items-sm-baseline{align-items:baseline!important}html[dir=rtl] .align-items-sm-stretch{align-items:stretch!important}html[dir=rtl] .align-content-sm-start{align-content:flex-start!important}html[dir=rtl] .align-content-sm-end{align-content:flex-end!important}html[dir=rtl] .align-content-sm-center{align-content:center!important}html[dir=rtl] .align-content-sm-between{align-content:space-between!important}html[dir=rtl] .align-content-sm-around{align-content:space-around!important}html[dir=rtl] .align-content-sm-stretch{align-content:stretch!important}html[dir=rtl] .align-self-sm-auto{align-self:auto!important}html[dir=rtl] .align-self-sm-start{align-self:flex-start!important}html[dir=rtl] .align-self-sm-end{align-self:flex-end!important}html[dir=rtl] .align-self-sm-center{align-self:center!important}html[dir=rtl] .align-self-sm-baseline{align-self:baseline!important}html[dir=rtl] .align-self-sm-stretch{align-self:stretch!important}html[dir=rtl] .order-sm-first{order:-1!important}html[dir=rtl] .order-sm-0{order:0!important}html[dir=rtl] .order-sm-1{order:1!important}html[dir=rtl] .order-sm-2{order:2!important}html[dir=rtl] .order-sm-3{order:3!important}html[dir=rtl] .order-sm-4{order:4!important}html[dir=rtl] .order-sm-5{order:5!important}html[dir=rtl] .order-sm-last{order:6!important}html[dir=rtl] .m-sm-0{margin:0!important}html[dir=rtl] .m-sm-1{margin:.25rem!important}html[dir=rtl] .m-sm-2{margin:.5rem!important}html[dir=rtl] .m-sm-3{margin:.75rem!important}html[dir=rtl] .m-sm-4{margin:1rem!important}html[dir=rtl] .m-sm-5{margin:1.25rem!important}html[dir=rtl] .m-sm-6{margin:1.5rem!important}html[dir=rtl] .m-sm-7{margin:1.75rem!important}html[dir=rtl] .m-sm-8{margin:2rem!important}html[dir=rtl] .m-sm-9{margin:2.25rem!important}html[dir=rtl] .m-sm-10{margin:2.5rem!important}html[dir=rtl] .m-sm-11{margin:2.75rem!important}html[dir=rtl] .m-sm-12{margin:3rem!important}html[dir=rtl] .m-sm-13{margin:3.25rem!important}html[dir=rtl] .m-sm-14{margin:3.5rem!important}html[dir=rtl] .m-sm-15{margin:3.75rem!important}html[dir=rtl] .m-sm-16{margin:4rem!important}html[dir=rtl] .m-sm-17{margin:4.25rem!important}html[dir=rtl] .m-sm-18{margin:4.5rem!important}html[dir=rtl] .m-sm-19{margin:4.75rem!important}html[dir=rtl] .m-sm-20{margin:5rem!important}html[dir=rtl] .m-sm-auto{margin:auto!important}html[dir=rtl] .mx-sm-0{margin-left:0!important;margin-right:0!important}html[dir=rtl] .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}html[dir=rtl] .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}html[dir=rtl] .mx-sm-3{margin-left:.75rem!important;margin-right:.75rem!important}html[dir=rtl] .mx-sm-4{margin-left:1rem!important;margin-right:1rem!important}html[dir=rtl] .mx-sm-5{margin-left:1.25rem!important;margin-right:1.25rem!important}html[dir=rtl] .mx-sm-6{margin-left:1.5rem!important;margin-right:1.5rem!important}html[dir=rtl] .mx-sm-7{margin-left:1.75rem!important;margin-right:1.75rem!important}html[dir=rtl] .mx-sm-8{margin-left:2rem!important;margin-right:2rem!important}html[dir=rtl] .mx-sm-9{margin-left:2.25rem!important;margin-right:2.25rem!important}html[dir=rtl] .mx-sm-10{margin-left:2.5rem!important;margin-right:2.5rem!important}html[dir=rtl] .mx-sm-11{margin-left:2.75rem!important;margin-right:2.75rem!important}html[dir=rtl] .mx-sm-12{margin-left:3rem!important;margin-right:3rem!important}html[dir=rtl] .mx-sm-13{margin-left:3.25rem!important;margin-right:3.25rem!important}html[dir=rtl] .mx-sm-14{margin-left:3.5rem!important;margin-right:3.5rem!important}html[dir=rtl] .mx-sm-15{margin-left:3.75rem!important;margin-right:3.75rem!important}html[dir=rtl] .mx-sm-16{margin-left:4rem!important;margin-right:4rem!important}html[dir=rtl] .mx-sm-17{margin-left:4.25rem!important;margin-right:4.25rem!important}html[dir=rtl] .mx-sm-18{margin-left:4.5rem!important;margin-right:4.5rem!important}html[dir=rtl] .mx-sm-19{margin-left:4.75rem!important;margin-right:4.75rem!important}html[dir=rtl] .mx-sm-20{margin-left:5rem!important;margin-right:5rem!important}html[dir=rtl] .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}html[dir=rtl] .my-sm-0{margin-top:0!important;margin-bottom:0!important}html[dir=rtl] .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html[dir=rtl] .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html[dir=rtl] .my-sm-3{margin-top:.75rem!important;margin-bottom:.75rem!important}html[dir=rtl] .my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}html[dir=rtl] .my-sm-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}html[dir=rtl] .my-sm-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html[dir=rtl] .my-sm-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}html[dir=rtl] .my-sm-8{margin-top:2rem!important;margin-bottom:2rem!important}html[dir=rtl] .my-sm-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}html[dir=rtl] .my-sm-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}html[dir=rtl] .my-sm-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}html[dir=rtl] .my-sm-12{margin-top:3rem!important;margin-bottom:3rem!important}html[dir=rtl] .my-sm-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}html[dir=rtl] .my-sm-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}html[dir=rtl] .my-sm-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}html[dir=rtl] .my-sm-16{margin-top:4rem!important;margin-bottom:4rem!important}html[dir=rtl] .my-sm-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}html[dir=rtl] .my-sm-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}html[dir=rtl] .my-sm-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}html[dir=rtl] .my-sm-20{margin-top:5rem!important;margin-bottom:5rem!important}html[dir=rtl] .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}html[dir=rtl] .mt-sm-0{margin-top:0!important}html[dir=rtl] .mt-sm-1{margin-top:.25rem!important}html[dir=rtl] .mt-sm-2{margin-top:.5rem!important}html[dir=rtl] .mt-sm-3{margin-top:.75rem!important}html[dir=rtl] .mt-sm-4{margin-top:1rem!important}html[dir=rtl] .mt-sm-5{margin-top:1.25rem!important}html[dir=rtl] .mt-sm-6{margin-top:1.5rem!important}html[dir=rtl] .mt-sm-7{margin-top:1.75rem!important}html[dir=rtl] .mt-sm-8{margin-top:2rem!important}html[dir=rtl] .mt-sm-9{margin-top:2.25rem!important}html[dir=rtl] .mt-sm-10{margin-top:2.5rem!important}html[dir=rtl] .mt-sm-11{margin-top:2.75rem!important}html[dir=rtl] .mt-sm-12{margin-top:3rem!important}html[dir=rtl] .mt-sm-13{margin-top:3.25rem!important}html[dir=rtl] .mt-sm-14{margin-top:3.5rem!important}html[dir=rtl] .mt-sm-15{margin-top:3.75rem!important}html[dir=rtl] .mt-sm-16{margin-top:4rem!important}html[dir=rtl] .mt-sm-17{margin-top:4.25rem!important}html[dir=rtl] .mt-sm-18{margin-top:4.5rem!important}html[dir=rtl] .mt-sm-19{margin-top:4.75rem!important}html[dir=rtl] .mt-sm-20{margin-top:5rem!important}html[dir=rtl] .mt-sm-auto{margin-top:auto!important}html[dir=rtl] .me-sm-0{margin-left:0!important}html[dir=rtl] .me-sm-1{margin-left:.25rem!important}html[dir=rtl] .me-sm-2{margin-left:.5rem!important}html[dir=rtl] .me-sm-3{margin-left:.75rem!important}html[dir=rtl] .me-sm-4{margin-left:1rem!important}html[dir=rtl] .me-sm-5{margin-left:1.25rem!important}html[dir=rtl] .me-sm-6{margin-left:1.5rem!important}html[dir=rtl] .me-sm-7{margin-left:1.75rem!important}html[dir=rtl] .me-sm-8{margin-left:2rem!important}html[dir=rtl] .me-sm-9{margin-left:2.25rem!important}html[dir=rtl] .me-sm-10{margin-left:2.5rem!important}html[dir=rtl] .me-sm-11{margin-left:2.75rem!important}html[dir=rtl] .me-sm-12{margin-left:3rem!important}html[dir=rtl] .me-sm-13{margin-left:3.25rem!important}html[dir=rtl] .me-sm-14{margin-left:3.5rem!important}html[dir=rtl] .me-sm-15{margin-left:3.75rem!important}html[dir=rtl] .me-sm-16{margin-left:4rem!important}html[dir=rtl] .me-sm-17{margin-left:4.25rem!important}html[dir=rtl] .me-sm-18{margin-left:4.5rem!important}html[dir=rtl] .me-sm-19{margin-left:4.75rem!important}html[dir=rtl] .me-sm-20{margin-left:5rem!important}html[dir=rtl] .me-sm-auto{margin-left:auto!important}html[dir=rtl] .mb-sm-0{margin-bottom:0!important}html[dir=rtl] .mb-sm-1{margin-bottom:.25rem!important}html[dir=rtl] .mb-sm-2{margin-bottom:.5rem!important}html[dir=rtl] .mb-sm-3{margin-bottom:.75rem!important}html[dir=rtl] .mb-sm-4{margin-bottom:1rem!important}html[dir=rtl] .mb-sm-5{margin-bottom:1.25rem!important}html[dir=rtl] .mb-sm-6{margin-bottom:1.5rem!important}html[dir=rtl] .mb-sm-7{margin-bottom:1.75rem!important}html[dir=rtl] .mb-sm-8{margin-bottom:2rem!important}html[dir=rtl] .mb-sm-9{margin-bottom:2.25rem!important}html[dir=rtl] .mb-sm-10{margin-bottom:2.5rem!important}html[dir=rtl] .mb-sm-11{margin-bottom:2.75rem!important}html[dir=rtl] .mb-sm-12{margin-bottom:3rem!important}html[dir=rtl] .mb-sm-13{margin-bottom:3.25rem!important}html[dir=rtl] .mb-sm-14{margin-bottom:3.5rem!important}html[dir=rtl] .mb-sm-15{margin-bottom:3.75rem!important}html[dir=rtl] .mb-sm-16{margin-bottom:4rem!important}html[dir=rtl] .mb-sm-17{margin-bottom:4.25rem!important}html[dir=rtl] .mb-sm-18{margin-bottom:4.5rem!important}html[dir=rtl] .mb-sm-19{margin-bottom:4.75rem!important}html[dir=rtl] .mb-sm-20{margin-bottom:5rem!important}html[dir=rtl] .mb-sm-auto{margin-bottom:auto!important}html[dir=rtl] .ms-sm-0{margin-right:0!important}html[dir=rtl] .ms-sm-1{margin-right:.25rem!important}html[dir=rtl] .ms-sm-2{margin-right:.5rem!important}html[dir=rtl] .ms-sm-3{margin-right:.75rem!important}html[dir=rtl] .ms-sm-4{margin-right:1rem!important}html[dir=rtl] .ms-sm-5{margin-right:1.25rem!important}html[dir=rtl] .ms-sm-6{margin-right:1.5rem!important}html[dir=rtl] .ms-sm-7{margin-right:1.75rem!important}html[dir=rtl] .ms-sm-8{margin-right:2rem!important}html[dir=rtl] .ms-sm-9{margin-right:2.25rem!important}html[dir=rtl] .ms-sm-10{margin-right:2.5rem!important}html[dir=rtl] .ms-sm-11{margin-right:2.75rem!important}html[dir=rtl] .ms-sm-12{margin-right:3rem!important}html[dir=rtl] .ms-sm-13{margin-right:3.25rem!important}html[dir=rtl] .ms-sm-14{margin-right:3.5rem!important}html[dir=rtl] .ms-sm-15{margin-right:3.75rem!important}html[dir=rtl] .ms-sm-16{margin-right:4rem!important}html[dir=rtl] .ms-sm-17{margin-right:4.25rem!important}html[dir=rtl] .ms-sm-18{margin-right:4.5rem!important}html[dir=rtl] .ms-sm-19{margin-right:4.75rem!important}html[dir=rtl] .ms-sm-20{margin-right:5rem!important}html[dir=rtl] .ms-sm-auto{margin-right:auto!important}html[dir=rtl] .m-sm-n1{margin:-.25rem!important}html[dir=rtl] .m-sm-n2{margin:-.5rem!important}html[dir=rtl] .m-sm-n3{margin:-.75rem!important}html[dir=rtl] .m-sm-n4{margin:-1rem!important}html[dir=rtl] .m-sm-n5{margin:-1.25rem!important}html[dir=rtl] .m-sm-n6{margin:-1.5rem!important}html[dir=rtl] .m-sm-n7{margin:-1.75rem!important}html[dir=rtl] .m-sm-n8{margin:-2rem!important}html[dir=rtl] .m-sm-n9{margin:-2.25rem!important}html[dir=rtl] .m-sm-n10{margin:-2.5rem!important}html[dir=rtl] .m-sm-n11{margin:-2.75rem!important}html[dir=rtl] .m-sm-n12{margin:-3rem!important}html[dir=rtl] .m-sm-n13{margin:-3.25rem!important}html[dir=rtl] .m-sm-n14{margin:-3.5rem!important}html[dir=rtl] .m-sm-n15{margin:-3.75rem!important}html[dir=rtl] .m-sm-n16{margin:-4rem!important}html[dir=rtl] .m-sm-n17{margin:-4.25rem!important}html[dir=rtl] .m-sm-n18{margin:-4.5rem!important}html[dir=rtl] .m-sm-n19{margin:-4.75rem!important}html[dir=rtl] .m-sm-n20{margin:-5rem!important}html[dir=rtl] .mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}html[dir=rtl] .mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}html[dir=rtl] .mx-sm-n3{margin-left:-.75rem!important;margin-right:-.75rem!important}html[dir=rtl] .mx-sm-n4{margin-left:-1rem!important;margin-right:-1rem!important}html[dir=rtl] .mx-sm-n5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}html[dir=rtl] .mx-sm-n6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}html[dir=rtl] .mx-sm-n7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}html[dir=rtl] .mx-sm-n8{margin-left:-2rem!important;margin-right:-2rem!important}html[dir=rtl] .mx-sm-n9{margin-left:-2.25rem!important;margin-right:-2.25rem!important}html[dir=rtl] .mx-sm-n10{margin-left:-2.5rem!important;margin-right:-2.5rem!important}html[dir=rtl] .mx-sm-n11{margin-left:-2.75rem!important;margin-right:-2.75rem!important}html[dir=rtl] .mx-sm-n12{margin-left:-3rem!important;margin-right:-3rem!important}html[dir=rtl] .mx-sm-n13{margin-left:-3.25rem!important;margin-right:-3.25rem!important}html[dir=rtl] .mx-sm-n14{margin-left:-3.5rem!important;margin-right:-3.5rem!important}html[dir=rtl] .mx-sm-n15{margin-left:-3.75rem!important;margin-right:-3.75rem!important}html[dir=rtl] .mx-sm-n16{margin-left:-4rem!important;margin-right:-4rem!important}html[dir=rtl] .mx-sm-n17{margin-left:-4.25rem!important;margin-right:-4.25rem!important}html[dir=rtl] .mx-sm-n18{margin-left:-4.5rem!important;margin-right:-4.5rem!important}html[dir=rtl] .mx-sm-n19{margin-left:-4.75rem!important;margin-right:-4.75rem!important}html[dir=rtl] .mx-sm-n20{margin-left:-5rem!important;margin-right:-5rem!important}html[dir=rtl] .my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}html[dir=rtl] .my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}html[dir=rtl] .my-sm-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}html[dir=rtl] .my-sm-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}html[dir=rtl] .my-sm-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}html[dir=rtl] .my-sm-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}html[dir=rtl] .my-sm-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}html[dir=rtl] .my-sm-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}html[dir=rtl] .my-sm-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}html[dir=rtl] .my-sm-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}html[dir=rtl] .my-sm-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}html[dir=rtl] .my-sm-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}html[dir=rtl] .my-sm-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}html[dir=rtl] .my-sm-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}html[dir=rtl] .my-sm-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}html[dir=rtl] .my-sm-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}html[dir=rtl] .my-sm-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}html[dir=rtl] .my-sm-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}html[dir=rtl] .my-sm-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}html[dir=rtl] .my-sm-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}html[dir=rtl] .mt-sm-n1{margin-top:-.25rem!important}html[dir=rtl] .mt-sm-n2{margin-top:-.5rem!important}html[dir=rtl] .mt-sm-n3{margin-top:-.75rem!important}html[dir=rtl] .mt-sm-n4{margin-top:-1rem!important}html[dir=rtl] .mt-sm-n5{margin-top:-1.25rem!important}html[dir=rtl] .mt-sm-n6{margin-top:-1.5rem!important}html[dir=rtl] .mt-sm-n7{margin-top:-1.75rem!important}html[dir=rtl] .mt-sm-n8{margin-top:-2rem!important}html[dir=rtl] .mt-sm-n9{margin-top:-2.25rem!important}html[dir=rtl] .mt-sm-n10{margin-top:-2.5rem!important}html[dir=rtl] .mt-sm-n11{margin-top:-2.75rem!important}html[dir=rtl] .mt-sm-n12{margin-top:-3rem!important}html[dir=rtl] .mt-sm-n13{margin-top:-3.25rem!important}html[dir=rtl] .mt-sm-n14{margin-top:-3.5rem!important}html[dir=rtl] .mt-sm-n15{margin-top:-3.75rem!important}html[dir=rtl] .mt-sm-n16{margin-top:-4rem!important}html[dir=rtl] .mt-sm-n17{margin-top:-4.25rem!important}html[dir=rtl] .mt-sm-n18{margin-top:-4.5rem!important}html[dir=rtl] .mt-sm-n19{margin-top:-4.75rem!important}html[dir=rtl] .mt-sm-n20{margin-top:-5rem!important}html[dir=rtl] .me-sm-n1{margin-left:-.25rem!important}html[dir=rtl] .me-sm-n2{margin-left:-.5rem!important}html[dir=rtl] .me-sm-n3{margin-left:-.75rem!important}html[dir=rtl] .me-sm-n4{margin-left:-1rem!important}html[dir=rtl] .me-sm-n5{margin-left:-1.25rem!important}html[dir=rtl] .me-sm-n6{margin-left:-1.5rem!important}html[dir=rtl] .me-sm-n7{margin-left:-1.75rem!important}html[dir=rtl] .me-sm-n8{margin-left:-2rem!important}html[dir=rtl] .me-sm-n9{margin-left:-2.25rem!important}html[dir=rtl] .me-sm-n10{margin-left:-2.5rem!important}html[dir=rtl] .me-sm-n11{margin-left:-2.75rem!important}html[dir=rtl] .me-sm-n12{margin-left:-3rem!important}html[dir=rtl] .me-sm-n13{margin-left:-3.25rem!important}html[dir=rtl] .me-sm-n14{margin-left:-3.5rem!important}html[dir=rtl] .me-sm-n15{margin-left:-3.75rem!important}html[dir=rtl] .me-sm-n16{margin-left:-4rem!important}html[dir=rtl] .me-sm-n17{margin-left:-4.25rem!important}html[dir=rtl] .me-sm-n18{margin-left:-4.5rem!important}html[dir=rtl] .me-sm-n19{margin-left:-4.75rem!important}html[dir=rtl] .me-sm-n20{margin-left:-5rem!important}html[dir=rtl] .mb-sm-n1{margin-bottom:-.25rem!important}html[dir=rtl] .mb-sm-n2{margin-bottom:-.5rem!important}html[dir=rtl] .mb-sm-n3{margin-bottom:-.75rem!important}html[dir=rtl] .mb-sm-n4{margin-bottom:-1rem!important}html[dir=rtl] .mb-sm-n5{margin-bottom:-1.25rem!important}html[dir=rtl] .mb-sm-n6{margin-bottom:-1.5rem!important}html[dir=rtl] .mb-sm-n7{margin-bottom:-1.75rem!important}html[dir=rtl] .mb-sm-n8{margin-bottom:-2rem!important}html[dir=rtl] .mb-sm-n9{margin-bottom:-2.25rem!important}html[dir=rtl] .mb-sm-n10{margin-bottom:-2.5rem!important}html[dir=rtl] .mb-sm-n11{margin-bottom:-2.75rem!important}html[dir=rtl] .mb-sm-n12{margin-bottom:-3rem!important}html[dir=rtl] .mb-sm-n13{margin-bottom:-3.25rem!important}html[dir=rtl] .mb-sm-n14{margin-bottom:-3.5rem!important}html[dir=rtl] .mb-sm-n15{margin-bottom:-3.75rem!important}html[dir=rtl] .mb-sm-n16{margin-bottom:-4rem!important}html[dir=rtl] .mb-sm-n17{margin-bottom:-4.25rem!important}html[dir=rtl] .mb-sm-n18{margin-bottom:-4.5rem!important}html[dir=rtl] .mb-sm-n19{margin-bottom:-4.75rem!important}html[dir=rtl] .mb-sm-n20{margin-bottom:-5rem!important}html[dir=rtl] .ms-sm-n1{margin-right:-.25rem!important}html[dir=rtl] .ms-sm-n2{margin-right:-.5rem!important}html[dir=rtl] .ms-sm-n3{margin-right:-.75rem!important}html[dir=rtl] .ms-sm-n4{margin-right:-1rem!important}html[dir=rtl] .ms-sm-n5{margin-right:-1.25rem!important}html[dir=rtl] .ms-sm-n6{margin-right:-1.5rem!important}html[dir=rtl] .ms-sm-n7{margin-right:-1.75rem!important}html[dir=rtl] .ms-sm-n8{margin-right:-2rem!important}html[dir=rtl] .ms-sm-n9{margin-right:-2.25rem!important}html[dir=rtl] .ms-sm-n10{margin-right:-2.5rem!important}html[dir=rtl] .ms-sm-n11{margin-right:-2.75rem!important}html[dir=rtl] .ms-sm-n12{margin-right:-3rem!important}html[dir=rtl] .ms-sm-n13{margin-right:-3.25rem!important}html[dir=rtl] .ms-sm-n14{margin-right:-3.5rem!important}html[dir=rtl] .ms-sm-n15{margin-right:-3.75rem!important}html[dir=rtl] .ms-sm-n16{margin-right:-4rem!important}html[dir=rtl] .ms-sm-n17{margin-right:-4.25rem!important}html[dir=rtl] .ms-sm-n18{margin-right:-4.5rem!important}html[dir=rtl] .ms-sm-n19{margin-right:-4.75rem!important}html[dir=rtl] .ms-sm-n20{margin-right:-5rem!important}html[dir=rtl] .p-sm-0{padding:0!important}html[dir=rtl] .p-sm-1{padding:.25rem!important}html[dir=rtl] .p-sm-2{padding:.5rem!important}html[dir=rtl] .p-sm-3{padding:.75rem!important}html[dir=rtl] .p-sm-4{padding:1rem!important}html[dir=rtl] .p-sm-5{padding:1.25rem!important}html[dir=rtl] .p-sm-6{padding:1.5rem!important}html[dir=rtl] .p-sm-7{padding:1.75rem!important}html[dir=rtl] .p-sm-8{padding:2rem!important}html[dir=rtl] .p-sm-9{padding:2.25rem!important}html[dir=rtl] .p-sm-10{padding:2.5rem!important}html[dir=rtl] .p-sm-11{padding:2.75rem!important}html[dir=rtl] .p-sm-12{padding:3rem!important}html[dir=rtl] .p-sm-13{padding:3.25rem!important}html[dir=rtl] .p-sm-14{padding:3.5rem!important}html[dir=rtl] .p-sm-15{padding:3.75rem!important}html[dir=rtl] .p-sm-16{padding:4rem!important}html[dir=rtl] .p-sm-17{padding:4.25rem!important}html[dir=rtl] .p-sm-18{padding:4.5rem!important}html[dir=rtl] .p-sm-19{padding:4.75rem!important}html[dir=rtl] .p-sm-20{padding:5rem!important}html[dir=rtl] .px-sm-0{padding-left:0!important;padding-right:0!important}html[dir=rtl] .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}html[dir=rtl] .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}html[dir=rtl] .px-sm-3{padding-left:.75rem!important;padding-right:.75rem!important}html[dir=rtl] .px-sm-4{padding-left:1rem!important;padding-right:1rem!important}html[dir=rtl] .px-sm-5{padding-left:1.25rem!important;padding-right:1.25rem!important}html[dir=rtl] .px-sm-6{padding-left:1.5rem!important;padding-right:1.5rem!important}html[dir=rtl] .px-sm-7{padding-left:1.75rem!important;padding-right:1.75rem!important}html[dir=rtl] .px-sm-8{padding-left:2rem!important;padding-right:2rem!important}html[dir=rtl] .px-sm-9{padding-left:2.25rem!important;padding-right:2.25rem!important}html[dir=rtl] .px-sm-10{padding-left:2.5rem!important;padding-right:2.5rem!important}html[dir=rtl] .px-sm-11{padding-left:2.75rem!important;padding-right:2.75rem!important}html[dir=rtl] .px-sm-12{padding-left:3rem!important;padding-right:3rem!important}html[dir=rtl] .px-sm-13{padding-left:3.25rem!important;padding-right:3.25rem!important}html[dir=rtl] .px-sm-14{padding-left:3.5rem!important;padding-right:3.5rem!important}html[dir=rtl] .px-sm-15{padding-left:3.75rem!important;padding-right:3.75rem!important}html[dir=rtl] .px-sm-16{padding-left:4rem!important;padding-right:4rem!important}html[dir=rtl] .px-sm-17{padding-left:4.25rem!important;padding-right:4.25rem!important}html[dir=rtl] .px-sm-18{padding-left:4.5rem!important;padding-right:4.5rem!important}html[dir=rtl] .px-sm-19{padding-left:4.75rem!important;padding-right:4.75rem!important}html[dir=rtl] .px-sm-20{padding-left:5rem!important;padding-right:5rem!important}html[dir=rtl] .py-sm-0{padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html[dir=rtl] .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html[dir=rtl] .py-sm-3{padding-top:.75rem!important;padding-bottom:.75rem!important}html[dir=rtl] .py-sm-4{padding-top:1rem!important;padding-bottom:1rem!important}html[dir=rtl] .py-sm-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}html[dir=rtl] .py-sm-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html[dir=rtl] .py-sm-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}html[dir=rtl] .py-sm-8{padding-top:2rem!important;padding-bottom:2rem!important}html[dir=rtl] .py-sm-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}html[dir=rtl] .py-sm-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}html[dir=rtl] .py-sm-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}html[dir=rtl] .py-sm-12{padding-top:3rem!important;padding-bottom:3rem!important}html[dir=rtl] .py-sm-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}html[dir=rtl] .py-sm-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}html[dir=rtl] .py-sm-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}html[dir=rtl] .py-sm-16{padding-top:4rem!important;padding-bottom:4rem!important}html[dir=rtl] .py-sm-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}html[dir=rtl] .py-sm-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}html[dir=rtl] .py-sm-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}html[dir=rtl] .py-sm-20{padding-top:5rem!important;padding-bottom:5rem!important}html[dir=rtl] .pt-sm-0{padding-top:0!important}html[dir=rtl] .pt-sm-1{padding-top:.25rem!important}html[dir=rtl] .pt-sm-2{padding-top:.5rem!important}html[dir=rtl] .pt-sm-3{padding-top:.75rem!important}html[dir=rtl] .pt-sm-4{padding-top:1rem!important}html[dir=rtl] .pt-sm-5{padding-top:1.25rem!important}html[dir=rtl] .pt-sm-6{padding-top:1.5rem!important}html[dir=rtl] .pt-sm-7{padding-top:1.75rem!important}html[dir=rtl] .pt-sm-8{padding-top:2rem!important}html[dir=rtl] .pt-sm-9{padding-top:2.25rem!important}html[dir=rtl] .pt-sm-10{padding-top:2.5rem!important}html[dir=rtl] .pt-sm-11{padding-top:2.75rem!important}html[dir=rtl] .pt-sm-12{padding-top:3rem!important}html[dir=rtl] .pt-sm-13{padding-top:3.25rem!important}html[dir=rtl] .pt-sm-14{padding-top:3.5rem!important}html[dir=rtl] .pt-sm-15{padding-top:3.75rem!important}html[dir=rtl] .pt-sm-16{padding-top:4rem!important}html[dir=rtl] .pt-sm-17{padding-top:4.25rem!important}html[dir=rtl] .pt-sm-18{padding-top:4.5rem!important}html[dir=rtl] .pt-sm-19{padding-top:4.75rem!important}html[dir=rtl] .pt-sm-20{padding-top:5rem!important}html[dir=rtl] .pe-sm-0{padding-left:0!important}html[dir=rtl] .pe-sm-1{padding-left:.25rem!important}html[dir=rtl] .pe-sm-2{padding-left:.5rem!important}html[dir=rtl] .pe-sm-3{padding-left:.75rem!important}html[dir=rtl] .pe-sm-4{padding-left:1rem!important}html[dir=rtl] .pe-sm-5{padding-left:1.25rem!important}html[dir=rtl] .pe-sm-6{padding-left:1.5rem!important}html[dir=rtl] .pe-sm-7{padding-left:1.75rem!important}html[dir=rtl] .pe-sm-8{padding-left:2rem!important}html[dir=rtl] .pe-sm-9{padding-left:2.25rem!important}html[dir=rtl] .pe-sm-10{padding-left:2.5rem!important}html[dir=rtl] .pe-sm-11{padding-left:2.75rem!important}html[dir=rtl] .pe-sm-12{padding-left:3rem!important}html[dir=rtl] .pe-sm-13{padding-left:3.25rem!important}html[dir=rtl] .pe-sm-14{padding-left:3.5rem!important}html[dir=rtl] .pe-sm-15{padding-left:3.75rem!important}html[dir=rtl] .pe-sm-16{padding-left:4rem!important}html[dir=rtl] .pe-sm-17{padding-left:4.25rem!important}html[dir=rtl] .pe-sm-18{padding-left:4.5rem!important}html[dir=rtl] .pe-sm-19{padding-left:4.75rem!important}html[dir=rtl] .pe-sm-20{padding-left:5rem!important}html[dir=rtl] .pb-sm-0{padding-bottom:0!important}html[dir=rtl] .pb-sm-1{padding-bottom:.25rem!important}html[dir=rtl] .pb-sm-2{padding-bottom:.5rem!important}html[dir=rtl] .pb-sm-3{padding-bottom:.75rem!important}html[dir=rtl] .pb-sm-4{padding-bottom:1rem!important}html[dir=rtl] .pb-sm-5{padding-bottom:1.25rem!important}html[dir=rtl] .pb-sm-6{padding-bottom:1.5rem!important}html[dir=rtl] .pb-sm-7{padding-bottom:1.75rem!important}html[dir=rtl] .pb-sm-8{padding-bottom:2rem!important}html[dir=rtl] .pb-sm-9{padding-bottom:2.25rem!important}html[dir=rtl] .pb-sm-10{padding-bottom:2.5rem!important}html[dir=rtl] .pb-sm-11{padding-bottom:2.75rem!important}html[dir=rtl] .pb-sm-12{padding-bottom:3rem!important}html[dir=rtl] .pb-sm-13{padding-bottom:3.25rem!important}html[dir=rtl] .pb-sm-14{padding-bottom:3.5rem!important}html[dir=rtl] .pb-sm-15{padding-bottom:3.75rem!important}html[dir=rtl] .pb-sm-16{padding-bottom:4rem!important}html[dir=rtl] .pb-sm-17{padding-bottom:4.25rem!important}html[dir=rtl] .pb-sm-18{padding-bottom:4.5rem!important}html[dir=rtl] .pb-sm-19{padding-bottom:4.75rem!important}html[dir=rtl] .pb-sm-20{padding-bottom:5rem!important}html[dir=rtl] .ps-sm-0{padding-right:0!important}html[dir=rtl] .ps-sm-1{padding-right:.25rem!important}html[dir=rtl] .ps-sm-2{padding-right:.5rem!important}html[dir=rtl] .ps-sm-3{padding-right:.75rem!important}html[dir=rtl] .ps-sm-4{padding-right:1rem!important}html[dir=rtl] .ps-sm-5{padding-right:1.25rem!important}html[dir=rtl] .ps-sm-6{padding-right:1.5rem!important}html[dir=rtl] .ps-sm-7{padding-right:1.75rem!important}html[dir=rtl] .ps-sm-8{padding-right:2rem!important}html[dir=rtl] .ps-sm-9{padding-right:2.25rem!important}html[dir=rtl] .ps-sm-10{padding-right:2.5rem!important}html[dir=rtl] .ps-sm-11{padding-right:2.75rem!important}html[dir=rtl] .ps-sm-12{padding-right:3rem!important}html[dir=rtl] .ps-sm-13{padding-right:3.25rem!important}html[dir=rtl] .ps-sm-14{padding-right:3.5rem!important}html[dir=rtl] .ps-sm-15{padding-right:3.75rem!important}html[dir=rtl] .ps-sm-16{padding-right:4rem!important}html[dir=rtl] .ps-sm-17{padding-right:4.25rem!important}html[dir=rtl] .ps-sm-18{padding-right:4.5rem!important}html[dir=rtl] .ps-sm-19{padding-right:4.75rem!important}html[dir=rtl] .ps-sm-20{padding-right:5rem!important}html[dir=rtl] .fs-sm-1{font-size:calc(1.3rem + .6vw)!important}html[dir=rtl] .fs-sm-2{font-size:calc(1.275rem + .3vw)!important}html[dir=rtl] .fs-sm-3{font-size:calc(1.26rem + .12vw)!important}html[dir=rtl] .fs-sm-4{font-size:1.25rem!important}html[dir=rtl] .fs-sm-5{font-size:1.15rem!important}html[dir=rtl] .fs-sm-6{font-size:1.075rem!important}html[dir=rtl] .fs-sm-7{font-size:.95rem!important}html[dir=rtl] .fs-sm-8{font-size:.85rem!important}html[dir=rtl] .fs-sm-9{font-size:.75rem!important}html[dir=rtl] .fs-sm-10{font-size:.5rem!important}html[dir=rtl] .fs-sm-base{font-size:1rem!important}html[dir=rtl] .fs-sm-fluid{font-size:100%!important}html[dir=rtl] .fs-sm-2x{font-size:calc(1.325rem + .9vw)!important}html[dir=rtl] .fs-sm-2qx{font-size:calc(1.35rem + 1.2vw)!important}html[dir=rtl] .fs-sm-2hx{font-size:calc(1.375rem + 1.5vw)!important}html[dir=rtl] .fs-sm-2tx{font-size:calc(1.4rem + 1.8vw)!important}html[dir=rtl] .fs-sm-3x{font-size:calc(1.425rem + 2.1vw)!important}html[dir=rtl] .fs-sm-3qx{font-size:calc(1.45rem + 2.4vw)!important}html[dir=rtl] .fs-sm-3hx{font-size:calc(1.475rem + 2.7vw)!important}html[dir=rtl] .fs-sm-3tx{font-size:calc(1.5rem + 3vw)!important}html[dir=rtl] .fs-sm-4x{font-size:calc(1.525rem + 3.3vw)!important}html[dir=rtl] .fs-sm-4qx{font-size:calc(1.55rem + 3.6vw)!important}html[dir=rtl] .fs-sm-4hx{font-size:calc(1.575rem + 3.9vw)!important}html[dir=rtl] .fs-sm-4tx{font-size:calc(1.6rem + 4.2vw)!important}html[dir=rtl] .fs-sm-5x{font-size:calc(1.625rem + 4.5vw)!important}html[dir=rtl] .fs-sm-5qx{font-size:calc(1.65rem + 4.8vw)!important}html[dir=rtl] .fs-sm-5hx{font-size:calc(1.675rem + 5.1vw)!important}html[dir=rtl] .fs-sm-5tx{font-size:calc(1.7rem + 5.4vw)!important}html[dir=rtl] .text-sm-start{text-align:right!important}html[dir=rtl] .text-sm-end{text-align:left!important}html[dir=rtl] .text-sm-center{text-align:center!important}html[dir=rtl] .min-w-sm-unset{min-width:unset!important}html[dir=rtl] .min-w-sm-25{min-width:25%!important}html[dir=rtl] .min-w-sm-50{min-width:50%!important}html[dir=rtl] .min-w-sm-75{min-width:75%!important}html[dir=rtl] .min-w-sm-100{min-width:100%!important}html[dir=rtl] .min-w-sm-auto{min-width:auto!important}html[dir=rtl] .min-w-sm-1px{min-width:1px!important}html[dir=rtl] .min-w-sm-2px{min-width:2px!important}html[dir=rtl] .min-w-sm-3px{min-width:3px!important}html[dir=rtl] .min-w-sm-4px{min-width:4px!important}html[dir=rtl] .min-w-sm-5px{min-width:5px!important}html[dir=rtl] .min-w-sm-6px{min-width:6px!important}html[dir=rtl] .min-w-sm-7px{min-width:7px!important}html[dir=rtl] .min-w-sm-8px{min-width:8px!important}html[dir=rtl] .min-w-sm-9px{min-width:9px!important}html[dir=rtl] .min-w-sm-10px{min-width:10px!important}html[dir=rtl] .min-w-sm-15px{min-width:15px!important}html[dir=rtl] .min-w-sm-20px{min-width:20px!important}html[dir=rtl] .min-w-sm-25px{min-width:25px!important}html[dir=rtl] .min-w-sm-30px{min-width:30px!important}html[dir=rtl] .min-w-sm-35px{min-width:35px!important}html[dir=rtl] .min-w-sm-40px{min-width:40px!important}html[dir=rtl] .min-w-sm-45px{min-width:45px!important}html[dir=rtl] .min-w-sm-50px{min-width:50px!important}html[dir=rtl] .min-w-sm-55px{min-width:55px!important}html[dir=rtl] .min-w-sm-60px{min-width:60px!important}html[dir=rtl] .min-w-sm-65px{min-width:65px!important}html[dir=rtl] .min-w-sm-70px{min-width:70px!important}html[dir=rtl] .min-w-sm-75px{min-width:75px!important}html[dir=rtl] .min-w-sm-80px{min-width:80px!important}html[dir=rtl] .min-w-sm-85px{min-width:85px!important}html[dir=rtl] .min-w-sm-90px{min-width:90px!important}html[dir=rtl] .min-w-sm-95px{min-width:95px!important}html[dir=rtl] .min-w-sm-100px{min-width:100px!important}html[dir=rtl] .min-w-sm-125px{min-width:125px!important}html[dir=rtl] .min-w-sm-150px{min-width:150px!important}html[dir=rtl] .min-w-sm-175px{min-width:175px!important}html[dir=rtl] .min-w-sm-200px{min-width:200px!important}html[dir=rtl] .min-w-sm-225px{min-width:225px!important}html[dir=rtl] .min-w-sm-250px{min-width:250px!important}html[dir=rtl] .min-w-sm-275px{min-width:275px!important}html[dir=rtl] .min-w-sm-300px{min-width:300px!important}html[dir=rtl] .min-w-sm-325px{min-width:325px!important}html[dir=rtl] .min-w-sm-350px{min-width:350px!important}html[dir=rtl] .min-w-sm-375px{min-width:375px!important}html[dir=rtl] .min-w-sm-400px{min-width:400px!important}html[dir=rtl] .min-w-sm-425px{min-width:425px!important}html[dir=rtl] .min-w-sm-450px{min-width:450px!important}html[dir=rtl] .min-w-sm-475px{min-width:475px!important}html[dir=rtl] .min-w-sm-500px{min-width:500px!important}html[dir=rtl] .min-w-sm-550px{min-width:550px!important}html[dir=rtl] .min-w-sm-600px{min-width:600px!important}html[dir=rtl] .min-w-sm-650px{min-width:650px!important}html[dir=rtl] .min-w-sm-700px{min-width:700px!important}html[dir=rtl] .min-w-sm-750px{min-width:750px!important}html[dir=rtl] .min-w-sm-800px{min-width:800px!important}html[dir=rtl] .min-w-sm-850px{min-width:850px!important}html[dir=rtl] .min-w-sm-900px{min-width:900px!important}html[dir=rtl] .min-w-sm-950px{min-width:950px!important}html[dir=rtl] .min-w-sm-1000px{min-width:1000px!important}html[dir=rtl] .min-h-sm-unset{min-height:unset!important}html[dir=rtl] .min-h-sm-25{min-height:25%!important}html[dir=rtl] .min-h-sm-50{min-height:50%!important}html[dir=rtl] .min-h-sm-75{min-height:75%!important}html[dir=rtl] .min-h-sm-100{min-height:100%!important}html[dir=rtl] .min-h-sm-auto{min-height:auto!important}html[dir=rtl] .min-h-sm-1px{min-height:1px!important}html[dir=rtl] .min-h-sm-2px{min-height:2px!important}html[dir=rtl] .min-h-sm-3px{min-height:3px!important}html[dir=rtl] .min-h-sm-4px{min-height:4px!important}html[dir=rtl] .min-h-sm-5px{min-height:5px!important}html[dir=rtl] .min-h-sm-6px{min-height:6px!important}html[dir=rtl] .min-h-sm-7px{min-height:7px!important}html[dir=rtl] .min-h-sm-8px{min-height:8px!important}html[dir=rtl] .min-h-sm-9px{min-height:9px!important}html[dir=rtl] .min-h-sm-10px{min-height:10px!important}html[dir=rtl] .min-h-sm-15px{min-height:15px!important}html[dir=rtl] .min-h-sm-20px{min-height:20px!important}html[dir=rtl] .min-h-sm-25px{min-height:25px!important}html[dir=rtl] .min-h-sm-30px{min-height:30px!important}html[dir=rtl] .min-h-sm-35px{min-height:35px!important}html[dir=rtl] .min-h-sm-40px{min-height:40px!important}html[dir=rtl] .min-h-sm-45px{min-height:45px!important}html[dir=rtl] .min-h-sm-50px{min-height:50px!important}html[dir=rtl] .min-h-sm-55px{min-height:55px!important}html[dir=rtl] .min-h-sm-60px{min-height:60px!important}html[dir=rtl] .min-h-sm-65px{min-height:65px!important}html[dir=rtl] .min-h-sm-70px{min-height:70px!important}html[dir=rtl] .min-h-sm-75px{min-height:75px!important}html[dir=rtl] .min-h-sm-80px{min-height:80px!important}html[dir=rtl] .min-h-sm-85px{min-height:85px!important}html[dir=rtl] .min-h-sm-90px{min-height:90px!important}html[dir=rtl] .min-h-sm-95px{min-height:95px!important}html[dir=rtl] .min-h-sm-100px{min-height:100px!important}html[dir=rtl] .min-h-sm-125px{min-height:125px!important}html[dir=rtl] .min-h-sm-150px{min-height:150px!important}html[dir=rtl] .min-h-sm-175px{min-height:175px!important}html[dir=rtl] .min-h-sm-200px{min-height:200px!important}html[dir=rtl] .min-h-sm-225px{min-height:225px!important}html[dir=rtl] .min-h-sm-250px{min-height:250px!important}html[dir=rtl] .min-h-sm-275px{min-height:275px!important}html[dir=rtl] .min-h-sm-300px{min-height:300px!important}html[dir=rtl] .min-h-sm-325px{min-height:325px!important}html[dir=rtl] .min-h-sm-350px{min-height:350px!important}html[dir=rtl] .min-h-sm-375px{min-height:375px!important}html[dir=rtl] .min-h-sm-400px{min-height:400px!important}html[dir=rtl] .min-h-sm-425px{min-height:425px!important}html[dir=rtl] .min-h-sm-450px{min-height:450px!important}html[dir=rtl] .min-h-sm-475px{min-height:475px!important}html[dir=rtl] .min-h-sm-500px{min-height:500px!important}html[dir=rtl] .min-h-sm-550px{min-height:550px!important}html[dir=rtl] .min-h-sm-600px{min-height:600px!important}html[dir=rtl] .min-h-sm-650px{min-height:650px!important}html[dir=rtl] .min-h-sm-700px{min-height:700px!important}html[dir=rtl] .min-h-sm-750px{min-height:750px!important}html[dir=rtl] .min-h-sm-800px{min-height:800px!important}html[dir=rtl] .min-h-sm-850px{min-height:850px!important}html[dir=rtl] .min-h-sm-900px{min-height:900px!important}html[dir=rtl] .min-h-sm-950px{min-height:950px!important}html[dir=rtl] .min-h-sm-1000px{min-height:1000px!important}}@media (min-width: 768px){html[dir=rtl] .float-md-start{float:right!important}html[dir=rtl] .float-md-end{float:left!important}html[dir=rtl] .float-md-none{float:none!important}html[dir=rtl] .d-md-inline{display:inline!important}html[dir=rtl] .d-md-inline-block{display:inline-block!important}html[dir=rtl] .d-md-block{display:block!important}html[dir=rtl] .d-md-grid{display:grid!important}html[dir=rtl] .d-md-table{display:table!important}html[dir=rtl] .d-md-table-row{display:table-row!important}html[dir=rtl] .d-md-table-cell{display:table-cell!important}html[dir=rtl] .d-md-flex{display:flex!important}html[dir=rtl] .d-md-inline-flex{display:inline-flex!important}html[dir=rtl] .d-md-none{display:none!important}html[dir=rtl] .position-md-static{position:static!important}html[dir=rtl] .position-md-relative{position:relative!important}html[dir=rtl] .position-md-absolute{position:absolute!important}html[dir=rtl] .position-md-fixed{position:fixed!important}html[dir=rtl] .position-md-sticky{position:sticky!important}html[dir=rtl] .w-md-unset{width:unset!important}html[dir=rtl] .w-md-25{width:25%!important}html[dir=rtl] .w-md-50{width:50%!important}html[dir=rtl] .w-md-75{width:75%!important}html[dir=rtl] .w-md-100{width:100%!important}html[dir=rtl] .w-md-auto{width:auto!important}html[dir=rtl] .w-md-1px{width:1px!important}html[dir=rtl] .w-md-2px{width:2px!important}html[dir=rtl] .w-md-3px{width:3px!important}html[dir=rtl] .w-md-4px{width:4px!important}html[dir=rtl] .w-md-5px{width:5px!important}html[dir=rtl] .w-md-6px{width:6px!important}html[dir=rtl] .w-md-7px{width:7px!important}html[dir=rtl] .w-md-8px{width:8px!important}html[dir=rtl] .w-md-9px{width:9px!important}html[dir=rtl] .w-md-10px{width:10px!important}html[dir=rtl] .w-md-15px{width:15px!important}html[dir=rtl] .w-md-20px{width:20px!important}html[dir=rtl] .w-md-25px{width:25px!important}html[dir=rtl] .w-md-30px{width:30px!important}html[dir=rtl] .w-md-35px{width:35px!important}html[dir=rtl] .w-md-40px{width:40px!important}html[dir=rtl] .w-md-45px{width:45px!important}html[dir=rtl] .w-md-50px{width:50px!important}html[dir=rtl] .w-md-55px{width:55px!important}html[dir=rtl] .w-md-60px{width:60px!important}html[dir=rtl] .w-md-65px{width:65px!important}html[dir=rtl] .w-md-70px{width:70px!important}html[dir=rtl] .w-md-75px{width:75px!important}html[dir=rtl] .w-md-80px{width:80px!important}html[dir=rtl] .w-md-85px{width:85px!important}html[dir=rtl] .w-md-90px{width:90px!important}html[dir=rtl] .w-md-95px{width:95px!important}html[dir=rtl] .w-md-100px{width:100px!important}html[dir=rtl] .w-md-125px{width:125px!important}html[dir=rtl] .w-md-150px{width:150px!important}html[dir=rtl] .w-md-175px{width:175px!important}html[dir=rtl] .w-md-200px{width:200px!important}html[dir=rtl] .w-md-225px{width:225px!important}html[dir=rtl] .w-md-250px{width:250px!important}html[dir=rtl] .w-md-275px{width:275px!important}html[dir=rtl] .w-md-300px{width:300px!important}html[dir=rtl] .w-md-325px{width:325px!important}html[dir=rtl] .w-md-350px{width:350px!important}html[dir=rtl] .w-md-375px{width:375px!important}html[dir=rtl] .w-md-400px{width:400px!important}html[dir=rtl] .w-md-425px{width:425px!important}html[dir=rtl] .w-md-450px{width:450px!important}html[dir=rtl] .w-md-475px{width:475px!important}html[dir=rtl] .w-md-500px{width:500px!important}html[dir=rtl] .w-md-550px{width:550px!important}html[dir=rtl] .w-md-600px{width:600px!important}html[dir=rtl] .w-md-650px{width:650px!important}html[dir=rtl] .w-md-700px{width:700px!important}html[dir=rtl] .w-md-750px{width:750px!important}html[dir=rtl] .w-md-800px{width:800px!important}html[dir=rtl] .w-md-850px{width:850px!important}html[dir=rtl] .w-md-900px{width:900px!important}html[dir=rtl] .w-md-950px{width:950px!important}html[dir=rtl] .w-md-1000px{width:1000px!important}html[dir=rtl] .mw-md-unset{max-width:unset!important}html[dir=rtl] .mw-md-25{max-width:25%!important}html[dir=rtl] .mw-md-50{max-width:50%!important}html[dir=rtl] .mw-md-75{max-width:75%!important}html[dir=rtl] .mw-md-100{max-width:100%!important}html[dir=rtl] .mw-md-auto{max-width:auto!important}html[dir=rtl] .mw-md-1px{max-width:1px!important}html[dir=rtl] .mw-md-2px{max-width:2px!important}html[dir=rtl] .mw-md-3px{max-width:3px!important}html[dir=rtl] .mw-md-4px{max-width:4px!important}html[dir=rtl] .mw-md-5px{max-width:5px!important}html[dir=rtl] .mw-md-6px{max-width:6px!important}html[dir=rtl] .mw-md-7px{max-width:7px!important}html[dir=rtl] .mw-md-8px{max-width:8px!important}html[dir=rtl] .mw-md-9px{max-width:9px!important}html[dir=rtl] .mw-md-10px{max-width:10px!important}html[dir=rtl] .mw-md-15px{max-width:15px!important}html[dir=rtl] .mw-md-20px{max-width:20px!important}html[dir=rtl] .mw-md-25px{max-width:25px!important}html[dir=rtl] .mw-md-30px{max-width:30px!important}html[dir=rtl] .mw-md-35px{max-width:35px!important}html[dir=rtl] .mw-md-40px{max-width:40px!important}html[dir=rtl] .mw-md-45px{max-width:45px!important}html[dir=rtl] .mw-md-50px{max-width:50px!important}html[dir=rtl] .mw-md-55px{max-width:55px!important}html[dir=rtl] .mw-md-60px{max-width:60px!important}html[dir=rtl] .mw-md-65px{max-width:65px!important}html[dir=rtl] .mw-md-70px{max-width:70px!important}html[dir=rtl] .mw-md-75px{max-width:75px!important}html[dir=rtl] .mw-md-80px{max-width:80px!important}html[dir=rtl] .mw-md-85px{max-width:85px!important}html[dir=rtl] .mw-md-90px{max-width:90px!important}html[dir=rtl] .mw-md-95px{max-width:95px!important}html[dir=rtl] .mw-md-100px{max-width:100px!important}html[dir=rtl] .mw-md-125px{max-width:125px!important}html[dir=rtl] .mw-md-150px{max-width:150px!important}html[dir=rtl] .mw-md-175px{max-width:175px!important}html[dir=rtl] .mw-md-200px{max-width:200px!important}html[dir=rtl] .mw-md-225px{max-width:225px!important}html[dir=rtl] .mw-md-250px{max-width:250px!important}html[dir=rtl] .mw-md-275px{max-width:275px!important}html[dir=rtl] .mw-md-300px{max-width:300px!important}html[dir=rtl] .mw-md-325px{max-width:325px!important}html[dir=rtl] .mw-md-350px{max-width:350px!important}html[dir=rtl] .mw-md-375px{max-width:375px!important}html[dir=rtl] .mw-md-400px{max-width:400px!important}html[dir=rtl] .mw-md-425px{max-width:425px!important}html[dir=rtl] .mw-md-450px{max-width:450px!important}html[dir=rtl] .mw-md-475px{max-width:475px!important}html[dir=rtl] .mw-md-500px{max-width:500px!important}html[dir=rtl] .mw-md-550px{max-width:550px!important}html[dir=rtl] .mw-md-600px{max-width:600px!important}html[dir=rtl] .mw-md-650px{max-width:650px!important}html[dir=rtl] .mw-md-700px{max-width:700px!important}html[dir=rtl] .mw-md-750px{max-width:750px!important}html[dir=rtl] .mw-md-800px{max-width:800px!important}html[dir=rtl] .mw-md-850px{max-width:850px!important}html[dir=rtl] .mw-md-900px{max-width:900px!important}html[dir=rtl] .mw-md-950px{max-width:950px!important}html[dir=rtl] .mw-md-1000px{max-width:1000px!important}html[dir=rtl] .h-md-unset{height:unset!important}html[dir=rtl] .h-md-25{height:25%!important}html[dir=rtl] .h-md-50{height:50%!important}html[dir=rtl] .h-md-75{height:75%!important}html[dir=rtl] .h-md-100{height:100%!important}html[dir=rtl] .h-md-auto{height:auto!important}html[dir=rtl] .h-md-1px{height:1px!important}html[dir=rtl] .h-md-2px{height:2px!important}html[dir=rtl] .h-md-3px{height:3px!important}html[dir=rtl] .h-md-4px{height:4px!important}html[dir=rtl] .h-md-5px{height:5px!important}html[dir=rtl] .h-md-6px{height:6px!important}html[dir=rtl] .h-md-7px{height:7px!important}html[dir=rtl] .h-md-8px{height:8px!important}html[dir=rtl] .h-md-9px{height:9px!important}html[dir=rtl] .h-md-10px{height:10px!important}html[dir=rtl] .h-md-15px{height:15px!important}html[dir=rtl] .h-md-20px{height:20px!important}html[dir=rtl] .h-md-25px{height:25px!important}html[dir=rtl] .h-md-30px{height:30px!important}html[dir=rtl] .h-md-35px{height:35px!important}html[dir=rtl] .h-md-40px{height:40px!important}html[dir=rtl] .h-md-45px{height:45px!important}html[dir=rtl] .h-md-50px{height:50px!important}html[dir=rtl] .h-md-55px{height:55px!important}html[dir=rtl] .h-md-60px{height:60px!important}html[dir=rtl] .h-md-65px{height:65px!important}html[dir=rtl] .h-md-70px{height:70px!important}html[dir=rtl] .h-md-75px{height:75px!important}html[dir=rtl] .h-md-80px{height:80px!important}html[dir=rtl] .h-md-85px{height:85px!important}html[dir=rtl] .h-md-90px{height:90px!important}html[dir=rtl] .h-md-95px{height:95px!important}html[dir=rtl] .h-md-100px{height:100px!important}html[dir=rtl] .h-md-125px{height:125px!important}html[dir=rtl] .h-md-150px{height:150px!important}html[dir=rtl] .h-md-175px{height:175px!important}html[dir=rtl] .h-md-200px{height:200px!important}html[dir=rtl] .h-md-225px{height:225px!important}html[dir=rtl] .h-md-250px{height:250px!important}html[dir=rtl] .h-md-275px{height:275px!important}html[dir=rtl] .h-md-300px{height:300px!important}html[dir=rtl] .h-md-325px{height:325px!important}html[dir=rtl] .h-md-350px{height:350px!important}html[dir=rtl] .h-md-375px{height:375px!important}html[dir=rtl] .h-md-400px{height:400px!important}html[dir=rtl] .h-md-425px{height:425px!important}html[dir=rtl] .h-md-450px{height:450px!important}html[dir=rtl] .h-md-475px{height:475px!important}html[dir=rtl] .h-md-500px{height:500px!important}html[dir=rtl] .h-md-550px{height:550px!important}html[dir=rtl] .h-md-600px{height:600px!important}html[dir=rtl] .h-md-650px{height:650px!important}html[dir=rtl] .h-md-700px{height:700px!important}html[dir=rtl] .h-md-750px{height:750px!important}html[dir=rtl] .h-md-800px{height:800px!important}html[dir=rtl] .h-md-850px{height:850px!important}html[dir=rtl] .h-md-900px{height:900px!important}html[dir=rtl] .h-md-950px{height:950px!important}html[dir=rtl] .h-md-1000px{height:1000px!important}html[dir=rtl] .mh-md-unset{max-height:unset!important}html[dir=rtl] .mh-md-25{max-height:25%!important}html[dir=rtl] .mh-md-50{max-height:50%!important}html[dir=rtl] .mh-md-75{max-height:75%!important}html[dir=rtl] .mh-md-100{max-height:100%!important}html[dir=rtl] .mh-md-auto{max-height:auto!important}html[dir=rtl] .mh-md-1px{max-height:1px!important}html[dir=rtl] .mh-md-2px{max-height:2px!important}html[dir=rtl] .mh-md-3px{max-height:3px!important}html[dir=rtl] .mh-md-4px{max-height:4px!important}html[dir=rtl] .mh-md-5px{max-height:5px!important}html[dir=rtl] .mh-md-6px{max-height:6px!important}html[dir=rtl] .mh-md-7px{max-height:7px!important}html[dir=rtl] .mh-md-8px{max-height:8px!important}html[dir=rtl] .mh-md-9px{max-height:9px!important}html[dir=rtl] .mh-md-10px{max-height:10px!important}html[dir=rtl] .mh-md-15px{max-height:15px!important}html[dir=rtl] .mh-md-20px{max-height:20px!important}html[dir=rtl] .mh-md-25px{max-height:25px!important}html[dir=rtl] .mh-md-30px{max-height:30px!important}html[dir=rtl] .mh-md-35px{max-height:35px!important}html[dir=rtl] .mh-md-40px{max-height:40px!important}html[dir=rtl] .mh-md-45px{max-height:45px!important}html[dir=rtl] .mh-md-50px{max-height:50px!important}html[dir=rtl] .mh-md-55px{max-height:55px!important}html[dir=rtl] .mh-md-60px{max-height:60px!important}html[dir=rtl] .mh-md-65px{max-height:65px!important}html[dir=rtl] .mh-md-70px{max-height:70px!important}html[dir=rtl] .mh-md-75px{max-height:75px!important}html[dir=rtl] .mh-md-80px{max-height:80px!important}html[dir=rtl] .mh-md-85px{max-height:85px!important}html[dir=rtl] .mh-md-90px{max-height:90px!important}html[dir=rtl] .mh-md-95px{max-height:95px!important}html[dir=rtl] .mh-md-100px{max-height:100px!important}html[dir=rtl] .mh-md-125px{max-height:125px!important}html[dir=rtl] .mh-md-150px{max-height:150px!important}html[dir=rtl] .mh-md-175px{max-height:175px!important}html[dir=rtl] .mh-md-200px{max-height:200px!important}html[dir=rtl] .mh-md-225px{max-height:225px!important}html[dir=rtl] .mh-md-250px{max-height:250px!important}html[dir=rtl] .mh-md-275px{max-height:275px!important}html[dir=rtl] .mh-md-300px{max-height:300px!important}html[dir=rtl] .mh-md-325px{max-height:325px!important}html[dir=rtl] .mh-md-350px{max-height:350px!important}html[dir=rtl] .mh-md-375px{max-height:375px!important}html[dir=rtl] .mh-md-400px{max-height:400px!important}html[dir=rtl] .mh-md-425px{max-height:425px!important}html[dir=rtl] .mh-md-450px{max-height:450px!important}html[dir=rtl] .mh-md-475px{max-height:475px!important}html[dir=rtl] .mh-md-500px{max-height:500px!important}html[dir=rtl] .mh-md-550px{max-height:550px!important}html[dir=rtl] .mh-md-600px{max-height:600px!important}html[dir=rtl] .mh-md-650px{max-height:650px!important}html[dir=rtl] .mh-md-700px{max-height:700px!important}html[dir=rtl] .mh-md-750px{max-height:750px!important}html[dir=rtl] .mh-md-800px{max-height:800px!important}html[dir=rtl] .mh-md-850px{max-height:850px!important}html[dir=rtl] .mh-md-900px{max-height:900px!important}html[dir=rtl] .mh-md-950px{max-height:950px!important}html[dir=rtl] .mh-md-1000px{max-height:1000px!important}html[dir=rtl] .flex-md-fill{flex:1 1 auto!important}html[dir=rtl] .flex-md-row{flex-direction:row!important}html[dir=rtl] .flex-md-column{flex-direction:column!important}html[dir=rtl] .flex-md-row-reverse{flex-direction:row-reverse!important}html[dir=rtl] .flex-md-column-reverse{flex-direction:column-reverse!important}html[dir=rtl] .flex-md-grow-0{flex-grow:0!important}html[dir=rtl] .flex-md-grow-1{flex-grow:1!important}html[dir=rtl] .flex-md-shrink-0{flex-shrink:0!important}html[dir=rtl] .flex-md-shrink-1{flex-shrink:1!important}html[dir=rtl] .flex-md-wrap{flex-wrap:wrap!important}html[dir=rtl] .flex-md-nowrap{flex-wrap:nowrap!important}html[dir=rtl] .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}html[dir=rtl] .gap-md-0{gap:0!important}html[dir=rtl] .gap-md-1{gap:.25rem!important}html[dir=rtl] .gap-md-2{gap:.5rem!important}html[dir=rtl] .gap-md-3{gap:.75rem!important}html[dir=rtl] .gap-md-4{gap:1rem!important}html[dir=rtl] .gap-md-5{gap:1.25rem!important}html[dir=rtl] .gap-md-6{gap:1.5rem!important}html[dir=rtl] .gap-md-7{gap:1.75rem!important}html[dir=rtl] .gap-md-8{gap:2rem!important}html[dir=rtl] .gap-md-9{gap:2.25rem!important}html[dir=rtl] .gap-md-10{gap:2.5rem!important}html[dir=rtl] .gap-md-11{gap:2.75rem!important}html[dir=rtl] .gap-md-12{gap:3rem!important}html[dir=rtl] .gap-md-13{gap:3.25rem!important}html[dir=rtl] .gap-md-14{gap:3.5rem!important}html[dir=rtl] .gap-md-15{gap:3.75rem!important}html[dir=rtl] .gap-md-16{gap:4rem!important}html[dir=rtl] .gap-md-17{gap:4.25rem!important}html[dir=rtl] .gap-md-18{gap:4.5rem!important}html[dir=rtl] .gap-md-19{gap:4.75rem!important}html[dir=rtl] .gap-md-20{gap:5rem!important}html[dir=rtl] .justify-content-md-start{justify-content:flex-start!important}html[dir=rtl] .justify-content-md-end{justify-content:flex-end!important}html[dir=rtl] .justify-content-md-center{justify-content:center!important}html[dir=rtl] .justify-content-md-between{justify-content:space-between!important}html[dir=rtl] .justify-content-md-around{justify-content:space-around!important}html[dir=rtl] .justify-content-md-evenly{justify-content:space-evenly!important}html[dir=rtl] .align-items-md-start{align-items:flex-start!important}html[dir=rtl] .align-items-md-end{align-items:flex-end!important}html[dir=rtl] .align-items-md-center{align-items:center!important}html[dir=rtl] .align-items-md-baseline{align-items:baseline!important}html[dir=rtl] .align-items-md-stretch{align-items:stretch!important}html[dir=rtl] .align-content-md-start{align-content:flex-start!important}html[dir=rtl] .align-content-md-end{align-content:flex-end!important}html[dir=rtl] .align-content-md-center{align-content:center!important}html[dir=rtl] .align-content-md-between{align-content:space-between!important}html[dir=rtl] .align-content-md-around{align-content:space-around!important}html[dir=rtl] .align-content-md-stretch{align-content:stretch!important}html[dir=rtl] .align-self-md-auto{align-self:auto!important}html[dir=rtl] .align-self-md-start{align-self:flex-start!important}html[dir=rtl] .align-self-md-end{align-self:flex-end!important}html[dir=rtl] .align-self-md-center{align-self:center!important}html[dir=rtl] .align-self-md-baseline{align-self:baseline!important}html[dir=rtl] .align-self-md-stretch{align-self:stretch!important}html[dir=rtl] .order-md-first{order:-1!important}html[dir=rtl] .order-md-0{order:0!important}html[dir=rtl] .order-md-1{order:1!important}html[dir=rtl] .order-md-2{order:2!important}html[dir=rtl] .order-md-3{order:3!important}html[dir=rtl] .order-md-4{order:4!important}html[dir=rtl] .order-md-5{order:5!important}html[dir=rtl] .order-md-last{order:6!important}html[dir=rtl] .m-md-0{margin:0!important}html[dir=rtl] .m-md-1{margin:.25rem!important}html[dir=rtl] .m-md-2{margin:.5rem!important}html[dir=rtl] .m-md-3{margin:.75rem!important}html[dir=rtl] .m-md-4{margin:1rem!important}html[dir=rtl] .m-md-5{margin:1.25rem!important}html[dir=rtl] .m-md-6{margin:1.5rem!important}html[dir=rtl] .m-md-7{margin:1.75rem!important}html[dir=rtl] .m-md-8{margin:2rem!important}html[dir=rtl] .m-md-9{margin:2.25rem!important}html[dir=rtl] .m-md-10{margin:2.5rem!important}html[dir=rtl] .m-md-11{margin:2.75rem!important}html[dir=rtl] .m-md-12{margin:3rem!important}html[dir=rtl] .m-md-13{margin:3.25rem!important}html[dir=rtl] .m-md-14{margin:3.5rem!important}html[dir=rtl] .m-md-15{margin:3.75rem!important}html[dir=rtl] .m-md-16{margin:4rem!important}html[dir=rtl] .m-md-17{margin:4.25rem!important}html[dir=rtl] .m-md-18{margin:4.5rem!important}html[dir=rtl] .m-md-19{margin:4.75rem!important}html[dir=rtl] .m-md-20{margin:5rem!important}html[dir=rtl] .m-md-auto{margin:auto!important}html[dir=rtl] .mx-md-0{margin-left:0!important;margin-right:0!important}html[dir=rtl] .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}html[dir=rtl] .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}html[dir=rtl] .mx-md-3{margin-left:.75rem!important;margin-right:.75rem!important}html[dir=rtl] .mx-md-4{margin-left:1rem!important;margin-right:1rem!important}html[dir=rtl] .mx-md-5{margin-left:1.25rem!important;margin-right:1.25rem!important}html[dir=rtl] .mx-md-6{margin-left:1.5rem!important;margin-right:1.5rem!important}html[dir=rtl] .mx-md-7{margin-left:1.75rem!important;margin-right:1.75rem!important}html[dir=rtl] .mx-md-8{margin-left:2rem!important;margin-right:2rem!important}html[dir=rtl] .mx-md-9{margin-left:2.25rem!important;margin-right:2.25rem!important}html[dir=rtl] .mx-md-10{margin-left:2.5rem!important;margin-right:2.5rem!important}html[dir=rtl] .mx-md-11{margin-left:2.75rem!important;margin-right:2.75rem!important}html[dir=rtl] .mx-md-12{margin-left:3rem!important;margin-right:3rem!important}html[dir=rtl] .mx-md-13{margin-left:3.25rem!important;margin-right:3.25rem!important}html[dir=rtl] .mx-md-14{margin-left:3.5rem!important;margin-right:3.5rem!important}html[dir=rtl] .mx-md-15{margin-left:3.75rem!important;margin-right:3.75rem!important}html[dir=rtl] .mx-md-16{margin-left:4rem!important;margin-right:4rem!important}html[dir=rtl] .mx-md-17{margin-left:4.25rem!important;margin-right:4.25rem!important}html[dir=rtl] .mx-md-18{margin-left:4.5rem!important;margin-right:4.5rem!important}html[dir=rtl] .mx-md-19{margin-left:4.75rem!important;margin-right:4.75rem!important}html[dir=rtl] .mx-md-20{margin-left:5rem!important;margin-right:5rem!important}html[dir=rtl] .mx-md-auto{margin-left:auto!important;margin-right:auto!important}html[dir=rtl] .my-md-0{margin-top:0!important;margin-bottom:0!important}html[dir=rtl] .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html[dir=rtl] .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html[dir=rtl] .my-md-3{margin-top:.75rem!important;margin-bottom:.75rem!important}html[dir=rtl] .my-md-4{margin-top:1rem!important;margin-bottom:1rem!important}html[dir=rtl] .my-md-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}html[dir=rtl] .my-md-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html[dir=rtl] .my-md-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}html[dir=rtl] .my-md-8{margin-top:2rem!important;margin-bottom:2rem!important}html[dir=rtl] .my-md-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}html[dir=rtl] .my-md-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}html[dir=rtl] .my-md-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}html[dir=rtl] .my-md-12{margin-top:3rem!important;margin-bottom:3rem!important}html[dir=rtl] .my-md-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}html[dir=rtl] .my-md-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}html[dir=rtl] .my-md-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}html[dir=rtl] .my-md-16{margin-top:4rem!important;margin-bottom:4rem!important}html[dir=rtl] .my-md-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}html[dir=rtl] .my-md-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}html[dir=rtl] .my-md-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}html[dir=rtl] .my-md-20{margin-top:5rem!important;margin-bottom:5rem!important}html[dir=rtl] .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}html[dir=rtl] .mt-md-0{margin-top:0!important}html[dir=rtl] .mt-md-1{margin-top:.25rem!important}html[dir=rtl] .mt-md-2{margin-top:.5rem!important}html[dir=rtl] .mt-md-3{margin-top:.75rem!important}html[dir=rtl] .mt-md-4{margin-top:1rem!important}html[dir=rtl] .mt-md-5{margin-top:1.25rem!important}html[dir=rtl] .mt-md-6{margin-top:1.5rem!important}html[dir=rtl] .mt-md-7{margin-top:1.75rem!important}html[dir=rtl] .mt-md-8{margin-top:2rem!important}html[dir=rtl] .mt-md-9{margin-top:2.25rem!important}html[dir=rtl] .mt-md-10{margin-top:2.5rem!important}html[dir=rtl] .mt-md-11{margin-top:2.75rem!important}html[dir=rtl] .mt-md-12{margin-top:3rem!important}html[dir=rtl] .mt-md-13{margin-top:3.25rem!important}html[dir=rtl] .mt-md-14{margin-top:3.5rem!important}html[dir=rtl] .mt-md-15{margin-top:3.75rem!important}html[dir=rtl] .mt-md-16{margin-top:4rem!important}html[dir=rtl] .mt-md-17{margin-top:4.25rem!important}html[dir=rtl] .mt-md-18{margin-top:4.5rem!important}html[dir=rtl] .mt-md-19{margin-top:4.75rem!important}html[dir=rtl] .mt-md-20{margin-top:5rem!important}html[dir=rtl] .mt-md-auto{margin-top:auto!important}html[dir=rtl] .me-md-0{margin-left:0!important}html[dir=rtl] .me-md-1{margin-left:.25rem!important}html[dir=rtl] .me-md-2{margin-left:.5rem!important}html[dir=rtl] .me-md-3{margin-left:.75rem!important}html[dir=rtl] .me-md-4{margin-left:1rem!important}html[dir=rtl] .me-md-5{margin-left:1.25rem!important}html[dir=rtl] .me-md-6{margin-left:1.5rem!important}html[dir=rtl] .me-md-7{margin-left:1.75rem!important}html[dir=rtl] .me-md-8{margin-left:2rem!important}html[dir=rtl] .me-md-9{margin-left:2.25rem!important}html[dir=rtl] .me-md-10{margin-left:2.5rem!important}html[dir=rtl] .me-md-11{margin-left:2.75rem!important}html[dir=rtl] .me-md-12{margin-left:3rem!important}html[dir=rtl] .me-md-13{margin-left:3.25rem!important}html[dir=rtl] .me-md-14{margin-left:3.5rem!important}html[dir=rtl] .me-md-15{margin-left:3.75rem!important}html[dir=rtl] .me-md-16{margin-left:4rem!important}html[dir=rtl] .me-md-17{margin-left:4.25rem!important}html[dir=rtl] .me-md-18{margin-left:4.5rem!important}html[dir=rtl] .me-md-19{margin-left:4.75rem!important}html[dir=rtl] .me-md-20{margin-left:5rem!important}html[dir=rtl] .me-md-auto{margin-left:auto!important}html[dir=rtl] .mb-md-0{margin-bottom:0!important}html[dir=rtl] .mb-md-1{margin-bottom:.25rem!important}html[dir=rtl] .mb-md-2{margin-bottom:.5rem!important}html[dir=rtl] .mb-md-3{margin-bottom:.75rem!important}html[dir=rtl] .mb-md-4{margin-bottom:1rem!important}html[dir=rtl] .mb-md-5{margin-bottom:1.25rem!important}html[dir=rtl] .mb-md-6{margin-bottom:1.5rem!important}html[dir=rtl] .mb-md-7{margin-bottom:1.75rem!important}html[dir=rtl] .mb-md-8{margin-bottom:2rem!important}html[dir=rtl] .mb-md-9{margin-bottom:2.25rem!important}html[dir=rtl] .mb-md-10{margin-bottom:2.5rem!important}html[dir=rtl] .mb-md-11{margin-bottom:2.75rem!important}html[dir=rtl] .mb-md-12{margin-bottom:3rem!important}html[dir=rtl] .mb-md-13{margin-bottom:3.25rem!important}html[dir=rtl] .mb-md-14{margin-bottom:3.5rem!important}html[dir=rtl] .mb-md-15{margin-bottom:3.75rem!important}html[dir=rtl] .mb-md-16{margin-bottom:4rem!important}html[dir=rtl] .mb-md-17{margin-bottom:4.25rem!important}html[dir=rtl] .mb-md-18{margin-bottom:4.5rem!important}html[dir=rtl] .mb-md-19{margin-bottom:4.75rem!important}html[dir=rtl] .mb-md-20{margin-bottom:5rem!important}html[dir=rtl] .mb-md-auto{margin-bottom:auto!important}html[dir=rtl] .ms-md-0{margin-right:0!important}html[dir=rtl] .ms-md-1{margin-right:.25rem!important}html[dir=rtl] .ms-md-2{margin-right:.5rem!important}html[dir=rtl] .ms-md-3{margin-right:.75rem!important}html[dir=rtl] .ms-md-4{margin-right:1rem!important}html[dir=rtl] .ms-md-5{margin-right:1.25rem!important}html[dir=rtl] .ms-md-6{margin-right:1.5rem!important}html[dir=rtl] .ms-md-7{margin-right:1.75rem!important}html[dir=rtl] .ms-md-8{margin-right:2rem!important}html[dir=rtl] .ms-md-9{margin-right:2.25rem!important}html[dir=rtl] .ms-md-10{margin-right:2.5rem!important}html[dir=rtl] .ms-md-11{margin-right:2.75rem!important}html[dir=rtl] .ms-md-12{margin-right:3rem!important}html[dir=rtl] .ms-md-13{margin-right:3.25rem!important}html[dir=rtl] .ms-md-14{margin-right:3.5rem!important}html[dir=rtl] .ms-md-15{margin-right:3.75rem!important}html[dir=rtl] .ms-md-16{margin-right:4rem!important}html[dir=rtl] .ms-md-17{margin-right:4.25rem!important}html[dir=rtl] .ms-md-18{margin-right:4.5rem!important}html[dir=rtl] .ms-md-19{margin-right:4.75rem!important}html[dir=rtl] .ms-md-20{margin-right:5rem!important}html[dir=rtl] .ms-md-auto{margin-right:auto!important}html[dir=rtl] .m-md-n1{margin:-.25rem!important}html[dir=rtl] .m-md-n2{margin:-.5rem!important}html[dir=rtl] .m-md-n3{margin:-.75rem!important}html[dir=rtl] .m-md-n4{margin:-1rem!important}html[dir=rtl] .m-md-n5{margin:-1.25rem!important}html[dir=rtl] .m-md-n6{margin:-1.5rem!important}html[dir=rtl] .m-md-n7{margin:-1.75rem!important}html[dir=rtl] .m-md-n8{margin:-2rem!important}html[dir=rtl] .m-md-n9{margin:-2.25rem!important}html[dir=rtl] .m-md-n10{margin:-2.5rem!important}html[dir=rtl] .m-md-n11{margin:-2.75rem!important}html[dir=rtl] .m-md-n12{margin:-3rem!important}html[dir=rtl] .m-md-n13{margin:-3.25rem!important}html[dir=rtl] .m-md-n14{margin:-3.5rem!important}html[dir=rtl] .m-md-n15{margin:-3.75rem!important}html[dir=rtl] .m-md-n16{margin:-4rem!important}html[dir=rtl] .m-md-n17{margin:-4.25rem!important}html[dir=rtl] .m-md-n18{margin:-4.5rem!important}html[dir=rtl] .m-md-n19{margin:-4.75rem!important}html[dir=rtl] .m-md-n20{margin:-5rem!important}html[dir=rtl] .mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}html[dir=rtl] .mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}html[dir=rtl] .mx-md-n3{margin-left:-.75rem!important;margin-right:-.75rem!important}html[dir=rtl] .mx-md-n4{margin-left:-1rem!important;margin-right:-1rem!important}html[dir=rtl] .mx-md-n5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}html[dir=rtl] .mx-md-n6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}html[dir=rtl] .mx-md-n7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}html[dir=rtl] .mx-md-n8{margin-left:-2rem!important;margin-right:-2rem!important}html[dir=rtl] .mx-md-n9{margin-left:-2.25rem!important;margin-right:-2.25rem!important}html[dir=rtl] .mx-md-n10{margin-left:-2.5rem!important;margin-right:-2.5rem!important}html[dir=rtl] .mx-md-n11{margin-left:-2.75rem!important;margin-right:-2.75rem!important}html[dir=rtl] .mx-md-n12{margin-left:-3rem!important;margin-right:-3rem!important}html[dir=rtl] .mx-md-n13{margin-left:-3.25rem!important;margin-right:-3.25rem!important}html[dir=rtl] .mx-md-n14{margin-left:-3.5rem!important;margin-right:-3.5rem!important}html[dir=rtl] .mx-md-n15{margin-left:-3.75rem!important;margin-right:-3.75rem!important}html[dir=rtl] .mx-md-n16{margin-left:-4rem!important;margin-right:-4rem!important}html[dir=rtl] .mx-md-n17{margin-left:-4.25rem!important;margin-right:-4.25rem!important}html[dir=rtl] .mx-md-n18{margin-left:-4.5rem!important;margin-right:-4.5rem!important}html[dir=rtl] .mx-md-n19{margin-left:-4.75rem!important;margin-right:-4.75rem!important}html[dir=rtl] .mx-md-n20{margin-left:-5rem!important;margin-right:-5rem!important}html[dir=rtl] .my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}html[dir=rtl] .my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}html[dir=rtl] .my-md-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}html[dir=rtl] .my-md-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}html[dir=rtl] .my-md-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}html[dir=rtl] .my-md-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}html[dir=rtl] .my-md-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}html[dir=rtl] .my-md-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}html[dir=rtl] .my-md-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}html[dir=rtl] .my-md-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}html[dir=rtl] .my-md-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}html[dir=rtl] .my-md-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}html[dir=rtl] .my-md-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}html[dir=rtl] .my-md-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}html[dir=rtl] .my-md-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}html[dir=rtl] .my-md-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}html[dir=rtl] .my-md-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}html[dir=rtl] .my-md-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}html[dir=rtl] .my-md-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}html[dir=rtl] .my-md-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}html[dir=rtl] .mt-md-n1{margin-top:-.25rem!important}html[dir=rtl] .mt-md-n2{margin-top:-.5rem!important}html[dir=rtl] .mt-md-n3{margin-top:-.75rem!important}html[dir=rtl] .mt-md-n4{margin-top:-1rem!important}html[dir=rtl] .mt-md-n5{margin-top:-1.25rem!important}html[dir=rtl] .mt-md-n6{margin-top:-1.5rem!important}html[dir=rtl] .mt-md-n7{margin-top:-1.75rem!important}html[dir=rtl] .mt-md-n8{margin-top:-2rem!important}html[dir=rtl] .mt-md-n9{margin-top:-2.25rem!important}html[dir=rtl] .mt-md-n10{margin-top:-2.5rem!important}html[dir=rtl] .mt-md-n11{margin-top:-2.75rem!important}html[dir=rtl] .mt-md-n12{margin-top:-3rem!important}html[dir=rtl] .mt-md-n13{margin-top:-3.25rem!important}html[dir=rtl] .mt-md-n14{margin-top:-3.5rem!important}html[dir=rtl] .mt-md-n15{margin-top:-3.75rem!important}html[dir=rtl] .mt-md-n16{margin-top:-4rem!important}html[dir=rtl] .mt-md-n17{margin-top:-4.25rem!important}html[dir=rtl] .mt-md-n18{margin-top:-4.5rem!important}html[dir=rtl] .mt-md-n19{margin-top:-4.75rem!important}html[dir=rtl] .mt-md-n20{margin-top:-5rem!important}html[dir=rtl] .me-md-n1{margin-left:-.25rem!important}html[dir=rtl] .me-md-n2{margin-left:-.5rem!important}html[dir=rtl] .me-md-n3{margin-left:-.75rem!important}html[dir=rtl] .me-md-n4{margin-left:-1rem!important}html[dir=rtl] .me-md-n5{margin-left:-1.25rem!important}html[dir=rtl] .me-md-n6{margin-left:-1.5rem!important}html[dir=rtl] .me-md-n7{margin-left:-1.75rem!important}html[dir=rtl] .me-md-n8{margin-left:-2rem!important}html[dir=rtl] .me-md-n9{margin-left:-2.25rem!important}html[dir=rtl] .me-md-n10{margin-left:-2.5rem!important}html[dir=rtl] .me-md-n11{margin-left:-2.75rem!important}html[dir=rtl] .me-md-n12{margin-left:-3rem!important}html[dir=rtl] .me-md-n13{margin-left:-3.25rem!important}html[dir=rtl] .me-md-n14{margin-left:-3.5rem!important}html[dir=rtl] .me-md-n15{margin-left:-3.75rem!important}html[dir=rtl] .me-md-n16{margin-left:-4rem!important}html[dir=rtl] .me-md-n17{margin-left:-4.25rem!important}html[dir=rtl] .me-md-n18{margin-left:-4.5rem!important}html[dir=rtl] .me-md-n19{margin-left:-4.75rem!important}html[dir=rtl] .me-md-n20{margin-left:-5rem!important}html[dir=rtl] .mb-md-n1{margin-bottom:-.25rem!important}html[dir=rtl] .mb-md-n2{margin-bottom:-.5rem!important}html[dir=rtl] .mb-md-n3{margin-bottom:-.75rem!important}html[dir=rtl] .mb-md-n4{margin-bottom:-1rem!important}html[dir=rtl] .mb-md-n5{margin-bottom:-1.25rem!important}html[dir=rtl] .mb-md-n6{margin-bottom:-1.5rem!important}html[dir=rtl] .mb-md-n7{margin-bottom:-1.75rem!important}html[dir=rtl] .mb-md-n8{margin-bottom:-2rem!important}html[dir=rtl] .mb-md-n9{margin-bottom:-2.25rem!important}html[dir=rtl] .mb-md-n10{margin-bottom:-2.5rem!important}html[dir=rtl] .mb-md-n11{margin-bottom:-2.75rem!important}html[dir=rtl] .mb-md-n12{margin-bottom:-3rem!important}html[dir=rtl] .mb-md-n13{margin-bottom:-3.25rem!important}html[dir=rtl] .mb-md-n14{margin-bottom:-3.5rem!important}html[dir=rtl] .mb-md-n15{margin-bottom:-3.75rem!important}html[dir=rtl] .mb-md-n16{margin-bottom:-4rem!important}html[dir=rtl] .mb-md-n17{margin-bottom:-4.25rem!important}html[dir=rtl] .mb-md-n18{margin-bottom:-4.5rem!important}html[dir=rtl] .mb-md-n19{margin-bottom:-4.75rem!important}html[dir=rtl] .mb-md-n20{margin-bottom:-5rem!important}html[dir=rtl] .ms-md-n1{margin-right:-.25rem!important}html[dir=rtl] .ms-md-n2{margin-right:-.5rem!important}html[dir=rtl] .ms-md-n3{margin-right:-.75rem!important}html[dir=rtl] .ms-md-n4{margin-right:-1rem!important}html[dir=rtl] .ms-md-n5{margin-right:-1.25rem!important}html[dir=rtl] .ms-md-n6{margin-right:-1.5rem!important}html[dir=rtl] .ms-md-n7{margin-right:-1.75rem!important}html[dir=rtl] .ms-md-n8{margin-right:-2rem!important}html[dir=rtl] .ms-md-n9{margin-right:-2.25rem!important}html[dir=rtl] .ms-md-n10{margin-right:-2.5rem!important}html[dir=rtl] .ms-md-n11{margin-right:-2.75rem!important}html[dir=rtl] .ms-md-n12{margin-right:-3rem!important}html[dir=rtl] .ms-md-n13{margin-right:-3.25rem!important}html[dir=rtl] .ms-md-n14{margin-right:-3.5rem!important}html[dir=rtl] .ms-md-n15{margin-right:-3.75rem!important}html[dir=rtl] .ms-md-n16{margin-right:-4rem!important}html[dir=rtl] .ms-md-n17{margin-right:-4.25rem!important}html[dir=rtl] .ms-md-n18{margin-right:-4.5rem!important}html[dir=rtl] .ms-md-n19{margin-right:-4.75rem!important}html[dir=rtl] .ms-md-n20{margin-right:-5rem!important}html[dir=rtl] .p-md-0{padding:0!important}html[dir=rtl] .p-md-1{padding:.25rem!important}html[dir=rtl] .p-md-2{padding:.5rem!important}html[dir=rtl] .p-md-3{padding:.75rem!important}html[dir=rtl] .p-md-4{padding:1rem!important}html[dir=rtl] .p-md-5{padding:1.25rem!important}html[dir=rtl] .p-md-6{padding:1.5rem!important}html[dir=rtl] .p-md-7{padding:1.75rem!important}html[dir=rtl] .p-md-8{padding:2rem!important}html[dir=rtl] .p-md-9{padding:2.25rem!important}html[dir=rtl] .p-md-10{padding:2.5rem!important}html[dir=rtl] .p-md-11{padding:2.75rem!important}html[dir=rtl] .p-md-12{padding:3rem!important}html[dir=rtl] .p-md-13{padding:3.25rem!important}html[dir=rtl] .p-md-14{padding:3.5rem!important}html[dir=rtl] .p-md-15{padding:3.75rem!important}html[dir=rtl] .p-md-16{padding:4rem!important}html[dir=rtl] .p-md-17{padding:4.25rem!important}html[dir=rtl] .p-md-18{padding:4.5rem!important}html[dir=rtl] .p-md-19{padding:4.75rem!important}html[dir=rtl] .p-md-20{padding:5rem!important}html[dir=rtl] .px-md-0{padding-left:0!important;padding-right:0!important}html[dir=rtl] .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}html[dir=rtl] .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}html[dir=rtl] .px-md-3{padding-left:.75rem!important;padding-right:.75rem!important}html[dir=rtl] .px-md-4{padding-left:1rem!important;padding-right:1rem!important}html[dir=rtl] .px-md-5{padding-left:1.25rem!important;padding-right:1.25rem!important}html[dir=rtl] .px-md-6{padding-left:1.5rem!important;padding-right:1.5rem!important}html[dir=rtl] .px-md-7{padding-left:1.75rem!important;padding-right:1.75rem!important}html[dir=rtl] .px-md-8{padding-left:2rem!important;padding-right:2rem!important}html[dir=rtl] .px-md-9{padding-left:2.25rem!important;padding-right:2.25rem!important}html[dir=rtl] .px-md-10{padding-left:2.5rem!important;padding-right:2.5rem!important}html[dir=rtl] .px-md-11{padding-left:2.75rem!important;padding-right:2.75rem!important}html[dir=rtl] .px-md-12{padding-left:3rem!important;padding-right:3rem!important}html[dir=rtl] .px-md-13{padding-left:3.25rem!important;padding-right:3.25rem!important}html[dir=rtl] .px-md-14{padding-left:3.5rem!important;padding-right:3.5rem!important}html[dir=rtl] .px-md-15{padding-left:3.75rem!important;padding-right:3.75rem!important}html[dir=rtl] .px-md-16{padding-left:4rem!important;padding-right:4rem!important}html[dir=rtl] .px-md-17{padding-left:4.25rem!important;padding-right:4.25rem!important}html[dir=rtl] .px-md-18{padding-left:4.5rem!important;padding-right:4.5rem!important}html[dir=rtl] .px-md-19{padding-left:4.75rem!important;padding-right:4.75rem!important}html[dir=rtl] .px-md-20{padding-left:5rem!important;padding-right:5rem!important}html[dir=rtl] .py-md-0{padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html[dir=rtl] .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html[dir=rtl] .py-md-3{padding-top:.75rem!important;padding-bottom:.75rem!important}html[dir=rtl] .py-md-4{padding-top:1rem!important;padding-bottom:1rem!important}html[dir=rtl] .py-md-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}html[dir=rtl] .py-md-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html[dir=rtl] .py-md-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}html[dir=rtl] .py-md-8{padding-top:2rem!important;padding-bottom:2rem!important}html[dir=rtl] .py-md-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}html[dir=rtl] .py-md-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}html[dir=rtl] .py-md-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}html[dir=rtl] .py-md-12{padding-top:3rem!important;padding-bottom:3rem!important}html[dir=rtl] .py-md-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}html[dir=rtl] .py-md-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}html[dir=rtl] .py-md-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}html[dir=rtl] .py-md-16{padding-top:4rem!important;padding-bottom:4rem!important}html[dir=rtl] .py-md-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}html[dir=rtl] .py-md-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}html[dir=rtl] .py-md-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}html[dir=rtl] .py-md-20{padding-top:5rem!important;padding-bottom:5rem!important}html[dir=rtl] .pt-md-0{padding-top:0!important}html[dir=rtl] .pt-md-1{padding-top:.25rem!important}html[dir=rtl] .pt-md-2{padding-top:.5rem!important}html[dir=rtl] .pt-md-3{padding-top:.75rem!important}html[dir=rtl] .pt-md-4{padding-top:1rem!important}html[dir=rtl] .pt-md-5{padding-top:1.25rem!important}html[dir=rtl] .pt-md-6{padding-top:1.5rem!important}html[dir=rtl] .pt-md-7{padding-top:1.75rem!important}html[dir=rtl] .pt-md-8{padding-top:2rem!important}html[dir=rtl] .pt-md-9{padding-top:2.25rem!important}html[dir=rtl] .pt-md-10{padding-top:2.5rem!important}html[dir=rtl] .pt-md-11{padding-top:2.75rem!important}html[dir=rtl] .pt-md-12{padding-top:3rem!important}html[dir=rtl] .pt-md-13{padding-top:3.25rem!important}html[dir=rtl] .pt-md-14{padding-top:3.5rem!important}html[dir=rtl] .pt-md-15{padding-top:3.75rem!important}html[dir=rtl] .pt-md-16{padding-top:4rem!important}html[dir=rtl] .pt-md-17{padding-top:4.25rem!important}html[dir=rtl] .pt-md-18{padding-top:4.5rem!important}html[dir=rtl] .pt-md-19{padding-top:4.75rem!important}html[dir=rtl] .pt-md-20{padding-top:5rem!important}html[dir=rtl] .pe-md-0{padding-left:0!important}html[dir=rtl] .pe-md-1{padding-left:.25rem!important}html[dir=rtl] .pe-md-2{padding-left:.5rem!important}html[dir=rtl] .pe-md-3{padding-left:.75rem!important}html[dir=rtl] .pe-md-4{padding-left:1rem!important}html[dir=rtl] .pe-md-5{padding-left:1.25rem!important}html[dir=rtl] .pe-md-6{padding-left:1.5rem!important}html[dir=rtl] .pe-md-7{padding-left:1.75rem!important}html[dir=rtl] .pe-md-8{padding-left:2rem!important}html[dir=rtl] .pe-md-9{padding-left:2.25rem!important}html[dir=rtl] .pe-md-10{padding-left:2.5rem!important}html[dir=rtl] .pe-md-11{padding-left:2.75rem!important}html[dir=rtl] .pe-md-12{padding-left:3rem!important}html[dir=rtl] .pe-md-13{padding-left:3.25rem!important}html[dir=rtl] .pe-md-14{padding-left:3.5rem!important}html[dir=rtl] .pe-md-15{padding-left:3.75rem!important}html[dir=rtl] .pe-md-16{padding-left:4rem!important}html[dir=rtl] .pe-md-17{padding-left:4.25rem!important}html[dir=rtl] .pe-md-18{padding-left:4.5rem!important}html[dir=rtl] .pe-md-19{padding-left:4.75rem!important}html[dir=rtl] .pe-md-20{padding-left:5rem!important}html[dir=rtl] .pb-md-0{padding-bottom:0!important}html[dir=rtl] .pb-md-1{padding-bottom:.25rem!important}html[dir=rtl] .pb-md-2{padding-bottom:.5rem!important}html[dir=rtl] .pb-md-3{padding-bottom:.75rem!important}html[dir=rtl] .pb-md-4{padding-bottom:1rem!important}html[dir=rtl] .pb-md-5{padding-bottom:1.25rem!important}html[dir=rtl] .pb-md-6{padding-bottom:1.5rem!important}html[dir=rtl] .pb-md-7{padding-bottom:1.75rem!important}html[dir=rtl] .pb-md-8{padding-bottom:2rem!important}html[dir=rtl] .pb-md-9{padding-bottom:2.25rem!important}html[dir=rtl] .pb-md-10{padding-bottom:2.5rem!important}html[dir=rtl] .pb-md-11{padding-bottom:2.75rem!important}html[dir=rtl] .pb-md-12{padding-bottom:3rem!important}html[dir=rtl] .pb-md-13{padding-bottom:3.25rem!important}html[dir=rtl] .pb-md-14{padding-bottom:3.5rem!important}html[dir=rtl] .pb-md-15{padding-bottom:3.75rem!important}html[dir=rtl] .pb-md-16{padding-bottom:4rem!important}html[dir=rtl] .pb-md-17{padding-bottom:4.25rem!important}html[dir=rtl] .pb-md-18{padding-bottom:4.5rem!important}html[dir=rtl] .pb-md-19{padding-bottom:4.75rem!important}html[dir=rtl] .pb-md-20{padding-bottom:5rem!important}html[dir=rtl] .ps-md-0{padding-right:0!important}html[dir=rtl] .ps-md-1{padding-right:.25rem!important}html[dir=rtl] .ps-md-2{padding-right:.5rem!important}html[dir=rtl] .ps-md-3{padding-right:.75rem!important}html[dir=rtl] .ps-md-4{padding-right:1rem!important}html[dir=rtl] .ps-md-5{padding-right:1.25rem!important}html[dir=rtl] .ps-md-6{padding-right:1.5rem!important}html[dir=rtl] .ps-md-7{padding-right:1.75rem!important}html[dir=rtl] .ps-md-8{padding-right:2rem!important}html[dir=rtl] .ps-md-9{padding-right:2.25rem!important}html[dir=rtl] .ps-md-10{padding-right:2.5rem!important}html[dir=rtl] .ps-md-11{padding-right:2.75rem!important}html[dir=rtl] .ps-md-12{padding-right:3rem!important}html[dir=rtl] .ps-md-13{padding-right:3.25rem!important}html[dir=rtl] .ps-md-14{padding-right:3.5rem!important}html[dir=rtl] .ps-md-15{padding-right:3.75rem!important}html[dir=rtl] .ps-md-16{padding-right:4rem!important}html[dir=rtl] .ps-md-17{padding-right:4.25rem!important}html[dir=rtl] .ps-md-18{padding-right:4.5rem!important}html[dir=rtl] .ps-md-19{padding-right:4.75rem!important}html[dir=rtl] .ps-md-20{padding-right:5rem!important}html[dir=rtl] .fs-md-1{font-size:calc(1.3rem + .6vw)!important}html[dir=rtl] .fs-md-2{font-size:calc(1.275rem + .3vw)!important}html[dir=rtl] .fs-md-3{font-size:calc(1.26rem + .12vw)!important}html[dir=rtl] .fs-md-4{font-size:1.25rem!important}html[dir=rtl] .fs-md-5{font-size:1.15rem!important}html[dir=rtl] .fs-md-6{font-size:1.075rem!important}html[dir=rtl] .fs-md-7{font-size:.95rem!important}html[dir=rtl] .fs-md-8{font-size:.85rem!important}html[dir=rtl] .fs-md-9{font-size:.75rem!important}html[dir=rtl] .fs-md-10{font-size:.5rem!important}html[dir=rtl] .fs-md-base{font-size:1rem!important}html[dir=rtl] .fs-md-fluid{font-size:100%!important}html[dir=rtl] .fs-md-2x{font-size:calc(1.325rem + .9vw)!important}html[dir=rtl] .fs-md-2qx{font-size:calc(1.35rem + 1.2vw)!important}html[dir=rtl] .fs-md-2hx{font-size:calc(1.375rem + 1.5vw)!important}html[dir=rtl] .fs-md-2tx{font-size:calc(1.4rem + 1.8vw)!important}html[dir=rtl] .fs-md-3x{font-size:calc(1.425rem + 2.1vw)!important}html[dir=rtl] .fs-md-3qx{font-size:calc(1.45rem + 2.4vw)!important}html[dir=rtl] .fs-md-3hx{font-size:calc(1.475rem + 2.7vw)!important}html[dir=rtl] .fs-md-3tx{font-size:calc(1.5rem + 3vw)!important}html[dir=rtl] .fs-md-4x{font-size:calc(1.525rem + 3.3vw)!important}html[dir=rtl] .fs-md-4qx{font-size:calc(1.55rem + 3.6vw)!important}html[dir=rtl] .fs-md-4hx{font-size:calc(1.575rem + 3.9vw)!important}html[dir=rtl] .fs-md-4tx{font-size:calc(1.6rem + 4.2vw)!important}html[dir=rtl] .fs-md-5x{font-size:calc(1.625rem + 4.5vw)!important}html[dir=rtl] .fs-md-5qx{font-size:calc(1.65rem + 4.8vw)!important}html[dir=rtl] .fs-md-5hx{font-size:calc(1.675rem + 5.1vw)!important}html[dir=rtl] .fs-md-5tx{font-size:calc(1.7rem + 5.4vw)!important}html[dir=rtl] .text-md-start{text-align:right!important}html[dir=rtl] .text-md-end{text-align:left!important}html[dir=rtl] .text-md-center{text-align:center!important}html[dir=rtl] .min-w-md-unset{min-width:unset!important}html[dir=rtl] .min-w-md-25{min-width:25%!important}html[dir=rtl] .min-w-md-50{min-width:50%!important}html[dir=rtl] .min-w-md-75{min-width:75%!important}html[dir=rtl] .min-w-md-100{min-width:100%!important}html[dir=rtl] .min-w-md-auto{min-width:auto!important}html[dir=rtl] .min-w-md-1px{min-width:1px!important}html[dir=rtl] .min-w-md-2px{min-width:2px!important}html[dir=rtl] .min-w-md-3px{min-width:3px!important}html[dir=rtl] .min-w-md-4px{min-width:4px!important}html[dir=rtl] .min-w-md-5px{min-width:5px!important}html[dir=rtl] .min-w-md-6px{min-width:6px!important}html[dir=rtl] .min-w-md-7px{min-width:7px!important}html[dir=rtl] .min-w-md-8px{min-width:8px!important}html[dir=rtl] .min-w-md-9px{min-width:9px!important}html[dir=rtl] .min-w-md-10px{min-width:10px!important}html[dir=rtl] .min-w-md-15px{min-width:15px!important}html[dir=rtl] .min-w-md-20px{min-width:20px!important}html[dir=rtl] .min-w-md-25px{min-width:25px!important}html[dir=rtl] .min-w-md-30px{min-width:30px!important}html[dir=rtl] .min-w-md-35px{min-width:35px!important}html[dir=rtl] .min-w-md-40px{min-width:40px!important}html[dir=rtl] .min-w-md-45px{min-width:45px!important}html[dir=rtl] .min-w-md-50px{min-width:50px!important}html[dir=rtl] .min-w-md-55px{min-width:55px!important}html[dir=rtl] .min-w-md-60px{min-width:60px!important}html[dir=rtl] .min-w-md-65px{min-width:65px!important}html[dir=rtl] .min-w-md-70px{min-width:70px!important}html[dir=rtl] .min-w-md-75px{min-width:75px!important}html[dir=rtl] .min-w-md-80px{min-width:80px!important}html[dir=rtl] .min-w-md-85px{min-width:85px!important}html[dir=rtl] .min-w-md-90px{min-width:90px!important}html[dir=rtl] .min-w-md-95px{min-width:95px!important}html[dir=rtl] .min-w-md-100px{min-width:100px!important}html[dir=rtl] .min-w-md-125px{min-width:125px!important}html[dir=rtl] .min-w-md-150px{min-width:150px!important}html[dir=rtl] .min-w-md-175px{min-width:175px!important}html[dir=rtl] .min-w-md-200px{min-width:200px!important}html[dir=rtl] .min-w-md-225px{min-width:225px!important}html[dir=rtl] .min-w-md-250px{min-width:250px!important}html[dir=rtl] .min-w-md-275px{min-width:275px!important}html[dir=rtl] .min-w-md-300px{min-width:300px!important}html[dir=rtl] .min-w-md-325px{min-width:325px!important}html[dir=rtl] .min-w-md-350px{min-width:350px!important}html[dir=rtl] .min-w-md-375px{min-width:375px!important}html[dir=rtl] .min-w-md-400px{min-width:400px!important}html[dir=rtl] .min-w-md-425px{min-width:425px!important}html[dir=rtl] .min-w-md-450px{min-width:450px!important}html[dir=rtl] .min-w-md-475px{min-width:475px!important}html[dir=rtl] .min-w-md-500px{min-width:500px!important}html[dir=rtl] .min-w-md-550px{min-width:550px!important}html[dir=rtl] .min-w-md-600px{min-width:600px!important}html[dir=rtl] .min-w-md-650px{min-width:650px!important}html[dir=rtl] .min-w-md-700px{min-width:700px!important}html[dir=rtl] .min-w-md-750px{min-width:750px!important}html[dir=rtl] .min-w-md-800px{min-width:800px!important}html[dir=rtl] .min-w-md-850px{min-width:850px!important}html[dir=rtl] .min-w-md-900px{min-width:900px!important}html[dir=rtl] .min-w-md-950px{min-width:950px!important}html[dir=rtl] .min-w-md-1000px{min-width:1000px!important}html[dir=rtl] .min-h-md-unset{min-height:unset!important}html[dir=rtl] .min-h-md-25{min-height:25%!important}html[dir=rtl] .min-h-md-50{min-height:50%!important}html[dir=rtl] .min-h-md-75{min-height:75%!important}html[dir=rtl] .min-h-md-100{min-height:100%!important}html[dir=rtl] .min-h-md-auto{min-height:auto!important}html[dir=rtl] .min-h-md-1px{min-height:1px!important}html[dir=rtl] .min-h-md-2px{min-height:2px!important}html[dir=rtl] .min-h-md-3px{min-height:3px!important}html[dir=rtl] .min-h-md-4px{min-height:4px!important}html[dir=rtl] .min-h-md-5px{min-height:5px!important}html[dir=rtl] .min-h-md-6px{min-height:6px!important}html[dir=rtl] .min-h-md-7px{min-height:7px!important}html[dir=rtl] .min-h-md-8px{min-height:8px!important}html[dir=rtl] .min-h-md-9px{min-height:9px!important}html[dir=rtl] .min-h-md-10px{min-height:10px!important}html[dir=rtl] .min-h-md-15px{min-height:15px!important}html[dir=rtl] .min-h-md-20px{min-height:20px!important}html[dir=rtl] .min-h-md-25px{min-height:25px!important}html[dir=rtl] .min-h-md-30px{min-height:30px!important}html[dir=rtl] .min-h-md-35px{min-height:35px!important}html[dir=rtl] .min-h-md-40px{min-height:40px!important}html[dir=rtl] .min-h-md-45px{min-height:45px!important}html[dir=rtl] .min-h-md-50px{min-height:50px!important}html[dir=rtl] .min-h-md-55px{min-height:55px!important}html[dir=rtl] .min-h-md-60px{min-height:60px!important}html[dir=rtl] .min-h-md-65px{min-height:65px!important}html[dir=rtl] .min-h-md-70px{min-height:70px!important}html[dir=rtl] .min-h-md-75px{min-height:75px!important}html[dir=rtl] .min-h-md-80px{min-height:80px!important}html[dir=rtl] .min-h-md-85px{min-height:85px!important}html[dir=rtl] .min-h-md-90px{min-height:90px!important}html[dir=rtl] .min-h-md-95px{min-height:95px!important}html[dir=rtl] .min-h-md-100px{min-height:100px!important}html[dir=rtl] .min-h-md-125px{min-height:125px!important}html[dir=rtl] .min-h-md-150px{min-height:150px!important}html[dir=rtl] .min-h-md-175px{min-height:175px!important}html[dir=rtl] .min-h-md-200px{min-height:200px!important}html[dir=rtl] .min-h-md-225px{min-height:225px!important}html[dir=rtl] .min-h-md-250px{min-height:250px!important}html[dir=rtl] .min-h-md-275px{min-height:275px!important}html[dir=rtl] .min-h-md-300px{min-height:300px!important}html[dir=rtl] .min-h-md-325px{min-height:325px!important}html[dir=rtl] .min-h-md-350px{min-height:350px!important}html[dir=rtl] .min-h-md-375px{min-height:375px!important}html[dir=rtl] .min-h-md-400px{min-height:400px!important}html[dir=rtl] .min-h-md-425px{min-height:425px!important}html[dir=rtl] .min-h-md-450px{min-height:450px!important}html[dir=rtl] .min-h-md-475px{min-height:475px!important}html[dir=rtl] .min-h-md-500px{min-height:500px!important}html[dir=rtl] .min-h-md-550px{min-height:550px!important}html[dir=rtl] .min-h-md-600px{min-height:600px!important}html[dir=rtl] .min-h-md-650px{min-height:650px!important}html[dir=rtl] .min-h-md-700px{min-height:700px!important}html[dir=rtl] .min-h-md-750px{min-height:750px!important}html[dir=rtl] .min-h-md-800px{min-height:800px!important}html[dir=rtl] .min-h-md-850px{min-height:850px!important}html[dir=rtl] .min-h-md-900px{min-height:900px!important}html[dir=rtl] .min-h-md-950px{min-height:950px!important}html[dir=rtl] .min-h-md-1000px{min-height:1000px!important}}@media (min-width: 992px){html[dir=rtl] .float-lg-start{float:right!important}html[dir=rtl] .float-lg-end{float:left!important}html[dir=rtl] .float-lg-none{float:none!important}html[dir=rtl] .d-lg-inline{display:inline!important}html[dir=rtl] .d-lg-inline-block{display:inline-block!important}html[dir=rtl] .d-lg-block{display:block!important}html[dir=rtl] .d-lg-grid{display:grid!important}html[dir=rtl] .d-lg-table{display:table!important}html[dir=rtl] .d-lg-table-row{display:table-row!important}html[dir=rtl] .d-lg-table-cell{display:table-cell!important}html[dir=rtl] .d-lg-flex{display:flex!important}html[dir=rtl] .d-lg-inline-flex{display:inline-flex!important}html[dir=rtl] .d-lg-none{display:none!important}html[dir=rtl] .position-lg-static{position:static!important}html[dir=rtl] .position-lg-relative{position:relative!important}html[dir=rtl] .position-lg-absolute{position:absolute!important}html[dir=rtl] .position-lg-fixed{position:fixed!important}html[dir=rtl] .position-lg-sticky{position:sticky!important}html[dir=rtl] .w-lg-unset{width:unset!important}html[dir=rtl] .w-lg-25{width:25%!important}html[dir=rtl] .w-lg-50{width:50%!important}html[dir=rtl] .w-lg-75{width:75%!important}html[dir=rtl] .w-lg-100{width:100%!important}html[dir=rtl] .w-lg-auto{width:auto!important}html[dir=rtl] .w-lg-1px{width:1px!important}html[dir=rtl] .w-lg-2px{width:2px!important}html[dir=rtl] .w-lg-3px{width:3px!important}html[dir=rtl] .w-lg-4px{width:4px!important}html[dir=rtl] .w-lg-5px{width:5px!important}html[dir=rtl] .w-lg-6px{width:6px!important}html[dir=rtl] .w-lg-7px{width:7px!important}html[dir=rtl] .w-lg-8px{width:8px!important}html[dir=rtl] .w-lg-9px{width:9px!important}html[dir=rtl] .w-lg-10px{width:10px!important}html[dir=rtl] .w-lg-15px{width:15px!important}html[dir=rtl] .w-lg-20px{width:20px!important}html[dir=rtl] .w-lg-25px{width:25px!important}html[dir=rtl] .w-lg-30px{width:30px!important}html[dir=rtl] .w-lg-35px{width:35px!important}html[dir=rtl] .w-lg-40px{width:40px!important}html[dir=rtl] .w-lg-45px{width:45px!important}html[dir=rtl] .w-lg-50px{width:50px!important}html[dir=rtl] .w-lg-55px{width:55px!important}html[dir=rtl] .w-lg-60px{width:60px!important}html[dir=rtl] .w-lg-65px{width:65px!important}html[dir=rtl] .w-lg-70px{width:70px!important}html[dir=rtl] .w-lg-75px{width:75px!important}html[dir=rtl] .w-lg-80px{width:80px!important}html[dir=rtl] .w-lg-85px{width:85px!important}html[dir=rtl] .w-lg-90px{width:90px!important}html[dir=rtl] .w-lg-95px{width:95px!important}html[dir=rtl] .w-lg-100px{width:100px!important}html[dir=rtl] .w-lg-125px{width:125px!important}html[dir=rtl] .w-lg-150px{width:150px!important}html[dir=rtl] .w-lg-175px{width:175px!important}html[dir=rtl] .w-lg-200px{width:200px!important}html[dir=rtl] .w-lg-225px{width:225px!important}html[dir=rtl] .w-lg-250px{width:250px!important}html[dir=rtl] .w-lg-275px{width:275px!important}html[dir=rtl] .w-lg-300px{width:300px!important}html[dir=rtl] .w-lg-325px{width:325px!important}html[dir=rtl] .w-lg-350px{width:350px!important}html[dir=rtl] .w-lg-375px{width:375px!important}html[dir=rtl] .w-lg-400px{width:400px!important}html[dir=rtl] .w-lg-425px{width:425px!important}html[dir=rtl] .w-lg-450px{width:450px!important}html[dir=rtl] .w-lg-475px{width:475px!important}html[dir=rtl] .w-lg-500px{width:500px!important}html[dir=rtl] .w-lg-550px{width:550px!important}html[dir=rtl] .w-lg-600px{width:600px!important}html[dir=rtl] .w-lg-650px{width:650px!important}html[dir=rtl] .w-lg-700px{width:700px!important}html[dir=rtl] .w-lg-750px{width:750px!important}html[dir=rtl] .w-lg-800px{width:800px!important}html[dir=rtl] .w-lg-850px{width:850px!important}html[dir=rtl] .w-lg-900px{width:900px!important}html[dir=rtl] .w-lg-950px{width:950px!important}html[dir=rtl] .w-lg-1000px{width:1000px!important}html[dir=rtl] .mw-lg-unset{max-width:unset!important}html[dir=rtl] .mw-lg-25{max-width:25%!important}html[dir=rtl] .mw-lg-50{max-width:50%!important}html[dir=rtl] .mw-lg-75{max-width:75%!important}html[dir=rtl] .mw-lg-100{max-width:100%!important}html[dir=rtl] .mw-lg-auto{max-width:auto!important}html[dir=rtl] .mw-lg-1px{max-width:1px!important}html[dir=rtl] .mw-lg-2px{max-width:2px!important}html[dir=rtl] .mw-lg-3px{max-width:3px!important}html[dir=rtl] .mw-lg-4px{max-width:4px!important}html[dir=rtl] .mw-lg-5px{max-width:5px!important}html[dir=rtl] .mw-lg-6px{max-width:6px!important}html[dir=rtl] .mw-lg-7px{max-width:7px!important}html[dir=rtl] .mw-lg-8px{max-width:8px!important}html[dir=rtl] .mw-lg-9px{max-width:9px!important}html[dir=rtl] .mw-lg-10px{max-width:10px!important}html[dir=rtl] .mw-lg-15px{max-width:15px!important}html[dir=rtl] .mw-lg-20px{max-width:20px!important}html[dir=rtl] .mw-lg-25px{max-width:25px!important}html[dir=rtl] .mw-lg-30px{max-width:30px!important}html[dir=rtl] .mw-lg-35px{max-width:35px!important}html[dir=rtl] .mw-lg-40px{max-width:40px!important}html[dir=rtl] .mw-lg-45px{max-width:45px!important}html[dir=rtl] .mw-lg-50px{max-width:50px!important}html[dir=rtl] .mw-lg-55px{max-width:55px!important}html[dir=rtl] .mw-lg-60px{max-width:60px!important}html[dir=rtl] .mw-lg-65px{max-width:65px!important}html[dir=rtl] .mw-lg-70px{max-width:70px!important}html[dir=rtl] .mw-lg-75px{max-width:75px!important}html[dir=rtl] .mw-lg-80px{max-width:80px!important}html[dir=rtl] .mw-lg-85px{max-width:85px!important}html[dir=rtl] .mw-lg-90px{max-width:90px!important}html[dir=rtl] .mw-lg-95px{max-width:95px!important}html[dir=rtl] .mw-lg-100px{max-width:100px!important}html[dir=rtl] .mw-lg-125px{max-width:125px!important}html[dir=rtl] .mw-lg-150px{max-width:150px!important}html[dir=rtl] .mw-lg-175px{max-width:175px!important}html[dir=rtl] .mw-lg-200px{max-width:200px!important}html[dir=rtl] .mw-lg-225px{max-width:225px!important}html[dir=rtl] .mw-lg-250px{max-width:250px!important}html[dir=rtl] .mw-lg-275px{max-width:275px!important}html[dir=rtl] .mw-lg-300px{max-width:300px!important}html[dir=rtl] .mw-lg-325px{max-width:325px!important}html[dir=rtl] .mw-lg-350px{max-width:350px!important}html[dir=rtl] .mw-lg-375px{max-width:375px!important}html[dir=rtl] .mw-lg-400px{max-width:400px!important}html[dir=rtl] .mw-lg-425px{max-width:425px!important}html[dir=rtl] .mw-lg-450px{max-width:450px!important}html[dir=rtl] .mw-lg-475px{max-width:475px!important}html[dir=rtl] .mw-lg-500px{max-width:500px!important}html[dir=rtl] .mw-lg-550px{max-width:550px!important}html[dir=rtl] .mw-lg-600px{max-width:600px!important}html[dir=rtl] .mw-lg-650px{max-width:650px!important}html[dir=rtl] .mw-lg-700px{max-width:700px!important}html[dir=rtl] .mw-lg-750px{max-width:750px!important}html[dir=rtl] .mw-lg-800px{max-width:800px!important}html[dir=rtl] .mw-lg-850px{max-width:850px!important}html[dir=rtl] .mw-lg-900px{max-width:900px!important}html[dir=rtl] .mw-lg-950px{max-width:950px!important}html[dir=rtl] .mw-lg-1000px{max-width:1000px!important}html[dir=rtl] .h-lg-unset{height:unset!important}html[dir=rtl] .h-lg-25{height:25%!important}html[dir=rtl] .h-lg-50{height:50%!important}html[dir=rtl] .h-lg-75{height:75%!important}html[dir=rtl] .h-lg-100{height:100%!important}html[dir=rtl] .h-lg-auto{height:auto!important}html[dir=rtl] .h-lg-1px{height:1px!important}html[dir=rtl] .h-lg-2px{height:2px!important}html[dir=rtl] .h-lg-3px{height:3px!important}html[dir=rtl] .h-lg-4px{height:4px!important}html[dir=rtl] .h-lg-5px{height:5px!important}html[dir=rtl] .h-lg-6px{height:6px!important}html[dir=rtl] .h-lg-7px{height:7px!important}html[dir=rtl] .h-lg-8px{height:8px!important}html[dir=rtl] .h-lg-9px{height:9px!important}html[dir=rtl] .h-lg-10px{height:10px!important}html[dir=rtl] .h-lg-15px{height:15px!important}html[dir=rtl] .h-lg-20px{height:20px!important}html[dir=rtl] .h-lg-25px{height:25px!important}html[dir=rtl] .h-lg-30px{height:30px!important}html[dir=rtl] .h-lg-35px{height:35px!important}html[dir=rtl] .h-lg-40px{height:40px!important}html[dir=rtl] .h-lg-45px{height:45px!important}html[dir=rtl] .h-lg-50px{height:50px!important}html[dir=rtl] .h-lg-55px{height:55px!important}html[dir=rtl] .h-lg-60px{height:60px!important}html[dir=rtl] .h-lg-65px{height:65px!important}html[dir=rtl] .h-lg-70px{height:70px!important}html[dir=rtl] .h-lg-75px{height:75px!important}html[dir=rtl] .h-lg-80px{height:80px!important}html[dir=rtl] .h-lg-85px{height:85px!important}html[dir=rtl] .h-lg-90px{height:90px!important}html[dir=rtl] .h-lg-95px{height:95px!important}html[dir=rtl] .h-lg-100px{height:100px!important}html[dir=rtl] .h-lg-125px{height:125px!important}html[dir=rtl] .h-lg-150px{height:150px!important}html[dir=rtl] .h-lg-175px{height:175px!important}html[dir=rtl] .h-lg-200px{height:200px!important}html[dir=rtl] .h-lg-225px{height:225px!important}html[dir=rtl] .h-lg-250px{height:250px!important}html[dir=rtl] .h-lg-275px{height:275px!important}html[dir=rtl] .h-lg-300px{height:300px!important}html[dir=rtl] .h-lg-325px{height:325px!important}html[dir=rtl] .h-lg-350px{height:350px!important}html[dir=rtl] .h-lg-375px{height:375px!important}html[dir=rtl] .h-lg-400px{height:400px!important}html[dir=rtl] .h-lg-425px{height:425px!important}html[dir=rtl] .h-lg-450px{height:450px!important}html[dir=rtl] .h-lg-475px{height:475px!important}html[dir=rtl] .h-lg-500px{height:500px!important}html[dir=rtl] .h-lg-550px{height:550px!important}html[dir=rtl] .h-lg-600px{height:600px!important}html[dir=rtl] .h-lg-650px{height:650px!important}html[dir=rtl] .h-lg-700px{height:700px!important}html[dir=rtl] .h-lg-750px{height:750px!important}html[dir=rtl] .h-lg-800px{height:800px!important}html[dir=rtl] .h-lg-850px{height:850px!important}html[dir=rtl] .h-lg-900px{height:900px!important}html[dir=rtl] .h-lg-950px{height:950px!important}html[dir=rtl] .h-lg-1000px{height:1000px!important}html[dir=rtl] .mh-lg-unset{max-height:unset!important}html[dir=rtl] .mh-lg-25{max-height:25%!important}html[dir=rtl] .mh-lg-50{max-height:50%!important}html[dir=rtl] .mh-lg-75{max-height:75%!important}html[dir=rtl] .mh-lg-100{max-height:100%!important}html[dir=rtl] .mh-lg-auto{max-height:auto!important}html[dir=rtl] .mh-lg-1px{max-height:1px!important}html[dir=rtl] .mh-lg-2px{max-height:2px!important}html[dir=rtl] .mh-lg-3px{max-height:3px!important}html[dir=rtl] .mh-lg-4px{max-height:4px!important}html[dir=rtl] .mh-lg-5px{max-height:5px!important}html[dir=rtl] .mh-lg-6px{max-height:6px!important}html[dir=rtl] .mh-lg-7px{max-height:7px!important}html[dir=rtl] .mh-lg-8px{max-height:8px!important}html[dir=rtl] .mh-lg-9px{max-height:9px!important}html[dir=rtl] .mh-lg-10px{max-height:10px!important}html[dir=rtl] .mh-lg-15px{max-height:15px!important}html[dir=rtl] .mh-lg-20px{max-height:20px!important}html[dir=rtl] .mh-lg-25px{max-height:25px!important}html[dir=rtl] .mh-lg-30px{max-height:30px!important}html[dir=rtl] .mh-lg-35px{max-height:35px!important}html[dir=rtl] .mh-lg-40px{max-height:40px!important}html[dir=rtl] .mh-lg-45px{max-height:45px!important}html[dir=rtl] .mh-lg-50px{max-height:50px!important}html[dir=rtl] .mh-lg-55px{max-height:55px!important}html[dir=rtl] .mh-lg-60px{max-height:60px!important}html[dir=rtl] .mh-lg-65px{max-height:65px!important}html[dir=rtl] .mh-lg-70px{max-height:70px!important}html[dir=rtl] .mh-lg-75px{max-height:75px!important}html[dir=rtl] .mh-lg-80px{max-height:80px!important}html[dir=rtl] .mh-lg-85px{max-height:85px!important}html[dir=rtl] .mh-lg-90px{max-height:90px!important}html[dir=rtl] .mh-lg-95px{max-height:95px!important}html[dir=rtl] .mh-lg-100px{max-height:100px!important}html[dir=rtl] .mh-lg-125px{max-height:125px!important}html[dir=rtl] .mh-lg-150px{max-height:150px!important}html[dir=rtl] .mh-lg-175px{max-height:175px!important}html[dir=rtl] .mh-lg-200px{max-height:200px!important}html[dir=rtl] .mh-lg-225px{max-height:225px!important}html[dir=rtl] .mh-lg-250px{max-height:250px!important}html[dir=rtl] .mh-lg-275px{max-height:275px!important}html[dir=rtl] .mh-lg-300px{max-height:300px!important}html[dir=rtl] .mh-lg-325px{max-height:325px!important}html[dir=rtl] .mh-lg-350px{max-height:350px!important}html[dir=rtl] .mh-lg-375px{max-height:375px!important}html[dir=rtl] .mh-lg-400px{max-height:400px!important}html[dir=rtl] .mh-lg-425px{max-height:425px!important}html[dir=rtl] .mh-lg-450px{max-height:450px!important}html[dir=rtl] .mh-lg-475px{max-height:475px!important}html[dir=rtl] .mh-lg-500px{max-height:500px!important}html[dir=rtl] .mh-lg-550px{max-height:550px!important}html[dir=rtl] .mh-lg-600px{max-height:600px!important}html[dir=rtl] .mh-lg-650px{max-height:650px!important}html[dir=rtl] .mh-lg-700px{max-height:700px!important}html[dir=rtl] .mh-lg-750px{max-height:750px!important}html[dir=rtl] .mh-lg-800px{max-height:800px!important}html[dir=rtl] .mh-lg-850px{max-height:850px!important}html[dir=rtl] .mh-lg-900px{max-height:900px!important}html[dir=rtl] .mh-lg-950px{max-height:950px!important}html[dir=rtl] .mh-lg-1000px{max-height:1000px!important}html[dir=rtl] .flex-lg-fill{flex:1 1 auto!important}html[dir=rtl] .flex-lg-row{flex-direction:row!important}html[dir=rtl] .flex-lg-column{flex-direction:column!important}html[dir=rtl] .flex-lg-row-reverse{flex-direction:row-reverse!important}html[dir=rtl] .flex-lg-column-reverse{flex-direction:column-reverse!important}html[dir=rtl] .flex-lg-grow-0{flex-grow:0!important}html[dir=rtl] .flex-lg-grow-1{flex-grow:1!important}html[dir=rtl] .flex-lg-shrink-0{flex-shrink:0!important}html[dir=rtl] .flex-lg-shrink-1{flex-shrink:1!important}html[dir=rtl] .flex-lg-wrap{flex-wrap:wrap!important}html[dir=rtl] .flex-lg-nowrap{flex-wrap:nowrap!important}html[dir=rtl] .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}html[dir=rtl] .gap-lg-0{gap:0!important}html[dir=rtl] .gap-lg-1{gap:.25rem!important}html[dir=rtl] .gap-lg-2{gap:.5rem!important}html[dir=rtl] .gap-lg-3{gap:.75rem!important}html[dir=rtl] .gap-lg-4{gap:1rem!important}html[dir=rtl] .gap-lg-5{gap:1.25rem!important}html[dir=rtl] .gap-lg-6{gap:1.5rem!important}html[dir=rtl] .gap-lg-7{gap:1.75rem!important}html[dir=rtl] .gap-lg-8{gap:2rem!important}html[dir=rtl] .gap-lg-9{gap:2.25rem!important}html[dir=rtl] .gap-lg-10{gap:2.5rem!important}html[dir=rtl] .gap-lg-11{gap:2.75rem!important}html[dir=rtl] .gap-lg-12{gap:3rem!important}html[dir=rtl] .gap-lg-13{gap:3.25rem!important}html[dir=rtl] .gap-lg-14{gap:3.5rem!important}html[dir=rtl] .gap-lg-15{gap:3.75rem!important}html[dir=rtl] .gap-lg-16{gap:4rem!important}html[dir=rtl] .gap-lg-17{gap:4.25rem!important}html[dir=rtl] .gap-lg-18{gap:4.5rem!important}html[dir=rtl] .gap-lg-19{gap:4.75rem!important}html[dir=rtl] .gap-lg-20{gap:5rem!important}html[dir=rtl] .justify-content-lg-start{justify-content:flex-start!important}html[dir=rtl] .justify-content-lg-end{justify-content:flex-end!important}html[dir=rtl] .justify-content-lg-center{justify-content:center!important}html[dir=rtl] .justify-content-lg-between{justify-content:space-between!important}html[dir=rtl] .justify-content-lg-around{justify-content:space-around!important}html[dir=rtl] .justify-content-lg-evenly{justify-content:space-evenly!important}html[dir=rtl] .align-items-lg-start{align-items:flex-start!important}html[dir=rtl] .align-items-lg-end{align-items:flex-end!important}html[dir=rtl] .align-items-lg-center{align-items:center!important}html[dir=rtl] .align-items-lg-baseline{align-items:baseline!important}html[dir=rtl] .align-items-lg-stretch{align-items:stretch!important}html[dir=rtl] .align-content-lg-start{align-content:flex-start!important}html[dir=rtl] .align-content-lg-end{align-content:flex-end!important}html[dir=rtl] .align-content-lg-center{align-content:center!important}html[dir=rtl] .align-content-lg-between{align-content:space-between!important}html[dir=rtl] .align-content-lg-around{align-content:space-around!important}html[dir=rtl] .align-content-lg-stretch{align-content:stretch!important}html[dir=rtl] .align-self-lg-auto{align-self:auto!important}html[dir=rtl] .align-self-lg-start{align-self:flex-start!important}html[dir=rtl] .align-self-lg-end{align-self:flex-end!important}html[dir=rtl] .align-self-lg-center{align-self:center!important}html[dir=rtl] .align-self-lg-baseline{align-self:baseline!important}html[dir=rtl] .align-self-lg-stretch{align-self:stretch!important}html[dir=rtl] .order-lg-first{order:-1!important}html[dir=rtl] .order-lg-0{order:0!important}html[dir=rtl] .order-lg-1{order:1!important}html[dir=rtl] .order-lg-2{order:2!important}html[dir=rtl] .order-lg-3{order:3!important}html[dir=rtl] .order-lg-4{order:4!important}html[dir=rtl] .order-lg-5{order:5!important}html[dir=rtl] .order-lg-last{order:6!important}html[dir=rtl] .m-lg-0{margin:0!important}html[dir=rtl] .m-lg-1{margin:.25rem!important}html[dir=rtl] .m-lg-2{margin:.5rem!important}html[dir=rtl] .m-lg-3{margin:.75rem!important}html[dir=rtl] .m-lg-4{margin:1rem!important}html[dir=rtl] .m-lg-5{margin:1.25rem!important}html[dir=rtl] .m-lg-6{margin:1.5rem!important}html[dir=rtl] .m-lg-7{margin:1.75rem!important}html[dir=rtl] .m-lg-8{margin:2rem!important}html[dir=rtl] .m-lg-9{margin:2.25rem!important}html[dir=rtl] .m-lg-10{margin:2.5rem!important}html[dir=rtl] .m-lg-11{margin:2.75rem!important}html[dir=rtl] .m-lg-12{margin:3rem!important}html[dir=rtl] .m-lg-13{margin:3.25rem!important}html[dir=rtl] .m-lg-14{margin:3.5rem!important}html[dir=rtl] .m-lg-15{margin:3.75rem!important}html[dir=rtl] .m-lg-16{margin:4rem!important}html[dir=rtl] .m-lg-17{margin:4.25rem!important}html[dir=rtl] .m-lg-18{margin:4.5rem!important}html[dir=rtl] .m-lg-19{margin:4.75rem!important}html[dir=rtl] .m-lg-20{margin:5rem!important}html[dir=rtl] .m-lg-auto{margin:auto!important}html[dir=rtl] .mx-lg-0{margin-left:0!important;margin-right:0!important}html[dir=rtl] .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}html[dir=rtl] .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}html[dir=rtl] .mx-lg-3{margin-left:.75rem!important;margin-right:.75rem!important}html[dir=rtl] .mx-lg-4{margin-left:1rem!important;margin-right:1rem!important}html[dir=rtl] .mx-lg-5{margin-left:1.25rem!important;margin-right:1.25rem!important}html[dir=rtl] .mx-lg-6{margin-left:1.5rem!important;margin-right:1.5rem!important}html[dir=rtl] .mx-lg-7{margin-left:1.75rem!important;margin-right:1.75rem!important}html[dir=rtl] .mx-lg-8{margin-left:2rem!important;margin-right:2rem!important}html[dir=rtl] .mx-lg-9{margin-left:2.25rem!important;margin-right:2.25rem!important}html[dir=rtl] .mx-lg-10{margin-left:2.5rem!important;margin-right:2.5rem!important}html[dir=rtl] .mx-lg-11{margin-left:2.75rem!important;margin-right:2.75rem!important}html[dir=rtl] .mx-lg-12{margin-left:3rem!important;margin-right:3rem!important}html[dir=rtl] .mx-lg-13{margin-left:3.25rem!important;margin-right:3.25rem!important}html[dir=rtl] .mx-lg-14{margin-left:3.5rem!important;margin-right:3.5rem!important}html[dir=rtl] .mx-lg-15{margin-left:3.75rem!important;margin-right:3.75rem!important}html[dir=rtl] .mx-lg-16{margin-left:4rem!important;margin-right:4rem!important}html[dir=rtl] .mx-lg-17{margin-left:4.25rem!important;margin-right:4.25rem!important}html[dir=rtl] .mx-lg-18{margin-left:4.5rem!important;margin-right:4.5rem!important}html[dir=rtl] .mx-lg-19{margin-left:4.75rem!important;margin-right:4.75rem!important}html[dir=rtl] .mx-lg-20{margin-left:5rem!important;margin-right:5rem!important}html[dir=rtl] .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}html[dir=rtl] .my-lg-0{margin-top:0!important;margin-bottom:0!important}html[dir=rtl] .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html[dir=rtl] .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html[dir=rtl] .my-lg-3{margin-top:.75rem!important;margin-bottom:.75rem!important}html[dir=rtl] .my-lg-4{margin-top:1rem!important;margin-bottom:1rem!important}html[dir=rtl] .my-lg-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}html[dir=rtl] .my-lg-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html[dir=rtl] .my-lg-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}html[dir=rtl] .my-lg-8{margin-top:2rem!important;margin-bottom:2rem!important}html[dir=rtl] .my-lg-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}html[dir=rtl] .my-lg-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}html[dir=rtl] .my-lg-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}html[dir=rtl] .my-lg-12{margin-top:3rem!important;margin-bottom:3rem!important}html[dir=rtl] .my-lg-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}html[dir=rtl] .my-lg-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}html[dir=rtl] .my-lg-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}html[dir=rtl] .my-lg-16{margin-top:4rem!important;margin-bottom:4rem!important}html[dir=rtl] .my-lg-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}html[dir=rtl] .my-lg-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}html[dir=rtl] .my-lg-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}html[dir=rtl] .my-lg-20{margin-top:5rem!important;margin-bottom:5rem!important}html[dir=rtl] .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}html[dir=rtl] .mt-lg-0{margin-top:0!important}html[dir=rtl] .mt-lg-1{margin-top:.25rem!important}html[dir=rtl] .mt-lg-2{margin-top:.5rem!important}html[dir=rtl] .mt-lg-3{margin-top:.75rem!important}html[dir=rtl] .mt-lg-4{margin-top:1rem!important}html[dir=rtl] .mt-lg-5{margin-top:1.25rem!important}html[dir=rtl] .mt-lg-6{margin-top:1.5rem!important}html[dir=rtl] .mt-lg-7{margin-top:1.75rem!important}html[dir=rtl] .mt-lg-8{margin-top:2rem!important}html[dir=rtl] .mt-lg-9{margin-top:2.25rem!important}html[dir=rtl] .mt-lg-10{margin-top:2.5rem!important}html[dir=rtl] .mt-lg-11{margin-top:2.75rem!important}html[dir=rtl] .mt-lg-12{margin-top:3rem!important}html[dir=rtl] .mt-lg-13{margin-top:3.25rem!important}html[dir=rtl] .mt-lg-14{margin-top:3.5rem!important}html[dir=rtl] .mt-lg-15{margin-top:3.75rem!important}html[dir=rtl] .mt-lg-16{margin-top:4rem!important}html[dir=rtl] .mt-lg-17{margin-top:4.25rem!important}html[dir=rtl] .mt-lg-18{margin-top:4.5rem!important}html[dir=rtl] .mt-lg-19{margin-top:4.75rem!important}html[dir=rtl] .mt-lg-20{margin-top:5rem!important}html[dir=rtl] .mt-lg-auto{margin-top:auto!important}html[dir=rtl] .me-lg-0{margin-left:0!important}html[dir=rtl] .me-lg-1{margin-left:.25rem!important}html[dir=rtl] .me-lg-2{margin-left:.5rem!important}html[dir=rtl] .me-lg-3{margin-left:.75rem!important}html[dir=rtl] .me-lg-4{margin-left:1rem!important}html[dir=rtl] .me-lg-5{margin-left:1.25rem!important}html[dir=rtl] .me-lg-6{margin-left:1.5rem!important}html[dir=rtl] .me-lg-7{margin-left:1.75rem!important}html[dir=rtl] .me-lg-8{margin-left:2rem!important}html[dir=rtl] .me-lg-9{margin-left:2.25rem!important}html[dir=rtl] .me-lg-10{margin-left:2.5rem!important}html[dir=rtl] .me-lg-11{margin-left:2.75rem!important}html[dir=rtl] .me-lg-12{margin-left:3rem!important}html[dir=rtl] .me-lg-13{margin-left:3.25rem!important}html[dir=rtl] .me-lg-14{margin-left:3.5rem!important}html[dir=rtl] .me-lg-15{margin-left:3.75rem!important}html[dir=rtl] .me-lg-16{margin-left:4rem!important}html[dir=rtl] .me-lg-17{margin-left:4.25rem!important}html[dir=rtl] .me-lg-18{margin-left:4.5rem!important}html[dir=rtl] .me-lg-19{margin-left:4.75rem!important}html[dir=rtl] .me-lg-20{margin-left:5rem!important}html[dir=rtl] .me-lg-auto{margin-left:auto!important}html[dir=rtl] .mb-lg-0{margin-bottom:0!important}html[dir=rtl] .mb-lg-1{margin-bottom:.25rem!important}html[dir=rtl] .mb-lg-2{margin-bottom:.5rem!important}html[dir=rtl] .mb-lg-3{margin-bottom:.75rem!important}html[dir=rtl] .mb-lg-4{margin-bottom:1rem!important}html[dir=rtl] .mb-lg-5{margin-bottom:1.25rem!important}html[dir=rtl] .mb-lg-6{margin-bottom:1.5rem!important}html[dir=rtl] .mb-lg-7{margin-bottom:1.75rem!important}html[dir=rtl] .mb-lg-8{margin-bottom:2rem!important}html[dir=rtl] .mb-lg-9{margin-bottom:2.25rem!important}html[dir=rtl] .mb-lg-10{margin-bottom:2.5rem!important}html[dir=rtl] .mb-lg-11{margin-bottom:2.75rem!important}html[dir=rtl] .mb-lg-12{margin-bottom:3rem!important}html[dir=rtl] .mb-lg-13{margin-bottom:3.25rem!important}html[dir=rtl] .mb-lg-14{margin-bottom:3.5rem!important}html[dir=rtl] .mb-lg-15{margin-bottom:3.75rem!important}html[dir=rtl] .mb-lg-16{margin-bottom:4rem!important}html[dir=rtl] .mb-lg-17{margin-bottom:4.25rem!important}html[dir=rtl] .mb-lg-18{margin-bottom:4.5rem!important}html[dir=rtl] .mb-lg-19{margin-bottom:4.75rem!important}html[dir=rtl] .mb-lg-20{margin-bottom:5rem!important}html[dir=rtl] .mb-lg-auto{margin-bottom:auto!important}html[dir=rtl] .ms-lg-0{margin-right:0!important}html[dir=rtl] .ms-lg-1{margin-right:.25rem!important}html[dir=rtl] .ms-lg-2{margin-right:.5rem!important}html[dir=rtl] .ms-lg-3{margin-right:.75rem!important}html[dir=rtl] .ms-lg-4{margin-right:1rem!important}html[dir=rtl] .ms-lg-5{margin-right:1.25rem!important}html[dir=rtl] .ms-lg-6{margin-right:1.5rem!important}html[dir=rtl] .ms-lg-7{margin-right:1.75rem!important}html[dir=rtl] .ms-lg-8{margin-right:2rem!important}html[dir=rtl] .ms-lg-9{margin-right:2.25rem!important}html[dir=rtl] .ms-lg-10{margin-right:2.5rem!important}html[dir=rtl] .ms-lg-11{margin-right:2.75rem!important}html[dir=rtl] .ms-lg-12{margin-right:3rem!important}html[dir=rtl] .ms-lg-13{margin-right:3.25rem!important}html[dir=rtl] .ms-lg-14{margin-right:3.5rem!important}html[dir=rtl] .ms-lg-15{margin-right:3.75rem!important}html[dir=rtl] .ms-lg-16{margin-right:4rem!important}html[dir=rtl] .ms-lg-17{margin-right:4.25rem!important}html[dir=rtl] .ms-lg-18{margin-right:4.5rem!important}html[dir=rtl] .ms-lg-19{margin-right:4.75rem!important}html[dir=rtl] .ms-lg-20{margin-right:5rem!important}html[dir=rtl] .ms-lg-auto{margin-right:auto!important}html[dir=rtl] .m-lg-n1{margin:-.25rem!important}html[dir=rtl] .m-lg-n2{margin:-.5rem!important}html[dir=rtl] .m-lg-n3{margin:-.75rem!important}html[dir=rtl] .m-lg-n4{margin:-1rem!important}html[dir=rtl] .m-lg-n5{margin:-1.25rem!important}html[dir=rtl] .m-lg-n6{margin:-1.5rem!important}html[dir=rtl] .m-lg-n7{margin:-1.75rem!important}html[dir=rtl] .m-lg-n8{margin:-2rem!important}html[dir=rtl] .m-lg-n9{margin:-2.25rem!important}html[dir=rtl] .m-lg-n10{margin:-2.5rem!important}html[dir=rtl] .m-lg-n11{margin:-2.75rem!important}html[dir=rtl] .m-lg-n12{margin:-3rem!important}html[dir=rtl] .m-lg-n13{margin:-3.25rem!important}html[dir=rtl] .m-lg-n14{margin:-3.5rem!important}html[dir=rtl] .m-lg-n15{margin:-3.75rem!important}html[dir=rtl] .m-lg-n16{margin:-4rem!important}html[dir=rtl] .m-lg-n17{margin:-4.25rem!important}html[dir=rtl] .m-lg-n18{margin:-4.5rem!important}html[dir=rtl] .m-lg-n19{margin:-4.75rem!important}html[dir=rtl] .m-lg-n20{margin:-5rem!important}html[dir=rtl] .mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}html[dir=rtl] .mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}html[dir=rtl] .mx-lg-n3{margin-left:-.75rem!important;margin-right:-.75rem!important}html[dir=rtl] .mx-lg-n4{margin-left:-1rem!important;margin-right:-1rem!important}html[dir=rtl] .mx-lg-n5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}html[dir=rtl] .mx-lg-n6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}html[dir=rtl] .mx-lg-n7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}html[dir=rtl] .mx-lg-n8{margin-left:-2rem!important;margin-right:-2rem!important}html[dir=rtl] .mx-lg-n9{margin-left:-2.25rem!important;margin-right:-2.25rem!important}html[dir=rtl] .mx-lg-n10{margin-left:-2.5rem!important;margin-right:-2.5rem!important}html[dir=rtl] .mx-lg-n11{margin-left:-2.75rem!important;margin-right:-2.75rem!important}html[dir=rtl] .mx-lg-n12{margin-left:-3rem!important;margin-right:-3rem!important}html[dir=rtl] .mx-lg-n13{margin-left:-3.25rem!important;margin-right:-3.25rem!important}html[dir=rtl] .mx-lg-n14{margin-left:-3.5rem!important;margin-right:-3.5rem!important}html[dir=rtl] .mx-lg-n15{margin-left:-3.75rem!important;margin-right:-3.75rem!important}html[dir=rtl] .mx-lg-n16{margin-left:-4rem!important;margin-right:-4rem!important}html[dir=rtl] .mx-lg-n17{margin-left:-4.25rem!important;margin-right:-4.25rem!important}html[dir=rtl] .mx-lg-n18{margin-left:-4.5rem!important;margin-right:-4.5rem!important}html[dir=rtl] .mx-lg-n19{margin-left:-4.75rem!important;margin-right:-4.75rem!important}html[dir=rtl] .mx-lg-n20{margin-left:-5rem!important;margin-right:-5rem!important}html[dir=rtl] .my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}html[dir=rtl] .my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}html[dir=rtl] .my-lg-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}html[dir=rtl] .my-lg-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}html[dir=rtl] .my-lg-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}html[dir=rtl] .my-lg-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}html[dir=rtl] .my-lg-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}html[dir=rtl] .my-lg-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}html[dir=rtl] .my-lg-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}html[dir=rtl] .my-lg-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}html[dir=rtl] .my-lg-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}html[dir=rtl] .my-lg-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}html[dir=rtl] .my-lg-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}html[dir=rtl] .my-lg-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}html[dir=rtl] .my-lg-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}html[dir=rtl] .my-lg-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}html[dir=rtl] .my-lg-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}html[dir=rtl] .my-lg-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}html[dir=rtl] .my-lg-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}html[dir=rtl] .my-lg-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}html[dir=rtl] .mt-lg-n1{margin-top:-.25rem!important}html[dir=rtl] .mt-lg-n2{margin-top:-.5rem!important}html[dir=rtl] .mt-lg-n3{margin-top:-.75rem!important}html[dir=rtl] .mt-lg-n4{margin-top:-1rem!important}html[dir=rtl] .mt-lg-n5{margin-top:-1.25rem!important}html[dir=rtl] .mt-lg-n6{margin-top:-1.5rem!important}html[dir=rtl] .mt-lg-n7{margin-top:-1.75rem!important}html[dir=rtl] .mt-lg-n8{margin-top:-2rem!important}html[dir=rtl] .mt-lg-n9{margin-top:-2.25rem!important}html[dir=rtl] .mt-lg-n10{margin-top:-2.5rem!important}html[dir=rtl] .mt-lg-n11{margin-top:-2.75rem!important}html[dir=rtl] .mt-lg-n12{margin-top:-3rem!important}html[dir=rtl] .mt-lg-n13{margin-top:-3.25rem!important}html[dir=rtl] .mt-lg-n14{margin-top:-3.5rem!important}html[dir=rtl] .mt-lg-n15{margin-top:-3.75rem!important}html[dir=rtl] .mt-lg-n16{margin-top:-4rem!important}html[dir=rtl] .mt-lg-n17{margin-top:-4.25rem!important}html[dir=rtl] .mt-lg-n18{margin-top:-4.5rem!important}html[dir=rtl] .mt-lg-n19{margin-top:-4.75rem!important}html[dir=rtl] .mt-lg-n20{margin-top:-5rem!important}html[dir=rtl] .me-lg-n1{margin-left:-.25rem!important}html[dir=rtl] .me-lg-n2{margin-left:-.5rem!important}html[dir=rtl] .me-lg-n3{margin-left:-.75rem!important}html[dir=rtl] .me-lg-n4{margin-left:-1rem!important}html[dir=rtl] .me-lg-n5{margin-left:-1.25rem!important}html[dir=rtl] .me-lg-n6{margin-left:-1.5rem!important}html[dir=rtl] .me-lg-n7{margin-left:-1.75rem!important}html[dir=rtl] .me-lg-n8{margin-left:-2rem!important}html[dir=rtl] .me-lg-n9{margin-left:-2.25rem!important}html[dir=rtl] .me-lg-n10{margin-left:-2.5rem!important}html[dir=rtl] .me-lg-n11{margin-left:-2.75rem!important}html[dir=rtl] .me-lg-n12{margin-left:-3rem!important}html[dir=rtl] .me-lg-n13{margin-left:-3.25rem!important}html[dir=rtl] .me-lg-n14{margin-left:-3.5rem!important}html[dir=rtl] .me-lg-n15{margin-left:-3.75rem!important}html[dir=rtl] .me-lg-n16{margin-left:-4rem!important}html[dir=rtl] .me-lg-n17{margin-left:-4.25rem!important}html[dir=rtl] .me-lg-n18{margin-left:-4.5rem!important}html[dir=rtl] .me-lg-n19{margin-left:-4.75rem!important}html[dir=rtl] .me-lg-n20{margin-left:-5rem!important}html[dir=rtl] .mb-lg-n1{margin-bottom:-.25rem!important}html[dir=rtl] .mb-lg-n2{margin-bottom:-.5rem!important}html[dir=rtl] .mb-lg-n3{margin-bottom:-.75rem!important}html[dir=rtl] .mb-lg-n4{margin-bottom:-1rem!important}html[dir=rtl] .mb-lg-n5{margin-bottom:-1.25rem!important}html[dir=rtl] .mb-lg-n6{margin-bottom:-1.5rem!important}html[dir=rtl] .mb-lg-n7{margin-bottom:-1.75rem!important}html[dir=rtl] .mb-lg-n8{margin-bottom:-2rem!important}html[dir=rtl] .mb-lg-n9{margin-bottom:-2.25rem!important}html[dir=rtl] .mb-lg-n10{margin-bottom:-2.5rem!important}html[dir=rtl] .mb-lg-n11{margin-bottom:-2.75rem!important}html[dir=rtl] .mb-lg-n12{margin-bottom:-3rem!important}html[dir=rtl] .mb-lg-n13{margin-bottom:-3.25rem!important}html[dir=rtl] .mb-lg-n14{margin-bottom:-3.5rem!important}html[dir=rtl] .mb-lg-n15{margin-bottom:-3.75rem!important}html[dir=rtl] .mb-lg-n16{margin-bottom:-4rem!important}html[dir=rtl] .mb-lg-n17{margin-bottom:-4.25rem!important}html[dir=rtl] .mb-lg-n18{margin-bottom:-4.5rem!important}html[dir=rtl] .mb-lg-n19{margin-bottom:-4.75rem!important}html[dir=rtl] .mb-lg-n20{margin-bottom:-5rem!important}html[dir=rtl] .ms-lg-n1{margin-right:-.25rem!important}html[dir=rtl] .ms-lg-n2{margin-right:-.5rem!important}html[dir=rtl] .ms-lg-n3{margin-right:-.75rem!important}html[dir=rtl] .ms-lg-n4{margin-right:-1rem!important}html[dir=rtl] .ms-lg-n5{margin-right:-1.25rem!important}html[dir=rtl] .ms-lg-n6{margin-right:-1.5rem!important}html[dir=rtl] .ms-lg-n7{margin-right:-1.75rem!important}html[dir=rtl] .ms-lg-n8{margin-right:-2rem!important}html[dir=rtl] .ms-lg-n9{margin-right:-2.25rem!important}html[dir=rtl] .ms-lg-n10{margin-right:-2.5rem!important}html[dir=rtl] .ms-lg-n11{margin-right:-2.75rem!important}html[dir=rtl] .ms-lg-n12{margin-right:-3rem!important}html[dir=rtl] .ms-lg-n13{margin-right:-3.25rem!important}html[dir=rtl] .ms-lg-n14{margin-right:-3.5rem!important}html[dir=rtl] .ms-lg-n15{margin-right:-3.75rem!important}html[dir=rtl] .ms-lg-n16{margin-right:-4rem!important}html[dir=rtl] .ms-lg-n17{margin-right:-4.25rem!important}html[dir=rtl] .ms-lg-n18{margin-right:-4.5rem!important}html[dir=rtl] .ms-lg-n19{margin-right:-4.75rem!important}html[dir=rtl] .ms-lg-n20{margin-right:-5rem!important}html[dir=rtl] .p-lg-0{padding:0!important}html[dir=rtl] .p-lg-1{padding:.25rem!important}html[dir=rtl] .p-lg-2{padding:.5rem!important}html[dir=rtl] .p-lg-3{padding:.75rem!important}html[dir=rtl] .p-lg-4{padding:1rem!important}html[dir=rtl] .p-lg-5{padding:1.25rem!important}html[dir=rtl] .p-lg-6{padding:1.5rem!important}html[dir=rtl] .p-lg-7{padding:1.75rem!important}html[dir=rtl] .p-lg-8{padding:2rem!important}html[dir=rtl] .p-lg-9{padding:2.25rem!important}html[dir=rtl] .p-lg-10{padding:2.5rem!important}html[dir=rtl] .p-lg-11{padding:2.75rem!important}html[dir=rtl] .p-lg-12{padding:3rem!important}html[dir=rtl] .p-lg-13{padding:3.25rem!important}html[dir=rtl] .p-lg-14{padding:3.5rem!important}html[dir=rtl] .p-lg-15{padding:3.75rem!important}html[dir=rtl] .p-lg-16{padding:4rem!important}html[dir=rtl] .p-lg-17{padding:4.25rem!important}html[dir=rtl] .p-lg-18{padding:4.5rem!important}html[dir=rtl] .p-lg-19{padding:4.75rem!important}html[dir=rtl] .p-lg-20{padding:5rem!important}html[dir=rtl] .px-lg-0{padding-left:0!important;padding-right:0!important}html[dir=rtl] .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}html[dir=rtl] .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}html[dir=rtl] .px-lg-3{padding-left:.75rem!important;padding-right:.75rem!important}html[dir=rtl] .px-lg-4{padding-left:1rem!important;padding-right:1rem!important}html[dir=rtl] .px-lg-5{padding-left:1.25rem!important;padding-right:1.25rem!important}html[dir=rtl] .px-lg-6{padding-left:1.5rem!important;padding-right:1.5rem!important}html[dir=rtl] .px-lg-7{padding-left:1.75rem!important;padding-right:1.75rem!important}html[dir=rtl] .px-lg-8{padding-left:2rem!important;padding-right:2rem!important}html[dir=rtl] .px-lg-9{padding-left:2.25rem!important;padding-right:2.25rem!important}html[dir=rtl] .px-lg-10{padding-left:2.5rem!important;padding-right:2.5rem!important}html[dir=rtl] .px-lg-11{padding-left:2.75rem!important;padding-right:2.75rem!important}html[dir=rtl] .px-lg-12{padding-left:3rem!important;padding-right:3rem!important}html[dir=rtl] .px-lg-13{padding-left:3.25rem!important;padding-right:3.25rem!important}html[dir=rtl] .px-lg-14{padding-left:3.5rem!important;padding-right:3.5rem!important}html[dir=rtl] .px-lg-15{padding-left:3.75rem!important;padding-right:3.75rem!important}html[dir=rtl] .px-lg-16{padding-left:4rem!important;padding-right:4rem!important}html[dir=rtl] .px-lg-17{padding-left:4.25rem!important;padding-right:4.25rem!important}html[dir=rtl] .px-lg-18{padding-left:4.5rem!important;padding-right:4.5rem!important}html[dir=rtl] .px-lg-19{padding-left:4.75rem!important;padding-right:4.75rem!important}html[dir=rtl] .px-lg-20{padding-left:5rem!important;padding-right:5rem!important}html[dir=rtl] .py-lg-0{padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html[dir=rtl] .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html[dir=rtl] .py-lg-3{padding-top:.75rem!important;padding-bottom:.75rem!important}html[dir=rtl] .py-lg-4{padding-top:1rem!important;padding-bottom:1rem!important}html[dir=rtl] .py-lg-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}html[dir=rtl] .py-lg-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html[dir=rtl] .py-lg-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}html[dir=rtl] .py-lg-8{padding-top:2rem!important;padding-bottom:2rem!important}html[dir=rtl] .py-lg-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}html[dir=rtl] .py-lg-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}html[dir=rtl] .py-lg-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}html[dir=rtl] .py-lg-12{padding-top:3rem!important;padding-bottom:3rem!important}html[dir=rtl] .py-lg-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}html[dir=rtl] .py-lg-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}html[dir=rtl] .py-lg-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}html[dir=rtl] .py-lg-16{padding-top:4rem!important;padding-bottom:4rem!important}html[dir=rtl] .py-lg-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}html[dir=rtl] .py-lg-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}html[dir=rtl] .py-lg-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}html[dir=rtl] .py-lg-20{padding-top:5rem!important;padding-bottom:5rem!important}html[dir=rtl] .pt-lg-0{padding-top:0!important}html[dir=rtl] .pt-lg-1{padding-top:.25rem!important}html[dir=rtl] .pt-lg-2{padding-top:.5rem!important}html[dir=rtl] .pt-lg-3{padding-top:.75rem!important}html[dir=rtl] .pt-lg-4{padding-top:1rem!important}html[dir=rtl] .pt-lg-5{padding-top:1.25rem!important}html[dir=rtl] .pt-lg-6{padding-top:1.5rem!important}html[dir=rtl] .pt-lg-7{padding-top:1.75rem!important}html[dir=rtl] .pt-lg-8{padding-top:2rem!important}html[dir=rtl] .pt-lg-9{padding-top:2.25rem!important}html[dir=rtl] .pt-lg-10{padding-top:2.5rem!important}html[dir=rtl] .pt-lg-11{padding-top:2.75rem!important}html[dir=rtl] .pt-lg-12{padding-top:3rem!important}html[dir=rtl] .pt-lg-13{padding-top:3.25rem!important}html[dir=rtl] .pt-lg-14{padding-top:3.5rem!important}html[dir=rtl] .pt-lg-15{padding-top:3.75rem!important}html[dir=rtl] .pt-lg-16{padding-top:4rem!important}html[dir=rtl] .pt-lg-17{padding-top:4.25rem!important}html[dir=rtl] .pt-lg-18{padding-top:4.5rem!important}html[dir=rtl] .pt-lg-19{padding-top:4.75rem!important}html[dir=rtl] .pt-lg-20{padding-top:5rem!important}html[dir=rtl] .pe-lg-0{padding-left:0!important}html[dir=rtl] .pe-lg-1{padding-left:.25rem!important}html[dir=rtl] .pe-lg-2{padding-left:.5rem!important}html[dir=rtl] .pe-lg-3{padding-left:.75rem!important}html[dir=rtl] .pe-lg-4{padding-left:1rem!important}html[dir=rtl] .pe-lg-5{padding-left:1.25rem!important}html[dir=rtl] .pe-lg-6{padding-left:1.5rem!important}html[dir=rtl] .pe-lg-7{padding-left:1.75rem!important}html[dir=rtl] .pe-lg-8{padding-left:2rem!important}html[dir=rtl] .pe-lg-9{padding-left:2.25rem!important}html[dir=rtl] .pe-lg-10{padding-left:2.5rem!important}html[dir=rtl] .pe-lg-11{padding-left:2.75rem!important}html[dir=rtl] .pe-lg-12{padding-left:3rem!important}html[dir=rtl] .pe-lg-13{padding-left:3.25rem!important}html[dir=rtl] .pe-lg-14{padding-left:3.5rem!important}html[dir=rtl] .pe-lg-15{padding-left:3.75rem!important}html[dir=rtl] .pe-lg-16{padding-left:4rem!important}html[dir=rtl] .pe-lg-17{padding-left:4.25rem!important}html[dir=rtl] .pe-lg-18{padding-left:4.5rem!important}html[dir=rtl] .pe-lg-19{padding-left:4.75rem!important}html[dir=rtl] .pe-lg-20{padding-left:5rem!important}html[dir=rtl] .pb-lg-0{padding-bottom:0!important}html[dir=rtl] .pb-lg-1{padding-bottom:.25rem!important}html[dir=rtl] .pb-lg-2{padding-bottom:.5rem!important}html[dir=rtl] .pb-lg-3{padding-bottom:.75rem!important}html[dir=rtl] .pb-lg-4{padding-bottom:1rem!important}html[dir=rtl] .pb-lg-5{padding-bottom:1.25rem!important}html[dir=rtl] .pb-lg-6{padding-bottom:1.5rem!important}html[dir=rtl] .pb-lg-7{padding-bottom:1.75rem!important}html[dir=rtl] .pb-lg-8{padding-bottom:2rem!important}html[dir=rtl] .pb-lg-9{padding-bottom:2.25rem!important}html[dir=rtl] .pb-lg-10{padding-bottom:2.5rem!important}html[dir=rtl] .pb-lg-11{padding-bottom:2.75rem!important}html[dir=rtl] .pb-lg-12{padding-bottom:3rem!important}html[dir=rtl] .pb-lg-13{padding-bottom:3.25rem!important}html[dir=rtl] .pb-lg-14{padding-bottom:3.5rem!important}html[dir=rtl] .pb-lg-15{padding-bottom:3.75rem!important}html[dir=rtl] .pb-lg-16{padding-bottom:4rem!important}html[dir=rtl] .pb-lg-17{padding-bottom:4.25rem!important}html[dir=rtl] .pb-lg-18{padding-bottom:4.5rem!important}html[dir=rtl] .pb-lg-19{padding-bottom:4.75rem!important}html[dir=rtl] .pb-lg-20{padding-bottom:5rem!important}html[dir=rtl] .ps-lg-0{padding-right:0!important}html[dir=rtl] .ps-lg-1{padding-right:.25rem!important}html[dir=rtl] .ps-lg-2{padding-right:.5rem!important}html[dir=rtl] .ps-lg-3{padding-right:.75rem!important}html[dir=rtl] .ps-lg-4{padding-right:1rem!important}html[dir=rtl] .ps-lg-5{padding-right:1.25rem!important}html[dir=rtl] .ps-lg-6{padding-right:1.5rem!important}html[dir=rtl] .ps-lg-7{padding-right:1.75rem!important}html[dir=rtl] .ps-lg-8{padding-right:2rem!important}html[dir=rtl] .ps-lg-9{padding-right:2.25rem!important}html[dir=rtl] .ps-lg-10{padding-right:2.5rem!important}html[dir=rtl] .ps-lg-11{padding-right:2.75rem!important}html[dir=rtl] .ps-lg-12{padding-right:3rem!important}html[dir=rtl] .ps-lg-13{padding-right:3.25rem!important}html[dir=rtl] .ps-lg-14{padding-right:3.5rem!important}html[dir=rtl] .ps-lg-15{padding-right:3.75rem!important}html[dir=rtl] .ps-lg-16{padding-right:4rem!important}html[dir=rtl] .ps-lg-17{padding-right:4.25rem!important}html[dir=rtl] .ps-lg-18{padding-right:4.5rem!important}html[dir=rtl] .ps-lg-19{padding-right:4.75rem!important}html[dir=rtl] .ps-lg-20{padding-right:5rem!important}html[dir=rtl] .fs-lg-1{font-size:calc(1.3rem + .6vw)!important}html[dir=rtl] .fs-lg-2{font-size:calc(1.275rem + .3vw)!important}html[dir=rtl] .fs-lg-3{font-size:calc(1.26rem + .12vw)!important}html[dir=rtl] .fs-lg-4{font-size:1.25rem!important}html[dir=rtl] .fs-lg-5{font-size:1.15rem!important}html[dir=rtl] .fs-lg-6{font-size:1.075rem!important}html[dir=rtl] .fs-lg-7{font-size:.95rem!important}html[dir=rtl] .fs-lg-8{font-size:.85rem!important}html[dir=rtl] .fs-lg-9{font-size:.75rem!important}html[dir=rtl] .fs-lg-10{font-size:.5rem!important}html[dir=rtl] .fs-lg-base{font-size:1rem!important}html[dir=rtl] .fs-lg-fluid{font-size:100%!important}html[dir=rtl] .fs-lg-2x{font-size:calc(1.325rem + .9vw)!important}html[dir=rtl] .fs-lg-2qx{font-size:calc(1.35rem + 1.2vw)!important}html[dir=rtl] .fs-lg-2hx{font-size:calc(1.375rem + 1.5vw)!important}html[dir=rtl] .fs-lg-2tx{font-size:calc(1.4rem + 1.8vw)!important}html[dir=rtl] .fs-lg-3x{font-size:calc(1.425rem + 2.1vw)!important}html[dir=rtl] .fs-lg-3qx{font-size:calc(1.45rem + 2.4vw)!important}html[dir=rtl] .fs-lg-3hx{font-size:calc(1.475rem + 2.7vw)!important}html[dir=rtl] .fs-lg-3tx{font-size:calc(1.5rem + 3vw)!important}html[dir=rtl] .fs-lg-4x{font-size:calc(1.525rem + 3.3vw)!important}html[dir=rtl] .fs-lg-4qx{font-size:calc(1.55rem + 3.6vw)!important}html[dir=rtl] .fs-lg-4hx{font-size:calc(1.575rem + 3.9vw)!important}html[dir=rtl] .fs-lg-4tx{font-size:calc(1.6rem + 4.2vw)!important}html[dir=rtl] .fs-lg-5x{font-size:calc(1.625rem + 4.5vw)!important}html[dir=rtl] .fs-lg-5qx{font-size:calc(1.65rem + 4.8vw)!important}html[dir=rtl] .fs-lg-5hx{font-size:calc(1.675rem + 5.1vw)!important}html[dir=rtl] .fs-lg-5tx{font-size:calc(1.7rem + 5.4vw)!important}html[dir=rtl] .text-lg-start{text-align:right!important}html[dir=rtl] .text-lg-end{text-align:left!important}html[dir=rtl] .text-lg-center{text-align:center!important}html[dir=rtl] .min-w-lg-unset{min-width:unset!important}html[dir=rtl] .min-w-lg-25{min-width:25%!important}html[dir=rtl] .min-w-lg-50{min-width:50%!important}html[dir=rtl] .min-w-lg-75{min-width:75%!important}html[dir=rtl] .min-w-lg-100{min-width:100%!important}html[dir=rtl] .min-w-lg-auto{min-width:auto!important}html[dir=rtl] .min-w-lg-1px{min-width:1px!important}html[dir=rtl] .min-w-lg-2px{min-width:2px!important}html[dir=rtl] .min-w-lg-3px{min-width:3px!important}html[dir=rtl] .min-w-lg-4px{min-width:4px!important}html[dir=rtl] .min-w-lg-5px{min-width:5px!important}html[dir=rtl] .min-w-lg-6px{min-width:6px!important}html[dir=rtl] .min-w-lg-7px{min-width:7px!important}html[dir=rtl] .min-w-lg-8px{min-width:8px!important}html[dir=rtl] .min-w-lg-9px{min-width:9px!important}html[dir=rtl] .min-w-lg-10px{min-width:10px!important}html[dir=rtl] .min-w-lg-15px{min-width:15px!important}html[dir=rtl] .min-w-lg-20px{min-width:20px!important}html[dir=rtl] .min-w-lg-25px{min-width:25px!important}html[dir=rtl] .min-w-lg-30px{min-width:30px!important}html[dir=rtl] .min-w-lg-35px{min-width:35px!important}html[dir=rtl] .min-w-lg-40px{min-width:40px!important}html[dir=rtl] .min-w-lg-45px{min-width:45px!important}html[dir=rtl] .min-w-lg-50px{min-width:50px!important}html[dir=rtl] .min-w-lg-55px{min-width:55px!important}html[dir=rtl] .min-w-lg-60px{min-width:60px!important}html[dir=rtl] .min-w-lg-65px{min-width:65px!important}html[dir=rtl] .min-w-lg-70px{min-width:70px!important}html[dir=rtl] .min-w-lg-75px{min-width:75px!important}html[dir=rtl] .min-w-lg-80px{min-width:80px!important}html[dir=rtl] .min-w-lg-85px{min-width:85px!important}html[dir=rtl] .min-w-lg-90px{min-width:90px!important}html[dir=rtl] .min-w-lg-95px{min-width:95px!important}html[dir=rtl] .min-w-lg-100px{min-width:100px!important}html[dir=rtl] .min-w-lg-125px{min-width:125px!important}html[dir=rtl] .min-w-lg-150px{min-width:150px!important}html[dir=rtl] .min-w-lg-175px{min-width:175px!important}html[dir=rtl] .min-w-lg-200px{min-width:200px!important}html[dir=rtl] .min-w-lg-225px{min-width:225px!important}html[dir=rtl] .min-w-lg-250px{min-width:250px!important}html[dir=rtl] .min-w-lg-275px{min-width:275px!important}html[dir=rtl] .min-w-lg-300px{min-width:300px!important}html[dir=rtl] .min-w-lg-325px{min-width:325px!important}html[dir=rtl] .min-w-lg-350px{min-width:350px!important}html[dir=rtl] .min-w-lg-375px{min-width:375px!important}html[dir=rtl] .min-w-lg-400px{min-width:400px!important}html[dir=rtl] .min-w-lg-425px{min-width:425px!important}html[dir=rtl] .min-w-lg-450px{min-width:450px!important}html[dir=rtl] .min-w-lg-475px{min-width:475px!important}html[dir=rtl] .min-w-lg-500px{min-width:500px!important}html[dir=rtl] .min-w-lg-550px{min-width:550px!important}html[dir=rtl] .min-w-lg-600px{min-width:600px!important}html[dir=rtl] .min-w-lg-650px{min-width:650px!important}html[dir=rtl] .min-w-lg-700px{min-width:700px!important}html[dir=rtl] .min-w-lg-750px{min-width:750px!important}html[dir=rtl] .min-w-lg-800px{min-width:800px!important}html[dir=rtl] .min-w-lg-850px{min-width:850px!important}html[dir=rtl] .min-w-lg-900px{min-width:900px!important}html[dir=rtl] .min-w-lg-950px{min-width:950px!important}html[dir=rtl] .min-w-lg-1000px{min-width:1000px!important}html[dir=rtl] .min-h-lg-unset{min-height:unset!important}html[dir=rtl] .min-h-lg-25{min-height:25%!important}html[dir=rtl] .min-h-lg-50{min-height:50%!important}html[dir=rtl] .min-h-lg-75{min-height:75%!important}html[dir=rtl] .min-h-lg-100{min-height:100%!important}html[dir=rtl] .min-h-lg-auto{min-height:auto!important}html[dir=rtl] .min-h-lg-1px{min-height:1px!important}html[dir=rtl] .min-h-lg-2px{min-height:2px!important}html[dir=rtl] .min-h-lg-3px{min-height:3px!important}html[dir=rtl] .min-h-lg-4px{min-height:4px!important}html[dir=rtl] .min-h-lg-5px{min-height:5px!important}html[dir=rtl] .min-h-lg-6px{min-height:6px!important}html[dir=rtl] .min-h-lg-7px{min-height:7px!important}html[dir=rtl] .min-h-lg-8px{min-height:8px!important}html[dir=rtl] .min-h-lg-9px{min-height:9px!important}html[dir=rtl] .min-h-lg-10px{min-height:10px!important}html[dir=rtl] .min-h-lg-15px{min-height:15px!important}html[dir=rtl] .min-h-lg-20px{min-height:20px!important}html[dir=rtl] .min-h-lg-25px{min-height:25px!important}html[dir=rtl] .min-h-lg-30px{min-height:30px!important}html[dir=rtl] .min-h-lg-35px{min-height:35px!important}html[dir=rtl] .min-h-lg-40px{min-height:40px!important}html[dir=rtl] .min-h-lg-45px{min-height:45px!important}html[dir=rtl] .min-h-lg-50px{min-height:50px!important}html[dir=rtl] .min-h-lg-55px{min-height:55px!important}html[dir=rtl] .min-h-lg-60px{min-height:60px!important}html[dir=rtl] .min-h-lg-65px{min-height:65px!important}html[dir=rtl] .min-h-lg-70px{min-height:70px!important}html[dir=rtl] .min-h-lg-75px{min-height:75px!important}html[dir=rtl] .min-h-lg-80px{min-height:80px!important}html[dir=rtl] .min-h-lg-85px{min-height:85px!important}html[dir=rtl] .min-h-lg-90px{min-height:90px!important}html[dir=rtl] .min-h-lg-95px{min-height:95px!important}html[dir=rtl] .min-h-lg-100px{min-height:100px!important}html[dir=rtl] .min-h-lg-125px{min-height:125px!important}html[dir=rtl] .min-h-lg-150px{min-height:150px!important}html[dir=rtl] .min-h-lg-175px{min-height:175px!important}html[dir=rtl] .min-h-lg-200px{min-height:200px!important}html[dir=rtl] .min-h-lg-225px{min-height:225px!important}html[dir=rtl] .min-h-lg-250px{min-height:250px!important}html[dir=rtl] .min-h-lg-275px{min-height:275px!important}html[dir=rtl] .min-h-lg-300px{min-height:300px!important}html[dir=rtl] .min-h-lg-325px{min-height:325px!important}html[dir=rtl] .min-h-lg-350px{min-height:350px!important}html[dir=rtl] .min-h-lg-375px{min-height:375px!important}html[dir=rtl] .min-h-lg-400px{min-height:400px!important}html[dir=rtl] .min-h-lg-425px{min-height:425px!important}html[dir=rtl] .min-h-lg-450px{min-height:450px!important}html[dir=rtl] .min-h-lg-475px{min-height:475px!important}html[dir=rtl] .min-h-lg-500px{min-height:500px!important}html[dir=rtl] .min-h-lg-550px{min-height:550px!important}html[dir=rtl] .min-h-lg-600px{min-height:600px!important}html[dir=rtl] .min-h-lg-650px{min-height:650px!important}html[dir=rtl] .min-h-lg-700px{min-height:700px!important}html[dir=rtl] .min-h-lg-750px{min-height:750px!important}html[dir=rtl] .min-h-lg-800px{min-height:800px!important}html[dir=rtl] .min-h-lg-850px{min-height:850px!important}html[dir=rtl] .min-h-lg-900px{min-height:900px!important}html[dir=rtl] .min-h-lg-950px{min-height:950px!important}html[dir=rtl] .min-h-lg-1000px{min-height:1000px!important}}@media (min-width: 1200px){html[dir=rtl] .float-xl-start{float:right!important}html[dir=rtl] .float-xl-end{float:left!important}html[dir=rtl] .float-xl-none{float:none!important}html[dir=rtl] .d-xl-inline{display:inline!important}html[dir=rtl] .d-xl-inline-block{display:inline-block!important}html[dir=rtl] .d-xl-block{display:block!important}html[dir=rtl] .d-xl-grid{display:grid!important}html[dir=rtl] .d-xl-table{display:table!important}html[dir=rtl] .d-xl-table-row{display:table-row!important}html[dir=rtl] .d-xl-table-cell{display:table-cell!important}html[dir=rtl] .d-xl-flex{display:flex!important}html[dir=rtl] .d-xl-inline-flex{display:inline-flex!important}html[dir=rtl] .d-xl-none{display:none!important}html[dir=rtl] .position-xl-static{position:static!important}html[dir=rtl] .position-xl-relative{position:relative!important}html[dir=rtl] .position-xl-absolute{position:absolute!important}html[dir=rtl] .position-xl-fixed{position:fixed!important}html[dir=rtl] .position-xl-sticky{position:sticky!important}html[dir=rtl] .w-xl-unset{width:unset!important}html[dir=rtl] .w-xl-25{width:25%!important}html[dir=rtl] .w-xl-50{width:50%!important}html[dir=rtl] .w-xl-75{width:75%!important}html[dir=rtl] .w-xl-100{width:100%!important}html[dir=rtl] .w-xl-auto{width:auto!important}html[dir=rtl] .w-xl-1px{width:1px!important}html[dir=rtl] .w-xl-2px{width:2px!important}html[dir=rtl] .w-xl-3px{width:3px!important}html[dir=rtl] .w-xl-4px{width:4px!important}html[dir=rtl] .w-xl-5px{width:5px!important}html[dir=rtl] .w-xl-6px{width:6px!important}html[dir=rtl] .w-xl-7px{width:7px!important}html[dir=rtl] .w-xl-8px{width:8px!important}html[dir=rtl] .w-xl-9px{width:9px!important}html[dir=rtl] .w-xl-10px{width:10px!important}html[dir=rtl] .w-xl-15px{width:15px!important}html[dir=rtl] .w-xl-20px{width:20px!important}html[dir=rtl] .w-xl-25px{width:25px!important}html[dir=rtl] .w-xl-30px{width:30px!important}html[dir=rtl] .w-xl-35px{width:35px!important}html[dir=rtl] .w-xl-40px{width:40px!important}html[dir=rtl] .w-xl-45px{width:45px!important}html[dir=rtl] .w-xl-50px{width:50px!important}html[dir=rtl] .w-xl-55px{width:55px!important}html[dir=rtl] .w-xl-60px{width:60px!important}html[dir=rtl] .w-xl-65px{width:65px!important}html[dir=rtl] .w-xl-70px{width:70px!important}html[dir=rtl] .w-xl-75px{width:75px!important}html[dir=rtl] .w-xl-80px{width:80px!important}html[dir=rtl] .w-xl-85px{width:85px!important}html[dir=rtl] .w-xl-90px{width:90px!important}html[dir=rtl] .w-xl-95px{width:95px!important}html[dir=rtl] .w-xl-100px{width:100px!important}html[dir=rtl] .w-xl-125px{width:125px!important}html[dir=rtl] .w-xl-150px{width:150px!important}html[dir=rtl] .w-xl-175px{width:175px!important}html[dir=rtl] .w-xl-200px{width:200px!important}html[dir=rtl] .w-xl-225px{width:225px!important}html[dir=rtl] .w-xl-250px{width:250px!important}html[dir=rtl] .w-xl-275px{width:275px!important}html[dir=rtl] .w-xl-300px{width:300px!important}html[dir=rtl] .w-xl-325px{width:325px!important}html[dir=rtl] .w-xl-350px{width:350px!important}html[dir=rtl] .w-xl-375px{width:375px!important}html[dir=rtl] .w-xl-400px{width:400px!important}html[dir=rtl] .w-xl-425px{width:425px!important}html[dir=rtl] .w-xl-450px{width:450px!important}html[dir=rtl] .w-xl-475px{width:475px!important}html[dir=rtl] .w-xl-500px{width:500px!important}html[dir=rtl] .w-xl-550px{width:550px!important}html[dir=rtl] .w-xl-600px{width:600px!important}html[dir=rtl] .w-xl-650px{width:650px!important}html[dir=rtl] .w-xl-700px{width:700px!important}html[dir=rtl] .w-xl-750px{width:750px!important}html[dir=rtl] .w-xl-800px{width:800px!important}html[dir=rtl] .w-xl-850px{width:850px!important}html[dir=rtl] .w-xl-900px{width:900px!important}html[dir=rtl] .w-xl-950px{width:950px!important}html[dir=rtl] .w-xl-1000px{width:1000px!important}html[dir=rtl] .mw-xl-unset{max-width:unset!important}html[dir=rtl] .mw-xl-25{max-width:25%!important}html[dir=rtl] .mw-xl-50{max-width:50%!important}html[dir=rtl] .mw-xl-75{max-width:75%!important}html[dir=rtl] .mw-xl-100{max-width:100%!important}html[dir=rtl] .mw-xl-auto{max-width:auto!important}html[dir=rtl] .mw-xl-1px{max-width:1px!important}html[dir=rtl] .mw-xl-2px{max-width:2px!important}html[dir=rtl] .mw-xl-3px{max-width:3px!important}html[dir=rtl] .mw-xl-4px{max-width:4px!important}html[dir=rtl] .mw-xl-5px{max-width:5px!important}html[dir=rtl] .mw-xl-6px{max-width:6px!important}html[dir=rtl] .mw-xl-7px{max-width:7px!important}html[dir=rtl] .mw-xl-8px{max-width:8px!important}html[dir=rtl] .mw-xl-9px{max-width:9px!important}html[dir=rtl] .mw-xl-10px{max-width:10px!important}html[dir=rtl] .mw-xl-15px{max-width:15px!important}html[dir=rtl] .mw-xl-20px{max-width:20px!important}html[dir=rtl] .mw-xl-25px{max-width:25px!important}html[dir=rtl] .mw-xl-30px{max-width:30px!important}html[dir=rtl] .mw-xl-35px{max-width:35px!important}html[dir=rtl] .mw-xl-40px{max-width:40px!important}html[dir=rtl] .mw-xl-45px{max-width:45px!important}html[dir=rtl] .mw-xl-50px{max-width:50px!important}html[dir=rtl] .mw-xl-55px{max-width:55px!important}html[dir=rtl] .mw-xl-60px{max-width:60px!important}html[dir=rtl] .mw-xl-65px{max-width:65px!important}html[dir=rtl] .mw-xl-70px{max-width:70px!important}html[dir=rtl] .mw-xl-75px{max-width:75px!important}html[dir=rtl] .mw-xl-80px{max-width:80px!important}html[dir=rtl] .mw-xl-85px{max-width:85px!important}html[dir=rtl] .mw-xl-90px{max-width:90px!important}html[dir=rtl] .mw-xl-95px{max-width:95px!important}html[dir=rtl] .mw-xl-100px{max-width:100px!important}html[dir=rtl] .mw-xl-125px{max-width:125px!important}html[dir=rtl] .mw-xl-150px{max-width:150px!important}html[dir=rtl] .mw-xl-175px{max-width:175px!important}html[dir=rtl] .mw-xl-200px{max-width:200px!important}html[dir=rtl] .mw-xl-225px{max-width:225px!important}html[dir=rtl] .mw-xl-250px{max-width:250px!important}html[dir=rtl] .mw-xl-275px{max-width:275px!important}html[dir=rtl] .mw-xl-300px{max-width:300px!important}html[dir=rtl] .mw-xl-325px{max-width:325px!important}html[dir=rtl] .mw-xl-350px{max-width:350px!important}html[dir=rtl] .mw-xl-375px{max-width:375px!important}html[dir=rtl] .mw-xl-400px{max-width:400px!important}html[dir=rtl] .mw-xl-425px{max-width:425px!important}html[dir=rtl] .mw-xl-450px{max-width:450px!important}html[dir=rtl] .mw-xl-475px{max-width:475px!important}html[dir=rtl] .mw-xl-500px{max-width:500px!important}html[dir=rtl] .mw-xl-550px{max-width:550px!important}html[dir=rtl] .mw-xl-600px{max-width:600px!important}html[dir=rtl] .mw-xl-650px{max-width:650px!important}html[dir=rtl] .mw-xl-700px{max-width:700px!important}html[dir=rtl] .mw-xl-750px{max-width:750px!important}html[dir=rtl] .mw-xl-800px{max-width:800px!important}html[dir=rtl] .mw-xl-850px{max-width:850px!important}html[dir=rtl] .mw-xl-900px{max-width:900px!important}html[dir=rtl] .mw-xl-950px{max-width:950px!important}html[dir=rtl] .mw-xl-1000px{max-width:1000px!important}html[dir=rtl] .h-xl-unset{height:unset!important}html[dir=rtl] .h-xl-25{height:25%!important}html[dir=rtl] .h-xl-50{height:50%!important}html[dir=rtl] .h-xl-75{height:75%!important}html[dir=rtl] .h-xl-100{height:100%!important}html[dir=rtl] .h-xl-auto{height:auto!important}html[dir=rtl] .h-xl-1px{height:1px!important}html[dir=rtl] .h-xl-2px{height:2px!important}html[dir=rtl] .h-xl-3px{height:3px!important}html[dir=rtl] .h-xl-4px{height:4px!important}html[dir=rtl] .h-xl-5px{height:5px!important}html[dir=rtl] .h-xl-6px{height:6px!important}html[dir=rtl] .h-xl-7px{height:7px!important}html[dir=rtl] .h-xl-8px{height:8px!important}html[dir=rtl] .h-xl-9px{height:9px!important}html[dir=rtl] .h-xl-10px{height:10px!important}html[dir=rtl] .h-xl-15px{height:15px!important}html[dir=rtl] .h-xl-20px{height:20px!important}html[dir=rtl] .h-xl-25px{height:25px!important}html[dir=rtl] .h-xl-30px{height:30px!important}html[dir=rtl] .h-xl-35px{height:35px!important}html[dir=rtl] .h-xl-40px{height:40px!important}html[dir=rtl] .h-xl-45px{height:45px!important}html[dir=rtl] .h-xl-50px{height:50px!important}html[dir=rtl] .h-xl-55px{height:55px!important}html[dir=rtl] .h-xl-60px{height:60px!important}html[dir=rtl] .h-xl-65px{height:65px!important}html[dir=rtl] .h-xl-70px{height:70px!important}html[dir=rtl] .h-xl-75px{height:75px!important}html[dir=rtl] .h-xl-80px{height:80px!important}html[dir=rtl] .h-xl-85px{height:85px!important}html[dir=rtl] .h-xl-90px{height:90px!important}html[dir=rtl] .h-xl-95px{height:95px!important}html[dir=rtl] .h-xl-100px{height:100px!important}html[dir=rtl] .h-xl-125px{height:125px!important}html[dir=rtl] .h-xl-150px{height:150px!important}html[dir=rtl] .h-xl-175px{height:175px!important}html[dir=rtl] .h-xl-200px{height:200px!important}html[dir=rtl] .h-xl-225px{height:225px!important}html[dir=rtl] .h-xl-250px{height:250px!important}html[dir=rtl] .h-xl-275px{height:275px!important}html[dir=rtl] .h-xl-300px{height:300px!important}html[dir=rtl] .h-xl-325px{height:325px!important}html[dir=rtl] .h-xl-350px{height:350px!important}html[dir=rtl] .h-xl-375px{height:375px!important}html[dir=rtl] .h-xl-400px{height:400px!important}html[dir=rtl] .h-xl-425px{height:425px!important}html[dir=rtl] .h-xl-450px{height:450px!important}html[dir=rtl] .h-xl-475px{height:475px!important}html[dir=rtl] .h-xl-500px{height:500px!important}html[dir=rtl] .h-xl-550px{height:550px!important}html[dir=rtl] .h-xl-600px{height:600px!important}html[dir=rtl] .h-xl-650px{height:650px!important}html[dir=rtl] .h-xl-700px{height:700px!important}html[dir=rtl] .h-xl-750px{height:750px!important}html[dir=rtl] .h-xl-800px{height:800px!important}html[dir=rtl] .h-xl-850px{height:850px!important}html[dir=rtl] .h-xl-900px{height:900px!important}html[dir=rtl] .h-xl-950px{height:950px!important}html[dir=rtl] .h-xl-1000px{height:1000px!important}html[dir=rtl] .mh-xl-unset{max-height:unset!important}html[dir=rtl] .mh-xl-25{max-height:25%!important}html[dir=rtl] .mh-xl-50{max-height:50%!important}html[dir=rtl] .mh-xl-75{max-height:75%!important}html[dir=rtl] .mh-xl-100{max-height:100%!important}html[dir=rtl] .mh-xl-auto{max-height:auto!important}html[dir=rtl] .mh-xl-1px{max-height:1px!important}html[dir=rtl] .mh-xl-2px{max-height:2px!important}html[dir=rtl] .mh-xl-3px{max-height:3px!important}html[dir=rtl] .mh-xl-4px{max-height:4px!important}html[dir=rtl] .mh-xl-5px{max-height:5px!important}html[dir=rtl] .mh-xl-6px{max-height:6px!important}html[dir=rtl] .mh-xl-7px{max-height:7px!important}html[dir=rtl] .mh-xl-8px{max-height:8px!important}html[dir=rtl] .mh-xl-9px{max-height:9px!important}html[dir=rtl] .mh-xl-10px{max-height:10px!important}html[dir=rtl] .mh-xl-15px{max-height:15px!important}html[dir=rtl] .mh-xl-20px{max-height:20px!important}html[dir=rtl] .mh-xl-25px{max-height:25px!important}html[dir=rtl] .mh-xl-30px{max-height:30px!important}html[dir=rtl] .mh-xl-35px{max-height:35px!important}html[dir=rtl] .mh-xl-40px{max-height:40px!important}html[dir=rtl] .mh-xl-45px{max-height:45px!important}html[dir=rtl] .mh-xl-50px{max-height:50px!important}html[dir=rtl] .mh-xl-55px{max-height:55px!important}html[dir=rtl] .mh-xl-60px{max-height:60px!important}html[dir=rtl] .mh-xl-65px{max-height:65px!important}html[dir=rtl] .mh-xl-70px{max-height:70px!important}html[dir=rtl] .mh-xl-75px{max-height:75px!important}html[dir=rtl] .mh-xl-80px{max-height:80px!important}html[dir=rtl] .mh-xl-85px{max-height:85px!important}html[dir=rtl] .mh-xl-90px{max-height:90px!important}html[dir=rtl] .mh-xl-95px{max-height:95px!important}html[dir=rtl] .mh-xl-100px{max-height:100px!important}html[dir=rtl] .mh-xl-125px{max-height:125px!important}html[dir=rtl] .mh-xl-150px{max-height:150px!important}html[dir=rtl] .mh-xl-175px{max-height:175px!important}html[dir=rtl] .mh-xl-200px{max-height:200px!important}html[dir=rtl] .mh-xl-225px{max-height:225px!important}html[dir=rtl] .mh-xl-250px{max-height:250px!important}html[dir=rtl] .mh-xl-275px{max-height:275px!important}html[dir=rtl] .mh-xl-300px{max-height:300px!important}html[dir=rtl] .mh-xl-325px{max-height:325px!important}html[dir=rtl] .mh-xl-350px{max-height:350px!important}html[dir=rtl] .mh-xl-375px{max-height:375px!important}html[dir=rtl] .mh-xl-400px{max-height:400px!important}html[dir=rtl] .mh-xl-425px{max-height:425px!important}html[dir=rtl] .mh-xl-450px{max-height:450px!important}html[dir=rtl] .mh-xl-475px{max-height:475px!important}html[dir=rtl] .mh-xl-500px{max-height:500px!important}html[dir=rtl] .mh-xl-550px{max-height:550px!important}html[dir=rtl] .mh-xl-600px{max-height:600px!important}html[dir=rtl] .mh-xl-650px{max-height:650px!important}html[dir=rtl] .mh-xl-700px{max-height:700px!important}html[dir=rtl] .mh-xl-750px{max-height:750px!important}html[dir=rtl] .mh-xl-800px{max-height:800px!important}html[dir=rtl] .mh-xl-850px{max-height:850px!important}html[dir=rtl] .mh-xl-900px{max-height:900px!important}html[dir=rtl] .mh-xl-950px{max-height:950px!important}html[dir=rtl] .mh-xl-1000px{max-height:1000px!important}html[dir=rtl] .flex-xl-fill{flex:1 1 auto!important}html[dir=rtl] .flex-xl-row{flex-direction:row!important}html[dir=rtl] .flex-xl-column{flex-direction:column!important}html[dir=rtl] .flex-xl-row-reverse{flex-direction:row-reverse!important}html[dir=rtl] .flex-xl-column-reverse{flex-direction:column-reverse!important}html[dir=rtl] .flex-xl-grow-0{flex-grow:0!important}html[dir=rtl] .flex-xl-grow-1{flex-grow:1!important}html[dir=rtl] .flex-xl-shrink-0{flex-shrink:0!important}html[dir=rtl] .flex-xl-shrink-1{flex-shrink:1!important}html[dir=rtl] .flex-xl-wrap{flex-wrap:wrap!important}html[dir=rtl] .flex-xl-nowrap{flex-wrap:nowrap!important}html[dir=rtl] .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}html[dir=rtl] .gap-xl-0{gap:0!important}html[dir=rtl] .gap-xl-1{gap:.25rem!important}html[dir=rtl] .gap-xl-2{gap:.5rem!important}html[dir=rtl] .gap-xl-3{gap:.75rem!important}html[dir=rtl] .gap-xl-4{gap:1rem!important}html[dir=rtl] .gap-xl-5{gap:1.25rem!important}html[dir=rtl] .gap-xl-6{gap:1.5rem!important}html[dir=rtl] .gap-xl-7{gap:1.75rem!important}html[dir=rtl] .gap-xl-8{gap:2rem!important}html[dir=rtl] .gap-xl-9{gap:2.25rem!important}html[dir=rtl] .gap-xl-10{gap:2.5rem!important}html[dir=rtl] .gap-xl-11{gap:2.75rem!important}html[dir=rtl] .gap-xl-12{gap:3rem!important}html[dir=rtl] .gap-xl-13{gap:3.25rem!important}html[dir=rtl] .gap-xl-14{gap:3.5rem!important}html[dir=rtl] .gap-xl-15{gap:3.75rem!important}html[dir=rtl] .gap-xl-16{gap:4rem!important}html[dir=rtl] .gap-xl-17{gap:4.25rem!important}html[dir=rtl] .gap-xl-18{gap:4.5rem!important}html[dir=rtl] .gap-xl-19{gap:4.75rem!important}html[dir=rtl] .gap-xl-20{gap:5rem!important}html[dir=rtl] .justify-content-xl-start{justify-content:flex-start!important}html[dir=rtl] .justify-content-xl-end{justify-content:flex-end!important}html[dir=rtl] .justify-content-xl-center{justify-content:center!important}html[dir=rtl] .justify-content-xl-between{justify-content:space-between!important}html[dir=rtl] .justify-content-xl-around{justify-content:space-around!important}html[dir=rtl] .justify-content-xl-evenly{justify-content:space-evenly!important}html[dir=rtl] .align-items-xl-start{align-items:flex-start!important}html[dir=rtl] .align-items-xl-end{align-items:flex-end!important}html[dir=rtl] .align-items-xl-center{align-items:center!important}html[dir=rtl] .align-items-xl-baseline{align-items:baseline!important}html[dir=rtl] .align-items-xl-stretch{align-items:stretch!important}html[dir=rtl] .align-content-xl-start{align-content:flex-start!important}html[dir=rtl] .align-content-xl-end{align-content:flex-end!important}html[dir=rtl] .align-content-xl-center{align-content:center!important}html[dir=rtl] .align-content-xl-between{align-content:space-between!important}html[dir=rtl] .align-content-xl-around{align-content:space-around!important}html[dir=rtl] .align-content-xl-stretch{align-content:stretch!important}html[dir=rtl] .align-self-xl-auto{align-self:auto!important}html[dir=rtl] .align-self-xl-start{align-self:flex-start!important}html[dir=rtl] .align-self-xl-end{align-self:flex-end!important}html[dir=rtl] .align-self-xl-center{align-self:center!important}html[dir=rtl] .align-self-xl-baseline{align-self:baseline!important}html[dir=rtl] .align-self-xl-stretch{align-self:stretch!important}html[dir=rtl] .order-xl-first{order:-1!important}html[dir=rtl] .order-xl-0{order:0!important}html[dir=rtl] .order-xl-1{order:1!important}html[dir=rtl] .order-xl-2{order:2!important}html[dir=rtl] .order-xl-3{order:3!important}html[dir=rtl] .order-xl-4{order:4!important}html[dir=rtl] .order-xl-5{order:5!important}html[dir=rtl] .order-xl-last{order:6!important}html[dir=rtl] .m-xl-0{margin:0!important}html[dir=rtl] .m-xl-1{margin:.25rem!important}html[dir=rtl] .m-xl-2{margin:.5rem!important}html[dir=rtl] .m-xl-3{margin:.75rem!important}html[dir=rtl] .m-xl-4{margin:1rem!important}html[dir=rtl] .m-xl-5{margin:1.25rem!important}html[dir=rtl] .m-xl-6{margin:1.5rem!important}html[dir=rtl] .m-xl-7{margin:1.75rem!important}html[dir=rtl] .m-xl-8{margin:2rem!important}html[dir=rtl] .m-xl-9{margin:2.25rem!important}html[dir=rtl] .m-xl-10{margin:2.5rem!important}html[dir=rtl] .m-xl-11{margin:2.75rem!important}html[dir=rtl] .m-xl-12{margin:3rem!important}html[dir=rtl] .m-xl-13{margin:3.25rem!important}html[dir=rtl] .m-xl-14{margin:3.5rem!important}html[dir=rtl] .m-xl-15{margin:3.75rem!important}html[dir=rtl] .m-xl-16{margin:4rem!important}html[dir=rtl] .m-xl-17{margin:4.25rem!important}html[dir=rtl] .m-xl-18{margin:4.5rem!important}html[dir=rtl] .m-xl-19{margin:4.75rem!important}html[dir=rtl] .m-xl-20{margin:5rem!important}html[dir=rtl] .m-xl-auto{margin:auto!important}html[dir=rtl] .mx-xl-0{margin-left:0!important;margin-right:0!important}html[dir=rtl] .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}html[dir=rtl] .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}html[dir=rtl] .mx-xl-3{margin-left:.75rem!important;margin-right:.75rem!important}html[dir=rtl] .mx-xl-4{margin-left:1rem!important;margin-right:1rem!important}html[dir=rtl] .mx-xl-5{margin-left:1.25rem!important;margin-right:1.25rem!important}html[dir=rtl] .mx-xl-6{margin-left:1.5rem!important;margin-right:1.5rem!important}html[dir=rtl] .mx-xl-7{margin-left:1.75rem!important;margin-right:1.75rem!important}html[dir=rtl] .mx-xl-8{margin-left:2rem!important;margin-right:2rem!important}html[dir=rtl] .mx-xl-9{margin-left:2.25rem!important;margin-right:2.25rem!important}html[dir=rtl] .mx-xl-10{margin-left:2.5rem!important;margin-right:2.5rem!important}html[dir=rtl] .mx-xl-11{margin-left:2.75rem!important;margin-right:2.75rem!important}html[dir=rtl] .mx-xl-12{margin-left:3rem!important;margin-right:3rem!important}html[dir=rtl] .mx-xl-13{margin-left:3.25rem!important;margin-right:3.25rem!important}html[dir=rtl] .mx-xl-14{margin-left:3.5rem!important;margin-right:3.5rem!important}html[dir=rtl] .mx-xl-15{margin-left:3.75rem!important;margin-right:3.75rem!important}html[dir=rtl] .mx-xl-16{margin-left:4rem!important;margin-right:4rem!important}html[dir=rtl] .mx-xl-17{margin-left:4.25rem!important;margin-right:4.25rem!important}html[dir=rtl] .mx-xl-18{margin-left:4.5rem!important;margin-right:4.5rem!important}html[dir=rtl] .mx-xl-19{margin-left:4.75rem!important;margin-right:4.75rem!important}html[dir=rtl] .mx-xl-20{margin-left:5rem!important;margin-right:5rem!important}html[dir=rtl] .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}html[dir=rtl] .my-xl-0{margin-top:0!important;margin-bottom:0!important}html[dir=rtl] .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html[dir=rtl] .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html[dir=rtl] .my-xl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}html[dir=rtl] .my-xl-4{margin-top:1rem!important;margin-bottom:1rem!important}html[dir=rtl] .my-xl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}html[dir=rtl] .my-xl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html[dir=rtl] .my-xl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}html[dir=rtl] .my-xl-8{margin-top:2rem!important;margin-bottom:2rem!important}html[dir=rtl] .my-xl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}html[dir=rtl] .my-xl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}html[dir=rtl] .my-xl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}html[dir=rtl] .my-xl-12{margin-top:3rem!important;margin-bottom:3rem!important}html[dir=rtl] .my-xl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}html[dir=rtl] .my-xl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}html[dir=rtl] .my-xl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}html[dir=rtl] .my-xl-16{margin-top:4rem!important;margin-bottom:4rem!important}html[dir=rtl] .my-xl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}html[dir=rtl] .my-xl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}html[dir=rtl] .my-xl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}html[dir=rtl] .my-xl-20{margin-top:5rem!important;margin-bottom:5rem!important}html[dir=rtl] .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}html[dir=rtl] .mt-xl-0{margin-top:0!important}html[dir=rtl] .mt-xl-1{margin-top:.25rem!important}html[dir=rtl] .mt-xl-2{margin-top:.5rem!important}html[dir=rtl] .mt-xl-3{margin-top:.75rem!important}html[dir=rtl] .mt-xl-4{margin-top:1rem!important}html[dir=rtl] .mt-xl-5{margin-top:1.25rem!important}html[dir=rtl] .mt-xl-6{margin-top:1.5rem!important}html[dir=rtl] .mt-xl-7{margin-top:1.75rem!important}html[dir=rtl] .mt-xl-8{margin-top:2rem!important}html[dir=rtl] .mt-xl-9{margin-top:2.25rem!important}html[dir=rtl] .mt-xl-10{margin-top:2.5rem!important}html[dir=rtl] .mt-xl-11{margin-top:2.75rem!important}html[dir=rtl] .mt-xl-12{margin-top:3rem!important}html[dir=rtl] .mt-xl-13{margin-top:3.25rem!important}html[dir=rtl] .mt-xl-14{margin-top:3.5rem!important}html[dir=rtl] .mt-xl-15{margin-top:3.75rem!important}html[dir=rtl] .mt-xl-16{margin-top:4rem!important}html[dir=rtl] .mt-xl-17{margin-top:4.25rem!important}html[dir=rtl] .mt-xl-18{margin-top:4.5rem!important}html[dir=rtl] .mt-xl-19{margin-top:4.75rem!important}html[dir=rtl] .mt-xl-20{margin-top:5rem!important}html[dir=rtl] .mt-xl-auto{margin-top:auto!important}html[dir=rtl] .me-xl-0{margin-left:0!important}html[dir=rtl] .me-xl-1{margin-left:.25rem!important}html[dir=rtl] .me-xl-2{margin-left:.5rem!important}html[dir=rtl] .me-xl-3{margin-left:.75rem!important}html[dir=rtl] .me-xl-4{margin-left:1rem!important}html[dir=rtl] .me-xl-5{margin-left:1.25rem!important}html[dir=rtl] .me-xl-6{margin-left:1.5rem!important}html[dir=rtl] .me-xl-7{margin-left:1.75rem!important}html[dir=rtl] .me-xl-8{margin-left:2rem!important}html[dir=rtl] .me-xl-9{margin-left:2.25rem!important}html[dir=rtl] .me-xl-10{margin-left:2.5rem!important}html[dir=rtl] .me-xl-11{margin-left:2.75rem!important}html[dir=rtl] .me-xl-12{margin-left:3rem!important}html[dir=rtl] .me-xl-13{margin-left:3.25rem!important}html[dir=rtl] .me-xl-14{margin-left:3.5rem!important}html[dir=rtl] .me-xl-15{margin-left:3.75rem!important}html[dir=rtl] .me-xl-16{margin-left:4rem!important}html[dir=rtl] .me-xl-17{margin-left:4.25rem!important}html[dir=rtl] .me-xl-18{margin-left:4.5rem!important}html[dir=rtl] .me-xl-19{margin-left:4.75rem!important}html[dir=rtl] .me-xl-20{margin-left:5rem!important}html[dir=rtl] .me-xl-auto{margin-left:auto!important}html[dir=rtl] .mb-xl-0{margin-bottom:0!important}html[dir=rtl] .mb-xl-1{margin-bottom:.25rem!important}html[dir=rtl] .mb-xl-2{margin-bottom:.5rem!important}html[dir=rtl] .mb-xl-3{margin-bottom:.75rem!important}html[dir=rtl] .mb-xl-4{margin-bottom:1rem!important}html[dir=rtl] .mb-xl-5{margin-bottom:1.25rem!important}html[dir=rtl] .mb-xl-6{margin-bottom:1.5rem!important}html[dir=rtl] .mb-xl-7{margin-bottom:1.75rem!important}html[dir=rtl] .mb-xl-8{margin-bottom:2rem!important}html[dir=rtl] .mb-xl-9{margin-bottom:2.25rem!important}html[dir=rtl] .mb-xl-10{margin-bottom:2.5rem!important}html[dir=rtl] .mb-xl-11{margin-bottom:2.75rem!important}html[dir=rtl] .mb-xl-12{margin-bottom:3rem!important}html[dir=rtl] .mb-xl-13{margin-bottom:3.25rem!important}html[dir=rtl] .mb-xl-14{margin-bottom:3.5rem!important}html[dir=rtl] .mb-xl-15{margin-bottom:3.75rem!important}html[dir=rtl] .mb-xl-16{margin-bottom:4rem!important}html[dir=rtl] .mb-xl-17{margin-bottom:4.25rem!important}html[dir=rtl] .mb-xl-18{margin-bottom:4.5rem!important}html[dir=rtl] .mb-xl-19{margin-bottom:4.75rem!important}html[dir=rtl] .mb-xl-20{margin-bottom:5rem!important}html[dir=rtl] .mb-xl-auto{margin-bottom:auto!important}html[dir=rtl] .ms-xl-0{margin-right:0!important}html[dir=rtl] .ms-xl-1{margin-right:.25rem!important}html[dir=rtl] .ms-xl-2{margin-right:.5rem!important}html[dir=rtl] .ms-xl-3{margin-right:.75rem!important}html[dir=rtl] .ms-xl-4{margin-right:1rem!important}html[dir=rtl] .ms-xl-5{margin-right:1.25rem!important}html[dir=rtl] .ms-xl-6{margin-right:1.5rem!important}html[dir=rtl] .ms-xl-7{margin-right:1.75rem!important}html[dir=rtl] .ms-xl-8{margin-right:2rem!important}html[dir=rtl] .ms-xl-9{margin-right:2.25rem!important}html[dir=rtl] .ms-xl-10{margin-right:2.5rem!important}html[dir=rtl] .ms-xl-11{margin-right:2.75rem!important}html[dir=rtl] .ms-xl-12{margin-right:3rem!important}html[dir=rtl] .ms-xl-13{margin-right:3.25rem!important}html[dir=rtl] .ms-xl-14{margin-right:3.5rem!important}html[dir=rtl] .ms-xl-15{margin-right:3.75rem!important}html[dir=rtl] .ms-xl-16{margin-right:4rem!important}html[dir=rtl] .ms-xl-17{margin-right:4.25rem!important}html[dir=rtl] .ms-xl-18{margin-right:4.5rem!important}html[dir=rtl] .ms-xl-19{margin-right:4.75rem!important}html[dir=rtl] .ms-xl-20{margin-right:5rem!important}html[dir=rtl] .ms-xl-auto{margin-right:auto!important}html[dir=rtl] .m-xl-n1{margin:-.25rem!important}html[dir=rtl] .m-xl-n2{margin:-.5rem!important}html[dir=rtl] .m-xl-n3{margin:-.75rem!important}html[dir=rtl] .m-xl-n4{margin:-1rem!important}html[dir=rtl] .m-xl-n5{margin:-1.25rem!important}html[dir=rtl] .m-xl-n6{margin:-1.5rem!important}html[dir=rtl] .m-xl-n7{margin:-1.75rem!important}html[dir=rtl] .m-xl-n8{margin:-2rem!important}html[dir=rtl] .m-xl-n9{margin:-2.25rem!important}html[dir=rtl] .m-xl-n10{margin:-2.5rem!important}html[dir=rtl] .m-xl-n11{margin:-2.75rem!important}html[dir=rtl] .m-xl-n12{margin:-3rem!important}html[dir=rtl] .m-xl-n13{margin:-3.25rem!important}html[dir=rtl] .m-xl-n14{margin:-3.5rem!important}html[dir=rtl] .m-xl-n15{margin:-3.75rem!important}html[dir=rtl] .m-xl-n16{margin:-4rem!important}html[dir=rtl] .m-xl-n17{margin:-4.25rem!important}html[dir=rtl] .m-xl-n18{margin:-4.5rem!important}html[dir=rtl] .m-xl-n19{margin:-4.75rem!important}html[dir=rtl] .m-xl-n20{margin:-5rem!important}html[dir=rtl] .mx-xl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}html[dir=rtl] .mx-xl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}html[dir=rtl] .mx-xl-n3{margin-left:-.75rem!important;margin-right:-.75rem!important}html[dir=rtl] .mx-xl-n4{margin-left:-1rem!important;margin-right:-1rem!important}html[dir=rtl] .mx-xl-n5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}html[dir=rtl] .mx-xl-n6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}html[dir=rtl] .mx-xl-n7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}html[dir=rtl] .mx-xl-n8{margin-left:-2rem!important;margin-right:-2rem!important}html[dir=rtl] .mx-xl-n9{margin-left:-2.25rem!important;margin-right:-2.25rem!important}html[dir=rtl] .mx-xl-n10{margin-left:-2.5rem!important;margin-right:-2.5rem!important}html[dir=rtl] .mx-xl-n11{margin-left:-2.75rem!important;margin-right:-2.75rem!important}html[dir=rtl] .mx-xl-n12{margin-left:-3rem!important;margin-right:-3rem!important}html[dir=rtl] .mx-xl-n13{margin-left:-3.25rem!important;margin-right:-3.25rem!important}html[dir=rtl] .mx-xl-n14{margin-left:-3.5rem!important;margin-right:-3.5rem!important}html[dir=rtl] .mx-xl-n15{margin-left:-3.75rem!important;margin-right:-3.75rem!important}html[dir=rtl] .mx-xl-n16{margin-left:-4rem!important;margin-right:-4rem!important}html[dir=rtl] .mx-xl-n17{margin-left:-4.25rem!important;margin-right:-4.25rem!important}html[dir=rtl] .mx-xl-n18{margin-left:-4.5rem!important;margin-right:-4.5rem!important}html[dir=rtl] .mx-xl-n19{margin-left:-4.75rem!important;margin-right:-4.75rem!important}html[dir=rtl] .mx-xl-n20{margin-left:-5rem!important;margin-right:-5rem!important}html[dir=rtl] .my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}html[dir=rtl] .my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}html[dir=rtl] .my-xl-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}html[dir=rtl] .my-xl-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}html[dir=rtl] .my-xl-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}html[dir=rtl] .my-xl-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}html[dir=rtl] .my-xl-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}html[dir=rtl] .my-xl-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}html[dir=rtl] .my-xl-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}html[dir=rtl] .my-xl-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}html[dir=rtl] .my-xl-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}html[dir=rtl] .my-xl-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}html[dir=rtl] .my-xl-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}html[dir=rtl] .my-xl-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}html[dir=rtl] .my-xl-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}html[dir=rtl] .my-xl-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}html[dir=rtl] .my-xl-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}html[dir=rtl] .my-xl-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}html[dir=rtl] .my-xl-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}html[dir=rtl] .my-xl-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}html[dir=rtl] .mt-xl-n1{margin-top:-.25rem!important}html[dir=rtl] .mt-xl-n2{margin-top:-.5rem!important}html[dir=rtl] .mt-xl-n3{margin-top:-.75rem!important}html[dir=rtl] .mt-xl-n4{margin-top:-1rem!important}html[dir=rtl] .mt-xl-n5{margin-top:-1.25rem!important}html[dir=rtl] .mt-xl-n6{margin-top:-1.5rem!important}html[dir=rtl] .mt-xl-n7{margin-top:-1.75rem!important}html[dir=rtl] .mt-xl-n8{margin-top:-2rem!important}html[dir=rtl] .mt-xl-n9{margin-top:-2.25rem!important}html[dir=rtl] .mt-xl-n10{margin-top:-2.5rem!important}html[dir=rtl] .mt-xl-n11{margin-top:-2.75rem!important}html[dir=rtl] .mt-xl-n12{margin-top:-3rem!important}html[dir=rtl] .mt-xl-n13{margin-top:-3.25rem!important}html[dir=rtl] .mt-xl-n14{margin-top:-3.5rem!important}html[dir=rtl] .mt-xl-n15{margin-top:-3.75rem!important}html[dir=rtl] .mt-xl-n16{margin-top:-4rem!important}html[dir=rtl] .mt-xl-n17{margin-top:-4.25rem!important}html[dir=rtl] .mt-xl-n18{margin-top:-4.5rem!important}html[dir=rtl] .mt-xl-n19{margin-top:-4.75rem!important}html[dir=rtl] .mt-xl-n20{margin-top:-5rem!important}html[dir=rtl] .me-xl-n1{margin-left:-.25rem!important}html[dir=rtl] .me-xl-n2{margin-left:-.5rem!important}html[dir=rtl] .me-xl-n3{margin-left:-.75rem!important}html[dir=rtl] .me-xl-n4{margin-left:-1rem!important}html[dir=rtl] .me-xl-n5{margin-left:-1.25rem!important}html[dir=rtl] .me-xl-n6{margin-left:-1.5rem!important}html[dir=rtl] .me-xl-n7{margin-left:-1.75rem!important}html[dir=rtl] .me-xl-n8{margin-left:-2rem!important}html[dir=rtl] .me-xl-n9{margin-left:-2.25rem!important}html[dir=rtl] .me-xl-n10{margin-left:-2.5rem!important}html[dir=rtl] .me-xl-n11{margin-left:-2.75rem!important}html[dir=rtl] .me-xl-n12{margin-left:-3rem!important}html[dir=rtl] .me-xl-n13{margin-left:-3.25rem!important}html[dir=rtl] .me-xl-n14{margin-left:-3.5rem!important}html[dir=rtl] .me-xl-n15{margin-left:-3.75rem!important}html[dir=rtl] .me-xl-n16{margin-left:-4rem!important}html[dir=rtl] .me-xl-n17{margin-left:-4.25rem!important}html[dir=rtl] .me-xl-n18{margin-left:-4.5rem!important}html[dir=rtl] .me-xl-n19{margin-left:-4.75rem!important}html[dir=rtl] .me-xl-n20{margin-left:-5rem!important}html[dir=rtl] .mb-xl-n1{margin-bottom:-.25rem!important}html[dir=rtl] .mb-xl-n2{margin-bottom:-.5rem!important}html[dir=rtl] .mb-xl-n3{margin-bottom:-.75rem!important}html[dir=rtl] .mb-xl-n4{margin-bottom:-1rem!important}html[dir=rtl] .mb-xl-n5{margin-bottom:-1.25rem!important}html[dir=rtl] .mb-xl-n6{margin-bottom:-1.5rem!important}html[dir=rtl] .mb-xl-n7{margin-bottom:-1.75rem!important}html[dir=rtl] .mb-xl-n8{margin-bottom:-2rem!important}html[dir=rtl] .mb-xl-n9{margin-bottom:-2.25rem!important}html[dir=rtl] .mb-xl-n10{margin-bottom:-2.5rem!important}html[dir=rtl] .mb-xl-n11{margin-bottom:-2.75rem!important}html[dir=rtl] .mb-xl-n12{margin-bottom:-3rem!important}html[dir=rtl] .mb-xl-n13{margin-bottom:-3.25rem!important}html[dir=rtl] .mb-xl-n14{margin-bottom:-3.5rem!important}html[dir=rtl] .mb-xl-n15{margin-bottom:-3.75rem!important}html[dir=rtl] .mb-xl-n16{margin-bottom:-4rem!important}html[dir=rtl] .mb-xl-n17{margin-bottom:-4.25rem!important}html[dir=rtl] .mb-xl-n18{margin-bottom:-4.5rem!important}html[dir=rtl] .mb-xl-n19{margin-bottom:-4.75rem!important}html[dir=rtl] .mb-xl-n20{margin-bottom:-5rem!important}html[dir=rtl] .ms-xl-n1{margin-right:-.25rem!important}html[dir=rtl] .ms-xl-n2{margin-right:-.5rem!important}html[dir=rtl] .ms-xl-n3{margin-right:-.75rem!important}html[dir=rtl] .ms-xl-n4{margin-right:-1rem!important}html[dir=rtl] .ms-xl-n5{margin-right:-1.25rem!important}html[dir=rtl] .ms-xl-n6{margin-right:-1.5rem!important}html[dir=rtl] .ms-xl-n7{margin-right:-1.75rem!important}html[dir=rtl] .ms-xl-n8{margin-right:-2rem!important}html[dir=rtl] .ms-xl-n9{margin-right:-2.25rem!important}html[dir=rtl] .ms-xl-n10{margin-right:-2.5rem!important}html[dir=rtl] .ms-xl-n11{margin-right:-2.75rem!important}html[dir=rtl] .ms-xl-n12{margin-right:-3rem!important}html[dir=rtl] .ms-xl-n13{margin-right:-3.25rem!important}html[dir=rtl] .ms-xl-n14{margin-right:-3.5rem!important}html[dir=rtl] .ms-xl-n15{margin-right:-3.75rem!important}html[dir=rtl] .ms-xl-n16{margin-right:-4rem!important}html[dir=rtl] .ms-xl-n17{margin-right:-4.25rem!important}html[dir=rtl] .ms-xl-n18{margin-right:-4.5rem!important}html[dir=rtl] .ms-xl-n19{margin-right:-4.75rem!important}html[dir=rtl] .ms-xl-n20{margin-right:-5rem!important}html[dir=rtl] .p-xl-0{padding:0!important}html[dir=rtl] .p-xl-1{padding:.25rem!important}html[dir=rtl] .p-xl-2{padding:.5rem!important}html[dir=rtl] .p-xl-3{padding:.75rem!important}html[dir=rtl] .p-xl-4{padding:1rem!important}html[dir=rtl] .p-xl-5{padding:1.25rem!important}html[dir=rtl] .p-xl-6{padding:1.5rem!important}html[dir=rtl] .p-xl-7{padding:1.75rem!important}html[dir=rtl] .p-xl-8{padding:2rem!important}html[dir=rtl] .p-xl-9{padding:2.25rem!important}html[dir=rtl] .p-xl-10{padding:2.5rem!important}html[dir=rtl] .p-xl-11{padding:2.75rem!important}html[dir=rtl] .p-xl-12{padding:3rem!important}html[dir=rtl] .p-xl-13{padding:3.25rem!important}html[dir=rtl] .p-xl-14{padding:3.5rem!important}html[dir=rtl] .p-xl-15{padding:3.75rem!important}html[dir=rtl] .p-xl-16{padding:4rem!important}html[dir=rtl] .p-xl-17{padding:4.25rem!important}html[dir=rtl] .p-xl-18{padding:4.5rem!important}html[dir=rtl] .p-xl-19{padding:4.75rem!important}html[dir=rtl] .p-xl-20{padding:5rem!important}html[dir=rtl] .px-xl-0{padding-left:0!important;padding-right:0!important}html[dir=rtl] .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}html[dir=rtl] .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}html[dir=rtl] .px-xl-3{padding-left:.75rem!important;padding-right:.75rem!important}html[dir=rtl] .px-xl-4{padding-left:1rem!important;padding-right:1rem!important}html[dir=rtl] .px-xl-5{padding-left:1.25rem!important;padding-right:1.25rem!important}html[dir=rtl] .px-xl-6{padding-left:1.5rem!important;padding-right:1.5rem!important}html[dir=rtl] .px-xl-7{padding-left:1.75rem!important;padding-right:1.75rem!important}html[dir=rtl] .px-xl-8{padding-left:2rem!important;padding-right:2rem!important}html[dir=rtl] .px-xl-9{padding-left:2.25rem!important;padding-right:2.25rem!important}html[dir=rtl] .px-xl-10{padding-left:2.5rem!important;padding-right:2.5rem!important}html[dir=rtl] .px-xl-11{padding-left:2.75rem!important;padding-right:2.75rem!important}html[dir=rtl] .px-xl-12{padding-left:3rem!important;padding-right:3rem!important}html[dir=rtl] .px-xl-13{padding-left:3.25rem!important;padding-right:3.25rem!important}html[dir=rtl] .px-xl-14{padding-left:3.5rem!important;padding-right:3.5rem!important}html[dir=rtl] .px-xl-15{padding-left:3.75rem!important;padding-right:3.75rem!important}html[dir=rtl] .px-xl-16{padding-left:4rem!important;padding-right:4rem!important}html[dir=rtl] .px-xl-17{padding-left:4.25rem!important;padding-right:4.25rem!important}html[dir=rtl] .px-xl-18{padding-left:4.5rem!important;padding-right:4.5rem!important}html[dir=rtl] .px-xl-19{padding-left:4.75rem!important;padding-right:4.75rem!important}html[dir=rtl] .px-xl-20{padding-left:5rem!important;padding-right:5rem!important}html[dir=rtl] .py-xl-0{padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html[dir=rtl] .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html[dir=rtl] .py-xl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}html[dir=rtl] .py-xl-4{padding-top:1rem!important;padding-bottom:1rem!important}html[dir=rtl] .py-xl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}html[dir=rtl] .py-xl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html[dir=rtl] .py-xl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}html[dir=rtl] .py-xl-8{padding-top:2rem!important;padding-bottom:2rem!important}html[dir=rtl] .py-xl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}html[dir=rtl] .py-xl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}html[dir=rtl] .py-xl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}html[dir=rtl] .py-xl-12{padding-top:3rem!important;padding-bottom:3rem!important}html[dir=rtl] .py-xl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}html[dir=rtl] .py-xl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}html[dir=rtl] .py-xl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}html[dir=rtl] .py-xl-16{padding-top:4rem!important;padding-bottom:4rem!important}html[dir=rtl] .py-xl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}html[dir=rtl] .py-xl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}html[dir=rtl] .py-xl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}html[dir=rtl] .py-xl-20{padding-top:5rem!important;padding-bottom:5rem!important}html[dir=rtl] .pt-xl-0{padding-top:0!important}html[dir=rtl] .pt-xl-1{padding-top:.25rem!important}html[dir=rtl] .pt-xl-2{padding-top:.5rem!important}html[dir=rtl] .pt-xl-3{padding-top:.75rem!important}html[dir=rtl] .pt-xl-4{padding-top:1rem!important}html[dir=rtl] .pt-xl-5{padding-top:1.25rem!important}html[dir=rtl] .pt-xl-6{padding-top:1.5rem!important}html[dir=rtl] .pt-xl-7{padding-top:1.75rem!important}html[dir=rtl] .pt-xl-8{padding-top:2rem!important}html[dir=rtl] .pt-xl-9{padding-top:2.25rem!important}html[dir=rtl] .pt-xl-10{padding-top:2.5rem!important}html[dir=rtl] .pt-xl-11{padding-top:2.75rem!important}html[dir=rtl] .pt-xl-12{padding-top:3rem!important}html[dir=rtl] .pt-xl-13{padding-top:3.25rem!important}html[dir=rtl] .pt-xl-14{padding-top:3.5rem!important}html[dir=rtl] .pt-xl-15{padding-top:3.75rem!important}html[dir=rtl] .pt-xl-16{padding-top:4rem!important}html[dir=rtl] .pt-xl-17{padding-top:4.25rem!important}html[dir=rtl] .pt-xl-18{padding-top:4.5rem!important}html[dir=rtl] .pt-xl-19{padding-top:4.75rem!important}html[dir=rtl] .pt-xl-20{padding-top:5rem!important}html[dir=rtl] .pe-xl-0{padding-left:0!important}html[dir=rtl] .pe-xl-1{padding-left:.25rem!important}html[dir=rtl] .pe-xl-2{padding-left:.5rem!important}html[dir=rtl] .pe-xl-3{padding-left:.75rem!important}html[dir=rtl] .pe-xl-4{padding-left:1rem!important}html[dir=rtl] .pe-xl-5{padding-left:1.25rem!important}html[dir=rtl] .pe-xl-6{padding-left:1.5rem!important}html[dir=rtl] .pe-xl-7{padding-left:1.75rem!important}html[dir=rtl] .pe-xl-8{padding-left:2rem!important}html[dir=rtl] .pe-xl-9{padding-left:2.25rem!important}html[dir=rtl] .pe-xl-10{padding-left:2.5rem!important}html[dir=rtl] .pe-xl-11{padding-left:2.75rem!important}html[dir=rtl] .pe-xl-12{padding-left:3rem!important}html[dir=rtl] .pe-xl-13{padding-left:3.25rem!important}html[dir=rtl] .pe-xl-14{padding-left:3.5rem!important}html[dir=rtl] .pe-xl-15{padding-left:3.75rem!important}html[dir=rtl] .pe-xl-16{padding-left:4rem!important}html[dir=rtl] .pe-xl-17{padding-left:4.25rem!important}html[dir=rtl] .pe-xl-18{padding-left:4.5rem!important}html[dir=rtl] .pe-xl-19{padding-left:4.75rem!important}html[dir=rtl] .pe-xl-20{padding-left:5rem!important}html[dir=rtl] .pb-xl-0{padding-bottom:0!important}html[dir=rtl] .pb-xl-1{padding-bottom:.25rem!important}html[dir=rtl] .pb-xl-2{padding-bottom:.5rem!important}html[dir=rtl] .pb-xl-3{padding-bottom:.75rem!important}html[dir=rtl] .pb-xl-4{padding-bottom:1rem!important}html[dir=rtl] .pb-xl-5{padding-bottom:1.25rem!important}html[dir=rtl] .pb-xl-6{padding-bottom:1.5rem!important}html[dir=rtl] .pb-xl-7{padding-bottom:1.75rem!important}html[dir=rtl] .pb-xl-8{padding-bottom:2rem!important}html[dir=rtl] .pb-xl-9{padding-bottom:2.25rem!important}html[dir=rtl] .pb-xl-10{padding-bottom:2.5rem!important}html[dir=rtl] .pb-xl-11{padding-bottom:2.75rem!important}html[dir=rtl] .pb-xl-12{padding-bottom:3rem!important}html[dir=rtl] .pb-xl-13{padding-bottom:3.25rem!important}html[dir=rtl] .pb-xl-14{padding-bottom:3.5rem!important}html[dir=rtl] .pb-xl-15{padding-bottom:3.75rem!important}html[dir=rtl] .pb-xl-16{padding-bottom:4rem!important}html[dir=rtl] .pb-xl-17{padding-bottom:4.25rem!important}html[dir=rtl] .pb-xl-18{padding-bottom:4.5rem!important}html[dir=rtl] .pb-xl-19{padding-bottom:4.75rem!important}html[dir=rtl] .pb-xl-20{padding-bottom:5rem!important}html[dir=rtl] .ps-xl-0{padding-right:0!important}html[dir=rtl] .ps-xl-1{padding-right:.25rem!important}html[dir=rtl] .ps-xl-2{padding-right:.5rem!important}html[dir=rtl] .ps-xl-3{padding-right:.75rem!important}html[dir=rtl] .ps-xl-4{padding-right:1rem!important}html[dir=rtl] .ps-xl-5{padding-right:1.25rem!important}html[dir=rtl] .ps-xl-6{padding-right:1.5rem!important}html[dir=rtl] .ps-xl-7{padding-right:1.75rem!important}html[dir=rtl] .ps-xl-8{padding-right:2rem!important}html[dir=rtl] .ps-xl-9{padding-right:2.25rem!important}html[dir=rtl] .ps-xl-10{padding-right:2.5rem!important}html[dir=rtl] .ps-xl-11{padding-right:2.75rem!important}html[dir=rtl] .ps-xl-12{padding-right:3rem!important}html[dir=rtl] .ps-xl-13{padding-right:3.25rem!important}html[dir=rtl] .ps-xl-14{padding-right:3.5rem!important}html[dir=rtl] .ps-xl-15{padding-right:3.75rem!important}html[dir=rtl] .ps-xl-16{padding-right:4rem!important}html[dir=rtl] .ps-xl-17{padding-right:4.25rem!important}html[dir=rtl] .ps-xl-18{padding-right:4.5rem!important}html[dir=rtl] .ps-xl-19{padding-right:4.75rem!important}html[dir=rtl] .ps-xl-20{padding-right:5rem!important}html[dir=rtl] .fs-xl-1{font-size:calc(1.3rem + .6vw)!important}html[dir=rtl] .fs-xl-2{font-size:calc(1.275rem + .3vw)!important}html[dir=rtl] .fs-xl-3{font-size:calc(1.26rem + .12vw)!important}html[dir=rtl] .fs-xl-4{font-size:1.25rem!important}html[dir=rtl] .fs-xl-5{font-size:1.15rem!important}html[dir=rtl] .fs-xl-6{font-size:1.075rem!important}html[dir=rtl] .fs-xl-7{font-size:.95rem!important}html[dir=rtl] .fs-xl-8{font-size:.85rem!important}html[dir=rtl] .fs-xl-9{font-size:.75rem!important}html[dir=rtl] .fs-xl-10{font-size:.5rem!important}html[dir=rtl] .fs-xl-base{font-size:1rem!important}html[dir=rtl] .fs-xl-fluid{font-size:100%!important}html[dir=rtl] .fs-xl-2x{font-size:calc(1.325rem + .9vw)!important}html[dir=rtl] .fs-xl-2qx{font-size:calc(1.35rem + 1.2vw)!important}html[dir=rtl] .fs-xl-2hx{font-size:calc(1.375rem + 1.5vw)!important}html[dir=rtl] .fs-xl-2tx{font-size:calc(1.4rem + 1.8vw)!important}html[dir=rtl] .fs-xl-3x{font-size:calc(1.425rem + 2.1vw)!important}html[dir=rtl] .fs-xl-3qx{font-size:calc(1.45rem + 2.4vw)!important}html[dir=rtl] .fs-xl-3hx{font-size:calc(1.475rem + 2.7vw)!important}html[dir=rtl] .fs-xl-3tx{font-size:calc(1.5rem + 3vw)!important}html[dir=rtl] .fs-xl-4x{font-size:calc(1.525rem + 3.3vw)!important}html[dir=rtl] .fs-xl-4qx{font-size:calc(1.55rem + 3.6vw)!important}html[dir=rtl] .fs-xl-4hx{font-size:calc(1.575rem + 3.9vw)!important}html[dir=rtl] .fs-xl-4tx{font-size:calc(1.6rem + 4.2vw)!important}html[dir=rtl] .fs-xl-5x{font-size:calc(1.625rem + 4.5vw)!important}html[dir=rtl] .fs-xl-5qx{font-size:calc(1.65rem + 4.8vw)!important}html[dir=rtl] .fs-xl-5hx{font-size:calc(1.675rem + 5.1vw)!important}html[dir=rtl] .fs-xl-5tx{font-size:calc(1.7rem + 5.4vw)!important}html[dir=rtl] .text-xl-start{text-align:right!important}html[dir=rtl] .text-xl-end{text-align:left!important}html[dir=rtl] .text-xl-center{text-align:center!important}html[dir=rtl] .min-w-xl-unset{min-width:unset!important}html[dir=rtl] .min-w-xl-25{min-width:25%!important}html[dir=rtl] .min-w-xl-50{min-width:50%!important}html[dir=rtl] .min-w-xl-75{min-width:75%!important}html[dir=rtl] .min-w-xl-100{min-width:100%!important}html[dir=rtl] .min-w-xl-auto{min-width:auto!important}html[dir=rtl] .min-w-xl-1px{min-width:1px!important}html[dir=rtl] .min-w-xl-2px{min-width:2px!important}html[dir=rtl] .min-w-xl-3px{min-width:3px!important}html[dir=rtl] .min-w-xl-4px{min-width:4px!important}html[dir=rtl] .min-w-xl-5px{min-width:5px!important}html[dir=rtl] .min-w-xl-6px{min-width:6px!important}html[dir=rtl] .min-w-xl-7px{min-width:7px!important}html[dir=rtl] .min-w-xl-8px{min-width:8px!important}html[dir=rtl] .min-w-xl-9px{min-width:9px!important}html[dir=rtl] .min-w-xl-10px{min-width:10px!important}html[dir=rtl] .min-w-xl-15px{min-width:15px!important}html[dir=rtl] .min-w-xl-20px{min-width:20px!important}html[dir=rtl] .min-w-xl-25px{min-width:25px!important}html[dir=rtl] .min-w-xl-30px{min-width:30px!important}html[dir=rtl] .min-w-xl-35px{min-width:35px!important}html[dir=rtl] .min-w-xl-40px{min-width:40px!important}html[dir=rtl] .min-w-xl-45px{min-width:45px!important}html[dir=rtl] .min-w-xl-50px{min-width:50px!important}html[dir=rtl] .min-w-xl-55px{min-width:55px!important}html[dir=rtl] .min-w-xl-60px{min-width:60px!important}html[dir=rtl] .min-w-xl-65px{min-width:65px!important}html[dir=rtl] .min-w-xl-70px{min-width:70px!important}html[dir=rtl] .min-w-xl-75px{min-width:75px!important}html[dir=rtl] .min-w-xl-80px{min-width:80px!important}html[dir=rtl] .min-w-xl-85px{min-width:85px!important}html[dir=rtl] .min-w-xl-90px{min-width:90px!important}html[dir=rtl] .min-w-xl-95px{min-width:95px!important}html[dir=rtl] .min-w-xl-100px{min-width:100px!important}html[dir=rtl] .min-w-xl-125px{min-width:125px!important}html[dir=rtl] .min-w-xl-150px{min-width:150px!important}html[dir=rtl] .min-w-xl-175px{min-width:175px!important}html[dir=rtl] .min-w-xl-200px{min-width:200px!important}html[dir=rtl] .min-w-xl-225px{min-width:225px!important}html[dir=rtl] .min-w-xl-250px{min-width:250px!important}html[dir=rtl] .min-w-xl-275px{min-width:275px!important}html[dir=rtl] .min-w-xl-300px{min-width:300px!important}html[dir=rtl] .min-w-xl-325px{min-width:325px!important}html[dir=rtl] .min-w-xl-350px{min-width:350px!important}html[dir=rtl] .min-w-xl-375px{min-width:375px!important}html[dir=rtl] .min-w-xl-400px{min-width:400px!important}html[dir=rtl] .min-w-xl-425px{min-width:425px!important}html[dir=rtl] .min-w-xl-450px{min-width:450px!important}html[dir=rtl] .min-w-xl-475px{min-width:475px!important}html[dir=rtl] .min-w-xl-500px{min-width:500px!important}html[dir=rtl] .min-w-xl-550px{min-width:550px!important}html[dir=rtl] .min-w-xl-600px{min-width:600px!important}html[dir=rtl] .min-w-xl-650px{min-width:650px!important}html[dir=rtl] .min-w-xl-700px{min-width:700px!important}html[dir=rtl] .min-w-xl-750px{min-width:750px!important}html[dir=rtl] .min-w-xl-800px{min-width:800px!important}html[dir=rtl] .min-w-xl-850px{min-width:850px!important}html[dir=rtl] .min-w-xl-900px{min-width:900px!important}html[dir=rtl] .min-w-xl-950px{min-width:950px!important}html[dir=rtl] .min-w-xl-1000px{min-width:1000px!important}html[dir=rtl] .min-h-xl-unset{min-height:unset!important}html[dir=rtl] .min-h-xl-25{min-height:25%!important}html[dir=rtl] .min-h-xl-50{min-height:50%!important}html[dir=rtl] .min-h-xl-75{min-height:75%!important}html[dir=rtl] .min-h-xl-100{min-height:100%!important}html[dir=rtl] .min-h-xl-auto{min-height:auto!important}html[dir=rtl] .min-h-xl-1px{min-height:1px!important}html[dir=rtl] .min-h-xl-2px{min-height:2px!important}html[dir=rtl] .min-h-xl-3px{min-height:3px!important}html[dir=rtl] .min-h-xl-4px{min-height:4px!important}html[dir=rtl] .min-h-xl-5px{min-height:5px!important}html[dir=rtl] .min-h-xl-6px{min-height:6px!important}html[dir=rtl] .min-h-xl-7px{min-height:7px!important}html[dir=rtl] .min-h-xl-8px{min-height:8px!important}html[dir=rtl] .min-h-xl-9px{min-height:9px!important}html[dir=rtl] .min-h-xl-10px{min-height:10px!important}html[dir=rtl] .min-h-xl-15px{min-height:15px!important}html[dir=rtl] .min-h-xl-20px{min-height:20px!important}html[dir=rtl] .min-h-xl-25px{min-height:25px!important}html[dir=rtl] .min-h-xl-30px{min-height:30px!important}html[dir=rtl] .min-h-xl-35px{min-height:35px!important}html[dir=rtl] .min-h-xl-40px{min-height:40px!important}html[dir=rtl] .min-h-xl-45px{min-height:45px!important}html[dir=rtl] .min-h-xl-50px{min-height:50px!important}html[dir=rtl] .min-h-xl-55px{min-height:55px!important}html[dir=rtl] .min-h-xl-60px{min-height:60px!important}html[dir=rtl] .min-h-xl-65px{min-height:65px!important}html[dir=rtl] .min-h-xl-70px{min-height:70px!important}html[dir=rtl] .min-h-xl-75px{min-height:75px!important}html[dir=rtl] .min-h-xl-80px{min-height:80px!important}html[dir=rtl] .min-h-xl-85px{min-height:85px!important}html[dir=rtl] .min-h-xl-90px{min-height:90px!important}html[dir=rtl] .min-h-xl-95px{min-height:95px!important}html[dir=rtl] .min-h-xl-100px{min-height:100px!important}html[dir=rtl] .min-h-xl-125px{min-height:125px!important}html[dir=rtl] .min-h-xl-150px{min-height:150px!important}html[dir=rtl] .min-h-xl-175px{min-height:175px!important}html[dir=rtl] .min-h-xl-200px{min-height:200px!important}html[dir=rtl] .min-h-xl-225px{min-height:225px!important}html[dir=rtl] .min-h-xl-250px{min-height:250px!important}html[dir=rtl] .min-h-xl-275px{min-height:275px!important}html[dir=rtl] .min-h-xl-300px{min-height:300px!important}html[dir=rtl] .min-h-xl-325px{min-height:325px!important}html[dir=rtl] .min-h-xl-350px{min-height:350px!important}html[dir=rtl] .min-h-xl-375px{min-height:375px!important}html[dir=rtl] .min-h-xl-400px{min-height:400px!important}html[dir=rtl] .min-h-xl-425px{min-height:425px!important}html[dir=rtl] .min-h-xl-450px{min-height:450px!important}html[dir=rtl] .min-h-xl-475px{min-height:475px!important}html[dir=rtl] .min-h-xl-500px{min-height:500px!important}html[dir=rtl] .min-h-xl-550px{min-height:550px!important}html[dir=rtl] .min-h-xl-600px{min-height:600px!important}html[dir=rtl] .min-h-xl-650px{min-height:650px!important}html[dir=rtl] .min-h-xl-700px{min-height:700px!important}html[dir=rtl] .min-h-xl-750px{min-height:750px!important}html[dir=rtl] .min-h-xl-800px{min-height:800px!important}html[dir=rtl] .min-h-xl-850px{min-height:850px!important}html[dir=rtl] .min-h-xl-900px{min-height:900px!important}html[dir=rtl] .min-h-xl-950px{min-height:950px!important}html[dir=rtl] .min-h-xl-1000px{min-height:1000px!important}}@media (min-width: 1400px){html[dir=rtl] .float-xxl-start{float:right!important}html[dir=rtl] .float-xxl-end{float:left!important}html[dir=rtl] .float-xxl-none{float:none!important}html[dir=rtl] .d-xxl-inline{display:inline!important}html[dir=rtl] .d-xxl-inline-block{display:inline-block!important}html[dir=rtl] .d-xxl-block{display:block!important}html[dir=rtl] .d-xxl-grid{display:grid!important}html[dir=rtl] .d-xxl-table{display:table!important}html[dir=rtl] .d-xxl-table-row{display:table-row!important}html[dir=rtl] .d-xxl-table-cell{display:table-cell!important}html[dir=rtl] .d-xxl-flex{display:flex!important}html[dir=rtl] .d-xxl-inline-flex{display:inline-flex!important}html[dir=rtl] .d-xxl-none{display:none!important}html[dir=rtl] .position-xxl-static{position:static!important}html[dir=rtl] .position-xxl-relative{position:relative!important}html[dir=rtl] .position-xxl-absolute{position:absolute!important}html[dir=rtl] .position-xxl-fixed{position:fixed!important}html[dir=rtl] .position-xxl-sticky{position:sticky!important}html[dir=rtl] .w-xxl-unset{width:unset!important}html[dir=rtl] .w-xxl-25{width:25%!important}html[dir=rtl] .w-xxl-50{width:50%!important}html[dir=rtl] .w-xxl-75{width:75%!important}html[dir=rtl] .w-xxl-100{width:100%!important}html[dir=rtl] .w-xxl-auto{width:auto!important}html[dir=rtl] .w-xxl-1px{width:1px!important}html[dir=rtl] .w-xxl-2px{width:2px!important}html[dir=rtl] .w-xxl-3px{width:3px!important}html[dir=rtl] .w-xxl-4px{width:4px!important}html[dir=rtl] .w-xxl-5px{width:5px!important}html[dir=rtl] .w-xxl-6px{width:6px!important}html[dir=rtl] .w-xxl-7px{width:7px!important}html[dir=rtl] .w-xxl-8px{width:8px!important}html[dir=rtl] .w-xxl-9px{width:9px!important}html[dir=rtl] .w-xxl-10px{width:10px!important}html[dir=rtl] .w-xxl-15px{width:15px!important}html[dir=rtl] .w-xxl-20px{width:20px!important}html[dir=rtl] .w-xxl-25px{width:25px!important}html[dir=rtl] .w-xxl-30px{width:30px!important}html[dir=rtl] .w-xxl-35px{width:35px!important}html[dir=rtl] .w-xxl-40px{width:40px!important}html[dir=rtl] .w-xxl-45px{width:45px!important}html[dir=rtl] .w-xxl-50px{width:50px!important}html[dir=rtl] .w-xxl-55px{width:55px!important}html[dir=rtl] .w-xxl-60px{width:60px!important}html[dir=rtl] .w-xxl-65px{width:65px!important}html[dir=rtl] .w-xxl-70px{width:70px!important}html[dir=rtl] .w-xxl-75px{width:75px!important}html[dir=rtl] .w-xxl-80px{width:80px!important}html[dir=rtl] .w-xxl-85px{width:85px!important}html[dir=rtl] .w-xxl-90px{width:90px!important}html[dir=rtl] .w-xxl-95px{width:95px!important}html[dir=rtl] .w-xxl-100px{width:100px!important}html[dir=rtl] .w-xxl-125px{width:125px!important}html[dir=rtl] .w-xxl-150px{width:150px!important}html[dir=rtl] .w-xxl-175px{width:175px!important}html[dir=rtl] .w-xxl-200px{width:200px!important}html[dir=rtl] .w-xxl-225px{width:225px!important}html[dir=rtl] .w-xxl-250px{width:250px!important}html[dir=rtl] .w-xxl-275px{width:275px!important}html[dir=rtl] .w-xxl-300px{width:300px!important}html[dir=rtl] .w-xxl-325px{width:325px!important}html[dir=rtl] .w-xxl-350px{width:350px!important}html[dir=rtl] .w-xxl-375px{width:375px!important}html[dir=rtl] .w-xxl-400px{width:400px!important}html[dir=rtl] .w-xxl-425px{width:425px!important}html[dir=rtl] .w-xxl-450px{width:450px!important}html[dir=rtl] .w-xxl-475px{width:475px!important}html[dir=rtl] .w-xxl-500px{width:500px!important}html[dir=rtl] .w-xxl-550px{width:550px!important}html[dir=rtl] .w-xxl-600px{width:600px!important}html[dir=rtl] .w-xxl-650px{width:650px!important}html[dir=rtl] .w-xxl-700px{width:700px!important}html[dir=rtl] .w-xxl-750px{width:750px!important}html[dir=rtl] .w-xxl-800px{width:800px!important}html[dir=rtl] .w-xxl-850px{width:850px!important}html[dir=rtl] .w-xxl-900px{width:900px!important}html[dir=rtl] .w-xxl-950px{width:950px!important}html[dir=rtl] .w-xxl-1000px{width:1000px!important}html[dir=rtl] .mw-xxl-unset{max-width:unset!important}html[dir=rtl] .mw-xxl-25{max-width:25%!important}html[dir=rtl] .mw-xxl-50{max-width:50%!important}html[dir=rtl] .mw-xxl-75{max-width:75%!important}html[dir=rtl] .mw-xxl-100{max-width:100%!important}html[dir=rtl] .mw-xxl-auto{max-width:auto!important}html[dir=rtl] .mw-xxl-1px{max-width:1px!important}html[dir=rtl] .mw-xxl-2px{max-width:2px!important}html[dir=rtl] .mw-xxl-3px{max-width:3px!important}html[dir=rtl] .mw-xxl-4px{max-width:4px!important}html[dir=rtl] .mw-xxl-5px{max-width:5px!important}html[dir=rtl] .mw-xxl-6px{max-width:6px!important}html[dir=rtl] .mw-xxl-7px{max-width:7px!important}html[dir=rtl] .mw-xxl-8px{max-width:8px!important}html[dir=rtl] .mw-xxl-9px{max-width:9px!important}html[dir=rtl] .mw-xxl-10px{max-width:10px!important}html[dir=rtl] .mw-xxl-15px{max-width:15px!important}html[dir=rtl] .mw-xxl-20px{max-width:20px!important}html[dir=rtl] .mw-xxl-25px{max-width:25px!important}html[dir=rtl] .mw-xxl-30px{max-width:30px!important}html[dir=rtl] .mw-xxl-35px{max-width:35px!important}html[dir=rtl] .mw-xxl-40px{max-width:40px!important}html[dir=rtl] .mw-xxl-45px{max-width:45px!important}html[dir=rtl] .mw-xxl-50px{max-width:50px!important}html[dir=rtl] .mw-xxl-55px{max-width:55px!important}html[dir=rtl] .mw-xxl-60px{max-width:60px!important}html[dir=rtl] .mw-xxl-65px{max-width:65px!important}html[dir=rtl] .mw-xxl-70px{max-width:70px!important}html[dir=rtl] .mw-xxl-75px{max-width:75px!important}html[dir=rtl] .mw-xxl-80px{max-width:80px!important}html[dir=rtl] .mw-xxl-85px{max-width:85px!important}html[dir=rtl] .mw-xxl-90px{max-width:90px!important}html[dir=rtl] .mw-xxl-95px{max-width:95px!important}html[dir=rtl] .mw-xxl-100px{max-width:100px!important}html[dir=rtl] .mw-xxl-125px{max-width:125px!important}html[dir=rtl] .mw-xxl-150px{max-width:150px!important}html[dir=rtl] .mw-xxl-175px{max-width:175px!important}html[dir=rtl] .mw-xxl-200px{max-width:200px!important}html[dir=rtl] .mw-xxl-225px{max-width:225px!important}html[dir=rtl] .mw-xxl-250px{max-width:250px!important}html[dir=rtl] .mw-xxl-275px{max-width:275px!important}html[dir=rtl] .mw-xxl-300px{max-width:300px!important}html[dir=rtl] .mw-xxl-325px{max-width:325px!important}html[dir=rtl] .mw-xxl-350px{max-width:350px!important}html[dir=rtl] .mw-xxl-375px{max-width:375px!important}html[dir=rtl] .mw-xxl-400px{max-width:400px!important}html[dir=rtl] .mw-xxl-425px{max-width:425px!important}html[dir=rtl] .mw-xxl-450px{max-width:450px!important}html[dir=rtl] .mw-xxl-475px{max-width:475px!important}html[dir=rtl] .mw-xxl-500px{max-width:500px!important}html[dir=rtl] .mw-xxl-550px{max-width:550px!important}html[dir=rtl] .mw-xxl-600px{max-width:600px!important}html[dir=rtl] .mw-xxl-650px{max-width:650px!important}html[dir=rtl] .mw-xxl-700px{max-width:700px!important}html[dir=rtl] .mw-xxl-750px{max-width:750px!important}html[dir=rtl] .mw-xxl-800px{max-width:800px!important}html[dir=rtl] .mw-xxl-850px{max-width:850px!important}html[dir=rtl] .mw-xxl-900px{max-width:900px!important}html[dir=rtl] .mw-xxl-950px{max-width:950px!important}html[dir=rtl] .mw-xxl-1000px{max-width:1000px!important}html[dir=rtl] .h-xxl-unset{height:unset!important}html[dir=rtl] .h-xxl-25{height:25%!important}html[dir=rtl] .h-xxl-50{height:50%!important}html[dir=rtl] .h-xxl-75{height:75%!important}html[dir=rtl] .h-xxl-100{height:100%!important}html[dir=rtl] .h-xxl-auto{height:auto!important}html[dir=rtl] .h-xxl-1px{height:1px!important}html[dir=rtl] .h-xxl-2px{height:2px!important}html[dir=rtl] .h-xxl-3px{height:3px!important}html[dir=rtl] .h-xxl-4px{height:4px!important}html[dir=rtl] .h-xxl-5px{height:5px!important}html[dir=rtl] .h-xxl-6px{height:6px!important}html[dir=rtl] .h-xxl-7px{height:7px!important}html[dir=rtl] .h-xxl-8px{height:8px!important}html[dir=rtl] .h-xxl-9px{height:9px!important}html[dir=rtl] .h-xxl-10px{height:10px!important}html[dir=rtl] .h-xxl-15px{height:15px!important}html[dir=rtl] .h-xxl-20px{height:20px!important}html[dir=rtl] .h-xxl-25px{height:25px!important}html[dir=rtl] .h-xxl-30px{height:30px!important}html[dir=rtl] .h-xxl-35px{height:35px!important}html[dir=rtl] .h-xxl-40px{height:40px!important}html[dir=rtl] .h-xxl-45px{height:45px!important}html[dir=rtl] .h-xxl-50px{height:50px!important}html[dir=rtl] .h-xxl-55px{height:55px!important}html[dir=rtl] .h-xxl-60px{height:60px!important}html[dir=rtl] .h-xxl-65px{height:65px!important}html[dir=rtl] .h-xxl-70px{height:70px!important}html[dir=rtl] .h-xxl-75px{height:75px!important}html[dir=rtl] .h-xxl-80px{height:80px!important}html[dir=rtl] .h-xxl-85px{height:85px!important}html[dir=rtl] .h-xxl-90px{height:90px!important}html[dir=rtl] .h-xxl-95px{height:95px!important}html[dir=rtl] .h-xxl-100px{height:100px!important}html[dir=rtl] .h-xxl-125px{height:125px!important}html[dir=rtl] .h-xxl-150px{height:150px!important}html[dir=rtl] .h-xxl-175px{height:175px!important}html[dir=rtl] .h-xxl-200px{height:200px!important}html[dir=rtl] .h-xxl-225px{height:225px!important}html[dir=rtl] .h-xxl-250px{height:250px!important}html[dir=rtl] .h-xxl-275px{height:275px!important}html[dir=rtl] .h-xxl-300px{height:300px!important}html[dir=rtl] .h-xxl-325px{height:325px!important}html[dir=rtl] .h-xxl-350px{height:350px!important}html[dir=rtl] .h-xxl-375px{height:375px!important}html[dir=rtl] .h-xxl-400px{height:400px!important}html[dir=rtl] .h-xxl-425px{height:425px!important}html[dir=rtl] .h-xxl-450px{height:450px!important}html[dir=rtl] .h-xxl-475px{height:475px!important}html[dir=rtl] .h-xxl-500px{height:500px!important}html[dir=rtl] .h-xxl-550px{height:550px!important}html[dir=rtl] .h-xxl-600px{height:600px!important}html[dir=rtl] .h-xxl-650px{height:650px!important}html[dir=rtl] .h-xxl-700px{height:700px!important}html[dir=rtl] .h-xxl-750px{height:750px!important}html[dir=rtl] .h-xxl-800px{height:800px!important}html[dir=rtl] .h-xxl-850px{height:850px!important}html[dir=rtl] .h-xxl-900px{height:900px!important}html[dir=rtl] .h-xxl-950px{height:950px!important}html[dir=rtl] .h-xxl-1000px{height:1000px!important}html[dir=rtl] .mh-xxl-unset{max-height:unset!important}html[dir=rtl] .mh-xxl-25{max-height:25%!important}html[dir=rtl] .mh-xxl-50{max-height:50%!important}html[dir=rtl] .mh-xxl-75{max-height:75%!important}html[dir=rtl] .mh-xxl-100{max-height:100%!important}html[dir=rtl] .mh-xxl-auto{max-height:auto!important}html[dir=rtl] .mh-xxl-1px{max-height:1px!important}html[dir=rtl] .mh-xxl-2px{max-height:2px!important}html[dir=rtl] .mh-xxl-3px{max-height:3px!important}html[dir=rtl] .mh-xxl-4px{max-height:4px!important}html[dir=rtl] .mh-xxl-5px{max-height:5px!important}html[dir=rtl] .mh-xxl-6px{max-height:6px!important}html[dir=rtl] .mh-xxl-7px{max-height:7px!important}html[dir=rtl] .mh-xxl-8px{max-height:8px!important}html[dir=rtl] .mh-xxl-9px{max-height:9px!important}html[dir=rtl] .mh-xxl-10px{max-height:10px!important}html[dir=rtl] .mh-xxl-15px{max-height:15px!important}html[dir=rtl] .mh-xxl-20px{max-height:20px!important}html[dir=rtl] .mh-xxl-25px{max-height:25px!important}html[dir=rtl] .mh-xxl-30px{max-height:30px!important}html[dir=rtl] .mh-xxl-35px{max-height:35px!important}html[dir=rtl] .mh-xxl-40px{max-height:40px!important}html[dir=rtl] .mh-xxl-45px{max-height:45px!important}html[dir=rtl] .mh-xxl-50px{max-height:50px!important}html[dir=rtl] .mh-xxl-55px{max-height:55px!important}html[dir=rtl] .mh-xxl-60px{max-height:60px!important}html[dir=rtl] .mh-xxl-65px{max-height:65px!important}html[dir=rtl] .mh-xxl-70px{max-height:70px!important}html[dir=rtl] .mh-xxl-75px{max-height:75px!important}html[dir=rtl] .mh-xxl-80px{max-height:80px!important}html[dir=rtl] .mh-xxl-85px{max-height:85px!important}html[dir=rtl] .mh-xxl-90px{max-height:90px!important}html[dir=rtl] .mh-xxl-95px{max-height:95px!important}html[dir=rtl] .mh-xxl-100px{max-height:100px!important}html[dir=rtl] .mh-xxl-125px{max-height:125px!important}html[dir=rtl] .mh-xxl-150px{max-height:150px!important}html[dir=rtl] .mh-xxl-175px{max-height:175px!important}html[dir=rtl] .mh-xxl-200px{max-height:200px!important}html[dir=rtl] .mh-xxl-225px{max-height:225px!important}html[dir=rtl] .mh-xxl-250px{max-height:250px!important}html[dir=rtl] .mh-xxl-275px{max-height:275px!important}html[dir=rtl] .mh-xxl-300px{max-height:300px!important}html[dir=rtl] .mh-xxl-325px{max-height:325px!important}html[dir=rtl] .mh-xxl-350px{max-height:350px!important}html[dir=rtl] .mh-xxl-375px{max-height:375px!important}html[dir=rtl] .mh-xxl-400px{max-height:400px!important}html[dir=rtl] .mh-xxl-425px{max-height:425px!important}html[dir=rtl] .mh-xxl-450px{max-height:450px!important}html[dir=rtl] .mh-xxl-475px{max-height:475px!important}html[dir=rtl] .mh-xxl-500px{max-height:500px!important}html[dir=rtl] .mh-xxl-550px{max-height:550px!important}html[dir=rtl] .mh-xxl-600px{max-height:600px!important}html[dir=rtl] .mh-xxl-650px{max-height:650px!important}html[dir=rtl] .mh-xxl-700px{max-height:700px!important}html[dir=rtl] .mh-xxl-750px{max-height:750px!important}html[dir=rtl] .mh-xxl-800px{max-height:800px!important}html[dir=rtl] .mh-xxl-850px{max-height:850px!important}html[dir=rtl] .mh-xxl-900px{max-height:900px!important}html[dir=rtl] .mh-xxl-950px{max-height:950px!important}html[dir=rtl] .mh-xxl-1000px{max-height:1000px!important}html[dir=rtl] .flex-xxl-fill{flex:1 1 auto!important}html[dir=rtl] .flex-xxl-row{flex-direction:row!important}html[dir=rtl] .flex-xxl-column{flex-direction:column!important}html[dir=rtl] .flex-xxl-row-reverse{flex-direction:row-reverse!important}html[dir=rtl] .flex-xxl-column-reverse{flex-direction:column-reverse!important}html[dir=rtl] .flex-xxl-grow-0{flex-grow:0!important}html[dir=rtl] .flex-xxl-grow-1{flex-grow:1!important}html[dir=rtl] .flex-xxl-shrink-0{flex-shrink:0!important}html[dir=rtl] .flex-xxl-shrink-1{flex-shrink:1!important}html[dir=rtl] .flex-xxl-wrap{flex-wrap:wrap!important}html[dir=rtl] .flex-xxl-nowrap{flex-wrap:nowrap!important}html[dir=rtl] .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}html[dir=rtl] .gap-xxl-0{gap:0!important}html[dir=rtl] .gap-xxl-1{gap:.25rem!important}html[dir=rtl] .gap-xxl-2{gap:.5rem!important}html[dir=rtl] .gap-xxl-3{gap:.75rem!important}html[dir=rtl] .gap-xxl-4{gap:1rem!important}html[dir=rtl] .gap-xxl-5{gap:1.25rem!important}html[dir=rtl] .gap-xxl-6{gap:1.5rem!important}html[dir=rtl] .gap-xxl-7{gap:1.75rem!important}html[dir=rtl] .gap-xxl-8{gap:2rem!important}html[dir=rtl] .gap-xxl-9{gap:2.25rem!important}html[dir=rtl] .gap-xxl-10{gap:2.5rem!important}html[dir=rtl] .gap-xxl-11{gap:2.75rem!important}html[dir=rtl] .gap-xxl-12{gap:3rem!important}html[dir=rtl] .gap-xxl-13{gap:3.25rem!important}html[dir=rtl] .gap-xxl-14{gap:3.5rem!important}html[dir=rtl] .gap-xxl-15{gap:3.75rem!important}html[dir=rtl] .gap-xxl-16{gap:4rem!important}html[dir=rtl] .gap-xxl-17{gap:4.25rem!important}html[dir=rtl] .gap-xxl-18{gap:4.5rem!important}html[dir=rtl] .gap-xxl-19{gap:4.75rem!important}html[dir=rtl] .gap-xxl-20{gap:5rem!important}html[dir=rtl] .justify-content-xxl-start{justify-content:flex-start!important}html[dir=rtl] .justify-content-xxl-end{justify-content:flex-end!important}html[dir=rtl] .justify-content-xxl-center{justify-content:center!important}html[dir=rtl] .justify-content-xxl-between{justify-content:space-between!important}html[dir=rtl] .justify-content-xxl-around{justify-content:space-around!important}html[dir=rtl] .justify-content-xxl-evenly{justify-content:space-evenly!important}html[dir=rtl] .align-items-xxl-start{align-items:flex-start!important}html[dir=rtl] .align-items-xxl-end{align-items:flex-end!important}html[dir=rtl] .align-items-xxl-center{align-items:center!important}html[dir=rtl] .align-items-xxl-baseline{align-items:baseline!important}html[dir=rtl] .align-items-xxl-stretch{align-items:stretch!important}html[dir=rtl] .align-content-xxl-start{align-content:flex-start!important}html[dir=rtl] .align-content-xxl-end{align-content:flex-end!important}html[dir=rtl] .align-content-xxl-center{align-content:center!important}html[dir=rtl] .align-content-xxl-between{align-content:space-between!important}html[dir=rtl] .align-content-xxl-around{align-content:space-around!important}html[dir=rtl] .align-content-xxl-stretch{align-content:stretch!important}html[dir=rtl] .align-self-xxl-auto{align-self:auto!important}html[dir=rtl] .align-self-xxl-start{align-self:flex-start!important}html[dir=rtl] .align-self-xxl-end{align-self:flex-end!important}html[dir=rtl] .align-self-xxl-center{align-self:center!important}html[dir=rtl] .align-self-xxl-baseline{align-self:baseline!important}html[dir=rtl] .align-self-xxl-stretch{align-self:stretch!important}html[dir=rtl] .order-xxl-first{order:-1!important}html[dir=rtl] .order-xxl-0{order:0!important}html[dir=rtl] .order-xxl-1{order:1!important}html[dir=rtl] .order-xxl-2{order:2!important}html[dir=rtl] .order-xxl-3{order:3!important}html[dir=rtl] .order-xxl-4{order:4!important}html[dir=rtl] .order-xxl-5{order:5!important}html[dir=rtl] .order-xxl-last{order:6!important}html[dir=rtl] .m-xxl-0{margin:0!important}html[dir=rtl] .m-xxl-1{margin:.25rem!important}html[dir=rtl] .m-xxl-2{margin:.5rem!important}html[dir=rtl] .m-xxl-3{margin:.75rem!important}html[dir=rtl] .m-xxl-4{margin:1rem!important}html[dir=rtl] .m-xxl-5{margin:1.25rem!important}html[dir=rtl] .m-xxl-6{margin:1.5rem!important}html[dir=rtl] .m-xxl-7{margin:1.75rem!important}html[dir=rtl] .m-xxl-8{margin:2rem!important}html[dir=rtl] .m-xxl-9{margin:2.25rem!important}html[dir=rtl] .m-xxl-10{margin:2.5rem!important}html[dir=rtl] .m-xxl-11{margin:2.75rem!important}html[dir=rtl] .m-xxl-12{margin:3rem!important}html[dir=rtl] .m-xxl-13{margin:3.25rem!important}html[dir=rtl] .m-xxl-14{margin:3.5rem!important}html[dir=rtl] .m-xxl-15{margin:3.75rem!important}html[dir=rtl] .m-xxl-16{margin:4rem!important}html[dir=rtl] .m-xxl-17{margin:4.25rem!important}html[dir=rtl] .m-xxl-18{margin:4.5rem!important}html[dir=rtl] .m-xxl-19{margin:4.75rem!important}html[dir=rtl] .m-xxl-20{margin:5rem!important}html[dir=rtl] .m-xxl-auto{margin:auto!important}html[dir=rtl] .mx-xxl-0{margin-left:0!important;margin-right:0!important}html[dir=rtl] .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}html[dir=rtl] .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}html[dir=rtl] .mx-xxl-3{margin-left:.75rem!important;margin-right:.75rem!important}html[dir=rtl] .mx-xxl-4{margin-left:1rem!important;margin-right:1rem!important}html[dir=rtl] .mx-xxl-5{margin-left:1.25rem!important;margin-right:1.25rem!important}html[dir=rtl] .mx-xxl-6{margin-left:1.5rem!important;margin-right:1.5rem!important}html[dir=rtl] .mx-xxl-7{margin-left:1.75rem!important;margin-right:1.75rem!important}html[dir=rtl] .mx-xxl-8{margin-left:2rem!important;margin-right:2rem!important}html[dir=rtl] .mx-xxl-9{margin-left:2.25rem!important;margin-right:2.25rem!important}html[dir=rtl] .mx-xxl-10{margin-left:2.5rem!important;margin-right:2.5rem!important}html[dir=rtl] .mx-xxl-11{margin-left:2.75rem!important;margin-right:2.75rem!important}html[dir=rtl] .mx-xxl-12{margin-left:3rem!important;margin-right:3rem!important}html[dir=rtl] .mx-xxl-13{margin-left:3.25rem!important;margin-right:3.25rem!important}html[dir=rtl] .mx-xxl-14{margin-left:3.5rem!important;margin-right:3.5rem!important}html[dir=rtl] .mx-xxl-15{margin-left:3.75rem!important;margin-right:3.75rem!important}html[dir=rtl] .mx-xxl-16{margin-left:4rem!important;margin-right:4rem!important}html[dir=rtl] .mx-xxl-17{margin-left:4.25rem!important;margin-right:4.25rem!important}html[dir=rtl] .mx-xxl-18{margin-left:4.5rem!important;margin-right:4.5rem!important}html[dir=rtl] .mx-xxl-19{margin-left:4.75rem!important;margin-right:4.75rem!important}html[dir=rtl] .mx-xxl-20{margin-left:5rem!important;margin-right:5rem!important}html[dir=rtl] .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}html[dir=rtl] .my-xxl-0{margin-top:0!important;margin-bottom:0!important}html[dir=rtl] .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}html[dir=rtl] .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}html[dir=rtl] .my-xxl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}html[dir=rtl] .my-xxl-4{margin-top:1rem!important;margin-bottom:1rem!important}html[dir=rtl] .my-xxl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}html[dir=rtl] .my-xxl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}html[dir=rtl] .my-xxl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}html[dir=rtl] .my-xxl-8{margin-top:2rem!important;margin-bottom:2rem!important}html[dir=rtl] .my-xxl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}html[dir=rtl] .my-xxl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}html[dir=rtl] .my-xxl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}html[dir=rtl] .my-xxl-12{margin-top:3rem!important;margin-bottom:3rem!important}html[dir=rtl] .my-xxl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}html[dir=rtl] .my-xxl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}html[dir=rtl] .my-xxl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}html[dir=rtl] .my-xxl-16{margin-top:4rem!important;margin-bottom:4rem!important}html[dir=rtl] .my-xxl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}html[dir=rtl] .my-xxl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}html[dir=rtl] .my-xxl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}html[dir=rtl] .my-xxl-20{margin-top:5rem!important;margin-bottom:5rem!important}html[dir=rtl] .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}html[dir=rtl] .mt-xxl-0{margin-top:0!important}html[dir=rtl] .mt-xxl-1{margin-top:.25rem!important}html[dir=rtl] .mt-xxl-2{margin-top:.5rem!important}html[dir=rtl] .mt-xxl-3{margin-top:.75rem!important}html[dir=rtl] .mt-xxl-4{margin-top:1rem!important}html[dir=rtl] .mt-xxl-5{margin-top:1.25rem!important}html[dir=rtl] .mt-xxl-6{margin-top:1.5rem!important}html[dir=rtl] .mt-xxl-7{margin-top:1.75rem!important}html[dir=rtl] .mt-xxl-8{margin-top:2rem!important}html[dir=rtl] .mt-xxl-9{margin-top:2.25rem!important}html[dir=rtl] .mt-xxl-10{margin-top:2.5rem!important}html[dir=rtl] .mt-xxl-11{margin-top:2.75rem!important}html[dir=rtl] .mt-xxl-12{margin-top:3rem!important}html[dir=rtl] .mt-xxl-13{margin-top:3.25rem!important}html[dir=rtl] .mt-xxl-14{margin-top:3.5rem!important}html[dir=rtl] .mt-xxl-15{margin-top:3.75rem!important}html[dir=rtl] .mt-xxl-16{margin-top:4rem!important}html[dir=rtl] .mt-xxl-17{margin-top:4.25rem!important}html[dir=rtl] .mt-xxl-18{margin-top:4.5rem!important}html[dir=rtl] .mt-xxl-19{margin-top:4.75rem!important}html[dir=rtl] .mt-xxl-20{margin-top:5rem!important}html[dir=rtl] .mt-xxl-auto{margin-top:auto!important}html[dir=rtl] .me-xxl-0{margin-left:0!important}html[dir=rtl] .me-xxl-1{margin-left:.25rem!important}html[dir=rtl] .me-xxl-2{margin-left:.5rem!important}html[dir=rtl] .me-xxl-3{margin-left:.75rem!important}html[dir=rtl] .me-xxl-4{margin-left:1rem!important}html[dir=rtl] .me-xxl-5{margin-left:1.25rem!important}html[dir=rtl] .me-xxl-6{margin-left:1.5rem!important}html[dir=rtl] .me-xxl-7{margin-left:1.75rem!important}html[dir=rtl] .me-xxl-8{margin-left:2rem!important}html[dir=rtl] .me-xxl-9{margin-left:2.25rem!important}html[dir=rtl] .me-xxl-10{margin-left:2.5rem!important}html[dir=rtl] .me-xxl-11{margin-left:2.75rem!important}html[dir=rtl] .me-xxl-12{margin-left:3rem!important}html[dir=rtl] .me-xxl-13{margin-left:3.25rem!important}html[dir=rtl] .me-xxl-14{margin-left:3.5rem!important}html[dir=rtl] .me-xxl-15{margin-left:3.75rem!important}html[dir=rtl] .me-xxl-16{margin-left:4rem!important}html[dir=rtl] .me-xxl-17{margin-left:4.25rem!important}html[dir=rtl] .me-xxl-18{margin-left:4.5rem!important}html[dir=rtl] .me-xxl-19{margin-left:4.75rem!important}html[dir=rtl] .me-xxl-20{margin-left:5rem!important}html[dir=rtl] .me-xxl-auto{margin-left:auto!important}html[dir=rtl] .mb-xxl-0{margin-bottom:0!important}html[dir=rtl] .mb-xxl-1{margin-bottom:.25rem!important}html[dir=rtl] .mb-xxl-2{margin-bottom:.5rem!important}html[dir=rtl] .mb-xxl-3{margin-bottom:.75rem!important}html[dir=rtl] .mb-xxl-4{margin-bottom:1rem!important}html[dir=rtl] .mb-xxl-5{margin-bottom:1.25rem!important}html[dir=rtl] .mb-xxl-6{margin-bottom:1.5rem!important}html[dir=rtl] .mb-xxl-7{margin-bottom:1.75rem!important}html[dir=rtl] .mb-xxl-8{margin-bottom:2rem!important}html[dir=rtl] .mb-xxl-9{margin-bottom:2.25rem!important}html[dir=rtl] .mb-xxl-10{margin-bottom:2.5rem!important}html[dir=rtl] .mb-xxl-11{margin-bottom:2.75rem!important}html[dir=rtl] .mb-xxl-12{margin-bottom:3rem!important}html[dir=rtl] .mb-xxl-13{margin-bottom:3.25rem!important}html[dir=rtl] .mb-xxl-14{margin-bottom:3.5rem!important}html[dir=rtl] .mb-xxl-15{margin-bottom:3.75rem!important}html[dir=rtl] .mb-xxl-16{margin-bottom:4rem!important}html[dir=rtl] .mb-xxl-17{margin-bottom:4.25rem!important}html[dir=rtl] .mb-xxl-18{margin-bottom:4.5rem!important}html[dir=rtl] .mb-xxl-19{margin-bottom:4.75rem!important}html[dir=rtl] .mb-xxl-20{margin-bottom:5rem!important}html[dir=rtl] .mb-xxl-auto{margin-bottom:auto!important}html[dir=rtl] .ms-xxl-0{margin-right:0!important}html[dir=rtl] .ms-xxl-1{margin-right:.25rem!important}html[dir=rtl] .ms-xxl-2{margin-right:.5rem!important}html[dir=rtl] .ms-xxl-3{margin-right:.75rem!important}html[dir=rtl] .ms-xxl-4{margin-right:1rem!important}html[dir=rtl] .ms-xxl-5{margin-right:1.25rem!important}html[dir=rtl] .ms-xxl-6{margin-right:1.5rem!important}html[dir=rtl] .ms-xxl-7{margin-right:1.75rem!important}html[dir=rtl] .ms-xxl-8{margin-right:2rem!important}html[dir=rtl] .ms-xxl-9{margin-right:2.25rem!important}html[dir=rtl] .ms-xxl-10{margin-right:2.5rem!important}html[dir=rtl] .ms-xxl-11{margin-right:2.75rem!important}html[dir=rtl] .ms-xxl-12{margin-right:3rem!important}html[dir=rtl] .ms-xxl-13{margin-right:3.25rem!important}html[dir=rtl] .ms-xxl-14{margin-right:3.5rem!important}html[dir=rtl] .ms-xxl-15{margin-right:3.75rem!important}html[dir=rtl] .ms-xxl-16{margin-right:4rem!important}html[dir=rtl] .ms-xxl-17{margin-right:4.25rem!important}html[dir=rtl] .ms-xxl-18{margin-right:4.5rem!important}html[dir=rtl] .ms-xxl-19{margin-right:4.75rem!important}html[dir=rtl] .ms-xxl-20{margin-right:5rem!important}html[dir=rtl] .ms-xxl-auto{margin-right:auto!important}html[dir=rtl] .m-xxl-n1{margin:-.25rem!important}html[dir=rtl] .m-xxl-n2{margin:-.5rem!important}html[dir=rtl] .m-xxl-n3{margin:-.75rem!important}html[dir=rtl] .m-xxl-n4{margin:-1rem!important}html[dir=rtl] .m-xxl-n5{margin:-1.25rem!important}html[dir=rtl] .m-xxl-n6{margin:-1.5rem!important}html[dir=rtl] .m-xxl-n7{margin:-1.75rem!important}html[dir=rtl] .m-xxl-n8{margin:-2rem!important}html[dir=rtl] .m-xxl-n9{margin:-2.25rem!important}html[dir=rtl] .m-xxl-n10{margin:-2.5rem!important}html[dir=rtl] .m-xxl-n11{margin:-2.75rem!important}html[dir=rtl] .m-xxl-n12{margin:-3rem!important}html[dir=rtl] .m-xxl-n13{margin:-3.25rem!important}html[dir=rtl] .m-xxl-n14{margin:-3.5rem!important}html[dir=rtl] .m-xxl-n15{margin:-3.75rem!important}html[dir=rtl] .m-xxl-n16{margin:-4rem!important}html[dir=rtl] .m-xxl-n17{margin:-4.25rem!important}html[dir=rtl] .m-xxl-n18{margin:-4.5rem!important}html[dir=rtl] .m-xxl-n19{margin:-4.75rem!important}html[dir=rtl] .m-xxl-n20{margin:-5rem!important}html[dir=rtl] .mx-xxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}html[dir=rtl] .mx-xxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}html[dir=rtl] .mx-xxl-n3{margin-left:-.75rem!important;margin-right:-.75rem!important}html[dir=rtl] .mx-xxl-n4{margin-left:-1rem!important;margin-right:-1rem!important}html[dir=rtl] .mx-xxl-n5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}html[dir=rtl] .mx-xxl-n6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}html[dir=rtl] .mx-xxl-n7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}html[dir=rtl] .mx-xxl-n8{margin-left:-2rem!important;margin-right:-2rem!important}html[dir=rtl] .mx-xxl-n9{margin-left:-2.25rem!important;margin-right:-2.25rem!important}html[dir=rtl] .mx-xxl-n10{margin-left:-2.5rem!important;margin-right:-2.5rem!important}html[dir=rtl] .mx-xxl-n11{margin-left:-2.75rem!important;margin-right:-2.75rem!important}html[dir=rtl] .mx-xxl-n12{margin-left:-3rem!important;margin-right:-3rem!important}html[dir=rtl] .mx-xxl-n13{margin-left:-3.25rem!important;margin-right:-3.25rem!important}html[dir=rtl] .mx-xxl-n14{margin-left:-3.5rem!important;margin-right:-3.5rem!important}html[dir=rtl] .mx-xxl-n15{margin-left:-3.75rem!important;margin-right:-3.75rem!important}html[dir=rtl] .mx-xxl-n16{margin-left:-4rem!important;margin-right:-4rem!important}html[dir=rtl] .mx-xxl-n17{margin-left:-4.25rem!important;margin-right:-4.25rem!important}html[dir=rtl] .mx-xxl-n18{margin-left:-4.5rem!important;margin-right:-4.5rem!important}html[dir=rtl] .mx-xxl-n19{margin-left:-4.75rem!important;margin-right:-4.75rem!important}html[dir=rtl] .mx-xxl-n20{margin-left:-5rem!important;margin-right:-5rem!important}html[dir=rtl] .my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}html[dir=rtl] .my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}html[dir=rtl] .my-xxl-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}html[dir=rtl] .my-xxl-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}html[dir=rtl] .my-xxl-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}html[dir=rtl] .my-xxl-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}html[dir=rtl] .my-xxl-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}html[dir=rtl] .my-xxl-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}html[dir=rtl] .my-xxl-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}html[dir=rtl] .my-xxl-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}html[dir=rtl] .my-xxl-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}html[dir=rtl] .my-xxl-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}html[dir=rtl] .my-xxl-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}html[dir=rtl] .my-xxl-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}html[dir=rtl] .my-xxl-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}html[dir=rtl] .my-xxl-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}html[dir=rtl] .my-xxl-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}html[dir=rtl] .my-xxl-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}html[dir=rtl] .my-xxl-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}html[dir=rtl] .my-xxl-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}html[dir=rtl] .mt-xxl-n1{margin-top:-.25rem!important}html[dir=rtl] .mt-xxl-n2{margin-top:-.5rem!important}html[dir=rtl] .mt-xxl-n3{margin-top:-.75rem!important}html[dir=rtl] .mt-xxl-n4{margin-top:-1rem!important}html[dir=rtl] .mt-xxl-n5{margin-top:-1.25rem!important}html[dir=rtl] .mt-xxl-n6{margin-top:-1.5rem!important}html[dir=rtl] .mt-xxl-n7{margin-top:-1.75rem!important}html[dir=rtl] .mt-xxl-n8{margin-top:-2rem!important}html[dir=rtl] .mt-xxl-n9{margin-top:-2.25rem!important}html[dir=rtl] .mt-xxl-n10{margin-top:-2.5rem!important}html[dir=rtl] .mt-xxl-n11{margin-top:-2.75rem!important}html[dir=rtl] .mt-xxl-n12{margin-top:-3rem!important}html[dir=rtl] .mt-xxl-n13{margin-top:-3.25rem!important}html[dir=rtl] .mt-xxl-n14{margin-top:-3.5rem!important}html[dir=rtl] .mt-xxl-n15{margin-top:-3.75rem!important}html[dir=rtl] .mt-xxl-n16{margin-top:-4rem!important}html[dir=rtl] .mt-xxl-n17{margin-top:-4.25rem!important}html[dir=rtl] .mt-xxl-n18{margin-top:-4.5rem!important}html[dir=rtl] .mt-xxl-n19{margin-top:-4.75rem!important}html[dir=rtl] .mt-xxl-n20{margin-top:-5rem!important}html[dir=rtl] .me-xxl-n1{margin-left:-.25rem!important}html[dir=rtl] .me-xxl-n2{margin-left:-.5rem!important}html[dir=rtl] .me-xxl-n3{margin-left:-.75rem!important}html[dir=rtl] .me-xxl-n4{margin-left:-1rem!important}html[dir=rtl] .me-xxl-n5{margin-left:-1.25rem!important}html[dir=rtl] .me-xxl-n6{margin-left:-1.5rem!important}html[dir=rtl] .me-xxl-n7{margin-left:-1.75rem!important}html[dir=rtl] .me-xxl-n8{margin-left:-2rem!important}html[dir=rtl] .me-xxl-n9{margin-left:-2.25rem!important}html[dir=rtl] .me-xxl-n10{margin-left:-2.5rem!important}html[dir=rtl] .me-xxl-n11{margin-left:-2.75rem!important}html[dir=rtl] .me-xxl-n12{margin-left:-3rem!important}html[dir=rtl] .me-xxl-n13{margin-left:-3.25rem!important}html[dir=rtl] .me-xxl-n14{margin-left:-3.5rem!important}html[dir=rtl] .me-xxl-n15{margin-left:-3.75rem!important}html[dir=rtl] .me-xxl-n16{margin-left:-4rem!important}html[dir=rtl] .me-xxl-n17{margin-left:-4.25rem!important}html[dir=rtl] .me-xxl-n18{margin-left:-4.5rem!important}html[dir=rtl] .me-xxl-n19{margin-left:-4.75rem!important}html[dir=rtl] .me-xxl-n20{margin-left:-5rem!important}html[dir=rtl] .mb-xxl-n1{margin-bottom:-.25rem!important}html[dir=rtl] .mb-xxl-n2{margin-bottom:-.5rem!important}html[dir=rtl] .mb-xxl-n3{margin-bottom:-.75rem!important}html[dir=rtl] .mb-xxl-n4{margin-bottom:-1rem!important}html[dir=rtl] .mb-xxl-n5{margin-bottom:-1.25rem!important}html[dir=rtl] .mb-xxl-n6{margin-bottom:-1.5rem!important}html[dir=rtl] .mb-xxl-n7{margin-bottom:-1.75rem!important}html[dir=rtl] .mb-xxl-n8{margin-bottom:-2rem!important}html[dir=rtl] .mb-xxl-n9{margin-bottom:-2.25rem!important}html[dir=rtl] .mb-xxl-n10{margin-bottom:-2.5rem!important}html[dir=rtl] .mb-xxl-n11{margin-bottom:-2.75rem!important}html[dir=rtl] .mb-xxl-n12{margin-bottom:-3rem!important}html[dir=rtl] .mb-xxl-n13{margin-bottom:-3.25rem!important}html[dir=rtl] .mb-xxl-n14{margin-bottom:-3.5rem!important}html[dir=rtl] .mb-xxl-n15{margin-bottom:-3.75rem!important}html[dir=rtl] .mb-xxl-n16{margin-bottom:-4rem!important}html[dir=rtl] .mb-xxl-n17{margin-bottom:-4.25rem!important}html[dir=rtl] .mb-xxl-n18{margin-bottom:-4.5rem!important}html[dir=rtl] .mb-xxl-n19{margin-bottom:-4.75rem!important}html[dir=rtl] .mb-xxl-n20{margin-bottom:-5rem!important}html[dir=rtl] .ms-xxl-n1{margin-right:-.25rem!important}html[dir=rtl] .ms-xxl-n2{margin-right:-.5rem!important}html[dir=rtl] .ms-xxl-n3{margin-right:-.75rem!important}html[dir=rtl] .ms-xxl-n4{margin-right:-1rem!important}html[dir=rtl] .ms-xxl-n5{margin-right:-1.25rem!important}html[dir=rtl] .ms-xxl-n6{margin-right:-1.5rem!important}html[dir=rtl] .ms-xxl-n7{margin-right:-1.75rem!important}html[dir=rtl] .ms-xxl-n8{margin-right:-2rem!important}html[dir=rtl] .ms-xxl-n9{margin-right:-2.25rem!important}html[dir=rtl] .ms-xxl-n10{margin-right:-2.5rem!important}html[dir=rtl] .ms-xxl-n11{margin-right:-2.75rem!important}html[dir=rtl] .ms-xxl-n12{margin-right:-3rem!important}html[dir=rtl] .ms-xxl-n13{margin-right:-3.25rem!important}html[dir=rtl] .ms-xxl-n14{margin-right:-3.5rem!important}html[dir=rtl] .ms-xxl-n15{margin-right:-3.75rem!important}html[dir=rtl] .ms-xxl-n16{margin-right:-4rem!important}html[dir=rtl] .ms-xxl-n17{margin-right:-4.25rem!important}html[dir=rtl] .ms-xxl-n18{margin-right:-4.5rem!important}html[dir=rtl] .ms-xxl-n19{margin-right:-4.75rem!important}html[dir=rtl] .ms-xxl-n20{margin-right:-5rem!important}html[dir=rtl] .p-xxl-0{padding:0!important}html[dir=rtl] .p-xxl-1{padding:.25rem!important}html[dir=rtl] .p-xxl-2{padding:.5rem!important}html[dir=rtl] .p-xxl-3{padding:.75rem!important}html[dir=rtl] .p-xxl-4{padding:1rem!important}html[dir=rtl] .p-xxl-5{padding:1.25rem!important}html[dir=rtl] .p-xxl-6{padding:1.5rem!important}html[dir=rtl] .p-xxl-7{padding:1.75rem!important}html[dir=rtl] .p-xxl-8{padding:2rem!important}html[dir=rtl] .p-xxl-9{padding:2.25rem!important}html[dir=rtl] .p-xxl-10{padding:2.5rem!important}html[dir=rtl] .p-xxl-11{padding:2.75rem!important}html[dir=rtl] .p-xxl-12{padding:3rem!important}html[dir=rtl] .p-xxl-13{padding:3.25rem!important}html[dir=rtl] .p-xxl-14{padding:3.5rem!important}html[dir=rtl] .p-xxl-15{padding:3.75rem!important}html[dir=rtl] .p-xxl-16{padding:4rem!important}html[dir=rtl] .p-xxl-17{padding:4.25rem!important}html[dir=rtl] .p-xxl-18{padding:4.5rem!important}html[dir=rtl] .p-xxl-19{padding:4.75rem!important}html[dir=rtl] .p-xxl-20{padding:5rem!important}html[dir=rtl] .px-xxl-0{padding-left:0!important;padding-right:0!important}html[dir=rtl] .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}html[dir=rtl] .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}html[dir=rtl] .px-xxl-3{padding-left:.75rem!important;padding-right:.75rem!important}html[dir=rtl] .px-xxl-4{padding-left:1rem!important;padding-right:1rem!important}html[dir=rtl] .px-xxl-5{padding-left:1.25rem!important;padding-right:1.25rem!important}html[dir=rtl] .px-xxl-6{padding-left:1.5rem!important;padding-right:1.5rem!important}html[dir=rtl] .px-xxl-7{padding-left:1.75rem!important;padding-right:1.75rem!important}html[dir=rtl] .px-xxl-8{padding-left:2rem!important;padding-right:2rem!important}html[dir=rtl] .px-xxl-9{padding-left:2.25rem!important;padding-right:2.25rem!important}html[dir=rtl] .px-xxl-10{padding-left:2.5rem!important;padding-right:2.5rem!important}html[dir=rtl] .px-xxl-11{padding-left:2.75rem!important;padding-right:2.75rem!important}html[dir=rtl] .px-xxl-12{padding-left:3rem!important;padding-right:3rem!important}html[dir=rtl] .px-xxl-13{padding-left:3.25rem!important;padding-right:3.25rem!important}html[dir=rtl] .px-xxl-14{padding-left:3.5rem!important;padding-right:3.5rem!important}html[dir=rtl] .px-xxl-15{padding-left:3.75rem!important;padding-right:3.75rem!important}html[dir=rtl] .px-xxl-16{padding-left:4rem!important;padding-right:4rem!important}html[dir=rtl] .px-xxl-17{padding-left:4.25rem!important;padding-right:4.25rem!important}html[dir=rtl] .px-xxl-18{padding-left:4.5rem!important;padding-right:4.5rem!important}html[dir=rtl] .px-xxl-19{padding-left:4.75rem!important;padding-right:4.75rem!important}html[dir=rtl] .px-xxl-20{padding-left:5rem!important;padding-right:5rem!important}html[dir=rtl] .py-xxl-0{padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}html[dir=rtl] .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}html[dir=rtl] .py-xxl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}html[dir=rtl] .py-xxl-4{padding-top:1rem!important;padding-bottom:1rem!important}html[dir=rtl] .py-xxl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}html[dir=rtl] .py-xxl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}html[dir=rtl] .py-xxl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}html[dir=rtl] .py-xxl-8{padding-top:2rem!important;padding-bottom:2rem!important}html[dir=rtl] .py-xxl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}html[dir=rtl] .py-xxl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}html[dir=rtl] .py-xxl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}html[dir=rtl] .py-xxl-12{padding-top:3rem!important;padding-bottom:3rem!important}html[dir=rtl] .py-xxl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}html[dir=rtl] .py-xxl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}html[dir=rtl] .py-xxl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}html[dir=rtl] .py-xxl-16{padding-top:4rem!important;padding-bottom:4rem!important}html[dir=rtl] .py-xxl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}html[dir=rtl] .py-xxl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}html[dir=rtl] .py-xxl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}html[dir=rtl] .py-xxl-20{padding-top:5rem!important;padding-bottom:5rem!important}html[dir=rtl] .pt-xxl-0{padding-top:0!important}html[dir=rtl] .pt-xxl-1{padding-top:.25rem!important}html[dir=rtl] .pt-xxl-2{padding-top:.5rem!important}html[dir=rtl] .pt-xxl-3{padding-top:.75rem!important}html[dir=rtl] .pt-xxl-4{padding-top:1rem!important}html[dir=rtl] .pt-xxl-5{padding-top:1.25rem!important}html[dir=rtl] .pt-xxl-6{padding-top:1.5rem!important}html[dir=rtl] .pt-xxl-7{padding-top:1.75rem!important}html[dir=rtl] .pt-xxl-8{padding-top:2rem!important}html[dir=rtl] .pt-xxl-9{padding-top:2.25rem!important}html[dir=rtl] .pt-xxl-10{padding-top:2.5rem!important}html[dir=rtl] .pt-xxl-11{padding-top:2.75rem!important}html[dir=rtl] .pt-xxl-12{padding-top:3rem!important}html[dir=rtl] .pt-xxl-13{padding-top:3.25rem!important}html[dir=rtl] .pt-xxl-14{padding-top:3.5rem!important}html[dir=rtl] .pt-xxl-15{padding-top:3.75rem!important}html[dir=rtl] .pt-xxl-16{padding-top:4rem!important}html[dir=rtl] .pt-xxl-17{padding-top:4.25rem!important}html[dir=rtl] .pt-xxl-18{padding-top:4.5rem!important}html[dir=rtl] .pt-xxl-19{padding-top:4.75rem!important}html[dir=rtl] .pt-xxl-20{padding-top:5rem!important}html[dir=rtl] .pe-xxl-0{padding-left:0!important}html[dir=rtl] .pe-xxl-1{padding-left:.25rem!important}html[dir=rtl] .pe-xxl-2{padding-left:.5rem!important}html[dir=rtl] .pe-xxl-3{padding-left:.75rem!important}html[dir=rtl] .pe-xxl-4{padding-left:1rem!important}html[dir=rtl] .pe-xxl-5{padding-left:1.25rem!important}html[dir=rtl] .pe-xxl-6{padding-left:1.5rem!important}html[dir=rtl] .pe-xxl-7{padding-left:1.75rem!important}html[dir=rtl] .pe-xxl-8{padding-left:2rem!important}html[dir=rtl] .pe-xxl-9{padding-left:2.25rem!important}html[dir=rtl] .pe-xxl-10{padding-left:2.5rem!important}html[dir=rtl] .pe-xxl-11{padding-left:2.75rem!important}html[dir=rtl] .pe-xxl-12{padding-left:3rem!important}html[dir=rtl] .pe-xxl-13{padding-left:3.25rem!important}html[dir=rtl] .pe-xxl-14{padding-left:3.5rem!important}html[dir=rtl] .pe-xxl-15{padding-left:3.75rem!important}html[dir=rtl] .pe-xxl-16{padding-left:4rem!important}html[dir=rtl] .pe-xxl-17{padding-left:4.25rem!important}html[dir=rtl] .pe-xxl-18{padding-left:4.5rem!important}html[dir=rtl] .pe-xxl-19{padding-left:4.75rem!important}html[dir=rtl] .pe-xxl-20{padding-left:5rem!important}html[dir=rtl] .pb-xxl-0{padding-bottom:0!important}html[dir=rtl] .pb-xxl-1{padding-bottom:.25rem!important}html[dir=rtl] .pb-xxl-2{padding-bottom:.5rem!important}html[dir=rtl] .pb-xxl-3{padding-bottom:.75rem!important}html[dir=rtl] .pb-xxl-4{padding-bottom:1rem!important}html[dir=rtl] .pb-xxl-5{padding-bottom:1.25rem!important}html[dir=rtl] .pb-xxl-6{padding-bottom:1.5rem!important}html[dir=rtl] .pb-xxl-7{padding-bottom:1.75rem!important}html[dir=rtl] .pb-xxl-8{padding-bottom:2rem!important}html[dir=rtl] .pb-xxl-9{padding-bottom:2.25rem!important}html[dir=rtl] .pb-xxl-10{padding-bottom:2.5rem!important}html[dir=rtl] .pb-xxl-11{padding-bottom:2.75rem!important}html[dir=rtl] .pb-xxl-12{padding-bottom:3rem!important}html[dir=rtl] .pb-xxl-13{padding-bottom:3.25rem!important}html[dir=rtl] .pb-xxl-14{padding-bottom:3.5rem!important}html[dir=rtl] .pb-xxl-15{padding-bottom:3.75rem!important}html[dir=rtl] .pb-xxl-16{padding-bottom:4rem!important}html[dir=rtl] .pb-xxl-17{padding-bottom:4.25rem!important}html[dir=rtl] .pb-xxl-18{padding-bottom:4.5rem!important}html[dir=rtl] .pb-xxl-19{padding-bottom:4.75rem!important}html[dir=rtl] .pb-xxl-20{padding-bottom:5rem!important}html[dir=rtl] .ps-xxl-0{padding-right:0!important}html[dir=rtl] .ps-xxl-1{padding-right:.25rem!important}html[dir=rtl] .ps-xxl-2{padding-right:.5rem!important}html[dir=rtl] .ps-xxl-3{padding-right:.75rem!important}html[dir=rtl] .ps-xxl-4{padding-right:1rem!important}html[dir=rtl] .ps-xxl-5{padding-right:1.25rem!important}html[dir=rtl] .ps-xxl-6{padding-right:1.5rem!important}html[dir=rtl] .ps-xxl-7{padding-right:1.75rem!important}html[dir=rtl] .ps-xxl-8{padding-right:2rem!important}html[dir=rtl] .ps-xxl-9{padding-right:2.25rem!important}html[dir=rtl] .ps-xxl-10{padding-right:2.5rem!important}html[dir=rtl] .ps-xxl-11{padding-right:2.75rem!important}html[dir=rtl] .ps-xxl-12{padding-right:3rem!important}html[dir=rtl] .ps-xxl-13{padding-right:3.25rem!important}html[dir=rtl] .ps-xxl-14{padding-right:3.5rem!important}html[dir=rtl] .ps-xxl-15{padding-right:3.75rem!important}html[dir=rtl] .ps-xxl-16{padding-right:4rem!important}html[dir=rtl] .ps-xxl-17{padding-right:4.25rem!important}html[dir=rtl] .ps-xxl-18{padding-right:4.5rem!important}html[dir=rtl] .ps-xxl-19{padding-right:4.75rem!important}html[dir=rtl] .ps-xxl-20{padding-right:5rem!important}html[dir=rtl] .fs-xxl-1{font-size:calc(1.3rem + .6vw)!important}html[dir=rtl] .fs-xxl-2{font-size:calc(1.275rem + .3vw)!important}html[dir=rtl] .fs-xxl-3{font-size:calc(1.26rem + .12vw)!important}html[dir=rtl] .fs-xxl-4{font-size:1.25rem!important}html[dir=rtl] .fs-xxl-5{font-size:1.15rem!important}html[dir=rtl] .fs-xxl-6{font-size:1.075rem!important}html[dir=rtl] .fs-xxl-7{font-size:.95rem!important}html[dir=rtl] .fs-xxl-8{font-size:.85rem!important}html[dir=rtl] .fs-xxl-9{font-size:.75rem!important}html[dir=rtl] .fs-xxl-10{font-size:.5rem!important}html[dir=rtl] .fs-xxl-base{font-size:1rem!important}html[dir=rtl] .fs-xxl-fluid{font-size:100%!important}html[dir=rtl] .fs-xxl-2x{font-size:calc(1.325rem + .9vw)!important}html[dir=rtl] .fs-xxl-2qx{font-size:calc(1.35rem + 1.2vw)!important}html[dir=rtl] .fs-xxl-2hx{font-size:calc(1.375rem + 1.5vw)!important}html[dir=rtl] .fs-xxl-2tx{font-size:calc(1.4rem + 1.8vw)!important}html[dir=rtl] .fs-xxl-3x{font-size:calc(1.425rem + 2.1vw)!important}html[dir=rtl] .fs-xxl-3qx{font-size:calc(1.45rem + 2.4vw)!important}html[dir=rtl] .fs-xxl-3hx{font-size:calc(1.475rem + 2.7vw)!important}html[dir=rtl] .fs-xxl-3tx{font-size:calc(1.5rem + 3vw)!important}html[dir=rtl] .fs-xxl-4x{font-size:calc(1.525rem + 3.3vw)!important}html[dir=rtl] .fs-xxl-4qx{font-size:calc(1.55rem + 3.6vw)!important}html[dir=rtl] .fs-xxl-4hx{font-size:calc(1.575rem + 3.9vw)!important}html[dir=rtl] .fs-xxl-4tx{font-size:calc(1.6rem + 4.2vw)!important}html[dir=rtl] .fs-xxl-5x{font-size:calc(1.625rem + 4.5vw)!important}html[dir=rtl] .fs-xxl-5qx{font-size:calc(1.65rem + 4.8vw)!important}html[dir=rtl] .fs-xxl-5hx{font-size:calc(1.675rem + 5.1vw)!important}html[dir=rtl] .fs-xxl-5tx{font-size:calc(1.7rem + 5.4vw)!important}html[dir=rtl] .text-xxl-start{text-align:right!important}html[dir=rtl] .text-xxl-end{text-align:left!important}html[dir=rtl] .text-xxl-center{text-align:center!important}html[dir=rtl] .min-w-xxl-unset{min-width:unset!important}html[dir=rtl] .min-w-xxl-25{min-width:25%!important}html[dir=rtl] .min-w-xxl-50{min-width:50%!important}html[dir=rtl] .min-w-xxl-75{min-width:75%!important}html[dir=rtl] .min-w-xxl-100{min-width:100%!important}html[dir=rtl] .min-w-xxl-auto{min-width:auto!important}html[dir=rtl] .min-w-xxl-1px{min-width:1px!important}html[dir=rtl] .min-w-xxl-2px{min-width:2px!important}html[dir=rtl] .min-w-xxl-3px{min-width:3px!important}html[dir=rtl] .min-w-xxl-4px{min-width:4px!important}html[dir=rtl] .min-w-xxl-5px{min-width:5px!important}html[dir=rtl] .min-w-xxl-6px{min-width:6px!important}html[dir=rtl] .min-w-xxl-7px{min-width:7px!important}html[dir=rtl] .min-w-xxl-8px{min-width:8px!important}html[dir=rtl] .min-w-xxl-9px{min-width:9px!important}html[dir=rtl] .min-w-xxl-10px{min-width:10px!important}html[dir=rtl] .min-w-xxl-15px{min-width:15px!important}html[dir=rtl] .min-w-xxl-20px{min-width:20px!important}html[dir=rtl] .min-w-xxl-25px{min-width:25px!important}html[dir=rtl] .min-w-xxl-30px{min-width:30px!important}html[dir=rtl] .min-w-xxl-35px{min-width:35px!important}html[dir=rtl] .min-w-xxl-40px{min-width:40px!important}html[dir=rtl] .min-w-xxl-45px{min-width:45px!important}html[dir=rtl] .min-w-xxl-50px{min-width:50px!important}html[dir=rtl] .min-w-xxl-55px{min-width:55px!important}html[dir=rtl] .min-w-xxl-60px{min-width:60px!important}html[dir=rtl] .min-w-xxl-65px{min-width:65px!important}html[dir=rtl] .min-w-xxl-70px{min-width:70px!important}html[dir=rtl] .min-w-xxl-75px{min-width:75px!important}html[dir=rtl] .min-w-xxl-80px{min-width:80px!important}html[dir=rtl] .min-w-xxl-85px{min-width:85px!important}html[dir=rtl] .min-w-xxl-90px{min-width:90px!important}html[dir=rtl] .min-w-xxl-95px{min-width:95px!important}html[dir=rtl] .min-w-xxl-100px{min-width:100px!important}html[dir=rtl] .min-w-xxl-125px{min-width:125px!important}html[dir=rtl] .min-w-xxl-150px{min-width:150px!important}html[dir=rtl] .min-w-xxl-175px{min-width:175px!important}html[dir=rtl] .min-w-xxl-200px{min-width:200px!important}html[dir=rtl] .min-w-xxl-225px{min-width:225px!important}html[dir=rtl] .min-w-xxl-250px{min-width:250px!important}html[dir=rtl] .min-w-xxl-275px{min-width:275px!important}html[dir=rtl] .min-w-xxl-300px{min-width:300px!important}html[dir=rtl] .min-w-xxl-325px{min-width:325px!important}html[dir=rtl] .min-w-xxl-350px{min-width:350px!important}html[dir=rtl] .min-w-xxl-375px{min-width:375px!important}html[dir=rtl] .min-w-xxl-400px{min-width:400px!important}html[dir=rtl] .min-w-xxl-425px{min-width:425px!important}html[dir=rtl] .min-w-xxl-450px{min-width:450px!important}html[dir=rtl] .min-w-xxl-475px{min-width:475px!important}html[dir=rtl] .min-w-xxl-500px{min-width:500px!important}html[dir=rtl] .min-w-xxl-550px{min-width:550px!important}html[dir=rtl] .min-w-xxl-600px{min-width:600px!important}html[dir=rtl] .min-w-xxl-650px{min-width:650px!important}html[dir=rtl] .min-w-xxl-700px{min-width:700px!important}html[dir=rtl] .min-w-xxl-750px{min-width:750px!important}html[dir=rtl] .min-w-xxl-800px{min-width:800px!important}html[dir=rtl] .min-w-xxl-850px{min-width:850px!important}html[dir=rtl] .min-w-xxl-900px{min-width:900px!important}html[dir=rtl] .min-w-xxl-950px{min-width:950px!important}html[dir=rtl] .min-w-xxl-1000px{min-width:1000px!important}html[dir=rtl] .min-h-xxl-unset{min-height:unset!important}html[dir=rtl] .min-h-xxl-25{min-height:25%!important}html[dir=rtl] .min-h-xxl-50{min-height:50%!important}html[dir=rtl] .min-h-xxl-75{min-height:75%!important}html[dir=rtl] .min-h-xxl-100{min-height:100%!important}html[dir=rtl] .min-h-xxl-auto{min-height:auto!important}html[dir=rtl] .min-h-xxl-1px{min-height:1px!important}html[dir=rtl] .min-h-xxl-2px{min-height:2px!important}html[dir=rtl] .min-h-xxl-3px{min-height:3px!important}html[dir=rtl] .min-h-xxl-4px{min-height:4px!important}html[dir=rtl] .min-h-xxl-5px{min-height:5px!important}html[dir=rtl] .min-h-xxl-6px{min-height:6px!important}html[dir=rtl] .min-h-xxl-7px{min-height:7px!important}html[dir=rtl] .min-h-xxl-8px{min-height:8px!important}html[dir=rtl] .min-h-xxl-9px{min-height:9px!important}html[dir=rtl] .min-h-xxl-10px{min-height:10px!important}html[dir=rtl] .min-h-xxl-15px{min-height:15px!important}html[dir=rtl] .min-h-xxl-20px{min-height:20px!important}html[dir=rtl] .min-h-xxl-25px{min-height:25px!important}html[dir=rtl] .min-h-xxl-30px{min-height:30px!important}html[dir=rtl] .min-h-xxl-35px{min-height:35px!important}html[dir=rtl] .min-h-xxl-40px{min-height:40px!important}html[dir=rtl] .min-h-xxl-45px{min-height:45px!important}html[dir=rtl] .min-h-xxl-50px{min-height:50px!important}html[dir=rtl] .min-h-xxl-55px{min-height:55px!important}html[dir=rtl] .min-h-xxl-60px{min-height:60px!important}html[dir=rtl] .min-h-xxl-65px{min-height:65px!important}html[dir=rtl] .min-h-xxl-70px{min-height:70px!important}html[dir=rtl] .min-h-xxl-75px{min-height:75px!important}html[dir=rtl] .min-h-xxl-80px{min-height:80px!important}html[dir=rtl] .min-h-xxl-85px{min-height:85px!important}html[dir=rtl] .min-h-xxl-90px{min-height:90px!important}html[dir=rtl] .min-h-xxl-95px{min-height:95px!important}html[dir=rtl] .min-h-xxl-100px{min-height:100px!important}html[dir=rtl] .min-h-xxl-125px{min-height:125px!important}html[dir=rtl] .min-h-xxl-150px{min-height:150px!important}html[dir=rtl] .min-h-xxl-175px{min-height:175px!important}html[dir=rtl] .min-h-xxl-200px{min-height:200px!important}html[dir=rtl] .min-h-xxl-225px{min-height:225px!important}html[dir=rtl] .min-h-xxl-250px{min-height:250px!important}html[dir=rtl] .min-h-xxl-275px{min-height:275px!important}html[dir=rtl] .min-h-xxl-300px{min-height:300px!important}html[dir=rtl] .min-h-xxl-325px{min-height:325px!important}html[dir=rtl] .min-h-xxl-350px{min-height:350px!important}html[dir=rtl] .min-h-xxl-375px{min-height:375px!important}html[dir=rtl] .min-h-xxl-400px{min-height:400px!important}html[dir=rtl] .min-h-xxl-425px{min-height:425px!important}html[dir=rtl] .min-h-xxl-450px{min-height:450px!important}html[dir=rtl] .min-h-xxl-475px{min-height:475px!important}html[dir=rtl] .min-h-xxl-500px{min-height:500px!important}html[dir=rtl] .min-h-xxl-550px{min-height:550px!important}html[dir=rtl] .min-h-xxl-600px{min-height:600px!important}html[dir=rtl] .min-h-xxl-650px{min-height:650px!important}html[dir=rtl] .min-h-xxl-700px{min-height:700px!important}html[dir=rtl] .min-h-xxl-750px{min-height:750px!important}html[dir=rtl] .min-h-xxl-800px{min-height:800px!important}html[dir=rtl] .min-h-xxl-850px{min-height:850px!important}html[dir=rtl] .min-h-xxl-900px{min-height:900px!important}html[dir=rtl] .min-h-xxl-950px{min-height:950px!important}html[dir=rtl] .min-h-xxl-1000px{min-height:1000px!important}}@media (min-width: 1200px){html[dir=rtl] .fs-1{font-size:1.75rem!important}html[dir=rtl] .fs-2{font-size:1.5rem!important}html[dir=rtl] .fs-3{font-size:1.35rem!important}html[dir=rtl] .fs-2x{font-size:2rem!important}html[dir=rtl] .fs-2qx{font-size:2.25rem!important}html[dir=rtl] .fs-2hx{font-size:2.5rem!important}html[dir=rtl] .fs-2tx{font-size:2.75rem!important}html[dir=rtl] .fs-3x{font-size:3rem!important}html[dir=rtl] .fs-3qx{font-size:3.25rem!important}html[dir=rtl] .fs-3hx{font-size:3.5rem!important}html[dir=rtl] .fs-3tx{font-size:3.75rem!important}html[dir=rtl] .fs-4x{font-size:4rem!important}html[dir=rtl] .fs-4qx{font-size:4.25rem!important}html[dir=rtl] .fs-4hx{font-size:4.5rem!important}html[dir=rtl] .fs-4tx{font-size:4.75rem!important}html[dir=rtl] .fs-5x{font-size:5rem!important}html[dir=rtl] .fs-5qx{font-size:5.25rem!important}html[dir=rtl] .fs-5hx{font-size:5.5rem!important}html[dir=rtl] .fs-5tx{font-size:5.75rem!important}html[dir=rtl] .fs-sm-1{font-size:1.75rem!important}html[dir=rtl] .fs-sm-2{font-size:1.5rem!important}html[dir=rtl] .fs-sm-3{font-size:1.35rem!important}html[dir=rtl] .fs-sm-2x{font-size:2rem!important}html[dir=rtl] .fs-sm-2qx{font-size:2.25rem!important}html[dir=rtl] .fs-sm-2hx{font-size:2.5rem!important}html[dir=rtl] .fs-sm-2tx{font-size:2.75rem!important}html[dir=rtl] .fs-sm-3x{font-size:3rem!important}html[dir=rtl] .fs-sm-3qx{font-size:3.25rem!important}html[dir=rtl] .fs-sm-3hx{font-size:3.5rem!important}html[dir=rtl] .fs-sm-3tx{font-size:3.75rem!important}html[dir=rtl] .fs-sm-4x{font-size:4rem!important}html[dir=rtl] .fs-sm-4qx{font-size:4.25rem!important}html[dir=rtl] .fs-sm-4hx{font-size:4.5rem!important}html[dir=rtl] .fs-sm-4tx{font-size:4.75rem!important}html[dir=rtl] .fs-sm-5x{font-size:5rem!important}html[dir=rtl] .fs-sm-5qx{font-size:5.25rem!important}html[dir=rtl] .fs-sm-5hx{font-size:5.5rem!important}html[dir=rtl] .fs-sm-5tx{font-size:5.75rem!important}html[dir=rtl] .fs-md-1{font-size:1.75rem!important}html[dir=rtl] .fs-md-2{font-size:1.5rem!important}html[dir=rtl] .fs-md-3{font-size:1.35rem!important}html[dir=rtl] .fs-md-2x{font-size:2rem!important}html[dir=rtl] .fs-md-2qx{font-size:2.25rem!important}html[dir=rtl] .fs-md-2hx{font-size:2.5rem!important}html[dir=rtl] .fs-md-2tx{font-size:2.75rem!important}html[dir=rtl] .fs-md-3x{font-size:3rem!important}html[dir=rtl] .fs-md-3qx{font-size:3.25rem!important}html[dir=rtl] .fs-md-3hx{font-size:3.5rem!important}html[dir=rtl] .fs-md-3tx{font-size:3.75rem!important}html[dir=rtl] .fs-md-4x{font-size:4rem!important}html[dir=rtl] .fs-md-4qx{font-size:4.25rem!important}html[dir=rtl] .fs-md-4hx{font-size:4.5rem!important}html[dir=rtl] .fs-md-4tx{font-size:4.75rem!important}html[dir=rtl] .fs-md-5x{font-size:5rem!important}html[dir=rtl] .fs-md-5qx{font-size:5.25rem!important}html[dir=rtl] .fs-md-5hx{font-size:5.5rem!important}html[dir=rtl] .fs-md-5tx{font-size:5.75rem!important}html[dir=rtl] .fs-lg-1{font-size:1.75rem!important}html[dir=rtl] .fs-lg-2{font-size:1.5rem!important}html[dir=rtl] .fs-lg-3{font-size:1.35rem!important}html[dir=rtl] .fs-lg-2x{font-size:2rem!important}html[dir=rtl] .fs-lg-2qx{font-size:2.25rem!important}html[dir=rtl] .fs-lg-2hx{font-size:2.5rem!important}html[dir=rtl] .fs-lg-2tx{font-size:2.75rem!important}html[dir=rtl] .fs-lg-3x{font-size:3rem!important}html[dir=rtl] .fs-lg-3qx{font-size:3.25rem!important}html[dir=rtl] .fs-lg-3hx{font-size:3.5rem!important}html[dir=rtl] .fs-lg-3tx{font-size:3.75rem!important}html[dir=rtl] .fs-lg-4x{font-size:4rem!important}html[dir=rtl] .fs-lg-4qx{font-size:4.25rem!important}html[dir=rtl] .fs-lg-4hx{font-size:4.5rem!important}html[dir=rtl] .fs-lg-4tx{font-size:4.75rem!important}html[dir=rtl] .fs-lg-5x{font-size:5rem!important}html[dir=rtl] .fs-lg-5qx{font-size:5.25rem!important}html[dir=rtl] .fs-lg-5hx{font-size:5.5rem!important}html[dir=rtl] .fs-lg-5tx{font-size:5.75rem!important}}@media print{html[dir=rtl] .d-print-inline{display:inline!important}html[dir=rtl] .d-print-inline-block{display:inline-block!important}html[dir=rtl] .d-print-block{display:block!important}html[dir=rtl] .d-print-grid{display:grid!important}html[dir=rtl] .d-print-table{display:table!important}html[dir=rtl] .d-print-table-row{display:table-row!important}html[dir=rtl] .d-print-table-cell{display:table-cell!important}html[dir=rtl] .d-print-flex{display:flex!important}html[dir=rtl] .d-print-inline-flex{display:inline-flex!important}html[dir=rtl] .d-print-none{display:none!important}}html[dir=rtl] :root{--bs-light-primary: #F25571;--bs-active-primary: #AF001F;--bs-light-success: #E8FFF3;--bs-active-success: #47BE7D;--bs-light-info: #F8F5FF;--bs-active-info: #5014D0;--bs-light-warning: #FFF8DD;--bs-active-warning: #F1BC00;--bs-light-danger: #FFF5F8;--bs-active-danger: #D9214E;--bs-light-dark: #EFF2F5;--bs-active-dark: #131628;--bs-gray-100: #F5F8FA;--bs-gray-200: #EFF2F5;--bs-gray-300: #E4E6EF;--bs-gray-400: #B5B5C3;--bs-gray-500: #A1A5B7;--bs-gray-600: #7E8299;--bs-gray-700: #5E6278;--bs-gray-800: #3F4254;--bs-gray-900: var(--bs-gray-900);--bs-xs: 0;--bs-sm: 576px;--bs-md: 768px;--bs-lg: 992px;--bs-xl: 1200px;--bs-xxl: 1400px}html[dir=rtl] .bg-white{--bg-color: 255, 255, 255}html[dir=rtl] .bg-white.hoverable:hover{background-color:#f5f8fa!important}html[dir=rtl] .bg-hover-white{cursor:pointer}html[dir=rtl] .bg-hover-white:hover,html[dir=rtl] .bg-active-white.active{--bg-color: 255, 255, 255;background-color:#fff!important}html[dir=rtl] .bg-state-white{cursor:pointer}html[dir=rtl] .bg-state-white.active,html[dir=rtl] .bg-state-white:hover{--bg-color: 255, 255, 255;background-color:#fff!important}html[dir=rtl] .bg-light{--bg-color: 245, 248, 250}html[dir=rtl] .bg-light.hoverable:hover{background-color:#e4e6ef!important}html[dir=rtl] .bg-hover-light{cursor:pointer}html[dir=rtl] .bg-hover-light:hover,html[dir=rtl] .bg-active-light.active{--bg-color: 245, 248, 250;background-color:#f5f8fa!important}html[dir=rtl] .bg-state-light{cursor:pointer}html[dir=rtl] .bg-state-light.active,html[dir=rtl] .bg-state-light:hover{--bg-color: 245, 248, 250;background-color:#f5f8fa!important}html[dir=rtl] .bg-light-primary{background-color:var(--bs-light-primary)!important}html[dir=rtl] .bg-light-primary.hoverable:hover{background-color:#d2efff!important}html[dir=rtl] .bg-primary{--bg-color: var(--bs-primary-rgb)}html[dir=rtl] .bg-primary.hoverable:hover{background-color:var(--bs-light-primary)!important}html[dir=rtl] .bg-hover-light-primary{cursor:pointer}html[dir=rtl] .bg-hover-light-primary:hover{background-color:var(--bs-light-primary)!important}html[dir=rtl] .bg-state-light-primary{cursor:pointer}html[dir=rtl] .bg-state-light-primary.active,html[dir=rtl] .bg-state-light-primary:hover{background-color:var(--bs-light-primary)!important}html[dir=rtl] .bg-hover-primary{cursor:pointer}html[dir=rtl] .bg-hover-primary:hover,html[dir=rtl] .bg-active-primary.active{--bg-color: var(--bs-primary-rgb);background-color:var(--bs-primary)!important}html[dir=rtl] .bg-state-primary{cursor:pointer}html[dir=rtl] .bg-state-primary.active,html[dir=rtl] .bg-state-primary:hover{--bg-color: var(--bs-primary-rgb);background-color:var(--bs-primary)!important}html[dir=rtl] .bg-secondary{--bg-color: 228, 230, 239}html[dir=rtl] .bg-secondary.hoverable:hover{background-color:#b5b5c3!important}html[dir=rtl] .bg-hover-secondary{cursor:pointer}html[dir=rtl] .bg-hover-secondary:hover,html[dir=rtl] .bg-active-secondary.active{--bg-color: 228, 230, 239;background-color:#e4e6ef!important}html[dir=rtl] .bg-state-secondary{cursor:pointer}html[dir=rtl] .bg-state-secondary.active,html[dir=rtl] .bg-state-secondary:hover{--bg-color: 228, 230, 239;background-color:#e4e6ef!important}html[dir=rtl] .bg-light-success{background-color:#e8fff3!important}html[dir=rtl] .bg-light-success.hoverable:hover{background-color:#c9ffe3!important}html[dir=rtl] .bg-success{--bg-color: 80, 205, 137}html[dir=rtl] .bg-success.hoverable:hover{background-color:#47be7d!important}html[dir=rtl] .bg-hover-light-success{cursor:pointer}html[dir=rtl] .bg-hover-light-success:hover{background-color:#e8fff3!important}html[dir=rtl] .bg-state-light-success{cursor:pointer}html[dir=rtl] .bg-state-light-success.active,html[dir=rtl] .bg-state-light-success:hover{background-color:#e8fff3!important}html[dir=rtl] .bg-hover-success{cursor:pointer}html[dir=rtl] .bg-hover-success:hover,html[dir=rtl] .bg-active-success.active{--bg-color: 80, 205, 137;background-color:#50cd89!important}html[dir=rtl] .bg-state-success{cursor:pointer}html[dir=rtl] .bg-state-success.active,html[dir=rtl] .bg-state-success:hover{--bg-color: 80, 205, 137;background-color:#50cd89!important}html[dir=rtl] .bg-light-info{background-color:#f8f5ff!important}html[dir=rtl] .bg-light-info.hoverable:hover{background-color:#e3d6ff!important}html[dir=rtl] .bg-info{--bg-color: var(--bs-info-rgb)}html[dir=rtl] .bg-info.hoverable:hover{background-color:#5014d0!important}html[dir=rtl] .bg-hover-light-info{cursor:pointer}html[dir=rtl] .bg-hover-light-info:hover{background-color:#f8f5ff!important}html[dir=rtl] .bg-state-light-info{cursor:pointer}html[dir=rtl] .bg-state-light-info.active,html[dir=rtl] .bg-state-light-info:hover{background-color:#f8f5ff!important}html[dir=rtl] .bg-hover-info{cursor:pointer}html[dir=rtl] .bg-hover-info:hover,html[dir=rtl] .bg-active-info.active{--bg-color: var(--bs-info-rgb);background-color:var(--bs-info)!important}html[dir=rtl] .bg-state-info{cursor:pointer}html[dir=rtl] .bg-state-info.active,html[dir=rtl] .bg-state-info:hover{--bg-color: var(--bs-info-rgb);background-color:var(--bs-info)!important}html[dir=rtl] .bg-light-warning{background-color:#fff8dd!important}html[dir=rtl] .bg-light-warning.hoverable:hover{background-color:#fff2be!important}html[dir=rtl] .bg-warning{--bg-color: 255, 199, 0}html[dir=rtl] .bg-warning.hoverable:hover{background-color:#f1bc00!important}html[dir=rtl] .bg-hover-light-warning{cursor:pointer}html[dir=rtl] .bg-hover-light-warning:hover{background-color:#fff8dd!important}html[dir=rtl] .bg-state-light-warning{cursor:pointer}html[dir=rtl] .bg-state-light-warning.active,html[dir=rtl] .bg-state-light-warning:hover{background-color:#fff8dd!important}html[dir=rtl] .bg-hover-warning{cursor:pointer}html[dir=rtl] .bg-hover-warning:hover,html[dir=rtl] .bg-active-warning.active{--bg-color: 255, 199, 0;background-color:#ffc700!important}html[dir=rtl] .bg-state-warning{cursor:pointer}html[dir=rtl] .bg-state-warning.active,html[dir=rtl] .bg-state-warning:hover{--bg-color: 255, 199, 0;background-color:#ffc700!important}html[dir=rtl] .bg-light-danger{background-color:#fff5f8!important}html[dir=rtl] .bg-light-danger.hoverable:hover{background-color:#ffd6e3!important}html[dir=rtl] .bg-danger{--bg-color: 241, 65, 108}html[dir=rtl] .bg-danger.hoverable:hover{background-color:#d9214e!important}html[dir=rtl] .bg-hover-light-danger{cursor:pointer}html[dir=rtl] .bg-hover-light-danger:hover{background-color:#fff5f8!important}html[dir=rtl] .bg-state-light-danger{cursor:pointer}html[dir=rtl] .bg-state-light-danger.active,html[dir=rtl] .bg-state-light-danger:hover{background-color:#fff5f8!important}html[dir=rtl] .bg-hover-danger{cursor:pointer}html[dir=rtl] .bg-hover-danger:hover,html[dir=rtl] .bg-active-danger.active{--bg-color: 241, 65, 108;background-color:#f1416c!important}html[dir=rtl] .bg-state-danger{cursor:pointer}html[dir=rtl] .bg-state-danger.active,html[dir=rtl] .bg-state-danger:hover{--bg-color: 241, 65, 108;background-color:#f1416c!important}html[dir=rtl] .bg-light-dark{background-color:#eff2f5!important}html[dir=rtl] .bg-light-dark.hoverable:hover{background-color:#dce3e9!important}html[dir=rtl] .bg-dark{--bg-color: 72 ,74 ,90}html[dir=rtl] .bg-dark.hoverable:hover{background-color:#131628!important}html[dir=rtl] .bg-hover-light-dark{cursor:pointer}html[dir=rtl] .bg-hover-light-dark:hover{background-color:#eff2f5!important}html[dir=rtl] .bg-state-light-dark{cursor:pointer}html[dir=rtl] .bg-state-light-dark.active,html[dir=rtl] .bg-state-light-dark:hover{background-color:#eff2f5!important}html[dir=rtl] .bg-hover-dark{cursor:pointer}html[dir=rtl] .bg-hover-dark:hover,html[dir=rtl] .bg-active-dark.active{--bg-color: 72 ,74 ,90;background-color:var(--bs-gray-900)!important}html[dir=rtl] .bg-state-dark{cursor:pointer}html[dir=rtl] .bg-state-dark.active,html[dir=rtl] .bg-state-dark:hover{--bg-color: 72 ,74 ,90;background-color:var(--bs-gray-900)!important}html[dir=rtl] .bg-gray-100{background-color:#f5f8fa!important}html[dir=rtl] .bg-gray-200{background-color:#eff2f5!important}html[dir=rtl] .bg-gray-300{background-color:#e4e6ef!important}html[dir=rtl] .bg-gray-400{background-color:#b5b5c3!important}html[dir=rtl] .bg-gray-500{background-color:#a1a5b7!important}html[dir=rtl] .bg-gray-600{background-color:#7e8299!important}html[dir=rtl] .bg-gray-700{background-color:#5e6278!important}html[dir=rtl] .bg-gray-800{background-color:#3f4254!important}html[dir=rtl] .bg-gray-900{background-color:var(--bs-gray-900)!important}html[dir=rtl] .bg-opacity-0,html[dir=rtl] .bg-hover-opacity-0:hover,html[dir=rtl] .bg-active-opacity-0.active,html[dir=rtl] .bg-state-opacity-0 .active,html[dir=rtl] .bg-state-opacity-0:hover{background-color:rgba(var(--bg-color),0)!important}html[dir=rtl] .bg-opacity-5,html[dir=rtl] .bg-hover-opacity-5:hover,html[dir=rtl] .bg-active-opacity-5.active,html[dir=rtl] .bg-state-opacity-5 .active,html[dir=rtl] .bg-state-opacity-5:hover{background-color:rgba(var(--bg-color),.05)!important}html[dir=rtl] .bg-opacity-10,html[dir=rtl] .bg-hover-opacity-10:hover,html[dir=rtl] .bg-active-opacity-10.active,html[dir=rtl] .bg-state-opacity-10 .active,html[dir=rtl] .bg-state-opacity-10:hover{background-color:rgba(var(--bg-color),.1)!important}html[dir=rtl] .bg-opacity-15,html[dir=rtl] .bg-hover-opacity-15:hover,html[dir=rtl] .bg-active-opacity-15.active,html[dir=rtl] .bg-state-opacity-15 .active,html[dir=rtl] .bg-state-opacity-15:hover{background-color:rgba(var(--bg-color),.15)!important}html[dir=rtl] .bg-opacity-20,html[dir=rtl] .bg-hover-opacity-20:hover,html[dir=rtl] .bg-active-opacity-20.active,html[dir=rtl] .bg-state-opacity-20 .active,html[dir=rtl] .bg-state-opacity-20:hover{background-color:rgba(var(--bg-color),.2)!important}html[dir=rtl] .bg-opacity-25,html[dir=rtl] .bg-hover-opacity-25:hover,html[dir=rtl] .bg-active-opacity-25.active,html[dir=rtl] .bg-state-opacity-25 .active,html[dir=rtl] .bg-state-opacity-25:hover{background-color:rgba(var(--bg-color),.25)!important}html[dir=rtl] .bg-opacity-50,html[dir=rtl] .bg-hover-opacity-50:hover,html[dir=rtl] .bg-active-opacity-50.active,html[dir=rtl] .bg-state-opacity-50 .active,html[dir=rtl] .bg-state-opacity-50:hover{background-color:rgba(var(--bg-color),.5)!important}html[dir=rtl] .bg-opacity-75,html[dir=rtl] .bg-hover-opacity-75:hover,html[dir=rtl] .bg-active-opacity-75.active,html[dir=rtl] .bg-state-opacity-75 .active,html[dir=rtl] .bg-state-opacity-75:hover{background-color:rgba(var(--bg-color),.75)!important}html[dir=rtl] .bg-opacity-100,html[dir=rtl] .bg-hover-opacity-100:hover,html[dir=rtl] .bg-active-opacity-100.active,html[dir=rtl] .bg-state-opacity-100 .active,html[dir=rtl] .bg-state-opacity-100:hover{background-color:rgba(var(--bg-color),1)!important}html[dir=rtl] .bg-black{background-color:#000!important}html[dir=rtl] .bg-body{--bg-color: 255, 255, 255;background-color:#fff!important}html[dir=rtl] .bg-lighten{background-color:#f5f8fa80!important}html[dir=rtl] .bg-hover-lighten{cursor:pointer}html[dir=rtl] .bg-hover-lighten:hover,html[dir=rtl] .bg-active-lighten.active{background-color:#f5f8fa80!important}html[dir=rtl] .bg-state-lighten{cursor:pointer}html[dir=rtl] .bg-state-lighten.active,html[dir=rtl] .bg-state-lighten:hover{background-color:#f5f8fa80!important}html[dir=rtl] .hoverable{cursor:pointer;transition:all .2s ease}html[dir=rtl] .hoverable:hover{transition:all .2s ease}html[dir=rtl] .bgi-no-repeat{background-repeat:no-repeat}html[dir=rtl] .bgi-position-y-top{background-position-y:top}html[dir=rtl] .bgi-position-y-bottom{background-position-y:bottom}html[dir=rtl] .bgi-position-y-center{background-position-y:center}html[dir=rtl] .bgi-position-x-start{background-position-x:right}html[dir=rtl] .bgi-position-x-end{background-position-x:left}html[dir=rtl] .bgi-position-x-center{background-position-x:center}html[dir=rtl] .bgi-position-top{background-position:100% top}html[dir=rtl] .bgi-position-bottom{background-position:100% bottom}html[dir=rtl] .bgi-position-center{background-position:center}html[dir=rtl] .bgi-size-auto{background-size:auto}html[dir=rtl] .bgi-size-cover{background-size:cover}html[dir=rtl] .bgi-size-contain{background-size:contain}html[dir=rtl] .bgi-attachment-fixed{background-attachment:fixed}html[dir=rtl] .bgi-attachment-auto{background-attachment:auto}@media (min-width: 576px){html[dir=rtl] .bgi-size-sm-auto{background-size:auto}html[dir=rtl] .bgi-size-sm-cover{background-size:cover}html[dir=rtl] .bgi-size-sm-contain{background-size:contain}html[dir=rtl] .bgi-attachment-sm-fixed{background-attachment:fixed}html[dir=rtl] .bgi-attachment-sm-auto{background-attachment:auto}}@media (min-width: 768px){html[dir=rtl] .bgi-size-md-auto{background-size:auto}html[dir=rtl] .bgi-size-md-cover{background-size:cover}html[dir=rtl] .bgi-size-md-contain{background-size:contain}html[dir=rtl] .bgi-attachment-md-fixed{background-attachment:fixed}html[dir=rtl] .bgi-attachment-md-auto{background-attachment:auto}}@media (min-width: 992px){html[dir=rtl] .bgi-size-lg-auto{background-size:auto}html[dir=rtl] .bgi-size-lg-cover{background-size:cover}html[dir=rtl] .bgi-size-lg-contain{background-size:contain}html[dir=rtl] .bgi-attachment-lg-fixed{background-attachment:fixed}html[dir=rtl] .bgi-attachment-lg-auto{background-attachment:auto}}@media (min-width: 1200px){html[dir=rtl] .bgi-size-xl-auto{background-size:auto}html[dir=rtl] .bgi-size-xl-cover{background-size:cover}html[dir=rtl] .bgi-size-xl-contain{background-size:contain}html[dir=rtl] .bgi-attachment-xl-fixed{background-attachment:fixed}html[dir=rtl] .bgi-attachment-xl-auto{background-attachment:auto}}@media (min-width: 1400px){html[dir=rtl] .bgi-size-xxl-auto{background-size:auto}html[dir=rtl] .bgi-size-xxl-cover{background-size:cover}html[dir=rtl] .bgi-size-xxl-contain{background-size:contain}html[dir=rtl] .bgi-attachment-xxl-fixed{background-attachment:fixed}html[dir=rtl] .bgi-attachment-xxl-auto{background-attachment:auto}}html[dir=rtl] .border-active:not(.active):not(:active):not(:hover):not(:focus){border-color:transparent!important}html[dir=rtl] .border-hover:not(:hover):not(:focus):not(.active):not(:active){cursor:pointer;border-color:transparent!important}html[dir=rtl] .border-gray-100{border-color:#f5f8fa!important}html[dir=rtl] .border-gray-200{border-color:#eff2f5!important}html[dir=rtl] .border-gray-300{border-color:#e4e6ef!important}html[dir=rtl] .border-gray-400{border-color:#b5b5c3!important}html[dir=rtl] .border-gray-500{border-color:#a1a5b7!important}html[dir=rtl] .border-gray-600{border-color:#7e8299!important}html[dir=rtl] .border-gray-700{border-color:#5e6278!important}html[dir=rtl] .border-gray-800{border-color:#3f4254!important}html[dir=rtl] .border-gray-900{border-color:var(--bs-gray-900)!important}html[dir=rtl] .border-hover-white:hover,html[dir=rtl] .border-active-white.active{border-color:#fff!important}html[dir=rtl] .border-hover-light:hover,html[dir=rtl] .border-active-light.active{border-color:#f5f8fa!important}html[dir=rtl] .border-hover-primary:hover,html[dir=rtl] .border-active-primary.active{border-color:var(--bs-primary)!important}html[dir=rtl] .border-hover-secondary:hover,html[dir=rtl] .border-active-secondary.active{border-color:#e4e6ef!important}html[dir=rtl] .border-hover-success:hover,html[dir=rtl] .border-active-success.active{border-color:#50cd89!important}html[dir=rtl] .border-hover-info:hover,html[dir=rtl] .border-active-info.active{border-color:var(--bs-info)!important}html[dir=rtl] .border-hover-warning:hover,html[dir=rtl] .border-active-warning.active{border-color:#ffc700!important}html[dir=rtl] .border-hover-danger:hover,html[dir=rtl] .border-active-danger.active{border-color:#f1416c!important}html[dir=rtl] .border-hover-dark:hover,html[dir=rtl] .border-active-dark.active{border-color:var(--bs-gray-900)!important}html[dir=rtl] .border-hover-transparent:hover{border-color:transparent!important}html[dir=rtl] .border-dashed{border-style:dashed!important;border-color:#e4e6ef}html[dir=rtl] .border-top-dashed{border-top-style:dashed!important}html[dir=rtl] .border-bottom-dashed{border-bottom-style:dashed!important}html[dir=rtl] .border-start-dashed{border-right-style:dashed!important}html[dir=rtl] .border-end-dashed{border-left-style:dashed!important}html[dir=rtl] .border-dotted{border-style:dotted!important}html[dir=rtl] .border-top-dotted{border-top-style:dotted!important}html[dir=rtl] .border-bottom-dotted{border-bottom-style:dotted!important}html[dir=rtl] .border-start-dotted{border-right-style:dotted!important}html[dir=rtl] .border-end-dotted{border-left-style:dotted!important}html[dir=rtl] .border-transparent{border-color:transparent!important}html[dir=rtl] .rounded-top-0{border-top-right-radius:0!important;border-top-left-radius:0!important}html[dir=rtl] .rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}html[dir=rtl] .rounded-start-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}html[dir=rtl] .rounded-end-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}html[dir=rtl] .rounded-circle{border-radius:50%!important}html[dir=rtl] .flex-root{flex:1}html[dir=rtl] .flex-column-auto{flex:none}html[dir=rtl] .flex-column-fluid{flex:1 0 auto}html[dir=rtl] .flex-row-auto{flex:0 0 auto}html[dir=rtl] .flex-row-fluid{flex:1 auto;min-width:0}html[dir=rtl] .flex-center{justify-content:center;align-items:center}html[dir=rtl] .flex-stack{justify-content:space-between;align-items:center}@media (min-width: 576px){html[dir=rtl] .flex-sm-root{flex:1}html[dir=rtl] .flex-sm-column-auto{flex:none}html[dir=rtl] .flex-sm-column-fluid{flex:1 0 auto}html[dir=rtl] .flex-sm-row-auto{flex:0 0 auto}html[dir=rtl] .flex-sm-row-fluid{flex:1 auto;min-width:0}html[dir=rtl] .flex-sm-center{justify-content:center;align-items:center}html[dir=rtl] .flex-sm-stack{justify-content:space-between;align-items:center}}@media (min-width: 768px){html[dir=rtl] .flex-md-root{flex:1}html[dir=rtl] .flex-md-column-auto{flex:none}html[dir=rtl] .flex-md-column-fluid{flex:1 0 auto}html[dir=rtl] .flex-md-row-auto{flex:0 0 auto}html[dir=rtl] .flex-md-row-fluid{flex:1 auto;min-width:0}html[dir=rtl] .flex-md-center{justify-content:center;align-items:center}html[dir=rtl] .flex-md-stack{justify-content:space-between;align-items:center}}@media (min-width: 992px){html[dir=rtl] .flex-lg-root{flex:1}html[dir=rtl] .flex-lg-column-auto{flex:none}html[dir=rtl] .flex-lg-column-fluid{flex:1 0 auto}html[dir=rtl] .flex-lg-row-auto{flex:0 0 auto}html[dir=rtl] .flex-lg-row-fluid{flex:1 auto;min-width:0}html[dir=rtl] .flex-lg-center{justify-content:center;align-items:center}html[dir=rtl] .flex-lg-stack{justify-content:space-between;align-items:center}}@media (min-width: 1200px){html[dir=rtl] .flex-xl-root{flex:1}html[dir=rtl] .flex-xl-column-auto{flex:none}html[dir=rtl] .flex-xl-column-fluid{flex:1 0 auto}html[dir=rtl] .flex-xl-row-auto{flex:0 0 auto}html[dir=rtl] .flex-xl-row-fluid{flex:1 auto;min-width:0}html[dir=rtl] .flex-xl-center{justify-content:center;align-items:center}html[dir=rtl] .flex-xl-stack{justify-content:space-between;align-items:center}}@media (min-width: 1400px){html[dir=rtl] .flex-xxl-root{flex:1}html[dir=rtl] .flex-xxl-column-auto{flex:none}html[dir=rtl] .flex-xxl-column-fluid{flex:1 0 auto}html[dir=rtl] .flex-xxl-row-auto{flex:0 0 auto}html[dir=rtl] .flex-xxl-row-fluid{flex:1 auto;min-width:0}html[dir=rtl] .flex-xxl-center{justify-content:center;align-items:center}html[dir=rtl] .flex-xxl-stack{justify-content:space-between;align-items:center}}html[dir=rtl] .flex-equal{flex-grow:1;flex-basis:0;flex-shrink:0}html[dir=rtl] .shadow-xs{box-shadow:0 .1rem .75rem .25rem #0000000d}html[dir=rtl] .text-white{color:#fff!important}html[dir=rtl] .text-inverse-white{color:#7e8299!important}html[dir=rtl] .text-hover-white,html[dir=rtl] .text-hover-white i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-white:hover,html[dir=rtl] .text-hover-white:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-white,html[dir=rtl] .text-hover-inverse-white i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-white:hover,html[dir=rtl] .text-hover-inverse-white:hover i{transition:color .2s ease,background-color .2s ease;color:#7e8299!important}html[dir=rtl] .text-hover-inverse-white:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .text-hover-inverse-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-white,html[dir=rtl] .text-active-white i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-white.active,html[dir=rtl] .text-active-white.active i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-active-white.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-white,html[dir=rtl] .text-active-inverse-white i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-white.active,html[dir=rtl] .text-active-inverse-white.active i{transition:color .2s ease,background-color .2s ease;color:#7e8299!important}html[dir=rtl] .text-active-inverse-white.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .text-active-inverse-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-primary{color:var(--bs-primary)!important}html[dir=rtl] .text-inverse-primary{color:#fff!important}html[dir=rtl] .text-light-primary{color:var(--bs-light-primary)!important}html[dir=rtl] .text-hover-primary,html[dir=rtl] .text-hover-primary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-primary:hover,html[dir=rtl] .text-hover-primary:hover i{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)!important}html[dir=rtl] .text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-primary,html[dir=rtl] .text-hover-inverse-primary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-primary:hover,html[dir=rtl] .text-hover-inverse-primary:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-hover-inverse-primary:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-hover-inverse-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-primary,html[dir=rtl] .text-active-primary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-primary.active,html[dir=rtl] .text-active-primary.active i{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)!important}html[dir=rtl] .text-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .text-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-primary,html[dir=rtl] .text-active-inverse-primary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-primary.active,html[dir=rtl] .text-active-inverse-primary.active i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-active-inverse-primary.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-active-inverse-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-secondary{color:#e4e6ef!important}html[dir=rtl] .text-inverse-secondary{color:#3f4254!important}html[dir=rtl] .text-hover-secondary,html[dir=rtl] .text-hover-secondary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-secondary:hover,html[dir=rtl] .text-hover-secondary:hover i{transition:color .2s ease,background-color .2s ease;color:#e4e6ef!important}html[dir=rtl] .text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-secondary,html[dir=rtl] .text-hover-inverse-secondary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-secondary:hover,html[dir=rtl] .text-hover-inverse-secondary:hover i{transition:color .2s ease,background-color .2s ease;color:#3f4254!important}html[dir=rtl] .text-hover-inverse-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .text-hover-inverse-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-secondary,html[dir=rtl] .text-active-secondary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-secondary.active,html[dir=rtl] .text-active-secondary.active i{transition:color .2s ease,background-color .2s ease;color:#e4e6ef!important}html[dir=rtl] .text-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .text-active-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-secondary,html[dir=rtl] .text-active-inverse-secondary i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-secondary.active,html[dir=rtl] .text-active-inverse-secondary.active i{transition:color .2s ease,background-color .2s ease;color:#3f4254!important}html[dir=rtl] .text-active-inverse-secondary.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .text-active-inverse-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-light{color:#f5f8fa!important}html[dir=rtl] .text-inverse-light{color:#7e8299!important}html[dir=rtl] .text-hover-light,html[dir=rtl] .text-hover-light i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-light:hover,html[dir=rtl] .text-hover-light:hover i{transition:color .2s ease,background-color .2s ease;color:#f5f8fa!important}html[dir=rtl] .text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-light,html[dir=rtl] .text-hover-inverse-light i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-light:hover,html[dir=rtl] .text-hover-inverse-light:hover i{transition:color .2s ease,background-color .2s ease;color:#7e8299!important}html[dir=rtl] .text-hover-inverse-light:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .text-hover-inverse-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-light,html[dir=rtl] .text-active-light i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-light.active,html[dir=rtl] .text-active-light.active i{transition:color .2s ease,background-color .2s ease;color:#f5f8fa!important}html[dir=rtl] .text-active-light.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .text-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-light,html[dir=rtl] .text-active-inverse-light i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-light.active,html[dir=rtl] .text-active-inverse-light.active i{transition:color .2s ease,background-color .2s ease;color:#7e8299!important}html[dir=rtl] .text-active-inverse-light.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .text-active-inverse-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-success{color:#50cd89!important}html[dir=rtl] .text-inverse-success{color:#fff!important}html[dir=rtl] .text-light-success{color:#e8fff3!important}html[dir=rtl] .text-hover-success,html[dir=rtl] .text-hover-success i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-success:hover,html[dir=rtl] .text-hover-success:hover i{transition:color .2s ease,background-color .2s ease;color:#50cd89!important}html[dir=rtl] .text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-success,html[dir=rtl] .text-hover-inverse-success i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-success:hover,html[dir=rtl] .text-hover-inverse-success:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-hover-inverse-success:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-hover-inverse-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-success,html[dir=rtl] .text-active-success i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-success.active,html[dir=rtl] .text-active-success.active i{transition:color .2s ease,background-color .2s ease;color:#50cd89!important}html[dir=rtl] .text-active-success.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .text-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-success,html[dir=rtl] .text-active-inverse-success i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-success.active,html[dir=rtl] .text-active-inverse-success.active i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-active-inverse-success.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-active-inverse-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-info{color:var(--bs-info)!important}html[dir=rtl] .text-inverse-info{color:#fff!important}html[dir=rtl] .text-light-info{color:#f8f5ff!important}html[dir=rtl] .text-hover-info,html[dir=rtl] .text-hover-info i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-info:hover,html[dir=rtl] .text-hover-info:hover i{transition:color .2s ease,background-color .2s ease;color:var(--bs-info)!important}html[dir=rtl] .text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-info,html[dir=rtl] .text-hover-inverse-info i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-info:hover,html[dir=rtl] .text-hover-inverse-info:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-hover-inverse-info:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-hover-inverse-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-info,html[dir=rtl] .text-active-info i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-info.active,html[dir=rtl] .text-active-info.active i{transition:color .2s ease,background-color .2s ease;color:var(--bs-info)!important}html[dir=rtl] .text-active-info.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .text-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-info,html[dir=rtl] .text-active-inverse-info i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-info.active,html[dir=rtl] .text-active-inverse-info.active i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-active-inverse-info.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-active-inverse-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-warning{color:#ffc700!important}html[dir=rtl] .text-inverse-warning{color:#fff!important}html[dir=rtl] .text-light-warning{color:#fff8dd!important}html[dir=rtl] .text-hover-warning,html[dir=rtl] .text-hover-warning i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-warning:hover,html[dir=rtl] .text-hover-warning:hover i{transition:color .2s ease,background-color .2s ease;color:#ffc700!important}html[dir=rtl] .text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-warning,html[dir=rtl] .text-hover-inverse-warning i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-warning:hover,html[dir=rtl] .text-hover-inverse-warning:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-hover-inverse-warning:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-hover-inverse-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-warning,html[dir=rtl] .text-active-warning i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-warning.active,html[dir=rtl] .text-active-warning.active i{transition:color .2s ease,background-color .2s ease;color:#ffc700!important}html[dir=rtl] .text-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .text-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-warning,html[dir=rtl] .text-active-inverse-warning i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-warning.active,html[dir=rtl] .text-active-inverse-warning.active i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-active-inverse-warning.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-active-inverse-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-danger{color:#f1416c!important}html[dir=rtl] .text-inverse-danger{color:#fff!important}html[dir=rtl] .text-light-danger{color:#fff5f8!important}html[dir=rtl] .text-hover-danger,html[dir=rtl] .text-hover-danger i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-danger:hover,html[dir=rtl] .text-hover-danger:hover i{transition:color .2s ease,background-color .2s ease;color:#f1416c!important}html[dir=rtl] .text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-danger,html[dir=rtl] .text-hover-inverse-danger i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-danger:hover,html[dir=rtl] .text-hover-inverse-danger:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-hover-inverse-danger:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-hover-inverse-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-danger,html[dir=rtl] .text-active-danger i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-danger.active,html[dir=rtl] .text-active-danger.active i{transition:color .2s ease,background-color .2s ease;color:#f1416c!important}html[dir=rtl] .text-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .text-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-danger,html[dir=rtl] .text-active-inverse-danger i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-danger.active,html[dir=rtl] .text-active-inverse-danger.active i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-active-inverse-danger.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-active-inverse-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-dark{color:var(--bs-gray-900)!important}html[dir=rtl] .text-inverse-dark{color:#fff!important}html[dir=rtl] .text-light-dark{color:#eff2f5!important}html[dir=rtl] .text-hover-dark,html[dir=rtl] .text-hover-dark i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-dark:hover,html[dir=rtl] .text-hover-dark:hover i{transition:color .2s ease,background-color .2s ease;color:var(--bs-gray-900)!important}html[dir=rtl] .text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-hover-inverse-dark,html[dir=rtl] .text-hover-inverse-dark i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-inverse-dark:hover,html[dir=rtl] .text-hover-inverse-dark:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-hover-inverse-dark:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-hover-inverse-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-dark,html[dir=rtl] .text-active-dark i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-dark.active,html[dir=rtl] .text-active-dark.active i{transition:color .2s ease,background-color .2s ease;color:var(--bs-gray-900)!important}html[dir=rtl] .text-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .text-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-inverse-dark,html[dir=rtl] .text-active-inverse-dark i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-inverse-dark.active,html[dir=rtl] .text-active-inverse-dark.active i{transition:color .2s ease,background-color .2s ease;color:#fff!important}html[dir=rtl] .text-active-inverse-dark.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .text-active-inverse-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-muted{color:#a1a5b7!important}html[dir=rtl] .text-hover-muted,html[dir=rtl] .text-hover-muted i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-muted:hover,html[dir=rtl] .text-hover-muted:hover i{transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}html[dir=rtl] .text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-muted,html[dir=rtl] .text-active-muted i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-muted.active,html[dir=rtl] .text-active-muted.active i{transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}html[dir=rtl] .text-active-muted.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .text-active-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-100{color:#f5f8fa!important}html[dir=rtl] .text-hover-gray-100,html[dir=rtl] .text-hover-gray-100 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-100:hover,html[dir=rtl] .text-hover-gray-100:hover i{transition:color .2s ease,background-color .2s ease;color:#f5f8fa!important}html[dir=rtl] .text-hover-gray-100:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .text-hover-gray-100:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-100,html[dir=rtl] .text-active-gray-100 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-100.active,html[dir=rtl] .text-active-gray-100.active i{transition:color .2s ease,background-color .2s ease;color:#f5f8fa!important}html[dir=rtl] .text-active-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .text-active-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-200{color:#eff2f5!important}html[dir=rtl] .text-hover-gray-200,html[dir=rtl] .text-hover-gray-200 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-200:hover,html[dir=rtl] .text-hover-gray-200:hover i{transition:color .2s ease,background-color .2s ease;color:#eff2f5!important}html[dir=rtl] .text-hover-gray-200:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .text-hover-gray-200:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-200,html[dir=rtl] .text-active-gray-200 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-200.active,html[dir=rtl] .text-active-gray-200.active i{transition:color .2s ease,background-color .2s ease;color:#eff2f5!important}html[dir=rtl] .text-active-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .text-active-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-300{color:#e4e6ef!important}html[dir=rtl] .text-hover-gray-300,html[dir=rtl] .text-hover-gray-300 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-300:hover,html[dir=rtl] .text-hover-gray-300:hover i{transition:color .2s ease,background-color .2s ease;color:#e4e6ef!important}html[dir=rtl] .text-hover-gray-300:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .text-hover-gray-300:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-300,html[dir=rtl] .text-active-gray-300 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-300.active,html[dir=rtl] .text-active-gray-300.active i{transition:color .2s ease,background-color .2s ease;color:#e4e6ef!important}html[dir=rtl] .text-active-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .text-active-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-400{color:#b5b5c3!important}html[dir=rtl] .text-hover-gray-400,html[dir=rtl] .text-hover-gray-400 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-400:hover,html[dir=rtl] .text-hover-gray-400:hover i{transition:color .2s ease,background-color .2s ease;color:#b5b5c3!important}html[dir=rtl] .text-hover-gray-400:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .text-hover-gray-400:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-400,html[dir=rtl] .text-active-gray-400 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-400.active,html[dir=rtl] .text-active-gray-400.active i{transition:color .2s ease,background-color .2s ease;color:#b5b5c3!important}html[dir=rtl] .text-active-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .text-active-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-500{color:#a1a5b7!important}html[dir=rtl] .text-hover-gray-500,html[dir=rtl] .text-hover-gray-500 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-500:hover,html[dir=rtl] .text-hover-gray-500:hover i{transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}html[dir=rtl] .text-hover-gray-500:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .text-hover-gray-500:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-500,html[dir=rtl] .text-active-gray-500 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-500.active,html[dir=rtl] .text-active-gray-500.active i{transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}html[dir=rtl] .text-active-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .text-active-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-600{color:#7e8299!important}html[dir=rtl] .text-hover-gray-600,html[dir=rtl] .text-hover-gray-600 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-600:hover,html[dir=rtl] .text-hover-gray-600:hover i{transition:color .2s ease,background-color .2s ease;color:#7e8299!important}html[dir=rtl] .text-hover-gray-600:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .text-hover-gray-600:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-600,html[dir=rtl] .text-active-gray-600 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-600.active,html[dir=rtl] .text-active-gray-600.active i{transition:color .2s ease,background-color .2s ease;color:#7e8299!important}html[dir=rtl] .text-active-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .text-active-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-700{color:#5e6278!important}html[dir=rtl] .text-hover-gray-700,html[dir=rtl] .text-hover-gray-700 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-700:hover,html[dir=rtl] .text-hover-gray-700:hover i{transition:color .2s ease,background-color .2s ease;color:#5e6278!important}html[dir=rtl] .text-hover-gray-700:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .text-hover-gray-700:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-700,html[dir=rtl] .text-active-gray-700 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-700.active,html[dir=rtl] .text-active-gray-700.active i{transition:color .2s ease,background-color .2s ease;color:#5e6278!important}html[dir=rtl] .text-active-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .text-active-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-800{color:#3f4254!important}html[dir=rtl] .text-hover-gray-800,html[dir=rtl] .text-hover-gray-800 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-800:hover,html[dir=rtl] .text-hover-gray-800:hover i{transition:color .2s ease,background-color .2s ease;color:#3f4254!important}html[dir=rtl] .text-hover-gray-800:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .text-hover-gray-800:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-800,html[dir=rtl] .text-active-gray-800 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-800.active,html[dir=rtl] .text-active-gray-800.active i{transition:color .2s ease,background-color .2s ease;color:#3f4254!important}html[dir=rtl] .text-active-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .text-active-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-gray-900{color:var(--bs-gray-900)!important}html[dir=rtl] .text-hover-gray-900,html[dir=rtl] .text-hover-gray-900 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-hover-gray-900:hover,html[dir=rtl] .text-hover-gray-900:hover i{transition:color .2s ease,background-color .2s ease;color:var(--bs-gray-900)!important}html[dir=rtl] .text-hover-gray-900:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .text-hover-gray-900:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .text-active-gray-900,html[dir=rtl] .text-active-gray-900 i{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .text-active-gray-900.active,html[dir=rtl] .text-active-gray-900.active i{transition:color .2s ease,background-color .2s ease;color:var(--bs-gray-900)!important}html[dir=rtl] .text-active-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .text-active-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .fw-boldest{font-weight:700!important}html[dir=rtl] .text-transparent{color:transparent}html[dir=rtl] .cursor-pointer{cursor:pointer}html[dir=rtl] .cursor-default{cursor:default}html[dir=rtl] .cursor-move{cursor:move}html[dir=rtl] i{line-height:1;font-size:1rem;color:#a1a5b7}html[dir=rtl] a,html[dir=rtl] a:hover{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .opacity-active-0.active,html[dir=rtl] .opacity-state-0:hover,html[dir=rtl] .opacity-state-0.active{opacity:0!important}html[dir=rtl] .opacity-active-5.active,html[dir=rtl] .opacity-state-5:hover,html[dir=rtl] .opacity-state-5.active{opacity:.05!important}html[dir=rtl] .opacity-active-10.active,html[dir=rtl] .opacity-state-10:hover,html[dir=rtl] .opacity-state-10.active{opacity:.1!important}html[dir=rtl] .opacity-active-15.active,html[dir=rtl] .opacity-state-15:hover,html[dir=rtl] .opacity-state-15.active{opacity:.15!important}html[dir=rtl] .opacity-active-20.active,html[dir=rtl] .opacity-state-20:hover,html[dir=rtl] .opacity-state-20.active{opacity:.2!important}html[dir=rtl] .opacity-active-25.active,html[dir=rtl] .opacity-state-25:hover,html[dir=rtl] .opacity-state-25.active{opacity:.25!important}html[dir=rtl] .opacity-active-50.active,html[dir=rtl] .opacity-state-50:hover,html[dir=rtl] .opacity-state-50.active{opacity:.5!important}html[dir=rtl] .opacity-active-75.active,html[dir=rtl] .opacity-state-75:hover,html[dir=rtl] .opacity-state-75.active{opacity:.75!important}html[dir=rtl] .opacity-active-100.active,html[dir=rtl] .opacity-state-100:hover,html[dir=rtl] .opacity-state-100.active{opacity:1!important}html[dir=rtl] .transform-90{transform:rotate(-90deg);transform-origin:left top}html[dir=rtl] .animation{animation-duration:1s;animation-fill-mode:both}@keyframes animationSlideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}html[dir=rtl] .animation-slide-in-down{animation-name:animationSlideInDown}@keyframes animationSlideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}html[dir=rtl] .animation-slide-in-up{animation-name:animationSlideInUp}@keyframes animationFadeIn{0%{opacity:0}to{opacity:1}}html[dir=rtl] .animation-fade-in{animation-name:animationFadeIn}@keyframes animationFadeOut{0%{opacity:1}to{opacity:0}}html[dir=rtl] .animation-fade-out{animation-name:animationFadeOut}html[dir=rtl] .animation-blink{animation:animationBlink 1s steps(5,start) infinite}@keyframes animationBlink{to{visibility:hidden}}html[dir=rtl] .nav-line-tabs{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#eff2f5}html[dir=rtl] .nav-line-tabs .nav-item{margin-bottom:-1px}html[dir=rtl] .nav-line-tabs .nav-item .nav-link{color:#a1a5b7;border:0;border-bottom:1px solid transparent;transition:color .2s ease,background-color .2s ease;padding:.5rem 0;margin:0 1rem}html[dir=rtl] .nav-line-tabs .nav-item:first-child .nav-link{margin-right:0}html[dir=rtl] .nav-line-tabs .nav-item:last-child .nav-link{margin-left:0}html[dir=rtl] .nav-line-tabs .nav-item .nav-link.active,html[dir=rtl] .nav-line-tabs .nav-item.show .nav-link,html[dir=rtl] .nav-line-tabs .nav-item .nav-link:hover:not(.disabled){background-color:transparent;border:0;border-bottom:1px solid var(--bs-primary);transition:color .2s ease,background-color .2s ease}html[dir=rtl] .nav-line-tabs.nav-line-tabs-2x{border-bottom-width:2px}html[dir=rtl] .nav-line-tabs.nav-line-tabs-2x .nav-item{margin-bottom:-2px}html[dir=rtl] .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link{border-bottom-width:2px}html[dir=rtl] .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,html[dir=rtl] .nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link,html[dir=rtl] .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled){border-bottom-width:2px}html[dir=rtl] .nav-pills .nav-item{margin-left:.5rem}html[dir=rtl] .nav-pills .nav-item:last-child{margin-left:0}html[dir=rtl] .nav-stretch{align-items:stretch;padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .nav-stretch .nav-item{display:flex;align-items:stretch;padding-top:0!important;padding-bottom:0!important}html[dir=rtl] .nav-stretch .nav-link{display:flex;align-items:center}html[dir=rtl] .nav-group{padding:.35rem;border-radius:.475rem;background-color:#f5f8fa}html[dir=rtl] .nav-group.nav-group-outline{background-color:transparent;border:1px solid #EFF2F5}html[dir=rtl] .nav-group.nav-group-fluid{display:flex}html[dir=rtl] .nav-group.nav-group-fluid>label,html[dir=rtl] .nav-group.nav-group-fluid>.btn{position:relative;flex-shrink:0;flex-grow:1;flex-basis:0}html[dir=rtl] .nav-group.nav-group-fluid>label{margin-left:.1rem}html[dir=rtl] .nav-group.nav-group-fluid>label>.btn{width:100%}html[dir=rtl] .nav-group.nav-group-fluid>label:last-child{margin-left:0}html[dir=rtl] .pagination{display:flex;flex-wrap:wrap;justify-content:center;margin:0}html[dir=rtl] .pagination.pagination-circle .page-link{border-radius:50%}html[dir=rtl] .pagination.pagination-outline .page-link{border:1px solid #EFF2F5}html[dir=rtl] .pagination.pagination-outline .page-item:hover .page-link,html[dir=rtl] .pagination.pagination-outline .page-item.active .page-link{border-color:var(--bs-light-primary)}html[dir=rtl] .page-item{margin-left:.5rem}html[dir=rtl] .page-item:last-child{margin-left:0}html[dir=rtl] .page-item .page-link{display:flex;justify-content:center;align-items:center;border-radius:.475rem;height:2.5rem;min-width:2.5rem;font-weight:500;font-size:1.075rem}html[dir=rtl] .page-item .page-link i{font-size:.85rem}html[dir=rtl] .page-item .page-link .previous,html[dir=rtl] .page-item .page-link .prev{display:block;height:.875rem;width:.875rem}html[dir=rtl] .page-item.prev:not(:hover):not(:focus):not(.disabled) .page-link,html[dir=rtl] .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link{background-color:#fff}html[dir=rtl] .page-item.prev:not(:hover):not(:focus):not(.disabled) .page-link i,html[dir=rtl] .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link i{color:#5e6278}html[dir=rtl] .page-item.prev:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .page-item.prev:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .page-item.prev:not(:hover):not(:focus):not(.disabled) .page-link .previous,html[dir=rtl] .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .previous{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item.prev:not(:hover):not(:focus):not(.disabled) .page-link .prev,html[dir=rtl] .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .prev{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item:focus:not(.disabled) .page-link i{color:var(--bs-primary)}html[dir=rtl] .page-item:focus:not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .page-item:focus:not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .page-item:focus:not(.disabled) .page-link .previous{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item:focus:not(.disabled) .page-link .prev{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item:hover:not(.disabled) .page-link i{color:var(--bs-primary)}html[dir=rtl] .page-item:hover:not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .page-item:hover:not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .page-item:hover:not(.disabled) .page-link .previous{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item:hover:not(.disabled) .page-link .prev{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item.active .page-link i{color:#fff}html[dir=rtl] .page-item.active .page-link .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .page-item.active .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .page-item.active .page-link .previous{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item.active .page-link .prev{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item.disabled .page-link i{color:#b5b5c3}html[dir=rtl] .page-item.disabled .page-link .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .page-item.disabled .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .page-item.disabled .page-link .previous{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .page-item.disabled .page-link .prev{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")}@media (max-width: 991.98px){html[dir=rtl] .page-item{margin-left:.25rem}html[dir=rtl] .page-item:last-child{margin-left:0}}html[dir=rtl] .separator{display:block;height:0;border-bottom:1px solid #EFF2F5}html[dir=rtl] .separator.separator-dotted{border-bottom-style:dotted;border-bottom-color:#e4e6ef}html[dir=rtl] .separator.separator-dashed{border-bottom-style:dashed;border-bottom-color:#e4e6ef}html[dir=rtl] .carousel.carousel-custom .carousel-indicators{align-items:center;position:static;z-index:auto;margin:0;padding:0;list-style:none}html[dir=rtl] .carousel.carousel-custom .carousel-indicators li,html[dir=rtl] .carousel.carousel-custom .carousel-indicators li.active{transform:none;opacity:1}html[dir=rtl] .carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li{border-radius:0;background-color:transparent;height:13px;width:13px;display:flex;align-items:center;justify-content:center;text-align:center}html[dir=rtl] .carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li:after{display:inline-block;content:" ";border-radius:50%;transition:all .3s ease;background-color:#eff2f5;height:9px;width:9px}html[dir=rtl] .carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active{background-color:transparent}html[dir=rtl] .carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after{transition:all .3s ease;height:13px;width:13px;background-color:#e4e6ef}html[dir=rtl] .carousel.carousel-custom.carousel-stretch{height:100%;display:flex;flex-direction:column}html[dir=rtl] .carousel.carousel-custom.carousel-stretch .carousel-inner{flex-grow:1}html[dir=rtl] .carousel.carousel-custom.carousel-stretch .carousel-item{height:100%}html[dir=rtl] .carousel.carousel-custom.carousel-stretch .carousel-wrapper{display:flex;flex-direction:column;height:100%}html[dir=rtl] .menu-group{display:flex}html[dir=rtl] .menu,html[dir=rtl] .menu-wrapper{display:flex;padding:0;margin:0;list-style:none}html[dir=rtl] .menu-sub{display:none;padding:0;margin:0;list-style:none;flex-direction:column}html[dir=rtl] .menu-item{display:block;padding:0}html[dir=rtl] .menu-item .menu-link{cursor:pointer;display:flex;align-items:center;padding:0;flex:0 0 100%;padding:.65rem 1rem;transition:none;outline:none!important}html[dir=rtl] .menu-item .menu-link .menu-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;margin-left:.5rem}html[dir=rtl] .menu-item .menu-link .menu-icon .svg-icon{line-height:1}html[dir=rtl] .menu-item .menu-link .menu-bullet{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;margin-left:.5rem}html[dir=rtl] .menu-item .menu-link .menu-title{display:flex;align-items:center;flex-grow:1}html[dir=rtl] .menu-item .menu-link .menu-badge{flex-shrink:0;margin-right:.5rem}html[dir=rtl] .menu-item .menu-link .menu-arrow{display:flex;align-items:stretch;position:relative;overflow:hidden;flex-shrink:0;margin-right:.5rem;width:.8rem;height:.8rem}html[dir=rtl] .menu-item .menu-link .menu-arrow:after{display:block;width:100%;content:" ";background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-item .menu-content{padding:.65rem 1rem}html[dir=rtl] .menu-item.show .menu-link .menu-arrow:after{-webkit-backface-visibility:hidden;transition:transform .3s ease}html[dir=rtl] .menu-center{justify-content:center}html[dir=rtl] .menu-item.menu-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-dropdown,html[dir=rtl] .menu-sub-dropdown.menu.show,html[dir=rtl] .menu-sub-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-accordion,html[dir=rtl] .menu-sub-accordion.show{display:flex}html[dir=rtl] .menu-inline{display:flex}html[dir=rtl] .menu-fit>.menu-item>.menu-content,html[dir=rtl] .menu-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-column{flex-direction:column;width:100%}html[dir=rtl] .menu-row{flex-direction:row}html[dir=rtl] .menu-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-rounded-0 .menu-link{border-radius:0!important}@media (min-width: 576px){html[dir=rtl] .menu-item.menu-sm-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-sm-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-sm-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-dropdown,html[dir=rtl] .menu-sub-sm-dropdown.menu.show,html[dir=rtl] .menu-sub-sm-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-sm-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-sm-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-sm-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-sm-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-sm-accordion,html[dir=rtl] .menu-sub-sm-accordion.show{display:flex}html[dir=rtl] .menu-sm-inline{display:flex}html[dir=rtl] .menu-sm-fit>.menu-item>.menu-content,html[dir=rtl] .menu-sm-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-sm-column{flex-direction:column;width:100%}html[dir=rtl] .menu-sm-row{flex-direction:row}html[dir=rtl] .menu-sm-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-sm-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-sm-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sm-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-sm-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-sm-rounded-0 .menu-link{border-radius:0!important}}@media (min-width: 768px){html[dir=rtl] .menu-item.menu-md-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-md-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-md-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-md-dropdown,html[dir=rtl] .menu-sub-md-dropdown.menu.show,html[dir=rtl] .menu-sub-md-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-md-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-md-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-md-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-md-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-md-accordion,html[dir=rtl] .menu-sub-md-accordion.show{display:flex}html[dir=rtl] .menu-md-inline{display:flex}html[dir=rtl] .menu-md-fit>.menu-item>.menu-content,html[dir=rtl] .menu-md-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-md-column{flex-direction:column;width:100%}html[dir=rtl] .menu-md-row{flex-direction:row}html[dir=rtl] .menu-md-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-md-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-md-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-md-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-md-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-md-rounded-0 .menu-link{border-radius:0!important}}@media (min-width: 992px){html[dir=rtl] .menu-item.menu-lg-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-lg-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-lg-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-dropdown,html[dir=rtl] .menu-sub-lg-dropdown.menu.show,html[dir=rtl] .menu-sub-lg-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-lg-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-lg-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-lg-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-lg-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-lg-accordion,html[dir=rtl] .menu-sub-lg-accordion.show{display:flex}html[dir=rtl] .menu-lg-inline{display:flex}html[dir=rtl] .menu-lg-fit>.menu-item>.menu-content,html[dir=rtl] .menu-lg-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-lg-column{flex-direction:column;width:100%}html[dir=rtl] .menu-lg-row{flex-direction:row}html[dir=rtl] .menu-lg-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-lg-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-lg-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-lg-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-lg-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-lg-rounded-0 .menu-link{border-radius:0!important}}@media (min-width: 1200px){html[dir=rtl] .menu-item.menu-xl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-xl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-xl-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-dropdown,html[dir=rtl] .menu-sub-xl-dropdown.menu.show,html[dir=rtl] .menu-sub-xl-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xl-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-xl-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-xl-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-xl-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-xl-accordion,html[dir=rtl] .menu-sub-xl-accordion.show{display:flex}html[dir=rtl] .menu-xl-inline{display:flex}html[dir=rtl] .menu-xl-fit>.menu-item>.menu-content,html[dir=rtl] .menu-xl-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-xl-column{flex-direction:column;width:100%}html[dir=rtl] .menu-xl-row{flex-direction:row}html[dir=rtl] .menu-xl-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-xl-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-xl-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-xl-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-xl-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-xl-rounded-0 .menu-link{border-radius:0!important}}@media (min-width: 1400px){html[dir=rtl] .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-xxl-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-dropdown,html[dir=rtl] .menu-sub-xxl-dropdown.menu.show,html[dir=rtl] .menu-sub-xxl-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-xxl-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-xxl-accordion,html[dir=rtl] .menu-sub-xxl-accordion.show{display:flex}html[dir=rtl] .menu-xxl-inline{display:flex}html[dir=rtl] .menu-xxl-fit>.menu-item>.menu-content,html[dir=rtl] .menu-xxl-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-xxl-column{flex-direction:column;width:100%}html[dir=rtl] .menu-xxl-row{flex-direction:row}html[dir=rtl] .menu-xxl-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-xxl-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-xxl-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-xxl-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-xxl-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-xxl-rounded-0 .menu-link{border-radius:0!important}}@media (max-width: 575.98px){html[dir=rtl] .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-sm-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-down-dropdown,html[dir=rtl] .menu-sub-sm-down-dropdown.menu.show,html[dir=rtl] .menu-sub-sm-down-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-sm-down-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-sm-down-accordion,html[dir=rtl] .menu-sub-sm-down-accordion.show{display:flex}html[dir=rtl] .menu-sm-down-inline{display:flex}html[dir=rtl] .menu-sm-down-fit>.menu-item>.menu-content,html[dir=rtl] .menu-sm-down-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-sm-down-column{flex-direction:column;width:100%}html[dir=rtl] .menu-sm-down-row{flex-direction:row}html[dir=rtl] .menu-sm-down-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-sm-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-sm-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sm-down-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-sm-down-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-sm-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width: 767.98px){html[dir=rtl] .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-md-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-md-down-dropdown,html[dir=rtl] .menu-sub-md-down-dropdown.menu.show,html[dir=rtl] .menu-sub-md-down-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-md-down-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-md-down-accordion,html[dir=rtl] .menu-sub-md-down-accordion.show{display:flex}html[dir=rtl] .menu-md-down-inline{display:flex}html[dir=rtl] .menu-md-down-fit>.menu-item>.menu-content,html[dir=rtl] .menu-md-down-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-md-down-column{flex-direction:column;width:100%}html[dir=rtl] .menu-md-down-row{flex-direction:row}html[dir=rtl] .menu-md-down-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-md-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-md-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-md-down-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-md-down-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-md-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width: 991.98px){html[dir=rtl] .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-lg-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-down-dropdown,html[dir=rtl] .menu-sub-lg-down-dropdown.menu.show,html[dir=rtl] .menu-sub-lg-down-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-lg-down-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-lg-down-accordion,html[dir=rtl] .menu-sub-lg-down-accordion.show{display:flex}html[dir=rtl] .menu-lg-down-inline{display:flex}html[dir=rtl] .menu-lg-down-fit>.menu-item>.menu-content,html[dir=rtl] .menu-lg-down-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-lg-down-column{flex-direction:column;width:100%}html[dir=rtl] .menu-lg-down-row{flex-direction:row}html[dir=rtl] .menu-lg-down-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-lg-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-lg-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-lg-down-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-lg-down-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-lg-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width: 1199.98px){html[dir=rtl] .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-xl-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-down-dropdown,html[dir=rtl] .menu-sub-xl-down-dropdown.menu.show,html[dir=rtl] .menu-sub-xl-down-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-xl-down-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-xl-down-accordion,html[dir=rtl] .menu-sub-xl-down-accordion.show{display:flex}html[dir=rtl] .menu-xl-down-inline{display:flex}html[dir=rtl] .menu-xl-down-fit>.menu-item>.menu-content,html[dir=rtl] .menu-xl-down-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-xl-down-column{flex-direction:column;width:100%}html[dir=rtl] .menu-xl-down-row{flex-direction:row}html[dir=rtl] .menu-xl-down-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-xl-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-xl-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-xl-down-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-xl-down-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-xl-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width: 1399.98px){html[dir=rtl] .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after,html[dir=rtl] [direction=rtl] .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-sub-xxl-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;box-shadow:0 0 50px #523f691a;z-index:105}html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-down-dropdown,html[dir=rtl] .menu-sub-xxl-down-dropdown.menu.show,html[dir=rtl] .menu-sub-xxl-down-dropdown.show[data-popper-placement]{display:flex;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top],html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top-start],html[dir=rtl] .show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top],html[dir=rtl] .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-start],html[dir=rtl] .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-end],html[dir=rtl] .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top],html[dir=rtl] .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],html[dir=rtl] .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end]{animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}html[dir=rtl] .menu-sub-xxl-down-accordion{display:none}html[dir=rtl] .show:not(.menu-dropdown)>.menu-sub-xxl-down-accordion,html[dir=rtl] .menu-sub-xxl-down-accordion.show{display:flex}html[dir=rtl] .menu-xxl-down-inline{display:flex}html[dir=rtl] .menu-xxl-down-fit>.menu-item>.menu-content,html[dir=rtl] .menu-xxl-down-fit>.menu-item>.menu-link{padding-right:0!important;padding-left:0!important}html[dir=rtl] .menu-xxl-down-column{flex-direction:column;width:100%}html[dir=rtl] .menu-xxl-down-row{flex-direction:row}html[dir=rtl] .menu-xxl-down-row>.menu-item{display:flex;align-items:center}html[dir=rtl] .menu-xxl-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .menu-xxl-down-row>.menu-item>.menu-link .menu-arrow:after{transform:rotate(-90deg)}html[dir=rtl] .menu-xxl-down-rounded .menu-link{border-radius:.475rem}html[dir=rtl] .menu-xxl-down-pill .menu-link{border-radius:50px}html[dir=rtl] .menu-xxl-down-rounded-0 .menu-link{border-radius:0!important}}html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:2rem}html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:3rem}html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:4rem}html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:5rem}html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:1rem;padding-left:0}html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:2rem;padding-left:0}html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:3rem;padding-left:0}html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:4rem;padding-left:0}@keyframes menu-sub-dropdown-animation-fade-in{0%{opacity:0}to{opacity:1}}@keyframes menu-sub-dropdown-animation-move-up{0%{margin-top:.75rem}to{margin-top:0}}@keyframes menu-sub-dropdown-animation-move-down{0%{margin-bottom:.75rem}to{margin-bottom:0}}html[dir=rtl] .menu-white .menu-item .menu-link,html[dir=rtl] .menu-white .menu-item .menu-link .menu-title,html[dir=rtl] .menu-white .menu-item .menu-link .menu-icon i{color:#fff}html[dir=rtl] .menu-white .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-white .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-white .menu-item .menu-link .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-white .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-white .menu-item .menu-link,html[dir=rtl] .menu-title-white .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-white .menu-item .menu-link .menu-icon i{color:#fff}html[dir=rtl] .menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-white .menu-item .menu-link .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-arrow-white .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-primary .menu-item .menu-link,html[dir=rtl] .menu-primary .menu-item .menu-link .menu-title,html[dir=rtl] .menu-primary .menu-item .menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-primary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-primary .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-primary .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-primary .menu-item .menu-link,html[dir=rtl] .menu-title-primary .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-primary .menu-item .menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-primary .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-arrow-primary .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-secondary .menu-item .menu-link,html[dir=rtl] .menu-secondary .menu-item .menu-link .menu-title,html[dir=rtl] .menu-secondary .menu-item .menu-link .menu-icon i{color:#e4e6ef}html[dir=rtl] .menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-secondary .menu-item .menu-link .menu-bullet .bullet{background-color:#e4e6ef}html[dir=rtl] .menu-secondary .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-secondary .menu-item .menu-link,html[dir=rtl] .menu-title-secondary .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-secondary .menu-item .menu-link .menu-icon i{color:#e4e6ef}html[dir=rtl] .menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-secondary .menu-item .menu-link .menu-bullet .bullet{background-color:#e4e6ef}html[dir=rtl] .menu-arrow-secondary .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-light .menu-item .menu-link,html[dir=rtl] .menu-light .menu-item .menu-link .menu-title,html[dir=rtl] .menu-light .menu-item .menu-link .menu-icon i{color:#f5f8fa}html[dir=rtl] .menu-light .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .menu-light .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-light .menu-item .menu-link .menu-bullet .bullet{background-color:#f5f8fa}html[dir=rtl] .menu-light .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-light .menu-item .menu-link,html[dir=rtl] .menu-title-light .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-light .menu-item .menu-link .menu-icon i{color:#f5f8fa}html[dir=rtl] .menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-light .menu-item .menu-link .menu-bullet .bullet{background-color:#f5f8fa}html[dir=rtl] .menu-arrow-light .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-success .menu-item .menu-link,html[dir=rtl] .menu-success .menu-item .menu-link .menu-title,html[dir=rtl] .menu-success .menu-item .menu-link .menu-icon i{color:#50cd89}html[dir=rtl] .menu-success .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .menu-success .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-success .menu-item .menu-link .menu-bullet .bullet{background-color:#50cd89}html[dir=rtl] .menu-success .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-success .menu-item .menu-link,html[dir=rtl] .menu-title-success .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-success .menu-item .menu-link .menu-icon i{color:#50cd89}html[dir=rtl] .menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-success .menu-item .menu-link .menu-bullet .bullet{background-color:#50cd89}html[dir=rtl] .menu-arrow-success .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-info .menu-item .menu-link,html[dir=rtl] .menu-info .menu-item .menu-link .menu-title,html[dir=rtl] .menu-info .menu-item .menu-link .menu-icon i{color:var(--bs-info)}html[dir=rtl] .menu-info .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .menu-info .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-info .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-info)}html[dir=rtl] .menu-info .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233699FF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-info .menu-item .menu-link,html[dir=rtl] .menu-title-info .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-info .menu-item .menu-link .menu-icon i{color:var(--bs-info)}html[dir=rtl] .menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-info .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-info)}html[dir=rtl] .menu-arrow-info .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233699FF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-warning .menu-item .menu-link,html[dir=rtl] .menu-warning .menu-item .menu-link .menu-title,html[dir=rtl] .menu-warning .menu-item .menu-link .menu-icon i{color:#ffc700}html[dir=rtl] .menu-warning .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .menu-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-warning .menu-item .menu-link .menu-bullet .bullet{background-color:#ffc700}html[dir=rtl] .menu-warning .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFC700'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-warning .menu-item .menu-link,html[dir=rtl] .menu-title-warning .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-warning .menu-item .menu-link .menu-icon i{color:#ffc700}html[dir=rtl] .menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-warning .menu-item .menu-link .menu-bullet .bullet{background-color:#ffc700}html[dir=rtl] .menu-arrow-warning .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFC700'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-danger .menu-item .menu-link,html[dir=rtl] .menu-danger .menu-item .menu-link .menu-title,html[dir=rtl] .menu-danger .menu-item .menu-link .menu-icon i{color:#f1416c}html[dir=rtl] .menu-danger .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .menu-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-danger .menu-item .menu-link .menu-bullet .bullet{background-color:#f1416c}html[dir=rtl] .menu-danger .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F1416C'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-danger .menu-item .menu-link,html[dir=rtl] .menu-title-danger .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-danger .menu-item .menu-link .menu-icon i{color:#f1416c}html[dir=rtl] .menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-danger .menu-item .menu-link .menu-bullet .bullet{background-color:#f1416c}html[dir=rtl] .menu-arrow-danger .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F1416C'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-dark .menu-item .menu-link,html[dir=rtl] .menu-dark .menu-item .menu-link .menu-title,html[dir=rtl] .menu-dark .menu-item .menu-link .menu-icon i{color:var(--bs-gray-900)}html[dir=rtl] .menu-dark .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .menu-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-dark .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-gray-900)}html[dir=rtl] .menu-dark .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-dark .menu-item .menu-link,html[dir=rtl] .menu-title-dark .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-dark .menu-item .menu-link .menu-icon i{color:var(--bs-gray-900)}html[dir=rtl] .menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-dark .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-gray-900)}html[dir=rtl] .menu-arrow-dark .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-muted .menu-item .menu-link,html[dir=rtl] .menu-muted .menu-item .menu-link .menu-title,html[dir=rtl] .menu-muted .menu-item .menu-link .menu-icon i{color:#a1a5b7}html[dir=rtl] .menu-muted .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .menu-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-muted .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}html[dir=rtl] .menu-muted .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-muted .menu-item .menu-link,html[dir=rtl] .menu-title-muted .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-muted .menu-item .menu-link .menu-icon i{color:#a1a5b7}html[dir=rtl] .menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-muted .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}html[dir=rtl] .menu-arrow-muted .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-100 .menu-item .menu-link,html[dir=rtl] .menu-gray-100 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-100 .menu-item .menu-link .menu-icon i{color:#f5f8fa}html[dir=rtl] .menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-100 .menu-item .menu-link .menu-bullet .bullet{background-color:#f5f8fa}html[dir=rtl] .menu-gray-100 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-100 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-100 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-100 .menu-item .menu-link .menu-icon i{color:#f5f8fa}html[dir=rtl] .menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-100 .menu-item .menu-link .menu-bullet .bullet{background-color:#f5f8fa}html[dir=rtl] .menu-arrow-gray-100 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-200 .menu-item .menu-link,html[dir=rtl] .menu-gray-200 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-200 .menu-item .menu-link .menu-icon i{color:#eff2f5}html[dir=rtl] .menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-200 .menu-item .menu-link .menu-bullet .bullet{background-color:#eff2f5}html[dir=rtl] .menu-gray-200 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-200 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-200 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-200 .menu-item .menu-link .menu-icon i{color:#eff2f5}html[dir=rtl] .menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-200 .menu-item .menu-link .menu-bullet .bullet{background-color:#eff2f5}html[dir=rtl] .menu-arrow-gray-200 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-300 .menu-item .menu-link,html[dir=rtl] .menu-gray-300 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-300 .menu-item .menu-link .menu-icon i{color:#e4e6ef}html[dir=rtl] .menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-300 .menu-item .menu-link .menu-bullet .bullet{background-color:#e4e6ef}html[dir=rtl] .menu-gray-300 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-300 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-300 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-300 .menu-item .menu-link .menu-icon i{color:#e4e6ef}html[dir=rtl] .menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-300 .menu-item .menu-link .menu-bullet .bullet{background-color:#e4e6ef}html[dir=rtl] .menu-arrow-gray-300 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-400 .menu-item .menu-link,html[dir=rtl] .menu-gray-400 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-400 .menu-item .menu-link .menu-icon i{color:#b5b5c3}html[dir=rtl] .menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-400 .menu-item .menu-link .menu-bullet .bullet{background-color:#b5b5c3}html[dir=rtl] .menu-gray-400 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-400 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-400 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-400 .menu-item .menu-link .menu-icon i{color:#b5b5c3}html[dir=rtl] .menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-400 .menu-item .menu-link .menu-bullet .bullet{background-color:#b5b5c3}html[dir=rtl] .menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-500 .menu-item .menu-link,html[dir=rtl] .menu-gray-500 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-500 .menu-item .menu-link .menu-icon i{color:#a1a5b7}html[dir=rtl] .menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-500 .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}html[dir=rtl] .menu-gray-500 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-500 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-500 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-500 .menu-item .menu-link .menu-icon i{color:#a1a5b7}html[dir=rtl] .menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}html[dir=rtl] .menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-600 .menu-item .menu-link,html[dir=rtl] .menu-gray-600 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-600 .menu-item .menu-link .menu-icon i{color:#7e8299}html[dir=rtl] .menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-600 .menu-item .menu-link .menu-bullet .bullet{background-color:#7e8299}html[dir=rtl] .menu-gray-600 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-600 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-600 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-600 .menu-item .menu-link .menu-icon i{color:#7e8299}html[dir=rtl] .menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-600 .menu-item .menu-link .menu-bullet .bullet{background-color:#7e8299}html[dir=rtl] .menu-arrow-gray-600 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-700 .menu-item .menu-link,html[dir=rtl] .menu-gray-700 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-700 .menu-item .menu-link .menu-icon i{color:#5e6278}html[dir=rtl] .menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-700 .menu-item .menu-link .menu-bullet .bullet{background-color:#5e6278}html[dir=rtl] .menu-gray-700 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-700 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-700 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-700 .menu-item .menu-link .menu-icon i{color:#5e6278}html[dir=rtl] .menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-700 .menu-item .menu-link .menu-bullet .bullet{background-color:#5e6278}html[dir=rtl] .menu-arrow-gray-700 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-800 .menu-item .menu-link,html[dir=rtl] .menu-gray-800 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-800 .menu-item .menu-link .menu-icon i{color:#3f4254}html[dir=rtl] .menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-800 .menu-item .menu-link .menu-bullet .bullet{background-color:#3f4254}html[dir=rtl] .menu-gray-800 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-800 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-800 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-800 .menu-item .menu-link .menu-icon i{color:#3f4254}html[dir=rtl] .menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-800 .menu-item .menu-link .menu-bullet .bullet{background-color:#3f4254}html[dir=rtl] .menu-arrow-gray-800 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-gray-900 .menu-item .menu-link,html[dir=rtl] .menu-gray-900 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-gray-900 .menu-item .menu-link .menu-icon i{color:var(--bs-gray-900)}html[dir=rtl] .menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-gray-900 .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-gray-900)}html[dir=rtl] .menu-gray-900 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-title-gray-900 .menu-item .menu-link,html[dir=rtl] .menu-title-gray-900 .menu-item .menu-link .menu-title,html[dir=rtl] .menu-icon-gray-900 .menu-item .menu-link .menu-icon i{color:var(--bs-gray-900)}html[dir=rtl] .menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-bullet-gray-900 .menu-item .menu-link .menu-bullet .bullet{background-color:var(--bs-gray-900)}html[dir=rtl] .menu-arrow-gray-900 .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-hover-bg .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-bg .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;background-color:#f5f8facc}html[dir=rtl] .menu-show-bg .menu-item.here>.menu-link,html[dir=rtl] .menu-show-bg .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;background-color:#f5f8facc}html[dir=rtl] .menu-active-bg .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;background-color:#f5f8facc}html[dir=rtl] .menu-state-bg .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;background-color:#f5f8facc}html[dir=rtl] .menu-state-bg .menu-item.here>.menu-link,html[dir=rtl] .menu-state-bg .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;background-color:#f5f8facc}html[dir=rtl] .menu-state-bg .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;background-color:#f5f8facc}html[dir=rtl] .menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-show-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-show-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-show-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-show-primary .menu-item.show>.menu-link .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-show-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-show-primary .menu-item.show>.menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-show-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-show-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-show-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-show-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-active-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-active-primary .menu-item .menu-link.active .menu-title,html[dir=rtl] .menu-active-primary .menu-item .menu-link.active .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-active-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-active-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-state-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-state-primary .menu-item.show>.menu-link .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-state-primary .menu-item.show>.menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-state-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-state-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item .menu-link.active .menu-title,html[dir=rtl] .menu-state-primary .menu-item .menu-link.active .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;background-color:var(--bs-primary);color:#fff}html[dir=rtl] .menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#fff}html[dir=rtl] .menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:#fff}html[dir=rtl] .menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-show-bg-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-show-bg-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-primary);color:#fff}html[dir=rtl] .menu-show-bg-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-show-bg-primary .menu-item.show>.menu-link .menu-title{color:#fff}html[dir=rtl] .menu-show-bg-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-show-bg-primary .menu-item.show>.menu-link .menu-icon i{color:#fff}html[dir=rtl] .menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-show-bg-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-show-bg-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-show-bg-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-show-bg-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-active-bg-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-primary);color:#fff}html[dir=rtl] .menu-active-bg-primary .menu-item .menu-link.active .menu-title,html[dir=rtl] .menu-active-bg-primary .menu-item .menu-link.active .menu-icon i{color:#fff}html[dir=rtl] .menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-active-bg-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-active-bg-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;background-color:var(--bs-primary);color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-bg-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-state-bg-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-primary);color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-state-bg-primary .menu-item.show>.menu-link .menu-title{color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-state-bg-primary .menu-item.show>.menu-link .menu-icon i{color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-bg-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-state-bg-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-state-bg-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-primary);color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link.active .menu-title,html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link.active .menu-icon i{color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#fff}html[dir=rtl] .menu-state-bg-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-show-bg-light-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-show-bg-light-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-light-primary);color:var(--bs-primary)}html[dir=rtl] .menu-show-bg-light-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-show-bg-light-primary .menu-item.show>.menu-link .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-show-bg-light-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-show-bg-light-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-show-bg-light-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-show-bg-light-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;background-color:var(--bs-light-primary);color:var(--bs-primary)}html[dir=rtl] .menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-active-bg-light-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-light-primary);color:var(--bs-primary)}html[dir=rtl] .menu-active-bg-light-primary .menu-item .menu-link.active .menu-title,html[dir=rtl] .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-active-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-active-bg-light-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-bg-light-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-state-bg-light-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-light-primary);color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-state-bg-light-primary .menu-item.show>.menu-link .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-bg-light-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-state-bg-light-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-state-bg-light-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;background-color:#f1f1f1!important;color:var(--bs-gray-800)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-light-primary);color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link.active .menu-title,html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-bg-light-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-hover-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-hover-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-show-title-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-show-title-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-show-title-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-show-title-primary .menu-item.show>.menu-link .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-active-title-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-active-title-primary .menu-item .menu-link.active .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-state-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-state-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-state-title-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-state-title-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-state-title-primary .menu-item.here>.menu-link .menu-title,html[dir=rtl] .menu-state-title-primary .menu-item.show>.menu-link .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-state-title-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;color:var(--bs-primary)}html[dir=rtl] .menu-state-title-primary .menu-item .menu-link.active .menu-title{color:var(--bs-primary)}html[dir=rtl] .menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-show-icon-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-show-icon-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-show-icon-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-show-icon-primary .menu-item.show>.menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-active-icon-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-active-icon-primary .menu-item .menu-link.active .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-icon-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-state-icon-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-icon-primary .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .menu-state-icon-primary .menu-item.show>.menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link.active .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .menu-hover-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-hover-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-show-bullet-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-show-bullet-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-show-bullet-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-show-bullet-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-active-bullet-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-active-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-bullet-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-state-bullet-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-bullet-primary .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .menu-state-bullet-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-state-bullet-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .menu-hover-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-hover-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-show-arrow-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-show-arrow-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-show-arrow-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-show-arrow-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-active-arrow-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-active-arrow-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-arrow-primary .menu-item.here>.menu-link,html[dir=rtl] .menu-state-arrow-primary .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-arrow-primary .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .menu-state-arrow-primary .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .menu-state-arrow-primary .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .menu-state-arrow-primary .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23DA0027'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .anchor{display:flex;align-items:center}html[dir=rtl] .anchor a{position:relative;display:none;align-items:center;justify-content:flex-start;height:1em;width:1.25em;margin-right:-1.25em;font-weight:500;font-size:.8em;color:#a1a5b7;transition:all .2s ease}html[dir=rtl] .anchor a:before{content:"#"}html[dir=rtl] .anchor:hover a{display:flex}html[dir=rtl] .anchor:hover a:hover{color:var(--bs-primary);transition:all .2s ease}html[dir=rtl] .card{border:0;box-shadow:0 0 20px #4c577d05}html[dir=rtl] .card .card-header{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;min-height:70px;padding:0 2.25rem;background-color:transparent;border-bottom:1px solid #EFF2F5}html[dir=rtl] .card .card-header .card-title{display:flex;align-items:center;margin:.5rem;margin-right:0}html[dir=rtl] .card .card-header .card-title.flex-column{align-items:flex-start;justify-content:center}html[dir=rtl] .card .card-header .card-title .card-icon{margin-left:.75rem;line-height:0}html[dir=rtl] .card .card-header .card-title .card-icon i{font-size:1.25rem;color:#7e8299;line-height:0}html[dir=rtl] .card .card-header .card-title .card-icon i:after,html[dir=rtl] .card .card-header .card-title .card-icon i:before{line-height:0}html[dir=rtl] .card .card-header .card-title .card-icon .svg-icon svg{height:24px;width:24px}html[dir=rtl] .card .card-header .card-title .card-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .card .card-header .card-title .card-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .card .card-header .card-title,html[dir=rtl] .card .card-header .card-title .card-label{font-weight:500;font-size:1.275rem;color:var(--bs-gray-900)}html[dir=rtl] .card .card-header .card-title .card-label{margin:0 0 0 .75rem;flex-wrap:wrap}html[dir=rtl] .card .card-header .card-title small,html[dir=rtl] .card .card-header .card-title .small{color:#a1a5b7;font-size:1rem}html[dir=rtl] .card .card-header .card-title h1,html[dir=rtl] .card .card-header .card-title .h1,html[dir=rtl] .card .card-header .card-title h2,html[dir=rtl] .card .card-header .card-title .h2,html[dir=rtl] .card .card-header .card-title h3,html[dir=rtl] .card .card-header .card-title .h3,html[dir=rtl] .card .card-header .card-title h4,html[dir=rtl] .card .card-header .card-title .h4,html[dir=rtl] .card .card-header .card-title h5,html[dir=rtl] .card .card-header .card-title .h5,html[dir=rtl] .card .card-header .card-title h6,html[dir=rtl] .card .card-header .card-title .h6{margin-bottom:0}html[dir=rtl] .card .card-header .card-toolbar{display:flex;align-items:center;margin:.5rem 0;flex-wrap:wrap}html[dir=rtl] .card .card-body{padding:2rem 2.25rem}html[dir=rtl] .card .card-footer{padding:2rem 2.25rem;background-color:transparent;border-top:1px solid #EFF2F5}html[dir=rtl] .card .card-scroll{position:relative;overflow:auto}html[dir=rtl] .card.card-px-0 .card-header,html[dir=rtl] .card.card-px-0 .card-body,html[dir=rtl] .card.card-px-0 .card-footer{padding-right:0;padding-left:0}html[dir=rtl] .card.card-py-0 .card-header,html[dir=rtl] .card.card-py-0 .card-body,html[dir=rtl] .card.card-py-0 .card-footer{padding-top:0;padding-bottom:0}html[dir=rtl] .card.card-p-0 .card-header,html[dir=rtl] .card.card-p-0 .card-body,html[dir=rtl] .card.card-p-0 .card-footer{padding:0}html[dir=rtl] .card.card-dashed{box-shadow:none;border:1px dashed #E4E6EF}html[dir=rtl] .card.card-dashed>.card-header{border-bottom:1px dashed #E4E6EF}html[dir=rtl] .card.card-dashed>.card-footer{border-top:1px dashed #E4E6EF}html[dir=rtl] .card.card-bordered{box-shadow:none;border:1px solid #EFF2F5}html[dir=rtl] .card.card-flush>.card-header{border-bottom:0}html[dir=rtl] .card.card-flush>.card-footer{border-top:0}html[dir=rtl] .card.card-shadow{box-shadow:0 0 20px #4c577d05;border:0}html[dir=rtl] .card.card-stretch{height:calc(100% - var(--bs-gutter-y))}html[dir=rtl] .card.card-stretch-75{height:calc(75% - var(--bs-gutter-y))}html[dir=rtl] .card.card-stretch-50{height:calc(50% - var(--bs-gutter-y))}html[dir=rtl] .card.card-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}html[dir=rtl] .card.card-stretch-25{height:calc(25% - var(--bs-gutter-y))}html[dir=rtl] .card .card-header-stretch{padding-top:0!important;padding-bottom:0!important;align-items:stretch}html[dir=rtl] .card .card-header-stretch .card-toolbar{margin:0;align-items:stretch}@media (min-width: 576px){html[dir=rtl] .card.card-sm-stretch{height:calc(100% - var(--bs-gutter-y))}html[dir=rtl] .card.card-sm-stretch-75{height:calc(75% - var(--bs-gutter-y))}html[dir=rtl] .card.card-sm-stretch-50{height:calc(50% - var(--bs-gutter-y))}html[dir=rtl] .card.card-sm-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}html[dir=rtl] .card.card-sm-stretch-25{height:calc(25% - var(--bs-gutter-y))}html[dir=rtl] .card .card-header-sm-stretch{padding-top:0!important;padding-bottom:0!important;align-items:stretch}html[dir=rtl] .card .card-header-sm-stretch .card-toolbar{margin:0;align-items:stretch}}@media (min-width: 768px){html[dir=rtl] .card.card-md-stretch{height:calc(100% - var(--bs-gutter-y))}html[dir=rtl] .card.card-md-stretch-75{height:calc(75% - var(--bs-gutter-y))}html[dir=rtl] .card.card-md-stretch-50{height:calc(50% - var(--bs-gutter-y))}html[dir=rtl] .card.card-md-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}html[dir=rtl] .card.card-md-stretch-25{height:calc(25% - var(--bs-gutter-y))}html[dir=rtl] .card .card-header-md-stretch{padding-top:0!important;padding-bottom:0!important;align-items:stretch}html[dir=rtl] .card .card-header-md-stretch .card-toolbar{margin:0;align-items:stretch}}@media (min-width: 992px){html[dir=rtl] .card.card-lg-stretch{height:calc(100% - var(--bs-gutter-y))}html[dir=rtl] .card.card-lg-stretch-75{height:calc(75% - var(--bs-gutter-y))}html[dir=rtl] .card.card-lg-stretch-50{height:calc(50% - var(--bs-gutter-y))}html[dir=rtl] .card.card-lg-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}html[dir=rtl] .card.card-lg-stretch-25{height:calc(25% - var(--bs-gutter-y))}html[dir=rtl] .card .card-header-lg-stretch{padding-top:0!important;padding-bottom:0!important;align-items:stretch}html[dir=rtl] .card .card-header-lg-stretch .card-toolbar{margin:0;align-items:stretch}}@media (min-width: 1200px){html[dir=rtl] .card.card-xl-stretch{height:calc(100% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xl-stretch-75{height:calc(75% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xl-stretch-50{height:calc(50% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xl-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xl-stretch-25{height:calc(25% - var(--bs-gutter-y))}html[dir=rtl] .card .card-header-xl-stretch{padding-top:0!important;padding-bottom:0!important;align-items:stretch}html[dir=rtl] .card .card-header-xl-stretch .card-toolbar{margin:0;align-items:stretch}}@media (min-width: 1400px){html[dir=rtl] .card.card-xxl-stretch{height:calc(100% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xxl-stretch-75{height:calc(75% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xxl-stretch-50{height:calc(50% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xxl-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}html[dir=rtl] .card.card-xxl-stretch-25{height:calc(25% - var(--bs-gutter-y))}html[dir=rtl] .card .card-header-xxl-stretch{padding-top:0!important;padding-bottom:0!important;align-items:stretch}html[dir=rtl] .card .card-header-xxl-stretch .card-toolbar{margin:0;align-items:stretch}}html[dir=rtl] .card-p{padding:2rem 2.25rem!important}html[dir=rtl] .card-px{padding-right:2.25rem!important;padding-left:2.25rem!important}html[dir=rtl] .card-shadow{box-shadow:0 0 20px #4c577d05}html[dir=rtl] .card-py{padding-top:2rem!important;padding-bottom:2rem!important}html[dir=rtl] .card-rounded{border-radius:.475rem}html[dir=rtl] .card-rounded-start{border-top-right-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .card-rounded-end{border-top-left-radius:.475rem;border-bottom-left-radius:.475rem}html[dir=rtl] .card-rounded-top{border-top-right-radius:.475rem;border-top-left-radius:.475rem}html[dir=rtl] .card-rounded-bottom{border-bottom-right-radius:.475rem;border-bottom-left-radius:.475rem}@media (max-width: 767.98px){html[dir=rtl] .card>.card-header:not(.flex-nowrap){padding-top:.5rem;padding-bottom:.5rem}}html[dir=rtl] .breadcrumb{display:flex;align-items:center;background-color:transparent;padding:0;margin:0}html[dir=rtl] .breadcrumb .breadcrumb-item{display:flex;align-items:center;padding-right:0;padding-left:.5rem}html[dir=rtl] .breadcrumb .breadcrumb-item:last-child{padding-left:0}html[dir=rtl] .breadcrumb .breadcrumb-item:after{content:"/";padding-right:.5rem}html[dir=rtl] .breadcrumb .breadcrumb-item:before{display:none}html[dir=rtl] .breadcrumb .breadcrumb-item:last-child:after{display:none}html[dir=rtl] .breadcrumb-line .breadcrumb-item:after{content:"-"}html[dir=rtl] .breadcrumb-dot .breadcrumb-item:after{content:"\2022"}html[dir=rtl] .breadcrumb-separatorless .breadcrumb-item:after{display:none}html[dir=rtl] .btn{outline:none!important}html[dir=rtl] .btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg){box-shadow:none!important}html[dir=rtl] .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon){border:0;padding:calc(.75rem + 1px) calc(1.5rem + 1px)}html[dir=rtl] .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-lg,html[dir=rtl] .btn-group-lg>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon){padding:calc(.825rem + 1px) calc(1.75rem + 1px)}html[dir=rtl] .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm,html[dir=rtl] .btn-group-sm>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon){padding:calc(.55rem + 1px) calc(1.25rem + 1px)}html[dir=rtl] .btn.btn-link{border:0;border-radius:0;padding-right:0!important;padding-left:0!important;text-decoration:none;font-weight:500}html[dir=rtl] .btn.btn-outline-dashed{border:1px dashed #E4E6EF}html[dir=rtl] .btn.btn-outline-default{border:1px solid #E4E6EF}html[dir=rtl] .btn.btn-flush{-webkit-appearance:none;appearance:none;box-shadow:none;border-radius:0;border:none;cursor:pointer;background-color:transparent;outline:none!important;margin:0;padding:0}html[dir=rtl] .btn.btn-flex{display:inline-flex;align-items:center}html[dir=rtl] .btn i{display:inline-flex;font-size:1rem;padding-left:.35rem;vertical-align:middle;line-height:0}html[dir=rtl] .btn .svg-icon{flex-shrink:0;line-height:0;margin-left:.5rem}html[dir=rtl] .btn.btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:0;height:calc(1.5em + 1.5rem + 2px);width:calc(1.5em + 1.5rem + 2px)}html[dir=rtl] .btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush){border:0}html[dir=rtl] .btn.btn-icon.btn-sm,html[dir=rtl] .btn-group-sm>.btn.btn-icon{height:calc(1.5em + 1.1rem + 2px);width:calc(1.5em + 1.1rem + 2px)}html[dir=rtl] .btn.btn-icon.btn-lg,html[dir=rtl] .btn-group-lg>.btn.btn-icon{height:calc(1.5em + 1.65rem + 2px);width:calc(1.5em + 1.65rem + 2px)}html[dir=rtl] .btn.btn-icon.btn-circle{border-radius:50%}html[dir=rtl] .btn.btn-icon i,html[dir=rtl] .btn.btn-icon .svg-icon{padding:0;margin:0;line-height:1}html[dir=rtl] .btn.btn-hover-rise{transition:transform .3s ease}html[dir=rtl] .btn.btn-hover-rise:hover{transform:translateY(-10%);transition:transform .3s ease}html[dir=rtl] .btn.btn-hover-scale{transition:transform .3s ease}html[dir=rtl] .btn.btn-hover-scale:hover{transform:scale(1.1);transition:transform .3s ease}html[dir=rtl] .btn.btn-hover-rotate-end{transition:transform .3s ease}html[dir=rtl] .btn.btn-hover-rotate-end:hover{transform:rotate(-4deg);transition:transform .3s ease}html[dir=rtl] .btn.btn-hover-rotate-start{transition:transform .3s ease}html[dir=rtl] .btn.btn-hover-rotate-start:hover{transform:rotate(4deg);transition:transform .3s ease}html[dir=rtl] .btn.btn-white{color:#7e8299;border-color:#fff;background-color:#fff}html[dir=rtl] .btn.btn-white i{color:#7e8299}html[dir=rtl] .btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-white.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-white,html[dir=rtl] .btn-check:active+.btn.btn-white,html[dir=rtl] .btn.btn-white:focus:not(.btn-active),html[dir=rtl] .btn.btn-white:hover:not(.btn-active),html[dir=rtl] .btn.btn-white:active:not(.btn-active),html[dir=rtl] .btn.btn-white.active,html[dir=rtl] .btn.btn-white.show,html[dir=rtl] .show>.btn.btn-white{color:#7e8299;border-color:#f5f8fa;background-color:#f5f8fa!important}html[dir=rtl] .btn-check:checked+.btn.btn-white i,html[dir=rtl] .btn-check:active+.btn.btn-white i,html[dir=rtl] .btn.btn-white:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-white:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-white:active:not(.btn-active) i,html[dir=rtl] .btn.btn-white.active i,html[dir=rtl] .btn.btn-white.show i,html[dir=rtl] .show>.btn.btn-white i{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-white.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-white.dropdown-toggle:after,html[dir=rtl] .btn.btn-white:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-white:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-white:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-white.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-white.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-white.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn.btn-bg-white{border-color:#fff;background-color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-white,html[dir=rtl] .btn-check:active+.btn.btn-active-white,html[dir=rtl] .btn.btn-active-white:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-white:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-white:active:not(.btn-active),html[dir=rtl] .btn.btn-active-white.active,html[dir=rtl] .btn.btn-active-white.show,html[dir=rtl] .show>.btn.btn-active-white{color:#7e8299;border-color:#fff;background-color:#fff!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-white i,html[dir=rtl] .btn-check:active+.btn.btn-active-white i,html[dir=rtl] .btn.btn-active-white:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-white:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-white:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-white.active i,html[dir=rtl] .btn.btn-active-white.show i,html[dir=rtl] .show>.btn.btn-active-white i{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-white.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-white.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-white:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-white:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-white:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-white.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-white.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-white.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn.btn-light{color:#7e8299;border-color:#f5f8fa;background-color:#f5f8fa}html[dir=rtl] .btn.btn-light i{color:#7e8299}html[dir=rtl] .btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-light,html[dir=rtl] .btn-check:active+.btn.btn-light,html[dir=rtl] .btn.btn-light:focus:not(.btn-active),html[dir=rtl] .btn.btn-light:hover:not(.btn-active),html[dir=rtl] .btn.btn-light:active:not(.btn-active),html[dir=rtl] .btn.btn-light.active,html[dir=rtl] .btn.btn-light.show,html[dir=rtl] .show>.btn.btn-light{color:#7e8299;border-color:#e4e6ef;background-color:#e4e6ef!important}html[dir=rtl] .btn-check:checked+.btn.btn-light i,html[dir=rtl] .btn-check:active+.btn.btn-light i,html[dir=rtl] .btn.btn-light:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light.active i,html[dir=rtl] .btn.btn-light.show i,html[dir=rtl] .show>.btn.btn-light i{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light.dropdown-toggle:after,html[dir=rtl] .btn.btn-light:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn.btn-bg-light{border-color:#f5f8fa;background-color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-light,html[dir=rtl] .btn-check:active+.btn.btn-active-light,html[dir=rtl] .btn.btn-active-light:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-light:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-light:active:not(.btn-active),html[dir=rtl] .btn.btn-active-light.active,html[dir=rtl] .btn.btn-active-light.show,html[dir=rtl] .show>.btn.btn-active-light{color:#7e8299;border-color:#f5f8fa;background-color:#f5f8fa!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-light i,html[dir=rtl] .btn-check:active+.btn.btn-active-light i,html[dir=rtl] .btn.btn-active-light:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light.active i,html[dir=rtl] .btn.btn-active-light.show i,html[dir=rtl] .show>.btn.btn-active-light i{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-light.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-light.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-light.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn.btn-primary{color:#fff;border-color:var(--bs-primary);background-color:var(--bs-primary)}html[dir=rtl] .btn.btn-primary i{color:#fff}html[dir=rtl] .btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-primary.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-primary,html[dir=rtl] .btn-check:active+.btn.btn-primary,html[dir=rtl] .btn.btn-primary:focus:not(.btn-active),html[dir=rtl] .btn.btn-primary:hover:not(.btn-active),html[dir=rtl] .btn.btn-primary:active:not(.btn-active),html[dir=rtl] .btn.btn-primary.active,html[dir=rtl] .btn.btn-primary.show,html[dir=rtl] .show>.btn.btn-primary{color:#fff;border-color:var(--bs-light-primary);background-color:var(--bs-light-primary)!important}html[dir=rtl] .btn-check:checked+.btn.btn-primary i,html[dir=rtl] .btn-check:active+.btn.btn-primary i,html[dir=rtl] .btn.btn-primary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-primary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-primary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-primary.active i,html[dir=rtl] .btn.btn-primary.show i,html[dir=rtl] .show>.btn.btn-primary i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-primary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-primary.dropdown-toggle:after,html[dir=rtl] .btn.btn-primary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-primary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-primary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-primary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-primary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-primary.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-light-primary{color:var(--bs-primary);border-color:var(--bs-light-primary);background-color:var(--bs-light-primary)}html[dir=rtl] .btn.btn-light-primary i{color:var(--bs-primary)}html[dir=rtl] .btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-primary.dropdown-toggle:after{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-light-primary,html[dir=rtl] .btn-check:active+.btn.btn-light-primary,html[dir=rtl] .btn.btn-light-primary:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-primary:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-primary:active:not(.btn-active),html[dir=rtl] .btn.btn-light-primary.active,html[dir=rtl] .btn.btn-light-primary.show,html[dir=rtl] .show>.btn.btn-light-primary{color:#fff;border-color:var(--bs-primary);background-color:var(--bs-primary)!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-primary i,html[dir=rtl] .btn-check:active+.btn.btn-light-primary i,html[dir=rtl] .btn.btn-light-primary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-primary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-primary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-primary.active i,html[dir=rtl] .btn.btn-light-primary.show i,html[dir=rtl] .show>.btn.btn-light-primary i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-primary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-primary.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-primary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-primary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-primary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-primary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-primary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-primary.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-bg-primary{border-color:var(--bs-primary);background-color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-primary,html[dir=rtl] .btn-check:active+.btn.btn-active-primary,html[dir=rtl] .btn.btn-active-primary:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-primary:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-primary:active:not(.btn-active),html[dir=rtl] .btn.btn-active-primary.active,html[dir=rtl] .btn.btn-active-primary.show,html[dir=rtl] .show>.btn.btn-active-primary{color:#fff;border-color:var(--bs-primary);background-color:var(--bs-primary)!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-primary i,html[dir=rtl] .btn-check:active+.btn.btn-active-primary i,html[dir=rtl] .btn.btn-active-primary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-primary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-primary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-primary.active i,html[dir=rtl] .btn.btn-active-primary.show i,html[dir=rtl] .show>.btn.btn-active-primary i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-primary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-primary.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-primary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-primary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-primary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-primary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-primary.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-primary,html[dir=rtl] .btn-check:active+.btn.btn-active-light-primary,html[dir=rtl] .btn.btn-active-light-primary:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-light-primary:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-light-primary:active:not(.btn-active),html[dir=rtl] .btn.btn-active-light-primary.active,html[dir=rtl] .btn.btn-active-light-primary.show,html[dir=rtl] .show>.btn.btn-active-light-primary{color:var(--bs-primary);border-color:var(--bs-light-primary);background-color:var(--bs-light)!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-primary i,html[dir=rtl] .btn-check:active+.btn.btn-active-light-primary i,html[dir=rtl] .btn.btn-active-light-primary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-primary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-primary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-primary.active i,html[dir=rtl] .btn.btn-active-light-primary.show i,html[dir=rtl] .show>.btn.btn-active-light-primary i{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-primary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-light-primary.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-primary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-primary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-primary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-primary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-primary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-light-primary.dropdown-toggle:after{color:var(--bs-primary)}html[dir=rtl] .btn.btn-active-light-primary.btn-outline:not(.btn-outline-default){border-color:var(--bs-primary)!important}html[dir=rtl] .btn.btn-secondary{color:#3f4254;border-color:#e4e6ef;background-color:#e4e6ef}html[dir=rtl] .btn.btn-secondary i{color:#3f4254}html[dir=rtl] .btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-secondary.dropdown-toggle:after{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-secondary,html[dir=rtl] .btn-check:active+.btn.btn-secondary,html[dir=rtl] .btn.btn-secondary:focus:not(.btn-active),html[dir=rtl] .btn.btn-secondary:hover:not(.btn-active),html[dir=rtl] .btn.btn-secondary:active:not(.btn-active),html[dir=rtl] .btn.btn-secondary.active,html[dir=rtl] .btn.btn-secondary.show,html[dir=rtl] .show>.btn.btn-secondary{color:#3f4254;border-color:#b5b5c3;background-color:#b5b5c3!important}html[dir=rtl] .btn-check:checked+.btn.btn-secondary i,html[dir=rtl] .btn-check:active+.btn.btn-secondary i,html[dir=rtl] .btn.btn-secondary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-secondary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-secondary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-secondary.active i,html[dir=rtl] .btn.btn-secondary.show i,html[dir=rtl] .show>.btn.btn-secondary i{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-secondary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-secondary.dropdown-toggle:after,html[dir=rtl] .btn.btn-secondary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-secondary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-secondary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-secondary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-secondary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-secondary.dropdown-toggle:after{color:#3f4254}html[dir=rtl] .btn.btn-bg-secondary{border-color:#e4e6ef;background-color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-secondary,html[dir=rtl] .btn-check:active+.btn.btn-active-secondary,html[dir=rtl] .btn.btn-active-secondary:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-secondary:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-secondary:active:not(.btn-active),html[dir=rtl] .btn.btn-active-secondary.active,html[dir=rtl] .btn.btn-active-secondary.show,html[dir=rtl] .show>.btn.btn-active-secondary{color:#3f4254;border-color:#e4e6ef;background-color:#e4e6ef!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-secondary i,html[dir=rtl] .btn-check:active+.btn.btn-active-secondary i,html[dir=rtl] .btn.btn-active-secondary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-secondary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-secondary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-secondary.active i,html[dir=rtl] .btn.btn-active-secondary.show i,html[dir=rtl] .show>.btn.btn-active-secondary i{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-secondary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-secondary.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-secondary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-secondary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-secondary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-secondary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-secondary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-secondary.dropdown-toggle:after{color:#3f4254}html[dir=rtl] .btn.btn-success{color:#fff;border-color:#50cd89;background-color:#50cd89}html[dir=rtl] .btn.btn-success i{color:#fff}html[dir=rtl] .btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-success.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-success,html[dir=rtl] .btn-check:active+.btn.btn-success,html[dir=rtl] .btn.btn-success:focus:not(.btn-active),html[dir=rtl] .btn.btn-success:hover:not(.btn-active),html[dir=rtl] .btn.btn-success:active:not(.btn-active),html[dir=rtl] .btn.btn-success.active,html[dir=rtl] .btn.btn-success.show,html[dir=rtl] .show>.btn.btn-success{color:#fff;border-color:#47be7d;background-color:#47be7d!important}html[dir=rtl] .btn-check:checked+.btn.btn-success i,html[dir=rtl] .btn-check:active+.btn.btn-success i,html[dir=rtl] .btn.btn-success:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-success:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-success:active:not(.btn-active) i,html[dir=rtl] .btn.btn-success.active i,html[dir=rtl] .btn.btn-success.show i,html[dir=rtl] .show>.btn.btn-success i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-success.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-success.dropdown-toggle:after,html[dir=rtl] .btn.btn-success:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-success:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-success:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-success.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-success.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-success.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-light-success{color:#50cd89;border-color:#e8fff3;background-color:#e8fff3}html[dir=rtl] .btn.btn-light-success i{color:#50cd89}html[dir=rtl] .btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-success.dropdown-toggle:after{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-light-success,html[dir=rtl] .btn-check:active+.btn.btn-light-success,html[dir=rtl] .btn.btn-light-success:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-success:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-success:active:not(.btn-active),html[dir=rtl] .btn.btn-light-success.active,html[dir=rtl] .btn.btn-light-success.show,html[dir=rtl] .show>.btn.btn-light-success{color:#fff;border-color:#50cd89;background-color:#50cd89!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-success i,html[dir=rtl] .btn-check:active+.btn.btn-light-success i,html[dir=rtl] .btn.btn-light-success:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-success:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-success:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-success.active i,html[dir=rtl] .btn.btn-light-success.show i,html[dir=rtl] .show>.btn.btn-light-success i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-success.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-success.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-success:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-success:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-success:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-success.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-success.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-success.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-bg-success{border-color:#50cd89;background-color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-success,html[dir=rtl] .btn-check:active+.btn.btn-active-success,html[dir=rtl] .btn.btn-active-success:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-success:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-success:active:not(.btn-active),html[dir=rtl] .btn.btn-active-success.active,html[dir=rtl] .btn.btn-active-success.show,html[dir=rtl] .show>.btn.btn-active-success{color:#fff;border-color:#50cd89;background-color:#50cd89!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-success i,html[dir=rtl] .btn-check:active+.btn.btn-active-success i,html[dir=rtl] .btn.btn-active-success:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-success:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-success:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-success.active i,html[dir=rtl] .btn.btn-active-success.show i,html[dir=rtl] .show>.btn.btn-active-success i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-success.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-success.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-success:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-success:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-success:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-success.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-success.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-success.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-success,html[dir=rtl] .btn-check:active+.btn.btn-active-light-success,html[dir=rtl] .btn.btn-active-light-success:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-light-success:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-light-success:active:not(.btn-active),html[dir=rtl] .btn.btn-active-light-success.active,html[dir=rtl] .btn.btn-active-light-success.show,html[dir=rtl] .show>.btn.btn-active-light-success{color:#50cd89;border-color:#e8fff3;background-color:#e8fff3!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-success i,html[dir=rtl] .btn-check:active+.btn.btn-active-light-success i,html[dir=rtl] .btn.btn-active-light-success:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-success:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-success:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-success.active i,html[dir=rtl] .btn.btn-active-light-success.show i,html[dir=rtl] .show>.btn.btn-active-light-success i{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-success.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-light-success.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-success:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-success:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-success:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-success.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-success.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-light-success.dropdown-toggle:after{color:#50cd89}html[dir=rtl] .btn.btn-active-light-success.btn-outline:not(.btn-outline-default){border-color:#50cd89!important}html[dir=rtl] .btn.btn-info{color:#fff;border-color:var(--bs-info);background-color:var(--bs-info)}html[dir=rtl] .btn.btn-info i{color:#fff}html[dir=rtl] .btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-info.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-info,html[dir=rtl] .btn-check:active+.btn.btn-info,html[dir=rtl] .btn.btn-info:focus:not(.btn-active),html[dir=rtl] .btn.btn-info:hover:not(.btn-active),html[dir=rtl] .btn.btn-info:active:not(.btn-active),html[dir=rtl] .btn.btn-info.active,html[dir=rtl] .btn.btn-info.show,html[dir=rtl] .show>.btn.btn-info{color:#fff;border-color:#5014d0;background-color:#5014d0!important}html[dir=rtl] .btn-check:checked+.btn.btn-info i,html[dir=rtl] .btn-check:active+.btn.btn-info i,html[dir=rtl] .btn.btn-info:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-info:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-info:active:not(.btn-active) i,html[dir=rtl] .btn.btn-info.active i,html[dir=rtl] .btn.btn-info.show i,html[dir=rtl] .show>.btn.btn-info i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-info.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-info.dropdown-toggle:after,html[dir=rtl] .btn.btn-info:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-info:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-info:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-info.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-info.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-info.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-light-info{color:var(--bs-info);border-color:#f8f5ff;background-color:#f8f5ff}html[dir=rtl] .btn.btn-light-info i{color:var(--bs-info)}html[dir=rtl] .btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-info.dropdown-toggle:after{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-light-info,html[dir=rtl] .btn-check:active+.btn.btn-light-info,html[dir=rtl] .btn.btn-light-info:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-info:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-info:active:not(.btn-active),html[dir=rtl] .btn.btn-light-info.active,html[dir=rtl] .btn.btn-light-info.show,html[dir=rtl] .show>.btn.btn-light-info{color:#fff;border-color:var(--bs-info);background-color:var(--bs-info)!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-info i,html[dir=rtl] .btn-check:active+.btn.btn-light-info i,html[dir=rtl] .btn.btn-light-info:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-info:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-info:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-info.active i,html[dir=rtl] .btn.btn-light-info.show i,html[dir=rtl] .show>.btn.btn-light-info i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-info.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-info.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-info:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-info:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-info:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-info.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-info.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-info.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-bg-info{border-color:var(--bs-info);background-color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-info,html[dir=rtl] .btn-check:active+.btn.btn-active-info,html[dir=rtl] .btn.btn-active-info:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-info:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-info:active:not(.btn-active),html[dir=rtl] .btn.btn-active-info.active,html[dir=rtl] .btn.btn-active-info.show,html[dir=rtl] .show>.btn.btn-active-info{color:#fff;border-color:var(--bs-info);background-color:var(--bs-info)!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-info i,html[dir=rtl] .btn-check:active+.btn.btn-active-info i,html[dir=rtl] .btn.btn-active-info:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-info:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-info:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-info.active i,html[dir=rtl] .btn.btn-active-info.show i,html[dir=rtl] .show>.btn.btn-active-info i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-info.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-info.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-info:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-info:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-info:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-info.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-info.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-info.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-info,html[dir=rtl] .btn-check:active+.btn.btn-active-light-info,html[dir=rtl] .btn.btn-active-light-info:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-light-info:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-light-info:active:not(.btn-active),html[dir=rtl] .btn.btn-active-light-info.active,html[dir=rtl] .btn.btn-active-light-info.show,html[dir=rtl] .show>.btn.btn-active-light-info{color:var(--bs-info);border-color:#f8f5ff;background-color:#f8f5ff!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-info i,html[dir=rtl] .btn-check:active+.btn.btn-active-light-info i,html[dir=rtl] .btn.btn-active-light-info:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-info:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-info:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-info.active i,html[dir=rtl] .btn.btn-active-light-info.show i,html[dir=rtl] .show>.btn.btn-active-light-info i{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-info.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-light-info.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-info:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-info:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-info:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-info.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-info.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-light-info.dropdown-toggle:after{color:var(--bs-info)}html[dir=rtl] .btn.btn-active-light-info.btn-outline:not(.btn-outline-default){border-color:var(--bs-info)!important}html[dir=rtl] .btn.btn-warning{color:#fff;border-color:#ffc700;background-color:#ffc700}html[dir=rtl] .btn.btn-warning i{color:#fff}html[dir=rtl] .btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-warning.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-warning,html[dir=rtl] .btn-check:active+.btn.btn-warning,html[dir=rtl] .btn.btn-warning:focus:not(.btn-active),html[dir=rtl] .btn.btn-warning:hover:not(.btn-active),html[dir=rtl] .btn.btn-warning:active:not(.btn-active),html[dir=rtl] .btn.btn-warning.active,html[dir=rtl] .btn.btn-warning.show,html[dir=rtl] .show>.btn.btn-warning{color:#fff;border-color:#f1bc00;background-color:#f1bc00!important}html[dir=rtl] .btn-check:checked+.btn.btn-warning i,html[dir=rtl] .btn-check:active+.btn.btn-warning i,html[dir=rtl] .btn.btn-warning:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-warning:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-warning:active:not(.btn-active) i,html[dir=rtl] .btn.btn-warning.active i,html[dir=rtl] .btn.btn-warning.show i,html[dir=rtl] .show>.btn.btn-warning i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-warning.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-warning.dropdown-toggle:after,html[dir=rtl] .btn.btn-warning:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-warning:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-warning:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-warning.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-warning.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-warning.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-light-warning{color:#ffc700;border-color:#fff8dd;background-color:#fff8dd}html[dir=rtl] .btn.btn-light-warning i{color:#ffc700}html[dir=rtl] .btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-warning.dropdown-toggle:after{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-light-warning,html[dir=rtl] .btn-check:active+.btn.btn-light-warning,html[dir=rtl] .btn.btn-light-warning:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-warning:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-warning:active:not(.btn-active),html[dir=rtl] .btn.btn-light-warning.active,html[dir=rtl] .btn.btn-light-warning.show,html[dir=rtl] .show>.btn.btn-light-warning{color:#fff;border-color:#ffc700;background-color:#ffc700!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-warning i,html[dir=rtl] .btn-check:active+.btn.btn-light-warning i,html[dir=rtl] .btn.btn-light-warning:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-warning:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-warning:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-warning.active i,html[dir=rtl] .btn.btn-light-warning.show i,html[dir=rtl] .show>.btn.btn-light-warning i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-warning.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-warning.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-warning:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-warning:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-warning:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-warning.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-warning.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-warning.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-bg-warning{border-color:#ffc700;background-color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-warning,html[dir=rtl] .btn-check:active+.btn.btn-active-warning,html[dir=rtl] .btn.btn-active-warning:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-warning:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-warning:active:not(.btn-active),html[dir=rtl] .btn.btn-active-warning.active,html[dir=rtl] .btn.btn-active-warning.show,html[dir=rtl] .show>.btn.btn-active-warning{color:#fff;border-color:#ffc700;background-color:#ffc700!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-warning i,html[dir=rtl] .btn-check:active+.btn.btn-active-warning i,html[dir=rtl] .btn.btn-active-warning:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-warning:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-warning:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-warning.active i,html[dir=rtl] .btn.btn-active-warning.show i,html[dir=rtl] .show>.btn.btn-active-warning i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-warning.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-warning.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-warning:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-warning:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-warning:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-warning.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-warning.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-warning.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-warning,html[dir=rtl] .btn-check:active+.btn.btn-active-light-warning,html[dir=rtl] .btn.btn-active-light-warning:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-light-warning:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-light-warning:active:not(.btn-active),html[dir=rtl] .btn.btn-active-light-warning.active,html[dir=rtl] .btn.btn-active-light-warning.show,html[dir=rtl] .show>.btn.btn-active-light-warning{color:#ffc700;border-color:#fff8dd;background-color:#fff8dd!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-warning i,html[dir=rtl] .btn-check:active+.btn.btn-active-light-warning i,html[dir=rtl] .btn.btn-active-light-warning:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-warning:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-warning:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-warning.active i,html[dir=rtl] .btn.btn-active-light-warning.show i,html[dir=rtl] .show>.btn.btn-active-light-warning i{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-warning.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-light-warning.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-warning:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-warning:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-warning:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-warning.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-warning.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-light-warning.dropdown-toggle:after{color:#ffc700}html[dir=rtl] .btn.btn-active-light-warning.btn-outline:not(.btn-outline-default){border-color:#ffc700!important}html[dir=rtl] .btn.btn-danger{color:#fff;border-color:#f1416c;background-color:#f1416c}html[dir=rtl] .btn.btn-danger i{color:#fff}html[dir=rtl] .btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-danger.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-danger,html[dir=rtl] .btn-check:active+.btn.btn-danger,html[dir=rtl] .btn.btn-danger:focus:not(.btn-active),html[dir=rtl] .btn.btn-danger:hover:not(.btn-active),html[dir=rtl] .btn.btn-danger:active:not(.btn-active),html[dir=rtl] .btn.btn-danger.active,html[dir=rtl] .btn.btn-danger.show,html[dir=rtl] .show>.btn.btn-danger{color:#fff;border-color:#d9214e;background-color:#d9214e!important}html[dir=rtl] .btn-check:checked+.btn.btn-danger i,html[dir=rtl] .btn-check:active+.btn.btn-danger i,html[dir=rtl] .btn.btn-danger:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-danger:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-danger:active:not(.btn-active) i,html[dir=rtl] .btn.btn-danger.active i,html[dir=rtl] .btn.btn-danger.show i,html[dir=rtl] .show>.btn.btn-danger i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-danger.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-danger.dropdown-toggle:after,html[dir=rtl] .btn.btn-danger:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-danger:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-danger:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-danger.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-danger.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-danger.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-light-danger{color:#f1416c;border-color:#fff5f8;background-color:#fff5f8}html[dir=rtl] .btn.btn-light-danger i{color:#f1416c}html[dir=rtl] .btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-danger.dropdown-toggle:after{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-light-danger,html[dir=rtl] .btn-check:active+.btn.btn-light-danger,html[dir=rtl] .btn.btn-light-danger:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-danger:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-danger:active:not(.btn-active),html[dir=rtl] .btn.btn-light-danger.active,html[dir=rtl] .btn.btn-light-danger.show,html[dir=rtl] .show>.btn.btn-light-danger{color:#fff;border-color:#f1416c;background-color:#f1416c!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-danger i,html[dir=rtl] .btn-check:active+.btn.btn-light-danger i,html[dir=rtl] .btn.btn-light-danger:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-danger:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-danger:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-danger.active i,html[dir=rtl] .btn.btn-light-danger.show i,html[dir=rtl] .show>.btn.btn-light-danger i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-danger.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-danger.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-danger:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-danger:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-danger:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-danger.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-danger.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-danger.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-bg-danger{border-color:#f1416c;background-color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-danger,html[dir=rtl] .btn-check:active+.btn.btn-active-danger,html[dir=rtl] .btn.btn-active-danger:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-danger:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-danger:active:not(.btn-active),html[dir=rtl] .btn.btn-active-danger.active,html[dir=rtl] .btn.btn-active-danger.show,html[dir=rtl] .show>.btn.btn-active-danger{color:#fff;border-color:#f1416c;background-color:#f1416c!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-danger i,html[dir=rtl] .btn-check:active+.btn.btn-active-danger i,html[dir=rtl] .btn.btn-active-danger:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-danger:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-danger:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-danger.active i,html[dir=rtl] .btn.btn-active-danger.show i,html[dir=rtl] .show>.btn.btn-active-danger i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-danger.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-danger.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-danger:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-danger:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-danger:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-danger.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-danger.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-danger.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-danger,html[dir=rtl] .btn-check:active+.btn.btn-active-light-danger,html[dir=rtl] .btn.btn-active-light-danger:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-light-danger:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-light-danger:active:not(.btn-active),html[dir=rtl] .btn.btn-active-light-danger.active,html[dir=rtl] .btn.btn-active-light-danger.show,html[dir=rtl] .show>.btn.btn-active-light-danger{color:#f1416c;border-color:#fff5f8;background-color:#fff5f8!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-danger i,html[dir=rtl] .btn-check:active+.btn.btn-active-light-danger i,html[dir=rtl] .btn.btn-active-light-danger:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-danger:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-danger:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-danger.active i,html[dir=rtl] .btn.btn-active-light-danger.show i,html[dir=rtl] .show>.btn.btn-active-light-danger i{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-danger.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-light-danger.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-danger:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-danger:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-danger:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-danger.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-danger.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-light-danger.dropdown-toggle:after{color:#f1416c}html[dir=rtl] .btn.btn-active-light-danger.btn-outline:not(.btn-outline-default){border-color:#f1416c!important}html[dir=rtl] .btn-dark{color:#fff!important;background-color:var(--bs-dark);border-color:var(--bs-dark);box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}html[dir=rtl] .btn.btn-dark i{color:#fff}html[dir=rtl] .btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-dark.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-dark,html[dir=rtl] .btn-check:active+.btn.btn-dark,html[dir=rtl] .btn.btn-dark:focus:not(.btn-active),html[dir=rtl] .btn.btn-dark:hover:not(.btn-active),html[dir=rtl] .btn.btn-dark:active:not(.btn-active),html[dir=rtl] .btn.btn-dark.active,html[dir=rtl] .btn.btn-dark.show,html[dir=rtl] .show>.btn.btn-dark{color:#fff;border-color:#131628;background-color:#131628!important}html[dir=rtl] .btn-check:checked+.btn.btn-dark i,html[dir=rtl] .btn-check:active+.btn.btn-dark i,html[dir=rtl] .btn.btn-dark:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-dark:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-dark:active:not(.btn-active) i,html[dir=rtl] .btn.btn-dark.active i,html[dir=rtl] .btn.btn-dark.show i,html[dir=rtl] .show>.btn.btn-dark i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-dark.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-dark.dropdown-toggle:after,html[dir=rtl] .btn.btn-dark:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-dark:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-dark:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-dark.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-dark.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-dark.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-light-dark{color:var(--bs-gray-900);border-color:#eff2f5;background-color:#eff2f5}html[dir=rtl] .btn.btn-light-dark i{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-dark.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-light-dark,html[dir=rtl] .btn-check:active+.btn.btn-light-dark,html[dir=rtl] .btn.btn-light-dark:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-dark:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-dark:active:not(.btn-active),html[dir=rtl] .btn.btn-light-dark.active,html[dir=rtl] .btn.btn-light-dark.show,html[dir=rtl] .show>.btn.btn-light-dark{color:#fff;border-color:#484a5a;background-color:#484a5a!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-dark i,html[dir=rtl] .btn-check:active+.btn.btn-light-dark i,html[dir=rtl] .btn.btn-light-dark:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-dark:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-dark:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-dark.active i,html[dir=rtl] .btn.btn-light-dark.show i,html[dir=rtl] .show>.btn.btn-light-dark i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-dark.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-dark.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-dark:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-dark:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-dark:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-dark.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-dark.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-dark.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-bg-dark{border-color:var(--bs-gray-900);background-color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-dark,html[dir=rtl] .btn-check:active+.btn.btn-active-dark,html[dir=rtl] .btn.btn-active-dark:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-dark:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-dark:active:not(.btn-active),html[dir=rtl] .btn.btn-active-dark.active,html[dir=rtl] .btn.btn-active-dark.show,html[dir=rtl] .show>.btn.btn-active-dark{color:#fff;border-color:var(--bs-gray-900);background-color:var(--bs-gray-900)!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-dark i,html[dir=rtl] .btn-check:active+.btn.btn-active-dark i,html[dir=rtl] .btn.btn-active-dark:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-dark:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-dark:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-dark.active i,html[dir=rtl] .btn.btn-active-dark.show i,html[dir=rtl] .show>.btn.btn-active-dark i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-dark.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-dark.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-dark:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-dark:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-dark:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-dark.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-dark.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-dark.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-dark,html[dir=rtl] .btn-check:active+.btn.btn-active-light-dark,html[dir=rtl] .btn.btn-active-light-dark:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-light-dark:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-light-dark:active:not(.btn-active),html[dir=rtl] .btn.btn-active-light-dark.active,html[dir=rtl] .btn.btn-active-light-dark.show,html[dir=rtl] .show>.btn.btn-active-light-dark{color:var(--bs-gray-900);border-color:#eff2f5;background-color:#eff2f5!important}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-dark i,html[dir=rtl] .btn-check:active+.btn.btn-active-light-dark i,html[dir=rtl] .btn.btn-active-light-dark:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-dark:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-dark:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-light-dark.active i,html[dir=rtl] .btn.btn-active-light-dark.show i,html[dir=rtl] .show>.btn.btn-active-light-dark i{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-light-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-light-dark.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-light-dark.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-dark:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-dark:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-dark:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-dark.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-light-dark.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-light-dark.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-active-light-dark.btn-outline:not(.btn-outline-default){border-color:var(--bs-gray-900)!important}html[dir=rtl] .btn.btn-color-white,html[dir=rtl] .btn.btn-color-white i{color:#fff}html[dir=rtl] .btn.btn-color-white .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-white.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-white,html[dir=rtl] .btn-check:active+.btn.btn-active-color-white,html[dir=rtl] .btn.btn-active-color-white:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-white:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-white:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-white.active,html[dir=rtl] .btn.btn-active-color-white.show,html[dir=rtl] .show>.btn.btn-active-color-white{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-white i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-white i,html[dir=rtl] .btn.btn-active-color-white:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-white:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-white:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-white.active i,html[dir=rtl] .btn.btn-active-color-white.show i,html[dir=rtl] .show>.btn.btn-active-color-white i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-white.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-white.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-white:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-white:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-white:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-white.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-white.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-white.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-icon-white i{color:#fff}html[dir=rtl] .btn.btn-icon-white .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-white.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-white i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-white i,html[dir=rtl] .btn.btn-active-icon-white:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-white:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-white:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-white.active i,html[dir=rtl] .btn.btn-active-icon-white.show i,html[dir=rtl] .show>.btn.btn-active-icon-white i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-white.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-white.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-white:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-white:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-white:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-white.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-white.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-white.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-text-white{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-white,html[dir=rtl] .btn-check:active+.btn.btn-active-text-white,html[dir=rtl] .btn.btn-active-text-white:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-white:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-white:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-white.active,html[dir=rtl] .btn.btn-active-text-white.show,html[dir=rtl] .show>.btn.btn-active-text-white{color:#fff}html[dir=rtl] .btn.btn-color-primary,html[dir=rtl] .btn.btn-color-primary i{color:var(--bs-primary)}html[dir=rtl] .btn.btn-color-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .btn.btn-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-primary.dropdown-toggle:after{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-primary,html[dir=rtl] .btn-check:active+.btn.btn-active-color-primary,html[dir=rtl] .btn.btn-active-color-primary:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-primary:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-primary:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-primary.active,html[dir=rtl] .btn.btn-active-color-primary.show,html[dir=rtl] .show>.btn.btn-active-color-primary{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-primary i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-primary i,html[dir=rtl] .btn.btn-active-color-primary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-primary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-primary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-primary.active i,html[dir=rtl] .btn.btn-active-color-primary.show i,html[dir=rtl] .show>.btn.btn-active-color-primary i{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-primary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-primary.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-primary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-primary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-primary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-primary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-primary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-primary.dropdown-toggle:after{color:var(--bs-primary)}html[dir=rtl] .btn.btn-icon-primary i{color:var(--bs-primary)}html[dir=rtl] .btn.btn-icon-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .btn.btn-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-primary.dropdown-toggle:after{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-primary i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-primary i,html[dir=rtl] .btn.btn-active-icon-primary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-primary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-primary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-primary.active i,html[dir=rtl] .btn.btn-active-icon-primary.show i,html[dir=rtl] .show>.btn.btn-active-icon-primary i{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-primary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-primary.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-primary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-primary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-primary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-primary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-primary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-primary.dropdown-toggle:after{color:var(--bs-primary)}html[dir=rtl] .btn.btn-text-primary{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-primary,html[dir=rtl] .btn-check:active+.btn.btn-active-text-primary,html[dir=rtl] .btn.btn-active-text-primary:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-primary:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-primary:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-primary.active,html[dir=rtl] .btn.btn-active-text-primary.show,html[dir=rtl] .show>.btn.btn-active-text-primary{color:var(--bs-primary)}html[dir=rtl] .btn.btn-color-secondary,html[dir=rtl] .btn.btn-color-secondary i{color:#e4e6ef}html[dir=rtl] .btn.btn-color-secondary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn.btn-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-secondary.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-secondary,html[dir=rtl] .btn-check:active+.btn.btn-active-color-secondary,html[dir=rtl] .btn.btn-active-color-secondary:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-secondary:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-secondary:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-secondary.active,html[dir=rtl] .btn.btn-active-color-secondary.show,html[dir=rtl] .show>.btn.btn-active-color-secondary{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-secondary i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-secondary i,html[dir=rtl] .btn.btn-active-color-secondary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-secondary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-secondary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-secondary.active i,html[dir=rtl] .btn.btn-active-color-secondary.show i,html[dir=rtl] .show>.btn.btn-active-color-secondary i{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-secondary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-secondary.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-secondary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-secondary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-secondary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-secondary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-secondary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-secondary.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn.btn-icon-secondary i{color:#e4e6ef}html[dir=rtl] .btn.btn-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn.btn-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-secondary.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-secondary i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-secondary i,html[dir=rtl] .btn.btn-active-icon-secondary:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-secondary:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-secondary:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-secondary.active i,html[dir=rtl] .btn.btn-active-icon-secondary.show i,html[dir=rtl] .show>.btn.btn-active-icon-secondary i{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-secondary.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-secondary.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-secondary:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-secondary:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-secondary:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-secondary.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-secondary.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-secondary.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn.btn-text-secondary{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-secondary,html[dir=rtl] .btn-check:active+.btn.btn-active-text-secondary,html[dir=rtl] .btn.btn-active-text-secondary:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-secondary:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-secondary:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-secondary.active,html[dir=rtl] .btn.btn-active-text-secondary.show,html[dir=rtl] .show>.btn.btn-active-text-secondary{color:#e4e6ef}html[dir=rtl] .btn.btn-color-light,html[dir=rtl] .btn.btn-color-light i{color:#f5f8fa}html[dir=rtl] .btn.btn-color-light .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn.btn-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-light.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-light,html[dir=rtl] .btn-check:active+.btn.btn-active-color-light,html[dir=rtl] .btn.btn-active-color-light:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-light:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-light:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-light.active,html[dir=rtl] .btn.btn-active-color-light.show,html[dir=rtl] .show>.btn.btn-active-color-light{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-light i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-light i,html[dir=rtl] .btn.btn-active-color-light:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-light:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-light:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-light.active i,html[dir=rtl] .btn.btn-active-color-light.show i,html[dir=rtl] .show>.btn.btn-active-color-light i{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-light.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-light.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-light:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-light:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-light:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-light.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-light.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-light.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn.btn-icon-light i{color:#f5f8fa}html[dir=rtl] .btn.btn-icon-light .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn.btn-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-light.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-light i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-light i,html[dir=rtl] .btn.btn-active-icon-light:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-light:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-light:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-light.active i,html[dir=rtl] .btn.btn-active-icon-light.show i,html[dir=rtl] .show>.btn.btn-active-icon-light i{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-light.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-light.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-light:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-light:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-light:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-light.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-light.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-light.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn.btn-text-light{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-light,html[dir=rtl] .btn-check:active+.btn.btn-active-text-light,html[dir=rtl] .btn.btn-active-text-light:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-light:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-light:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-light.active,html[dir=rtl] .btn.btn-active-text-light.show,html[dir=rtl] .show>.btn.btn-active-text-light{color:#f5f8fa}html[dir=rtl] .btn.btn-color-success,html[dir=rtl] .btn.btn-color-success i{color:#50cd89}html[dir=rtl] .btn.btn-color-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .btn.btn-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-success.dropdown-toggle:after{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-success,html[dir=rtl] .btn-check:active+.btn.btn-active-color-success,html[dir=rtl] .btn.btn-active-color-success:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-success:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-success:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-success.active,html[dir=rtl] .btn.btn-active-color-success.show,html[dir=rtl] .show>.btn.btn-active-color-success{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-success i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-success i,html[dir=rtl] .btn.btn-active-color-success:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-success:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-success:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-success.active i,html[dir=rtl] .btn.btn-active-color-success.show i,html[dir=rtl] .show>.btn.btn-active-color-success i{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-success.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-success.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-success:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-success:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-success:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-success.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-success.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-success.dropdown-toggle:after{color:#50cd89}html[dir=rtl] .btn.btn-icon-success i{color:#50cd89}html[dir=rtl] .btn.btn-icon-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .btn.btn-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-success.dropdown-toggle:after{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-success i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-success i,html[dir=rtl] .btn.btn-active-icon-success:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-success:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-success:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-success.active i,html[dir=rtl] .btn.btn-active-icon-success.show i,html[dir=rtl] .show>.btn.btn-active-icon-success i{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-success.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-success.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-success:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-success:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-success:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-success.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-success.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-success.dropdown-toggle:after{color:#50cd89}html[dir=rtl] .btn.btn-text-success{color:#50cd89}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-success,html[dir=rtl] .btn-check:active+.btn.btn-active-text-success,html[dir=rtl] .btn.btn-active-text-success:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-success:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-success:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-success.active,html[dir=rtl] .btn.btn-active-text-success.show,html[dir=rtl] .show>.btn.btn-active-text-success{color:#50cd89}html[dir=rtl] .btn.btn-color-info,html[dir=rtl] .btn.btn-color-info i{color:var(--bs-info)}html[dir=rtl] .btn.btn-color-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .btn.btn-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-info.dropdown-toggle:after{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-info,html[dir=rtl] .btn-check:active+.btn.btn-active-color-info,html[dir=rtl] .btn.btn-active-color-info:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-info:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-info:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-info.active,html[dir=rtl] .btn.btn-active-color-info.show,html[dir=rtl] .show>.btn.btn-active-color-info{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-info i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-info i,html[dir=rtl] .btn.btn-active-color-info:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-info:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-info:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-info.active i,html[dir=rtl] .btn.btn-active-color-info.show i,html[dir=rtl] .show>.btn.btn-active-color-info i{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-info.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-info.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-info:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-info:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-info:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-info.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-info.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-info.dropdown-toggle:after{color:var(--bs-info)}html[dir=rtl] .btn.btn-icon-info i{color:var(--bs-info)}html[dir=rtl] .btn.btn-icon-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .btn.btn-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-info.dropdown-toggle:after{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-info i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-info i,html[dir=rtl] .btn.btn-active-icon-info:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-info:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-info:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-info.active i,html[dir=rtl] .btn.btn-active-icon-info.show i,html[dir=rtl] .show>.btn.btn-active-icon-info i{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-info.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-info.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-info:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-info:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-info:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-info.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-info.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-info.dropdown-toggle:after{color:var(--bs-info)}html[dir=rtl] .btn.btn-text-info{color:var(--bs-info)}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-info,html[dir=rtl] .btn-check:active+.btn.btn-active-text-info,html[dir=rtl] .btn.btn-active-text-info:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-info:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-info:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-info.active,html[dir=rtl] .btn.btn-active-text-info.show,html[dir=rtl] .show>.btn.btn-active-text-info{color:var(--bs-info)}html[dir=rtl] .btn.btn-color-warning,html[dir=rtl] .btn.btn-color-warning i{color:#ffc700}html[dir=rtl] .btn.btn-color-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .btn.btn-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-warning.dropdown-toggle:after{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-warning,html[dir=rtl] .btn-check:active+.btn.btn-active-color-warning,html[dir=rtl] .btn.btn-active-color-warning:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-warning:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-warning:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-warning.active,html[dir=rtl] .btn.btn-active-color-warning.show,html[dir=rtl] .show>.btn.btn-active-color-warning{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-warning i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-warning i,html[dir=rtl] .btn.btn-active-color-warning:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-warning:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-warning:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-warning.active i,html[dir=rtl] .btn.btn-active-color-warning.show i,html[dir=rtl] .show>.btn.btn-active-color-warning i{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-warning.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-warning.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-warning:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-warning:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-warning:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-warning.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-warning.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-warning.dropdown-toggle:after{color:#ffc700}html[dir=rtl] .btn.btn-icon-warning i{color:#ffc700}html[dir=rtl] .btn.btn-icon-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .btn.btn-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-warning.dropdown-toggle:after{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-warning i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-warning i,html[dir=rtl] .btn.btn-active-icon-warning:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-warning:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-warning:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-warning.active i,html[dir=rtl] .btn.btn-active-icon-warning.show i,html[dir=rtl] .show>.btn.btn-active-icon-warning i{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-warning.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-warning.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-warning:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-warning:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-warning:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-warning.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-warning.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-warning.dropdown-toggle:after{color:#ffc700}html[dir=rtl] .btn.btn-text-warning{color:#ffc700}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-warning,html[dir=rtl] .btn-check:active+.btn.btn-active-text-warning,html[dir=rtl] .btn.btn-active-text-warning:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-warning:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-warning:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-warning.active,html[dir=rtl] .btn.btn-active-text-warning.show,html[dir=rtl] .show>.btn.btn-active-text-warning{color:#ffc700}html[dir=rtl] .btn.btn-color-danger,html[dir=rtl] .btn.btn-color-danger i{color:#f1416c}html[dir=rtl] .btn.btn-color-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .btn.btn-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-danger.dropdown-toggle:after{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-danger,html[dir=rtl] .btn-check:active+.btn.btn-active-color-danger,html[dir=rtl] .btn.btn-active-color-danger:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-danger:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-danger:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-danger.active,html[dir=rtl] .btn.btn-active-color-danger.show,html[dir=rtl] .show>.btn.btn-active-color-danger{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-danger i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-danger i,html[dir=rtl] .btn.btn-active-color-danger:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-danger:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-danger:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-danger.active i,html[dir=rtl] .btn.btn-active-color-danger.show i,html[dir=rtl] .show>.btn.btn-active-color-danger i{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-danger.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-danger.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-danger:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-danger:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-danger:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-danger.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-danger.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-danger.dropdown-toggle:after{color:#f1416c}html[dir=rtl] .btn.btn-icon-danger i{color:#f1416c}html[dir=rtl] .btn.btn-icon-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .btn.btn-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-danger.dropdown-toggle:after{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-danger i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-danger i,html[dir=rtl] .btn.btn-active-icon-danger:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-danger:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-danger:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-danger.active i,html[dir=rtl] .btn.btn-active-icon-danger.show i,html[dir=rtl] .show>.btn.btn-active-icon-danger i{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-danger.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-danger.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-danger:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-danger:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-danger:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-danger.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-danger.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-danger.dropdown-toggle:after{color:#f1416c}html[dir=rtl] .btn.btn-text-danger{color:#f1416c}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-danger,html[dir=rtl] .btn-check:active+.btn.btn-active-text-danger,html[dir=rtl] .btn.btn-active-text-danger:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-danger:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-danger:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-danger.active,html[dir=rtl] .btn.btn-active-text-danger.show,html[dir=rtl] .show>.btn.btn-active-text-danger{color:#f1416c}html[dir=rtl] .btn.btn-color-dark,html[dir=rtl] .btn.btn-color-dark i{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-color-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn.btn-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-dark.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-dark,html[dir=rtl] .btn-check:active+.btn.btn-active-color-dark,html[dir=rtl] .btn.btn-active-color-dark:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-dark:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-dark:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-dark.active,html[dir=rtl] .btn.btn-active-color-dark.show,html[dir=rtl] .show>.btn.btn-active-color-dark{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-dark i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-dark i,html[dir=rtl] .btn.btn-active-color-dark:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-dark:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-dark:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-dark.active i,html[dir=rtl] .btn.btn-active-color-dark.show i,html[dir=rtl] .show>.btn.btn-active-color-dark i{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-dark.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-dark.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-dark:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-dark:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-dark:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-dark.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-dark.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-dark.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-icon-dark i{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-icon-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn.btn-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-dark.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-dark i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-dark i,html[dir=rtl] .btn.btn-active-icon-dark:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-dark:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-dark:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-dark.active i,html[dir=rtl] .btn.btn-active-icon-dark.show i,html[dir=rtl] .show>.btn.btn-active-icon-dark i{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-dark.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-dark.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-dark:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-dark:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-dark:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-dark.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-dark.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-dark.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-text-dark{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-dark,html[dir=rtl] .btn-check:active+.btn.btn-active-text-dark,html[dir=rtl] .btn.btn-active-text-dark:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-dark:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-dark:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-dark.active,html[dir=rtl] .btn.btn-active-text-dark.show,html[dir=rtl] .show>.btn.btn-active-text-dark{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-color-muted,html[dir=rtl] .btn.btn-color-muted i{color:#a1a5b7}html[dir=rtl] .btn.btn-color-muted .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn.btn-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-muted.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-muted,html[dir=rtl] .btn-check:active+.btn.btn-active-color-muted,html[dir=rtl] .btn.btn-active-color-muted:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-muted:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-muted:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-muted.active,html[dir=rtl] .btn.btn-active-color-muted.show,html[dir=rtl] .show>.btn.btn-active-color-muted{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-muted i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-muted i,html[dir=rtl] .btn.btn-active-color-muted:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-muted:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-muted:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-muted.active i,html[dir=rtl] .btn.btn-active-color-muted.show i,html[dir=rtl] .show>.btn.btn-active-color-muted i{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-muted.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-muted.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-muted.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-muted:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-muted:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-muted:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-muted.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-muted.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-muted.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn.btn-icon-muted i{color:#a1a5b7}html[dir=rtl] .btn.btn-icon-muted .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn.btn-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-muted.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-muted i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-muted i,html[dir=rtl] .btn.btn-active-icon-muted:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-muted:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-muted:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-muted.active i,html[dir=rtl] .btn.btn-active-icon-muted.show i,html[dir=rtl] .show>.btn.btn-active-icon-muted i{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-muted.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-muted.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-muted.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-muted:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-muted:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-muted:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-muted.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-muted.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-muted.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn.btn-text-muted{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-muted,html[dir=rtl] .btn-check:active+.btn.btn-active-text-muted,html[dir=rtl] .btn.btn-active-text-muted:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-muted:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-muted:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-muted.active,html[dir=rtl] .btn.btn-active-text-muted.show,html[dir=rtl] .show>.btn.btn-active-text-muted{color:#a1a5b7}html[dir=rtl] .btn.btn-color-gray-100,html[dir=rtl] .btn.btn-color-gray-100 i{color:#f5f8fa}html[dir=rtl] .btn.btn-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn.btn-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-100.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-100,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-100,html[dir=rtl] .btn.btn-active-color-gray-100:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-100:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-100:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-100.active,html[dir=rtl] .btn.btn-active-color-gray-100.show,html[dir=rtl] .show>.btn.btn-active-color-gray-100{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-100 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-100 i,html[dir=rtl] .btn.btn-active-color-gray-100:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-100:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-100:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-100.active i,html[dir=rtl] .btn.btn-active-color-gray-100.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-100 i{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-100.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-100.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-100.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-100:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-100:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-100:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-100.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-100.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-100.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn.btn-icon-gray-100 i{color:#f5f8fa}html[dir=rtl] .btn.btn-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn.btn-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-100.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-100 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-100 i,html[dir=rtl] .btn.btn-active-icon-gray-100:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-100:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-100:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-100.active i,html[dir=rtl] .btn.btn-active-icon-gray-100.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-100 i{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-100.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-100.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-100.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-100:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-100:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-100:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-100.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-100.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-100.dropdown-toggle:after{color:#f5f8fa}html[dir=rtl] .btn.btn-text-gray-100{color:#f5f8fa}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-100,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-100,html[dir=rtl] .btn.btn-active-text-gray-100:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-100:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-100:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-100.active,html[dir=rtl] .btn.btn-active-text-gray-100.show,html[dir=rtl] .show>.btn.btn-active-text-gray-100{color:#f5f8fa}html[dir=rtl] .btn.btn-color-gray-200,html[dir=rtl] .btn.btn-color-gray-200 i{color:#eff2f5}html[dir=rtl] .btn.btn-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .btn.btn-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-200.dropdown-toggle:after{color:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-200,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-200,html[dir=rtl] .btn.btn-active-color-gray-200:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-200:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-200:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-200.active,html[dir=rtl] .btn.btn-active-color-gray-200.show,html[dir=rtl] .show>.btn.btn-active-color-gray-200{color:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-200 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-200 i,html[dir=rtl] .btn.btn-active-color-gray-200:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-200:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-200:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-200.active i,html[dir=rtl] .btn.btn-active-color-gray-200.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-200 i{color:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-200.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-200.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-200.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-200:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-200:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-200:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-200.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-200.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-200.dropdown-toggle:after{color:#eff2f5}html[dir=rtl] .btn.btn-icon-gray-200 i{color:#eff2f5}html[dir=rtl] .btn.btn-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .btn.btn-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-200.dropdown-toggle:after{color:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-200 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-200 i,html[dir=rtl] .btn.btn-active-icon-gray-200:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-200:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-200:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-200.active i,html[dir=rtl] .btn.btn-active-icon-gray-200.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-200 i{color:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-200.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-200.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-200.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-200:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-200:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-200:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-200.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-200.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-200.dropdown-toggle:after{color:#eff2f5}html[dir=rtl] .btn.btn-text-gray-200{color:#eff2f5}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-200,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-200,html[dir=rtl] .btn.btn-active-text-gray-200:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-200:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-200:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-200.active,html[dir=rtl] .btn.btn-active-text-gray-200.show,html[dir=rtl] .show>.btn.btn-active-text-gray-200{color:#eff2f5}html[dir=rtl] .btn.btn-color-gray-300,html[dir=rtl] .btn.btn-color-gray-300 i{color:#e4e6ef}html[dir=rtl] .btn.btn-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn.btn-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-300.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-300,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-300,html[dir=rtl] .btn.btn-active-color-gray-300:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-300:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-300:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-300.active,html[dir=rtl] .btn.btn-active-color-gray-300.show,html[dir=rtl] .show>.btn.btn-active-color-gray-300{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-300 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-300 i,html[dir=rtl] .btn.btn-active-color-gray-300:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-300:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-300:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-300.active i,html[dir=rtl] .btn.btn-active-color-gray-300.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-300 i{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-300.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-300.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-300.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-300:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-300:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-300:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-300.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-300.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-300.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn.btn-icon-gray-300 i{color:#e4e6ef}html[dir=rtl] .btn.btn-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn.btn-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-300.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-300 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-300 i,html[dir=rtl] .btn.btn-active-icon-gray-300:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-300:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-300:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-300.active i,html[dir=rtl] .btn.btn-active-icon-gray-300.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-300 i{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-300.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-300.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-300.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-300:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-300:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-300:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-300.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-300.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-300.dropdown-toggle:after{color:#e4e6ef}html[dir=rtl] .btn.btn-text-gray-300{color:#e4e6ef}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-300,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-300,html[dir=rtl] .btn.btn-active-text-gray-300:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-300:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-300:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-300.active,html[dir=rtl] .btn.btn-active-text-gray-300.show,html[dir=rtl] .show>.btn.btn-active-text-gray-300{color:#e4e6ef}html[dir=rtl] .btn.btn-color-gray-400,html[dir=rtl] .btn.btn-color-gray-400 i{color:#b5b5c3}html[dir=rtl] .btn.btn-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .btn.btn-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-400.dropdown-toggle:after{color:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-400,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-400,html[dir=rtl] .btn.btn-active-color-gray-400:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-400:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-400:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-400.active,html[dir=rtl] .btn.btn-active-color-gray-400.show,html[dir=rtl] .show>.btn.btn-active-color-gray-400{color:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-400 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-400 i,html[dir=rtl] .btn.btn-active-color-gray-400:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-400:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-400:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-400.active i,html[dir=rtl] .btn.btn-active-color-gray-400.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-400 i{color:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-400.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-400.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-400.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-400:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-400:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-400:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-400.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-400.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-400.dropdown-toggle:after{color:#b5b5c3}html[dir=rtl] .btn.btn-icon-gray-400 i{color:#b5b5c3}html[dir=rtl] .btn.btn-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .btn.btn-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-400.dropdown-toggle:after{color:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-400 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-400 i,html[dir=rtl] .btn.btn-active-icon-gray-400:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-400:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-400:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-400.active i,html[dir=rtl] .btn.btn-active-icon-gray-400.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-400 i{color:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-400.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-400.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-400.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-400:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-400:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-400:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-400.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-400.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-400.dropdown-toggle:after{color:#b5b5c3}html[dir=rtl] .btn.btn-text-gray-400{color:#b5b5c3}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-400,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-400,html[dir=rtl] .btn.btn-active-text-gray-400:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-400:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-400:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-400.active,html[dir=rtl] .btn.btn-active-text-gray-400.show,html[dir=rtl] .show>.btn.btn-active-text-gray-400{color:#b5b5c3}html[dir=rtl] .btn.btn-color-gray-500,html[dir=rtl] .btn.btn-color-gray-500 i{color:#a1a5b7}html[dir=rtl] .btn.btn-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn.btn-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-500.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-500,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-500,html[dir=rtl] .btn.btn-active-color-gray-500:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-500:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-500:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-500.active,html[dir=rtl] .btn.btn-active-color-gray-500.show,html[dir=rtl] .show>.btn.btn-active-color-gray-500{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-500 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-500 i,html[dir=rtl] .btn.btn-active-color-gray-500:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-500:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-500:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-500.active i,html[dir=rtl] .btn.btn-active-color-gray-500.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-500 i{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-500.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-500.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-500.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-500:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-500:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-500:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-500.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-500.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-500.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn.btn-icon-gray-500 i{color:#a1a5b7}html[dir=rtl] .btn.btn-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn.btn-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-500.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-500 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-500 i,html[dir=rtl] .btn.btn-active-icon-gray-500:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-500:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-500:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-500.active i,html[dir=rtl] .btn.btn-active-icon-gray-500.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-500 i{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-500.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-500.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-500.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-500:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-500:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-500:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-500.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-500.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-500.dropdown-toggle:after{color:#a1a5b7}html[dir=rtl] .btn.btn-text-gray-500{color:#a1a5b7}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-500,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-500,html[dir=rtl] .btn.btn-active-text-gray-500:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-500:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-500:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-500.active,html[dir=rtl] .btn.btn-active-text-gray-500.show,html[dir=rtl] .show>.btn.btn-active-text-gray-500{color:#a1a5b7}html[dir=rtl] .btn.btn-color-gray-600,html[dir=rtl] .btn.btn-color-gray-600 i{color:#7e8299}html[dir=rtl] .btn.btn-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn.btn-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-600.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-600,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-600,html[dir=rtl] .btn.btn-active-color-gray-600:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-600:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-600:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-600.active,html[dir=rtl] .btn.btn-active-color-gray-600.show,html[dir=rtl] .show>.btn.btn-active-color-gray-600{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-600 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-600 i,html[dir=rtl] .btn.btn-active-color-gray-600:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-600:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-600:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-600.active i,html[dir=rtl] .btn.btn-active-color-gray-600.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-600 i{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-600.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-600.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-600.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-600:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-600:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-600:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-600.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-600.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-600.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn.btn-icon-gray-600 i{color:#7e8299}html[dir=rtl] .btn.btn-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn.btn-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-600.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-600 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-600 i,html[dir=rtl] .btn.btn-active-icon-gray-600:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-600:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-600:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-600.active i,html[dir=rtl] .btn.btn-active-icon-gray-600.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-600 i{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-600.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-600.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-600.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-600:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-600:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-600:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-600.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-600.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-600.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn.btn-text-gray-600{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-600,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-600,html[dir=rtl] .btn.btn-active-text-gray-600:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-600:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-600:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-600.active,html[dir=rtl] .btn.btn-active-text-gray-600.show,html[dir=rtl] .show>.btn.btn-active-text-gray-600{color:#7e8299}html[dir=rtl] .btn.btn-color-gray-700,html[dir=rtl] .btn.btn-color-gray-700 i{color:#5e6278}html[dir=rtl] .btn.btn-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .btn.btn-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-700.dropdown-toggle:after{color:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-700,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-700,html[dir=rtl] .btn.btn-active-color-gray-700:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-700:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-700:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-700.active,html[dir=rtl] .btn.btn-active-color-gray-700.show,html[dir=rtl] .show>.btn.btn-active-color-gray-700{color:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-700 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-700 i,html[dir=rtl] .btn.btn-active-color-gray-700:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-700:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-700:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-700.active i,html[dir=rtl] .btn.btn-active-color-gray-700.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-700 i{color:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-700.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-700.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-700.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-700:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-700:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-700:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-700.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-700.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-700.dropdown-toggle:after{color:#5e6278}html[dir=rtl] .btn.btn-icon-gray-700 i{color:#5e6278}html[dir=rtl] .btn.btn-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .btn.btn-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-700.dropdown-toggle:after{color:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-700 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-700 i,html[dir=rtl] .btn.btn-active-icon-gray-700:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-700:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-700:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-700.active i,html[dir=rtl] .btn.btn-active-icon-gray-700.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-700 i{color:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-700.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-700.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-700.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-700:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-700:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-700:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-700.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-700.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-700.dropdown-toggle:after{color:#5e6278}html[dir=rtl] .btn.btn-text-gray-700{color:#5e6278}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-700,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-700,html[dir=rtl] .btn.btn-active-text-gray-700:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-700:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-700:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-700.active,html[dir=rtl] .btn.btn-active-text-gray-700.show,html[dir=rtl] .show>.btn.btn-active-text-gray-700{color:#5e6278}html[dir=rtl] .btn.btn-color-gray-800,html[dir=rtl] .btn.btn-color-gray-800 i{color:#3f4254}html[dir=rtl] .btn.btn-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .btn.btn-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-800.dropdown-toggle:after{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-800,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-800,html[dir=rtl] .btn.btn-active-color-gray-800:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-800:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-800:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-800.active,html[dir=rtl] .btn.btn-active-color-gray-800.show,html[dir=rtl] .show>.btn.btn-active-color-gray-800{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-800 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-800 i,html[dir=rtl] .btn.btn-active-color-gray-800:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-800:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-800:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-800.active i,html[dir=rtl] .btn.btn-active-color-gray-800.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-800 i{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-800.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-800.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-800.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-800:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-800:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-800:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-800.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-800.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-800.dropdown-toggle:after{color:#3f4254}html[dir=rtl] .btn.btn-icon-gray-800 i{color:#3f4254}html[dir=rtl] .btn.btn-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .btn.btn-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-800.dropdown-toggle:after{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-800 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-800 i,html[dir=rtl] .btn.btn-active-icon-gray-800:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-800:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-800:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-800.active i,html[dir=rtl] .btn.btn-active-icon-gray-800.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-800 i{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-800.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-800.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-800.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-800:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-800:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-800:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-800.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-800.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-800.dropdown-toggle:after{color:#3f4254}html[dir=rtl] .btn.btn-text-gray-800{color:#3f4254}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-800,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-800,html[dir=rtl] .btn.btn-active-text-gray-800:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-800:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-800:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-800.active,html[dir=rtl] .btn.btn-active-text-gray-800.show,html[dir=rtl] .show>.btn.btn-active-text-gray-800{color:#3f4254}html[dir=rtl] .btn.btn-color-gray-900,html[dir=rtl] .btn.btn-color-gray-900 i{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn.btn-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-color-gray-900.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-900,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-900,html[dir=rtl] .btn.btn-active-color-gray-900:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-900:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-900:active:not(.btn-active),html[dir=rtl] .btn.btn-active-color-gray-900.active,html[dir=rtl] .btn.btn-active-color-gray-900.show,html[dir=rtl] .show>.btn.btn-active-color-gray-900{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-900 i,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-900 i,html[dir=rtl] .btn.btn-active-color-gray-900:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-900:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-900:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-color-gray-900.active i,html[dir=rtl] .btn.btn-active-color-gray-900.show i,html[dir=rtl] .show>.btn.btn-active-color-gray-900 i{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-color-gray-900.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-color-gray-900.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-color-gray-900.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-900:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-900:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-900:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-900.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-color-gray-900.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-color-gray-900.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-icon-gray-900 i{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn.btn-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-icon-gray-900.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-900 i,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-900 i,html[dir=rtl] .btn.btn-active-icon-gray-900:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-900:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-900:active:not(.btn-active) i,html[dir=rtl] .btn.btn-active-icon-gray-900.active i,html[dir=rtl] .btn.btn-active-icon-gray-900.show i,html[dir=rtl] .show>.btn.btn-active-icon-gray-900 i{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-active-icon-gray-900.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-active-icon-gray-900.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-active-icon-gray-900.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-900:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-900:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-900:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-900.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-active-icon-gray-900.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-active-icon-gray-900.dropdown-toggle:after{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-text-gray-900{color:var(--bs-gray-900)}html[dir=rtl] .btn-check:checked+.btn.btn-active-text-gray-900,html[dir=rtl] .btn-check:active+.btn.btn-active-text-gray-900,html[dir=rtl] .btn.btn-active-text-gray-900:focus:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-900:hover:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-900:active:not(.btn-active),html[dir=rtl] .btn.btn-active-text-gray-900.active,html[dir=rtl] .btn.btn-active-text-gray-900.show,html[dir=rtl] .show>.btn.btn-active-text-gray-900{color:var(--bs-gray-900)}html[dir=rtl] .btn.btn-facebook{color:#fff;border-color:#3b5998;background-color:#3b5998}html[dir=rtl] .btn.btn-facebook i{color:#fff}html[dir=rtl] .btn.btn-facebook .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-facebook.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-facebook,html[dir=rtl] .btn-check:active+.btn.btn-facebook,html[dir=rtl] .btn.btn-facebook:focus:not(.btn-active),html[dir=rtl] .btn.btn-facebook:hover:not(.btn-active),html[dir=rtl] .btn.btn-facebook:active:not(.btn-active),html[dir=rtl] .btn.btn-facebook.active,html[dir=rtl] .btn.btn-facebook.show,html[dir=rtl] .show>.btn.btn-facebook{border-color:#30497c;background-color:#30497c!important}html[dir=rtl] .btn.btn-light-facebook{color:#3b5998;border-color:#3b59981a;background-color:#3b59981a}html[dir=rtl] .btn.btn-light-facebook i{color:#3b5998}html[dir=rtl] .btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3b5998}html[dir=rtl] .btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-facebook.dropdown-toggle:after{color:#3b5998}html[dir=rtl] .btn-check:checked+.btn.btn-light-facebook,html[dir=rtl] .btn-check:active+.btn.btn-light-facebook,html[dir=rtl] .btn.btn-light-facebook:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-facebook:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-facebook:active:not(.btn-active),html[dir=rtl] .btn.btn-light-facebook.active,html[dir=rtl] .btn.btn-light-facebook.show,html[dir=rtl] .show>.btn.btn-light-facebook{color:#fff;border-color:#3b5998;background-color:#3b5998!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-facebook i,html[dir=rtl] .btn-check:active+.btn.btn-light-facebook i,html[dir=rtl] .btn.btn-light-facebook:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-facebook:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-facebook:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-facebook.active i,html[dir=rtl] .btn.btn-light-facebook.show i,html[dir=rtl] .show>.btn.btn-light-facebook i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-facebook.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-facebook.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-facebook.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-facebook:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-facebook:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-facebook:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-facebook.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-facebook.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-facebook.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-google{color:#fff;border-color:#dd4b39;background-color:#dd4b39}html[dir=rtl] .btn.btn-google i{color:#fff}html[dir=rtl] .btn.btn-google .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-google .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-google.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-google,html[dir=rtl] .btn-check:active+.btn.btn-google,html[dir=rtl] .btn.btn-google:focus:not(.btn-active),html[dir=rtl] .btn.btn-google:hover:not(.btn-active),html[dir=rtl] .btn.btn-google:active:not(.btn-active),html[dir=rtl] .btn.btn-google.active,html[dir=rtl] .btn.btn-google.show,html[dir=rtl] .show>.btn.btn-google{border-color:#cd3623;background-color:#cd3623!important}html[dir=rtl] .btn.btn-light-google{color:#dd4b39;border-color:#dd4b391a;background-color:#dd4b391a}html[dir=rtl] .btn.btn-light-google i{color:#dd4b39}html[dir=rtl] .btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#dd4b39}html[dir=rtl] .btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-google.dropdown-toggle:after{color:#dd4b39}html[dir=rtl] .btn-check:checked+.btn.btn-light-google,html[dir=rtl] .btn-check:active+.btn.btn-light-google,html[dir=rtl] .btn.btn-light-google:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-google:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-google:active:not(.btn-active),html[dir=rtl] .btn.btn-light-google.active,html[dir=rtl] .btn.btn-light-google.show,html[dir=rtl] .show>.btn.btn-light-google{color:#fff;border-color:#dd4b39;background-color:#dd4b39!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-google i,html[dir=rtl] .btn-check:active+.btn.btn-light-google i,html[dir=rtl] .btn.btn-light-google:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-google:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-google:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-google.active i,html[dir=rtl] .btn.btn-light-google.show i,html[dir=rtl] .show>.btn.btn-light-google i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-google.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-google.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-google.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-google:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-google:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-google:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-google.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-google.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-google.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-twitter{color:#fff;border-color:#1da1f2;background-color:#1da1f2}html[dir=rtl] .btn.btn-twitter i{color:#fff}html[dir=rtl] .btn.btn-twitter .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-twitter.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-twitter,html[dir=rtl] .btn-check:active+.btn.btn-twitter,html[dir=rtl] .btn.btn-twitter:focus:not(.btn-active),html[dir=rtl] .btn.btn-twitter:hover:not(.btn-active),html[dir=rtl] .btn.btn-twitter:active:not(.btn-active),html[dir=rtl] .btn.btn-twitter.active,html[dir=rtl] .btn.btn-twitter.show,html[dir=rtl] .show>.btn.btn-twitter{border-color:#0d8ddc;background-color:#0d8ddc!important}html[dir=rtl] .btn.btn-light-twitter{color:#1da1f2;border-color:#1da1f21a;background-color:#1da1f21a}html[dir=rtl] .btn.btn-light-twitter i{color:#1da1f2}html[dir=rtl] .btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#1da1f2}html[dir=rtl] .btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-twitter.dropdown-toggle:after{color:#1da1f2}html[dir=rtl] .btn-check:checked+.btn.btn-light-twitter,html[dir=rtl] .btn-check:active+.btn.btn-light-twitter,html[dir=rtl] .btn.btn-light-twitter:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-twitter:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-twitter:active:not(.btn-active),html[dir=rtl] .btn.btn-light-twitter.active,html[dir=rtl] .btn.btn-light-twitter.show,html[dir=rtl] .show>.btn.btn-light-twitter{color:#fff;border-color:#1da1f2;background-color:#1da1f2!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-twitter i,html[dir=rtl] .btn-check:active+.btn.btn-light-twitter i,html[dir=rtl] .btn.btn-light-twitter:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-twitter:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-twitter:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-twitter.active i,html[dir=rtl] .btn.btn-light-twitter.show i,html[dir=rtl] .show>.btn.btn-light-twitter i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-twitter.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-twitter.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-twitter.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-twitter:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-twitter:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-twitter:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-twitter.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-twitter.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-twitter.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-instagram{color:#fff;border-color:#e1306c;background-color:#e1306c}html[dir=rtl] .btn.btn-instagram i{color:#fff}html[dir=rtl] .btn.btn-instagram .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-instagram.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-instagram,html[dir=rtl] .btn-check:active+.btn.btn-instagram,html[dir=rtl] .btn.btn-instagram:focus:not(.btn-active),html[dir=rtl] .btn.btn-instagram:hover:not(.btn-active),html[dir=rtl] .btn.btn-instagram:active:not(.btn-active),html[dir=rtl] .btn.btn-instagram.active,html[dir=rtl] .btn.btn-instagram.show,html[dir=rtl] .show>.btn.btn-instagram{border-color:#cd1e59;background-color:#cd1e59!important}html[dir=rtl] .btn.btn-light-instagram{color:#e1306c;border-color:#e1306c1a;background-color:#e1306c1a}html[dir=rtl] .btn.btn-light-instagram i{color:#e1306c}html[dir=rtl] .btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e1306c}html[dir=rtl] .btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-instagram.dropdown-toggle:after{color:#e1306c}html[dir=rtl] .btn-check:checked+.btn.btn-light-instagram,html[dir=rtl] .btn-check:active+.btn.btn-light-instagram,html[dir=rtl] .btn.btn-light-instagram:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-instagram:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-instagram:active:not(.btn-active),html[dir=rtl] .btn.btn-light-instagram.active,html[dir=rtl] .btn.btn-light-instagram.show,html[dir=rtl] .show>.btn.btn-light-instagram{color:#fff;border-color:#e1306c;background-color:#e1306c!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-instagram i,html[dir=rtl] .btn-check:active+.btn.btn-light-instagram i,html[dir=rtl] .btn.btn-light-instagram:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-instagram:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-instagram:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-instagram.active i,html[dir=rtl] .btn.btn-light-instagram.show i,html[dir=rtl] .show>.btn.btn-light-instagram i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-instagram.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-instagram.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-instagram.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-instagram:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-instagram:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-instagram:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-instagram.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-instagram.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-instagram.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-youtube{color:#fff;border-color:red;background-color:red}html[dir=rtl] .btn.btn-youtube i{color:#fff}html[dir=rtl] .btn.btn-youtube .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-youtube.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-youtube,html[dir=rtl] .btn-check:active+.btn.btn-youtube,html[dir=rtl] .btn.btn-youtube:focus:not(.btn-active),html[dir=rtl] .btn.btn-youtube:hover:not(.btn-active),html[dir=rtl] .btn.btn-youtube:active:not(.btn-active),html[dir=rtl] .btn.btn-youtube.active,html[dir=rtl] .btn.btn-youtube.show,html[dir=rtl] .show>.btn.btn-youtube{border-color:#d90000;background-color:#d90000!important}html[dir=rtl] .btn.btn-light-youtube{color:red;border-color:#ff00001a;background-color:#ff00001a}html[dir=rtl] .btn.btn-light-youtube i{color:red}html[dir=rtl] .btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:red}html[dir=rtl] .btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-youtube.dropdown-toggle:after{color:red}html[dir=rtl] .btn-check:checked+.btn.btn-light-youtube,html[dir=rtl] .btn-check:active+.btn.btn-light-youtube,html[dir=rtl] .btn.btn-light-youtube:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-youtube:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-youtube:active:not(.btn-active),html[dir=rtl] .btn.btn-light-youtube.active,html[dir=rtl] .btn.btn-light-youtube.show,html[dir=rtl] .show>.btn.btn-light-youtube{color:#fff;border-color:red;background-color:red!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-youtube i,html[dir=rtl] .btn-check:active+.btn.btn-light-youtube i,html[dir=rtl] .btn.btn-light-youtube:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-youtube:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-youtube:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-youtube.active i,html[dir=rtl] .btn.btn-light-youtube.show i,html[dir=rtl] .show>.btn.btn-light-youtube i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-youtube.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-youtube.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-youtube.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-youtube:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-youtube:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-youtube:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-youtube.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-youtube.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-youtube.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-linkedin{color:#fff;border-color:#0077b5;background-color:#0077b5}html[dir=rtl] .btn.btn-linkedin i{color:#fff}html[dir=rtl] .btn.btn-linkedin .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn.btn-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-linkedin.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-linkedin,html[dir=rtl] .btn-check:active+.btn.btn-linkedin,html[dir=rtl] .btn.btn-linkedin:focus:not(.btn-active),html[dir=rtl] .btn.btn-linkedin:hover:not(.btn-active),html[dir=rtl] .btn.btn-linkedin:active:not(.btn-active),html[dir=rtl] .btn.btn-linkedin.active,html[dir=rtl] .btn.btn-linkedin.show,html[dir=rtl] .show>.btn.btn-linkedin{border-color:#005e8f;background-color:#005e8f!important}html[dir=rtl] .btn.btn-light-linkedin{color:#0077b5;border-color:#0077b51a;background-color:#0077b51a}html[dir=rtl] .btn.btn-light-linkedin i{color:#0077b5}html[dir=rtl] .btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#0077b5}html[dir=rtl] .btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-light-linkedin.dropdown-toggle:after{color:#0077b5}html[dir=rtl] .btn-check:checked+.btn.btn-light-linkedin,html[dir=rtl] .btn-check:active+.btn.btn-light-linkedin,html[dir=rtl] .btn.btn-light-linkedin:focus:not(.btn-active),html[dir=rtl] .btn.btn-light-linkedin:hover:not(.btn-active),html[dir=rtl] .btn.btn-light-linkedin:active:not(.btn-active),html[dir=rtl] .btn.btn-light-linkedin.active,html[dir=rtl] .btn.btn-light-linkedin.show,html[dir=rtl] .show>.btn.btn-light-linkedin{color:#fff;border-color:#0077b5;background-color:#0077b5!important}html[dir=rtl] .btn-check:checked+.btn.btn-light-linkedin i,html[dir=rtl] .btn-check:active+.btn.btn-light-linkedin i,html[dir=rtl] .btn.btn-light-linkedin:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-light-linkedin:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-light-linkedin:active:not(.btn-active) i,html[dir=rtl] .btn.btn-light-linkedin.active i,html[dir=rtl] .btn.btn-light-linkedin.show i,html[dir=rtl] .show>.btn.btn-light-linkedin i{color:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .btn-check:checked+.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-light-linkedin.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-light-linkedin.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-light-linkedin.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-linkedin:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-linkedin:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-linkedin:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-light-linkedin.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-light-linkedin.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-light-linkedin.dropdown-toggle:after{color:#fff}html[dir=rtl] .btn.btn-outline.btn-outline-dashed{border-width:1px;border-style:dashed}html[dir=rtl] .btn-check:checked+.btn.btn-outline.btn-outline-dashed,html[dir=rtl] .btn-check:active+.btn.btn-outline.btn-outline-dashed,html[dir=rtl] .btn.btn-outline.btn-outline-dashed:focus:not(.btn-active),html[dir=rtl] .btn.btn-outline.btn-outline-dashed:hover:not(.btn-active),html[dir=rtl] .btn.btn-outline.btn-outline-dashed:active:not(.btn-active),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.active,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.show,html[dir=rtl] .show>.btn.btn-outline.btn-outline-dashed{border-color:var(--bs-primary)}html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default{border-width:1px;border-style:dashed;color:#7e8299;border-color:#e4e6ef}html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default i{color:#7e8299}html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after{color:#7e8299}html[dir=rtl] .btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default,html[dir=rtl] .btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.active,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.show,html[dir=rtl] .show>.btn.btn-outline.btn-outline-dashed.btn-outline-default{color:var(--bs-primary);border-color:var(--bs-primary);background-color:var(--bs-light-primary)!important}html[dir=rtl] .btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default i,html[dir=rtl] .btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default i,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) i,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) i,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) i,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.active i,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.show i,html[dir=rtl] .show>.btn.btn-outline.btn-outline-dashed.btn-outline-default i{color:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.active .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.show .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.active .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.show .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .show>.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,html[dir=rtl] .btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active).dropdown-toggle:after,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.active.dropdown-toggle:after,html[dir=rtl] .btn.btn-outline.btn-outline-dashed.btn-outline-default.show.dropdown-toggle:after,html[dir=rtl] .show>.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after{color:var(--bs-primary)}html[dir=rtl] code:not([class*=language-]){font-weight:400;color:#b93993;line-height:inherit;font-size:inherit;background-color:#f1f3f8;padding:.1rem .4rem;margin:0 .5rem;box-shadow:0 3px 9px #00000014;border-radius:.3rem}html[dir=rtl] .form-control{box-shadow:none!important}html[dir=rtl] .dropdown.show>.form-control{color:var(--bs-gray-900);background-color:#fff;border-color:#b5b5c3}html[dir=rtl] .form-control[readonly]{background-color:#fff}html[dir=rtl] .form-control.form-control-solid{background-color:#f5f8fa;border-color:#f5f8fa;color:#5e6278;transition:color .2s ease,background-color .2s ease}html[dir=rtl] .form-control.form-control-solid::placeholder{color:#a1a5b7}html[dir=rtl] .form-control.form-control-solid::-moz-placeholder{color:#a1a5b7;opacity:1}html[dir=rtl] .dropdown.show>.form-control.form-control-solid,html[dir=rtl] .form-control.form-control-solid:active,html[dir=rtl] .form-control.form-control-solid.active,html[dir=rtl] .form-control.form-control-solid:focus,html[dir=rtl] .form-control.form-control-solid.focus{background-color:#eef3f7;border-color:#eef3f7;color:#5e6278;transition:color .2s ease,background-color .2s ease}html[dir=rtl] .form-control.form-control-white{background-color:#fff;border-color:#fff}html[dir=rtl] .dropdown.show>.form-control.form-control-white,html[dir=rtl] .form-control.form-control-white:active,html[dir=rtl] .form-control.form-control-white.active,html[dir=rtl] .form-control.form-control-white:focus,html[dir=rtl] .form-control.form-control-white.focus{background-color:#fff;border-color:#fff}html[dir=rtl] .form-control.form-control-flush{border:0;background-color:transparent;outline:none!important;box-shadow:none;border-radius:0}html[dir=rtl] .placeholder-gray-500::placeholder{color:#a1a5b7}html[dir=rtl] .placeholder-white::placeholder{color:#fff}html[dir=rtl] .placeholder-white::-moz-placeholder{color:#fff;opacity:1}html[dir=rtl] .resize-none{resize:none}html[dir=rtl] .form-select{box-shadow:none!important}html[dir=rtl] .form-select.form-select-solid{background-color:#f5f8fa;border-color:#f5f8fa;color:#5e6278;transition:color .2s ease,background-color .2s ease}html[dir=rtl] .form-select.form-select-solid::placeholder{color:#a1a5b7}html[dir=rtl] .form-select.form-select-solid::-moz-placeholder{color:#a1a5b7;opacity:1}html[dir=rtl] .dropdown.show>.form-select.form-select-solid,html[dir=rtl] .form-select.form-select-solid:active,html[dir=rtl] .form-select.form-select-solid.active,html[dir=rtl] .form-select.form-select-solid:focus,html[dir=rtl] .form-select.form-select-solid.focus{background-color:#eef3f7;border-color:#eef3f7!important;color:#5e6278;transition:color .2s ease,background-color .2s ease}html[dir=rtl] .form-select.form-select-white{background-color:#fff;border-color:#fff;color:var(--bs-gray-900)}html[dir=rtl] .form-select.form-select-white::placeholder{color:#a1a5b7}html[dir=rtl] .form-select.form-select-white::-moz-placeholder{color:#a1a5b7;opacity:1}html[dir=rtl] .dropdown.show>.form-select.form-select-white,html[dir=rtl] .form-select.form-select-white:active,html[dir=rtl] .form-select.form-select-white.active,html[dir=rtl] .form-select.form-select-white:focus,html[dir=rtl] .form-select.form-select-white.focus{background-color:#fff;border-color:#fff!important;color:var(--bs-gray-900)}html[dir=rtl] .form-check .form-check-label{cursor:pointer}html[dir=rtl] .form-check .form-check-input{cursor:pointer;-webkit-appearance:none;appearance:none}html[dir=rtl] .form-check.form-check-custom{display:flex;align-items:center;padding-right:0;margin:0}html[dir=rtl] .form-check.form-check-custom .form-check-input{margin:0;float:none;flex-shrink:0}html[dir=rtl] .form-check.form-check-custom .form-check-label{margin-right:.55rem}html[dir=rtl] .form-check:not(.form-switch) .form-check-input[type=checkbox]{background-size:60% 60%}html[dir=rtl] .form-check.form-check-solid .form-check-input{border:0;background-color:#eff2f5}html[dir=rtl] .form-check.form-check-solid .form-check-input:active,html[dir=rtl] .form-check.form-check-solid .form-check-input:focus{filter:none;background-color:#eff2f5}html[dir=rtl] .form-check.form-check-solid .form-check-input:checked{background-color:var(--bs-primary)}html[dir=rtl] .form-check.form-check-success .form-check-input:checked{background-color:#50cd89}html[dir=rtl] .form-check.form-check-danger .form-check-input:checked{background-color:#f1416c}html[dir=rtl] .form-check.form-check-warning .form-check-input:checked{background-color:#ffc700}html[dir=rtl] .form-check.form-check-custom.form-check-sm .form-check-input{height:1.5rem;width:1.5rem}html[dir=rtl] .form-check.form-check-custom.form-check-lg .form-check-input{height:2.25rem;width:2.25rem}html[dir=rtl] .form-switch.form-check-solid .form-check-input{height:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");border-radius:3.25rem}html[dir=rtl] .form-switch.form-check-solid .form-check-input:checked{filter:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")}html[dir=rtl] .form-switch.form-check-solid.form-switch-sm .form-check-input{height:1.5rem;width:2.5rem}html[dir=rtl] .form-switch.form-check-solid.form-switch-lg .form-check-input{height:2.75rem;width:3.75rem}html[dir=rtl] .input-group.input-group-solid{background-color:#f5f8fa;border-color:#f5f8fa;border-radius:.475rem}html[dir=rtl] .input-group.input-group-solid.input-group-sm,html[dir=rtl] .input-group.input-group-solid.input-group-lg{border-radius:.475rem}html[dir=rtl] .input-group.input-group-solid .input-group-text{background-color:transparent;border-color:transparent}html[dir=rtl] .input-group.input-group-solid .input-group-text+.form-control{border-right-color:#e4e6ef}html[dir=rtl] .input-group.input-group-solid .form-control{background-color:transparent;border-color:transparent}html[dir=rtl] .input-group.input-group-solid .form-control+.input-group-text{border-right-color:#e4e6ef}html[dir=rtl] .required:after{content:"*";position:relative;font-size:inherit;color:#f1416c;padding-right:.25rem;font-weight:700}html[dir=rtl] .modal .modal-header{align-items:center;justify-content:space-between;border-top-right-radius:.475rem;border-top-left-radius:.475rem}html[dir=rtl] .modal .modal-header h1,html[dir=rtl] .modal .modal-header .h1,html[dir=rtl] .modal .modal-header h2,html[dir=rtl] .modal .modal-header .h2,html[dir=rtl] .modal .modal-header h3,html[dir=rtl] .modal .modal-header .h3,html[dir=rtl] .modal .modal-header h4,html[dir=rtl] .modal .modal-header .h4,html[dir=rtl] .modal .modal-header h5,html[dir=rtl] .modal .modal-header .h5,html[dir=rtl] .modal .modal-header h6,html[dir=rtl] .modal .modal-header .h6{margin-bottom:0}html[dir=rtl] .modal .modal-dialog{outline:none!important}html[dir=rtl] .modal.modal-sticky.modal-sticky-bottom-end{padding:0!important;max-width:500px;height:auto;position:fixed;inset:auto auto 25px 25px;margin:0;box-shadow:0 0 60px -15px #0003;border-radius:.475rem}html[dir=rtl] .modal.modal-sticky.modal-sticky-bottom-end .modal-dialog{position:static;max-width:500px;width:auto;margin:0;border-radius:.475rem}html[dir=rtl] .modal.modal-sticky.modal-sticky-bottom-end .modal-dialog .modal-content{border:0;border-radius:.475rem}html[dir=rtl] .modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg,html[dir=rtl] .modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg .modal-dialog{max-width:600px}@media (max-width: 767.98px){html[dir=rtl] .modal.modal-sticky.modal-sticky-bottom-end{bottom:10px;left:10px;right:10px;width:auto}}html[dir=rtl] .progress-vertical{display:flex;align-items:stretch;justify-content:space-between}html[dir=rtl] .progress-vertical .progress{height:100%;border-radius:.475rem;display:flex;align-items:flex-end;margin-left:1rem}html[dir=rtl] .progress-vertical .progress:last-child{margin-left:0}html[dir=rtl] .progress-vertical .progress .progress-bar{width:8px;border-radius:.475rem}html[dir=rtl] .table{width:100%}html[dir=rtl] .table>:not(:first-child){border-color:transparent;border-width:0;border-style:none}html[dir=rtl] .table>:not(:last-child)>:last-child>*{border-bottom-color:inherit}html[dir=rtl] .table tr,html[dir=rtl] .table th,html[dir=rtl] .table td{border-color:inherit;border-width:inherit;border-style:inherit;text-transform:inherit;font-weight:inherit;font-size:inherit;color:inherit;height:inherit;min-height:inherit}html[dir=rtl] .table tr:first-child,html[dir=rtl] .table th:first-child,html[dir=rtl] .table td:first-child{padding-right:0}html[dir=rtl] .table tr:last-child,html[dir=rtl] .table th:last-child,html[dir=rtl] .table td:last-child{padding-left:0}html[dir=rtl] .table tfoot tr:last-child,html[dir=rtl] .table tbody tr:last-child{border-bottom:0!important}html[dir=rtl] .table tfoot tr:last-child th,html[dir=rtl] .table tfoot tr:last-child td,html[dir=rtl] .table tbody tr:last-child th,html[dir=rtl] .table tbody tr:last-child td{border-bottom:0!important}html[dir=rtl] .table tfoot th,html[dir=rtl] .table tfoot td{border-top:inherit}html[dir=rtl] .table.table-rounded{border-radius:.475rem;border-spacing:0;border-collapse:separate}html[dir=rtl] .table.table-flush tr,html[dir=rtl] .table.table-flush th,html[dir=rtl] .table.table-flush td{padding:inherit}html[dir=rtl] .table.table-row-bordered tr{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#eff2f5}html[dir=rtl] .table.table-row-bordered tfoot th,html[dir=rtl] .table.table-row-bordered tfoot td{border-top-width:1px!important}html[dir=rtl] .table.table-row-dashed tr{border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#eff2f5}html[dir=rtl] .table.table-row-dashed tfoot th,html[dir=rtl] .table.table-row-dashed tfoot td{border-top-width:1px!important}html[dir=rtl] .table.table-row-gray-100 tr{border-bottom-color:#f5f8fa}html[dir=rtl] .table.table-row-gray-200 tr{border-bottom-color:#eff2f5}html[dir=rtl] .table.table-row-gray-300 tr{border-bottom-color:#e4e6ef}html[dir=rtl] .table.table-row-gray-400 tr{border-bottom-color:#b5b5c3}html[dir=rtl] .table.table-row-gray-500 tr{border-bottom-color:#a1a5b7}html[dir=rtl] .table.table-row-gray-600 tr{border-bottom-color:#7e8299}html[dir=rtl] .table.table-row-gray-700 tr{border-bottom-color:#5e6278}html[dir=rtl] .table.table-row-gray-800 tr{border-bottom-color:#3f4254}html[dir=rtl] .table.table-row-gray-900 tr{border-bottom-color:var(--bs-gray-900)}html[dir=rtl] .table.g-0 th,html[dir=rtl] .table.g-0 td{padding:0rem}html[dir=rtl] .table.gy-0 th,html[dir=rtl] .table.gy-0 td{padding-top:0rem;padding-bottom:0rem}html[dir=rtl] .table.gx-0 th,html[dir=rtl] .table.gx-0 td{padding-right:0rem;padding-left:0rem}html[dir=rtl] .table.gs-0 th:first-child,html[dir=rtl] .table.gs-0 td:first-child{padding-right:0rem}html[dir=rtl] .table.gs-0 th:last-child,html[dir=rtl] .table.gs-0 td:last-child{padding-left:0rem}html[dir=rtl] .table.g-1 th,html[dir=rtl] .table.g-1 td{padding:.25rem}html[dir=rtl] .table.gy-1 th,html[dir=rtl] .table.gy-1 td{padding-top:.25rem;padding-bottom:.25rem}html[dir=rtl] .table.gx-1 th,html[dir=rtl] .table.gx-1 td{padding-right:.25rem;padding-left:.25rem}html[dir=rtl] .table.gs-1 th:first-child,html[dir=rtl] .table.gs-1 td:first-child{padding-right:.25rem}html[dir=rtl] .table.gs-1 th:last-child,html[dir=rtl] .table.gs-1 td:last-child{padding-left:.25rem}html[dir=rtl] .table.g-2 th,html[dir=rtl] .table.g-2 td{padding:.5rem}html[dir=rtl] .table.gy-2 th,html[dir=rtl] .table.gy-2 td{padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .table.gx-2 th,html[dir=rtl] .table.gx-2 td{padding-right:.5rem;padding-left:.5rem}html[dir=rtl] .table.gs-2 th:first-child,html[dir=rtl] .table.gs-2 td:first-child{padding-right:.5rem}html[dir=rtl] .table.gs-2 th:last-child,html[dir=rtl] .table.gs-2 td:last-child{padding-left:.5rem}html[dir=rtl] .table.g-3 th,html[dir=rtl] .table.g-3 td{padding:.75rem}html[dir=rtl] .table.gy-3 th,html[dir=rtl] .table.gy-3 td{padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .table.gx-3 th,html[dir=rtl] .table.gx-3 td{padding-right:.75rem;padding-left:.75rem}html[dir=rtl] .table.gs-3 th:first-child,html[dir=rtl] .table.gs-3 td:first-child{padding-right:.75rem}html[dir=rtl] .table.gs-3 th:last-child,html[dir=rtl] .table.gs-3 td:last-child{padding-left:.75rem}html[dir=rtl] .table.g-4 th,html[dir=rtl] .table.g-4 td{padding:1rem}html[dir=rtl] .table.gy-4 th,html[dir=rtl] .table.gy-4 td{padding-top:1rem;padding-bottom:1rem}html[dir=rtl] .table.gx-4 th,html[dir=rtl] .table.gx-4 td{padding-right:1rem;padding-left:1rem}html[dir=rtl] .table.gs-4 th:first-child,html[dir=rtl] .table.gs-4 td:first-child{padding-right:1rem}html[dir=rtl] .table.gs-4 th:last-child,html[dir=rtl] .table.gs-4 td:last-child{padding-left:1rem}html[dir=rtl] .table.g-5 th,html[dir=rtl] .table.g-5 td{padding:1.25rem}html[dir=rtl] .table.gy-5 th,html[dir=rtl] .table.gy-5 td{padding-top:1.25rem;padding-bottom:1.25rem}html[dir=rtl] .table.gx-5 th,html[dir=rtl] .table.gx-5 td{padding-right:1.25rem;padding-left:1.25rem}html[dir=rtl] .table.gs-5 th:first-child,html[dir=rtl] .table.gs-5 td:first-child{padding-right:1.25rem}html[dir=rtl] .table.gs-5 th:last-child,html[dir=rtl] .table.gs-5 td:last-child{padding-left:1.25rem}html[dir=rtl] .table.g-6 th,html[dir=rtl] .table.g-6 td{padding:1.5rem}html[dir=rtl] .table.gy-6 th,html[dir=rtl] .table.gy-6 td{padding-top:1.5rem;padding-bottom:1.5rem}html[dir=rtl] .table.gx-6 th,html[dir=rtl] .table.gx-6 td{padding-right:1.5rem;padding-left:1.5rem}html[dir=rtl] .table.gs-6 th:first-child,html[dir=rtl] .table.gs-6 td:first-child{padding-right:1.5rem}html[dir=rtl] .table.gs-6 th:last-child,html[dir=rtl] .table.gs-6 td:last-child{padding-left:1.5rem}html[dir=rtl] .table.g-7 th,html[dir=rtl] .table.g-7 td{padding:1.75rem}html[dir=rtl] .table.gy-7 th,html[dir=rtl] .table.gy-7 td{padding-top:1.75rem;padding-bottom:1.75rem}html[dir=rtl] .table.gx-7 th,html[dir=rtl] .table.gx-7 td{padding-right:1.75rem;padding-left:1.75rem}html[dir=rtl] .table.gs-7 th:first-child,html[dir=rtl] .table.gs-7 td:first-child{padding-right:1.75rem}html[dir=rtl] .table.gs-7 th:last-child,html[dir=rtl] .table.gs-7 td:last-child{padding-left:1.75rem}html[dir=rtl] .table.g-8 th,html[dir=rtl] .table.g-8 td{padding:2rem}html[dir=rtl] .table.gy-8 th,html[dir=rtl] .table.gy-8 td{padding-top:2rem;padding-bottom:2rem}html[dir=rtl] .table.gx-8 th,html[dir=rtl] .table.gx-8 td{padding-right:2rem;padding-left:2rem}html[dir=rtl] .table.gs-8 th:first-child,html[dir=rtl] .table.gs-8 td:first-child{padding-right:2rem}html[dir=rtl] .table.gs-8 th:last-child,html[dir=rtl] .table.gs-8 td:last-child{padding-left:2rem}html[dir=rtl] .table.g-9 th,html[dir=rtl] .table.g-9 td{padding:2.25rem}html[dir=rtl] .table.gy-9 th,html[dir=rtl] .table.gy-9 td{padding-top:2.25rem;padding-bottom:2.25rem}html[dir=rtl] .table.gx-9 th,html[dir=rtl] .table.gx-9 td{padding-right:2.25rem;padding-left:2.25rem}html[dir=rtl] .table.gs-9 th:first-child,html[dir=rtl] .table.gs-9 td:first-child{padding-right:2.25rem}html[dir=rtl] .table.gs-9 th:last-child,html[dir=rtl] .table.gs-9 td:last-child{padding-left:2.25rem}html[dir=rtl] .table.g-10 th,html[dir=rtl] .table.g-10 td{padding:2.5rem}html[dir=rtl] .table.gy-10 th,html[dir=rtl] .table.gy-10 td{padding-top:2.5rem;padding-bottom:2.5rem}html[dir=rtl] .table.gx-10 th,html[dir=rtl] .table.gx-10 td{padding-right:2.5rem;padding-left:2.5rem}html[dir=rtl] .table.gs-10 th:first-child,html[dir=rtl] .table.gs-10 td:first-child{padding-right:2.5rem}html[dir=rtl] .table.gs-10 th:last-child,html[dir=rtl] .table.gs-10 td:last-child{padding-left:2.5rem}@media (min-width: 576px){html[dir=rtl] .table.g-sm-0 th,html[dir=rtl] .table.g-sm-0 td{padding:0rem}html[dir=rtl] .table.gy-sm-0 th,html[dir=rtl] .table.gy-sm-0 td{padding-top:0rem;padding-bottom:0rem}html[dir=rtl] .table.gx-sm-0 th,html[dir=rtl] .table.gx-sm-0 td{padding-right:0rem;padding-left:0rem}html[dir=rtl] .table.gs-sm-0 th:first-child,html[dir=rtl] .table.gs-sm-0 td:first-child{padding-right:0rem}html[dir=rtl] .table.gs-sm-0 th:last-child,html[dir=rtl] .table.gs-sm-0 td:last-child{padding-left:0rem}html[dir=rtl] .table.g-sm-1 th,html[dir=rtl] .table.g-sm-1 td{padding:.25rem}html[dir=rtl] .table.gy-sm-1 th,html[dir=rtl] .table.gy-sm-1 td{padding-top:.25rem;padding-bottom:.25rem}html[dir=rtl] .table.gx-sm-1 th,html[dir=rtl] .table.gx-sm-1 td{padding-right:.25rem;padding-left:.25rem}html[dir=rtl] .table.gs-sm-1 th:first-child,html[dir=rtl] .table.gs-sm-1 td:first-child{padding-right:.25rem}html[dir=rtl] .table.gs-sm-1 th:last-child,html[dir=rtl] .table.gs-sm-1 td:last-child{padding-left:.25rem}html[dir=rtl] .table.g-sm-2 th,html[dir=rtl] .table.g-sm-2 td{padding:.5rem}html[dir=rtl] .table.gy-sm-2 th,html[dir=rtl] .table.gy-sm-2 td{padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .table.gx-sm-2 th,html[dir=rtl] .table.gx-sm-2 td{padding-right:.5rem;padding-left:.5rem}html[dir=rtl] .table.gs-sm-2 th:first-child,html[dir=rtl] .table.gs-sm-2 td:first-child{padding-right:.5rem}html[dir=rtl] .table.gs-sm-2 th:last-child,html[dir=rtl] .table.gs-sm-2 td:last-child{padding-left:.5rem}html[dir=rtl] .table.g-sm-3 th,html[dir=rtl] .table.g-sm-3 td{padding:.75rem}html[dir=rtl] .table.gy-sm-3 th,html[dir=rtl] .table.gy-sm-3 td{padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .table.gx-sm-3 th,html[dir=rtl] .table.gx-sm-3 td{padding-right:.75rem;padding-left:.75rem}html[dir=rtl] .table.gs-sm-3 th:first-child,html[dir=rtl] .table.gs-sm-3 td:first-child{padding-right:.75rem}html[dir=rtl] .table.gs-sm-3 th:last-child,html[dir=rtl] .table.gs-sm-3 td:last-child{padding-left:.75rem}html[dir=rtl] .table.g-sm-4 th,html[dir=rtl] .table.g-sm-4 td{padding:1rem}html[dir=rtl] .table.gy-sm-4 th,html[dir=rtl] .table.gy-sm-4 td{padding-top:1rem;padding-bottom:1rem}html[dir=rtl] .table.gx-sm-4 th,html[dir=rtl] .table.gx-sm-4 td{padding-right:1rem;padding-left:1rem}html[dir=rtl] .table.gs-sm-4 th:first-child,html[dir=rtl] .table.gs-sm-4 td:first-child{padding-right:1rem}html[dir=rtl] .table.gs-sm-4 th:last-child,html[dir=rtl] .table.gs-sm-4 td:last-child{padding-left:1rem}html[dir=rtl] .table.g-sm-5 th,html[dir=rtl] .table.g-sm-5 td{padding:1.25rem}html[dir=rtl] .table.gy-sm-5 th,html[dir=rtl] .table.gy-sm-5 td{padding-top:1.25rem;padding-bottom:1.25rem}html[dir=rtl] .table.gx-sm-5 th,html[dir=rtl] .table.gx-sm-5 td{padding-right:1.25rem;padding-left:1.25rem}html[dir=rtl] .table.gs-sm-5 th:first-child,html[dir=rtl] .table.gs-sm-5 td:first-child{padding-right:1.25rem}html[dir=rtl] .table.gs-sm-5 th:last-child,html[dir=rtl] .table.gs-sm-5 td:last-child{padding-left:1.25rem}html[dir=rtl] .table.g-sm-6 th,html[dir=rtl] .table.g-sm-6 td{padding:1.5rem}html[dir=rtl] .table.gy-sm-6 th,html[dir=rtl] .table.gy-sm-6 td{padding-top:1.5rem;padding-bottom:1.5rem}html[dir=rtl] .table.gx-sm-6 th,html[dir=rtl] .table.gx-sm-6 td{padding-right:1.5rem;padding-left:1.5rem}html[dir=rtl] .table.gs-sm-6 th:first-child,html[dir=rtl] .table.gs-sm-6 td:first-child{padding-right:1.5rem}html[dir=rtl] .table.gs-sm-6 th:last-child,html[dir=rtl] .table.gs-sm-6 td:last-child{padding-left:1.5rem}html[dir=rtl] .table.g-sm-7 th,html[dir=rtl] .table.g-sm-7 td{padding:1.75rem}html[dir=rtl] .table.gy-sm-7 th,html[dir=rtl] .table.gy-sm-7 td{padding-top:1.75rem;padding-bottom:1.75rem}html[dir=rtl] .table.gx-sm-7 th,html[dir=rtl] .table.gx-sm-7 td{padding-right:1.75rem;padding-left:1.75rem}html[dir=rtl] .table.gs-sm-7 th:first-child,html[dir=rtl] .table.gs-sm-7 td:first-child{padding-right:1.75rem}html[dir=rtl] .table.gs-sm-7 th:last-child,html[dir=rtl] .table.gs-sm-7 td:last-child{padding-left:1.75rem}html[dir=rtl] .table.g-sm-8 th,html[dir=rtl] .table.g-sm-8 td{padding:2rem}html[dir=rtl] .table.gy-sm-8 th,html[dir=rtl] .table.gy-sm-8 td{padding-top:2rem;padding-bottom:2rem}html[dir=rtl] .table.gx-sm-8 th,html[dir=rtl] .table.gx-sm-8 td{padding-right:2rem;padding-left:2rem}html[dir=rtl] .table.gs-sm-8 th:first-child,html[dir=rtl] .table.gs-sm-8 td:first-child{padding-right:2rem}html[dir=rtl] .table.gs-sm-8 th:last-child,html[dir=rtl] .table.gs-sm-8 td:last-child{padding-left:2rem}html[dir=rtl] .table.g-sm-9 th,html[dir=rtl] .table.g-sm-9 td{padding:2.25rem}html[dir=rtl] .table.gy-sm-9 th,html[dir=rtl] .table.gy-sm-9 td{padding-top:2.25rem;padding-bottom:2.25rem}html[dir=rtl] .table.gx-sm-9 th,html[dir=rtl] .table.gx-sm-9 td{padding-right:2.25rem;padding-left:2.25rem}html[dir=rtl] .table.gs-sm-9 th:first-child,html[dir=rtl] .table.gs-sm-9 td:first-child{padding-right:2.25rem}html[dir=rtl] .table.gs-sm-9 th:last-child,html[dir=rtl] .table.gs-sm-9 td:last-child{padding-left:2.25rem}html[dir=rtl] .table.g-sm-10 th,html[dir=rtl] .table.g-sm-10 td{padding:2.5rem}html[dir=rtl] .table.gy-sm-10 th,html[dir=rtl] .table.gy-sm-10 td{padding-top:2.5rem;padding-bottom:2.5rem}html[dir=rtl] .table.gx-sm-10 th,html[dir=rtl] .table.gx-sm-10 td{padding-right:2.5rem;padding-left:2.5rem}html[dir=rtl] .table.gs-sm-10 th:first-child,html[dir=rtl] .table.gs-sm-10 td:first-child{padding-right:2.5rem}html[dir=rtl] .table.gs-sm-10 th:last-child,html[dir=rtl] .table.gs-sm-10 td:last-child{padding-left:2.5rem}}@media (min-width: 768px){html[dir=rtl] .table.g-md-0 th,html[dir=rtl] .table.g-md-0 td{padding:0rem}html[dir=rtl] .table.gy-md-0 th,html[dir=rtl] .table.gy-md-0 td{padding-top:0rem;padding-bottom:0rem}html[dir=rtl] .table.gx-md-0 th,html[dir=rtl] .table.gx-md-0 td{padding-right:0rem;padding-left:0rem}html[dir=rtl] .table.gs-md-0 th:first-child,html[dir=rtl] .table.gs-md-0 td:first-child{padding-right:0rem}html[dir=rtl] .table.gs-md-0 th:last-child,html[dir=rtl] .table.gs-md-0 td:last-child{padding-left:0rem}html[dir=rtl] .table.g-md-1 th,html[dir=rtl] .table.g-md-1 td{padding:.25rem}html[dir=rtl] .table.gy-md-1 th,html[dir=rtl] .table.gy-md-1 td{padding-top:.25rem;padding-bottom:.25rem}html[dir=rtl] .table.gx-md-1 th,html[dir=rtl] .table.gx-md-1 td{padding-right:.25rem;padding-left:.25rem}html[dir=rtl] .table.gs-md-1 th:first-child,html[dir=rtl] .table.gs-md-1 td:first-child{padding-right:.25rem}html[dir=rtl] .table.gs-md-1 th:last-child,html[dir=rtl] .table.gs-md-1 td:last-child{padding-left:.25rem}html[dir=rtl] .table.g-md-2 th,html[dir=rtl] .table.g-md-2 td{padding:.5rem}html[dir=rtl] .table.gy-md-2 th,html[dir=rtl] .table.gy-md-2 td{padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .table.gx-md-2 th,html[dir=rtl] .table.gx-md-2 td{padding-right:.5rem;padding-left:.5rem}html[dir=rtl] .table.gs-md-2 th:first-child,html[dir=rtl] .table.gs-md-2 td:first-child{padding-right:.5rem}html[dir=rtl] .table.gs-md-2 th:last-child,html[dir=rtl] .table.gs-md-2 td:last-child{padding-left:.5rem}html[dir=rtl] .table.g-md-3 th,html[dir=rtl] .table.g-md-3 td{padding:.75rem}html[dir=rtl] .table.gy-md-3 th,html[dir=rtl] .table.gy-md-3 td{padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .table.gx-md-3 th,html[dir=rtl] .table.gx-md-3 td{padding-right:.75rem;padding-left:.75rem}html[dir=rtl] .table.gs-md-3 th:first-child,html[dir=rtl] .table.gs-md-3 td:first-child{padding-right:.75rem}html[dir=rtl] .table.gs-md-3 th:last-child,html[dir=rtl] .table.gs-md-3 td:last-child{padding-left:.75rem}html[dir=rtl] .table.g-md-4 th,html[dir=rtl] .table.g-md-4 td{padding:1rem}html[dir=rtl] .table.gy-md-4 th,html[dir=rtl] .table.gy-md-4 td{padding-top:1rem;padding-bottom:1rem}html[dir=rtl] .table.gx-md-4 th,html[dir=rtl] .table.gx-md-4 td{padding-right:1rem;padding-left:1rem}html[dir=rtl] .table.gs-md-4 th:first-child,html[dir=rtl] .table.gs-md-4 td:first-child{padding-right:1rem}html[dir=rtl] .table.gs-md-4 th:last-child,html[dir=rtl] .table.gs-md-4 td:last-child{padding-left:1rem}html[dir=rtl] .table.g-md-5 th,html[dir=rtl] .table.g-md-5 td{padding:1.25rem}html[dir=rtl] .table.gy-md-5 th,html[dir=rtl] .table.gy-md-5 td{padding-top:1.25rem;padding-bottom:1.25rem}html[dir=rtl] .table.gx-md-5 th,html[dir=rtl] .table.gx-md-5 td{padding-right:1.25rem;padding-left:1.25rem}html[dir=rtl] .table.gs-md-5 th:first-child,html[dir=rtl] .table.gs-md-5 td:first-child{padding-right:1.25rem}html[dir=rtl] .table.gs-md-5 th:last-child,html[dir=rtl] .table.gs-md-5 td:last-child{padding-left:1.25rem}html[dir=rtl] .table.g-md-6 th,html[dir=rtl] .table.g-md-6 td{padding:1.5rem}html[dir=rtl] .table.gy-md-6 th,html[dir=rtl] .table.gy-md-6 td{padding-top:1.5rem;padding-bottom:1.5rem}html[dir=rtl] .table.gx-md-6 th,html[dir=rtl] .table.gx-md-6 td{padding-right:1.5rem;padding-left:1.5rem}html[dir=rtl] .table.gs-md-6 th:first-child,html[dir=rtl] .table.gs-md-6 td:first-child{padding-right:1.5rem}html[dir=rtl] .table.gs-md-6 th:last-child,html[dir=rtl] .table.gs-md-6 td:last-child{padding-left:1.5rem}html[dir=rtl] .table.g-md-7 th,html[dir=rtl] .table.g-md-7 td{padding:1.75rem}html[dir=rtl] .table.gy-md-7 th,html[dir=rtl] .table.gy-md-7 td{padding-top:1.75rem;padding-bottom:1.75rem}html[dir=rtl] .table.gx-md-7 th,html[dir=rtl] .table.gx-md-7 td{padding-right:1.75rem;padding-left:1.75rem}html[dir=rtl] .table.gs-md-7 th:first-child,html[dir=rtl] .table.gs-md-7 td:first-child{padding-right:1.75rem}html[dir=rtl] .table.gs-md-7 th:last-child,html[dir=rtl] .table.gs-md-7 td:last-child{padding-left:1.75rem}html[dir=rtl] .table.g-md-8 th,html[dir=rtl] .table.g-md-8 td{padding:2rem}html[dir=rtl] .table.gy-md-8 th,html[dir=rtl] .table.gy-md-8 td{padding-top:2rem;padding-bottom:2rem}html[dir=rtl] .table.gx-md-8 th,html[dir=rtl] .table.gx-md-8 td{padding-right:2rem;padding-left:2rem}html[dir=rtl] .table.gs-md-8 th:first-child,html[dir=rtl] .table.gs-md-8 td:first-child{padding-right:2rem}html[dir=rtl] .table.gs-md-8 th:last-child,html[dir=rtl] .table.gs-md-8 td:last-child{padding-left:2rem}html[dir=rtl] .table.g-md-9 th,html[dir=rtl] .table.g-md-9 td{padding:2.25rem}html[dir=rtl] .table.gy-md-9 th,html[dir=rtl] .table.gy-md-9 td{padding-top:2.25rem;padding-bottom:2.25rem}html[dir=rtl] .table.gx-md-9 th,html[dir=rtl] .table.gx-md-9 td{padding-right:2.25rem;padding-left:2.25rem}html[dir=rtl] .table.gs-md-9 th:first-child,html[dir=rtl] .table.gs-md-9 td:first-child{padding-right:2.25rem}html[dir=rtl] .table.gs-md-9 th:last-child,html[dir=rtl] .table.gs-md-9 td:last-child{padding-left:2.25rem}html[dir=rtl] .table.g-md-10 th,html[dir=rtl] .table.g-md-10 td{padding:2.5rem}html[dir=rtl] .table.gy-md-10 th,html[dir=rtl] .table.gy-md-10 td{padding-top:2.5rem;padding-bottom:2.5rem}html[dir=rtl] .table.gx-md-10 th,html[dir=rtl] .table.gx-md-10 td{padding-right:2.5rem;padding-left:2.5rem}html[dir=rtl] .table.gs-md-10 th:first-child,html[dir=rtl] .table.gs-md-10 td:first-child{padding-right:2.5rem}html[dir=rtl] .table.gs-md-10 th:last-child,html[dir=rtl] .table.gs-md-10 td:last-child{padding-left:2.5rem}}@media (min-width: 992px){html[dir=rtl] .table.g-lg-0 th,html[dir=rtl] .table.g-lg-0 td{padding:0rem}html[dir=rtl] .table.gy-lg-0 th,html[dir=rtl] .table.gy-lg-0 td{padding-top:0rem;padding-bottom:0rem}html[dir=rtl] .table.gx-lg-0 th,html[dir=rtl] .table.gx-lg-0 td{padding-right:0rem;padding-left:0rem}html[dir=rtl] .table.gs-lg-0 th:first-child,html[dir=rtl] .table.gs-lg-0 td:first-child{padding-right:0rem}html[dir=rtl] .table.gs-lg-0 th:last-child,html[dir=rtl] .table.gs-lg-0 td:last-child{padding-left:0rem}html[dir=rtl] .table.g-lg-1 th,html[dir=rtl] .table.g-lg-1 td{padding:.25rem}html[dir=rtl] .table.gy-lg-1 th,html[dir=rtl] .table.gy-lg-1 td{padding-top:.25rem;padding-bottom:.25rem}html[dir=rtl] .table.gx-lg-1 th,html[dir=rtl] .table.gx-lg-1 td{padding-right:.25rem;padding-left:.25rem}html[dir=rtl] .table.gs-lg-1 th:first-child,html[dir=rtl] .table.gs-lg-1 td:first-child{padding-right:.25rem}html[dir=rtl] .table.gs-lg-1 th:last-child,html[dir=rtl] .table.gs-lg-1 td:last-child{padding-left:.25rem}html[dir=rtl] .table.g-lg-2 th,html[dir=rtl] .table.g-lg-2 td{padding:.5rem}html[dir=rtl] .table.gy-lg-2 th,html[dir=rtl] .table.gy-lg-2 td{padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .table.gx-lg-2 th,html[dir=rtl] .table.gx-lg-2 td{padding-right:.5rem;padding-left:.5rem}html[dir=rtl] .table.gs-lg-2 th:first-child,html[dir=rtl] .table.gs-lg-2 td:first-child{padding-right:.5rem}html[dir=rtl] .table.gs-lg-2 th:last-child,html[dir=rtl] .table.gs-lg-2 td:last-child{padding-left:.5rem}html[dir=rtl] .table.g-lg-3 th,html[dir=rtl] .table.g-lg-3 td{padding:.75rem}html[dir=rtl] .table.gy-lg-3 th,html[dir=rtl] .table.gy-lg-3 td{padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .table.gx-lg-3 th,html[dir=rtl] .table.gx-lg-3 td{padding-right:.75rem;padding-left:.75rem}html[dir=rtl] .table.gs-lg-3 th:first-child,html[dir=rtl] .table.gs-lg-3 td:first-child{padding-right:.75rem}html[dir=rtl] .table.gs-lg-3 th:last-child,html[dir=rtl] .table.gs-lg-3 td:last-child{padding-left:.75rem}html[dir=rtl] .table.g-lg-4 th,html[dir=rtl] .table.g-lg-4 td{padding:1rem}html[dir=rtl] .table.gy-lg-4 th,html[dir=rtl] .table.gy-lg-4 td{padding-top:1rem;padding-bottom:1rem}html[dir=rtl] .table.gx-lg-4 th,html[dir=rtl] .table.gx-lg-4 td{padding-right:1rem;padding-left:1rem}html[dir=rtl] .table.gs-lg-4 th:first-child,html[dir=rtl] .table.gs-lg-4 td:first-child{padding-right:1rem}html[dir=rtl] .table.gs-lg-4 th:last-child,html[dir=rtl] .table.gs-lg-4 td:last-child{padding-left:1rem}html[dir=rtl] .table.g-lg-5 th,html[dir=rtl] .table.g-lg-5 td{padding:1.25rem}html[dir=rtl] .table.gy-lg-5 th,html[dir=rtl] .table.gy-lg-5 td{padding-top:1.25rem;padding-bottom:1.25rem}html[dir=rtl] .table.gx-lg-5 th,html[dir=rtl] .table.gx-lg-5 td{padding-right:1.25rem;padding-left:1.25rem}html[dir=rtl] .table.gs-lg-5 th:first-child,html[dir=rtl] .table.gs-lg-5 td:first-child{padding-right:1.25rem}html[dir=rtl] .table.gs-lg-5 th:last-child,html[dir=rtl] .table.gs-lg-5 td:last-child{padding-left:1.25rem}html[dir=rtl] .table.g-lg-6 th,html[dir=rtl] .table.g-lg-6 td{padding:1.5rem}html[dir=rtl] .table.gy-lg-6 th,html[dir=rtl] .table.gy-lg-6 td{padding-top:1.5rem;padding-bottom:1.5rem}html[dir=rtl] .table.gx-lg-6 th,html[dir=rtl] .table.gx-lg-6 td{padding-right:1.5rem;padding-left:1.5rem}html[dir=rtl] .table.gs-lg-6 th:first-child,html[dir=rtl] .table.gs-lg-6 td:first-child{padding-right:1.5rem}html[dir=rtl] .table.gs-lg-6 th:last-child,html[dir=rtl] .table.gs-lg-6 td:last-child{padding-left:1.5rem}html[dir=rtl] .table.g-lg-7 th,html[dir=rtl] .table.g-lg-7 td{padding:1.75rem}html[dir=rtl] .table.gy-lg-7 th,html[dir=rtl] .table.gy-lg-7 td{padding-top:1.75rem;padding-bottom:1.75rem}html[dir=rtl] .table.gx-lg-7 th,html[dir=rtl] .table.gx-lg-7 td{padding-right:1.75rem;padding-left:1.75rem}html[dir=rtl] .table.gs-lg-7 th:first-child,html[dir=rtl] .table.gs-lg-7 td:first-child{padding-right:1.75rem}html[dir=rtl] .table.gs-lg-7 th:last-child,html[dir=rtl] .table.gs-lg-7 td:last-child{padding-left:1.75rem}html[dir=rtl] .table.g-lg-8 th,html[dir=rtl] .table.g-lg-8 td{padding:2rem}html[dir=rtl] .table.gy-lg-8 th,html[dir=rtl] .table.gy-lg-8 td{padding-top:2rem;padding-bottom:2rem}html[dir=rtl] .table.gx-lg-8 th,html[dir=rtl] .table.gx-lg-8 td{padding-right:2rem;padding-left:2rem}html[dir=rtl] .table.gs-lg-8 th:first-child,html[dir=rtl] .table.gs-lg-8 td:first-child{padding-right:2rem}html[dir=rtl] .table.gs-lg-8 th:last-child,html[dir=rtl] .table.gs-lg-8 td:last-child{padding-left:2rem}html[dir=rtl] .table.g-lg-9 th,html[dir=rtl] .table.g-lg-9 td{padding:2.25rem}html[dir=rtl] .table.gy-lg-9 th,html[dir=rtl] .table.gy-lg-9 td{padding-top:2.25rem;padding-bottom:2.25rem}html[dir=rtl] .table.gx-lg-9 th,html[dir=rtl] .table.gx-lg-9 td{padding-right:2.25rem;padding-left:2.25rem}html[dir=rtl] .table.gs-lg-9 th:first-child,html[dir=rtl] .table.gs-lg-9 td:first-child{padding-right:2.25rem}html[dir=rtl] .table.gs-lg-9 th:last-child,html[dir=rtl] .table.gs-lg-9 td:last-child{padding-left:2.25rem}html[dir=rtl] .table.g-lg-10 th,html[dir=rtl] .table.g-lg-10 td{padding:2.5rem}html[dir=rtl] .table.gy-lg-10 th,html[dir=rtl] .table.gy-lg-10 td{padding-top:2.5rem;padding-bottom:2.5rem}html[dir=rtl] .table.gx-lg-10 th,html[dir=rtl] .table.gx-lg-10 td{padding-right:2.5rem;padding-left:2.5rem}html[dir=rtl] .table.gs-lg-10 th:first-child,html[dir=rtl] .table.gs-lg-10 td:first-child{padding-right:2.5rem}html[dir=rtl] .table.gs-lg-10 th:last-child,html[dir=rtl] .table.gs-lg-10 td:last-child{padding-left:2.5rem}}@media (min-width: 1200px){html[dir=rtl] .table.g-xl-0 th,html[dir=rtl] .table.g-xl-0 td{padding:0rem}html[dir=rtl] .table.gy-xl-0 th,html[dir=rtl] .table.gy-xl-0 td{padding-top:0rem;padding-bottom:0rem}html[dir=rtl] .table.gx-xl-0 th,html[dir=rtl] .table.gx-xl-0 td{padding-right:0rem;padding-left:0rem}html[dir=rtl] .table.gs-xl-0 th:first-child,html[dir=rtl] .table.gs-xl-0 td:first-child{padding-right:0rem}html[dir=rtl] .table.gs-xl-0 th:last-child,html[dir=rtl] .table.gs-xl-0 td:last-child{padding-left:0rem}html[dir=rtl] .table.g-xl-1 th,html[dir=rtl] .table.g-xl-1 td{padding:.25rem}html[dir=rtl] .table.gy-xl-1 th,html[dir=rtl] .table.gy-xl-1 td{padding-top:.25rem;padding-bottom:.25rem}html[dir=rtl] .table.gx-xl-1 th,html[dir=rtl] .table.gx-xl-1 td{padding-right:.25rem;padding-left:.25rem}html[dir=rtl] .table.gs-xl-1 th:first-child,html[dir=rtl] .table.gs-xl-1 td:first-child{padding-right:.25rem}html[dir=rtl] .table.gs-xl-1 th:last-child,html[dir=rtl] .table.gs-xl-1 td:last-child{padding-left:.25rem}html[dir=rtl] .table.g-xl-2 th,html[dir=rtl] .table.g-xl-2 td{padding:.5rem}html[dir=rtl] .table.gy-xl-2 th,html[dir=rtl] .table.gy-xl-2 td{padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .table.gx-xl-2 th,html[dir=rtl] .table.gx-xl-2 td{padding-right:.5rem;padding-left:.5rem}html[dir=rtl] .table.gs-xl-2 th:first-child,html[dir=rtl] .table.gs-xl-2 td:first-child{padding-right:.5rem}html[dir=rtl] .table.gs-xl-2 th:last-child,html[dir=rtl] .table.gs-xl-2 td:last-child{padding-left:.5rem}html[dir=rtl] .table.g-xl-3 th,html[dir=rtl] .table.g-xl-3 td{padding:.75rem}html[dir=rtl] .table.gy-xl-3 th,html[dir=rtl] .table.gy-xl-3 td{padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .table.gx-xl-3 th,html[dir=rtl] .table.gx-xl-3 td{padding-right:.75rem;padding-left:.75rem}html[dir=rtl] .table.gs-xl-3 th:first-child,html[dir=rtl] .table.gs-xl-3 td:first-child{padding-right:.75rem}html[dir=rtl] .table.gs-xl-3 th:last-child,html[dir=rtl] .table.gs-xl-3 td:last-child{padding-left:.75rem}html[dir=rtl] .table.g-xl-4 th,html[dir=rtl] .table.g-xl-4 td{padding:1rem}html[dir=rtl] .table.gy-xl-4 th,html[dir=rtl] .table.gy-xl-4 td{padding-top:1rem;padding-bottom:1rem}html[dir=rtl] .table.gx-xl-4 th,html[dir=rtl] .table.gx-xl-4 td{padding-right:1rem;padding-left:1rem}html[dir=rtl] .table.gs-xl-4 th:first-child,html[dir=rtl] .table.gs-xl-4 td:first-child{padding-right:1rem}html[dir=rtl] .table.gs-xl-4 th:last-child,html[dir=rtl] .table.gs-xl-4 td:last-child{padding-left:1rem}html[dir=rtl] .table.g-xl-5 th,html[dir=rtl] .table.g-xl-5 td{padding:1.25rem}html[dir=rtl] .table.gy-xl-5 th,html[dir=rtl] .table.gy-xl-5 td{padding-top:1.25rem;padding-bottom:1.25rem}html[dir=rtl] .table.gx-xl-5 th,html[dir=rtl] .table.gx-xl-5 td{padding-right:1.25rem;padding-left:1.25rem}html[dir=rtl] .table.gs-xl-5 th:first-child,html[dir=rtl] .table.gs-xl-5 td:first-child{padding-right:1.25rem}html[dir=rtl] .table.gs-xl-5 th:last-child,html[dir=rtl] .table.gs-xl-5 td:last-child{padding-left:1.25rem}html[dir=rtl] .table.g-xl-6 th,html[dir=rtl] .table.g-xl-6 td{padding:1.5rem}html[dir=rtl] .table.gy-xl-6 th,html[dir=rtl] .table.gy-xl-6 td{padding-top:1.5rem;padding-bottom:1.5rem}html[dir=rtl] .table.gx-xl-6 th,html[dir=rtl] .table.gx-xl-6 td{padding-right:1.5rem;padding-left:1.5rem}html[dir=rtl] .table.gs-xl-6 th:first-child,html[dir=rtl] .table.gs-xl-6 td:first-child{padding-right:1.5rem}html[dir=rtl] .table.gs-xl-6 th:last-child,html[dir=rtl] .table.gs-xl-6 td:last-child{padding-left:1.5rem}html[dir=rtl] .table.g-xl-7 th,html[dir=rtl] .table.g-xl-7 td{padding:1.75rem}html[dir=rtl] .table.gy-xl-7 th,html[dir=rtl] .table.gy-xl-7 td{padding-top:1.75rem;padding-bottom:1.75rem}html[dir=rtl] .table.gx-xl-7 th,html[dir=rtl] .table.gx-xl-7 td{padding-right:1.75rem;padding-left:1.75rem}html[dir=rtl] .table.gs-xl-7 th:first-child,html[dir=rtl] .table.gs-xl-7 td:first-child{padding-right:1.75rem}html[dir=rtl] .table.gs-xl-7 th:last-child,html[dir=rtl] .table.gs-xl-7 td:last-child{padding-left:1.75rem}html[dir=rtl] .table.g-xl-8 th,html[dir=rtl] .table.g-xl-8 td{padding:2rem}html[dir=rtl] .table.gy-xl-8 th,html[dir=rtl] .table.gy-xl-8 td{padding-top:2rem;padding-bottom:2rem}html[dir=rtl] .table.gx-xl-8 th,html[dir=rtl] .table.gx-xl-8 td{padding-right:2rem;padding-left:2rem}html[dir=rtl] .table.gs-xl-8 th:first-child,html[dir=rtl] .table.gs-xl-8 td:first-child{padding-right:2rem}html[dir=rtl] .table.gs-xl-8 th:last-child,html[dir=rtl] .table.gs-xl-8 td:last-child{padding-left:2rem}html[dir=rtl] .table.g-xl-9 th,html[dir=rtl] .table.g-xl-9 td{padding:2.25rem}html[dir=rtl] .table.gy-xl-9 th,html[dir=rtl] .table.gy-xl-9 td{padding-top:2.25rem;padding-bottom:2.25rem}html[dir=rtl] .table.gx-xl-9 th,html[dir=rtl] .table.gx-xl-9 td{padding-right:2.25rem;padding-left:2.25rem}html[dir=rtl] .table.gs-xl-9 th:first-child,html[dir=rtl] .table.gs-xl-9 td:first-child{padding-right:2.25rem}html[dir=rtl] .table.gs-xl-9 th:last-child,html[dir=rtl] .table.gs-xl-9 td:last-child{padding-left:2.25rem}html[dir=rtl] .table.g-xl-10 th,html[dir=rtl] .table.g-xl-10 td{padding:2.5rem}html[dir=rtl] .table.gy-xl-10 th,html[dir=rtl] .table.gy-xl-10 td{padding-top:2.5rem;padding-bottom:2.5rem}html[dir=rtl] .table.gx-xl-10 th,html[dir=rtl] .table.gx-xl-10 td{padding-right:2.5rem;padding-left:2.5rem}html[dir=rtl] .table.gs-xl-10 th:first-child,html[dir=rtl] .table.gs-xl-10 td:first-child{padding-right:2.5rem}html[dir=rtl] .table.gs-xl-10 th:last-child,html[dir=rtl] .table.gs-xl-10 td:last-child{padding-left:2.5rem}}@media (min-width: 1400px){html[dir=rtl] .table.g-xxl-0 th,html[dir=rtl] .table.g-xxl-0 td{padding:0rem}html[dir=rtl] .table.gy-xxl-0 th,html[dir=rtl] .table.gy-xxl-0 td{padding-top:0rem;padding-bottom:0rem}html[dir=rtl] .table.gx-xxl-0 th,html[dir=rtl] .table.gx-xxl-0 td{padding-right:0rem;padding-left:0rem}html[dir=rtl] .table.gs-xxl-0 th:first-child,html[dir=rtl] .table.gs-xxl-0 td:first-child{padding-right:0rem}html[dir=rtl] .table.gs-xxl-0 th:last-child,html[dir=rtl] .table.gs-xxl-0 td:last-child{padding-left:0rem}html[dir=rtl] .table.g-xxl-1 th,html[dir=rtl] .table.g-xxl-1 td{padding:.25rem}html[dir=rtl] .table.gy-xxl-1 th,html[dir=rtl] .table.gy-xxl-1 td{padding-top:.25rem;padding-bottom:.25rem}html[dir=rtl] .table.gx-xxl-1 th,html[dir=rtl] .table.gx-xxl-1 td{padding-right:.25rem;padding-left:.25rem}html[dir=rtl] .table.gs-xxl-1 th:first-child,html[dir=rtl] .table.gs-xxl-1 td:first-child{padding-right:.25rem}html[dir=rtl] .table.gs-xxl-1 th:last-child,html[dir=rtl] .table.gs-xxl-1 td:last-child{padding-left:.25rem}html[dir=rtl] .table.g-xxl-2 th,html[dir=rtl] .table.g-xxl-2 td{padding:.5rem}html[dir=rtl] .table.gy-xxl-2 th,html[dir=rtl] .table.gy-xxl-2 td{padding-top:.5rem;padding-bottom:.5rem}html[dir=rtl] .table.gx-xxl-2 th,html[dir=rtl] .table.gx-xxl-2 td{padding-right:.5rem;padding-left:.5rem}html[dir=rtl] .table.gs-xxl-2 th:first-child,html[dir=rtl] .table.gs-xxl-2 td:first-child{padding-right:.5rem}html[dir=rtl] .table.gs-xxl-2 th:last-child,html[dir=rtl] .table.gs-xxl-2 td:last-child{padding-left:.5rem}html[dir=rtl] .table.g-xxl-3 th,html[dir=rtl] .table.g-xxl-3 td{padding:.75rem}html[dir=rtl] .table.gy-xxl-3 th,html[dir=rtl] .table.gy-xxl-3 td{padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .table.gx-xxl-3 th,html[dir=rtl] .table.gx-xxl-3 td{padding-right:.75rem;padding-left:.75rem}html[dir=rtl] .table.gs-xxl-3 th:first-child,html[dir=rtl] .table.gs-xxl-3 td:first-child{padding-right:.75rem}html[dir=rtl] .table.gs-xxl-3 th:last-child,html[dir=rtl] .table.gs-xxl-3 td:last-child{padding-left:.75rem}html[dir=rtl] .table.g-xxl-4 th,html[dir=rtl] .table.g-xxl-4 td{padding:1rem}html[dir=rtl] .table.gy-xxl-4 th,html[dir=rtl] .table.gy-xxl-4 td{padding-top:1rem;padding-bottom:1rem}html[dir=rtl] .table.gx-xxl-4 th,html[dir=rtl] .table.gx-xxl-4 td{padding-right:1rem;padding-left:1rem}html[dir=rtl] .table.gs-xxl-4 th:first-child,html[dir=rtl] .table.gs-xxl-4 td:first-child{padding-right:1rem}html[dir=rtl] .table.gs-xxl-4 th:last-child,html[dir=rtl] .table.gs-xxl-4 td:last-child{padding-left:1rem}html[dir=rtl] .table.g-xxl-5 th,html[dir=rtl] .table.g-xxl-5 td{padding:1.25rem}html[dir=rtl] .table.gy-xxl-5 th,html[dir=rtl] .table.gy-xxl-5 td{padding-top:1.25rem;padding-bottom:1.25rem}html[dir=rtl] .table.gx-xxl-5 th,html[dir=rtl] .table.gx-xxl-5 td{padding-right:1.25rem;padding-left:1.25rem}html[dir=rtl] .table.gs-xxl-5 th:first-child,html[dir=rtl] .table.gs-xxl-5 td:first-child{padding-right:1.25rem}html[dir=rtl] .table.gs-xxl-5 th:last-child,html[dir=rtl] .table.gs-xxl-5 td:last-child{padding-left:1.25rem}html[dir=rtl] .table.g-xxl-6 th,html[dir=rtl] .table.g-xxl-6 td{padding:1.5rem}html[dir=rtl] .table.gy-xxl-6 th,html[dir=rtl] .table.gy-xxl-6 td{padding-top:1.5rem;padding-bottom:1.5rem}html[dir=rtl] .table.gx-xxl-6 th,html[dir=rtl] .table.gx-xxl-6 td{padding-right:1.5rem;padding-left:1.5rem}html[dir=rtl] .table.gs-xxl-6 th:first-child,html[dir=rtl] .table.gs-xxl-6 td:first-child{padding-right:1.5rem}html[dir=rtl] .table.gs-xxl-6 th:last-child,html[dir=rtl] .table.gs-xxl-6 td:last-child{padding-left:1.5rem}html[dir=rtl] .table.g-xxl-7 th,html[dir=rtl] .table.g-xxl-7 td{padding:1.75rem}html[dir=rtl] .table.gy-xxl-7 th,html[dir=rtl] .table.gy-xxl-7 td{padding-top:1.75rem;padding-bottom:1.75rem}html[dir=rtl] .table.gx-xxl-7 th,html[dir=rtl] .table.gx-xxl-7 td{padding-right:1.75rem;padding-left:1.75rem}html[dir=rtl] .table.gs-xxl-7 th:first-child,html[dir=rtl] .table.gs-xxl-7 td:first-child{padding-right:1.75rem}html[dir=rtl] .table.gs-xxl-7 th:last-child,html[dir=rtl] .table.gs-xxl-7 td:last-child{padding-left:1.75rem}html[dir=rtl] .table.g-xxl-8 th,html[dir=rtl] .table.g-xxl-8 td{padding:2rem}html[dir=rtl] .table.gy-xxl-8 th,html[dir=rtl] .table.gy-xxl-8 td{padding-top:2rem;padding-bottom:2rem}html[dir=rtl] .table.gx-xxl-8 th,html[dir=rtl] .table.gx-xxl-8 td{padding-right:2rem;padding-left:2rem}html[dir=rtl] .table.gs-xxl-8 th:first-child,html[dir=rtl] .table.gs-xxl-8 td:first-child{padding-right:2rem}html[dir=rtl] .table.gs-xxl-8 th:last-child,html[dir=rtl] .table.gs-xxl-8 td:last-child{padding-left:2rem}html[dir=rtl] .table.g-xxl-9 th,html[dir=rtl] .table.g-xxl-9 td{padding:2.25rem}html[dir=rtl] .table.gy-xxl-9 th,html[dir=rtl] .table.gy-xxl-9 td{padding-top:2.25rem;padding-bottom:2.25rem}html[dir=rtl] .table.gx-xxl-9 th,html[dir=rtl] .table.gx-xxl-9 td{padding-right:2.25rem;padding-left:2.25rem}html[dir=rtl] .table.gs-xxl-9 th:first-child,html[dir=rtl] .table.gs-xxl-9 td:first-child{padding-right:2.25rem}html[dir=rtl] .table.gs-xxl-9 th:last-child,html[dir=rtl] .table.gs-xxl-9 td:last-child{padding-left:2.25rem}html[dir=rtl] .table.g-xxl-10 th,html[dir=rtl] .table.g-xxl-10 td{padding:2.5rem}html[dir=rtl] .table.gy-xxl-10 th,html[dir=rtl] .table.gy-xxl-10 td{padding-top:2.5rem;padding-bottom:2.5rem}html[dir=rtl] .table.gx-xxl-10 th,html[dir=rtl] .table.gx-xxl-10 td{padding-right:2.5rem;padding-left:2.5rem}html[dir=rtl] .table.gs-xxl-10 th:first-child,html[dir=rtl] .table.gs-xxl-10 td:first-child{padding-right:2.5rem}html[dir=rtl] .table.gs-xxl-10 th:last-child,html[dir=rtl] .table.gs-xxl-10 td:last-child{padding-left:2.5rem}}html[dir=rtl] .popover .popover-header{font-size:1rem;font-weight:500;border-bottom:1px solid #F5F8FA}html[dir=rtl] .popover .popover-dismiss{position:absolute;top:.85rem;left:.85rem;height:1.5rem;width:1.5rem}html[dir=rtl] .popover .popover-dismiss i{color:#a1a5b7}html[dir=rtl] .popover .popover-dismiss:hover i{color:var(--bs-primary)}html[dir=rtl] .popover .popover-dismiss+.popover-header{padding-left:2.75rem}html[dir=rtl] .popover-dark{background-color:var(--bs-gray-900);border:0}html[dir=rtl] .popover-dark .popover-header{background-color:var(--bs-gray-900);color:#eff2f5;border-bottom-color:#3f4254}html[dir=rtl] .popover-dark .popover-body{color:#b5b5c3}html[dir=rtl] .popover-dark.bs-popover-top>.popover-arrow:before,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{border-top-color:#f5f8fa}html[dir=rtl] .popover-dark.bs-popover-top>.popover-arrow:after,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-top-color:var(--bs-gray-900)}html[dir=rtl] .popover-dark.bs-popover-end>.popover-arrow:before,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{border-left-color:#f5f8fa}html[dir=rtl] .popover-dark.bs-popover-end>.popover-arrow:after,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-left-color:var(--bs-gray-900)}html[dir=rtl] .popover-dark.bs-popover-bottom>.popover-arrow:before,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{border-bottom-color:#f5f8fa}html[dir=rtl] .popover-dark.bs-popover-bottom>.popover-arrow:after,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-bottom-color:var(--bs-gray-900)}html[dir=rtl] .popover-dark.bs-popover-bottom .popover-header:before,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{border-bottom-color:var(--bs-gray-900)}html[dir=rtl] .popover-dark.bs-popover-start>.popover-arrow:before,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{border-right-color:#f5f8fa}html[dir=rtl] .popover-dark.bs-popover-start>.popover-arrow:after,html[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-right-color:var(--bs-gray-900)}html[dir=rtl] .tooltip .tooltip-inner{box-shadow:0 0 50px #523f691a}html[dir=rtl] .tooltip.tooltop-auto-width .tooltip-inner{white-space:nowrap;max-width:none}html[dir=rtl] .tooltip.tooltip-dark .tooltip-inner{color:#fff;background-color:var(--bs-gray-900)}html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow:before,html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{border-top-color:var(--bs-gray-900)}html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow:before,html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{border-left-color:var(--bs-gray-900)}html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-bottom .tooltip-arrow:before,html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{border-bottom-color:var(--bs-gray-900)}html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-start .tooltip-arrow:before,html[dir=rtl] .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{border-right-color:var(--bs-gray-900)}html[dir=rtl] .accordion .accordion-header{cursor:pointer}html[dir=rtl] .accordion.accordion-icon-toggle .accordion-icon{display:flex;flex-shrink:0;transition:all .2s ease;transform:rotate(-90deg);align-items:center;justify-content:center}html[dir=rtl] .accordion.accordion-icon-toggle .accordion-icon i{color:var(--bs-primary)}html[dir=rtl] .accordion.accordion-icon-toggle .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .accordion.accordion-icon-toggle .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .accordion.accordion-icon-toggle .collapsed .accordion-icon{transition:all .2s ease;transform:rotate(0)}html[dir=rtl] .accordion.accordion-icon-toggle .collapsed .accordion-icon i{color:#a1a5b7}html[dir=rtl] .accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .accordion.accordion-borderless .accordion-item{border:0}html[dir=rtl] .accordion.accordion-flush .accordion-item{background-color:transparent;border:0;border-radius:none;padding-right:0;padding-left:0}html[dir=rtl] .feedback{display:none}html[dir=rtl] .feedback-popup{display:flex;justify-content:center;margin:0 auto;position:fixed;z-index:1000;box-shadow:0 0 50px #523f691a;background-color:#fff;border-radius:.475rem;padding:1rem 1.25rem}html[dir=rtl] .feedback-top-center{display:flex;transition:top .6s ease;right:50%;transform:translate(50%);border-top-right-radius:0;border-top-left-radius:0}html[dir=rtl] .feedback-top-center.feedback-shown{top:0;transition:top .6s ease}html[dir=rtl] .image-input{position:relative;display:inline-block;border-radius:.475rem;background-repeat:no-repeat;background-size:cover}html[dir=rtl] .image-input:not(.image-input-empty){background-image:none!important}html[dir=rtl] .image-input .image-input-wrapper{width:120px;height:120px;border-radius:.475rem;background-repeat:no-repeat;background-size:cover}html[dir=rtl] .image-input [data-kt-image-input-action=change]{cursor:pointer;position:absolute;left:-10px;top:-10px}html[dir=rtl] .image-input [data-kt-image-input-action=change] input{width:0!important;height:0!important;overflow:hidden;opacity:0}html[dir=rtl] .image-input [data-kt-image-input-action=cancel],html[dir=rtl] .image-input [data-kt-image-input-action=remove]{position:absolute;left:-10px;bottom:-5px}html[dir=rtl] .image-input [data-kt-image-input-action=cancel]{display:none}html[dir=rtl] .image-input.image-input-changed [data-kt-image-input-action=cancel]{display:flex}html[dir=rtl] .image-input.image-input-changed [data-kt-image-input-action=remove],html[dir=rtl] .image-input.image-input-empty [data-kt-image-input-action=remove],html[dir=rtl] .image-input.image-input-empty [data-kt-image-input-action=cancel]{display:none}html[dir=rtl] .image-input.image-input-circle,html[dir=rtl] .image-input.image-input-circle .image-input-wrapper{border-radius:50%}html[dir=rtl] .image-input.image-input-circle [data-kt-image-input-action=change]{left:5px;top:5px}html[dir=rtl] .image-input.image-input-circle [data-kt-image-input-action=cancel],html[dir=rtl] .image-input.image-input-circle [data-kt-image-input-action=remove]{left:5px;bottom:5px}html[dir=rtl] .image-input.image-input-outline .image-input-wrapper{border:3px solid #ffffff;box-shadow:0 .5rem 1.5rem .5rem #00000013}html[dir=rtl] .symbol{display:inline-block;flex-shrink:0;position:relative;border-radius:.475rem}html[dir=rtl] .symbol .symbol-label{display:flex;align-items:center;justify-content:center;font-weight:500;color:#3f4254;background-color:#f5f8fa;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:.475rem}html[dir=rtl] .symbol .symbol-badge{position:absolute;border:2px solid #ffffff;border-radius:100%;top:0;right:50%;transform:translate(50%) translateY(-50%)!important}html[dir=rtl] .symbol>img{width:100%;flex-shrink:0;display:inline-block;border-radius:.475rem}html[dir=rtl] .symbol.symbol-square,html[dir=rtl] .symbol.symbol-square>img,html[dir=rtl] .symbol.symbol-square .symbol-label{border-radius:0!important}html[dir=rtl] .symbol.symbol-circle,html[dir=rtl] .symbol.symbol-circle>img,html[dir=rtl] .symbol.symbol-circle .symbol-label{border-radius:50%}html[dir=rtl] .symbol>img{width:50px;height:50px}html[dir=rtl] .symbol .symbol-label,html[dir=rtl] .symbol.symbol-fixed .symbol-label{width:50px;height:50px}html[dir=rtl] .symbol.symbol-fixed>img{width:50px;height:50px;max-width:auto}html[dir=rtl] .symbol.symbol-2by3 .symbol-label{height:50px;width:75px}html[dir=rtl] .symbol.symbol-2by3>img{height:50px;width:75px;max-width:auto}html[dir=rtl] .symbol.symbol-20px>img{width:20px;height:20px}html[dir=rtl] .symbol.symbol-20px .symbol-label,html[dir=rtl] .symbol.symbol-20px.symbol-fixed .symbol-label{width:20px;height:20px}html[dir=rtl] .symbol.symbol-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}html[dir=rtl] .symbol.symbol-20px.symbol-2by3 .symbol-label{height:20px;width:30px}html[dir=rtl] .symbol.symbol-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}html[dir=rtl] .symbol.symbol-25px>img{width:25px;height:25px}html[dir=rtl] .symbol.symbol-25px .symbol-label,html[dir=rtl] .symbol.symbol-25px.symbol-fixed .symbol-label{width:25px;height:25px}html[dir=rtl] .symbol.symbol-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}html[dir=rtl] .symbol.symbol-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}html[dir=rtl] .symbol.symbol-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}html[dir=rtl] .symbol.symbol-30px>img{width:30px;height:30px}html[dir=rtl] .symbol.symbol-30px .symbol-label,html[dir=rtl] .symbol.symbol-30px.symbol-fixed .symbol-label{width:30px;height:30px}html[dir=rtl] .symbol.symbol-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}html[dir=rtl] .symbol.symbol-30px.symbol-2by3 .symbol-label{height:30px;width:45px}html[dir=rtl] .symbol.symbol-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}html[dir=rtl] .symbol.symbol-35px>img{width:35px;height:35px}html[dir=rtl] .symbol.symbol-35px .symbol-label,html[dir=rtl] .symbol.symbol-35px.symbol-fixed .symbol-label{width:35px;height:35px}html[dir=rtl] .symbol.symbol-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}html[dir=rtl] .symbol.symbol-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}html[dir=rtl] .symbol.symbol-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}html[dir=rtl] .symbol.symbol-40px>img{width:40px;height:40px}html[dir=rtl] .symbol.symbol-40px .symbol-label,html[dir=rtl] .symbol.symbol-40px.symbol-fixed .symbol-label{width:40px;height:40px}html[dir=rtl] .symbol.symbol-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}html[dir=rtl] .symbol.symbol-40px.symbol-2by3 .symbol-label{height:40px;width:60px}html[dir=rtl] .symbol.symbol-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}html[dir=rtl] .symbol.symbol-45px>img{width:45px;height:45px}html[dir=rtl] .symbol.symbol-45px .symbol-label,html[dir=rtl] .symbol.symbol-45px.symbol-fixed .symbol-label{width:45px;height:45px}html[dir=rtl] .symbol.symbol-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}html[dir=rtl] .symbol.symbol-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}html[dir=rtl] .symbol.symbol-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}html[dir=rtl] .symbol.symbol-50px>img{width:50px;height:50px}html[dir=rtl] .symbol.symbol-50px .symbol-label,html[dir=rtl] .symbol.symbol-50px.symbol-fixed .symbol-label{width:50px;height:50px}html[dir=rtl] .symbol.symbol-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}html[dir=rtl] .symbol.symbol-50px.symbol-2by3 .symbol-label{height:50px;width:75px}html[dir=rtl] .symbol.symbol-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}html[dir=rtl] .symbol.symbol-55px>img{width:55px;height:55px}html[dir=rtl] .symbol.symbol-55px .symbol-label,html[dir=rtl] .symbol.symbol-55px.symbol-fixed .symbol-label{width:55px;height:55px}html[dir=rtl] .symbol.symbol-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}html[dir=rtl] .symbol.symbol-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}html[dir=rtl] .symbol.symbol-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}html[dir=rtl] .symbol.symbol-60px>img{width:60px;height:60px}html[dir=rtl] .symbol.symbol-60px .symbol-label,html[dir=rtl] .symbol.symbol-60px.symbol-fixed .symbol-label{width:60px;height:60px}html[dir=rtl] .symbol.symbol-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}html[dir=rtl] .symbol.symbol-60px.symbol-2by3 .symbol-label{height:60px;width:90px}html[dir=rtl] .symbol.symbol-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}html[dir=rtl] .symbol.symbol-65px>img{width:65px;height:65px}html[dir=rtl] .symbol.symbol-65px .symbol-label,html[dir=rtl] .symbol.symbol-65px.symbol-fixed .symbol-label{width:65px;height:65px}html[dir=rtl] .symbol.symbol-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}html[dir=rtl] .symbol.symbol-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}html[dir=rtl] .symbol.symbol-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}html[dir=rtl] .symbol.symbol-70px>img{width:70px;height:70px}html[dir=rtl] .symbol.symbol-70px .symbol-label,html[dir=rtl] .symbol.symbol-70px.symbol-fixed .symbol-label{width:70px;height:70px}html[dir=rtl] .symbol.symbol-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}html[dir=rtl] .symbol.symbol-70px.symbol-2by3 .symbol-label{height:70px;width:105px}html[dir=rtl] .symbol.symbol-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}html[dir=rtl] .symbol.symbol-75px>img{width:75px;height:75px}html[dir=rtl] .symbol.symbol-75px .symbol-label,html[dir=rtl] .symbol.symbol-75px.symbol-fixed .symbol-label{width:75px;height:75px}html[dir=rtl] .symbol.symbol-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}html[dir=rtl] .symbol.symbol-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}html[dir=rtl] .symbol.symbol-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}html[dir=rtl] .symbol.symbol-100px>img{width:100px;height:100px}html[dir=rtl] .symbol.symbol-100px .symbol-label,html[dir=rtl] .symbol.symbol-100px.symbol-fixed .symbol-label{width:100px;height:100px}html[dir=rtl] .symbol.symbol-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}html[dir=rtl] .symbol.symbol-100px.symbol-2by3 .symbol-label{height:100px;width:150px}html[dir=rtl] .symbol.symbol-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}html[dir=rtl] .symbol.symbol-125px>img{width:125px;height:125px}html[dir=rtl] .symbol.symbol-125px .symbol-label,html[dir=rtl] .symbol.symbol-125px.symbol-fixed .symbol-label{width:125px;height:125px}html[dir=rtl] .symbol.symbol-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}html[dir=rtl] .symbol.symbol-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}html[dir=rtl] .symbol.symbol-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}html[dir=rtl] .symbol.symbol-150px>img{width:150px;height:150px}html[dir=rtl] .symbol.symbol-150px .symbol-label,html[dir=rtl] .symbol.symbol-150px.symbol-fixed .symbol-label{width:150px;height:150px}html[dir=rtl] .symbol.symbol-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}html[dir=rtl] .symbol.symbol-150px.symbol-2by3 .symbol-label{height:150px;width:225px}html[dir=rtl] .symbol.symbol-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}html[dir=rtl] .symbol.symbol-160px>img{width:160px;height:160px}html[dir=rtl] .symbol.symbol-160px .symbol-label,html[dir=rtl] .symbol.symbol-160px.symbol-fixed .symbol-label{width:160px;height:160px}html[dir=rtl] .symbol.symbol-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}html[dir=rtl] .symbol.symbol-160px.symbol-2by3 .symbol-label{height:160px;width:240px}html[dir=rtl] .symbol.symbol-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}html[dir=rtl] .symbol.symbol-175px>img{width:175px;height:175px}html[dir=rtl] .symbol.symbol-175px .symbol-label,html[dir=rtl] .symbol.symbol-175px.symbol-fixed .symbol-label{width:175px;height:175px}html[dir=rtl] .symbol.symbol-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}html[dir=rtl] .symbol.symbol-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}html[dir=rtl] .symbol.symbol-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}html[dir=rtl] .symbol.symbol-200px>img{width:200px;height:200px}html[dir=rtl] .symbol.symbol-200px .symbol-label,html[dir=rtl] .symbol.symbol-200px.symbol-fixed .symbol-label{width:200px;height:200px}html[dir=rtl] .symbol.symbol-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}html[dir=rtl] .symbol.symbol-200px.symbol-2by3 .symbol-label{height:200px;width:300px}html[dir=rtl] .symbol.symbol-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}@media (min-width: 576px){html[dir=rtl] .symbol.symbol-sm-20px>img{width:20px;height:20px}html[dir=rtl] .symbol.symbol-sm-20px .symbol-label,html[dir=rtl] .symbol.symbol-sm-20px.symbol-fixed .symbol-label{width:20px;height:20px}html[dir=rtl] .symbol.symbol-sm-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-20px.symbol-2by3 .symbol-label{height:20px;width:30px}html[dir=rtl] .symbol.symbol-sm-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-25px>img{width:25px;height:25px}html[dir=rtl] .symbol.symbol-sm-25px .symbol-label,html[dir=rtl] .symbol.symbol-sm-25px.symbol-fixed .symbol-label{width:25px;height:25px}html[dir=rtl] .symbol.symbol-sm-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}html[dir=rtl] .symbol.symbol-sm-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-30px>img{width:30px;height:30px}html[dir=rtl] .symbol.symbol-sm-30px .symbol-label,html[dir=rtl] .symbol.symbol-sm-30px.symbol-fixed .symbol-label{width:30px;height:30px}html[dir=rtl] .symbol.symbol-sm-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-30px.symbol-2by3 .symbol-label{height:30px;width:45px}html[dir=rtl] .symbol.symbol-sm-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-35px>img{width:35px;height:35px}html[dir=rtl] .symbol.symbol-sm-35px .symbol-label,html[dir=rtl] .symbol.symbol-sm-35px.symbol-fixed .symbol-label{width:35px;height:35px}html[dir=rtl] .symbol.symbol-sm-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}html[dir=rtl] .symbol.symbol-sm-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-40px>img{width:40px;height:40px}html[dir=rtl] .symbol.symbol-sm-40px .symbol-label,html[dir=rtl] .symbol.symbol-sm-40px.symbol-fixed .symbol-label{width:40px;height:40px}html[dir=rtl] .symbol.symbol-sm-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-40px.symbol-2by3 .symbol-label{height:40px;width:60px}html[dir=rtl] .symbol.symbol-sm-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-45px>img{width:45px;height:45px}html[dir=rtl] .symbol.symbol-sm-45px .symbol-label,html[dir=rtl] .symbol.symbol-sm-45px.symbol-fixed .symbol-label{width:45px;height:45px}html[dir=rtl] .symbol.symbol-sm-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}html[dir=rtl] .symbol.symbol-sm-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-50px>img{width:50px;height:50px}html[dir=rtl] .symbol.symbol-sm-50px .symbol-label,html[dir=rtl] .symbol.symbol-sm-50px.symbol-fixed .symbol-label{width:50px;height:50px}html[dir=rtl] .symbol.symbol-sm-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-50px.symbol-2by3 .symbol-label{height:50px;width:75px}html[dir=rtl] .symbol.symbol-sm-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-55px>img{width:55px;height:55px}html[dir=rtl] .symbol.symbol-sm-55px .symbol-label,html[dir=rtl] .symbol.symbol-sm-55px.symbol-fixed .symbol-label{width:55px;height:55px}html[dir=rtl] .symbol.symbol-sm-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}html[dir=rtl] .symbol.symbol-sm-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-60px>img{width:60px;height:60px}html[dir=rtl] .symbol.symbol-sm-60px .symbol-label,html[dir=rtl] .symbol.symbol-sm-60px.symbol-fixed .symbol-label{width:60px;height:60px}html[dir=rtl] .symbol.symbol-sm-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-60px.symbol-2by3 .symbol-label{height:60px;width:90px}html[dir=rtl] .symbol.symbol-sm-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-65px>img{width:65px;height:65px}html[dir=rtl] .symbol.symbol-sm-65px .symbol-label,html[dir=rtl] .symbol.symbol-sm-65px.symbol-fixed .symbol-label{width:65px;height:65px}html[dir=rtl] .symbol.symbol-sm-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}html[dir=rtl] .symbol.symbol-sm-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-70px>img{width:70px;height:70px}html[dir=rtl] .symbol.symbol-sm-70px .symbol-label,html[dir=rtl] .symbol.symbol-sm-70px.symbol-fixed .symbol-label{width:70px;height:70px}html[dir=rtl] .symbol.symbol-sm-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-70px.symbol-2by3 .symbol-label{height:70px;width:105px}html[dir=rtl] .symbol.symbol-sm-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-75px>img{width:75px;height:75px}html[dir=rtl] .symbol.symbol-sm-75px .symbol-label,html[dir=rtl] .symbol.symbol-sm-75px.symbol-fixed .symbol-label{width:75px;height:75px}html[dir=rtl] .symbol.symbol-sm-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}html[dir=rtl] .symbol.symbol-sm-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-100px>img{width:100px;height:100px}html[dir=rtl] .symbol.symbol-sm-100px .symbol-label,html[dir=rtl] .symbol.symbol-sm-100px.symbol-fixed .symbol-label{width:100px;height:100px}html[dir=rtl] .symbol.symbol-sm-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-100px.symbol-2by3 .symbol-label{height:100px;width:150px}html[dir=rtl] .symbol.symbol-sm-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-125px>img{width:125px;height:125px}html[dir=rtl] .symbol.symbol-sm-125px .symbol-label,html[dir=rtl] .symbol.symbol-sm-125px.symbol-fixed .symbol-label{width:125px;height:125px}html[dir=rtl] .symbol.symbol-sm-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}html[dir=rtl] .symbol.symbol-sm-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-150px>img{width:150px;height:150px}html[dir=rtl] .symbol.symbol-sm-150px .symbol-label,html[dir=rtl] .symbol.symbol-sm-150px.symbol-fixed .symbol-label{width:150px;height:150px}html[dir=rtl] .symbol.symbol-sm-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-150px.symbol-2by3 .symbol-label{height:150px;width:225px}html[dir=rtl] .symbol.symbol-sm-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-160px>img{width:160px;height:160px}html[dir=rtl] .symbol.symbol-sm-160px .symbol-label,html[dir=rtl] .symbol.symbol-sm-160px.symbol-fixed .symbol-label{width:160px;height:160px}html[dir=rtl] .symbol.symbol-sm-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-160px.symbol-2by3 .symbol-label{height:160px;width:240px}html[dir=rtl] .symbol.symbol-sm-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-175px>img{width:175px;height:175px}html[dir=rtl] .symbol.symbol-sm-175px .symbol-label,html[dir=rtl] .symbol.symbol-sm-175px.symbol-fixed .symbol-label{width:175px;height:175px}html[dir=rtl] .symbol.symbol-sm-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}html[dir=rtl] .symbol.symbol-sm-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-200px>img{width:200px;height:200px}html[dir=rtl] .symbol.symbol-sm-200px .symbol-label,html[dir=rtl] .symbol.symbol-sm-200px.symbol-fixed .symbol-label{width:200px;height:200px}html[dir=rtl] .symbol.symbol-sm-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}html[dir=rtl] .symbol.symbol-sm-200px.symbol-2by3 .symbol-label{height:200px;width:300px}html[dir=rtl] .symbol.symbol-sm-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width: 768px){html[dir=rtl] .symbol.symbol-md-20px>img{width:20px;height:20px}html[dir=rtl] .symbol.symbol-md-20px .symbol-label,html[dir=rtl] .symbol.symbol-md-20px.symbol-fixed .symbol-label{width:20px;height:20px}html[dir=rtl] .symbol.symbol-md-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}html[dir=rtl] .symbol.symbol-md-20px.symbol-2by3 .symbol-label{height:20px;width:30px}html[dir=rtl] .symbol.symbol-md-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}html[dir=rtl] .symbol.symbol-md-25px>img{width:25px;height:25px}html[dir=rtl] .symbol.symbol-md-25px .symbol-label,html[dir=rtl] .symbol.symbol-md-25px.symbol-fixed .symbol-label{width:25px;height:25px}html[dir=rtl] .symbol.symbol-md-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}html[dir=rtl] .symbol.symbol-md-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}html[dir=rtl] .symbol.symbol-md-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-30px>img{width:30px;height:30px}html[dir=rtl] .symbol.symbol-md-30px .symbol-label,html[dir=rtl] .symbol.symbol-md-30px.symbol-fixed .symbol-label{width:30px;height:30px}html[dir=rtl] .symbol.symbol-md-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}html[dir=rtl] .symbol.symbol-md-30px.symbol-2by3 .symbol-label{height:30px;width:45px}html[dir=rtl] .symbol.symbol-md-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}html[dir=rtl] .symbol.symbol-md-35px>img{width:35px;height:35px}html[dir=rtl] .symbol.symbol-md-35px .symbol-label,html[dir=rtl] .symbol.symbol-md-35px.symbol-fixed .symbol-label{width:35px;height:35px}html[dir=rtl] .symbol.symbol-md-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}html[dir=rtl] .symbol.symbol-md-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}html[dir=rtl] .symbol.symbol-md-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-40px>img{width:40px;height:40px}html[dir=rtl] .symbol.symbol-md-40px .symbol-label,html[dir=rtl] .symbol.symbol-md-40px.symbol-fixed .symbol-label{width:40px;height:40px}html[dir=rtl] .symbol.symbol-md-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}html[dir=rtl] .symbol.symbol-md-40px.symbol-2by3 .symbol-label{height:40px;width:60px}html[dir=rtl] .symbol.symbol-md-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}html[dir=rtl] .symbol.symbol-md-45px>img{width:45px;height:45px}html[dir=rtl] .symbol.symbol-md-45px .symbol-label,html[dir=rtl] .symbol.symbol-md-45px.symbol-fixed .symbol-label{width:45px;height:45px}html[dir=rtl] .symbol.symbol-md-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}html[dir=rtl] .symbol.symbol-md-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}html[dir=rtl] .symbol.symbol-md-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-50px>img{width:50px;height:50px}html[dir=rtl] .symbol.symbol-md-50px .symbol-label,html[dir=rtl] .symbol.symbol-md-50px.symbol-fixed .symbol-label{width:50px;height:50px}html[dir=rtl] .symbol.symbol-md-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}html[dir=rtl] .symbol.symbol-md-50px.symbol-2by3 .symbol-label{height:50px;width:75px}html[dir=rtl] .symbol.symbol-md-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}html[dir=rtl] .symbol.symbol-md-55px>img{width:55px;height:55px}html[dir=rtl] .symbol.symbol-md-55px .symbol-label,html[dir=rtl] .symbol.symbol-md-55px.symbol-fixed .symbol-label{width:55px;height:55px}html[dir=rtl] .symbol.symbol-md-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}html[dir=rtl] .symbol.symbol-md-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}html[dir=rtl] .symbol.symbol-md-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-60px>img{width:60px;height:60px}html[dir=rtl] .symbol.symbol-md-60px .symbol-label,html[dir=rtl] .symbol.symbol-md-60px.symbol-fixed .symbol-label{width:60px;height:60px}html[dir=rtl] .symbol.symbol-md-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}html[dir=rtl] .symbol.symbol-md-60px.symbol-2by3 .symbol-label{height:60px;width:90px}html[dir=rtl] .symbol.symbol-md-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}html[dir=rtl] .symbol.symbol-md-65px>img{width:65px;height:65px}html[dir=rtl] .symbol.symbol-md-65px .symbol-label,html[dir=rtl] .symbol.symbol-md-65px.symbol-fixed .symbol-label{width:65px;height:65px}html[dir=rtl] .symbol.symbol-md-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}html[dir=rtl] .symbol.symbol-md-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}html[dir=rtl] .symbol.symbol-md-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-70px>img{width:70px;height:70px}html[dir=rtl] .symbol.symbol-md-70px .symbol-label,html[dir=rtl] .symbol.symbol-md-70px.symbol-fixed .symbol-label{width:70px;height:70px}html[dir=rtl] .symbol.symbol-md-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}html[dir=rtl] .symbol.symbol-md-70px.symbol-2by3 .symbol-label{height:70px;width:105px}html[dir=rtl] .symbol.symbol-md-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}html[dir=rtl] .symbol.symbol-md-75px>img{width:75px;height:75px}html[dir=rtl] .symbol.symbol-md-75px .symbol-label,html[dir=rtl] .symbol.symbol-md-75px.symbol-fixed .symbol-label{width:75px;height:75px}html[dir=rtl] .symbol.symbol-md-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}html[dir=rtl] .symbol.symbol-md-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}html[dir=rtl] .symbol.symbol-md-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-100px>img{width:100px;height:100px}html[dir=rtl] .symbol.symbol-md-100px .symbol-label,html[dir=rtl] .symbol.symbol-md-100px.symbol-fixed .symbol-label{width:100px;height:100px}html[dir=rtl] .symbol.symbol-md-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}html[dir=rtl] .symbol.symbol-md-100px.symbol-2by3 .symbol-label{height:100px;width:150px}html[dir=rtl] .symbol.symbol-md-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}html[dir=rtl] .symbol.symbol-md-125px>img{width:125px;height:125px}html[dir=rtl] .symbol.symbol-md-125px .symbol-label,html[dir=rtl] .symbol.symbol-md-125px.symbol-fixed .symbol-label{width:125px;height:125px}html[dir=rtl] .symbol.symbol-md-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}html[dir=rtl] .symbol.symbol-md-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}html[dir=rtl] .symbol.symbol-md-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-150px>img{width:150px;height:150px}html[dir=rtl] .symbol.symbol-md-150px .symbol-label,html[dir=rtl] .symbol.symbol-md-150px.symbol-fixed .symbol-label{width:150px;height:150px}html[dir=rtl] .symbol.symbol-md-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}html[dir=rtl] .symbol.symbol-md-150px.symbol-2by3 .symbol-label{height:150px;width:225px}html[dir=rtl] .symbol.symbol-md-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}html[dir=rtl] .symbol.symbol-md-160px>img{width:160px;height:160px}html[dir=rtl] .symbol.symbol-md-160px .symbol-label,html[dir=rtl] .symbol.symbol-md-160px.symbol-fixed .symbol-label{width:160px;height:160px}html[dir=rtl] .symbol.symbol-md-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}html[dir=rtl] .symbol.symbol-md-160px.symbol-2by3 .symbol-label{height:160px;width:240px}html[dir=rtl] .symbol.symbol-md-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}html[dir=rtl] .symbol.symbol-md-175px>img{width:175px;height:175px}html[dir=rtl] .symbol.symbol-md-175px .symbol-label,html[dir=rtl] .symbol.symbol-md-175px.symbol-fixed .symbol-label{width:175px;height:175px}html[dir=rtl] .symbol.symbol-md-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}html[dir=rtl] .symbol.symbol-md-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}html[dir=rtl] .symbol.symbol-md-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}html[dir=rtl] .symbol.symbol-md-200px>img{width:200px;height:200px}html[dir=rtl] .symbol.symbol-md-200px .symbol-label,html[dir=rtl] .symbol.symbol-md-200px.symbol-fixed .symbol-label{width:200px;height:200px}html[dir=rtl] .symbol.symbol-md-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}html[dir=rtl] .symbol.symbol-md-200px.symbol-2by3 .symbol-label{height:200px;width:300px}html[dir=rtl] .symbol.symbol-md-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width: 992px){html[dir=rtl] .symbol.symbol-lg-20px>img{width:20px;height:20px}html[dir=rtl] .symbol.symbol-lg-20px .symbol-label,html[dir=rtl] .symbol.symbol-lg-20px.symbol-fixed .symbol-label{width:20px;height:20px}html[dir=rtl] .symbol.symbol-lg-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-20px.symbol-2by3 .symbol-label{height:20px;width:30px}html[dir=rtl] .symbol.symbol-lg-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-25px>img{width:25px;height:25px}html[dir=rtl] .symbol.symbol-lg-25px .symbol-label,html[dir=rtl] .symbol.symbol-lg-25px.symbol-fixed .symbol-label{width:25px;height:25px}html[dir=rtl] .symbol.symbol-lg-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}html[dir=rtl] .symbol.symbol-lg-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-30px>img{width:30px;height:30px}html[dir=rtl] .symbol.symbol-lg-30px .symbol-label,html[dir=rtl] .symbol.symbol-lg-30px.symbol-fixed .symbol-label{width:30px;height:30px}html[dir=rtl] .symbol.symbol-lg-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-30px.symbol-2by3 .symbol-label{height:30px;width:45px}html[dir=rtl] .symbol.symbol-lg-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-35px>img{width:35px;height:35px}html[dir=rtl] .symbol.symbol-lg-35px .symbol-label,html[dir=rtl] .symbol.symbol-lg-35px.symbol-fixed .symbol-label{width:35px;height:35px}html[dir=rtl] .symbol.symbol-lg-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}html[dir=rtl] .symbol.symbol-lg-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-40px>img{width:40px;height:40px}html[dir=rtl] .symbol.symbol-lg-40px .symbol-label,html[dir=rtl] .symbol.symbol-lg-40px.symbol-fixed .symbol-label{width:40px;height:40px}html[dir=rtl] .symbol.symbol-lg-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-40px.symbol-2by3 .symbol-label{height:40px;width:60px}html[dir=rtl] .symbol.symbol-lg-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-45px>img{width:45px;height:45px}html[dir=rtl] .symbol.symbol-lg-45px .symbol-label,html[dir=rtl] .symbol.symbol-lg-45px.symbol-fixed .symbol-label{width:45px;height:45px}html[dir=rtl] .symbol.symbol-lg-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}html[dir=rtl] .symbol.symbol-lg-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-50px>img{width:50px;height:50px}html[dir=rtl] .symbol.symbol-lg-50px .symbol-label,html[dir=rtl] .symbol.symbol-lg-50px.symbol-fixed .symbol-label{width:50px;height:50px}html[dir=rtl] .symbol.symbol-lg-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-50px.symbol-2by3 .symbol-label{height:50px;width:75px}html[dir=rtl] .symbol.symbol-lg-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-55px>img{width:55px;height:55px}html[dir=rtl] .symbol.symbol-lg-55px .symbol-label,html[dir=rtl] .symbol.symbol-lg-55px.symbol-fixed .symbol-label{width:55px;height:55px}html[dir=rtl] .symbol.symbol-lg-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}html[dir=rtl] .symbol.symbol-lg-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-60px>img{width:60px;height:60px}html[dir=rtl] .symbol.symbol-lg-60px .symbol-label,html[dir=rtl] .symbol.symbol-lg-60px.symbol-fixed .symbol-label{width:60px;height:60px}html[dir=rtl] .symbol.symbol-lg-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-60px.symbol-2by3 .symbol-label{height:60px;width:90px}html[dir=rtl] .symbol.symbol-lg-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-65px>img{width:65px;height:65px}html[dir=rtl] .symbol.symbol-lg-65px .symbol-label,html[dir=rtl] .symbol.symbol-lg-65px.symbol-fixed .symbol-label{width:65px;height:65px}html[dir=rtl] .symbol.symbol-lg-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}html[dir=rtl] .symbol.symbol-lg-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-70px>img{width:70px;height:70px}html[dir=rtl] .symbol.symbol-lg-70px .symbol-label,html[dir=rtl] .symbol.symbol-lg-70px.symbol-fixed .symbol-label{width:70px;height:70px}html[dir=rtl] .symbol.symbol-lg-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-70px.symbol-2by3 .symbol-label{height:70px;width:105px}html[dir=rtl] .symbol.symbol-lg-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-75px>img{width:75px;height:75px}html[dir=rtl] .symbol.symbol-lg-75px .symbol-label,html[dir=rtl] .symbol.symbol-lg-75px.symbol-fixed .symbol-label{width:75px;height:75px}html[dir=rtl] .symbol.symbol-lg-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}html[dir=rtl] .symbol.symbol-lg-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-100px>img{width:100px;height:100px}html[dir=rtl] .symbol.symbol-lg-100px .symbol-label,html[dir=rtl] .symbol.symbol-lg-100px.symbol-fixed .symbol-label{width:100px;height:100px}html[dir=rtl] .symbol.symbol-lg-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-100px.symbol-2by3 .symbol-label{height:100px;width:150px}html[dir=rtl] .symbol.symbol-lg-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-125px>img{width:125px;height:125px}html[dir=rtl] .symbol.symbol-lg-125px .symbol-label,html[dir=rtl] .symbol.symbol-lg-125px.symbol-fixed .symbol-label{width:125px;height:125px}html[dir=rtl] .symbol.symbol-lg-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}html[dir=rtl] .symbol.symbol-lg-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-150px>img{width:150px;height:150px}html[dir=rtl] .symbol.symbol-lg-150px .symbol-label,html[dir=rtl] .symbol.symbol-lg-150px.symbol-fixed .symbol-label{width:150px;height:150px}html[dir=rtl] .symbol.symbol-lg-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-150px.symbol-2by3 .symbol-label{height:150px;width:225px}html[dir=rtl] .symbol.symbol-lg-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-160px>img{width:160px;height:160px}html[dir=rtl] .symbol.symbol-lg-160px .symbol-label,html[dir=rtl] .symbol.symbol-lg-160px.symbol-fixed .symbol-label{width:160px;height:160px}html[dir=rtl] .symbol.symbol-lg-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-160px.symbol-2by3 .symbol-label{height:160px;width:240px}html[dir=rtl] .symbol.symbol-lg-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-175px>img{width:175px;height:175px}html[dir=rtl] .symbol.symbol-lg-175px .symbol-label,html[dir=rtl] .symbol.symbol-lg-175px.symbol-fixed .symbol-label{width:175px;height:175px}html[dir=rtl] .symbol.symbol-lg-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}html[dir=rtl] .symbol.symbol-lg-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-200px>img{width:200px;height:200px}html[dir=rtl] .symbol.symbol-lg-200px .symbol-label,html[dir=rtl] .symbol.symbol-lg-200px.symbol-fixed .symbol-label{width:200px;height:200px}html[dir=rtl] .symbol.symbol-lg-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}html[dir=rtl] .symbol.symbol-lg-200px.symbol-2by3 .symbol-label{height:200px;width:300px}html[dir=rtl] .symbol.symbol-lg-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width: 1200px){html[dir=rtl] .symbol.symbol-xl-20px>img{width:20px;height:20px}html[dir=rtl] .symbol.symbol-xl-20px .symbol-label,html[dir=rtl] .symbol.symbol-xl-20px.symbol-fixed .symbol-label{width:20px;height:20px}html[dir=rtl] .symbol.symbol-xl-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-20px.symbol-2by3 .symbol-label{height:20px;width:30px}html[dir=rtl] .symbol.symbol-xl-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-25px>img{width:25px;height:25px}html[dir=rtl] .symbol.symbol-xl-25px .symbol-label,html[dir=rtl] .symbol.symbol-xl-25px.symbol-fixed .symbol-label{width:25px;height:25px}html[dir=rtl] .symbol.symbol-xl-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}html[dir=rtl] .symbol.symbol-xl-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-30px>img{width:30px;height:30px}html[dir=rtl] .symbol.symbol-xl-30px .symbol-label,html[dir=rtl] .symbol.symbol-xl-30px.symbol-fixed .symbol-label{width:30px;height:30px}html[dir=rtl] .symbol.symbol-xl-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-30px.symbol-2by3 .symbol-label{height:30px;width:45px}html[dir=rtl] .symbol.symbol-xl-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-35px>img{width:35px;height:35px}html[dir=rtl] .symbol.symbol-xl-35px .symbol-label,html[dir=rtl] .symbol.symbol-xl-35px.symbol-fixed .symbol-label{width:35px;height:35px}html[dir=rtl] .symbol.symbol-xl-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}html[dir=rtl] .symbol.symbol-xl-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-40px>img{width:40px;height:40px}html[dir=rtl] .symbol.symbol-xl-40px .symbol-label,html[dir=rtl] .symbol.symbol-xl-40px.symbol-fixed .symbol-label{width:40px;height:40px}html[dir=rtl] .symbol.symbol-xl-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-40px.symbol-2by3 .symbol-label{height:40px;width:60px}html[dir=rtl] .symbol.symbol-xl-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-45px>img{width:45px;height:45px}html[dir=rtl] .symbol.symbol-xl-45px .symbol-label,html[dir=rtl] .symbol.symbol-xl-45px.symbol-fixed .symbol-label{width:45px;height:45px}html[dir=rtl] .symbol.symbol-xl-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}html[dir=rtl] .symbol.symbol-xl-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-50px>img{width:50px;height:50px}html[dir=rtl] .symbol.symbol-xl-50px .symbol-label,html[dir=rtl] .symbol.symbol-xl-50px.symbol-fixed .symbol-label{width:50px;height:50px}html[dir=rtl] .symbol.symbol-xl-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-50px.symbol-2by3 .symbol-label{height:50px;width:75px}html[dir=rtl] .symbol.symbol-xl-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-55px>img{width:55px;height:55px}html[dir=rtl] .symbol.symbol-xl-55px .symbol-label,html[dir=rtl] .symbol.symbol-xl-55px.symbol-fixed .symbol-label{width:55px;height:55px}html[dir=rtl] .symbol.symbol-xl-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}html[dir=rtl] .symbol.symbol-xl-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-60px>img{width:60px;height:60px}html[dir=rtl] .symbol.symbol-xl-60px .symbol-label,html[dir=rtl] .symbol.symbol-xl-60px.symbol-fixed .symbol-label{width:60px;height:60px}html[dir=rtl] .symbol.symbol-xl-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-60px.symbol-2by3 .symbol-label{height:60px;width:90px}html[dir=rtl] .symbol.symbol-xl-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-65px>img{width:65px;height:65px}html[dir=rtl] .symbol.symbol-xl-65px .symbol-label,html[dir=rtl] .symbol.symbol-xl-65px.symbol-fixed .symbol-label{width:65px;height:65px}html[dir=rtl] .symbol.symbol-xl-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}html[dir=rtl] .symbol.symbol-xl-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-70px>img{width:70px;height:70px}html[dir=rtl] .symbol.symbol-xl-70px .symbol-label,html[dir=rtl] .symbol.symbol-xl-70px.symbol-fixed .symbol-label{width:70px;height:70px}html[dir=rtl] .symbol.symbol-xl-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-70px.symbol-2by3 .symbol-label{height:70px;width:105px}html[dir=rtl] .symbol.symbol-xl-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-75px>img{width:75px;height:75px}html[dir=rtl] .symbol.symbol-xl-75px .symbol-label,html[dir=rtl] .symbol.symbol-xl-75px.symbol-fixed .symbol-label{width:75px;height:75px}html[dir=rtl] .symbol.symbol-xl-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}html[dir=rtl] .symbol.symbol-xl-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-100px>img{width:100px;height:100px}html[dir=rtl] .symbol.symbol-xl-100px .symbol-label,html[dir=rtl] .symbol.symbol-xl-100px.symbol-fixed .symbol-label{width:100px;height:100px}html[dir=rtl] .symbol.symbol-xl-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-100px.symbol-2by3 .symbol-label{height:100px;width:150px}html[dir=rtl] .symbol.symbol-xl-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-125px>img{width:125px;height:125px}html[dir=rtl] .symbol.symbol-xl-125px .symbol-label,html[dir=rtl] .symbol.symbol-xl-125px.symbol-fixed .symbol-label{width:125px;height:125px}html[dir=rtl] .symbol.symbol-xl-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}html[dir=rtl] .symbol.symbol-xl-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-150px>img{width:150px;height:150px}html[dir=rtl] .symbol.symbol-xl-150px .symbol-label,html[dir=rtl] .symbol.symbol-xl-150px.symbol-fixed .symbol-label{width:150px;height:150px}html[dir=rtl] .symbol.symbol-xl-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-150px.symbol-2by3 .symbol-label{height:150px;width:225px}html[dir=rtl] .symbol.symbol-xl-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-160px>img{width:160px;height:160px}html[dir=rtl] .symbol.symbol-xl-160px .symbol-label,html[dir=rtl] .symbol.symbol-xl-160px.symbol-fixed .symbol-label{width:160px;height:160px}html[dir=rtl] .symbol.symbol-xl-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-160px.symbol-2by3 .symbol-label{height:160px;width:240px}html[dir=rtl] .symbol.symbol-xl-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-175px>img{width:175px;height:175px}html[dir=rtl] .symbol.symbol-xl-175px .symbol-label,html[dir=rtl] .symbol.symbol-xl-175px.symbol-fixed .symbol-label{width:175px;height:175px}html[dir=rtl] .symbol.symbol-xl-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}html[dir=rtl] .symbol.symbol-xl-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-200px>img{width:200px;height:200px}html[dir=rtl] .symbol.symbol-xl-200px .symbol-label,html[dir=rtl] .symbol.symbol-xl-200px.symbol-fixed .symbol-label{width:200px;height:200px}html[dir=rtl] .symbol.symbol-xl-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}html[dir=rtl] .symbol.symbol-xl-200px.symbol-2by3 .symbol-label{height:200px;width:300px}html[dir=rtl] .symbol.symbol-xl-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width: 1400px){html[dir=rtl] .symbol.symbol-xxl-20px>img{width:20px;height:20px}html[dir=rtl] .symbol.symbol-xxl-20px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-20px.symbol-fixed .symbol-label{width:20px;height:20px}html[dir=rtl] .symbol.symbol-xxl-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-20px.symbol-2by3 .symbol-label{height:20px;width:30px}html[dir=rtl] .symbol.symbol-xxl-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-25px>img{width:25px;height:25px}html[dir=rtl] .symbol.symbol-xxl-25px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-25px.symbol-fixed .symbol-label{width:25px;height:25px}html[dir=rtl] .symbol.symbol-xxl-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}html[dir=rtl] .symbol.symbol-xxl-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-30px>img{width:30px;height:30px}html[dir=rtl] .symbol.symbol-xxl-30px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-30px.symbol-fixed .symbol-label{width:30px;height:30px}html[dir=rtl] .symbol.symbol-xxl-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-30px.symbol-2by3 .symbol-label{height:30px;width:45px}html[dir=rtl] .symbol.symbol-xxl-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-35px>img{width:35px;height:35px}html[dir=rtl] .symbol.symbol-xxl-35px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-35px.symbol-fixed .symbol-label{width:35px;height:35px}html[dir=rtl] .symbol.symbol-xxl-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}html[dir=rtl] .symbol.symbol-xxl-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-40px>img{width:40px;height:40px}html[dir=rtl] .symbol.symbol-xxl-40px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-40px.symbol-fixed .symbol-label{width:40px;height:40px}html[dir=rtl] .symbol.symbol-xxl-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-40px.symbol-2by3 .symbol-label{height:40px;width:60px}html[dir=rtl] .symbol.symbol-xxl-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-45px>img{width:45px;height:45px}html[dir=rtl] .symbol.symbol-xxl-45px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-45px.symbol-fixed .symbol-label{width:45px;height:45px}html[dir=rtl] .symbol.symbol-xxl-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}html[dir=rtl] .symbol.symbol-xxl-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-50px>img{width:50px;height:50px}html[dir=rtl] .symbol.symbol-xxl-50px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-50px.symbol-fixed .symbol-label{width:50px;height:50px}html[dir=rtl] .symbol.symbol-xxl-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-50px.symbol-2by3 .symbol-label{height:50px;width:75px}html[dir=rtl] .symbol.symbol-xxl-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-55px>img{width:55px;height:55px}html[dir=rtl] .symbol.symbol-xxl-55px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-55px.symbol-fixed .symbol-label{width:55px;height:55px}html[dir=rtl] .symbol.symbol-xxl-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}html[dir=rtl] .symbol.symbol-xxl-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-60px>img{width:60px;height:60px}html[dir=rtl] .symbol.symbol-xxl-60px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-60px.symbol-fixed .symbol-label{width:60px;height:60px}html[dir=rtl] .symbol.symbol-xxl-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-60px.symbol-2by3 .symbol-label{height:60px;width:90px}html[dir=rtl] .symbol.symbol-xxl-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-65px>img{width:65px;height:65px}html[dir=rtl] .symbol.symbol-xxl-65px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-65px.symbol-fixed .symbol-label{width:65px;height:65px}html[dir=rtl] .symbol.symbol-xxl-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}html[dir=rtl] .symbol.symbol-xxl-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-70px>img{width:70px;height:70px}html[dir=rtl] .symbol.symbol-xxl-70px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-70px.symbol-fixed .symbol-label{width:70px;height:70px}html[dir=rtl] .symbol.symbol-xxl-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-70px.symbol-2by3 .symbol-label{height:70px;width:105px}html[dir=rtl] .symbol.symbol-xxl-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-75px>img{width:75px;height:75px}html[dir=rtl] .symbol.symbol-xxl-75px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-75px.symbol-fixed .symbol-label{width:75px;height:75px}html[dir=rtl] .symbol.symbol-xxl-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}html[dir=rtl] .symbol.symbol-xxl-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-100px>img{width:100px;height:100px}html[dir=rtl] .symbol.symbol-xxl-100px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-100px.symbol-fixed .symbol-label{width:100px;height:100px}html[dir=rtl] .symbol.symbol-xxl-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-100px.symbol-2by3 .symbol-label{height:100px;width:150px}html[dir=rtl] .symbol.symbol-xxl-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-125px>img{width:125px;height:125px}html[dir=rtl] .symbol.symbol-xxl-125px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-125px.symbol-fixed .symbol-label{width:125px;height:125px}html[dir=rtl] .symbol.symbol-xxl-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}html[dir=rtl] .symbol.symbol-xxl-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-150px>img{width:150px;height:150px}html[dir=rtl] .symbol.symbol-xxl-150px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-150px.symbol-fixed .symbol-label{width:150px;height:150px}html[dir=rtl] .symbol.symbol-xxl-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-150px.symbol-2by3 .symbol-label{height:150px;width:225px}html[dir=rtl] .symbol.symbol-xxl-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-160px>img{width:160px;height:160px}html[dir=rtl] .symbol.symbol-xxl-160px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-160px.symbol-fixed .symbol-label{width:160px;height:160px}html[dir=rtl] .symbol.symbol-xxl-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-160px.symbol-2by3 .symbol-label{height:160px;width:240px}html[dir=rtl] .symbol.symbol-xxl-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-175px>img{width:175px;height:175px}html[dir=rtl] .symbol.symbol-xxl-175px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-175px.symbol-fixed .symbol-label{width:175px;height:175px}html[dir=rtl] .symbol.symbol-xxl-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}html[dir=rtl] .symbol.symbol-xxl-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-200px>img{width:200px;height:200px}html[dir=rtl] .symbol.symbol-xxl-200px .symbol-label,html[dir=rtl] .symbol.symbol-xxl-200px.symbol-fixed .symbol-label{width:200px;height:200px}html[dir=rtl] .symbol.symbol-xxl-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}html[dir=rtl] .symbol.symbol-xxl-200px.symbol-2by3 .symbol-label{height:200px;width:300px}html[dir=rtl] .symbol.symbol-xxl-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}html[dir=rtl] .symbol-group{display:flex;flex-wrap:wrap;align-items:center;margin-right:10px}html[dir=rtl] .symbol-group .symbol{position:relative;z-index:0;margin-right:-10px;border:2px solid #ffffff;transition:all .3s ease}html[dir=rtl] .symbol-group .symbol:hover{transition:all .3s ease;z-index:1}html[dir=rtl] .symbol-group.symbol-hover .symbol{cursor:pointer}html[dir=rtl] .pulse{position:relative}html[dir=rtl] .pulse.pulse-white .pulse-ring{border-color:#fff}html[dir=rtl] .pulse.pulse-light .pulse-ring{border-color:#f5f8fa}html[dir=rtl] .pulse.pulse-primary .pulse-ring{border-color:var(--bs-primary)}html[dir=rtl] .pulse.pulse-secondary .pulse-ring{border-color:#e4e6ef}html[dir=rtl] .pulse.pulse-success .pulse-ring{border-color:#50cd89}html[dir=rtl] .pulse.pulse-info .pulse-ring{border-color:var(--bs-info)}html[dir=rtl] .pulse.pulse-warning .pulse-ring{border-color:#ffc700}html[dir=rtl] .pulse.pulse-danger .pulse-ring{border-color:#f1416c}html[dir=rtl] .pulse.pulse-dark .pulse-ring{border-color:var(--bs-gray-900)}html[dir=rtl] .pulse-ring{display:block;border-radius:40px;height:40px;width:40px;position:absolute;animation:animation-pulse 3.5s ease-out;animation-iteration-count:infinite;opacity:0;border-width:3px;border-style:solid;border-color:#a1a5b7}@keyframes animation-pulse{0%{-webkit-transform:scale(.1,.1);opacity:0}60%{-webkit-transform:scale(.1,.1);opacity:0}65%{opacity:1}to{-webkit-transform:scale(1.2,1.2);opacity:0}}html[dir=rtl] .page-loading *{transition:none!important}html[dir=rtl] .page-loader{background:#fff;position:fixed;inset:0;z-index:1000;display:none}html[dir=rtl] .page-loading .page-loader{display:flex;justify-content:center;align-items:center}html[dir=rtl] .scrolltop{display:none;justify-content:center;align-items:center;width:36px;height:36px;position:fixed;bottom:40px;left:20px;cursor:pointer;z-index:100;background-color:var(--bs-primary);box-shadow:0 .5rem 1.5rem .5rem #00000013;opacity:0;transition:color .2s ease,background-color .2s ease;border-radius:.475rem}html[dir=rtl] .scrolltop .svg-icon svg{height:24px;width:24px}html[dir=rtl] .scrolltop .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .scrolltop .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .scrolltop>i{font-size:1.3rem;color:#fff}html[dir=rtl] .scrolltop:hover>i{color:#fff}html[dir=rtl] .scrolltop:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .scrolltop:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] [data-kt-scrolltop=on] .scrolltop{opacity:.3;animation:animation-scrolltop .4s ease-out 1;display:flex}html[dir=rtl] [data-kt-scrolltop=on] .scrolltop:hover{transition:color .2s ease,background-color .2s ease;opacity:1}@media (max-width: 991.98px){html[dir=rtl] .scrolltop{bottom:30px;left:15px;width:30px;height:30px}}@keyframes animation-scrolltop{0%{margin-bottom:-15px}to{margin-bottom:0}}html[dir=rtl] .svg-icon{line-height:1}html[dir=rtl] .svg-icon svg{height:1.15rem;width:1.15rem}html[dir=rtl] .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-white svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#fff}html[dir=rtl] .svg-icon.svg-icon-white svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .svg-icon.svg-icon-primary svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-secondary svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .svg-icon.svg-icon-secondary svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-light svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .svg-icon.svg-icon-light svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .svg-icon.svg-icon-success svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-info svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-info)}html[dir=rtl] .svg-icon.svg-icon-info svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffc700}html[dir=rtl] .svg-icon.svg-icon-warning svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-danger svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .svg-icon.svg-icon-danger svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-dark svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#181c32!important}html[dir=rtl] .svg-icon.svg-icon-dark svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-muted svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .svg-icon.svg-icon-muted svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-100 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f5f8fa}html[dir=rtl] .svg-icon.svg-icon-gray-100 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-200 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#eff2f5}html[dir=rtl] .svg-icon.svg-icon-gray-200 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-300 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#e4e6ef}html[dir=rtl] .svg-icon.svg-icon-gray-300 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-400 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .svg-icon.svg-icon-gray-400 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-500 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#a1a5b7}html[dir=rtl] .svg-icon.svg-icon-gray-500 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-600 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#7e8299}html[dir=rtl] .svg-icon.svg-icon-gray-600 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-700 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#5e6278}html[dir=rtl] .svg-icon.svg-icon-gray-700 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-800 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#3f4254}html[dir=rtl] .svg-icon.svg-icon-gray-800 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-gray-900 svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-gray-900)}html[dir=rtl] .svg-icon.svg-icon-gray-900 svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .svg-icon.svg-icon-1 svg{height:1.75rem!important;width:1.75rem!important}html[dir=rtl] .svg-icon.svg-icon-2 svg{height:1.5rem!important;width:1.5rem!important}html[dir=rtl] .svg-icon.svg-icon-3 svg{height:1.35rem!important;width:1.35rem!important}html[dir=rtl] .svg-icon.svg-icon-4 svg{height:1.25rem!important;width:1.25rem!important}html[dir=rtl] .svg-icon.svg-icon-5 svg{height:1.15rem!important;width:1.15rem!important}html[dir=rtl] .svg-icon.svg-icon-6 svg{height:1.075rem!important;width:1.075rem!important}html[dir=rtl] .svg-icon.svg-icon-7 svg{height:.95rem!important;width:.95rem!important}html[dir=rtl] .svg-icon.svg-icon-8 svg{height:.85rem!important;width:.85rem!important}html[dir=rtl] .svg-icon.svg-icon-9 svg{height:.75rem!important;width:.75rem!important}html[dir=rtl] .svg-icon.svg-icon-10 svg{height:.5rem!important;width:.5rem!important}html[dir=rtl] .svg-icon.svg-icon-base svg{height:1rem!important;width:1rem!important}html[dir=rtl] .svg-icon.svg-icon-fluid svg{height:100%!important;width:100%!important}html[dir=rtl] .svg-icon.svg-icon-2x svg{height:2rem!important;width:2rem!important}html[dir=rtl] .svg-icon.svg-icon-2qx svg{height:2.25rem!important;width:2.25rem!important}html[dir=rtl] .svg-icon.svg-icon-2hx svg{height:2.5rem!important;width:2.5rem!important}html[dir=rtl] .svg-icon.svg-icon-2tx svg{height:2.75rem!important;width:2.75rem!important}html[dir=rtl] .svg-icon.svg-icon-3x svg{height:3rem!important;width:3rem!important}html[dir=rtl] .svg-icon.svg-icon-3qx svg{height:3.25rem!important;width:3.25rem!important}html[dir=rtl] .svg-icon.svg-icon-3hx svg{height:3.5rem!important;width:3.5rem!important}html[dir=rtl] .svg-icon.svg-icon-3tx svg{height:3.75rem!important;width:3.75rem!important}html[dir=rtl] .svg-icon.svg-icon-4x svg{height:4rem!important;width:4rem!important}html[dir=rtl] .svg-icon.svg-icon-4qx svg{height:4.25rem!important;width:4.25rem!important}html[dir=rtl] .svg-icon.svg-icon-4hx svg{height:4.5rem!important;width:4.5rem!important}html[dir=rtl] .svg-icon.svg-icon-4tx svg{height:4.75rem!important;width:4.75rem!important}html[dir=rtl] .svg-icon.svg-icon-5x svg{height:5rem!important;width:5rem!important}html[dir=rtl] .svg-icon.svg-icon-5qx svg{height:5.25rem!important;width:5.25rem!important}html[dir=rtl] .svg-icon.svg-icon-5hx svg{height:5.5rem!important;width:5.5rem!important}html[dir=rtl] .svg-icon.svg-icon-5tx svg{height:5.75rem!important;width:5.75rem!important}@media (min-width: 576px){html[dir=rtl] .svg-icon.svg-icon-sm-1 svg{height:1.75rem!important;width:1.75rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-2 svg{height:1.5rem!important;width:1.5rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-3 svg{height:1.35rem!important;width:1.35rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-4 svg{height:1.25rem!important;width:1.25rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-5 svg{height:1.15rem!important;width:1.15rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-6 svg{height:1.075rem!important;width:1.075rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-7 svg{height:.95rem!important;width:.95rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-8 svg{height:.85rem!important;width:.85rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-9 svg{height:.75rem!important;width:.75rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-10 svg{height:.5rem!important;width:.5rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-base svg{height:1rem!important;width:1rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-fluid svg{height:100%!important;width:100%!important}html[dir=rtl] .svg-icon.svg-icon-sm-2x svg{height:2rem!important;width:2rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-2qx svg{height:2.25rem!important;width:2.25rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-2hx svg{height:2.5rem!important;width:2.5rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-2tx svg{height:2.75rem!important;width:2.75rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-3x svg{height:3rem!important;width:3rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-3qx svg{height:3.25rem!important;width:3.25rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-3hx svg{height:3.5rem!important;width:3.5rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-3tx svg{height:3.75rem!important;width:3.75rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-4x svg{height:4rem!important;width:4rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-4qx svg{height:4.25rem!important;width:4.25rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-4hx svg{height:4.5rem!important;width:4.5rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-4tx svg{height:4.75rem!important;width:4.75rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-5x svg{height:5rem!important;width:5rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-5qx svg{height:5.25rem!important;width:5.25rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-5hx svg{height:5.5rem!important;width:5.5rem!important}html[dir=rtl] .svg-icon.svg-icon-sm-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width: 768px){html[dir=rtl] .svg-icon.svg-icon-md-1 svg{height:1.75rem!important;width:1.75rem!important}html[dir=rtl] .svg-icon.svg-icon-md-2 svg{height:1.5rem!important;width:1.5rem!important}html[dir=rtl] .svg-icon.svg-icon-md-3 svg{height:1.35rem!important;width:1.35rem!important}html[dir=rtl] .svg-icon.svg-icon-md-4 svg{height:1.25rem!important;width:1.25rem!important}html[dir=rtl] .svg-icon.svg-icon-md-5 svg{height:1.15rem!important;width:1.15rem!important}html[dir=rtl] .svg-icon.svg-icon-md-6 svg{height:1.075rem!important;width:1.075rem!important}html[dir=rtl] .svg-icon.svg-icon-md-7 svg{height:.95rem!important;width:.95rem!important}html[dir=rtl] .svg-icon.svg-icon-md-8 svg{height:.85rem!important;width:.85rem!important}html[dir=rtl] .svg-icon.svg-icon-md-9 svg{height:.75rem!important;width:.75rem!important}html[dir=rtl] .svg-icon.svg-icon-md-10 svg{height:.5rem!important;width:.5rem!important}html[dir=rtl] .svg-icon.svg-icon-md-base svg{height:1rem!important;width:1rem!important}html[dir=rtl] .svg-icon.svg-icon-md-fluid svg{height:100%!important;width:100%!important}html[dir=rtl] .svg-icon.svg-icon-md-2x svg{height:2rem!important;width:2rem!important}html[dir=rtl] .svg-icon.svg-icon-md-2qx svg{height:2.25rem!important;width:2.25rem!important}html[dir=rtl] .svg-icon.svg-icon-md-2hx svg{height:2.5rem!important;width:2.5rem!important}html[dir=rtl] .svg-icon.svg-icon-md-2tx svg{height:2.75rem!important;width:2.75rem!important}html[dir=rtl] .svg-icon.svg-icon-md-3x svg{height:3rem!important;width:3rem!important}html[dir=rtl] .svg-icon.svg-icon-md-3qx svg{height:3.25rem!important;width:3.25rem!important}html[dir=rtl] .svg-icon.svg-icon-md-3hx svg{height:3.5rem!important;width:3.5rem!important}html[dir=rtl] .svg-icon.svg-icon-md-3tx svg{height:3.75rem!important;width:3.75rem!important}html[dir=rtl] .svg-icon.svg-icon-md-4x svg{height:4rem!important;width:4rem!important}html[dir=rtl] .svg-icon.svg-icon-md-4qx svg{height:4.25rem!important;width:4.25rem!important}html[dir=rtl] .svg-icon.svg-icon-md-4hx svg{height:4.5rem!important;width:4.5rem!important}html[dir=rtl] .svg-icon.svg-icon-md-4tx svg{height:4.75rem!important;width:4.75rem!important}html[dir=rtl] .svg-icon.svg-icon-md-5x svg{height:5rem!important;width:5rem!important}html[dir=rtl] .svg-icon.svg-icon-md-5qx svg{height:5.25rem!important;width:5.25rem!important}html[dir=rtl] .svg-icon.svg-icon-md-5hx svg{height:5.5rem!important;width:5.5rem!important}html[dir=rtl] .svg-icon.svg-icon-md-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width: 992px){html[dir=rtl] .svg-icon.svg-icon-lg-1 svg{height:1.75rem!important;width:1.75rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-2 svg{height:1.5rem!important;width:1.5rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-3 svg{height:1.35rem!important;width:1.35rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-4 svg{height:1.25rem!important;width:1.25rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-5 svg{height:1.15rem!important;width:1.15rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-6 svg{height:1.075rem!important;width:1.075rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-7 svg{height:.95rem!important;width:.95rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-8 svg{height:.85rem!important;width:.85rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-9 svg{height:.75rem!important;width:.75rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-10 svg{height:.5rem!important;width:.5rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-base svg{height:1rem!important;width:1rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-fluid svg{height:100%!important;width:100%!important}html[dir=rtl] .svg-icon.svg-icon-lg-2x svg{height:2rem!important;width:2rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-2qx svg{height:2.25rem!important;width:2.25rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-2hx svg{height:2.5rem!important;width:2.5rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-2tx svg{height:2.75rem!important;width:2.75rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-3x svg{height:3rem!important;width:3rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-3qx svg{height:3.25rem!important;width:3.25rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-3hx svg{height:3.5rem!important;width:3.5rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-3tx svg{height:3.75rem!important;width:3.75rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-4x svg{height:4rem!important;width:4rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-4qx svg{height:4.25rem!important;width:4.25rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-4hx svg{height:4.5rem!important;width:4.5rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-4tx svg{height:4.75rem!important;width:4.75rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-5x svg{height:5rem!important;width:5rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-5qx svg{height:5.25rem!important;width:5.25rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-5hx svg{height:5.5rem!important;width:5.5rem!important}html[dir=rtl] .svg-icon.svg-icon-lg-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width: 1200px){html[dir=rtl] .svg-icon.svg-icon-xl-1 svg{height:1.75rem!important;width:1.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-2 svg{height:1.5rem!important;width:1.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-3 svg{height:1.35rem!important;width:1.35rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-4 svg{height:1.25rem!important;width:1.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-5 svg{height:1.15rem!important;width:1.15rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-6 svg{height:1.075rem!important;width:1.075rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-7 svg{height:.95rem!important;width:.95rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-8 svg{height:.85rem!important;width:.85rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-9 svg{height:.75rem!important;width:.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-10 svg{height:.5rem!important;width:.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-base svg{height:1rem!important;width:1rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-fluid svg{height:100%!important;width:100%!important}html[dir=rtl] .svg-icon.svg-icon-xl-2x svg{height:2rem!important;width:2rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-2qx svg{height:2.25rem!important;width:2.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-2hx svg{height:2.5rem!important;width:2.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-2tx svg{height:2.75rem!important;width:2.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-3x svg{height:3rem!important;width:3rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-3qx svg{height:3.25rem!important;width:3.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-3hx svg{height:3.5rem!important;width:3.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-3tx svg{height:3.75rem!important;width:3.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-4x svg{height:4rem!important;width:4rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-4qx svg{height:4.25rem!important;width:4.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-4hx svg{height:4.5rem!important;width:4.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-4tx svg{height:4.75rem!important;width:4.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-5x svg{height:5rem!important;width:5rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-5qx svg{height:5.25rem!important;width:5.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-5hx svg{height:5.5rem!important;width:5.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xl-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width: 1400px){html[dir=rtl] .svg-icon.svg-icon-xxl-1 svg{height:1.75rem!important;width:1.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-2 svg{height:1.5rem!important;width:1.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-3 svg{height:1.35rem!important;width:1.35rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-4 svg{height:1.25rem!important;width:1.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-5 svg{height:1.15rem!important;width:1.15rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-6 svg{height:1.075rem!important;width:1.075rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-7 svg{height:.95rem!important;width:.95rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-8 svg{height:.85rem!important;width:.85rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-9 svg{height:.75rem!important;width:.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-10 svg{height:.5rem!important;width:.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-base svg{height:1rem!important;width:1rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-fluid svg{height:100%!important;width:100%!important}html[dir=rtl] .svg-icon.svg-icon-xxl-2x svg{height:2rem!important;width:2rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-2qx svg{height:2.25rem!important;width:2.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-2hx svg{height:2.5rem!important;width:2.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-2tx svg{height:2.75rem!important;width:2.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-3x svg{height:3rem!important;width:3rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-3qx svg{height:3.25rem!important;width:3.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-3hx svg{height:3.5rem!important;width:3.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-3tx svg{height:3.75rem!important;width:3.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-4x svg{height:4rem!important;width:4rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-4qx svg{height:4.25rem!important;width:4.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-4hx svg{height:4.5rem!important;width:4.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-4tx svg{height:4.75rem!important;width:4.75rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-5x svg{height:5rem!important;width:5rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-5qx svg{height:5.25rem!important;width:5.25rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-5hx svg{height:5.5rem!important;width:5.5rem!important}html[dir=rtl] .svg-icon.svg-icon-xxl-5tx svg{height:5.75rem!important;width:5.75rem!important}}html[dir=rtl] .timeline .timeline-item{position:relative;padding:0;margin:0;display:flex;align-items:flex-start}html[dir=rtl] .timeline .timeline-item:last-child .timeline-line{bottom:100%}html[dir=rtl] .timeline .timeline-line{display:block;content:" ";justify-content:center;position:absolute;z-index:0;right:0;top:0;bottom:0;transform:translate(-50%);border-right-width:1px;border-right-style:dashed;border-right-color:#e4e6ef}html[dir=rtl] .timeline .timeline-icon{z-index:1;flex-shrink:0;margin-left:1rem}html[dir=rtl] .timeline .timeline-content{width:100%;overflow:auto;margin-bottom:1.5rem}html[dir=rtl] .timeline.timeline-center .timeline-item{align-items:center}html[dir=rtl] .timeline.timeline-center .timeline-item:first-child .timeline-line{top:50%}html[dir=rtl] .timeline.timeline-center .timeline-item:last-child .timeline-line{bottom:50%}html[dir=rtl] .overlay{position:relative}html[dir=rtl] .overlay .overlay-layer{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background-color:#0000000d;transition:all .3s ease;opacity:0}html[dir=rtl] .overlay.overlay-show .overlay-layer,html[dir=rtl] .overlay.overlay-block .overlay-layer,html[dir=rtl] .overlay:hover .overlay-layer{transition:all .3s ease;opacity:1}html[dir=rtl] .overlay.overlay-block{cursor:wait}html[dir=rtl] .bullet{display:inline-block;background-color:#b5b5c3;border-radius:6px;width:8px;height:4px;flex-shrink:0}html[dir=rtl] .bullet-dot{width:4px;height:4px;border-radius:100%!important}html[dir=rtl] .bullet-vertical{width:4px;height:8px}html[dir=rtl] .bullet-line{width:5px;height:1px;border-radius:none}html[dir=rtl] .drawer{display:flex!important;overflow:auto;z-index:110;position:fixed;top:0;bottom:0;background-color:#fff;transition:transform .3s ease-in-out}html[dir=rtl] .drawer.drawer-start{right:0;transform:translate(100%)}html[dir=rtl] .drawer.drawer-end{left:0;transform:translate(-100%)}html[dir=rtl] .drawer.drawer-on{transform:none;box-shadow:0 1px 9px -3px #0000000d;transition:transform .3s ease-in-out}html[dir=rtl] .drawer-overlay{position:fixed;inset:0;overflow:hidden;z-index:109;background-color:#0003;animation:animation-drawer-fade-in .3s ease-in-out 1}html[dir=rtl] [data-kt-drawer=true]{display:none}@keyframes animation-drawer-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width: 991.98px){html[dir=rtl] body[data-kt-drawer=on]{overflow:hidden}}html[dir=rtl] .badge.badge-circle,html[dir=rtl] .badge.badge-square{display:inline-flex;align-items:center;justify-content:center;height:1.75rem;min-width:1.75rem;padding:0 .1rem}html[dir=rtl] .badge.badge-circle{border-radius:50%;padding:0;min-width:unset;width:1.75rem}html[dir=rtl] .badge.badge-sm{min-width:1.5rem;font-size:.85rem}html[dir=rtl] .badge.badge-sm.badge-circle{width:1.5rem;height:1.5rem}html[dir=rtl] .badge.badge-lg{min-width:2rem;font-size:1rem}html[dir=rtl] .badge.badge-lg.badge-circle{width:2rem;height:2rem}html[dir=rtl] .badge-white{color:#7e8299;background-color:#fff}html[dir=rtl] .badge-light-white{color:#fff}html[dir=rtl] .badge-light{color:#7e8299;background-color:#f5f8fa}html[dir=rtl] .badge-light-light{color:#f5f8fa}html[dir=rtl] .badge-primary{color:#fff;background-color:var(--bs-primary)}html[dir=rtl] .badge-light-primary{color:var(--bs-primary);background-color:var(--bs-light-primary)}html[dir=rtl] .badge-secondary{color:#3f4254;background-color:#e4e6ef}html[dir=rtl] .badge-light-secondary{color:#e4e6ef}html[dir=rtl] .badge-success{color:#fff;background-color:#50cd89}html[dir=rtl] .badge-light-success{color:#50cd89;background-color:#e8fff3}html[dir=rtl] .badge-info{color:#fff;background-color:var(--bs-info)}html[dir=rtl] .badge-light-info{color:var(--bs-info);background-color:#f8f5ff}html[dir=rtl] .badge-warning{color:#fff;background-color:#ffc700}html[dir=rtl] .badge-light-warning{color:#ffc700;background-color:#fff8dd}html[dir=rtl] .badge-danger{color:#fff;background-color:#f1416c}html[dir=rtl] .badge-light-danger{color:#f1416c;background-color:#fff5f8}html[dir=rtl] .badge-dark{color:#fff;background-color:var(--bs-gray-900)}html[dir=rtl] .badge-light-dark{color:var(--bs-gray-900);background-color:#eff2f5}html[dir=rtl] .indicator-progress{display:none}html[dir=rtl] [data-kt-indicator=on]>.indicator-progress{display:inline-block}html[dir=rtl] [data-kt-indicator=on]>.indicator-label{display:none}html[dir=rtl] .rotate{display:inline-flex;align-items:center}html[dir=rtl] .rotate-90{transition:transform .3s ease;-webkit-backface-visibility:hidden}html[dir=rtl] .collapsible:not(.collapsed)>.rotate-90,html[dir=rtl] .active>.rotate-90{transform:rotate(-90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .collapsible:not(.collapsed)>.rotate-90,html[dir=rtl] [direction=rtl] .active>.rotate-90{transform:rotate(90deg)}html[dir=rtl] .rotate-n90{transition:transform .3s ease;-webkit-backface-visibility:hidden}html[dir=rtl] .collapsible:not(.collapsed)>.rotate-n90,html[dir=rtl] .active>.rotate-n90{transform:rotate(90deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .collapsible:not(.collapsed)>.rotate-n90,html[dir=rtl] [direction=rtl] .active>.rotate-n90{transform:rotate(-90deg)}html[dir=rtl] .rotate-180{transition:transform .3s ease;-webkit-backface-visibility:hidden}html[dir=rtl] .collapsible:not(.collapsed)>.rotate-180,html[dir=rtl] .active>.rotate-180{transform:rotate(-180deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .collapsible:not(.collapsed)>.rotate-180,html[dir=rtl] [direction=rtl] .active>.rotate-180{transform:rotate(180deg)}html[dir=rtl] .rotate-n180{transition:transform .3s ease;-webkit-backface-visibility:hidden}html[dir=rtl] .collapsible:not(.collapsed)>.rotate-n180,html[dir=rtl] .active>.rotate-n180{transform:rotate(180deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .collapsible:not(.collapsed)>.rotate-n180,html[dir=rtl] [direction=rtl] .active>.rotate-n180{transform:rotate(-180deg)}html[dir=rtl] .rotate-270{transition:transform .3s ease;-webkit-backface-visibility:hidden}html[dir=rtl] .collapsible:not(.collapsed)>.rotate-270,html[dir=rtl] .active>.rotate-270{transform:rotate(-270deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .collapsible:not(.collapsed)>.rotate-270,html[dir=rtl] [direction=rtl] .active>.rotate-270{transform:rotate(270deg)}html[dir=rtl] .rotate-n270{transition:transform .3s ease;-webkit-backface-visibility:hidden}html[dir=rtl] .collapsible:not(.collapsed)>.rotate-n270,html[dir=rtl] .active>.rotate-n270{transform:rotate(270deg);transition:transform .3s ease}html[dir=rtl] [direction=rtl] .collapsible:not(.collapsed)>.rotate-n270,html[dir=rtl] [direction=rtl] .active>.rotate-n270{transform:rotate(-270deg)}@media (min-width: 992px){html[dir=rtl] span,html[dir=rtl] ol,html[dir=rtl] ul,html[dir=rtl] pre,html[dir=rtl] div{scrollbar-width:thin;scrollbar-color:#EFF2F5 transparent}html[dir=rtl] span::-webkit-scrollbar,html[dir=rtl] ol::-webkit-scrollbar,html[dir=rtl] ul::-webkit-scrollbar,html[dir=rtl] pre::-webkit-scrollbar,html[dir=rtl] div::-webkit-scrollbar{width:.4rem;height:.4rem}html[dir=rtl] span::-webkit-scrollbar-thumb,html[dir=rtl] ol::-webkit-scrollbar-thumb,html[dir=rtl] ul::-webkit-scrollbar-thumb,html[dir=rtl] pre::-webkit-scrollbar-thumb,html[dir=rtl] div::-webkit-scrollbar-thumb{background-color:#eff2f5}html[dir=rtl] span:hover,html[dir=rtl] ol:hover,html[dir=rtl] ul:hover,html[dir=rtl] pre:hover,html[dir=rtl] div:hover{scrollbar-color:#e9edf1 transparent}html[dir=rtl] span:hover::-webkit-scrollbar-thumb,html[dir=rtl] ol:hover::-webkit-scrollbar-thumb,html[dir=rtl] ul:hover::-webkit-scrollbar-thumb,html[dir=rtl] pre:hover::-webkit-scrollbar-thumb,html[dir=rtl] div:hover::-webkit-scrollbar-thumb{background-color:#e9edf1}}html[dir=rtl] .scroll{overflow:scroll;position:relative}@media (max-width: 991.98px){html[dir=rtl] .scroll{overflow:auto}}html[dir=rtl] .scroll-x{overflow-x:scroll;position:relative}@media (max-width: 991.98px){html[dir=rtl] .scroll-x{overflow-x:auto}}html[dir=rtl] .scroll-y{overflow-y:scroll;position:relative}@media (max-width: 991.98px){html[dir=rtl] .scroll-y{overflow-y:auto}}html[dir=rtl] .hover-scroll{position:relative}@media (min-width: 992px){html[dir=rtl] .hover-scroll{overflow:hidden;border-left:.4rem solid transparent;border-bottom:.4rem solid transparent;margin-left:-.4rem;margin-bottom:-.4rem}html[dir=rtl] .hover-scroll:hover{overflow:scroll;border-left:0;border-bottom:0}@-moz-document url-prefix(){html[dir=rtl] .hover-scroll{overflow:scroll;position:relative;border-left:0;border-bottom:0}}}@media (max-width: 991.98px){html[dir=rtl] .hover-scroll{overflow:auto}}html[dir=rtl] .hover-scroll-y{position:relative}@media (min-width: 992px){html[dir=rtl] .hover-scroll-y{overflow-y:hidden;border-left:.4rem solid transparent;margin-left:-.4rem}html[dir=rtl] .hover-scroll-y:hover{overflow-y:scroll;border-left:0}@-moz-document url-prefix(){html[dir=rtl] .hover-scroll-y{overflow-y:scroll;position:relative;border-left:0}}}@media (max-width: 991.98px){html[dir=rtl] .hover-scroll-y{overflow-y:auto}}html[dir=rtl] .hover-scroll-x{position:relative}@media (min-width: 992px){html[dir=rtl] .hover-scroll-x{overflow-x:hidden;border-bottom:.4rem solid transparent}html[dir=rtl] .hover-scroll-x:hover{overflow-x:scroll;border-bottom:0}@-moz-document url-prefix(){html[dir=rtl] .hover-scroll-x{overflow-x:scroll;position:relative;border-bottom:0}}}@media (max-width: 991.98px){html[dir=rtl] .hover-scroll-x{overflow-x:auto}}html[dir=rtl] .hover-scroll-overlay-y{overflow-y:hidden;position:relative;--scrollbar-space: .25rem}html[dir=rtl] .hover-scroll-overlay-y::-webkit-scrollbar{width:calc(.4rem + var(--scrollbar-space))}html[dir=rtl] .hover-scroll-overlay-y::-webkit-scrollbar-thumb{background-clip:content-box;border-left:var(--scrollbar-space) solid transparent}html[dir=rtl] .hover-scroll-overlay-y:hover{overflow-y:overlay}@-moz-document url-prefix(){html[dir=rtl] .hover-scroll-overlay-y{overflow-y:scroll;position:relative}}html[dir=rtl] .scroll-ps{padding-right:.4rem!important}html[dir=rtl] .scroll-ms{margin-right:.4rem!important}html[dir=rtl] .scroll-pe{padding-left:.4rem!important}html[dir=rtl] .scroll-me{margin-left:.4rem!important}html[dir=rtl] .scroll-px{padding-right:.4rem!important;padding-left:.4rem!important}html[dir=rtl] .scroll-mx{margin-right:.4rem!important;margin-left:.4rem!important}html[dir=rtl] .rating{display:flex;align-items:center}html[dir=rtl] .rating-input{position:absolute!important;right:-9999px!important}html[dir=rtl] .rating-input[disabled]{display:none}html[dir=rtl] .rating-label{padding:0;margin:0}html[dir=rtl] .rating-label>i{line-height:1;color:#b5b5c3}html[dir=rtl] .rating-label>.svg-icon{line-height:1}html[dir=rtl] .rating-label>.svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] label.rating-label{cursor:pointer}html[dir=rtl] div.rating-label.checked>i,html[dir=rtl] label.rating-label>i{color:#ffad0f}html[dir=rtl] div.rating-label.checked>.svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] label.rating-label>.svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffad0f}html[dir=rtl] div.rating-label.checked>.svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] label.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .rating-input:checked~.rating-label>i{color:#b5b5c3}html[dir=rtl] .rating-input:checked~.rating-label>.svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .rating-input:checked~.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .rating:hover label.rating-label>i{color:#ffad0f}html[dir=rtl] .rating:hover label.rating-label>.svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#ffad0f}html[dir=rtl] .rating:hover label.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] label.rating-label:hover~.rating-label>i{color:#b5b5c3}html[dir=rtl] label.rating-label:hover~.rating-label>.svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] label.rating-label:hover~.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .stepper [data-kt-stepper-element=info],html[dir=rtl] .stepper [data-kt-stepper-element=content]{display:none}html[dir=rtl] .stepper [data-kt-stepper-element=info].current,html[dir=rtl] .stepper [data-kt-stepper-element=content].current{display:flex}html[dir=rtl] .stepper .stepper-item[data-kt-stepper-action=step]{cursor:pointer}html[dir=rtl] .stepper [data-kt-stepper-action=previous]{display:none}html[dir=rtl] .stepper [data-kt-stepper-action=prev]{display:inline-block}html[dir=rtl] .stepper [data-kt-stepper-action=submit],html[dir=rtl] .stepper.first [data-kt-stepper-action=previous]{display:none}html[dir=rtl] .stepper.first [data-kt-stepper-action=prev]{display:inline-block}html[dir=rtl] .stepper.first [data-kt-stepper-action=submit]{display:none}html[dir=rtl] .stepper.between [data-kt-stepper-action=previous],html[dir=rtl] .stepper.between [data-kt-stepper-action=prev]{display:inline-block}html[dir=rtl] .stepper.between [data-kt-stepper-action=submit]{display:none}html[dir=rtl] .stepper.last [data-kt-stepper-action=previous]{display:inline-block}html[dir=rtl] .stepper.last [data-kt-stepper-action=prev]{display:none}html[dir=rtl] .stepper.last [data-kt-stepper-action=submit]{display:inline-block}html[dir=rtl] .stepper.last [data-kt-stepper-action=submit].btn-flex,html[dir=rtl] .stepper.stepper-pills .stepper-nav{display:flex}html[dir=rtl] .stepper.stepper-pills .stepper-item{display:flex;align-items:center;transition:color .2s ease,background-color .2s ease}html[dir=rtl] .stepper.stepper-pills .stepper-item .stepper-icon{display:flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease;width:40px;height:40px;border-radius:.475rem;background-color:var(--bs-light-primary);margin-left:1.5rem}html[dir=rtl] .stepper.stepper-pills .stepper-item .stepper-icon .stepper-check{display:none;font-size:1rem}html[dir=rtl] .stepper.stepper-pills .stepper-item .stepper-icon .stepper-number{font-weight:600;color:var(--bs-primary)!important;font-size:1.25rem}html[dir=rtl] .stepper.stepper-pills .stepper-item .stepper-label{display:flex;flex-direction:column;justify-content:center}html[dir=rtl] .stepper.stepper-pills .stepper-item .stepper-label .stepper-title{color:#3f4254;font-weight:600;font-size:1.25rem;margin-bottom:.3rem}html[dir=rtl] .stepper.stepper-pills .stepper-item .stepper-label .stepper-desc{color:#a1a5b7}html[dir=rtl] .stepper.stepper-pills .stepper-item.current{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .stepper.stepper-pills .stepper-item.current .stepper-icon{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-primary)}html[dir=rtl] .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check{color:var(--bs-primary);display:none}html[dir=rtl] .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number{color:#fff!important;font-size:1.35rem}html[dir=rtl] .stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title{color:#7e8299}html[dir=rtl] .stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc{color:#b5b5c3}html[dir=rtl] .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon,html[dir=rtl] .stepper.stepper-pills .stepper-item.completed .stepper-icon{transition:color .2s ease,background-color .2s ease;background-color:var(--bs-light-primary)}html[dir=rtl] .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check,html[dir=rtl] .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check{color:var(--bs-primary)!important;display:inline-block}html[dir=rtl] .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-number,html[dir=rtl] .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number{display:none}html[dir=rtl] .stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-title,html[dir=rtl] .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title{color:#a1a5b7}html[dir=rtl] .stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-desc,html[dir=rtl] .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc{color:#b5b5c3}html[dir=rtl] .stepper.stepper-pills.stepper-column .stepper-nav{flex-direction:column}html[dir=rtl] .stepper.stepper-pills.stepper-column .stepper-item{position:relative;padding:0;margin:0;padding-bottom:2.5rem}html[dir=rtl] .stepper.stepper-pills.stepper-column .stepper-icon{z-index:1}html[dir=rtl] .stepper.stepper-pills.stepper-column .stepper-line{display:block;content:" ";justify-content:center;position:absolute;z-index:0;right:0;top:0;bottom:0;width:40px;transform:translate(-50%);border-right-width:1px;border-right-style:dashed;border-right-color:#e4e6ef}html[dir=rtl] .stepper.stepper-pills.stepper-column .stepper-item:first-child .stepper-line{top:50%}html[dir=rtl] .stepper.stepper-pills.stepper-column .stepper-item:last-child .stepper-line{bottom:50%}html[dir=rtl] .toggle.collapsible:not(.collapsed) .toggle-off,html[dir=rtl] .toggle.active .toggle-off{display:none}html[dir=rtl] .toggle.collapsible.collapsed .toggle-on,html[dir=rtl] .toggle:not(.collapsible):not(.active) .toggle-on{display:none}html[dir=rtl] .xehagon{clip-path:polygon(45% 1.33974596%,46.57979857% .60307379%,48.26351822% .15192247%,50% 0%,51.73648178% .15192247%,53.42020143% .60307379%,55% 1.33974596%,89.64101615% 21.33974596%,91.06889225% 22.33955557%,92.30146058% 23.5721239%,93.30127019% 25%,94.03794236% 26.57979857%,94.48909368% 28.26351822%,94.64101615% 30%,94.64101615% 70%,94.48909368% 71.73648178%,94.03794236% 73.42020143%,93.30127019% 75%,92.30146058% 76.4278761%,91.06889225% 77.66044443%,89.64101615% 78.66025404%,55% 98.66025404%,53.42020143% 99.39692621%,51.73648178% 99.84807753%,50% 100%,48.26351822% 99.84807753%,46.57979857% 99.39692621%,45% 98.66025404%,10.35898385% 78.66025404%,8.93110775% 77.66044443%,7.69853942% 76.4278761%,6.69872981% 75%,5.96205764% 73.42020143%,5.51090632% 71.73648178%,5.35898385% 70%,5.35898385% 30%,5.51090632% 28.26351822%,5.96205764% 26.57979857%,6.69872981% 25%,7.69853942% 23.5721239%,8.93110775% 22.33955557%,10.35898385% 21.33974596%)}html[dir=rtl] .octagon{clip-path:polygon(46.17316568% .76120467%,47.41180955% .34074174%,48.69473808% .08555139%,50% 0%,51.30526192% .08555139%,52.58819045% .34074174%,53.82683432% .76120467%,82.11110557% 12.47693343%,83.28427125% 13.05547471%,84.37188554% 13.78219535%,85.35533906% 14.64466094%,86.21780465% 15.62811446%,86.94452529% 16.71572875%,87.52306657% 17.88889443%,99.23879533% 46.17316568%,99.65925826% 47.41180955%,99.91444861% 48.69473808%,100% 50%,99.91444861% 51.30526192%,99.65925826% 52.58819045%,99.23879533% 53.82683432%,87.52306657% 82.11110557%,86.94452529% 83.28427125%,86.21780465% 84.37188554%,85.35533906% 85.35533906%,84.37188554% 86.21780465%,83.28427125% 86.94452529%,82.11110557% 87.52306657%,53.82683432% 99.23879533%,52.58819045% 99.65925826%,51.30526192% 99.91444861%,50% 100%,48.69473808% 99.91444861%,47.41180955% 99.65925826%,46.17316568% 99.23879533%,17.88889443% 87.52306657%,16.71572875% 86.94452529%,15.62811446% 86.21780465%,14.64466094% 85.35533906%,13.78219535% 84.37188554%,13.05547471% 83.28427125%,12.47693343% 82.11110557%,.76120467% 53.82683432%,.34074174% 52.58819045%,.08555139% 51.30526192%,0% 50%,.08555139% 48.69473808%,.34074174% 47.41180955%,.76120467% 46.17316568%,12.47693343% 17.88889443%,13.05547471% 16.71572875%,13.78219535% 15.62811446%,14.64466094% 14.64466094%,15.62811446% 13.78219535%,16.71572875% 13.05547471%,17.88889443% 12.47693343%)}html[dir=rtl] .ribbon{position:relative}html[dir=rtl] .ribbon .ribbon-label{display:flex;justify-content:center;align-items:center;padding:5px 10px;position:absolute;z-index:1;background-color:var(--bs-primary);box-shadow:0 -1px 5px #0000001a;color:#fff;top:50%;left:0;transform:translate(-5px) translateY(-50%)}html[dir=rtl] .ribbon .ribbon-label>.ribbon-inner{z-index:-1;position:absolute;padding:0;width:100%;height:100%;top:0;right:0}html[dir=rtl] .ribbon .ribbon-label:after{border-color:#003c5e}html[dir=rtl] .ribbon-vertical .ribbon-label{padding:5px 10px;min-width:36px;min-height:46px;text-align:center}html[dir=rtl] .ribbon.ribbon-top .ribbon-label{top:0;transform:translate(15px) translateY(-4px);border-bottom-left-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .ribbon.ribbon-bottom .ribbon-label{border-top-left-radius:.475rem;border-top-right-radius:.475rem}html[dir=rtl] .ribbon.ribbon-start .ribbon-label{top:50%;right:0;left:auto;transform:translate(5px) translateY(-50%);border-top-left-radius:.475rem;border-bottom-left-radius:.475rem}html[dir=rtl] .ribbon.ribbon-end .ribbon-label{border-top-right-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .ribbon.ribbon-clip.ribbon-start .ribbon-label{right:-5px}html[dir=rtl] .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner{border-top-left-radius:.475rem;border-bottom-left-radius:.475rem}html[dir=rtl] .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before,html[dir=rtl] .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after{content:"";position:absolute;border-style:solid;border-color:transparent!important;bottom:-10px}html[dir=rtl] .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before{border-width:0 0 10px 10px;border-left-color:var(--bs-gray-900)!important;right:0}html[dir=rtl] .ribbon.ribbon-clip.ribbon-end .ribbon-label{left:-5px}html[dir=rtl] .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner{border-top-right-radius:.475rem;border-bottom-right-radius:.475rem}html[dir=rtl] .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before,html[dir=rtl] .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after{content:"";position:absolute;border-style:solid;border-color:transparent!important;bottom:-10px}html[dir=rtl] .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before{border-width:0 10px 10px 0;border-right-color:var(--bs-gray-900)!important;left:0}html[dir=rtl] .ribbon.ribbon-triangle{position:absolute;z-index:1;display:flex;align-items:flex-start;justify-content:flex-start}html[dir=rtl] .ribbon.ribbon-triangle.ribbon-top-start{top:0;right:0;width:4rem;height:4rem;border-bottom:solid 2rem transparent!important;border-right:solid 2rem red;border-left:solid 2rem transparent!important;border-top:solid 2rem red}html[dir=rtl] .ribbon.ribbon-triangle.ribbon-top-end{top:0;left:0;width:4rem;height:4rem;border-bottom:solid 2rem transparent!important;border-right:solid 2rem transparent!important;border-left:solid 2rem red;border-top:solid 2rem red}html[dir=rtl] .ribbon.ribbon-triangle.ribbon-bottom-start{bottom:0;right:0;width:4rem;height:4rem;border-bottom:solid 2rem red;border-right:solid 2rem red;border-left:solid 2rem transparent!important;border-top:solid 2rem transparent!important}html[dir=rtl] .ribbon.ribbon-triangle.ribbon-bottom-end{bottom:0;left:0;width:4rem;height:4rem;border-bottom:solid 2rem red;border-left:solid 2rem red;border-right:solid 2rem transparent!important;border-top:solid 2rem transparent!important}html[dir=rtl] .blockui{position:relative}html[dir=rtl] .blockui .blockui-overlay{transition:all .3s ease;position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background-color:#0000000d}html[dir=rtl] .blockui .blockui-overlay .spinner-border{height:1.35rem;width:1.35rem}html[dir=rtl] .blockui .blockui-message{display:flex;align-items:center;border-radius:.475rem;box-shadow:0 0 50px #523f691a;background-color:#fff;color:#7e8299;font-weight:500;margin:0!important;width:auto;padding:.85rem 1.75rem!important}html[dir=rtl] .blockui .blockui-message .spinner-border{margin-left:.65rem}html[dir=rtl] .explore-btn-toggle{color:#7e8299;background-color:#fff}html[dir=rtl] .explore-btn-toggle:hover,html[dir=rtl] .explore-btn-toggle:focus,html[dir=rtl] .explore-btn-toggle:active{color:#fff;background-color:#00b2ff}html[dir=rtl] .explore-btn-dismiss{border:0}html[dir=rtl] .explore-btn-dismiss:hover i{color:#00b2ff}html[dir=rtl] .explore-btn-dismiss:hover .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#00b2ff}html[dir=rtl] .explore-btn-dismiss:hover .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .explore-btn-primary{border:0;color:#fff;background-color:#00b2ff}html[dir=rtl] .explore-btn-primary:hover{color:#fff;background-color:#0098da}html[dir=rtl] .explore-btn-secondary{border:0;color:#7e8299;background-color:#f5f8fa}html[dir=rtl] .explore-btn-secondary:hover{color:#3f4254;background-color:#eff2f5}html[dir=rtl] .explore-btn-outline{border:1px dashed #E4E6EF!important}html[dir=rtl] .explore-btn-outline:hover,html[dir=rtl] .explore-btn-outline.active{border:1px dashed #50CD89!important;background-color:#e8fff3}html[dir=rtl] .explore-link{color:#00b2ff}html[dir=rtl] .explore-link:hover{color:#0098da}html[dir=rtl] .explore-link-hover:hover{color:#00b2ff!important}html[dir=rtl] .explore-icon-success{color:#50cd89}html[dir=rtl] .explore-icon-success svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#50cd89}html[dir=rtl] .explore-icon-success svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .explore-icon-danger{color:#f1416c}html[dir=rtl] .explore-icon-danger svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#f1416c}html[dir=rtl] .explore-icon-danger svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .explore-label-free{color:#fff;background-color:#ffc700}html[dir=rtl] .explore-label-pro{color:#fff;background-color:#50cd89}html[dir=rtl] .stepper.stepper-links .stepper-nav{display:flex;margin:0 auto;justify-content:center;align-items:center;flex-wrap:wrap}html[dir=rtl] .stepper.stepper-links .stepper-nav .stepper-item{position:relative;flex-shrink:0;margin:1rem 1.5rem}html[dir=rtl] .stepper.stepper-links .stepper-nav .stepper-item:after{content:" ";position:absolute;top:2.3rem;right:0;height:2px;width:100%;background-color:transparent;transition:color .2s ease,background-color .2s ease}html[dir=rtl] .stepper.stepper-links .stepper-nav .stepper-item .stepper-title{color:var(--bs-gray-900);font-weight:600;font-size:1.25rem}html[dir=rtl] .stepper.stepper-links .stepper-nav .stepper-item.current{transition:color .2s ease,background-color .2s ease}html[dir=rtl] .stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title{color:var(--bs-primary)}html[dir=rtl] .stepper.stepper-links .stepper-nav .stepper-item.current:after{background-color:var(--bs-primary)}html[dir=rtl] .stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title{color:#b5b5c3}html[dir=rtl] .timeline-label{position:relative}html[dir=rtl] .timeline-label:before{content:"";position:absolute;right:51px;width:3px;top:0;bottom:0;background-color:#eff2f5}html[dir=rtl] .timeline-label .timeline-item{display:flex;align-items:flex-start;position:relative;margin-bottom:1.7rem}html[dir=rtl] .timeline-label .timeline-item:last-child{margin-bottom:0}html[dir=rtl] .timeline-label .timeline-label{width:50px;flex-shrink:0;position:relative;color:#3f4254}html[dir=rtl] .timeline-label .timeline-badge{flex-shrink:0;background:#fff;width:1rem;height:1rem;border-radius:100%;display:flex;justify-content:center;align-items:center;z-index:1;position:relative;margin-top:1px;margin-right:-.5rem;padding:3px!important;border:6px solid #ffffff!important}html[dir=rtl] .timeline-label .timeline-badge span{display:block;border-radius:100%;width:6px;height:6px;background-color:#eff2f5}html[dir=rtl] .timeline-label .timeline-content{flex-grow:1}html[dir=rtl] .placeholder-white-opacity-75::placeholder{color:#ffffffbf}html[dir=rtl] .placeholder-white-opacity-75::-moz-placeholder{color:#ffffffbf;opacity:1}html[dir=rtl] .item-border-hover{border:1px solid #fff;border-radius:6px}html[dir=rtl] .item-border-hover:hover{border:1px solid #EFF2F5;cursor:pointer;transition:color .2s ease,background-color .2s ease;background-color:#f5f8fa4d}html[dir=rtl] .item-border-hover:hover .label{background-color:#00a3ff!important;transition:color .2s ease,background-color .2s ease;color:#fff}html[dir=rtl] .item-border-hover .label{display:flex;justify-content:center;align-items:center;border-radius:6px}html[dir=rtl] .noUi-target.noUi-target-success .noUi-connects{background:#e8fff3}html[dir=rtl] .noUi-target.noUi-target-success .noUi-connects .noUi-connect{background:#50cd89}html[dir=rtl] .noUi-target.noUi-target-success .noUi-handle{border:1px solid #50CD89;box-shadow:0 3px 6px -3px #50cd89b3;background:#50cd89}html[dir=rtl] .landing-dark-bg{background-color:#13263c}html[dir=rtl] .landing-dark-color{color:#13263c}html[dir=rtl] .landing-dark-border{border:1px dashed #2C3F5B}html[dir=rtl] .landing-dark-separator{border-top:1px dashed #2C3F5B}html[dir=rtl] .landing-curve{position:relative}html[dir=rtl] .landing-curve svg{position:relative;top:0;display:block}html[dir=rtl] .landing-header{display:flex;align-items:center;height:100px}html[dir=rtl] .landing-header .logo-default{display:block}html[dir=rtl] .landing-header .logo-sticky{display:none}html[dir=rtl] .landing-header .menu .menu-link.active{color:#fff}html[dir=rtl] [data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active{color:var(--bs-primary);background-color:#eff2f566}html[dir=rtl] [data-kt-sticky-landing-header=on] .landing-header{padding:0;position:fixed;top:0;left:0;right:0;z-index:100;background-color:#fff;box-shadow:0 10px 30px #523f690d;height:70px}html[dir=rtl] [data-kt-sticky-landing-header=on] .landing-header .logo-sticky{display:block}html[dir=rtl] [data-kt-sticky-landing-header=on] .landing-header .logo-default{display:none}html[dir=rtl] body[data-kt-sticky-landing-header=on]{padding-top:100px}@media (max-width: 991.98px){html[dir=rtl] .landing-header{height:70px}html[dir=rtl] .landing-header .landing-menu-wrapper{position:relative;overflow:auto}html[dir=rtl] [data-kt-sticky-landing-header=on] .landing-header{height:70px}html[dir=rtl] .landing-header .menu .menu-link.active{color:var(--bs-primary);background-color:#eff2f566}html[dir=rtl] body[data-kt-sticky-landing-header=on]{padding-top:70px}}html[dir=rtl] html{font-family:sans-serif;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}html[dir=rtl] html,html[dir=rtl] body{height:100%;margin:0;padding:0;font-size:13px!important;font-weight:400;font-family:Poppins,Helvetica,"sans-serif";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 991.98px){html[dir=rtl] html,html[dir=rtl] body{font-size:13px!important}}@media (max-width: 767.98px){html[dir=rtl] html,html[dir=rtl] body{font-size:12px!important}}html[dir=rtl] html a:hover,html[dir=rtl] html a:active,html[dir=rtl] html a:focus,html[dir=rtl] body a:hover,html[dir=rtl] body a:active,html[dir=rtl] body a:focus{text-decoration:none!important}html[dir=rtl] body{display:flex;flex-direction:column;color:var(--bs-gray-900)}html[dir=rtl] router-outlet{display:none}html[dir=rtl] canvas{-webkit-user-select:none;user-select:none}@media print{html[dir=rtl] .print-content-only{padding:0!important;background:none!important}html[dir=rtl] .print-content-only .wrapper,html[dir=rtl] .print-content-only .page,html[dir=rtl] .print-content-only .page-title .content,html[dir=rtl] .print-content-only .container,html[dir=rtl] .print-content-only .container-xxl,html[dir=rtl] .print-content-only .container-fluid,html[dir=rtl] .print-content-only .container-sm,html[dir=rtl] .print-content-only .container-md,html[dir=rtl] .print-content-only .container-lg,html[dir=rtl] .print-content-only .container-xl{background:none!important;padding:0!important;margin:0!important}html[dir=rtl] .print-content-only .aside,html[dir=rtl] .print-content-only .sidebar,html[dir=rtl] .print-content-only .scrolltop,html[dir=rtl] .print-content-only .header,html[dir=rtl] .print-content-only .footer,html[dir=rtl] .print-content-only .toolbar,html[dir=rtl] .print-content-only .drawer,html[dir=rtl] .print-content-only .btn{display:none!important}}html[dir=rtl] body{background-color:#f5f8fa}html[dir=rtl] .text-page-bg{color:#f5f8fa}@media (min-width: 992px){html[dir=rtl] .container,html[dir=rtl] .container-xxl,html[dir=rtl] .container-fluid,html[dir=rtl] .container-sm,html[dir=rtl] .container-md,html[dir=rtl] .container-lg,html[dir=rtl] .container-xl{padding:0 30px}html[dir=rtl] .wrapper{transition:padding-right .3s ease,margin-left .3s ease}html[dir=rtl] .aside-enabled.aside-fixed .wrapper{transition:padding-right .3s ease;padding-right:265px}html[dir=rtl] .aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper{transition:padding-right .3s ease;padding-right:75px}html[dir=rtl] .header-fixed .wrapper{padding-top:65px}html[dir=rtl] .header-fixed.toolbar-fixed .wrapper{padding-top:calc(65px + var(--kt-toolbar-height))}}@media (max-width: 991.98px){html[dir=rtl] .container,html[dir=rtl] .container-xxl,html[dir=rtl] .container-fluid,html[dir=rtl] .container-sm,html[dir=rtl] .container-md,html[dir=rtl] .container-lg,html[dir=rtl] .container-xl{max-width:none;padding:0 15px}html[dir=rtl] .header-tablet-and-mobile-fixed .wrapper{padding-top:55px}html[dir=rtl] .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper{padding-top:calc(55px + var(--kt-toolbar-height-tablet-and-mobile))}}@media (min-width: 992px){html[dir=rtl] .header{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;height:65px;transition:right .3s ease}html[dir=rtl] .header-fixed .header{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#fff;height:65px;padding:0;box-shadow:0 10px 30px #523f690d}html[dir=rtl] .header-fixed.toolbar-fixed .header{box-shadow:none}html[dir=rtl] .aside-enabled.aside-fixed.header-fixed .header{right:265px;transition:right .3s ease}html[dir=rtl] .aside-enabled.aside-fixed.header-fixed[data-kt-aside-minimize=on] .header{right:75px;transition:right .3s ease}html[dir=rtl] .header .header-menu{display:flex}}@media (max-width: 991.98px){html[dir=rtl] .header{display:flex;justify-content:space-between;align-items:center;height:55px;position:relative;z-index:3}html[dir=rtl] .header-tablet-and-mobile-fixed .header{position:fixed;top:0;left:0;right:0;z-index:100;height:55px;min-height:55px;background-color:#fff;box-shadow:0 10px 30px #523f690d}html[dir=rtl] .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .header{box-shadow:none}html[dir=rtl] .header .header-menu{display:none;z-index:99}html[dir=rtl] .header .page-title{display:none!important}}html[dir=rtl] .toolbar{display:flex;align-items:center;background-color:#fff;padding:.5rem}@media (min-width: 992px){html[dir=rtl] .toolbar-fixed .toolbar{height:var(--kt-toolbar-height);position:fixed;top:0;left:0;right:0;z-index:99;box-shadow:0 10px 30px #523f690d}html[dir=rtl] .toolbar-enabled:not(.toolbar-fixed) .toolbar{margin-bottom:30px}html[dir=rtl] .header-fixed.toolbar-fixed .toolbar{padding:0;top:65px;border-top:1px solid #EFF2F5}html[dir=rtl] .aside-enabled.aside-fixed.toolbar-fixed .toolbar{right:265px;transition:right .3s ease}html[dir=rtl] .aside-enabled.aside-fixed.toolbar-fixed[data-kt-aside-minimize=on] .toolbar{right:75px;transition:right .3s ease}}@media (max-width: 991.98px){html[dir=rtl] .toolbar-tablet-and-mobile-fixed .toolbar{height:var(--kt-toolbar-height-tablet-and-mobile);position:fixed;top:0;left:0;right:0;z-index:99;box-shadow:0 10px 30px #523f690d}html[dir=rtl] .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .toolbar{margin-bottom:15px}html[dir=rtl] .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .toolbar{padding:0;top:55px;border-top:1px solid #EFF2F5}html[dir=rtl] .toolbar .page-title[data-kt-swapper=true]{display:none!important}}html[dir=rtl] .aside{display:flex;flex-direction:column;box-shadow:0 0 28px #523f690d;padding:0}html[dir=rtl] .aside .btn-custom{display:flex;align-items:center;justify-content:center;padding-right:0;padding-left:0}html[dir=rtl] .aside .btn-custom .btn-label{transition:opacity .3s ease;display:inline-block;white-space:nowrap;overflow:hidden;opacity:1}html[dir=rtl] .aside .btn-custom .btn-icon{display:inline-block;transition:opacity .3s ease;overflow:hidden;opacity:0;margin:0;width:0}html[dir=rtl] .aside.aside-dark{background-color:#1e1e2d}html[dir=rtl] .aside.aside-dark .aside-logo{background-color:#1a1a27}html[dir=rtl] .aside.aside-dark .aside-toggle svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#494b74}html[dir=rtl] .aside.aside-dark .aside-toggle svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .aside.aside-dark .separator{border-bottom-color:#282a3d}html[dir=rtl] .aside.aside-dark .btn-custom{color:#b5b5c3;background-color:#3f425459}html[dir=rtl] .btn-check:checked+.aside.aside-dark .btn-custom,html[dir=rtl] .btn-check:active+.aside.aside-dark .btn-custom,html[dir=rtl] .aside.aside-dark .btn-custom:focus:not(.btn-active),html[dir=rtl] .aside.aside-dark .btn-custom:hover:not(.btn-active),html[dir=rtl] .aside.aside-dark .btn-custom:active:not(.btn-active),html[dir=rtl] .aside.aside-dark .btn-custom.active,html[dir=rtl] .aside.aside-dark .btn-custom.show,html[dir=rtl] .show>.aside.aside-dark .btn-custom{color:#b5b5c3;background-color:#3f425459!important}html[dir=rtl] .aside.aside-dark .btn-custom .btn-icon{color:#b5b5c3}html[dir=rtl] .aside.aside-dark .btn-custom .btn-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#b5b5c3}html[dir=rtl] .aside.aside-dark .btn-custom .btn-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .aside.aside-light{background-color:#fff}@media (min-width: 992px){html[dir=rtl] .aside{width:265px;transition:width .3s ease}html[dir=rtl] .aside .aside-logo{display:flex;justify-content:space-between;align-items:center;height:65px;padding:0 25px}html[dir=rtl] .aside .aside-menu{width:265px}html[dir=rtl] .aside-fixed .aside{position:fixed;top:0;bottom:0;right:0;z-index:101;overflow:hidden}html[dir=rtl] .aside-static .aside{position:relative;z-index:1}html[dir=rtl] [data-kt-aside-minimize=on] .aside{width:75px;transition:width .3s ease}html[dir=rtl] [data-kt-aside-minimize=on] .aside .aside-logo .logo-default{display:inline-block}html[dir=rtl] [data-kt-aside-minimize=on] .aside .aside-logo .logo-minimize{display:none}html[dir=rtl] [data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating){transition:width .3s ease;width:265px;box-shadow:-5px 0 10px #464e5f13}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo{justify-content:center}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo{display:none}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo-default,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo-default{display:none}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo-minimize,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo-minimize{display:inline-block}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-content,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-title,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-title{opacity:0;transition:opacity .3s ease}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-item.show>.menu-sub,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-item.show>.menu-sub{height:0;overflow:hidden;transition:height .3s ease}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-label,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .btn-custom .btn-label{width:0;opacity:0;transition:opacity .3s ease}html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-icon,html[dir=rtl] [data-kt-aside-minimize=on] .aside:not(:hover) .btn-custom .btn-icon{width:auto;opacity:1;transition:opacity .3s ease}}@media (max-width: 991.98px){html[dir=rtl] .aside,html[dir=rtl] .aside .aside-logo{display:none}}html[dir=rtl] .aside-menu .menu .menu-item .menu-link,html[dir=rtl] .aside-menu .menu .menu-item .menu-content{padding-right:25px;padding-left:25px}html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(.75rem + 25px)}html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(1.5rem + 25px)}html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(2.25rem + 25px)}html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(3rem + 25px)}html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:.75rem;padding-left:0}html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:1.5rem;padding-left:0}html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:2.25rem;padding-left:0}html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:3rem;padding-left:0}html[dir=rtl] .aside-menu .menu-item{padding:0}html[dir=rtl] .aside-menu .menu-item .menu-link{padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .aside-menu .menu-item .menu-icon{justify-content:flex-start}html[dir=rtl] .aside-dark .hover-scroll-overlay-y{--scrollbar-space: .4rem;scrollbar-color:#3b3b64 transparent}html[dir=rtl] .aside-dark .hover-scroll-overlay-y::-webkit-scrollbar-thumb{background-color:#3b3b64}html[dir=rtl] .aside-dark .hover-scroll-overlay-y:hover{scrollbar-color:#41416e transparent}html[dir=rtl] .aside-dark .hover-scroll-overlay-y:hover::-webkit-scrollbar-thumb{background-color:#41416e}html[dir=rtl] .aside-dark .menu .menu-item .menu-section{color:#4c4e6f!important}html[dir=rtl] .aside-dark .menu .menu-item .menu-link,html[dir=rtl] .aside-dark .menu .menu-item .menu-link .menu-title{color:#9899ac}html[dir=rtl] .aside-dark .menu .menu-item .menu-link .menu-icon i{color:#494b74}html[dir=rtl] .aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:#494b74}html[dir=rtl] .aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .aside-dark .menu .menu-item .menu-link .menu-bullet .bullet{background-color:#9899ac}html[dir=rtl] .aside-dark .menu .menu-item .menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%239899ac'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active),html[dir=rtl] .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active){transition:color .2s ease,background-color .2s ease;background-color:#1b1b28;color:#fff}html[dir=rtl] .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,html[dir=rtl] .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#fff}html[dir=rtl] .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,html[dir=rtl] .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,html[dir=rtl] .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,html[dir=rtl] .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .aside-dark .menu .menu-item.here>.menu-link,html[dir=rtl] .aside-dark .menu .menu-item.show>.menu-link{transition:color .2s ease,background-color .2s ease;background-color:#1b1b28;color:#fff}html[dir=rtl] .aside-dark .menu .menu-item.here>.menu-link .menu-title,html[dir=rtl] .aside-dark .menu .menu-item.show>.menu-link .menu-title{color:#fff}html[dir=rtl] .aside-dark .menu .menu-item.here>.menu-link .menu-icon i,html[dir=rtl] .aside-dark .menu .menu-item.show>.menu-link .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),html[dir=rtl] .aside-dark .menu .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),html[dir=rtl] .aside-dark .menu .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .aside-dark .menu .menu-item.here>.menu-link .menu-bullet .bullet,html[dir=rtl] .aside-dark .menu .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item.here>.menu-link .menu-arrow:after,html[dir=rtl] .aside-dark .menu .menu-item.show>.menu-link .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .aside-dark .menu .menu-item .menu-link.active{transition:color .2s ease,background-color .2s ease;background-color:#1b1b28;color:#fff}html[dir=rtl] .aside-dark .menu .menu-item .menu-link.active .menu-title{color:#fff}html[dir=rtl] .aside-dark .menu .menu-item .menu-link.active .menu-icon i{color:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){transition:fill .3s ease;fill:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g){transition:fill .3s ease}html[dir=rtl] .aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet{background-color:var(--bs-primary)}html[dir=rtl] .aside-dark .menu .menu-item .menu-link.active .menu-arrow:after{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")}html[dir=rtl] .aside-light .menu .menu-title{font-weight:500}@media (min-width: 992px){html[dir=rtl] .content{padding:30px 0}html[dir=rtl] .toolbar-enabled:not(.toolbar-fixed) .content{padding-top:0}}@media (max-width: 991.98px){html[dir=rtl] .content{padding:15px 0}html[dir=rtl] .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .content{padding-top:0}}html[dir=rtl] .footer{background-color:#fff}@media print{html[dir=rtl] .print-content-only{padding:0!important;background:none!important}html[dir=rtl] .print-content-only .docs-wrapper,html[dir=rtl] .print-content-only .docs-page,html[dir=rtl] .print-content-only .docs-page-title .docs-content,html[dir=rtl] .print-content-only .container,html[dir=rtl] .print-content-only .container-fluid,html[dir=rtl] .print-content-only .container-sm,html[dir=rtl] .print-content-only .container-md,html[dir=rtl] .print-content-only .container-lg,html[dir=rtl] .print-content-only .container-xl,html[dir=rtl] .print-content-only .container-xxl{background:none!important;padding:0!important;margin:0!important}html[dir=rtl] .print-content-only .docs-aside,html[dir=rtl] .print-content-only docs- .scrolltop,html[dir=rtl] .print-content-only .docs-header,html[dir=rtl] .print-content-only .drawer,html[dir=rtl] .print-content-only .btn{display:none!important}}html[dir=rtl] .docs-wrapper{background-color:#f5f8fa}@media (min-width: 992px){html[dir=rtl] .container,html[dir=rtl] .container-fluid,html[dir=rtl] .container-sm,html[dir=rtl] .container-md,html[dir=rtl] .container-lg,html[dir=rtl] .container-xl,html[dir=rtl] .container-xxl{padding:0 30px}html[dir=rtl] .docs-wrapper{padding-right:265px}}@media (max-width: 991.98px){html[dir=rtl] .container,html[dir=rtl] .container-fluid,html[dir=rtl] .container-sm,html[dir=rtl] .container-md,html[dir=rtl] .container-lg,html[dir=rtl] .container-xl,html[dir=rtl] .container-xxl{max-width:none;padding:0 15px}}@media (min-width: 992px){html[dir=rtl] .docs-header{display:flex;justify-content:space-between;align-items:center}}@media (max-width: 991.98px){html[dir=rtl] .docs-header{display:flex;justify-content:space-between;align-items:center}html[dir=rtl] .docs-header .docs-page-title[data-kt-swapper=true]{display:none!important}}html[dir=rtl] .docs-aside{display:flex;flex-direction:column;box-shadow:0 0 28px #523f6906;background-color:#fff;padding:0}@media (min-width: 992px){html[dir=rtl] .docs-aside{position:fixed;top:0;bottom:0;right:0;z-index:101;overflow:hidden;width:265px}html[dir=rtl] .docs-aside .docs-aside-logo{display:flex;justify-content:space-between;align-items:center;padding:0 25px}html[dir=rtl] .docs-aside .docs-aside-menu{width:265px}}@media (max-width: 991.98px){html[dir=rtl] .docs-aside,html[dir=rtl] .docs-aside .docs-aside-logo{display:none}}html[dir=rtl] .docs-aside-menu .menu .menu-item .menu-link,html[dir=rtl] .docs-aside-menu .menu .menu-item .menu-content{padding-right:25px;padding-left:25px}html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(.75rem + 25px)}html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(1.5rem + 25px)}html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(2.25rem + 25px)}html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:calc(3rem + 25px)}html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:.75rem;padding-left:0}html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:1.5rem;padding-left:0}html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:2.25rem;padding-left:0}html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,html[dir=rtl] .menu-fit .docs-aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-right:3rem;padding-left:0}html[dir=rtl] .docs-aside-menu .menu-item{padding:0}html[dir=rtl] .docs-aside-menu .menu-item .menu-link{font-weight:500;padding-top:.75rem;padding-bottom:.75rem}html[dir=rtl] .docs-aside-menu .menu-item .menu-icon{justify-content:flex-start}html[dir=rtl] .card.card-docs{background-color:#fff;border:0}html[dir=rtl] .connected-button{border-radius:.475rem 0 0 .475rem!important}html[dir=rtl] .p-dropdown-panel .p-dropdown-header .p-dropdown-filter{margin-left:0!important;margin-right:0!important}html[dir=rtl] .dropdown-menu.notifications-window{position:relative!important;left:10%!important;right:auto!important}html[dir=rtl] .dropdown-menu.show{inset:100% auto auto 0;transform:translateY(0)}html[dir=rtl] .dropdown-menu .dropdown-item{margin-right:0!important}html[dir=rtl] .p-message .p-message-icon,html[dir=rtl] .p-multiselect-panel .p-multiselect-header .p-checkbox,html[dir=rtl] .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,html[dir=rtl] .p-multiselect-panel .p-multiselect-header .p-multiselect-close{margin-left:.5rem!important;margin-right:0!important}html[dir=rtl] .p-float-label>label{left:0!important;right:.75rem!important}html[dir=rtl] .total-records-count{margin-top:.75rem!important;margin-right:2rem!important;display:inline-block}html[dir=rtl] .primeng-no-data{margin-bottom:.75rem}html[dir=rtl] .div-dashboard-customization{right:auto!important;left:20px!important}html[dir=rtl] .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{margin:0 1rem 0 0}html[dir=rtl] .roles-table .badge-dark{color:#000000de}html[dir=rtl] .widget-content-alignment .total-count.text-dark{color:var(--color-gray-700)!important}html[dir=rtl] .click-widget-angle{left:1em;right:unset}html[dir=rtl] .new-btn .icon .new-button-container-icon{margin-right:0!important;margin-left:8px!important}html[dir=rtl] .new-btn .chevron-icon .new-button-container-icon{margin-right:15px!important;margin-left:-8px!important}html[dir=rtl] .new-dropdown-menu.show{transform:translateY(15px)}html[dir=rtl] .new-dropdown-menu.new-dropdown-menu-arrow:before{left:20px;right:auto}@media (max-width: 991.98px){.toolbar{margin-bottom:15px!important}.app-container-shadow{padding-top:15px!important}}.min-h-0{min-height:0!important}.three-column-grid-row{display:grid!important;grid-template-columns:repeat(3,1fr);gap:1em}.three-column-grid-row>*{min-width:0;overflow:hidden}.dropdown-language .p-button i{width:16px!important}.app-toolbar>.app-container{background-color:var(--color-base-white)}.app-footer-container{box-shadow:#6f6f6f78 0 -8px 36px -20px!important}input.form-control{border:1px solid var(--components-edit-disabled-border);background-color:var(--color-base-white)}input.form-control[readonly]{background-color:var(--components-edit-disabled-bg)!important}.form-check .form-check-input.checkbox{border:1px solid var(--components-checkbox-indicator);background-color:var(--color-base-white)!important;width:22px;height:22px;cursor:pointer;transition:border-color .15s,box-shadow .15s,background-color .15s}.form-check .form-check-input.checkbox[type=checkbox]:checked{border-color:var(--color-red-myq-500);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3E%3Cpath d='M2 5.5L6 9L12 2' stroke='%23d32f2f' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:80% 80%;background-position:center;background-repeat:no-repeat}.form-check .form-check-input.checkbox:checked{border-color:var(--color-red-myq-500)!important}.form-check .form-check-input.checkbox:disabled{border-color:var(--components-checkbox-disabled-indicator)!important;cursor:not-allowed;opacity:1}.form-check .form-check-input.checkbox:disabled:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3E%3Cpath d='M2 5.5L6 9L12 2' stroke='%23888' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.update-badge{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--color-blue-500);margin-left:8px;vertical-align:middle}.cc-window{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px);box-shadow:0 20px 40px #0006!important;color:#1b2428!important}.cc-window .cc-btn,.cc-window .cc-dismiss{border-radius:7px!important;border:none!important;padding:.5rem .75rem!important}.cc-window .cc-message{color:#1b2428!important}.sidebar-detail-headline h4{font-size:var(--text-sm);font-weight:600;margin-bottom:0}.sidebar-detail-data{font-size:var(--text-sm)}.sidebar-detail-data .row .label{text-align:end;color:var(--text-secondary)}.sidebar-detail-data .row .value{text-align:start;white-space:normal;overflow-wrap:anywhere}.sidebar-detail-data .row .icon-check{color:var(--color-green-500)}.sidebar-detail-data .row .icon-xmark{color:var(--color-gray-500)}.sidebar-detail-headline .row,.sidebar-detail-data .row{padding-top:.9rem;padding-bottom:.9rem}.icon-size-sm .custom-icon{font-size:.875rem}.icon-size-md .custom-icon{font-size:1rem}.icon-size-lg .custom-icon{font-size:1.5rem}.icon-size-xl .custom-icon{font-size:2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}p-skeleton{animation:fadeIn .3s ease-in-out}.sk-switch{--sk-fade-ms: .26s;--sk-content-delay-ms: 60ms;position:relative}.sk-switch .sk-skeleton,.sk-switch .sk-content{transition:opacity var(--sk-fade-ms) ease,filter var(--sk-fade-ms) ease,transform var(--sk-fade-ms) ease}.sk-switch .sk-skeleton{opacity:0;pointer-events:none;filter:saturate(.9)}.sk-switch .sk-content{opacity:1;transform:translateY(0);transition-delay:var(--sk-content-delay-ms)}.sk-switch.is-loading .sk-skeleton{opacity:1}.sk-switch.is-loading .sk-content{opacity:0;pointer-events:none;transform:translateY(2px);transition-delay:0ms}@media (prefers-reduced-motion: reduce){.sk-switch .sk-skeleton,.sk-switch .sk-content{transition:none}}@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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
