@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 .1s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-footer-border-color: #eee;--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-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 .1s, box-shadow .1s;--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--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 .1s, box-shadow .1s;--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-button-darken-hover: rgba(0, 0, 0, .1);--swal2-button-darken-active: rgba(0, 0, 0, .2);--swal2-button-transition: box-shadow .1s;--swal2-confirm-button-border: 0;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-deny-button-border: 0;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-cancel-button-border: 0;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}@media (prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:transparent!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(var(--swal2-button-darken-hover),var(--swal2-button-darken-hover))}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(var(--swal2-button-darken-active),var(--swal2-button-darken-active))}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-button-transition);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:var(--swal2-confirm-button-border);border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border:var(--swal2-deny-button-border);border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border:var(--swal2-cancel-button-border);border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-outline)}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);color:inherit;font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:#0003}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:transparent;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:1px solid #d9d9d9;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):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}@font-face{font-family:Poppins;font-style:normal;font-weight:300;src:url(poppins-v5-devanagari_latin-ext_latin-300.3eef6b87fe2f1c80.eot);src:local("Poppins Light"),local("Poppins-Light"),url(poppins-v5-devanagari_latin-ext_latin-300.3eef6b87fe2f1c80.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-300.7d68be62589f7d0d.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-300.c059ff38ffd467a6.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-300.28893af76e98d54a.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-300.fd7ed8df9b421e74.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(poppins-v5-devanagari_latin-ext_latin-regular.6b550c3f0834d0bb.eot);src:local("Poppins Regular"),local("Poppins-Regular"),url(poppins-v5-devanagari_latin-ext_latin-regular.6b550c3f0834d0bb.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-regular.39ed411149f242c2.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-regular.ce013781936d365b.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-regular.4dae410f5b6accf6.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-regular.439275e3d3334cbe.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:500;src:url(poppins-v5-devanagari_latin-ext_latin-500.957b610b50f07209.eot);src:local("Poppins Medium"),local("Poppins-Medium"),url(poppins-v5-devanagari_latin-ext_latin-500.957b610b50f07209.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-500.12752e68c7e9290c.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-500.370ab19c6d852b65.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-500.7900a050d57d297c.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-500.0ac7b6a85a0e138e.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url(poppins-v5-devanagari_latin-ext_latin-600.7137f13f59483b8e.eot);src:local("Poppins SemiBold"),local("Poppins-SemiBold"),url(poppins-v5-devanagari_latin-ext_latin-600.7137f13f59483b8e.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-600.d0defd38dcd1f520.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-600.9740492c76c014ce.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-600.f142dca931e1bc99.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-600.7786a2883189b890.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;src:url(poppins-v5-devanagari_latin-ext_latin-700.8d85c0b8bb36c69e.eot);src:local("Poppins Bold"),local("Poppins-Bold"),url(poppins-v5-devanagari_latin-ext_latin-700.8d85c0b8bb36c69e.eot?#iefix) format("embedded-opentype"),url(poppins-v5-devanagari_latin-ext_latin-700.6bf646ba861a0dfc.woff2) format("woff2"),url(poppins-v5-devanagari_latin-ext_latin-700.a0c86679a520dfe9.woff) format("woff"),url(poppins-v5-devanagari_latin-ext_latin-700.01059139c680e2e8.ttf) format("truetype"),url(poppins-v5-devanagari_latin-ext_latin-700.f4557cd82a673663.svg#Poppins) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.b653639edb629e41.eot);src:local("Roboto Light"),local("Roboto-Light"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.b653639edb629e41.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.0e01b6cd13b3857f.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.603ca9a537b88428.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.6c0fea71d0542cdb.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.e38791bcb2ed8832.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.2089590420409db6.eot);src:local("Roboto"),local("Roboto-Regular"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.2089590420409db6.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.475ba9e4e2d63456.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.bcefbfee882bc1cb.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.83f6acca8a27a93c.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.e6bed6ae46b33512.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.5cae394e5849544f.eot);src:local("Roboto Medium"),local("Roboto-Medium"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.5cae394e5849544f.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.457532032ceb0168.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.6e1ae5f0b324a0aa.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.de4cbf7a2334c617.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.9eddb24c23437697.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.7a069e3ad6398d47.eot);src:local("Roboto Bold"),local("Roboto-Bold"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.7a069e3ad6398d47.eot?#iefix) format("embedded-opentype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.447291a88c067396.woff2) format("woff2"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.fc482e6133cf5e26.woff) format("woff"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.f7aa49713d0a54c5.ttf) format("truetype"),url(roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.6379e2ee4ed6e3c9.svg#Roboto) format("svg")}@font-face{font-family:Ki;src:url(Ki.eae846441b47332b.eot);src:url(Ki.eae846441b47332b.eot?#iefix) format("embedded-opentype"),url(Ki.40822a84760005bc.woff) format("woff"),url(Ki.c6aad442908c9e40.ttf) format("truetype"),url(Ki.9c76437168de731c.svg#Ki) format("svg");font-weight:400;font-style:normal}.ki{font-size:1rem}.ki:before{font-family:Ki;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.ki-double-arrow-next:before{content:"\f100"}.ki-double-arrow-back:before{content:"\f101"}.ki-double-arrow-down:before{content:"\f102"}.ki-double-arrow-up:before{content:"\f103"}.ki-long-arrow-back:before{content:"\f104"}.ki-arrow-next:before{content:"\f105"}.ki-arrow-back:before{content:"\f106"}.ki-long-arrow-next:before{content:"\f107"}.ki-check:before{content:"\f108"}.ki-arrow-down:before{content:"\f109"}.ki-minus:before{content:"\f10a"}.ki-long-arrow-down:before{content:"\f10b"}.ki-long-arrow-up:before{content:"\f10c"}.ki-plus:before{content:"\f10d"}.ki-arrow-up:before{content:"\f10e"}.ki-round:before{content:"\f10f"}.ki-reload:before{content:"\f110"}.ki-refresh:before{content:"\f111"}.ki-solid-plus:before{content:"\f112"}.ki-bold-close:before{content:"\f113"}.ki-solid-minus:before{content:"\f114"}.ki-hide:before{content:"\f115"}.ki-code:before{content:"\f116"}.ki-copy:before{content:"\f117"}.ki-up-and-down:before{content:"\f118"}.ki-left-and-right:before{content:"\f119"}.ki-bold-triangle-bottom:before{content:"\f11a"}.ki-bold-triangle-right:before{content:"\f11b"}.ki-bold-triangle-top:before{content:"\f11c"}.ki-bold-triangle-left:before{content:"\f11d"}.ki-bold-double-arrow-up:before{content:"\f11e"}.ki-bold-double-arrow-next:before{content:"\f11f"}.ki-bold-double-arrow-back:before{content:"\f120"}.ki-bold-double-arrow-down:before{content:"\f121"}.ki-bold-arrow-down:before{content:"\f122"}.ki-bold-arrow-next:before{content:"\f123"}.ki-bold-arrow-back:before{content:"\f124"}.ki-bold-arrow-up:before{content:"\f125"}.ki-bold-check:before{content:"\f126"}.ki-bold-wide-arrow-down:before{content:"\f127"}.ki-bold-wide-arrow-up:before{content:"\f128"}.ki-bold-wide-arrow-next:before{content:"\f129"}.ki-bold-wide-arrow-back:before{content:"\f12a"}.ki-bold-long-arrow-up:before{content:"\f12b"}.ki-bold-long-arrow-down:before{content:"\f12c"}.ki-bold-long-arrow-back:before{content:"\f12d"}.ki-bold-long-arrow-next:before{content:"\f12e"}.ki-bold-check-1:before{content:"\f12f"}.ki-close:before{content:"\f130"}.ki-more-ver:before{content:"\f131"}.ki-bold-more-ver:before{content:"\f132"}.ki-more-hor:before{content:"\f133"}.ki-bold-more-hor:before{content:"\f134"}.ki-bold-menu:before{content:"\f135"}.ki-drag:before{content:"\f136"}.ki-bold-sort:before{content:"\f137"}.ki-eye:before{content:"\f138"}.ki-outline-info:before{content:"\f139"}.ki-menu:before{content:"\f13a"}.ki-menu-grid:before{content:"\f13b"}.ki-wrench:before{content:"\f13c"}.ki-gear:before{content:"\f13d"}.ki-info:before{content:"\f13e"}@charset "UTF-8";.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.tether-element,.tether-element:after,.tether-element:before,.tether-element *,.tether-element *:after,.tether-element *:before{box-sizing:border-box}.tether-element{position:absolute;display:none}.tether-element.tether-open{display:block}.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:#0003;position:absolute}.datepicker-dropdown:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.old,.datepicker table tr td.new{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:none;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted.focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted:active,.datepicker table tr td.highlighted.active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted:active:hover,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted.active.focus{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted:hover,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.highlighted.focus{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today:focus,.datepicker table tr td.today.focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover,.datepicker table tr td.today:active,.datepicker table tr td.today.active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today:active:hover,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active:focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today:active.focus,.datepicker table tr td.today.active.focus{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today:hover,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.today:focus,.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today[disabled].focus,fieldset[disabled] .datepicker table tr td.today.focus{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range:focus,.datepicker table tr td.range.focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover,.datepicker table tr td.range:active,.datepicker table tr td.range.active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range:active:hover,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active:focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range:active.focus,.datepicker table tr td.range.active.focus{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range:hover,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range[disabled]:focus,fieldset[disabled] .datepicker table tr td.range:focus,.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range[disabled].focus,fieldset[disabled] .datepicker table tr td.range.focus{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted.focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted:active,.datepicker table tr td.range.highlighted.active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted:active:hover,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted.active.focus{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted:hover,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.range.highlighted.focus{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today.active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today:active:hover,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today.active.focus{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.today:focus,.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today[disabled].focus,fieldset[disabled] .datepicker table tr td.range.today.focus{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected:focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected:hover,.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected:active:hover,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.highlighted.active.focus{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected[disabled]:hover,.datepicker table tr td.selected.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active:focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active:hover,.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active:active:hover,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active:active:focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active:active.focus,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.active.focus,.datepicker table tr td.active.highlighted.active.focus{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active[disabled]:hover,.datepicker table tr td.active.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:focus,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active.highlighted[disabled].focus,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span:hover,.datepicker table tr td span.focused{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:none;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:hover.focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover:active:hover,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled:hover.active.focus{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled].focus,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .prev.disabled,.datepicker .next.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px}.datetimepicker{padding:4px;margin-top:1px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:#0003;position:absolute}[class*=" datetimepicker-dropdown"]:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:#0003;border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes,.datetimepicker.hours div.datetimepicker-hours,.datetimepicker.days div.datetimepicker-days,.datetimepicker.months div.datetimepicker-months,.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover,.datetimepicker table tr td.hour:hover,.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a",endColorstr="#fdf59a",GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="#0044cc",GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="#0044cc",GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .input-group-addon{cursor:pointer}.bootstrap-timepicker .input-group-addon i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:4px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #FFF;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media (min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media (max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-family:arial;font-size:15px;line-height:1em}.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:#0003;content:""}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.drop-up:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-calendar,.daterangepicker.show-calendar .drp-buttons{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid black;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin:0 auto;background:#eee;border:1px solid #eee;padding:2px;outline:0;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0;line-height:30px;position:relative}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{margin-left:8px;font-size:12px;font-weight:700;padding:4px 8px}.daterangepicker.show-ranges.single.rtl .drp-calendar.left{border-right:1px solid #ddd}.daterangepicker.show-ranges.single.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker.show-ranges.rtl .drp-calendar.right{border-right:1px solid #ddd}.daterangepicker.show-ranges.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{font-size:12px;padding:8px 12px;cursor:pointer}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#08c;color:#fff}@media (min-width:564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single .ranges,.daterangepicker.single .drp-calendar{float:left}.daterangepicker{direction:ltr;text-align:left}.daterangepicker .drp-calendar.left{clear:left;margin-right:0}.daterangepicker .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker .drp-calendar.right{margin-left:0}.daterangepicker .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker .ranges,.daterangepicker .drp-calendar{float:left}}@media (min-width:730px){.daterangepicker .ranges{width:auto}.daterangepicker .ranges{float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none!important}}.bootstrap-touchspin .input-group-btn-vertical{position:absolute;right:0;height:100%;z-index:11}.bootstrap-touchspin .input-group-btn-vertical>.btn{position:absolute;right:0;height:50%;padding:0;width:2em;text-align:center;line-height:1}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0 4px 0 0;top:0}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{border-radius:0 0 4px;bottom:0}select.bs-select-hidden,.bootstrap-select>select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px \fffd;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:inline-flex;align-items:center;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:active{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active{color:#ffffff80}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.has-error .bootstrap-select .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.bootstrap-select.is-invalid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-inline .bootstrap-select,.form-horizontal .bootstrap-select,.form-group .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle,.bootstrap-select.form-control-lg .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:none!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:#ffffff80!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px #0000000d;pointer-events:none;opacity:.9;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:"\a0"}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid white;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after{display:block}.bs-searchbox,.bs-actionsbox,.bs-donebutton{padding:4px 8px}.bs-actionsbox{width:100%;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid;border-color:#ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;user-select:none;vertical-align:middle;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;transform:translateZ(0)}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{box-sizing:border-box;cursor:pointer;display:table-cell;vertical-align:middle;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff;background:#337ab7}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch span:before{content:"\200b"}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox]{position:absolute!important;top:0;left:0;margin:0;z-index:-1;opacity:0;filter:alpha(opacity=0);visibility:hidden}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.3333333}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-radius:0 3px 3px 0}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-radius:3px 0 0 3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:#0000;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#fff,#428bca 30%,#b9d4ec);box-shadow:inset 0 0 1px 1px #ffffff80}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:#428bca80}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(to bottom,#fff,#b4b9be 30%,#fff);box-shadow:1px 1px 2px #0003,inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:#00000073;background-color:#939ba7;background:linear-gradient(to bottom,#fff,#919ba5 30%,#fff)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca,#3071a9);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern,.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea,#d1d6e0);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426,#18891d)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:#d1d6e080}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px #0000001a;border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,#fff,#e9e6e6);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#fff,#919ba5 30%,#fff)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:#00000080}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:#dee4ec80}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px #0000ff4d}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:#0000001a;border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:#fff;transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:#0000001a}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.e3b436436832b027.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (print),(prefers-reduced-motion:reduce){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.dual-listbox{display:flex;flex-direction:column}.dual-listbox .dual-listbox__container{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}.dual-listbox .dual-listbox__search{border:1px solid #ddd;padding:10px;max-width:300px}.dual-listbox .dual-listbox__available,.dual-listbox .dual-listbox__selected{border:1px solid #ddd;height:300px;overflow-y:auto;padding:0;width:300px;margin-top:0;-webkit-margin-before:0}.dual-listbox .dual-listbox__buttons{display:flex;flex-direction:column;margin:0 10px}.dual-listbox .dual-listbox__button{margin-bottom:5px;border:0;background-color:#eee;padding:10px;color:#fff}.dual-listbox .dual-listbox__button:hover{background-color:#ddd}.dual-listbox .dual-listbox__title{padding:15px 10px;font-size:120%;font-weight:700;border-left:1px solid #efefef;border-right:1px solid #efefef;border-top:1px solid #efefef;margin-top:1rem;-webkit-margin-before:1rem}.dual-listbox .dual-listbox__item{display:block;padding:10px;cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;border-bottom:1px solid #efefef;transition:background .2s ease}.dual-listbox .dual-listbox__item.dual-listbox__item--selected{background-color:#089de3b3}.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:#fffc;border:solid 2px rgba(230,230,230,.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:700;margin:.25em 0}.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:.1em 0}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon:before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon:before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em #32649666}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{inset:auto;max-width:calc(100% - 1.25em);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px #0006}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-start,body.swal2-no-backdrop .swal2-shown.swal2-top-left{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-start,body.swal2-no-backdrop .swal2-shown.swal2-center-left{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,body.swal2-no-backdrop .swal2-shown.swal2-bottom-left{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;z-index:1060;inset:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-start,.swal2-container.swal2-top-left{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-start,.swal2-container.swal2-center-left{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-start,.swal2-container.swal2-bottom-left{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-right>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-top,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-bottom{align-items:center}.swal2-container.swal2-grow-column.swal2-top-start,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-bottom-left{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-top-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-bottom-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:#0006}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #32649666}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:transparent;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:transparent;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em auto}.swal2-input,.swal2-file,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px #0000000f;color:inherit;font-size:1.125em}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:0 0 3px #c4e6f5}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-radio,.swal2-checkbox{align-items:center;justify-content:center;background:inherit;color:inherit}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;zoom:normal;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;zoom:normal;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}.swal2-icon:before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning:before{content:"!"}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info:before{content:"i"}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question:before{content:"?"}.swal2-icon.swal2-question.swal2-arabic-question-mark:before{content:"\61f"}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-show.swal2-noanimation{animation:none}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}@font-face{font-family:socicon;src:url(socicon.f83d8e820b78e17e.eot);src:url(socicon.f83d8e820b78e17e.eot?#iefix) format("embedded-opentype"),url(socicon.29f8e6beabb93c1b.woff) format("woff"),url(socicon.dede15d50932532d.ttf) format("truetype"),url(socicon.a63bbcf3d1d6ee13.svg#socicon) format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:socicon!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=socicon-]:before,[class*=" socicon-"]:before{font-family:socicon!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-modelmayhem:before{content:"\e000"}.socicon-mixcloud:before{content:"\e001"}.socicon-drupal:before{content:"\e002"}.socicon-swarm:before{content:"\e003"}.socicon-istock:before{content:"\e004"}.socicon-yammer:before{content:"\e005"}.socicon-ello:before{content:"\e006"}.socicon-stackoverflow:before{content:"\e007"}.socicon-persona:before{content:"\e008"}.socicon-triplej:before{content:"\e009"}.socicon-houzz:before{content:"\e00a"}.socicon-rss:before{content:"\e00b"}.socicon-paypal:before{content:"\e00c"}.socicon-odnoklassniki:before{content:"\e00d"}.socicon-airbnb:before{content:"\e00e"}.socicon-periscope:before{content:"\e00f"}.socicon-outlook:before{content:"\e010"}.socicon-coderwall:before{content:"\e011"}.socicon-tripadvisor:before{content:"\e012"}.socicon-appnet:before{content:"\e013"}.socicon-goodreads:before{content:"\e014"}.socicon-tripit:before{content:"\e015"}.socicon-lanyrd:before{content:"\e016"}.socicon-slideshare:before{content:"\e017"}.socicon-buffer:before{content:"\e018"}.socicon-disqus:before{content:"\e019"}.socicon-vkontakte:before{content:"\e01a"}.socicon-whatsapp:before{content:"\e01b"}.socicon-patreon:before{content:"\e01c"}.socicon-storehouse:before{content:"\e01d"}.socicon-pocket:before{content:"\e01e"}.socicon-mail:before{content:"\e01f"}.socicon-blogger:before{content:"\e020"}.socicon-technorati:before{content:"\e021"}.socicon-reddit:before{content:"\e022"}.socicon-dribbble:before{content:"\e023"}.socicon-stumbleupon:before{content:"\e024"}.socicon-digg:before{content:"\e025"}.socicon-envato:before{content:"\e026"}.socicon-behance:before{content:"\e027"}.socicon-delicious:before{content:"\e028"}.socicon-deviantart:before{content:"\e029"}.socicon-forrst:before{content:"\e02a"}.socicon-play:before{content:"\e02b"}.socicon-zerply:before{content:"\e02c"}.socicon-wikipedia:before{content:"\e02d"}.socicon-apple:before{content:"\e02e"}.socicon-flattr:before{content:"\e02f"}.socicon-github:before{content:"\e030"}.socicon-renren:before{content:"\e031"}.socicon-friendfeed:before{content:"\e032"}.socicon-newsvine:before{content:"\e033"}.socicon-identica:before{content:"\e034"}.socicon-bebo:before{content:"\e035"}.socicon-zynga:before{content:"\e036"}.socicon-steam:before{content:"\e037"}.socicon-xbox:before{content:"\e038"}.socicon-windows:before{content:"\e039"}.socicon-qq:before{content:"\e03a"}.socicon-douban:before{content:"\e03b"}.socicon-meetup:before{content:"\e03c"}.socicon-playstation:before{content:"\e03d"}.socicon-android:before{content:"\e03e"}.socicon-snapchat:before{content:"\e03f"}.socicon-twitter:before{content:"\e040"}.socicon-facebook:before{content:"\e041"}.socicon-googleplus:before{content:"\e042"}.socicon-pinterest:before{content:"\e043"}.socicon-foursquare:before{content:"\e044"}.socicon-yahoo:before{content:"\e045"}.socicon-skype:before{content:"\e046"}.socicon-yelp:before{content:"\e047"}.socicon-feedburner:before{content:"\e048"}.socicon-linkedin:before{content:"\e049"}.socicon-viadeo:before{content:"\e04a"}.socicon-xing:before{content:"\e04b"}.socicon-myspace:before{content:"\e04c"}.socicon-soundcloud:before{content:"\e04d"}.socicon-spotify:before{content:"\e04e"}.socicon-grooveshark:before{content:"\e04f"}.socicon-lastfm:before{content:"\e050"}.socicon-youtube:before{content:"\e051"}.socicon-vimeo:before{content:"\e052"}.socicon-dailymotion:before{content:"\e053"}.socicon-vine:before{content:"\e054"}.socicon-flickr:before{content:"\e055"}.socicon-500px:before{content:"\e056"}.socicon-wordpress:before{content:"\e058"}.socicon-tumblr:before{content:"\e059"}.socicon-twitch:before{content:"\e05a"}.socicon-8tracks:before{content:"\e05b"}.socicon-amazon:before{content:"\e05c"}.socicon-icq:before{content:"\e05d"}.socicon-smugmug:before{content:"\e05e"}.socicon-ravelry:before{content:"\e05f"}.socicon-weibo:before{content:"\e060"}.socicon-baidu:before{content:"\e061"}.socicon-angellist:before{content:"\e062"}.socicon-ebay:before{content:"\e063"}.socicon-imdb:before{content:"\e064"}.socicon-stayfriends:before{content:"\e065"}.socicon-residentadvisor:before{content:"\e066"}.socicon-google:before{content:"\e067"}.socicon-yandex:before{content:"\e068"}.socicon-sharethis:before{content:"\e069"}.socicon-bandcamp:before{content:"\e06a"}.socicon-itunes:before{content:"\e06b"}.socicon-deezer:before{content:"\e06c"}.socicon-telegram:before{content:"\e06e"}.socicon-openid:before{content:"\e06f"}.socicon-amplement:before{content:"\e070"}.socicon-viber:before{content:"\e071"}.socicon-zomato:before{content:"\e072"}.socicon-draugiem:before{content:"\e074"}.socicon-endomodo:before{content:"\e075"}.socicon-filmweb:before{content:"\e076"}.socicon-stackexchange:before{content:"\e077"}.socicon-wykop:before{content:"\e078"}.socicon-teamspeak:before{content:"\e079"}.socicon-teamviewer:before{content:"\e07a"}.socicon-ventrilo:before{content:"\e07b"}.socicon-younow:before{content:"\e07c"}.socicon-raidcall:before{content:"\e07d"}.socicon-mumble:before{content:"\e07e"}.socicon-medium:before{content:"\e06d"}.socicon-bebee:before{content:"\e07f"}.socicon-hitbox:before{content:"\e080"}.socicon-reverbnation:before{content:"\e081"}.socicon-formulr:before{content:"\e082"}.socicon-instagram:before{content:"\e057"}.socicon-battlenet:before{content:"\e083"}.socicon-chrome:before{content:"\e084"}.socicon-discord:before{content:"\e086"}.socicon-issuu:before{content:"\e087"}.socicon-macos:before{content:"\e088"}.socicon-firefox:before{content:"\e089"}.socicon-opera:before{content:"\e08d"}.socicon-keybase:before{content:"\e090"}.socicon-alliance:before{content:"\e091"}.socicon-livejournal:before{content:"\e092"}.socicon-googlephotos:before{content:"\e093"}.socicon-horde:before{content:"\e094"}.socicon-etsy:before{content:"\e095"}.socicon-zapier:before{content:"\e096"}.socicon-google-scholar:before{content:"\e097"}.socicon-researchgate:before{content:"\e098"}.socicon-wechat:before{content:"\e099"}.socicon-strava:before{content:"\e09a"}.socicon-line:before{content:"\e09b"}.socicon-lyft:before{content:"\e09c"}.socicon-uber:before{content:"\e09d"}.socicon-songkick:before{content:"\e09e"}.socicon-viewbug:before{content:"\e09f"}.socicon-googlegroups:before{content:"\e0a0"}.socicon-quora:before{content:"\e073"}.socicon-diablo:before{content:"\e085"}.socicon-blizzard:before{content:"\e0a1"}.socicon-hearthstone:before{content:"\e08b"}.socicon-heroes:before{content:"\e08a"}.socicon-overwatch:before{content:"\e08c"}.socicon-warcraft:before{content:"\e08e"}.socicon-starcraft:before{content:"\e08f"}.socicon-beam:before{content:"\e0a2"}.socicon-curse:before{content:"\e0a3"}.socicon-player:before{content:"\e0a4"}.socicon-streamjar:before{content:"\e0a5"}.socicon-nintendo:before{content:"\e0a6"}.socicon-hellocoton:before{content:"\e0a7"}@font-face{font-family:LineAwesome;src:url(line-awesome.bed066fe3a8c3dbb.eot?v=1.1.);src:url(line-awesome.bed066fe3a8c3dbb.eot??v=1.1.#iefix) format("embedded-opentype"),url(line-awesome.320c2930f76d2585.woff2?v=1.1.) format("woff2"),url(line-awesome.9b844e0527e62cb6.woff?v=1.1.) format("woff"),url(line-awesome.8674c892497a8782.ttf?v=1.1.) format("truetype"),url(line-awesome.387f5b9554e32d26.svg?v=1.1.#fa) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:LineAwesome;src:url(line-awesome.387f5b9554e32d26.svg?v=1.1.#fa) format("svg")}}.la-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}@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-acquisitions-incorporated:before{content:"\f6af"}.fa-adobe:before{content:"\f778"}.fa-asterisk:before{content:"\f069"}.fa-at:before{content:"\f1fa"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-desktop:before{content:"\f108"}.fa-dollar-sign:before{content:"\f155"}.fa-equals:before{content:"\f52c"}.fa-exclamation:before{content:"\f12a"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-greater-than:before{content:"\f531"}.fa-hands:before{content:"\f4c2"}.fa-hashtag:before{content:"\f292"}.fa-hospital-alt:before{content:"\f47d"}.fa-less-than:before{content:"\f536"}.fa-medium-m:before{content:"\f3c7"}.fa-mobile:before{content:"\f10b"}.fa-penny-arcade:before{content:"\f704"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-plus:before{content:"\f067"}.fa-question:before{content:"\f128"}.fa-slack-hash:before{content:"\f3ef"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-tablet:before{content:"\f10a"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-telegram-plane:before{content:"\f3fe"}.fa-transgender:before{content:"\f224"}.fa-tripadvisor:before{content:"\f262"}.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}/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */@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 #eeeeee;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"}.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}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Pro");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fasr,.fal,.fa-light,.fasl,.fat,.fa-thin,.fast,.fad,.fa-duotone,.fass,.fa-sharp-solid,.fab,.fa-brands{-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,.fa-classic,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 6 Pro"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fad,.fa-classic.fa-duotone,.fa-duotone{font-family:"Font Awesome 6 Duotone"}.fass,.fasr,.fasl,.fast,.fa-sharp{font-family:"Font Awesome 6 Sharp"}.fass,.fa-sharp{font-weight:900}.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(var(--fa-li-width, 2em) * -1);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:before{content:"0"}.fa-00:before{content:"\e467"}.fa-1:before{content:"1"}.fa-100:before{content:"\e41c"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-360-degrees:before{content:"\e2dc"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-a:before{content:"A"}.fa-abacus:before{content:"\f640"}.fa-accent-grave:before{content:"`"}.fa-acorn:before{content:"\f6ae"}.fa-ad:before{content:"\f641"}.fa-add:before{content:"+"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-air-conditioner:before{content:"\f8f4"}.fa-air-freshener:before{content:"\f5d0"}.fa-airplay:before{content:"\e089"}.fa-alarm-clock:before{content:"\f34e"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-album:before{content:"\f89f"}.fa-album-circle-plus:before{content:"\e48c"}.fa-album-circle-user:before{content:"\e48d"}.fa-album-collection:before{content:"\f8a0"}.fa-album-collection-circle-plus:before{content:"\e48e"}.fa-album-collection-circle-user:before{content:"\e48f"}.fa-alicorn:before{content:"\f6b0"}.fa-alien:before{content:"\f8f5"}.fa-alien-8bit:before{content:"\f8f6"}.fa-alien-monster:before{content:"\f8f6"}.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-align-slash:before{content:"\f846"}.fa-allergies:before{content:"\f461"}.fa-alt:before{content:"\e08a"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amp-guitar:before{content:"\f8a1"}.fa-ampersand:before{content:"&"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-anchor-lock:before{content:"\e4ad"}.fa-angel:before{content:"\f779"}.fa-angle:before{content:"\e08c"}.fa-angle-90:before{content:"\e08d"}.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-angles-down:before{content:"\f103"}.fa-angles-left:before{content:"\f100"}.fa-angles-right:before{content:"\f101"}.fa-angles-up:before{content:"\f102"}.fa-angles-up-down:before{content:"\e60d"}.fa-angry:before{content:"\f556"}.fa-ankh:before{content:"\f644"}.fa-ant:before{content:"\e680"}.fa-apartment:before{content:"\e468"}.fa-aperture:before{content:"\e2df"}.fa-apostrophe:before{content:"'"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-core:before{content:"\e08f"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-whole:before{content:"\f5d1"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-area-chart:before{content:"\f1fe"}.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-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.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-down-1-9:before{content:"\f162"}.fa-arrow-down-9-1:before{content:"\f886"}.fa-arrow-down-a-z:before{content:"\f15d"}.fa-arrow-down-arrow-up:before{content:"\f883"}.fa-arrow-down-big-small:before{content:"\f88c"}.fa-arrow-down-from-arc:before{content:"\e614"}.fa-arrow-down-from-bracket:before{content:"\e667"}.fa-arrow-down-from-dotted-line:before{content:"\e090"}.fa-arrow-down-from-line:before{content:"\f345"}.fa-arrow-down-left:before{content:"\e091"}.fa-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e092"}.fa-arrow-down-long:before{content:"\f175"}.fa-arrow-down-right:before{content:"\e093"}.fa-arrow-down-short-wide:before{content:"\f884"}.fa-arrow-down-small-big:before{content:"\f88d"}.fa-arrow-down-square-triangle:before{content:"\f889"}.fa-arrow-down-to-arc:before{content:"\e4ae"}.fa-arrow-down-to-bracket:before{content:"\e094"}.fa-arrow-down-to-dotted-line:before{content:"\e095"}.fa-arrow-down-to-line:before{content:"\f33d"}.fa-arrow-down-to-square:before{content:"\e096"}.fa-arrow-down-triangle-square:before{content:"\f888"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-arrow-down-wide-short:before{content:"\f160"}.fa-arrow-down-z-a:before{content:"\f881"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-from-arc:before{content:"\e615"}.fa-arrow-left-from-bracket:before{content:"\e668"}.fa-arrow-left-from-line:before{content:"\f344"}.fa-arrow-left-long:before{content:"\f177"}.fa-arrow-left-long-to-line:before{content:"\e3d4"}.fa-arrow-left-rotate:before{content:"\f0e2"}.fa-arrow-left-to-arc:before{content:"\e616"}.fa-arrow-left-to-bracket:before{content:"\e669"}.fa-arrow-left-to-line:before{content:"\f33e"}.fa-arrow-pointer:before{content:"\f245"}.fa-arrow-progress:before{content:"\e5df"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before{content:"\f0ec"}.fa-arrow-right-from-arc:before{content:"\e4b1"}.fa-arrow-right-from-bracket:before{content:"\f08b"}.fa-arrow-right-from-file:before{content:"\f56e"}.fa-arrow-right-from-line:before{content:"\f343"}.fa-arrow-right-long:before{content:"\f178"}.fa-arrow-right-long-to-line:before{content:"\e3d5"}.fa-arrow-right-rotate:before{content:"\f01e"}.fa-arrow-right-to-arc:before{content:"\e4b2"}.fa-arrow-right-to-bracket:before{content:"\f090"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-arrow-right-to-file:before{content:"\f56f"}.fa-arrow-right-to-line:before{content:"\f340"}.fa-arrow-rotate-back:before{content:"\f0e2"}.fa-arrow-rotate-backward:before{content:"\f0e2"}.fa-arrow-rotate-forward:before{content:"\f01e"}.fa-arrow-rotate-left:before{content:"\f0e2"}.fa-arrow-rotate-right:before{content:"\f01e"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before{content:"\f149"}.fa-arrow-turn-down-left:before{content:"\e2e1"}.fa-arrow-turn-down-right:before{content:"\e3d6"}.fa-arrow-turn-left:before{content:"\e632"}.fa-arrow-turn-left-down:before{content:"\e633"}.fa-arrow-turn-left-up:before{content:"\e634"}.fa-arrow-turn-right:before{content:"\e635"}.fa-arrow-turn-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before{content:"\f163"}.fa-arrow-up-9-1:before{content:"\f887"}.fa-arrow-up-a-z:before{content:"\f15e"}.fa-arrow-up-arrow-down:before{content:"\e099"}.fa-arrow-up-big-small:before{content:"\f88e"}.fa-arrow-up-from-arc:before{content:"\e4b4"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-dotted-line:before{content:"\e09b"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-arrow-up-from-line:before{content:"\f342"}.fa-arrow-up-from-square:before{content:"\e09c"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-arrow-up-left:before{content:"\e09d"}.fa-arrow-up-left-from-circle:before{content:"\e09e"}.fa-arrow-up-long:before{content:"\f176"}.fa-arrow-up-right:before{content:"\e09f"}.fa-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e0a0"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-arrow-up-right-from-square:before{content:"\f08e"}.fa-arrow-up-short-wide:before{content:"\f885"}.fa-arrow-up-small-big:before{content:"\f88f"}.fa-arrow-up-square-triangle:before{content:"\f88b"}.fa-arrow-up-to-arc:before{content:"\e617"}.fa-arrow-up-to-bracket:before{content:"\e66a"}.fa-arrow-up-to-dotted-line:before{content:"\e0a1"}.fa-arrow-up-to-line:before{content:"\f341"}.fa-arrow-up-triangle-square:before{content:"\f88a"}.fa-arrow-up-wide-short:before{content:"\f161"}.fa-arrow-up-z-a:before{content:"\f882"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-cross:before{content:"\e0a2"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-arrows-from-dotted-line:before{content:"\e0a3"}.fa-arrows-from-line:before{content:"\e0a4"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-arrows-maximize:before{content:"\f31d"}.fa-arrows-minimize:before{content:"\e0a5"}.fa-arrows-repeat:before{content:"\f364"}.fa-arrows-repeat-1:before{content:"\f366"}.fa-arrows-retweet:before{content:"\f361"}.fa-arrows-rotate:before{content:"\f021"}.fa-arrows-rotate-reverse:before{content:"\e630"}.fa-arrows-spin:before{content:"\e4bb"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-arrows-to-dotted-line:before{content:"\e0a6"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-arrows-to-line:before{content:"\e0a7"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-arrows-up-down:before{content:"\f07d"}.fa-arrows-up-down-left-right:before{content:"\f047"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-arrows-v:before{content:"\f07d"}.fa-asl-interpreting:before{content:"\f2a3"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"*"}.fa-at:before{content:"@"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-atom-simple:before{content:"\f5d3"}.fa-audio-description:before{content:"\f29e"}.fa-audio-description-slash:before{content:"\e0a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-automobile:before{content:"\f1b9"}.fa-avocado:before{content:"\e0aa"}.fa-award:before{content:"\f559"}.fa-award-simple:before{content:"\e0ab"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-b:before{content:"B"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before{content:"\f049"}.fa-backward-step:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badge-sheriff:before{content:"\f8a2"}.fa-badger-honey:before{content:"\f6b4"}.fa-badminton:before{content:"\e33a"}.fa-bag-seedling:before{content:"\e5f2"}.fa-bag-shopping:before{content:"\f290"}.fa-bag-shopping-minus:before{content:"\e650"}.fa-bag-shopping-plus:before{content:"\e651"}.fa-bagel:before{content:"\e3d7"}.fa-bags-shopping:before{content:"\f847"}.fa-baguette:before{content:"\e3d8"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-balloon:before{content:"\e2e3"}.fa-balloons:before{content:"\e2e4"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-ban-bug:before{content:"\f7f9"}.fa-ban-parking:before{content:"\f616"}.fa-ban-smoking:before{content:"\f54d"}.fa-banana:before{content:"\e2e5"}.fa-band-aid:before{content:"\f462"}.fa-bandage:before{content:"\f462"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-banjo:before{content:"\f8a3"}.fa-bank:before{content:"\f19c"}.fa-bar-chart:before{content:"\f080"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-barn-silo:before{content:"\f864"}.fa-bars:before{content:"\f0c9"}.fa-bars-filter:before{content:"\e0ad"}.fa-bars-progress:before{content:"\f828"}.fa-bars-sort:before{content:"\e0ae"}.fa-bars-staggered:before{content:"\f550"}.fa-baseball:before{content:"\f433"}.fa-baseball-ball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before{content:"\f291"}.fa-basket-shopping-minus:before{content:"\e652"}.fa-basket-shopping-plus:before{content:"\e653"}.fa-basket-shopping-simple:before{content:"\e0af"}.fa-basketball:before{content:"\f434"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-bathtub:before{content:"\f2cd"}.fa-battery:before{content:"\f240"}.fa-battery-0:before{content:"\f244"}.fa-battery-1:before{content:"\e0b1"}.fa-battery-2:before{content:"\f243"}.fa-battery-3:before{content:"\f242"}.fa-battery-4:before{content:"\f241"}.fa-battery-5:before{content:"\f240"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-car:before{content:"\f5df"}.fa-battery-empty:before{content:"\f244"}.fa-battery-exclamation:before{content:"\e0b0"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-low:before{content:"\e0b1"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-alt:before{content:"\f8f7"}.fa-bed-bunk:before{content:"\f8f8"}.fa-bed-empty:before{content:"\f8f9"}.fa-bed-front:before{content:"\f8f7"}.fa-bed-pulse:before{content:"\f487"}.fa-bee:before{content:"\e0b2"}.fa-beer:before{content:"\f0fc"}.fa-beer-foam:before{content:"\e0b3"}.fa-beer-mug:before{content:"\e0b3"}.fa-beer-mug-empty:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before{content:"\f562"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-on:before{content:"\f8fa"}.fa-bell-plus:before{content:"\f849"}.fa-bell-ring:before{content:"\e62c"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bench-tree:before{content:"\e2e7"}.fa-betamax:before{content:"\f8a4"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-biking-mountain:before{content:"\f84b"}.fa-billboard:before{content:"\e5cd"}.fa-bin-bottles:before{content:"\e5f5"}.fa-bin-bottles-recycle:before{content:"\e5f6"}.fa-bin-recycle:before{content:"\e5f7"}.fa-binary:before{content:"\e33b"}.fa-binary-circle-check:before{content:"\e33c"}.fa-binary-lock:before{content:"\e33d"}.fa-binary-slash:before{content:"\e33e"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bird:before{content:"\e469"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blackboard:before{content:"\f51b"}.fa-blanket:before{content:"\f498"}.fa-blanket-fire:before{content:"\e3da"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blinds:before{content:"\f8fb"}.fa-blinds-open:before{content:"\f8fc"}.fa-blinds-raised:before{content:"\f8fd"}.fa-block:before{content:"\e46a"}.fa-block-brick:before{content:"\e3db"}.fa-block-brick-fire:before{content:"\e3dc"}.fa-block-question:before{content:"\e3dd"}.fa-block-quote:before{content:"\e0b5"}.fa-blog:before{content:"\f781"}.fa-blueberries:before{content:"\e2e8"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bolt-auto:before{content:"\e0b6"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bolt-slash:before{content:"\e0b8"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-arrow-right:before{content:"\e0b9"}.fa-book-arrow-up:before{content:"\e0ba"}.fa-book-atlas:before{content:"\f558"}.fa-book-bible:before{content:"\f647"}.fa-book-blank:before{content:"\f5d9"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-circle:before{content:"\e0ff"}.fa-book-circle-arrow-right:before{content:"\e0bc"}.fa-book-circle-arrow-up:before{content:"\e0bd"}.fa-book-copy:before{content:"\e0be"}.fa-book-dead:before{content:"\f6b7"}.fa-book-font:before{content:"\e0bf"}.fa-book-heart:before{content:"\f499"}.fa-book-journal-whills:before{content:"\f66a"}.fa-book-law:before{content:"\e0c1"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-alt:before{content:"\e0c0"}.fa-book-open-cover:before{content:"\e0c0"}.fa-book-open-reader:before{content:"\f5da"}.fa-book-quran:before{content:"\f687"}.fa-book-reader:before{content:"\f5da"}.fa-book-section:before{content:"\e0c1"}.fa-book-skull:before{content:"\f6b7"}.fa-book-sparkles:before{content:"\f6b8"}.fa-book-spells:before{content:"\f6b8"}.fa-book-tanakh:before{content:"\f827"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-bookmark-circle:before{content:"\e100"}.fa-bookmark-slash:before{content:"\e0c2"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boombox:before{content:"\f8a5"}.fa-boot:before{content:"\f782"}.fa-boot-heeled:before{content:"\e33f"}.fa-booth-curtain:before{content:"\f734"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-bottom-right:before{content:"\f854"}.fa-border-center-h:before{content:"\f89c"}.fa-border-center-v:before{content:"\f89d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-style:before{content:"\f853"}.fa-border-style-alt:before{content:"\f854"}.fa-border-top:before{content:"\f855"}.fa-border-top-left:before{content:"\f853"}.fa-bore-hole:before{content:"\e4c3"}.fa-bottle-baby:before{content:"\e673"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-bottle-water:before{content:"\e4c5"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowl-chopsticks:before{content:"\e2e9"}.fa-bowl-chopsticks-noodles:before{content:"\e2ea"}.fa-bowl-food:before{content:"\e4c6"}.fa-bowl-hot:before{content:"\f823"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowl-salad:before{content:"\f81e"}.fa-bowl-scoop:before{content:"\e3de"}.fa-bowl-scoops:before{content:"\e3df"}.fa-bowl-shaved-ice:before{content:"\e3de"}.fa-bowl-soft-serve:before{content:"\e46b"}.fa-bowl-spoon:before{content:"\e3e0"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-ball-pin:before{content:"\e0c3"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-archive:before{content:"\f187"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-circle-check:before{content:"\e0c4"}.fa-box-dollar:before{content:"\f4a0"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-open-full:before{content:"\f49c"}.fa-box-taped:before{content:"\f49a"}.fa-box-tissue:before{content:"\e05b"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f468"}.fa-boxes-packing:before{content:"\e4c7"}.fa-boxes-stacked:before{content:"\f468"}.fa-boxing-glove:before{content:"\f438"}.fa-bracket:before{content:"["}.fa-bracket-curly:before{content:"{"}.fa-bracket-curly-left:before{content:"{"}.fa-bracket-curly-right:before{content:"}"}.fa-bracket-left:before{content:"["}.fa-bracket-round:before{content:"("}.fa-bracket-round-right:before{content:")"}.fa-bracket-square:before{content:"["}.fa-bracket-square-right:before{content:"]"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-brackets-round:before{content:"\e0c5"}.fa-brackets-square:before{content:"\f7e9"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brain-arrow-curved-right:before{content:"\f677"}.fa-brain-circuit:before{content:"\e0c6"}.fa-brake-warning:before{content:"\e0c7"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-bread-slice-butter:before{content:"\e3e1"}.fa-bridge:before{content:"\e4c8"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-bridge-suspension:before{content:"\e4cd"}.fa-bridge-water:before{content:"\e4ce"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-arrow-right:before{content:"\e2f2"}.fa-briefcase-blank:before{content:"\e0c8"}.fa-briefcase-clock:before{content:"\f64a"}.fa-briefcase-medical:before{content:"\f469"}.fa-brightness:before{content:"\e0c9"}.fa-brightness-low:before{content:"\e0ca"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broadcast-tower:before{content:"\f519"}.fa-broccoli:before{content:"\e3e2"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before{content:"\f458"}.fa-broom-wide:before{content:"\e5d1"}.fa-browser:before{content:"\f37e"}.fa-browsers:before{content:"\e0cb"}.fa-brush:before{content:"\f55d"}.fa-bucket:before{content:"\e4cf"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-bugs:before{content:"\e4d0"}.fa-building:before{content:"\f1ad"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-building-circle-check:before{content:"\e4d2"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-building-columns:before{content:"\f19c"}.fa-building-flag:before{content:"\e4d5"}.fa-building-lock:before{content:"\e4d6"}.fa-building-magnifying-glass:before{content:"\e61c"}.fa-building-memo:before{content:"\e61e"}.fa-building-ngo:before{content:"\e4d7"}.fa-building-shield:before{content:"\e4d8"}.fa-building-un:before{content:"\e4d9"}.fa-building-user:before{content:"\e4da"}.fa-building-wheat:before{content:"\e4db"}.fa-buildings:before{content:"\e0cc"}.fa-bulldozer:before{content:"\e655"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-buoy:before{content:"\e5b5"}.fa-buoy-mooring:before{content:"\e5b6"}.fa-burger:before{content:"\f805"}.fa-burger-cheese:before{content:"\f7f1"}.fa-burger-fries:before{content:"\e0cd"}.fa-burger-glass:before{content:"\e0ce"}.fa-burger-lettuce:before{content:"\e3e3"}.fa-burger-soda:before{content:"\f858"}.fa-burn:before{content:"\f46a"}.fa-burrito:before{content:"\f7ed"}.fa-burst:before{content:"\e4dc"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-bus-simple:before{content:"\f55e"}.fa-business-front:before{content:"\e45c"}.fa-business-time:before{content:"\f64a"}.fa-butter:before{content:"\e3e4"}.fa-c:before{content:"C"}.fa-cab:before{content:"\f1ba"}.fa-cabin:before{content:"\e46d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-cable-car:before{content:"\f7da"}.fa-cactus:before{content:"\f8a7"}.fa-caduceus:before{content:"\e681"}.fa-cake:before{content:"\f1fd"}.fa-cake-candles:before{content:"\f1fd"}.fa-cake-slice:before{content:"\e3e5"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calculator-simple:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-arrow-down:before{content:"\e0d0"}.fa-calendar-arrow-up:before{content:"\e0d1"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-circle:before{content:"\e102"}.fa-calendar-circle-exclamation:before{content:"\e46e"}.fa-calendar-circle-minus:before{content:"\e46f"}.fa-calendar-circle-plus:before{content:"\e470"}.fa-calendar-circle-user:before{content:"\e471"}.fa-calendar-clock:before{content:"\e0d2"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-days:before{content:"\f073"}.fa-calendar-download:before{content:"\e0d0"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-heart:before{content:"\e0d3"}.fa-calendar-image:before{content:"\e0d4"}.fa-calendar-lines:before{content:"\e0d5"}.fa-calendar-lines-pen:before{content:"\e472"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-note:before{content:"\e0d5"}.fa-calendar-pen:before{content:"\f333"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-range:before{content:"\e0d6"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-time:before{content:"\e0d2"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-upload:before{content:"\e0d1"}.fa-calendar-users:before{content:"\e5e2"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-xmark:before{content:"\f273"}.fa-calendars:before{content:"\e0d7"}.fa-camcorder:before{content:"\f8a8"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f030"}.fa-camera-cctv:before{content:"\f8ac"}.fa-camera-circle:before{content:"\e103"}.fa-camera-home:before{content:"\f8fe"}.fa-camera-movie:before{content:"\f8a9"}.fa-camera-polaroid:before{content:"\f8aa"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-camera-security:before{content:"\f8fe"}.fa-camera-slash:before{content:"\e0d9"}.fa-camera-viewfinder:before{content:"\e0da"}.fa-camera-web:before{content:"\f832"}.fa-camera-web-slash:before{content:"\f833"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-can-food:before{content:"\e3e6"}.fa-cancel:before{content:"\f05e"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy:before{content:"\e3e7"}.fa-candy-bar:before{content:"\e3e8"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-cannon:before{content:"\e642"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bolt:before{content:"\e341"}.fa-car-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-burst:before{content:"\f5e1"}.fa-car-bus:before{content:"\f85a"}.fa-car-circle-bolt:before{content:"\e342"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-mirrors:before{content:"\e343"}.fa-car-on:before{content:"\e4dd"}.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-car-side-bolt:before{content:"\e344"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-tunnel:before{content:"\e4de"}.fa-car-wash:before{content:"\f5e6"}.fa-car-wrench:before{content:"\f5e3"}.fa-caravan:before{content:"\f8ff"}.fa-caravan-alt:before{content:"\e000"}.fa-caravan-simple:before{content:"\e000"}.fa-card-club:before{content:"\e3e9"}.fa-card-diamond:before{content:"\e3ea"}.fa-card-heart:before{content:"\e3eb"}.fa-card-spade:before{content:"\e3ec"}.fa-cards:before{content:"\e3ed"}.fa-cards-blank:before{content:"\e4df"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.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-carriage-baby:before{content:"\f77d"}.fa-carrot:before{content:"\f787"}.fa-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-arrow-up:before{content:"\e3ee"}.fa-cart-circle-arrow-down:before{content:"\e3ef"}.fa-cart-circle-arrow-up:before{content:"\e3f0"}.fa-cart-circle-check:before{content:"\e3f1"}.fa-cart-circle-exclamation:before{content:"\e3f2"}.fa-cart-circle-plus:before{content:"\e3f3"}.fa-cart-circle-xmark:before{content:"\e3f4"}.fa-cart-flatbed:before{content:"\f474"}.fa-cart-flatbed-boxes:before{content:"\f475"}.fa-cart-flatbed-empty:before{content:"\f476"}.fa-cart-flatbed-suitcase:before{content:"\f59d"}.fa-cart-minus:before{content:"\e0db"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before{content:"\f07a"}.fa-cart-shopping-fast:before{content:"\e0dc"}.fa-cart-xmark:before{content:"\e0dd"}.fa-cash-register:before{content:"\f788"}.fa-cassette-betamax:before{content:"\f8a4"}.fa-cassette-tape:before{content:"\f8ab"}.fa-cassette-vhs:before{content:"\f8ec"}.fa-castle:before{content:"\e0de"}.fa-cat:before{content:"\f6be"}.fa-cat-space:before{content:"\e001"}.fa-cauldron:before{content:"\f6bf"}.fa-cctv:before{content:"\f8ac"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chain:before{content:"\f0c1"}.fa-chain-broken:before{content:"\f127"}.fa-chain-horizontal:before{content:"\e1cb"}.fa-chain-horizontal-slash:before{content:"\e1cc"}.fa-chain-slash:before{content:"\f127"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glass:before{content:"\f79e"}.fa-champagne-glasses:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-bullet:before{content:"\e0e1"}.fa-chart-candlestick:before{content:"\e0e2"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-kanban:before{content:"\e64f"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-line-up:before{content:"\e0e5"}.fa-chart-line-up-down:before{content:"\e5d7"}.fa-chart-mixed:before{content:"\f643"}.fa-chart-mixed-up-circle-currency:before{content:"\e5d8"}.fa-chart-mixed-up-circle-dollar:before{content:"\e5d9"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-pie-simple:before{content:"\f64e"}.fa-chart-pie-simple-circle-currency:before{content:"\e604"}.fa-chart-pie-simple-circle-dollar:before{content:"\e605"}.fa-chart-pyramid:before{content:"\e0e6"}.fa-chart-radar:before{content:"\e0e7"}.fa-chart-scatter:before{content:"\f7ee"}.fa-chart-scatter-3d:before{content:"\e0e8"}.fa-chart-scatter-bubble:before{content:"\e0e9"}.fa-chart-simple:before{content:"\e473"}.fa-chart-simple-horizontal:before{content:"\e474"}.fa-chart-tree-map:before{content:"\e0ea"}.fa-chart-user:before{content:"\f6a3"}.fa-chart-waterfall:before{content:"\e0eb"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-check-to-slot:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-cherries:before{content:"\e0ec"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-bishop-piece:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-clock-flip:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-king-piece:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-knight-piece:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-pawn-piece:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-queen-piece:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chess-rook-piece:before{content:"\f448"}.fa-chestnut:before{content:"\e3f6"}.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-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-chevrons-down:before{content:"\f322"}.fa-chevrons-left:before{content:"\f323"}.fa-chevrons-right:before{content:"\f324"}.fa-chevrons-up:before{content:"\f325"}.fa-chf-sign:before{content:"\e602"}.fa-child:before{content:"\f1ae"}.fa-child-combatant:before{content:"\e4e0"}.fa-child-dress:before{content:"\e59c"}.fa-child-reaching:before{content:"\e59d"}.fa-child-rifle:before{content:"\e4e0"}.fa-children:before{content:"\e4e1"}.fa-chimney:before{content:"\f78b"}.fa-chocolate-bar:before{content:"\e3e8"}.fa-chopsticks:before{content:"\e3f7"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-0:before{content:"\e0ed"}.fa-circle-1:before{content:"\e0ee"}.fa-circle-2:before{content:"\e0ef"}.fa-circle-3:before{content:"\e0f0"}.fa-circle-4:before{content:"\e0f1"}.fa-circle-5:before{content:"\e0f2"}.fa-circle-6:before{content:"\e0f3"}.fa-circle-7:before{content:"\e0f4"}.fa-circle-8:before{content:"\e0f5"}.fa-circle-9:before{content:"\e0f6"}.fa-circle-a:before{content:"\e0f7"}.fa-circle-ampersand:before{content:"\e0f8"}.fa-circle-arrow-down:before{content:"\f0ab"}.fa-circle-arrow-down-left:before{content:"\e0f9"}.fa-circle-arrow-down-right:before{content:"\e0fa"}.fa-circle-arrow-left:before{content:"\f0a8"}.fa-circle-arrow-right:before{content:"\f0a9"}.fa-circle-arrow-up:before{content:"\f0aa"}.fa-circle-arrow-up-left:before{content:"\e0fb"}.fa-circle-arrow-up-right:before{content:"\e0fc"}.fa-circle-b:before{content:"\e0fd"}.fa-circle-bolt:before{content:"\e0fe"}.fa-circle-book-open:before{content:"\e0ff"}.fa-circle-bookmark:before{content:"\e100"}.fa-circle-c:before{content:"\e101"}.fa-circle-calendar:before{content:"\e102"}.fa-circle-camera:before{content:"\e103"}.fa-circle-caret-down:before{content:"\f32d"}.fa-circle-caret-left:before{content:"\f32e"}.fa-circle-caret-right:before{content:"\f330"}.fa-circle-caret-up:before{content:"\f331"}.fa-circle-check:before{content:"\f058"}.fa-circle-chevron-down:before{content:"\f13a"}.fa-circle-chevron-left:before{content:"\f137"}.fa-circle-chevron-right:before{content:"\f138"}.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-d:before{content:"\e104"}.fa-circle-dashed:before{content:"\e105"}.fa-circle-divide:before{content:"\e106"}.fa-circle-dollar:before{content:"\f2e8"}.fa-circle-dollar-to-slot:before{content:"\f4b9"}.fa-circle-dot:before{content:"\f192"}.fa-circle-down:before{content:"\f358"}.fa-circle-down-left:before{content:"\e107"}.fa-circle-down-right:before{content:"\e108"}.fa-circle-e:before{content:"\e109"}.fa-circle-ellipsis:before{content:"\e10a"}.fa-circle-ellipsis-vertical:before{content:"\e10b"}.fa-circle-envelope:before{content:"\e10c"}.fa-circle-euro:before{content:"\e5ce"}.fa-circle-exclamation:before{content:"\f06a"}.fa-circle-exclamation-check:before{content:"\e10d"}.fa-circle-f:before{content:"\e10e"}.fa-circle-g:before{content:"\e10f"}.fa-circle-gf:before{content:"\e67f"}.fa-circle-h:before{content:"\f47e"}.fa-circle-half:before{content:"\e110"}.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-heart:before{content:"\f4c7"}.fa-circle-i:before{content:"\e111"}.fa-circle-info:before{content:"\f05a"}.fa-circle-j:before{content:"\e112"}.fa-circle-k:before{content:"\e113"}.fa-circle-l:before{content:"\e114"}.fa-circle-left:before{content:"\f359"}.fa-circle-location-arrow:before{content:"\f602"}.fa-circle-m:before{content:"\e115"}.fa-circle-microphone:before{content:"\e116"}.fa-circle-microphone-lines:before{content:"\e117"}.fa-circle-minus:before{content:"\f056"}.fa-circle-n:before{content:"\e118"}.fa-circle-nodes:before{content:"\e4e2"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-o:before{content:"\e119"}.fa-circle-p:before{content:"\e11a"}.fa-circle-parking:before{content:"\f615"}.fa-circle-pause:before{content:"\f28b"}.fa-circle-phone:before{content:"\e11b"}.fa-circle-phone-flip:before{content:"\e11c"}.fa-circle-phone-hangup:before{content:"\e11d"}.fa-circle-play:before{content:"\f144"}.fa-circle-plus:before{content:"\f055"}.fa-circle-q:before{content:"\e11e"}.fa-circle-quarter:before{content:"\e11f"}.fa-circle-quarter-stroke:before{content:"\e5d3"}.fa-circle-quarters:before{content:"\e3f8"}.fa-circle-question:before{content:"\f059"}.fa-circle-r:before{content:"\e120"}.fa-circle-radiation:before{content:"\f7ba"}.fa-circle-right:before{content:"\f35a"}.fa-circle-s:before{content:"\e121"}.fa-circle-small:before{content:"\e122"}.fa-circle-sort:before{content:"\e030"}.fa-circle-sort-down:before{content:"\e031"}.fa-circle-sort-up:before{content:"\e032"}.fa-circle-star:before{content:"\e123"}.fa-circle-sterling:before{content:"\e5cf"}.fa-circle-stop:before{content:"\f28d"}.fa-circle-t:before{content:"\e124"}.fa-circle-three-quarters:before{content:"\e125"}.fa-circle-three-quarters-stroke:before{content:"\e5d4"}.fa-circle-trash:before{content:"\e126"}.fa-circle-u:before{content:"\e127"}.fa-circle-up:before{content:"\f35b"}.fa-circle-up-left:before{content:"\e128"}.fa-circle-up-right:before{content:"\e129"}.fa-circle-user:before{content:"\f2bd"}.fa-circle-v:before{content:"\e12a"}.fa-circle-video:before{content:"\e12b"}.fa-circle-w:before{content:"\e12c"}.fa-circle-waveform-lines:before{content:"\e12d"}.fa-circle-wifi:before{content:"\e67d"}.fa-circle-wifi-circle-wifi:before{content:"\e67e"}.fa-circle-wifi-group:before{content:"\e67e"}.fa-circle-x:before{content:"\e12e"}.fa-circle-xmark:before{content:"\f057"}.fa-circle-y:before{content:"\e12f"}.fa-circle-yen:before{content:"\e5d0"}.fa-circle-z:before{content:"\e130"}.fa-circles-overlap:before{content:"\e600"}.fa-citrus:before{content:"\e2f4"}.fa-citrus-slice:before{content:"\e2f5"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clapperboard-play:before{content:"\e132"}.fa-clarinet:before{content:"\f8ad"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-medical:before{content:"\e133"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-question:before{content:"\e4e3"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clock-desk:before{content:"\e134"}.fa-clock-eight:before{content:"\e345"}.fa-clock-eight-thirty:before{content:"\e346"}.fa-clock-eleven:before{content:"\e347"}.fa-clock-eleven-thirty:before{content:"\e348"}.fa-clock-five:before{content:"\e349"}.fa-clock-five-thirty:before{content:"\e34a"}.fa-clock-four:before{content:"\f017"}.fa-clock-four-thirty:before{content:"\e34b"}.fa-clock-nine:before{content:"\e34c"}.fa-clock-nine-thirty:before{content:"\e34d"}.fa-clock-one:before{content:"\e34e"}.fa-clock-one-thirty:before{content:"\e34f"}.fa-clock-rotate-left:before{content:"\f1da"}.fa-clock-seven:before{content:"\e350"}.fa-clock-seven-thirty:before{content:"\e351"}.fa-clock-six:before{content:"\e352"}.fa-clock-six-thirty:before{content:"\e353"}.fa-clock-ten:before{content:"\e354"}.fa-clock-ten-thirty:before{content:"\e355"}.fa-clock-three:before{content:"\e356"}.fa-clock-three-thirty:before{content:"\e357"}.fa-clock-twelve:before{content:"\e358"}.fa-clock-twelve-thirty:before{content:"\e359"}.fa-clock-two:before{content:"\e35a"}.fa-clock-two-thirty:before{content:"\e35b"}.fa-clone:before{content:"\f24d"}.fa-close:before{content:"\f00d"}.fa-closed-captioning:before{content:"\f20a"}.fa-closed-captioning-slash:before{content:"\e135"}.fa-clothes-hanger:before{content:"\e136"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before{content:"\f0ed"}.fa-cloud-arrow-up:before{content:"\f0ee"}.fa-cloud-binary:before{content:"\e601"}.fa-cloud-bolt:before{content:"\f76c"}.fa-cloud-bolt-moon:before{content:"\f76d"}.fa-cloud-bolt-sun:before{content:"\f76e"}.fa-cloud-check:before{content:"\e35c"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f0ed"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-exclamation:before{content:"\e491"}.fa-cloud-fog:before{content:"\f74e"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-minus:before{content:"\e35d"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-music:before{content:"\f8ae"}.fa-cloud-plus:before{content:"\e35e"}.fa-cloud-question:before{content:"\e492"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-cloud-slash:before{content:"\e137"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f0ee"}.fa-cloud-word:before{content:"\e138"}.fa-cloud-xmark:before{content:"\e35f"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-clover:before{content:"\e139"}.fa-club:before{content:"\f327"}.fa-cny:before{content:"\f157"}.fa-cocktail:before{content:"\f561"}.fa-coconut:before{content:"\e2f6"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-code-pull-request-closed:before{content:"\e3f9"}.fa-code-pull-request-draft:before{content:"\e3fa"}.fa-code-simple:before{content:"\e13d"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-bean:before{content:"\e13e"}.fa-coffee-beans:before{content:"\e13f"}.fa-coffee-pot:before{content:"\e002"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-coffin-cross:before{content:"\e051"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coin:before{content:"\f85c"}.fa-coin-blank:before{content:"\e3fb"}.fa-coin-front:before{content:"\e3fc"}.fa-coin-vertical:before{content:"\e3fd"}.fa-coins:before{content:"\f51e"}.fa-colon:before{content:":"}.fa-colon-sign:before{content:"\e140"}.fa-columns:before{content:"\f0db"}.fa-columns-3:before{content:"\e361"}.fa-comet:before{content:"\e003"}.fa-comma:before{content:","}.fa-command:before{content:"\e142"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-arrow-down:before{content:"\e1db"}.fa-comment-alt-arrow-up:before{content:"\e1dc"}.fa-comment-alt-captions:before{content:"\e1de"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-image:before{content:"\e1e0"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-music:before{content:"\f8af"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-quote:before{content:"\e1e4"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-text:before{content:"\e1e6"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-arrow-down:before{content:"\e143"}.fa-comment-arrow-up:before{content:"\e144"}.fa-comment-arrow-up-right:before{content:"\e145"}.fa-comment-captions:before{content:"\e146"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-code:before{content:"\e147"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-heart:before{content:"\e5c8"}.fa-comment-image:before{content:"\e148"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-middle:before{content:"\e149"}.fa-comment-middle-alt:before{content:"\e1e1"}.fa-comment-middle-top:before{content:"\e14a"}.fa-comment-middle-top-alt:before{content:"\e1e2"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-music:before{content:"\f8b0"}.fa-comment-pen:before{content:"\f4ae"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-question:before{content:"\e14b"}.fa-comment-quote:before{content:"\e14c"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-sms:before{content:"\f7cd"}.fa-comment-text:before{content:"\e14d"}.fa-comment-times:before{content:"\f4b5"}.fa-comment-xmark:before{content:"\f4b5"}.fa-commenting:before{content:"\f4ad"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-comments-question:before{content:"\e14e"}.fa-comments-question-check:before{content:"\e14f"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before{content:"\f568"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows:before{content:"\e0a5"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-computer:before{content:"\e4e5"}.fa-computer-classic:before{content:"\f8b1"}.fa-computer-mouse:before{content:"\f8cc"}.fa-computer-mouse-scrollwheel:before{content:"\f8cd"}.fa-computer-speaker:before{content:"\f8b2"}.fa-concierge-bell:before{content:"\f562"}.fa-construction:before{content:"\f85d"}.fa-contact-book:before{content:"\f2b9"}.fa-contact-card:before{content:"\f2bb"}.fa-container-storage:before{content:"\f4b7"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-conveyor-belt-arm:before{content:"\e5f8"}.fa-conveyor-belt-boxes:before{content:"\f46f"}.fa-conveyor-belt-empty:before{content:"\e150"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-corner:before{content:"\e3fe"}.fa-couch:before{content:"\f4b8"}.fa-couch-small:before{content:"\f4cc"}.fa-court-sport:before{content:"\e643"}.fa-cow:before{content:"\f6c8"}.fa-cowbell:before{content:"\f8b3"}.fa-cowbell-circle-plus:before{content:"\f8b4"}.fa-cowbell-more:before{content:"\f8b4"}.fa-crab:before{content:"\e3ff"}.fa-crate-apple:before{content:"\f6b1"}.fa-crate-empty:before{content:"\e151"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-alt:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-creemee:before{content:"\e400"}.fa-cricket:before{content:"\f449"}.fa-cricket-bat-ball:before{content:"\f449"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crosshairs-simple:before{content:"\e59f"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-crystal-ball:before{content:"\e362"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-cucumber:before{content:"\e401"}.fa-cup-straw:before{content:"\e363"}.fa-cup-straw-swoosh:before{content:"\e364"}.fa-cup-togo:before{content:"\f6c5"}.fa-cupcake:before{content:"\e402"}.fa-curling:before{content:"\f44a"}.fa-curling-stone:before{content:"\f44a"}.fa-custard:before{content:"\e403"}.fa-cut:before{content:"\f0c4"}.fa-cutlery:before{content:"\f2e7"}.fa-d:before{content:"D"}.fa-dagger:before{content:"\f6cb"}.fa-dash:before{content:"\e404"}.fa-dashboard:before{content:"\f624"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deafness:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-dedent:before{content:"\f03b"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delete-left:before{content:"\f55a"}.fa-delete-right:before{content:"\e154"}.fa-democrat:before{content:"\f747"}.fa-desktop:before{content:"\f390"}.fa-desktop-alt:before{content:"\f390"}.fa-desktop-arrow-down:before{content:"\e155"}.fa-desktop-code:before{content:"\e165"}.fa-desktop-medical:before{content:"\e166"}.fa-desktop-slash:before{content:"\e2fa"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-diagram-cells:before{content:"\e475"}.fa-diagram-lean-canvas:before{content:"\e156"}.fa-diagram-nested:before{content:"\e157"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-previous:before{content:"\e478"}.fa-diagram-project:before{content:"\f542"}.fa-diagram-sankey:before{content:"\e158"}.fa-diagram-subtask:before{content:"\e479"}.fa-diagram-successor:before{content:"\e47a"}.fa-diagram-venn:before{content:"\e15a"}.fa-dial:before{content:"\e15b"}.fa-dial-high:before{content:"\e15c"}.fa-dial-low:before{content:"\e15d"}.fa-dial-max:before{content:"\e15e"}.fa-dial-med:before{content:"\e15f"}.fa-dial-med-high:before{content:"\e15b"}.fa-dial-med-low:before{content:"\e160"}.fa-dial-min:before{content:"\e161"}.fa-dial-off:before{content:"\e162"}.fa-diamond:before{content:"\f219"}.fa-diamond-exclamation:before{content:"\e405"}.fa-diamond-half:before{content:"\e5b7"}.fa-diamond-half-stroke:before{content:"\e5b8"}.fa-diamond-turn-right:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.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-digging:before{content:"\f85e"}.fa-digital-tachograph:before{content:"\f566"}.fa-dinosaur:before{content:"\e5fe"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-disc-drive:before{content:"\f8b5"}.fa-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-display-arrow-down:before{content:"\e164"}.fa-display-chart-up:before{content:"\e5e3"}.fa-display-chart-up-circle-currency:before{content:"\e5e5"}.fa-display-chart-up-circle-dollar:before{content:"\e5e6"}.fa-display-code:before{content:"\e165"}.fa-display-medical:before{content:"\e166"}.fa-display-slash:before{content:"\e2fa"}.fa-distribute-spacing-horizontal:before{content:"\e365"}.fa-distribute-spacing-vertical:before{content:"\e366"}.fa-ditto:before{content:'"'}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar:before{content:"$"}.fa-dollar-circle:before{content:"\f2e8"}.fa-dollar-sign:before{content:"$"}.fa-dollar-square:before{content:"\f2e9"}.fa-dolly:before{content:"\f472"}.fa-dolly-box:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-dolphin:before{content:"\e168"}.fa-donate:before{content:"\f4b9"}.fa-dong-sign:before{content:"\e169"}.fa-donut:before{content:"\e406"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-doughnut:before{content:"\e406"}.fa-dove:before{content:"\f4ba"}.fa-down:before{content:"\f354"}.fa-down-from-bracket:before{content:"\e66b"}.fa-down-from-dotted-line:before{content:"\e407"}.fa-down-from-line:before{content:"\f349"}.fa-down-left:before{content:"\e16a"}.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before{content:"\f309"}.fa-down-right:before{content:"\e16b"}.fa-down-to-bracket:before{content:"\e4e7"}.fa-down-to-dotted-line:before{content:"\e408"}.fa-down-to-line:before{content:"\f34a"}.fa-download:before{content:"\f019"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-drivers-license:before{content:"\f2c2"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before{content:"\f860"}.fa-drone-front:before{content:"\f860"}.fa-droplet:before{content:"\f043"}.fa-droplet-degree:before{content:"\f748"}.fa-droplet-percent:before{content:"\f750"}.fa-droplet-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before{content:"\f862"}.fa-dryer-heat:before{content:"\f862"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"E"}.fa-ear:before{content:"\f5f0"}.fa-ear-deaf:before{content:"\f2a4"}.fa-ear-listen:before{content:"\f2a2"}.fa-ear-muffs:before{content:"\f795"}.fa-earth:before{content:"\f57d"}.fa-earth-africa:before{content:"\f57c"}.fa-earth-america:before{content:"\f57d"}.fa-earth-americas:before{content:"\f57d"}.fa-earth-asia:before{content:"\f57e"}.fa-earth-europe:before{content:"\f7a2"}.fa-earth-oceania:before{content:"\e47b"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eggplant:before{content:"\e16c"}.fa-eject:before{content:"\f052"}.fa-elephant:before{content:"\f6da"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-stroke:before{content:"\f39b"}.fa-ellipsis-stroke-vertical:before{content:"\f39c"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ellipsis-vertical:before{content:"\f142"}.fa-empty-set:before{content:"\f656"}.fa-engine:before{content:"\e16e"}.fa-engine-exclamation:before{content:"\f5f2"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-badge:before{content:"\e16f"}.fa-envelope-circle:before{content:"\e10c"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-envelope-dot:before{content:"\e16f"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envelopes:before{content:"\e170"}.fa-envelopes-bulk:before{content:"\f674"}.fa-equals:before{content:"="}.fa-eraser:before{content:"\f12d"}.fa-escalator:before{content:"\e171"}.fa-ethernet:before{content:"\f796"}.fa-eur:before{content:"\f153"}.fa-euro:before{content:"\f153"}.fa-euro-sign:before{content:"\f153"}.fa-excavator:before{content:"\e656"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"!"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-exploding-head:before{content:"\e2fe"}.fa-explosion:before{content:"\e4e9"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-dropper-empty:before{content:"\f1fb"}.fa-eye-dropper-full:before{content:"\e172"}.fa-eye-dropper-half:before{content:"\e173"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-eyedropper:before{content:"\f1fb"}.fa-eyes:before{content:"\e367"}.fa-f:before{content:"F"}.fa-face-angry:before{content:"\f556"}.fa-face-angry-horns:before{content:"\e368"}.fa-face-anguished:before{content:"\e369"}.fa-face-anxious-sweat:before{content:"\e36a"}.fa-face-astonished:before{content:"\e36b"}.fa-face-awesome:before{content:"\e409"}.fa-face-beam-hand-over-mouth:before{content:"\e47c"}.fa-face-clouds:before{content:"\e47d"}.fa-face-confounded:before{content:"\e36c"}.fa-face-confused:before{content:"\e36d"}.fa-face-cowboy-hat:before{content:"\e36e"}.fa-face-diagonal-mouth:before{content:"\e47e"}.fa-face-disappointed:before{content:"\e36f"}.fa-face-disguise:before{content:"\e370"}.fa-face-dizzy:before{content:"\f567"}.fa-face-dotted:before{content:"\e47f"}.fa-face-downcast-sweat:before{content:"\e371"}.fa-face-drooling:before{content:"\e372"}.fa-face-exhaling:before{content:"\e480"}.fa-face-explode:before{content:"\e2fe"}.fa-face-expressionless:before{content:"\e373"}.fa-face-eyes-xmarks:before{content:"\e374"}.fa-face-fearful:before{content:"\e375"}.fa-face-flushed:before{content:"\f579"}.fa-face-frown:before{content:"\f119"}.fa-face-frown-open:before{content:"\f57a"}.fa-face-frown-slight:before{content:"\e376"}.fa-face-glasses:before{content:"\e377"}.fa-face-grimace:before{content:"\f57f"}.fa-face-grin:before{content:"\f580"}.fa-face-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before{content:"\f581"}.fa-face-grin-wink:before{content:"\f58c"}.fa-face-hand-over-mouth:before{content:"\e378"}.fa-face-hand-peeking:before{content:"\e481"}.fa-face-hand-yawn:before{content:"\e379"}.fa-face-head-bandage:before{content:"\e37a"}.fa-face-holding-back-tears:before{content:"\e482"}.fa-face-hushed:before{content:"\e37b"}.fa-face-icicles:before{content:"\e37c"}.fa-face-kiss:before{content:"\f596"}.fa-face-kiss-beam:before{content:"\f597"}.fa-face-kiss-closed-eyes:before{content:"\e37d"}.fa-face-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before{content:"\f599"}.fa-face-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before{content:"\f59c"}.fa-face-lying:before{content:"\e37e"}.fa-face-mask:before{content:"\e37f"}.fa-face-meh:before{content:"\f11a"}.fa-face-meh-blank:before{content:"\f5a4"}.fa-face-melting:before{content:"\e483"}.fa-face-monocle:before{content:"\e380"}.fa-face-nauseated:before{content:"\e381"}.fa-face-nose-steam:before{content:"\e382"}.fa-face-party:before{content:"\e383"}.fa-face-pensive:before{content:"\e384"}.fa-face-persevering:before{content:"\e385"}.fa-face-pleading:before{content:"\e386"}.fa-face-pouting:before{content:"\e387"}.fa-face-raised-eyebrow:before{content:"\e388"}.fa-face-relieved:before{content:"\e389"}.fa-face-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before{content:"\f5b3"}.fa-face-sad-sweat:before{content:"\e38a"}.fa-face-sad-tear:before{content:"\f5b4"}.fa-face-saluting:before{content:"\e484"}.fa-face-scream:before{content:"\e38b"}.fa-face-shush:before{content:"\e38c"}.fa-face-sleeping:before{content:"\e38d"}.fa-face-sleepy:before{content:"\e38e"}.fa-face-smile:before{content:"\f118"}.fa-face-smile-beam:before{content:"\f5b8"}.fa-face-smile-halo:before{content:"\e38f"}.fa-face-smile-hearts:before{content:"\e390"}.fa-face-smile-horns:before{content:"\e391"}.fa-face-smile-plus:before{content:"\f5b9"}.fa-face-smile-relaxed:before{content:"\e392"}.fa-face-smile-tear:before{content:"\e393"}.fa-face-smile-tongue:before{content:"\e394"}.fa-face-smile-upside-down:before{content:"\e395"}.fa-face-smile-wink:before{content:"\f4da"}.fa-face-smiling-hands:before{content:"\e396"}.fa-face-smirking:before{content:"\e397"}.fa-face-spiral-eyes:before{content:"\e485"}.fa-face-sunglasses:before{content:"\e398"}.fa-face-surprise:before{content:"\f5c2"}.fa-face-swear:before{content:"\e399"}.fa-face-thermometer:before{content:"\e39a"}.fa-face-thinking:before{content:"\e39b"}.fa-face-tired:before{content:"\f5c8"}.fa-face-tissue:before{content:"\e39c"}.fa-face-tongue-money:before{content:"\e39d"}.fa-face-tongue-sweat:before{content:"\e39e"}.fa-face-unamused:before{content:"\e39f"}.fa-face-viewfinder:before{content:"\e2ff"}.fa-face-vomit:before{content:"\e3a0"}.fa-face-weary:before{content:"\e3a1"}.fa-face-woozy:before{content:"\e3a2"}.fa-face-worried:before{content:"\e3a3"}.fa-face-zany:before{content:"\e3a4"}.fa-face-zipper:before{content:"\e3a5"}.fa-falafel:before{content:"\e40a"}.fa-family:before{content:"\e300"}.fa-family-dress:before{content:"\e301"}.fa-family-pants:before{content:"\e302"}.fa-fan:before{content:"\f863"}.fa-fan-table:before{content:"\e004"}.fa-farm:before{content:"\f864"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-feather-pointed:before{content:"\f56b"}.fa-feed:before{content:"\f09e"}.fa-female:before{content:"\f182"}.fa-fence:before{content:"\e303"}.fa-ferris-wheel:before{content:"\e174"}.fa-ferry:before{content:"\e4ea"}.fa-field-hockey:before{content:"\f44c"}.fa-field-hockey-stick-ball:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-arrow-down:before{content:"\f56d"}.fa-file-arrow-up:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-award:before{content:"\f5f3"}.fa-file-binary:before{content:"\e175"}.fa-file-cad:before{content:"\e672"}.fa-file-caret-down:before{content:"\e429"}.fa-file-caret-up:before{content:"\e42a"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-column:before{content:"\f659"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-circle-check:before{content:"\e5a0"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-file-circle-info:before{content:"\e493"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-file-circle-plus:before{content:"\e494"}.fa-file-circle-question:before{content:"\e4ef"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-file-clipboard:before{content:"\f0ea"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-dashed-line:before{content:"\f877"}.fa-file-doc:before{content:"\e5ed"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-eps:before{content:"\e644"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-gif:before{content:"\e645"}.fa-file-heart:before{content:"\e176"}.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-jpg:before{content:"\e646"}.fa-file-lines:before{content:"\f15c"}.fa-file-lock:before{content:"\e3a6"}.fa-file-magnifying-glass:before{content:"\f865"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-mov:before{content:"\e647"}.fa-file-mp3:before{content:"\e648"}.fa-file-mp4:before{content:"\e649"}.fa-file-music:before{content:"\f8b6"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-pen:before{content:"\f31c"}.fa-file-plus:before{content:"\f319"}.fa-file-plus-minus:before{content:"\e177"}.fa-file-png:before{content:"\e666"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-ppt:before{content:"\e64a"}.fa-file-prescription:before{content:"\f572"}.fa-file-search:before{content:"\f865"}.fa-file-shield:before{content:"\e4f0"}.fa-file-signature:before{content:"\f573"}.fa-file-slash:before{content:"\e3a7"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-svg:before{content:"\e64b"}.fa-file-text:before{content:"\f15c"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-vector:before{content:"\e64c"}.fa-file-video:before{content:"\f1c8"}.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-xls:before{content:"\e64d"}.fa-file-xmark:before{content:"\f317"}.fa-file-xml:before{content:"\e654"}.fa-file-zip:before{content:"\e5ee"}.fa-file-zipper:before{content:"\f1c6"}.fa-files:before{content:"\e178"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-film-canister:before{content:"\f8b7"}.fa-film-cannister:before{content:"\f8b7"}.fa-film-simple:before{content:"\f3a0"}.fa-film-slash:before{content:"\e179"}.fa-films:before{content:"\e17a"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-filter-list:before{content:"\e17c"}.fa-filter-slash:before{content:"\e17d"}.fa-filters:before{content:"\e17e"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-burner:before{content:"\e4f1"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-flame:before{content:"\f6df"}.fa-fire-flame-curved:before{content:"\f7e4"}.fa-fire-flame-simple:before{content:"\f46a"}.fa-fire-hydrant:before{content:"\e17f"}.fa-fire-smoke:before{content:"\f74b"}.fa-fireplace:before{content:"\f79a"}.fa-firewall:before{content:"\e3dc"}.fa-first-aid:before{content:"\f479"}.fa-fish:before{content:"\f578"}.fa-fish-bones:before{content:"\e304"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fish-fins:before{content:"\e4f2"}.fa-fishing-rod:before{content:"\e3a8"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-pennant:before{content:"\f456"}.fa-flag-swallowtail:before{content:"\f74c"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flashlight:before{content:"\f8b8"}.fa-flask:before{content:"\f0c3"}.fa-flask-gear:before{content:"\e5f1"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flask-round-poison:before{content:"\f6e0"}.fa-flask-round-potion:before{content:"\f6e1"}.fa-flask-vial:before{content:"\e4f3"}.fa-flatbread:before{content:"\e40b"}.fa-flatbread-stuffed:before{content:"\e40c"}.fa-floppy-disk:before{content:"\f0c7"}.fa-floppy-disk-circle-arrow-right:before{content:"\e180"}.fa-floppy-disk-circle-xmark:before{content:"\e181"}.fa-floppy-disk-pen:before{content:"\e182"}.fa-floppy-disk-times:before{content:"\e181"}.fa-floppy-disks:before{content:"\e183"}.fa-florin-sign:before{content:"\e184"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-flute:before{content:"\f8b9"}.fa-flux-capacitor:before{content:"\f8ba"}.fa-flying-disc:before{content:"\e3a9"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-arrow-down:before{content:"\e053"}.fa-folder-arrow-up:before{content:"\e054"}.fa-folder-blank:before{content:"\f07b"}.fa-folder-bookmark:before{content:"\e186"}.fa-folder-check:before{content:"\e64e"}.fa-folder-closed:before{content:"\e185"}.fa-folder-cog:before{content:"\e187"}.fa-folder-download:before{content:"\e053"}.fa-folder-gear:before{content:"\e187"}.fa-folder-grid:before{content:"\e188"}.fa-folder-heart:before{content:"\e189"}.fa-folder-image:before{content:"\e18a"}.fa-folder-magnifying-glass:before{content:"\e18b"}.fa-folder-medical:before{content:"\e18c"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-music:before{content:"\e18d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-search:before{content:"\e18b"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folder-upload:before{content:"\e054"}.fa-folder-user:before{content:"\e18e"}.fa-folder-xmark:before{content:"\f65f"}.fa-folders:before{content:"\f660"}.fa-fondue-pot:before{content:"\e40d"}.fa-font:before{content:"\f031"}.fa-font-case:before{content:"\f866"}.fa-football:before{content:"\f44e"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-fork:before{content:"\f2e3"}.fa-fork-knife:before{content:"\f2e6"}.fa-forklift:before{content:"\f47a"}.fa-fort:before{content:"\e486"}.fa-forward:before{content:"\f04e"}.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before{content:"\f051"}.fa-fragile:before{content:"\f4bb"}.fa-frame:before{content:"\e495"}.fa-franc-sign:before{content:"\e18f"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-futbol-ball:before{content:"\f1e3"}.fa-g:before{content:"G"}.fa-galaxy:before{content:"\e008"}.fa-gallery-thumbnails:before{content:"\e3aa"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before{content:"\f868"}.fa-game-board-simple:before{content:"\f868"}.fa-game-console-handheld:before{content:"\f8bb"}.fa-game-console-handheld-crank:before{content:"\e5b9"}.fa-gamepad:before{content:"\f11b"}.fa-gamepad-alt:before{content:"\e5a2"}.fa-gamepad-modern:before{content:"\e5a2"}.fa-garage:before{content:"\e009"}.fa-garage-car:before{content:"\e00a"}.fa-garage-open:before{content:"\e00b"}.fa-garlic:before{content:"\e40e"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gauge:before{content:"\f624"}.fa-gauge-circle-bolt:before{content:"\e496"}.fa-gauge-circle-minus:before{content:"\e497"}.fa-gauge-circle-plus:before{content:"\e498"}.fa-gauge-high:before{content:"\f625"}.fa-gauge-low:before{content:"\f627"}.fa-gauge-max:before{content:"\f626"}.fa-gauge-med:before{content:"\f624"}.fa-gauge-min:before{content:"\f628"}.fa-gauge-simple:before{content:"\f629"}.fa-gauge-simple-high:before{content:"\f62a"}.fa-gauge-simple-low:before{content:"\f62c"}.fa-gauge-simple-max:before{content:"\f62b"}.fa-gauge-simple-med:before{content:"\f629"}.fa-gauge-simple-min:before{content:"\f62d"}.fa-gave-dandy:before{content:"\e409"}.fa-gavel:before{content:"\f0e3"}.fa-gbp:before{content:"\f154"}.fa-gear:before{content:"\f013"}.fa-gear-code:before{content:"\e5e8"}.fa-gear-complex:before{content:"\e5e9"}.fa-gear-complex-code:before{content:"\e5eb"}.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gif:before{content:"\e190"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-empty:before{content:"\e191"}.fa-glass-half:before{content:"\e192"}.fa-glass-half-empty:before{content:"\e192"}.fa-glass-half-full:before{content:"\e192"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-water:before{content:"\e4f4"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glasses-round:before{content:"\f5f5"}.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-globe-oceania:before{content:"\e47b"}.fa-globe-pointer:before{content:"\e60e"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-glove-boxing:before{content:"\f438"}.fa-goal-net:before{content:"\e3ab"}.fa-golf-ball:before{content:"\f450"}.fa-golf-ball-tee:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-golf-flag-hole:before{content:"\e3ac"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gramophone:before{content:"\f8bd"}.fa-grapes:before{content:"\e306"}.fa-grate:before{content:"\e193"}.fa-grate-droplet:before{content:"\e194"}.fa-greater-than:before{content:">"}.fa-greater-than-equal:before{content:"\f532"}.fa-grid:before{content:"\e195"}.fa-grid-2:before{content:"\e196"}.fa-grid-2-plus:before{content:"\e197"}.fa-grid-3:before{content:"\e195"}.fa-grid-4:before{content:"\e198"}.fa-grid-5:before{content:"\e199"}.fa-grid-dividers:before{content:"\e3ad"}.fa-grid-horizontal:before{content:"\e307"}.fa-grid-round:before{content:"\e5da"}.fa-grid-round-2:before{content:"\e5db"}.fa-grid-round-2-plus:before{content:"\e5dc"}.fa-grid-round-4:before{content:"\e5dd"}.fa-grid-round-5:before{content:"\e5de"}.fa-grill:before{content:"\e5a3"}.fa-grill-fire:before{content:"\e5a4"}.fa-grill-hot:before{content:"\e5a5"}.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:before{content:"\f58d"}.fa-grip-dots:before{content:"\e410"}.fa-grip-dots-vertical:before{content:"\e411"}.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-group-arrows-rotate:before{content:"\e4f6"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-guitar-electric:before{content:"\f8be"}.fa-guitars:before{content:"\f8bf"}.fa-gun:before{content:"\e19b"}.fa-gun-slash:before{content:"\e19c"}.fa-gun-squirt:before{content:"\e19d"}.fa-h:before{content:"H"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.fa-h5:before{content:"\e412"}.fa-h6:before{content:"\e413"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-brush:before{content:"\e620"}.fa-hammer-crash:before{content:"\e414"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before{content:"\f255"}.fa-hand-back-point-down:before{content:"\e19e"}.fa-hand-back-point-left:before{content:"\e19f"}.fa-hand-back-point-ribbon:before{content:"\e1a0"}.fa-hand-back-point-right:before{content:"\e1a1"}.fa-hand-back-point-up:before{content:"\e1a2"}.fa-hand-dots:before{content:"\f461"}.fa-hand-fingers-crossed:before{content:"\e1a3"}.fa-hand-fist:before{content:"\f6de"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-circle-dollar:before{content:"\e621"}.fa-hand-holding-dollar:before{content:"\f4c0"}.fa-hand-holding-droplet:before{content:"\f4c1"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-skull:before{content:"\e1a4"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-horns:before{content:"\e1a9"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-love:before{content:"\e1a5"}.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-ribbon:before{content:"\e1a6"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hand-wave:before{content:"\e1a7"}.fa-handcuffs:before{content:"\e4f8"}.fa-hands:before{content:"\f2a7"}.fa-hands-american-sign-language-interpreting:before{content:"\f2a3"}.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bound:before{content:"\e4f9"}.fa-hands-bubbles:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-hands-holding-diamond:before{content:"\f47c"}.fa-hands-holding-dollar:before{content:"\f4c5"}.fa-hands-holding-heart:before{content:"\f4c3"}.fa-hands-praying:before{content:"\f684"}.fa-hands-usd:before{content:"\f4c5"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before{content:"\f0a0"}.fa-hard-hat:before{content:"\f807"}.fa-hard-of-hearing:before{content:"\f2a4"}.fa-hashtag:before{content:"#"}.fa-hashtag-lock:before{content:"\e415"}.fa-hat-beach:before{content:"\e606"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-hard:before{content:"\f807"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-gear:before{content:"\e611"}.fa-head-side-goggles:before{content:"\f6ea"}.fa-head-side-headphones:before{content:"\f8c2"}.fa-head-side-heart:before{content:"\e1aa"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-medical:before{content:"\f809"}.fa-head-side-virus:before{content:"\e064"}.fa-head-vr:before{content:"\f6ea"}.fa-header:before{content:"\f1dc"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-heart-circle-plus:before{content:"\e500"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-heart-crack:before{content:"\f7a9"}.fa-heart-half:before{content:"\e1ab"}.fa-heart-half-alt:before{content:"\e1ac"}.fa-heart-half-stroke:before{content:"\e1ac"}.fa-heart-music-camera-bolt:before{content:"\f86d"}.fa-heart-pulse:before{content:"\f21e"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-heat:before{content:"\e00c"}.fa-helicopter:before{content:"\f533"}.fa-helicopter-symbol:before{content:"\e502"}.fa-helmet-battle:before{content:"\f6eb"}.fa-helmet-safety:before{content:"\f807"}.fa-helmet-un:before{content:"\e503"}.fa-hexagon:before{content:"\f312"}.fa-hexagon-check:before{content:"\e416"}.fa-hexagon-divide:before{content:"\e1ad"}.fa-hexagon-exclamation:before{content:"\e417"}.fa-hexagon-image:before{content:"\e504"}.fa-hexagon-minus:before{content:"\f307"}.fa-hexagon-plus:before{content:"\f300"}.fa-hexagon-vertical-nft:before{content:"\e505"}.fa-hexagon-vertical-nft-slanted:before{content:"\e506"}.fa-hexagon-xmark:before{content:"\f2ee"}.fa-high-definition:before{content:"\e1ae"}.fa-highlighter:before{content:"\f591"}.fa-highlighter-line:before{content:"\e1af"}.fa-hiking:before{content:"\f6ec"}.fa-hill-avalanche:before{content:"\e507"}.fa-hill-rockslide:before{content:"\e508"}.fa-hippo:before{content:"\f6ed"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-stick-puck:before{content:"\e3ae"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f015"}.fa-home-blank:before{content:"\e487"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\e3af"}.fa-home-lg-alt:before{content:"\f015"}.fa-home-user:before{content:"\e1b0"}.fa-honey-pot:before{content:"\e418"}.fa-hood-cloak:before{content:"\f6ef"}.fa-horizontal-rule:before{content:"\f86c"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-horse-saddle:before{content:"\f8c3"}.fa-hose:before{content:"\e419"}.fa-hose-reel:before{content:"\e41a"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f0f8"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospital-wide:before{content:"\f0f8"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hot-tub-person:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-1:before{content:"\f251"}.fa-hourglass-2:before{content:"\f252"}.fa-hourglass-3:before{content:"\f253"}.fa-hourglass-clock:before{content:"\e41b"}.fa-hourglass-empty:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house:before{content:"\f015"}.fa-house-blank:before{content:"\e487"}.fa-house-building:before{content:"\e1b1"}.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-blank:before{content:"\e3b0"}.fa-house-chimney-crack:before{content:"\f6f1"}.fa-house-chimney-heart:before{content:"\e1b2"}.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-circle-check:before{content:"\e509"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-house-crack:before{content:"\e3b1"}.fa-house-damage:before{content:"\f6f1"}.fa-house-day:before{content:"\e00e"}.fa-house-fire:before{content:"\e50c"}.fa-house-flag:before{content:"\e50d"}.fa-house-flood:before{content:"\f74f"}.fa-house-flood-water:before{content:"\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-house-heart:before{content:"\f4c9"}.fa-house-laptop:before{content:"\e066"}.fa-house-leave:before{content:"\e00f"}.fa-house-lock:before{content:"\e510"}.fa-house-medical:before{content:"\e3b2"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-house-medical-flag:before{content:"\e514"}.fa-house-night:before{content:"\e010"}.fa-house-person-arrive:before{content:"\e011"}.fa-house-person-depart:before{content:"\e00f"}.fa-house-person-leave:before{content:"\e00f"}.fa-house-person-return:before{content:"\e011"}.fa-house-return:before{content:"\e011"}.fa-house-signal:before{content:"\e012"}.fa-house-tree:before{content:"\e1b3"}.fa-house-tsunami:before{content:"\e515"}.fa-house-turret:before{content:"\e1b4"}.fa-house-user:before{content:"\e1b0"}.fa-house-water:before{content:"\f74f"}.fa-house-window:before{content:"\e3b3"}.fa-hryvnia:before{content:"\f6f2"}.fa-hryvnia-sign:before{content:"\f6f2"}.fa-humidity:before{content:"\f750"}.fa-hundred-points:before{content:"\e41c"}.fa-hurricane:before{content:"\f751"}.fa-hyphen:before{content:"-"}.fa-i:before{content:"I"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-icons-alt:before{content:"\f86e"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-ils:before{content:"\f20b"}.fa-image:before{content:"\f03e"}.fa-image-landscape:before{content:"\e1b5"}.fa-image-polaroid:before{content:"\f8c4"}.fa-image-polaroid-user:before{content:"\e1b6"}.fa-image-portrait:before{content:"\f3e0"}.fa-image-slash:before{content:"\e1b7"}.fa-image-user:before{content:"\e1b8"}.fa-images:before{content:"\f302"}.fa-images-user:before{content:"\e1b9"}.fa-inbox:before{content:"\f01c"}.fa-inbox-arrow-down:before{content:"\f310"}.fa-inbox-arrow-up:before{content:"\f311"}.fa-inbox-full:before{content:"\e1ba"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-inboxes:before{content:"\e1bb"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee:before{content:"\e1bc"}.fa-indian-rupee-sign:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-industry-windows:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-input-numeric:before{content:"\e1bd"}.fa-input-pipe:before{content:"\e1be"}.fa-input-text:before{content:"\e1bf"}.fa-inr:before{content:"\e1bc"}.fa-institution:before{content:"\f19c"}.fa-integral:before{content:"\f667"}.fa-interrobang:before{content:"\e5ba"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-island-tree-palm:before{content:"\f811"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"J"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jar:before{content:"\e516"}.fa-jar-wheat:before{content:"\e517"}.fa-jedi:before{content:"\f669"}.fa-jet-fighter:before{content:"\f0fb"}.fa-jet-fighter-up:before{content:"\e518"}.fa-joint:before{content:"\f595"}.fa-journal-whills:before{content:"\f66a"}.fa-joystick:before{content:"\f8c5"}.fa-jpy:before{content:"\f157"}.fa-jug:before{content:"\f8c6"}.fa-jug-bottle:before{content:"\e5fb"}.fa-jug-detergent:before{content:"\e519"}.fa-k:before{content:"K"}.fa-kaaba:before{content:"\f66b"}.fa-kazoo:before{content:"\f8c7"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-key-skeleton-left-right:before{content:"\e3b4"}.fa-keyboard:before{content:"\f11c"}.fa-keyboard-brightness:before{content:"\e1c0"}.fa-keyboard-brightness-low:before{content:"\e1c1"}.fa-keyboard-down:before{content:"\e1c2"}.fa-keyboard-left:before{content:"\e1c3"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kidneys:before{content:"\f5fb"}.fa-kip-sign:before{content:"\e1c4"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kit-medical:before{content:"\f479"}.fa-kitchen-set:before{content:"\e51a"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-kiwi-fruit:before{content:"\e30c"}.fa-knife:before{content:"\f2e4"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-krw:before{content:"\f159"}.fa-l:before{content:"L"}.fa-lacrosse-stick:before{content:"\e3b5"}.fa-lacrosse-stick-ball:before{content:"\e3b6"}.fa-ladder-water:before{content:"\f5c5"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-lamp-desk:before{content:"\e014"}.fa-lamp-floor:before{content:"\e015"}.fa-lamp-street:before{content:"\e1c5"}.fa-land-mine-on:before{content:"\e51b"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-landmark-dome:before{content:"\f752"}.fa-landmark-flag:before{content:"\e51c"}.fa-landmark-magnifying-glass:before{content:"\e622"}.fa-landscape:before{content:"\e1b5"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-arrow-down:before{content:"\e1c6"}.fa-laptop-binary:before{content:"\e5e7"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-file:before{content:"\e51d"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laptop-mobile:before{content:"\f87a"}.fa-laptop-slash:before{content:"\e1c7"}.fa-lari-sign:before{content:"\e1c8"}.fa-lasso:before{content:"\f8c8"}.fa-lasso-sparkles:before{content:"\e1c9"}.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-layer-group-minus:before{content:"\f5fe"}.fa-layer-group-plus:before{content:"\f5ff"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leafy-green:before{content:"\e41d"}.fa-left:before{content:"\f355"}.fa-left-from-bracket:before{content:"\e66c"}.fa-left-from-line:before{content:"\f348"}.fa-left-long:before{content:"\f30a"}.fa-left-long-to-line:before{content:"\e41e"}.fa-left-right:before{content:"\f337"}.fa-left-to-bracket:before{content:"\e66d"}.fa-left-to-line:before{content:"\f34b"}.fa-legal:before{content:"\f0e3"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"<"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-light-ceiling:before{content:"\e016"}.fa-light-emergency:before{content:"\e41f"}.fa-light-emergency-on:before{content:"\e420"}.fa-light-switch:before{content:"\e017"}.fa-light-switch-off:before{content:"\e018"}.fa-light-switch-on:before{content:"\e019"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-cfl:before{content:"\e5a6"}.fa-lightbulb-cfl-on:before{content:"\e5a7"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-exclamation-on:before{content:"\e1ca"}.fa-lightbulb-gear:before{content:"\e5fd"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lighthouse:before{content:"\e612"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line-chart:before{content:"\f201"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.fa-lines-leaning:before{content:"\e51e"}.fa-link:before{content:"\f0c1"}.fa-link-horizontal:before{content:"\e1cb"}.fa-link-horizontal-slash:before{content:"\e1cc"}.fa-link-simple:before{content:"\e1cd"}.fa-link-simple-slash:before{content:"\e1ce"}.fa-link-slash:before{content:"\f127"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-1-2:before{content:"\f0cb"}.fa-list-alt:before{content:"\f022"}.fa-list-check:before{content:"\f0ae"}.fa-list-dots:before{content:"\f0ca"}.fa-list-dropdown:before{content:"\e1cf"}.fa-list-music:before{content:"\f8c9"}.fa-list-numeric:before{content:"\f0cb"}.fa-list-ol:before{content:"\f0cb"}.fa-list-radio:before{content:"\e1d0"}.fa-list-squares:before{content:"\f03a"}.fa-list-timeline:before{content:"\e1d1"}.fa-list-tree:before{content:"\e1d2"}.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-loader:before{content:"\e1d4"}.fa-lobster:before{content:"\e421"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-arrow-up:before{content:"\e63a"}.fa-location-check:before{content:"\f606"}.fa-location-circle:before{content:"\f602"}.fa-location-crosshairs:before{content:"\f601"}.fa-location-crosshairs-slash:before{content:"\f603"}.fa-location-dot:before{content:"\f3c5"}.fa-location-dot-slash:before{content:"\f605"}.fa-location-exclamation:before{content:"\f608"}.fa-location-minus:before{content:"\f609"}.fa-location-pen:before{content:"\f607"}.fa-location-pin:before{content:"\f041"}.fa-location-pin-lock:before{content:"\e51f"}.fa-location-pin-slash:before{content:"\f60c"}.fa-location-plus:before{content:"\f60a"}.fa-location-question:before{content:"\f60b"}.fa-location-slash:before{content:"\f603"}.fa-location-smile:before{content:"\f60d"}.fa-location-xmark:before{content:"\f60e"}.fa-lock:before{content:"\f023"}.fa-lock-a:before{content:"\e422"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-hashtag:before{content:"\e423"}.fa-lock-keyhole:before{content:"\f30d"}.fa-lock-keyhole-open:before{content:"\f3c2"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-locust:before{content:"\e520"}.fa-lollipop:before{content:"\e424"}.fa-lollypop:before{content:"\e424"}.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-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luchador-mask:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"M"}.fa-mace:before{content:"\f6f8"}.fa-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before{content:"\e2ca"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before{content:"\f002"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-magnifying-glass-arrows-rotate:before{content:"\e65e"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-magnifying-glass-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before{content:"\f689"}.fa-magnifying-glass-minus:before{content:"\f010"}.fa-magnifying-glass-music:before{content:"\e65f"}.fa-magnifying-glass-play:before{content:"\e660"}.fa-magnifying-glass-plus:before{content:"\f00e"}.fa-magnifying-glass-waveform:before{content:"\e661"}.fa-mail-bulk:before{content:"\f674"}.fa-mail-forward:before{content:"\f064"}.fa-mail-reply:before{content:"\f3e5"}.fa-mail-reply-all:before{content:"\f122"}.fa-mailbox:before{content:"\f813"}.fa-mailbox-flag-up:before{content:"\e5bb"}.fa-maki-roll:before{content:"\e48b"}.fa-makizushi:before{content:"\e48b"}.fa-male:before{content:"\f183"}.fa-manat-sign:before{content:"\e1d5"}.fa-mandolin:before{content:"\f6f9"}.fa-mango:before{content:"\e30f"}.fa-manhole:before{content:"\e1d6"}.fa-map:before{content:"\f279"}.fa-map-location:before{content:"\f59f"}.fa-map-location-dot:before{content:"\f5a0"}.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-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-marker-xmark:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before{content:"\f22a"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-martini-glass:before{content:"\f57b"}.fa-martini-glass-citrus:before{content:"\f561"}.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-luchador:before{content:"\f455"}.fa-mask-snorkel:before{content:"\e3b7"}.fa-mask-ventilator:before{content:"\e524"}.fa-masks-theater:before{content:"\f630"}.fa-mattress-pillow:before{content:"\e525"}.fa-maximize:before{content:"\f31e"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medkit:before{content:"\f0fa"}.fa-megaphone:before{content:"\f675"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-melon:before{content:"\e310"}.fa-melon-slice:before{content:"\e311"}.fa-memo:before{content:"\e1d8"}.fa-memo-circle-check:before{content:"\e1d9"}.fa-memo-circle-info:before{content:"\e49a"}.fa-memo-pad:before{content:"\e1da"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-merge:before{content:"\e526"}.fa-message:before{content:"\f27a"}.fa-message-arrow-down:before{content:"\e1db"}.fa-message-arrow-up:before{content:"\e1dc"}.fa-message-arrow-up-right:before{content:"\e1dd"}.fa-message-bot:before{content:"\e3b8"}.fa-message-captions:before{content:"\e1de"}.fa-message-check:before{content:"\f4a2"}.fa-message-code:before{content:"\e1df"}.fa-message-dollar:before{content:"\f650"}.fa-message-dots:before{content:"\f4a3"}.fa-message-edit:before{content:"\f4a4"}.fa-message-exclamation:before{content:"\f4a5"}.fa-message-heart:before{content:"\e5c9"}.fa-message-image:before{content:"\e1e0"}.fa-message-lines:before{content:"\f4a6"}.fa-message-medical:before{content:"\f7f4"}.fa-message-middle:before{content:"\e1e1"}.fa-message-middle-top:before{content:"\e1e2"}.fa-message-minus:before{content:"\f4a7"}.fa-message-music:before{content:"\f8af"}.fa-message-pen:before{content:"\f4a4"}.fa-message-plus:before{content:"\f4a8"}.fa-message-question:before{content:"\e1e3"}.fa-message-quote:before{content:"\e1e4"}.fa-message-slash:before{content:"\f4a9"}.fa-message-smile:before{content:"\f4aa"}.fa-message-sms:before{content:"\e1e5"}.fa-message-text:before{content:"\e1e6"}.fa-message-times:before{content:"\f4ab"}.fa-message-xmark:before{content:"\f4ab"}.fa-messages:before{content:"\f4b6"}.fa-messages-dollar:before{content:"\f652"}.fa-messages-question:before{content:"\e1e7"}.fa-messaging:before{content:"\f4a3"}.fa-meteor:before{content:"\f753"}.fa-meter:before{content:"\e1e8"}.fa-meter-bolt:before{content:"\e1e9"}.fa-meter-droplet:before{content:"\e1ea"}.fa-meter-fire:before{content:"\e1eb"}.fa-microchip:before{content:"\f2db"}.fa-microchip-ai:before{content:"\e1ec"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-circle:before{content:"\e116"}.fa-microphone-circle-alt:before{content:"\e117"}.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microphone-stand:before{content:"\f8cb"}.fa-microscope:before{content:"\f610"}.fa-microwave:before{content:"\e01b"}.fa-mill-sign:before{content:"\e1ed"}.fa-mind-share:before{content:"\f677"}.fa-minimize:before{content:"\f78c"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-large:before{content:"\e404"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mobile:before{content:"\f3ce"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-iphone:before{content:"\e1ee"}.fa-mobile-notch:before{content:"\e1ee"}.fa-mobile-phone:before{content:"\f3ce"}.fa-mobile-retro:before{content:"\e527"}.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-screen-button:before{content:"\f3cd"}.fa-mobile-signal:before{content:"\e1ef"}.fa-mobile-signal-out:before{content:"\e1f0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before{content:"\f3d1"}.fa-money-bill-1-wave:before{content:"\f53b"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-simple:before{content:"\e1f1"}.fa-money-bill-simple-wave:before{content:"\e1f2"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-bills-alt:before{content:"\e1f4"}.fa-money-bills-simple:before{content:"\e1f4"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-money-check-dollar:before{content:"\f53d"}.fa-money-check-dollar-pen:before{content:"\f873"}.fa-money-check-edit:before{content:"\f872"}.fa-money-check-edit-alt:before{content:"\f873"}.fa-money-check-pen:before{content:"\f872"}.fa-money-from-bracket:before{content:"\e312"}.fa-money-simple-from-bracket:before{content:"\e313"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monitor-waveform:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-over-sun:before{content:"\f74a"}.fa-moon-stars:before{content:"\f755"}.fa-moped:before{content:"\e3b9"}.fa-mortar-board:before{content:"\f19d"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-mosquito-net:before{content:"\e52c"}.fa-motorcycle:before{content:"\f21c"}.fa-mound:before{content:"\e52d"}.fa-mountain:before{content:"\f6fc"}.fa-mountain-city:before{content:"\e52e"}.fa-mountain-sun:before{content:"\e52f"}.fa-mountains:before{content:"\f6fd"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-alt:before{content:"\f8cd"}.fa-mouse-field:before{content:"\e5a8"}.fa-mouse-pointer:before{content:"\f245"}.fa-mp3-player:before{content:"\f8ce"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-mug-saucer:before{content:"\f0f4"}.fa-mug-tea:before{content:"\f875"}.fa-mug-tea-saucer:before{content:"\e1f5"}.fa-multiply:before{content:"\f00d"}.fa-museum:before{content:"\f19c"}.fa-mushroom:before{content:"\e425"}.fa-music:before{content:"\f001"}.fa-music-alt:before{content:"\f8cf"}.fa-music-alt-slash:before{content:"\f8d0"}.fa-music-magnifying-glass:before{content:"\e662"}.fa-music-note:before{content:"\f8cf"}.fa-music-note-slash:before{content:"\f8d0"}.fa-music-slash:before{content:"\f8d1"}.fa-mustache:before{content:"\e5bc"}.fa-n:before{content:"N"}.fa-naira-sign:before{content:"\e1f6"}.fa-narwhal:before{content:"\f6fe"}.fa-navicon:before{content:"\f0c9"}.fa-nesting-dolls:before{content:"\e3ba"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nfc:before{content:"\e1f7"}.fa-nfc-lock:before{content:"\e1f8"}.fa-nfc-magnifying-glass:before{content:"\e1f9"}.fa-nfc-pen:before{content:"\e1fa"}.fa-nfc-signal:before{content:"\e1fb"}.fa-nfc-slash:before{content:"\e1fc"}.fa-nfc-trash:before{content:"\e1fd"}.fa-nigiri:before{content:"\e48a"}.fa-nose:before{content:"\e5bd"}.fa-not-equal:before{content:"\f53e"}.fa-notdef:before{content:"\e1fe"}.fa-note:before{content:"\e1ff"}.fa-note-medical:before{content:"\e200"}.fa-note-sticky:before{content:"\f249"}.fa-notebook:before{content:"\e201"}.fa-notes:before{content:"\e202"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"O"}.fa-object-exclude:before{content:"\e49c"}.fa-object-group:before{content:"\f247"}.fa-object-intersect:before{content:"\e49d"}.fa-object-subtract:before{content:"\e49e"}.fa-object-ungroup:before{content:"\f248"}.fa-object-union:before{content:"\e49f"}.fa-objects-align-bottom:before{content:"\e3bb"}.fa-objects-align-center-horizontal:before{content:"\e3bc"}.fa-objects-align-center-vertical:before{content:"\e3bd"}.fa-objects-align-left:before{content:"\e3be"}.fa-objects-align-right:before{content:"\e3bf"}.fa-objects-align-top:before{content:"\e3c0"}.fa-objects-column:before{content:"\e3c1"}.fa-octagon:before{content:"\f306"}.fa-octagon-check:before{content:"\e426"}.fa-octagon-divide:before{content:"\e203"}.fa-octagon-exclamation:before{content:"\e204"}.fa-octagon-minus:before{content:"\f308"}.fa-octagon-plus:before{content:"\f301"}.fa-octagon-xmark:before{content:"\f2f0"}.fa-oil-can:before{content:"\f613"}.fa-oil-can-drip:before{content:"\e205"}.fa-oil-temp:before{content:"\f614"}.fa-oil-temperature:before{content:"\f614"}.fa-oil-well:before{content:"\e532"}.fa-olive:before{content:"\e316"}.fa-olive-branch:before{content:"\e317"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-onion:before{content:"\e427"}.fa-option:before{content:"\e318"}.fa-ornament:before{content:"\f7b8"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-outlet:before{content:"\e01c"}.fa-oven:before{content:"\e01d"}.fa-overline:before{content:"\f876"}.fa-p:before{content:"P"}.fa-page:before{content:"\e428"}.fa-page-break:before{content:"\f877"}.fa-page-caret-down:before{content:"\e429"}.fa-page-caret-up:before{content:"\e42a"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-brush-fine:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-paintbrush:before{content:"\f1fc"}.fa-paintbrush-alt:before{content:"\f5a9"}.fa-paintbrush-fine:before{content:"\f5a9"}.fa-paintbrush-pencil:before{content:"\e206"}.fa-palette:before{content:"\f53f"}.fa-palette-boxes:before{content:"\f483"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-pallet-box:before{content:"\e208"}.fa-pallet-boxes:before{content:"\f483"}.fa-pan-food:before{content:"\e42b"}.fa-pan-frying:before{content:"\e42c"}.fa-pancakes:before{content:"\e42d"}.fa-panel-ews:before{content:"\e42e"}.fa-panel-fire:before{content:"\e42f"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paper-plane-alt:before{content:"\e20a"}.fa-paper-plane-top:before{content:"\e20a"}.fa-paperclip:before{content:"\f0c6"}.fa-paperclip-vertical:before{content:"\e3c2"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paragraph-left:before{content:"\f878"}.fa-paragraph-rtl:before{content:"\f878"}.fa-parentheses:before{content:"\e0c5"}.fa-parenthesis:before{content:"("}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-party-back:before{content:"\e45c"}.fa-party-bell:before{content:"\e31a"}.fa-party-horn:before{content:"\e31b"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paw-simple:before{content:"\f701"}.fa-peace:before{content:"\f67c"}.fa-peach:before{content:"\e20b"}.fa-peanut:before{content:"\e430"}.fa-peanuts:before{content:"\e431"}.fa-peapod:before{content:"\e31c"}.fa-pear:before{content:"\e20c"}.fa-pedestal:before{content:"\e20d"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-alt-slash:before{content:"\e20f"}.fa-pen-circle:before{content:"\e20e"}.fa-pen-clip:before{content:"\f305"}.fa-pen-clip-slash:before{content:"\e20f"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-fancy-slash:before{content:"\e210"}.fa-pen-field:before{content:"\e211"}.fa-pen-line:before{content:"\e212"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-nib-slash:before{content:"\e4a1"}.fa-pen-paintbrush:before{content:"\f618"}.fa-pen-ruler:before{content:"\f5ae"}.fa-pen-slash:before{content:"\e213"}.fa-pen-square:before{content:"\f14b"}.fa-pen-swirl:before{content:"\e214"}.fa-pen-to-square:before{content:"\f044"}.fa-pencil:before{content:"\f303"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-mechanical:before{content:"\e5ca"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pencil-slash:before{content:"\e215"}.fa-pencil-square:before{content:"\f14b"}.fa-pennant:before{content:"\f456"}.fa-people:before{content:"\e216"}.fa-people-arrows:before{content:"\e068"}.fa-people-arrows-left-right:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-people-carry-box:before{content:"\f4ce"}.fa-people-dress:before{content:"\e217"}.fa-people-dress-simple:before{content:"\e218"}.fa-people-group:before{content:"\e533"}.fa-people-line:before{content:"\e534"}.fa-people-pants:before{content:"\e219"}.fa-people-pants-simple:before{content:"\e21a"}.fa-people-pulling:before{content:"\e535"}.fa-people-robbery:before{content:"\e536"}.fa-people-roof:before{content:"\e537"}.fa-people-simple:before{content:"\e21b"}.fa-pepper:before{content:"\e432"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"%"}.fa-percentage:before{content:"%"}.fa-period:before{content:"."}.fa-person:before{content:"\f183"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-person-biking:before{content:"\f84a"}.fa-person-biking-mountain:before{content:"\f84b"}.fa-person-booth:before{content:"\f756"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-person-burst:before{content:"\e53b"}.fa-person-cane:before{content:"\e53c"}.fa-person-carry:before{content:"\f4cf"}.fa-person-carry-box:before{content:"\f4cf"}.fa-person-chalkboard:before{content:"\e53d"}.fa-person-circle-check:before{content:"\e53e"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-person-circle-minus:before{content:"\e540"}.fa-person-circle-plus:before{content:"\e541"}.fa-person-circle-question:before{content:"\e542"}.fa-person-circle-xmark:before{content:"\e543"}.fa-person-digging:before{content:"\f85e"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-dots-from-line:before{content:"\f470"}.fa-person-dress:before{content:"\f182"}.fa-person-dress-burst:before{content:"\e544"}.fa-person-dress-fairy:before{content:"\e607"}.fa-person-dress-simple:before{content:"\e21c"}.fa-person-drowning:before{content:"\e545"}.fa-person-fairy:before{content:"\e608"}.fa-person-falling:before{content:"\e546"}.fa-person-falling-burst:before{content:"\e547"}.fa-person-from-portal:before{content:"\e023"}.fa-person-half-dress:before{content:"\e548"}.fa-person-harassing:before{content:"\e549"}.fa-person-hiking:before{content:"\f6ec"}.fa-person-military-pointing:before{content:"\e54a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-person-military-to-person:before{content:"\e54c"}.fa-person-pinball:before{content:"\e21d"}.fa-person-praying:before{content:"\f683"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-rays:before{content:"\e54d"}.fa-person-rifle:before{content:"\e54e"}.fa-person-running:before{content:"\f70c"}.fa-person-running-fast:before{content:"\e5ff"}.fa-person-seat:before{content:"\e21e"}.fa-person-seat-reclined:before{content:"\e21f"}.fa-person-shelter:before{content:"\e54f"}.fa-person-sign:before{content:"\f757"}.fa-person-simple:before{content:"\e220"}.fa-person-skating:before{content:"\f7c5"}.fa-person-ski-jumping:before{content:"\f7c7"}.fa-person-ski-lift:before{content:"\f7c8"}.fa-person-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before{content:"\f7ca"}.fa-person-sledding:before{content:"\f7cb"}.fa-person-snowboarding:before{content:"\f7ce"}.fa-person-snowmobiling:before{content:"\f7d1"}.fa-person-swimming:before{content:"\f5c4"}.fa-person-through-window:before{content:"\e5a9"}.fa-person-to-door:before{content:"\e433"}.fa-person-to-portal:before{content:"\e022"}.fa-person-walking:before{content:"\f554"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-person-walking-luggage:before{content:"\e554"}.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-arrow-down:before{content:"\e223"}.fa-phone-arrow-down-left:before{content:"\e223"}.fa-phone-arrow-right:before{content:"\e5be"}.fa-phone-arrow-up:before{content:"\e224"}.fa-phone-arrow-up-right:before{content:"\e224"}.fa-phone-circle:before{content:"\e11b"}.fa-phone-circle-alt:before{content:"\e11c"}.fa-phone-circle-down:before{content:"\e11d"}.fa-phone-flip:before{content:"\f879"}.fa-phone-hangup:before{content:"\e225"}.fa-phone-incoming:before{content:"\e223"}.fa-phone-intercom:before{content:"\e434"}.fa-phone-laptop:before{content:"\f87a"}.fa-phone-missed:before{content:"\e226"}.fa-phone-office:before{content:"\f67d"}.fa-phone-outgoing:before{content:"\e224"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-rotary:before{content:"\f8d3"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-square-down:before{content:"\e27a"}.fa-phone-volume:before{content:"\f2a0"}.fa-phone-xmark:before{content:"\e227"}.fa-photo-film:before{content:"\f87c"}.fa-photo-film-music:before{content:"\e228"}.fa-photo-video:before{content:"\f87c"}.fa-pi:before{content:"\f67e"}.fa-piano:before{content:"\f8d4"}.fa-piano-keyboard:before{content:"\f8d5"}.fa-pickaxe:before{content:"\e5bf"}.fa-pickleball:before{content:"\e435"}.fa-pie:before{content:"\f705"}.fa-pie-chart:before{content:"\f200"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinata:before{content:"\e3c3"}.fa-pinball:before{content:"\e229"}.fa-pineapple:before{content:"\e31f"}.fa-ping-pong-paddle-ball:before{content:"\f45d"}.fa-pipe:before{content:"|"}.fa-pipe-circle-check:before{content:"\e436"}.fa-pipe-collar:before{content:"\e437"}.fa-pipe-section:before{content:"\e438"}.fa-pipe-smoking:before{content:"\e3c4"}.fa-pipe-valve:before{content:"\e439"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-circle-check:before{content:"\e555"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-engines:before{content:"\f3de"}.fa-plane-lock:before{content:"\e558"}.fa-plane-prop:before{content:"\e22b"}.fa-plane-slash:before{content:"\e069"}.fa-plane-tail:before{content:"\e22c"}.fa-plane-up:before{content:"\e22d"}.fa-plane-up-slash:before{content:"\e22e"}.fa-planet-moon:before{content:"\e01f"}.fa-planet-ringed:before{content:"\e020"}.fa-plant-wilt:before{content:"\e5aa"}.fa-plate-utensils:before{content:"\e43b"}.fa-plate-wheat:before{content:"\e55a"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-play-pause:before{content:"\e22f"}.fa-plug:before{content:"\f1e6"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-plug-circle-check:before{content:"\e55c"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-plus:before{content:"+"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-large:before{content:"\e59e"}.fa-plus-minus:before{content:"\e43c"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-police-box:before{content:"\e021"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-pompebled:before{content:"\e43d"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before{content:"\f75a"}.fa-poo-storm:before{content:"\f75a"}.fa-pool-8-ball:before{content:"\e3c5"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-popsicle:before{content:"\e43e"}.fa-portal-enter:before{content:"\e022"}.fa-portal-exit:before{content:"\e023"}.fa-portrait:before{content:"\f3e0"}.fa-pot-food:before{content:"\e43f"}.fa-potato:before{content:"\e440"}.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-prescription-bottle-medical:before{content:"\f486"}.fa-prescription-bottle-pill:before{content:"\e5c0"}.fa-presentation:before{content:"\f685"}.fa-presentation-screen:before{content:"\f685"}.fa-pretzel:before{content:"\e441"}.fa-print:before{content:"\f02f"}.fa-print-magnifying-glass:before{content:"\f81a"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-pro:before{content:"\e235"}.fa-procedures:before{content:"\f487"}.fa-project-diagram:before{content:"\f542"}.fa-projector:before{content:"\f8d6"}.fa-pump:before{content:"\e442"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pumpkin:before{content:"\f707"}.fa-puzzle:before{content:"\e443"}.fa-puzzle-piece:before{content:"\f12e"}.fa-puzzle-piece-alt:before{content:"\e231"}.fa-puzzle-piece-simple:before{content:"\e231"}.fa-q:before{content:"Q"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"?"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quidditch-broom-ball:before{content:"\f458"}.fa-quote-left:before{content:"\f10d"}.fa-quote-left-alt:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quote-right-alt:before{content:"\f10e"}.fa-quotes:before{content:"\e234"}.fa-quran:before{content:"\f687"}.fa-r:before{content:"R"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-rabbit-running:before{content:"\f709"}.fa-raccoon:before{content:"\e613"}.fa-racquet:before{content:"\f45a"}.fa-radar:before{content:"\e024"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-radio:before{content:"\f8d7"}.fa-radio-alt:before{content:"\f8d8"}.fa-radio-tuner:before{content:"\f8d8"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-ranking-star:before{content:"\e561"}.fa-raygun:before{content:"\e025"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-rectangle:before{content:"\f2fa"}.fa-rectangle-ad:before{content:"\f641"}.fa-rectangle-barcode:before{content:"\f463"}.fa-rectangle-code:before{content:"\e322"}.fa-rectangle-hd:before{content:"\e1ae"}.fa-rectangle-history:before{content:"\e4a2"}.fa-rectangle-history-circle-plus:before{content:"\e4a3"}.fa-rectangle-history-circle-user:before{content:"\e4a4"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-pro:before{content:"\e235"}.fa-rectangle-sd:before{content:"\e28a"}.fa-rectangle-terminal:before{content:"\e236"}.fa-rectangle-times:before{content:"\f410"}.fa-rectangle-vertical:before{content:"\f2fb"}.fa-rectangle-vertical-history:before{content:"\e237"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-rectangle-xmark:before{content:"\f410"}.fa-rectangles-mixed:before{content:"\e323"}.fa-recycle:before{content:"\f1b8"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-reel:before{content:"\e238"}.fa-reflect-both:before{content:"\e66f"}.fa-reflect-horizontal:before{content:"\e664"}.fa-reflect-vertical:before{content:"\e665"}.fa-refresh:before{content:"\f021"}.fa-refrigerator:before{content:"\e026"}.fa-registered:before{content:"\f25d"}.fa-remove:before{content:"\f00d"}.fa-remove-format:before{content:"\f87d"}.fa-reorder:before{content:"\f550"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-reply-clock:before{content:"\e239"}.fa-reply-time:before{content:"\e239"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-restroom-simple:before{content:"\e23a"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rhombus:before{content:"\e23b"}.fa-ribbon:before{content:"\f4d6"}.fa-right:before{content:"\f356"}.fa-right-from-bracket:before{content:"\f2f5"}.fa-right-from-line:before{content:"\f347"}.fa-right-left:before{content:"\f362"}.fa-right-left-large:before{content:"\e5e1"}.fa-right-long:before{content:"\f30b"}.fa-right-long-to-line:before{content:"\e444"}.fa-right-to-bracket:before{content:"\f2f6"}.fa-right-to-line:before{content:"\f34c"}.fa-ring:before{content:"\f70b"}.fa-ring-diamond:before{content:"\e5ab"}.fa-rings-wedding:before{content:"\f81b"}.fa-rmb:before{content:"\f157"}.fa-road:before{content:"\f018"}.fa-road-barrier:before{content:"\e562"}.fa-road-bridge:before{content:"\e563"}.fa-road-circle-check:before{content:"\e564"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-road-circle-xmark:before{content:"\e566"}.fa-road-lock:before{content:"\e567"}.fa-road-spikes:before{content:"\e568"}.fa-robot:before{content:"\f544"}.fa-robot-astromech:before{content:"\e2d2"}.fa-rocket:before{content:"\f135"}.fa-rocket-launch:before{content:"\e027"}.fa-rod-asclepius:before{content:"\e579"}.fa-rod-snake:before{content:"\e579"}.fa-roller-coaster:before{content:"\e324"}.fa-rotate:before{content:"\f2f1"}.fa-rotate-back:before{content:"\f2ea"}.fa-rotate-backward:before{content:"\f2ea"}.fa-rotate-exclamation:before{content:"\e23c"}.fa-rotate-forward:before{content:"\f2f9"}.fa-rotate-left:before{content:"\f2ea"}.fa-rotate-reverse:before{content:"\e631"}.fa-rotate-right:before{content:"\f2f9"}.fa-rouble:before{content:"\f158"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-router:before{content:"\f8da"}.fa-rows:before{content:"\e292"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-rub:before{content:"\f158"}.fa-ruble:before{content:"\f158"}.fa-ruble-sign:before{content:"\f158"}.fa-rug:before{content:"\e569"}.fa-rugby-ball:before{content:"\e3c6"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee:before{content:"\f156"}.fa-rupee-sign:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-rv:before{content:"\f7be"}.fa-s:before{content:"S"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sack-xmark:before{content:"\e56a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-sailboat:before{content:"\e445"}.fa-salad:before{content:"\f81e"}.fa-salt-shaker:before{content:"\e446"}.fa-sandwich:before{content:"\f81f"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-save-circle-arrow-right:before{content:"\e180"}.fa-save-circle-xmark:before{content:"\e181"}.fa-save-times:before{content:"\e181"}.fa-sax-hot:before{content:"\f8db"}.fa-saxophone:before{content:"\f8dc"}.fa-saxophone-fire:before{content:"\f8db"}.fa-scale-balanced:before{content:"\f24e"}.fa-scale-unbalanced:before{content:"\f515"}.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-line-dashed:before{content:"\f61e"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-gun:before{content:"\f488"}.fa-scanner-image:before{content:"\f8f3"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-school:before{content:"\f549"}.fa-school-circle-check:before{content:"\e56b"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-school-flag:before{content:"\e56e"}.fa-school-lock:before{content:"\e56f"}.fa-scissors:before{content:"\f0c4"}.fa-screen-users:before{content:"\f63d"}.fa-screencast:before{content:"\e23e"}.fa-screenshot:before{content:"\e0da"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before{content:"\f7d9"}.fa-scribble:before{content:"\e23f"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scroll-ribbon:before{content:"\f5ea"}.fa-scroll-torah:before{content:"\f6a0"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-sd-cards:before{content:"\e240"}.fa-seal:before{content:"\e241"}.fa-seal-exclamation:before{content:"\e242"}.fa-seal-question:before{content:"\e243"}.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-seat-airline:before{content:"\e244"}.fa-section:before{content:"\e447"}.fa-seedling:before{content:"\f4d8"}.fa-semicolon:before{content:";"}.fa-send:before{content:"\e20a"}.fa-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-sensor:before{content:"\e028"}.fa-sensor-alert:before{content:"\e029"}.fa-sensor-cloud:before{content:"\e02c"}.fa-sensor-fire:before{content:"\e02a"}.fa-sensor-on:before{content:"\e02b"}.fa-sensor-smoke:before{content:"\e02c"}.fa-sensor-triangle-exclamation:before{content:"\e029"}.fa-server:before{content:"\f233"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-from-square:before{content:"\f14d"}.fa-share-nodes:before{content:"\f1e0"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-sheet-plastic:before{content:"\e571"}.fa-shekel:before{content:"\f20b"}.fa-shekel-sign:before{content:"\f20b"}.fa-shelves:before{content:"\f480"}.fa-shelves-empty:before{content:"\e246"}.fa-sheqel:before{content:"\f20b"}.fa-sheqel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-blank:before{content:"\f132"}.fa-shield-cat:before{content:"\e572"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-shield-dog:before{content:"\e573"}.fa-shield-exclamation:before{content:"\e247"}.fa-shield-halved:before{content:"\f3ed"}.fa-shield-heart:before{content:"\e574"}.fa-shield-keyhole:before{content:"\e248"}.fa-shield-minus:before{content:"\e249"}.fa-shield-plus:before{content:"\e24a"}.fa-shield-quartered:before{content:"\e575"}.fa-shield-slash:before{content:"\e24b"}.fa-shield-times:before{content:"\e24c"}.fa-shield-virus:before{content:"\e06c"}.fa-shield-xmark:before{content:"\e24c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirt:before{content:"\f553"}.fa-shirt-long-sleeve:before{content:"\e3c7"}.fa-shirt-running:before{content:"\e3c8"}.fa-shirt-tank-top:before{content:"\e3c9"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before{content:"\f54f"}.fa-shop-lock:before{content:"\e4a5"}.fa-shop-slash:before{content:"\e070"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-basket-alt:before{content:"\e0af"}.fa-shopping-cart:before{content:"\f07a"}.fa-shortcake:before{content:"\e3e5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shower-alt:before{content:"\e24d"}.fa-shower-down:before{content:"\e24d"}.fa-shredder:before{content:"\f68a"}.fa-shrimp:before{content:"\e448"}.fa-shuffle:before{content:"\f074"}.fa-shutters:before{content:"\e449"}.fa-shuttle-space:before{content:"\f197"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sidebar:before{content:"\e24e"}.fa-sidebar-flip:before{content:"\e24f"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-hanging:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-sign-post:before{content:"\e624"}.fa-sign-posts:before{content:"\e625"}.fa-sign-posts-wrench:before{content:"\e626"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-5:before{content:"\f012"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-4:before{content:"\f690"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-bars:before{content:"\f690"}.fa-signal-bars-fair:before{content:"\f692"}.fa-signal-bars-good:before{content:"\f693"}.fa-signal-bars-slash:before{content:"\f694"}.fa-signal-bars-strong:before{content:"\f690"}.fa-signal-bars-weak:before{content:"\f691"}.fa-signal-fair:before{content:"\f68d"}.fa-signal-good:before{content:"\f68e"}.fa-signal-perfect:before{content:"\f012"}.fa-signal-slash:before{content:"\f695"}.fa-signal-stream:before{content:"\f8dd"}.fa-signal-stream-slash:before{content:"\e250"}.fa-signal-strong:before{content:"\f68f"}.fa-signal-weak:before{content:"\f68c"}.fa-signature:before{content:"\f5b7"}.fa-signature-lock:before{content:"\e3ca"}.fa-signature-slash:before{content:"\e3cb"}.fa-signing:before{content:"\f2a7"}.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sim-cards:before{content:"\e251"}.fa-sink:before{content:"\e06d"}.fa-siren:before{content:"\e02d"}.fa-siren-on:before{content:"\e02e"}.fa-sitemap:before{content:"\f0e8"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-skeleton-ribs:before{content:"\e5cb"}.fa-ski-boot:before{content:"\e3cc"}.fa-ski-boot-ski:before{content:"\e3cd"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-cow:before{content:"\f8de"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-slash-back:before{content:"\\"}.fa-slash-forward:before{content:"/"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-slider:before{content:"\e252"}.fa-sliders:before{content:"\f1de"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-simple:before{content:"\e253"}.fa-sliders-up:before{content:"\f3f1"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slot-machine:before{content:"\e3ce"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snooze:before{content:"\f880"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflake-droplets:before{content:"\e5c1"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowman-head:before{content:"\f79b"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-soccer-ball:before{content:"\f1e3"}.fa-socks:before{content:"\f696"}.fa-soft-serve:before{content:"\e400"}.fa-solar-panel:before{content:"\f5ba"}.fa-solar-system:before{content:"\e02f"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f881"}.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-alt:before{content:"\f883"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f884"}.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-asc:before{content:"\f0de"}.fa-sort-circle:before{content:"\e030"}.fa-sort-circle-down:before{content:"\e031"}.fa-sort-circle-up:before{content:"\e032"}.fa-sort-desc:before{content:"\f0dd"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f886"}.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-shapes-down:before{content:"\f888"}.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-sort-shapes-up:before{content:"\f88a"}.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-sort-size-down:before{content:"\f88c"}.fa-sort-size-down-alt:before{content:"\f88d"}.fa-sort-size-up:before{content:"\f88e"}.fa-sort-size-up-alt:before{content:"\f88f"}.fa-sort-up:before{content:"\f0de"}.fa-sort-up-down:before{content:"\e099"}.fa-soup:before{content:"\f823"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-space-station-moon:before{content:"\e033"}.fa-space-station-moon-alt:before{content:"\e034"}.fa-space-station-moon-construction:before{content:"\e034"}.fa-spade:before{content:"\f2f4"}.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-sparkle:before{content:"\e5d6"}.fa-sparkles:before{content:"\f890"}.fa-speaker:before{content:"\f8df"}.fa-speakers:before{content:"\f8e0"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-scale:before{content:"\e62a"}.fa-spinner-third:before{content:"\f3f4"}.fa-split:before{content:"\e254"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before{content:"\f2e5"}.fa-sportsball:before{content:"\e44b"}.fa-spray-can:before{content:"\f5bd"}.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-sprinkler:before{content:"\e035"}.fa-sprinkler-ceiling:before{content:"\e44c"}.fa-sprout:before{content:"\f4d8"}.fa-square:before{content:"\f0c8"}.fa-square-0:before{content:"\e255"}.fa-square-1:before{content:"\e256"}.fa-square-2:before{content:"\e257"}.fa-square-3:before{content:"\e258"}.fa-square-4:before{content:"\e259"}.fa-square-5:before{content:"\e25a"}.fa-square-6:before{content:"\e25b"}.fa-square-7:before{content:"\e25c"}.fa-square-8:before{content:"\e25d"}.fa-square-9:before{content:"\e25e"}.fa-square-a:before{content:"\e25f"}.fa-square-a-lock:before{content:"\e44d"}.fa-square-ampersand:before{content:"\e260"}.fa-square-arrow-down:before{content:"\f339"}.fa-square-arrow-down-left:before{content:"\e261"}.fa-square-arrow-down-right:before{content:"\e262"}.fa-square-arrow-left:before{content:"\f33a"}.fa-square-arrow-right:before{content:"\f33b"}.fa-square-arrow-up:before{content:"\f33c"}.fa-square-arrow-up-left:before{content:"\e263"}.fa-square-arrow-up-right:before{content:"\f14c"}.fa-square-b:before{content:"\e264"}.fa-square-bolt:before{content:"\e265"}.fa-square-c:before{content:"\e266"}.fa-square-caret-down:before{content:"\f150"}.fa-square-caret-left:before{content:"\f191"}.fa-square-caret-right:before{content:"\f152"}.fa-square-caret-up:before{content:"\f151"}.fa-square-check:before{content:"\f14a"}.fa-square-chevron-down:before{content:"\f329"}.fa-square-chevron-left:before{content:"\f32a"}.fa-square-chevron-right:before{content:"\f32b"}.fa-square-chevron-up:before{content:"\f32c"}.fa-square-code:before{content:"\e267"}.fa-square-d:before{content:"\e268"}.fa-square-dashed:before{content:"\e269"}.fa-square-dashed-circle-plus:before{content:"\e5c2"}.fa-square-divide:before{content:"\e26a"}.fa-square-dollar:before{content:"\f2e9"}.fa-square-down:before{content:"\f350"}.fa-square-down-left:before{content:"\e26b"}.fa-square-down-right:before{content:"\e26c"}.fa-square-e:before{content:"\e26d"}.fa-square-ellipsis:before{content:"\e26e"}.fa-square-ellipsis-vertical:before{content:"\e26f"}.fa-square-envelope:before{content:"\f199"}.fa-square-exclamation:before{content:"\f321"}.fa-square-f:before{content:"\e270"}.fa-square-fragile:before{content:"\f49b"}.fa-square-full:before{content:"\f45c"}.fa-square-g:before{content:"\e271"}.fa-square-h:before{content:"\f0fd"}.fa-square-heart:before{content:"\f4c8"}.fa-square-i:before{content:"\e272"}.fa-square-info:before{content:"\f30f"}.fa-square-j:before{content:"\e273"}.fa-square-k:before{content:"\e274"}.fa-square-kanban:before{content:"\e488"}.fa-square-l:before{content:"\e275"}.fa-square-left:before{content:"\f351"}.fa-square-list:before{content:"\e489"}.fa-square-m:before{content:"\e276"}.fa-square-minus:before{content:"\f146"}.fa-square-n:before{content:"\e277"}.fa-square-nfi:before{content:"\e576"}.fa-square-o:before{content:"\e278"}.fa-square-p:before{content:"\e279"}.fa-square-parking:before{content:"\f540"}.fa-square-parking-slash:before{content:"\f617"}.fa-square-pen:before{content:"\f14b"}.fa-square-person-confined:before{content:"\e577"}.fa-square-phone:before{content:"\f098"}.fa-square-phone-flip:before{content:"\f87b"}.fa-square-phone-hangup:before{content:"\e27a"}.fa-square-plus:before{content:"\f0fe"}.fa-square-poll-horizontal:before{content:"\f682"}.fa-square-poll-vertical:before{content:"\f681"}.fa-square-q:before{content:"\e27b"}.fa-square-quarters:before{content:"\e44e"}.fa-square-question:before{content:"\f2fd"}.fa-square-quote:before{content:"\e329"}.fa-square-r:before{content:"\e27c"}.fa-square-right:before{content:"\f352"}.fa-square-ring:before{content:"\e44f"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-square-root-variable:before{content:"\f698"}.fa-square-rss:before{content:"\f143"}.fa-square-s:before{content:"\e27d"}.fa-square-share-nodes:before{content:"\f1e1"}.fa-square-sliders:before{content:"\f3f0"}.fa-square-sliders-vertical:before{content:"\f3f2"}.fa-square-small:before{content:"\e27e"}.fa-square-star:before{content:"\e27f"}.fa-square-t:before{content:"\e280"}.fa-square-terminal:before{content:"\e32a"}.fa-square-this-way-up:before{content:"\f49f"}.fa-square-u:before{content:"\e281"}.fa-square-up:before{content:"\f353"}.fa-square-up-left:before{content:"\e282"}.fa-square-up-right:before{content:"\f360"}.fa-square-user:before{content:"\e283"}.fa-square-v:before{content:"\e284"}.fa-square-virus:before{content:"\e578"}.fa-square-w:before{content:"\e285"}.fa-square-wine-glass-crack:before{content:"\f49b"}.fa-square-x:before{content:"\e286"}.fa-square-xmark:before{content:"\f2d3"}.fa-square-y:before{content:"\e287"}.fa-square-z:before{content:"\e288"}.fa-squid:before{content:"\e450"}.fa-squirrel:before{content:"\f71a"}.fa-staff:before{content:"\f71b"}.fa-staff-aesculapius:before{content:"\e579"}.fa-staff-snake:before{content:"\e579"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-standard-definition:before{content:"\e28a"}.fa-stapler:before{content:"\e5af"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-circle:before{content:"\e123"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-star-sharp:before{content:"\e28b"}.fa-star-sharp-half:before{content:"\e28c"}.fa-star-sharp-half-alt:before{content:"\e28d"}.fa-star-sharp-half-stroke:before{content:"\e28d"}.fa-star-shooting:before{content:"\e036"}.fa-starfighter:before{content:"\e037"}.fa-starfighter-alt:before{content:"\e038"}.fa-starfighter-alt-advanced:before{content:"\e28e"}.fa-starfighter-twin-ion-engine:before{content:"\e038"}.fa-starfighter-twin-ion-engine-advanced:before{content:"\e28e"}.fa-stars:before{content:"\f762"}.fa-starship:before{content:"\e039"}.fa-starship-freighter:before{content:"\e03a"}.fa-steak:before{content:"\f824"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-lock:before{content:"\e4a6"}.fa-store-slash:before{content:"\e071"}.fa-strawberry:before{content:"\e32b"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-subtitles:before{content:"\e60f"}.fa-subtitles-slash:before{content:"\e610"}.fa-subtract:before{content:"\f068"}.fa-subway:before{content:"\f239"}.fa-subway-tunnel:before{content:"\e2a3"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-alt:before{content:"\e28f"}.fa-sun-bright:before{content:"\e28f"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-sunglasses:before{content:"\f892"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superscript:before{content:"\f12b"}.fa-surprise:before{content:"\f5c2"}.fa-sushi:before{content:"\e48a"}.fa-sushi-roll:before{content:"\e48b"}.fa-swap:before{content:"\e609"}.fa-swap-arrows:before{content:"\e60a"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-sword-laser:before{content:"\e03b"}.fa-sword-laser-alt:before{content:"\e03c"}.fa-swords:before{content:"\f71d"}.fa-swords-laser:before{content:"\e03d"}.fa-symbols:before{content:"\f86e"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"T"}.fa-t-rex:before{content:"\e629"}.fa-t-shirt:before{content:"\f553"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before{content:"\f00a"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-table-cells-large:before{content:"\f009"}.fa-table-cells-lock:before{content:"\e679"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-table-columns:before{content:"\f0db"}.fa-table-layout:before{content:"\e290"}.fa-table-list:before{content:"\f00b"}.fa-table-picnic:before{content:"\e32d"}.fa-table-pivot:before{content:"\e291"}.fa-table-rows:before{content:"\e292"}.fa-table-tennis:before{content:"\f45d"}.fa-table-tennis-paddle-ball:before{content:"\f45d"}.fa-table-tree:before{content:"\e293"}.fa-tablet:before{content:"\f3fb"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablet-screen:before{content:"\f3fc"}.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachograph-digital:before{content:"\f566"}.fa-tachometer:before{content:"\f62a"}.fa-tachometer-alt:before{content:"\f625"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tally-1:before{content:"\e294"}.fa-tally-2:before{content:"\e295"}.fa-tally-3:before{content:"\e296"}.fa-tally-4:before{content:"\e297"}.fa-tally-5:before{content:"\f69c"}.fa-tamale:before{content:"\e451"}.fa-tanakh:before{content:"\f827"}.fa-tank-water:before{content:"\e452"}.fa-tape:before{content:"\f4db"}.fa-tarp:before{content:"\e57b"}.fa-tarp-droplet:before{content:"\e57c"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-taxi-bus:before{content:"\e298"}.fa-teddy-bear:before{content:"\e3cf"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telescope:before{content:"\e03e"}.fa-teletype:before{content:"\f1e4"}.fa-teletype-answer:before{content:"\e2b9"}.fa-television:before{content:"\f26c"}.fa-temperature-0:before{content:"\f2cb"}.fa-temperature-1:before{content:"\f2ca"}.fa-temperature-2:before{content:"\f2c9"}.fa-temperature-3:before{content:"\f2c8"}.fa-temperature-4:before{content:"\f2c7"}.fa-temperature-arrow-down:before{content:"\e03f"}.fa-temperature-arrow-up:before{content:"\e040"}.fa-temperature-down:before{content:"\e03f"}.fa-temperature-empty:before{content:"\f2cb"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-full:before{content:"\f2c7"}.fa-temperature-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-list:before{content:"\e299"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-quarter:before{content:"\f2ca"}.fa-temperature-snow:before{content:"\f768"}.fa-temperature-sun:before{content:"\f76a"}.fa-temperature-three-quarters:before{content:"\f2c8"}.fa-temperature-up:before{content:"\e040"}.fa-tenge:before{content:"\f7d7"}.fa-tenge-sign:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-tent:before{content:"\e57d"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tent-arrows-down:before{content:"\e581"}.fa-tent-double-peak:before{content:"\e627"}.fa-tents:before{content:"\e582"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-0:before{content:"\f2cb"}.fa-thermometer-1:before{content:"\f2ca"}.fa-thermometer-2:before{content:"\f2c9"}.fa-thermometer-3:before{content:"\f2c8"}.fa-thermometer-4:before{content:"\f2c7"}.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-theta:before{content:"\f69e"}.fa-thought-bubble:before{content:"\e32e"}.fa-thumb-tack:before{content:"\f08d"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-tick:before{content:"\e32f"}.fa-ticket:before{content:"\f145"}.fa-ticket-airline:before{content:"\e29a"}.fa-ticket-alt:before{content:"\f3ff"}.fa-ticket-perforated:before{content:"\e63e"}.fa-ticket-perforated-plane:before{content:"\e29a"}.fa-ticket-plane:before{content:"\e29a"}.fa-ticket-simple:before{content:"\f3ff"}.fa-tickets:before{content:"\e658"}.fa-tickets-airline:before{content:"\e29b"}.fa-tickets-perforated:before{content:"\e63f"}.fa-tickets-perforated-plane:before{content:"\e29b"}.fa-tickets-plane:before{content:"\e29b"}.fa-tickets-simple:before{content:"\e659"}.fa-tilde:before{content:"~"}.fa-timeline:before{content:"\e29c"}.fa-timeline-arrow:before{content:"\e29d"}.fa-timer:before{content:"\e29e"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-rectangle:before{content:"\f410"}.fa-times-square:before{content:"\f2d3"}.fa-times-to-slot:before{content:"\f771"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-large-off:before{content:"\e5b0"}.fa-toggle-large-on:before{content:"\e5b1"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-toilet-paper-blank:before{content:"\f71f"}.fa-toilet-paper-blank-under:before{content:"\e29f"}.fa-toilet-paper-check:before{content:"\e5b2"}.fa-toilet-paper-reverse:before{content:"\e2a0"}.fa-toilet-paper-reverse-alt:before{content:"\e29f"}.fa-toilet-paper-reverse-slash:before{content:"\e2a1"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toilet-paper-under:before{content:"\e2a0"}.fa-toilet-paper-under-slash:before{content:"\e2a1"}.fa-toilet-paper-xmark:before{content:"\e5b3"}.fa-toilet-portable:before{content:"\e583"}.fa-toilets-portable:before{content:"\e584"}.fa-tomato:before{content:"\e330"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-tombstone-blank:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tower-broadcast:before{content:"\f519"}.fa-tower-cell:before{content:"\e585"}.fa-tower-control:before{content:"\e2a2"}.fa-tower-observation:before{content:"\e586"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-train-subway:before{content:"\f239"}.fa-train-subway-tunnel:before{content:"\e2a3"}.fa-train-track:before{content:"\e453"}.fa-train-tram:before{content:"\e5b4"}.fa-train-tunnel:before{content:"\e454"}.fa-tram:before{content:"\f7da"}.fa-transformer-bolt:before{content:"\e2a4"}.fa-transgender:before{content:"\f225"}.fa-transgender-alt:before{content:"\f225"}.fa-transporter:before{content:"\e042"}.fa-transporter-1:before{content:"\e043"}.fa-transporter-2:before{content:"\e044"}.fa-transporter-3:before{content:"\e045"}.fa-transporter-4:before{content:"\e2a5"}.fa-transporter-5:before{content:"\e2a6"}.fa-transporter-6:before{content:"\e2a7"}.fa-transporter-7:before{content:"\e2a8"}.fa-transporter-empty:before{content:"\e046"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-alt-slash:before{content:"\e2ad"}.fa-trash-arrow-turn-left:before{content:"\f895"}.fa-trash-arrow-up:before{content:"\f829"}.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-turn-left:before{content:"\f896"}.fa-trash-can-arrow-up:before{content:"\f82a"}.fa-trash-can-check:before{content:"\e2a9"}.fa-trash-can-clock:before{content:"\e2aa"}.fa-trash-can-list:before{content:"\e2ab"}.fa-trash-can-plus:before{content:"\e2ac"}.fa-trash-can-slash:before{content:"\e2ad"}.fa-trash-can-undo:before{content:"\f896"}.fa-trash-can-xmark:before{content:"\e2ae"}.fa-trash-check:before{content:"\e2af"}.fa-trash-circle:before{content:"\e126"}.fa-trash-clock:before{content:"\e2b0"}.fa-trash-list:before{content:"\e2b1"}.fa-trash-plus:before{content:"\e2b2"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-trash-slash:before{content:"\e2b3"}.fa-trash-undo:before{content:"\f895"}.fa-trash-undo-alt:before{content:"\f896"}.fa-trash-xmark:before{content:"\e2b4"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-city:before{content:"\e587"}.fa-tree-deciduous:before{content:"\f400"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trian-balbot:before{content:"\e45c"}.fa-triangle:before{content:"\f2ec"}.fa-triangle-circle-square:before{content:"\f61f"}.fa-triangle-exclamation:before{content:"\f071"}.fa-triangle-instrument:before{content:"\f8e2"}.fa-triangle-music:before{content:"\f8e2"}.fa-triangle-person-digging:before{content:"\f85d"}.fa-tricycle:before{content:"\e5c3"}.fa-tricycle-adult:before{content:"\e5c4"}.fa-trillium:before{content:"\e588"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-trophy-star:before{content:"\f2eb"}.fa-trowel:before{content:"\e589"}.fa-trowel-bricks:before{content:"\e58a"}.fa-truck:before{content:"\f0d1"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-truck-bolt:before{content:"\e3d0"}.fa-truck-clock:before{content:"\f48c"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-container-empty:before{content:"\e2b5"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-droplet:before{content:"\e58c"}.fa-truck-fast:before{content:"\f48b"}.fa-truck-field:before{content:"\e58d"}.fa-truck-field-un:before{content:"\e58e"}.fa-truck-fire:before{content:"\e65a"}.fa-truck-flatbed:before{content:"\e2b6"}.fa-truck-front:before{content:"\e2b7"}.fa-truck-ladder:before{content:"\e657"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plane:before{content:"\e58f"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-truck-ramp-box:before{content:"\f4de"}.fa-truck-ramp-couch:before{content:"\f4dd"}.fa-truck-tow:before{content:"\e2b8"}.fa-truck-utensils:before{content:"\e628"}.fa-trumpet:before{content:"\f8e3"}.fa-try:before{content:"\e2bb"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tty-answer:before{content:"\e2b9"}.fa-tugrik-sign:before{content:"\e2ba"}.fa-turkey:before{content:"\f725"}.fa-turkish-lira:before{content:"\e2bb"}.fa-turkish-lira-sign:before{content:"\e2bb"}.fa-turn-down:before{content:"\f3be"}.fa-turn-down-left:before{content:"\e331"}.fa-turn-down-right:before{content:"\e455"}.fa-turn-left:before{content:"\e636"}.fa-turn-left-down:before{content:"\e637"}.fa-turn-left-up:before{content:"\e638"}.fa-turn-right:before{content:"\e639"}.fa-turn-up:before{content:"\f3bf"}.fa-turntable:before{content:"\f8e4"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-alt:before{content:"\f26c"}.fa-tv-music:before{content:"\f8e6"}.fa-tv-retro:before{content:"\f401"}.fa-typewriter:before{content:"\f8e7"}.fa-u:before{content:"U"}.fa-ufo:before{content:"\e047"}.fa-ufo-beam:before{content:"\e048"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-alt:before{content:"\e2bc"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-umbrella-simple:before{content:"\e2bc"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-uniform-martial-arts:before{content:"\e3d1"}.fa-union:before{content:"\f6a2"}.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-unlock-keyhole:before{content:"\f13e"}.fa-unsorted:before{content:"\f0dc"}.fa-up:before{content:"\f357"}.fa-up-down:before{content:"\f338"}.fa-up-down-left-right:before{content:"\f0b2"}.fa-up-from-bracket:before{content:"\e590"}.fa-up-from-dotted-line:before{content:"\e456"}.fa-up-from-line:before{content:"\f346"}.fa-up-left:before{content:"\e2bd"}.fa-up-long:before{content:"\f30c"}.fa-up-right:before{content:"\e2be"}.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-up-right-from-square:before{content:"\f35d"}.fa-up-to-bracket:before{content:"\e66e"}.fa-up-to-dotted-line:before{content:"\e457"}.fa-up-to-line:before{content:"\f34d"}.fa-upload:before{content:"\f093"}.fa-usb-drive:before{content:"\f8e9"}.fa-usd:before{content:"$"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alien:before{content:"\e04a"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-bounty-hunter:before{content:"\e2bf"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-chef:before{content:"\e3d2"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-construction:before{content:"\f82c"}.fa-user-cowboy:before{content:"\f8ea"}.fa-user-crown:before{content:"\f6a4"}.fa-user-doctor:before{content:"\f0f0"}.fa-user-doctor-hair:before{content:"\e458"}.fa-user-doctor-hair-long:before{content:"\e459"}.fa-user-doctor-message:before{content:"\f82e"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-group:before{content:"\f500"}.fa-user-group-crown:before{content:"\f6a5"}.fa-user-group-simple:before{content:"\e603"}.fa-user-hair:before{content:"\e45a"}.fa-user-hair-buns:before{content:"\e3d3"}.fa-user-hair-long:before{content:"\e45b"}.fa-user-hair-mullet:before{content:"\e45c"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-helmet-safety:before{content:"\f82c"}.fa-user-injured:before{content:"\f728"}.fa-user-large:before{content:"\f406"}.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-magnifying-glass:before{content:"\e5c5"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-music:before{content:"\f8eb"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-nurse-hair:before{content:"\e45d"}.fa-user-nurse-hair-long:before{content:"\e45e"}.fa-user-pen:before{content:"\f4ff"}.fa-user-pilot:before{content:"\e2c0"}.fa-user-pilot-tie:before{content:"\e2c1"}.fa-user-plus:before{content:"\f234"}.fa-user-police:before{content:"\e333"}.fa-user-police-tie:before{content:"\e334"}.fa-user-robot:before{content:"\e04b"}.fa-user-robot-xmarks:before{content:"\e4a7"}.fa-user-secret:before{content:"\f21b"}.fa-user-shakespeare:before{content:"\e2c2"}.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-tie-hair:before{content:"\e45f"}.fa-user-tie-hair-long:before{content:"\e460"}.fa-user-times:before{content:"\f235"}.fa-user-unlock:before{content:"\e058"}.fa-user-visor:before{content:"\e04c"}.fa-user-vneck:before{content:"\e461"}.fa-user-vneck-hair:before{content:"\e462"}.fa-user-vneck-hair-long:before{content:"\e463"}.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-between-lines:before{content:"\e591"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-gear:before{content:"\f509"}.fa-users-line:before{content:"\e592"}.fa-users-medical:before{content:"\f830"}.fa-users-rays:before{content:"\e593"}.fa-users-rectangle:before{content:"\e594"}.fa-users-slash:before{content:"\e073"}.fa-users-viewfinder:before{content:"\e595"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-utensils-slash:before{content:"\e464"}.fa-utility-pole:before{content:"\e2c3"}.fa-utility-pole-double:before{content:"\e2c4"}.fa-v:before{content:"V"}.fa-vacuum:before{content:"\e04d"}.fa-vacuum-robot:before{content:"\e04e"}.fa-value-absolute:before{content:"\f6a6"}.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vcard:before{content:"\f2bb"}.fa-vector-circle:before{content:"\e2c6"}.fa-vector-polygon:before{content:"\e2c7"}.fa-vector-square:before{content:"\f5cb"}.fa-vent-damper:before{content:"\e465"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vhs:before{content:"\f8ec"}.fa-vial:before{content:"\f492"}.fa-vial-circle-check:before{content:"\e596"}.fa-vial-virus:before{content:"\e597"}.fa-vials:before{content:"\f493"}.fa-video:before{content:"\f03d"}.fa-video-arrow-down-left:before{content:"\e2c8"}.fa-video-arrow-up-right:before{content:"\e2c9"}.fa-video-camera:before{content:"\f03d"}.fa-video-circle:before{content:"\e12b"}.fa-video-handheld:before{content:"\f8a8"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-violin:before{content:"\f8ed"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball:before{content:"\f45f"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-volume-down:before{content:"\f027"}.fa-volume-high:before{content:"\f028"}.fa-volume-low:before{content:"\f027"}.fa-volume-medium:before{content:"\f6a8"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-times:before{content:"\f6a9"}.fa-volume-up:before{content:"\f028"}.fa-volume-xmark:before{content:"\f6a9"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"W"}.fa-waffle:before{content:"\e466"}.fa-wagon-covered:before{content:"\f8ee"}.fa-walker:before{content:"\f831"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-walking:before{content:"\f554"}.fa-wall-brick:before{content:"\e3db"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f0d0"}.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-warehouse-full:before{content:"\f495"}.fa-warning:before{content:"\f071"}.fa-washer:before{content:"\f898"}.fa-washing-machine:before{content:"\f898"}.fa-watch:before{content:"\f2e1"}.fa-watch-apple:before{content:"\e2cb"}.fa-watch-calculator:before{content:"\f8f0"}.fa-watch-fitness:before{content:"\f63e"}.fa-watch-smart:before{content:"\e2cc"}.fa-water:before{content:"\f773"}.fa-water-arrow-down:before{content:"\f774"}.fa-water-arrow-up:before{content:"\f775"}.fa-water-ladder:before{content:"\f5c5"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-watermelon-slice:before{content:"\e337"}.fa-wave:before{content:"\e65b"}.fa-wave-pulse:before{content:"\f5f8"}.fa-wave-sine:before{content:"\f899"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waveform:before{content:"\f8f1"}.fa-waveform-circle:before{content:"\e12d"}.fa-waveform-lines:before{content:"\f8f2"}.fa-waveform-path:before{content:"\f8f2"}.fa-waves-sine:before{content:"\e65d"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-webhook:before{content:"\e5d5"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before{content:"\f496"}.fa-whale:before{content:"\f72c"}.fa-wheat:before{content:"\f72d"}.fa-wheat-alt:before{content:"\e2cd"}.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-wheat-awn-slash:before{content:"\e338"}.fa-wheat-slash:before{content:"\e339"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before{content:"\e2ce"}.fa-wheelchair-move:before{content:"\e2ce"}.fa-whiskey-glass:before{content:"\f7a0"}.fa-whiskey-glass-ice:before{content:"\f7a1"}.fa-whistle:before{content:"\f460"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-3:before{content:"\f1eb"}.fa-wifi-exclamation:before{content:"\e2cf"}.fa-wifi-fair:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wifi-strong:before{content:"\f1eb"}.fa-wifi-weak:before{content:"\f6aa"}.fa-wind:before{content:"\f72e"}.fa-wind-circle-exclamation:before{content:"\f776"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-flip:before{content:"\f40f"}.fa-window-frame:before{content:"\e04f"}.fa-window-frame-open:before{content:"\e050"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wine-glass-crack:before{content:"\f4bb"}.fa-wine-glass-empty:before{content:"\f5ce"}.fa-won:before{content:"\f159"}.fa-won-sign:before{content:"\f159"}.fa-worm:before{content:"\e599"}.fa-wreath:before{content:"\f7e2"}.fa-wreath-laurel:before{content:"\e5d2"}.fa-wrench:before{content:"\f0ad"}.fa-wrench-simple:before{content:"\e2d1"}.fa-x:before{content:"X"}.fa-x-ray:before{content:"\f497"}.fa-xmark:before{content:"\f00d"}.fa-xmark-circle:before{content:"\f057"}.fa-xmark-hexagon:before{content:"\f2ee"}.fa-xmark-large:before{content:"\e59b"}.fa-xmark-octagon:before{content:"\f2f0"}.fa-xmark-square:before{content:"\f2d3"}.fa-xmark-to-slot:before{content:"\f771"}.fa-xmarks-lines:before{content:"\e59a"}.fa-y:before{content:"Y"}.fa-yen:before{content:"\f157"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"Z"}.fa-zap:before{content:"\f0e7"}.fa-zzz:before{content:"\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-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(fa-brands-400.7b8ed9790c320fd6.woff2) format("woff2"),url(fa-brands-400.93f64b17957f5870.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-square-js:before{content:"\f3b9"}.fa-js-square:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-square-reddit:before{content:"\f1a2"}.fa-reddit-square:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-square-instagram:before{content:"\e055"}.fa-instagram-square:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-square-hacker-news:before{content:"\f3af"}.fa-hacker-news-square:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-square-snapchat:before{content:"\f2ad"}.fa-snapchat-square:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before{content:"\f2aa"}.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-square-dribbble:before{content:"\f397"}.fa-dribbble-square:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before{content:"\f081"}.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before{content:"\f431"}.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-wpressr:before{content:"\f3e4"}.fa-rendact:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before{content:"\f1b7"}.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before{content:"\f194"}.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-flag:before{content:"\f2b4"}.fa-font-awesome-logo-full:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-square-github:before{content:"\f092"}.fa-github-square:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-square-gitlab:before{content:"\e5ae"}.fa-gitlab-square:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-square-odnoklassniki:before{content:"\f264"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-square-pinterest:before{content:"\f0d3"}.fa-pinterest-square:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-square-google-plus:before{content:"\f0d4"}.fa-google-plus-square:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before{content:"\f169"}.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before{content:"\e080"}.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-square-pied-piper:before{content:"\e01e"}.fa-pied-piper-square:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-square-facebook:before{content:"\f082"}.fa-facebook-square:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-square-lastfm:before{content:"\f203"}.fa-lastfm-square:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before{content:"\e2d0"}.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-square-behance:before{content:"\f1b5"}.fa-behance-square:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-square-git:before{content:"\f1d2"}.fa-git-square:before{content:"\f1d2"}.fa-square-tumblr:before{content:"\f174"}.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before{content:"\f40c"}.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}: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.bdec7dfeb3a540a4.woff2) format("woff2"),url(fa-light-300.f72928c9ff90c06e.ttf) format("truetype")}.fal,.fa-light{font-weight:300}:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(fa-regular-400.0c61bbf7e246458a.woff2) format("woff2"),url(fa-regular-400.e90f5a81ee486f82.ttf) format("truetype")}.far,.fa-regular{font-weight:400}: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.6575be3ddd114ddf.woff2) format("woff2"),url(fa-solid-900.e9ad618e9cd602ce.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Pro 6.5.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-thin: normal 100 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:100;font-display:block;src:url(fa-thin-100.63f3c27ac76a6dcf.woff2) format("woff2"),url(fa-thin-100.3778f91c290d6a92.ttf) format("truetype")}.fat,.fa-thin{font-weight:100}.fak.fa-light-file-circle-check:before,.fa-kit.fa-light-file-circle-check:before{content:"\e005"}.fak.fa-light-print-gear:before,.fa-kit.fa-light-print-gear:before{content:"\e001"}.fak.fa-thin-file-lines-circle-plus:before,.fa-kit.fa-thin-file-lines-circle-plus:before{content:"\e004"}.fak.fa-thin-print-gear:before,.fa-kit.fa-thin-print-gear:before{content:"\e002"}.fak,.fa-kit{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:Font Awesome Kit}@font-face{font-family:Font Awesome Kit;font-style:normal;font-display:block;src:url(custom-icons.25f62cbfa5048a45.woff2) format("woff2"),url(custom-icons.82b0f4452eeb9621.ttf) format("truetype")}: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-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%);--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-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-table-bg-loading: var(--color-gray-0-25);--components-table-cell-bg-even: var(--color-gray-25);--components-table-cell-bg-odd: var(--background-primary);--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}@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)}}.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}.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-gray-600);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}.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-black)}.loading-table-row{height:50px}.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}.chart-flex-center{display:flex;align-items:center;flex-direction:column}apx-chart .apexcharts-canvas .apexcharts-svg{height:170px!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,.pr-0{padding-left: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:15px!important;padding-bottom:15px!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 var(--color-gray-75)}#kt_app_footer{position:fixed;width:100%;bottom:0}#kt_footer{padding:0!important}@media (min-width: 992px){.app-container{padding-top:30px!important;padding-bottom:30px!important}}@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}.swal2-container .swal2-html-container{overflow: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:hidden}#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}.toolbar{box-shadow:0 10px 30px #523f690d}.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}}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}}
