@charset "UTF-8";

 .animated{-webkit-animation-duration:1s !important;animation-duration:1s !important;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s !important;animation-duration:.75s !important;-webkit-animation-name:bounceIn;animation-name:bounceIn}.bounceOut,.flipOutX{-webkit-animation-duration:.75s !important}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s !important;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s !important;-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s !important;animation-duration:.75s !important;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s !important;animation-duration:2s !important;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.embedpress-wrapper {
position: relative;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
overflow: hidden;
position: relative;
height: auto;
}
.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
} .ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
padding-bottom: 56.25%;
} .ose-vine.responsive {
padding-bottom: 100%;
} .ose-ustream.responsive {
padding-bottom: 63.3%;
}
.ose-google-docs.responsive {
padding-bottom: 62.6%;
}
.ose-google-docs.ose-google-docs-drawings.responsive {
padding-bottom: 74.5%;
}
.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
padding-bottom: 142%;
}
.ose-soundcloud.responsive {
padding-bottom: 155px;
}
.ose-issuu.responsive iframe {
z-index: 2;
}
.ose-issuu.responsive {
padding-bottom: 31.25%;
}
.ose-issuu>div>div>div:last-child {
width: 100% !important;
z-index: 0;
position: absolute;
bottom: 0;
}
.ose-mixcloud.responsive iframe {
width: 100%;
} .ose-google-docs.responsive {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.ose-facebook.responsive iframe {
padding-bottom: 0;
width: 100%;
}
.elementor-widget iframe {
max-height: 100% !important;
}
.elementor-cbutton-preview-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 100px 30px;
background: #fbf6f6;
}
@media only screen and (max-width: 800px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: inherit !important;
}
.ep-first-video iframe {
max-height: 100% !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr)) !important;
}
}
@media only screen and (max-width: 500px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: 390px !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
}
.ose-matterport .embera-embed-responsive, .ose-matterport .embera-embed-responsive iframe {
width: 100%;
height: 100%;
}
.ose-deviantart img, .ose-deviantart a, .ose-deviantart div {
width: 100%;
height: 100%;
} .ose-meetup {
overflow: auto !important;
}
.ose-meetup img {
height: auto;
}
article.embedpress-event div#sponsors {
display: none;
}
.embedpress-event .link {
color: #0098ab;
}
.embedpress-event .visibility--a11yHide {
border: 0;
clip: rect(0 0 0 0);
position: absolute;
overflow: hidden;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
}
.embedpress-event .text--small {
font-size: 14px;
margin: 0;
}
.embedpress-event .flex {
display: flex;
box-sizing: border-box;
}
.embedpress-event .flex--wrap {
flex-wrap: wrap;
}
.embedpress-event .flex--row {
align-items: center;
box-sizing: border-box;
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
}
.embedpress-event .flex-item {
flex-basis: 0;
flex-grow: 1;
width: auto;
min-width: 0; box-sizing: border-box;
}
.embedpress-event .flex-item--shrink {
flex-basis: auto;
-webkit-box-flex: 0;
flex-grow: 0;
flex-shrink: 0;
width: auto;
}
.embedpress-event .flex--row>.flex-item:first-child {
padding-left: 0;
}
.embedpress-event .text--bold {
font-weight: 700;
}
.embedpress-event h1,
.embedpress-event h2,
.embedpress-event h3,
.embedpress-event h4,
.embedpress-event h5,
.embedpress-event h6 {
font-size: inherit;
}
.embedpress-event .ep-event--title {
font-size: 32px;
font-weight: 700;
}
.embedpress-event .ep-event--date {
color: #757575;
font-weight: 400;
font-size: 16px;
} .embedpress-event .ep-event--host {
margin-top: 20px;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.ep-event--host .avatar-print {
border-radius: 50%;
height: 50px;
width: 50px;
}
.embedpress-event img.avatar--person {
background-image: none !important;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
border-radius: 50%;
box-sizing: border-box;
vertical-align: middle;
}
.event-info-hosts-text {
padding-left: 20px;
font-size: 16px;
font-weight: 400;
}
.embedpress-event .event-description {
margin-top: 20px;
}
.text--sectionTitle {
font-size: 20px;
line-height: 28px;
}
.ep-event--attendees {
margin-top: 50px;
}
.ep-event--attendees>.flex {
margin-bottom: 20px;
}
.ep-event--attendees .gridList {
list-style: none;
margin: 0 -16px 0 0;
padding: 0;
}
.ep-event--attendees .gridList-item {
width: auto;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 50%;
max-width: 50%;
}
.ep-event--attendees .groupMember-name {
line-height: 1.2 !important;
}
.ep-event--attendees .avatar--person {
margin-bottom: 15px;
display: inline-block;
border-radius: 50%;
}
.ep-event--attendees img.avatar-print {
border-radius: 50%;
}
.ep-event--attendees .groupMember-role {
font-size: 12px;
color: #757575;
padding-top: 2px;
margin: 0;
}
.ep-event--attendees .groupMember {
min-height: 100%;
min-width: 128px;
padding-left: 8px;
padding-right: 8px;
}
.embedpress-event .align--center {
text-align: center;
}
.embedpress-event .card {
background: #fff;
background-clip: padding-box;
background-size: cover;
border: 1px solid rgba(46, 62, 72, .12);
border-radius: 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
min-height: 100%;
padding: 16px 16px 18px;
position: relative;
white-space: normal;
}
.embedpress-event .card--hasHoverShadow {
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}
.embedpress-event .ep-event-group-link {
display: flex;
flex-wrap: wrap;
align-items: center;
background: #ffffff;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-group--name {
padding-left: 20px;
font-size: 14px;
line-height: 1.45;
margin: 0;
width: 70%;
word-break: break-word;
}
.embedpress-event .ep-event-group--image {
-o-object-fit: cover;
object-fit: cover;
width: 56px;
height: 56px;
border-radius: 4px;
}
.embedpress-event .ep-event-time-location {
background: #ffffff;
border-radius: 8px;
padding: 16px 20px 0 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-time-location .ep-event-datetime,
.embedpress-event .ep-event-time-location .ep-event-location {
padding-bottom: 20px;
}
.embedpress-event .ep-event-location .wrap--singleLine--truncate,
.embedpress-event .ep-event-time-location .ep-event-datetime {
font-size: 15px;
line-height: 1.5;
color: #2e3e48;
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location address {
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location .venueDisplay-venue-address {
font-style: normal;
color: #757575;
margin: 0;
}
.embedpress-event .ep-event-location p {
line-height: 20px;
}
.ep-event--attendees .gridList-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 1rem;
margin: 0;
vertical-align: top;
width: 50%;
}
.gridList-itemInner {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
padding: 0 16px 16px 0;
} .embedpress-yt-subscribe {
display: flex;
align-items: center;
align-content: start;
text-align: center;
gap: 1rem;
max-width: 600px;
width: 100%;
}
.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
color: #ffffff;
}
.embedpress-yt-subscribe .embedpress-yt-sub-text {
display: inline-block;
margin: 0;
padding: 0;
} .dewqijm {
height: 100%;
margin-right: 10px;
}
.dewqijm img[src^="image"] {
display: none;
}
.dewqijm img[src^="http"] {
height: 56px !important;
width: 56px !important;
}
.dewqijm>div>div {
display: none;
}
.embedpress-event .sticky button {
display: none;
}
.embedpress-event .items-center {
align-items: center;
} @media only screen and (min-width: 530px) {
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media only screen and (min-width: 640px) {
.embedpress-event .card {
padding: 18px 18px 20px;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 25%;
max-width: 25%;
}
} .ose-opensea {
height: 100% !important;
width: calc(100% - 40px) !important;
max-height: 100% !important;
}
.ose-github {
overflow: auto;
}
.ep_nft_content_wrap.ep_nft__wrapper {
display: grid;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.ep_nft_content_wrap .ep_nft_item {
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
background-color: #ffffff;
border-radius: 10px;
transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
overflow: hidden;
padding: 15px;
position: relative;
transition: .3s ease-in-out;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
display: flex;
flex-direction: column;
}
.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
justify-content: flex-start;
align-items: flex-start;
}
.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
background-color: #edecf6e6;
}
.ep_nft_content_wrap .ep_nft_thumbnail {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
border-radius: 5px;
}
.ep_nft_content_wrap .ep_nft_thumbnail img {
height: 340px;
border-radius: 5px;
width: 100%;
object-fit: cover;
}
.ep_nft_content .ep_nft_title {
color: #333333;
font-size: 16px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
font-weight: 600;
word-break: break-all;
}
.ep_nft_content {
text-align: left;
}
.ep_nft_content .ep_nft_price {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
display: flex;
font-weight: 600;
}
.ep_nft_content .ep_nft_price:first-child {
margin-bottom: 10px;
}
span.eb_nft_currency {
max-width: 28px;
display: flex;
align-items: center;
justify-content: center;
}
span.eb_nft_currency svg {
width: 100%;
height: auto;
}
.ep_nft_content .ep_nft_price_wrapper {
min-height: 20px;
}
.ep_nft_content .ep_nft_creator {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 5px;
}
.ep_nft_content .ep_nft_creator a {
color: #3080E2;
font-size: 14px;
text-decoration: none;
word-break: break-all;
text-decoration: none;
}
.ep_nft_content .ep_nft_creator img {
height: 30px;
width: 30px;
border-radius: 50%;
}
.ep_nft_content .ep_nft_button button {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
.ep_nft_content .ep_nft_button button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding-top: 15px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 15px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.ep_nft_content .ep_nft_button button:hover a {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button {
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
transform: translateY(30px);
visibility: hidden;
width: 100%;
transition: 0.3s;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button {
margin-top: auto;
display: flex;
justify-content: space-between;
gap: 15px;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding: 10px 20px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
display: block;
text-align: center;
font-weight: 500;
text-decoration: none;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank {
color: #a88484;
border-color: #a88484;
}  .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
display: flex;
gap: 15px;
align-items: center;
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 55%;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(45% - 15px);
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale {
margin-bottom: 15px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg {
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 260px;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a {
border-radius: 10px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child {
margin-bottom: 15px;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: calc(100% - 40px) !important;
}
.embedpress-gutenberg-wrapper.alignright, .embedpress-gutenberg-wrapper.alignleft {
width: 100%;
}
.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div {
float: right;
}
.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: center;
}
.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: right;
}
.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: left;
}
.embedpress-gutenberg-wrapper.aligncenter {
text-align: center;
clear: both;
}
.theme-twentytwentythree footer.wp-block-template-part {
clear: both;
} @media all and (max-width: 1024px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(3, 1fr) !important;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: 100% !important;
} }
@media all and (max-width: 991px) { .ose-opensea {
min-width: 100% !important;
max-width: calc(100% - 40px) !important;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(2, 1fr) !important;
} }
@media all and (max-width: 767px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
} } .ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item {
box-shadow: none;
}
.ep-nft-rank-wraper {
margin-bottom: 16px;
font-weight: 600;
color: #333;
font-size: 16px;
}
.ep-nft-rank-wraper.ep-empty-label span {
margin-left: 0px;
}
span.ep-nft-rank {
padding: 2px 8px;
border-radius: 7px;
margin-left: 10px;
display: inline-block;
font-size: 14px;
font-weight: 600;
background: transparent !important;
border: 1px solid #ddd;
color: #333;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(55% - 15px);
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 45%;
height: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 100%;
}
.ep-nft-single-item-wraper span.eb_nft_label {
color: #333; }
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price {
display: flex;
flex-direction: column;
margin-right: 45px;
}
.ep-nft-single-item-wraper span.eb_nft_price {
font-size: 30px;
line-height: normal;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img {
height: 15px;
width: 15px;
border-radius: 50%;
}
.ep-nft-single-item-wraper .ep-usd-price {
bottom: 0;
font-size: 12px;
}
.ep-nft-single-item-wraper span.eb_nft_label { font-size: 15px;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title {
margin-bottom: 10px;
font-size: 24px;
}
.ep-nft-single-item-wraper .CollectionLink--name svg {
width: 20px;
height: 20px;
margin-left: 5px;
}
.ep-nft-single-item-wraper a.CollectionLink--link {
font-size: 15px;
font-weight: 500;
text-decoration: none;
margin-bottom: 15px;
display: block;
color: #3080E2;
}
.ep-nft-single-item-wraper sub.verified-icon {
bottom: -5px;
left: 4px;
} .ep-nft-single-item-wraper .ep-accordion {
border: 1px solid #ddd;
border-radius: 10px;
margin-top: 15px;
display: block;
}
.ep-nft-single-item-wraper .ep-toggle {
display: none;
}
.ep-nft-single-item-wraper .ep-option {
position: relative;
}
.ep-nft-single-item-wraper .ep-content {
padding: 1em;
border-top: 1px solid #ddd;
}
.ep-nft-single-item-wraper .ep-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
}
.ep-nft-single-item-wraper .ep-title {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
padding: 1em;
display: flex;
color: #333;
font-weight: bold;
cursor: pointer;
border-radius: 10px 10px 0 0;
align-items: center;
}
.ep-nft-single-item-wraper label.ep-title svg {
width: 20px;
height: 20px;
margin-right: 6px;
}
.ep-nft-single-item-wraper .ep-asset-detail-item {
display: flex;
justify-content: space-between;
font-weight: 500;
}
.ep-nft-single-item-wraper .ep-asset-detail-item span {
word-break: break-word;
max-width: 75%;
}
.ep-nft-single-item-wraper .ep-content {
display: block;
}
.ep-nft-single-item-wraper .ep-content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content {
display: none;
background: transparent;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper {
display: flex;
}
.ep-nft-single-item-wraper .ep-toggle+.ep-title:after {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(45deg) translate(-20%, -5%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(225deg) translate(80%, 20%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after {
display: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank {
pointer-events: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content {
margin-bottom: 20px;
}
.elementor-widget-embedpres_elementor .ep-nft-gallery-wrapper .ep-loadmore-wrapper button, .embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button {
display: none;
}
@media screen and (max-width: 1024px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
}
@media screen and (max-width: 991px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
align-items: unset;
flex-direction: column;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: 100%;
}
}
@media screen and (max-width: 537px) {
.ep-nft-single-item-wraper sub.ep-usd-price {
margin-bottom: 15px;
display: block;
}
.ose-google-drive iframe {
height: 250px !important;
}
.ose-nrk-radio iframe {
height: 400px !important;
}
}
.emebedpress-unit-percent iframe {
width: 100% !important;
} .password-form-container {
width: 350px;
text-align: center;
padding: 30px;
border-radius: 10px;
box-shadow: 0px 0px 10px #f4eded;
background-color: #f9f9ff;
max-width: 100%;
margin: auto;
}
.password-form-container h2 {
font-size: 22px;
margin-bottom: 15px;
font-family: system-ui;
}
.password-form-container p {
font-size: 12px;
font-family: sans-serif;
line-height: 1.4em;
margin-bottom: 15px;
}
form.password-form {
margin-bottom: 2px;
}
.password-form-container input[type="password"] {
padding: 10px;
border-radius: 5px;
width: 100%;
margin-bottom: 12px;
font-size: 20px;
color: #6354a5;
outline: none;
border: 1px solid #ddd;
outline: 0;
padding-left: 50px;
font-family: sans-serif;
height: 42px;
}
.password-form-container input[type="password"]::placeholder {
color: #e0d1d1;
font-size: 14px;
}
.password-field {
position: relative;
}
.password-field span {
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
width: 40px;
background: #DED7FC;
border-radius: 4px;
}
.password-field svg {
width: 22px;
}
.password-form-container input[type="submit"] {
padding: 12px 20px;
background-color: #6354a5;
color: #fff;
border: none;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
font-family: sans-serif;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
font-weight: initial;
white-space: normal;
word-break: break-all;
min-height: 42px;
}
.password-form-container button:hover {
background-color: #0062cc;
box-shadow: 0px 0px 10px #007bff;
}
.password-form-container .error-message {
color: #ff0000;
margin-top: 20px;
font-size: 12px;
line-height: 1.4em;
}
.password-form-container .error-message.hidden {
display: none;
}
p.need-access-message {
margin-bottom: 2px;
margin-top: 13px;
}
.wp-block-embed__wrapper {
display: inline-block;
width: 100%;
max-width: 100% !important;
}
.wp-block-embed__wrapper.position-right-wraper, .wp-block-embed__wrapper.position-right-wraper {
max-width: calc(100% - 40px) !important;
}
.ep-elementor-content {
position: relative;
display: inline-block;
max-width: 100%;
}
.ep-elementor-content.source-opensea {
display: block;
} .wp-block-embedpress-embedpress>div, .ep-gutenberg-content {
position: relative;
clear: both;
}
.gutenberg-pdf-wraper {
position: relative;
width: 100%;
}
.presentationModeEnabledIosDevice {
position: fixed;
left: 0;
top: 0;
border: 0;
height: 100% !important;
width: 100% !important;
z-index: 999999;
min-width: 100% !important;
min-height: 100% !important;
}
.ep-embed-content-wraper {
width: 100%;
}
.embedpress-gutenberg-wrapper.popup_button, .embedpress-elements-wrapper.popup_button {
display: none !important;
}
.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button {
display: block !important;
}
.ep-content-share-enabled .ep-embed-content-wraper {
display: flex !important;
}
.ep-content-share-enabled .ep-embed-content-wraper.hidden {
display: none !important;
}
.ep-share-position-right .ep-embed-content-wraper {
flex-direction: row;
}
.ep-content-share-enabled .ep-embed-content-wraper>div:first-child {
width: 100%;
}
.ep-share-position-left .ep-embed-content-wraper {
flex-direction: row-reverse;
}
.ep-share-position-bottom .ep-embed-content-wraper {
flex-direction: column;
}
.ep-share-position-top .ep-embed-content-wraper {
flex-direction: column-reverse;
}
.ep-fixed-width .gutenberg-pdf-wraper {
display: inline-block;
}
.ep-percentage-width .embedpress-inner-iframe {
width: 100%;
} .ep-social-share {
display: flex;
align-items: center;
}
.ep-social-share.share-position-right {
right: -40px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-left {
left: 0px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-bottom, .ep-social-share.share-position-top {
justify-content: center;
}
.embedpress-gutenberg-wrapper .ep-social-share.share-position-left, .ep-elementor-content .ep-social-share.share-position-left {
left: -40px;
}
.ep-social-icon {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin: 0;
color: #fff;
text-decoration: none;
font-size: 20px;
}
.ep-social-icon:hover {
opacity: 0.8;
}
.ep-social-share svg {
width: 20px;
height: auto;
}
a.ep-social-icon.pinterest svg {
height: 25px;
}
.ep-social-share .facebook {
background-color: #3b5998;
}
.ep-social-share .facebook svg {
width: 40px;
}
.ep-social-share .twitter {
background-color: #000000;
}
a.ep-social-icon.twitter:focus-visible {
box-shadow: none;
border: none;
outline: none;
}
.ep-social-share .pinterest {
background-color: #bd081c;
}
.ep-social-share .linkedin {
background-color: #0077b5;
}
.ep-social-share .instagram {
background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.ep-social-share .reddit {
background-color: #ff4500;
}
.ep-social-icon i {
margin-right: 0;
}
.ep-content-locked .watermark {
display: none !important;
}
.ep-content-protection-enabled .watermark {
display: none !important;
}
.embedpress-pro-control.not-active {
pointer-events: none;
}
.pro__alert__wrap .pro__alert__card h2 {
font-size: 32px;
font-weight: 450;
color: #131f4d;
margin-bottom: 15px;
}
.pro__alert__wrap .pro__alert__card p {
font-size: 14px;
font-weight: 400;
color: #7c8db5;
margin-top: 10px;
}
.pro__alert__wrap .pro__alert__card p a {
text-decoration: underline;
font-weight: 700;
color: #131f4d;
}
.emebedpress-unit-percent, .ep-elementor-content.ep-percentage-width {
width: 100%;
} [data-theme-mode='dark'] {
--viewer-primary-color: #343434;
--viewer-icons-hover-bgcolor: #453838;
}
[data-theme-mode='light'] {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
@media (prefers-color-scheme: dark) {
:root {
--viewer-primary-color: #343434;
--viewer-icons-color: #f2f2f6;
--viewer-icons-hover-bgcolor: #453838;
}
}
@media (prefers-color-scheme: light) {
:root {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
}
.ep-file-download-option-masked::after, .ep-external-doc-icons {
background: var(--viewer-primary-color);
}
.ep-external-doc-icons svg path {
fill: var(--viewer-icons-color);
}
.ep-doc-draw-icon svg path {
fill: var(--viewer-primary-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover svg path {
fill: var(--viewer-icons-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover {
background-color: var(--viewer-icons-hover-bgcolor);
}
.ep-file-download-option-masked {
position: relative;
}
.ep-file-download-option-masked {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.ep-file-download-option-masked .overlay {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 15px);
height: calc(100% - 45px);
background-color: rgb(66 23 23 / 0%);
pointer-events: unset;
z-index: 1;
user-select: none;
max-width: 800px;
margin: 0 auto;
}
.ep-file-download-option-masked.ep-file-xls .overlay {
height: calc(100% - 78px);
}
.ep-file-download-option-masked iframe {
width: 100%;
height: 100%;
pointer-events: auto;
}
.wp-block-embedpress-document.embedpress-document-embed iframe {
border: none !important;
box-shadow: none !important;
}
.ep-file-download-option-masked.enabled-text-copy {
pointer-events: all;
}
.embed-download-disabled {
width: 200px;
height: 22px;
background: #444444;
position: absolute;
right: 2px;
bottom: 8px;
opacity: 0;
}
.cui-toolbar-button-right {
display: none !important;
}
.ndfHFb-c4YZDc-Wrql6b {
display: none;
}
.ep-external-doc-icons {
position: absolute;
display: flex;
flex-direction: revert;
background: var(--viewer-primary-color);
border-radius: 6px;
z-index: 2;
bottom: -18px;
left: 50%;
transform: translate(-50%, -50%);
padding: 0 10px;
}
.ep-external-doc-icons svg {
width: 30px;
height: 30px;
cursor: pointer;
transition: 0.3s;
padding: 5px;
border-radius: 4px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg {
width: 22px;
height: 22px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg, .block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg {
width: 20px !important;
}
.ep-doc-minimize-icon svg, .ep-doc-fullscreen-icon svg {
padding: 6px;
}
.ep-external-doc-icons svg:hover {
border-radius: 4px;
}
.ep-doc-draw-icon.active svg {
background: var(--viewer-icons-hover-bgcolor);
}
.ep-doc-download-icon, .ep-doc-print-icon, .ep-doc-fullscreen-icon, .ep-doc-popup-icon, .ep-doc-draw-icon, .ep-doc-minimize-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px; }
.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe, .embedpress-document-embed .fullscreen-enabled iframe {
width: 100% !important;
height: 100% !important;
}
.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe {
margin-left: 22%;
}
.ep-file-download-option-masked::after {
position: absolute;
width: 100%;
height: 30px;
background: var(--viewer-primary-color);
z-index: 1;
bottom: 0;
content: '';
left: 0;
}
.ep-file-download-option-masked.ep-file-docx::after {
bottom: 0;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after {
bottom: 0px;
background: white;
height: 22px;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after {
bottom: 0;
}
canvas.ep-doc-canvas {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
right: 0;
top: 0;
clear: both;
margin: auto;
display: none;
}  :root { --plyr-control-icon-size: 15px;
--plyr-range-track-height: 3px;
--plyr-range-thumb-height: 10px;
}
.plyr--audio .plyr--full-ui input[type=range] {
color: red !important;
}
.ep-embed-content-wraper input[type=range]::-webkit-slider-runnable-track {
box-shadow: none;
}
.ep-embed-content-wraper input[type=range]::-moz-range-track {
box-shadow: none;
}
a.plyr__controls__item.plyr__control {
border-radius: inherit;
color: inherit !important;
}
.plyr-initialized button:focus {
background-color: var(--plyr-color-main);
}
.custom-player-preset-1 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-1 button.plyr__control {
border-radius: 0;
}
.custom-player-preset-1 a.plyr__controls__item.plyr__control {
border-radius: inherit;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
width: 100px !important;
text-align: center;
display: flex;
align-items: center !important;
justify-content: center;
height: 60px;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg {
width: 22px;
height: 22px;
}
.custom-player-preset-1 .plyr__control:focus {
border: none;
}
.custom-player-preset-2 a.plyr__controls__item.plyr__control, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .preset-default a.plyr__controls__item.plyr__control {
border-radius: 4px;
}
.custom-player-preset-3 .plyr__controls, .custom-player-preset-4 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-4 button.plyr__control.plyr__control--overlaid {
display: none !important;
} figure .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
padding-bottom: inherit !important;
}
.plyr {
background-color: black;
}
.pip-mode {
position: fixed !important;
width: 320px !important;
height: 180px !important;
top: calc(100% - 200px) !important;
left: calc(100% - 340px) !important;
z-index: 9999;
border-radius: 15px !important;
}
.plyr [data-plyr="pip"] {
display: block !important;
}
.pip-mode .plyr__video-wrapper {
pointer-events: none;
}
.pip-mode .pip-play {
display: none;
}
.pip-mode .pip-play, .pip-mode .pip-pause {
opacity: 0 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode .pip-close {
opacity: 0;
position: absolute;
right: 10px;
top: 10px;
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode:hover .pip-play, .pip-mode:hover .pip-close, .pip-mode:hover .pip-pause {
opacity: 1 !important;
}
.pip-mode .overlay-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.pip-mode iframe {
pointer-events: none !important;
}
[data-playerid] {
opacity: 0;
}
[data-playerid].audio.plyr-initialized {
opacity: 1;
}
.plyr--paused.plyr__poster-enabled .plyr__poster {
display: block !important;
opacity: 1;
background-size: cover;
}
@media only screen and (max-width: 767px) {
.plyr__controls [data-plyr="restart"], .plyr__controls [data-plyr="rewind"], .plyr__controls [data-plyr="fast-forward"], .plyr__controls [data-plyr="pip"] {
display: none !important;
}
.plyr__video-wrapper iframe {
max-height: 100% !important;
}
.plyr__controls .plyr__volume input[type=range] {
max-width: 40px;
min-width: 40px;
}
}  .profile-header {
display: flex;
align-items: center;
padding: 16px;
border-bottom: 1px solid #ddd;
justify-content: center;
gap: 30px;
padding-bottom: 30px;
} .posts-tab-options {
text-align: center;
margin: 0;
} .posts-tab-options .tabs {
list-style: none;
padding: 0;
margin: 0;
display: inline-flex;
border-radius: 5px;
gap: 25px;
padding: 0;
}
.posts-tab-options .tabs svg {
width: 15px;
height: 15px;
}
li[data-media-type="ALL"] svg {
width: 12px;
height: 12px;
}
.posts-tab-options .tabs li {
margin-right: 15px;
cursor: pointer;
padding: 10px 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.posts-tab-options .tabs li:last-child {
margin-right: 0;
} .posts-tab-options .tabs li.active { position: relative;
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li svg {
border-radius: 2px;
}
.posts-tab-options .tabs li.active svg {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover, .posts-tab-options .tabs li:hover svg, .posts-tab-options .tabs li:hover .fill-color {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover .fill-color, .posts-tab-options .tabs li.active .fill-color {
fill: rgb(115, 115, 115) !important;
}
.posts-tab-options .tabs li.active::after {
content: '';
position: absolute;
top: -1px;
height: 1px;
width: 100%;
background-color: rgb(115, 115, 115);
left: 0;
right: 0;
} .profile-image {
margin-right: 16px;
}
.posts-count {
margin-right: 15px;
}
.profile-image img {
width: 120px;
height: 120px !important;
object-fit: cover;
border-radius: 50% !important;
border: 3px solid #037bff;
}
.change-photo-button {
background-color: transparent;
border: none;
cursor: pointer;
}
.change-photo-image {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
} .username-section {
display: flex;
align-items: center;
margin-bottom: 8px;
}
.profile-link {
text-decoration: none;
}
.username {
font-size: 18px;
font-weight: bold;
margin-right: 12px;
}
.edit-profile-link {
text-decoration: none;
color: #3897f0;
font-weight: bold;
} .profile-stats {
display: flex;
margin-bottom: 8px;
}
.stats-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.stats-list li {
margin-right: 24px;
font-size: 14px;
} .bio-section {
margin-bottom: 12px;
text-align: left;
}
section.profile-details div:last-child {
margin: 0;
}
.bio {
font-size: 14px;
}
a.edit-profile-link {
padding: 8px 15px;
background: #efefef;
text-decoration: none !important;
border-radius: 7px;
color: #222;
font-size: 12px;
font-weight: 500;
}
span.count {
font-weight: 600;
}
a.followers-link {
text-decoration: none !important;
} a.profile-link, a.profile-link h2 {
font-size: 20px;
text-decoration: none !important;
margin: 0;
margin-right: 15px;
} .embedpress-insta-container {
overflow: hidden;
position: relative;
}
.ose-instagram-feed {
max-height: 100% !important;
height: 100% !important;
}
.insta-grid .embedpress-insta-container .insta-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px;
grid-auto-flow: row; }
.insta-carousel .embedpress-insta-container .insta-gallery {
grid-auto-columns: calc(25% + 0px);
gap: 0px;
left: 0px;
}
.insta-masonry .embedpress-insta-container .insta-gallery {
column-count: 3;
gap: .5em;
margin: auto;
width: 100%;
display: inherit;
}
.insta-grid .embedpress-insta-container .insta-gallery-item {
position: relative;
color: #fff;
cursor: pointer;
height: 350px;
}
.embedpress-insta-container .insta-gallery-item:hover {
cursor: pointer;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item {
height: auto;
margin-bottom: .5em;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item video.insta-gallery-image {
height: 550px;
margin-bottom: -13px;
}
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.insta-masonry .embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
height: calc(100% + 4px);
}
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info {
opacity: 1;
visibility: visible;
}
.embedpress-insta-container .insta-gallery-item-info ul {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
height: 100%;
}
.embedpress-insta-container .insta-gallery-item-info li {
display: flex;
align-items: center;
font-size: 1.7rem;
font-weight: 600;
gap: 5px;
}
.embedpress-insta-container .insta-gallery-item-likes {
margin-right: 2.2rem;
}
.embedpress-insta-container .insta-gallery-item-type {
position: absolute;
right: 1rem;
top: 1rem;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, .1);
}
.embedpress-insta-container .insta-gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 320px;
}
.insta-masonry .embedpress-insta-container .insta-gallery-image {
margin-bottom: -13px;
}
.insta-gallery-item-info svg {
width: 40px;
height: 40px;
}
.insta-item-reaction-count {
display: flex;
}
.insta-item-reaction-count .insta-gallery-item-likes, .insta-item-reaction-count .insta-gallery-item-comments {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
font-size: 20px;
font-weight: bold;
color: #fff;
}
.insta-gallery-item-info .insta-item-reaction-count svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg.insta-video-icon {
width: 22px;
height: 22px;
}
.cg-carousel__btns.hidden {
display: none;
}
.cg-carousel__btns {
top: 50%;
transform: translateY(-50%);
position: absolute;
width: 100%;
}
.ep-embed-content-wraper.insta-carousel .cg-carousel__btns {
top: calc(50% - 16px);
}
.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink {
display: flex;
align-content: center;
}
.cg-carousel__btns button {
background: #262323;
border: 0;
border-radius: 50px;
width: 35px;
height: 35px;
display: inline-grid;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
}
button#js-carousel__prev-1 {
position: absolute;
left: 30px; z-index: 1;
padding: 8px 15px;
}
button#js-carousel__next-1 {
position: absolute;
right: 30px; z-index: 1;
padding: 8px 15px;
}
.embedpress-popup-block.embedpress-popup-img {
position: relative;
height: 100%;
display: flex;
background: #000;
}
.popup-carousel, .cg-carousel__track {
height: 100%;
}
.popup-container .popup-carousel .cg-carousel__track {
align-items: center;
background-color: #000;
}
.popup-container .popup-carousel {
background-color: #000;
}
button.js-carousel__prev-1 {
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
button.js-carousel__next-1 {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.cg-carousel__btn svg {
width: 16px;
height: 16px;
}
.load-more-button-container, .load-more-button-container button {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.load-more-button-container button {
border-style: solid;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
color: #ffffff;
border-color: #037bff;
background-color: #037bff;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
font-family: inherit;
font-weight: inherit;
line-height: 1em;
cursor: pointer;
border-radius: 5px;
margin-top: 30px;
} .popup-container {
display: flex;
width: 100%;
} .popup-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
align-items: center;
z-index: 99999;
} .popup {
border-radius: 10px;
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
max-height: 100%;
max-width: 100%;
}  .popup-container .popup-md-9.white {
width: 60%;
overflow: hidden;
}
.popup-md-3.red {
width: 40%;
} .embedpress-popup-img img {
width: 100%;
height: auto;
object-fit: contain;
}
video.popup-media-image {
height: auto;
max-width: 100%;
width: 100%;
max-height: 100vh;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
img.popup-media-image {
height: auto;
} .embedpress-popup-header, .embedpress-hashtag-header {
display: flex;
align-items: center;
padding: 15px 10px;
justify-content: space-between;
border-bottom: 1px solid #f4e9e9;
}
.hashtag-container {
border-bottom: 1px solid #f4e9e9;
}
.embedpress-hashtag-header {
border: none;
max-width: 350px;
margin: auto;
}
.embedpress-hashtag-username {
font-weight: bold;
}
.embedpress-popup-header-img img, .embedpress-hashtag-header-img img {
border-radius: 50% !important;
margin-right: 10px;
width: 30px;
height: 30px !important;
object-fit: cover;
border: 2px solid #037bff !important;
}
.embedpress-popup-header-img a, .embedpress-hashtag-header-img a {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none !important;
}
.embedpress-popup-username {
color: #005293;
font-weight: bold;
font-size: 15px;
text-decoration: none !important;
}
img.embedpress-hashtag-round {
border-radius: 50px !important;
}
.insta-followbtn a {
text-decoration: none !important;
padding: 6px 15px;
background: #007bff;
border-radius: 5px;
color: #fff !important;
font-size: 14px;
font-weight: normal;
} .embedpress-popup-block.embedpress-popup-info {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
height: 100%;
background-color: #fff; }
.embedpress-popup-text {
font-size: 14px;
font-weight: normal;
overflow: hidden;
letter-spacing: 0.04em;
line-height: 1.8rem;
padding: 10px;
flex: auto;
border-bottom: 1px solid #f4e9e9;
text-align: left;
max-height: calc(100vh - 235px);
overflow: auto;
word-break: break-all;
} .embedpress-popup-stats {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 10px;
}
.embedpress-popup-stats .embedpress-inline {
display: flex;
align-items: center;
gap: 5px;
font-weight: bold;
color: #000;
cursor: pointer;
position: relative;
}
.embedpress-popup-stats .embedpress-inline a {
display: flex;
align-items: center;
gap: 6px;
color: #000;
text-decoration: none;
font-weight: 400;
}
.embedpress-popup-stats .embedpress-inline a svg {
width: 20px;
height: 20px;
} .embedpress-popup-share-buttons {
padding: 10px;
background-color: #fafafa;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons a {
color: #007bff;
}
.embedpress-href.embedpress-popup-share {
cursor: pointer;
color: #ca379d;
display: flex;
align-items: center;
gap: 6px;
}
.embedpress-popup-share-buttons {
background: #f4f9ff;
position: absolute;
top: -50px;
left: -55px;
gap: 10px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
margin-bottom: -10px;
transition: 0.3s;
}
.embedpress-popup-share-buttons.show {
visibility: visible;
opacity: 1;
margin-bottom: 0;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
z-index: 1 !important;
}
.embedpress-popup-share-buttons::after {
content: "";
position: absolute;
bottom: -16.1px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #e7eaef transparent transparent transparent;
}
.embedpress-popup-share-buttons span {
color: #fff;
font-size: 18px;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons span svg {
width: 16px !important;
height: 16px !important;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin {
color: #0077b5;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-facebook {
color: #1877F2;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest {
color: #E60023;
}
span.tag-wrapper a {
font-weight: bold;
text-decoration: none !important;
}
.embedpress-href.embedpress-popup-share svg {
width: 20px;
height: 20px;
}
.embedpress-popup-instagram-buttons svg {
width: 18px !important;
height: 20px !important;
}
.embedpress-popup-stats .embedpress-inline {
transition: 0.3s;
}
.embedpress-popup-stats .embedpress-inline:hover svg, .embedpress-popup-stats .embedpress-inline a:hover, .embedpress-popup-stats .embedpress-inline:hover, .embedpress-href:hover svg .st0 {
color: rgb(115, 115, 115) !important; }
.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path {
stroke: rgb(115, 115, 115);
}
.embedpress-inline.popup-like-button a:hover svg {
color: rgb(115, 115, 115);
fill: rgb(115, 115, 115);
}
.embedpress-href.embedpress-popup-share:hover svg {
fill: rgb(115, 115, 115);
} .date-post {
padding: 10px;
font-size: 12px;
color: #8e8e8e;
}
div.popup-close {
position: absolute;
top: 50px;
right: 50px;
color: white;
z-index: 15566555655;
cursor: pointer;
padding: 15px;
background: #643535;
border-radius: 50px;
height: 10px;
width: 10px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
cursor: pointer;
}
.load-spin {
width: 100px;
height: 100px;
background-color: #f00;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loader {
margin: auto;
border: 5px solid #EAF0F6;
border-radius: 50%;
border-top: 5px solid #FF7A59;
width: 30px;
height: 30px;
animation: spinner 4s linear infinite;
}
.sponsored-youtube-video {
height: 100%;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (max-width: 1200px) {
.popup-container .popup-md-9.white {
width: 50%;
}
.popup-container .popup-md-3 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.popup-container {
flex-direction: column;
}
.popup-container .popup-md-9.white {
width: 100%;
}
.popup-container .popup-md-3 {
width: 100%;
}
.embedpress-popup-text {
max-height: 300px;
}
}
@media screen and (max-width: 768px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.embedpress-popup-text {
max-height: 250px;
}
}
@media screen and (max-width: 420px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.profile-header {
flex-direction: column;
}
.embedpress-popup-text {
max-height: 200px;
}
.insta-followbtn {
display: none;
}
} .ep-player-wrap .hide {
display: none;
}
.ep-gdrp-content {
background: #222;
padding: 50px 30px;
color: #fff;
}
.ep-gdrp-content a {
color: #fff;
}
.ep-youtube__content__pagination {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
gap: 10px;
}
.ep-loader-wrap {
margin-top: 30px;
display: flex;
justify-content: center;
}
.ep-youtube__content__pagination .ep-prev,
.ep-youtube__content__pagination .ep-next {
cursor: pointer;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
padding: 0 20px;
height: 40px;
transition: .3s;
display: flex;
align-items: center;
}
.ep-youtube__content__pagination .ep-prev:hover,
.ep-youtube__content__pagination .ep-next:hover {
background-color: #5B4E96;
color: #fff;
}
.ep-youtube__content__pagination .ep-page-numbers {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
display: inline-block;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.active__current_page {
background: #5B4E96;
color: #fff;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
margin-top: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
[data-source-id] .layout-list .ep-youtube__content__block .youtube__content__body .content__wrap {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
[data-youtube-channel-carousel].ep-youtube__content__block {
position: relative
}
.ep-youtube__content__block .item {
cursor: pointer;
white-space: initial;
}
.ep-youtube__content__block .youtube-carousel .item {
margin: 10px;
}
.ep-youtube__content__block .item:hover .thumb .play-icon {
opacity: 1;
top: 50%;
}
.ep-youtube__content__block .item:hover .thumb:after {
opacity: .4;
z-index: 0;
}
.ep-youtube__content__block .thumb {
padding-top: 56.25%;
margin-bottom: 5px;
position: relative;
background-color: #222;
background-size: contain !important;
border-radius: 12px;
overflow: hidden;
}
figure .ep-youtube__content__block .thumb {
background-color: #222 !important;
}
.ep-youtube__content__block .thumb:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #000;
opacity: 0;
transition: opacity .3s ease;
}
.ep-youtube__content__block .thumb:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #222;
z-index: -1;
}
.ep-youtube__content__block .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ep-youtube__content__block .thumb .play-icon {
width: 50px;
height: auto;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all .3s ease;
z-index: 2;
}
.ep-youtube__content__block .thumb .play-icon img {
width: 100;
}
.ep-youtube__content__block .body p {
margin-bottom: 0;
font-size: 15px;
text-align: left;
line-height: 1.5;
font-weight: 400;
}
.ep-youtube__content__block.loading .ep-youtube__content__pagination {
display: none;
}
.ep-youtube__content__block .ep-loader {
display: none;
}
.ep-youtube__content__block.loading .ep-loader {
display: block;
}
.ep-loader img {
width: 20px;
}
.is_mobile_device {
display: none !important;
}
.is_mobile_devic.ep-page-numbers {
gap: 5px;
}
@media only screen and (max-width: 480px) {
.is_desktop_device {
display: none !important;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
width: 35px;
height: 35px;
}
.ep-youtube__content__pagination .ep-prev, .ep-youtube__content__pagination .ep-next {
height: 35px;
}
.is_mobile_device {
display: flex !important;
;
}
.ep-youtube__content__pagination .ep-page-numbers {
gap: 5px;
}
} .embedded-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube, .ep-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ose-youtube .channel-header {
display: flex;
align-items: center;
padding: 20px;
border-radius: 10px;
}
.ose-youtube .profile-picture {
width: 120px;
height: 120px;
border-radius: 50%;
margin-right: 20px;
}
.ose-youtube .channel-info {
flex-grow: 1;
text-align: left;
}
.ose-youtube .info-description {
margin-bottom: 20px;
}
.ose-youtube .channel-name {
font-size: 24px;
margin: 0;
}
.ose-youtube .channel-details {
margin: 5px 0;
}
.ose-youtube .more-info {
text-decoration: none;
}
.ose-youtube .subscribe-button {
background-color: red;
border: none;
padding: 10px 20px 10px 12px;
border-radius: 30px;
cursor: pointer;
display: inline-flex;
align-items: center; text-decoration: none !important;
color: white;
font-weight: 600;
}
.ose-youtube .subscribe-button svg {
height: 20px;
width: 20px;
margin-right: 5px;
}
.ose-youtube .subscribe-button:hover {
background-color: #ff6868;
}
#videoPopup.video-popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
}
.video-popup-content {
position: absolute;
left: 50%;
top: calc(50% + 30px);
transform: translate(-50%, -50%);
max-width: 90%;
max-height: 90%;
text-align: center;
}
.video-popup-inner-content {
width: 100%;
height: 100%;
max-height: 90vh;
overflow: auto !important;
border: 1px solid #333;
border-radius: 8px;
background: #000;
box-sizing: border-box;
padding: 20px;
}
.video-popup-content iframe {
width: 700px !important;
height: 420px !important;
max-width: 100%;
max-height: 100%;
}
#videoPopup.video-popup .close {
position: absolute;
top: -25px;
right: -30px;
color: #fff;
font-size: 35px;
}
#videoPopup.video-popup .close:hover,
#videoPopup.video-popup .close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
#videoPopup.video-popup .popup-controls {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
pointer-events: none; }
#videoPopup.video-popup .nav-icon {
pointer-events: auto; color: white;
font-size: 50px;
cursor: pointer;
user-select: none;
}
#videoPopup.video-popup .prev-icon {
position: absolute;
left: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoPopup.video-popup .next-icon {
position: absolute;
right: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoDescription {
color: #fff;
font-size: 14px;
}
.youtube-video-description {
font-family: Arial, sans-serif;
margin: 0;
padding: 0 20px;
bottom: no;
max-width: 700px;
text-align: left;
}
.youtube-video-header h1 {
font-size: 20px;
margin: 0 0 10px 0;
color: #fff;
}
.youtube-video-meta {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.youtube-video-meta span {
margin-right: 10px;
}
.youtube-video-body {
max-height: 200px;
overflow: auto;
}
.youtube-video-body p {
font-size: 15px;
margin: 0 0 20px 0;
color: #ddd;
}
.youtube-video-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 5px;
}
.youtube-video-link {
font-size: 16px;
color: #0073aa;
text-decoration: none;
}
.youtube-video-link:hover {
text-decoration: underline;
}
.youtube-video-stats {
font-size: 14px;
color: #666;
display: flex;
align-items: center;
gap: 18px;
}
.youtube-video-stats svg {
height: 12px;
width: 14px;
}
.youtube-video-stats span {
margin-right: 10px;
display: flex;
align-items: center;
gap: 8px;
color: #dad2d2;
}
.youtube-video-stats i {
margin-right: 5px;
} .youtube-body-content .description-container {
display: flex; border-radius: 4px;
max-width: 600px;
text-align: left;
margin-top: 10px;
}
.youtube-body-content.body {
width: 100%;
}
.youtube-body-content .thumbnail {
width: 30px;
height: 30px;
border-radius: 4px;
margin-right: 10px;
}
.youtube-body-content .thumbnail img {
border-radius: 50%;
margin-right: 10px;
width: 30px;
height: 30px;
}
.youtube-body-content .details {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 30px);
}
.youtube-body-content .title {
font-size: 14px;
font-weight: 500;
color: #000000;
margin-bottom: 4px;
line-height: 1.4;
}
.youtube-body-content .channel,
.youtube-body-content .views,
.youtube-body-content .time {
font-size: 14px;
color: #606060;
}
.youtube-body-content .channel {
margin-bottom: 4px;
} .ep-player-wrap.layout-gallery .ep-first-video iframe {
border-radius: 15px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
display: flex;
width: 100%;
gap: 20px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
padding-top: 20.25%;
min-width: 250px;
max-width: 300px;
} [data-youtube-channel-carousel] .youtube-carousel-container {
position: relative;
width: 100%;
overflow: hidden;
}
[data-youtube-channel-carousel] .youtube-carousel {
display: flex;
transition: transform 0.5s ease-in-out;
}
[data-youtube-channel-carousel] .youtube-carousel .item {
min-width: calc(33.3333% - 20px); box-sizing: border-box;
}
[data-youtube-channel-carousel] button {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: white;
border: none;
cursor: pointer;
padding: 10px;
box-shadow: none;
background-color: #000000ba;
width: 40px;
height: 40px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
}
[data-youtube-channel-carousel] button.preview {
left: -100px;
}
.carousel-controls button.next {
right: -100px;
} .fc-list-table .fc-event, .fc-list-table .fc-event:hover {
color: inherit !important;
text-decoration: none !important;
}
.fc-list-table .fc-event, .fc-list-table .fc-event-dot {
background-color: transparent !important;
}
.fc table.fc-list-table {
table-layout: inherit !important;
}
.fc-list-table .fc-event {
display: table-row !important;
}
@media screen and (max-width: 1400px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -50%
}
.ose-youtube .next-icon {
right: -50%
}
}
@media screen and (max-width: 1200px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 992px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 576px) {
.ose-youtube .prev-icon {
left: -26%
}
.ose-youtube .next-icon {
right: -26%
}
}
@media screen and (max-width: 580px) {
.ose-youtube .prev-icon {
left: -18%;
}
.ose-youtube .next-icon {
right: -18%;
}
}
.youtube-video-body {
display: none;
}
.video-popup-content {
width: 100%;
max-width: 720px;
margin: auto;
}
@media (max-width: 1024px) {
.youtube-carousel .item {
min-width: calc(50% - 20px) !important; }
}
@media (max-width: 768px) {
.youtube-carousel .item {
min-width: calc(100% - 20px) !important; }
[data-youtube-channel-carousel] button.preview {
left: 0 !important;
}
[data-youtube-channel-carousel] button.next {
right: 0;
}
.video-popup-content {
width: calc(100% - 40px);
margin: auto;
}
.video-popup-content iframe {
max-height: 300px;
}
#videoPopup.video-popup .close {
top: -25px;
transform: translate(0%, -50%);
right: unset;
}
}
@media (max-width: 580px) {
.ep-first-video {
margin-bottom: 20px;
}
.video-popup-content iframe {
max-height: 220px;
}
.ep-player-wrap .ep-youtube__content__block .item {
gap: 15px;
}
.ep-embed-content-wraper .ep-youtube__content__block .youtube__content__body .content__wrap {
gap: 30px !important;
}
.ose-youtube .profile-picture {
width: 80px;
height: 80px;
}
.ose-youtube .channel-header {
gap: 10px;
align-items: start;
padding: 0;
}
.description-container {
margin-top: 0px;
}
.description-container p.description {
display: none;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
flex-direction: column;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
min-width: 100%;
min-height: 200px;
}
}
.ep-google-photos-gallery-grid .ose-google-photos,
.ep-google-photos-gallery-masonary .ose-google-photos,
.ep-google-photos-gallery-justify .ose-google-photos {
height: 100% !important;
max-height: 100% !important;
}
.pa-carousel-widget.jx-carousel-widget, .pa-gallery-player-widget, .ose-google-photos {
position: relative;
}
.pa-carousel-widget.jx-carousel-widget::after, .pa-gallery-player-widget::after {
position: absolute;
right: 0;
left: 0;
width: 100%;
height: 60px;
background: #fff;
content: '';
top: 10px;
background: transparent;
}  .ep-google-photos-visit-btn:hover {
background: rgba(0, 0, 0, 0.9);
color: white;
text-decoration: none;
}
.ep-google-photos-visit-btn svg {
width: 16px;
height: 16px;
fill: currentColor;
}  .photos-gallery-grid, .photos-gallery-masonry, .photos-gallery-justify {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 3px;
}
.photos-gallery-grid .photo-item, .photos-gallery-masonary .photo-item {
width: 100%;
height: 200px;
background-color: #f1efef;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
} .photos-gallery-masonary {
columns: 250px;
gap: 3px;
position: relative;
width: 100%;
}
.photos-gallery-masonary .photo-item {
width: 100%;
height: auto;
object-fit: cover;
display: block;
margin-bottom: 3px;
cursor: pointer;
}
.photos-gallery-masonary .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .photos-gallery-grid {
display: grid;
gap: 3px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
position: relative;
}
.photos-gallery-grid .photo-item {
border-radius: 10px;
text-align: center;
height: 280px;
cursor: pointer;
}
.photos-gallery-grid .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}  .photos-gallery-justify {
display: flex;
flex-wrap: wrap;
}
.photos-gallery-justify .photo-item {
cursor: pointer;
height: auto;
}
.photos-gallery-justify .photo-item:hover {
opacity: 0.9;
}
.photos-gallery-justify .photo-item img {
user-select: none;
width: 100%;
vertical-align: middle;
}
.photos-gallery-justify::after {
content: "";
flex-grow: 99999;
min-width: calc(100vw / 4);
}
@media (max-width: 460px) {
.photos-gallery-justify {
flex-direction: column;
}
.photos-gallery-justify .photo-item {
width: 100% !important;
}
} .popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
z-index: 1000;
transition: 0.5s ease;
}
.popup-overlay .popup {
position: relative;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
background-color: transparent;
display: flex !important;
justify-content: center;
align-items: center;
color: black;
}
.popup-overlay .close-btn {
position: absolute;
top: 10px;
right: 10px;
color: white;
font-size: 30px;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #0a0a0a;
border-radius: 50%;
}
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: 0.2s;
display: flex;
}
.popup-overlay:hover .prev-btn, .popup-overlay:hover .next-btn {
opacity: 1;
visibility: visible;
}
.popup-overlay .prev-btn {
left: 10px;
}
.popup-overlay .next-btn {
right: 10px;
}
.popup-overlay img#popup-image {
width: 100%;
height: auto;
max-height: 100vh;
}
.popup-overlay .prev-btn:hover,
.popup-overlay .next-btn:hover {
background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
.photos-gallery-grid .photo-item {
width: 100%;
height: 150px !important;
} .photos-gallery-masonary {
columns: 200px !important;
} .photos-gallery-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox {
width: 100%;
height: 100%;
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox iframe {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
font-size: 20px;
padding: 5px;
}
}.disblock { display: block; }
.som-password-sent-message {
margin-bottom: 50px;
padding: 15px;
border: 2px solid #2679ce;
border-radius: 4px;
background-color: #2679ce;
color: #fff;
position: relative;
display: table;
width: 100%;
}
.lostpassword-submit {
margin-bottom: 2rem;
}
.som-password-error-message {
background-color: #2679ce;
border-color: #2679ce;
padding-left: 10px;
}
.som-password-sent-message span {
display: table-cell;
vertical-align: middle;
}
.sompass-submit-loading {
display: inline-block;
display: none;
}
.sompass-submit-loading.submitted {
display: inline-block;
padding-left: 10px;
height: 50px;
line-height: 50px;
}
.sompass-submit-loading img { display: inline; }
#lostpasswordform #somfrp_user_info { display: block; } #reset-pass-submit {
margin: 10px 0 0 0;
}
#somfrp_user_info {
width: 250px;
}
.somfrp-password-wrapper {
width: 200px;
max-width: 400px;
margin-bottom: 10px;
}
.somfrp-password-wrapper input[type="password"].som-password-input,
.somfrp-password-wrapper input[type="text"].som-password-input { width: 200px; }
.somfrp-password-wrapper input[type="password"].som-password-input,
.somfrp-password-wrapper input[type="text"].som-password-input { max-width: 400px; }
.somfrp-eye-toggle {
position:absolute;
right: 0px;
top:50%;
transform:translateY(-50%);
cursor:pointer;
background:none;
border:0;
padding:0;
line-height:1;
width:20px;
height:20px;
border:0; 
background:none; 
padding:0; 
cursor:pointer; 
line-height:1;
}
.somfrp-eye-toggle .somfrp-eye-off { display:none; }
.somfrp-eye-toggle.dashicons-hidden .somfrp-eye { display:none; }
.somfrp-eye-toggle.dashicons-hidden .somfrp-eye-off { display:inline-block; }
.password-requirements li {
color: #999;
}
.password-requirements li.valid {
color: green;
}
.password-requirements li.invalid {
color: #c00;
}.mx-current-time {
text-align: center;
font-weight: bold;
}
.mx-time-zone {
text-align: center;
font-weight: bold;
font-size: 20px;
}
.mx-localize-time {
text-align: center;
} .mx-elem-time {
text-align: center;
font-weight: bold;
font-size: 18px;
}
.mx-elem-time_zone {
text-align: center;
font-size: 18px;
}
.mx-elem-days {}
.mx-simple-elem-time_zone {
display: inline-block;
}
.mx-simple-elem-time {
font-weight: bold;
display: inline-block;
padding-left: 10px;
}
.mx-simple-elem-days {
display: inline-block;
padding-left: 10px;
}.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
content: var(--fa); }
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free'; }
.fa-brands,
.fab {
font-family: 'Font Awesome 6 Brands'; }
.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: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(-1 * var(--fa-li-width, 2em));
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.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(0.28, 0.84, 0.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(0.4, 0, 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(0.4, 0, 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, 1) translateY(0); }
10% {
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
transform: scale(1, 1) translateY(0); }
100% {
transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.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%, 100% {
transform: rotate(0deg); } }
@keyframes fa-spin {
0% {
transform: rotate(0deg); }
100% {
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: scale(-1, 1); }
.fa-flip-vertical {
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
transform: scale(-1, -1); }
.fa-rotate-by {
transform: rotate(var(--fa-rotate-angle, 0)); }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: var(--fa-inverse, #fff); } .fa-0 {
--fa: "\30"; }
.fa-1 {
--fa: "\31"; }
.fa-2 {
--fa: "\32"; }
.fa-3 {
--fa: "\33"; }
.fa-4 {
--fa: "\34"; }
.fa-5 {
--fa: "\35"; }
.fa-6 {
--fa: "\36"; }
.fa-7 {
--fa: "\37"; }
.fa-8 {
--fa: "\38"; }
.fa-9 {
--fa: "\39"; }
.fa-fill-drip {
--fa: "\f576"; }
.fa-arrows-to-circle {
--fa: "\e4bd"; }
.fa-circle-chevron-right {
--fa: "\f138"; }
.fa-chevron-circle-right {
--fa: "\f138"; }
.fa-at {
--fa: "\40"; }
.fa-trash-can {
--fa: "\f2ed"; }
.fa-trash-alt {
--fa: "\f2ed"; }
.fa-text-height {
--fa: "\f034"; }
.fa-user-xmark {
--fa: "\f235"; }
.fa-user-times {
--fa: "\f235"; }
.fa-stethoscope {
--fa: "\f0f1"; }
.fa-message {
--fa: "\f27a"; }
.fa-comment-alt {
--fa: "\f27a"; }
.fa-info {
--fa: "\f129"; }
.fa-down-left-and-up-right-to-center {
--fa: "\f422"; }
.fa-compress-alt {
--fa: "\f422"; }
.fa-explosion {
--fa: "\e4e9"; }
.fa-file-lines {
--fa: "\f15c"; }
.fa-file-alt {
--fa: "\f15c"; }
.fa-file-text {
--fa: "\f15c"; }
.fa-wave-square {
--fa: "\f83e"; }
.fa-ring {
--fa: "\f70b"; }
.fa-building-un {
--fa: "\e4d9"; }
.fa-dice-three {
--fa: "\f527"; }
.fa-calendar-days {
--fa: "\f073"; }
.fa-calendar-alt {
--fa: "\f073"; }
.fa-anchor-circle-check {
--fa: "\e4aa"; }
.fa-building-circle-arrow-right {
--fa: "\e4d1"; }
.fa-volleyball {
--fa: "\f45f"; }
.fa-volleyball-ball {
--fa: "\f45f"; }
.fa-arrows-up-to-line {
--fa: "\e4c2"; }
.fa-sort-down {
--fa: "\f0dd"; }
.fa-sort-desc {
--fa: "\f0dd"; }
.fa-circle-minus {
--fa: "\f056"; }
.fa-minus-circle {
--fa: "\f056"; }
.fa-door-open {
--fa: "\f52b"; }
.fa-right-from-bracket {
--fa: "\f2f5"; }
.fa-sign-out-alt {
--fa: "\f2f5"; }
.fa-atom {
--fa: "\f5d2"; }
.fa-soap {
--fa: "\e06e"; }
.fa-icons {
--fa: "\f86d"; }
.fa-heart-music-camera-bolt {
--fa: "\f86d"; }
.fa-microphone-lines-slash {
--fa: "\f539"; }
.fa-microphone-alt-slash {
--fa: "\f539"; }
.fa-bridge-circle-check {
--fa: "\e4c9"; }
.fa-pump-medical {
--fa: "\e06a"; }
.fa-fingerprint {
--fa: "\f577"; }
.fa-hand-point-right {
--fa: "\f0a4"; }
.fa-magnifying-glass-location {
--fa: "\f689"; }
.fa-search-location {
--fa: "\f689"; }
.fa-forward-step {
--fa: "\f051"; }
.fa-step-forward {
--fa: "\f051"; }
.fa-face-smile-beam {
--fa: "\f5b8"; }
.fa-smile-beam {
--fa: "\f5b8"; }
.fa-flag-checkered {
--fa: "\f11e"; }
.fa-football {
--fa: "\f44e"; }
.fa-football-ball {
--fa: "\f44e"; }
.fa-school-circle-exclamation {
--fa: "\e56c"; }
.fa-crop {
--fa: "\f125"; }
.fa-angles-down {
--fa: "\f103"; }
.fa-angle-double-down {
--fa: "\f103"; }
.fa-users-rectangle {
--fa: "\e594"; }
.fa-people-roof {
--fa: "\e537"; }
.fa-people-line {
--fa: "\e534"; }
.fa-beer-mug-empty {
--fa: "\f0fc"; }
.fa-beer {
--fa: "\f0fc"; }
.fa-diagram-predecessor {
--fa: "\e477"; }
.fa-arrow-up-long {
--fa: "\f176"; }
.fa-long-arrow-up {
--fa: "\f176"; }
.fa-fire-flame-simple {
--fa: "\f46a"; }
.fa-burn {
--fa: "\f46a"; }
.fa-person {
--fa: "\f183"; }
.fa-male {
--fa: "\f183"; }
.fa-laptop {
--fa: "\f109"; }
.fa-file-csv {
--fa: "\f6dd"; }
.fa-menorah {
--fa: "\f676"; }
.fa-truck-plane {
--fa: "\e58f"; }
.fa-record-vinyl {
--fa: "\f8d9"; }
.fa-face-grin-stars {
--fa: "\f587"; }
.fa-grin-stars {
--fa: "\f587"; }
.fa-bong {
--fa: "\f55c"; }
.fa-spaghetti-monster-flying {
--fa: "\f67b"; }
.fa-pastafarianism {
--fa: "\f67b"; }
.fa-arrow-down-up-across-line {
--fa: "\e4af"; }
.fa-spoon {
--fa: "\f2e5"; }
.fa-utensil-spoon {
--fa: "\f2e5"; }
.fa-jar-wheat {
--fa: "\e517"; }
.fa-envelopes-bulk {
--fa: "\f674"; }
.fa-mail-bulk {
--fa: "\f674"; }
.fa-file-circle-exclamation {
--fa: "\e4eb"; }
.fa-circle-h {
--fa: "\f47e"; }
.fa-hospital-symbol {
--fa: "\f47e"; }
.fa-pager {
--fa: "\f815"; }
.fa-address-book {
--fa: "\f2b9"; }
.fa-contact-book {
--fa: "\f2b9"; }
.fa-strikethrough {
--fa: "\f0cc"; }
.fa-k {
--fa: "\4b"; }
.fa-landmark-flag {
--fa: "\e51c"; }
.fa-pencil {
--fa: "\f303"; }
.fa-pencil-alt {
--fa: "\f303"; }
.fa-backward {
--fa: "\f04a"; }
.fa-caret-right {
--fa: "\f0da"; }
.fa-comments {
--fa: "\f086"; }
.fa-paste {
--fa: "\f0ea"; }
.fa-file-clipboard {
--fa: "\f0ea"; }
.fa-code-pull-request {
--fa: "\e13c"; }
.fa-clipboard-list {
--fa: "\f46d"; }
.fa-truck-ramp-box {
--fa: "\f4de"; }
.fa-truck-loading {
--fa: "\f4de"; }
.fa-user-check {
--fa: "\f4fc"; }
.fa-vial-virus {
--fa: "\e597"; }
.fa-sheet-plastic {
--fa: "\e571"; }
.fa-blog {
--fa: "\f781"; }
.fa-user-ninja {
--fa: "\f504"; }
.fa-person-arrow-up-from-line {
--fa: "\e539"; }
.fa-scroll-torah {
--fa: "\f6a0"; }
.fa-torah {
--fa: "\f6a0"; }
.fa-broom-ball {
--fa: "\f458"; }
.fa-quidditch {
--fa: "\f458"; }
.fa-quidditch-broom-ball {
--fa: "\f458"; }
.fa-toggle-off {
--fa: "\f204"; }
.fa-box-archive {
--fa: "\f187"; }
.fa-archive {
--fa: "\f187"; }
.fa-person-drowning {
--fa: "\e545"; }
.fa-arrow-down-9-1 {
--fa: "\f886"; }
.fa-sort-numeric-desc {
--fa: "\f886"; }
.fa-sort-numeric-down-alt {
--fa: "\f886"; }
.fa-face-grin-tongue-squint {
--fa: "\f58a"; }
.fa-grin-tongue-squint {
--fa: "\f58a"; }
.fa-spray-can {
--fa: "\f5bd"; }
.fa-truck-monster {
--fa: "\f63b"; }
.fa-w {
--fa: "\57"; }
.fa-earth-africa {
--fa: "\f57c"; }
.fa-globe-africa {
--fa: "\f57c"; }
.fa-rainbow {
--fa: "\f75b"; }
.fa-circle-notch {
--fa: "\f1ce"; }
.fa-tablet-screen-button {
--fa: "\f3fa"; }
.fa-tablet-alt {
--fa: "\f3fa"; }
.fa-paw {
--fa: "\f1b0"; }
.fa-cloud {
--fa: "\f0c2"; }
.fa-trowel-bricks {
--fa: "\e58a"; }
.fa-face-flushed {
--fa: "\f579"; }
.fa-flushed {
--fa: "\f579"; }
.fa-hospital-user {
--fa: "\f80d"; }
.fa-tent-arrow-left-right {
--fa: "\e57f"; }
.fa-gavel {
--fa: "\f0e3"; }
.fa-legal {
--fa: "\f0e3"; }
.fa-binoculars {
--fa: "\f1e5"; }
.fa-microphone-slash {
--fa: "\f131"; }
.fa-box-tissue {
--fa: "\e05b"; }
.fa-motorcycle {
--fa: "\f21c"; }
.fa-bell-concierge {
--fa: "\f562"; }
.fa-concierge-bell {
--fa: "\f562"; }
.fa-pen-ruler {
--fa: "\f5ae"; }
.fa-pencil-ruler {
--fa: "\f5ae"; }
.fa-people-arrows {
--fa: "\e068"; }
.fa-people-arrows-left-right {
--fa: "\e068"; }
.fa-mars-and-venus-burst {
--fa: "\e523"; }
.fa-square-caret-right {
--fa: "\f152"; }
.fa-caret-square-right {
--fa: "\f152"; }
.fa-scissors {
--fa: "\f0c4"; }
.fa-cut {
--fa: "\f0c4"; }
.fa-sun-plant-wilt {
--fa: "\e57a"; }
.fa-toilets-portable {
--fa: "\e584"; }
.fa-hockey-puck {
--fa: "\f453"; }
.fa-table {
--fa: "\f0ce"; }
.fa-magnifying-glass-arrow-right {
--fa: "\e521"; }
.fa-tachograph-digital {
--fa: "\f566"; }
.fa-digital-tachograph {
--fa: "\f566"; }
.fa-users-slash {
--fa: "\e073"; }
.fa-clover {
--fa: "\e139"; }
.fa-reply {
--fa: "\f3e5"; }
.fa-mail-reply {
--fa: "\f3e5"; }
.fa-star-and-crescent {
--fa: "\f699"; }
.fa-house-fire {
--fa: "\e50c"; }
.fa-square-minus {
--fa: "\f146"; }
.fa-minus-square {
--fa: "\f146"; }
.fa-helicopter {
--fa: "\f533"; }
.fa-compass {
--fa: "\f14e"; }
.fa-square-caret-down {
--fa: "\f150"; }
.fa-caret-square-down {
--fa: "\f150"; }
.fa-file-circle-question {
--fa: "\e4ef"; }
.fa-laptop-code {
--fa: "\f5fc"; }
.fa-swatchbook {
--fa: "\f5c3"; }
.fa-prescription-bottle {
--fa: "\f485"; }
.fa-bars {
--fa: "\f0c9"; }
.fa-navicon {
--fa: "\f0c9"; }
.fa-people-group {
--fa: "\e533"; }
.fa-hourglass-end {
--fa: "\f253"; }
.fa-hourglass-3 {
--fa: "\f253"; }
.fa-heart-crack {
--fa: "\f7a9"; }
.fa-heart-broken {
--fa: "\f7a9"; }
.fa-square-up-right {
--fa: "\f360"; }
.fa-external-link-square-alt {
--fa: "\f360"; }
.fa-face-kiss-beam {
--fa: "\f597"; }
.fa-kiss-beam {
--fa: "\f597"; }
.fa-film {
--fa: "\f008"; }
.fa-ruler-horizontal {
--fa: "\f547"; }
.fa-people-robbery {
--fa: "\e536"; }
.fa-lightbulb {
--fa: "\f0eb"; }
.fa-caret-left {
--fa: "\f0d9"; }
.fa-circle-exclamation {
--fa: "\f06a"; }
.fa-exclamation-circle {
--fa: "\f06a"; }
.fa-school-circle-xmark {
--fa: "\e56d"; }
.fa-arrow-right-from-bracket {
--fa: "\f08b"; }
.fa-sign-out {
--fa: "\f08b"; }
.fa-circle-chevron-down {
--fa: "\f13a"; }
.fa-chevron-circle-down {
--fa: "\f13a"; }
.fa-unlock-keyhole {
--fa: "\f13e"; }
.fa-unlock-alt {
--fa: "\f13e"; }
.fa-cloud-showers-heavy {
--fa: "\f740"; }
.fa-headphones-simple {
--fa: "\f58f"; }
.fa-headphones-alt {
--fa: "\f58f"; }
.fa-sitemap {
--fa: "\f0e8"; }
.fa-circle-dollar-to-slot {
--fa: "\f4b9"; }
.fa-donate {
--fa: "\f4b9"; }
.fa-memory {
--fa: "\f538"; }
.fa-road-spikes {
--fa: "\e568"; }
.fa-fire-burner {
--fa: "\e4f1"; }
.fa-flag {
--fa: "\f024"; }
.fa-hanukiah {
--fa: "\f6e6"; }
.fa-feather {
--fa: "\f52d"; }
.fa-volume-low {
--fa: "\f027"; }
.fa-volume-down {
--fa: "\f027"; }
.fa-comment-slash {
--fa: "\f4b3"; }
.fa-cloud-sun-rain {
--fa: "\f743"; }
.fa-compress {
--fa: "\f066"; }
.fa-wheat-awn {
--fa: "\e2cd"; }
.fa-wheat-alt {
--fa: "\e2cd"; }
.fa-ankh {
--fa: "\f644"; }
.fa-hands-holding-child {
--fa: "\e4fa"; }
.fa-asterisk {
--fa: "\2a"; }
.fa-square-check {
--fa: "\f14a"; }
.fa-check-square {
--fa: "\f14a"; }
.fa-peseta-sign {
--fa: "\e221"; }
.fa-heading {
--fa: "\f1dc"; }
.fa-header {
--fa: "\f1dc"; }
.fa-ghost {
--fa: "\f6e2"; }
.fa-list {
--fa: "\f03a"; }
.fa-list-squares {
--fa: "\f03a"; }
.fa-square-phone-flip {
--fa: "\f87b"; }
.fa-phone-square-alt {
--fa: "\f87b"; }
.fa-cart-plus {
--fa: "\f217"; }
.fa-gamepad {
--fa: "\f11b"; }
.fa-circle-dot {
--fa: "\f192"; }
.fa-dot-circle {
--fa: "\f192"; }
.fa-face-dizzy {
--fa: "\f567"; }
.fa-dizzy {
--fa: "\f567"; }
.fa-egg {
--fa: "\f7fb"; }
.fa-house-medical-circle-xmark {
--fa: "\e513"; }
.fa-campground {
--fa: "\f6bb"; }
.fa-folder-plus {
--fa: "\f65e"; }
.fa-futbol {
--fa: "\f1e3"; }
.fa-futbol-ball {
--fa: "\f1e3"; }
.fa-soccer-ball {
--fa: "\f1e3"; }
.fa-paintbrush {
--fa: "\f1fc"; }
.fa-paint-brush {
--fa: "\f1fc"; }
.fa-lock {
--fa: "\f023"; }
.fa-gas-pump {
--fa: "\f52f"; }
.fa-hot-tub-person {
--fa: "\f593"; }
.fa-hot-tub {
--fa: "\f593"; }
.fa-map-location {
--fa: "\f59f"; }
.fa-map-marked {
--fa: "\f59f"; }
.fa-house-flood-water {
--fa: "\e50e"; }
.fa-tree {
--fa: "\f1bb"; }
.fa-bridge-lock {
--fa: "\e4cc"; }
.fa-sack-dollar {
--fa: "\f81d"; }
.fa-pen-to-square {
--fa: "\f044"; }
.fa-edit {
--fa: "\f044"; }
.fa-car-side {
--fa: "\f5e4"; }
.fa-share-nodes {
--fa: "\f1e0"; }
.fa-share-alt {
--fa: "\f1e0"; }
.fa-heart-circle-minus {
--fa: "\e4ff"; }
.fa-hourglass-half {
--fa: "\f252"; }
.fa-hourglass-2 {
--fa: "\f252"; }
.fa-microscope {
--fa: "\f610"; }
.fa-sink {
--fa: "\e06d"; }
.fa-bag-shopping {
--fa: "\f290"; }
.fa-shopping-bag {
--fa: "\f290"; }
.fa-arrow-down-z-a {
--fa: "\f881"; }
.fa-sort-alpha-desc {
--fa: "\f881"; }
.fa-sort-alpha-down-alt {
--fa: "\f881"; }
.fa-mitten {
--fa: "\f7b5"; }
.fa-person-rays {
--fa: "\e54d"; }
.fa-users {
--fa: "\f0c0"; }
.fa-eye-slash {
--fa: "\f070"; }
.fa-flask-vial {
--fa: "\e4f3"; }
.fa-hand {
--fa: "\f256"; }
.fa-hand-paper {
--fa: "\f256"; }
.fa-om {
--fa: "\f679"; }
.fa-worm {
--fa: "\e599"; }
.fa-house-circle-xmark {
--fa: "\e50b"; }
.fa-plug {
--fa: "\f1e6"; }
.fa-chevron-up {
--fa: "\f077"; }
.fa-hand-spock {
--fa: "\f259"; }
.fa-stopwatch {
--fa: "\f2f2"; }
.fa-face-kiss {
--fa: "\f596"; }
.fa-kiss {
--fa: "\f596"; }
.fa-bridge-circle-xmark {
--fa: "\e4cb"; }
.fa-face-grin-tongue {
--fa: "\f589"; }
.fa-grin-tongue {
--fa: "\f589"; }
.fa-chess-bishop {
--fa: "\f43a"; }
.fa-face-grin-wink {
--fa: "\f58c"; }
.fa-grin-wink {
--fa: "\f58c"; }
.fa-ear-deaf {
--fa: "\f2a4"; }
.fa-deaf {
--fa: "\f2a4"; }
.fa-deafness {
--fa: "\f2a4"; }
.fa-hard-of-hearing {
--fa: "\f2a4"; }
.fa-road-circle-check {
--fa: "\e564"; }
.fa-dice-five {
--fa: "\f523"; }
.fa-square-rss {
--fa: "\f143"; }
.fa-rss-square {
--fa: "\f143"; }
.fa-land-mine-on {
--fa: "\e51b"; }
.fa-i-cursor {
--fa: "\f246"; }
.fa-stamp {
--fa: "\f5bf"; }
.fa-stairs {
--fa: "\e289"; }
.fa-i {
--fa: "\49"; }
.fa-hryvnia-sign {
--fa: "\f6f2"; }
.fa-hryvnia {
--fa: "\f6f2"; }
.fa-pills {
--fa: "\f484"; }
.fa-face-grin-wide {
--fa: "\f581"; }
.fa-grin-alt {
--fa: "\f581"; }
.fa-tooth {
--fa: "\f5c9"; }
.fa-v {
--fa: "\56"; }
.fa-bangladeshi-taka-sign {
--fa: "\e2e6"; }
.fa-bicycle {
--fa: "\f206"; }
.fa-staff-snake {
--fa: "\e579"; }
.fa-rod-asclepius {
--fa: "\e579"; }
.fa-rod-snake {
--fa: "\e579"; }
.fa-staff-aesculapius {
--fa: "\e579"; }
.fa-head-side-cough-slash {
--fa: "\e062"; }
.fa-truck-medical {
--fa: "\f0f9"; }
.fa-ambulance {
--fa: "\f0f9"; }
.fa-wheat-awn-circle-exclamation {
--fa: "\e598"; }
.fa-snowman {
--fa: "\f7d0"; }
.fa-mortar-pestle {
--fa: "\f5a7"; }
.fa-road-barrier {
--fa: "\e562"; }
.fa-school {
--fa: "\f549"; }
.fa-igloo {
--fa: "\f7ae"; }
.fa-joint {
--fa: "\f595"; }
.fa-angle-right {
--fa: "\f105"; }
.fa-horse {
--fa: "\f6f0"; }
.fa-q {
--fa: "\51"; }
.fa-g {
--fa: "\47"; }
.fa-notes-medical {
--fa: "\f481"; }
.fa-temperature-half {
--fa: "\f2c9"; }
.fa-temperature-2 {
--fa: "\f2c9"; }
.fa-thermometer-2 {
--fa: "\f2c9"; }
.fa-thermometer-half {
--fa: "\f2c9"; }
.fa-dong-sign {
--fa: "\e169"; }
.fa-capsules {
--fa: "\f46b"; }
.fa-poo-storm {
--fa: "\f75a"; }
.fa-poo-bolt {
--fa: "\f75a"; }
.fa-face-frown-open {
--fa: "\f57a"; }
.fa-frown-open {
--fa: "\f57a"; }
.fa-hand-point-up {
--fa: "\f0a6"; }
.fa-money-bill {
--fa: "\f0d6"; }
.fa-bookmark {
--fa: "\f02e"; }
.fa-align-justify {
--fa: "\f039"; }
.fa-umbrella-beach {
--fa: "\f5ca"; }
.fa-helmet-un {
--fa: "\e503"; }
.fa-bullseye {
--fa: "\f140"; }
.fa-bacon {
--fa: "\f7e5"; }
.fa-hand-point-down {
--fa: "\f0a7"; }
.fa-arrow-up-from-bracket {
--fa: "\e09a"; }
.fa-folder {
--fa: "\f07b"; }
.fa-folder-blank {
--fa: "\f07b"; }
.fa-file-waveform {
--fa: "\f478"; }
.fa-file-medical-alt {
--fa: "\f478"; }
.fa-radiation {
--fa: "\f7b9"; }
.fa-chart-simple {
--fa: "\e473"; }
.fa-mars-stroke {
--fa: "\f229"; }
.fa-vial {
--fa: "\f492"; }
.fa-gauge {
--fa: "\f624"; }
.fa-dashboard {
--fa: "\f624"; }
.fa-gauge-med {
--fa: "\f624"; }
.fa-tachometer-alt-average {
--fa: "\f624"; }
.fa-wand-magic-sparkles {
--fa: "\e2ca"; }
.fa-magic-wand-sparkles {
--fa: "\e2ca"; }
.fa-e {
--fa: "\45"; }
.fa-pen-clip {
--fa: "\f305"; }
.fa-pen-alt {
--fa: "\f305"; }
.fa-bridge-circle-exclamation {
--fa: "\e4ca"; }
.fa-user {
--fa: "\f007"; }
.fa-school-circle-check {
--fa: "\e56b"; }
.fa-dumpster {
--fa: "\f793"; }
.fa-van-shuttle {
--fa: "\f5b6"; }
.fa-shuttle-van {
--fa: "\f5b6"; }
.fa-building-user {
--fa: "\e4da"; }
.fa-square-caret-left {
--fa: "\f191"; }
.fa-caret-square-left {
--fa: "\f191"; }
.fa-highlighter {
--fa: "\f591"; }
.fa-key {
--fa: "\f084"; }
.fa-bullhorn {
--fa: "\f0a1"; }
.fa-globe {
--fa: "\f0ac"; }
.fa-synagogue {
--fa: "\f69b"; }
.fa-person-half-dress {
--fa: "\e548"; }
.fa-road-bridge {
--fa: "\e563"; }
.fa-location-arrow {
--fa: "\f124"; }
.fa-c {
--fa: "\43"; }
.fa-tablet-button {
--fa: "\f10a"; }
.fa-building-lock {
--fa: "\e4d6"; }
.fa-pizza-slice {
--fa: "\f818"; }
.fa-money-bill-wave {
--fa: "\f53a"; }
.fa-chart-area {
--fa: "\f1fe"; }
.fa-area-chart {
--fa: "\f1fe"; }
.fa-house-flag {
--fa: "\e50d"; }
.fa-person-circle-minus {
--fa: "\e540"; }
.fa-ban {
--fa: "\f05e"; }
.fa-cancel {
--fa: "\f05e"; }
.fa-camera-rotate {
--fa: "\e0d8"; }
.fa-spray-can-sparkles {
--fa: "\f5d0"; }
.fa-air-freshener {
--fa: "\f5d0"; }
.fa-star {
--fa: "\f005"; }
.fa-repeat {
--fa: "\f363"; }
.fa-cross {
--fa: "\f654"; }
.fa-box {
--fa: "\f466"; }
.fa-venus-mars {
--fa: "\f228"; }
.fa-arrow-pointer {
--fa: "\f245"; }
.fa-mouse-pointer {
--fa: "\f245"; }
.fa-maximize {
--fa: "\f31e"; }
.fa-expand-arrows-alt {
--fa: "\f31e"; }
.fa-charging-station {
--fa: "\f5e7"; }
.fa-shapes {
--fa: "\f61f"; }
.fa-triangle-circle-square {
--fa: "\f61f"; }
.fa-shuffle {
--fa: "\f074"; }
.fa-random {
--fa: "\f074"; }
.fa-person-running {
--fa: "\f70c"; }
.fa-running {
--fa: "\f70c"; }
.fa-mobile-retro {
--fa: "\e527"; }
.fa-grip-lines-vertical {
--fa: "\f7a5"; }
.fa-spider {
--fa: "\f717"; }
.fa-hands-bound {
--fa: "\e4f9"; }
.fa-file-invoice-dollar {
--fa: "\f571"; }
.fa-plane-circle-exclamation {
--fa: "\e556"; }
.fa-x-ray {
--fa: "\f497"; }
.fa-spell-check {
--fa: "\f891"; }
.fa-slash {
--fa: "\f715"; }
.fa-computer-mouse {
--fa: "\f8cc"; }
.fa-mouse {
--fa: "\f8cc"; }
.fa-arrow-right-to-bracket {
--fa: "\f090"; }
.fa-sign-in {
--fa: "\f090"; }
.fa-shop-slash {
--fa: "\e070"; }
.fa-store-alt-slash {
--fa: "\e070"; }
.fa-server {
--fa: "\f233"; }
.fa-virus-covid-slash {
--fa: "\e4a9"; }
.fa-shop-lock {
--fa: "\e4a5"; }
.fa-hourglass-start {
--fa: "\f251"; }
.fa-hourglass-1 {
--fa: "\f251"; }
.fa-blender-phone {
--fa: "\f6b6"; }
.fa-building-wheat {
--fa: "\e4db"; }
.fa-person-breastfeeding {
--fa: "\e53a"; }
.fa-right-to-bracket {
--fa: "\f2f6"; }
.fa-sign-in-alt {
--fa: "\f2f6"; }
.fa-venus {
--fa: "\f221"; }
.fa-passport {
--fa: "\f5ab"; }
.fa-thumbtack-slash {
--fa: "\e68f"; }
.fa-thumb-tack-slash {
--fa: "\e68f"; }
.fa-heart-pulse {
--fa: "\f21e"; }
.fa-heartbeat {
--fa: "\f21e"; }
.fa-people-carry-box {
--fa: "\f4ce"; }
.fa-people-carry {
--fa: "\f4ce"; }
.fa-temperature-high {
--fa: "\f769"; }
.fa-microchip {
--fa: "\f2db"; }
.fa-crown {
--fa: "\f521"; }
.fa-weight-hanging {
--fa: "\f5cd"; }
.fa-xmarks-lines {
--fa: "\e59a"; }
.fa-file-prescription {
--fa: "\f572"; }
.fa-weight-scale {
--fa: "\f496"; }
.fa-weight {
--fa: "\f496"; }
.fa-user-group {
--fa: "\f500"; }
.fa-user-friends {
--fa: "\f500"; }
.fa-arrow-up-a-z {
--fa: "\f15e"; }
.fa-sort-alpha-up {
--fa: "\f15e"; }
.fa-chess-knight {
--fa: "\f441"; }
.fa-face-laugh-squint {
--fa: "\f59b"; }
.fa-laugh-squint {
--fa: "\f59b"; }
.fa-wheelchair {
--fa: "\f193"; }
.fa-circle-arrow-up {
--fa: "\f0aa"; }
.fa-arrow-circle-up {
--fa: "\f0aa"; }
.fa-toggle-on {
--fa: "\f205"; }
.fa-person-walking {
--fa: "\f554"; }
.fa-walking {
--fa: "\f554"; }
.fa-l {
--fa: "\4c"; }
.fa-fire {
--fa: "\f06d"; }
.fa-bed-pulse {
--fa: "\f487"; }
.fa-procedures {
--fa: "\f487"; }
.fa-shuttle-space {
--fa: "\f197"; }
.fa-space-shuttle {
--fa: "\f197"; }
.fa-face-laugh {
--fa: "\f599"; }
.fa-laugh {
--fa: "\f599"; }
.fa-folder-open {
--fa: "\f07c"; }
.fa-heart-circle-plus {
--fa: "\e500"; }
.fa-code-fork {
--fa: "\e13b"; }
.fa-city {
--fa: "\f64f"; }
.fa-microphone-lines {
--fa: "\f3c9"; }
.fa-microphone-alt {
--fa: "\f3c9"; }
.fa-pepper-hot {
--fa: "\f816"; }
.fa-unlock {
--fa: "\f09c"; }
.fa-colon-sign {
--fa: "\e140"; }
.fa-headset {
--fa: "\f590"; }
.fa-store-slash {
--fa: "\e071"; }
.fa-road-circle-xmark {
--fa: "\e566"; }
.fa-user-minus {
--fa: "\f503"; }
.fa-mars-stroke-up {
--fa: "\f22a"; }
.fa-mars-stroke-v {
--fa: "\f22a"; }
.fa-champagne-glasses {
--fa: "\f79f"; }
.fa-glass-cheers {
--fa: "\f79f"; }
.fa-clipboard {
--fa: "\f328"; }
.fa-house-circle-exclamation {
--fa: "\e50a"; }
.fa-file-arrow-up {
--fa: "\f574"; }
.fa-file-upload {
--fa: "\f574"; }
.fa-wifi {
--fa: "\f1eb"; }
.fa-wifi-3 {
--fa: "\f1eb"; }
.fa-wifi-strong {
--fa: "\f1eb"; }
.fa-bath {
--fa: "\f2cd"; }
.fa-bathtub {
--fa: "\f2cd"; }
.fa-underline {
--fa: "\f0cd"; }
.fa-user-pen {
--fa: "\f4ff"; }
.fa-user-edit {
--fa: "\f4ff"; }
.fa-signature {
--fa: "\f5b7"; }
.fa-stroopwafel {
--fa: "\f551"; }
.fa-bold {
--fa: "\f032"; }
.fa-anchor-lock {
--fa: "\e4ad"; }
.fa-building-ngo {
--fa: "\e4d7"; }
.fa-manat-sign {
--fa: "\e1d5"; }
.fa-not-equal {
--fa: "\f53e"; }
.fa-border-top-left {
--fa: "\f853"; }
.fa-border-style {
--fa: "\f853"; }
.fa-map-location-dot {
--fa: "\f5a0"; }
.fa-map-marked-alt {
--fa: "\f5a0"; }
.fa-jedi {
--fa: "\f669"; }
.fa-square-poll-vertical {
--fa: "\f681"; }
.fa-poll {
--fa: "\f681"; }
.fa-mug-hot {
--fa: "\f7b6"; }
.fa-car-battery {
--fa: "\f5df"; }
.fa-battery-car {
--fa: "\f5df"; }
.fa-gift {
--fa: "\f06b"; }
.fa-dice-two {
--fa: "\f528"; }
.fa-chess-queen {
--fa: "\f445"; }
.fa-glasses {
--fa: "\f530"; }
.fa-chess-board {
--fa: "\f43c"; }
.fa-building-circle-check {
--fa: "\e4d2"; }
.fa-person-chalkboard {
--fa: "\e53d"; }
.fa-mars-stroke-right {
--fa: "\f22b"; }
.fa-mars-stroke-h {
--fa: "\f22b"; }
.fa-hand-back-fist {
--fa: "\f255"; }
.fa-hand-rock {
--fa: "\f255"; }
.fa-square-caret-up {
--fa: "\f151"; }
.fa-caret-square-up {
--fa: "\f151"; }
.fa-cloud-showers-water {
--fa: "\e4e4"; }
.fa-chart-bar {
--fa: "\f080"; }
.fa-bar-chart {
--fa: "\f080"; }
.fa-hands-bubbles {
--fa: "\e05e"; }
.fa-hands-wash {
--fa: "\e05e"; }
.fa-less-than-equal {
--fa: "\f537"; }
.fa-train {
--fa: "\f238"; }
.fa-eye-low-vision {
--fa: "\f2a8"; }
.fa-low-vision {
--fa: "\f2a8"; }
.fa-crow {
--fa: "\f520"; }
.fa-sailboat {
--fa: "\e445"; }
.fa-window-restore {
--fa: "\f2d2"; }
.fa-square-plus {
--fa: "\f0fe"; }
.fa-plus-square {
--fa: "\f0fe"; }
.fa-torii-gate {
--fa: "\f6a1"; }
.fa-frog {
--fa: "\f52e"; }
.fa-bucket {
--fa: "\e4cf"; }
.fa-image {
--fa: "\f03e"; }
.fa-microphone {
--fa: "\f130"; }
.fa-cow {
--fa: "\f6c8"; }
.fa-caret-up {
--fa: "\f0d8"; }
.fa-screwdriver {
--fa: "\f54a"; }
.fa-folder-closed {
--fa: "\e185"; }
.fa-house-tsunami {
--fa: "\e515"; }
.fa-square-nfi {
--fa: "\e576"; }
.fa-arrow-up-from-ground-water {
--fa: "\e4b5"; }
.fa-martini-glass {
--fa: "\f57b"; }
.fa-glass-martini-alt {
--fa: "\f57b"; }
.fa-square-binary {
--fa: "\e69b"; }
.fa-rotate-left {
--fa: "\f2ea"; }
.fa-rotate-back {
--fa: "\f2ea"; }
.fa-rotate-backward {
--fa: "\f2ea"; }
.fa-undo-alt {
--fa: "\f2ea"; }
.fa-table-columns {
--fa: "\f0db"; }
.fa-columns {
--fa: "\f0db"; }
.fa-lemon {
--fa: "\f094"; }
.fa-head-side-mask {
--fa: "\e063"; }
.fa-handshake {
--fa: "\f2b5"; }
.fa-gem {
--fa: "\f3a5"; }
.fa-dolly {
--fa: "\f472"; }
.fa-dolly-box {
--fa: "\f472"; }
.fa-smoking {
--fa: "\f48d"; }
.fa-minimize {
--fa: "\f78c"; }
.fa-compress-arrows-alt {
--fa: "\f78c"; }
.fa-monument {
--fa: "\f5a6"; }
.fa-snowplow {
--fa: "\f7d2"; }
.fa-angles-right {
--fa: "\f101"; }
.fa-angle-double-right {
--fa: "\f101"; }
.fa-cannabis {
--fa: "\f55f"; }
.fa-circle-play {
--fa: "\f144"; }
.fa-play-circle {
--fa: "\f144"; }
.fa-tablets {
--fa: "\f490"; }
.fa-ethernet {
--fa: "\f796"; }
.fa-euro-sign {
--fa: "\f153"; }
.fa-eur {
--fa: "\f153"; }
.fa-euro {
--fa: "\f153"; }
.fa-chair {
--fa: "\f6c0"; }
.fa-circle-check {
--fa: "\f058"; }
.fa-check-circle {
--fa: "\f058"; }
.fa-circle-stop {
--fa: "\f28d"; }
.fa-stop-circle {
--fa: "\f28d"; }
.fa-compass-drafting {
--fa: "\f568"; }
.fa-drafting-compass {
--fa: "\f568"; }
.fa-plate-wheat {
--fa: "\e55a"; }
.fa-icicles {
--fa: "\f7ad"; }
.fa-person-shelter {
--fa: "\e54f"; }
.fa-neuter {
--fa: "\f22c"; }
.fa-id-badge {
--fa: "\f2c1"; }
.fa-marker {
--fa: "\f5a1"; }
.fa-face-laugh-beam {
--fa: "\f59a"; }
.fa-laugh-beam {
--fa: "\f59a"; }
.fa-helicopter-symbol {
--fa: "\e502"; }
.fa-universal-access {
--fa: "\f29a"; }
.fa-circle-chevron-up {
--fa: "\f139"; }
.fa-chevron-circle-up {
--fa: "\f139"; }
.fa-lari-sign {
--fa: "\e1c8"; }
.fa-volcano {
--fa: "\f770"; }
.fa-person-walking-dashed-line-arrow-right {
--fa: "\e553"; }
.fa-sterling-sign {
--fa: "\f154"; }
.fa-gbp {
--fa: "\f154"; }
.fa-pound-sign {
--fa: "\f154"; }
.fa-viruses {
--fa: "\e076"; }
.fa-square-person-confined {
--fa: "\e577"; }
.fa-user-tie {
--fa: "\f508"; }
.fa-arrow-down-long {
--fa: "\f175"; }
.fa-long-arrow-down {
--fa: "\f175"; }
.fa-tent-arrow-down-to-line {
--fa: "\e57e"; }
.fa-certificate {
--fa: "\f0a3"; }
.fa-reply-all {
--fa: "\f122"; }
.fa-mail-reply-all {
--fa: "\f122"; }
.fa-suitcase {
--fa: "\f0f2"; }
.fa-person-skating {
--fa: "\f7c5"; }
.fa-skating {
--fa: "\f7c5"; }
.fa-filter-circle-dollar {
--fa: "\f662"; }
.fa-funnel-dollar {
--fa: "\f662"; }
.fa-camera-retro {
--fa: "\f083"; }
.fa-circle-arrow-down {
--fa: "\f0ab"; }
.fa-arrow-circle-down {
--fa: "\f0ab"; }
.fa-file-import {
--fa: "\f56f"; }
.fa-arrow-right-to-file {
--fa: "\f56f"; }
.fa-square-arrow-up-right {
--fa: "\f14c"; }
.fa-external-link-square {
--fa: "\f14c"; }
.fa-box-open {
--fa: "\f49e"; }
.fa-scroll {
--fa: "\f70e"; }
.fa-spa {
--fa: "\f5bb"; }
.fa-location-pin-lock {
--fa: "\e51f"; }
.fa-pause {
--fa: "\f04c"; }
.fa-hill-avalanche {
--fa: "\e507"; }
.fa-temperature-empty {
--fa: "\f2cb"; }
.fa-temperature-0 {
--fa: "\f2cb"; }
.fa-thermometer-0 {
--fa: "\f2cb"; }
.fa-thermometer-empty {
--fa: "\f2cb"; }
.fa-bomb {
--fa: "\f1e2"; }
.fa-registered {
--fa: "\f25d"; }
.fa-address-card {
--fa: "\f2bb"; }
.fa-contact-card {
--fa: "\f2bb"; }
.fa-vcard {
--fa: "\f2bb"; }
.fa-scale-unbalanced-flip {
--fa: "\f516"; }
.fa-balance-scale-right {
--fa: "\f516"; }
.fa-subscript {
--fa: "\f12c"; }
.fa-diamond-turn-right {
--fa: "\f5eb"; }
.fa-directions {
--fa: "\f5eb"; }
.fa-burst {
--fa: "\e4dc"; }
.fa-house-laptop {
--fa: "\e066"; }
.fa-laptop-house {
--fa: "\e066"; }
.fa-face-tired {
--fa: "\f5c8"; }
.fa-tired {
--fa: "\f5c8"; }
.fa-money-bills {
--fa: "\e1f3"; }
.fa-smog {
--fa: "\f75f"; }
.fa-crutch {
--fa: "\f7f7"; }
.fa-cloud-arrow-up {
--fa: "\f0ee"; }
.fa-cloud-upload {
--fa: "\f0ee"; }
.fa-cloud-upload-alt {
--fa: "\f0ee"; }
.fa-palette {
--fa: "\f53f"; }
.fa-arrows-turn-right {
--fa: "\e4c0"; }
.fa-vest {
--fa: "\e085"; }
.fa-ferry {
--fa: "\e4ea"; }
.fa-arrows-down-to-people {
--fa: "\e4b9"; }
.fa-seedling {
--fa: "\f4d8"; }
.fa-sprout {
--fa: "\f4d8"; }
.fa-left-right {
--fa: "\f337"; }
.fa-arrows-alt-h {
--fa: "\f337"; }
.fa-boxes-packing {
--fa: "\e4c7"; }
.fa-circle-arrow-left {
--fa: "\f0a8"; }
.fa-arrow-circle-left {
--fa: "\f0a8"; }
.fa-group-arrows-rotate {
--fa: "\e4f6"; }
.fa-bowl-food {
--fa: "\e4c6"; }
.fa-candy-cane {
--fa: "\f786"; }
.fa-arrow-down-wide-short {
--fa: "\f160"; }
.fa-sort-amount-asc {
--fa: "\f160"; }
.fa-sort-amount-down {
--fa: "\f160"; }
.fa-cloud-bolt {
--fa: "\f76c"; }
.fa-thunderstorm {
--fa: "\f76c"; }
.fa-text-slash {
--fa: "\f87d"; }
.fa-remove-format {
--fa: "\f87d"; }
.fa-face-smile-wink {
--fa: "\f4da"; }
.fa-smile-wink {
--fa: "\f4da"; }
.fa-file-word {
--fa: "\f1c2"; }
.fa-file-powerpoint {
--fa: "\f1c4"; }
.fa-arrows-left-right {
--fa: "\f07e"; }
.fa-arrows-h {
--fa: "\f07e"; }
.fa-house-lock {
--fa: "\e510"; }
.fa-cloud-arrow-down {
--fa: "\f0ed"; }
.fa-cloud-download {
--fa: "\f0ed"; }
.fa-cloud-download-alt {
--fa: "\f0ed"; }
.fa-children {
--fa: "\e4e1"; }
.fa-chalkboard {
--fa: "\f51b"; }
.fa-blackboard {
--fa: "\f51b"; }
.fa-user-large-slash {
--fa: "\f4fa"; }
.fa-user-alt-slash {
--fa: "\f4fa"; }
.fa-envelope-open {
--fa: "\f2b6"; }
.fa-handshake-simple-slash {
--fa: "\e05f"; }
.fa-handshake-alt-slash {
--fa: "\e05f"; }
.fa-mattress-pillow {
--fa: "\e525"; }
.fa-guarani-sign {
--fa: "\e19a"; }
.fa-arrows-rotate {
--fa: "\f021"; }
.fa-refresh {
--fa: "\f021"; }
.fa-sync {
--fa: "\f021"; }
.fa-fire-extinguisher {
--fa: "\f134"; }
.fa-cruzeiro-sign {
--fa: "\e152"; }
.fa-greater-than-equal {
--fa: "\f532"; }
.fa-shield-halved {
--fa: "\f3ed"; }
.fa-shield-alt {
--fa: "\f3ed"; }
.fa-book-atlas {
--fa: "\f558"; }
.fa-atlas {
--fa: "\f558"; }
.fa-virus {
--fa: "\e074"; }
.fa-envelope-circle-check {
--fa: "\e4e8"; }
.fa-layer-group {
--fa: "\f5fd"; }
.fa-arrows-to-dot {
--fa: "\e4be"; }
.fa-archway {
--fa: "\f557"; }
.fa-heart-circle-check {
--fa: "\e4fd"; }
.fa-house-chimney-crack {
--fa: "\f6f1"; }
.fa-house-damage {
--fa: "\f6f1"; }
.fa-file-zipper {
--fa: "\f1c6"; }
.fa-file-archive {
--fa: "\f1c6"; }
.fa-square {
--fa: "\f0c8"; }
.fa-martini-glass-empty {
--fa: "\f000"; }
.fa-glass-martini {
--fa: "\f000"; }
.fa-couch {
--fa: "\f4b8"; }
.fa-cedi-sign {
--fa: "\e0df"; }
.fa-italic {
--fa: "\f033"; }
.fa-table-cells-column-lock {
--fa: "\e678"; }
.fa-church {
--fa: "\f51d"; }
.fa-comments-dollar {
--fa: "\f653"; }
.fa-democrat {
--fa: "\f747"; }
.fa-z {
--fa: "\5a"; }
.fa-person-skiing {
--fa: "\f7c9"; }
.fa-skiing {
--fa: "\f7c9"; }
.fa-road-lock {
--fa: "\e567"; }
.fa-a {
--fa: "\41"; }
.fa-temperature-arrow-down {
--fa: "\e03f"; }
.fa-temperature-down {
--fa: "\e03f"; }
.fa-feather-pointed {
--fa: "\f56b"; }
.fa-feather-alt {
--fa: "\f56b"; }
.fa-p {
--fa: "\50"; }
.fa-snowflake {
--fa: "\f2dc"; }
.fa-newspaper {
--fa: "\f1ea"; }
.fa-rectangle-ad {
--fa: "\f641"; }
.fa-ad {
--fa: "\f641"; }
.fa-circle-arrow-right {
--fa: "\f0a9"; }
.fa-arrow-circle-right {
--fa: "\f0a9"; }
.fa-filter-circle-xmark {
--fa: "\e17b"; }
.fa-locust {
--fa: "\e520"; }
.fa-sort {
--fa: "\f0dc"; }
.fa-unsorted {
--fa: "\f0dc"; }
.fa-list-ol {
--fa: "\f0cb"; }
.fa-list-1-2 {
--fa: "\f0cb"; }
.fa-list-numeric {
--fa: "\f0cb"; }
.fa-person-dress-burst {
--fa: "\e544"; }
.fa-money-check-dollar {
--fa: "\f53d"; }
.fa-money-check-alt {
--fa: "\f53d"; }
.fa-vector-square {
--fa: "\f5cb"; }
.fa-bread-slice {
--fa: "\f7ec"; }
.fa-language {
--fa: "\f1ab"; }
.fa-face-kiss-wink-heart {
--fa: "\f598"; }
.fa-kiss-wink-heart {
--fa: "\f598"; }
.fa-filter {
--fa: "\f0b0"; }
.fa-question {
--fa: "\3f"; }
.fa-file-signature {
--fa: "\f573"; }
.fa-up-down-left-right {
--fa: "\f0b2"; }
.fa-arrows-alt {
--fa: "\f0b2"; }
.fa-house-chimney-user {
--fa: "\e065"; }
.fa-hand-holding-heart {
--fa: "\f4be"; }
.fa-puzzle-piece {
--fa: "\f12e"; }
.fa-money-check {
--fa: "\f53c"; }
.fa-star-half-stroke {
--fa: "\f5c0"; }
.fa-star-half-alt {
--fa: "\f5c0"; }
.fa-code {
--fa: "\f121"; }
.fa-whiskey-glass {
--fa: "\f7a0"; }
.fa-glass-whiskey {
--fa: "\f7a0"; }
.fa-building-circle-exclamation {
--fa: "\e4d3"; }
.fa-magnifying-glass-chart {
--fa: "\e522"; }
.fa-arrow-up-right-from-square {
--fa: "\f08e"; }
.fa-external-link {
--fa: "\f08e"; }
.fa-cubes-stacked {
--fa: "\e4e6"; }
.fa-won-sign {
--fa: "\f159"; }
.fa-krw {
--fa: "\f159"; }
.fa-won {
--fa: "\f159"; }
.fa-virus-covid {
--fa: "\e4a8"; }
.fa-austral-sign {
--fa: "\e0a9"; }
.fa-f {
--fa: "\46"; }
.fa-leaf {
--fa: "\f06c"; }
.fa-road {
--fa: "\f018"; }
.fa-taxi {
--fa: "\f1ba"; }
.fa-cab {
--fa: "\f1ba"; }
.fa-person-circle-plus {
--fa: "\e541"; }
.fa-chart-pie {
--fa: "\f200"; }
.fa-pie-chart {
--fa: "\f200"; }
.fa-bolt-lightning {
--fa: "\e0b7"; }
.fa-sack-xmark {
--fa: "\e56a"; }
.fa-file-excel {
--fa: "\f1c3"; }
.fa-file-contract {
--fa: "\f56c"; }
.fa-fish-fins {
--fa: "\e4f2"; }
.fa-building-flag {
--fa: "\e4d5"; }
.fa-face-grin-beam {
--fa: "\f582"; }
.fa-grin-beam {
--fa: "\f582"; }
.fa-object-ungroup {
--fa: "\f248"; }
.fa-poop {
--fa: "\f619"; }
.fa-location-pin {
--fa: "\f041"; }
.fa-map-marker {
--fa: "\f041"; }
.fa-kaaba {
--fa: "\f66b"; }
.fa-toilet-paper {
--fa: "\f71e"; }
.fa-helmet-safety {
--fa: "\f807"; }
.fa-hard-hat {
--fa: "\f807"; }
.fa-hat-hard {
--fa: "\f807"; }
.fa-eject {
--fa: "\f052"; }
.fa-circle-right {
--fa: "\f35a"; }
.fa-arrow-alt-circle-right {
--fa: "\f35a"; }
.fa-plane-circle-check {
--fa: "\e555"; }
.fa-face-rolling-eyes {
--fa: "\f5a5"; }
.fa-meh-rolling-eyes {
--fa: "\f5a5"; }
.fa-object-group {
--fa: "\f247"; }
.fa-chart-line {
--fa: "\f201"; }
.fa-line-chart {
--fa: "\f201"; }
.fa-mask-ventilator {
--fa: "\e524"; }
.fa-arrow-right {
--fa: "\f061"; }
.fa-signs-post {
--fa: "\f277"; }
.fa-map-signs {
--fa: "\f277"; }
.fa-cash-register {
--fa: "\f788"; }
.fa-person-circle-question {
--fa: "\e542"; }
.fa-h {
--fa: "\48"; }
.fa-tarp {
--fa: "\e57b"; }
.fa-screwdriver-wrench {
--fa: "\f7d9"; }
.fa-tools {
--fa: "\f7d9"; }
.fa-arrows-to-eye {
--fa: "\e4bf"; }
.fa-plug-circle-bolt {
--fa: "\e55b"; }
.fa-heart {
--fa: "\f004"; }
.fa-mars-and-venus {
--fa: "\f224"; }
.fa-house-user {
--fa: "\e1b0"; }
.fa-home-user {
--fa: "\e1b0"; }
.fa-dumpster-fire {
--fa: "\f794"; }
.fa-house-crack {
--fa: "\e3b1"; }
.fa-martini-glass-citrus {
--fa: "\f561"; }
.fa-cocktail {
--fa: "\f561"; }
.fa-face-surprise {
--fa: "\f5c2"; }
.fa-surprise {
--fa: "\f5c2"; }
.fa-bottle-water {
--fa: "\e4c5"; }
.fa-circle-pause {
--fa: "\f28b"; }
.fa-pause-circle {
--fa: "\f28b"; }
.fa-toilet-paper-slash {
--fa: "\e072"; }
.fa-apple-whole {
--fa: "\f5d1"; }
.fa-apple-alt {
--fa: "\f5d1"; }
.fa-kitchen-set {
--fa: "\e51a"; }
.fa-r {
--fa: "\52"; }
.fa-temperature-quarter {
--fa: "\f2ca"; }
.fa-temperature-1 {
--fa: "\f2ca"; }
.fa-thermometer-1 {
--fa: "\f2ca"; }
.fa-thermometer-quarter {
--fa: "\f2ca"; }
.fa-cube {
--fa: "\f1b2"; }
.fa-bitcoin-sign {
--fa: "\e0b4"; }
.fa-shield-dog {
--fa: "\e573"; }
.fa-solar-panel {
--fa: "\f5ba"; }
.fa-lock-open {
--fa: "\f3c1"; }
.fa-elevator {
--fa: "\e16d"; }
.fa-money-bill-transfer {
--fa: "\e528"; }
.fa-money-bill-trend-up {
--fa: "\e529"; }
.fa-house-flood-water-circle-arrow-right {
--fa: "\e50f"; }
.fa-square-poll-horizontal {
--fa: "\f682"; }
.fa-poll-h {
--fa: "\f682"; }
.fa-circle {
--fa: "\f111"; }
.fa-backward-fast {
--fa: "\f049"; }
.fa-fast-backward {
--fa: "\f049"; }
.fa-recycle {
--fa: "\f1b8"; }
.fa-user-astronaut {
--fa: "\f4fb"; }
.fa-plane-slash {
--fa: "\e069"; }
.fa-trademark {
--fa: "\f25c"; }
.fa-basketball {
--fa: "\f434"; }
.fa-basketball-ball {
--fa: "\f434"; }
.fa-satellite-dish {
--fa: "\f7c0"; }
.fa-circle-up {
--fa: "\f35b"; }
.fa-arrow-alt-circle-up {
--fa: "\f35b"; }
.fa-mobile-screen-button {
--fa: "\f3cd"; }
.fa-mobile-alt {
--fa: "\f3cd"; }
.fa-volume-high {
--fa: "\f028"; }
.fa-volume-up {
--fa: "\f028"; }
.fa-users-rays {
--fa: "\e593"; }
.fa-wallet {
--fa: "\f555"; }
.fa-clipboard-check {
--fa: "\f46c"; }
.fa-file-audio {
--fa: "\f1c7"; }
.fa-burger {
--fa: "\f805"; }
.fa-hamburger {
--fa: "\f805"; }
.fa-wrench {
--fa: "\f0ad"; }
.fa-bugs {
--fa: "\e4d0"; }
.fa-rupee-sign {
--fa: "\f156"; }
.fa-rupee {
--fa: "\f156"; }
.fa-file-image {
--fa: "\f1c5"; }
.fa-circle-question {
--fa: "\f059"; }
.fa-question-circle {
--fa: "\f059"; }
.fa-plane-departure {
--fa: "\f5b0"; }
.fa-handshake-slash {
--fa: "\e060"; }
.fa-book-bookmark {
--fa: "\e0bb"; }
.fa-code-branch {
--fa: "\f126"; }
.fa-hat-cowboy {
--fa: "\f8c0"; }
.fa-bridge {
--fa: "\e4c8"; }
.fa-phone-flip {
--fa: "\f879"; }
.fa-phone-alt {
--fa: "\f879"; }
.fa-truck-front {
--fa: "\e2b7"; }
.fa-cat {
--fa: "\f6be"; }
.fa-anchor-circle-exclamation {
--fa: "\e4ab"; }
.fa-truck-field {
--fa: "\e58d"; }
.fa-route {
--fa: "\f4d7"; }
.fa-clipboard-question {
--fa: "\e4e3"; }
.fa-panorama {
--fa: "\e209"; }
.fa-comment-medical {
--fa: "\f7f5"; }
.fa-teeth-open {
--fa: "\f62f"; }
.fa-file-circle-minus {
--fa: "\e4ed"; }
.fa-tags {
--fa: "\f02c"; }
.fa-wine-glass {
--fa: "\f4e3"; }
.fa-forward-fast {
--fa: "\f050"; }
.fa-fast-forward {
--fa: "\f050"; }
.fa-face-meh-blank {
--fa: "\f5a4"; }
.fa-meh-blank {
--fa: "\f5a4"; }
.fa-square-parking {
--fa: "\f540"; }
.fa-parking {
--fa: "\f540"; }
.fa-house-signal {
--fa: "\e012"; }
.fa-bars-progress {
--fa: "\f828"; }
.fa-tasks-alt {
--fa: "\f828"; }
.fa-faucet-drip {
--fa: "\e006"; }
.fa-cart-flatbed {
--fa: "\f474"; }
.fa-dolly-flatbed {
--fa: "\f474"; }
.fa-ban-smoking {
--fa: "\f54d"; }
.fa-smoking-ban {
--fa: "\f54d"; }
.fa-terminal {
--fa: "\f120"; }
.fa-mobile-button {
--fa: "\f10b"; }
.fa-house-medical-flag {
--fa: "\e514"; }
.fa-basket-shopping {
--fa: "\f291"; }
.fa-shopping-basket {
--fa: "\f291"; }
.fa-tape {
--fa: "\f4db"; }
.fa-bus-simple {
--fa: "\f55e"; }
.fa-bus-alt {
--fa: "\f55e"; }
.fa-eye {
--fa: "\f06e"; }
.fa-face-sad-cry {
--fa: "\f5b3"; }
.fa-sad-cry {
--fa: "\f5b3"; }
.fa-audio-description {
--fa: "\f29e"; }
.fa-person-military-to-person {
--fa: "\e54c"; }
.fa-file-shield {
--fa: "\e4f0"; }
.fa-user-slash {
--fa: "\f506"; }
.fa-pen {
--fa: "\f304"; }
.fa-tower-observation {
--fa: "\e586"; }
.fa-file-code {
--fa: "\f1c9"; }
.fa-signal {
--fa: "\f012"; }
.fa-signal-5 {
--fa: "\f012"; }
.fa-signal-perfect {
--fa: "\f012"; }
.fa-bus {
--fa: "\f207"; }
.fa-heart-circle-xmark {
--fa: "\e501"; }
.fa-house-chimney {
--fa: "\e3af"; }
.fa-home-lg {
--fa: "\e3af"; }
.fa-window-maximize {
--fa: "\f2d0"; }
.fa-face-frown {
--fa: "\f119"; }
.fa-frown {
--fa: "\f119"; }
.fa-prescription {
--fa: "\f5b1"; }
.fa-shop {
--fa: "\f54f"; }
.fa-store-alt {
--fa: "\f54f"; }
.fa-floppy-disk {
--fa: "\f0c7"; }
.fa-save {
--fa: "\f0c7"; }
.fa-vihara {
--fa: "\f6a7"; }
.fa-scale-unbalanced {
--fa: "\f515"; }
.fa-balance-scale-left {
--fa: "\f515"; }
.fa-sort-up {
--fa: "\f0de"; }
.fa-sort-asc {
--fa: "\f0de"; }
.fa-comment-dots {
--fa: "\f4ad"; }
.fa-commenting {
--fa: "\f4ad"; }
.fa-plant-wilt {
--fa: "\e5aa"; }
.fa-diamond {
--fa: "\f219"; }
.fa-face-grin-squint {
--fa: "\f585"; }
.fa-grin-squint {
--fa: "\f585"; }
.fa-hand-holding-dollar {
--fa: "\f4c0"; }
.fa-hand-holding-usd {
--fa: "\f4c0"; }
.fa-chart-diagram {
--fa: "\e695"; }
.fa-bacterium {
--fa: "\e05a"; }
.fa-hand-pointer {
--fa: "\f25a"; }
.fa-drum-steelpan {
--fa: "\f56a"; }
.fa-hand-scissors {
--fa: "\f257"; }
.fa-hands-praying {
--fa: "\f684"; }
.fa-praying-hands {
--fa: "\f684"; }
.fa-arrow-rotate-right {
--fa: "\f01e"; }
.fa-arrow-right-rotate {
--fa: "\f01e"; }
.fa-arrow-rotate-forward {
--fa: "\f01e"; }
.fa-redo {
--fa: "\f01e"; }
.fa-biohazard {
--fa: "\f780"; }
.fa-location-crosshairs {
--fa: "\f601"; }
.fa-location {
--fa: "\f601"; }
.fa-mars-double {
--fa: "\f227"; }
.fa-child-dress {
--fa: "\e59c"; }
.fa-users-between-lines {
--fa: "\e591"; }
.fa-lungs-virus {
--fa: "\e067"; }
.fa-face-grin-tears {
--fa: "\f588"; }
.fa-grin-tears {
--fa: "\f588"; }
.fa-phone {
--fa: "\f095"; }
.fa-calendar-xmark {
--fa: "\f273"; }
.fa-calendar-times {
--fa: "\f273"; }
.fa-child-reaching {
--fa: "\e59d"; }
.fa-head-side-virus {
--fa: "\e064"; }
.fa-user-gear {
--fa: "\f4fe"; }
.fa-user-cog {
--fa: "\f4fe"; }
.fa-arrow-up-1-9 {
--fa: "\f163"; }
.fa-sort-numeric-up {
--fa: "\f163"; }
.fa-door-closed {
--fa: "\f52a"; }
.fa-shield-virus {
--fa: "\e06c"; }
.fa-dice-six {
--fa: "\f526"; }
.fa-mosquito-net {
--fa: "\e52c"; }
.fa-file-fragment {
--fa: "\e697"; }
.fa-bridge-water {
--fa: "\e4ce"; }
.fa-person-booth {
--fa: "\f756"; }
.fa-text-width {
--fa: "\f035"; }
.fa-hat-wizard {
--fa: "\f6e8"; }
.fa-pen-fancy {
--fa: "\f5ac"; }
.fa-person-digging {
--fa: "\f85e"; }
.fa-digging {
--fa: "\f85e"; }
.fa-trash {
--fa: "\f1f8"; }
.fa-gauge-simple {
--fa: "\f629"; }
.fa-gauge-simple-med {
--fa: "\f629"; }
.fa-tachometer-average {
--fa: "\f629"; }
.fa-book-medical {
--fa: "\f7e6"; }
.fa-poo {
--fa: "\f2fe"; }
.fa-quote-right {
--fa: "\f10e"; }
.fa-quote-right-alt {
--fa: "\f10e"; }
.fa-shirt {
--fa: "\f553"; }
.fa-t-shirt {
--fa: "\f553"; }
.fa-tshirt {
--fa: "\f553"; }
.fa-cubes {
--fa: "\f1b3"; }
.fa-divide {
--fa: "\f529"; }
.fa-tenge-sign {
--fa: "\f7d7"; }
.fa-tenge {
--fa: "\f7d7"; }
.fa-headphones {
--fa: "\f025"; }
.fa-hands-holding {
--fa: "\f4c2"; }
.fa-hands-clapping {
--fa: "\e1a8"; }
.fa-republican {
--fa: "\f75e"; }
.fa-arrow-left {
--fa: "\f060"; }
.fa-person-circle-xmark {
--fa: "\e543"; }
.fa-ruler {
--fa: "\f545"; }
.fa-align-left {
--fa: "\f036"; }
.fa-dice-d6 {
--fa: "\f6d1"; }
.fa-restroom {
--fa: "\f7bd"; }
.fa-j {
--fa: "\4a"; }
.fa-users-viewfinder {
--fa: "\e595"; }
.fa-file-video {
--fa: "\f1c8"; }
.fa-up-right-from-square {
--fa: "\f35d"; }
.fa-external-link-alt {
--fa: "\f35d"; }
.fa-table-cells {
--fa: "\f00a"; }
.fa-th {
--fa: "\f00a"; }
.fa-file-pdf {
--fa: "\f1c1"; }
.fa-book-bible {
--fa: "\f647"; }
.fa-bible {
--fa: "\f647"; }
.fa-o {
--fa: "\4f"; }
.fa-suitcase-medical {
--fa: "\f0fa"; }
.fa-medkit {
--fa: "\f0fa"; }
.fa-user-secret {
--fa: "\f21b"; }
.fa-otter {
--fa: "\f700"; }
.fa-person-dress {
--fa: "\f182"; }
.fa-female {
--fa: "\f182"; }
.fa-comment-dollar {
--fa: "\f651"; }
.fa-business-time {
--fa: "\f64a"; }
.fa-briefcase-clock {
--fa: "\f64a"; }
.fa-table-cells-large {
--fa: "\f009"; }
.fa-th-large {
--fa: "\f009"; }
.fa-book-tanakh {
--fa: "\f827"; }
.fa-tanakh {
--fa: "\f827"; }
.fa-phone-volume {
--fa: "\f2a0"; }
.fa-volume-control-phone {
--fa: "\f2a0"; }
.fa-hat-cowboy-side {
--fa: "\f8c1"; }
.fa-clipboard-user {
--fa: "\f7f3"; }
.fa-child {
--fa: "\f1ae"; }
.fa-lira-sign {
--fa: "\f195"; }
.fa-satellite {
--fa: "\f7bf"; }
.fa-plane-lock {
--fa: "\e558"; }
.fa-tag {
--fa: "\f02b"; }
.fa-comment {
--fa: "\f075"; }
.fa-cake-candles {
--fa: "\f1fd"; }
.fa-birthday-cake {
--fa: "\f1fd"; }
.fa-cake {
--fa: "\f1fd"; }
.fa-envelope {
--fa: "\f0e0"; }
.fa-angles-up {
--fa: "\f102"; }
.fa-angle-double-up {
--fa: "\f102"; }
.fa-paperclip {
--fa: "\f0c6"; }
.fa-arrow-right-to-city {
--fa: "\e4b3"; }
.fa-ribbon {
--fa: "\f4d6"; }
.fa-lungs {
--fa: "\f604"; }
.fa-arrow-up-9-1 {
--fa: "\f887"; }
.fa-sort-numeric-up-alt {
--fa: "\f887"; }
.fa-litecoin-sign {
--fa: "\e1d3"; }
.fa-border-none {
--fa: "\f850"; }
.fa-circle-nodes {
--fa: "\e4e2"; }
.fa-parachute-box {
--fa: "\f4cd"; }
.fa-indent {
--fa: "\f03c"; }
.fa-truck-field-un {
--fa: "\e58e"; }
.fa-hourglass {
--fa: "\f254"; }
.fa-hourglass-empty {
--fa: "\f254"; }
.fa-mountain {
--fa: "\f6fc"; }
.fa-user-doctor {
--fa: "\f0f0"; }
.fa-user-md {
--fa: "\f0f0"; }
.fa-circle-info {
--fa: "\f05a"; }
.fa-info-circle {
--fa: "\f05a"; }
.fa-cloud-meatball {
--fa: "\f73b"; }
.fa-camera {
--fa: "\f030"; }
.fa-camera-alt {
--fa: "\f030"; }
.fa-square-virus {
--fa: "\e578"; }
.fa-meteor {
--fa: "\f753"; }
.fa-car-on {
--fa: "\e4dd"; }
.fa-sleigh {
--fa: "\f7cc"; }
.fa-arrow-down-1-9 {
--fa: "\f162"; }
.fa-sort-numeric-asc {
--fa: "\f162"; }
.fa-sort-numeric-down {
--fa: "\f162"; }
.fa-hand-holding-droplet {
--fa: "\f4c1"; }
.fa-hand-holding-water {
--fa: "\f4c1"; }
.fa-water {
--fa: "\f773"; }
.fa-calendar-check {
--fa: "\f274"; }
.fa-braille {
--fa: "\f2a1"; }
.fa-prescription-bottle-medical {
--fa: "\f486"; }
.fa-prescription-bottle-alt {
--fa: "\f486"; }
.fa-landmark {
--fa: "\f66f"; }
.fa-truck {
--fa: "\f0d1"; }
.fa-crosshairs {
--fa: "\f05b"; }
.fa-person-cane {
--fa: "\e53c"; }
.fa-tent {
--fa: "\e57d"; }
.fa-vest-patches {
--fa: "\e086"; }
.fa-check-double {
--fa: "\f560"; }
.fa-arrow-down-a-z {
--fa: "\f15d"; }
.fa-sort-alpha-asc {
--fa: "\f15d"; }
.fa-sort-alpha-down {
--fa: "\f15d"; }
.fa-money-bill-wheat {
--fa: "\e52a"; }
.fa-cookie {
--fa: "\f563"; }
.fa-arrow-rotate-left {
--fa: "\f0e2"; }
.fa-arrow-left-rotate {
--fa: "\f0e2"; }
.fa-arrow-rotate-back {
--fa: "\f0e2"; }
.fa-arrow-rotate-backward {
--fa: "\f0e2"; }
.fa-undo {
--fa: "\f0e2"; }
.fa-hard-drive {
--fa: "\f0a0"; }
.fa-hdd {
--fa: "\f0a0"; }
.fa-face-grin-squint-tears {
--fa: "\f586"; }
.fa-grin-squint-tears {
--fa: "\f586"; }
.fa-dumbbell {
--fa: "\f44b"; }
.fa-rectangle-list {
--fa: "\f022"; }
.fa-list-alt {
--fa: "\f022"; }
.fa-tarp-droplet {
--fa: "\e57c"; }
.fa-house-medical-circle-check {
--fa: "\e511"; }
.fa-person-skiing-nordic {
--fa: "\f7ca"; }
.fa-skiing-nordic {
--fa: "\f7ca"; }
.fa-calendar-plus {
--fa: "\f271"; }
.fa-plane-arrival {
--fa: "\f5af"; }
.fa-circle-left {
--fa: "\f359"; }
.fa-arrow-alt-circle-left {
--fa: "\f359"; }
.fa-train-subway {
--fa: "\f239"; }
.fa-subway {
--fa: "\f239"; }
.fa-chart-gantt {
--fa: "\e0e4"; }
.fa-indian-rupee-sign {
--fa: "\e1bc"; }
.fa-indian-rupee {
--fa: "\e1bc"; }
.fa-inr {
--fa: "\e1bc"; }
.fa-crop-simple {
--fa: "\f565"; }
.fa-crop-alt {
--fa: "\f565"; }
.fa-money-bill-1 {
--fa: "\f3d1"; }
.fa-money-bill-alt {
--fa: "\f3d1"; }
.fa-left-long {
--fa: "\f30a"; }
.fa-long-arrow-alt-left {
--fa: "\f30a"; }
.fa-dna {
--fa: "\f471"; }
.fa-virus-slash {
--fa: "\e075"; }
.fa-minus {
--fa: "\f068"; }
.fa-subtract {
--fa: "\f068"; }
.fa-chess {
--fa: "\f439"; }
.fa-arrow-left-long {
--fa: "\f177"; }
.fa-long-arrow-left {
--fa: "\f177"; }
.fa-plug-circle-check {
--fa: "\e55c"; }
.fa-street-view {
--fa: "\f21d"; }
.fa-franc-sign {
--fa: "\e18f"; }
.fa-volume-off {
--fa: "\f026"; }
.fa-hands-asl-interpreting {
--fa: "\f2a3"; }
.fa-american-sign-language-interpreting {
--fa: "\f2a3"; }
.fa-asl-interpreting {
--fa: "\f2a3"; }
.fa-hands-american-sign-language-interpreting {
--fa: "\f2a3"; }
.fa-gear {
--fa: "\f013"; }
.fa-cog {
--fa: "\f013"; }
.fa-droplet-slash {
--fa: "\f5c7"; }
.fa-tint-slash {
--fa: "\f5c7"; }
.fa-mosque {
--fa: "\f678"; }
.fa-mosquito {
--fa: "\e52b"; }
.fa-star-of-david {
--fa: "\f69a"; }
.fa-person-military-rifle {
--fa: "\e54b"; }
.fa-cart-shopping {
--fa: "\f07a"; }
.fa-shopping-cart {
--fa: "\f07a"; }
.fa-vials {
--fa: "\f493"; }
.fa-plug-circle-plus {
--fa: "\e55f"; }
.fa-place-of-worship {
--fa: "\f67f"; }
.fa-grip-vertical {
--fa: "\f58e"; }
.fa-hexagon-nodes {
--fa: "\e699"; }
.fa-arrow-turn-up {
--fa: "\f148"; }
.fa-level-up {
--fa: "\f148"; }
.fa-u {
--fa: "\55"; }
.fa-square-root-variable {
--fa: "\f698"; }
.fa-square-root-alt {
--fa: "\f698"; }
.fa-clock {
--fa: "\f017"; }
.fa-clock-four {
--fa: "\f017"; }
.fa-backward-step {
--fa: "\f048"; }
.fa-step-backward {
--fa: "\f048"; }
.fa-pallet {
--fa: "\f482"; }
.fa-faucet {
--fa: "\e005"; }
.fa-baseball-bat-ball {
--fa: "\f432"; }
.fa-s {
--fa: "\53"; }
.fa-timeline {
--fa: "\e29c"; }
.fa-keyboard {
--fa: "\f11c"; }
.fa-caret-down {
--fa: "\f0d7"; }
.fa-house-chimney-medical {
--fa: "\f7f2"; }
.fa-clinic-medical {
--fa: "\f7f2"; }
.fa-temperature-three-quarters {
--fa: "\f2c8"; }
.fa-temperature-3 {
--fa: "\f2c8"; }
.fa-thermometer-3 {
--fa: "\f2c8"; }
.fa-thermometer-three-quarters {
--fa: "\f2c8"; }
.fa-mobile-screen {
--fa: "\f3cf"; }
.fa-mobile-android-alt {
--fa: "\f3cf"; }
.fa-plane-up {
--fa: "\e22d"; }
.fa-piggy-bank {
--fa: "\f4d3"; }
.fa-battery-half {
--fa: "\f242"; }
.fa-battery-3 {
--fa: "\f242"; }
.fa-mountain-city {
--fa: "\e52e"; }
.fa-coins {
--fa: "\f51e"; }
.fa-khanda {
--fa: "\f66d"; }
.fa-sliders {
--fa: "\f1de"; }
.fa-sliders-h {
--fa: "\f1de"; }
.fa-folder-tree {
--fa: "\f802"; }
.fa-network-wired {
--fa: "\f6ff"; }
.fa-map-pin {
--fa: "\f276"; }
.fa-hamsa {
--fa: "\f665"; }
.fa-cent-sign {
--fa: "\e3f5"; }
.fa-flask {
--fa: "\f0c3"; }
.fa-person-pregnant {
--fa: "\e31e"; }
.fa-wand-sparkles {
--fa: "\f72b"; }
.fa-ellipsis-vertical {
--fa: "\f142"; }
.fa-ellipsis-v {
--fa: "\f142"; }
.fa-ticket {
--fa: "\f145"; }
.fa-power-off {
--fa: "\f011"; }
.fa-right-long {
--fa: "\f30b"; }
.fa-long-arrow-alt-right {
--fa: "\f30b"; }
.fa-flag-usa {
--fa: "\f74d"; }
.fa-laptop-file {
--fa: "\e51d"; }
.fa-tty {
--fa: "\f1e4"; }
.fa-teletype {
--fa: "\f1e4"; }
.fa-diagram-next {
--fa: "\e476"; }
.fa-person-rifle {
--fa: "\e54e"; }
.fa-house-medical-circle-exclamation {
--fa: "\e512"; }
.fa-closed-captioning {
--fa: "\f20a"; }
.fa-person-hiking {
--fa: "\f6ec"; }
.fa-hiking {
--fa: "\f6ec"; }
.fa-venus-double {
--fa: "\f226"; }
.fa-images {
--fa: "\f302"; }
.fa-calculator {
--fa: "\f1ec"; }
.fa-people-pulling {
--fa: "\e535"; }
.fa-n {
--fa: "\4e"; }
.fa-cable-car {
--fa: "\f7da"; }
.fa-tram {
--fa: "\f7da"; }
.fa-cloud-rain {
--fa: "\f73d"; }
.fa-building-circle-xmark {
--fa: "\e4d4"; }
.fa-ship {
--fa: "\f21a"; }
.fa-arrows-down-to-line {
--fa: "\e4b8"; }
.fa-download {
--fa: "\f019"; }
.fa-face-grin {
--fa: "\f580"; }
.fa-grin {
--fa: "\f580"; }
.fa-delete-left {
--fa: "\f55a"; }
.fa-backspace {
--fa: "\f55a"; }
.fa-eye-dropper {
--fa: "\f1fb"; }
.fa-eye-dropper-empty {
--fa: "\f1fb"; }
.fa-eyedropper {
--fa: "\f1fb"; }
.fa-file-circle-check {
--fa: "\e5a0"; }
.fa-forward {
--fa: "\f04e"; }
.fa-mobile {
--fa: "\f3ce"; }
.fa-mobile-android {
--fa: "\f3ce"; }
.fa-mobile-phone {
--fa: "\f3ce"; }
.fa-face-meh {
--fa: "\f11a"; }
.fa-meh {
--fa: "\f11a"; }
.fa-align-center {
--fa: "\f037"; }
.fa-book-skull {
--fa: "\f6b7"; }
.fa-book-dead {
--fa: "\f6b7"; }
.fa-id-card {
--fa: "\f2c2"; }
.fa-drivers-license {
--fa: "\f2c2"; }
.fa-outdent {
--fa: "\f03b"; }
.fa-dedent {
--fa: "\f03b"; }
.fa-heart-circle-exclamation {
--fa: "\e4fe"; }
.fa-house {
--fa: "\f015"; }
.fa-home {
--fa: "\f015"; }
.fa-home-alt {
--fa: "\f015"; }
.fa-home-lg-alt {
--fa: "\f015"; }
.fa-calendar-week {
--fa: "\f784"; }
.fa-laptop-medical {
--fa: "\f812"; }
.fa-b {
--fa: "\42"; }
.fa-file-medical {
--fa: "\f477"; }
.fa-dice-one {
--fa: "\f525"; }
.fa-kiwi-bird {
--fa: "\f535"; }
.fa-arrow-right-arrow-left {
--fa: "\f0ec"; }
.fa-exchange {
--fa: "\f0ec"; }
.fa-rotate-right {
--fa: "\f2f9"; }
.fa-redo-alt {
--fa: "\f2f9"; }
.fa-rotate-forward {
--fa: "\f2f9"; }
.fa-utensils {
--fa: "\f2e7"; }
.fa-cutlery {
--fa: "\f2e7"; }
.fa-arrow-up-wide-short {
--fa: "\f161"; }
.fa-sort-amount-up {
--fa: "\f161"; }
.fa-mill-sign {
--fa: "\e1ed"; }
.fa-bowl-rice {
--fa: "\e2eb"; }
.fa-skull {
--fa: "\f54c"; }
.fa-tower-broadcast {
--fa: "\f519"; }
.fa-broadcast-tower {
--fa: "\f519"; }
.fa-truck-pickup {
--fa: "\f63c"; }
.fa-up-long {
--fa: "\f30c"; }
.fa-long-arrow-alt-up {
--fa: "\f30c"; }
.fa-stop {
--fa: "\f04d"; }
.fa-code-merge {
--fa: "\f387"; }
.fa-upload {
--fa: "\f093"; }
.fa-hurricane {
--fa: "\f751"; }
.fa-mound {
--fa: "\e52d"; }
.fa-toilet-portable {
--fa: "\e583"; }
.fa-compact-disc {
--fa: "\f51f"; }
.fa-file-arrow-down {
--fa: "\f56d"; }
.fa-file-download {
--fa: "\f56d"; }
.fa-caravan {
--fa: "\f8ff"; }
.fa-shield-cat {
--fa: "\e572"; }
.fa-bolt {
--fa: "\f0e7"; }
.fa-zap {
--fa: "\f0e7"; }
.fa-glass-water {
--fa: "\e4f4"; }
.fa-oil-well {
--fa: "\e532"; }
.fa-vault {
--fa: "\e2c5"; }
.fa-mars {
--fa: "\f222"; }
.fa-toilet {
--fa: "\f7d8"; }
.fa-plane-circle-xmark {
--fa: "\e557"; }
.fa-yen-sign {
--fa: "\f157"; }
.fa-cny {
--fa: "\f157"; }
.fa-jpy {
--fa: "\f157"; }
.fa-rmb {
--fa: "\f157"; }
.fa-yen {
--fa: "\f157"; }
.fa-ruble-sign {
--fa: "\f158"; }
.fa-rouble {
--fa: "\f158"; }
.fa-rub {
--fa: "\f158"; }
.fa-ruble {
--fa: "\f158"; }
.fa-sun {
--fa: "\f185"; }
.fa-guitar {
--fa: "\f7a6"; }
.fa-face-laugh-wink {
--fa: "\f59c"; }
.fa-laugh-wink {
--fa: "\f59c"; }
.fa-horse-head {
--fa: "\f7ab"; }
.fa-bore-hole {
--fa: "\e4c3"; }
.fa-industry {
--fa: "\f275"; }
.fa-circle-down {
--fa: "\f358"; }
.fa-arrow-alt-circle-down {
--fa: "\f358"; }
.fa-arrows-turn-to-dots {
--fa: "\e4c1"; }
.fa-florin-sign {
--fa: "\e184"; }
.fa-arrow-down-short-wide {
--fa: "\f884"; }
.fa-sort-amount-desc {
--fa: "\f884"; }
.fa-sort-amount-down-alt {
--fa: "\f884"; }
.fa-less-than {
--fa: "\3c"; }
.fa-angle-down {
--fa: "\f107"; }
.fa-car-tunnel {
--fa: "\e4de"; }
.fa-head-side-cough {
--fa: "\e061"; }
.fa-grip-lines {
--fa: "\f7a4"; }
.fa-thumbs-down {
--fa: "\f165"; }
.fa-user-lock {
--fa: "\f502"; }
.fa-arrow-right-long {
--fa: "\f178"; }
.fa-long-arrow-right {
--fa: "\f178"; }
.fa-anchor-circle-xmark {
--fa: "\e4ac"; }
.fa-ellipsis {
--fa: "\f141"; }
.fa-ellipsis-h {
--fa: "\f141"; }
.fa-chess-pawn {
--fa: "\f443"; }
.fa-kit-medical {
--fa: "\f479"; }
.fa-first-aid {
--fa: "\f479"; }
.fa-person-through-window {
--fa: "\e5a9"; }
.fa-toolbox {
--fa: "\f552"; }
.fa-hands-holding-circle {
--fa: "\e4fb"; }
.fa-bug {
--fa: "\f188"; }
.fa-credit-card {
--fa: "\f09d"; }
.fa-credit-card-alt {
--fa: "\f09d"; }
.fa-car {
--fa: "\f1b9"; }
.fa-automobile {
--fa: "\f1b9"; }
.fa-hand-holding-hand {
--fa: "\e4f7"; }
.fa-book-open-reader {
--fa: "\f5da"; }
.fa-book-reader {
--fa: "\f5da"; }
.fa-mountain-sun {
--fa: "\e52f"; }
.fa-arrows-left-right-to-line {
--fa: "\e4ba"; }
.fa-dice-d20 {
--fa: "\f6cf"; }
.fa-truck-droplet {
--fa: "\e58c"; }
.fa-file-circle-xmark {
--fa: "\e5a1"; }
.fa-temperature-arrow-up {
--fa: "\e040"; }
.fa-temperature-up {
--fa: "\e040"; }
.fa-medal {
--fa: "\f5a2"; }
.fa-bed {
--fa: "\f236"; }
.fa-square-h {
--fa: "\f0fd"; }
.fa-h-square {
--fa: "\f0fd"; }
.fa-podcast {
--fa: "\f2ce"; }
.fa-temperature-full {
--fa: "\f2c7"; }
.fa-temperature-4 {
--fa: "\f2c7"; }
.fa-thermometer-4 {
--fa: "\f2c7"; }
.fa-thermometer-full {
--fa: "\f2c7"; }
.fa-bell {
--fa: "\f0f3"; }
.fa-superscript {
--fa: "\f12b"; }
.fa-plug-circle-xmark {
--fa: "\e560"; }
.fa-star-of-life {
--fa: "\f621"; }
.fa-phone-slash {
--fa: "\f3dd"; }
.fa-paint-roller {
--fa: "\f5aa"; }
.fa-handshake-angle {
--fa: "\f4c4"; }
.fa-hands-helping {
--fa: "\f4c4"; }
.fa-location-dot {
--fa: "\f3c5"; }
.fa-map-marker-alt {
--fa: "\f3c5"; }
.fa-file {
--fa: "\f15b"; }
.fa-greater-than {
--fa: "\3e"; }
.fa-person-swimming {
--fa: "\f5c4"; }
.fa-swimmer {
--fa: "\f5c4"; }
.fa-arrow-down {
--fa: "\f063"; }
.fa-droplet {
--fa: "\f043"; }
.fa-tint {
--fa: "\f043"; }
.fa-eraser {
--fa: "\f12d"; }
.fa-earth-americas {
--fa: "\f57d"; }
.fa-earth {
--fa: "\f57d"; }
.fa-earth-america {
--fa: "\f57d"; }
.fa-globe-americas {
--fa: "\f57d"; }
.fa-person-burst {
--fa: "\e53b"; }
.fa-dove {
--fa: "\f4ba"; }
.fa-battery-empty {
--fa: "\f244"; }
.fa-battery-0 {
--fa: "\f244"; }
.fa-socks {
--fa: "\f696"; }
.fa-inbox {
--fa: "\f01c"; }
.fa-section {
--fa: "\e447"; }
.fa-gauge-high {
--fa: "\f625"; }
.fa-tachometer-alt {
--fa: "\f625"; }
.fa-tachometer-alt-fast {
--fa: "\f625"; }
.fa-envelope-open-text {
--fa: "\f658"; }
.fa-hospital {
--fa: "\f0f8"; }
.fa-hospital-alt {
--fa: "\f0f8"; }
.fa-hospital-wide {
--fa: "\f0f8"; }
.fa-wine-bottle {
--fa: "\f72f"; }
.fa-chess-rook {
--fa: "\f447"; }
.fa-bars-staggered {
--fa: "\f550"; }
.fa-reorder {
--fa: "\f550"; }
.fa-stream {
--fa: "\f550"; }
.fa-dharmachakra {
--fa: "\f655"; }
.fa-hotdog {
--fa: "\f80f"; }
.fa-person-walking-with-cane {
--fa: "\f29d"; }
.fa-blind {
--fa: "\f29d"; }
.fa-drum {
--fa: "\f569"; }
.fa-ice-cream {
--fa: "\f810"; }
.fa-heart-circle-bolt {
--fa: "\e4fc"; }
.fa-fax {
--fa: "\f1ac"; }
.fa-paragraph {
--fa: "\f1dd"; }
.fa-check-to-slot {
--fa: "\f772"; }
.fa-vote-yea {
--fa: "\f772"; }
.fa-star-half {
--fa: "\f089"; }
.fa-boxes-stacked {
--fa: "\f468"; }
.fa-boxes {
--fa: "\f468"; }
.fa-boxes-alt {
--fa: "\f468"; }
.fa-link {
--fa: "\f0c1"; }
.fa-chain {
--fa: "\f0c1"; }
.fa-ear-listen {
--fa: "\f2a2"; }
.fa-assistive-listening-systems {
--fa: "\f2a2"; }
.fa-tree-city {
--fa: "\e587"; }
.fa-play {
--fa: "\f04b"; }
.fa-font {
--fa: "\f031"; }
.fa-table-cells-row-lock {
--fa: "\e67a"; }
.fa-rupiah-sign {
--fa: "\e23d"; }
.fa-magnifying-glass {
--fa: "\f002"; }
.fa-search {
--fa: "\f002"; }
.fa-table-tennis-paddle-ball {
--fa: "\f45d"; }
.fa-ping-pong-paddle-ball {
--fa: "\f45d"; }
.fa-table-tennis {
--fa: "\f45d"; }
.fa-person-dots-from-line {
--fa: "\f470"; }
.fa-diagnoses {
--fa: "\f470"; }
.fa-trash-can-arrow-up {
--fa: "\f82a"; }
.fa-trash-restore-alt {
--fa: "\f82a"; }
.fa-naira-sign {
--fa: "\e1f6"; }
.fa-cart-arrow-down {
--fa: "\f218"; }
.fa-walkie-talkie {
--fa: "\f8ef"; }
.fa-file-pen {
--fa: "\f31c"; }
.fa-file-edit {
--fa: "\f31c"; }
.fa-receipt {
--fa: "\f543"; }
.fa-square-pen {
--fa: "\f14b"; }
.fa-pen-square {
--fa: "\f14b"; }
.fa-pencil-square {
--fa: "\f14b"; }
.fa-suitcase-rolling {
--fa: "\f5c1"; }
.fa-person-circle-exclamation {
--fa: "\e53f"; }
.fa-chevron-down {
--fa: "\f078"; }
.fa-battery-full {
--fa: "\f240"; }
.fa-battery {
--fa: "\f240"; }
.fa-battery-5 {
--fa: "\f240"; }
.fa-skull-crossbones {
--fa: "\f714"; }
.fa-code-compare {
--fa: "\e13a"; }
.fa-list-ul {
--fa: "\f0ca"; }
.fa-list-dots {
--fa: "\f0ca"; }
.fa-school-lock {
--fa: "\e56f"; }
.fa-tower-cell {
--fa: "\e585"; }
.fa-down-long {
--fa: "\f309"; }
.fa-long-arrow-alt-down {
--fa: "\f309"; }
.fa-ranking-star {
--fa: "\e561"; }
.fa-chess-king {
--fa: "\f43f"; }
.fa-person-harassing {
--fa: "\e549"; }
.fa-brazilian-real-sign {
--fa: "\e46c"; }
.fa-landmark-dome {
--fa: "\f752"; }
.fa-landmark-alt {
--fa: "\f752"; }
.fa-arrow-up {
--fa: "\f062"; }
.fa-tv {
--fa: "\f26c"; }
.fa-television {
--fa: "\f26c"; }
.fa-tv-alt {
--fa: "\f26c"; }
.fa-shrimp {
--fa: "\e448"; }
.fa-list-check {
--fa: "\f0ae"; }
.fa-tasks {
--fa: "\f0ae"; }
.fa-jug-detergent {
--fa: "\e519"; }
.fa-circle-user {
--fa: "\f2bd"; }
.fa-user-circle {
--fa: "\f2bd"; }
.fa-user-shield {
--fa: "\f505"; }
.fa-wind {
--fa: "\f72e"; }
.fa-car-burst {
--fa: "\f5e1"; }
.fa-car-crash {
--fa: "\f5e1"; }
.fa-y {
--fa: "\59"; }
.fa-person-snowboarding {
--fa: "\f7ce"; }
.fa-snowboarding {
--fa: "\f7ce"; }
.fa-truck-fast {
--fa: "\f48b"; }
.fa-shipping-fast {
--fa: "\f48b"; }
.fa-fish {
--fa: "\f578"; }
.fa-user-graduate {
--fa: "\f501"; }
.fa-circle-half-stroke {
--fa: "\f042"; }
.fa-adjust {
--fa: "\f042"; }
.fa-clapperboard {
--fa: "\e131"; }
.fa-circle-radiation {
--fa: "\f7ba"; }
.fa-radiation-alt {
--fa: "\f7ba"; }
.fa-baseball {
--fa: "\f433"; }
.fa-baseball-ball {
--fa: "\f433"; }
.fa-jet-fighter-up {
--fa: "\e518"; }
.fa-diagram-project {
--fa: "\f542"; }
.fa-project-diagram {
--fa: "\f542"; }
.fa-copy {
--fa: "\f0c5"; }
.fa-volume-xmark {
--fa: "\f6a9"; }
.fa-volume-mute {
--fa: "\f6a9"; }
.fa-volume-times {
--fa: "\f6a9"; }
.fa-hand-sparkles {
--fa: "\e05d"; }
.fa-grip {
--fa: "\f58d"; }
.fa-grip-horizontal {
--fa: "\f58d"; }
.fa-share-from-square {
--fa: "\f14d"; }
.fa-share-square {
--fa: "\f14d"; }
.fa-child-combatant {
--fa: "\e4e0"; }
.fa-child-rifle {
--fa: "\e4e0"; }
.fa-gun {
--fa: "\e19b"; }
.fa-square-phone {
--fa: "\f098"; }
.fa-phone-square {
--fa: "\f098"; }
.fa-plus {
--fa: "\2b"; }
.fa-add {
--fa: "\2b"; }
.fa-expand {
--fa: "\f065"; }
.fa-computer {
--fa: "\e4e5"; }
.fa-xmark {
--fa: "\f00d"; }
.fa-close {
--fa: "\f00d"; }
.fa-multiply {
--fa: "\f00d"; }
.fa-remove {
--fa: "\f00d"; }
.fa-times {
--fa: "\f00d"; }
.fa-arrows-up-down-left-right {
--fa: "\f047"; }
.fa-arrows {
--fa: "\f047"; }
.fa-chalkboard-user {
--fa: "\f51c"; }
.fa-chalkboard-teacher {
--fa: "\f51c"; }
.fa-peso-sign {
--fa: "\e222"; }
.fa-building-shield {
--fa: "\e4d8"; }
.fa-baby {
--fa: "\f77c"; }
.fa-users-line {
--fa: "\e592"; }
.fa-quote-left {
--fa: "\f10d"; }
.fa-quote-left-alt {
--fa: "\f10d"; }
.fa-tractor {
--fa: "\f722"; }
.fa-trash-arrow-up {
--fa: "\f829"; }
.fa-trash-restore {
--fa: "\f829"; }
.fa-arrow-down-up-lock {
--fa: "\e4b0"; }
.fa-lines-leaning {
--fa: "\e51e"; }
.fa-ruler-combined {
--fa: "\f546"; }
.fa-copyright {
--fa: "\f1f9"; }
.fa-equals {
--fa: "\3d"; }
.fa-blender {
--fa: "\f517"; }
.fa-teeth {
--fa: "\f62e"; }
.fa-shekel-sign {
--fa: "\f20b"; }
.fa-ils {
--fa: "\f20b"; }
.fa-shekel {
--fa: "\f20b"; }
.fa-sheqel {
--fa: "\f20b"; }
.fa-sheqel-sign {
--fa: "\f20b"; }
.fa-map {
--fa: "\f279"; }
.fa-rocket {
--fa: "\f135"; }
.fa-photo-film {
--fa: "\f87c"; }
.fa-photo-video {
--fa: "\f87c"; }
.fa-folder-minus {
--fa: "\f65d"; }
.fa-hexagon-nodes-bolt {
--fa: "\e69a"; }
.fa-store {
--fa: "\f54e"; }
.fa-arrow-trend-up {
--fa: "\e098"; }
.fa-plug-circle-minus {
--fa: "\e55e"; }
.fa-sign-hanging {
--fa: "\f4d9"; }
.fa-sign {
--fa: "\f4d9"; }
.fa-bezier-curve {
--fa: "\f55b"; }
.fa-bell-slash {
--fa: "\f1f6"; }
.fa-tablet {
--fa: "\f3fb"; }
.fa-tablet-android {
--fa: "\f3fb"; }
.fa-school-flag {
--fa: "\e56e"; }
.fa-fill {
--fa: "\f575"; }
.fa-angle-up {
--fa: "\f106"; }
.fa-drumstick-bite {
--fa: "\f6d7"; }
.fa-holly-berry {
--fa: "\f7aa"; }
.fa-chevron-left {
--fa: "\f053"; }
.fa-bacteria {
--fa: "\e059"; }
.fa-hand-lizard {
--fa: "\f258"; }
.fa-notdef {
--fa: "\e1fe"; }
.fa-disease {
--fa: "\f7fa"; }
.fa-briefcase-medical {
--fa: "\f469"; }
.fa-genderless {
--fa: "\f22d"; }
.fa-chevron-right {
--fa: "\f054"; }
.fa-retweet {
--fa: "\f079"; }
.fa-car-rear {
--fa: "\f5de"; }
.fa-car-alt {
--fa: "\f5de"; }
.fa-pump-soap {
--fa: "\e06b"; }
.fa-video-slash {
--fa: "\f4e2"; }
.fa-battery-quarter {
--fa: "\f243"; }
.fa-battery-2 {
--fa: "\f243"; }
.fa-radio {
--fa: "\f8d7"; }
.fa-baby-carriage {
--fa: "\f77d"; }
.fa-carriage-baby {
--fa: "\f77d"; }
.fa-traffic-light {
--fa: "\f637"; }
.fa-thermometer {
--fa: "\f491"; }
.fa-vr-cardboard {
--fa: "\f729"; }
.fa-hand-middle-finger {
--fa: "\f806"; }
.fa-percent {
--fa: "\25"; }
.fa-percentage {
--fa: "\25"; }
.fa-truck-moving {
--fa: "\f4df"; }
.fa-glass-water-droplet {
--fa: "\e4f5"; }
.fa-display {
--fa: "\e163"; }
.fa-face-smile {
--fa: "\f118"; }
.fa-smile {
--fa: "\f118"; }
.fa-thumbtack {
--fa: "\f08d"; }
.fa-thumb-tack {
--fa: "\f08d"; }
.fa-trophy {
--fa: "\f091"; }
.fa-person-praying {
--fa: "\f683"; }
.fa-pray {
--fa: "\f683"; }
.fa-hammer {
--fa: "\f6e3"; }
.fa-hand-peace {
--fa: "\f25b"; }
.fa-rotate {
--fa: "\f2f1"; }
.fa-sync-alt {
--fa: "\f2f1"; }
.fa-spinner {
--fa: "\f110"; }
.fa-robot {
--fa: "\f544"; }
.fa-peace {
--fa: "\f67c"; }
.fa-gears {
--fa: "\f085"; }
.fa-cogs {
--fa: "\f085"; }
.fa-warehouse {
--fa: "\f494"; }
.fa-arrow-up-right-dots {
--fa: "\e4b7"; }
.fa-splotch {
--fa: "\f5bc"; }
.fa-face-grin-hearts {
--fa: "\f584"; }
.fa-grin-hearts {
--fa: "\f584"; }
.fa-dice-four {
--fa: "\f524"; }
.fa-sim-card {
--fa: "\f7c4"; }
.fa-transgender {
--fa: "\f225"; }
.fa-transgender-alt {
--fa: "\f225"; }
.fa-mercury {
--fa: "\f223"; }
.fa-arrow-turn-down {
--fa: "\f149"; }
.fa-level-down {
--fa: "\f149"; }
.fa-person-falling-burst {
--fa: "\e547"; }
.fa-award {
--fa: "\f559"; }
.fa-ticket-simple {
--fa: "\f3ff"; }
.fa-ticket-alt {
--fa: "\f3ff"; }
.fa-building {
--fa: "\f1ad"; }
.fa-angles-left {
--fa: "\f100"; }
.fa-angle-double-left {
--fa: "\f100"; }
.fa-qrcode {
--fa: "\f029"; }
.fa-clock-rotate-left {
--fa: "\f1da"; }
.fa-history {
--fa: "\f1da"; }
.fa-face-grin-beam-sweat {
--fa: "\f583"; }
.fa-grin-beam-sweat {
--fa: "\f583"; }
.fa-file-export {
--fa: "\f56e"; }
.fa-arrow-right-from-file {
--fa: "\f56e"; }
.fa-shield {
--fa: "\f132"; }
.fa-shield-blank {
--fa: "\f132"; }
.fa-arrow-up-short-wide {
--fa: "\f885"; }
.fa-sort-amount-up-alt {
--fa: "\f885"; }
.fa-comment-nodes {
--fa: "\e696"; }
.fa-house-medical {
--fa: "\e3b2"; }
.fa-golf-ball-tee {
--fa: "\f450"; }
.fa-golf-ball {
--fa: "\f450"; }
.fa-circle-chevron-left {
--fa: "\f137"; }
.fa-chevron-circle-left {
--fa: "\f137"; }
.fa-house-chimney-window {
--fa: "\e00d"; }
.fa-pen-nib {
--fa: "\f5ad"; }
.fa-tent-arrow-turn-left {
--fa: "\e580"; }
.fa-tents {
--fa: "\e582"; }
.fa-wand-magic {
--fa: "\f0d0"; }
.fa-magic {
--fa: "\f0d0"; }
.fa-dog {
--fa: "\f6d3"; }
.fa-carrot {
--fa: "\f787"; }
.fa-moon {
--fa: "\f186"; }
.fa-wine-glass-empty {
--fa: "\f5ce"; }
.fa-wine-glass-alt {
--fa: "\f5ce"; }
.fa-cheese {
--fa: "\f7ef"; }
.fa-yin-yang {
--fa: "\f6ad"; }
.fa-music {
--fa: "\f001"; }
.fa-code-commit {
--fa: "\f386"; }
.fa-temperature-low {
--fa: "\f76b"; }
.fa-person-biking {
--fa: "\f84a"; }
.fa-biking {
--fa: "\f84a"; }
.fa-broom {
--fa: "\f51a"; }
.fa-shield-heart {
--fa: "\e574"; }
.fa-gopuram {
--fa: "\f664"; }
.fa-earth-oceania {
--fa: "\e47b"; }
.fa-globe-oceania {
--fa: "\e47b"; }
.fa-square-xmark {
--fa: "\f2d3"; }
.fa-times-square {
--fa: "\f2d3"; }
.fa-xmark-square {
--fa: "\f2d3"; }
.fa-hashtag {
--fa: "\23"; }
.fa-up-right-and-down-left-from-center {
--fa: "\f424"; }
.fa-expand-alt {
--fa: "\f424"; }
.fa-oil-can {
--fa: "\f613"; }
.fa-t {
--fa: "\54"; }
.fa-hippo {
--fa: "\f6ed"; }
.fa-chart-column {
--fa: "\e0e3"; }
.fa-infinity {
--fa: "\f534"; }
.fa-vial-circle-check {
--fa: "\e596"; }
.fa-person-arrow-down-to-line {
--fa: "\e538"; }
.fa-voicemail {
--fa: "\f897"; }
.fa-fan {
--fa: "\f863"; }
.fa-person-walking-luggage {
--fa: "\e554"; }
.fa-up-down {
--fa: "\f338"; }
.fa-arrows-alt-v {
--fa: "\f338"; }
.fa-cloud-moon-rain {
--fa: "\f73c"; }
.fa-calendar {
--fa: "\f133"; }
.fa-trailer {
--fa: "\e041"; }
.fa-bahai {
--fa: "\f666"; }
.fa-haykal {
--fa: "\f666"; }
.fa-sd-card {
--fa: "\f7c2"; }
.fa-dragon {
--fa: "\f6d5"; }
.fa-shoe-prints {
--fa: "\f54b"; }
.fa-circle-plus {
--fa: "\f055"; }
.fa-plus-circle {
--fa: "\f055"; }
.fa-face-grin-tongue-wink {
--fa: "\f58b"; }
.fa-grin-tongue-wink {
--fa: "\f58b"; }
.fa-hand-holding {
--fa: "\f4bd"; }
.fa-plug-circle-exclamation {
--fa: "\e55d"; }
.fa-link-slash {
--fa: "\f127"; }
.fa-chain-broken {
--fa: "\f127"; }
.fa-chain-slash {
--fa: "\f127"; }
.fa-unlink {
--fa: "\f127"; }
.fa-clone {
--fa: "\f24d"; }
.fa-person-walking-arrow-loop-left {
--fa: "\e551"; }
.fa-arrow-up-z-a {
--fa: "\f882"; }
.fa-sort-alpha-up-alt {
--fa: "\f882"; }
.fa-fire-flame-curved {
--fa: "\f7e4"; }
.fa-fire-alt {
--fa: "\f7e4"; }
.fa-tornado {
--fa: "\f76f"; }
.fa-file-circle-plus {
--fa: "\e494"; }
.fa-book-quran {
--fa: "\f687"; }
.fa-quran {
--fa: "\f687"; }
.fa-anchor {
--fa: "\f13d"; }
.fa-border-all {
--fa: "\f84c"; }
.fa-face-angry {
--fa: "\f556"; }
.fa-angry {
--fa: "\f556"; }
.fa-cookie-bite {
--fa: "\f564"; }
.fa-arrow-trend-down {
--fa: "\e097"; }
.fa-rss {
--fa: "\f09e"; }
.fa-feed {
--fa: "\f09e"; }
.fa-draw-polygon {
--fa: "\f5ee"; }
.fa-scale-balanced {
--fa: "\f24e"; }
.fa-balance-scale {
--fa: "\f24e"; }
.fa-gauge-simple-high {
--fa: "\f62a"; }
.fa-tachometer {
--fa: "\f62a"; }
.fa-tachometer-fast {
--fa: "\f62a"; }
.fa-shower {
--fa: "\f2cc"; }
.fa-desktop {
--fa: "\f390"; }
.fa-desktop-alt {
--fa: "\f390"; }
.fa-m {
--fa: "\4d"; }
.fa-table-list {
--fa: "\f00b"; }
.fa-th-list {
--fa: "\f00b"; }
.fa-comment-sms {
--fa: "\f7cd"; }
.fa-sms {
--fa: "\f7cd"; }
.fa-book {
--fa: "\f02d"; }
.fa-user-plus {
--fa: "\f234"; }
.fa-check {
--fa: "\f00c"; }
.fa-battery-three-quarters {
--fa: "\f241"; }
.fa-battery-4 {
--fa: "\f241"; }
.fa-house-circle-check {
--fa: "\e509"; }
.fa-angle-left {
--fa: "\f104"; }
.fa-diagram-successor {
--fa: "\e47a"; }
.fa-truck-arrow-right {
--fa: "\e58b"; }
.fa-arrows-split-up-and-left {
--fa: "\e4bc"; }
.fa-hand-fist {
--fa: "\f6de"; }
.fa-fist-raised {
--fa: "\f6de"; }
.fa-cloud-moon {
--fa: "\f6c3"; }
.fa-briefcase {
--fa: "\f0b1"; }
.fa-person-falling {
--fa: "\e546"; }
.fa-image-portrait {
--fa: "\f3e0"; }
.fa-portrait {
--fa: "\f3e0"; }
.fa-user-tag {
--fa: "\f507"; }
.fa-rug {
--fa: "\e569"; }
.fa-earth-europe {
--fa: "\f7a2"; }
.fa-globe-europe {
--fa: "\f7a2"; }
.fa-cart-flatbed-suitcase {
--fa: "\f59d"; }
.fa-luggage-cart {
--fa: "\f59d"; }
.fa-rectangle-xmark {
--fa: "\f410"; }
.fa-rectangle-times {
--fa: "\f410"; }
.fa-times-rectangle {
--fa: "\f410"; }
.fa-window-close {
--fa: "\f410"; }
.fa-baht-sign {
--fa: "\e0ac"; }
.fa-book-open {
--fa: "\f518"; }
.fa-book-journal-whills {
--fa: "\f66a"; }
.fa-journal-whills {
--fa: "\f66a"; }
.fa-handcuffs {
--fa: "\e4f8"; }
.fa-triangle-exclamation {
--fa: "\f071"; }
.fa-exclamation-triangle {
--fa: "\f071"; }
.fa-warning {
--fa: "\f071"; }
.fa-database {
--fa: "\f1c0"; }
.fa-share {
--fa: "\f064"; }
.fa-mail-forward {
--fa: "\f064"; }
.fa-bottle-droplet {
--fa: "\e4c4"; }
.fa-mask-face {
--fa: "\e1d7"; }
.fa-hill-rockslide {
--fa: "\e508"; }
.fa-right-left {
--fa: "\f362"; }
.fa-exchange-alt {
--fa: "\f362"; }
.fa-paper-plane {
--fa: "\f1d8"; }
.fa-road-circle-exclamation {
--fa: "\e565"; }
.fa-dungeon {
--fa: "\f6d9"; }
.fa-align-right {
--fa: "\f038"; }
.fa-money-bill-1-wave {
--fa: "\f53b"; }
.fa-money-bill-wave-alt {
--fa: "\f53b"; }
.fa-life-ring {
--fa: "\f1cd"; }
.fa-hands {
--fa: "\f2a7"; }
.fa-sign-language {
--fa: "\f2a7"; }
.fa-signing {
--fa: "\f2a7"; }
.fa-calendar-day {
--fa: "\f783"; }
.fa-water-ladder {
--fa: "\f5c5"; }
.fa-ladder-water {
--fa: "\f5c5"; }
.fa-swimming-pool {
--fa: "\f5c5"; }
.fa-arrows-up-down {
--fa: "\f07d"; }
.fa-arrows-v {
--fa: "\f07d"; }
.fa-face-grimace {
--fa: "\f57f"; }
.fa-grimace {
--fa: "\f57f"; }
.fa-wheelchair-move {
--fa: "\e2ce"; }
.fa-wheelchair-alt {
--fa: "\e2ce"; }
.fa-turn-down {
--fa: "\f3be"; }
.fa-level-down-alt {
--fa: "\f3be"; }
.fa-person-walking-arrow-right {
--fa: "\e552"; }
.fa-square-envelope {
--fa: "\f199"; }
.fa-envelope-square {
--fa: "\f199"; }
.fa-dice {
--fa: "\f522"; }
.fa-bowling-ball {
--fa: "\f436"; }
.fa-brain {
--fa: "\f5dc"; }
.fa-bandage {
--fa: "\f462"; }
.fa-band-aid {
--fa: "\f462"; }
.fa-calendar-minus {
--fa: "\f272"; }
.fa-circle-xmark {
--fa: "\f057"; }
.fa-times-circle {
--fa: "\f057"; }
.fa-xmark-circle {
--fa: "\f057"; }
.fa-gifts {
--fa: "\f79c"; }
.fa-hotel {
--fa: "\f594"; }
.fa-earth-asia {
--fa: "\f57e"; }
.fa-globe-asia {
--fa: "\f57e"; }
.fa-id-card-clip {
--fa: "\f47f"; }
.fa-id-card-alt {
--fa: "\f47f"; }
.fa-magnifying-glass-plus {
--fa: "\f00e"; }
.fa-search-plus {
--fa: "\f00e"; }
.fa-thumbs-up {
--fa: "\f164"; }
.fa-user-clock {
--fa: "\f4fd"; }
.fa-hand-dots {
--fa: "\f461"; }
.fa-allergies {
--fa: "\f461"; }
.fa-file-invoice {
--fa: "\f570"; }
.fa-window-minimize {
--fa: "\f2d1"; }
.fa-mug-saucer {
--fa: "\f0f4"; }
.fa-coffee {
--fa: "\f0f4"; }
.fa-brush {
--fa: "\f55d"; }
.fa-file-half-dashed {
--fa: "\e698"; }
.fa-mask {
--fa: "\f6fa"; }
.fa-magnifying-glass-minus {
--fa: "\f010"; }
.fa-search-minus {
--fa: "\f010"; }
.fa-ruler-vertical {
--fa: "\f548"; }
.fa-user-large {
--fa: "\f406"; }
.fa-user-alt {
--fa: "\f406"; }
.fa-train-tram {
--fa: "\e5b4"; }
.fa-user-nurse {
--fa: "\f82f"; }
.fa-syringe {
--fa: "\f48e"; }
.fa-cloud-sun {
--fa: "\f6c4"; }
.fa-stopwatch-20 {
--fa: "\e06f"; }
.fa-square-full {
--fa: "\f45c"; }
.fa-magnet {
--fa: "\f076"; }
.fa-jar {
--fa: "\e516"; }
.fa-note-sticky {
--fa: "\f249"; }
.fa-sticky-note {
--fa: "\f249"; }
.fa-bug-slash {
--fa: "\e490"; }
.fa-arrow-up-from-water-pump {
--fa: "\e4b6"; }
.fa-bone {
--fa: "\f5d7"; }
.fa-table-cells-row-unlock {
--fa: "\e691"; }
.fa-user-injured {
--fa: "\f728"; }
.fa-face-sad-tear {
--fa: "\f5b4"; }
.fa-sad-tear {
--fa: "\f5b4"; }
.fa-plane {
--fa: "\f072"; }
.fa-tent-arrows-down {
--fa: "\e581"; }
.fa-exclamation {
--fa: "\21"; }
.fa-arrows-spin {
--fa: "\e4bb"; }
.fa-print {
--fa: "\f02f"; }
.fa-turkish-lira-sign {
--fa: "\e2bb"; }
.fa-try {
--fa: "\e2bb"; }
.fa-turkish-lira {
--fa: "\e2bb"; }
.fa-dollar-sign {
--fa: "\24"; }
.fa-dollar {
--fa: "\24"; }
.fa-usd {
--fa: "\24"; }
.fa-x {
--fa: "\58"; }
.fa-magnifying-glass-dollar {
--fa: "\f688"; }
.fa-search-dollar {
--fa: "\f688"; }
.fa-users-gear {
--fa: "\f509"; }
.fa-users-cog {
--fa: "\f509"; }
.fa-person-military-pointing {
--fa: "\e54a"; }
.fa-building-columns {
--fa: "\f19c"; }
.fa-bank {
--fa: "\f19c"; }
.fa-institution {
--fa: "\f19c"; }
.fa-museum {
--fa: "\f19c"; }
.fa-university {
--fa: "\f19c"; }
.fa-umbrella {
--fa: "\f0e9"; }
.fa-trowel {
--fa: "\e589"; }
.fa-d {
--fa: "\44"; }
.fa-stapler {
--fa: "\e5af"; }
.fa-masks-theater {
--fa: "\f630"; }
.fa-theater-masks {
--fa: "\f630"; }
.fa-kip-sign {
--fa: "\e1c4"; }
.fa-hand-point-left {
--fa: "\f0a5"; }
.fa-handshake-simple {
--fa: "\f4c6"; }
.fa-handshake-alt {
--fa: "\f4c6"; }
.fa-jet-fighter {
--fa: "\f0fb"; }
.fa-fighter-jet {
--fa: "\f0fb"; }
.fa-square-share-nodes {
--fa: "\f1e1"; }
.fa-share-alt-square {
--fa: "\f1e1"; }
.fa-barcode {
--fa: "\f02a"; }
.fa-plus-minus {
--fa: "\e43c"; }
.fa-video {
--fa: "\f03d"; }
.fa-video-camera {
--fa: "\f03d"; }
.fa-graduation-cap {
--fa: "\f19d"; }
.fa-mortar-board {
--fa: "\f19d"; }
.fa-hand-holding-medical {
--fa: "\e05c"; }
.fa-person-circle-check {
--fa: "\e53e"; }
.fa-turn-up {
--fa: "\f3bf"; }
.fa-level-up-alt {
--fa: "\f3bf"; }
.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(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-brands-400.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
font-weight: 400; }
.fa-monero {
--fa: "\f3d0"; }
.fa-hooli {
--fa: "\f427"; }
.fa-yelp {
--fa: "\f1e9"; }
.fa-cc-visa {
--fa: "\f1f0"; }
.fa-lastfm {
--fa: "\f202"; }
.fa-shopware {
--fa: "\f5b5"; }
.fa-creative-commons-nc {
--fa: "\f4e8"; }
.fa-aws {
--fa: "\f375"; }
.fa-redhat {
--fa: "\f7bc"; }
.fa-yoast {
--fa: "\f2b1"; }
.fa-cloudflare {
--fa: "\e07d"; }
.fa-ups {
--fa: "\f7e0"; }
.fa-pixiv {
--fa: "\e640"; }
.fa-wpexplorer {
--fa: "\f2de"; }
.fa-dyalog {
--fa: "\f399"; }
.fa-bity {
--fa: "\f37a"; }
.fa-stackpath {
--fa: "\f842"; }
.fa-buysellads {
--fa: "\f20d"; }
.fa-first-order {
--fa: "\f2b0"; }
.fa-modx {
--fa: "\f285"; }
.fa-guilded {
--fa: "\e07e"; }
.fa-vnv {
--fa: "\f40b"; }
.fa-square-js {
--fa: "\f3b9"; }
.fa-js-square {
--fa: "\f3b9"; }
.fa-microsoft {
--fa: "\f3ca"; }
.fa-qq {
--fa: "\f1d6"; }
.fa-orcid {
--fa: "\f8d2"; }
.fa-java {
--fa: "\f4e4"; }
.fa-invision {
--fa: "\f7b0"; }
.fa-creative-commons-pd-alt {
--fa: "\f4ed"; }
.fa-centercode {
--fa: "\f380"; }
.fa-glide-g {
--fa: "\f2a6"; }
.fa-drupal {
--fa: "\f1a9"; }
.fa-jxl {
--fa: "\e67b"; }
.fa-dart-lang {
--fa: "\e693"; }
.fa-hire-a-helper {
--fa: "\f3b0"; }
.fa-creative-commons-by {
--fa: "\f4e7"; }
.fa-unity {
--fa: "\e049"; }
.fa-whmcs {
--fa: "\f40d"; }
.fa-rocketchat {
--fa: "\f3e8"; }
.fa-vk {
--fa: "\f189"; }
.fa-untappd {
--fa: "\f405"; }
.fa-mailchimp {
--fa: "\f59e"; }
.fa-css3-alt {
--fa: "\f38b"; }
.fa-square-reddit {
--fa: "\f1a2"; }
.fa-reddit-square {
--fa: "\f1a2"; }
.fa-vimeo-v {
--fa: "\f27d"; }
.fa-contao {
--fa: "\f26d"; }
.fa-square-font-awesome {
--fa: "\e5ad"; }
.fa-deskpro {
--fa: "\f38f"; }
.fa-brave {
--fa: "\e63c"; }
.fa-sistrix {
--fa: "\f3ee"; }
.fa-square-instagram {
--fa: "\e055"; }
.fa-instagram-square {
--fa: "\e055"; }
.fa-battle-net {
--fa: "\f835"; }
.fa-the-red-yeti {
--fa: "\f69d"; }
.fa-square-hacker-news {
--fa: "\f3af"; }
.fa-hacker-news-square {
--fa: "\f3af"; }
.fa-edge {
--fa: "\f282"; }
.fa-threads {
--fa: "\e618"; }
.fa-napster {
--fa: "\f3d2"; }
.fa-square-snapchat {
--fa: "\f2ad"; }
.fa-snapchat-square {
--fa: "\f2ad"; }
.fa-google-plus-g {
--fa: "\f0d5"; }
.fa-artstation {
--fa: "\f77a"; }
.fa-markdown {
--fa: "\f60f"; }
.fa-sourcetree {
--fa: "\f7d3"; }
.fa-google-plus {
--fa: "\f2b3"; }
.fa-diaspora {
--fa: "\f791"; }
.fa-foursquare {
--fa: "\f180"; }
.fa-stack-overflow {
--fa: "\f16c"; }
.fa-github-alt {
--fa: "\f113"; }
.fa-phoenix-squadron {
--fa: "\f511"; }
.fa-pagelines {
--fa: "\f18c"; }
.fa-algolia {
--fa: "\f36c"; }
.fa-red-river {
--fa: "\f3e3"; }
.fa-creative-commons-sa {
--fa: "\f4ef"; }
.fa-safari {
--fa: "\f267"; }
.fa-google {
--fa: "\f1a0"; }
.fa-square-font-awesome-stroke {
--fa: "\f35c"; }
.fa-font-awesome-alt {
--fa: "\f35c"; }
.fa-atlassian {
--fa: "\f77b"; }
.fa-linkedin-in {
--fa: "\f0e1"; }
.fa-digital-ocean {
--fa: "\f391"; }
.fa-nimblr {
--fa: "\f5a8"; }
.fa-chromecast {
--fa: "\f838"; }
.fa-evernote {
--fa: "\f839"; }
.fa-hacker-news {
--fa: "\f1d4"; }
.fa-creative-commons-sampling {
--fa: "\f4f0"; }
.fa-adversal {
--fa: "\f36a"; }
.fa-creative-commons {
--fa: "\f25e"; }
.fa-watchman-monitoring {
--fa: "\e087"; }
.fa-fonticons {
--fa: "\f280"; }
.fa-weixin {
--fa: "\f1d7"; }
.fa-shirtsinbulk {
--fa: "\f214"; }
.fa-codepen {
--fa: "\f1cb"; }
.fa-git-alt {
--fa: "\f841"; }
.fa-lyft {
--fa: "\f3c3"; }
.fa-rev {
--fa: "\f5b2"; }
.fa-windows {
--fa: "\f17a"; }
.fa-wizards-of-the-coast {
--fa: "\f730"; }
.fa-square-viadeo {
--fa: "\f2aa"; }
.fa-viadeo-square {
--fa: "\f2aa"; }
.fa-meetup {
--fa: "\f2e0"; }
.fa-centos {
--fa: "\f789"; }
.fa-adn {
--fa: "\f170"; }
.fa-cloudsmith {
--fa: "\f384"; }
.fa-opensuse {
--fa: "\e62b"; }
.fa-pied-piper-alt {
--fa: "\f1a8"; }
.fa-square-dribbble {
--fa: "\f397"; }
.fa-dribbble-square {
--fa: "\f397"; }
.fa-codiepie {
--fa: "\f284"; }
.fa-node {
--fa: "\f419"; }
.fa-mix {
--fa: "\f3cb"; }
.fa-steam {
--fa: "\f1b6"; }
.fa-cc-apple-pay {
--fa: "\f416"; }
.fa-scribd {
--fa: "\f28a"; }
.fa-debian {
--fa: "\e60b"; }
.fa-openid {
--fa: "\f19b"; }
.fa-instalod {
--fa: "\e081"; }
.fa-files-pinwheel {
--fa: "\e69f"; }
.fa-expeditedssl {
--fa: "\f23e"; }
.fa-sellcast {
--fa: "\f2da"; }
.fa-square-twitter {
--fa: "\f081"; }
.fa-twitter-square {
--fa: "\f081"; }
.fa-r-project {
--fa: "\f4f7"; }
.fa-delicious {
--fa: "\f1a5"; }
.fa-freebsd {
--fa: "\f3a4"; }
.fa-vuejs {
--fa: "\f41f"; }
.fa-accusoft {
--fa: "\f369"; }
.fa-ioxhost {
--fa: "\f208"; }
.fa-fonticons-fi {
--fa: "\f3a2"; }
.fa-app-store {
--fa: "\f36f"; }
.fa-cc-mastercard {
--fa: "\f1f1"; }
.fa-itunes-note {
--fa: "\f3b5"; }
.fa-golang {
--fa: "\e40f"; }
.fa-kickstarter {
--fa: "\f3bb"; }
.fa-square-kickstarter {
--fa: "\f3bb"; }
.fa-grav {
--fa: "\f2d6"; }
.fa-weibo {
--fa: "\f18a"; }
.fa-uncharted {
--fa: "\e084"; }
.fa-firstdraft {
--fa: "\f3a1"; }
.fa-square-youtube {
--fa: "\f431"; }
.fa-youtube-square {
--fa: "\f431"; }
.fa-wikipedia-w {
--fa: "\f266"; }
.fa-wpressr {
--fa: "\f3e4"; }
.fa-rendact {
--fa: "\f3e4"; }
.fa-angellist {
--fa: "\f209"; }
.fa-galactic-republic {
--fa: "\f50c"; }
.fa-nfc-directional {
--fa: "\e530"; }
.fa-skype {
--fa: "\f17e"; }
.fa-joget {
--fa: "\f3b7"; }
.fa-fedora {
--fa: "\f798"; }
.fa-stripe-s {
--fa: "\f42a"; }
.fa-meta {
--fa: "\e49b"; }
.fa-laravel {
--fa: "\f3bd"; }
.fa-hotjar {
--fa: "\f3b1"; }
.fa-bluetooth-b {
--fa: "\f294"; }
.fa-square-letterboxd {
--fa: "\e62e"; }
.fa-sticker-mule {
--fa: "\f3f7"; }
.fa-creative-commons-zero {
--fa: "\f4f3"; }
.fa-hips {
--fa: "\f452"; }
.fa-css {
--fa: "\e6a2"; }
.fa-behance {
--fa: "\f1b4"; }
.fa-reddit {
--fa: "\f1a1"; }
.fa-discord {
--fa: "\f392"; }
.fa-chrome {
--fa: "\f268"; }
.fa-app-store-ios {
--fa: "\f370"; }
.fa-cc-discover {
--fa: "\f1f2"; }
.fa-wpbeginner {
--fa: "\f297"; }
.fa-confluence {
--fa: "\f78d"; }
.fa-shoelace {
--fa: "\e60c"; }
.fa-mdb {
--fa: "\f8ca"; }
.fa-dochub {
--fa: "\f394"; }
.fa-accessible-icon {
--fa: "\f368"; }
.fa-ebay {
--fa: "\f4f4"; }
.fa-amazon {
--fa: "\f270"; }
.fa-unsplash {
--fa: "\e07c"; }
.fa-yarn {
--fa: "\f7e3"; }
.fa-square-steam {
--fa: "\f1b7"; }
.fa-steam-square {
--fa: "\f1b7"; }
.fa-500px {
--fa: "\f26e"; }
.fa-square-vimeo {
--fa: "\f194"; }
.fa-vimeo-square {
--fa: "\f194"; }
.fa-asymmetrik {
--fa: "\f372"; }
.fa-font-awesome {
--fa: "\f2b4"; }
.fa-font-awesome-flag {
--fa: "\f2b4"; }
.fa-font-awesome-logo-full {
--fa: "\f2b4"; }
.fa-gratipay {
--fa: "\f184"; }
.fa-apple {
--fa: "\f179"; }
.fa-hive {
--fa: "\e07f"; }
.fa-gitkraken {
--fa: "\f3a6"; }
.fa-keybase {
--fa: "\f4f5"; }
.fa-apple-pay {
--fa: "\f415"; }
.fa-padlet {
--fa: "\e4a0"; }
.fa-amazon-pay {
--fa: "\f42c"; }
.fa-square-github {
--fa: "\f092"; }
.fa-github-square {
--fa: "\f092"; }
.fa-stumbleupon {
--fa: "\f1a4"; }
.fa-fedex {
--fa: "\f797"; }
.fa-phoenix-framework {
--fa: "\f3dc"; }
.fa-shopify {
--fa: "\e057"; }
.fa-neos {
--fa: "\f612"; }
.fa-square-threads {
--fa: "\e619"; }
.fa-hackerrank {
--fa: "\f5f7"; }
.fa-researchgate {
--fa: "\f4f8"; }
.fa-swift {
--fa: "\f8e1"; }
.fa-angular {
--fa: "\f420"; }
.fa-speakap {
--fa: "\f3f3"; }
.fa-angrycreative {
--fa: "\f36e"; }
.fa-y-combinator {
--fa: "\f23b"; }
.fa-empire {
--fa: "\f1d1"; }
.fa-envira {
--fa: "\f299"; }
.fa-google-scholar {
--fa: "\e63b"; }
.fa-square-gitlab {
--fa: "\e5ae"; }
.fa-gitlab-square {
--fa: "\e5ae"; }
.fa-studiovinari {
--fa: "\f3f8"; }
.fa-pied-piper {
--fa: "\f2ae"; }
.fa-wordpress {
--fa: "\f19a"; }
.fa-product-hunt {
--fa: "\f288"; }
.fa-firefox {
--fa: "\f269"; }
.fa-linode {
--fa: "\f2b8"; }
.fa-goodreads {
--fa: "\f3a8"; }
.fa-square-odnoklassniki {
--fa: "\f264"; }
.fa-odnoklassniki-square {
--fa: "\f264"; }
.fa-jsfiddle {
--fa: "\f1cc"; }
.fa-sith {
--fa: "\f512"; }
.fa-themeisle {
--fa: "\f2b2"; }
.fa-page4 {
--fa: "\f3d7"; }
.fa-hashnode {
--fa: "\e499"; }
.fa-react {
--fa: "\f41b"; }
.fa-cc-paypal {
--fa: "\f1f4"; }
.fa-squarespace {
--fa: "\f5be"; }
.fa-cc-stripe {
--fa: "\f1f5"; }
.fa-creative-commons-share {
--fa: "\f4f2"; }
.fa-bitcoin {
--fa: "\f379"; }
.fa-keycdn {
--fa: "\f3ba"; }
.fa-opera {
--fa: "\f26a"; }
.fa-itch-io {
--fa: "\f83a"; }
.fa-umbraco {
--fa: "\f8e8"; }
.fa-galactic-senate {
--fa: "\f50d"; }
.fa-ubuntu {
--fa: "\f7df"; }
.fa-draft2digital {
--fa: "\f396"; }
.fa-stripe {
--fa: "\f429"; }
.fa-houzz {
--fa: "\f27c"; }
.fa-gg {
--fa: "\f260"; }
.fa-dhl {
--fa: "\f790"; }
.fa-square-pinterest {
--fa: "\f0d3"; }
.fa-pinterest-square {
--fa: "\f0d3"; }
.fa-xing {
--fa: "\f168"; }
.fa-blackberry {
--fa: "\f37b"; }
.fa-creative-commons-pd {
--fa: "\f4ec"; }
.fa-playstation {
--fa: "\f3df"; }
.fa-quinscape {
--fa: "\f459"; }
.fa-less {
--fa: "\f41d"; }
.fa-blogger-b {
--fa: "\f37d"; }
.fa-opencart {
--fa: "\f23d"; }
.fa-vine {
--fa: "\f1ca"; }
.fa-signal-messenger {
--fa: "\e663"; }
.fa-paypal {
--fa: "\f1ed"; }
.fa-gitlab {
--fa: "\f296"; }
.fa-typo3 {
--fa: "\f42b"; }
.fa-reddit-alien {
--fa: "\f281"; }
.fa-yahoo {
--fa: "\f19e"; }
.fa-dailymotion {
--fa: "\e052"; }
.fa-affiliatetheme {
--fa: "\f36b"; }
.fa-pied-piper-pp {
--fa: "\f1a7"; }
.fa-bootstrap {
--fa: "\f836"; }
.fa-odnoklassniki {
--fa: "\f263"; }
.fa-nfc-symbol {
--fa: "\e531"; }
.fa-mintbit {
--fa: "\e62f"; }
.fa-ethereum {
--fa: "\f42e"; }
.fa-speaker-deck {
--fa: "\f83c"; }
.fa-creative-commons-nc-eu {
--fa: "\f4e9"; }
.fa-patreon {
--fa: "\f3d9"; }
.fa-avianex {
--fa: "\f374"; }
.fa-ello {
--fa: "\f5f1"; }
.fa-gofore {
--fa: "\f3a7"; }
.fa-bimobject {
--fa: "\f378"; }
.fa-brave-reverse {
--fa: "\e63d"; }
.fa-facebook-f {
--fa: "\f39e"; }
.fa-square-google-plus {
--fa: "\f0d4"; }
.fa-google-plus-square {
--fa: "\f0d4"; }
.fa-web-awesome {
--fa: "\e682"; }
.fa-mandalorian {
--fa: "\f50f"; }
.fa-first-order-alt {
--fa: "\f50a"; }
.fa-osi {
--fa: "\f41a"; }
.fa-google-wallet {
--fa: "\f1ee"; }
.fa-d-and-d-beyond {
--fa: "\f6ca"; }
.fa-periscope {
--fa: "\f3da"; }
.fa-fulcrum {
--fa: "\f50b"; }
.fa-cloudscale {
--fa: "\f383"; }
.fa-forumbee {
--fa: "\f211"; }
.fa-mizuni {
--fa: "\f3cc"; }
.fa-schlix {
--fa: "\f3ea"; }
.fa-square-xing {
--fa: "\f169"; }
.fa-xing-square {
--fa: "\f169"; }
.fa-bandcamp {
--fa: "\f2d5"; }
.fa-wpforms {
--fa: "\f298"; }
.fa-cloudversify {
--fa: "\f385"; }
.fa-usps {
--fa: "\f7e1"; }
.fa-megaport {
--fa: "\f5a3"; }
.fa-magento {
--fa: "\f3c4"; }
.fa-spotify {
--fa: "\f1bc"; }
.fa-optin-monster {
--fa: "\f23c"; }
.fa-fly {
--fa: "\f417"; }
.fa-square-bluesky {
--fa: "\e6a3"; }
.fa-aviato {
--fa: "\f421"; }
.fa-itunes {
--fa: "\f3b4"; }
.fa-cuttlefish {
--fa: "\f38c"; }
.fa-blogger {
--fa: "\f37c"; }
.fa-flickr {
--fa: "\f16e"; }
.fa-viber {
--fa: "\f409"; }
.fa-soundcloud {
--fa: "\f1be"; }
.fa-digg {
--fa: "\f1a6"; }
.fa-tencent-weibo {
--fa: "\f1d5"; }
.fa-letterboxd {
--fa: "\e62d"; }
.fa-symfony {
--fa: "\f83d"; }
.fa-maxcdn {
--fa: "\f136"; }
.fa-etsy {
--fa: "\f2d7"; }
.fa-facebook-messenger {
--fa: "\f39f"; }
.fa-audible {
--fa: "\f373"; }
.fa-think-peaks {
--fa: "\f731"; }
.fa-bilibili {
--fa: "\e3d9"; }
.fa-erlang {
--fa: "\f39d"; }
.fa-x-twitter {
--fa: "\e61b"; }
.fa-cotton-bureau {
--fa: "\f89e"; }
.fa-dashcube {
--fa: "\f210"; }
.fa-42-group {
--fa: "\e080"; }
.fa-innosoft {
--fa: "\e080"; }
.fa-stack-exchange {
--fa: "\f18d"; }
.fa-elementor {
--fa: "\f430"; }
.fa-square-pied-piper {
--fa: "\e01e"; }
.fa-pied-piper-square {
--fa: "\e01e"; }
.fa-creative-commons-nd {
--fa: "\f4eb"; }
.fa-palfed {
--fa: "\f3d8"; }
.fa-superpowers {
--fa: "\f2dd"; }
.fa-resolving {
--fa: "\f3e7"; }
.fa-xbox {
--fa: "\f412"; }
.fa-square-web-awesome-stroke {
--fa: "\e684"; }
.fa-searchengin {
--fa: "\f3eb"; }
.fa-tiktok {
--fa: "\e07b"; }
.fa-square-facebook {
--fa: "\f082"; }
.fa-facebook-square {
--fa: "\f082"; }
.fa-renren {
--fa: "\f18b"; }
.fa-linux {
--fa: "\f17c"; }
.fa-glide {
--fa: "\f2a5"; }
.fa-linkedin {
--fa: "\f08c"; }
.fa-hubspot {
--fa: "\f3b2"; }
.fa-deploydog {
--fa: "\f38e"; }
.fa-twitch {
--fa: "\f1e8"; }
.fa-flutter {
--fa: "\e694"; }
.fa-ravelry {
--fa: "\f2d9"; }
.fa-mixer {
--fa: "\e056"; }
.fa-square-lastfm {
--fa: "\f203"; }
.fa-lastfm-square {
--fa: "\f203"; }
.fa-vimeo {
--fa: "\f40a"; }
.fa-mendeley {
--fa: "\f7b3"; }
.fa-uniregistry {
--fa: "\f404"; }
.fa-figma {
--fa: "\f799"; }
.fa-creative-commons-remix {
--fa: "\f4ee"; }
.fa-cc-amazon-pay {
--fa: "\f42d"; }
.fa-dropbox {
--fa: "\f16b"; }
.fa-instagram {
--fa: "\f16d"; }
.fa-cmplid {
--fa: "\e360"; }
.fa-upwork {
--fa: "\e641"; }
.fa-facebook {
--fa: "\f09a"; }
.fa-gripfire {
--fa: "\f3ac"; }
.fa-jedi-order {
--fa: "\f50e"; }
.fa-uikit {
--fa: "\f403"; }
.fa-fort-awesome-alt {
--fa: "\f3a3"; }
.fa-phabricator {
--fa: "\f3db"; }
.fa-ussunnah {
--fa: "\f407"; }
.fa-earlybirds {
--fa: "\f39a"; }
.fa-trade-federation {
--fa: "\f513"; }
.fa-autoprefixer {
--fa: "\f41c"; }
.fa-whatsapp {
--fa: "\f232"; }
.fa-square-upwork {
--fa: "\e67c"; }
.fa-slideshare {
--fa: "\f1e7"; }
.fa-google-play {
--fa: "\f3ab"; }
.fa-viadeo {
--fa: "\f2a9"; }
.fa-line {
--fa: "\f3c0"; }
.fa-google-drive {
--fa: "\f3aa"; }
.fa-servicestack {
--fa: "\f3ec"; }
.fa-simplybuilt {
--fa: "\f215"; }
.fa-bitbucket {
--fa: "\f171"; }
.fa-imdb {
--fa: "\f2d8"; }
.fa-deezer {
--fa: "\e077"; }
.fa-raspberry-pi {
--fa: "\f7bb"; }
.fa-jira {
--fa: "\f7b1"; }
.fa-docker {
--fa: "\f395"; }
.fa-screenpal {
--fa: "\e570"; }
.fa-bluetooth {
--fa: "\f293"; }
.fa-gitter {
--fa: "\f426"; }
.fa-d-and-d {
--fa: "\f38d"; }
.fa-microblog {
--fa: "\e01a"; }
.fa-cc-diners-club {
--fa: "\f24c"; }
.fa-gg-circle {
--fa: "\f261"; }
.fa-pied-piper-hat {
--fa: "\f4e5"; }
.fa-kickstarter-k {
--fa: "\f3bc"; }
.fa-yandex {
--fa: "\f413"; }
.fa-readme {
--fa: "\f4d5"; }
.fa-html5 {
--fa: "\f13b"; }
.fa-sellsy {
--fa: "\f213"; }
.fa-square-web-awesome {
--fa: "\e683"; }
.fa-sass {
--fa: "\f41e"; }
.fa-wirsindhandwerk {
--fa: "\e2d0"; }
.fa-wsh {
--fa: "\e2d0"; }
.fa-buromobelexperte {
--fa: "\f37f"; }
.fa-salesforce {
--fa: "\f83b"; }
.fa-octopus-deploy {
--fa: "\e082"; }
.fa-medapps {
--fa: "\f3c6"; }
.fa-ns8 {
--fa: "\f3d5"; }
.fa-pinterest-p {
--fa: "\f231"; }
.fa-apper {
--fa: "\f371"; }
.fa-fort-awesome {
--fa: "\f286"; }
.fa-waze {
--fa: "\f83f"; }
.fa-bluesky {
--fa: "\e671"; }
.fa-cc-jcb {
--fa: "\f24b"; }
.fa-snapchat {
--fa: "\f2ab"; }
.fa-snapchat-ghost {
--fa: "\f2ab"; }
.fa-fantasy-flight-games {
--fa: "\f6dc"; }
.fa-rust {
--fa: "\e07a"; }
.fa-wix {
--fa: "\f5cf"; }
.fa-square-behance {
--fa: "\f1b5"; }
.fa-behance-square {
--fa: "\f1b5"; }
.fa-supple {
--fa: "\f3f9"; }
.fa-webflow {
--fa: "\e65c"; }
.fa-rebel {
--fa: "\f1d0"; }
.fa-css3 {
--fa: "\f13c"; }
.fa-staylinked {
--fa: "\f3f5"; }
.fa-kaggle {
--fa: "\f5fa"; }
.fa-space-awesome {
--fa: "\e5ac"; }
.fa-deviantart {
--fa: "\f1bd"; }
.fa-cpanel {
--fa: "\f388"; }
.fa-goodreads-g {
--fa: "\f3a9"; }
.fa-square-git {
--fa: "\f1d2"; }
.fa-git-square {
--fa: "\f1d2"; }
.fa-square-tumblr {
--fa: "\f174"; }
.fa-tumblr-square {
--fa: "\f174"; }
.fa-trello {
--fa: "\f181"; }
.fa-creative-commons-nc-jp {
--fa: "\f4ea"; }
.fa-get-pocket {
--fa: "\f265"; }
.fa-perbyte {
--fa: "\e083"; }
.fa-grunt {
--fa: "\f3ad"; }
.fa-weebly {
--fa: "\f5cc"; }
.fa-connectdevelop {
--fa: "\f20e"; }
.fa-leanpub {
--fa: "\f212"; }
.fa-black-tie {
--fa: "\f27e"; }
.fa-themeco {
--fa: "\f5c6"; }
.fa-python {
--fa: "\f3e2"; }
.fa-android {
--fa: "\f17b"; }
.fa-bots {
--fa: "\e340"; }
.fa-free-code-camp {
--fa: "\f2c5"; }
.fa-hornbill {
--fa: "\f592"; }
.fa-js {
--fa: "\f3b8"; }
.fa-ideal {
--fa: "\e013"; }
.fa-git {
--fa: "\f1d3"; }
.fa-dev {
--fa: "\f6cc"; }
.fa-sketch {
--fa: "\f7c6"; }
.fa-yandex-international {
--fa: "\f414"; }
.fa-cc-amex {
--fa: "\f1f3"; }
.fa-uber {
--fa: "\f402"; }
.fa-github {
--fa: "\f09b"; }
.fa-php {
--fa: "\f457"; }
.fa-alipay {
--fa: "\f642"; }
.fa-youtube {
--fa: "\f167"; }
.fa-skyatlas {
--fa: "\f216"; }
.fa-firefox-browser {
--fa: "\e007"; }
.fa-replyd {
--fa: "\f3e6"; }
.fa-suse {
--fa: "\f7d6"; }
.fa-jenkins {
--fa: "\f3b6"; }
.fa-twitter {
--fa: "\f099"; }
.fa-rockrms {
--fa: "\f3e9"; }
.fa-pinterest {
--fa: "\f0d2"; }
.fa-buffer {
--fa: "\f837"; }
.fa-npm {
--fa: "\f3d4"; }
.fa-yammer {
--fa: "\f840"; }
.fa-btc {
--fa: "\f15a"; }
.fa-dribbble {
--fa: "\f17d"; }
.fa-stumbleupon-circle {
--fa: "\f1a3"; }
.fa-internet-explorer {
--fa: "\f26b"; }
.fa-stubber {
--fa: "\e5c7"; }
.fa-telegram {
--fa: "\f2c6"; }
.fa-telegram-plane {
--fa: "\f2c6"; }
.fa-old-republic {
--fa: "\f510"; }
.fa-odysee {
--fa: "\e5c6"; }
.fa-square-whatsapp {
--fa: "\f40c"; }
.fa-whatsapp-square {
--fa: "\f40c"; }
.fa-node-js {
--fa: "\f3d3"; }
.fa-edge-legacy {
--fa: "\e078"; }
.fa-slack {
--fa: "\f198"; }
.fa-slack-hash {
--fa: "\f198"; }
.fa-medrt {
--fa: "\f3c8"; }
.fa-usb {
--fa: "\f287"; }
.fa-tumblr {
--fa: "\f173"; }
.fa-vaadin {
--fa: "\f408"; }
.fa-quora {
--fa: "\f2c4"; }
.fa-square-x-twitter {
--fa: "\e61a"; }
.fa-reacteurope {
--fa: "\f75d"; }
.fa-medium {
--fa: "\f23a"; }
.fa-medium-m {
--fa: "\f23a"; }
.fa-amilia {
--fa: "\f36d"; }
.fa-mixcloud {
--fa: "\f289"; }
.fa-flipboard {
--fa: "\f44d"; }
.fa-viacoin {
--fa: "\f237"; }
.fa-critical-role {
--fa: "\f6c9"; }
.fa-sitrox {
--fa: "\e44a"; }
.fa-discourse {
--fa: "\f393"; }
.fa-joomla {
--fa: "\f1aa"; }
.fa-mastodon {
--fa: "\f4f6"; }
.fa-airbnb {
--fa: "\f834"; }
.fa-wolf-pack-battalion {
--fa: "\f514"; }
.fa-buy-n-large {
--fa: "\f8a6"; }
.fa-gulp {
--fa: "\f3ae"; }
.fa-creative-commons-sampling-plus {
--fa: "\f4f1"; }
.fa-strava {
--fa: "\f428"; }
.fa-ember {
--fa: "\f423"; }
.fa-canadian-maple-leaf {
--fa: "\f785"; }
.fa-teamspeak {
--fa: "\f4f9"; }
.fa-pushed {
--fa: "\f3e1"; }
.fa-wordpress-simple {
--fa: "\f411"; }
.fa-nutritionix {
--fa: "\f3d6"; }
.fa-wodu {
--fa: "\e088"; }
.fa-google-pay {
--fa: "\e079"; }
.fa-intercom {
--fa: "\f7af"; }
.fa-zhihu {
--fa: "\f63f"; }
.fa-korvue {
--fa: "\f42f"; }
.fa-pix {
--fa: "\e43a"; }
.fa-steam-symbol {
--fa: "\f3f6"; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-regular-400.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-regular-400.ttf) format("truetype"); }
.far,
.fa-regular {
font-weight: 400; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-solid-900.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-solid-900.ttf) format("truetype"); }
.fas,
.fa-solid {
font-weight: 900; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-brands-400.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-solid-900.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-regular-400.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-regular-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-solid-900.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-brands-400.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-regular-400.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-v4compatibility.woff2) format("woff2"), url(//portal.sahararr.com/wp-content/plugins/passwords-manager/assets/libs/webfonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }.pwdms_table_responsive {
padding-top: 30px;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
background-color: #343a40 !important;
color: #fff !important;
}
.pms_data_table {
-webkit-box-shadow: -1px 3px 9px 0px rgba(30, 102, 189, 0.48);
-moz-box-shadow: -1px 3px 9px 0px rgba(30, 102, 189, 0.48);
box-shadow: -1px 3px 9px 0px rgba(30, 102, 189, 0.48);
}
.pms_data_table tbody td {
background-color: #343a40 !important;
color: #fff !important;
}
.pms_data_table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.pms_data_table th,
.pms_data_table td {
background-color: #007bff !important;
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.pwdms_table_responsive input {
color: #fff !important;
}
.pwdms_table_responsive .dataTables_info {
position: absolute;
padding-top: 5px;
}
.pwdms_table_responsive .dataTables_paginate {
text-align: right;
}
.pwdms_table_responsive ul {
position: relative;
list-style-type: none;
display: -webkit-inline-box;
padding-top: 0px;
}
.pwdms_table_responsive .page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pwdms_table_responsive .page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
.pwdms_table_responsive .page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
.pwdms_table_responsive .page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.pwdms_table_responsive .page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.pwdms_table_responsive .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.pwdms_table_responsive a {
text-decoration: none !important;
color: #007bff;
}
.pwdms_table_responsive .page-item:first-child a {
margin-left: 0 !important;
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.pwdms_table_responsive .text-success {
color: #28a745 !important;
}
.pwdms_table_responsive a:focus {
outline: 2px solid #fff;
}
.pwdms_table_responsive .update,
.pwdms_table_responsive .dlt,
.pwdms_table_responsive .note_preview,
.pwdms_table_responsive .copy_clipboard,
.pwdms_table_responsive .clonepass {
display: none !important;
}
.pwdms_table_responsive .text-warning {
color: #ffc107 !important;
}
.pwdms_table_responsive .text-danger {
color: #dc3545 !important;
}
.pwdms_table_responsive .pass_inp {
padding-top: 0px !important
}
#front_pass_table_1_wrapper .row.mt-2:last-child {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
#front_pass_table_1_wrapper .row.mt-2:last-child .pagination {
margin: 0px;
}
.share .label {
display: none;
}
@media (min-width: 1000px) {
.pwdms_table_responsive .pagination .next {
margin: 0;
}
}
@media (min-width: 700px) {
.pwdms_table_responsive .pagination li {
margin: 0 !important;
}
}
@media (min-width: 676px) {
.pwdms_table_responsive .dataTables_paginate {
margin-left: 20%;
}
}
@media (max-width: 599px) {
.pwdms_table_responsive ul {
margin-left: 0px;
}
.pwdms_table_responsive .dataTables_info {
position: relative;
}
.pwdms_table_responsive .dataTables_paginate {
text-align: left;
}
}#pwdms_shrtcd_btn #pwdms_shrtcd_btn-button{background: #258ffc;
color: #fff;
font-weight: bold;
padding: 3px 6px;
border-radius: 3px;
}
.front_table{
width: 100% !important;
}
.pass_inp{
border: none;
}.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wp-core-ui button::-moz-focus-inner,.wp-core-ui input[type=button]::-moz-focus-inner,.wp-core-ui input[type=reset]::-moz-focus-inner,.wp-core-ui input[type=submit]::-moz-focus-inner{border-width:0;border-style:none;padding:0}.wp-core-ui .button-group.button-large .button,.wp-core-ui .button.button-large{min-height:32px;line-height:2.30769231;padding:0 12px}.wp-core-ui .button-group.button-small .button,.wp-core-ui .button.button-small{min-height:26px;line-height:2.18181818;padding:0 8px;font-size:11px}.wp-core-ui .button-group.button-hero .button,.wp-core-ui .button.button-hero{font-size:14px;min-height:46px;line-height:3.14285714;padding:0 36px}.wp-core-ui .button.hidden{display:none}.wp-core-ui input[type=reset],.wp-core-ui input[type=reset]:active,.wp-core-ui input[type=reset]:focus,.wp-core-ui input[type=reset]:hover{background:0 0;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.wp-core-ui .button,.wp-core-ui .button-secondary{color:#2271b1;border-color:#2271b1;background:#f6f7f7;vertical-align:top}.wp-core-ui p .button{vertical-align:baseline}.wp-core-ui .button-secondary:hover,.wp-core-ui .button.hover,.wp-core-ui .button:hover{background:#f0f0f1;border-color:#0a4b78;color:#0a4b78}.wp-core-ui .button-secondary:focus,.wp-core-ui .button.focus,.wp-core-ui .button:focus{background:#f6f7f7;border-color:#3582c4;color:#0a4b78;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent;outline-offset:0}.wp-core-ui .button-secondary:active,.wp-core-ui .button:active{background:#f6f7f7;border-color:#8c8f94;box-shadow:none}.wp-core-ui .button.active,.wp-core-ui .button.active:hover{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}.wp-core-ui .button-disabled,.wp-core-ui .button-secondary.disabled,.wp-core-ui .button-secondary:disabled,.wp-core-ui .button-secondary[disabled],.wp-core-ui .button.disabled,.wp-core-ui .button:disabled,.wp-core-ui .button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;cursor:default;transform:none!important}.wp-core-ui .button-secondary[aria-disabled=true],.wp-core-ui .button[aria-disabled=true]{cursor:default}.wp-core-ui .button-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:0 0;cursor:pointer;text-align:left;color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out}.wp-core-ui .button-link:active,.wp-core-ui .button-link:hover{color:#135e96}.wp-core-ui .button-link:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.wp-core-ui .button-link-delete{color:#d63638}.wp-core-ui .button-link-delete:focus,.wp-core-ui .button-link-delete:hover{color:#d63638;background:0 0}.wp-core-ui .button-link-delete:disabled{background:0 0!important}.wp-core-ui .button-primary{background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary.hover,.wp-core-ui .button-primary:focus,.wp-core-ui .button-primary:hover{background:#135e96;border-color:#135e96;color:#fff}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.wp-core-ui .button-primary.active,.wp-core-ui .button-primary.active:focus,.wp-core-ui .button-primary.active:hover,.wp-core-ui .button-primary:active{background:#135e96;border-color:#135e96;box-shadow:none;color:#fff}.wp-core-ui .button-primary-disabled,.wp-core-ui .button-primary.disabled,.wp-core-ui .button-primary:disabled,.wp-core-ui .button-primary[disabled]{color:#a7aaad!important;background:#f6f7f7!important;border-color:#dcdcde!important;box-shadow:none!important;text-shadow:none!important;cursor:default}.wp-core-ui .button-primary[aria-disabled=true]{cursor:default}.wp-core-ui .button-group{position:relative;display:inline-block;white-space:nowrap;font-size:0;vertical-align:middle}.wp-core-ui .button-group>.button{display:inline-block;border-radius:0;margin-right:-1px}.wp-core-ui .button-group>.button:first-child{border-radius:3px 0 0 3px}.wp-core-ui .button-group>.button:last-child{border-radius:0 3px 3px 0}.wp-core-ui .button-group>.button-primary+.button{border-left:0}.wp-core-ui .button-group>.button:focus{position:relative;z-index:1}.wp-core-ui .button-group>.button.active{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button-group>.button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}@media screen and (max-width:782px){.wp-core-ui .button,.wp-core-ui .button.button-large,.wp-core-ui .button.button-small,a.preview,input#publish,input#save-post{padding:0 14px;line-height:2.71428571;font-size:14px;vertical-align:middle;min-height:40px;margin-bottom:4px}.wp-core-ui .copy-to-clipboard-container .copy-attachment-url{margin-bottom:0}#media-upload.wp-core-ui .button{padding:0 10px 1px;min-height:24px;line-height:22px;font-size:13px}.media-frame.mode-grid .bulk-select .button{margin-bottom:0}.wp-core-ui .save-post-status.button{position:relative;margin:0 14px 0 10px}.wp-core-ui.wp-customizer .button{font-size:13px;line-height:2.15384615;min-height:30px;margin:0;vertical-align:inherit}.wp-customizer .theme-overlay .theme-actions .button{margin-bottom:5px}.media-modal-content .media-toolbar-primary .media-button{margin-top:10px;margin-left:5px}.interim-login .button.button-large{min-height:30px;line-height:2;padding:0 12px 2px}}@font-face{font-family:dashicons;src:url(//portal.sahararr.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//portal.sahararr.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//portal.sahararr.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.mce-tinymce{box-shadow:none}.mce-container,.mce-container *,.mce-widget,.mce-widget *{color:inherit;font-family:inherit}.mce-container .mce-monospace,.mce-widget .mce-monospace{font-family:Consolas,Monaco,monospace;font-size:13px;line-height:150%}#mce-modal-block,#mce-modal-block.mce-fade{opacity:.7;transition:none;background:#000}.mce-window{border-radius:0;box-shadow:0 3px 6px rgba(0,0,0,.3);-webkit-font-smoothing:subpixel-antialiased;transition:none}.mce-window .mce-container-body.mce-abs-layout{overflow:visible}.mce-window .mce-window-head{background:#fff;border-bottom:1px solid #dcdcde;padding:0;min-height:36px}.mce-window .mce-window-head .mce-title{color:#3c434a;font-size:18px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.mce-window .mce-window-head .mce-close,.mce-window-head .mce-close .mce-i-remove{color:transparent;top:0;right:0;width:36px;height:36px;padding:0;line-height:36px;text-align:center}.mce-window-head .mce-close .mce-i-remove:before{font:normal 20px/36px dashicons;text-align:center;color:#646970;width:36px;height:36px;display:block}.mce-window-head .mce-close:focus .mce-i-remove:before,.mce-window-head .mce-close:hover .mce-i-remove:before{color:#135e96}.mce-window-head .mce-close:focus .mce-i-remove,div.mce-tab:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-window .mce-window-head .mce-dragh{width:calc(100% - 36px)}.mce-window .mce-foot{border-top:1px solid #dcdcde}#wp-link .query-results,.mce-checkbox i.mce-i-checkbox,.mce-textbox{border:1px solid #dcdcde;border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);transition:.05s all ease-in-out}#wp-link .query-results:focus,.mce-checkbox:focus i.mce-i-checkbox,.mce-textbox.mce-focus,.mce-textbox:focus{border-color:#4f94d4;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-window .mce-wp-help{height:360px;width:460px;overflow:auto}.mce-window .mce-wp-help *{box-sizing:border-box}.mce-window .mce-wp-help>.mce-container-body{width:auto!important}.mce-window .wp-editor-help{padding:10px 10px 0 20px}.mce-window .wp-editor-help h2,.mce-window .wp-editor-help p{margin:8px 0;white-space:normal;font-size:14px;font-weight:400}.mce-window .wp-editor-help table{width:100%;margin-bottom:20px}.mce-window .wp-editor-help table.wp-help-single{margin:0 8px 20px}.mce-window .wp-editor-help table.fixed{table-layout:fixed}.mce-window .wp-editor-help table.fixed td:nth-child(odd),.mce-window .wp-editor-help table.fixed th:nth-child(odd){width:12%}.mce-window .wp-editor-help table.fixed td:nth-child(2n),.mce-window .wp-editor-help table.fixed th:nth-child(2n){width:38%}.mce-window .wp-editor-help table.fixed th:nth-child(odd){padding:5px 0 0}.mce-window .wp-editor-help td,.mce-window .wp-editor-help th{font-size:13px;padding:5px;vertical-align:middle;word-wrap:break-word;white-space:normal}.mce-window .wp-editor-help th{font-weight:600;padding-bottom:0}.mce-window .wp-editor-help kbd{font-family:monospace;padding:2px 7px 3px;font-weight:600;margin:0;background:#f0f0f1;background:rgba(0,0,0,.08)}.mce-window .wp-help-th-center td:nth-child(odd),.mce-window .wp-help-th-center th:nth-child(odd){text-align:center}.mce-floatpanel.mce-popover,.mce-menu{border-color:rgba(0,0,0,.15);border-radius:0;box-shadow:0 3px 5px rgba(0,0,0,.2)}.mce-floatpanel.mce-popover.mce-bottom,.mce-menu{margin-top:2px}.mce-floatpanel .mce-arrow{display:none}.mce-menu .mce-container-body{min-width:160px}.mce-menu-item{border:none;margin-bottom:2px;padding:6px 15px 6px 12px}.mce-menu-has-icons i.mce-ico{line-height:20px}div.mce-panel{border:0;background:#fff}.mce-panel.mce-menu{border:1px solid #dcdcde}div.mce-tab{line-height:13px}div.mce-toolbar-grp{border-bottom:1px solid #dcdcde;background:#f6f7f7;padding:0;position:relative}div.mce-inline-toolbar-grp{border:1px solid #a7aaad;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.15);box-sizing:border-box;margin-bottom:8px;position:absolute;-webkit-user-select:none;user-select:none;max-width:98%;z-index:100100}div.mce-inline-toolbar-grp>div.mce-stack-layout{padding:1px}div.mce-inline-toolbar-grp.mce-arrow-up{margin-bottom:0;margin-top:8px}div.mce-inline-toolbar-grp:after,div.mce-inline-toolbar-grp:before{position:absolute;left:50%;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}div.mce-inline-toolbar-grp.mce-arrow-up:before{top:-9px;border-bottom-color:#a7aaad;border-width:0 9px 9px;margin-left:-9px}div.mce-inline-toolbar-grp.mce-arrow-down:before{bottom:-9px;border-top-color:#a7aaad;border-width:9px 9px 0;margin-left:-9px}div.mce-inline-toolbar-grp.mce-arrow-up:after{top:-8px;border-bottom-color:#f6f7f7;border-width:0 8px 8px;margin-left:-8px}div.mce-inline-toolbar-grp.mce-arrow-down:after{bottom:-8px;border-top-color:#f6f7f7;border-width:8px 8px 0;margin-left:-8px}div.mce-inline-toolbar-grp.mce-arrow-left:after,div.mce-inline-toolbar-grp.mce-arrow-left:before{margin:0}div.mce-inline-toolbar-grp.mce-arrow-left:before{left:20px}div.mce-inline-toolbar-grp.mce-arrow-left:after{left:21px}div.mce-inline-toolbar-grp.mce-arrow-right:after,div.mce-inline-toolbar-grp.mce-arrow-right:before{left:auto;margin:0}div.mce-inline-toolbar-grp.mce-arrow-right:before{right:20px}div.mce-inline-toolbar-grp.mce-arrow-right:after{right:21px}div.mce-inline-toolbar-grp.mce-arrow-full{right:0}div.mce-inline-toolbar-grp.mce-arrow-full>div{width:100%;overflow-x:auto}div.mce-toolbar-grp>div{padding:3px}.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first{padding-right:32px}.mce-toolbar .mce-btn-group{margin:0}.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child){display:none}.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{display:block}div.mce-statusbar{border-top:1px solid #dcdcde}div.mce-path{padding:2px 10px;margin:0}.mce-path,.mce-path .mce-divider,.mce-path-item{font-size:12px}.mce-toolbar .mce-btn,.qt-dfw{border-color:transparent;background:0 0;box-shadow:none;text-shadow:none;cursor:pointer}.mce-btn .mce-txt{direction:inherit;text-align:inherit}.mce-toolbar .mce-btn-group .mce-btn,.qt-dfw{border:1px solid transparent;margin:2px;border-radius:2px}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{background:#f6f7f7;color:#1d2327;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{background:#f0f0f1;border-color:#50575e}.mce-btn.mce-active,.mce-btn.mce-active button,.mce-btn.mce-active i,.mce-btn.mce-active:hover button,.mce-btn.mce-active:hover i{color:inherit}.mce-toolbar .mce-btn-group .mce-btn.mce-active:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover{border-color:#1d2327}.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:#a7aaad;background:0 0;border-color:#dcdcde;text-shadow:0 1px 0 #fff;box-shadow:none}.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus{border-color:#50575e}.mce-toolbar .mce-btn-group .mce-first,.mce-toolbar .mce-btn-group .mce-last{border-color:transparent}.mce-toolbar .mce-btn button,.qt-dfw{padding:2px 3px;line-height:normal}.mce-toolbar .mce-listbox button{font-size:13px;line-height:1.53846153;padding-left:6px;padding-right:20px}.mce-toolbar .mce-btn i{text-shadow:none}.mce-toolbar .mce-btn-group>div{white-space:normal}.mce-toolbar .mce-colorbutton .mce-open{border-right:0}.mce-toolbar .mce-colorbutton .mce-preview{margin:0;padding:0;top:auto;bottom:2px;left:3px;height:3px;width:20px;background:#50575e}.mce-toolbar .mce-btn-group .mce-btn.mce-primary{min-width:0;background:#3582c4;border-color:#2271b1 #135e96 #135e96;box-shadow:0 1px 0 #135e96;color:#fff;text-decoration:none;text-shadow:none}.mce-toolbar .mce-btn-group .mce-btn.mce-primary button{padding:2px 3px 1px}.mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico{color:#fff}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover{background:#4f94d4;border-color:#135e96;color:#fff}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus{box-shadow:0 0 1px 1px #72aee6}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:active{background:#2271b1;border-color:#135e96;box-shadow:inset 0 2px 0 #135e96}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border-radius:0;direction:ltr;background:#fff;border:1px solid #dcdcde}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-panel .mce-btn i.mce-caret{border-top:6px solid #50575e;margin-left:2px;margin-right:2px}.mce-listbox i.mce-caret{right:4px}.mce-panel .mce-btn:focus i.mce-caret,.mce-panel .mce-btn:hover i.mce-caret{border-top-color:#1d2327}.mce-panel .mce-active i.mce-caret{border-top:0;border-bottom:6px solid #1d2327;margin-top:7px}.mce-listbox.mce-active i.mce-caret{margin-top:-3px}.mce-toolbar .mce-splitbtn:hover .mce-open{border-right-color:transparent}.mce-toolbar .mce-splitbtn .mce-open.mce-active{background:0 0;outline:0}.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview,.mce-menu .mce-menu-item.mce-selected,.mce-menu .mce-menu-item:focus,.mce-menu .mce-menu-item:hover{background:#2271b1;color:#fff}.mce-menu .mce-menu-item.mce-selected .mce-caret,.mce-menu .mce-menu-item:focus .mce-caret,.mce-menu .mce-menu-item:hover .mce-caret{border-left-color:#fff}.rtl .mce-menu .mce-menu-item.mce-selected .mce-caret,.rtl .mce-menu .mce-menu-item:focus .mce-caret,.rtl .mce-menu .mce-menu-item:hover .mce-caret{border-left-color:inherit;border-right-color:#fff}.mce-menu .mce-menu-item.mce-active .mce-menu-shortcut,.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,.mce-menu .mce-menu-item.mce-selected .mce-ico,.mce-menu .mce-menu-item.mce-selected .mce-text,.mce-menu .mce-menu-item:focus .mce-ico,.mce-menu .mce-menu-item:focus .mce-menu-shortcut,.mce-menu .mce-menu-item:focus .mce-text,.mce-menu .mce-menu-item:hover .mce-ico,.mce-menu .mce-menu-item:hover .mce-menu-shortcut,.mce-menu .mce-menu-item:hover .mce-text{color:inherit}.mce-menu .mce-menu-item.mce-disabled{cursor:default}.mce-menu .mce-menu-item.mce-disabled:hover{background:#c3c4c7}div.mce-menubar{border-color:#dcdcde;background:#fff;border-width:0 0 1px}.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn:focus,.mce-menubar .mce-menubtn:hover{border-color:transparent;background:0 0}.mce-menubar .mce-menubtn:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-menu-item-sep:hover,div.mce-menu .mce-menu-item-sep{border-bottom:1px solid #dcdcde;height:0;margin:5px 0}.mce-menubtn span{margin-right:0;padding-left:3px}.mce-menu-has-icons i.mce-ico:before{margin-left:-2px}.mce-menu.mce-menu-align .mce-menu-item-normal{position:relative}.mce-menu.mce-menu-align .mce-menu-shortcut{bottom:.6em;font-size:.9em}.mce-primary button,.mce-primary button i{text-align:center;color:#fff;text-shadow:none;padding:0;line-height:1.85714285}.mce-window .mce-btn{color:#50575e;background:#f6f7f7;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0;cursor:pointer;border:1px solid #c3c4c7;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-shadow:0 1px 0 #c3c4c7}.mce-window .mce-btn::-moz-focus-inner{border-width:0;border-style:none;padding:0}.mce-window .mce-btn:focus,.mce-window .mce-btn:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.mce-window .mce-btn:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.mce-window .mce-btn:active{background:#f0f0f1;border-color:#8c8f94;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.mce-window .mce-btn.mce-disabled{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}.mce-window .mce-btn.mce-primary{background:#3582c4;border-color:#2271b1 #135e96 #135e96;box-shadow:0 1px 0 #135e96;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #135e96,1px 0 1px #135e96,0 1px 1px #135e96,-1px 0 1px #135e96}.mce-window .mce-btn.mce-primary:focus,.mce-window .mce-btn.mce-primary:hover{background:#4f94d4;border-color:#135e96;color:#fff}.mce-window .mce-btn.mce-primary:focus{box-shadow:0 1px 0 #2271b1,0 0 2px 1px #72aee6}.mce-window .mce-btn.mce-primary:active{background:#2271b1;border-color:#135e96;box-shadow:inset 0 2px 0 #135e96;vertical-align:top}.mce-window .mce-btn.mce-primary.mce-disabled{color:#9ec2e6!important;background:#4f94d4!important;border-color:#3582c4!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.mce-menubtn.mce-fixed-width span{overflow-x:hidden;text-overflow:ellipsis;width:82px}.mce-charmap{margin:3px}.mce-charmap td{padding:0;border-color:#dcdcde;cursor:pointer}.mce-charmap td:hover{background:#f6f7f7}.mce-charmap td div{width:18px;height:22px;line-height:1.57142857}.mce-tooltip{margin-top:2px}.mce-tooltip-inner{border-radius:3px;box-shadow:0 3px 5px rgba(0,0,0,.2);color:#fff;font-size:12px}.mce-ico{font-family:tinymce,Arial}.mce-btn-small .mce-ico{font-family:tinymce-small,Arial}.mce-toolbar .mce-ico{color:#50575e;line-height:1;width:20px;height:20px;text-align:center;text-shadow:none;margin:0;padding:0}.qt-dfw{color:#50575e;line-height:1;width:28px;height:26px;text-align:center;text-shadow:none}.mce-toolbar .mce-btn .mce-open{line-height:20px}.mce-toolbar .mce-btn.mce-active .mce-open,.mce-toolbar .mce-btn:focus .mce-open,.mce-toolbar .mce-btn:hover .mce-open{border-left-color:#1d2327}div.mce-notification{left:10%!important;right:10%}.mce-notification button.mce-close{right:6px;top:3px;font-weight:400;color:#50575e}.mce-notification button.mce-close:focus,.mce-notification button.mce-close:hover{color:#000}i.mce-i-aligncenter,i.mce-i-alignjustify,i.mce-i-alignleft,i.mce-i-alignright,i.mce-i-backcolor,i.mce-i-blockquote,i.mce-i-bold,i.mce-i-bullist,i.mce-i-charmap,i.mce-i-dashicon,i.mce-i-dfw,i.mce-i-forecolor,i.mce-i-fullscreen,i.mce-i-help,i.mce-i-hr,i.mce-i-indent,i.mce-i-italic,i.mce-i-link,i.mce-i-ltr,i.mce-i-numlist,i.mce-i-outdent,i.mce-i-pastetext,i.mce-i-pasteword,i.mce-i-redo,i.mce-i-remove,i.mce-i-removeformat,i.mce-i-spellchecker,i.mce-i-strikethrough,i.mce-i-underline,i.mce-i-undo,i.mce-i-unlink,i.mce-i-wp-media-library,i.mce-i-wp_adv,i.mce-i-wp_code,i.mce-i-wp_fullscreen,i.mce-i-wp_help,i.mce-i-wp_more,i.mce-i-wp_page{font:normal 20px/1 dashicons;padding:0;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:-2px;padding-right:2px}.qt-dfw{font:normal 20px/1 dashicons;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}i.mce-i-bold:before{content:"\f200"}i.mce-i-italic:before{content:"\f201"}i.mce-i-bullist:before{content:"\f203"}i.mce-i-numlist:before{content:"\f204"}i.mce-i-blockquote:before{content:"\f205"}i.mce-i-alignleft:before{content:"\f206"}i.mce-i-aligncenter:before{content:"\f207"}i.mce-i-alignright:before{content:"\f208"}i.mce-i-link:before{content:"\f103"}i.mce-i-unlink:before{content:"\f225"}i.mce-i-wp_more:before{content:"\f209"}i.mce-i-strikethrough:before{content:"\f224"}i.mce-i-spellchecker:before{content:"\f210"}.qt-dfw:before,i.mce-i-dfw:before,i.mce-i-fullscreen:before,i.mce-i-wp_fullscreen:before{content:"\f211"}i.mce-i-wp_adv:before{content:"\f212"}i.mce-i-underline:before{content:"\f213"}i.mce-i-alignjustify:before{content:"\f214"}i.mce-i-backcolor:before,i.mce-i-forecolor:before{content:"\f215"}i.mce-i-pastetext:before{content:"\f217"}i.mce-i-removeformat:before{content:"\f218"}i.mce-i-charmap:before{content:"\f220"}i.mce-i-outdent:before{content:"\f221"}i.mce-i-indent:before{content:"\f222"}i.mce-i-undo:before{content:"\f171"}i.mce-i-redo:before{content:"\f172"}i.mce-i-help:before,i.mce-i-wp_help:before{content:"\f223"}i.mce-i-wp-media-library:before{content:"\f104"}i.mce-i-ltr:before{content:"\f320"}i.mce-i-wp_page:before{content:"\f105"}i.mce-i-hr:before{content:"\f460"}i.mce-i-remove:before{content:"\f158"}i.mce-i-wp_code:before{content:"\f475"}.rtl i.mce-i-outdent:before{content:"\f222"}.rtl i.mce-i-indent:before{content:"\f221"}.wp-editor-wrap{position:relative}.wp-editor-tools{position:relative;z-index:1}.wp-editor-tools:after{clear:both;content:"";display:table}.wp-editor-container{clear:both;border:1px solid #dcdcde}.wp-editor-area{font-family:Consolas,Monaco,monospace;font-size:13px;padding:10px;margin:1px 0 0;line-height:150%;border:0;outline:0;display:block;resize:vertical;box-sizing:border-box}.rtl .wp-editor-area{font-family:Tahoma,Monaco,monospace}.locale-he-il .wp-editor-area{font-family:Arial,Monaco,monospace}.wp-editor-container textarea.wp-editor-area{width:100%;margin:0;box-shadow:none}.wp-editor-tabs{float:right}.wp-switch-editor{float:left;box-sizing:content-box;position:relative;top:1px;background:#f0f0f1;color:#646970;cursor:pointer;font-size:13px;line-height:1.46153846;height:20px;margin:5px 0 0 5px;padding:3px 8px 4px;border:1px solid #dcdcde}.wp-switch-editor:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent;color:#1d2327}.html-active .switch-html:focus,.tmce-active .switch-tmce:focus,.wp-switch-editor:active{box-shadow:none}.wp-switch-editor:active{background-color:#f6f7f7;box-shadow:none}.js .tmce-active .wp-editor-area{color:#fff}.tmce-active .quicktags-toolbar{display:none}.html-active .switch-html,.tmce-active .switch-tmce{background:#f6f7f7;color:#50575e;border-bottom-color:#f6f7f7}.wp-media-buttons{float:left}.wp-media-buttons .button{margin-right:5px;margin-bottom:4px;padding-left:7px;padding-right:7px}.wp-media-buttons .button:active{position:relative;top:1px;margin-top:-1px;margin-bottom:1px}.wp-media-buttons .insert-media{padding-left:5px}.wp-media-buttons a{text-decoration:none;color:#3c434a;font-size:12px}.wp-media-buttons img{padding:0 4px;vertical-align:middle}.wp-media-buttons span.wp-media-buttons-icon{display:inline-block;width:20px;height:20px;line-height:1;vertical-align:middle;margin:0 2px}.wp-media-buttons .add_media span.wp-media-buttons-icon{background:0 0}.wp-media-buttons .add_media span.wp-media-buttons-icon:before{font:normal 18px/1 dashicons;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-media-buttons .add_media span.wp-media-buttons-icon:before{content:"\f104"}.mce-content-body dl.wp-caption{max-width:100%}.quicktags-toolbar{padding:3px;position:relative;border-bottom:1px solid #dcdcde;background:#f6f7f7;min-height:30px}.has-dfw .quicktags-toolbar{padding-right:35px}.wp-core-ui .quicktags-toolbar input.button.button-small{margin:2px}.quicktags-toolbar input[value=link]{text-decoration:underline}.quicktags-toolbar input[value=del]{text-decoration:line-through}.quicktags-toolbar input[value="i"]{font-style:italic}.quicktags-toolbar input[value="b"]{font-weight:600}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,.qt-dfw{position:absolute;top:0;right:0}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw{margin:7px 7px 0 0}.qt-dfw{margin:5px 5px 0 0}.qt-fullscreen{position:static;margin:2px}@media screen and (max-width:782px){.mce-toolbar .mce-btn button,.qt-dfw{padding:6px 7px}.mce-toolbar .mce-btn-group .mce-btn.mce-primary button{padding:6px 7px 5px}.mce-toolbar .mce-btn-group .mce-btn{margin:1px}.qt-dfw{width:36px;height:34px}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw{margin:4px 4px 0 0}.mce-toolbar .mce-colorbutton .mce-preview{left:8px;bottom:6px}.mce-window .mce-btn{padding:2px 0}.has-dfw .quicktags-toolbar,.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first{padding-right:40px}}@media screen and (min-width:782px){.wp-core-ui .quicktags-toolbar input.button.button-small{font-size:12px;min-height:26px;line-height:2}}#wp_editbtns,#wp_gallerybtns{padding:2px;position:absolute;display:none;z-index:100020}#wp_delgallery,#wp_delimgbtn,#wp_editgallery,#wp_editimgbtn{background-color:#f0f0f1;margin:2px;padding:2px;border:1px solid #8c8f94;border-radius:3px}#wp_delgallery:hover,#wp_delimgbtn:hover,#wp_editgallery:hover,#wp_editimgbtn:hover{border-color:#50575e;background-color:#c3c4c7}#wp-link-wrap{display:none;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);width:500px;overflow:hidden;margin-left:-250px;margin-top:-125px;position:fixed;top:50%;left:50%;z-index:100105;transition:height .2s,margin-top .2s}#wp-link-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100100}#wp-link{position:relative;height:100%}#wp-link-wrap{height:600px;margin-top:-300px}#wp-link-wrap .wp-link-text-field{display:none}#wp-link-wrap.has-text-field .wp-link-text-field{display:block}#link-modal-title{background:#fff;border-bottom:1px solid #dcdcde;font-size:18px;font-weight:600;line-height:2;margin:0;padding:0 36px 0 16px}#wp-link-close{color:#646970;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:0 0;border:none;cursor:pointer}#wp-link-close:before{font:normal 20px/36px dashicons;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:36px;height:36px;content:"\f158"}#wp-link-close:focus,#wp-link-close:hover{color:#135e96}#wp-link-close:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent;outline-offset:-2px}#wp-link-wrap #link-selector{-webkit-overflow-scrolling:touch;padding:0 16px;position:absolute;top:calc(2.15384615em + 16px);left:0;right:0;bottom:calc(2.15384615em + 19px);display:flex;flex-direction:column;overflow:auto}#wp-link ol,#wp-link ul{list-style:none;margin:0;padding:0}#wp-link input[type=text]{box-sizing:border-box}#wp-link #link-options{padding:8px 0 12px}#wp-link p.howto{margin:3px 0}#wp-link p.howto a{text-decoration:none;color:inherit}#wp-link label input[type=text]{margin-top:5px;width:70%}#wp-link #link-options label span,#wp-link #search-panel label span.search-label{display:inline-block;width:120px;text-align:right;padding-right:5px;max-width:24%;vertical-align:middle;word-wrap:break-word}#wp-link .link-search-field{width:250px;max-width:70%}#wp-link .link-search-wrapper{margin:5px 0 9px;display:block}#wp-link .query-results{position:absolute;width:calc(100% - 32px)}#wp-link .link-search-wrapper .spinner{float:none;margin:-3px 0 0 4px}#wp-link .link-target{padding:3px 0 0}#wp-link .link-target label{max-width:70%}#wp-link .query-results{border:1px #dcdcde solid;margin:0 0 12px;background:#fff;overflow:auto;max-height:290px}#wp-link li{clear:both;margin-bottom:0;border-bottom:1px solid #f0f0f1;color:#2c3338;padding:4px 6px 4px 10px;cursor:pointer;position:relative}#wp-link .query-notice{padding:0;border-bottom:1px solid #dcdcde;background-color:#fff;color:#000}#wp-link .query-notice .query-notice-default,#wp-link .query-notice .query-notice-hint{display:block;padding:6px;border-left:4px solid #72aee6}#wp-link .unselectable.no-matches-found{padding:0;border-bottom:1px solid #dcdcde;background-color:#f6f7f7}#wp-link .no-matches-found .item-title{display:block;padding:6px;border-left:4px solid #d63638}#wp-link .query-results em{font-style:normal}#wp-link li:hover{background:#f0f6fc;color:#101517}#wp-link li.unselectable{border-bottom:1px solid #dcdcde}#wp-link li.unselectable:hover{background:#fff;cursor:auto;color:#2c3338}#wp-link li.selected{background:#dcdcde;color:#2c3338}#wp-link li.selected .item-title{font-weight:600}#wp-link li:last-child{border:none}#wp-link .item-title{display:inline-block;width:80%;width:calc(100% - 68px);word-wrap:break-word}#wp-link .item-info{text-transform:uppercase;color:#646970;font-size:11px;position:absolute;right:5px;top:5px}#wp-link .river-waiting{display:none;padding:10px 0}#wp-link .submitbox{padding:8px 16px;background:#fff;border-top:1px solid #dcdcde;position:absolute;bottom:0;left:0;right:0}#wp-link-cancel{line-height:1.92307692;float:left}#wp-link-update{line-height:1.76923076;float:right}#wp-link-submit{float:right}@media screen and (max-width:782px){#link-selector{padding:0 16px 60px}#wp-link-wrap #link-selector{bottom:calc(2.71428571em + 23px)}#wp-link-cancel{line-height:2.46153846}#wp-link .link-target{padding-top:10px}#wp-link .submitbox .button{margin-bottom:0}}@media screen and (max-width:520px){#wp-link-wrap{width:auto;margin-left:0;left:10px;right:10px;max-width:500px}}@media screen and (max-height:620px){#wp-link-wrap{transition:none;height:auto;margin-top:0;top:10px;bottom:10px}#link-selector{overflow:auto}}@media screen and (max-height:290px){#wp-link-wrap{height:auto;margin-top:0;top:10px;bottom:10px}#link-selector{overflow:auto;height:calc(100% - 92px);padding-bottom:2px}}div.wp-link-preview{float:left;margin:5px;max-width:694px;overflow:hidden;text-overflow:ellipsis}div.wp-link-preview a{color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out;cursor:pointer}div.wp-link-preview a.wplink-url-error{color:#d63638}div.wp-link-input{float:left;margin:2px;max-width:694px}div.wp-link-input input{width:300px;padding:3px;box-sizing:border-box;line-height:1.28571429;min-height:26px}.mce-toolbar div.wp-link-input~.mce-btn,.mce-toolbar div.wp-link-preview~.mce-btn{margin:2px 1px}.mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child{margin-right:2px}.ui-autocomplete.wplink-autocomplete{z-index:100110;max-height:200px;overflow-y:auto;padding:0;margin:0;list-style:none;position:absolute;border:1px solid #4f94d4;box-shadow:0 1px 2px rgba(79,148,212,.8);background-color:#fff}.ui-autocomplete.wplink-autocomplete li{margin-bottom:0;padding:4px 10px;clear:both;white-space:normal;text-align:left}.ui-autocomplete.wplink-autocomplete li .wp-editor-float-right{float:right}.ui-autocomplete.wplink-autocomplete li.ui-state-focus{background-color:#dcdcde;cursor:pointer}@media screen and (max-width:782px){div.wp-link-input,div.wp-link-preview{max-width:70%;max-width:calc(100% - 86px)}div.wp-link-preview{margin:8px 0 8px 5px}div.wp-link-input{width:300px}div.wp-link-input input{width:100%;font-size:16px;padding:5px}}.mce-fullscreen{z-index:100010}.rtl .quicktags-toolbar input,.rtl .wp-switch-editor{font-family:Tahoma,sans-serif}.mce-rtl .mce-flow-layout .mce-flow-layout-item>div{direction:rtl}.mce-rtl .mce-listbox i.mce-caret{left:6px}html:lang(he-il) .rtl .quicktags-toolbar input,html:lang(he-il) .rtl .wp-switch-editor{font-family:Arial,sans-serif}@media print,(min-resolution:120dpi){.wp-media-buttons .add_media span.wp-media-buttons-icon{background:0 0}}.wpsc-xs-1,
.wpsc-sm-1,
.wpsc-md-1,
.wpsc-lg-1,
.wpsc-xs-2,
.wpsc-sm-2,
.wpsc-md-2,
.wpsc-lg-2,
.wpsc-xs-3,
.wpsc-sm-3,
.wpsc-md-3,
.wpsc-lg-3,
.wpsc-xs-4,
.wpsc-sm-4,
.wpsc-md-4,
.wpsc-lg-4,
.wpsc-xs-5,
.wpsc-sm-5,
.wpsc-md-5,
.wpsc-lg-5,
.wpsc-xs-6,
.wpsc-sm-6,
.wpsc-md-6,
.wpsc-lg-6,
.wpsc-xs-7,
.wpsc-sm-7,
.wpsc-md-7,
.wpsc-lg-7,
.wpsc-xs-8,
.wpsc-sm-8,
.wpsc-md-8,
.wpsc-lg-8,
.wpsc-xs-9,
.wpsc-sm-9,
.wpsc-md-9,
.wpsc-lg-9,
.wpsc-xs-10,
.wpsc-sm-10,
.wpsc-md-10,
.wpsc-lg-10,
.wpsc-xs-11,
.wpsc-sm-11,
.wpsc-md-11,
.wpsc-lg-11,
.wpsc-xs-12,
.wpsc-sm-12,
.wpsc-md-12,
.wpsc-lg-12 {
float: left;
position: relative;
padding: 0 15px 15px;
box-sizing: border-box;
}
#wpsc-container {
display: flex;
flex-direction: column;
width: 100%;
background-color: transparent;
box-sizing: border-box;
font-size: 14px !important;
}
.wpsc-modal {
font-size: 14px !important;
}
.select2-container {
font-size: 14px !important;
}
#wpsc-container input[type="text"]:focus,
#wpsc-container input[type="text"],
#wpsc-container input[type="password"]:focus,
#wpsc-container input[type="password"],
.wpsc-modal input[type="text"]:focus,
.wpsc-modal input[type="text"],
.wpsc-modal input[type="password"]:focus,
.wpsc-modal input[type="password"],
#wpsc-container select,
#wpsc-container select:focus,
.wpsc-modal select,
.wpsc-modal select:focus,
#wpsc-container textarea,
#wpsc-container textarea:focus,
.wpsc-modal textarea,
.wpsc-modal textarea:focus,
.select2-selection:focus,
.select2-results__options li:focus,
input[type="text"].select2-search__field:focus {
outline: none !important;
outline-width: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border-radius: 5px !important;
}
#wpsc-container input[type="text"].select2-search__field,
#wpsc-container input[type="text"]:focus.select2-search__field,
.wpsc-modal input[type="text"].select2-search__field,
.wpsc-modal input[type="text"]:focus.select2-search__field,
#wpsc-container input[type="text"].wpsc-search-input,
#wpsc-container input[type="text"]:focus.wpsc-search-input {
border: none !important;
}
.select2-search__field {
padding: 0 !important;
}
#wpsc-container form,
.wpsc-modal form {
width: 100%;
}
.wpsc-row {
float: left;
position: relative;
width: 100%;
box-sizing: border-box;
}
.wpsc-tag {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 2px 10px;
border-radius: 5px;
font-size: 10px;
font-weight: normal;
width: fit-content;
margin: 2px 0 2px 0;
} .wpsc-header {
float: left;
display: flex;
align-items: center;
width: 100%;
padding: 10px 15px;
box-sizing: border-box;
}
.wpsc-tickets-nav,
.wpsc-header-nav {
display: flex;
align-items: center;
cursor: pointer;
margin-right: 15px;
opacity: 0.7;
}
.wpsc-tickets-nav.active,
.wpsc-tickets-nav:hover,
.wpsc-header-nav.active,
.wpsc-header-nav:hover {
opacity: 1;
}
.wpsc-tickets-nav svg,
.wpsc-header-nav svg,
.wpsc-humbargar-title svg {
height: 16px;
margin-right: 5px;
overflow: visible;
}
.wpsc-tickets-nav label,
.wpsc-header-nav label,
.wpsc-humbargar-title label {
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.wpsc-header .log-out {
margin-right: 0;
margin-left: auto;
}
.wpsc-humbargar {
display: flex;
align-items: center;
color: #000;
}
.wpsc-humbargar-title {
display: flex;
align-items: center;
flex-grow: 1;
color: #000;
}
.wpsc-humbargar svg {
width: 22px;
}
.wpsc-humbargar-overlay,
.wpsc-modal .overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
opacity: 0.7;
cursor: pointer;
}
.wpsc-humbargar-menu {
position: fixed;
width: 250px;
height: 100%;
box-sizing: border-box;
top: 0;
right: 0;
background-color: #fff;
overflow: auto;
}
.wpsc-humbargar-menu .wpsc-merge-box-inner {
padding: 15px 15px 0;
}
.wpsc-humbargar-close {
display: flex;
width: 100%;
align-items: center;
color: #000;
cursor: pointer;
margin-bottom: 20px;
}
.wpsc-humbargar-close svg {
width: 16px;
}
.wpsc-humbargar-menu-item,
.wpsc-setting-nav {
width: 100%;
display: flex;
align-items: center;
padding: 10px;
box-sizing: border-box;
border: none;
border-radius: 5px;
background-color: #fff;
color: #707070;
cursor: pointer;
margin-bottom: 5px;
}
.wpsc-humbargar-menu-item:hover,
.wpsc-humbargar-menu-item.active,
.wpsc-setting-nav:hover,
.wpsc-setting-nav.active {
color: #fff;
}
.wpsc-humbargar-menu-item svg,
.wpsc-setting-nav svg {
width: 18px;
margin-right: 10px;
min-width: 18px;
}
.wpsc-humbargar-menu-item label .wpsc-setting-nav label {
font-size: 16px;
font-weight: normal;
} .wpsc-body {
float: left;
display: flex;
flex-wrap: wrap;
width: 100%;
padding-top: 15px;
box-sizing: border-box;
} .wpsc-loader {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100px;
}
.wpsc-loader img {
width: 40px;
}
.wpsc-inline-loader {
width: 18px;
} .wpsc-filter {
float: left;
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
box-sizing: border-box;
margin: 0 15px;
}
.wpsc-search {
display: flex;
align-items: center;
flex-grow: 1;
color: #dcdcdc;
}
.wpsc-search .search-field {
width: 300px;
display: flex;
padding: 5px 10px;
background-color: #fff;
border-radius: 5px;
align-items: center;
margin-bottom: 10px;
}
.wpsc-search svg {
width: 20px;
}
.wpsc-search input {
border: none !important;
background-color: transparent !important;
flex-grow: 1;
}
.wpsc-filter-container {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
margin-bottom: 10px;
}
.wpsc-filter-item {
max-width: 200px;
margin-right: 5px;
margin-bottom: 10px;
}
.wpsc-filter-item label {
font-size: 12px;
font-weight: 600;
margin-bottom: 3px;
}
.wpsc-filter-item select {
width: 100% !important;
}
.wpsc-filter-submit {
display: flex;
margin-bottom: 10px;
}
.wpsc-it-action-container {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wpsc-filter-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wpsc-it-action-container .wpsc-filter-actions {
margin-bottom: 15px;
}
.wpsc-filter-actions .action-devider {
height: 18px;
border-left: 1px solid #2c3e50;
margin: 0 5px;
}
.wpsc-filter-actions span {
cursor: pointer;
font-size: 16px;
text-decoration: underline;
}
.wpsc-filter-actions span:hover {
color: #0073aa;
} .wpsc-tickets-container {
border: none;
box-shadow: 0 0 3px 0 #a4b0be;
border-radius: 5px;
padding: 15px 15px 0 15px;
margin: 0 15px 15px;
width: calc(100% - 30px);
box-sizing: border-box;
}
.wpsc-bulk-actions {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.wpsc-bulk-actions select {
min-width: 150px;
max-width: 250px;
margin-right: 5px;
}
.wpsc-bulk-actions button {
margin-right: 5px;
display: flex;
align-items: center;
}
.wpsc-bulk-actions button svg {
height: 13px;
margin-left: 15px;
}
.wpsc-ticket-pagination-header {
display: flex;
flex-grow: 1;
align-items: center;
justify-content: flex-end;
}
.wpsc-ticket-pagination-footer {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 0 0 20px;
box-sizing: border-box;
}
.wpsc-ticket-pagination-header span,
.wpsc-ticket-pagination-footer span {
display: flex;
align-items: center;
font-size: 14px;
cursor: pointer;
}
.wpsc-ticket-pagination-header span.wpsc-pagination-txt,
.wpsc-ticket-pagination-footer span.wpsc-pagination-txt {
text-decoration: none;
cursor: default;
}
.wpsc-ticket-pagination-header svg,
.wpsc-ticket-pagination-footer svg {
height: 14px;
margin: 0 10px;
cursor: pointer;
} .wpsc-popover-menu {
padding: 3px !important;
border-radius: 3px !important;
}
.wpsc-popover-menu-item {
display: flex;
align-items: center;
padding: 10px;
cursor: pointer;
background-color: #fff;
color: #707070;
}
.wpsc-popover-menu-item:hover {
color: #fff;
}
.wpsc-popover-menu-item svg {
width: 14px;
margin-right: 10px;
}
.wpsc-popover-menu-item span {
font-size: 14px;
} .wpsc-ticket-list-tbl {
width: 100% !important;
margin-bottom: 20px !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
border: none !important;
font-size: 13px !important;
}
.wpsc-ticket-list-tbl th,
.wpsc-ticket-list-tbl td {
text-align: left !important;
padding: 10px !important;
border: none !important;
box-sizing: border-box;
}
.wpsc-ticket-list-tbl tbody tr:hover {
cursor: pointer;
} .wpsc-modal .loader,
.wpsc-modal .inner-container {
position: fixed;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.wpsc-modal .loader {
align-items: center;
}
.wpsc-modal .inner-container {
padding-top: 50px;
align-items: flex-start;
}
.wpsc-modal .loader img {
width: 50px;
}
.wpsc-modal .modal {
width: 650px;
display: block;
top: auto;
bottom: auto;
right: auto;
left: auto;
}
@media only screen and (max-width: 768px) {
.wpsc-modal .modal {
width: 90%;
}
}
.wpsc-modal-header {
font-size: 16px;
font-weight: 400;
text-align: left;
padding: 10px 15px;
}
.wpsc-modal-body {
display: flex;
font-size: 14px;
padding: 20px 15px 15px 15px;
max-height: 300px;
overflow: auto;
border-bottom: 1px solid #a4b0be;
}
.wpsc-modal-footer {
padding: 10px 15px;
}
#wpsc-container .select2-container {
width: 100% !important;
}
.select2-container .select2-selection--single {
height: 30px !important;
}
#wpsc-container input[type="text"],
#wpsc-container input[type="password"],
.wpsc-modal input[type="text"],
.wpsc-modal input[type="password"] {
padding: 0 8px;
line-height: 2 !important;
min-height: 30px !important;
max-height: 30px !important;
}
.wpsc-modal-body .wpsc-tff {
padding: 0 0 15px !important;
}
.wpsc-modal-body .wpsc-tff .name {
font-size: 12px !important;
font-weight: 600 !important;
} .wpsc-toggle-btn {
display: flex;
width: fit-content;
border: 1px solid #c3c3c3;
}
.wpsc-toggle-btn div {
padding: 5px 10px;
background-color: #fff;
color: #000;
border: none !important;
cursor: pointer;
font-size: 12px;
}
.wpsc-toggle-btn div.active {
background-color: #c3c3c3;
} .wpsc-input-group {
width: 100%;
display: flex;
flex-direction: column;
padding-bottom: 15px;
box-sizing: border-box;
}
.wpsc-input-group .label-container {
display: flex;
align-items: center;
color: #000;
margin-bottom: 2px;
}
.wpsc-input-group label {
font-size: 12px;
font-weight: 600;
margin-right: 5px;
}
.wpsc-input-group .label-container svg {
width: 12px;
margin-left: 5px;
}
.wpsc-input-group input[type="text"],
.wpsc-input-group select {
width: 100%;
max-width: 100%;
}
.wpsc-input-group .checkbox-group,
.wpsc-input-group .radio-group {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wpsc-input-group .checkbox-group div,
.wpsc-input-group .radio-group div {
width: 250px;
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 10px 5px 0;
}
.wpsc-input-group .checkbox-group div input,
.wpsc-input-group .radio-group div input {
margin: 0 5px 0 0 !important;
}
.wpsc-input-group .checkbox-group div span,
.wpsc-input-group .radio-group div span {
font-size: 12px;
font-weight: 300;
}
.wpsc-input-group .required-char {
font-size: 12px;
color: #ff0000;
}
.wpsc-input-group .divide-bar {
width: 100%;
display: flex;
flex-wrap: grid;
align-items: center;
}
.wpsc-form-devider {
width: 100%;
display: flex;
justify-content: center;
font-size: 18px;
margin-bottom: 15px;
}
.wpsc-form-devider span.label {
margin: 0 10px;
} .wpsc-it-container {
display: flex;
align-items: flex-start;
width: 100%;
box-sizing: border-box;
margin: 0 15px;
}
.wpsc-it-body {
display: flex;
flex-direction: column;
justify-content: flex-start;
flex-grow: 1;
gap: 10px;
}
.wpsc-it-sidebar-widget-container {
display: flex;
flex-direction: column;
justify-content: flex-start;
min-width: 250px;
max-width: 250px;
box-sizing: border-box;
margin-left: 20px;
}
.wpsc-it-body-item,
.wpsc-it-widget {
width: 100%;
box-sizing: border-box;
}
.wpsc-it-subject-container {
display: flex;
align-items: flex-start;
width: 100%;
box-sizing: border-box;
}
.wpsc-it-subject-container h2 {
flex-grow: 1;
margin: 0px !important;
font-size: 18px !important;
font-weight: 300;
color: #000;
}
.wpsc-it-subject-container span {
display: flex;
align-items: center;
cursor: pointer;
width: 20px;
margin-left: 5px;
}
.wpsc-it-subject-container svg {
width: 18px;
margin-bottom: 5px;
}
.wpsc-it-reply-section-container {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
#wpsc-it-bcc,
#wpsc-it-cc {
width: 100%;
box-shadow: 0px 0px 3px 2px #ddd !important;
border-radius: 0px !important;
margin-bottom: 10px;
}
.mce-tinymce {
margin-bottom: 10px !important;
box-shadow: 0px 0px 3px 2px #ddd !important;
}
.wpsc-it-editor-action-container {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
width: 100%;
box-sizing: border-box;
margin: 0 1px;
}
.wpsc-it-editor-action-container > * {
flex: 1 1 auto;
}
.wpsc-it-editor-action-container .actions {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-bottom: 5px;
}
.wpsc-it-editor-action-container .submit-container {
display: flex;
justify-content: flex-end;
}
.wpsc-it-editor-submit {
margin-left: 5px;
}
.wpsc-editor-actions,
.wpsc-editor-attachment-container {
display: flex;
flex-wrap: wrap;
}
.wpsc-editor-actions span {
cursor: pointer;
font-size: 16px;
font-weight: normal;
margin-right: 10px;
}
.wpsc-editor-attachment-container {
flex-direction: column;
}
.wpsc-editor-attachment {
display: flex;
align-items: center;
width: 100%;
max-width: 500px;
box-sizing: border-box;
margin-top: 5px;
padding: 5px 10px;
border-radius: 3px;
}
.wpsc-editor-attachment.upload-waiting {
background-color: #ffebce;
color: #eb961c;
}
.wpsc-editor-attachment.upload-success {
background-color: #c7ecee;
color: #2d9ba1;
}
.wpsc-editor-attachment.upload-error {
background-color: #ffe7e1;
color: #ec1010;
}
.wpsc-editor-attachment.upload-waiting .attachment-remove {
display: none;
}
.wpsc-editor-attachment.upload-success .attachment-waiting,
.wpsc-editor-attachment.upload-error .attachment-waiting {
display: none;
}
.wpsc-editor-attachment .attachment-label {
flex-grow: 1;
font-size: 12px;
font-weight: 400;
}
.wpsc-editor-attachment .attachment-remove,
.wpsc-editor-attachment .attachment-waiting {
display: flex;
align-items: center;
margin-left: 5px;
}
.wpsc-editor-attachment .attachment-remove {
cursor: pointer;
}
.wpsc-editor-attachment svg {
height: 12px;
}
.wpsc-it-thread-section-container {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
margin-top: 35px;
margin-bottom: 0px !important;
}
.wpsc-thread {
display: flex;
width: 100%;
box-sizing: border-box;
margin-bottom: 50px;
}
.wpsc-thread .thread-avatar {
display: flex;
align-items: flex-start;
}
.wpsc-thread .thread-avatar img {
border-radius: 22px;
max-width: 32px;
}
.wpsc-thread .thread-avatar svg {
width: 32px;
color: #777;
}
.wpsc-thread .thread-body {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-grow: 1;
margin-left: 10px;
}
.wpsc-thread .thread-header {
display: flex;
width: 100%;
margin-bottom: 10px;
}
.wpsc-thread .user-info {
display: flex;
flex-grow: 1;
flex-direction: column;
}
.wpsc-thread .user-info h2 {
font-size: 14px;
font-weight: 600;
margin: 0;
}
.wpsc-thread .thread-type {
opacity: 0.5;
}
.wpsc-thread .thread-time,
.wpsc-thread-logs {
font-size: 10px;
font-weight: normal;
}
.wpsc-thread .actions {
display: none;
align-items: flex-start;
justify-content: flex-end;
}
.wpsc-thread:hover .actions {
display: flex;
}
.wpsc-thread .actions span {
display: flex;
align-items: flex-start;
cursor: pointer;
margin-left: 5px;
}
.wpsc-thread .actions svg {
height: 14px;
}
.wpsc-thread .thread-text,
.wpsc-modal-thread-log .thread-text {
font-size: 14px;
font-weight: 400;
margin-bottom: 10px;
word-break: break-word;
}
.wpsc-thread .thread-text {
overflow: hidden;
}
.wpsc-thread .thread-text ul{
list-style-type: disc !important;
padding-inline-start: 2em;
}
.wpsc-thread p {
font-size: 14px;
font-weight: 400;
}
.wpsc-log-diff {
display: flex;
width: 100%;
box-sizing: border-box;
}
.wpsc-log-diff .lhs,
.wpsc-log-diff .transform-icon,
.wpsc-log-diff .rhs {
display: flex;
align-items: center;
flex-wrap: wrap;
word-break: break-word;
overflow-wrap: anywhere;
white-space: normal;
}
.wpsc-log-diff .transform-icon svg {
width: 12px;
margin: 0 10px;
}
.wpsc-edit-thread {
display: flex;
width: 100%;
flex-direction: column;
}
.wpsc-modal-thread-log {
width: 100%;
display: flex;
flex-direction: column;
}
.wpsc-it-widget {
display: flex;
flex-direction: column;
width: 100%;
min-width: 100%;
max-width: 100%;
box-sizing: border-box;
margin-bottom: 15px;
}
.wpsc-widget-header {
display: flex;
align-items: center;
padding: 10px;
}
.wpsc-widget-header h2 {
font-size: 14px !important;
font-weight: 600;
flex-grow: 1;
margin: 0px !important;
}
.wpsc-widget-header span {
display: flex;
align-items: center;
margin-left: 5px;
cursor: pointer;
}
.wpsc-widget-header svg {
width: 14px;
}
.wpsc-widget-body {
display: flex;
flex-direction: column;
font-size: 14px;
font-weight: normal;
padding: 10px 10px 0;
overflow-y: auto;
}
.wpsc-widget-body .info-list-item {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 10px;
}
.wpsc-widget-body .info-list-item .info-label {
margin-right: 5px;
}
.wpsc-widget-default {
margin-bottom: 10px;
}
.info-val.fullwidth {
width: 100%;
}
.wpsc-widget-body .user-list-item {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
}
.wpsc-widget-body .user-list-item img {
border-radius: 20px;
margin-right: 5px;
}
.wpsc-widget-body .user-list-item .ul-body {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 40px;
}
.wpsc-widget-body .user-list-item .ul-label {
font-size: 14px;
font-weight: normal;
margin-bottom: 5px;
}
.wpsc-widget-body .user-list-item .ul-actions {
display: flex;
align-items: center;
}
.wpsc-widget-body .user-list-item .ul-actions span {
display: flex;
align-items: center;
cursor: pointer;
margin-right: 5px;
}
.wpsc-widget-body .user-list-item .ul-actions svg {
height: 14px;
}
.wpsc-it-mob-widget-trigger-btn {
display: flex;
cursor: pointer;
padding: 10px;
align-items: center;
color: #000;
box-shadow: 0px 0px 3px 2px #ddd !important;
}
.wpsc-it-mob-widget-trigger-btn h2 {
flex-grow: 1;
font-size: 16px !important;
font-weight: 600;
margin: 0px !important;
color: #000;
}
.wpsc-it-mob-widget-trigger-btn span {
display: flex;
align-items: center;
}
.wpsc-it-mob-widget-trigger-btn svg {
height: 16px;
}
.wpsc-it-mob-widgets-inner-container {
margin-top: 15px;
}
.wpsc-thread-attachments {
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.wpsc-attachment-header {
flex-grow: 1;
margin: 0 0 2px 0 !important;
font-size: 12px;
font-weight: bold;
}
.wpsc-attachment-item {
display: flex;
align-items: center;
max-width: 400px;
margin-bottom: 2px;
}
.wpsc-attachment-name {
flex-grow: 1;
cursor: pointer;
}
.wpsc-thread-logs {
display: flex;
flex-direction: column;
}
#wpsc-container table,
#wpsc-container th,
#wpsc-container td,
.wpsc-modal table,
.wpsc-modal th,
.wpsc-modal td {
border: 1px solid #ddd;
border-collapse: collapse;
cursor: pointer;
}
.dt-search {
margin-bottom: 10px !important;
}
#wpsc-container .dataTables_wrapper th,
#wpsc-container .dataTables_wrapper td,
#wpsc-container table.dataTable.no-footer,
.wpsc-modal .dataTables_wrapper th,
.wpsc-modal .dataTables_wrapper td,
.wpsc-modal table.dataTable.no-footer {
border-bottom: 1px solid #ddd !important;
}
.wpsc_url_auth_sign_in {
padding-bottom: 10px;
}
.wpsc_url_auth_sign_in p {
margin: 0;
}
.wpsc_auth_header {
font-size: 16px;
}
.wpsc_auth_link {
font-size: 12px;
} .wpscMacros .extra-info {
font-size: 12px;
color: #777;
} .wpsc-form-filter-container,
.wpsc-form-filter-container .and-item {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
border: 1px dashed #000;
border-radius: 5px;
padding: 15px;
box-sizing: border-box;
}
.wpsc-form-filter-container .and-container,
.wpsc-form-filter-container .or-container {
width: 100%;
display: flex;
flex-direction: column;
}
.wpsc-form-filter-container .and-container {
gap: 15px;
}
.wpsc-form-filter-container .or-container {
gap: 5px;
}
.wpsc-form-filter-container button {
width: fit-content;
}
.wpsc-form-filter-item {
display: flex;
width: 100%;
align-items: center;
margin-bottom: 5px;
padding: 5px 5px 0 5px;
background-color: #dcdcdc;
border-radius: 3px;
box-sizing: border-box;
}
.wpsc-form-filter-item .content {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.wpsc-form-filter-item .operator {
min-height: 28px !important;
height: 28px !important;
}
.wpsc-form-filter-item .remove-container {
display: flex;
align-items: center;
justify-content: flex-end;
flex-grow: 1;
}
.wpsc-form-filter-item .content .item {
width: 130px;
max-width: 130px;
margin: 0 5px 5px 0;
}
.wpsc-form-filter-item .content .item.operand.single {
width: 250px;
max-width: 250px;
}
.wpsc-form-filter-item .remove-container span {
display: flex;
align-items: center;
margin-bottom: 5px;
cursor: pointer;
}
.wpsc-form-filter-item .remove-container svg {
width: 18px;
color: #c3c3c3;
}
.wpsc-form-filter-add-btn {
width: fit-content;
}
.select2-container .select2-selection--single {
margin: 0 !important;
}
.wpsc-form-filter-item .content .wpsc-inline-loader {
margin-bottom: 5px;
} .wpsc-snippets {
display: none;
} .flatpickr-calendar.open {
z-index: 999999999 !important;
} .wpsc-section-header {
font-size: 22px;
font-weight: 300;
margin: 0 5px 15px 0;
}
.wpsc-section-container {
border: none;
box-shadow: 0 0 3px 0 #a4b0be;
border-radius: 5px;
padding: 15px 0 0 0;
width: 100%;
font-size: 12px;
box-sizing: border-box;
} .wpsc_tinymce_editor_btns {
display: flex !important;
justify-content: flex-end;
margin-bottom: 4px;
}
.wpsc_tinymce_editor_btns .inner-container {
border: 1px solid #c3c3c3;
display: flex;
}
.wpsc-switch-editor {
cursor: pointer;
border: none;
padding: 6px 24px !important;
text-align: center;
font-size: 13px;
background-color: #fff;
color: #000;
border-radius: 0 !important;
margin: 0 !important;
}
.wpsc-switch-editor.active {
background: #c3c3c3;
}
.wpsc_textarea {
height: 160px !important;
width: 100% !important;
} .wpsc-tff {
display: flex;
flex-direction: column;
}
.wpsc-tff .name {
font-weight: bold;
}
.wpsc-tff .extra-info {
font-size: 10px;
margin-bottom: 5px;
}
.wpsc-tff textarea {
min-height: 100px;
}
.wpsc-tff-label {
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.wpsc-tff-label .required-indicator {
color: #ff0000;
margin-left: 5px;
}
.wpsc-hidden {
display: none !important;
}
.wpsc-thread-info {
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
}
.wpsc-thread-info .info-list-item {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.wpsc-thread-info .info-list-item .info-label {
font-size: 14px;
font-weight: normal;
margin-right: 5px;
}
.wpsc-thread-info .info-list-item .info-val {
font-size: 14px;
font-weight: normal;
}
.wpsc-ticket-thread-expander {
margin-bottom: 10px;
color: #003eff;
cursor: pointer;
} .wpsc-agent-profile {
width: 100%;
display: flex;
margin: 0 15px 15px;
}
.wpsc-ap-mobile-menu {
width: 100%;
margin: 0 15px 10px;
}
.wpsc-ap-menu-container {
min-width: 250px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 10px;
margin-right: 30px;
background-color: #fff;
border-radius: 5px;
box-shadow: 6px 6px 10px 0px #ced6e0;
}
.wpsc-ap-menu-body {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
flex-grow: 1;
}
.wpsc-ap-nav {
width: 100%;
display: flex;
align-items: center;
padding: 10px;
box-sizing: border-box;
border: none;
border-radius: 5px;
background-color: #fff;
color: #707070;
cursor: pointer;
margin-bottom: 5px;
}
.wpsc-ap-nav.active,
.wpsc-ap-nav:hover {
color: #fff;
}
.wpsc-ap-nav svg {
width: 18px;
margin-right: 10px;
}
.wpsc-ap-nav label {
font-size: 14px !important;
}
.wpsc-ap-tab-container {
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;
margin-bottom: 10px;
}
.wpsc-ap-tab-container button {
padding: 7px 15px;
font-size: 16px;
font-weight: normal;
border: none !important;
color: #6a6a6a;
background-color: transparent;
cursor: pointer;
border-radius: 16px;
margin: 0 5px 5px 0;
}
.wpsc-ap-tab-container button.active,
.wpsc-ap-tab-container button:hover {
color: #fff;
background-color: #ffa04a;
} .wpsc-input-close-group {
width: 100%;
display: flex;
}
.wpsc-input-close-group input {
width: 100%;
}
.wpsc-input-close-group span {
display: flex !important;
margin-left: -18px !important;
align-items: center !important;
cursor: pointer !important;
}
.wpsc-input-close-group svg {
height: 10px;
color: #888;
}
.wpsc-no-ticket-found {
display: flex;
justify-content: center;
width: 100%;
padding: 0 0 50px 0;
color: #8a8a8a;
align-items: center;
font-size: 14px;
text-decoration: none;
cursor: default;
} table.wpsc-working-hrs,
table.wpsc-working-hrs tr,
table.wpsc-working-hrs td {
border: none !important;
font-size: 13px;
color: #777;
}
table.wpsc-working-hrs td {
padding: 0 15px 15px !important;
}
table.wpsc-working-hrs {
width: fit-content !important;
}
.wpsc-working-hrs .dayName {
font-weight: 600;
} .wpsc-shortcode-container {
border-radius: 5px;
overflow: hidden;
} .mce-i-wpsc_insert_editor_img::before {
content: "\e014";
} #wpsc-container label,
.wpsc-humbargar-menu label,
.wpsc-modal label {
margin: 0px !important;
}
#wpsc-container form,
.wpsc-modal form {
margin: 0 !important;
} #wpsc-container select,
.wpsc-modal select {
font-size: 14px !important;
min-height: 30px !important;
max-height: 30px !important;
padding: 0 24px 0 8px !important;
} #wpsc-container .checkbox-container,
.wpsc-modal .checkbox-container {
display: flex;
line-height: normal;
}
#wpsc-container .checkbox-container input,
.wpsc-modal .checkbox-container input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
#wpsc-container .checkbox-container label,
.wpsc-modal .checkbox-container label {
position: relative;
cursor: pointer;
padding: 0 !important;
font-size: 14px !important;
}
#wpsc-container .checkbox-container label:before,
.wpsc-modal .checkbox-container label:before {
content: "";
-webkit-appearance: none;
background-color: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
border: 1px solid #8a8a8a;
}
#wpsc-container .checkbox-container input:checked + label:after,
.wpsc-modal .checkbox-container input:checked + label:after {
content: "";
display: block;
position: absolute;
top: 1px;
left: 7px;
width: 6px;
height: 12px;
border: solid #0079bf;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
#wpsc-container .checkbox-container label,
.wpsc-modal .checkbox-container label {
display: flex;
}
#wpsc-container .checkbox-container label:before,
.wpsc-modal .checkbox-container label:before {
width: 18px !important;
height: 18px !important;
box-sizing: border-box;
padding: 8px;
}
#wpsc-container .checkbox-container label:after,
.wpsc-modal .checkbox-container label:after {
flex-grow: 1;
}
#wpsc-container .checkbox-container p,
.wpsc-modal .checkbox-container p {
margin: 0 !important;
} #wpsc-container .radio-container,
.wpsc-modal .radio-container {
display: flex;
line-height: normal;
margin-bottom: 5px;
}
#wpsc-container .radio-container input,
.wpsc-modal .radio-container input {
display: none !important;
}
#wpsc-container .radio-container input + label,
.wpsc-modal .radio-container input + label {
position: relative;
padding-left: 23px;
cursor: pointer;
line-height: 18px;
display: inline-block;
}
#wpsc-container .radio-container input + label:before,
.wpsc-modal .radio-container input + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border-radius: 100%;
background: #fff;
box-sizing: border-box;
}
#wpsc-container .radio-container input + label:after,
.wpsc-modal .radio-container input + label:after {
content: "";
width: 12px;
height: 12px;
background: #0079bf;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#wpsc-container .radio-container input:not(:checked) + label:after,
.wpsc-modal .radio-container input:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
#wpsc-container .radio-container input:checked + label:after,
.wpsc-modal .radio-container input:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
#wpsc-container .radio-container p,
.wpsc-modal .radio-container p {
margin: 0 !important;
} .wpsc-button {
border-radius: 5px !important;
padding: 5px 10px !important;
cursor: pointer;
line-height: normal;
}
.wpsc-button.margin-right {
margin-right: 5px;
}
.wpsc-button.margin-left {
margin-left: 5px;
}
.wpsc-button.small {
font-size: 12px !important;
}
.wpsc-button.normal {
font-size: 14px !important;
} .wpsc-link {
cursor: pointer !important;
text-decoration: none !important;
}
.wpsc-link:hover {
text-decoration: underline !important;
} .wpsc-auth-container {
display: flex;
margin: 20px;
align-items: center;
justify-content: center;
}
.wpsc-auth-container .auth-inner-container {
display: flex;
flex-direction: column;
max-width: 300px !important;
}
.wpsc-auth-container h2 {
font-size: 25px !important;
margin: 0 0 10px 0 !important;
text-align: left;
}
.wpsc-auth-container input[type="text"],
.wpsc-auth-container input[type="password"] {
width: 100% !important;
height: 30px !important;
font-size: 14px !important;
margin: 0 0 5px !important;
}
.wpsc-auth-container .remember-me {
margin-bottom: 5px;
}
.wpsc-auth-container button {
margin-bottom: 5px !important;
}
.wpsc-auth-container .auth-links {
margin: 0 !important;
display: flex;
flex-direction: column;
}
.wpsc-auth-container .auth-links a {
margin-bottom: 5px !important;
}
.wpsc-shortcode-container .select2-container,
.wpsc-section-container .select2-container,
.wpsc-modal-body .select2-container {
width: 100% !important;
} .wpsc-file-attachment-notice {
align-self: flex-start;
font-style: italic;
font-size: 10px;
font-weight: normal;
color: #6e6e6e;
margin-bottom: 10px;
} .wpscPrograssLoaderContainer {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.wpscPrograssLoader {
width: 100px;
display: inline-block;
position: relative;
text-align: center;
line-height: 1.2;
}
.wpscPrograssLoader strong {
position: absolute;
top: 30px;
left: 0;
width: 100%;
text-align: center;
line-height: 40px;
font-size: 30px;
}
.wpscPrograssLoader strong small {
font-size: 15px;
}
.thread-body img {
max-width: 100% !important;
} .wpsc-setting-tbl {
width: 100% !important;
margin-bottom: 20px !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
border: none !important;
font-size: 13px !important;
}
.wpsc-setting-tbl th,
.wpsc-setting-tbl td {
text-align: left !important;
padding: 10px !important;
border: none !important;
box-sizing: border-box;
}
.wpsc-setting-tbl tbody tr:hover {
cursor: pointer;
}
.wpsc-setting-tbl th {
background-color: #313042;
color: #fff;
}
.wpsc-setting-tbl tr:nth-child(even) {
background-color: #f2f2f2;
color: #2c3e50;
}
.wpsc-setting-tbl tr:nth-child(odd) {
background-color: #fff;
color: #2c3e50;
}
.wpsc-setting-tbl tbody tr:hover {
background-color: #dfe4ea;
color: #2c3e50;
}
.wpsc-thread .user-info h2.user-name {
margin-right: 5px;
}
.options button {
width: fit-content;
} .wpsc-pg-container {
width: 100%;
}
.wpsc-pg-container .ui-progressbar {
position: relative;
}
.wpsc-pg-label {
position: absolute;
left: 50%;
top: 4px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
} .wpsc-ticket-tag {
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
font-weight: normal;
width: fit-content;
font-size: 12px;
padding: 5px 5px;
margin: 0 5px 5px 0;
cursor: pointer;
line-height: 1em;
}
.wpsc-tag-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
} .wpsc-agent-collision {
margin: 0;
}
.wpsc-agent-collision .wpsc-widget-body {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 5px;
padding: 10px;
}
.wpsc-ac-agent {
display: flex;
width: fit-content;
align-items: center;
gap: 5px;
padding: 5px;
border-radius: 5px;
font-size: 13px;
}
.wpsc-ac-agent img {
border-radius: 50%;
} .wpsc-dash-widget svg {
color: #ccc;
height: 80px !important;
}
.wpsc-dashboard-widget-icon-header {
display: flex;
align-items: center;
}
.wpsc-dashboard-card-icon-header {
cursor: pointer;
} .wpsc-dash-widgets-row {
display: flex;
flex-wrap: wrap;
} .wpsc-dash-widget {
margin: 10px;
position: relative;
box-sizing: border-box;
background-color: #f4f6f9;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wpsc-dash-widget2 {
padding: 10px;
}
.wpsc-dash-widget-small {
width: calc(20% - 20px);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.wpsc-dash-widget-small .wpsc-dash-widget-icon {
font-size: 70px; color: #ccc; margin-left: 10px; }
.wpsc-dash-widget-small svg {
opacity: 0.2;
}
.wpsc-dash-widget-mid {
width: calc(50% - 20px);
}
.wpsc-dash-widget-large {
width: calc(100% - 20px);
}
.wpsc-widget h2 {
font-size: 18px;
margin-bottom: 5px;
}
.wpsc-dash-widget-small h2 {
margin-bottom: 5px;
font-size: 35px;
font-weight: 600;
} .wpsc-dash-widget-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.wpsc-dash-widget-header svg {
color: #ccc;
height: 15px !important;
margin: 0px 5px 0px 0px;
}
.wpsc-dash-widget-actions { }
.wpsc-dash-widget-actions a {
cursor: pointer;
text-decoration: none;
} .wpsc-dash-widget-content { }
.wpsc-actions-btn-setting {
padding-bottom: 15px;
} .wpsc-full-width-widget {
width: 100%;
}
.wpsc-dashboard-view {
width: 100%;
} .wpsc-db-agent-list {
width: 100%;
border-collapse: collapse;
}
.wpsc-dash-widget-content::-webkit-scrollbar,
.wpsc-widget-body::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.wpsc-dash-widget-content::-webkit-scrollbar-thumb,
.wpsc-widget-body::-webkit-scrollbar-thumb {
margin-top: 10px;
background-color: #cfcfcf;
border-radius: 10px;
}
.wpsc-dash-widget-content::-webkit-scrollbar-track,
.wpsc-widget-body::-webkit-scrollbar-track {
background-color: #ffffff;
} .wpsc-dash-widget-mid .wpsc-dash-widget-content {
max-height: 400px;
height: 400px;
}
.wpsc-dbw-info {
overflow-y: auto;
} @media screen and (max-width: 1200px) {
.wpsc-dash-widget-small {
width: calc(25% - 20px);
}
.wpsc-dash-widget-mid {
width: calc(100% - 20px);
}
}
@media screen and (max-width: 768px) {
.wpsc-dash-widget-small {
width: calc(33% - 20px);
}
.wpsc-dash-widgets-row {
margin: 0 10px;
}
.wpsc-widget {
width: 100%;
}
.wpsc-dash-widget-small h2 {
font-size: 25px;
margin-bottom: 5px;
font-weight: 600;
}
.wpsc-dash-widget-small p {
font-size: 14px;
font-weight: 500;
}
.wpsc-dash-widget svg {
height: 60px !important;
}
.wpsc-dashboard-widget-icon-header {
display: inline-flex;
align-items: center;
}
.wpsc-dash-widget-header svg {
height: 30px !important;
}
.wpsc-dash-widget-actions {
padding-top: 10px;
}
.wpsc-dash-widget-mid {
width: calc(100% - 20px);
}
}
@media screen and (max-width: 600px) {
.wpsc-dash-widget-small {
width: calc(50% - 20px);
}
.wpsc-dashboard-view,
.wpsc-dashboard-widget-view {
display: contents;
}
.wpsc-dash-widget-small h2 {
font-size: 18px;
margin-bottom: 5px;
font-weight: 600;
}
.wpsc-dash-widget-mid {
width: calc(100% - 20px);
}
}
@media screen and (max-width: 480px) {
.wpsc-dash-widget-small {
width: calc(100% - 20px);
}
.wpsc-dash-widget-mid {
width: calc(100% - 20px);
}
.wpsc-dash-widget-header {
display: block;
}
}
.wpsc-widget-list-section {
display: flex;
flex-direction: column;
}
.wpsc-widget-list {
border-bottom: 1px solid #ccc;
padding: 10px 0px;
}
.wpsc-widget-list:last-child {
border-bottom: none;
}
#wpsc-dash-agent-list .dt-search {
display: none;
} .wpsc-up-section {
width: 100%;
}
.wpsc-up-section main {
min-width: 320px;
max-width: 100%;
margin: 0 auto;
}
.wpsc-up-section section {
padding: 10px 0px;
}
.wpsc-up-content {
display: none;
}
.wpsc-up-content.active {
display: block;
}
.wpsc-up-section .wpsc-profile-tab {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
font-weight: 600;
font-size: 16px;
text-align: center;
color: #bbb;
border: 1px solid transparent;
}
.wpsc-up-section .wpsc-profile-tab:hover {
color: #2b2d42;
cursor: pointer;
}
.wpsc-up-tab > .active {
color: #2b2d42;
}
.wpsc-up-container {
display: flex;
align-items: center;
margin: 0px 0px 20px 0px;
padding: 10px;
background-color: #f0f0f1;
border-radius: 5px;
}
.wpsc-up-picture img {
display: flex;
align-items: center;
border-radius: 50%;
margin-right: 10px;
}
.wpsc-up-info {
display: flex;
flex-direction: column;
}
.wpsc-up-name {
font-size: 16px;
font-weight: bold;
}
.wpsc-up-email {
font-size: 14px;
color: #888;
}
.wpsc-back-button {
padding: 0px 0px 10px 0px;
}
.wpsc-widget-scroller {
height: 250px;
}
.wpsc-widget-scroller::-webkit-scrollbar {
width: 5px;
}
.wpsc-widget-scroller::-webkit-scrollbar-thumb {
margin-top: 10px;
background-color: #888;
border-radius: 10px;
}
.wpsc-widget-scroller::-webkit-scrollbar-track {
background-color: #eeeeee;
}  .ticket-info-container {
display: flex;
align-items: center;
}
.ticket-info-container > div,
.ticket-info-container > select {
margin: 0px 10px;
}
@media screen and (max-width: 480px) {
.ticket-info-container {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.ticket-info-container > div,
.ticket-info-container > select {
margin: 0px 10px 5px 0px;
}
} .wpsc-ct-loader {
margin: 0 5px;
display: flex;
align-items: center;
}
.wpsc-ct-actions {
display: flex;
}
.wpsc-reg-user > .wpsc-tff {
padding-left: 0px !important;
}
.wpsc-icon-wp-logo {
height: 15px !important;
} .wpsc-merge-container {
width: 100%;
display: block;
justify-content: space-between;
}
.wpsc-merge-container .wpsc-merge-warning {
background-color: #fff8e5;
padding: 5px 15px;
margin-bottom: 15px;
font-size: 14px;
border-radius: 5px;
text-align: center;
border: 1px solid #FFE79B;
}
.wpsc-merge-container .wpsc-merge-box {
width: 100%;
background-color: #f0f0f0;
position: relative;
display: inline-flex;
border-radius: 5px;
padding: 10px 0px;
}
.wpsc-merge-container .wpsc-merge-box:nth-child(4) {
margin-bottom: 10px;
}
.wpsc-merge-container .wpsc-merge-box .wpsc-merge-ticket-details {
padding: 0px 15px;
position: relative;
flex: 1 1 30%;
}
.wpsc-merge-container .wpsc-merge-box .wpsc-merge-id {
padding: 0px 15px;
position: relative;
}
.wpsc-merge-container .wpsc-merge-box .wpsc-merge-id > div {
font-size: 14px;
color: #777;
background-color: #E5E4E2;
padding: 5px 15px;
border-radius: 5px;
border: 1px solid #D3D3D3;
}
.wpsc-merge-container .wpsc-merge-box .wpsc-merge-ticket-details h3 {
font-size: 14px;
margin: 0em 0 0.8em 0;
}
.wpsc-merge-container .wpsc-merge-box .wpsc-merge-ticket-details > p {
margin: 5px 0 15px 0;
font-size: 12px;
line-height: 0.1;
color: #777;
}
.wpsc-merge-container .wpsc-merge-box .wpsc-merge-ticket-details > span {
font-style: italic;
}
.wpsc-merge-divider {
width: 100%;
display: block;
height: 0.5px;
background-color: #C8C8C8;
margin-bottom: 1em;
}
.wpsc-comment-textarea {
width: 100%;
}
.wpsc-merge-container .wpsc-merge-direction {
width: 100%;
}
.wpsc-merge-container .wpsc-merge-direction svg {
width: 12px;
padding: 20px 0px;
display: flex;
margin: auto;
}
.wpsc-merge-comment-info {
margin: 5px 0 15px 0;
font-size: 12px;
line-height: 0.1;
color: #777;
}
@media screen and (max-width: 768px) {
.wpsc-merge-comment-info {
line-height: normal;
}
.wpsc-merge-container .wpsc-merge-box {
display: block;
}
.wpsc-merge-container .wpsc-merge-box .wpsc-merge-id {
padding: 0px 15px 10px 15px;
}
}.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;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;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;-moz-user-select:none;-ms-user-select:none;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;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;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;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-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}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!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;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.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-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{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 #000 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--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{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:0 0;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],.select2-container--default .select2-results__option[data-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],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;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:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.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:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.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:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;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:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.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:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.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 #0073aa}.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}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{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 #0073aa}.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:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-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:#0073aa}.gpopover {
background-color: #FFF;
border: 1px solid #CCC;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 2px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
display: none;
padding: 12px;
position: absolute;
z-index: 998;
}
.gpopover .gpopover-arrow {
border: 8px solid transparent;
border-bottom-color: #FFF;
border-top-width: 0;
height: 0;
position: absolute;
width: 0;
z-index: 999;
}
.gpopover .gpopover-arrow-shadow {
border: 8px solid transparent;
border-bottom-color: #C0C0C0;
border-bottom-color: rgba(0, 0, 0, 0.275);
border-top-width: 0;
height: 0;
position: absolute;
width: 0;
z-index: 997;
}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{ left:0; }  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{ right:0; }  .flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto;}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fc-icon,.fc-unselectable{-moz-user-select:none;-ms-user-select:none}.fc .fc-button,.fc-icon{text-transform:none;font-weight:400}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc .fc-button:not(:disabled),.fc a[data-navlink],.fc-event.fc-event-draggable,.fc-event[href]{cursor:pointer}.fc-unselectable{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc{display:flex;flex-direction:column;font-size:1em}.fc .fc-button,.fc-icon{display:inline-block;text-align:center}.fc,.fc *,.fc :after,.fc :before{box-sizing:border-box}.fc table{border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{vertical-align:top;padding:0}.fc .fc-button,.fc .fc-button .fc-icon,.fc .fc-button-group,.fc .fc-timegrid-slot-label{vertical-align:middle}.fc a[data-navlink]:hover{text-decoration:underline}.fc .fc-button:hover,.fc .fc-list-event-title a,a.fc-event,a.fc-event:hover{text-decoration:none}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-rtl{direction:rtl;text-align:right}.fc-theme-standard td,.fc-theme-standard th{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc-liquid-hack td,.fc-liquid-hack th{position:relative}@font-face{font-family:fcicons;src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');font-weight:400;font-style:normal}.fc-icon{width:1em;height:1em;-webkit-user-select:none;user-select:none;font-family:fcicons!important;speak:none;font-style:normal;font-variant:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fc-icon-chevron-left:before{content:"\e900"}.fc-icon-chevron-right:before{content:"\e901"}.fc-icon-chevrons-left:before{content:"\e902"}.fc-icon-chevrons-right:before{content:"\e903"}.fc-icon-minus-square:before{content:"\e904"}.fc-icon-plus-square:before{content:"\e905"}.fc-icon-x:before{content:"\e906"}.fc .fc-button{overflow:visible;text-transform:none;margin:0;font-family:inherit}.fc .fc-button::-moz-focus-inner{padding:0;border-style:none}.fc .fc-button{-webkit-appearance:button;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4em .65em;font-size:1em;line-height:1.5;border-radius:.25em}.fc .fc-button:focus{outline:0;box-shadow:0 0 0 .2rem rgba(44,62,80,.25)}.fc .fc-button-primary:focus,.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button:disabled{opacity:.65}.fc .fc-button-primary{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#2C3E50;background-color:var(--fc-button-bg-color,#2C3E50);border-color:#2C3E50;border-color:var(--fc-button-border-color,#2C3E50)}.fc .fc-button-primary:hover{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#1e2b37;background-color:var(--fc-button-hover-bg-color,#1e2b37);border-color:#1a252f;border-color:var(--fc-button-hover-border-color,#1a252f)}.fc .fc-button-primary:disabled{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#2C3E50;background-color:var(--fc-button-bg-color,#2C3E50);border-color:#2C3E50;border-color:var(--fc-button-border-color,#2C3E50)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#1a252f;background-color:var(--fc-button-active-bg-color,#1a252f);border-color:#151e27;border-color:var(--fc-button-active-border-color,#151e27)}.fc .fc-button .fc-icon{font-size:1.5em}.fc .fc-button-group{position:relative;display:inline-flex}.fc .fc-button-group>.fc-button{position:relative;flex:1 1 auto}.fc .fc-button-group>.fc-button.fc-button-active,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:hover{z-index:1}.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.fc .fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc .fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc .fc-toolbar-title{font-size:1.75em;margin:0}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-direction-rtl .fc-toolbar>*>:not(:first-child){margin-right:.75em}.fc-direction-rtl .fc-toolbar-ltr{flex-direction:row-reverse}.fc .fc-scroller{-webkit-overflow-scrolling:touch;position:relative}.fc .fc-scroller-liquid{height:100%}.fc .fc-scroller-liquid-absolute{position:absolute;top:0;right:0;left:0;bottom:0}.fc .fc-scroller-harness{position:relative;overflow:hidden;direction:ltr}.fc .fc-scroller-harness-liquid{height:100%}.fc-direction-rtl .fc-scroller-harness>.fc-scroller{direction:rtl}.fc-theme-standard .fc-scrollgrid{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc .fc-scrollgrid,.fc .fc-scrollgrid-section-footer>*,.fc .fc-scrollgrid-section-header>*{border-bottom-width:0}.fc .fc-scrollgrid,.fc .fc-scrollgrid table{width:100%;table-layout:fixed}.fc .fc-scrollgrid table{border-top-style:hidden;border-left-style:hidden;border-right-style:hidden}.fc .fc-scrollgrid{border-collapse:separate;border-right-width:0}.fc .fc-scrollgrid-liquid{height:100%}.fc .fc-scrollgrid-section,.fc .fc-scrollgrid-section table,.fc .fc-scrollgrid-section>td{height:1px}.fc .fc-scrollgrid-section-liquid>td{height:100%}.fc .fc-scrollgrid-section>*{border-top-width:0;border-left-width:0}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table{border-bottom-style:hidden}.fc .fc-scrollgrid-section-sticky>*{background:var(--fc-page-bg-color,#fff);position:sticky;z-index:3}.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:0}.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>*{bottom:0}.fc .fc-scrollgrid-sticky-shim{height:1px;margin-bottom:-1px}.fc-sticky{position:sticky}.fc .fc-view-harness{flex-grow:1;position:relative}.fc .fc-bg-event,.fc .fc-highlight,.fc .fc-non-business,.fc .fc-view-harness-active>.fc-view{position:absolute;top:0;left:0;right:0;bottom:0}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 4px}.fc .fc-non-business{background:rgba(215,215,215,.3);background:var(--fc-non-business-color,rgba(215,215,215,.3))}.fc .fc-bg-event{background:var(--fc-bg-event-color,#8fdf82);opacity:.3;opacity:var(--fc-bg-event-opacity,.3)}.fc .fc-bg-event .fc-event-title{margin:.5em;font-size:.85em;font-size:var(--fc-small-font-size,.85em);font-style:italic}.fc .fc-highlight{background:rgba(188,232,241,.3);background:var(--fc-highlight-color,rgba(188,232,241,.3))}.fc .fc-cell-shaded,.fc .fc-day-disabled{background:rgba(208,208,208,.3);background:var(--fc-neutral-bg-color,rgba(208,208,208,.3))}.fc-event .fc-event-main{position:relative;z-index:2}.fc-event-dragging:not(.fc-event-selected){opacity:.75}.fc-event-dragging.fc-event-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event .fc-event-resizer{display:none;position:absolute;z-index:4}.fc-event-selected .fc-event-resizer,.fc-event:hover .fc-event-resizer,.fc-h-event{display:block}.fc-event-selected .fc-event-resizer{border-radius:4px;border-radius:calc(var(--fc-event-resizer-dot-total-width,8px)/ 2);border-width:1px;border-width:var(--fc-event-resizer-dot-border-width,1px);width:8px;width:var(--fc-event-resizer-dot-total-width,8px);height:8px;height:var(--fc-event-resizer-dot-total-width,8px);border-style:solid;border-color:inherit;background:var(--fc-page-bg-color,#fff)}.fc-event-selected .fc-event-resizer:before{content:'';position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px}.fc-event-selected{box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event-selected:before{content:"";position:absolute;z-index:3;top:0;left:0;right:0;bottom:0}.fc-event-selected:after{content:"";background:rgba(0,0,0,.25);background:var(--fc-event-selected-overlay-color,rgba(0,0,0,.25));position:absolute;z-index:1;top:-1px;left:-1px;right:-1px;bottom:-1px}.fc-h-event{border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8)}.fc-h-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff)}.fc-h-event .fc-event-main-frame{display:flex}.fc-h-event .fc-event-time{max-width:100%;overflow:hidden}.fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0}.fc-h-event .fc-event-title{display:inline-block;vertical-align:top;left:0;right:0;max-width:100%;overflow:hidden}.fc-h-event.fc-event-selected:before{top:-10px;bottom:-10px}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end){border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:0}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.fc-h-event:not(.fc-event-selected) .fc-event-resizer{top:0;bottom:0;width:8px;width:var(--fc-event-resizer-thickness,8px)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end{cursor:w-resize;left:-4px;left:calc(var(--fc-event-resizer-thickness,8px)/ -2)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start{cursor:e-resize;right:-4px;right:calc(var(--fc-event-resizer-thickness,8px)/ -2)}.fc-h-event.fc-event-selected .fc-event-resizer{top:50%;margin-top:-4px;margin-top:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end{left:-4px;left:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start{right:-4px;right:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc .fc-popover{position:absolute;z-index:9999;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc .fc-popover-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:3px 4px}.fc .fc-popover-title{margin:0 2px}.fc .fc-popover-close{cursor:pointer;opacity:.65;font-size:1.1em}.fc-theme-standard .fc-popover{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd);background:var(--fc-page-bg-color,#fff)}.fc-theme-standard .fc-popover-header{background:rgba(208,208,208,.3);background:var(--fc-neutral-bg-color,rgba(208,208,208,.3))}:root{--fc-daygrid-event-dot-width:8px;--fc-list-event-dot-width:10px;--fc-list-event-hover-bg-color:#f5f5f5}.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before{content:"";clear:both;display:table}.fc .fc-daygrid-body{position:relative;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-daygrid-day-frame{position:relative;min-height:100%}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{position:relative;z-index:4;padding:4px}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{position:absolute;left:0;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{position:relative;min-height:2em}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{position:absolute;top:0;left:0;right:0}.fc .fc-daygrid-bg-harness{position:absolute;top:0;bottom:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{z-index:6;margin-top:1px}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;padding:2px 3px 0}.fc .fc-daygrid-day-bottom:before{content:"";clear:both;display:table}.fc .fc-daygrid-more-link{position:relative;z-index:4;cursor:pointer}.fc .fc-daygrid-week-number{position:absolute;z-index:5;top:0;padding:2px;min-width:1.5em;text-align:center;background-color:rgba(208,208,208,.3);background-color:var(--fc-neutral-bg-color,rgba(208,208,208,.3));color:grey;color:var(--fc-neutral-text-color,grey)}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}.fc-direction-ltr .fc-daygrid-week-number{left:0;border-radius:0 0 3px}.fc-direction-rtl .fc-daygrid-week-number{right:0;border-radius:0 0 0 3px}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{position:relative;white-space:nowrap;border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-daygrid-block-event .fc-event-time{font-weight:700}.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}.fc-daygrid-dot-event{display:flex;align-items:center;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden;font-weight:700}.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover{background:rgba(0,0,0,.1)}.fc-daygrid-dot-event.fc-event-selected:before{top:-10px;bottom:-10px}.fc-daygrid-event-dot{margin:0 4px;box-sizing:content-box;width:0;height:0;border:4px solid #3788d8;border:calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#3788d8);border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width,8px)/ 2)}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}.fc-v-event{display:block;border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8)}.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff);height:100%}.fc-v-event .fc-event-main-frame{height:100%;display:flex;flex-direction:column}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{top:0;bottom:0;max-height:100%;overflow:hidden}.fc-v-event:not(.fc-event-start){border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event:not(.fc-event-end){border-bottom-width:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness,8px);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness,8px)/ -2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness,8px)/ -2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-body,.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{min-height:100%}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-slot{height:1.5em;border-bottom:0}.fc .fc-timegrid-slot:empty:before{content:'\00a0'}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.fc .fc-timegrid-axis-cushion{max-width:60px;flex-shrink:0}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fc .fc-timegrid-col.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-liquid-hack .fc-timegrid-col-frame{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fc-media-screen .fc-timegrid-cols{position:absolute;top:0;left:0;right:0;bottom:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{position:absolute;top:0;left:0;right:0}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight,.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-bg-harness{position:absolute;left:0;right:0}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness{position:absolute}.fc-timegrid-event-harness>.fc-timegrid-event{position:absolute;top:0;bottom:0;left:0;right:0}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color,#fff)}.fc-timegrid-event,.fc-timegrid-more-link{font-size:.85em;font-size:var(--fc-small-font-size,.85em);border-radius:3px}.fc-timegrid-event{margin-bottom:1px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{white-space:nowrap;font-size:.85em;font-size:var(--fc-small-font-size,.85em);margin-bottom:1px}.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-short .fc-event-time:after{content:'\00a0-\00a0'}.fc-timegrid-event-short .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-timegrid-more-link{position:absolute;z-index:9999;color:inherit;color:var(--fc-more-link-text-color,inherit);background:var(--fc-more-link-bg-color,#d0d0d0);cursor:pointer;margin-bottom:1px}.fc-timegrid-more-link-inner{padding:3px 2px;top:0}.fc-direction-ltr .fc-timegrid-more-link{right:0}.fc-direction-rtl .fc-timegrid-more-link{left:0}.fc .fc-timegrid-now-indicator-line{position:absolute;z-index:4;left:0;right:0;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color,red);border-width:1px 0 0}.fc .fc-timegrid-now-indicator-arrow{position:absolute;z-index:4;margin-top:-5px;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color,red)}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-theme-standard .fc-list{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc .fc-list-empty{background-color:rgba(208,208,208,.3);background-color:var(--fc-neutral-bg-color,rgba(208,208,208,.3));height:100%;display:flex;justify-content:center;align-items:center}.fc .fc-list-empty-cushion{margin:5em 0}.fc .fc-list-table{width:100%;border-style:hidden}.fc .fc-list-table tr>*{border-left:0;border-right:0}.fc .fc-list-sticky .fc-list-day>*{position:sticky;top:0;background:var(--fc-page-bg-color,#fff)}.fc .fc-list-table th{padding:0}.fc .fc-list-day-cushion,.fc .fc-list-table td{padding:8px 14px}.fc .fc-list-day-cushion:after{content:"";clear:both;display:table}.fc-theme-standard .fc-list-day-cushion{background-color:rgba(208,208,208,.3);background-color:var(--fc-neutral-bg-color,rgba(208,208,208,.3))}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{float:left}.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text{float:right}.fc-direction-ltr .fc-list-table .fc-list-event-graphic{padding-right:0}.fc-direction-rtl .fc-list-table .fc-list-event-graphic{padding-left:0}.fc .fc-list-event.fc-event-forced-url{cursor:pointer}.fc .fc-list-event:hover td{background-color:#f5f5f5;background-color:var(--fc-list-event-hover-bg-color,#f5f5f5)}.fc .fc-list-event-graphic,.fc .fc-list-event-time{white-space:nowrap;width:1px}.fc .fc-list-event-dot{display:inline-block;box-sizing:content-box;width:0;height:0;border:5px solid #3788d8;border:calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,#3788d8);border-radius:5px;border-radius:calc(var(--fc-list-event-dot-width,10px)/ 2)}.fc .fc-list-event-title a{color:inherit}.fc .fc-list-event.fc-event-forced-url:hover a{text-decoration:underline}.fc-theme-bootstrap a:not([href]){color:inherit}:root{--dt-row-selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable tr.dt-hasChild td.dt-control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}table.dataTable tfoot:empty{display:none}html.dark table.dataTable td.dt-control:before,:root[data-bs-theme=dark] table.dataTable td.dt-control:before,:root[data-theme=dark] table.dataTable td.dt-control:before{border-left-color:rgba(255, 255, 255, 0.5)}html.dark table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before{border-top-color:rgba(255, 255, 255, 0.5);border-left-color:transparent}div.dt-scroll{width:100%}div.dt-scroll-body thead tr,div.dt-scroll-body tfoot tr{height:0}div.dt-scroll-body thead tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body tfoot tr td{height:0 !important;padding-top:0px !important;padding-bottom:0px !important;border-top-width:0px !important;border-bottom-width:0px !important}div.dt-scroll-body thead tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body tfoot tr td div.dt-scroll-sizing{height:0 !important;overflow:hidden !important}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/""}table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/""}table.dataTable thead>tr>th.dt-orderable-asc,table.dataTable thead>tr>th.dt-orderable-desc,table.dataTable thead>tr>th.dt-ordering-asc,table.dataTable thead>tr>th.dt-ordering-desc,table.dataTable thead>tr>td.dt-orderable-asc,table.dataTable thead>tr>td.dt-orderable-desc,table.dataTable thead>tr>td.dt-ordering-asc,table.dataTable thead>tr>td.dt-ordering-desc{position:relative;padding-right:30px}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order{position:absolute;right:12px;top:0;bottom:0;width:12px}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{left:0;opacity:.125;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.dt-orderable-asc,table.dataTable thead>tr>th.dt-orderable-desc,table.dataTable thead>tr>td.dt-orderable-asc,table.dataTable thead>tr>td.dt-orderable-desc{cursor:pointer}table.dataTable thead>tr>th.dt-orderable-asc:hover,table.dataTable thead>tr>th.dt-orderable-desc:hover,table.dataTable thead>tr>td.dt-orderable-asc:hover,table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(0, 0, 0, 0.05);outline-offset:-2px}table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled span.dt-column-order:after,table.dataTable thead>tr>th.sorting_asc_disabled span.dt-column-order:before,table.dataTable thead>tr>td.sorting_desc_disabled span.dt-column-order:after,table.dataTable thead>tr>td.sorting_asc_disabled span.dt-column-order:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dt-scroll-body>table.dataTable>thead>tr>th,div.dt-scroll-body>table.dataTable>thead>tr>td{overflow:hidden}:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(255, 255, 255, 0.05)}div.dt-processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-22px;text-align:center;padding:2px;z-index:10}div.dt-processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dt-processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgb(13, 110, 253);background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dt-processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dt-processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th,table.dataTable td{box-sizing:border-box}table.dataTable th.dt-type-numeric,table.dataTable th.dt-type-date,table.dataTable td.dt-type-numeric,table.dataTable td.dt-type-date{text-align:right}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable th.dt-empty,table.dataTable td.dt-empty{text-align:center;vertical-align:top}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}:root{--dt-row-hover-alpha: 0.035;--dt-row-stripe-alpha: 0.023;--dt-column-ordering-alpha: 0.019;--dt-row-selected-stripe-alpha: 0.923;--dt-row-selected-column-ordering-alpha: 0.919}table.dataTable{width:100%;margin:0 auto;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable>thead>tr>th,table.dataTable>thead>tr>td{padding:10px;border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable>thead>tr>th:active,table.dataTable>thead>tr>td:active{outline:none}table.dataTable>tfoot>tr>th,table.dataTable>tfoot>tr>td{border-top:1px solid rgba(0, 0, 0, 0.3);padding:10px 10px 6px 10px}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr:first-child>*{border-top:none}table.dataTable>tbody>tr:last-child>*{border-bottom:none}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.9);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);color:rgb(255, 255, 255);color:rgb(var(--dt-row-selected-text))}table.dataTable>tbody>tr.selected a{color:rgb(9, 10, 11);color:rgb(var(--dt-row-selected-link))}table.dataTable>tbody>tr>th,table.dataTable>tbody>tr>td{padding:8px 10px}table.dataTable.row-border>tbody>tr>*,table.dataTable.display>tbody>tr>*{border-top:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.row-border>tbody>tr:first-child>*,table.dataTable.display>tbody>tr:first-child>*{border-top:none}table.dataTable.row-border>tbody>tr.selected+tr.selected>td,table.dataTable.display>tbody>tr.selected+tr.selected>td{border-top-color:rgba(13, 110, 253, 0.65);border-top-color:rgba(var(--dt-row-selected), 0.65)}table.dataTable.cell-border>tbody>tr>*{border-top:1px solid rgba(0, 0, 0, 0.15);border-right:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border>tbody>tr>*:first-child{border-left:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border>tbody>tr:first-child>*{border-top:1px solid rgba(0, 0, 0, 0.3)}table.dataTable.stripe>tbody>tr:nth-child(odd)>*,table.dataTable.display>tbody>tr:nth-child(odd)>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha))}table.dataTable.stripe>tbody>tr:nth-child(odd).selected>*,table.dataTable.display>tbody>tr:nth-child(odd).selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.923);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha))}table.dataTable.hover>tbody>tr:hover>*,table.dataTable.display>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.035);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha))}table.dataTable.hover>tbody>tr.selected:hover>*,table.dataTable.display>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px #0d6efd !important;box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important}table.dataTable.order-column>tbody tr>.sorting_1,table.dataTable.order-column>tbody tr>.sorting_2,table.dataTable.order-column>tbody tr>.sorting_3,table.dataTable.display>tbody tr>.sorting_1,table.dataTable.display>tbody tr>.sorting_2,table.dataTable.display>tbody tr>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha))}table.dataTable.order-column>tbody tr.selected>.sorting_1,table.dataTable.order-column>tbody tr.selected>.sorting_2,table.dataTable.order-column>tbody tr.selected>.sorting_3,table.dataTable.display>tbody tr.selected>.sorting_1,table.dataTable.display>tbody tr.selected>.sorting_2,table.dataTable.display>tbody tr.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha))}table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.054);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)))}table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_2,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.047);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007))}table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_3,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.039);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015))}table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.954);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)))}table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.947);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007))}table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.939);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015))}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.082);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)))}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.074);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007))}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.062);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015))}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.982);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)))}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.974);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007))}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.962);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015))}table.dataTable.compact thead th,table.dataTable.compact thead td,table.dataTable.compact tfoot th,table.dataTable.compact tfoot td,table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}div.dt-container div.dt-layout-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin:.75em 0}div.dt-container div.dt-layout-row div.dt-layout-cell{display:flex;justify-content:space-between;align-items:center}div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start{justify-content:flex-start;margin-right:auto}div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{justify-content:flex-end;margin-left:auto}div.dt-container div.dt-layout-row div.dt-layout-cell:empty{display:none}@media screen and (max-width: 767px){div.dt-container div.dt-layout-row:not(.dt-layout-table){display:block}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell{display:block;text-align:center}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell>*{margin:.5em 0}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start{margin-right:0}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end{margin-left:0}}div.dt-container div.dt-layout-start>*:not(:last-child){margin-right:1em}div.dt-container div.dt-layout-end>*:not(:first-child){margin-left:1em}div.dt-container div.dt-layout-full{width:100%}div.dt-container div.dt-layout-full>*:only-child{margin-left:auto;margin-right:auto}div.dt-container div.dt-layout-table>div{display:block !important}@media screen and (max-width: 767px){div.dt-container div.dt-layout-start>*:not(:last-child){margin-right:0}div.dt-container div.dt-layout-end>*:not(:first-child){margin-left:0}}div.dt-container{position:relative;clear:both}div.dt-container .dt-search input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;color:inherit;margin-left:3px}div.dt-container .dt-input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;color:inherit}div.dt-container select.dt-input{padding:4px}div.dt-container .dt-paging .dt-paging-button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;color:inherit !important;border:1px solid transparent;border-radius:2px;background:transparent}div.dt-container .dt-paging .dt-paging-button.current,div.dt-container .dt-paging .dt-paging-button.current:hover{color:inherit !important;border:1px solid rgba(0, 0, 0, 0.3);background-color:rgba(0, 0, 0, 0.05);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));background:-webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:-moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:-ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:-o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%)}div.dt-container .dt-paging .dt-paging-button.disabled,div.dt-container .dt-paging .dt-paging-button.disabled:hover,div.dt-container .dt-paging .dt-paging-button.disabled:active{cursor:default;color:rgba(0, 0, 0, 0.5) !important;border:1px solid transparent;background:transparent;box-shadow:none}div.dt-container .dt-paging .dt-paging-button:hover{color:white !important;border:1px solid #111;background-color:#111;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}div.dt-container .dt-paging .dt-paging-button:active{outline:none;background-color:#0c0c0c;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}div.dt-container .dt-paging .ellipsis{padding:0 1em}div.dt-container .dt-length,div.dt-container .dt-search,div.dt-container .dt-info,div.dt-container .dt-processing,div.dt-container .dt-paging{color:inherit}div.dt-container .dataTables_scroll{clear:both}div.dt-container .dataTables_scroll div.dt-scroll-body{-webkit-overflow-scrolling:touch}div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th,div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td{vertical-align:middle}div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th>div.dataTables_sizing,div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td>div.dataTables_sizing,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th>div.dataTables_sizing,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}div.dt-container.dt-empty-footer tbody>tr:last-child>*{border-bottom:1px solid rgba(0, 0, 0, 0.3)}div.dt-container.dt-empty-footer .dt-scroll-body{border-bottom:1px solid rgba(0, 0, 0, 0.3)}div.dt-container.dt-empty-footer .dt-scroll-body tbody>tr:last-child>*{border-bottom:none}html.dark{--dt-row-hover: 255, 255, 255;--dt-row-stripe: 255, 255, 255;--dt-column-ordering: 255, 255, 255}html.dark table.dataTable>thead>tr>th,html.dark table.dataTable>thead>tr>td{border-bottom:1px solid rgb(89, 91, 94)}html.dark table.dataTable>thead>tr>th:active,html.dark table.dataTable>thead>tr>td:active{outline:none}html.dark table.dataTable>tfoot>tr>th,html.dark table.dataTable>tfoot>tr>td{border-top:1px solid rgb(89, 91, 94)}html.dark table.dataTable.row-border>tbody>tr>*,html.dark table.dataTable.display>tbody>tr>*{border-top:1px solid rgb(64, 67, 70)}html.dark table.dataTable.row-border>tbody>tr:first-child>*,html.dark table.dataTable.display>tbody>tr:first-child>*{border-top:none}html.dark table.dataTable.row-border>tbody>tr.selected+tr.selected>td,html.dark table.dataTable.display>tbody>tr.selected+tr.selected>td{border-top-color:rgba(13, 110, 253, 0.65);border-top-color:rgba(var(--dt-row-selected), 0.65)}html.dark table.dataTable.cell-border>tbody>tr>th,html.dark table.dataTable.cell-border>tbody>tr>td{border-top:1px solid rgb(64, 67, 70);border-right:1px solid rgb(64, 67, 70)}html.dark table.dataTable.cell-border>tbody>tr>th:first-child,html.dark table.dataTable.cell-border>tbody>tr>td:first-child{border-left:1px solid rgb(64, 67, 70)}html.dark .dt-container.dt-empty-footer table.dataTable{border-bottom:1px solid rgb(89, 91, 94)}html.dark .dt-container .dt-search input,html.dark .dt-container .dt-length select{border:1px solid rgba(255, 255, 255, 0.2);background-color:var(--dt-html-background)}html.dark .dt-container .dt-paging .dt-paging-button.current,html.dark .dt-container .dt-paging .dt-paging-button.current:hover{border:1px solid rgb(89, 91, 94);background:rgba(255, 255, 255, 0.15)}html.dark .dt-container .dt-paging .dt-paging-button.disabled,html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,html.dark .dt-container .dt-paging .dt-paging-button.disabled:active{color:#666 !important}html.dark .dt-container .dt-paging .dt-paging-button:hover{border:1px solid rgb(53, 53, 53);background:rgb(53, 53, 53)}html.dark .dt-container .dt-paging .dt-paging-button:active{background:#3a3a3a}*[dir=rtl] table.dataTable thead th,*[dir=rtl] table.dataTable thead td,*[dir=rtl] table.dataTable tfoot th,*[dir=rtl] table.dataTable tfoot td{text-align:right}*[dir=rtl] table.dataTable th.dt-type-numeric,*[dir=rtl] table.dataTable th.dt-type-date,*[dir=rtl] table.dataTable td.dt-type-numeric,*[dir=rtl] table.dataTable td.dt-type-date{text-align:left}*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start{text-align:right}*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end{text-align:left}*[dir=rtl] div.dt-container div.dt-search input{margin:0 3px 0 0}
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dataTables_wrapper{position:relative}div.dt-buttons{position:initial}div.dt-buttons .dt-button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border-radius:.75em;box-shadow:3px 4px 10px 1px rgba(0, 0, 0, 0.8);text-align:center;z-index:2003;overflow:hidden}div.dt-button-info h2{padding:2rem 2rem 1rem 2rem;margin:0;font-weight:normal}div.dt-button-info>div{padding:1em 2em 2em 2em}div.dtb-popover-close{position:absolute;top:6px;right:6px;width:22px;height:22px;text-align:center;border-radius:3px;cursor:pointer;z-index:2003}button.dtb-hide-drop{display:none !important}div.dt-button-collection-title{text-align:center;padding:.3em .5em .5em;margin-left:.5em;margin-right:.5em;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div.dt-button-collection-title:empty{display:none}span.dt-button-spacer{display:inline-block;margin:.5em;white-space:nowrap}span.dt-button-spacer.bar{border-left:1px solid rgba(0, 0, 0, 0.3);vertical-align:middle;padding-left:.5em}span.dt-button-spacer.bar:empty{height:1em;width:1px;padding-left:0}div.dt-button-collection .dt-button-active{padding-right:3em}div.dt-button-collection .dt-button-active:after{position:absolute;top:50%;margin-top:-10px;right:1em;display:inline-block;content:"✓";color:inherit}div.dt-button-collection .dt-button-active.dt-button-split{padding-right:0}div.dt-button-collection .dt-button-active.dt-button-split:after{display:none}div.dt-button-collection .dt-button-active.dt-button-split>*:first-child{padding-right:3em}div.dt-button-collection .dt-button-active.dt-button-split>*:first-child:after{position:absolute;top:50%;margin-top:-10px;right:1em;display:inline-block;content:"✓";color:inherit}div.dt-button-collection .dt-button-active-a a{padding-right:3em}div.dt-button-collection .dt-button-active-a a:after{position:absolute;right:1em;display:inline-block;content:"✓";color:inherit}div.dt-button-collection span.dt-button-spacer{width:100%;font-size:.9em;text-align:center;margin:.5em 0}div.dt-button-collection span.dt-button-spacer:empty{height:0;width:100%}div.dt-button-collection span.dt-button-spacer.bar{border-left:none;border-bottom:1px solid rgba(0, 0, 0, 0.1);padding-left:0}@media print{table.dataTable tr>*{box-shadow:none !important}}div.dt-buttons>.dt-button,div.dt-buttons>div.dt-button-split .dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-left:.167em;margin-right:.167em;margin-bottom:.333em;padding:.5em 1em;border:1px solid rgba(0, 0, 0, 0.3);border-radius:2px;cursor:pointer;font-size:.88em;line-height:1.6em;color:inherit;white-space:nowrap;overflow:hidden;background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none;text-overflow:ellipsis}div.dt-buttons>.dt-button:first-child,div.dt-buttons>div.dt-button-split .dt-button:first-child{margin-left:0}div.dt-buttons>.dt-button.disabled,div.dt-buttons>div.dt-button-split .dt-button.disabled{cursor:default;opacity:.4}div.dt-buttons>.dt-button.dt-button-active:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button.dt-button-active:not(.disabled){background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");box-shadow:inset 1px 1px 3px #999}div.dt-buttons>.dt-button.dt-button-active:not(.disabled):hover:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999;background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}div.dt-buttons>.dt-button:hover,div.dt-buttons>div.dt-button-split .dt-button:hover{text-decoration:none}div.dt-buttons>.dt-button:hover:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button:hover:not(.disabled){border:1px solid #666;background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}div.dt-buttons>.dt-button:focus:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button:focus:not(.disabled){outline:2px solid rgb(53, 132, 228)}div.dt-buttons>.dt-button embed,div.dt-buttons>div.dt-button-split .dt-button embed{outline:none}div.dt-buttons>div.dt-button-split .dt-button:first-child{border-right:1px solid rgba(0, 0, 0, 0.15);border-top-right-radius:0;border-bottom-right-radius:0}div.dt-buttons>div.dt-button-split .dt-button:first-child:hover{border-right:1px solid #666}div.dt-buttons>div.dt-button-split .dt-button:last-child{border-left:1px solid transparent;border-top-left-radius:0;border-bottom-left-radius:0}div.dt-buttons>div.dt-button-split .dt-button:last-child:hover{border-left:1px solid #666}div.dt-buttons span.dt-button-down-arrow{position:relative;top:-2px;font-size:10px;padding-left:10px;line-height:1em;opacity:.6}div.dt-buttons div.dt-button-split{display:inline-block}div.dt-buttons div.dt-button-split .dt-button:first-child{margin-right:0}div.dt-buttons div.dt-button-split .dt-button:last-child{margin-left:-1px;padding-left:.75em;padding-right:.75em;z-index:2}div.dt-buttons div.dt-button-split .dt-button:last-child span{padding-left:0}div.dt-button-collection{position:absolute;top:0;left:0;width:200px;margin-top:3px;margin-bottom:3px;padding:.75em 0;border:1px solid rgba(0, 0, 0, 0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 4px 10px 1px rgba(0, 0, 0, 0.3);box-sizing:border-box}div.dt-button-collection .dt-button{position:relative;left:0;right:0;width:100%;display:flex;float:none;justify-content:space-between;align-items:center;background:none;margin:0;padding:.5em 1em;border:none;text-align:left;cursor:pointer;color:inherit}div.dt-button-collection .dt-button.dt-button-active{background:none;box-shadow:none}div.dt-button-collection .dt-button.disabled{cursor:default;opacity:.4}div.dt-button-collection .dt-button:hover:not(.disabled){border:none;background:rgba(153, 153, 153, 0.1);box-shadow:none}div.dt-button-collection div.dt-button-split{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:stretch}div.dt-button-collection div.dt-button-split button.dt-button{margin:0;display:inline-block;width:0;flex-grow:1;flex-shrink:0;flex-basis:50px}div.dt-button-collection div.dt-button-split button.dt-button-split-drop{min-width:33px;flex:0}div.dt-button-collection.fixed .dt-button{border-radius:.25em;background:rgba(255, 255, 255, 0.1)}div.dt-button-collection.fixed{position:fixed;display:block;top:50%;left:50%;margin-left:-75px;border-radius:5px;background-color:white;padding:.5em}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection.fixed.columns{margin-left:-409px}@media screen and (max-width: 1024px){div.dt-button-collection.fixed.columns{margin-left:-308px}}@media screen and (max-width: 640px){div.dt-button-collection.fixed.columns{margin-left:-203px}}@media screen and (max-width: 460px){div.dt-button-collection.fixed.columns{margin-left:-100px}}div.dt-button-collection.fixed>:last-child{max-height:100vh;overflow:auto}div.dt-button-collection.two-column>:last-child,div.dt-button-collection.three-column>:last-child,div.dt-button-collection.four-column>:last-child{display:block !important;column-gap:8px}div.dt-button-collection.two-column>:last-child>*,div.dt-button-collection.three-column>:last-child>*,div.dt-button-collection.four-column>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-collection.columns{width:auto}div.dt-button-collection.columns>:last-child{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:6px;width:818px;padding-bottom:1px}div.dt-button-collection.columns>:last-child .dt-button{min-width:200px;flex:0 1;margin:0}div.dt-button-collection.columns.dtb-b3>:last-child,div.dt-button-collection.columns.dtb-b2>:last-child,div.dt-button-collection.columns.dtb-b1>:last-child{justify-content:space-between}div.dt-button-collection.columns.dtb-b3 .dt-button{flex:1 1 32%}div.dt-button-collection.columns.dtb-b2 .dt-button{flex:1 1 48%}div.dt-button-collection.columns.dtb-b1 .dt-button{flex:1 1 100%}@media screen and (max-width: 1024px){div.dt-button-collection.columns>:last-child{width:612px}}@media screen and (max-width: 640px){div.dt-button-collection.columns>:last-child{width:406px}div.dt-button-collection.columns.dtb-b3 .dt-button{flex:0 1 32%}}@media screen and (max-width: 460px){div.dt-button-collection.columns>:last-child{width:200px}}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);background:radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);z-index:2001}.dt-button.processing{color:rgba(0, 0, 0, 0.2)}.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:" ";border:2px solid rgb(40, 40, 40);border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}html.dark div.dt-buttons>.dt-button,html.dark div.dt-buttons>div.dt-button-split .dt-button{border:1px solid rgb(89, 91, 94);background:rgba(255, 255, 255, 0.15)}html.dark div.dt-buttons>.dt-button.dt-button-active:not(.disabled),html.dark div.dt-buttons>div.dt-button-split .dt-button.dt-button-active:not(.disabled){background:rgba(179, 179, 179, 0.15);box-shadow:inset 1px 1px 2px black}html.dark div.dt-buttons>.dt-button.dt-button-active:not(.disabled):hover:not(.disabled),html.dark div.dt-buttons>div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled){background:rgba(128, 128, 128, 0.15);box-shadow:inset 1px 1px 3px black}html.dark div.dt-buttons>.dt-button:hover:not(.disabled),html.dark div.dt-buttons>div.dt-button-split .dt-button:hover:not(.disabled){background:rgba(179, 179, 179, 0.15)}html.dark div.dt-buttons>.dt-button:focus:not(.disabled),html.dark div.dt-buttons>div.dt-button-split .dt-button:focus:not(.disabled){outline:2px solid rgb(110, 168, 254)}html.dark div.dt-buttons>div.dt-button-split .dt-button:first-child{border-right:1px solid rgba(255, 255, 255, 0.1)}html.dark div.dt-buttons>div.dt-button-split .dt-button:first-child:hover{border-right:1px solid rgb(89, 91, 94)}html.dark div.dt-buttons>div.dt-button-split .dt-button:last-child:hover{border-left:1px solid rgb(89, 91, 94)}html.dark div.dt-button-collection{border:1px solid rgba(255, 255, 255, 0.15);background-color:rgb(33, 37, 41);box-shadow:3px 4px 10px 1px rgba(0, 0, 0, 0.8)}html.dark div.dt-button-info{background-color:var(--dt-html-background);border:1px solid rgba(255, 255, 255, 0.15)}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{margin-right:.5em;display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before{border-top:5px solid transparent;border-left:0px solid transparent;border-bottom:5px solid transparent;border-right:10px solid rgba(0, 0, 0, 0.5)}table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:.333em}table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before{border-top:5px solid transparent;border-left:0px solid transparent;border-bottom:5px solid transparent;border-right:10px solid rgba(0, 0, 0, 0.5)}table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{padding-bottom:0;border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:fit-content;max-height:75%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:.5em;box-shadow:0 12px 30px rgba(0, 0, 0, 0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:2.5em}div.dtr-modal div.dtr-modal-content h2{margin-top:0}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0, 0, 0, 0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}html.dark table.dataTable>tbody>tr>td.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control:before{border-left-color:rgba(255, 255, 255, 0.5) !important}html.dark table.dataTable>tbody>tr>td.dtr-control.arrow-right::before,html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control.arrow-right::before{border-right-color:rgba(255, 255, 255, 0.5) !important}html.dark table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,html.dark table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before{border-top-color:rgba(255, 255, 255, 0.5) !important;border-left-color:transparent !important;border-right-color:transparent !important}html.dark table.dataTable>tbody>tr.child ul.dtr-details>li,html[data-bs-theme=dark] table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom-color:rgb(64, 67, 70)}html.dark div.dtr-modal div.dtr-modal-display,html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display{background-color:rgb(33, 37, 41);border:1px solid rgba(255, 255, 255, 0.15)}@font-face{font-family:tutor;src:url(//portal.sahararr.com/wp-content/plugins/tutor/assets/fonts/tutor.woff)format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:tutor;src:url(//portal.sahararr.com/wp-content/plugins/tutor/assets/fonts/tutor-v2.woff)format("woff");font-weight:400;font-style:normal;font-display:block}[class^=tutor-icon-],[class*=\ tutor-icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:tutor!important}.tutor-icon-privacy:before{content:""}.tutor-icon-laptop:before{content:""}.tutor-icon-desktop:before{content:""}.tutor-icon-tablet:before{content:""}.tutor-icon-mobile:before{content:""}.tutor-icon-map-pin:before{content:""}.tutor-icon-api:before{content:""}.tutor-icon-align-center:before{content:""}.tutor-icon-align-justify:before{content:""}.tutor-icon-align-left:before{content:""}.tutor-icon-align-right:before{content:""}.tutor-icon-receipt-percent:before{content:""}.tutor-icon-credit-card:before{content:""}.tutor-icon-change:before{content:""}.tutor-icon-tag:before{content:""}.tutor-icon-subscription:before{content:""}.tutor-icon-mark-light:before{content:""}.tutor-icon-brand-x-twitter:before{content:""}.tutor-icon-book-open-line:before{content:""}.tutor-icon-sorting-desc:before{content:""}.tutor-icon-sorting-asc:before{content:""}.tutor-icon-note:before{content:""}.tutor-icon-add-document:before{content:""}.tutor-icon-topic:before{content:""}.tutor-icon-quiz-2:before{content:""}.tutor-icon-bundle:before{content:""}.tutor-icon-plus-light:before{content:""}.tutor-icon-settings-log:before{content:""}.tutor-icon-key:before{content:""}.tutor-icon-brand-buddypress:before{content:""}.tutor-icon-brand-google-meet:before{content:""}.tutor-icon-brand-google-calendar:before{content:""}.tutor-icon-ban:before{content:""}.tutor-icon-brand-woocommerce:before{content:""}.tutor-icon-kebab-menu:before{content:""}.tutor-icon-add:before{content:""}.tutor-icon-add-photo:before{content:""}.tutor-icon-file-artboard:before{content:""}.tutor-icon-calender:before{content:""}.tutor-icon-circle-mark:before{content:""}.tutor-icon-certificate-portrait:before{content:""}.tutor-icon-brand-zoom:before{content:""}.tutor-icon-clipboard:before{content:""}.tutor-icon-code:before{content:""}.tutor-icon-conversation:before{content:""}.tutor-icon-trophy-o:before{content:""}.tutor-icon-file-blank-page:before{content:""}.tutor-icon-download:before{content:""}.tutor-icon-drag:before{content:""}.tutor-icon-emoji:before{content:""}.tutor-icon-file-import:before{content:""}.tutor-icon-gallery:before{content:""}.tutor-icon-trash-can:before{content:""}.tutor-icon-spectacles:before{content:""}.tutor-icon-graduate-student:before{content:""}.tutor-icon-grid-o:before{content:""}.tutor-icon-user-group:before{content:""}.tutor-icon-home-o:before{content:""}.tutor-icon-down:before{content:""}.tutor-icon-left:before{content:""}.tutor-icon-right:before{content:""}.tutor-icon-up:before{content:""}.tutor-icon-interactive:before{content:""}.tutor-icon-level:before{content:""}.tutor-icon-times:before{content:""}.tutor-icon-magnifying-glass:before{content:""}.tutor-icon-hamburger-o:before{content:""}.tutor-icon-next:before{content:""}.tutor-icon-badge-percent:before{content:""}.tutor-icon-book-open-o:before{content:""}.tutor-icon-pencil:before{content:""}.tutor-icon-previous:before{content:""}.tutor-icon-user-professor:before{content:""}.tutor-icon-qa:before{content:""}.tutor-icon-receipt-line:before{content:""}.tutor-icon-refund-o:before{content:""}.tutor-icon-page-review:before{content:""}.tutor-icon-save-line:before{content:""}.tutor-icon-page-search:before{content:""}.tutor-icon-share-nodes:before{content:""}.tutor-icon-spinner:before{content:""}.tutor-icon-mortarboard:before{content:""}.tutor-icon-user-student:before{content:""}.tutor-icon-badge-percent-o:before{content:""}.tutor-icon-money-bag:before{content:""}.tutor-icon-badge-star:before{content:""}.tutor-icon-update:before{content:""}.tutor-icon-upload-file:before{content:""}.tutor-icon-upload-o:before{content:""}.tutor-icon-upload:before{content:""}.tutor-icon-add-group:before{content:""}.tutor-icon-add-image:before{content:""}.tutor-icon-add-member:before{content:""}.tutor-icon-angle-double-left:before{content:""}.tutor-icon-angle-double-right:before{content:""}.tutor-icon-angle-down:before{content:""}.tutor-icon-angle-left:before{content:""}.tutor-icon-angle-right:before{content:""}.tutor-icon-angle-up:before{content:""}.tutor-icon-ruler:before{content:""}.tutor-icon-assignment:before{content:""}.tutor-icon-paperclip:before{content:""}.tutor-icon-volume:before{content:""}.tutor-icon-authorized:before{content:""}.tutor-icon-trophy:before{content:""}.tutor-icon-background:before{content:""}.tutor-icon-book-open:before{content:""}.tutor-icon-book:before{content:""}.tutor-icon-box-open:before{content:""}.tutor-icon-browser:before{content:""}.tutor-icon-bullet-point:before{content:""}.tutor-icon-calender-bold:before{content:""}.tutor-icon-calender-line:before{content:""}.tutor-icon-camera:before{content:""}.tutor-icon-cart-bold:before{content:""}.tutor-icon-cart-line:before{content:""}.tutor-icon-ribbon:before{content:""}.tutor-icon-certificate-landscape:before{content:""}.tutor-icon-slider-horizontal:before{content:""}.tutor-icon-chart-pie:before{content:""}.tutor-icon-circle-info:before{content:""}.tutor-icon-clock-bold:before{content:""}.tutor-icon-clock-line:before{content:""}.tutor-icon-coding:before{content:""}.tutor-icon-coins:before{content:""}.tutor-icon-mortarboard-o:before{content:""}.tutor-icon-comment:before{content:""}.tutor-icon-buildings:before{content:""}.tutor-icon-clock-line-o:before{content:""}.tutor-icon-copy:before{content:""}.tutor-icon-export:before{content:""}.tutor-icon-import:before{content:""}.tutor-icon-brand-learndash:before{content:""}.tutor-icon-brand-learnpress:before{content:""}.tutor-icon-circle-times-line:before{content:""}.tutor-icon-circle-times-bold:before{content:""}.tutor-icon-times-o:before{content:""}.tutor-icon-crown:before{content:""}.tutor-icon-slider-vertical:before{content:""}.tutor-icon-dashboard:before{content:""}.tutor-icon-trash-can-bold:before{content:""}.tutor-icon-trash-can-line:before{content:""}.tutor-icon-color-palette:before{content:""}.tutor-icon-external-link:before{content:""}.tutor-icon-badge-discount:before{content:""}.tutor-icon-badge-dollar:before{content:""}.tutor-icon-text-add:before{content:""}.tutor-icon-document-text:before{content:""}.tutor-icon-dollar-slot:before{content:""}.tutor-icon-door-open:before{content:""}.tutor-icon-caret-up:before{content:""}.tutor-icon-download-bold:before{content:""}.tutor-icon-sort:before{content:""}.tutor-icon-drop:before{content:""}.tutor-icon-hourglass-o:before{content:""}.tutor-icon-earth:before{content:""}.tutor-icon-pencil-o:before{content:""}.tutor-icon-edit:before{content:""}.tutor-icon-edit-o:before{content:""}.tutor-icon-edit-square:before{content:""}.tutor-icon-open-book-o:before{content:""}.tutor-icon-envelope:before{content:""}.tutor-icon-time-expired:before{content:""}.tutor-icon-eye-bold:before{content:""}.tutor-icon-eye-line:before{content:""}.tutor-icon-bookmark-bold:before{content:""}.tutor-icon-bookmark-line:before{content:""}.tutor-icon-hourglass:before{content:""}.tutor-icon-filter-dollar:before{content:""}.tutor-icon-filter:before{content:""}.tutor-icon-folder:before{content:""}.tutor-icon-grade:before{content:""}.tutor-icon-grade-book:before{content:""}.tutor-icon-grid-bold:before{content:""}.tutor-icon-grid-line:before{content:""}.tutor-icon-hand-holding-dollar:before{content:""}.tutor-icon-heart-bold:before{content:""}.tutor-icon-home:before{content:""}.tutor-icon-hamburger-menu:before{content:""}.tutor-icon-light-bulb:before{content:""}.tutor-icon-image-landscape:before{content:""}.tutor-icon-images:before{content:""}.tutor-icon-image-portrait:before{content:""}.tutor-icon-add-image-o:before{content:""}.tutor-icon-import-export:before{content:""}.tutor-icon-import-o:before{content:""}.tutor-icon-flag:before{content:""}.tutor-icon-circle-info-o:before{content:""}.tutor-icon-ribbon-o:before{content:""}.tutor-icon-instructor:before{content:""}.tutor-icon-copy-text:before{content:""}.tutor-icon-eye-slash-line:before{content:""}.tutor-icon-certificate-landscape-o:before{content:""}.tutor-icon-layer:before{content:""}.tutor-icon-link:before{content:""}.tutor-icon-clipboard-list:before{content:""}.tutor-icon-lock-bold:before{content:""}.tutor-icon-lock-line:before{content:""}.tutor-icon-user-bold:before{content:""}.tutor-icon-manual:before{content:""}.tutor-icon-circle-mark-o:before{content:""}.tutor-icon-mark:before{content:""}.tutor-icon-mark-unread:before{content:""}.tutor-icon-file-star:before{content:""}.tutor-icon-file-text:before{content:""}.tutor-icon-arrow-right-left:before{content:""}.tutor-icon-media-manager:before{content:""}.tutor-icon-meeting:before{content:""}.tutor-icon-microphone:before{content:""}.tutor-icon-minus:before{content:""}.tutor-icon-minus-o:before{content:""}.tutor-icon-refund:before{content:""}.tutor-icon-move:before{content:""}.tutor-icon-slider-h:before{content:""}.tutor-icon-slider-v:before{content:""}.tutor-icon-archive:before{content:""}.tutor-icon-important-bold:before{content:""}.tutor-icon-important-line:before{content:""}.tutor-icon-open-envelope:before{content:""}.tutor-icon-message-unread:before{content:""}.tutor-icon-double-mark:before{content:""}.tutor-icon-bell-bold:before{content:""}.tutor-icon-bell-line:before{content:""}.tutor-icon-text-width:before{content:""}.tutor-icon-order-down:before{content:""}.tutor-icon-order-up:before{content:""}.tutor-icon-ordering-a-z:before{content:""}.tutor-icon-ordering-z-a:before{content:""}.tutor-icon-paste:before{content:""}.tutor-icon-play-line:before{content:""}.tutor-icon-plus-o:before{content:""}.tutor-icon-plus:before{content:""}.tutor-icon-plus-square:before{content:""}.tutor-icon-eye-slash-bold:before{content:""}.tutor-icon-print:before{content:""}.tutor-icon-purchase-mark:before{content:""}.tutor-icon-puzzle:before{content:""}.tutor-icon-qr-code:before{content:""}.tutor-icon-question:before{content:""}.tutor-icon-circle-question-mark:before{content:""}.tutor-icon-quiz:before{content:""}.tutor-icon-quiz-attempt:before{content:""}.tutor-icon-quiz-o:before{content:""}.tutor-icon-receipt-bold:before{content:""}.tutor-icon-redo:before{content:""}.tutor-icon-refresh:before{content:""}.tutor-icon-refresh-o:before{content:""}.tutor-icon-report-time:before{content:""}.tutor-icon-save-bold:before{content:""}.tutor-icon-search:before{content:""}.tutor-icon-paper-plane:before{content:""}.tutor-icon-gear:before{content:""}.tutor-icon-shape:before{content:""}.tutor-icon-share:before{content:""}.tutor-icon-minimize:before{content:""}.tutor-icon-shorting-bullet:before{content:""}.tutor-icon-circle-notch:before{content:""}.tutor-icon-signout:before{content:""}.tutor-icon-rocket:before{content:""}.tutor-icon-bullhorn:before{content:""}.tutor-icon-star-bold:before{content:""}.tutor-icon-star-half-bold:before{content:""}.tutor-icon-star-line:before{content:""}.tutor-icon-stopwatch:before{content:""}.tutor-icon-brush:before{content:""}.tutor-icon-circle-mark-line:before{content:""}.tutor-icon-undo:before{content:""}.tutor-icon-university:before{content:""}.tutor-icon-unlock-line:before{content:""}.tutor-icon-caret-down:before{content:""}.tutor-icon-user-line:before{content:""}.tutor-icon-user-graduate:before{content:""}.tutor-icon-verify-id:before{content:""}.tutor-icon-video-camera:before{content:""}.tutor-icon-video-camera-o:before{content:""}.tutor-icon-wallet:before{content:""}.tutor-icon-brand-facebook:before{content:""}.tutor-icon-brand-zoom-o:before{content:""}.tutor-icon-circle-warning-outline:before{content:""}.tutor-icon-website:before{content:""}.tutor-icon-circle-half:before{content:""}.tutor-icon-zoom-in:before{content:""}.tutor-icon-zoom-out:before{content:""}.tutor-icon-brand-github:before{content:""}.tutor-icon-brand-google:before{content:""}.tutor-icon-brand-google-drive:before{content:""}.tutor-icon-brand-html5-bold:before{content:""}.tutor-icon-brand-html5-line:before{content:""}.tutor-icon-brand-instagram:before{content:""}.tutor-icon-brand-linkedin:before{content:""}.tutor-icon-brand-myspace:before{content:""}.tutor-icon-brand-paid-membersip-pro:before{content:""}.tutor-icon-brand-reddit:before{content:""}.tutor-icon-brand-skype:before{content:""}.tutor-icon-brand-snapchat:before{content:""}.tutor-icon-brand-soundcloud:before{content:""}.tutor-icon-brand-spotify:before{content:""}.tutor-icon-brand-tumblr:before{content:""}.tutor-icon-brand-twitter:before{content:""}.tutor-icon-brand-vimeo-bold:before{content:""}.tutor-icon-brand-vimeo-line:before{content:""}.tutor-icon-brand-yelp:before{content:""}.tutor-icon-brand-youtube-bold:before{content:""}.tutor-icon-brand-youtube-line:before{content:""}.tutor-icon-grade-o:before{content:""}.tutor-icon-file-ai:before{content:""}.tutor-icon-file-archive:before{content:""}.tutor-icon-file-audio:before{content:""}.tutor-icon-file-avi:before{content:""}.tutor-icon-file-compress:before{content:""}.tutor-icon-file-css:before{content:""}.tutor-icon-file-csv:before{content:""}.tutor-icon-file-dbf:before{content:""}.tutor-icon-file-doc:before{content:""}.tutor-icon-file-document:before{content:""}.tutor-icon-file-dwg:before{content:""}.tutor-icon-file-exe:before{content:""}.tutor-icon-file-fla:before{content:""}.tutor-icon-file-html:before{content:""}.tutor-icon-image-file:before{content:""}.tutor-icon-file-iso:before{content:""}.tutor-icon-file-json:before{content:""}.tutor-icon-file-js:before{content:""}.tutor-icon-file-jpg:before{content:""}.tutor-icon-file-mp3:before{content:""}.tutor-icon-file-mp4:before{content:""}.tutor-icon-file-pdf:before{content:""}.tutor-icon-file-png:before{content:""}.tutor-icon-file-ppt:before{content:""}.tutor-icon-file-psd:before{content:""}.tutor-icon-file-rtf:before{content:""}.tutor-icon-file-spreadsheet:before{content:""}.tutor-icon-file-svg:before{content:""}.tutor-icon-text-file:before{content:""}.tutor-icon-file-txt:before{content:""}.tutor-icon-video-file:before{content:""}.tutor-icon-file-xls:before{content:""}.tutor-icon-file-xml:before{content:""}.tutor-icon-file-zip:before{content:""}.tutor-icon-circle-info-bold:before{content:""}.tutor-icon-warning:before{content:""}.tutor-icon-shortcode:before{content:""}.tutor-container,.tutor-container-fluid,.tutor-container-xxl,.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm{width:100%;padding-right:var(--tutor-gutter-x,.75rem);padding-left:var(--tutor-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.tutor-container-sm,.tutor-container{max-width:540px}}@media (min-width:768px){.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:720px}}@media (min-width:992px){.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:960px}}@media (min-width:1200px){.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:1140px}}@media (min-width:1400px){.tutor-container-xxl,.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:1320px}}.tutor-row{--tutor-gutter-x:1.5rem;--tutor-gutter-y:0;margin-top:calc(-1*var(--tutor-gutter-y));margin-right:calc(-.5*var(--tutor-gutter-x));margin-left:calc(-.5*var(--tutor-gutter-x));flex-wrap:wrap;display:flex}.tutor-row>*{box-sizing:border-box;width:100%;max-width:100%;padding-right:calc(var(--tutor-gutter-x)*.5);padding-left:calc(var(--tutor-gutter-x)*.5);margin-top:var(--tutor-gutter-y);flex-shrink:0}.tutor-col{flex:1 0}.tutor-row-cols-auto>*{flex:none;width:auto}.tutor-row-cols-1>*{flex:none;width:100%}.tutor-row-cols-2>*{flex:none;width:50%}.tutor-row-cols-3>*{flex:none;width:33.3333%}.tutor-row-cols-4>*{flex:none;width:25%}.tutor-row-cols-5>*{flex:none;width:20%}.tutor-row-cols-6>*{flex:none;width:16.6667%}.tutor-col-auto{flex:none;width:auto}.tutor-col-1{flex:none;width:8.33333%}.tutor-col-2{flex:none;width:16.6667%}.tutor-col-3{flex:none;width:25%}.tutor-col-4{flex:none;width:33.3333%}.tutor-col-5{flex:none;width:41.6667%}.tutor-col-6{flex:none;width:50%}.tutor-col-7{flex:none;width:58.3333%}.tutor-col-8{flex:none;width:66.6667%}.tutor-col-9{flex:none;width:75%}.tutor-col-10{flex:none;width:83.3333%}.tutor-col-11{flex:none;width:91.6667%}.tutor-col-12{flex:none;width:100%}.tutor-offset-1{margin-left:8.33333%}.tutor-offset-2{margin-left:16.6667%}.tutor-offset-3{margin-left:25%}.tutor-offset-4{margin-left:33.3333%}.tutor-offset-5{margin-left:41.6667%}.tutor-offset-6{margin-left:50%}.tutor-offset-7{margin-left:58.3333%}.tutor-offset-8{margin-left:66.6667%}.tutor-offset-9{margin-left:75%}.tutor-offset-10{margin-left:83.3333%}.tutor-offset-11{margin-left:91.6667%}.tutor-g-0,.tutor-gx-0{--tutor-gutter-x:0}.tutor-g-0,.tutor-gy-0{--tutor-gutter-y:0}.tutor-g-1,.tutor-gx-1{--tutor-gutter-x:.5rem}.tutor-g-1,.tutor-gy-1{--tutor-gutter-y:.5rem}.tutor-g-2,.tutor-gx-2{--tutor-gutter-x:1rem}.tutor-g-2,.tutor-gy-2{--tutor-gutter-y:1rem}.tutor-g-3,.tutor-gx-3{--tutor-gutter-x:1.5rem}.tutor-g-3,.tutor-gy-3{--tutor-gutter-y:1.5rem}.tutor-g-4,.tutor-gx-4{--tutor-gutter-x:2rem}.tutor-g-4,.tutor-gy-4{--tutor-gutter-y:2rem}.tutor-g-5,.tutor-gx-5{--tutor-gutter-x:3rem}.tutor-g-5,.tutor-gy-5{--tutor-gutter-y:3rem}.tutor-g-4px,.tutor-gx-4px{--tutor-gutter-x:.25rem}.tutor-g-4px,.tutor-gy-4px{--tutor-gutter-y:.25rem}.tutor-g-12px,.tutor-gx-12px{--tutor-gutter-x:.75rem}.tutor-g-12px,.tutor-gy-12px{--tutor-gutter-y:.75rem}@media (min-width:576px){.tutor-col-sm{flex:1 0}.tutor-row-cols-sm-auto>*{flex:none;width:auto}.tutor-row-cols-sm-1>*{flex:none;width:100%}.tutor-row-cols-sm-2>*{flex:none;width:50%}.tutor-row-cols-sm-3>*{flex:none;width:33.3333%}.tutor-row-cols-sm-4>*{flex:none;width:25%}.tutor-row-cols-sm-5>*{flex:none;width:20%}.tutor-row-cols-sm-6>*{flex:none;width:16.6667%}.tutor-col-sm-auto{flex:none;width:auto}.tutor-col-sm-1{flex:none;width:8.33333%}.tutor-col-sm-2{flex:none;width:16.6667%}.tutor-col-sm-3{flex:none;width:25%}.tutor-col-sm-4{flex:none;width:33.3333%}.tutor-col-sm-5{flex:none;width:41.6667%}.tutor-col-sm-6{flex:none;width:50%}.tutor-col-sm-7{flex:none;width:58.3333%}.tutor-col-sm-8{flex:none;width:66.6667%}.tutor-col-sm-9{flex:none;width:75%}.tutor-col-sm-10{flex:none;width:83.3333%}.tutor-col-sm-11{flex:none;width:91.6667%}.tutor-col-sm-12{flex:none;width:100%}.tutor-offset-sm-0{margin-left:0}.tutor-offset-sm-1{margin-left:8.33333%}.tutor-offset-sm-2{margin-left:16.6667%}.tutor-offset-sm-3{margin-left:25%}.tutor-offset-sm-4{margin-left:33.3333%}.tutor-offset-sm-5{margin-left:41.6667%}.tutor-offset-sm-6{margin-left:50%}.tutor-offset-sm-7{margin-left:58.3333%}.tutor-offset-sm-8{margin-left:66.6667%}.tutor-offset-sm-9{margin-left:75%}.tutor-offset-sm-10{margin-left:83.3333%}.tutor-offset-sm-11{margin-left:91.6667%}.tutor-g-sm-0,.tutor-gx-sm-0{--tutor-gutter-x:0}.tutor-g-sm-0,.tutor-gy-sm-0{--tutor-gutter-y:0}.tutor-g-sm-1,.tutor-gx-sm-1{--tutor-gutter-x:.5rem}.tutor-g-sm-1,.tutor-gy-sm-1{--tutor-gutter-y:.5rem}.tutor-g-sm-2,.tutor-gx-sm-2{--tutor-gutter-x:1rem}.tutor-g-sm-2,.tutor-gy-sm-2{--tutor-gutter-y:1rem}.tutor-g-sm-3,.tutor-gx-sm-3{--tutor-gutter-x:1.5rem}.tutor-g-sm-3,.tutor-gy-sm-3{--tutor-gutter-y:1.5rem}.tutor-g-sm-4,.tutor-gx-sm-4{--tutor-gutter-x:2rem}.tutor-g-sm-4,.tutor-gy-sm-4{--tutor-gutter-y:2rem}.tutor-g-sm-5,.tutor-gx-sm-5{--tutor-gutter-x:3rem}.tutor-g-sm-5,.tutor-gy-sm-5{--tutor-gutter-y:3rem}.tutor-g-sm-4px,.tutor-gx-sm-4px{--tutor-gutter-x:.25rem}.tutor-g-sm-4px,.tutor-gy-sm-4px{--tutor-gutter-y:.25rem}.tutor-g-sm-12px,.tutor-gx-sm-12px{--tutor-gutter-x:.75rem}.tutor-g-sm-12px,.tutor-gy-sm-12px{--tutor-gutter-y:.75rem}}@media (min-width:768px){.tutor-col-md{flex:1 0}.tutor-row-cols-md-auto>*{flex:none;width:auto}.tutor-row-cols-md-1>*{flex:none;width:100%}.tutor-row-cols-md-2>*{flex:none;width:50%}.tutor-row-cols-md-3>*{flex:none;width:33.3333%}.tutor-row-cols-md-4>*{flex:none;width:25%}.tutor-row-cols-md-5>*{flex:none;width:20%}.tutor-row-cols-md-6>*{flex:none;width:16.6667%}.tutor-col-md-auto{flex:none;width:auto}.tutor-col-md-1{flex:none;width:8.33333%}.tutor-col-md-2{flex:none;width:16.6667%}.tutor-col-md-3{flex:none;width:25%}.tutor-col-md-4{flex:none;width:33.3333%}.tutor-col-md-5{flex:none;width:41.6667%}.tutor-col-md-6{flex:none;width:50%}.tutor-col-md-7{flex:none;width:58.3333%}.tutor-col-md-8{flex:none;width:66.6667%}.tutor-col-md-9{flex:none;width:75%}.tutor-col-md-10{flex:none;width:83.3333%}.tutor-col-md-11{flex:none;width:91.6667%}.tutor-col-md-12{flex:none;width:100%}.tutor-offset-md-0{margin-left:0}.tutor-offset-md-1{margin-left:8.33333%}.tutor-offset-md-2{margin-left:16.6667%}.tutor-offset-md-3{margin-left:25%}.tutor-offset-md-4{margin-left:33.3333%}.tutor-offset-md-5{margin-left:41.6667%}.tutor-offset-md-6{margin-left:50%}.tutor-offset-md-7{margin-left:58.3333%}.tutor-offset-md-8{margin-left:66.6667%}.tutor-offset-md-9{margin-left:75%}.tutor-offset-md-10{margin-left:83.3333%}.tutor-offset-md-11{margin-left:91.6667%}.tutor-g-md-0,.tutor-gx-md-0{--tutor-gutter-x:0}.tutor-g-md-0,.tutor-gy-md-0{--tutor-gutter-y:0}.tutor-g-md-1,.tutor-gx-md-1{--tutor-gutter-x:.5rem}.tutor-g-md-1,.tutor-gy-md-1{--tutor-gutter-y:.5rem}.tutor-g-md-2,.tutor-gx-md-2{--tutor-gutter-x:1rem}.tutor-g-md-2,.tutor-gy-md-2{--tutor-gutter-y:1rem}.tutor-g-md-3,.tutor-gx-md-3{--tutor-gutter-x:1.5rem}.tutor-g-md-3,.tutor-gy-md-3{--tutor-gutter-y:1.5rem}.tutor-g-md-4,.tutor-gx-md-4{--tutor-gutter-x:2rem}.tutor-g-md-4,.tutor-gy-md-4{--tutor-gutter-y:2rem}.tutor-g-md-5,.tutor-gx-md-5{--tutor-gutter-x:3rem}.tutor-g-md-5,.tutor-gy-md-5{--tutor-gutter-y:3rem}.tutor-g-md-4px,.tutor-gx-md-4px{--tutor-gutter-x:.25rem}.tutor-g-md-4px,.tutor-gy-md-4px{--tutor-gutter-y:.25rem}.tutor-g-md-12px,.tutor-gx-md-12px{--tutor-gutter-x:.75rem}.tutor-g-md-12px,.tutor-gy-md-12px{--tutor-gutter-y:.75rem}}@media (min-width:992px){.tutor-col-lg{flex:1 0}.tutor-row-cols-lg-auto>*{flex:none;width:auto}.tutor-row-cols-lg-1>*{flex:none;width:100%}.tutor-row-cols-lg-2>*{flex:none;width:50%}.tutor-row-cols-lg-3>*{flex:none;width:33.3333%}.tutor-row-cols-lg-4>*{flex:none;width:25%}.tutor-row-cols-lg-5>*{flex:none;width:20%}.tutor-row-cols-lg-6>*{flex:none;width:16.6667%}.tutor-col-lg-auto{flex:none;width:auto}.tutor-col-lg-1{flex:none;width:8.33333%}.tutor-col-lg-2{flex:none;width:16.6667%}.tutor-col-lg-3{flex:none;width:25%}.tutor-col-lg-4{flex:none;width:33.3333%}.tutor-col-lg-5{flex:none;width:41.6667%}.tutor-col-lg-6{flex:none;width:50%}.tutor-col-lg-7{flex:none;width:58.3333%}.tutor-col-lg-8{flex:none;width:66.6667%}.tutor-col-lg-9{flex:none;width:75%}.tutor-col-lg-10{flex:none;width:83.3333%}.tutor-col-lg-11{flex:none;width:91.6667%}.tutor-col-lg-12{flex:none;width:100%}.tutor-offset-lg-0{margin-left:0}.tutor-offset-lg-1{margin-left:8.33333%}.tutor-offset-lg-2{margin-left:16.6667%}.tutor-offset-lg-3{margin-left:25%}.tutor-offset-lg-4{margin-left:33.3333%}.tutor-offset-lg-5{margin-left:41.6667%}.tutor-offset-lg-6{margin-left:50%}.tutor-offset-lg-7{margin-left:58.3333%}.tutor-offset-lg-8{margin-left:66.6667%}.tutor-offset-lg-9{margin-left:75%}.tutor-offset-lg-10{margin-left:83.3333%}.tutor-offset-lg-11{margin-left:91.6667%}.tutor-g-lg-0,.tutor-gx-lg-0{--tutor-gutter-x:0}.tutor-g-lg-0,.tutor-gy-lg-0{--tutor-gutter-y:0}.tutor-g-lg-1,.tutor-gx-lg-1{--tutor-gutter-x:.5rem}.tutor-g-lg-1,.tutor-gy-lg-1{--tutor-gutter-y:.5rem}.tutor-g-lg-2,.tutor-gx-lg-2{--tutor-gutter-x:1rem}.tutor-g-lg-2,.tutor-gy-lg-2{--tutor-gutter-y:1rem}.tutor-g-lg-3,.tutor-gx-lg-3{--tutor-gutter-x:1.5rem}.tutor-g-lg-3,.tutor-gy-lg-3{--tutor-gutter-y:1.5rem}.tutor-g-lg-4,.tutor-gx-lg-4{--tutor-gutter-x:2rem}.tutor-g-lg-4,.tutor-gy-lg-4{--tutor-gutter-y:2rem}.tutor-g-lg-5,.tutor-gx-lg-5{--tutor-gutter-x:3rem}.tutor-g-lg-5,.tutor-gy-lg-5{--tutor-gutter-y:3rem}.tutor-g-lg-4px,.tutor-gx-lg-4px{--tutor-gutter-x:.25rem}.tutor-g-lg-4px,.tutor-gy-lg-4px{--tutor-gutter-y:.25rem}.tutor-g-lg-12px,.tutor-gx-lg-12px{--tutor-gutter-x:.75rem}.tutor-g-lg-12px,.tutor-gy-lg-12px{--tutor-gutter-y:.75rem}}@media (min-width:1200px){.tutor-col-xl{flex:1 0}.tutor-row-cols-xl-auto>*{flex:none;width:auto}.tutor-row-cols-xl-1>*{flex:none;width:100%}.tutor-row-cols-xl-2>*{flex:none;width:50%}.tutor-row-cols-xl-3>*{flex:none;width:33.3333%}.tutor-row-cols-xl-4>*{flex:none;width:25%}.tutor-row-cols-xl-5>*{flex:none;width:20%}.tutor-row-cols-xl-6>*{flex:none;width:16.6667%}.tutor-col-xl-auto{flex:none;width:auto}.tutor-col-xl-1{flex:none;width:8.33333%}.tutor-col-xl-2{flex:none;width:16.6667%}.tutor-col-xl-3{flex:none;width:25%}.tutor-col-xl-4{flex:none;width:33.3333%}.tutor-col-xl-5{flex:none;width:41.6667%}.tutor-col-xl-6{flex:none;width:50%}.tutor-col-xl-7{flex:none;width:58.3333%}.tutor-col-xl-8{flex:none;width:66.6667%}.tutor-col-xl-9{flex:none;width:75%}.tutor-col-xl-10{flex:none;width:83.3333%}.tutor-col-xl-11{flex:none;width:91.6667%}.tutor-col-xl-12{flex:none;width:100%}.tutor-offset-xl-0{margin-left:0}.tutor-offset-xl-1{margin-left:8.33333%}.tutor-offset-xl-2{margin-left:16.6667%}.tutor-offset-xl-3{margin-left:25%}.tutor-offset-xl-4{margin-left:33.3333%}.tutor-offset-xl-5{margin-left:41.6667%}.tutor-offset-xl-6{margin-left:50%}.tutor-offset-xl-7{margin-left:58.3333%}.tutor-offset-xl-8{margin-left:66.6667%}.tutor-offset-xl-9{margin-left:75%}.tutor-offset-xl-10{margin-left:83.3333%}.tutor-offset-xl-11{margin-left:91.6667%}.tutor-g-xl-0,.tutor-gx-xl-0{--tutor-gutter-x:0}.tutor-g-xl-0,.tutor-gy-xl-0{--tutor-gutter-y:0}.tutor-g-xl-1,.tutor-gx-xl-1{--tutor-gutter-x:.5rem}.tutor-g-xl-1,.tutor-gy-xl-1{--tutor-gutter-y:.5rem}.tutor-g-xl-2,.tutor-gx-xl-2{--tutor-gutter-x:1rem}.tutor-g-xl-2,.tutor-gy-xl-2{--tutor-gutter-y:1rem}.tutor-g-xl-3,.tutor-gx-xl-3{--tutor-gutter-x:1.5rem}.tutor-g-xl-3,.tutor-gy-xl-3{--tutor-gutter-y:1.5rem}.tutor-g-xl-4,.tutor-gx-xl-4{--tutor-gutter-x:2rem}.tutor-g-xl-4,.tutor-gy-xl-4{--tutor-gutter-y:2rem}.tutor-g-xl-5,.tutor-gx-xl-5{--tutor-gutter-x:3rem}.tutor-g-xl-5,.tutor-gy-xl-5{--tutor-gutter-y:3rem}.tutor-g-xl-4px,.tutor-gx-xl-4px{--tutor-gutter-x:.25rem}.tutor-g-xl-4px,.tutor-gy-xl-4px{--tutor-gutter-y:.25rem}.tutor-g-xl-12px,.tutor-gx-xl-12px{--tutor-gutter-x:.75rem}.tutor-g-xl-12px,.tutor-gy-xl-12px{--tutor-gutter-y:.75rem}}@media (min-width:1400px){.tutor-col-xxl{flex:1 0}.tutor-row-cols-xxl-auto>*{flex:none;width:auto}.tutor-row-cols-xxl-1>*{flex:none;width:100%}.tutor-row-cols-xxl-2>*{flex:none;width:50%}.tutor-row-cols-xxl-3>*{flex:none;width:33.3333%}.tutor-row-cols-xxl-4>*{flex:none;width:25%}.tutor-row-cols-xxl-5>*{flex:none;width:20%}.tutor-row-cols-xxl-6>*{flex:none;width:16.6667%}.tutor-col-xxl-auto{flex:none;width:auto}.tutor-col-xxl-1{flex:none;width:8.33333%}.tutor-col-xxl-2{flex:none;width:16.6667%}.tutor-col-xxl-3{flex:none;width:25%}.tutor-col-xxl-4{flex:none;width:33.3333%}.tutor-col-xxl-5{flex:none;width:41.6667%}.tutor-col-xxl-6{flex:none;width:50%}.tutor-col-xxl-7{flex:none;width:58.3333%}.tutor-col-xxl-8{flex:none;width:66.6667%}.tutor-col-xxl-9{flex:none;width:75%}.tutor-col-xxl-10{flex:none;width:83.3333%}.tutor-col-xxl-11{flex:none;width:91.6667%}.tutor-col-xxl-12{flex:none;width:100%}.tutor-offset-xxl-0{margin-left:0}.tutor-offset-xxl-1{margin-left:8.33333%}.tutor-offset-xxl-2{margin-left:16.6667%}.tutor-offset-xxl-3{margin-left:25%}.tutor-offset-xxl-4{margin-left:33.3333%}.tutor-offset-xxl-5{margin-left:41.6667%}.tutor-offset-xxl-6{margin-left:50%}.tutor-offset-xxl-7{margin-left:58.3333%}.tutor-offset-xxl-8{margin-left:66.6667%}.tutor-offset-xxl-9{margin-left:75%}.tutor-offset-xxl-10{margin-left:83.3333%}.tutor-offset-xxl-11{margin-left:91.6667%}.tutor-g-xxl-0,.tutor-gx-xxl-0{--tutor-gutter-x:0}.tutor-g-xxl-0,.tutor-gy-xxl-0{--tutor-gutter-y:0}.tutor-g-xxl-1,.tutor-gx-xxl-1{--tutor-gutter-x:.5rem}.tutor-g-xxl-1,.tutor-gy-xxl-1{--tutor-gutter-y:.5rem}.tutor-g-xxl-2,.tutor-gx-xxl-2{--tutor-gutter-x:1rem}.tutor-g-xxl-2,.tutor-gy-xxl-2{--tutor-gutter-y:1rem}.tutor-g-xxl-3,.tutor-gx-xxl-3{--tutor-gutter-x:1.5rem}.tutor-g-xxl-3,.tutor-gy-xxl-3{--tutor-gutter-y:1.5rem}.tutor-g-xxl-4,.tutor-gx-xxl-4{--tutor-gutter-x:2rem}.tutor-g-xxl-4,.tutor-gy-xxl-4{--tutor-gutter-y:2rem}.tutor-g-xxl-5,.tutor-gx-xxl-5{--tutor-gutter-x:3rem}.tutor-g-xxl-5,.tutor-gy-xxl-5{--tutor-gutter-y:3rem}.tutor-g-xxl-4px,.tutor-gx-xxl-4px{--tutor-gutter-x:.25rem}.tutor-g-xxl-4px,.tutor-gy-xxl-4px{--tutor-gutter-y:.25rem}.tutor-g-xxl-12px,.tutor-gx-xxl-12px{--tutor-gutter-x:.75rem}.tutor-g-xxl-12px,.tutor-gy-xxl-12px{--tutor-gutter-y:.75rem}}.tutor-grid{grid-gap:32px;grid-template-rows:min-content;grid-template-columns:repeat(1,1fr);display:grid}.tutor-grid-1{grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.tutor-grid-2,.tutor-grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.tutor-grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.tutor-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.tutor-grid-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.tutor-grid-4{grid-template-columns:repeat(4,1fr)}}.tutor-d-inline{display:inline!important}.tutor-d-inline-block{display:inline-block!important}.tutor-d-block{display:block!important}.tutor-d-grid{display:grid!important}.tutor-d-table{display:table!important}.tutor-d-table-row{display:table-row!important}.tutor-d-table-cell{display:table-cell!important}.tutor-d-flex{display:flex!important}.tutor-d-inline-flex{display:inline-flex!important}.tutor-d-none{display:none!important}.tutor-flex-fill{flex:auto!important}.tutor-flex-row{flex-direction:row!important}.tutor-flex-column{flex-direction:column!important}.tutor-flex-row-reverse{flex-direction:row-reverse!important}.tutor-flex-column-reverse{flex-direction:column-reverse!important}.tutor-flex-grow-0{flex-grow:0!important}.tutor-flex-grow-1{flex-grow:1!important}.tutor-flex-shrink-0{flex-shrink:0!important}.tutor-flex-shrink-1{flex-shrink:1!important}.tutor-flex-wrap{flex-wrap:wrap!important}.tutor-flex-nowrap{flex-wrap:nowrap!important}.tutor-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-0{gap:0!important}.tutor-gap-1{gap:.5rem!important}.tutor-gap-2{gap:1rem!important}.tutor-gap-3{gap:1.5rem!important}.tutor-gap-4{gap:2rem!important}.tutor-gap-5{gap:3rem!important}.tutor-gap-4px{gap:.25rem!important}.tutor-gap-12px{gap:.75rem!important}.tutor-justify-start{justify-content:flex-start!important}.tutor-justify-end{justify-content:flex-end!important}.tutor-justify-center{justify-content:center!important}.tutor-justify-between{justify-content:space-between!important}.tutor-justify-around{justify-content:space-around!important}.tutor-justify-evenly{justify-content:space-evenly!important}.tutor-align-start{align-items:flex-start!important}.tutor-align-end{align-items:flex-end!important}.tutor-align-center{align-items:center!important}.tutor-align-baseline{align-items:baseline!important}.tutor-align-stretch{align-items:stretch!important}.tutor-align-content-start{align-content:flex-start!important}.tutor-align-content-end{align-content:flex-end!important}.tutor-align-content-center{align-content:center!important}.tutor-align-content-between{align-content:space-between!important}.tutor-align-content-around{align-content:space-around!important}.tutor-align-content-stretch{align-content:stretch!important}.tutor-align-self-auto{align-self:auto!important}.tutor-align-self-start{align-self:flex-start!important}.tutor-align-self-end{align-self:flex-end!important}.tutor-align-self-center{align-self:center!important}.tutor-align-self-baseline{align-self:baseline!important}.tutor-align-self-stretch{align-self:stretch!important}.tutor-order-first{order:-1!important}.tutor-order-0{order:0!important}.tutor-order-1{order:1!important}.tutor-order-2{order:2!important}.tutor-order-3{order:3!important}.tutor-order-4{order:4!important}.tutor-order-5{order:5!important}.tutor-order-last{order:6!important}.tutor-m-0{margin:0}.tutor-m-2{margin:2px}.tutor-m-4{margin:4px}.tutor-m-8{margin:8px}.tutor-m-12{margin:12px}.tutor-m-16{margin:16px}.tutor-m-20{margin:20px}.tutor-m-24{margin:24px}.tutor-m-28{margin:28px}.tutor-m-32{margin:32px}.tutor-m-36{margin:36px}.tutor-m-40{margin:40px}.tutor-m-44{margin:44px}.tutor-m-48{margin:48px}.tutor-m-52{margin:52px}.tutor-m-56{margin:56px}.tutor-m-60{margin:60px}.tutor-m-64{margin:64px}.tutor-m-68{margin:68px}.tutor-m-72{margin:72px}.tutor-m-76{margin:76px}.tutor-m-80{margin:80px}.tutor-m-auto{margin:auto}.tutor-mx-0{margin-left:0;margin-right:0}.tutor-mx-2{margin-left:2px;margin-right:2px}.tutor-mx-4{margin-left:4px;margin-right:4px}.tutor-mx-8{margin-left:8px;margin-right:8px}.tutor-mx-12{margin-left:12px;margin-right:12px}.tutor-mx-16{margin-left:16px;margin-right:16px}.tutor-mx-20{margin-left:20px;margin-right:20px}.tutor-mx-24{margin-left:24px;margin-right:24px}.tutor-mx-28{margin-left:28px;margin-right:28px}.tutor-mx-32{margin-left:32px;margin-right:32px}.tutor-mx-36{margin-left:36px;margin-right:36px}.tutor-mx-40{margin-left:40px;margin-right:40px}.tutor-mx-44{margin-left:44px;margin-right:44px}.tutor-mx-48{margin-left:48px;margin-right:48px}.tutor-mx-52{margin-left:52px;margin-right:52px}.tutor-mx-56{margin-left:56px;margin-right:56px}.tutor-mx-60{margin-left:60px;margin-right:60px}.tutor-mx-64{margin-left:64px;margin-right:64px}.tutor-mx-68{margin-left:68px;margin-right:68px}.tutor-mx-72{margin-left:72px;margin-right:72px}.tutor-mx-76{margin-left:76px;margin-right:76px}.tutor-mx-80{margin-left:80px;margin-right:80px}.tutor-mx-auto{margin-left:auto;margin-right:auto}.tutor-my-0{margin-top:0;margin-bottom:0}.tutor-my-2{margin-top:2px;margin-bottom:2px}.tutor-my-4{margin-top:4px;margin-bottom:4px}.tutor-my-8{margin-top:8px;margin-bottom:8px}.tutor-my-12{margin-top:12px;margin-bottom:12px}.tutor-my-16{margin-top:16px;margin-bottom:16px}.tutor-my-20{margin-top:20px;margin-bottom:20px}.tutor-my-24{margin-top:24px;margin-bottom:24px}.tutor-my-28{margin-top:28px;margin-bottom:28px}.tutor-my-32{margin-top:32px;margin-bottom:32px}.tutor-my-36{margin-top:36px;margin-bottom:36px}.tutor-my-40{margin-top:40px;margin-bottom:40px}.tutor-my-44{margin-top:44px;margin-bottom:44px}.tutor-my-48{margin-top:48px;margin-bottom:48px}.tutor-my-52{margin-top:52px;margin-bottom:52px}.tutor-my-56{margin-top:56px;margin-bottom:56px}.tutor-my-60{margin-top:60px;margin-bottom:60px}.tutor-my-64{margin-top:64px;margin-bottom:64px}.tutor-my-68{margin-top:68px;margin-bottom:68px}.tutor-my-72{margin-top:72px;margin-bottom:72px}.tutor-my-76{margin-top:76px;margin-bottom:76px}.tutor-my-80{margin-top:80px;margin-bottom:80px}.tutor-my-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-0{margin-top:0}.tutor-mt-2{margin-top:2px}.tutor-mt-4{margin-top:4px}.tutor-mt-8{margin-top:8px}.tutor-mt-12{margin-top:12px}.tutor-mt-16{margin-top:16px}.tutor-mt-20{margin-top:20px}.tutor-mt-24{margin-top:24px}.tutor-mt-28{margin-top:28px}.tutor-mt-32{margin-top:32px}.tutor-mt-36{margin-top:36px}.tutor-mt-40{margin-top:40px}.tutor-mt-44{margin-top:44px}.tutor-mt-48{margin-top:48px}.tutor-mt-52{margin-top:52px}.tutor-mt-56{margin-top:56px}.tutor-mt-60{margin-top:60px}.tutor-mt-64{margin-top:64px}.tutor-mt-68{margin-top:68px}.tutor-mt-72{margin-top:72px}.tutor-mt-76{margin-top:76px}.tutor-mt-80{margin-top:80px}.tutor-mt-auto{margin-top:auto}.tutor-mr-0{margin-right:0}.tutor-mr-2{margin-right:2px}.tutor-mr-4{margin-right:4px}.tutor-mr-8{margin-right:8px}.tutor-mr-12{margin-right:12px}.tutor-mr-16{margin-right:16px}.tutor-mr-20{margin-right:20px}.tutor-mr-24{margin-right:24px}.tutor-mr-28{margin-right:28px}.tutor-mr-32{margin-right:32px}.tutor-mr-36{margin-right:36px}.tutor-mr-40{margin-right:40px}.tutor-mr-44{margin-right:44px}.tutor-mr-48{margin-right:48px}.tutor-mr-52{margin-right:52px}.tutor-mr-56{margin-right:56px}.tutor-mr-60{margin-right:60px}.tutor-mr-64{margin-right:64px}.tutor-mr-68{margin-right:68px}.tutor-mr-72{margin-right:72px}.tutor-mr-76{margin-right:76px}.tutor-mr-80{margin-right:80px}.tutor-mr-auto{margin-right:auto}.tutor-mb-0{margin-bottom:0}.tutor-mb-2{margin-bottom:2px}.tutor-mb-4{margin-bottom:4px}.tutor-mb-8{margin-bottom:8px}.tutor-mb-12{margin-bottom:12px}.tutor-mb-16{margin-bottom:16px}.tutor-mb-20{margin-bottom:20px}.tutor-mb-24{margin-bottom:24px}.tutor-mb-28{margin-bottom:28px}.tutor-mb-32{margin-bottom:32px}.tutor-mb-36{margin-bottom:36px}.tutor-mb-40{margin-bottom:40px}.tutor-mb-44{margin-bottom:44px}.tutor-mb-48{margin-bottom:48px}.tutor-mb-52{margin-bottom:52px}.tutor-mb-56{margin-bottom:56px}.tutor-mb-60{margin-bottom:60px}.tutor-mb-64{margin-bottom:64px}.tutor-mb-68{margin-bottom:68px}.tutor-mb-72{margin-bottom:72px}.tutor-mb-76{margin-bottom:76px}.tutor-mb-80{margin-bottom:80px}.tutor-mb-auto{margin-bottom:auto}.tutor-ml-0{margin-left:0}.tutor-ml-2{margin-left:2px}.tutor-ml-4{margin-left:4px}.tutor-ml-8{margin-left:8px}.tutor-ml-12{margin-left:12px}.tutor-ml-16{margin-left:16px}.tutor-ml-20{margin-left:20px}.tutor-ml-24{margin-left:24px}.tutor-ml-28{margin-left:28px}.tutor-ml-32{margin-left:32px}.tutor-ml-36{margin-left:36px}.tutor-ml-40{margin-left:40px}.tutor-ml-44{margin-left:44px}.tutor-ml-48{margin-left:48px}.tutor-ml-52{margin-left:52px}.tutor-ml-56{margin-left:56px}.tutor-ml-60{margin-left:60px}.tutor-ml-64{margin-left:64px}.tutor-ml-68{margin-left:68px}.tutor-ml-72{margin-left:72px}.tutor-ml-76{margin-left:76px}.tutor-ml-80{margin-left:80px}.tutor-ml-auto{margin-left:auto}.tutor-m-n2{margin:-2px}.tutor-m-n4{margin:-4px}.tutor-m-n8{margin:-8px}.tutor-m-n12{margin:-12px}.tutor-m-n16{margin:-16px}.tutor-m-n20{margin:-20px}.tutor-m-n24{margin:-24px}.tutor-m-n28{margin:-28px}.tutor-m-n32{margin:-32px}.tutor-m-n36{margin:-36px}.tutor-m-n40{margin:-40px}.tutor-m-n44{margin:-44px}.tutor-m-n48{margin:-48px}.tutor-m-n52{margin:-52px}.tutor-m-n56{margin:-56px}.tutor-m-n60{margin:-60px}.tutor-m-n64{margin:-64px}.tutor-m-n68{margin:-68px}.tutor-m-n72{margin:-72px}.tutor-m-n76{margin:-76px}.tutor-m-n80{margin:-80px}.tutor-mx-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-n80{margin-left:-80px;margin-right:-80px}.tutor-my-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-n2{margin-top:-2px}.tutor-mt-n4{margin-top:-4px}.tutor-mt-n8{margin-top:-8px}.tutor-mt-n12{margin-top:-12px}.tutor-mt-n16{margin-top:-16px}.tutor-mt-n20{margin-top:-20px}.tutor-mt-n24{margin-top:-24px}.tutor-mt-n28{margin-top:-28px}.tutor-mt-n32{margin-top:-32px}.tutor-mt-n36{margin-top:-36px}.tutor-mt-n40{margin-top:-40px}.tutor-mt-n44{margin-top:-44px}.tutor-mt-n48{margin-top:-48px}.tutor-mt-n52{margin-top:-52px}.tutor-mt-n56{margin-top:-56px}.tutor-mt-n60{margin-top:-60px}.tutor-mt-n64{margin-top:-64px}.tutor-mt-n68{margin-top:-68px}.tutor-mt-n72{margin-top:-72px}.tutor-mt-n76{margin-top:-76px}.tutor-mt-n80{margin-top:-80px}.tutor-mr-n2{margin-right:-2px}.tutor-mr-n4{margin-right:-4px}.tutor-mr-n8{margin-right:-8px}.tutor-mr-n12{margin-right:-12px}.tutor-mr-n16{margin-right:-16px}.tutor-mr-n20{margin-right:-20px}.tutor-mr-n24{margin-right:-24px}.tutor-mr-n28{margin-right:-28px}.tutor-mr-n32{margin-right:-32px}.tutor-mr-n36{margin-right:-36px}.tutor-mr-n40{margin-right:-40px}.tutor-mr-n44{margin-right:-44px}.tutor-mr-n48{margin-right:-48px}.tutor-mr-n52{margin-right:-52px}.tutor-mr-n56{margin-right:-56px}.tutor-mr-n60{margin-right:-60px}.tutor-mr-n64{margin-right:-64px}.tutor-mr-n68{margin-right:-68px}.tutor-mr-n72{margin-right:-72px}.tutor-mr-n76{margin-right:-76px}.tutor-mr-n80{margin-right:-80px}.tutor-mb-n2{margin-bottom:-2px}.tutor-mb-n4{margin-bottom:-4px}.tutor-mb-n8{margin-bottom:-8px}.tutor-mb-n12{margin-bottom:-12px}.tutor-mb-n16{margin-bottom:-16px}.tutor-mb-n20{margin-bottom:-20px}.tutor-mb-n24{margin-bottom:-24px}.tutor-mb-n28{margin-bottom:-28px}.tutor-mb-n32{margin-bottom:-32px}.tutor-mb-n36{margin-bottom:-36px}.tutor-mb-n40{margin-bottom:-40px}.tutor-mb-n44{margin-bottom:-44px}.tutor-mb-n48{margin-bottom:-48px}.tutor-mb-n52{margin-bottom:-52px}.tutor-mb-n56{margin-bottom:-56px}.tutor-mb-n60{margin-bottom:-60px}.tutor-mb-n64{margin-bottom:-64px}.tutor-mb-n68{margin-bottom:-68px}.tutor-mb-n72{margin-bottom:-72px}.tutor-mb-n76{margin-bottom:-76px}.tutor-mb-n80{margin-bottom:-80px}.tutor-ml-n2{margin-left:-2px}.tutor-ml-n4{margin-left:-4px}.tutor-ml-n8{margin-left:-8px}.tutor-ml-n12{margin-left:-12px}.tutor-ml-n16{margin-left:-16px}.tutor-ml-n20{margin-left:-20px}.tutor-ml-n24{margin-left:-24px}.tutor-ml-n28{margin-left:-28px}.tutor-ml-n32{margin-left:-32px}.tutor-ml-n36{margin-left:-36px}.tutor-ml-n40{margin-left:-40px}.tutor-ml-n44{margin-left:-44px}.tutor-ml-n48{margin-left:-48px}.tutor-ml-n52{margin-left:-52px}.tutor-ml-n56{margin-left:-56px}.tutor-ml-n60{margin-left:-60px}.tutor-ml-n64{margin-left:-64px}.tutor-ml-n68{margin-left:-68px}.tutor-ml-n72{margin-left:-72px}.tutor-ml-n76{margin-left:-76px}.tutor-ml-n80{margin-left:-80px}.tutor-p-0{padding:0}.tutor-p-2{padding:2px}.tutor-p-4{padding:4px}.tutor-p-8{padding:8px}.tutor-p-12{padding:12px}.tutor-p-16{padding:16px}.tutor-p-20{padding:20px}.tutor-p-24,.tutor-large-notification{padding:24px}.tutor-p-28{padding:28px}.tutor-p-32{padding:32px}.tutor-p-36{padding:36px}.tutor-p-40{padding:40px}.tutor-p-44{padding:44px}.tutor-p-48{padding:48px}.tutor-p-52{padding:52px}.tutor-p-56{padding:56px}.tutor-p-60{padding:60px}.tutor-p-64{padding:64px}.tutor-p-68{padding:68px}.tutor-p-72{padding:72px}.tutor-p-76{padding:76px}.tutor-p-80{padding:80px}.tutor-px-0{padding-left:0;padding-right:0}.tutor-px-2{padding-left:2px;padding-right:2px}.tutor-px-4{padding-left:4px;padding-right:4px}.tutor-px-8{padding-left:8px;padding-right:8px}.tutor-px-12{padding-left:12px;padding-right:12px}.tutor-px-16{padding-left:16px;padding-right:16px}.tutor-px-20{padding-left:20px;padding-right:20px}.tutor-px-24{padding-left:24px;padding-right:24px}.tutor-px-28{padding-left:28px;padding-right:28px}.tutor-px-32{padding-left:32px;padding-right:32px}.tutor-px-36{padding-left:36px;padding-right:36px}.tutor-px-40{padding-left:40px;padding-right:40px}.tutor-px-44{padding-left:44px;padding-right:44px}.tutor-px-48{padding-left:48px;padding-right:48px}.tutor-px-52{padding-left:52px;padding-right:52px}.tutor-px-56{padding-left:56px;padding-right:56px}.tutor-px-60{padding-left:60px;padding-right:60px}.tutor-px-64{padding-left:64px;padding-right:64px}.tutor-px-68{padding-left:68px;padding-right:68px}.tutor-px-72{padding-left:72px;padding-right:72px}.tutor-px-76{padding-left:76px;padding-right:76px}.tutor-px-80{padding-left:80px;padding-right:80px}.tutor-py-0{padding-top:0;padding-bottom:0}.tutor-py-2{padding-top:2px;padding-bottom:2px}.tutor-py-4{padding-top:4px;padding-bottom:4px}.tutor-py-8{padding-top:8px;padding-bottom:8px}.tutor-py-12{padding-top:12px;padding-bottom:12px}.tutor-py-16{padding-top:16px;padding-bottom:16px}.tutor-py-20{padding-top:20px;padding-bottom:20px}.tutor-py-24{padding-top:24px;padding-bottom:24px}.tutor-py-28{padding-top:28px;padding-bottom:28px}.tutor-py-32{padding-top:32px;padding-bottom:32px}.tutor-py-36{padding-top:36px;padding-bottom:36px}.tutor-py-40{padding-top:40px;padding-bottom:40px}.tutor-py-44{padding-top:44px;padding-bottom:44px}.tutor-py-48{padding-top:48px;padding-bottom:48px}.tutor-py-52{padding-top:52px;padding-bottom:52px}.tutor-py-56{padding-top:56px;padding-bottom:56px}.tutor-py-60{padding-top:60px;padding-bottom:60px}.tutor-py-64{padding-top:64px;padding-bottom:64px}.tutor-py-68{padding-top:68px;padding-bottom:68px}.tutor-py-72{padding-top:72px;padding-bottom:72px}.tutor-py-76{padding-top:76px;padding-bottom:76px}.tutor-py-80{padding-top:80px;padding-bottom:80px}.tutor-pt-0{padding-top:0}.tutor-pt-2{padding-top:2px}.tutor-pt-4{padding-top:4px}.tutor-pt-8{padding-top:8px}.tutor-pt-12{padding-top:12px}.tutor-pt-16{padding-top:16px}.tutor-pt-20{padding-top:20px}.tutor-pt-24{padding-top:24px}.tutor-pt-28{padding-top:28px}.tutor-pt-32{padding-top:32px}.tutor-pt-36{padding-top:36px}.tutor-pt-40{padding-top:40px}.tutor-pt-44{padding-top:44px}.tutor-pt-48{padding-top:48px}.tutor-pt-52{padding-top:52px}.tutor-pt-56{padding-top:56px}.tutor-pt-60{padding-top:60px}.tutor-pt-64{padding-top:64px}.tutor-pt-68{padding-top:68px}.tutor-pt-72{padding-top:72px}.tutor-pt-76{padding-top:76px}.tutor-pt-80{padding-top:80px}.tutor-pr-0{padding-right:0}.tutor-pr-2{padding-right:2px}.tutor-pr-4{padding-right:4px}.tutor-pr-8{padding-right:8px}.tutor-pr-12{padding-right:12px}.tutor-pr-16{padding-right:16px}.tutor-pr-20{padding-right:20px}.tutor-pr-24{padding-right:24px}.tutor-pr-28{padding-right:28px}.tutor-pr-32{padding-right:32px}.tutor-pr-36{padding-right:36px}.tutor-pr-40{padding-right:40px}.tutor-pr-44{padding-right:44px}.tutor-pr-48{padding-right:48px}.tutor-pr-52{padding-right:52px}.tutor-pr-56{padding-right:56px}.tutor-pr-60{padding-right:60px}.tutor-pr-64{padding-right:64px}.tutor-pr-68{padding-right:68px}.tutor-pr-72{padding-right:72px}.tutor-pr-76{padding-right:76px}.tutor-pr-80{padding-right:80px}.tutor-pb-0{padding-bottom:0}.tutor-pb-2{padding-bottom:2px}.tutor-pb-4{padding-bottom:4px}.tutor-pb-8{padding-bottom:8px}.tutor-pb-12{padding-bottom:12px}.tutor-pb-16{padding-bottom:16px}.tutor-pb-20{padding-bottom:20px}.tutor-pb-24{padding-bottom:24px}.tutor-pb-28{padding-bottom:28px}.tutor-pb-32{padding-bottom:32px}.tutor-pb-36{padding-bottom:36px}.tutor-pb-40{padding-bottom:40px}.tutor-pb-44{padding-bottom:44px}.tutor-pb-48{padding-bottom:48px}.tutor-pb-52{padding-bottom:52px}.tutor-pb-56{padding-bottom:56px}.tutor-pb-60{padding-bottom:60px}.tutor-pb-64{padding-bottom:64px}.tutor-pb-68{padding-bottom:68px}.tutor-pb-72{padding-bottom:72px}.tutor-pb-76{padding-bottom:76px}.tutor-pb-80{padding-bottom:80px}.tutor-pl-0{padding-left:0}.tutor-pl-2{padding-left:2px}.tutor-pl-4{padding-left:4px}.tutor-pl-8{padding-left:8px}.tutor-pl-12,.tutor-instructor-card .tutor-icard-content{padding-left:12px}.tutor-pl-16{padding-left:16px}.tutor-pl-20{padding-left:20px}.tutor-pl-24{padding-left:24px}.tutor-pl-28{padding-left:28px}.tutor-pl-32{padding-left:32px}.tutor-pl-36{padding-left:36px}.tutor-pl-40{padding-left:40px}.tutor-pl-44{padding-left:44px}.tutor-pl-48{padding-left:48px}.tutor-pl-52{padding-left:52px}.tutor-pl-56{padding-left:56px}.tutor-pl-60{padding-left:60px}.tutor-pl-64{padding-left:64px}.tutor-pl-68{padding-left:68px}.tutor-pl-72{padding-left:72px}.tutor-pl-76{padding-left:76px}.tutor-pl-80{padding-left:80px}.tutor-fs-1{font-size:calc(1.525rem + 3.3vw)}.tutor-fs-2{font-size:calc(1.425rem + 2.1vw)}.tutor-fs-3{font-size:calc(1.325rem + .9vw)}.tutor-fs-4{font-size:calc(1.275rem + .3vw)}.tutor-fs-5{font-size:1.25rem}.tutor-fs-6{font-size:1rem}.tutor-fs-7{font-size:.875rem}.tutor-fs-8{font-size:.75rem}.tutor-fs-9{font-size:.625rem}.tutor-fst-italic{font-style:italic!important}.tutor-fst-normal{font-style:normal!important}.tutor-fw-thin{font-weight:lighter}.tutor-fw-lighter{font-weight:300}.tutor-fw-normal{font-weight:400}.tutor-fw-medium{font-weight:500}.tutor-fw-bold{font-weight:700}.tutor-fw-bolder{font-weight:bolder}@media (min-width:576px){.tutor-d-sm-inline{display:inline!important}.tutor-d-sm-inline-block{display:inline-block!important}.tutor-d-sm-block{display:block!important}.tutor-d-sm-grid{display:grid!important}.tutor-d-sm-table{display:table!important}.tutor-d-sm-table-row{display:table-row!important}.tutor-d-sm-table-cell{display:table-cell!important}.tutor-d-sm-flex{display:flex!important}.tutor-d-sm-inline-flex{display:inline-flex!important}.tutor-d-sm-none{display:none!important}.tutor-flex-sm-fill{flex:auto!important}.tutor-flex-sm-row{flex-direction:row!important}.tutor-flex-sm-column{flex-direction:column!important}.tutor-flex-sm-row-reverse{flex-direction:row-reverse!important}.tutor-flex-sm-column-reverse{flex-direction:column-reverse!important}.tutor-flex-sm-grow-0{flex-grow:0!important}.tutor-flex-sm-grow-1{flex-grow:1!important}.tutor-flex-sm-shrink-0{flex-shrink:0!important}.tutor-flex-sm-shrink-1{flex-shrink:1!important}.tutor-flex-sm-wrap{flex-wrap:wrap!important}.tutor-flex-sm-nowrap{flex-wrap:nowrap!important}.tutor-flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-sm-0{gap:0!important}.tutor-gap-sm-1{gap:.5rem!important}.tutor-gap-sm-2{gap:1rem!important}.tutor-gap-sm-3{gap:1.5rem!important}.tutor-gap-sm-4{gap:2rem!important}.tutor-gap-sm-5{gap:3rem!important}.tutor-gap-sm-4px{gap:.25rem!important}.tutor-gap-sm-12px{gap:.75rem!important}.tutor-justify-sm-start{justify-content:flex-start!important}.tutor-justify-sm-end{justify-content:flex-end!important}.tutor-justify-sm-center{justify-content:center!important}.tutor-justify-sm-between{justify-content:space-between!important}.tutor-justify-sm-around{justify-content:space-around!important}.tutor-justify-sm-evenly{justify-content:space-evenly!important}.tutor-align-sm-start{align-items:flex-start!important}.tutor-align-sm-end{align-items:flex-end!important}.tutor-align-sm-center{align-items:center!important}.tutor-align-sm-baseline{align-items:baseline!important}.tutor-align-sm-stretch{align-items:stretch!important}.tutor-align-content-sm-start{align-content:flex-start!important}.tutor-align-content-sm-end{align-content:flex-end!important}.tutor-align-content-sm-center{align-content:center!important}.tutor-align-content-sm-between{align-content:space-between!important}.tutor-align-content-sm-around{align-content:space-around!important}.tutor-align-content-sm-stretch{align-content:stretch!important}.tutor-align-self-sm-auto{align-self:auto!important}.tutor-align-self-sm-start{align-self:flex-start!important}.tutor-align-self-sm-end{align-self:flex-end!important}.tutor-align-self-sm-center{align-self:center!important}.tutor-align-self-sm-baseline{align-self:baseline!important}.tutor-align-self-sm-stretch{align-self:stretch!important}.tutor-order-sm-first{order:-1!important}.tutor-order-sm-0{order:0!important}.tutor-order-sm-1{order:1!important}.tutor-order-sm-2{order:2!important}.tutor-order-sm-3{order:3!important}.tutor-order-sm-4{order:4!important}.tutor-order-sm-5{order:5!important}.tutor-order-sm-last{order:6!important}.tutor-m-sm-0{margin:0}.tutor-m-sm-2{margin:2px}.tutor-m-sm-4{margin:4px}.tutor-m-sm-8{margin:8px}.tutor-m-sm-12{margin:12px}.tutor-m-sm-16{margin:16px}.tutor-m-sm-20{margin:20px}.tutor-m-sm-24{margin:24px}.tutor-m-sm-28{margin:28px}.tutor-m-sm-32{margin:32px}.tutor-m-sm-36{margin:36px}.tutor-m-sm-40{margin:40px}.tutor-m-sm-44{margin:44px}.tutor-m-sm-48{margin:48px}.tutor-m-sm-52{margin:52px}.tutor-m-sm-56{margin:56px}.tutor-m-sm-60{margin:60px}.tutor-m-sm-64{margin:64px}.tutor-m-sm-68{margin:68px}.tutor-m-sm-72{margin:72px}.tutor-m-sm-76{margin:76px}.tutor-m-sm-80{margin:80px}.tutor-m-sm-auto{margin:auto}.tutor-mx-sm-0{margin-left:0;margin-right:0}.tutor-mx-sm-2{margin-left:2px;margin-right:2px}.tutor-mx-sm-4{margin-left:4px;margin-right:4px}.tutor-mx-sm-8{margin-left:8px;margin-right:8px}.tutor-mx-sm-12{margin-left:12px;margin-right:12px}.tutor-mx-sm-16{margin-left:16px;margin-right:16px}.tutor-mx-sm-20{margin-left:20px;margin-right:20px}.tutor-mx-sm-24{margin-left:24px;margin-right:24px}.tutor-mx-sm-28{margin-left:28px;margin-right:28px}.tutor-mx-sm-32{margin-left:32px;margin-right:32px}.tutor-mx-sm-36{margin-left:36px;margin-right:36px}.tutor-mx-sm-40{margin-left:40px;margin-right:40px}.tutor-mx-sm-44{margin-left:44px;margin-right:44px}.tutor-mx-sm-48{margin-left:48px;margin-right:48px}.tutor-mx-sm-52{margin-left:52px;margin-right:52px}.tutor-mx-sm-56{margin-left:56px;margin-right:56px}.tutor-mx-sm-60{margin-left:60px;margin-right:60px}.tutor-mx-sm-64{margin-left:64px;margin-right:64px}.tutor-mx-sm-68{margin-left:68px;margin-right:68px}.tutor-mx-sm-72{margin-left:72px;margin-right:72px}.tutor-mx-sm-76{margin-left:76px;margin-right:76px}.tutor-mx-sm-80{margin-left:80px;margin-right:80px}.tutor-mx-sm-auto{margin-left:auto;margin-right:auto}.tutor-my-sm-0{margin-top:0;margin-bottom:0}.tutor-my-sm-2{margin-top:2px;margin-bottom:2px}.tutor-my-sm-4{margin-top:4px;margin-bottom:4px}.tutor-my-sm-8{margin-top:8px;margin-bottom:8px}.tutor-my-sm-12{margin-top:12px;margin-bottom:12px}.tutor-my-sm-16{margin-top:16px;margin-bottom:16px}.tutor-my-sm-20{margin-top:20px;margin-bottom:20px}.tutor-my-sm-24{margin-top:24px;margin-bottom:24px}.tutor-my-sm-28{margin-top:28px;margin-bottom:28px}.tutor-my-sm-32{margin-top:32px;margin-bottom:32px}.tutor-my-sm-36{margin-top:36px;margin-bottom:36px}.tutor-my-sm-40{margin-top:40px;margin-bottom:40px}.tutor-my-sm-44{margin-top:44px;margin-bottom:44px}.tutor-my-sm-48{margin-top:48px;margin-bottom:48px}.tutor-my-sm-52{margin-top:52px;margin-bottom:52px}.tutor-my-sm-56{margin-top:56px;margin-bottom:56px}.tutor-my-sm-60{margin-top:60px;margin-bottom:60px}.tutor-my-sm-64{margin-top:64px;margin-bottom:64px}.tutor-my-sm-68{margin-top:68px;margin-bottom:68px}.tutor-my-sm-72{margin-top:72px;margin-bottom:72px}.tutor-my-sm-76{margin-top:76px;margin-bottom:76px}.tutor-my-sm-80{margin-top:80px;margin-bottom:80px}.tutor-my-sm-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-sm-0{margin-top:0}.tutor-mt-sm-2{margin-top:2px}.tutor-mt-sm-4{margin-top:4px}.tutor-mt-sm-8{margin-top:8px}.tutor-mt-sm-12{margin-top:12px}.tutor-mt-sm-16{margin-top:16px}.tutor-mt-sm-20{margin-top:20px}.tutor-mt-sm-24{margin-top:24px}.tutor-mt-sm-28{margin-top:28px}.tutor-mt-sm-32{margin-top:32px}.tutor-mt-sm-36{margin-top:36px}.tutor-mt-sm-40{margin-top:40px}.tutor-mt-sm-44{margin-top:44px}.tutor-mt-sm-48{margin-top:48px}.tutor-mt-sm-52{margin-top:52px}.tutor-mt-sm-56{margin-top:56px}.tutor-mt-sm-60{margin-top:60px}.tutor-mt-sm-64{margin-top:64px}.tutor-mt-sm-68{margin-top:68px}.tutor-mt-sm-72{margin-top:72px}.tutor-mt-sm-76{margin-top:76px}.tutor-mt-sm-80{margin-top:80px}.tutor-mt-sm-auto{margin-top:auto}.tutor-mr-sm-0{margin-right:0}.tutor-mr-sm-2{margin-right:2px}.tutor-mr-sm-4{margin-right:4px}.tutor-mr-sm-8{margin-right:8px}.tutor-mr-sm-12{margin-right:12px}.tutor-mr-sm-16{margin-right:16px}.tutor-mr-sm-20{margin-right:20px}.tutor-mr-sm-24{margin-right:24px}.tutor-mr-sm-28{margin-right:28px}.tutor-mr-sm-32{margin-right:32px}.tutor-mr-sm-36{margin-right:36px}.tutor-mr-sm-40{margin-right:40px}.tutor-mr-sm-44{margin-right:44px}.tutor-mr-sm-48{margin-right:48px}.tutor-mr-sm-52{margin-right:52px}.tutor-mr-sm-56{margin-right:56px}.tutor-mr-sm-60{margin-right:60px}.tutor-mr-sm-64{margin-right:64px}.tutor-mr-sm-68{margin-right:68px}.tutor-mr-sm-72{margin-right:72px}.tutor-mr-sm-76{margin-right:76px}.tutor-mr-sm-80{margin-right:80px}.tutor-mr-sm-auto{margin-right:auto}.tutor-mb-sm-0{margin-bottom:0}.tutor-mb-sm-2{margin-bottom:2px}.tutor-mb-sm-4{margin-bottom:4px}.tutor-mb-sm-8{margin-bottom:8px}.tutor-mb-sm-12{margin-bottom:12px}.tutor-mb-sm-16{margin-bottom:16px}.tutor-mb-sm-20{margin-bottom:20px}.tutor-mb-sm-24{margin-bottom:24px}.tutor-mb-sm-28{margin-bottom:28px}.tutor-mb-sm-32{margin-bottom:32px}.tutor-mb-sm-36{margin-bottom:36px}.tutor-mb-sm-40{margin-bottom:40px}.tutor-mb-sm-44{margin-bottom:44px}.tutor-mb-sm-48{margin-bottom:48px}.tutor-mb-sm-52{margin-bottom:52px}.tutor-mb-sm-56{margin-bottom:56px}.tutor-mb-sm-60{margin-bottom:60px}.tutor-mb-sm-64{margin-bottom:64px}.tutor-mb-sm-68{margin-bottom:68px}.tutor-mb-sm-72{margin-bottom:72px}.tutor-mb-sm-76{margin-bottom:76px}.tutor-mb-sm-80{margin-bottom:80px}.tutor-mb-sm-auto{margin-bottom:auto}.tutor-ml-sm-0{margin-left:0}.tutor-ml-sm-2{margin-left:2px}.tutor-ml-sm-4{margin-left:4px}.tutor-ml-sm-8{margin-left:8px}.tutor-ml-sm-12{margin-left:12px}.tutor-ml-sm-16{margin-left:16px}.tutor-ml-sm-20{margin-left:20px}.tutor-ml-sm-24{margin-left:24px}.tutor-ml-sm-28{margin-left:28px}.tutor-ml-sm-32{margin-left:32px}.tutor-ml-sm-36{margin-left:36px}.tutor-ml-sm-40{margin-left:40px}.tutor-ml-sm-44{margin-left:44px}.tutor-ml-sm-48{margin-left:48px}.tutor-ml-sm-52{margin-left:52px}.tutor-ml-sm-56{margin-left:56px}.tutor-ml-sm-60{margin-left:60px}.tutor-ml-sm-64{margin-left:64px}.tutor-ml-sm-68{margin-left:68px}.tutor-ml-sm-72{margin-left:72px}.tutor-ml-sm-76{margin-left:76px}.tutor-ml-sm-80{margin-left:80px}.tutor-ml-sm-auto{margin-left:auto}.tutor-m-sm-n2{margin:-2px}.tutor-m-sm-n4{margin:-4px}.tutor-m-sm-n8{margin:-8px}.tutor-m-sm-n12{margin:-12px}.tutor-m-sm-n16{margin:-16px}.tutor-m-sm-n20{margin:-20px}.tutor-m-sm-n24{margin:-24px}.tutor-m-sm-n28{margin:-28px}.tutor-m-sm-n32{margin:-32px}.tutor-m-sm-n36{margin:-36px}.tutor-m-sm-n40{margin:-40px}.tutor-m-sm-n44{margin:-44px}.tutor-m-sm-n48{margin:-48px}.tutor-m-sm-n52{margin:-52px}.tutor-m-sm-n56{margin:-56px}.tutor-m-sm-n60{margin:-60px}.tutor-m-sm-n64{margin:-64px}.tutor-m-sm-n68{margin:-68px}.tutor-m-sm-n72{margin:-72px}.tutor-m-sm-n76{margin:-76px}.tutor-m-sm-n80{margin:-80px}.tutor-mx-sm-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-sm-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-sm-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-sm-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-sm-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-sm-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-sm-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-sm-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-sm-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-sm-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-sm-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-sm-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-sm-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-sm-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-sm-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-sm-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-sm-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-sm-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-sm-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-sm-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-sm-n80{margin-left:-80px;margin-right:-80px}.tutor-my-sm-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-sm-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-sm-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-sm-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-sm-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-sm-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-sm-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-sm-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-sm-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-sm-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-sm-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-sm-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-sm-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-sm-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-sm-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-sm-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-sm-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-sm-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-sm-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-sm-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-sm-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-sm-n2{margin-top:-2px}.tutor-mt-sm-n4{margin-top:-4px}.tutor-mt-sm-n8{margin-top:-8px}.tutor-mt-sm-n12{margin-top:-12px}.tutor-mt-sm-n16{margin-top:-16px}.tutor-mt-sm-n20{margin-top:-20px}.tutor-mt-sm-n24{margin-top:-24px}.tutor-mt-sm-n28{margin-top:-28px}.tutor-mt-sm-n32{margin-top:-32px}.tutor-mt-sm-n36{margin-top:-36px}.tutor-mt-sm-n40{margin-top:-40px}.tutor-mt-sm-n44{margin-top:-44px}.tutor-mt-sm-n48{margin-top:-48px}.tutor-mt-sm-n52{margin-top:-52px}.tutor-mt-sm-n56{margin-top:-56px}.tutor-mt-sm-n60{margin-top:-60px}.tutor-mt-sm-n64{margin-top:-64px}.tutor-mt-sm-n68{margin-top:-68px}.tutor-mt-sm-n72{margin-top:-72px}.tutor-mt-sm-n76{margin-top:-76px}.tutor-mt-sm-n80{margin-top:-80px}.tutor-mr-sm-n2{margin-right:-2px}.tutor-mr-sm-n4{margin-right:-4px}.tutor-mr-sm-n8{margin-right:-8px}.tutor-mr-sm-n12{margin-right:-12px}.tutor-mr-sm-n16{margin-right:-16px}.tutor-mr-sm-n20{margin-right:-20px}.tutor-mr-sm-n24{margin-right:-24px}.tutor-mr-sm-n28{margin-right:-28px}.tutor-mr-sm-n32{margin-right:-32px}.tutor-mr-sm-n36{margin-right:-36px}.tutor-mr-sm-n40{margin-right:-40px}.tutor-mr-sm-n44{margin-right:-44px}.tutor-mr-sm-n48{margin-right:-48px}.tutor-mr-sm-n52{margin-right:-52px}.tutor-mr-sm-n56{margin-right:-56px}.tutor-mr-sm-n60{margin-right:-60px}.tutor-mr-sm-n64{margin-right:-64px}.tutor-mr-sm-n68{margin-right:-68px}.tutor-mr-sm-n72{margin-right:-72px}.tutor-mr-sm-n76{margin-right:-76px}.tutor-mr-sm-n80{margin-right:-80px}.tutor-mb-sm-n2{margin-bottom:-2px}.tutor-mb-sm-n4{margin-bottom:-4px}.tutor-mb-sm-n8{margin-bottom:-8px}.tutor-mb-sm-n12{margin-bottom:-12px}.tutor-mb-sm-n16{margin-bottom:-16px}.tutor-mb-sm-n20{margin-bottom:-20px}.tutor-mb-sm-n24{margin-bottom:-24px}.tutor-mb-sm-n28{margin-bottom:-28px}.tutor-mb-sm-n32{margin-bottom:-32px}.tutor-mb-sm-n36{margin-bottom:-36px}.tutor-mb-sm-n40{margin-bottom:-40px}.tutor-mb-sm-n44{margin-bottom:-44px}.tutor-mb-sm-n48{margin-bottom:-48px}.tutor-mb-sm-n52{margin-bottom:-52px}.tutor-mb-sm-n56{margin-bottom:-56px}.tutor-mb-sm-n60{margin-bottom:-60px}.tutor-mb-sm-n64{margin-bottom:-64px}.tutor-mb-sm-n68{margin-bottom:-68px}.tutor-mb-sm-n72{margin-bottom:-72px}.tutor-mb-sm-n76{margin-bottom:-76px}.tutor-mb-sm-n80{margin-bottom:-80px}.tutor-ml-sm-n2{margin-left:-2px}.tutor-ml-sm-n4{margin-left:-4px}.tutor-ml-sm-n8{margin-left:-8px}.tutor-ml-sm-n12{margin-left:-12px}.tutor-ml-sm-n16{margin-left:-16px}.tutor-ml-sm-n20{margin-left:-20px}.tutor-ml-sm-n24{margin-left:-24px}.tutor-ml-sm-n28{margin-left:-28px}.tutor-ml-sm-n32{margin-left:-32px}.tutor-ml-sm-n36{margin-left:-36px}.tutor-ml-sm-n40{margin-left:-40px}.tutor-ml-sm-n44{margin-left:-44px}.tutor-ml-sm-n48{margin-left:-48px}.tutor-ml-sm-n52{margin-left:-52px}.tutor-ml-sm-n56{margin-left:-56px}.tutor-ml-sm-n60{margin-left:-60px}.tutor-ml-sm-n64{margin-left:-64px}.tutor-ml-sm-n68{margin-left:-68px}.tutor-ml-sm-n72{margin-left:-72px}.tutor-ml-sm-n76{margin-left:-76px}.tutor-ml-sm-n80{margin-left:-80px}.tutor-p-sm-0{padding:0}.tutor-p-sm-2{padding:2px}.tutor-p-sm-4{padding:4px}.tutor-p-sm-8{padding:8px}.tutor-p-sm-12{padding:12px}.tutor-p-sm-16{padding:16px}.tutor-p-sm-20{padding:20px}.tutor-p-sm-24{padding:24px}.tutor-p-sm-28{padding:28px}.tutor-p-sm-32{padding:32px}.tutor-p-sm-36{padding:36px}.tutor-p-sm-40{padding:40px}.tutor-p-sm-44{padding:44px}.tutor-p-sm-48{padding:48px}.tutor-p-sm-52{padding:52px}.tutor-p-sm-56{padding:56px}.tutor-p-sm-60{padding:60px}.tutor-p-sm-64{padding:64px}.tutor-p-sm-68{padding:68px}.tutor-p-sm-72{padding:72px}.tutor-p-sm-76{padding:76px}.tutor-p-sm-80{padding:80px}.tutor-px-sm-0{padding-left:0;padding-right:0}.tutor-px-sm-2{padding-left:2px;padding-right:2px}.tutor-px-sm-4{padding-left:4px;padding-right:4px}.tutor-px-sm-8{padding-left:8px;padding-right:8px}.tutor-px-sm-12{padding-left:12px;padding-right:12px}.tutor-px-sm-16{padding-left:16px;padding-right:16px}.tutor-px-sm-20{padding-left:20px;padding-right:20px}.tutor-px-sm-24{padding-left:24px;padding-right:24px}.tutor-px-sm-28{padding-left:28px;padding-right:28px}.tutor-px-sm-32{padding-left:32px;padding-right:32px}.tutor-px-sm-36{padding-left:36px;padding-right:36px}.tutor-px-sm-40{padding-left:40px;padding-right:40px}.tutor-px-sm-44{padding-left:44px;padding-right:44px}.tutor-px-sm-48{padding-left:48px;padding-right:48px}.tutor-px-sm-52{padding-left:52px;padding-right:52px}.tutor-px-sm-56{padding-left:56px;padding-right:56px}.tutor-px-sm-60{padding-left:60px;padding-right:60px}.tutor-px-sm-64{padding-left:64px;padding-right:64px}.tutor-px-sm-68{padding-left:68px;padding-right:68px}.tutor-px-sm-72{padding-left:72px;padding-right:72px}.tutor-px-sm-76{padding-left:76px;padding-right:76px}.tutor-px-sm-80{padding-left:80px;padding-right:80px}.tutor-py-sm-0{padding-top:0;padding-bottom:0}.tutor-py-sm-2{padding-top:2px;padding-bottom:2px}.tutor-py-sm-4{padding-top:4px;padding-bottom:4px}.tutor-py-sm-8{padding-top:8px;padding-bottom:8px}.tutor-py-sm-12{padding-top:12px;padding-bottom:12px}.tutor-py-sm-16{padding-top:16px;padding-bottom:16px}.tutor-py-sm-20{padding-top:20px;padding-bottom:20px}.tutor-py-sm-24{padding-top:24px;padding-bottom:24px}.tutor-py-sm-28{padding-top:28px;padding-bottom:28px}.tutor-py-sm-32{padding-top:32px;padding-bottom:32px}.tutor-py-sm-36{padding-top:36px;padding-bottom:36px}.tutor-py-sm-40{padding-top:40px;padding-bottom:40px}.tutor-py-sm-44{padding-top:44px;padding-bottom:44px}.tutor-py-sm-48{padding-top:48px;padding-bottom:48px}.tutor-py-sm-52{padding-top:52px;padding-bottom:52px}.tutor-py-sm-56{padding-top:56px;padding-bottom:56px}.tutor-py-sm-60{padding-top:60px;padding-bottom:60px}.tutor-py-sm-64{padding-top:64px;padding-bottom:64px}.tutor-py-sm-68{padding-top:68px;padding-bottom:68px}.tutor-py-sm-72{padding-top:72px;padding-bottom:72px}.tutor-py-sm-76{padding-top:76px;padding-bottom:76px}.tutor-py-sm-80{padding-top:80px;padding-bottom:80px}.tutor-pt-sm-0{padding-top:0}.tutor-pt-sm-2{padding-top:2px}.tutor-pt-sm-4{padding-top:4px}.tutor-pt-sm-8{padding-top:8px}.tutor-pt-sm-12{padding-top:12px}.tutor-pt-sm-16{padding-top:16px}.tutor-pt-sm-20{padding-top:20px}.tutor-pt-sm-24{padding-top:24px}.tutor-pt-sm-28{padding-top:28px}.tutor-pt-sm-32{padding-top:32px}.tutor-pt-sm-36{padding-top:36px}.tutor-pt-sm-40{padding-top:40px}.tutor-pt-sm-44{padding-top:44px}.tutor-pt-sm-48{padding-top:48px}.tutor-pt-sm-52{padding-top:52px}.tutor-pt-sm-56{padding-top:56px}.tutor-pt-sm-60{padding-top:60px}.tutor-pt-sm-64{padding-top:64px}.tutor-pt-sm-68{padding-top:68px}.tutor-pt-sm-72{padding-top:72px}.tutor-pt-sm-76{padding-top:76px}.tutor-pt-sm-80{padding-top:80px}.tutor-pr-sm-0{padding-right:0}.tutor-pr-sm-2{padding-right:2px}.tutor-pr-sm-4{padding-right:4px}.tutor-pr-sm-8{padding-right:8px}.tutor-pr-sm-12{padding-right:12px}.tutor-pr-sm-16{padding-right:16px}.tutor-pr-sm-20{padding-right:20px}.tutor-pr-sm-24{padding-right:24px}.tutor-pr-sm-28{padding-right:28px}.tutor-pr-sm-32{padding-right:32px}.tutor-pr-sm-36{padding-right:36px}.tutor-pr-sm-40{padding-right:40px}.tutor-pr-sm-44{padding-right:44px}.tutor-pr-sm-48{padding-right:48px}.tutor-pr-sm-52{padding-right:52px}.tutor-pr-sm-56{padding-right:56px}.tutor-pr-sm-60{padding-right:60px}.tutor-pr-sm-64{padding-right:64px}.tutor-pr-sm-68{padding-right:68px}.tutor-pr-sm-72{padding-right:72px}.tutor-pr-sm-76{padding-right:76px}.tutor-pr-sm-80{padding-right:80px}.tutor-pb-sm-0{padding-bottom:0}.tutor-pb-sm-2{padding-bottom:2px}.tutor-pb-sm-4{padding-bottom:4px}.tutor-pb-sm-8{padding-bottom:8px}.tutor-pb-sm-12{padding-bottom:12px}.tutor-pb-sm-16{padding-bottom:16px}.tutor-pb-sm-20{padding-bottom:20px}.tutor-pb-sm-24{padding-bottom:24px}.tutor-pb-sm-28{padding-bottom:28px}.tutor-pb-sm-32{padding-bottom:32px}.tutor-pb-sm-36{padding-bottom:36px}.tutor-pb-sm-40{padding-bottom:40px}.tutor-pb-sm-44{padding-bottom:44px}.tutor-pb-sm-48{padding-bottom:48px}.tutor-pb-sm-52{padding-bottom:52px}.tutor-pb-sm-56{padding-bottom:56px}.tutor-pb-sm-60{padding-bottom:60px}.tutor-pb-sm-64{padding-bottom:64px}.tutor-pb-sm-68{padding-bottom:68px}.tutor-pb-sm-72{padding-bottom:72px}.tutor-pb-sm-76{padding-bottom:76px}.tutor-pb-sm-80{padding-bottom:80px}.tutor-pl-sm-0{padding-left:0}.tutor-pl-sm-2{padding-left:2px}.tutor-pl-sm-4{padding-left:4px}.tutor-pl-sm-8{padding-left:8px}.tutor-pl-sm-12{padding-left:12px}.tutor-pl-sm-16{padding-left:16px}.tutor-pl-sm-20{padding-left:20px}.tutor-pl-sm-24{padding-left:24px}.tutor-pl-sm-28{padding-left:28px}.tutor-pl-sm-32{padding-left:32px}.tutor-pl-sm-36{padding-left:36px}.tutor-pl-sm-40{padding-left:40px}.tutor-pl-sm-44{padding-left:44px}.tutor-pl-sm-48{padding-left:48px}.tutor-pl-sm-52{padding-left:52px}.tutor-pl-sm-56{padding-left:56px}.tutor-pl-sm-60{padding-left:60px}.tutor-pl-sm-64{padding-left:64px}.tutor-pl-sm-68{padding-left:68px}.tutor-pl-sm-72{padding-left:72px}.tutor-pl-sm-76{padding-left:76px}.tutor-pl-sm-80{padding-left:80px}}@media (min-width:768px){.tutor-d-md-inline{display:inline!important}.tutor-d-md-inline-block{display:inline-block!important}.tutor-d-md-block{display:block!important}.tutor-d-md-grid{display:grid!important}.tutor-d-md-table{display:table!important}.tutor-d-md-table-row{display:table-row!important}.tutor-d-md-table-cell{display:table-cell!important}.tutor-d-md-flex{display:flex!important}.tutor-d-md-inline-flex{display:inline-flex!important}.tutor-d-md-none{display:none!important}.tutor-flex-md-fill{flex:auto!important}.tutor-flex-md-row{flex-direction:row!important}.tutor-flex-md-column{flex-direction:column!important}.tutor-flex-md-row-reverse{flex-direction:row-reverse!important}.tutor-flex-md-column-reverse{flex-direction:column-reverse!important}.tutor-flex-md-grow-0{flex-grow:0!important}.tutor-flex-md-grow-1{flex-grow:1!important}.tutor-flex-md-shrink-0{flex-shrink:0!important}.tutor-flex-md-shrink-1{flex-shrink:1!important}.tutor-flex-md-wrap{flex-wrap:wrap!important}.tutor-flex-md-nowrap{flex-wrap:nowrap!important}.tutor-flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-md-0{gap:0!important}.tutor-gap-md-1{gap:.5rem!important}.tutor-gap-md-2{gap:1rem!important}.tutor-gap-md-3{gap:1.5rem!important}.tutor-gap-md-4{gap:2rem!important}.tutor-gap-md-5{gap:3rem!important}.tutor-gap-md-4px{gap:.25rem!important}.tutor-gap-md-12px{gap:.75rem!important}.tutor-justify-md-start{justify-content:flex-start!important}.tutor-justify-md-end{justify-content:flex-end!important}.tutor-justify-md-center{justify-content:center!important}.tutor-justify-md-between{justify-content:space-between!important}.tutor-justify-md-around{justify-content:space-around!important}.tutor-justify-md-evenly{justify-content:space-evenly!important}.tutor-align-md-start{align-items:flex-start!important}.tutor-align-md-end{align-items:flex-end!important}.tutor-align-md-center{align-items:center!important}.tutor-align-md-baseline{align-items:baseline!important}.tutor-align-md-stretch{align-items:stretch!important}.tutor-align-content-md-start{align-content:flex-start!important}.tutor-align-content-md-end{align-content:flex-end!important}.tutor-align-content-md-center{align-content:center!important}.tutor-align-content-md-between{align-content:space-between!important}.tutor-align-content-md-around{align-content:space-around!important}.tutor-align-content-md-stretch{align-content:stretch!important}.tutor-align-self-md-auto{align-self:auto!important}.tutor-align-self-md-start{align-self:flex-start!important}.tutor-align-self-md-end{align-self:flex-end!important}.tutor-align-self-md-center{align-self:center!important}.tutor-align-self-md-baseline{align-self:baseline!important}.tutor-align-self-md-stretch{align-self:stretch!important}.tutor-order-md-first{order:-1!important}.tutor-order-md-0{order:0!important}.tutor-order-md-1{order:1!important}.tutor-order-md-2{order:2!important}.tutor-order-md-3{order:3!important}.tutor-order-md-4{order:4!important}.tutor-order-md-5{order:5!important}.tutor-order-md-last{order:6!important}.tutor-m-md-0{margin:0}.tutor-m-md-2{margin:2px}.tutor-m-md-4{margin:4px}.tutor-m-md-8{margin:8px}.tutor-m-md-12{margin:12px}.tutor-m-md-16{margin:16px}.tutor-m-md-20{margin:20px}.tutor-m-md-24{margin:24px}.tutor-m-md-28{margin:28px}.tutor-m-md-32{margin:32px}.tutor-m-md-36{margin:36px}.tutor-m-md-40{margin:40px}.tutor-m-md-44{margin:44px}.tutor-m-md-48{margin:48px}.tutor-m-md-52{margin:52px}.tutor-m-md-56{margin:56px}.tutor-m-md-60{margin:60px}.tutor-m-md-64{margin:64px}.tutor-m-md-68{margin:68px}.tutor-m-md-72{margin:72px}.tutor-m-md-76{margin:76px}.tutor-m-md-80{margin:80px}.tutor-m-md-auto{margin:auto}.tutor-mx-md-0{margin-left:0;margin-right:0}.tutor-mx-md-2{margin-left:2px;margin-right:2px}.tutor-mx-md-4{margin-left:4px;margin-right:4px}.tutor-mx-md-8{margin-left:8px;margin-right:8px}.tutor-mx-md-12{margin-left:12px;margin-right:12px}.tutor-mx-md-16{margin-left:16px;margin-right:16px}.tutor-mx-md-20{margin-left:20px;margin-right:20px}.tutor-mx-md-24{margin-left:24px;margin-right:24px}.tutor-mx-md-28{margin-left:28px;margin-right:28px}.tutor-mx-md-32{margin-left:32px;margin-right:32px}.tutor-mx-md-36{margin-left:36px;margin-right:36px}.tutor-mx-md-40{margin-left:40px;margin-right:40px}.tutor-mx-md-44{margin-left:44px;margin-right:44px}.tutor-mx-md-48{margin-left:48px;margin-right:48px}.tutor-mx-md-52{margin-left:52px;margin-right:52px}.tutor-mx-md-56{margin-left:56px;margin-right:56px}.tutor-mx-md-60{margin-left:60px;margin-right:60px}.tutor-mx-md-64{margin-left:64px;margin-right:64px}.tutor-mx-md-68{margin-left:68px;margin-right:68px}.tutor-mx-md-72{margin-left:72px;margin-right:72px}.tutor-mx-md-76{margin-left:76px;margin-right:76px}.tutor-mx-md-80{margin-left:80px;margin-right:80px}.tutor-mx-md-auto{margin-left:auto;margin-right:auto}.tutor-my-md-0{margin-top:0;margin-bottom:0}.tutor-my-md-2{margin-top:2px;margin-bottom:2px}.tutor-my-md-4{margin-top:4px;margin-bottom:4px}.tutor-my-md-8{margin-top:8px;margin-bottom:8px}.tutor-my-md-12{margin-top:12px;margin-bottom:12px}.tutor-my-md-16{margin-top:16px;margin-bottom:16px}.tutor-my-md-20{margin-top:20px;margin-bottom:20px}.tutor-my-md-24{margin-top:24px;margin-bottom:24px}.tutor-my-md-28{margin-top:28px;margin-bottom:28px}.tutor-my-md-32{margin-top:32px;margin-bottom:32px}.tutor-my-md-36{margin-top:36px;margin-bottom:36px}.tutor-my-md-40{margin-top:40px;margin-bottom:40px}.tutor-my-md-44{margin-top:44px;margin-bottom:44px}.tutor-my-md-48{margin-top:48px;margin-bottom:48px}.tutor-my-md-52{margin-top:52px;margin-bottom:52px}.tutor-my-md-56{margin-top:56px;margin-bottom:56px}.tutor-my-md-60{margin-top:60px;margin-bottom:60px}.tutor-my-md-64{margin-top:64px;margin-bottom:64px}.tutor-my-md-68{margin-top:68px;margin-bottom:68px}.tutor-my-md-72{margin-top:72px;margin-bottom:72px}.tutor-my-md-76{margin-top:76px;margin-bottom:76px}.tutor-my-md-80{margin-top:80px;margin-bottom:80px}.tutor-my-md-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-md-0{margin-top:0}.tutor-mt-md-2{margin-top:2px}.tutor-mt-md-4{margin-top:4px}.tutor-mt-md-8{margin-top:8px}.tutor-mt-md-12{margin-top:12px}.tutor-mt-md-16{margin-top:16px}.tutor-mt-md-20{margin-top:20px}.tutor-mt-md-24{margin-top:24px}.tutor-mt-md-28{margin-top:28px}.tutor-mt-md-32{margin-top:32px}.tutor-mt-md-36{margin-top:36px}.tutor-mt-md-40{margin-top:40px}.tutor-mt-md-44{margin-top:44px}.tutor-mt-md-48{margin-top:48px}.tutor-mt-md-52{margin-top:52px}.tutor-mt-md-56{margin-top:56px}.tutor-mt-md-60{margin-top:60px}.tutor-mt-md-64{margin-top:64px}.tutor-mt-md-68{margin-top:68px}.tutor-mt-md-72{margin-top:72px}.tutor-mt-md-76{margin-top:76px}.tutor-mt-md-80{margin-top:80px}.tutor-mt-md-auto{margin-top:auto}.tutor-mr-md-0{margin-right:0}.tutor-mr-md-2{margin-right:2px}.tutor-mr-md-4{margin-right:4px}.tutor-mr-md-8{margin-right:8px}.tutor-mr-md-12{margin-right:12px}.tutor-mr-md-16{margin-right:16px}.tutor-mr-md-20{margin-right:20px}.tutor-mr-md-24{margin-right:24px}.tutor-mr-md-28{margin-right:28px}.tutor-mr-md-32{margin-right:32px}.tutor-mr-md-36{margin-right:36px}.tutor-mr-md-40{margin-right:40px}.tutor-mr-md-44{margin-right:44px}.tutor-mr-md-48{margin-right:48px}.tutor-mr-md-52{margin-right:52px}.tutor-mr-md-56{margin-right:56px}.tutor-mr-md-60{margin-right:60px}.tutor-mr-md-64{margin-right:64px}.tutor-mr-md-68{margin-right:68px}.tutor-mr-md-72{margin-right:72px}.tutor-mr-md-76{margin-right:76px}.tutor-mr-md-80{margin-right:80px}.tutor-mr-md-auto{margin-right:auto}.tutor-mb-md-0{margin-bottom:0}.tutor-mb-md-2{margin-bottom:2px}.tutor-mb-md-4{margin-bottom:4px}.tutor-mb-md-8{margin-bottom:8px}.tutor-mb-md-12{margin-bottom:12px}.tutor-mb-md-16{margin-bottom:16px}.tutor-mb-md-20{margin-bottom:20px}.tutor-mb-md-24{margin-bottom:24px}.tutor-mb-md-28{margin-bottom:28px}.tutor-mb-md-32{margin-bottom:32px}.tutor-mb-md-36{margin-bottom:36px}.tutor-mb-md-40{margin-bottom:40px}.tutor-mb-md-44{margin-bottom:44px}.tutor-mb-md-48{margin-bottom:48px}.tutor-mb-md-52{margin-bottom:52px}.tutor-mb-md-56{margin-bottom:56px}.tutor-mb-md-60{margin-bottom:60px}.tutor-mb-md-64{margin-bottom:64px}.tutor-mb-md-68{margin-bottom:68px}.tutor-mb-md-72{margin-bottom:72px}.tutor-mb-md-76{margin-bottom:76px}.tutor-mb-md-80{margin-bottom:80px}.tutor-mb-md-auto{margin-bottom:auto}.tutor-ml-md-0{margin-left:0}.tutor-ml-md-2{margin-left:2px}.tutor-ml-md-4{margin-left:4px}.tutor-ml-md-8{margin-left:8px}.tutor-ml-md-12{margin-left:12px}.tutor-ml-md-16{margin-left:16px}.tutor-ml-md-20{margin-left:20px}.tutor-ml-md-24{margin-left:24px}.tutor-ml-md-28{margin-left:28px}.tutor-ml-md-32{margin-left:32px}.tutor-ml-md-36{margin-left:36px}.tutor-ml-md-40{margin-left:40px}.tutor-ml-md-44{margin-left:44px}.tutor-ml-md-48{margin-left:48px}.tutor-ml-md-52{margin-left:52px}.tutor-ml-md-56{margin-left:56px}.tutor-ml-md-60{margin-left:60px}.tutor-ml-md-64{margin-left:64px}.tutor-ml-md-68{margin-left:68px}.tutor-ml-md-72{margin-left:72px}.tutor-ml-md-76{margin-left:76px}.tutor-ml-md-80{margin-left:80px}.tutor-ml-md-auto{margin-left:auto}.tutor-m-md-n2{margin:-2px}.tutor-m-md-n4{margin:-4px}.tutor-m-md-n8{margin:-8px}.tutor-m-md-n12{margin:-12px}.tutor-m-md-n16{margin:-16px}.tutor-m-md-n20{margin:-20px}.tutor-m-md-n24{margin:-24px}.tutor-m-md-n28{margin:-28px}.tutor-m-md-n32{margin:-32px}.tutor-m-md-n36{margin:-36px}.tutor-m-md-n40{margin:-40px}.tutor-m-md-n44{margin:-44px}.tutor-m-md-n48{margin:-48px}.tutor-m-md-n52{margin:-52px}.tutor-m-md-n56{margin:-56px}.tutor-m-md-n60{margin:-60px}.tutor-m-md-n64{margin:-64px}.tutor-m-md-n68{margin:-68px}.tutor-m-md-n72{margin:-72px}.tutor-m-md-n76{margin:-76px}.tutor-m-md-n80{margin:-80px}.tutor-mx-md-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-md-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-md-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-md-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-md-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-md-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-md-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-md-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-md-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-md-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-md-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-md-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-md-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-md-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-md-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-md-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-md-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-md-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-md-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-md-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-md-n80{margin-left:-80px;margin-right:-80px}.tutor-my-md-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-md-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-md-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-md-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-md-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-md-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-md-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-md-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-md-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-md-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-md-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-md-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-md-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-md-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-md-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-md-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-md-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-md-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-md-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-md-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-md-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-md-n2{margin-top:-2px}.tutor-mt-md-n4{margin-top:-4px}.tutor-mt-md-n8{margin-top:-8px}.tutor-mt-md-n12{margin-top:-12px}.tutor-mt-md-n16{margin-top:-16px}.tutor-mt-md-n20{margin-top:-20px}.tutor-mt-md-n24{margin-top:-24px}.tutor-mt-md-n28{margin-top:-28px}.tutor-mt-md-n32{margin-top:-32px}.tutor-mt-md-n36{margin-top:-36px}.tutor-mt-md-n40{margin-top:-40px}.tutor-mt-md-n44{margin-top:-44px}.tutor-mt-md-n48{margin-top:-48px}.tutor-mt-md-n52{margin-top:-52px}.tutor-mt-md-n56{margin-top:-56px}.tutor-mt-md-n60{margin-top:-60px}.tutor-mt-md-n64{margin-top:-64px}.tutor-mt-md-n68{margin-top:-68px}.tutor-mt-md-n72{margin-top:-72px}.tutor-mt-md-n76{margin-top:-76px}.tutor-mt-md-n80{margin-top:-80px}.tutor-mr-md-n2{margin-right:-2px}.tutor-mr-md-n4{margin-right:-4px}.tutor-mr-md-n8{margin-right:-8px}.tutor-mr-md-n12{margin-right:-12px}.tutor-mr-md-n16{margin-right:-16px}.tutor-mr-md-n20{margin-right:-20px}.tutor-mr-md-n24{margin-right:-24px}.tutor-mr-md-n28{margin-right:-28px}.tutor-mr-md-n32{margin-right:-32px}.tutor-mr-md-n36{margin-right:-36px}.tutor-mr-md-n40{margin-right:-40px}.tutor-mr-md-n44{margin-right:-44px}.tutor-mr-md-n48{margin-right:-48px}.tutor-mr-md-n52{margin-right:-52px}.tutor-mr-md-n56{margin-right:-56px}.tutor-mr-md-n60{margin-right:-60px}.tutor-mr-md-n64{margin-right:-64px}.tutor-mr-md-n68{margin-right:-68px}.tutor-mr-md-n72{margin-right:-72px}.tutor-mr-md-n76{margin-right:-76px}.tutor-mr-md-n80{margin-right:-80px}.tutor-mb-md-n2{margin-bottom:-2px}.tutor-mb-md-n4{margin-bottom:-4px}.tutor-mb-md-n8{margin-bottom:-8px}.tutor-mb-md-n12{margin-bottom:-12px}.tutor-mb-md-n16{margin-bottom:-16px}.tutor-mb-md-n20{margin-bottom:-20px}.tutor-mb-md-n24{margin-bottom:-24px}.tutor-mb-md-n28{margin-bottom:-28px}.tutor-mb-md-n32{margin-bottom:-32px}.tutor-mb-md-n36{margin-bottom:-36px}.tutor-mb-md-n40{margin-bottom:-40px}.tutor-mb-md-n44{margin-bottom:-44px}.tutor-mb-md-n48{margin-bottom:-48px}.tutor-mb-md-n52{margin-bottom:-52px}.tutor-mb-md-n56{margin-bottom:-56px}.tutor-mb-md-n60{margin-bottom:-60px}.tutor-mb-md-n64{margin-bottom:-64px}.tutor-mb-md-n68{margin-bottom:-68px}.tutor-mb-md-n72{margin-bottom:-72px}.tutor-mb-md-n76{margin-bottom:-76px}.tutor-mb-md-n80{margin-bottom:-80px}.tutor-ml-md-n2{margin-left:-2px}.tutor-ml-md-n4{margin-left:-4px}.tutor-ml-md-n8{margin-left:-8px}.tutor-ml-md-n12{margin-left:-12px}.tutor-ml-md-n16{margin-left:-16px}.tutor-ml-md-n20{margin-left:-20px}.tutor-ml-md-n24{margin-left:-24px}.tutor-ml-md-n28{margin-left:-28px}.tutor-ml-md-n32{margin-left:-32px}.tutor-ml-md-n36{margin-left:-36px}.tutor-ml-md-n40{margin-left:-40px}.tutor-ml-md-n44{margin-left:-44px}.tutor-ml-md-n48{margin-left:-48px}.tutor-ml-md-n52{margin-left:-52px}.tutor-ml-md-n56{margin-left:-56px}.tutor-ml-md-n60{margin-left:-60px}.tutor-ml-md-n64{margin-left:-64px}.tutor-ml-md-n68{margin-left:-68px}.tutor-ml-md-n72{margin-left:-72px}.tutor-ml-md-n76{margin-left:-76px}.tutor-ml-md-n80{margin-left:-80px}.tutor-p-md-0{padding:0}.tutor-p-md-2{padding:2px}.tutor-p-md-4{padding:4px}.tutor-p-md-8{padding:8px}.tutor-p-md-12{padding:12px}.tutor-p-md-16{padding:16px}.tutor-p-md-20{padding:20px}.tutor-p-md-24{padding:24px}.tutor-p-md-28{padding:28px}.tutor-p-md-32{padding:32px}.tutor-p-md-36{padding:36px}.tutor-p-md-40{padding:40px}.tutor-p-md-44{padding:44px}.tutor-p-md-48{padding:48px}.tutor-p-md-52{padding:52px}.tutor-p-md-56{padding:56px}.tutor-p-md-60{padding:60px}.tutor-p-md-64{padding:64px}.tutor-p-md-68{padding:68px}.tutor-p-md-72{padding:72px}.tutor-p-md-76{padding:76px}.tutor-p-md-80{padding:80px}.tutor-px-md-0{padding-left:0;padding-right:0}.tutor-px-md-2{padding-left:2px;padding-right:2px}.tutor-px-md-4{padding-left:4px;padding-right:4px}.tutor-px-md-8{padding-left:8px;padding-right:8px}.tutor-px-md-12{padding-left:12px;padding-right:12px}.tutor-px-md-16{padding-left:16px;padding-right:16px}.tutor-px-md-20{padding-left:20px;padding-right:20px}.tutor-px-md-24{padding-left:24px;padding-right:24px}.tutor-px-md-28{padding-left:28px;padding-right:28px}.tutor-px-md-32{padding-left:32px;padding-right:32px}.tutor-px-md-36{padding-left:36px;padding-right:36px}.tutor-px-md-40{padding-left:40px;padding-right:40px}.tutor-px-md-44{padding-left:44px;padding-right:44px}.tutor-px-md-48{padding-left:48px;padding-right:48px}.tutor-px-md-52{padding-left:52px;padding-right:52px}.tutor-px-md-56{padding-left:56px;padding-right:56px}.tutor-px-md-60{padding-left:60px;padding-right:60px}.tutor-px-md-64{padding-left:64px;padding-right:64px}.tutor-px-md-68{padding-left:68px;padding-right:68px}.tutor-px-md-72{padding-left:72px;padding-right:72px}.tutor-px-md-76{padding-left:76px;padding-right:76px}.tutor-px-md-80{padding-left:80px;padding-right:80px}.tutor-py-md-0{padding-top:0;padding-bottom:0}.tutor-py-md-2{padding-top:2px;padding-bottom:2px}.tutor-py-md-4{padding-top:4px;padding-bottom:4px}.tutor-py-md-8{padding-top:8px;padding-bottom:8px}.tutor-py-md-12{padding-top:12px;padding-bottom:12px}.tutor-py-md-16{padding-top:16px;padding-bottom:16px}.tutor-py-md-20{padding-top:20px;padding-bottom:20px}.tutor-py-md-24{padding-top:24px;padding-bottom:24px}.tutor-py-md-28{padding-top:28px;padding-bottom:28px}.tutor-py-md-32{padding-top:32px;padding-bottom:32px}.tutor-py-md-36{padding-top:36px;padding-bottom:36px}.tutor-py-md-40{padding-top:40px;padding-bottom:40px}.tutor-py-md-44{padding-top:44px;padding-bottom:44px}.tutor-py-md-48{padding-top:48px;padding-bottom:48px}.tutor-py-md-52{padding-top:52px;padding-bottom:52px}.tutor-py-md-56{padding-top:56px;padding-bottom:56px}.tutor-py-md-60{padding-top:60px;padding-bottom:60px}.tutor-py-md-64{padding-top:64px;padding-bottom:64px}.tutor-py-md-68{padding-top:68px;padding-bottom:68px}.tutor-py-md-72{padding-top:72px;padding-bottom:72px}.tutor-py-md-76{padding-top:76px;padding-bottom:76px}.tutor-py-md-80{padding-top:80px;padding-bottom:80px}.tutor-pt-md-0{padding-top:0}.tutor-pt-md-2{padding-top:2px}.tutor-pt-md-4{padding-top:4px}.tutor-pt-md-8{padding-top:8px}.tutor-pt-md-12{padding-top:12px}.tutor-pt-md-16{padding-top:16px}.tutor-pt-md-20{padding-top:20px}.tutor-pt-md-24{padding-top:24px}.tutor-pt-md-28{padding-top:28px}.tutor-pt-md-32{padding-top:32px}.tutor-pt-md-36{padding-top:36px}.tutor-pt-md-40{padding-top:40px}.tutor-pt-md-44{padding-top:44px}.tutor-pt-md-48{padding-top:48px}.tutor-pt-md-52{padding-top:52px}.tutor-pt-md-56{padding-top:56px}.tutor-pt-md-60{padding-top:60px}.tutor-pt-md-64{padding-top:64px}.tutor-pt-md-68{padding-top:68px}.tutor-pt-md-72{padding-top:72px}.tutor-pt-md-76{padding-top:76px}.tutor-pt-md-80{padding-top:80px}.tutor-pr-md-0{padding-right:0}.tutor-pr-md-2{padding-right:2px}.tutor-pr-md-4{padding-right:4px}.tutor-pr-md-8{padding-right:8px}.tutor-pr-md-12{padding-right:12px}.tutor-pr-md-16{padding-right:16px}.tutor-pr-md-20{padding-right:20px}.tutor-pr-md-24{padding-right:24px}.tutor-pr-md-28{padding-right:28px}.tutor-pr-md-32{padding-right:32px}.tutor-pr-md-36{padding-right:36px}.tutor-pr-md-40{padding-right:40px}.tutor-pr-md-44{padding-right:44px}.tutor-pr-md-48{padding-right:48px}.tutor-pr-md-52{padding-right:52px}.tutor-pr-md-56{padding-right:56px}.tutor-pr-md-60{padding-right:60px}.tutor-pr-md-64{padding-right:64px}.tutor-pr-md-68{padding-right:68px}.tutor-pr-md-72{padding-right:72px}.tutor-pr-md-76{padding-right:76px}.tutor-pr-md-80{padding-right:80px}.tutor-pb-md-0{padding-bottom:0}.tutor-pb-md-2{padding-bottom:2px}.tutor-pb-md-4{padding-bottom:4px}.tutor-pb-md-8{padding-bottom:8px}.tutor-pb-md-12{padding-bottom:12px}.tutor-pb-md-16{padding-bottom:16px}.tutor-pb-md-20{padding-bottom:20px}.tutor-pb-md-24{padding-bottom:24px}.tutor-pb-md-28{padding-bottom:28px}.tutor-pb-md-32{padding-bottom:32px}.tutor-pb-md-36{padding-bottom:36px}.tutor-pb-md-40{padding-bottom:40px}.tutor-pb-md-44{padding-bottom:44px}.tutor-pb-md-48{padding-bottom:48px}.tutor-pb-md-52{padding-bottom:52px}.tutor-pb-md-56{padding-bottom:56px}.tutor-pb-md-60{padding-bottom:60px}.tutor-pb-md-64{padding-bottom:64px}.tutor-pb-md-68{padding-bottom:68px}.tutor-pb-md-72{padding-bottom:72px}.tutor-pb-md-76{padding-bottom:76px}.tutor-pb-md-80{padding-bottom:80px}.tutor-pl-md-0{padding-left:0}.tutor-pl-md-2{padding-left:2px}.tutor-pl-md-4{padding-left:4px}.tutor-pl-md-8{padding-left:8px}.tutor-pl-md-12{padding-left:12px}.tutor-pl-md-16{padding-left:16px}.tutor-pl-md-20{padding-left:20px}.tutor-pl-md-24{padding-left:24px}.tutor-pl-md-28{padding-left:28px}.tutor-pl-md-32{padding-left:32px}.tutor-pl-md-36{padding-left:36px}.tutor-pl-md-40{padding-left:40px}.tutor-pl-md-44{padding-left:44px}.tutor-pl-md-48{padding-left:48px}.tutor-pl-md-52{padding-left:52px}.tutor-pl-md-56{padding-left:56px}.tutor-pl-md-60{padding-left:60px}.tutor-pl-md-64{padding-left:64px}.tutor-pl-md-68{padding-left:68px}.tutor-pl-md-72{padding-left:72px}.tutor-pl-md-76{padding-left:76px}.tutor-pl-md-80{padding-left:80px}}@media (min-width:992px){.tutor-d-lg-inline{display:inline!important}.tutor-d-lg-inline-block{display:inline-block!important}.tutor-d-lg-block{display:block!important}.tutor-d-lg-grid{display:grid!important}.tutor-d-lg-table{display:table!important}.tutor-d-lg-table-row{display:table-row!important}.tutor-d-lg-table-cell{display:table-cell!important}.tutor-d-lg-flex{display:flex!important}.tutor-d-lg-inline-flex{display:inline-flex!important}.tutor-d-lg-none{display:none!important}.tutor-flex-lg-fill{flex:auto!important}.tutor-flex-lg-row{flex-direction:row!important}.tutor-flex-lg-column{flex-direction:column!important}.tutor-flex-lg-row-reverse{flex-direction:row-reverse!important}.tutor-flex-lg-column-reverse{flex-direction:column-reverse!important}.tutor-flex-lg-grow-0{flex-grow:0!important}.tutor-flex-lg-grow-1{flex-grow:1!important}.tutor-flex-lg-shrink-0{flex-shrink:0!important}.tutor-flex-lg-shrink-1{flex-shrink:1!important}.tutor-flex-lg-wrap{flex-wrap:wrap!important}.tutor-flex-lg-nowrap{flex-wrap:nowrap!important}.tutor-flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-lg-0{gap:0!important}.tutor-gap-lg-1{gap:.5rem!important}.tutor-gap-lg-2{gap:1rem!important}.tutor-gap-lg-3{gap:1.5rem!important}.tutor-gap-lg-4{gap:2rem!important}.tutor-gap-lg-5{gap:3rem!important}.tutor-gap-lg-4px{gap:.25rem!important}.tutor-gap-lg-12px{gap:.75rem!important}.tutor-justify-lg-start{justify-content:flex-start!important}.tutor-justify-lg-end{justify-content:flex-end!important}.tutor-justify-lg-center{justify-content:center!important}.tutor-justify-lg-between{justify-content:space-between!important}.tutor-justify-lg-around{justify-content:space-around!important}.tutor-justify-lg-evenly{justify-content:space-evenly!important}.tutor-align-lg-start{align-items:flex-start!important}.tutor-align-lg-end{align-items:flex-end!important}.tutor-align-lg-center{align-items:center!important}.tutor-align-lg-baseline{align-items:baseline!important}.tutor-align-lg-stretch{align-items:stretch!important}.tutor-align-content-lg-start{align-content:flex-start!important}.tutor-align-content-lg-end{align-content:flex-end!important}.tutor-align-content-lg-center{align-content:center!important}.tutor-align-content-lg-between{align-content:space-between!important}.tutor-align-content-lg-around{align-content:space-around!important}.tutor-align-content-lg-stretch{align-content:stretch!important}.tutor-align-self-lg-auto{align-self:auto!important}.tutor-align-self-lg-start{align-self:flex-start!important}.tutor-align-self-lg-end{align-self:flex-end!important}.tutor-align-self-lg-center{align-self:center!important}.tutor-align-self-lg-baseline{align-self:baseline!important}.tutor-align-self-lg-stretch{align-self:stretch!important}.tutor-order-lg-first{order:-1!important}.tutor-order-lg-0{order:0!important}.tutor-order-lg-1{order:1!important}.tutor-order-lg-2{order:2!important}.tutor-order-lg-3{order:3!important}.tutor-order-lg-4{order:4!important}.tutor-order-lg-5{order:5!important}.tutor-order-lg-last{order:6!important}.tutor-m-lg-0{margin:0}.tutor-m-lg-2{margin:2px}.tutor-m-lg-4{margin:4px}.tutor-m-lg-8{margin:8px}.tutor-m-lg-12{margin:12px}.tutor-m-lg-16{margin:16px}.tutor-m-lg-20{margin:20px}.tutor-m-lg-24{margin:24px}.tutor-m-lg-28{margin:28px}.tutor-m-lg-32{margin:32px}.tutor-m-lg-36{margin:36px}.tutor-m-lg-40{margin:40px}.tutor-m-lg-44{margin:44px}.tutor-m-lg-48{margin:48px}.tutor-m-lg-52{margin:52px}.tutor-m-lg-56{margin:56px}.tutor-m-lg-60{margin:60px}.tutor-m-lg-64{margin:64px}.tutor-m-lg-68{margin:68px}.tutor-m-lg-72{margin:72px}.tutor-m-lg-76{margin:76px}.tutor-m-lg-80{margin:80px}.tutor-m-lg-auto{margin:auto}.tutor-mx-lg-0{margin-left:0;margin-right:0}.tutor-mx-lg-2{margin-left:2px;margin-right:2px}.tutor-mx-lg-4{margin-left:4px;margin-right:4px}.tutor-mx-lg-8{margin-left:8px;margin-right:8px}.tutor-mx-lg-12{margin-left:12px;margin-right:12px}.tutor-mx-lg-16{margin-left:16px;margin-right:16px}.tutor-mx-lg-20{margin-left:20px;margin-right:20px}.tutor-mx-lg-24{margin-left:24px;margin-right:24px}.tutor-mx-lg-28{margin-left:28px;margin-right:28px}.tutor-mx-lg-32{margin-left:32px;margin-right:32px}.tutor-mx-lg-36{margin-left:36px;margin-right:36px}.tutor-mx-lg-40{margin-left:40px;margin-right:40px}.tutor-mx-lg-44{margin-left:44px;margin-right:44px}.tutor-mx-lg-48{margin-left:48px;margin-right:48px}.tutor-mx-lg-52{margin-left:52px;margin-right:52px}.tutor-mx-lg-56{margin-left:56px;margin-right:56px}.tutor-mx-lg-60{margin-left:60px;margin-right:60px}.tutor-mx-lg-64{margin-left:64px;margin-right:64px}.tutor-mx-lg-68{margin-left:68px;margin-right:68px}.tutor-mx-lg-72{margin-left:72px;margin-right:72px}.tutor-mx-lg-76{margin-left:76px;margin-right:76px}.tutor-mx-lg-80{margin-left:80px;margin-right:80px}.tutor-mx-lg-auto{margin-left:auto;margin-right:auto}.tutor-my-lg-0{margin-top:0;margin-bottom:0}.tutor-my-lg-2{margin-top:2px;margin-bottom:2px}.tutor-my-lg-4{margin-top:4px;margin-bottom:4px}.tutor-my-lg-8{margin-top:8px;margin-bottom:8px}.tutor-my-lg-12{margin-top:12px;margin-bottom:12px}.tutor-my-lg-16{margin-top:16px;margin-bottom:16px}.tutor-my-lg-20{margin-top:20px;margin-bottom:20px}.tutor-my-lg-24{margin-top:24px;margin-bottom:24px}.tutor-my-lg-28{margin-top:28px;margin-bottom:28px}.tutor-my-lg-32{margin-top:32px;margin-bottom:32px}.tutor-my-lg-36{margin-top:36px;margin-bottom:36px}.tutor-my-lg-40{margin-top:40px;margin-bottom:40px}.tutor-my-lg-44{margin-top:44px;margin-bottom:44px}.tutor-my-lg-48{margin-top:48px;margin-bottom:48px}.tutor-my-lg-52{margin-top:52px;margin-bottom:52px}.tutor-my-lg-56{margin-top:56px;margin-bottom:56px}.tutor-my-lg-60{margin-top:60px;margin-bottom:60px}.tutor-my-lg-64{margin-top:64px;margin-bottom:64px}.tutor-my-lg-68{margin-top:68px;margin-bottom:68px}.tutor-my-lg-72{margin-top:72px;margin-bottom:72px}.tutor-my-lg-76{margin-top:76px;margin-bottom:76px}.tutor-my-lg-80{margin-top:80px;margin-bottom:80px}.tutor-my-lg-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-lg-0{margin-top:0}.tutor-mt-lg-2{margin-top:2px}.tutor-mt-lg-4{margin-top:4px}.tutor-mt-lg-8{margin-top:8px}.tutor-mt-lg-12{margin-top:12px}.tutor-mt-lg-16{margin-top:16px}.tutor-mt-lg-20{margin-top:20px}.tutor-mt-lg-24{margin-top:24px}.tutor-mt-lg-28{margin-top:28px}.tutor-mt-lg-32{margin-top:32px}.tutor-mt-lg-36{margin-top:36px}.tutor-mt-lg-40{margin-top:40px}.tutor-mt-lg-44{margin-top:44px}.tutor-mt-lg-48{margin-top:48px}.tutor-mt-lg-52{margin-top:52px}.tutor-mt-lg-56{margin-top:56px}.tutor-mt-lg-60{margin-top:60px}.tutor-mt-lg-64{margin-top:64px}.tutor-mt-lg-68{margin-top:68px}.tutor-mt-lg-72{margin-top:72px}.tutor-mt-lg-76{margin-top:76px}.tutor-mt-lg-80{margin-top:80px}.tutor-mt-lg-auto{margin-top:auto}.tutor-mr-lg-0{margin-right:0}.tutor-mr-lg-2{margin-right:2px}.tutor-mr-lg-4{margin-right:4px}.tutor-mr-lg-8{margin-right:8px}.tutor-mr-lg-12{margin-right:12px}.tutor-mr-lg-16{margin-right:16px}.tutor-mr-lg-20{margin-right:20px}.tutor-mr-lg-24{margin-right:24px}.tutor-mr-lg-28{margin-right:28px}.tutor-mr-lg-32{margin-right:32px}.tutor-mr-lg-36{margin-right:36px}.tutor-mr-lg-40{margin-right:40px}.tutor-mr-lg-44{margin-right:44px}.tutor-mr-lg-48{margin-right:48px}.tutor-mr-lg-52{margin-right:52px}.tutor-mr-lg-56{margin-right:56px}.tutor-mr-lg-60{margin-right:60px}.tutor-mr-lg-64{margin-right:64px}.tutor-mr-lg-68{margin-right:68px}.tutor-mr-lg-72{margin-right:72px}.tutor-mr-lg-76{margin-right:76px}.tutor-mr-lg-80{margin-right:80px}.tutor-mr-lg-auto{margin-right:auto}.tutor-mb-lg-0{margin-bottom:0}.tutor-mb-lg-2{margin-bottom:2px}.tutor-mb-lg-4{margin-bottom:4px}.tutor-mb-lg-8{margin-bottom:8px}.tutor-mb-lg-12{margin-bottom:12px}.tutor-mb-lg-16{margin-bottom:16px}.tutor-mb-lg-20{margin-bottom:20px}.tutor-mb-lg-24{margin-bottom:24px}.tutor-mb-lg-28{margin-bottom:28px}.tutor-mb-lg-32{margin-bottom:32px}.tutor-mb-lg-36{margin-bottom:36px}.tutor-mb-lg-40{margin-bottom:40px}.tutor-mb-lg-44{margin-bottom:44px}.tutor-mb-lg-48{margin-bottom:48px}.tutor-mb-lg-52{margin-bottom:52px}.tutor-mb-lg-56{margin-bottom:56px}.tutor-mb-lg-60{margin-bottom:60px}.tutor-mb-lg-64{margin-bottom:64px}.tutor-mb-lg-68{margin-bottom:68px}.tutor-mb-lg-72{margin-bottom:72px}.tutor-mb-lg-76{margin-bottom:76px}.tutor-mb-lg-80{margin-bottom:80px}.tutor-mb-lg-auto{margin-bottom:auto}.tutor-ml-lg-0{margin-left:0}.tutor-ml-lg-2{margin-left:2px}.tutor-ml-lg-4{margin-left:4px}.tutor-ml-lg-8{margin-left:8px}.tutor-ml-lg-12{margin-left:12px}.tutor-ml-lg-16{margin-left:16px}.tutor-ml-lg-20{margin-left:20px}.tutor-ml-lg-24{margin-left:24px}.tutor-ml-lg-28{margin-left:28px}.tutor-ml-lg-32{margin-left:32px}.tutor-ml-lg-36{margin-left:36px}.tutor-ml-lg-40{margin-left:40px}.tutor-ml-lg-44{margin-left:44px}.tutor-ml-lg-48{margin-left:48px}.tutor-ml-lg-52{margin-left:52px}.tutor-ml-lg-56{margin-left:56px}.tutor-ml-lg-60{margin-left:60px}.tutor-ml-lg-64{margin-left:64px}.tutor-ml-lg-68{margin-left:68px}.tutor-ml-lg-72{margin-left:72px}.tutor-ml-lg-76{margin-left:76px}.tutor-ml-lg-80{margin-left:80px}.tutor-ml-lg-auto{margin-left:auto}.tutor-m-lg-n2{margin:-2px}.tutor-m-lg-n4{margin:-4px}.tutor-m-lg-n8{margin:-8px}.tutor-m-lg-n12{margin:-12px}.tutor-m-lg-n16{margin:-16px}.tutor-m-lg-n20{margin:-20px}.tutor-m-lg-n24{margin:-24px}.tutor-m-lg-n28{margin:-28px}.tutor-m-lg-n32{margin:-32px}.tutor-m-lg-n36{margin:-36px}.tutor-m-lg-n40{margin:-40px}.tutor-m-lg-n44{margin:-44px}.tutor-m-lg-n48{margin:-48px}.tutor-m-lg-n52{margin:-52px}.tutor-m-lg-n56{margin:-56px}.tutor-m-lg-n60{margin:-60px}.tutor-m-lg-n64{margin:-64px}.tutor-m-lg-n68{margin:-68px}.tutor-m-lg-n72{margin:-72px}.tutor-m-lg-n76{margin:-76px}.tutor-m-lg-n80{margin:-80px}.tutor-mx-lg-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-lg-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-lg-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-lg-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-lg-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-lg-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-lg-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-lg-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-lg-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-lg-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-lg-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-lg-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-lg-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-lg-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-lg-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-lg-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-lg-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-lg-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-lg-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-lg-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-lg-n80{margin-left:-80px;margin-right:-80px}.tutor-my-lg-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-lg-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-lg-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-lg-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-lg-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-lg-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-lg-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-lg-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-lg-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-lg-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-lg-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-lg-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-lg-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-lg-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-lg-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-lg-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-lg-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-lg-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-lg-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-lg-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-lg-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-lg-n2{margin-top:-2px}.tutor-mt-lg-n4{margin-top:-4px}.tutor-mt-lg-n8{margin-top:-8px}.tutor-mt-lg-n12{margin-top:-12px}.tutor-mt-lg-n16{margin-top:-16px}.tutor-mt-lg-n20{margin-top:-20px}.tutor-mt-lg-n24{margin-top:-24px}.tutor-mt-lg-n28{margin-top:-28px}.tutor-mt-lg-n32{margin-top:-32px}.tutor-mt-lg-n36{margin-top:-36px}.tutor-mt-lg-n40{margin-top:-40px}.tutor-mt-lg-n44{margin-top:-44px}.tutor-mt-lg-n48{margin-top:-48px}.tutor-mt-lg-n52{margin-top:-52px}.tutor-mt-lg-n56{margin-top:-56px}.tutor-mt-lg-n60{margin-top:-60px}.tutor-mt-lg-n64{margin-top:-64px}.tutor-mt-lg-n68{margin-top:-68px}.tutor-mt-lg-n72{margin-top:-72px}.tutor-mt-lg-n76{margin-top:-76px}.tutor-mt-lg-n80{margin-top:-80px}.tutor-mr-lg-n2{margin-right:-2px}.tutor-mr-lg-n4{margin-right:-4px}.tutor-mr-lg-n8{margin-right:-8px}.tutor-mr-lg-n12{margin-right:-12px}.tutor-mr-lg-n16{margin-right:-16px}.tutor-mr-lg-n20{margin-right:-20px}.tutor-mr-lg-n24{margin-right:-24px}.tutor-mr-lg-n28{margin-right:-28px}.tutor-mr-lg-n32{margin-right:-32px}.tutor-mr-lg-n36{margin-right:-36px}.tutor-mr-lg-n40{margin-right:-40px}.tutor-mr-lg-n44{margin-right:-44px}.tutor-mr-lg-n48{margin-right:-48px}.tutor-mr-lg-n52{margin-right:-52px}.tutor-mr-lg-n56{margin-right:-56px}.tutor-mr-lg-n60{margin-right:-60px}.tutor-mr-lg-n64{margin-right:-64px}.tutor-mr-lg-n68{margin-right:-68px}.tutor-mr-lg-n72{margin-right:-72px}.tutor-mr-lg-n76{margin-right:-76px}.tutor-mr-lg-n80{margin-right:-80px}.tutor-mb-lg-n2{margin-bottom:-2px}.tutor-mb-lg-n4{margin-bottom:-4px}.tutor-mb-lg-n8{margin-bottom:-8px}.tutor-mb-lg-n12{margin-bottom:-12px}.tutor-mb-lg-n16{margin-bottom:-16px}.tutor-mb-lg-n20{margin-bottom:-20px}.tutor-mb-lg-n24{margin-bottom:-24px}.tutor-mb-lg-n28{margin-bottom:-28px}.tutor-mb-lg-n32{margin-bottom:-32px}.tutor-mb-lg-n36{margin-bottom:-36px}.tutor-mb-lg-n40{margin-bottom:-40px}.tutor-mb-lg-n44{margin-bottom:-44px}.tutor-mb-lg-n48{margin-bottom:-48px}.tutor-mb-lg-n52{margin-bottom:-52px}.tutor-mb-lg-n56{margin-bottom:-56px}.tutor-mb-lg-n60{margin-bottom:-60px}.tutor-mb-lg-n64{margin-bottom:-64px}.tutor-mb-lg-n68{margin-bottom:-68px}.tutor-mb-lg-n72{margin-bottom:-72px}.tutor-mb-lg-n76{margin-bottom:-76px}.tutor-mb-lg-n80{margin-bottom:-80px}.tutor-ml-lg-n2{margin-left:-2px}.tutor-ml-lg-n4{margin-left:-4px}.tutor-ml-lg-n8{margin-left:-8px}.tutor-ml-lg-n12{margin-left:-12px}.tutor-ml-lg-n16{margin-left:-16px}.tutor-ml-lg-n20{margin-left:-20px}.tutor-ml-lg-n24{margin-left:-24px}.tutor-ml-lg-n28{margin-left:-28px}.tutor-ml-lg-n32{margin-left:-32px}.tutor-ml-lg-n36{margin-left:-36px}.tutor-ml-lg-n40{margin-left:-40px}.tutor-ml-lg-n44{margin-left:-44px}.tutor-ml-lg-n48{margin-left:-48px}.tutor-ml-lg-n52{margin-left:-52px}.tutor-ml-lg-n56{margin-left:-56px}.tutor-ml-lg-n60{margin-left:-60px}.tutor-ml-lg-n64{margin-left:-64px}.tutor-ml-lg-n68{margin-left:-68px}.tutor-ml-lg-n72{margin-left:-72px}.tutor-ml-lg-n76{margin-left:-76px}.tutor-ml-lg-n80{margin-left:-80px}.tutor-p-lg-0{padding:0}.tutor-p-lg-2{padding:2px}.tutor-p-lg-4{padding:4px}.tutor-p-lg-8{padding:8px}.tutor-p-lg-12{padding:12px}.tutor-p-lg-16{padding:16px}.tutor-p-lg-20{padding:20px}.tutor-p-lg-24{padding:24px}.tutor-p-lg-28{padding:28px}.tutor-p-lg-32{padding:32px}.tutor-p-lg-36{padding:36px}.tutor-p-lg-40{padding:40px}.tutor-p-lg-44{padding:44px}.tutor-p-lg-48{padding:48px}.tutor-p-lg-52{padding:52px}.tutor-p-lg-56{padding:56px}.tutor-p-lg-60{padding:60px}.tutor-p-lg-64{padding:64px}.tutor-p-lg-68{padding:68px}.tutor-p-lg-72{padding:72px}.tutor-p-lg-76{padding:76px}.tutor-p-lg-80{padding:80px}.tutor-px-lg-0{padding-left:0;padding-right:0}.tutor-px-lg-2{padding-left:2px;padding-right:2px}.tutor-px-lg-4{padding-left:4px;padding-right:4px}.tutor-px-lg-8{padding-left:8px;padding-right:8px}.tutor-px-lg-12{padding-left:12px;padding-right:12px}.tutor-px-lg-16{padding-left:16px;padding-right:16px}.tutor-px-lg-20{padding-left:20px;padding-right:20px}.tutor-px-lg-24{padding-left:24px;padding-right:24px}.tutor-px-lg-28{padding-left:28px;padding-right:28px}.tutor-px-lg-32{padding-left:32px;padding-right:32px}.tutor-px-lg-36{padding-left:36px;padding-right:36px}.tutor-px-lg-40{padding-left:40px;padding-right:40px}.tutor-px-lg-44{padding-left:44px;padding-right:44px}.tutor-px-lg-48{padding-left:48px;padding-right:48px}.tutor-px-lg-52{padding-left:52px;padding-right:52px}.tutor-px-lg-56{padding-left:56px;padding-right:56px}.tutor-px-lg-60{padding-left:60px;padding-right:60px}.tutor-px-lg-64{padding-left:64px;padding-right:64px}.tutor-px-lg-68{padding-left:68px;padding-right:68px}.tutor-px-lg-72{padding-left:72px;padding-right:72px}.tutor-px-lg-76{padding-left:76px;padding-right:76px}.tutor-px-lg-80{padding-left:80px;padding-right:80px}.tutor-py-lg-0{padding-top:0;padding-bottom:0}.tutor-py-lg-2{padding-top:2px;padding-bottom:2px}.tutor-py-lg-4{padding-top:4px;padding-bottom:4px}.tutor-py-lg-8{padding-top:8px;padding-bottom:8px}.tutor-py-lg-12{padding-top:12px;padding-bottom:12px}.tutor-py-lg-16{padding-top:16px;padding-bottom:16px}.tutor-py-lg-20{padding-top:20px;padding-bottom:20px}.tutor-py-lg-24{padding-top:24px;padding-bottom:24px}.tutor-py-lg-28{padding-top:28px;padding-bottom:28px}.tutor-py-lg-32{padding-top:32px;padding-bottom:32px}.tutor-py-lg-36{padding-top:36px;padding-bottom:36px}.tutor-py-lg-40{padding-top:40px;padding-bottom:40px}.tutor-py-lg-44{padding-top:44px;padding-bottom:44px}.tutor-py-lg-48{padding-top:48px;padding-bottom:48px}.tutor-py-lg-52{padding-top:52px;padding-bottom:52px}.tutor-py-lg-56{padding-top:56px;padding-bottom:56px}.tutor-py-lg-60{padding-top:60px;padding-bottom:60px}.tutor-py-lg-64{padding-top:64px;padding-bottom:64px}.tutor-py-lg-68{padding-top:68px;padding-bottom:68px}.tutor-py-lg-72{padding-top:72px;padding-bottom:72px}.tutor-py-lg-76{padding-top:76px;padding-bottom:76px}.tutor-py-lg-80{padding-top:80px;padding-bottom:80px}.tutor-pt-lg-0{padding-top:0}.tutor-pt-lg-2{padding-top:2px}.tutor-pt-lg-4{padding-top:4px}.tutor-pt-lg-8{padding-top:8px}.tutor-pt-lg-12{padding-top:12px}.tutor-pt-lg-16{padding-top:16px}.tutor-pt-lg-20{padding-top:20px}.tutor-pt-lg-24{padding-top:24px}.tutor-pt-lg-28{padding-top:28px}.tutor-pt-lg-32{padding-top:32px}.tutor-pt-lg-36{padding-top:36px}.tutor-pt-lg-40{padding-top:40px}.tutor-pt-lg-44{padding-top:44px}.tutor-pt-lg-48{padding-top:48px}.tutor-pt-lg-52{padding-top:52px}.tutor-pt-lg-56{padding-top:56px}.tutor-pt-lg-60{padding-top:60px}.tutor-pt-lg-64{padding-top:64px}.tutor-pt-lg-68{padding-top:68px}.tutor-pt-lg-72{padding-top:72px}.tutor-pt-lg-76{padding-top:76px}.tutor-pt-lg-80{padding-top:80px}.tutor-pr-lg-0{padding-right:0}.tutor-pr-lg-2{padding-right:2px}.tutor-pr-lg-4{padding-right:4px}.tutor-pr-lg-8{padding-right:8px}.tutor-pr-lg-12{padding-right:12px}.tutor-pr-lg-16{padding-right:16px}.tutor-pr-lg-20{padding-right:20px}.tutor-pr-lg-24{padding-right:24px}.tutor-pr-lg-28{padding-right:28px}.tutor-pr-lg-32{padding-right:32px}.tutor-pr-lg-36{padding-right:36px}.tutor-pr-lg-40{padding-right:40px}.tutor-pr-lg-44{padding-right:44px}.tutor-pr-lg-48{padding-right:48px}.tutor-pr-lg-52{padding-right:52px}.tutor-pr-lg-56{padding-right:56px}.tutor-pr-lg-60{padding-right:60px}.tutor-pr-lg-64{padding-right:64px}.tutor-pr-lg-68{padding-right:68px}.tutor-pr-lg-72{padding-right:72px}.tutor-pr-lg-76{padding-right:76px}.tutor-pr-lg-80{padding-right:80px}.tutor-pb-lg-0{padding-bottom:0}.tutor-pb-lg-2{padding-bottom:2px}.tutor-pb-lg-4{padding-bottom:4px}.tutor-pb-lg-8{padding-bottom:8px}.tutor-pb-lg-12{padding-bottom:12px}.tutor-pb-lg-16{padding-bottom:16px}.tutor-pb-lg-20{padding-bottom:20px}.tutor-pb-lg-24{padding-bottom:24px}.tutor-pb-lg-28{padding-bottom:28px}.tutor-pb-lg-32{padding-bottom:32px}.tutor-pb-lg-36{padding-bottom:36px}.tutor-pb-lg-40{padding-bottom:40px}.tutor-pb-lg-44{padding-bottom:44px}.tutor-pb-lg-48{padding-bottom:48px}.tutor-pb-lg-52{padding-bottom:52px}.tutor-pb-lg-56{padding-bottom:56px}.tutor-pb-lg-60{padding-bottom:60px}.tutor-pb-lg-64{padding-bottom:64px}.tutor-pb-lg-68{padding-bottom:68px}.tutor-pb-lg-72{padding-bottom:72px}.tutor-pb-lg-76{padding-bottom:76px}.tutor-pb-lg-80{padding-bottom:80px}.tutor-pl-lg-0{padding-left:0}.tutor-pl-lg-2{padding-left:2px}.tutor-pl-lg-4{padding-left:4px}.tutor-pl-lg-8{padding-left:8px}.tutor-pl-lg-12{padding-left:12px}.tutor-pl-lg-16{padding-left:16px}.tutor-pl-lg-20{padding-left:20px}.tutor-pl-lg-24{padding-left:24px}.tutor-pl-lg-28{padding-left:28px}.tutor-pl-lg-32{padding-left:32px}.tutor-pl-lg-36{padding-left:36px}.tutor-pl-lg-40{padding-left:40px}.tutor-pl-lg-44{padding-left:44px}.tutor-pl-lg-48{padding-left:48px}.tutor-pl-lg-52{padding-left:52px}.tutor-pl-lg-56{padding-left:56px}.tutor-pl-lg-60{padding-left:60px}.tutor-pl-lg-64{padding-left:64px}.tutor-pl-lg-68{padding-left:68px}.tutor-pl-lg-72{padding-left:72px}.tutor-pl-lg-76{padding-left:76px}.tutor-pl-lg-80{padding-left:80px}}@media (min-width:1200px){.tutor-d-xl-inline{display:inline!important}.tutor-d-xl-inline-block{display:inline-block!important}.tutor-d-xl-block{display:block!important}.tutor-d-xl-grid{display:grid!important}.tutor-d-xl-table{display:table!important}.tutor-d-xl-table-row{display:table-row!important}.tutor-d-xl-table-cell{display:table-cell!important}.tutor-d-xl-flex{display:flex!important}.tutor-d-xl-inline-flex{display:inline-flex!important}.tutor-d-xl-none{display:none!important}.tutor-flex-xl-fill{flex:auto!important}.tutor-flex-xl-row{flex-direction:row!important}.tutor-flex-xl-column{flex-direction:column!important}.tutor-flex-xl-row-reverse{flex-direction:row-reverse!important}.tutor-flex-xl-column-reverse{flex-direction:column-reverse!important}.tutor-flex-xl-grow-0{flex-grow:0!important}.tutor-flex-xl-grow-1{flex-grow:1!important}.tutor-flex-xl-shrink-0{flex-shrink:0!important}.tutor-flex-xl-shrink-1{flex-shrink:1!important}.tutor-flex-xl-wrap{flex-wrap:wrap!important}.tutor-flex-xl-nowrap{flex-wrap:nowrap!important}.tutor-flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-xl-0{gap:0!important}.tutor-gap-xl-1{gap:.5rem!important}.tutor-gap-xl-2{gap:1rem!important}.tutor-gap-xl-3{gap:1.5rem!important}.tutor-gap-xl-4{gap:2rem!important}.tutor-gap-xl-5{gap:3rem!important}.tutor-gap-xl-4px{gap:.25rem!important}.tutor-gap-xl-12px{gap:.75rem!important}.tutor-justify-xl-start{justify-content:flex-start!important}.tutor-justify-xl-end{justify-content:flex-end!important}.tutor-justify-xl-center{justify-content:center!important}.tutor-justify-xl-between{justify-content:space-between!important}.tutor-justify-xl-around{justify-content:space-around!important}.tutor-justify-xl-evenly{justify-content:space-evenly!important}.tutor-align-xl-start{align-items:flex-start!important}.tutor-align-xl-end{align-items:flex-end!important}.tutor-align-xl-center{align-items:center!important}.tutor-align-xl-baseline{align-items:baseline!important}.tutor-align-xl-stretch{align-items:stretch!important}.tutor-align-content-xl-start{align-content:flex-start!important}.tutor-align-content-xl-end{align-content:flex-end!important}.tutor-align-content-xl-center{align-content:center!important}.tutor-align-content-xl-between{align-content:space-between!important}.tutor-align-content-xl-around{align-content:space-around!important}.tutor-align-content-xl-stretch{align-content:stretch!important}.tutor-align-self-xl-auto{align-self:auto!important}.tutor-align-self-xl-start{align-self:flex-start!important}.tutor-align-self-xl-end{align-self:flex-end!important}.tutor-align-self-xl-center{align-self:center!important}.tutor-align-self-xl-baseline{align-self:baseline!important}.tutor-align-self-xl-stretch{align-self:stretch!important}.tutor-order-xl-first{order:-1!important}.tutor-order-xl-0{order:0!important}.tutor-order-xl-1{order:1!important}.tutor-order-xl-2{order:2!important}.tutor-order-xl-3{order:3!important}.tutor-order-xl-4{order:4!important}.tutor-order-xl-5{order:5!important}.tutor-order-xl-last{order:6!important}.tutor-m-xl-0{margin:0}.tutor-m-xl-2{margin:2px}.tutor-m-xl-4{margin:4px}.tutor-m-xl-8{margin:8px}.tutor-m-xl-12{margin:12px}.tutor-m-xl-16{margin:16px}.tutor-m-xl-20{margin:20px}.tutor-m-xl-24{margin:24px}.tutor-m-xl-28{margin:28px}.tutor-m-xl-32{margin:32px}.tutor-m-xl-36{margin:36px}.tutor-m-xl-40{margin:40px}.tutor-m-xl-44{margin:44px}.tutor-m-xl-48{margin:48px}.tutor-m-xl-52{margin:52px}.tutor-m-xl-56{margin:56px}.tutor-m-xl-60{margin:60px}.tutor-m-xl-64{margin:64px}.tutor-m-xl-68{margin:68px}.tutor-m-xl-72{margin:72px}.tutor-m-xl-76{margin:76px}.tutor-m-xl-80{margin:80px}.tutor-m-xl-auto{margin:auto}.tutor-mx-xl-0{margin-left:0;margin-right:0}.tutor-mx-xl-2{margin-left:2px;margin-right:2px}.tutor-mx-xl-4{margin-left:4px;margin-right:4px}.tutor-mx-xl-8{margin-left:8px;margin-right:8px}.tutor-mx-xl-12{margin-left:12px;margin-right:12px}.tutor-mx-xl-16{margin-left:16px;margin-right:16px}.tutor-mx-xl-20{margin-left:20px;margin-right:20px}.tutor-mx-xl-24{margin-left:24px;margin-right:24px}.tutor-mx-xl-28{margin-left:28px;margin-right:28px}.tutor-mx-xl-32{margin-left:32px;margin-right:32px}.tutor-mx-xl-36{margin-left:36px;margin-right:36px}.tutor-mx-xl-40{margin-left:40px;margin-right:40px}.tutor-mx-xl-44{margin-left:44px;margin-right:44px}.tutor-mx-xl-48{margin-left:48px;margin-right:48px}.tutor-mx-xl-52{margin-left:52px;margin-right:52px}.tutor-mx-xl-56{margin-left:56px;margin-right:56px}.tutor-mx-xl-60{margin-left:60px;margin-right:60px}.tutor-mx-xl-64{margin-left:64px;margin-right:64px}.tutor-mx-xl-68{margin-left:68px;margin-right:68px}.tutor-mx-xl-72{margin-left:72px;margin-right:72px}.tutor-mx-xl-76{margin-left:76px;margin-right:76px}.tutor-mx-xl-80{margin-left:80px;margin-right:80px}.tutor-mx-xl-auto{margin-left:auto;margin-right:auto}.tutor-my-xl-0{margin-top:0;margin-bottom:0}.tutor-my-xl-2{margin-top:2px;margin-bottom:2px}.tutor-my-xl-4{margin-top:4px;margin-bottom:4px}.tutor-my-xl-8{margin-top:8px;margin-bottom:8px}.tutor-my-xl-12{margin-top:12px;margin-bottom:12px}.tutor-my-xl-16{margin-top:16px;margin-bottom:16px}.tutor-my-xl-20{margin-top:20px;margin-bottom:20px}.tutor-my-xl-24{margin-top:24px;margin-bottom:24px}.tutor-my-xl-28{margin-top:28px;margin-bottom:28px}.tutor-my-xl-32{margin-top:32px;margin-bottom:32px}.tutor-my-xl-36{margin-top:36px;margin-bottom:36px}.tutor-my-xl-40{margin-top:40px;margin-bottom:40px}.tutor-my-xl-44{margin-top:44px;margin-bottom:44px}.tutor-my-xl-48{margin-top:48px;margin-bottom:48px}.tutor-my-xl-52{margin-top:52px;margin-bottom:52px}.tutor-my-xl-56{margin-top:56px;margin-bottom:56px}.tutor-my-xl-60{margin-top:60px;margin-bottom:60px}.tutor-my-xl-64{margin-top:64px;margin-bottom:64px}.tutor-my-xl-68{margin-top:68px;margin-bottom:68px}.tutor-my-xl-72{margin-top:72px;margin-bottom:72px}.tutor-my-xl-76{margin-top:76px;margin-bottom:76px}.tutor-my-xl-80{margin-top:80px;margin-bottom:80px}.tutor-my-xl-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-xl-0{margin-top:0}.tutor-mt-xl-2{margin-top:2px}.tutor-mt-xl-4{margin-top:4px}.tutor-mt-xl-8{margin-top:8px}.tutor-mt-xl-12{margin-top:12px}.tutor-mt-xl-16{margin-top:16px}.tutor-mt-xl-20{margin-top:20px}.tutor-mt-xl-24{margin-top:24px}.tutor-mt-xl-28{margin-top:28px}.tutor-mt-xl-32{margin-top:32px}.tutor-mt-xl-36{margin-top:36px}.tutor-mt-xl-40{margin-top:40px}.tutor-mt-xl-44{margin-top:44px}.tutor-mt-xl-48{margin-top:48px}.tutor-mt-xl-52{margin-top:52px}.tutor-mt-xl-56{margin-top:56px}.tutor-mt-xl-60{margin-top:60px}.tutor-mt-xl-64{margin-top:64px}.tutor-mt-xl-68{margin-top:68px}.tutor-mt-xl-72{margin-top:72px}.tutor-mt-xl-76{margin-top:76px}.tutor-mt-xl-80{margin-top:80px}.tutor-mt-xl-auto{margin-top:auto}.tutor-mr-xl-0{margin-right:0}.tutor-mr-xl-2{margin-right:2px}.tutor-mr-xl-4{margin-right:4px}.tutor-mr-xl-8{margin-right:8px}.tutor-mr-xl-12{margin-right:12px}.tutor-mr-xl-16{margin-right:16px}.tutor-mr-xl-20{margin-right:20px}.tutor-mr-xl-24{margin-right:24px}.tutor-mr-xl-28{margin-right:28px}.tutor-mr-xl-32{margin-right:32px}.tutor-mr-xl-36{margin-right:36px}.tutor-mr-xl-40{margin-right:40px}.tutor-mr-xl-44{margin-right:44px}.tutor-mr-xl-48{margin-right:48px}.tutor-mr-xl-52{margin-right:52px}.tutor-mr-xl-56{margin-right:56px}.tutor-mr-xl-60{margin-right:60px}.tutor-mr-xl-64{margin-right:64px}.tutor-mr-xl-68{margin-right:68px}.tutor-mr-xl-72{margin-right:72px}.tutor-mr-xl-76{margin-right:76px}.tutor-mr-xl-80{margin-right:80px}.tutor-mr-xl-auto{margin-right:auto}.tutor-mb-xl-0{margin-bottom:0}.tutor-mb-xl-2{margin-bottom:2px}.tutor-mb-xl-4{margin-bottom:4px}.tutor-mb-xl-8{margin-bottom:8px}.tutor-mb-xl-12{margin-bottom:12px}.tutor-mb-xl-16{margin-bottom:16px}.tutor-mb-xl-20{margin-bottom:20px}.tutor-mb-xl-24{margin-bottom:24px}.tutor-mb-xl-28{margin-bottom:28px}.tutor-mb-xl-32{margin-bottom:32px}.tutor-mb-xl-36{margin-bottom:36px}.tutor-mb-xl-40{margin-bottom:40px}.tutor-mb-xl-44{margin-bottom:44px}.tutor-mb-xl-48{margin-bottom:48px}.tutor-mb-xl-52{margin-bottom:52px}.tutor-mb-xl-56{margin-bottom:56px}.tutor-mb-xl-60{margin-bottom:60px}.tutor-mb-xl-64{margin-bottom:64px}.tutor-mb-xl-68{margin-bottom:68px}.tutor-mb-xl-72{margin-bottom:72px}.tutor-mb-xl-76{margin-bottom:76px}.tutor-mb-xl-80{margin-bottom:80px}.tutor-mb-xl-auto{margin-bottom:auto}.tutor-ml-xl-0{margin-left:0}.tutor-ml-xl-2{margin-left:2px}.tutor-ml-xl-4{margin-left:4px}.tutor-ml-xl-8{margin-left:8px}.tutor-ml-xl-12{margin-left:12px}.tutor-ml-xl-16{margin-left:16px}.tutor-ml-xl-20{margin-left:20px}.tutor-ml-xl-24{margin-left:24px}.tutor-ml-xl-28{margin-left:28px}.tutor-ml-xl-32{margin-left:32px}.tutor-ml-xl-36{margin-left:36px}.tutor-ml-xl-40{margin-left:40px}.tutor-ml-xl-44{margin-left:44px}.tutor-ml-xl-48{margin-left:48px}.tutor-ml-xl-52{margin-left:52px}.tutor-ml-xl-56{margin-left:56px}.tutor-ml-xl-60{margin-left:60px}.tutor-ml-xl-64{margin-left:64px}.tutor-ml-xl-68{margin-left:68px}.tutor-ml-xl-72{margin-left:72px}.tutor-ml-xl-76{margin-left:76px}.tutor-ml-xl-80{margin-left:80px}.tutor-ml-xl-auto{margin-left:auto}.tutor-m-xl-n2{margin:-2px}.tutor-m-xl-n4{margin:-4px}.tutor-m-xl-n8{margin:-8px}.tutor-m-xl-n12{margin:-12px}.tutor-m-xl-n16{margin:-16px}.tutor-m-xl-n20{margin:-20px}.tutor-m-xl-n24{margin:-24px}.tutor-m-xl-n28{margin:-28px}.tutor-m-xl-n32{margin:-32px}.tutor-m-xl-n36{margin:-36px}.tutor-m-xl-n40{margin:-40px}.tutor-m-xl-n44{margin:-44px}.tutor-m-xl-n48{margin:-48px}.tutor-m-xl-n52{margin:-52px}.tutor-m-xl-n56{margin:-56px}.tutor-m-xl-n60{margin:-60px}.tutor-m-xl-n64{margin:-64px}.tutor-m-xl-n68{margin:-68px}.tutor-m-xl-n72{margin:-72px}.tutor-m-xl-n76{margin:-76px}.tutor-m-xl-n80{margin:-80px}.tutor-mx-xl-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-xl-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-xl-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-xl-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-xl-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-xl-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-xl-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-xl-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-xl-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-xl-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-xl-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-xl-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-xl-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-xl-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-xl-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-xl-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-xl-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-xl-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-xl-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-xl-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-xl-n80{margin-left:-80px;margin-right:-80px}.tutor-my-xl-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-xl-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-xl-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-xl-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-xl-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-xl-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-xl-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-xl-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-xl-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-xl-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-xl-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-xl-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-xl-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-xl-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-xl-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-xl-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-xl-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-xl-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-xl-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-xl-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-xl-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-xl-n2{margin-top:-2px}.tutor-mt-xl-n4{margin-top:-4px}.tutor-mt-xl-n8{margin-top:-8px}.tutor-mt-xl-n12{margin-top:-12px}.tutor-mt-xl-n16{margin-top:-16px}.tutor-mt-xl-n20{margin-top:-20px}.tutor-mt-xl-n24{margin-top:-24px}.tutor-mt-xl-n28{margin-top:-28px}.tutor-mt-xl-n32{margin-top:-32px}.tutor-mt-xl-n36{margin-top:-36px}.tutor-mt-xl-n40{margin-top:-40px}.tutor-mt-xl-n44{margin-top:-44px}.tutor-mt-xl-n48{margin-top:-48px}.tutor-mt-xl-n52{margin-top:-52px}.tutor-mt-xl-n56{margin-top:-56px}.tutor-mt-xl-n60{margin-top:-60px}.tutor-mt-xl-n64{margin-top:-64px}.tutor-mt-xl-n68{margin-top:-68px}.tutor-mt-xl-n72{margin-top:-72px}.tutor-mt-xl-n76{margin-top:-76px}.tutor-mt-xl-n80{margin-top:-80px}.tutor-mr-xl-n2{margin-right:-2px}.tutor-mr-xl-n4{margin-right:-4px}.tutor-mr-xl-n8{margin-right:-8px}.tutor-mr-xl-n12{margin-right:-12px}.tutor-mr-xl-n16{margin-right:-16px}.tutor-mr-xl-n20{margin-right:-20px}.tutor-mr-xl-n24{margin-right:-24px}.tutor-mr-xl-n28{margin-right:-28px}.tutor-mr-xl-n32{margin-right:-32px}.tutor-mr-xl-n36{margin-right:-36px}.tutor-mr-xl-n40{margin-right:-40px}.tutor-mr-xl-n44{margin-right:-44px}.tutor-mr-xl-n48{margin-right:-48px}.tutor-mr-xl-n52{margin-right:-52px}.tutor-mr-xl-n56{margin-right:-56px}.tutor-mr-xl-n60{margin-right:-60px}.tutor-mr-xl-n64{margin-right:-64px}.tutor-mr-xl-n68{margin-right:-68px}.tutor-mr-xl-n72{margin-right:-72px}.tutor-mr-xl-n76{margin-right:-76px}.tutor-mr-xl-n80{margin-right:-80px}.tutor-mb-xl-n2{margin-bottom:-2px}.tutor-mb-xl-n4{margin-bottom:-4px}.tutor-mb-xl-n8{margin-bottom:-8px}.tutor-mb-xl-n12{margin-bottom:-12px}.tutor-mb-xl-n16{margin-bottom:-16px}.tutor-mb-xl-n20{margin-bottom:-20px}.tutor-mb-xl-n24{margin-bottom:-24px}.tutor-mb-xl-n28{margin-bottom:-28px}.tutor-mb-xl-n32{margin-bottom:-32px}.tutor-mb-xl-n36{margin-bottom:-36px}.tutor-mb-xl-n40{margin-bottom:-40px}.tutor-mb-xl-n44{margin-bottom:-44px}.tutor-mb-xl-n48{margin-bottom:-48px}.tutor-mb-xl-n52{margin-bottom:-52px}.tutor-mb-xl-n56{margin-bottom:-56px}.tutor-mb-xl-n60{margin-bottom:-60px}.tutor-mb-xl-n64{margin-bottom:-64px}.tutor-mb-xl-n68{margin-bottom:-68px}.tutor-mb-xl-n72{margin-bottom:-72px}.tutor-mb-xl-n76{margin-bottom:-76px}.tutor-mb-xl-n80{margin-bottom:-80px}.tutor-ml-xl-n2{margin-left:-2px}.tutor-ml-xl-n4{margin-left:-4px}.tutor-ml-xl-n8{margin-left:-8px}.tutor-ml-xl-n12{margin-left:-12px}.tutor-ml-xl-n16{margin-left:-16px}.tutor-ml-xl-n20{margin-left:-20px}.tutor-ml-xl-n24{margin-left:-24px}.tutor-ml-xl-n28{margin-left:-28px}.tutor-ml-xl-n32{margin-left:-32px}.tutor-ml-xl-n36{margin-left:-36px}.tutor-ml-xl-n40{margin-left:-40px}.tutor-ml-xl-n44{margin-left:-44px}.tutor-ml-xl-n48{margin-left:-48px}.tutor-ml-xl-n52{margin-left:-52px}.tutor-ml-xl-n56{margin-left:-56px}.tutor-ml-xl-n60{margin-left:-60px}.tutor-ml-xl-n64{margin-left:-64px}.tutor-ml-xl-n68{margin-left:-68px}.tutor-ml-xl-n72{margin-left:-72px}.tutor-ml-xl-n76{margin-left:-76px}.tutor-ml-xl-n80{margin-left:-80px}.tutor-p-xl-0{padding:0}.tutor-p-xl-2{padding:2px}.tutor-p-xl-4{padding:4px}.tutor-p-xl-8{padding:8px}.tutor-p-xl-12{padding:12px}.tutor-p-xl-16{padding:16px}.tutor-p-xl-20{padding:20px}.tutor-p-xl-24{padding:24px}.tutor-p-xl-28{padding:28px}.tutor-p-xl-32{padding:32px}.tutor-p-xl-36{padding:36px}.tutor-p-xl-40{padding:40px}.tutor-p-xl-44{padding:44px}.tutor-p-xl-48{padding:48px}.tutor-p-xl-52{padding:52px}.tutor-p-xl-56{padding:56px}.tutor-p-xl-60{padding:60px}.tutor-p-xl-64{padding:64px}.tutor-p-xl-68{padding:68px}.tutor-p-xl-72{padding:72px}.tutor-p-xl-76{padding:76px}.tutor-p-xl-80{padding:80px}.tutor-px-xl-0{padding-left:0;padding-right:0}.tutor-px-xl-2{padding-left:2px;padding-right:2px}.tutor-px-xl-4{padding-left:4px;padding-right:4px}.tutor-px-xl-8{padding-left:8px;padding-right:8px}.tutor-px-xl-12{padding-left:12px;padding-right:12px}.tutor-px-xl-16{padding-left:16px;padding-right:16px}.tutor-px-xl-20{padding-left:20px;padding-right:20px}.tutor-px-xl-24{padding-left:24px;padding-right:24px}.tutor-px-xl-28{padding-left:28px;padding-right:28px}.tutor-px-xl-32{padding-left:32px;padding-right:32px}.tutor-px-xl-36{padding-left:36px;padding-right:36px}.tutor-px-xl-40{padding-left:40px;padding-right:40px}.tutor-px-xl-44{padding-left:44px;padding-right:44px}.tutor-px-xl-48{padding-left:48px;padding-right:48px}.tutor-px-xl-52{padding-left:52px;padding-right:52px}.tutor-px-xl-56{padding-left:56px;padding-right:56px}.tutor-px-xl-60{padding-left:60px;padding-right:60px}.tutor-px-xl-64{padding-left:64px;padding-right:64px}.tutor-px-xl-68{padding-left:68px;padding-right:68px}.tutor-px-xl-72{padding-left:72px;padding-right:72px}.tutor-px-xl-76{padding-left:76px;padding-right:76px}.tutor-px-xl-80{padding-left:80px;padding-right:80px}.tutor-py-xl-0{padding-top:0;padding-bottom:0}.tutor-py-xl-2{padding-top:2px;padding-bottom:2px}.tutor-py-xl-4{padding-top:4px;padding-bottom:4px}.tutor-py-xl-8{padding-top:8px;padding-bottom:8px}.tutor-py-xl-12{padding-top:12px;padding-bottom:12px}.tutor-py-xl-16{padding-top:16px;padding-bottom:16px}.tutor-py-xl-20{padding-top:20px;padding-bottom:20px}.tutor-py-xl-24{padding-top:24px;padding-bottom:24px}.tutor-py-xl-28{padding-top:28px;padding-bottom:28px}.tutor-py-xl-32{padding-top:32px;padding-bottom:32px}.tutor-py-xl-36{padding-top:36px;padding-bottom:36px}.tutor-py-xl-40{padding-top:40px;padding-bottom:40px}.tutor-py-xl-44{padding-top:44px;padding-bottom:44px}.tutor-py-xl-48{padding-top:48px;padding-bottom:48px}.tutor-py-xl-52{padding-top:52px;padding-bottom:52px}.tutor-py-xl-56{padding-top:56px;padding-bottom:56px}.tutor-py-xl-60{padding-top:60px;padding-bottom:60px}.tutor-py-xl-64{padding-top:64px;padding-bottom:64px}.tutor-py-xl-68{padding-top:68px;padding-bottom:68px}.tutor-py-xl-72{padding-top:72px;padding-bottom:72px}.tutor-py-xl-76{padding-top:76px;padding-bottom:76px}.tutor-py-xl-80{padding-top:80px;padding-bottom:80px}.tutor-pt-xl-0{padding-top:0}.tutor-pt-xl-2{padding-top:2px}.tutor-pt-xl-4{padding-top:4px}.tutor-pt-xl-8{padding-top:8px}.tutor-pt-xl-12{padding-top:12px}.tutor-pt-xl-16{padding-top:16px}.tutor-pt-xl-20{padding-top:20px}.tutor-pt-xl-24{padding-top:24px}.tutor-pt-xl-28{padding-top:28px}.tutor-pt-xl-32{padding-top:32px}.tutor-pt-xl-36{padding-top:36px}.tutor-pt-xl-40{padding-top:40px}.tutor-pt-xl-44{padding-top:44px}.tutor-pt-xl-48{padding-top:48px}.tutor-pt-xl-52{padding-top:52px}.tutor-pt-xl-56{padding-top:56px}.tutor-pt-xl-60{padding-top:60px}.tutor-pt-xl-64{padding-top:64px}.tutor-pt-xl-68{padding-top:68px}.tutor-pt-xl-72{padding-top:72px}.tutor-pt-xl-76{padding-top:76px}.tutor-pt-xl-80{padding-top:80px}.tutor-pr-xl-0{padding-right:0}.tutor-pr-xl-2{padding-right:2px}.tutor-pr-xl-4{padding-right:4px}.tutor-pr-xl-8{padding-right:8px}.tutor-pr-xl-12{padding-right:12px}.tutor-pr-xl-16{padding-right:16px}.tutor-pr-xl-20{padding-right:20px}.tutor-pr-xl-24{padding-right:24px}.tutor-pr-xl-28{padding-right:28px}.tutor-pr-xl-32{padding-right:32px}.tutor-pr-xl-36{padding-right:36px}.tutor-pr-xl-40{padding-right:40px}.tutor-pr-xl-44{padding-right:44px}.tutor-pr-xl-48{padding-right:48px}.tutor-pr-xl-52{padding-right:52px}.tutor-pr-xl-56{padding-right:56px}.tutor-pr-xl-60{padding-right:60px}.tutor-pr-xl-64{padding-right:64px}.tutor-pr-xl-68{padding-right:68px}.tutor-pr-xl-72{padding-right:72px}.tutor-pr-xl-76{padding-right:76px}.tutor-pr-xl-80{padding-right:80px}.tutor-pb-xl-0{padding-bottom:0}.tutor-pb-xl-2{padding-bottom:2px}.tutor-pb-xl-4{padding-bottom:4px}.tutor-pb-xl-8{padding-bottom:8px}.tutor-pb-xl-12{padding-bottom:12px}.tutor-pb-xl-16{padding-bottom:16px}.tutor-pb-xl-20{padding-bottom:20px}.tutor-pb-xl-24{padding-bottom:24px}.tutor-pb-xl-28{padding-bottom:28px}.tutor-pb-xl-32{padding-bottom:32px}.tutor-pb-xl-36{padding-bottom:36px}.tutor-pb-xl-40{padding-bottom:40px}.tutor-pb-xl-44{padding-bottom:44px}.tutor-pb-xl-48{padding-bottom:48px}.tutor-pb-xl-52{padding-bottom:52px}.tutor-pb-xl-56{padding-bottom:56px}.tutor-pb-xl-60{padding-bottom:60px}.tutor-pb-xl-64{padding-bottom:64px}.tutor-pb-xl-68{padding-bottom:68px}.tutor-pb-xl-72{padding-bottom:72px}.tutor-pb-xl-76{padding-bottom:76px}.tutor-pb-xl-80{padding-bottom:80px}.tutor-pl-xl-0{padding-left:0}.tutor-pl-xl-2{padding-left:2px}.tutor-pl-xl-4{padding-left:4px}.tutor-pl-xl-8{padding-left:8px}.tutor-pl-xl-12{padding-left:12px}.tutor-pl-xl-16{padding-left:16px}.tutor-pl-xl-20{padding-left:20px}.tutor-pl-xl-24{padding-left:24px}.tutor-pl-xl-28{padding-left:28px}.tutor-pl-xl-32{padding-left:32px}.tutor-pl-xl-36{padding-left:36px}.tutor-pl-xl-40{padding-left:40px}.tutor-pl-xl-44{padding-left:44px}.tutor-pl-xl-48{padding-left:48px}.tutor-pl-xl-52{padding-left:52px}.tutor-pl-xl-56{padding-left:56px}.tutor-pl-xl-60{padding-left:60px}.tutor-pl-xl-64{padding-left:64px}.tutor-pl-xl-68{padding-left:68px}.tutor-pl-xl-72{padding-left:72px}.tutor-pl-xl-76{padding-left:76px}.tutor-pl-xl-80{padding-left:80px}}@media (min-width:1400px){.tutor-d-xxl-inline{display:inline!important}.tutor-d-xxl-inline-block{display:inline-block!important}.tutor-d-xxl-block{display:block!important}.tutor-d-xxl-grid{display:grid!important}.tutor-d-xxl-table{display:table!important}.tutor-d-xxl-table-row{display:table-row!important}.tutor-d-xxl-table-cell{display:table-cell!important}.tutor-d-xxl-flex{display:flex!important}.tutor-d-xxl-inline-flex{display:inline-flex!important}.tutor-d-xxl-none{display:none!important}.tutor-flex-xxl-fill{flex:auto!important}.tutor-flex-xxl-row{flex-direction:row!important}.tutor-flex-xxl-column{flex-direction:column!important}.tutor-flex-xxl-row-reverse{flex-direction:row-reverse!important}.tutor-flex-xxl-column-reverse{flex-direction:column-reverse!important}.tutor-flex-xxl-grow-0{flex-grow:0!important}.tutor-flex-xxl-grow-1{flex-grow:1!important}.tutor-flex-xxl-shrink-0{flex-shrink:0!important}.tutor-flex-xxl-shrink-1{flex-shrink:1!important}.tutor-flex-xxl-wrap{flex-wrap:wrap!important}.tutor-flex-xxl-nowrap{flex-wrap:nowrap!important}.tutor-flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-xxl-0{gap:0!important}.tutor-gap-xxl-1{gap:.5rem!important}.tutor-gap-xxl-2{gap:1rem!important}.tutor-gap-xxl-3{gap:1.5rem!important}.tutor-gap-xxl-4{gap:2rem!important}.tutor-gap-xxl-5{gap:3rem!important}.tutor-gap-xxl-4px{gap:.25rem!important}.tutor-gap-xxl-12px{gap:.75rem!important}.tutor-justify-xxl-start{justify-content:flex-start!important}.tutor-justify-xxl-end{justify-content:flex-end!important}.tutor-justify-xxl-center{justify-content:center!important}.tutor-justify-xxl-between{justify-content:space-between!important}.tutor-justify-xxl-around{justify-content:space-around!important}.tutor-justify-xxl-evenly{justify-content:space-evenly!important}.tutor-align-xxl-start{align-items:flex-start!important}.tutor-align-xxl-end{align-items:flex-end!important}.tutor-align-xxl-center{align-items:center!important}.tutor-align-xxl-baseline{align-items:baseline!important}.tutor-align-xxl-stretch{align-items:stretch!important}.tutor-align-content-xxl-start{align-content:flex-start!important}.tutor-align-content-xxl-end{align-content:flex-end!important}.tutor-align-content-xxl-center{align-content:center!important}.tutor-align-content-xxl-between{align-content:space-between!important}.tutor-align-content-xxl-around{align-content:space-around!important}.tutor-align-content-xxl-stretch{align-content:stretch!important}.tutor-align-self-xxl-auto{align-self:auto!important}.tutor-align-self-xxl-start{align-self:flex-start!important}.tutor-align-self-xxl-end{align-self:flex-end!important}.tutor-align-self-xxl-center{align-self:center!important}.tutor-align-self-xxl-baseline{align-self:baseline!important}.tutor-align-self-xxl-stretch{align-self:stretch!important}.tutor-order-xxl-first{order:-1!important}.tutor-order-xxl-0{order:0!important}.tutor-order-xxl-1{order:1!important}.tutor-order-xxl-2{order:2!important}.tutor-order-xxl-3{order:3!important}.tutor-order-xxl-4{order:4!important}.tutor-order-xxl-5{order:5!important}.tutor-order-xxl-last{order:6!important}.tutor-m-xxl-0{margin:0}.tutor-m-xxl-2{margin:2px}.tutor-m-xxl-4{margin:4px}.tutor-m-xxl-8{margin:8px}.tutor-m-xxl-12{margin:12px}.tutor-m-xxl-16{margin:16px}.tutor-m-xxl-20{margin:20px}.tutor-m-xxl-24{margin:24px}.tutor-m-xxl-28{margin:28px}.tutor-m-xxl-32{margin:32px}.tutor-m-xxl-36{margin:36px}.tutor-m-xxl-40{margin:40px}.tutor-m-xxl-44{margin:44px}.tutor-m-xxl-48{margin:48px}.tutor-m-xxl-52{margin:52px}.tutor-m-xxl-56{margin:56px}.tutor-m-xxl-60{margin:60px}.tutor-m-xxl-64{margin:64px}.tutor-m-xxl-68{margin:68px}.tutor-m-xxl-72{margin:72px}.tutor-m-xxl-76{margin:76px}.tutor-m-xxl-80{margin:80px}.tutor-m-xxl-auto{margin:auto}.tutor-mx-xxl-0{margin-left:0;margin-right:0}.tutor-mx-xxl-2{margin-left:2px;margin-right:2px}.tutor-mx-xxl-4{margin-left:4px;margin-right:4px}.tutor-mx-xxl-8{margin-left:8px;margin-right:8px}.tutor-mx-xxl-12{margin-left:12px;margin-right:12px}.tutor-mx-xxl-16{margin-left:16px;margin-right:16px}.tutor-mx-xxl-20{margin-left:20px;margin-right:20px}.tutor-mx-xxl-24{margin-left:24px;margin-right:24px}.tutor-mx-xxl-28{margin-left:28px;margin-right:28px}.tutor-mx-xxl-32{margin-left:32px;margin-right:32px}.tutor-mx-xxl-36{margin-left:36px;margin-right:36px}.tutor-mx-xxl-40{margin-left:40px;margin-right:40px}.tutor-mx-xxl-44{margin-left:44px;margin-right:44px}.tutor-mx-xxl-48{margin-left:48px;margin-right:48px}.tutor-mx-xxl-52{margin-left:52px;margin-right:52px}.tutor-mx-xxl-56{margin-left:56px;margin-right:56px}.tutor-mx-xxl-60{margin-left:60px;margin-right:60px}.tutor-mx-xxl-64{margin-left:64px;margin-right:64px}.tutor-mx-xxl-68{margin-left:68px;margin-right:68px}.tutor-mx-xxl-72{margin-left:72px;margin-right:72px}.tutor-mx-xxl-76{margin-left:76px;margin-right:76px}.tutor-mx-xxl-80{margin-left:80px;margin-right:80px}.tutor-mx-xxl-auto{margin-left:auto;margin-right:auto}.tutor-my-xxl-0{margin-top:0;margin-bottom:0}.tutor-my-xxl-2{margin-top:2px;margin-bottom:2px}.tutor-my-xxl-4{margin-top:4px;margin-bottom:4px}.tutor-my-xxl-8{margin-top:8px;margin-bottom:8px}.tutor-my-xxl-12{margin-top:12px;margin-bottom:12px}.tutor-my-xxl-16{margin-top:16px;margin-bottom:16px}.tutor-my-xxl-20{margin-top:20px;margin-bottom:20px}.tutor-my-xxl-24{margin-top:24px;margin-bottom:24px}.tutor-my-xxl-28{margin-top:28px;margin-bottom:28px}.tutor-my-xxl-32{margin-top:32px;margin-bottom:32px}.tutor-my-xxl-36{margin-top:36px;margin-bottom:36px}.tutor-my-xxl-40{margin-top:40px;margin-bottom:40px}.tutor-my-xxl-44{margin-top:44px;margin-bottom:44px}.tutor-my-xxl-48{margin-top:48px;margin-bottom:48px}.tutor-my-xxl-52{margin-top:52px;margin-bottom:52px}.tutor-my-xxl-56{margin-top:56px;margin-bottom:56px}.tutor-my-xxl-60{margin-top:60px;margin-bottom:60px}.tutor-my-xxl-64{margin-top:64px;margin-bottom:64px}.tutor-my-xxl-68{margin-top:68px;margin-bottom:68px}.tutor-my-xxl-72{margin-top:72px;margin-bottom:72px}.tutor-my-xxl-76{margin-top:76px;margin-bottom:76px}.tutor-my-xxl-80{margin-top:80px;margin-bottom:80px}.tutor-my-xxl-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-xxl-0{margin-top:0}.tutor-mt-xxl-2{margin-top:2px}.tutor-mt-xxl-4{margin-top:4px}.tutor-mt-xxl-8{margin-top:8px}.tutor-mt-xxl-12{margin-top:12px}.tutor-mt-xxl-16{margin-top:16px}.tutor-mt-xxl-20{margin-top:20px}.tutor-mt-xxl-24{margin-top:24px}.tutor-mt-xxl-28{margin-top:28px}.tutor-mt-xxl-32{margin-top:32px}.tutor-mt-xxl-36{margin-top:36px}.tutor-mt-xxl-40{margin-top:40px}.tutor-mt-xxl-44{margin-top:44px}.tutor-mt-xxl-48{margin-top:48px}.tutor-mt-xxl-52{margin-top:52px}.tutor-mt-xxl-56{margin-top:56px}.tutor-mt-xxl-60{margin-top:60px}.tutor-mt-xxl-64{margin-top:64px}.tutor-mt-xxl-68{margin-top:68px}.tutor-mt-xxl-72{margin-top:72px}.tutor-mt-xxl-76{margin-top:76px}.tutor-mt-xxl-80{margin-top:80px}.tutor-mt-xxl-auto{margin-top:auto}.tutor-mr-xxl-0{margin-right:0}.tutor-mr-xxl-2{margin-right:2px}.tutor-mr-xxl-4{margin-right:4px}.tutor-mr-xxl-8{margin-right:8px}.tutor-mr-xxl-12{margin-right:12px}.tutor-mr-xxl-16{margin-right:16px}.tutor-mr-xxl-20{margin-right:20px}.tutor-mr-xxl-24{margin-right:24px}.tutor-mr-xxl-28{margin-right:28px}.tutor-mr-xxl-32{margin-right:32px}.tutor-mr-xxl-36{margin-right:36px}.tutor-mr-xxl-40{margin-right:40px}.tutor-mr-xxl-44{margin-right:44px}.tutor-mr-xxl-48{margin-right:48px}.tutor-mr-xxl-52{margin-right:52px}.tutor-mr-xxl-56{margin-right:56px}.tutor-mr-xxl-60{margin-right:60px}.tutor-mr-xxl-64{margin-right:64px}.tutor-mr-xxl-68{margin-right:68px}.tutor-mr-xxl-72{margin-right:72px}.tutor-mr-xxl-76{margin-right:76px}.tutor-mr-xxl-80{margin-right:80px}.tutor-mr-xxl-auto{margin-right:auto}.tutor-mb-xxl-0{margin-bottom:0}.tutor-mb-xxl-2{margin-bottom:2px}.tutor-mb-xxl-4{margin-bottom:4px}.tutor-mb-xxl-8{margin-bottom:8px}.tutor-mb-xxl-12{margin-bottom:12px}.tutor-mb-xxl-16{margin-bottom:16px}.tutor-mb-xxl-20{margin-bottom:20px}.tutor-mb-xxl-24{margin-bottom:24px}.tutor-mb-xxl-28{margin-bottom:28px}.tutor-mb-xxl-32{margin-bottom:32px}.tutor-mb-xxl-36{margin-bottom:36px}.tutor-mb-xxl-40{margin-bottom:40px}.tutor-mb-xxl-44{margin-bottom:44px}.tutor-mb-xxl-48{margin-bottom:48px}.tutor-mb-xxl-52{margin-bottom:52px}.tutor-mb-xxl-56{margin-bottom:56px}.tutor-mb-xxl-60{margin-bottom:60px}.tutor-mb-xxl-64{margin-bottom:64px}.tutor-mb-xxl-68{margin-bottom:68px}.tutor-mb-xxl-72{margin-bottom:72px}.tutor-mb-xxl-76{margin-bottom:76px}.tutor-mb-xxl-80{margin-bottom:80px}.tutor-mb-xxl-auto{margin-bottom:auto}.tutor-ml-xxl-0{margin-left:0}.tutor-ml-xxl-2{margin-left:2px}.tutor-ml-xxl-4{margin-left:4px}.tutor-ml-xxl-8{margin-left:8px}.tutor-ml-xxl-12{margin-left:12px}.tutor-ml-xxl-16{margin-left:16px}.tutor-ml-xxl-20{margin-left:20px}.tutor-ml-xxl-24{margin-left:24px}.tutor-ml-xxl-28{margin-left:28px}.tutor-ml-xxl-32{margin-left:32px}.tutor-ml-xxl-36{margin-left:36px}.tutor-ml-xxl-40{margin-left:40px}.tutor-ml-xxl-44{margin-left:44px}.tutor-ml-xxl-48{margin-left:48px}.tutor-ml-xxl-52{margin-left:52px}.tutor-ml-xxl-56{margin-left:56px}.tutor-ml-xxl-60{margin-left:60px}.tutor-ml-xxl-64{margin-left:64px}.tutor-ml-xxl-68{margin-left:68px}.tutor-ml-xxl-72{margin-left:72px}.tutor-ml-xxl-76{margin-left:76px}.tutor-ml-xxl-80{margin-left:80px}.tutor-ml-xxl-auto{margin-left:auto}.tutor-m-xxl-n2{margin:-2px}.tutor-m-xxl-n4{margin:-4px}.tutor-m-xxl-n8{margin:-8px}.tutor-m-xxl-n12{margin:-12px}.tutor-m-xxl-n16{margin:-16px}.tutor-m-xxl-n20{margin:-20px}.tutor-m-xxl-n24{margin:-24px}.tutor-m-xxl-n28{margin:-28px}.tutor-m-xxl-n32{margin:-32px}.tutor-m-xxl-n36{margin:-36px}.tutor-m-xxl-n40{margin:-40px}.tutor-m-xxl-n44{margin:-44px}.tutor-m-xxl-n48{margin:-48px}.tutor-m-xxl-n52{margin:-52px}.tutor-m-xxl-n56{margin:-56px}.tutor-m-xxl-n60{margin:-60px}.tutor-m-xxl-n64{margin:-64px}.tutor-m-xxl-n68{margin:-68px}.tutor-m-xxl-n72{margin:-72px}.tutor-m-xxl-n76{margin:-76px}.tutor-m-xxl-n80{margin:-80px}.tutor-mx-xxl-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-xxl-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-xxl-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-xxl-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-xxl-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-xxl-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-xxl-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-xxl-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-xxl-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-xxl-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-xxl-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-xxl-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-xxl-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-xxl-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-xxl-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-xxl-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-xxl-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-xxl-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-xxl-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-xxl-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-xxl-n80{margin-left:-80px;margin-right:-80px}.tutor-my-xxl-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-xxl-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-xxl-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-xxl-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-xxl-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-xxl-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-xxl-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-xxl-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-xxl-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-xxl-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-xxl-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-xxl-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-xxl-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-xxl-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-xxl-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-xxl-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-xxl-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-xxl-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-xxl-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-xxl-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-xxl-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-xxl-n2{margin-top:-2px}.tutor-mt-xxl-n4{margin-top:-4px}.tutor-mt-xxl-n8{margin-top:-8px}.tutor-mt-xxl-n12{margin-top:-12px}.tutor-mt-xxl-n16{margin-top:-16px}.tutor-mt-xxl-n20{margin-top:-20px}.tutor-mt-xxl-n24{margin-top:-24px}.tutor-mt-xxl-n28{margin-top:-28px}.tutor-mt-xxl-n32{margin-top:-32px}.tutor-mt-xxl-n36{margin-top:-36px}.tutor-mt-xxl-n40{margin-top:-40px}.tutor-mt-xxl-n44{margin-top:-44px}.tutor-mt-xxl-n48{margin-top:-48px}.tutor-mt-xxl-n52{margin-top:-52px}.tutor-mt-xxl-n56{margin-top:-56px}.tutor-mt-xxl-n60{margin-top:-60px}.tutor-mt-xxl-n64{margin-top:-64px}.tutor-mt-xxl-n68{margin-top:-68px}.tutor-mt-xxl-n72{margin-top:-72px}.tutor-mt-xxl-n76{margin-top:-76px}.tutor-mt-xxl-n80{margin-top:-80px}.tutor-mr-xxl-n2{margin-right:-2px}.tutor-mr-xxl-n4{margin-right:-4px}.tutor-mr-xxl-n8{margin-right:-8px}.tutor-mr-xxl-n12{margin-right:-12px}.tutor-mr-xxl-n16{margin-right:-16px}.tutor-mr-xxl-n20{margin-right:-20px}.tutor-mr-xxl-n24{margin-right:-24px}.tutor-mr-xxl-n28{margin-right:-28px}.tutor-mr-xxl-n32{margin-right:-32px}.tutor-mr-xxl-n36{margin-right:-36px}.tutor-mr-xxl-n40{margin-right:-40px}.tutor-mr-xxl-n44{margin-right:-44px}.tutor-mr-xxl-n48{margin-right:-48px}.tutor-mr-xxl-n52{margin-right:-52px}.tutor-mr-xxl-n56{margin-right:-56px}.tutor-mr-xxl-n60{margin-right:-60px}.tutor-mr-xxl-n64{margin-right:-64px}.tutor-mr-xxl-n68{margin-right:-68px}.tutor-mr-xxl-n72{margin-right:-72px}.tutor-mr-xxl-n76{margin-right:-76px}.tutor-mr-xxl-n80{margin-right:-80px}.tutor-mb-xxl-n2{margin-bottom:-2px}.tutor-mb-xxl-n4{margin-bottom:-4px}.tutor-mb-xxl-n8{margin-bottom:-8px}.tutor-mb-xxl-n12{margin-bottom:-12px}.tutor-mb-xxl-n16{margin-bottom:-16px}.tutor-mb-xxl-n20{margin-bottom:-20px}.tutor-mb-xxl-n24{margin-bottom:-24px}.tutor-mb-xxl-n28{margin-bottom:-28px}.tutor-mb-xxl-n32{margin-bottom:-32px}.tutor-mb-xxl-n36{margin-bottom:-36px}.tutor-mb-xxl-n40{margin-bottom:-40px}.tutor-mb-xxl-n44{margin-bottom:-44px}.tutor-mb-xxl-n48{margin-bottom:-48px}.tutor-mb-xxl-n52{margin-bottom:-52px}.tutor-mb-xxl-n56{margin-bottom:-56px}.tutor-mb-xxl-n60{margin-bottom:-60px}.tutor-mb-xxl-n64{margin-bottom:-64px}.tutor-mb-xxl-n68{margin-bottom:-68px}.tutor-mb-xxl-n72{margin-bottom:-72px}.tutor-mb-xxl-n76{margin-bottom:-76px}.tutor-mb-xxl-n80{margin-bottom:-80px}.tutor-ml-xxl-n2{margin-left:-2px}.tutor-ml-xxl-n4{margin-left:-4px}.tutor-ml-xxl-n8{margin-left:-8px}.tutor-ml-xxl-n12{margin-left:-12px}.tutor-ml-xxl-n16{margin-left:-16px}.tutor-ml-xxl-n20{margin-left:-20px}.tutor-ml-xxl-n24{margin-left:-24px}.tutor-ml-xxl-n28{margin-left:-28px}.tutor-ml-xxl-n32{margin-left:-32px}.tutor-ml-xxl-n36{margin-left:-36px}.tutor-ml-xxl-n40{margin-left:-40px}.tutor-ml-xxl-n44{margin-left:-44px}.tutor-ml-xxl-n48{margin-left:-48px}.tutor-ml-xxl-n52{margin-left:-52px}.tutor-ml-xxl-n56{margin-left:-56px}.tutor-ml-xxl-n60{margin-left:-60px}.tutor-ml-xxl-n64{margin-left:-64px}.tutor-ml-xxl-n68{margin-left:-68px}.tutor-ml-xxl-n72{margin-left:-72px}.tutor-ml-xxl-n76{margin-left:-76px}.tutor-ml-xxl-n80{margin-left:-80px}.tutor-p-xxl-0{padding:0}.tutor-p-xxl-2{padding:2px}.tutor-p-xxl-4{padding:4px}.tutor-p-xxl-8{padding:8px}.tutor-p-xxl-12{padding:12px}.tutor-p-xxl-16{padding:16px}.tutor-p-xxl-20{padding:20px}.tutor-p-xxl-24{padding:24px}.tutor-p-xxl-28{padding:28px}.tutor-p-xxl-32{padding:32px}.tutor-p-xxl-36{padding:36px}.tutor-p-xxl-40{padding:40px}.tutor-p-xxl-44{padding:44px}.tutor-p-xxl-48{padding:48px}.tutor-p-xxl-52{padding:52px}.tutor-p-xxl-56{padding:56px}.tutor-p-xxl-60{padding:60px}.tutor-p-xxl-64{padding:64px}.tutor-p-xxl-68{padding:68px}.tutor-p-xxl-72{padding:72px}.tutor-p-xxl-76{padding:76px}.tutor-p-xxl-80{padding:80px}.tutor-px-xxl-0{padding-left:0;padding-right:0}.tutor-px-xxl-2{padding-left:2px;padding-right:2px}.tutor-px-xxl-4{padding-left:4px;padding-right:4px}.tutor-px-xxl-8{padding-left:8px;padding-right:8px}.tutor-px-xxl-12{padding-left:12px;padding-right:12px}.tutor-px-xxl-16{padding-left:16px;padding-right:16px}.tutor-px-xxl-20{padding-left:20px;padding-right:20px}.tutor-px-xxl-24{padding-left:24px;padding-right:24px}.tutor-px-xxl-28{padding-left:28px;padding-right:28px}.tutor-px-xxl-32{padding-left:32px;padding-right:32px}.tutor-px-xxl-36{padding-left:36px;padding-right:36px}.tutor-px-xxl-40{padding-left:40px;padding-right:40px}.tutor-px-xxl-44{padding-left:44px;padding-right:44px}.tutor-px-xxl-48{padding-left:48px;padding-right:48px}.tutor-px-xxl-52{padding-left:52px;padding-right:52px}.tutor-px-xxl-56{padding-left:56px;padding-right:56px}.tutor-px-xxl-60{padding-left:60px;padding-right:60px}.tutor-px-xxl-64{padding-left:64px;padding-right:64px}.tutor-px-xxl-68{padding-left:68px;padding-right:68px}.tutor-px-xxl-72{padding-left:72px;padding-right:72px}.tutor-px-xxl-76{padding-left:76px;padding-right:76px}.tutor-px-xxl-80{padding-left:80px;padding-right:80px}.tutor-py-xxl-0{padding-top:0;padding-bottom:0}.tutor-py-xxl-2{padding-top:2px;padding-bottom:2px}.tutor-py-xxl-4{padding-top:4px;padding-bottom:4px}.tutor-py-xxl-8{padding-top:8px;padding-bottom:8px}.tutor-py-xxl-12{padding-top:12px;padding-bottom:12px}.tutor-py-xxl-16{padding-top:16px;padding-bottom:16px}.tutor-py-xxl-20{padding-top:20px;padding-bottom:20px}.tutor-py-xxl-24{padding-top:24px;padding-bottom:24px}.tutor-py-xxl-28{padding-top:28px;padding-bottom:28px}.tutor-py-xxl-32{padding-top:32px;padding-bottom:32px}.tutor-py-xxl-36{padding-top:36px;padding-bottom:36px}.tutor-py-xxl-40{padding-top:40px;padding-bottom:40px}.tutor-py-xxl-44{padding-top:44px;padding-bottom:44px}.tutor-py-xxl-48{padding-top:48px;padding-bottom:48px}.tutor-py-xxl-52{padding-top:52px;padding-bottom:52px}.tutor-py-xxl-56{padding-top:56px;padding-bottom:56px}.tutor-py-xxl-60{padding-top:60px;padding-bottom:60px}.tutor-py-xxl-64{padding-top:64px;padding-bottom:64px}.tutor-py-xxl-68{padding-top:68px;padding-bottom:68px}.tutor-py-xxl-72{padding-top:72px;padding-bottom:72px}.tutor-py-xxl-76{padding-top:76px;padding-bottom:76px}.tutor-py-xxl-80{padding-top:80px;padding-bottom:80px}.tutor-pt-xxl-0{padding-top:0}.tutor-pt-xxl-2{padding-top:2px}.tutor-pt-xxl-4{padding-top:4px}.tutor-pt-xxl-8{padding-top:8px}.tutor-pt-xxl-12{padding-top:12px}.tutor-pt-xxl-16{padding-top:16px}.tutor-pt-xxl-20{padding-top:20px}.tutor-pt-xxl-24{padding-top:24px}.tutor-pt-xxl-28{padding-top:28px}.tutor-pt-xxl-32{padding-top:32px}.tutor-pt-xxl-36{padding-top:36px}.tutor-pt-xxl-40{padding-top:40px}.tutor-pt-xxl-44{padding-top:44px}.tutor-pt-xxl-48{padding-top:48px}.tutor-pt-xxl-52{padding-top:52px}.tutor-pt-xxl-56{padding-top:56px}.tutor-pt-xxl-60{padding-top:60px}.tutor-pt-xxl-64{padding-top:64px}.tutor-pt-xxl-68{padding-top:68px}.tutor-pt-xxl-72{padding-top:72px}.tutor-pt-xxl-76{padding-top:76px}.tutor-pt-xxl-80{padding-top:80px}.tutor-pr-xxl-0{padding-right:0}.tutor-pr-xxl-2{padding-right:2px}.tutor-pr-xxl-4{padding-right:4px}.tutor-pr-xxl-8{padding-right:8px}.tutor-pr-xxl-12{padding-right:12px}.tutor-pr-xxl-16{padding-right:16px}.tutor-pr-xxl-20{padding-right:20px}.tutor-pr-xxl-24{padding-right:24px}.tutor-pr-xxl-28{padding-right:28px}.tutor-pr-xxl-32{padding-right:32px}.tutor-pr-xxl-36{padding-right:36px}.tutor-pr-xxl-40{padding-right:40px}.tutor-pr-xxl-44{padding-right:44px}.tutor-pr-xxl-48{padding-right:48px}.tutor-pr-xxl-52{padding-right:52px}.tutor-pr-xxl-56{padding-right:56px}.tutor-pr-xxl-60{padding-right:60px}.tutor-pr-xxl-64{padding-right:64px}.tutor-pr-xxl-68{padding-right:68px}.tutor-pr-xxl-72{padding-right:72px}.tutor-pr-xxl-76{padding-right:76px}.tutor-pr-xxl-80{padding-right:80px}.tutor-pb-xxl-0{padding-bottom:0}.tutor-pb-xxl-2{padding-bottom:2px}.tutor-pb-xxl-4{padding-bottom:4px}.tutor-pb-xxl-8{padding-bottom:8px}.tutor-pb-xxl-12{padding-bottom:12px}.tutor-pb-xxl-16{padding-bottom:16px}.tutor-pb-xxl-20{padding-bottom:20px}.tutor-pb-xxl-24{padding-bottom:24px}.tutor-pb-xxl-28{padding-bottom:28px}.tutor-pb-xxl-32{padding-bottom:32px}.tutor-pb-xxl-36{padding-bottom:36px}.tutor-pb-xxl-40{padding-bottom:40px}.tutor-pb-xxl-44{padding-bottom:44px}.tutor-pb-xxl-48{padding-bottom:48px}.tutor-pb-xxl-52{padding-bottom:52px}.tutor-pb-xxl-56{padding-bottom:56px}.tutor-pb-xxl-60{padding-bottom:60px}.tutor-pb-xxl-64{padding-bottom:64px}.tutor-pb-xxl-68{padding-bottom:68px}.tutor-pb-xxl-72{padding-bottom:72px}.tutor-pb-xxl-76{padding-bottom:76px}.tutor-pb-xxl-80{padding-bottom:80px}.tutor-pl-xxl-0{padding-left:0}.tutor-pl-xxl-2{padding-left:2px}.tutor-pl-xxl-4{padding-left:4px}.tutor-pl-xxl-8{padding-left:8px}.tutor-pl-xxl-12{padding-left:12px}.tutor-pl-xxl-16{padding-left:16px}.tutor-pl-xxl-20{padding-left:20px}.tutor-pl-xxl-24{padding-left:24px}.tutor-pl-xxl-28{padding-left:28px}.tutor-pl-xxl-32{padding-left:32px}.tutor-pl-xxl-36{padding-left:36px}.tutor-pl-xxl-40{padding-left:40px}.tutor-pl-xxl-44{padding-left:44px}.tutor-pl-xxl-48{padding-left:48px}.tutor-pl-xxl-52{padding-left:52px}.tutor-pl-xxl-56{padding-left:56px}.tutor-pl-xxl-60{padding-left:60px}.tutor-pl-xxl-64{padding-left:64px}.tutor-pl-xxl-68{padding-left:68px}.tutor-pl-xxl-72{padding-left:72px}.tutor-pl-xxl-76{padding-left:76px}.tutor-pl-xxl-80{padding-left:80px}}@media (min-width:1200px){.tutor-fs-1{font-size:4rem}.tutor-fs-2{font-size:3rem}.tutor-fs-3{font-size:2rem}.tutor-fs-4{font-size:1.5rem}}@media print{.tutor-d-print-inline{display:inline!important}.tutor-d-print-inline-block{display:inline-block!important}.tutor-d-print-block{display:block!important}.tutor-d-print-grid{display:grid!important}.tutor-d-print-table{display:table!important}.tutor-d-print-table-row{display:table-row!important}.tutor-d-print-table-cell{display:table-cell!important}.tutor-d-print-flex{display:flex!important}.tutor-d-print-inline-flex{display:inline-flex!important}.tutor-d-print-none{display:none!important}}:root{--tutor-text-size:16px;--tutor-color-white:#fff;--tutor-color-success:#24a148;--tutor-color-success-rgb:36,161,72;--tutor-color-warning:#ed9700;--tutor-color-warning-rgb:237,151,0;--tutor-color-danger:#f44337;--tutor-color-danger-rgb:244,67,55;--tutor-color-secondary:#41454f;--tutor-color-subdued:#5b616f;--tutor-color-hints:#767c8e;--tutor-color-muted:#757c8e;--tutor-color-gray:#e3e5eb;--tutor-color-gray-10:#eff1f6}.tutor-color-black{color:var(--tutor-body-color)}.tutor-color-white{color:#fff}.tutor-color-primary{color:var(--tutor-color-primary)}.tutor-color-success{color:#24a148}.tutor-color-warning{color:#ed9700}.tutor-color-danger{color:#f44337}.tutor-color-secondary{color:#41454f}.tutor-color-muted{color:#757c8e}.tutor-color-subdued{color:#5b616f}.tutor-color-hints{color:#767c8e}.tutor-color-gray-20{color:#e3e5eb}.tutor-color-gray-10{color:#eff1f6}.tutor-bg-black{background-color:var(--tutor-body-color)}.tutor-bg-white{background-color:#fff}.tutor-bg-primary{background-color:var(--tutor-color-primary)}.tutor-bg-success{background-color:#24a148}.tutor-bg-warning{background-color:#ed9700}.tutor-bg-danger{background-color:#f44337}.tutor-bg-secondary{background-color:#41454f}.tutor-bg-muted{background-color:#757c8e}.tutor-bg-subdued{background-color:#5b616f}.tutor-bg-hints{background-color:#767c8e}.tutor-bg-gray-20{background-color:#e3e5eb}.tutor-bg-gray-10{background-color:#eff1f6}.text-regular-body,.tutor-text-regular-body{font-size:16px;font-weight:400;line-height:162%}.text-regular-caption,.tutor-alert .tutor-alert-text,.tutor-text-regular-caption{font-size:15px;font-weight:400;line-height:160%}.text-regular-small,.tooltip-wrap .tooltip-txt,.text-body,.tutor-text-regular-small{font-size:13px;font-weight:400;line-height:138%}.text-regular-tiny,.tutor-text-regular-tiny{font-size:11px;font-weight:400;line-height:145%}.text-medium-h1,.tutor-text-medium-h1{font-size:80px;font-weight:500;line-height:101%}.text-medium-h2,.tutor-text-medium-h2{font-size:60px;font-weight:500;line-height:117%}.text-medium-h3,.tutor-text-medium-h3{font-size:40px;font-weight:500;line-height:120%}.text-medium-h4,.tutor-text-medium-h4{font-size:30px;font-weight:500;line-height:123%}.text-medium-h5,.tutor-text-medium-h5{font-size:24px;font-weight:500;line-height:142%}.text-medium-h6,.tutor-text-medium-h6{font-size:20px;font-weight:500;line-height:140%}.text-medium-body,.tutor-dropdown-select-selected>div:first-child,.tutor-text-medium-body{font-size:16px;font-weight:500;line-height:162%}.text-medium-caption,.tutor-pagination ul.tutor-pagination-numbers .page-numbers,.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items .tutor-form-label,.tutor-text-medium-caption{font-size:15px;font-weight:500;line-height:160%}.text-medium-small,.tutor-form-select-with-icon select,.tutor-text-medium-small{font-size:13px;font-weight:500;line-height:162%}.text-medium-tiny,.tutor-text-medium-tiny{font-size:11px;font-weight:500;line-height:145%}.text-semi-h1,.tutor-text-semi-h1{font-size:80px;font-weight:600;line-height:101%}.text-semi-h2,.tutor-text-semi-h2{font-size:60px;font-weight:600;line-height:117%}.text-semi-h3,.tutor-text-semi-h3{font-size:40px;font-weight:600;line-height:120%}.text-semi-h4,.tutor-text-semi-h4{font-size:30px;font-weight:600;line-height:123%}.text-semi-h5,.tutor-text-semi-h5{font-size:24px;font-weight:600;line-height:142%}.text-semi-h6,.tutor-text-semi-h6{font-size:20px;font-weight:600;line-height:150%}.text-semi-caption,.tutor-text-semi-caption{font-size:15px;font-weight:600;line-height:165%}.text-semi-small,.tutor-text-semi-small{font-size:13px;font-weight:600;line-height:128%}.text-bold-h1,.tutor-text-bold-h1{font-size:80px;font-weight:700;line-height:101%}.text-bold-h2,.tutor-text-bold-h2{font-size:60px;font-weight:700;line-height:117%}.text-bold-h3,.tutor-text-bold-h3{font-size:40px;font-weight:700;line-height:120%}.text-bold-h4,.tutor-text-bold-h4{font-size:30px;font-weight:700;line-height:123%}.text-bold-h5,.tutor-text-bold-h5{font-size:24px;font-weight:700;line-height:142%}.text-bold-h6,.tutor-text-bold-h6{font-size:20px;font-weight:700;line-height:150%}.text-bold-body,.tutor-text-bold-body{font-size:16px;font-weight:700;line-height:162%}.text-bold-caption,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current,.tutor-text-bold-caption{font-size:15px;font-weight:700;line-height:160%}.text-bold-small,.tutor-text-bold-small{font-size:13px;font-weight:700;line-height:162%}.text-bold-tiny,.tutor-text-bold-tiny{font-size:11px;font-weight:700;line-height:145%}.text-btn-xlarge,.tutor-text-btn-xlarge{font-size:18px;font-weight:500;line-height:178%}.text-btn-large,.tutor-text-btn-large{font-size:16px;font-weight:500;line-height:200%}.text-btn-medium,.tutor-text-btn-medium{font-size:15px;font-weight:500;line-height:160%}.text-btn-small,.tutor-text-btn-small{font-size:13px;font-weight:500;line-height:123%}.clearfix:after{clear:both;content:"";display:block}.tutor-flex-center{justify-content:center;align-items:center;display:flex}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-items-end{align-items:flex-end}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.visible{visibility:visible}.invisible{visibility:hidden}.tutor-visibility-visible{visibility:visible}.tutor-visibility-hidden{visibility:hidden}.flex-center{justify-content:center;align-items:center;display:flex}.tutor-flex-end{justify-content:flex-end;align-items:center;display:flex}.tutor-ws-nowrap{white-space:nowrap}.tutor-line-clamp-1{-webkit-line-clamp:1;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-line-clamp-2{-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-line-clamp-3{-webkit-line-clamp:3;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-fs-1,.tutor-fs-2,.tutor-fs-3,.tutor-fs-4,.tutor-fs-5,.tutor-fs-6,.tutor-fs-7,.tutor-fs-8,.tutor-fs-9{line-height:1.6}.tutor-break-word{word-break:break-word}.tutor-break-all{word-break:break-all}.tutor-user-select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tutor-ul{margin:0;padding:0;list-style:none}.tutor-cursor-pointer{cursor:pointer}.tutor-cursor-move{cursor:move}.tutor-w-100{width:100%}.tutor-mw-100{min-width:100%}.tutor-h-100{height:100%}.tutor-mh-100{min-height:100%}.d-inline{display:inline}.d-inline-block,.tutor-badge,.tutor-badge-square{display:inline-block}.d-block,.tutor-profile-badge img{display:block}.d-flex,.tutor-profile-badge,.tutor-instructor-card .tutor-name,.tutor-instructor-card{display:flex}.d-inline-flex{display:inline-flex}.align-items-center,.tutor-profile-badge,.tutor-instructor-card .tutor-name,.tutor-instructor-card{align-items:center}.tutor-bg-light{background-color:#fdfdfd}.tutor-bg-transparent{background-color:transparent!important}.tutor-img-responsive{max-width:100%;height:auto}.tutor-plain-code{color:#fff;background:#212327;border-radius:6px;padding:8px 16px}.tutor-plain-code .tutor-color-muted{color:#757c8e}.tutor-position-relative{position:relative}.tutor-position-absolute{position:absolute}.tutor-position-sticky{position:-webkit-sticky;position:sticky}.tutor-overflow-hidden{overflow:hidden}.tutor-text-nowrap{white-space:nowrap}.tutor-nowrap-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tutor-text-hover-underline{cursor:pointer}.tutor-text-hover-underline:hover{text-decoration:underline}.tutor-text-center{text-align:center}.tutor-text-left{text-align:left}.tutor-text-right{text-align:right}.tutor-text-justify{text-align:justify}.tutor-text-300,.tutor-text-light{font-weight:300}.tutor-text-regular{font-weight:400}.tutor-text-700,.tutor-text-bold{font-weight:700}.tutor-text-800,.tutor-text-extra-bold{font-weight:800}.tutor-text-900,.tutor-text-black{font-weight:900}.tutor-text-normal{font-style:normal}.tutor-text-italic{font-style:italic}.tutor-text-uppercase,.tutor-text-uc{text-transform:uppercase}.tutor-text-lowercase,.tutor-text-lc{text-transform:lowercase}.tutor-text-capitalize{text-transform:capitalize}.tutor-text-decoration-none{text-decoration:none}.tutor-text-decoration-underline{text-decoration:underline}.tutor-text-decoration-line-through{text-decoration:line-through}.tutor-border,.tutor-instructor-card,.tutor-bordered-box,.tutor-radio-select,.tutor-quiz-item{border:1px solid var(--tutor-border-color)}.tutor-border-left{border-left:1px solid var(--tutor-border-color)}.tutor-border-right{border-right:1px solid var(--tutor-border-color)}.tutor-border-top{border-top:1px solid var(--tutor-border-color)}.tutor-border-bottom{border-bottom:1px solid var(--tutor-border-color)}.tutor-border-top-light{border-top:1px solid #e0e2ea}.tutor-divider{border:1px solid #e0e2ea}.tutor-divider-left{border-left:1px solid #e0e2ea}.tutor-divider-right{border-right:1px solid #e0e2ea}.tutor-divider-top{border-top:1px solid #e0e2ea}.tutor-divider-bottom{border-bottom:1px solid #e0e2ea}.tutor-radius-0{border-radius:0}.tutor-radius-1{border-radius:1px}.tutor-radius-2{border-radius:2px}.tutor-radius-3{border-radius:3px}.tutor-radius-4{border-radius:4px}.tutor-radius-5{border-radius:5px}.tutor-radius-6{border-radius:6px}.tutor-radius-7{border-radius:7px}.tutor-radius-8{border-radius:8px}.tutor-radius-9{border-radius:9px}.tutor-radius-10,.tutor-large-notification{border-radius:10px}.tutor-radius-12{border-radius:12px}.tutor-radius-15{border-radius:15px}.tutor-radius-20{border-radius:20px}.tutor-radius-30{border-radius:30px}.tutor-radius-40{border-radius:40px}.tutor-radius-50{border-radius:50px}.tutor-lh-1{line-height:1!important}.tutor-ratio{content:" ";width:100%;display:block;position:relative}.tutor-ratio-16x9{padding-top:56.25%}.tutor-ratio-4x3{padding-top:75%}.tutor-ratio-3x2{padding-top:66.66%}.tutor-ratio-3x1{padding-top:33.33%}.tutor-ratio-1x1{padding-top:100%}.tutor-ratio>*{width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.tutor-ratio>img{object-fit:cover;object-position:center}.tutor-toggle-more-collapsed{position:relative;overflow:hidden}.tutor-toggle-more-collapsed:before{content:" ";z-index:5;background:linear-gradient(rgba(255,255,255,0) 1.31%,rgba(255,255,255,.72) 15.41%,#fff 100%);width:100%;height:62px;position:absolute;bottom:0;left:0}.tutor-svg svg{width:1em;height:1em}.tutor-round-box{width:60px;height:60px;color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.1);border-radius:80px;justify-content:center;align-items:center;font-size:28px;display:inline-flex;overflow:hidden}.tutor-round-box [class^=tutor-icon-],.tutor-round-box [class*=\ tutor-icon-],.tutor-round-box .tutor-svg{display:inline-block}@media (max-width:991.98px){.tutor-round-box{width:44px;height:44px;font-size:20px}}.tutor-round-box-lg{width:76px;height:76px;font-size:36px}.tutor-vr{background-color:var(--tutor-border-color);width:1px;height:100%}.tutor-hr{background-color:var(--tutor-border-color);width:100%;height:1px}.tutor-stretched-link:after{content:" ";z-index:2;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-spinner{vertical-align:-4px;border:4px solid;border-right-color:transparent;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite rotateSpinner;display:inline-block}.tutor-spinner-sm{vertical-align:-2px;border-width:2px;width:20px;height:20px}.tutor-spinner-wrap{justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.tutor-user-profile{align-items:center;display:flex}.tutor-user-profile .tutor-profile-content{color:var(--tutor-color-muted);padding-left:20px;font-size:15px}.tutor-user-profile .tutor-profile-subtitle{color:var(--tutor-body-color);font-size:24px;font-weight:400;line-height:34px}.tutor-user-profile .tutor-profile-name{color:var(--tutor-body-color);font-size:30px;line-height:37px;display:block}.tutor-instructor-card{border-radius:4px;min-width:320px;padding:12px 17px}.tutor-instructor-card .tutor-icard-content{color:var(--tutor-color-muted);flex-grow:1;font-size:13px;line-height:18px}.tutor-instructor-card .tutor-name{color:var(--tutor-body-color);margin:0;font-size:18px;font-weight:500;line-height:28px}.tutor-instructor-card .tutor-name .tutor-icard-icon{color:var(--tutor-color-primary);padding-left:6px;font-size:13px}.tutor-switch{width:40px;height:24px;display:inline-block;position:relative}.tutor-switch input{visibility:hidden;width:0;height:0}.tutor-switch input:checked+.slider{background-color:#24a148}.tutor-switch input:checked+.slider.tutor-switch-blue{background-color:#3e64de}.tutor-switch input:checked+.slider:before{transform:translate(14px)}.tutor-switch input:focus+.slider{box-shadow:0 0 1px #24a148}.tutor-switch .slider{cursor:pointer;background-color:#ccc;transition:all .4s;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-switch .slider.round{border-radius:34px}.tutor-switch .slider.round:before{border-radius:50%}.tutor-switch .slider:before{content:"";background-color:#fff;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:4px}.tutor-toast-parent{z-index:99999999;background:0 0;width:350px;max-height:400px;position:fixed;bottom:25px;left:auto;right:25px;overflow-x:hidden;overflow-y:auto}.tutor-toast-parent:empty{display:none}.tutor-toast-parent.tutor-toast-left{position:fixed;bottom:25px;left:25px;right:auto}.tutor-toast-parent .tutor-is-success .tutor-notification-icon,.tutor-toast-parent .tutor-is-success .tutor-notification-content h5{color:var(--tutor-color-success)}.tutor-toast-parent .tutor-is-warning .tutor-notification-icon,.tutor-toast-parent .tutor-is-warning .tutor-notification-content h5{color:var(--tutor-color-warning)}.tutor-toast-parent .tutor-is-danger .tutor-notification-icon,.tutor-toast-parent .tutor-is-danger .tutor-notification-content h5{color:var(--tutor-color-danger)}body.rtl .tutor-toast-parent{left:50px;right:auto}.ui-slider{text-align:left;position:relative}.ui-slider .ui-slider-handle{z-index:2;cursor:default;cursor:pointer;width:15px;height:15px;position:absolute;top:-6px}.ui-slider .ui-slider-range{z-index:1;background-position:0 0;border:0;font-size:.7em;display:block;position:absolute}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-range{height:100%;top:0}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{margin-bottom:-.6em;margin-left:0;left:-.3em}.ui-slider-vertical .ui-slider-range{width:100%;left:0}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.tutor-field-type-slider{box-shadow:none;color:#333;background-color:#fff;border:1px solid #c0c3cb;border-radius:6px;width:100%;height:46px;margin:0 10px 0 0;padding:20px 70px 24px 15px;display:block;position:relative}.tutor-field-type-slider .ui-widget-header{background:#dedede;border-radius:4px}.tutor-field-type-slider .ui-widget-content{background-color:var(--tutor-color-primary);border:none;border-radius:4px;height:4px}.tutor-field-type-slider .ui-widget-content .ui-state-default{border:4px solid var(--tutor-color-primary);background-color:#fff;border-radius:50%}.tutor-field-type-slider .tutor-field-type-slider-value{background:var(--tutor-color-primary);text-align:center;color:#fff;border-radius:4px;width:43px;margin:0;font-size:16px;font-weight:600;line-height:34px;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.tutor-field-type-slider .tutor-field-type-slider-value:before{content:"";border:7px solid transparent;border-right-color:var(--tutor-color-primary);position:absolute;top:50%;right:100%;transform:translateY(-50%)}.tutor-quiz-slider .tutor-field-type-slider{padding:10px 0 10px 6px!important}.tutor-quiz-slider .tutor-field-type-slider .ui-widget-content{width:85%!important;top:40%!important}.tutor-backend .ui-datepicker,.tutor-screen-frontend-dashboard .ui-datepicker{box-sizing:border-box;background:#fff;border:1px solid #e3e5eb;border-radius:6px;width:260px;margin-top:4px;padding:10px;display:none;box-shadow:0 10px 14px rgba(0,0,0,.12)}.tutor-backend .ui-datepicker table th span,.tutor-screen-frontend-dashboard .ui-datepicker table th span{color:#b4b7c0;font-size:13px;font-weight:400}.tutor-backend .ui-datepicker .ui-datepicker-title .ui-datepicker-month,.tutor-backend .ui-datepicker .ui-datepicker-title .ui-datepicker-year,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-title .ui-datepicker-month,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-title .ui-datepicker-year{color:var(--tutor-body-color);font-size:20px;font-weight:500}.tutor-backend .ui-datepicker .ui-datepicker-calendar,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%;border:0!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar .ui-state-default,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar .ui-state-default{background:0 0;border:none}.tutor-backend .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight{padding:5px;color:#41454f!important;background-color:#e9edfb!important;border:none!important;border-radius:100%!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar td,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td{cursor:pointer;width:30px;height:30px;transition:background-color .1s ease-in-out,color .1s ease-in-out;border-radius:50%!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar td:hover,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td:hover{color:#41454f!important;background-color:#e9edfb!important;border:none!important;border-radius:100%!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar td a,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.tutor-backend .ui-datepicker .ui-datepicker-calendar tbody,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar tbody{border:0!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar th,.tutor-backend .ui-datepicker .ui-datepicker-calendar td,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar th,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td{text-align:center;padding:0;border:0!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{cursor:default;background-color:#fff}.tutor-backend .ui-datepicker .ui-datepicker-current-day,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-current-day{background-color:#3e64de!important;border-radius:100%!important}.tutor-backend .ui-datepicker .ui-datepicker-current-day,.tutor-backend .ui-datepicker .ui-datepicker-current-day a,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-current-day,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-current-day a{color:#fff!important}.tutor-backend .ui-datepicker .ui-datepicker-prev.ui-corner-all,.tutor-backend .ui-datepicker .ui-datepicker-next.ui-corner-all,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev.ui-corner-all,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next.ui-corner-all{color:#3e64de}.tutor-backend .ui-datepicker .ui_tpicker_hour_slider,.tutor-backend .ui-datepicker .ui_tpicker_minute_slider,.tutor-screen-frontend-dashboard .ui-datepicker .ui_tpicker_hour_slider,.tutor-screen-frontend-dashboard .ui-datepicker .ui_tpicker_minute_slider{border:1px solid!important}.tutor-backend .ui-datepicker a,.tutor-backend .ui-datepicker a:hover,.tutor-screen-frontend-dashboard .ui-datepicker a,.tutor-screen-frontend-dashboard .ui-datepicker a:hover{text-decoration:none}.tutor-backend .ui-datepicker a:hover,.tutor-backend .ui-datepicker td:hover a,.tutor-screen-frontend-dashboard .ui-datepicker a:hover,.tutor-screen-frontend-dashboard .ui-datepicker td:hover a{color:#2a6496;transition:color .1s ease-in-out}.tutor-backend .ui-datepicker .ui-datepicker-header,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-header{text-align:center;margin-bottom:4px}.tutor-backend .ui-datepicker .ui-datepicker-header .ui-datepicker-title,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-weight:700}.tutor-backend .ui-datepicker .ui-datepicker-prev,.tutor-backend .ui-datepicker .ui-datepicker-next,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next{cursor:default;-webkit-font-smoothing:antialiased;width:30px;height:20px;margin-top:2px;font-family:tutor;font-style:normal;font-weight:400;line-height:1}.tutor-backend .ui-datepicker .ui-datepicker-prev,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.tutor-backend .ui-datepicker .ui-datepicker-prev:before,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev:before{content:""}.tutor-backend .ui-datepicker .ui-datepicker-next,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next{float:right;text-align:right}.tutor-backend .ui-datepicker .ui-datepicker-next:before,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next:before{content:""}.tutor-backend .ui-datepicker .ui-icon,.tutor-screen-frontend-dashboard .ui-datepicker .ui-icon{display:none}.tutorPlayer,.tutorPlayer iframe{width:100%;max-width:100%;height:auto}.add_question_answers_option.disabled i{background-color:#aaaeb5!important}.add_question_answers_option.disabled{color:#aaaeb5!important;cursor:none!important;pointer-events:none!important}.tutor-valign-middle{vertical-align:middle}.tutor-btn{color:var(--tutor-color-primary);text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;cursor:pointer;background-color:transparent;border:1px solid transparent;border-radius:6px;align-items:center;padding:8px 16px;font-size:16px;font-weight:400;line-height:1.375;text-decoration:none;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;display:inline-flex}.tutor-btn[disabled],.tutor-btn.disabled{pointer-events:none;color:#858689}.tutor-btn-block{justify-content:center;width:100%;display:flex}.tutor-btn-fw{justify-content:center;min-width:120px;display:inline-flex}.tutor-btn-primary{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);color:#fff}.tutor-btn-primary:hover,.tutor-btn-primary:focus,.tutor-btn-primary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-primary[disabled],.tutor-btn-primary.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-btn-outline-primary{border-color:var(--tutor-color-primary)}.tutor-btn-outline-primary:hover,.tutor-btn-outline-primary:focus,.tutor-btn-outline-primary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-outline-primary[disabled],.tutor-btn-outline-primary.disabled{border-color:#e9e9ea}.tutor-btn-secondary{background-color:rgba(var(--tutor-color-primary-rgb),.1);color:var(--tutor-color-primary)}.tutor-btn-secondary:hover,.tutor-btn-secondary:focus,.tutor-btn-secondary:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-btn-secondary[disabled],.tutor-btn-secondary.disabled{background-color:#e9e9ea}.tutor-btn-outline-secondary{border-color:rgba(var(--tutor-color-primary-rgb),.1);background-color:rgba(var(--tutor-color-primary-rgb),.1);color:var(--tutor-color-primary)}.tutor-btn-outline-secondary:hover,.tutor-btn-outline-secondary:focus,.tutor-btn-outline-secondary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-outline-secondary[disabled],.tutor-btn-outline-secondary.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-btn-tertiary{color:var(--tutor-color-secondary);border:1px solid var(--tutor-border-color);background-color:#fff}.tutor-btn-tertiary [class^=tutor-icon-]{color:#9197a8}.tutor-btn-tertiary:hover,.tutor-btn-tertiary:focus,.tutor-btn-tertiary:active{color:var(--tutor-color-secondary);background-color:#f5f6fa}.tutor-btn-tertiary[disabled],.tutor-btn-tertiary.disabled{background-color:#e9e9ea}.tutor-btn-danger{color:#fff;background-color:#f44337}.tutor-btn-danger:hover,.tutor-btn-danger:focus,.tutor-btn-danger:active{color:#fff}.tutor-btn-danger[disabled],.tutor-btn-danger.disabled{color:#000;background-color:#e9e9ea;border-color:#e9e9ea}.tutor-btn-link{font-size:inherit;position:relative;padding:0!important}.tutor-btn-link:after{content:" ";background:var(--tutor-color-primary-hover);width:0;height:1px;transition:width .2s ease-in-out;position:absolute;bottom:0;left:0}.tutor-btn-link:hover:after,.tutor-btn-link:focus:after,.tutor-btn-link:active:after{width:100%}.tutor-btn-ghost{color:#757c8e;border-radius:0;outline:0;position:relative;padding:0!important}.tutor-btn-ghost.tutor-has-underline{position:relative}.tutor-btn-ghost.tutor-has-underline:after{content:" ";background-color:#757c8e;width:100%;height:1px;transition:background-color .2s ease-in-out;position:absolute;bottom:0;left:0}.tutor-btn-ghost:hover,.tutor-btn-ghost:focus,.tutor-btn-ghost:active{color:var(--tutor-color-primary)}.tutor-btn-ghost:hover.tutor-has-underline:after,.tutor-btn-ghost:focus.tutor-has-underline:after,.tutor-btn-ghost:active.tutor-has-underline:after{background-color:var(--tutor-color-primary)}.tutor-btn-ghost:hover,.tutor-btn-ghost:focus,.tutor-btn-ghost:active{box-shadow:none;outline:0}.tutor-btn-ghost-light{color:#fff}.tutor-btn-ghost-light.tutor-has-underline:after{background-color:#fff}.tutor-btn-ghost-light:hover,.tutor-btn-ghost-light:focus,.tutor-btn-ghost-light:active{color:rgba(255,255,255,.8)}.tutor-btn-ghost-light:hover.tutor-has-underline:after,.tutor-btn-ghost-light:focus.tutor-has-underline:after,.tutor-btn-ghost-light:active.tutor-has-underline:after{background-color:rgba(255,255,255,.8)}.tutor-btn-sm{padding:5px 12px;font-size:14px}.tutor-btn-md{padding:6px 12px}.tutor-btn-lg{padding:12px 32px;font-size:16px;line-height:1.5}.tutor-btn-xl{padding:15px 24px;font-size:18px}.tutor-btn.is-loading:before{margin-right:8px}.tutor-btn.is-loading [class^=tutor-icon-],.tutor-btn.is-loading [class*=\ tutor-icon-]{display:none}.tutor-iconic-btn-group{align-items:center;gap:4px;display:flex}.tutor-iconic-btn{color:#757c8e;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:transparent;border:1px solid transparent;border-radius:48px;justify-content:center;align-items:center;width:32px;height:32px;margin-top:-4px;margin-bottom:-4px;padding:0;font-size:16px;font-weight:400;line-height:1.375;text-decoration:none;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:inline-flex}.tutor-iconic-btn [class^=tutor-icon-],.tutor-iconic-btn [class*=\ tutor-icon-]{pointer-events:none}.tutor-iconic-btn:hover,.tutor-iconic-btn:focus,.tutor-iconic-btn:active{color:var(--tutor-color-primary-hover);background-color:rgba(var(--tutor-color-primary-rgb),.1);border-color:rgba(var(--tutor-color-primary-rgb),.1)}.tutor-iconic-btn[disabled],.tutor-iconic-btn.disabled{background-color:#e9e9ea}.tutor-iconic-btn-outline{border-color:var(--tutor-color-primary);color:var(--tutor-color-primary)}.tutor-iconic-btn-outline:hover,.tutor-iconic-btn-outline:focus,.tutor-iconic-btn-outline:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-outline[disabled],.tutor-iconic-btn-outline.disabled{border-color:#e9e9ea}.tutor-iconic-btn-secondary{background-color:rgba(var(--tutor-color-primary-rgb),.1);color:var(--tutor-color-primary)}.tutor-iconic-btn-secondary:hover,.tutor-iconic-btn-secondary:focus,.tutor-iconic-btn-secondary:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-secondary[disabled],.tutor-iconic-btn-secondary.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-iconic-btn-light{color:#fff}.tutor-iconic-btn-light:hover,.tutor-iconic-btn-light:focus,.tutor-iconic-btn-light:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-light[disabled],.tutor-iconic-btn-light.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-iconic-btn-md{width:40px;height:40px;font-size:20px}.tutor-iconic-btn-lg{width:48px;height:48px;font-size:24px}.tutor-btn-group{vertical-align:middle;display:inline-flex;position:relative}.tutor-btn-group .tutor-btn{flex:1;position:relative}.tutor-btn-group .tutor-btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tutor-btn-group .tutor-btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.tutor-btn.is-loading:before,.tutor-iconic-btn.is-loading:before{margin-top:-2px;margin-bottom:-2px;font-family:tutor;font-size:18px;line-height:1;animation:.8s linear infinite rotateSpinner;display:inline-block;content:""!important}.tutor-btn.is-loading [class^=tutor-icon-],.tutor-btn.is-loading [class*=\ tutor-icon-],.tutor-iconic-btn.is-loading [class^=tutor-icon-],.tutor-iconic-btn.is-loading [class*=\ tutor-icon-]{display:none}.tutor-animation-spin{animation:.8s linear infinite rotateSpinner}@keyframes rotateSpinner{to{transform:rotate(360deg)}}#tutor-pro-google-authentication{width:400px}.tutor-form-group{margin-bottom:32px}.tutor-form-wrap{display:flex;position:relative}.tutor-form-control{background-color:var(--tutor-color-white);box-sizing:border-box;width:100%;color:var(--tutor-color-black);height:auto;box-shadow:none;border-radius:6px;outline:none;padding:8px 16px;font-size:16px;font-weight:400;line-height:1.4;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;display:block;border:1px solid var(--tutor-border-color)!important}.tutor-form-control.tutor-placeholder{color:var(--tutor-color-muted)}.tutor-form-control::-webkit-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control::-ms-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control::placeholder{color:var(--tutor-color-muted)}.tutor-form-control:focus,.tutor-form-control.is-active{border-color:var(--tutor-color-primary);box-shadow:unset}.tutor-form-control[readonly]:focus,.tutor-form-control[readonly]{background-color:var(--tutor-disabled-bg);border-color:var(--tutor-disabled-bg);color:var(--tutor-disabled-color)}.tutor-form-control[readonly]:focus::-webkit-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]:focus::-ms-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]:focus::placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]::-webkit-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]::-ms-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]::placeholder{color:var(--tutor-disabled-color)}.tutor-form-control:disabled{cursor:not-allowed;background:#e3e5eb;border-color:#e3e5eb}.tutor-form-control:disabled::-webkit-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control:disabled::-ms-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control:disabled::placeholder{color:var(--tutor-color-muted)}.tutor-form-control-sm{padding:5px 12px;font-size:14px}.tutor-form-control-md{padding:6px 12px}.tutor-form-control-lg{padding:10px 20px;font-size:18px}.tutor-form-control-xl{padding:15px 24px;font-size:18px}.tutor-form-select{text-align:left;cursor:pointer;min-width:180px;position:relative}.tutor-form-select-dropdown{z-index:10;background:#fff;border:1px solid #cdcfd5;border-radius:6px;flex-direction:column;width:100%;min-width:220px;max-height:300px;transition:all .1s;display:none;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 6px 20px rgba(28,49,104,.1)}.tutor-form-select-dropdown .tutor-form-control{border-top:0;border-left:0;border-right:0;padding-left:0;padding-right:0}.tutor-form-select.is-active .tutor-form-select-dropdown{display:flex}.tutor-form-select-options{flex-direction:column;gap:1px;margin:0;padding:8px 0;list-style:none;display:flex;overflow-y:auto}.tutor-form-select-option{cursor:pointer;font-weight:400;line-height:1.4}.tutor-form-select-option span{padding:8px 19px;font-size:14px;display:block}.tutor-form-select-option:hover,.tutor-form-select-option.is-active{background:#eff1f7}.tutor-form-label{color:var(--tutor-body-color);margin:0 0 10px;font-size:14px;font-weight:500;line-height:24px;display:block}.tutor-form-icon{width:40px;color:var(--tutor-color-muted);justify-content:center;align-items:center;font-size:16px;line-height:1.4;display:inline-flex;position:absolute;top:0;bottom:0;left:0}.tutor-form-icon:not(.tutor-password-reveal){pointer-events:none}.tutor-form-icon-reverse{left:auto;right:0}.tutor-form-icon-reverse~.tutor-form-control{padding-right:40px!important}.tutor-form-icon:not(.tutor-form-icon-reverse)~.tutor-form-control{padding-left:40px!important}textarea.tutor-form-control{resize:vertical;min-height:180px}textarea.tutor-form-control-auto-height{min-height:72px}select.tutor-form-control,.tutor-form-select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding-right:36px}.tutor-input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.tutor-input-group-addon{text-align:center;white-space:nowrap;background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);border-radius:6px;align-items:center;padding:10px 16px;font-size:16px;font-weight:400;line-height:1.4;display:flex}.tutor-input-group>:not(.tutor-form-wrap):not(:last-child),.tutor-input-group>.tutor-form-wrap:not(:last-child)>.tutor-form-control{border-top-right-radius:0;border-bottom-right-radius:0}.tutor-input-group>:not(.tutor-form-wrap):not(:first-child),.tutor-input-group>.tutor-form-wrap:not(:first-child)>.tutor-form-control{border-top-left-radius:0;border-bottom-left-radius:0}.tutor-input-group>:not(.tutor-form-wrap):not(:first-child),.tutor-input-group>.tutor-form-wrap:not(:first-child){margin-left:-1px}.tutor-input-group>.tutor-form-control,.tutor-input-group>.tutor-form-wrap{flex:auto;width:1%;min-width:0;position:relative}.tutor-input-group .tutor-btn{z-index:2;position:relative}.tutor-input-group .tutor-btn:focus{z-index:3}.tutor-form-feedback{color:var(--tutor-color-muted);margin:12px 0 0;font-size:14px;line-height:1.4;display:flex;position:relative}.tutor-form-feedback .tutor-form-feedback-icon{margin-right:8px;font-size:18px}.tutor-form-check{display:inline-block}.tutor-form-check label{color:var(--tutor-body-color);cursor:pointer;font-size:16px;font-weight:500;margin:0!important;display:inline-block!important}.tutor-form-check input.tutor-form-check-input{margin-right:8px;margin-top:0!important}.tutor-form-check+.tutor-form-check{margin-left:16px}.tutor-form-check-input.tutor-form-check-input{vertical-align:top;background-color:var(--tutor-color-white);border:2px solid var(--tutor-border-color);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;color-adjust:exact;width:24px;height:24px;box-shadow:0 0 0 0 rgba(var(--tutor-color-primary-rgb),.1);background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:4px;flex:none;margin:0;transition:all .3s;display:inline-block;outline:none!important}.tutor-form-check-input.tutor-form-check-input:before,.tutor-form-check-input.tutor-form-check-input:after{display:none!important}.tutor-form-check-input.tutor-form-check-input:focus{box-shadow:0 0 0 6px rgba(var(--tutor-color-primary-rgb),.1)}.tutor-form-check-input.tutor-form-check-input[type=checkbox]{border-radius:4px}.tutor-form-check-input.tutor-form-check-input[type=checkbox].tutor-form-check-square{border-radius:0}.tutor-form-check-input.tutor-form-check-input[type=checkbox].tutor-form-check-circle{border-radius:50%}.tutor-form-check-input.tutor-form-check-input[type=checkbox]:checked{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.922 5.7a.627.627 0 01-.127-.194.72.72 0 010-.5.6.6 0 01.127-.195l.905-.867a.562.562 0 01.425-.195.592.592 0 01.25.05.665.665 0 01.207.145l2.73 2.734L11.295.82a.658.658 0 01.202-.145.613.613 0 01.484.002.568.568 0 01.191.143l.905.88a.6.6 0 01.127.195.72.72 0 010 .5.628.628 0 01-.127.194l-7.2 7.163a.575.575 0 01-.195.147.655.655 0 01-.5 0 .575.575 0 01-.195-.147L.922 5.7z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.tutor-form-check-input.tutor-form-check-input-radio{background-size:100%;border-radius:50%}.tutor-form-check-input.tutor-form-check-input[type=radio]{background-size:100%;border-radius:50%}input:checked+label .tutor-form-check-input-radio,.tutor-form-check-input.tutor-form-check-input-radio:checked,.tutor-form-check-input.tutor-form-check-input-radio.is-active{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);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='%23fff'/%3e%3c/svg%3e");background-position:50%}.tutor-form-check-input.tutor-form-check-input[type=radio]:checked{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);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='%23fff'/%3e%3c/svg%3e");background-position:50%}.tutor-form-check-input.tutor-form-check-input[type=radio].is-active{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);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='%23fff'/%3e%3c/svg%3e");background-position:50%}.tutor-form-check-input.tutor-form-check-input.tutor-form-check-20{background-size:10px}.tutor-form-toggle{vertical-align:top;align-items:center;display:inline-flex}.tutor-form-toggle input{display:none}.tutor-form-toggle input~.tutor-form-toggle-control{vertical-align:top;cursor:pointer;background-color:#cdcfd5;border-radius:12px;flex-shrink:0;width:40px;height:24px;margin:0 4px;display:inline-block;position:relative}.tutor-form-toggle input~.tutor-form-toggle-control:before{content:"";background-color:var(--tutor-color-white);border-radius:50%;width:18px;height:18px;transition:all .1s;position:absolute;top:3px;left:4px;box-shadow:0 2px 4px rgba(0,0,0,.165)}.tutor-form-toggle input:checked~.tutor-form-toggle-control{background-color:var(--tutor-color-primary)}.tutor-form-toggle input:checked~.tutor-form-toggle-control:before{left:18px}.tutor-form-toggle input~.tutor-form-toggle-label{padding:0 4px}.tutor-form-toggle input~.tutor-form-toggle-label.tutor-form-toggle-checked{color:var(--tutor-border-color)}.tutor-form-toggle input:checked~.tutor-form-toggle-checked{color:inherit}.tutor-form-toggle input:checked~.tutor-form-toggle-unchecked{color:var(--tutor-border-color)}.tutor-control-button{cursor:pointer;color:#9197a8;background-color:transparent;border:none;width:24px;height:24px;font-size:16px}.tutor-control-button.active{color:var(--tutor-color-primary)}.tutor-control-button input{display:none}.tutor-badge,.tutor-badge-square{color:var(--tutor-color-white);box-sizing:border-box;border-radius:2px;padding:0 8px;font-size:13px;font-weight:700;line-height:21px}.tutor-badge-square{text-align:center;min-width:32px;padding:5px;font-size:15px;font-weight:500;line-height:22px}.tutor-profile-badge{box-sizing:border-box}.tutor-profile-badge img{max-width:50px;height:auto}.tutor-profile-badge .tutor-profile-badge-content{color:var(--tutor-color-muted);padding-left:20px;font-size:16px;font-weight:400;line-height:26px}.tutor-profile-badge .tutor-profile-badge-content h5{color:var(--tutor-body-color);margin:0;font-size:24px;font-weight:400;line-height:34px}.tutor-floating-badge{background-color:var(--tutor-color-danger);box-sizing:border-box;color:#fff;z-index:1;border-radius:40px;justify-content:center;align-items:center;min-width:20px;min-height:20px;padding:0 4px;font-size:12px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.tutor-tag-list{margin:0 0 0 -15px;padding:0;list-style:none}.tutor-tag-list li{display:inline-block}.tutor-tag-list li a{border:1px solid var(--tutor-border-color);color:var(--tutor-color-secondary);border-radius:6px;margin-left:15px;padding:7px 23px;font-size:16px;line-height:26px;text-decoration:none;transition:all .2s;display:block}.tutor-tag-list li a:hover{color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.tutor-ratings{align-items:center;display:flex}.tutor-ratings-stars{color:#ed9700;margin:0 -3px;font-size:16px}.tutor-ratings-stars>*{margin:0 3px}.tutor-ratings-average{color:var(--tutor-body-color);margin-left:12px;font-weight:500}.tutor-ratings-count{color:var(--tutor-color-muted);margin-left:8px}.tutor-ratings-progress-bar{height:8px!important}.tutor-ratings-progress-bar .tutor-progress-value{background-color:#ed9700}.tutor-ratings-selectable .tutor-ratings-stars{cursor:pointer}.tutor-ratings-lg .tutor-ratings-stars{font-size:20px}.tutor-ratings-xl .tutor-ratings-stars{font-size:40px}.tutor-badge-label{white-space:nowrap;border:1px solid transparent;border-radius:50px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-left:8px;padding-right:8px;font-size:12px;font-weight:500;line-height:1.5;display:inline-flex}.tutor-badge-label.label-default{background:var(--tutor-color-gray-10);color:var(--tutor-color-muted);border-color:var(--tutor-border-color)}.tutor-badge-label.label-primary{background:rgba(var(--tutor-color-primary-rgb),.15);color:var(--tutor-color-primary);border-color:rgba(var(--tutor-color-primary-rgb),.3)}.tutor-badge-label.label-success{background:rgba(var(--tutor-color-success-rgb),.15);color:var(--tutor-color-success);border-color:rgba(var(--tutor-color-success-rgb),.3)}.tutor-badge-label.label-warning{background:rgba(var(--tutor-color-warning-rgb),.15);color:var(--tutor-color-warning);border-color:rgba(var(--tutor-color-warning-rgb),.3)}.tutor-badge-label.label-danger{background:rgba(var(--tutor-color-danger-rgb),.15);color:var(--tutor-color-danger);border-color:rgba(var(--tutor-color-danger-rgb),.3)}.tutor-form-select-with-icon.select-primary{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15);border:1px solid rgba(var(--tutor-color-primary-rgb),.3)}.tutor-form-select-with-icon.select-primary select{color:var(--tutor-color-primary)}.tutor-form-select-with-icon.select-primary:focus{border-color:var(--tutor-color-primary)}.tutor-form-select-with-icon.select-primary .icon1:before{content:""}.tutor-form-select-with-icon.select-default{color:rgba(65,69,79,.9);border:1px solid var(--tutor-border-color);background:#eff1f6}.tutor-form-select-with-icon.select-default select{color:rgba(65,69,79,.9)}.tutor-form-select-with-icon.select-default:focus{border-color:rgba(65,69,79,.9)}.tutor-form-select-with-icon.select-default .icon1:before{content:""}.tutor-form-select-with-icon.select-success{color:var(--tutor-color-success);background:rgba(var(--tutor-color-success-rgb),.15);border:1px solid rgba(var(--tutor-color-success-rgb),.3)}.tutor-form-select-with-icon.select-success select{color:var(--tutor-color-success)}.tutor-form-select-with-icon.select-success:focus{border-color:var(--tutor-color-success)}.tutor-form-select-with-icon.select-success .icon1:before{content:""}.tutor-form-select-with-icon.select-danger{color:var(--tutor-color-danger);background:rgba(var(--tutor-color-danger-rgb),.15);border:1px solid rgba(var(--tutor-color-danger-rgb),.3)}.tutor-form-select-with-icon.select-danger select{color:var(--tutor-color-danger)}.tutor-form-select-with-icon.select-danger:focus{border-color:var(--tutor-color-danger)}.tutor-form-select-with-icon.select-danger .icon1:before{content:""}.tutor-form-select-with-icon.select-warning{color:var(--tutor-color-warning);background:rgba(var(--tutor-color-warning-rgb),.15);border:1px solid rgba(var(--tutor-color-warning-rgb),.3)}.tutor-form-select-with-icon.select-warning select{color:var(--tutor-color-warning)}.tutor-form-select-with-icon.select-warning:focus{border-color:var(--tutor-color-warning)}.tutor-form-select-with-icon.select-warning .icon1:before{content:""}.tutor-form-select-with-icon{border-radius:42px;justify-content:space-between;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:120px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;display:flex;position:relative}.tutor-form-select-with-icon select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;z-index:1;cursor:pointer;background:0 0;border:none;outline:none;width:100%;margin:0;padding:5px 28px;display:block;position:relative;min-height:24px!important}.tutor-form-select-with-icon select:focus{box-shadow:none}.tutor-form-select-with-icon>i{font-size:14px;position:absolute}.tutor-form-select-with-icon .icon1{left:8px}.tutor-form-select-with-icon .icon2{right:8px}.tutor-tag{color:#202223;background-color:#e4e5e7;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;font-size:14px;line-height:24px;display:inline-block}.tutor-tag.tag-default{background:var(--tutor-color-gray-10);color:var(--tutor-color-muted)}.tutor-tag.tag-primary{background:rgba(var(--tutor-color-primary-rgb),.15);color:var(--tutor-color-primary)}.tutor-tag.tag-success{background:rgba(var(--tutor-color-success-rgb),.15);color:#202223}.tutor-tag.tag-warning{background:rgba(var(--tutor-color-warning-rgb),.15);color:var(--tutor-color-warning)}.tutor-tag.tag-danger{background:rgba(var(--tutor-color-danger-rgb),.15);color:var(--tutor-color-danger)}.tutor-avatar{width:36px;height:36px;box-shadow:0px 0px 0px 1px var(--tutor-border-color);background-color:#fff;border-radius:100px;flex-shrink:0;display:inline-flex;overflow:hidden}.tutor-avatar-text{color:rgba(255,255,255,.8);background-color:var(--tutor-color-primary);justify-content:center;align-items:center;display:flex}.tutor-avatar-xl{width:96px;height:96px}.tutor-avatar-xl .tutor-avatar-text{font-size:24px;font-weight:500}.tutor-avatar-lg{width:64px;height:64px}.tutor-avatar-md{width:48px;height:48px}.tutor-avatar-sm{width:32px;height:32px}.tutor-avatar-xs{width:24px;height:24px}.tutor-avatar.tutor-is-lg{width:120px;height:120px}.tutor-avatar.tutor-is-sm{width:60px;height:60px}.tutor-avatar.tutor-is-xs{width:40px;height:40px}.tutor-table{border-collapse:separate;border-spacing:0;--tutor-table-border-radius:6px;width:100%;min-width:600px;margin:0}.tutor-table-responsive{-webkit-overflow-scrolling:touch;position:relative;overflow-x:auto}.tutor-table tbody,.tutor-table td,.tutor-table tfoot,.tutor-table th,.tutor-table thead,.tutor-table tr{border-color:inherit;box-sizing:border-box;border-style:solid;border-width:0}.tutor-table thead{vertical-align:bottom}.tutor-table tbody{vertical-align:inherit}.tutor-table tr th{border-bottom:1px solid var(--tutor-border-color);border-top:1px solid var(--tutor-border-color);white-space:nowrap;color:var(--tutor-color-secondary);background:#f4f6f9;padding:9px 16px;font-size:14px;font-weight:500;line-height:1.8}.tutor-table tr th:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right){text-align:left}.tutor-table tr th:first-child{border-left:1px solid var(--tutor-border-color)}.tutor-table tr th:last-child{border-right:1px solid var(--tutor-border-color)}.tutor-table tr td{border-bottom:1px solid var(--tutor-border-color);color:var(--tutor-body-color);background:#fff;padding:16px;font-size:16px;font-weight:500;line-height:1.6}.tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action),.tutor-table tr td .tutor-table-link{color:var(--tutor-body-color);font-weight:500;text-decoration:none}.tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action):hover,.tutor-table tr td .tutor-table-link:hover{color:var(--tutor-color-primary)}.tutor-table tr td:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right){text-align:left}.tutor-table tr td:first-child{border-left:1px solid var(--tutor-border-color)}.tutor-table tr td:last-child{border-right:1px solid var(--tutor-border-color)}.tutor-table tr:first-child th:first-child{border-top-left-radius:var(--tutor-table-border-radius)}.tutor-table tr:first-child th:last-child{border-top-right-radius:var(--tutor-table-border-radius)}.tutor-table tr:last-child td:first-child{border-bottom-left-radius:var(--tutor-table-border-radius)}.tutor-table tr:last-child td:last-child{border-bottom-right-radius:var(--tutor-table-border-radius)}.tutor-table-top td,.tutor-table-top th{vertical-align:top}.tutor-table-middle td,.tutor-table-middle th{vertical-align:middle}.tutor-table-bottom td,.tutor-table-bottom th{vertical-align:bottom}.tutor-table .tutor-td-top{vertical-align:top}.tutor-table .tutor-td-middle{vertical-align:middle}.tutor-table .tutor-td-bottom{vertical-align:bottom}.tutor-table.tutor-table-data-td-target .has-data-td-target.is-active:before{transform:rotate(180deg)}@media only screen and (max-width:575px){.tutor-table-mobile table{min-width:auto}.tutor-table-mobile table,.tutor-table-mobile thead,.tutor-table-mobile tbody,.tutor-table-mobile th,.tutor-table-mobile td,.tutor-table-mobile tr{display:block}.tutor-table-mobile thead tr{position:absolute;top:-9999px;left:-9999px}.tutor-table-mobile tr{border:1px solid var(--tutor-border-color);border-radius:6px;margin-bottom:20px;overflow:hidden}.tutor-table-mobile td{color:var(--tutor-body-color);border:none;border-bottom:1px solid var(--tutor-border-color);font-size:15px;font-weight:400}.tutor-table-mobile td[data-title]{grid-template-columns:1fr 1.5fr;align-items:center;display:grid}.tutor-table-mobile td:first-child{border-left:none!important;border-radius:0!important}.tutor-table-mobile td:last-child{border-bottom:none!important;border-right:none!important}.tutor-table-mobile td:before{content:attr(data-title);color:var(--tutor-color-subdued);text-align:left;font-size:13px;font-weight:500}}.tutor-thumbnail-uploader{width:100%}.tutor-thumbnail-uploader .thumbnail-wrapper{background:var(--tutor-color-white);box-sizing:border-box;border-radius:6px}.tutor-thumbnail-uploader .thumbnail-wrapper:not(.tutor-is-borderless){border:1px solid var(--tutor-border-color)}.tutor-thumbnail-uploader .thumbnail-preview{--width:235px;width:268px;height:98px;width:var(--width);height:calc(var(--width)/1.775);background:#eff1f6;border:2px solid #eff1f6;border-radius:3px;justify-content:center;align-items:center;display:flex;position:relative}.tutor-thumbnail-uploader .thumbnail-preview img{width:auto;max-width:100%;height:auto;max-height:100%}.tutor-thumbnail-uploader .thumbnail-preview img:before{content:"";background:#eff1f6 url("data:image/svg+xml;charset=UTF-8,%3csvg width='125' height='32' viewBox='0 0 125 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66663 9.37562C4.66663 6.77485 6.75507 4.6665 9.33131 4.6665H22.1438C24.72 4.6665 26.8085 6.77485 26.8085 9.37562V19.4552C26.8085 19.9329 26.4249 20.3201 25.9517 20.3201C25.4785 20.3201 25.0949 19.9329 25.0949 19.4552V9.37562C25.0949 7.73023 23.7737 6.39638 22.1438 6.39638H9.33131C7.70145 6.39638 6.38018 7.73023 6.38018 9.37562V22.3102C6.38018 23.9556 7.70144 25.2894 9.33131 25.2894H19.3246C19.7978 25.2894 20.1813 25.6767 20.1813 26.1543C20.1813 26.632 19.7978 27.0193 19.3246 27.0193H9.33131C6.75507 27.0193 4.66663 24.9109 4.66663 22.3102V9.37562Z' fill='%23B4B7C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9032 25.8664C21.9032 25.3887 22.2868 25.0015 22.76 25.0015L29.1432 25.0015C29.6164 25.0015 29.9999 25.3887 29.9999 25.8664C29.9999 26.3441 29.6164 26.7313 29.1432 26.7313L22.76 26.7313C22.2868 26.7313 21.9032 26.3441 21.9032 25.8664Z' fill='%23B4B7C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0827 21.7856C26.5559 21.7856 26.9395 22.1729 26.9395 22.6506L26.9395 29.1348C26.9395 29.6125 26.5559 29.9998 26.0827 29.9998C25.6095 29.9998 25.2259 29.6125 25.2259 29.1348L25.2259 22.6506C25.2259 22.1729 25.6095 21.7856 26.0827 21.7856Z' fill='%23B4B7C0'/%3e%3cpath d='M9.03067 17.1587C8.9164 17.2781 8.85254 17.4377 8.85254 17.6038V21.9306C8.85254 22.4614 9.27875 22.8917 9.80451 22.8917H21.8629C22.3886 22.8917 22.8148 22.4614 22.8148 21.9306V17.6069C22.8148 17.439 22.7495 17.2778 22.6329 17.158L19.1287 13.5567C18.7763 13.1946 18.1969 13.1887 17.8373 13.5437L13.375 17.9483C13.2556 18.0662 13.0634 18.0648 12.9458 17.9452L11.2367 16.2087C10.8765 15.8427 10.2855 15.8469 9.93056 16.218L9.03067 17.1587Z' fill='%23B4B7C0'/%3e%3cpath d='M15.0194 10.7788C15.0194 11.9171 14.1054 12.8398 12.9779 12.8398C11.8503 12.8398 10.9363 11.9171 10.9363 10.7788C10.9363 9.64052 11.8503 8.71777 12.9779 8.71777C14.1054 8.71777 15.0194 9.64052 15.0194 10.7788Z' fill='%23B4B7C0'/%3e%3cpath d='M40.2588 21.1758C42.9175 21.1758 44.5288 19.6011 44.5288 17.2866V10.4312H42.8955V17.1548C42.8955 18.6929 41.9434 19.7256 40.2588 19.7256C38.5742 19.7256 37.6147 18.6929 37.6147 17.1548V10.4312H35.9741V17.2866C35.9741 19.6011 37.6074 21.1758 40.2588 21.1758ZM46.2866 23.5635H47.8687V19.7036H47.9053C48.3594 20.5972 49.2456 21.1538 50.3369 21.1538C52.2705 21.1538 53.5376 19.6084 53.5376 17.1548V17.1475C53.5376 14.6865 52.2778 13.1484 50.3149 13.1484C49.2163 13.1484 48.3667 13.7051 47.9053 14.6206H47.8687V13.2949H46.2866V23.5635ZM49.9048 19.7915C48.7109 19.7915 47.8613 18.7515 47.8613 17.1548V17.1475C47.8613 15.5435 48.7036 14.5034 49.9048 14.5034C51.1426 14.5034 51.9263 15.5068 51.9263 17.1475V17.1548C51.9263 18.7808 51.1499 19.7915 49.9048 19.7915ZM54.8267 21H56.4087V10.4312H54.8267V21ZM61.3452 21.1538C63.5498 21.1538 65 19.6304 65 17.1475V17.1328C65 14.6646 63.5352 13.1484 61.3379 13.1484C59.1479 13.1484 57.6904 14.6719 57.6904 17.1328V17.1475C57.6904 19.623 59.1333 21.1538 61.3452 21.1538ZM61.3525 19.8281C60.1147 19.8281 59.3091 18.854 59.3091 17.1475V17.1328C59.3091 15.4482 60.1221 14.4741 61.3379 14.4741C62.5757 14.4741 63.3813 15.4482 63.3813 17.1328V17.1475C63.3813 18.8467 62.5903 19.8281 61.3525 19.8281ZM68.4863 21.1392C69.5044 21.1392 70.3979 20.6118 70.8447 19.7842H70.874V21H72.4634V15.6899C72.4634 14.1445 71.2695 13.1484 69.3872 13.1484C67.4902 13.1484 66.3403 14.1665 66.2305 15.4922L66.2231 15.5728H67.7173L67.7319 15.5068C67.8638 14.8916 68.4277 14.4595 69.3433 14.4595C70.3247 14.4595 70.874 14.9722 70.874 15.8218V16.4004L68.7793 16.5249C66.9556 16.6348 65.9155 17.4551 65.9155 18.7954V18.8101C65.9155 20.1943 66.9482 21.1392 68.4863 21.1392ZM67.5122 18.7734V18.7588C67.5122 18.1069 68.0396 17.6895 68.9917 17.6309L70.874 17.5137V18.1143C70.874 19.1177 70.0317 19.8721 68.9185 19.8721C68.0688 19.8721 67.5122 19.4473 67.5122 18.7734ZM76.8799 21.1538C77.9858 21.1538 78.8354 20.5972 79.2969 19.6963H79.3262V21H80.9155V10.4312H79.3262V14.606H79.2969C78.8354 13.6978 77.9565 13.1484 76.8652 13.1484C74.9316 13.1484 73.6572 14.6865 73.6572 17.1401V17.1475C73.6572 19.6011 74.917 21.1538 76.8799 21.1538ZM77.2974 19.7915C76.0449 19.7915 75.2759 18.7881 75.2759 17.1475V17.1401C75.2759 15.5142 76.0522 14.5034 77.2974 14.5034C78.4839 14.5034 79.3335 15.5435 79.3335 17.1401V17.1475C79.3335 18.7515 78.4912 19.7915 77.2974 19.7915ZM86.4453 12.1084C86.9653 12.1084 87.3682 11.6982 87.3682 11.2002C87.3682 10.6948 86.9653 10.2847 86.4453 10.2847C85.9326 10.2847 85.5225 10.6948 85.5225 11.2002C85.5225 11.6982 85.9326 12.1084 86.4453 12.1084ZM85.6543 21H87.2363V13.2949H85.6543V21ZM88.8696 21H90.4517V16.2393C90.4517 15.2432 91.1182 14.5034 92.0557 14.5034C92.9492 14.5034 93.5132 15.0747 93.5132 15.9683V21H95.0659V16.1807C95.0659 15.2065 95.7178 14.5034 96.6553 14.5034C97.5928 14.5034 98.1274 15.082 98.1274 16.0854V21H99.7168V15.7046C99.7168 14.1592 98.7207 13.1484 97.1973 13.1484C96.0986 13.1484 95.1904 13.7271 94.7949 14.6646H94.7583C94.4507 13.6978 93.6743 13.1484 92.6123 13.1484C91.6016 13.1484 90.8179 13.6831 90.4883 14.4888H90.4517V13.2949H88.8696V21ZM103.511 21.1392C104.529 21.1392 105.422 20.6118 105.869 19.7842H105.898V21H107.488V15.6899C107.488 14.1445 106.294 13.1484 104.412 13.1484C102.515 13.1484 101.365 14.1665 101.255 15.4922L101.248 15.5728H102.742L102.756 15.5068C102.888 14.8916 103.452 14.4595 104.368 14.4595C105.349 14.4595 105.898 14.9722 105.898 15.8218V16.4004L103.804 16.5249C101.98 16.6348 100.94 17.4551 100.94 18.7954V18.8101C100.94 20.1943 101.973 21.1392 103.511 21.1392ZM102.537 18.7734V18.7588C102.537 18.1069 103.064 17.6895 104.016 17.6309L105.898 17.5137V18.1143C105.898 19.1177 105.056 19.8721 103.943 19.8721C103.093 19.8721 102.537 19.4473 102.537 18.7734ZM112.402 23.7173C114.578 23.7173 115.94 22.5454 115.94 20.7876V13.2949H114.351V14.606H114.314C113.86 13.7344 113.01 13.1484 111.926 13.1484C109.971 13.1484 108.682 14.6646 108.682 17.0815V17.0889C108.682 19.4912 109.956 21.0073 111.89 21.0073C112.996 21.0073 113.875 20.4727 114.314 19.6377H114.351V20.6924C114.351 21.769 113.655 22.4429 112.395 22.4429C111.406 22.4429 110.74 22.106 110.527 21.6152L110.498 21.5566H108.931L108.938 21.6226C109.172 22.8018 110.425 23.7173 112.402 23.7173ZM112.336 19.7183C111.084 19.7183 110.3 18.7222 110.3 17.1108V17.1035C110.3 15.5142 111.084 14.5034 112.336 14.5034C113.538 14.5034 114.351 15.5215 114.351 17.1035V17.1108C114.351 18.7002 113.545 19.7183 112.336 19.7183ZM120.796 21.1538C122.664 21.1538 123.85 20.0405 124.099 18.8174L124.114 18.7368H122.612L122.59 18.7954C122.393 19.374 121.77 19.8574 120.833 19.8574C119.573 19.8574 118.774 19.0078 118.745 17.5503H124.202V17.0156C124.202 14.7012 122.876 13.1484 120.715 13.1484C118.555 13.1484 117.163 14.7598 117.163 17.1694V17.1768C117.163 19.6084 118.533 21.1538 120.796 21.1538ZM120.723 14.4448C121.755 14.4448 122.502 15.0967 122.634 16.4297H118.767C118.906 15.1406 119.697 14.4448 120.723 14.4448Z' fill='%23B4B7C0'/%3e%3c/svg%3e ") 50% no-repeat;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-thumbnail-uploader .thumbnail-preview span.delete-btn{cursor:pointer;background-color:#f44337;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3e%3cpath d='M1.36301 12.0781C1.36301 12.3889 1.48628 12.687 1.7057 12.9068C1.92512 13.1265 2.22272 13.25 2.53302 13.25H9.55307C9.86337 13.25 10.161 13.1265 10.3804 12.9068C10.5998 12.687 10.7231 12.3889 10.7231 12.0781V3.875H1.36301V12.0781ZM7.99306 5.82813C7.99306 5.72453 8.03415 5.62517 8.10729 5.55191C8.18043 5.47866 8.27962 5.4375 8.38306 5.4375C8.48649 5.4375 8.58569 5.47866 8.65883 5.55191C8.73197 5.62517 8.77306 5.72453 8.77306 5.82813V11.2969C8.77306 11.4005 8.73197 11.4998 8.65883 11.5731C8.58569 11.6463 8.48649 11.6875 8.38306 11.6875C8.27962 11.6875 8.18043 11.6463 8.10729 11.5731C8.03415 11.4998 7.99306 11.4005 7.99306 11.2969V5.82813ZM5.65304 5.82813C5.65304 5.72453 5.69413 5.62517 5.76727 5.55191C5.84041 5.47866 5.93961 5.4375 6.04304 5.4375C6.14648 5.4375 6.24568 5.47866 6.31882 5.55191C6.39196 5.62517 6.43305 5.72453 6.43305 5.82813V11.2969C6.43305 11.4005 6.39196 11.4998 6.31882 11.5731C6.24568 11.6463 6.14648 11.6875 6.04304 11.6875C5.93961 11.6875 5.84041 11.6463 5.76727 11.5731C5.69413 11.4998 5.65304 11.4005 5.65304 11.2969V5.82813ZM3.31303 5.82813C3.31303 5.72453 3.35412 5.62517 3.42726 5.55191C3.50039 5.47866 3.59959 5.4375 3.70303 5.4375C3.80646 5.4375 3.90566 5.47866 3.9788 5.55191C4.05194 5.62517 4.09303 5.72453 4.09303 5.82813V11.2969C4.09303 11.4005 4.05194 11.4998 3.9788 11.5731C3.90566 11.6463 3.80646 11.6875 3.70303 11.6875C3.59959 11.6875 3.50039 11.6463 3.42726 11.5731C3.35412 11.4998 3.31303 11.4005 3.31303 11.2969V5.82813ZM11.1131 1.53125H8.18806L7.95893 1.07471C7.9104 0.977107 7.83563 0.895005 7.74305 0.837641C7.65046 0.780276 7.54373 0.749926 7.43487 0.750004H4.64879C4.54016 0.749586 4.43362 0.779823 4.34137 0.837251C4.24911 0.894679 4.17487 0.976976 4.12716 1.07471L3.89803 1.53125H0.97301C0.869575 1.53125 0.770377 1.57241 0.697237 1.64567C0.624097 1.71892 0.583008 1.81828 0.583008 1.92188L0.583008 2.70313C0.583008 2.80673 0.624097 2.90609 0.697237 2.97934C0.770377 3.0526 0.869575 3.09375 0.97301 3.09375H11.1131C11.2165 3.09375 11.3157 3.0526 11.3889 2.97934C11.462 2.90609 11.5031 2.80673 11.5031 2.70313V1.92188C11.5031 1.81828 11.462 1.71892 11.3889 1.64567C11.3157 1.57241 11.2165 1.53125 11.1131 1.53125Z' fill='white'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;border-radius:50%;width:24px;height:24px;display:inline-block;position:absolute;top:-12px;right:-12px}.tutor-thumbnail-uploader .thumbnail-preview span.delete-btn:hover{background-color:#f2281a}.tutor-thumbnail-uploader .thumbnail-input input[type=file]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;display:none}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn{cursor:pointer;border-radius:6px;padding:6px 14px}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn>.tutor-btn-icon{font-size:24px}.tutor-offcanvas .tutor-offcanvas-backdrop{z-index:1040;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.25);width:100vw;height:100vh;transition:all .3s;position:fixed;top:0;bottom:0;left:0;right:0}.tutor-offcanvas .tutor-offcanvas-main{z-index:1050;opacity:0;visibility:hidden;background:#fff;padding:20px 0;transition:all .3s ease-in-out;position:fixed;box-shadow:0 6px 20px rgba(28,49,104,.1)}.tutor-offcanvas.tutor-offcanvas-right .tutor-offcanvas-main{width:360px;max-width:100%;height:100%;top:0;right:0;transform:translate(100%)}.tutor-offcanvas.tutor-offcanvas-left .tutor-offcanvas-main{width:360px;max-width:100%;height:100%;top:0;left:0;transform:translate(-100%)}.tutor-offcanvas.tutor-offcanvas-top .tutor-offcanvas-main{height:360px;max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.tutor-offcanvas.tutor-offcanvas-bottom .tutor-offcanvas-main{width:100%;height:360px;max-height:100%;bottom:0;left:0;right:0;transform:translateY(100%)}.tutor-offcanvas.is-active{opacity:1;visibility:visible}.tutor-offcanvas.is-active .tutor-offcanvas-main{opacity:1;visibility:visible;transform:none}.tutor-offcanvas.is-active .tutor-offcanvas-backdrop{opacity:1;visibility:visible}.tutor-offcanvas .tutor-offcanvas-header{justify-content:space-between;align-items:center;margin:10px 0;display:flex}.tutor-offcanvas .tutor-offcanvas-main{--padding:20px}.tutor-offcanvas .tutor-offcanvas-header,.tutor-offcanvas .tutor-offcanvas-body{padding:0 var(--padding)}.tutor-notification-tab .tab-header{position:relative}.tutor-notification-tab .tab-header:before{content:" ";bottom:0;left:calc(-1*var(--padding));width:calc(100% + 2*var(--padding));border-bottom:1px solid var(--tutor-border-color);position:absolute}.tutor-notification-tab .tab-header-item{cursor:pointer;position:relative}.tutor-notification-tab .tab-header-item>*{pointer-events:none}.tutor-notification-tab .tab-header-item span{padding:10px;display:flex}.tutor-notification-tab .tab-header-item:before{content:"";border-bottom:2px solid #3e64de;width:100%;transition:all .3s ease-in;position:absolute;bottom:0;transform:scaleY(0)}.tutor-notification-tab .tab-header-item.is-active:before{transform:scaleY(1)}.tutor-notification-tab .tab-body{min-width:100%;width:calc(100% + var(--padding));min-height:200px;max-height:calc(100vmin - 120px);padding-right:var(--padding);overflow-y:auto}.tutor-notification-tab .tab-body-item{display:none}.tutor-notification-tab .tab-body-item.is-active{display:block}.tutor-notification-tab .tab-body{--scrollbarBG:rgba(205,207,213,.5);--thumbBG:#3e64de;scrollbar-width:thin;scrollbar-color:var(--thumbBG)var(--scrollbarBG)}.tutor-notification-tab .tab-body::-webkit-scrollbar{width:4px}.tutor-notification-tab .tab-body::-webkit-scrollbar-track{background:var(--scrollbarBG)}.tutor-notification-tab .tab-body::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:40px}.tutor-notification-element:not(.notification-read) .element-icon .element-primary,.tutor-notification-element:not(.notification-read) .element-content .header .element-primary{color:var(--tutor-color-primary)}.tutor-notification-element:not(.notification-read) .element-icon .element-success,.tutor-notification-element:not(.notification-read) .element-content .header .element-success{color:var(--tutor-color-success)}.tutor-notification-element:not(.notification-read) .element-icon .element-warning,.tutor-notification-element:not(.notification-read) .element-content .header .element-warning{color:var(--tutor-color-warning)}.tutor-notification-element:not(.notification-read) .element-icon .element-danger,.tutor-notification-element:not(.notification-read) .element-content .header .element-danger{color:var(--tutor-color-danger)}.tutor-notification-element:not(.notification-read) .element-icon .element-purple,.tutor-notification-element:not(.notification-read) .element-content .header .element-purple{color:#9b4ab4}.tutor-notification-element{gap:10px;padding-top:20px;padding-bottom:15px;display:flex}.tutor-notification-element .element-icon{color:var(--tutor-color-muted)}.tutor-notification-element .element-icon [class^=element-]{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;display:flex}.tutor-notification-element .element-content .header{justify-content:space-between;margin-bottom:10px;display:flex}.tutor-notification-element .element-content .header .meta{align-items:center;gap:8px;display:flex}.tutor-notification-element .element-content .header .meta .dot{background:var(--tutor-color-primary);border-radius:50%;width:8px;height:8px;display:inline-block;position:relative;box-shadow:0 0 0 2px #e9edfb}.tutor-notification-element .element-content .header .meta .dot:before{content:"";z-index:-1;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes pulse-animation{0%{box-shadow:0 0 rgba(0,0,0,.1)}to{box-shadow:0 0 0 6px transparent}}.tutor-notification-element .element-content .header [class^=element-]{color:var(--tutor-color-secondary)}.tutor-notification-element .element-content .message span{font-weight:400}.tutor-notification-element.notification-read .element-content .header .meta .dot{display:none}.tutor-notification-element.notification-read .element-content .message,.tutor-notification-element.notification-read .element-content .message>*{color:var(--tutor-color-secondary)}.tutor-notification-element-empty{text-align:center;align-items:center;justify-items:center;display:grid}.tutor-notification-element-empty .element-content{max-width:250px}.tutor-course-certificate-tabs.tutor-nav{background:#f6f8fd;border-radius:6px;padding:4px;display:inline-flex}.tutor-course-certificate-tabs.tutor-nav>li>a{color:var(--tutor-color-muted)}.tutor-course-certificate-tabs.tutor-nav>li>a:hover{color:var(--tutor-color-primary);background-color:transparent}.tutor-course-certificate-tabs.tutor-nav>li>a.is-active{color:var(--tutor-color-primary);background-color:var(--tutor-color-white);box-shadow:0 1px 2px rgba(2,11,83,.2)}.tutor-certificate-templates{grid-template-rows:min-content;grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:25px;min-height:580px;display:grid;position:relative}.tutor-certificate-template{flex-direction:column;align-items:flex-start;display:flex}.tutor-certificate-template label{cursor:pointer;flex-direction:column;width:100%;height:100%;margin:0;display:flex;position:relative}.tutor-certificate-template img{border-radius:6px;max-width:100%;height:auto;display:inline-block}.tutor-certificate-template-inner{box-shadow:0 0 0 1px var(--tutor-color-gray-10);z-index:1;background-color:#fff;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.tutor-certificate-template-inner:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42318 12.9161C6.3686 12.8593 6.32513 12.7929 6.29503 12.7201C6.23499 12.558 6.23499 12.3797 6.29503 12.2175C6.32453 12.1445 6.36807 12.0779 6.42318 12.0215L7.33283 11.1496C7.38636 11.0869 7.45336 11.0371 7.52883 11.0038C7.60148 10.971 7.68026 10.9538 7.76001 10.9536C7.84642 10.9519 7.93217 10.9691 8.01129 11.0038C8.0895 11.0386 8.16031 11.0881 8.21985 11.1496L10.9639 13.8986L16.8539 8.00855C16.9119 7.94744 16.981 7.89797 17.0575 7.8628C17.1368 7.82861 17.2224 7.81149 17.3088 7.81255C17.3898 7.813 17.4698 7.83071 17.5435 7.8645C17.6171 7.8983 17.6827 7.94741 17.7359 8.00855L18.6456 8.89306C18.7007 8.9494 18.7442 9.01598 18.7737 9.08906C18.8338 9.25121 18.8338 9.42949 18.7737 9.59163C18.7436 9.66439 18.7002 9.73087 18.6456 9.78763L11.4061 16.9894C11.3522 17.0523 11.2853 17.1029 11.2101 17.1377C11.0492 17.2041 10.8685 17.2041 10.7076 17.1377C10.6323 17.1029 10.5655 17.0523 10.5116 16.9894L6.42318 12.9161Z' fill='white'/%3E%3C/svg%3E%0A");background-position:2px 50%;background-repeat:no-repeat;background-size:25px;background-color:var(--tutor-color-primary);z-index:1;opacity:0;border-radius:50%;width:28px;height:28px;transition:all .2s ease-in;position:absolute;top:-15px;right:-15px}.tutor-certificate-template input[type=radio]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;display:none}.tutor-certificate-template input[type=radio]:checked+.tutor-certificate-template-inner{box-shadow:0 0 0 2px var(--tutor-color-primary)}.tutor-certificate-template input[type=radio]:checked+.tutor-certificate-template-inner:after{opacity:1}.tutor-certificate-template-icon{z-index:10;opacity:0;transition:all .2s ease-in;position:absolute;top:-20px;right:-12px}.tutor-certificate-template-overlay{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);visibility:hidden;opacity:0;background:rgba(255,255,255,.6);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:16px;transition:all .2s ease-in;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-certificate-template:hover .tutor-certificate-template-overlay{visibility:visible;opacity:1}.tutor-dashboard-content-inner .field-label{color:var(--tutor-color-secondary)}.tutor-password-strength-checker{position:relative}.tutor-password-strength-checker .tutor-password-field{text-align:left}.tutor-password-strength-checker .tutor-password-field .field-group,.tutor-password-strength-checker .tutor-password-field .tutor-input-group{position:relative}.tutor-password-strength-checker .tutor-password-field input.password-checker{transition:border-color .3s}.tutor-password-strength-checker .show-hide-btn{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70941 24C7.89169 24.3172 8.14035 24.7327 8.45342 25.2175C9.2055 26.382 10.3194 27.9309 11.7662 29.4741C14.687 32.5897 18.7868 35.5 23.875 35.5C28.9632 35.5 33.063 32.5897 35.9838 29.4741C37.4306 27.9309 38.5445 26.382 39.2966 25.2175C39.6096 24.7327 39.8583 24.3172 40.0406 24C39.8583 23.6828 39.6096 23.2673 39.2966 22.7825C38.5445 21.618 37.4306 20.0691 35.9838 18.5259C33.063 15.4103 28.9632 12.5 23.875 12.5C18.7868 12.5 14.687 15.4103 11.7662 18.5259C10.3194 20.0691 9.2055 21.618 8.45342 22.7825C8.14035 23.2673 7.89169 23.6828 7.70941 24ZM41.75 24C43.0916 23.3292 43.0914 23.3287 43.0911 23.3281L43.0904 23.3267L43.0886 23.3231L43.0831 23.3123L43.065 23.2769C43.0497 23.2472 43.0281 23.2054 43 23.1524C42.944 23.0465 42.8625 22.8955 42.7558 22.706C42.5427 22.3272 42.2287 21.7929 41.8167 21.155C40.9946 19.882 39.7726 18.1809 38.1724 16.4741C34.9995 13.0897 30.1618 9.5 23.875 9.5C17.5882 9.5 12.7505 13.0897 9.57757 16.4741C7.97744 18.1809 6.75544 19.882 5.9333 21.155C5.5213 21.7929 5.20726 22.3272 4.99415 22.706C4.88754 22.8955 4.80601 23.0465 4.74996 23.1524C4.72193 23.2054 4.70025 23.2472 4.68497 23.2769L4.66685 23.3123L4.6614 23.3231L4.65889 23.3281C4.65861 23.3287 4.65836 23.3292 6 24L4.65836 23.3292C4.44721 23.7515 4.44721 24.2485 4.65836 24.6708L6 24C4.65836 24.6708 4.65861 24.6713 4.65889 24.6719L4.6614 24.6769L4.66685 24.6877L4.68497 24.7231C4.70025 24.7529 4.72193 24.7946 4.74996 24.8476C4.80601 24.9535 4.88754 25.1045 4.99415 25.294C5.20726 25.6729 5.5213 26.2071 5.9333 26.845C6.75544 28.118 7.97744 29.8191 9.57757 31.5259C12.7505 34.9103 17.5882 38.5 23.875 38.5C30.1618 38.5 34.9995 34.9103 38.1724 31.5259C39.7726 29.8191 40.9946 28.118 41.8167 26.845C42.2287 26.2071 42.5427 25.6729 42.7558 25.294C42.8625 25.1045 42.944 24.9535 43 24.8476C43.0281 24.7946 43.0497 24.7529 43.065 24.7231L43.0831 24.6877L43.0886 24.6769L43.0904 24.6733L43.0911 24.6719C43.0914 24.6713 43.0916 24.6708 41.75 24ZM41.75 24L43.0916 24.6708C43.3028 24.2485 43.3028 23.7515 43.0916 23.3292L41.75 24Z' fill='%23212327'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.875 20.625C22.011 20.625 20.5 22.136 20.5 24C20.5 25.864 22.011 27.375 23.875 27.375C25.739 27.375 27.25 25.864 27.25 24C27.25 22.136 25.739 20.625 23.875 20.625ZM17.5 24C17.5 20.4792 20.3542 17.625 23.875 17.625C27.3958 17.625 30.25 20.4792 30.25 24C30.25 27.5208 27.3958 30.375 23.875 30.375C20.3542 30.375 17.5 27.5208 17.5 24Z' fill='%23212327'/%3E%3C/svg%3E");background-size:30px;width:30px;height:30px;font-size:15px;font-weight:600;display:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.tutor-password-strength-checker .show-hide-btn.hide-btn{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9965 13.1362C23.0202 13.1339 22.047 13.2452 21.0964 13.4677C20.2898 13.6565 19.4828 13.1556 19.294 12.349C19.1052 11.5424 19.6061 10.7354 20.4127 10.5466C21.5891 10.2713 22.7935 10.1335 24.0018 10.1362C30.0093 10.1369 34.6277 13.5671 37.6511 16.7921C39.1767 18.4194 40.3415 20.0409 41.1251 21.2543C41.5179 21.8624 41.8173 22.3718 42.0206 22.7332C42.1223 22.9141 42.2002 23.0582 42.2537 23.1594C42.2805 23.2101 42.3013 23.2501 42.316 23.2786L42.3334 23.3127L42.3387 23.3231L42.3411 23.328C42.3414 23.3285 42.3416 23.3291 41 23.9999L42.3416 23.3291C42.5592 23.7642 42.5522 24.2779 42.3229 24.707C41.3355 26.5541 40.158 28.2931 38.8096 29.8956C38.2762 30.5295 37.3299 30.611 36.6961 30.0776C36.0622 29.5442 35.9807 28.598 36.5141 27.9641C37.5555 26.7265 38.4836 25.3986 39.2875 23.9963C39.117 23.7011 38.889 23.3215 38.605 22.8818C37.8914 21.777 36.8347 20.3076 35.4625 18.844C32.6908 15.8875 28.8098 13.1362 24 13.1362L23.9965 13.1362ZM13.9096 13.6277C14.5069 13.1717 15.3493 13.2279 15.8807 13.7592L21.7784 19.6569C21.7819 19.6604 21.7854 19.6639 21.7889 19.6674L28.3324 26.2109C28.3359 26.2145 28.3395 26.218 28.343 26.2216L34.2407 32.1192C34.5467 32.4252 34.7056 32.8486 34.6766 33.2804C34.6476 33.7122 34.4335 34.1105 34.0893 34.3728C31.1929 36.5806 27.666 37.8038 24.0245 37.8633L24 37.8635C17.9916 37.8635 13.3726 34.4329 10.3489 31.2076C8.82332 29.5803 7.6585 27.9588 6.87488 26.7455C6.48215 26.1374 6.18271 25.628 5.97939 25.2665C5.87767 25.0857 5.79984 24.9416 5.74625 24.8403C5.71945 24.7897 5.6987 24.7497 5.68404 24.7212L5.66662 24.6871L5.66134 24.6766L5.65889 24.6718C5.65861 24.6712 5.65836 24.6707 7 23.9999L5.65836 24.6707C5.44039 24.2348 5.44782 23.7201 5.67827 23.2906C7.70177 19.5196 10.5083 16.225 13.9096 13.6277ZM8.71331 24.0048C8.88371 24.2999 9.11149 24.6789 9.395 25.1179C10.1086 26.2228 11.1653 27.6921 12.5375 29.1558C15.3068 32.1098 19.1836 34.8588 23.9878 34.8635C26.404 34.8219 28.7586 34.1587 30.8297 32.9509L27.1742 29.2954C26.9214 29.456 26.6567 29.5982 26.3818 29.7207C25.6291 30.0561 24.8165 30.2364 23.9926 30.2509C23.1687 30.2655 22.3503 30.1139 21.5862 29.8053C20.8221 29.4967 20.128 29.0373 19.5453 28.4546C18.9626 27.8719 18.5032 27.1778 18.1946 26.4137C17.886 25.6496 17.7344 24.8312 17.7489 24.0073C17.7635 23.1833 17.9438 22.3708 18.2792 21.6181C18.4017 21.3432 18.5439 21.0784 18.7044 20.8256L14.7099 16.8311C12.3103 18.8548 10.2806 21.2821 8.71331 24.0048ZM20.933 23.0542C20.817 23.3767 20.7545 23.7165 20.7485 24.0602C20.741 24.4813 20.8185 24.8996 20.9763 25.2902C21.134 25.6807 21.3688 26.0354 21.6666 26.3333C21.9644 26.6311 22.3192 26.8659 22.7097 27.0236C23.1003 27.1814 23.5186 27.2588 23.9397 27.2514C24.2834 27.2453 24.6232 27.1828 24.9457 27.0669L20.933 23.0542Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93934 5.93934C6.52513 5.35355 7.47487 5.35355 8.06066 5.93934L42.0607 39.9393C42.6464 40.5251 42.6464 41.4749 42.0607 42.0607C41.4749 42.6464 40.5251 42.6464 39.9393 42.0607L5.93934 8.06066C5.35355 7.47487 5.35355 6.52513 5.93934 5.93934Z' fill='black'/%3E%3C/svg%3E%0A")}.tutor-password-strength-hint{justify-content:space-between;align-items:center;margin-top:7px;display:flex}.tutor-password-strength-hint .indicator{justify-content:space-between;align-items:center;gap:25px;height:10px;margin:10px 0;display:none}.tutor-password-strength-hint .indicator span{background:#d3d3d3;border-radius:5px;width:72px;height:2px;position:relative}.tutor-password-strength-hint .indicator span.active:before{content:"";border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.tutor-password-strength-hint .indicator span.weak:before{background-color:#f44337}.tutor-password-strength-hint .indicator span.medium:before{background-color:#ed9700}.tutor-password-strength-hint .indicator span.strong:before{background-color:var(--tutor-color-success)}.tutor-password-strength-hint .indicator span:nth-child(2){margin:0 3px}.tutor-password-strength-hint .text{text-align:right;text-transform:capitalize;display:none}.tutor-password-strength-hint .text.weak{color:#f44337}.tutor-password-strength-hint .text.medium{color:#ed9700}.tutor-password-strength-hint .text.strong{color:var(--tutor-color-success)}.tutor-card{word-wrap:break-word;background-color:#fff;border-radius:6px;flex-direction:column;min-width:0;display:flex;position:relative}.tutor-card:not(.tutor-no-border){border:1px solid var(--tutor-border-color)}.tutor-card-header{border-radius:5px 5px 0 0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.tutor-card-header:not(.tutor-no-border){border-bottom:1px solid var(--tutor-border-color)}.tutor-card-title{margin:0;font-size:16px;font-weight:500}.tutor-card-body{flex:auto;padding:20px}.tutor-card-footer{border-radius:0 0 5px 5px;padding:16px 20px}.tutor-card-footer:not(.tutor-no-border){border-top:1px solid var(--tutor-border-color)}.tutor-card-image{border-radius:5px}.tutor-card-image-top{border-radius:5px 5px 0 0}.tutor-card-image-right{border-radius:0 5px 5px 0}.tutor-card-image-bottom{border-radius:0 0 5px 5px}.tutor-card-image-left{border-radius:5px 0 0 5px}.tutor-card-secondary{border:2px solid #e0e2ea}.tutor-card.is-selected{background-color:rgba(var(--tutor-color-primary-rgb),.05);border-color:rgba(var(--tutor-color-primary-rgb),.4)}.tutor-card.is-active{background-color:rgba(var(--tutor-color-primary-rgb),.05);border-color:var(--tutor-color-primary)}.tutor-card-sm .tutor-card-header{padding:10px 16px}.tutor-card-sm .tutor-card-body,.tutor-card-sm .tutor-card-footer{padding:16px}.tutor-card-md .tutor-card-header{padding:24px 32px}.tutor-card-md .tutor-card-body{padding:32px}.tutor-card-md .tutor-card-footer{padding:24px 32px}.tutor-card-list{border-radius:6px;flex-direction:column;margin-bottom:0;padding-left:0;display:flex}.tutor-card-list:first-child{border-top-width:0;border-top-left-radius:5px;border-top-right-radius:5px}.tutor-card-list-item{color:var(--tutor-body-color);background-color:#fff;text-decoration:none;display:block;position:relative}.tutor-card-list-item:nth-child(2n){background-color:#fcfcfd}.tutor-card-list-item:not(:last-child){border-bottom:1px solid #cdcfd5}.tutor-card-list-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-card-list-item:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}@media (min-width:1200px){.tutor-card-list-horizontal{flex-direction:row}.tutor-card-list-horizontal .tutor-card-list-item{border-bottom:0;border-radius:6px;flex-grow:1;flex-shrink:0}.tutor-card-list-horizontal .tutor-card-list-item:not(:last-child){border-right:1px solid #cdcfd5;border-top-right-radius:0;border-bottom-right-radius:0}}.tutor-accordion-item{background-color:#fff;border:1px solid #e0e2ea;border-radius:6px}.tutor-accordion-item:not(:last-child){margin-bottom:10px}@media (min-width:992px){.tutor-accordion-item:not(:last-child){margin-bottom:20px}}.tutor-accordion-item-header{color:var(--tutor-color-secondary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:#fcfcfd;border-radius:6px;padding:16px 40px 16px 20px;font-size:20px;font-weight:500;line-height:1.4;transition:all .3s ease-in;position:relative;margin:0!important}.tutor-accordion-item-header:after{content:"";color:var(--tutor-color-primary);font-size:16px;font-weight:400;transition:all .15s;position:absolute;top:50%;right:16px;transform:translateY(-50%)rotate(0);font-family:tutor!important}.tutor-accordion-item-header:hover{color:var(--tutor-color-primary)}.tutor-accordion-item-header.is-active{color:var(--tutor-color-primary);background-color:#eff1f6;border-radius:6px 6px 0 0}.tutor-accordion-item-header.is-active:after{transform:translateY(-50%)rotate(-90deg)}.tutor-accordion-item-header .tooltip-wrap.tooltip-icon{margin-left:8px;font-size:16px;position:relative;top:1px}.tutor-accordion-item-body{overflow:hidden}.tutor-accordion-item-body-content{border-top:1px solid #e0e2ea;padding:0 16px}.tutor-modal{z-index:99999;outline:0;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow-x:hidden;overflow-y:auto}.tutor-modal-open{overflow:hidden}.tutor-modal.tutor-is-active,.tutor-modal-active{display:block}.tutor-modal-overlay{z-index:-1;background-color:rgba(0,0,0,.75);width:100%;height:100%;position:fixed;top:0;left:0}.tutor-modal-window{pointer-events:none;align-items:center;width:auto;max-width:640px;min-height:calc(100% - 96px);margin:48px auto;display:flex;position:relative}.tutor-modal-window-lg{max-width:880px}.tutor-modal-window-md{max-width:520px}.tutor-modal-window-sm{max-width:430px}.tutor-modal-content{pointer-events:auto;border:1px solid var(--tutor-border-color);background-color:#eff1f7;background-clip:padding-box;border-radius:16px;outline:0;flex-direction:column;width:100%;display:flex;position:relative}.tutor-modal-content-white{background-color:#fff}.tutor-modal-header,.tutor-modal-footer{background-color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.tutor-modal-header{border-bottom:1px solid var(--tutor-border-color);border-top-left-radius:16px;border-top-right-radius:16px}.tutor-modal-header .tutor-modal-close{margin-right:-16px}.tutor-modal .tutor-modal-close-o{z-index:1;font-size:20px;position:absolute;top:16px;right:16px}.tutor-modal-title{color:var(--tutor-body-color);margin:0;font-size:20px;font-weight:700;line-height:1.2}.tutor-modal-footer{border-top:1px solid var(--tutor-border-color);border-bottom-right-radius:16px;border-bottom-left-radius:16px}.tutor-modal-body{flex:auto;padding:24px 32px;position:relative}.tutor-modal-scrollable .tutor-modal-window{height:calc(100% - 96px)}.tutor-modal-scrollable .tutor-modal-content{max-height:100%;overflow:hidden}.tutor-modal-scrollable .tutor-modal-body{overflow-y:auto}.tutor-modal-steps ul{justify-content:space-between;margin:0;padding:0;list-style:none;display:flex;position:relative;overflow:hidden}.tutor-modal-steps ul li{color:var(--tutor-color-muted);z-index:8;flex-direction:column;align-items:center;font-size:15px;line-height:24px;display:flex;position:relative}.tutor-modal-steps ul li:nth-child(2){z-index:7}.tutor-modal-steps ul li:nth-child(3){z-index:6}.tutor-modal-steps ul li:nth-child(4){z-index:5}.tutor-modal-steps ul li:nth-child(5){z-index:4}.tutor-modal-steps ul li:nth-child(6){z-index:3}.tutor-modal-steps ul li:nth-child(7){z-index:2}.tutor-modal-steps ul li:nth-child(8){z-index:1}.tutor-modal-steps ul li:nth-child(9){z-index:0}.tutor-modal-steps ul li .tutor-modal-step-btn{width:20px;height:20px;color:var(--tutor-color-muted);background:var(--tutor-color-gray);cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;margin:4px 0;font-size:13px;display:flex;position:relative}.tutor-modal-steps ul li .tutor-modal-step-btn:before{content:"";background-color:var(--tutor-color-gray);width:1000px;height:2px;margin-top:-1px;position:absolute;top:50%;right:100%}.tutor-modal-steps ul li.tutor-is-completed{color:var(--tutor-body-color)}.tutor-modal-steps ul li.tutor-is-completed .tutor-modal-step-btn:before{background-color:var(--tutor-color-primary)}.tutor-modal-steps ul li.tutor-is-completed .tutor-modal-step-btn{color:transparent;background-position:5px;background-repeat:no-repeat;background-size:10px;background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9'%3e%3cpath d='M.436496 4.58374C.391263 4.5367.355238 4.4816.330285 4.4213c-.049755-.13438-.049755-.28214 0-.41652a.499923.499923 0 01.106211-.16244l.753894-.72265c.04436-.05197.09989-.09326.16244-.12079.06021-.02724.1255-.04143.19159-.04165.07162-.00139.14269.01282.20826.04165.06482.02883.1235.06983.17285.12079L4.1997 5.39802 9.08124.516483c.04802-.050643.10527-.091641.16869-.120789.06572-.028338.13668-.042529.20825-.041652a.472749.472749 0 01.19453.043062c.06105.02801.11542.068706.15951.119379l.75388.733067c.0457.04668.0818.10187.1062.16244.0498.13438.0498.28213 0 .41651-.0249.0603-.061.1154-.1062.16244L4.56623 7.95958c-.04471.05213-.10011.09403-.16244.12287-.13338.05508-.28314.05508-.41651 0-.06233-.02884-.11773-.07074-.16244-.12287L.436496 4.58374z' fill='%23fff'/%3e%3c/svg%3e")}.tutor-modal-steps ul li:first-child .tutor-modal-step-btn:after,.tutor-modal-steps ul li:last-child .tutor-modal-step-btn:after{content:"";background-color:#fff;width:100px;height:2px;margin-top:-1px;position:absolute;top:50%;right:100%}.tutor-modal-steps ul li:last-child .tutor-modal-step-btn:after{left:100%;right:auto}.tutor-quiz-item{background:var(--tutor-color-white);border-radius:6px;display:flex}.tutor-quiz-item .tutor-quiz-item-label{flex-grow:1;align-items:flex-start;min-width:0;display:inline-flex}.tutor-quiz-item .tutor-quiz-item-label .tutor-quiz-item-name{margin:0;padding:9px 0;font-size:15px;font-weight:400;line-height:24px}.tutor-quiz-item .tutor-quiz-item-label .tutor-quiz-item-draggable{color:var(--tutor-color-muted);cursor:move;padding:0 15px 0 13px;line-height:42px}.tutor-quiz-item .tutor-quiz-item-action{align-items:flex-start;padding-left:20px;padding-right:3px;display:inline-flex}.tutor-quiz-item .tutor-quiz-item-action .tutor-quiz-item-type{align-items:center;width:165px;padding-right:10px;font-size:13px;line-height:42px;display:inline-flex}.tutor-radio-select{background:var(--tutor-color-white);cursor:pointer;border-radius:6px;padding:13px;display:flex}.tutor-radio-select .tutor-form-check-input{width:19px;height:19px;margin-top:4px}.tutor-radio-select .tutor-radio-select-content{color:var(--tutor-color-muted);padding-left:12px;font-size:13px;line-height:18px}.tutor-radio-select .tutor-radio-select-content .tutor-radio-select-title{color:var(--tutor-body-color);font-size:15px;line-height:24px;display:block}.tutor-radio-select .tutor-radio-select-content a{color:var(--tutor-color-primary);text-decoration:none}.tutor-radio-select .tutor-radio-select-content a:hover{color:var(--tutor-color-primary-hover)}.tutor-modal .tutor-alert{padding:8px 12px}.tutor-modal .tutor-alert.tutor-warning{background-color:rgba(var(--tutor-color-warning),.15);color:var(--tutor-color-warning);border-color:rgba(var(--tutor-color-warning),.3);text-align:left}.tutor-modal-ins-approval .tutor-modal-root{width:634px}.tutor-modal-ins-approval .tutor-modal-buttons .tutor-btn{max-width:280px}.tutor-modal-ins-approval .tutor-avatar{width:100px;height:100px}.tutor-modal-ins-approval .tutor-avatar img{object-fit:cover}.tutor-modal-ins-approval .tutor-modal-buttons{max-width:280px;margin-left:auto;margin-right:auto}@media (max-width:575.98px){.tutor-modal .tutor-btn:not(.tutor-is-icon-btn){width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-size:14px;font-weight:400;line-height:2;height:auto!important;padding:6px 20px!important}}.tutor-modal.tutor-login-modal .tutor-modal-root .tutor-modal-body{align-items:unset;padding:50px 57px}.tutor-modal.tutor-login-modal .tutor-modal-root .tutor-modal-body .tutor-form-check label{color:var(--tutor-color-muted)}.tutor-meta{align-items:center;gap:16px;display:flex}.tutor-meta>*{color:var(--tutor-color-hints);font-size:14px;line-height:1.6}.tutor-meta-value,.tutor-meta a{color:var(--tutor-body-color);font-weight:500}.tutor-meta a{text-decoration:none}.tutor-meta a:hover,.tutor-meta a:focus,.tutor-meta a:active{color:var(--tutor-color-primary);outline:0;text-decoration:none}.tutor-meta-icon{margin-right:4px;line-height:1.6}.tutor-wp-dashboard-filter{gap:30px}@media (max-width:1300px){.tutor-wp-dashboard-filter{flex-wrap:wrap;margin-top:40px}}@media (max-width:575.98px){.tutor-wp-dashboard-filter{flex-direction:row;display:block!important}.tutor-wp-dashboard-filter-items{display:block!important}.tutor-wp-dashboard-filter-items .tutor-input-group{width:100%!important;max-width:100%!important}.tutor-wp-dashboard-filter-item{margin-top:20px}}.tutor-wp-dashboard-filter .tutor-form-select-label{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;max-width:200px;display:inline-block;overflow:hidden}.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items{gap:24px}.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items .tutor-form-label{color:var(--tutor-color-secondary)}.tutor-wp-dashboard-header{border-bottom:1px solid #e0e2ea;margin-bottom:24px}.tutor-wp-dashboard-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.tutor-wp-dashboard-header-title{color:var(--tutor-body-color);font-size:24px;font-weight:400;line-height:40px}.tutor-wp-dashboard-course-filter{align-items:start;gap:24px;display:flex}@media (max-width:575.98px){.tutor-wp-dashboard-course-filter{flex-direction:column;gap:16px}}body:not(.rtl) .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-right.tutor-flex-column .tutor-wp-dashboard-filter-tag-dropdown:last-child .tutor-form-select-dropdown{left:auto;right:0}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order{color:#9197a8;border:1px solid var(--tutor-border-color);cursor:pointer;background-color:#fff;border-radius:6px;padding:12px;font-size:14px;line-height:1.5;transition:all .25s ease-in-out;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order i{transition:background-color .25s ease-in-out}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order:hover{background-color:#f5f6fa;border-color:#9095a3}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order:hover i{color:var(--tutor-color-primary)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters{position:relative}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button{color:#212327;border:1px solid var(--tutor-border-color);cursor:pointer;background-color:#fff;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:14px;transition:all .25s ease-in-out;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button.active{padding:4px 6px 4px 12px}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button.active{padding:4px 12px 4px 6px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button i{color:#9197a8;transition:background-color .25s ease-in-out}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button:hover{background-color:#f5f6fa;border-color:#9095a3}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button:hover i{color:var(--tutor-color-primary)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-line{background:#e0e2ea;border-radius:4px;width:1px;height:24px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-count{width:30px;height:30px;color:var(--tutor-color-primary);background-color:#d2dbf5;border-radius:4px;justify-content:center;align-items:center;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters .tutor-dropdown{border:none;border-radius:6px;min-width:266px;padding:16px;top:calc(100% + 2px)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters .tutor-form-label{margin-bottom:4px;font-weight:400}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-wrapper{align-items:center;gap:8px;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown{background-color:#fff;border-radius:4px;align-items:center;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown select.tutor-form-control{width:100px!important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown .tutor-form-select{color:#41454f!important;background-color:transparent!important;border:none!important;border-radius:0!important;min-width:auto!important;font-size:14px!important;line-height:24px!important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a{color:#9197a8;width:40px;height:40px;transition:color .25 ease-in-out;border-left:1px solid #f5f5f5;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a{border-left:none;border-right:1px solid #f5f5f5}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a:hover{color:var(--tutor-color-primary)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag{color:var(--tutor-color-secondary);text-transform:capitalize;background-color:#fff;border-radius:4px;align-items:center;padding-left:12px;font-size:14px;line-height:18px;display:flex}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag{padding-left:0;padding-right:12px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a{color:#9197a8;width:40px;height:40px;transition:color .25 ease-in-out;border-left:1px solid #f5f5f5;justify-content:center;align-items:center;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a:hover{color:var(--tutor-color-primary)}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a{border-left:none;border-right:1px solid #f5f5f5}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag .tutor-v2-date-picker input.tutor-form-control{background-color:transparent;width:90px;border:none!important;margin:0!important;padding:0!important;font-size:14px!important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag .tutor-v2-date-picker .tutor-form-icon{display:none}.tutor-course-details-header a{text-decoration:none}@media (min-width:992px){.tutor-course-details-title{max-width:80%}}.tutor-course-details-page-main .plyr--video,.tutor-course-details-page-main .tutor-course-thumbnail img,.tutor-course-details-page-main .tutor-video-player{border-radius:6px;overflow:hidden}@media (min-width:800px){.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:500;background:rgba(255,255,255,.6);position:-webkit-sticky;position:sticky;top:0}.admin-bar .tutor-course-details-tab .tutor-is-sticky{top:32px}}.tutor-course-details-widget ul{margin:0;padding:0}.tutor-course-details-widget-list{margin-top:16px}.tutor-course-details-widget-tags{margin-left:-16px}.tutor-course-details-widget-tags .tutor-tag-list li a{margin-bottom:16px}@media (min-width:768px){.tutor-course-details-widget-col-2 ul{flex-flow:wrap;justify-content:space-between;display:flex}.tutor-course-details-widget-col-2 ul>li{width:calc(50% - 1.2rem)}}.tutor-course-sidebar-card{border:1px solid var(--tutor-border-color);border-radius:6px;position:relative}.tutor-course-sidebar-card-footer{border-top:1px solid var(--tutor-border-color)}.tutor-course-sidebar-card-meta-list li>div{flex-basis:50%;justify-content:flex-start;max-width:50%}.tutor-course-sidebar-card-meta-list li:not(:last-child){margin-bottom:9px}.tutor-course-sidebar-card .tutor-alert .tutor-alert-text{align-items:flex-start}.tutor-course-sidebar-card .tutor-alert .tutor-alert-icon{margin-top:-4px}.tutor-course-sidebar-card-membership-plan{border-color:rgba(var(--tutor-color-primary),.2)}.tutor-course-sidebar-card-membership-plan-badge{position:absolute;top:-1px;right:30px}.tutor-course-sidebar-card-membership-plan-badge.badge-left{right:unset;left:30px}.tutor-course-sidebar-card-membership-plan.badge-triangle-ribbon{position:relative}.tutor-course-sidebar-card-membership-plan.badge-triangle-ribbon:before{content:"";color:#fff;-webkit-clip-path:polygon(100% 0,0 0,100% 100%);clip-path:polygon(100% 0,0 0,100% 100%);background:#3e64de url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91728 2.33301C6.98861 2.33348 7.05929 2.34669 7.12598 2.37202C7.19764 2.39504 7.26396 2.43218 7.32103 2.48125C7.37943 2.53622 7.4259 2.60261 7.45756 2.6763L8.63177 5.06371L11.2884 5.45381C11.3645 5.46335 11.4377 5.4893 11.5029 5.52988C11.565 5.56953 11.6214 5.61743 11.6707 5.67227C11.7124 5.7317 11.744 5.7976 11.7643 5.86732C11.7833 5.93195 11.7931 5.99891 11.7935 6.06627C11.7945 6.13854 11.7784 6.21002 11.7467 6.27497C11.7144 6.33838 11.6722 6.3963 11.6219 6.44662L9.68894 8.33276L10.1454 10.9893C10.1601 11.0601 10.1601 11.1331 10.1454 11.2039C10.1292 11.2731 10.1015 11.339 10.0634 11.3989C10.0277 11.4611 9.97919 11.515 9.92105 11.5569C9.80242 11.6419 9.65634 11.6795 9.51144 11.6623C9.4421 11.6521 9.37565 11.6275 9.31639 11.5901L6.91728 10.3515L4.52596 11.5901C4.4667 11.6275 4.40025 11.6521 4.33091 11.6623C4.18602 11.6795 4.03993 11.6419 3.9213 11.5569C3.86317 11.515 3.81463 11.4611 3.77892 11.3989C3.74081 11.339 3.71311 11.2731 3.69699 11.2039C3.68227 11.1331 3.68227 11.0601 3.69699 10.9893L4.15341 8.33276L2.21266 6.45637C2.16394 6.40236 2.12381 6.34118 2.09368 6.27497C2.06362 6.20917 2.04578 6.13846 2.04102 6.06627C2.04088 5.99695 2.05074 5.92798 2.07027 5.86147C2.09099 5.79005 2.12618 5.72366 2.17365 5.66642C2.21755 5.61005 2.27103 5.56185 2.33164 5.52403C2.39717 5.48522 2.4704 5.46125 2.5462 5.45381L5.20278 5.06371L6.39259 2.66459C6.42351 2.59437 6.46945 2.53179 6.52717 2.48125C6.58425 2.43218 6.65057 2.39504 6.72223 2.37202C6.78461 2.34823 6.85054 2.33505 6.91728 2.33301V2.33301Z' fill='white'/%3E%3C/svg%3E%0A") 90% 10%/12px no-repeat;border-radius:0 5px 0 0;width:26px;height:26px;transition:all .2s;position:absolute;top:-1px;right:-1px}.tutor-course-sidebar-card-pick-plan-label{cursor:pointer;align-items:center;display:grid;position:relative}.tutor-course-sidebar-card-pick-plan-label input[type=radio]{border:2px solid var(--tutor-border-color);z-index:1;width:20px;height:20px;position:absolute;left:20px}.tutor-course-sidebar-card-pick-plan-label input[type=radio]:checked~.tutor-course-sidebar-card-pick-plan-input{background:rgba(var(--tutor-color-primary),.15);border-color:var(--tutor-color-primary)}.tutor-course-sidebar-card-pick-plan-label input[type=radio]:checked~.tutor-course-sidebar-card-pick-plan-input:before{opacity:1}.tutor-course-sidebar-card-pick-plan-input{grid-gap:10px;grid-template-columns:1fr auto;align-items:center;padding:16px 20px 16px 48px;transition:all .4s;display:grid;position:relative}.tutor-course-sidebar-card-pick-plan-input:before{content:"";color:#fff;-webkit-clip-path:polygon(100% 0,0 0,100% 100%);clip-path:polygon(100% 0,0 0,100% 100%);opacity:0;background:#3e64de url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91728 2.33301C6.98861 2.33348 7.05929 2.34669 7.12598 2.37202C7.19764 2.39504 7.26396 2.43218 7.32103 2.48125C7.37943 2.53622 7.4259 2.60261 7.45756 2.6763L8.63177 5.06371L11.2884 5.45381C11.3645 5.46335 11.4377 5.4893 11.5029 5.52988C11.565 5.56953 11.6214 5.61743 11.6707 5.67227C11.7124 5.7317 11.744 5.7976 11.7643 5.86732C11.7833 5.93195 11.7931 5.99891 11.7935 6.06627C11.7945 6.13854 11.7784 6.21002 11.7467 6.27497C11.7144 6.33838 11.6722 6.3963 11.6219 6.44662L9.68894 8.33276L10.1454 10.9893C10.1601 11.0601 10.1601 11.1331 10.1454 11.2039C10.1292 11.2731 10.1015 11.339 10.0634 11.3989C10.0277 11.4611 9.97919 11.515 9.92105 11.5569C9.80242 11.6419 9.65634 11.6795 9.51144 11.6623C9.4421 11.6521 9.37565 11.6275 9.31639 11.5901L6.91728 10.3515L4.52596 11.5901C4.4667 11.6275 4.40025 11.6521 4.33091 11.6623C4.18602 11.6795 4.03993 11.6419 3.9213 11.5569C3.86317 11.515 3.81463 11.4611 3.77892 11.3989C3.74081 11.339 3.71311 11.2731 3.69699 11.2039C3.68227 11.1331 3.68227 11.0601 3.69699 10.9893L4.15341 8.33276L2.21266 6.45637C2.16394 6.40236 2.12381 6.34118 2.09368 6.27497C2.06362 6.20917 2.04578 6.13846 2.04102 6.06627C2.04088 5.99695 2.05074 5.92798 2.07027 5.86147C2.09099 5.79005 2.12618 5.72366 2.17365 5.66642C2.21755 5.61005 2.27103 5.56185 2.33164 5.52403C2.39717 5.48522 2.4704 5.46125 2.5462 5.45381L5.20278 5.06371L6.39259 2.66459C6.42351 2.59437 6.46945 2.53179 6.52717 2.48125C6.58425 2.43218 6.65057 2.39504 6.72223 2.37202C6.78461 2.34823 6.85054 2.33505 6.91728 2.33301V2.33301Z' fill='white'/%3E%3C/svg%3E%0A") 90% 10%/12px no-repeat;border-radius:0 5px 0 0;width:26px;height:26px;transition:all .2s;position:absolute;top:-1px;right:-1px}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-label input[type=radio]{top:24px}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input{padding-left:16px;display:block}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan{grid-gap:10px;grid-template-columns:1fr auto;align-items:center;padding:0 16px 0 40px;transition:all .4s;display:grid;position:relative}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan-details{max-height:0;transition:max-height .25s linear;overflow:hidden}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan-details>:first-child{margin-top:17px}.tutor-course-details-page ul.tutor-course-details-widget-list{padding:0;list-style:none}.tutor-course-details-page .tutor-course-thumbnail img{width:100%;max-height:100%}@media (min-width:992px){.tutor-course-details-page-main{grid-gap:32px;grid-template-columns:8fr 4fr;display:grid}}@media (min-width:1200px){.tutor-course-details-page-main{grid-gap:54px}}.tutor-course-content-list{margin:0 -16px;padding:0;list-style:none}.tutor-course-content-list-item{background-color:#fff;justify-content:space-between;align-items:start;gap:8px;padding:8px 16px;font-size:16px;transition:background-color .3s ease-in;display:flex}.tutor-course-content-list-item:last-child{border-radius:0 0 6px 6px}.tutor-course-content-list-item:hover{background-color:#eff1f6}.tutor-course-content-list-item-title{margin:0;padding:0;font-size:16px;font-weight:400;line-height:1.6}.tutor-course-content-list-item-title a{color:inherit}.tutor-course-content-list-item-icon{color:rgba(var(--tutor-body-color-rgb),.35)}.tutor-review-summary-average-rating{color:var(--tutor-body-color);font-size:80px;font-weight:500;line-height:81px}.tutor-review-summary-rating:not(:last-child){margin-bottom:8px}.tutor-quesanswer-askquestion textarea.tutor-form-control{min-height:72px}.tutor-quesanswer-commentlist{list-style:none}.tutor-quesanswer-commentlist .commentlist-comment{border-radius:6px;position:relative}.tutor-quesanswer-commentlist .commentlist-comment>*{z-index:1;position:relative}.tutor-quesanswer-commentlist .commentlist-comment:before{content:"";background:inherit;-webkit-clip-path:polygon(0% 0%,0% 100%,100% 0%);clip-path:polygon(0% 0%,0% 100%,100% 0%);border-radius:3px;width:20px;height:20px;position:absolute;top:-5px;left:15px;transform:rotate(45deg)}.tutor-quesanswer-commentlist .commentlist-comment:after{content:"";background:#fff;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-quesanswer-commentlist .commentlist-comment:before,.tutor-quesanswer-commentlist .commentlist-comment:after{opacity:.5}.tutor-quesanswer-commentlist-item-reply .commentlist-comment:before{left:unset;right:15px}.tutor-announcement{border:1px solid var(--tutor-border-color);border-radius:6px;overflow:hidden}.tutor-emptystate img{max-width:100%}.tutor-gradebook-finalgrade{box-sizing:border-box;background:#f6f8fd;border:1px solid #e9edfb;border-radius:6px}.tutor-gradebook-grade-badge{width:38px;height:38px;color:var(--tutor-color-primary);border:1px solid var(--tutor-color-primary);border-radius:100px;justify-content:center;align-items:center;font-size:16px;line-height:1.4px;display:inline-flex}.tutor-gradebook-grade-badge-lg{width:64px;height:64px;font-size:28px;font-weight:700}.tutor-course-card{height:100%}.tutor-course-card .tutor-card-body{flex-flow:column;display:flex}.tutor-course-card .tutor-course-bookmark{position:absolute;top:12px;right:12px}.tutor-course-card .tutor-course-co-author-badge{color:#fff;background:#3f51b5;border-radius:4px;padding:0 7px;font-size:10px;position:absolute;top:9px;right:10px}.tutor-course-card .tutor-course-difficulty-level{background:var(--tutor-color-primary);color:#fff;border-radius:50px;padding:4px 8px;font-size:12px;font-weight:500;line-height:1.4;position:absolute;top:12px;left:12px}.tutor-course-card .tutor-course-name{-webkit-line-clamp:3;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-course-card .tutor-course-name,.tutor-course-card .tutor-course-name a{color:var(--tutor-body-color)}.tutor-course-card .tutor-course-name a:hover{color:var(--tutor-color-primary)}.tooltip-wrap{cursor:pointer;display:inline-block;position:relative}.tooltip-wrap.tooltip-icon{color:var(--tutor-color-muted);margin-left:4px}.tooltip-wrap.tooltip-icon:after{content:"";font-family:tutor}.tooltip-wrap.tutor-d-block{display:block!important}.tooltip-wrap.tutor-d-flex{display:flex!important}.tooltip-wrap .tooltip-txt{background:var(--tutor-body-color);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:208px;color:var(--tutor-color-white);text-align:center;z-index:100;opacity:0;visibility:hidden;border-radius:10px;padding:10px 15px;transition:all .2s ease-in;position:absolute}.tooltip-wrap .tooltip-txt:after{content:"";border:5px solid transparent;position:absolute}.tooltip-wrap:hover .tooltip-txt{opacity:1;visibility:visible;-webkit-filter:blur();filter:blur()}.tooltip-wrap .tooltip-top{bottom:calc(100% + 8px)}.tooltip-wrap .tooltip-top:after{border-top-color:var(--tutor-body-color);margin-left:-5px;top:100%;left:50%}.tooltip-wrap .tooltip-bottom{top:calc(100% + 8px)}.tooltip-wrap .tooltip-bottom:after{border-bottom-color:var(--tutor-body-color);margin-left:-5px;bottom:100%;left:50%}.tooltip-wrap .tooltip-top,.tooltip-wrap .tooltip-bottom{left:50%;transform:translate(-50%)}.tooltip-wrap .tooltip-left,.tooltip-wrap .tooltip-right{top:-5px}.tooltip-wrap .tooltip-left:after,.tooltip-wrap .tooltip-right:after{margin-top:-5px;top:18px}.tooltip-wrap .tooltip-left.arrow-center,.tooltip-wrap .tooltip-right.arrow-center{top:50%;transform:translateY(-50%)}.tooltip-wrap .tooltip-left.arrow-center:after,.tooltip-wrap .tooltip-right.arrow-center:after{margin-top:unset;top:50%;transform:translateY(-50%)}.tooltip-wrap .tooltip-right{left:calc(100% + 8px)}.tooltip-wrap .tooltip-right:after{border-right-color:var(--tutor-body-color);right:100%}.tooltip-wrap .tooltip-left{right:calc(100% + 8px)}.tooltip-wrap .tooltip-left:after{border-left-color:var(--tutor-body-color);left:100%}.tooltip-wrap .tooltip-top{transform:translate(-50%)translateY(-2px)}.tooltip-wrap .tooltip-bottom{transform:translate(-50%)translateY(2px)}.tooltip-wrap .tooltip-right{transform:translate(2px)}.tooltip-wrap .tooltip-left{transform:translate(-2px)}.tooltip-wrap:hover .tooltip-top,.tooltip-wrap:hover .tooltip-bottom{transform:translate(-50%)translateY(0)}.tooltip-wrap:hover .tooltip-right,.tooltip-wrap:hover .tooltip-left{transform:translate(0)}.tooltip-wrap:hover .arrow-center.tooltip-right,.tooltip-wrap:hover .arrow-center.tooltip-left{transform:translateY(-50%)translate(0)}.tooltip-wrap .arrow-center.tooltip-right{transform:translateY(-50%)translate(2px)}.tooltip-wrap .arrow-center.tooltip-left{transform:translateY(-50%)translate(-2px)}.tutor-download-certificate{max-width:750px;margin:auto;display:grid}.tutor-certificate-demo{max-width:730px;height:auto;overflow:hidden}.tutor-certificate-demo img{width:100%}.tutor-certificate-info{grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:650px){.tutor-certificate-info{grid-template-columns:repeat(2,1fr)}.tutor-certificate-info .tutor-info-issued,.tutor-certificate-info .tutor-info-issued-date{padding-top:10px}.tutor-certificate-info .tutor-info-id-name,.tutor-certificate-info .tutor-info-expiration-name,.tutor-certificate-info .tutor-info-issued-name,.tutor-certificate-info .tutor-info-date-name{font-size:13px}.tutor-certificate-info .tutor-info-id-details,.tutor-certificate-info .tutor-info-expiration-value,.tutor-certificate-info .tutor-info-issued-value,.tutor-certificate-info .tutor-info-date-details{font-size:18px}}@media (max-width:400px){.tutor-certificate-info{grid-template-columns:repeat(1,1fr)}.tutor-certificate-info .tutor-info-expiration{padding-top:10px}}.tutor-dc-button-group{position:absolute;top:210px;right:20px}@media (min-width:992px){.tutor-download-certificate{padding-top:100px;padding-bottom:200px}}@media (min-width:992px) and (max-width:1200px){.tutor-dc-button-group{top:200px}}@media (max-width:991px){.tutor-dc-button-group{top:125px;right:0}}@media (min-width:768px) and (max-width:1200px){.tutor-certificate-demo{max-width:570px}}@media (min-width:577px) and (max-width:767px){.tutor-certificate-demo{max-width:420px}}@media (max-width:576px){.tutor-certificate-demo{max-width:82%}}.tutor-dc-button-group .tooltip-txt.tooltip-left{top:unset;right:calc(100% + 19px)}.tutor-app-process-image{max-width:920px;height:auto;overflow:hidden}.tutor-app-process-image img{border-radius:10px;width:100%}.tutor-ins-app-title{max-width:570px}@media (max-width:767px){span.tutor-app-process-title{font-size:28px}span.tutor-app-process-subtitle{font-size:16px}}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{content:"";border:3px solid #ccc;border-width:3px 3px 0 0;width:9px;height:9px;display:block;position:absolute;top:6px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{width:0;margin-left:-4px;position:absolute}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;content:"";z-index:-1;border:8px solid transparent;width:1px;height:0;position:absolute;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-bottom:-8px;bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-top-color:#fff;border-bottom:none}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;width:100%;padding:0;display:inline-block}.react-datepicker{color:#000;background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{margin:0 2px;display:inline-block}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{color:#000;margin-top:0;font-size:.944rem;font-weight:700}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{text-align:center;cursor:pointer;z-index:1;text-indent:-999em;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:2px;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{margin-left:auto;margin-right:auto;display:block;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{width:0;font-size:20px;position:relative;top:-1px}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.tutor-react-datepicker .react-datepicker-popper{z-index:99999}.tutor-react-datepicker .datepicker-header-custom{justify-content:space-between;gap:2px;margin:0;display:flex}.tutor-react-datepicker .dropdown-container{position:relative}.tutor-react-datepicker .dropdown-container .dropdown-label{color:var(--tutor-body-color);cursor:pointer;border-radius:8px;align-items:center;padding:8px 10px;font-size:20px;font-weight:500;line-height:140%;display:flex}.tutor-react-datepicker .dropdown-container .dropdown-label:hover{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15)}.tutor-react-datepicker .dropdown-container .dropdown-label:hover>svg path{stroke:var(--tutor-color-primary)}.tutor-react-datepicker .dropdown-container>ul{margin:0;padding:0;list-style:none}.tutor-react-datepicker .dropdown-container .dropdown-list{text-align:left;box-sizing:border-box;z-index:9;opacity:0;visibility:hidden;--scrollbarBG:rgba(205,207,213,0);--thumbBG:#d2dbf5;scrollbar-width:thin;scrollbar-color:var(--thumbBG)var(--scrollbarBG);background:#fff;border:1px solid #e0e2ea;border-radius:6px;min-width:71px;max-width:112px;min-height:200px;max-height:258px;transition:all .2s ease-out;position:absolute;top:calc(100% - 8px);left:50%;overflow-y:auto;transform:translate(-50%)translateY(-4px);box-shadow:0 10px 14px rgba(0,0,0,.12)}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar{width:4px}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar-track{background:var(--scrollbarBG)}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:30px}.tutor-react-datepicker .dropdown-container .dropdown-list li{color:var(--tutor-body-color);padding:4px 10px;font-size:15px;font-weight:400;line-height:160%}.tutor-react-datepicker .dropdown-container .dropdown-list li:hover{color:var(--tutor-color-primary);cursor:pointer;background:#f6f8fd}.tutor-react-datepicker .dropdown-container .dropdown-list li.is-current{color:#fff;background:var(--tutor-color-primary)}.tutor-react-datepicker .dropdown-container.dropdown-months .dropdown-list li{padding:4px 14px}.tutor-react-datepicker .dropdown-container.is-active .dropdown-list{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.tutor-react-datepicker .dropdown-container.is-active .dropdown-label{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15)}.tutor-react-datepicker .dropdown-container.is-active .dropdown-label>svg path{stroke:var(--tutor-color-primary)}.tutor-react-datepicker .navigation-icon{gap:2px;display:flex}.tutor-react-datepicker .navigation-icon button{cursor:pointer;background:0 0;border:none;outline:none;align-items:center;width:36px;height:36px;padding:0;display:flex;position:relative}.tutor-react-datepicker .navigation-icon button:hover>svg path{fill:var(--tutor-color-primary)}.tutor-react-datepicker .react-datepicker{border:1px solid var(--tutor-border-color);box-sizing:border-box;background:#fff;border-radius:6px;min-width:350px;display:flex;box-shadow:0 6px 20px rgba(28,49,104,.1)}.tutor-react-datepicker .react-datepicker__custom-wrapper{width:100%}.tutor-react-datepicker .react-datepicker__month-container{float:unset;width:100%;min-width:348px}.tutor-react-datepicker .react-datepicker__header{background:0 0;border-bottom:none;padding:0}.tutor-react-datepicker .react-datepicker__week:not(:first-child){margin-top:15px}.tutor-react-datepicker .react-datepicker__day-names,.tutor-react-datepicker .react-datepicker__week{justify-content:space-between;display:flex}.tutor-react-datepicker .react-datepicker__day-name{text-align:center;color:#9ca0ac;font-size:13px;font-weight:400;line-height:138%}.tutor-react-datepicker .react-datepicker__day{cursor:pointer;text-align:center;color:#41454f;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;margin:0;padding:0;font-size:15px;font-weight:500;line-height:160%;transition:all .1s;display:flex}.tutor-react-datepicker .react-datepicker__day:not(:-webkit-any(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range)):hover{color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker .react-datepicker__day:not(:-moz-any(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range)):hover{color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker .react-datepicker__day:not(:is(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range)):hover{color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker .react-datepicker__day--selected{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker .react-datepicker__day--keyboard-selected{background:rgba(var(--tutor-color-primary-rgb),.8);color:#fff}.tutor-react-datepicker .react-datepicker__day-names{margin:26px 0 0}.tutor-react-datepicker .react-datepicker__day--outside-month,.tutor-react-datepicker .react-datepicker__day--disabled{color:#b4b7c0}.tutor-react-datepicker .react-datepicker__day-name,.tutor-react-datepicker .react-datepicker__month{margin:0;padding:0}.tutor-react-datepicker .react-datepicker__header,.tutor-react-datepicker .react-datepicker__month,.tutor-react-datepicker .react-datepicker__timepicker{padding:10px 20px}.tutor-react-datepicker .react-datepicker__month{padding-bottom:20px}.tutor-react-datepicker .react-datepicker__time-container{float:unset;width:unset;border-left:1px solid #c0c3cb}.rtl .tutor-react-datepicker .react-datepicker__time-container{border-left:0;border-right:1px solid #c0c3cb}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input{margin-left:0}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input{box-sizing:border-box;color:#212327;background:#fff;border:1px solid #c0c3cb;border-radius:6px;height:40px;padding:4px 10px;font-size:16px;font-weight:400;line-height:162%;transition:all .2s ease-out}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input::-webkit-calendar-picker-indicator{justify-content:center;align-items:center;margin-left:20px;padding:0;font-size:24px;display:flex}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input:focus-visible{border-color:var(--tutor-color-primary);outline:none}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__caption{display:none}.tutor-react-datepicker .react-datepicker__time-list{overflow:auto;height:calc(276px + .85rem)!important}.tutor-react-datepicker .react-datepicker__time-list-item{height:40px!important;padding:11px 10px!important}.tutor-react-datepicker__selects-range .react-datepicker__navigation{--pd:15px;top:18px}.tutor-react-datepicker__selects-range .react-datepicker__navigation--next{right:var(--pd)}.tutor-react-datepicker__selects-range .react-datepicker__navigation--previous{left:var(--pd)}.tutor-react-datepicker__selects-range .react-datepicker__navigation:hover :before{border-color:var(--tutor-color-primary)}.tutor-react-datepicker__selects-range .react-datepicker__day{z-index:1;position:relative}.tutor-react-datepicker__selects-range .react-datepicker__day:before{content:"";z-index:-1;opacity:0;background:#f6f8fd;transition:all .1s;position:absolute;top:1px;bottom:1px;left:-50%;right:-50%;box-shadow:0 1px #d2dbf5,0 -1px #d2dbf5}.tutor-react-datepicker__selects-range .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-start){color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start,.tutor-react-datepicker__selects-range .react-datepicker__day--range-end{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start:after,.tutor-react-datepicker__selects-range .react-datepicker__day--range-end:after{content:"";z-index:-1;background:var(--tutor-color-primary);border-radius:6px;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:before{opacity:1}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range__day--range-start,.tutor-react-datepicker__selects-range .react-datepicker__day--in-range__day--range-end{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:first-child:before{left:0}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:last-child:before{right:0}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start.react-datepicker__day--in-range:before{left:50%}.tutor-react-datepicker__selects-range .react-datepicker__day--range-end.react-datepicker__day--in-range:before{right:50%}.tutor-react-datepicker__selects-range .react-datepicker__header{padding:20px 20px 10px}.tutor-react-datepicker__selects-range .react-datepicker__current-month{text-align:center;color:#212327;font-size:16px;font-weight:500;line-height:26px}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer{color:#9ca0ac;border-top:1px solid #e3e6eb;justify-content:space-between;align-items:center;padding:15px 24px;font-size:13px;font-weight:500;line-height:162%;display:flex}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer .tutor-btns{grid-gap:10px;align-items:center;display:flex}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer .tutor-btn:not(.tutor-btn-icon).tutor-btn-md{padding:7px 16.8px}.tutor-screen-frontend-dashboard .tutor-react-datepicker .react-datepicker__input-container input:focus{border-color:var(--tutor-color-primary)}.react-datepicker__input-container{position:relative}.react-datepicker__input-container .react-datepicker__close-icon{cursor:pointer;--color:#b3b3b3;color:#fff;border:none;border-radius:50%;outline:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%);background:var(--color)!important;border-color:var(--color)!important;padding:0!important}.rtl .react-datepicker__input-container .react-datepicker__close-icon{left:10px;right:auto}.react-datepicker__input-container .react-datepicker__close-icon:hover{--color:gray;background:var(--color)!important;border-color:var(--color)!important}.react-datepicker__input-container .react-datepicker__close-icon:after{content:"×";margin-top:-2px}.tutor-pagination{border:1px solid var(--tutor-border-color);background:0 0;border-radius:6px;flex-direction:column;justify-content:space-between;align-items:center;padding:7px 18px;display:flex}@media (min-width:768px){.tutor-pagination{flex-direction:row}}.tutor-pagination ul.tutor-pagination-numbers{align-items:center;gap:11px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:767.98px){.tutor-pagination ul.tutor-pagination-numbers{gap:10px;margin-top:10px}}.tutor-pagination ul.tutor-pagination-numbers a{color:inherit;text-decoration:none}.tutor-pagination ul.tutor-pagination-numbers .page-numbers{color:var(--tutor-body-color);justify-content:center;align-items:center;padding:0 5px;display:flex;position:relative}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:hover{color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers a{padding:1px 6px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next{background:rgba(var(--tutor-color-primary-rgb),.1);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .15s linear;display:flex}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover{color:var(--tutor-color-white);background:var(--tutor-color-primary)}@media (min-width:1200px){.tutor-pagination ul.tutor-pagination-numbers .page-numbers{--margin:32px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{margin-right:var(--margin)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next{margin-left:var(--margin)}}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before{content:"";background:var(--tutor-color-primary);transform-origin:bottom;width:100%;height:2px;transition:transform .1s linear;position:absolute;bottom:-12px;left:0;transform:scaleY(0)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current{color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current:before{transform:scaleY(1)}.tutor-pagination[data-tutor_pagination_ajax]{position:relative}.tutor-pagination[data-tutor_pagination_ajax]:not(.is-ajax-pagination-enabled):before{content:"";z-index:99;border-radius:inherit;opacity:.03;background:#000;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-dropdown-select{display:flex;position:relative}.tutor-dropdown-select label{cursor:pointer}.tutor-dropdown-select input[type=radio]{display:none}.tutor-dropdown-select h3,.tutor-dropdown-select h5{margin:0!important}.tutor-dropdown-select-options-container{z-index:10;border:1px solid var(--tutor-border-color);opacity:0;visibility:hidden;background:#fff;border-radius:6px;order:1;width:100%;max-height:290px;transition:all .1s;position:absolute;top:calc(100% + 5px);overflow-y:auto;box-shadow:0 6px 20px rgba(28,49,104,.1)}.tutor-dropdown-select-options-container.is-active{opacity:1;visibility:visible}.tutor-dropdown-select-options-container.is-active+.tutor-dropdown-select-selected:after{transform:translateY(-50%)rotate(-180deg)}.tutor-dropdown-select-selected{border:1px solid var(--tutor-border-color);background:#fff;border-radius:6px;order:0;width:100%;margin-bottom:12px;position:relative}.tutor-dropdown-select-selected:after{content:"";color:#7a7a7a;transition:transform .2s linear;position:absolute;top:50%;right:8px;transform:translateY(-50%);font-family:tutor!important}.tutor-dropdown-select-option{cursor:pointer;padding:8px 19px}.tutor-dropdown-select-option:hover{background:#eff1f6}.tutor-dropdown-select-option:last-child{border-top:1px solid #cdcfd5}.tutor-dropdown-select-selected{cursor:pointer;padding:10px 16px;font-size:16px;font-weight:400;line-height:1.4}.tutor-dropdown-select-selected>div:first-child{color:var(--tutor-body-color)}.tutor-dropdown-select-options-container.is-active+.tutor-dropdown-select-selected{border-color:var(--tutor-color-primary)}.tutor-form-group-select-sm .tutor-dropdown-select{height:40px}.tutor-form-group-select-md .tutor-dropdown-select{height:48px}.tutor-form-group-select-lg .tutor-dropdown-select{height:54px}.tutor-dropdown{background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);z-index:1025;border-radius:4px;padding:8px 0;list-style:none;display:none;position:absolute;top:calc(100% - 4px);right:0;box-shadow:0 6px 20px rgba(28,49,104,.1)}.tutor-dropdown>li{margin:0;padding:0}.tutor-dropdown-item{color:var(--tutor-color-secondary);white-space:nowrap;background-color:transparent;padding:8px 16px;font-size:16px;font-weight:500;text-decoration:none;display:block}.tutor-dropdown-item:hover,.tutor-dropdown-item:focus,.tutor-dropdown-item.is-active{color:var(--tutor-color-primary);background-color:rgba(var(--tutor-color-primary-rgb),.1)}.tutor-dropdown-dark{background-color:#212327;border:1px solid #212327}.tutor-dropdown-dark .tutor-dropdown-item,.tutor-dropdown-dark .tutor-dropdown-item:hover,.tutor-dropdown-dark .tutor-dropdown-item:focus{color:#fff}.tutor-dropdown-dark .tutor-dropdown-item:hover,.tutor-dropdown-dark .tutor-dropdown-item:focus{background-color:#41454f}.tutor-dropdown-dark .tutor-dropdown-item.is-active{color:#fff;background-color:#41454f}.tutor-dropdown-parent{position:relative}.tutor-dropdown-parent.is-open .tutor-dropdown{display:block}.tutor-notification{border:1px solid var(--tutor-border-color);box-sizing:border-box;overflow-wrap:anywhere;background:var(--tutor-color-white);border-radius:10px;align-items:center;width:340px;padding:16px 20px;display:flex;position:relative}.tutor-notification.tutor-bg-primary{border-color:var(--tutor-color-primary)}.tutor-notification.tutor-bg-success{border-color:var(--tutor-color-success)}.tutor-notification.tutor-bg-warning{border-color:var(--tutor-color-warning)}.tutor-notification.tutor-bg-danger{border-color:var(--tutor-color-color)}.tutor-notification-icon{color:var(--tutor-color-primary);margin-right:16px;font-size:32px}.tutor-notification-content{color:var(--tutor-color-muted);flex-grow:1;font-size:14px;line-height:18px}.tutor-notification-content h5{color:var(--tutor-color-primary);margin:0;font-size:16px;font-weight:500;line-height:26px}.tutor-notification-content p{margin:0}.tutor-notification-close{color:var(--tutor-border-color);cursor:pointer;background:0 0;border:none;outline:none;padding:5px;transition:all .2s;position:absolute;top:6px;right:6px}.tutor-notification-close:hover{color:var(--tutor-body-color)}.tutor-notification-close span{font-size:16px;display:block}.tutor-alert{border-radius:6px;margin-bottom:16px;font-size:16px;display:grid}@media (min-width:576px){.tutor-alert{grid-template-columns:1fr auto}}.tutor-alert{grid-gap:24px;background:var(--tutor-color-white);border:1px solid var(--tutor-border-color);padding:13px 16px}.tutor-alert.tutor-primary{color:#41454f;border:1px solid rgba(var(--tutor-color-primary-rgb),.7);background:#fff}.tutor-alert.tutor-primary .tutor-alert-icon{color:var(--tutor-color-primary)}.tutor-alert.tutor-primary .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15);border:1px solid rgba(var(--tutor-color-primary-rgb),.3)}.tutor-alert.tutor-success{color:#41454f;border:1px solid rgba(var(--tutor-color-success-rgb),.7);background:#fff}.tutor-alert.tutor-success .tutor-alert-icon{color:var(--tutor-color-success)}.tutor-alert.tutor-success .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-success);background:rgba(var(--tutor-color-success-rgb),.15);border:1px solid rgba(var(--tutor-color-success-rgb),.3)}.tutor-alert.tutor-danger{color:#41454f;border:1px solid rgba(var(--tutor-color-danger-rgb),.7);background:#fff}.tutor-alert.tutor-danger .tutor-alert-icon{color:var(--tutor-color-danger)}.tutor-alert.tutor-danger .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-danger);background:rgba(var(--tutor-color-danger-rgb),.15);border:1px solid rgba(var(--tutor-color-danger-rgb),.3)}.tutor-alert.tutor-warning{color:#41454f;border:1px solid rgba(var(--tutor-color-warning-rgb),.7);background:#fff}.tutor-alert.tutor-warning .tutor-alert-icon{color:var(--tutor-color-warning)}.tutor-alert.tutor-warning .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-warning);background:rgba(var(--tutor-color-warning-rgb),.15);border:1px solid rgba(var(--tutor-color-warning-rgb),.3)}.tutor-alert .tutor-alert-text{color:var(--tutor-color-secondary);display:flex}@media (min-width:768px){.tutor-alert .tutor-alert-text{align-items:center}}.tutor-alert .alert-btn-group{grid-gap:10px;justify-self:flex-end;align-items:center;display:flex}.tutor-alert .tutor-btn:not(.tutor-btn-icon).tutor-btn-sm{padding:7.5px 13px}.tutor-alert .tutor-btn.tutor-btn-outline-primary{border-color:var(--tutor-border-color)}.tutor-alert .tutor-alert-close{cursor:pointer}@media (max-width:575.98px){.tutor-alert .tutor-alert-close{display:none}}.tutor-large-notification{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--tutor-border-color);background:#fff;display:flex;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.05)}@media (min-width:1200px){.tutor-large-notification{padding-right:90px}}.tutor-large-notification-icon{margin-right:20px;font-size:32px}.tutor-large-notification-btns .tutor-btn:not(.tutor-btn-icon).tutor-btn-sm{padding:8px 12px}.tutor-large-notification-btns>:not(:last-child){margin-right:10px}.tutor-large-notification .tutor-noti-close{cursor:pointer;position:absolute;top:16px;right:13px}.tutor-large-notification.tutor-large-notification-primary .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-primary .tutor-large-notification-title{color:var(--tutor-color-primary)}.tutor-large-notification.tutor-large-notification-primary .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-primary-rgb),.3);background:rgba(var(--tutor-color-primary-rgb),.15);color:var(--tutor-color-primary)}.tutor-large-notification.tutor-large-notification-success .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-success .tutor-large-notification-title{color:var(--tutor-color-success)}.tutor-large-notification.tutor-large-notification-success .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-success-rgb),.3);background:rgba(var(--tutor-color-success-rgb),.15);color:var(--tutor-color-success)}.tutor-large-notification.tutor-large-notification-warning .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-warning .tutor-large-notification-title{color:var(--tutor-color-warning)}.tutor-large-notification.tutor-large-notification-warning .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-warning-rgb),.3);background:rgba(var(--tutor-color-warning-rgb),.15);color:var(--tutor-color-warning)}.tutor-large-notification.tutor-large-notification-danger .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-danger .tutor-large-notification-title{color:var(--tutor-color-danger)}.tutor-large-notification.tutor-large-notification-danger .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-danger-rgb),.3);background:rgba(var(--tutor-color-danger-rgb),.15);color:var(--tutor-color-danger)}.tutor-nav{flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.tutor-nav>li{margin:0;padding:0;line-height:1.6;position:relative}.tutor-nav-link{color:var(--tutor-color-secondary);cursor:pointer;align-items:center;padding:8px 20px;font-size:16px;font-weight:400;display:flex}.tutor-nav-link,.tutor-nav-link:focus,.tutor-nav-link:hover,.tutor-nav-link:active{box-shadow:none;background:0 0;outline:0;line-height:1.6;text-decoration:none}.tutor-nav-link:hover,.tutor-nav-link.is-active{color:var(--tutor-color-primary)}.tutor-nav .tutor-nav-more{margin-left:auto!important}.tutor-nav .tutor-nav-more-icon{color:var(--tutor-color-primary);margin-left:4px;font-size:12px;transition:transform .2s ease-in;transform:rotate(-45deg)}.tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-dropdown{display:block}.tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-nav-more-icon{transform:rotate(0)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs){border-bottom:1px solid var(--tutor-border-color)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link{border-bottom:2px solid transparent;margin-bottom:-1px}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active{border-bottom-color:var(--tutor-color-primary)}.tutor-nav-pills{border-bottom:0}.tutor-nav-pills .tutor-nav-item:not(:last-child){margin-right:4px}.tutor-nav-pills .tutor-nav-link{border-radius:6px}.tutor-nav-pills .tutor-nav-link:hover{color:var(--tutor-color-secondary);background-color:#edf0f9}.tutor-nav-pills .tutor-nav-link.is-active{background-color:var(--tutor-color-primary);color:#fff;margin-bottom:0}.tutor-nav-tabs{background-color:#fafafb;border-bottom:1px solid #cdcfd5;border-radius:6px 6px 0 0}.tutor-nav-tabs .tutor-nav-link{border-right:1px solid var(--tutor-border-color);border-top:2px solid transparent;border-bottom:1px solid var(--tutor-border-color);flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin-top:-1px;margin-bottom:-1px;padding:16px 32px;position:relative}.tutor-nav-tabs .tutor-nav-link.is-active{border-top-color:var(--tutor-color-primary);background-color:#fff;border-bottom-color:#fff}.tutor-nav-tabs .tutor-nav-item{flex:auto;align-items:stretch;display:flex}.tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link{border-radius:5px 0 0}.tutor-nav-tabs .tutor-nav-item:last-child .tutor-nav-link{border-right:0;border-radius:0 5px 0 0}.tutor-nav-tabs-container{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px}.tutor-nav-v{border-bottom:0;flex-direction:column}.tutor-nav-v .tutor-nav-item{margin-right:0}.tutor-nav-v .tutor-nav-item:not(:last-child){margin-bottom:4px}.tutor-nav-admin{border-bottom:0!important}.tutor-nav-admin .tutor-nav-item{margin:0}.tutor-nav-admin .tutor-nav-link{padding:20px 16px}.tutor-tab-item:not(.is-active){display:none}.tutor-widget-title{color:var(--tutor-body-color);margin:0 0 24px;font-size:20px;font-weight:500}.tutor-list{margin:0;padding:0;list-style:none}.tutor-list-item{color:var(--tutor-body-color);font-size:16px;text-decoration:none;display:block;position:relative}.tutor-list-item:not(:last-child){margin-bottom:16px}.tutor-list-item label{cursor:pointer;align-items:center;margin:0;padding:0;display:flex}.tutor-list-item label input[type=checkbox]{margin-right:16px}.tutor-progress-bar{background:#e3e5eb;border-radius:10px;width:100%;height:4px;position:relative;overflow:hidden}.tutor-progress-value{background:var(--tutor-color-primary);width:var(--tutor-progress-value);height:100%;position:absolute}.tutor-progress-circle{--w:24px;--pd:3px;width:var(--w);height:var(--w);padding:var(--pd);background:conic-gradient(var(--tutor-color-primary)var(--pro),0,rgba(var(--tutor-color-primary-rgb),.15)100%);border-radius:50%;position:relative}.tutor-progress-circle:before{content:"";inset:calc(0% + var(--pd));background:#fff;border-radius:50%;position:absolute!important}:root{--tutor-text-size:16px;--tutor-color-white:#fff;--tutor-color-success:#24a148;--tutor-color-success-rgb:36,161,72;--tutor-color-warning:#ed9700;--tutor-color-warning-rgb:237,151,0;--tutor-color-danger:#f44337;--tutor-color-danger-rgb:244,67,55;--tutor-color-secondary:#41454f;--tutor-color-subdued:#5b616f;--tutor-color-hints:#767c8e;--tutor-color-muted:#757c8e;--tutor-color-gray:#e3e5eb;--tutor-color-gray-10:#eff1f6}.tutor-color-black{color:var(--tutor-body-color)}.tutor-color-white{color:#fff}.tutor-color-primary{color:var(--tutor-color-primary)}.tutor-color-success{color:#24a148}.tutor-color-warning{color:#ed9700}.tutor-color-danger{color:#f44337}.tutor-color-secondary{color:#41454f}.tutor-color-muted{color:#757c8e}.tutor-color-subdued{color:#5b616f}.tutor-color-hints{color:#767c8e}.tutor-color-gray-20{color:#e3e5eb}.tutor-color-gray-10{color:#eff1f6}.tutor-bg-black{background-color:var(--tutor-body-color)}.tutor-bg-white{background-color:#fff}.tutor-bg-primary{background-color:var(--tutor-color-primary)}.tutor-bg-success{background-color:#24a148}.tutor-bg-warning{background-color:#ed9700}.tutor-bg-danger{background-color:#f44337}.tutor-bg-secondary{background-color:#41454f}.tutor-bg-muted{background-color:#757c8e}.tutor-bg-subdued{background-color:#5b616f}.tutor-bg-hints{background-color:#767c8e}.tutor-bg-gray-20{background-color:#e3e5eb}.tutor-bg-gray-10{background-color:#eff1f6}.text-regular-body,.tutor-text-regular-body{font-size:16px;font-weight:400;line-height:162%}.text-regular-caption,.tutor-text-regular-caption{font-size:15px;font-weight:400;line-height:160%}.text-regular-small,.text-body,.tutor-text-regular-small{font-size:13px;font-weight:400;line-height:138%}.text-regular-tiny,.tutor-text-regular-tiny{font-size:11px;font-weight:400;line-height:145%}.text-medium-h1,.tutor-text-medium-h1{font-size:80px;font-weight:500;line-height:101%}.text-medium-h2,.tutor-text-medium-h2{font-size:60px;font-weight:500;line-height:117%}.text-medium-h3,.tutor-text-medium-h3{font-size:40px;font-weight:500;line-height:120%}.text-medium-h4,.tutor-text-medium-h4{font-size:30px;font-weight:500;line-height:123%}.text-medium-h5,.tutor-text-medium-h5{font-size:24px;font-weight:500;line-height:142%}.text-medium-h6,.tutor-text-medium-h6{font-size:20px;font-weight:500;line-height:140%}.text-medium-body,.tutor-text-medium-body{font-size:16px;font-weight:500;line-height:162%}.text-medium-caption,.tutor-instructor-filter .course-category-filter .tutor-form-check label.text-medium-caption,.tutor-text-medium-caption{font-size:15px;font-weight:500;line-height:160%}.text-medium-small,.tutor-text-medium-small{font-size:13px;font-weight:500;line-height:162%}.text-medium-tiny,.tutor-text-medium-tiny{font-size:11px;font-weight:500;line-height:145%}.text-semi-h1,.tutor-text-semi-h1{font-size:80px;font-weight:600;line-height:101%}.text-semi-h2,.tutor-text-semi-h2{font-size:60px;font-weight:600;line-height:117%}.text-semi-h3,.tutor-text-semi-h3{font-size:40px;font-weight:600;line-height:120%}.text-semi-h4,.tutor-text-semi-h4{font-size:30px;font-weight:600;line-height:123%}.text-semi-h5,.tutor-text-semi-h5{font-size:24px;font-weight:600;line-height:142%}.text-semi-h6,.tutor-text-semi-h6{font-size:20px;font-weight:600;line-height:150%}.text-semi-caption,.tutor-text-semi-caption{font-size:15px;font-weight:600;line-height:165%}.text-semi-small,.tutor-text-semi-small{font-size:13px;font-weight:600;line-height:128%}.text-bold-h1,.tutor-text-bold-h1{font-size:80px;font-weight:700;line-height:101%}.text-bold-h2,.tutor-text-bold-h2{font-size:60px;font-weight:700;line-height:117%}.text-bold-h3,.tutor-text-bold-h3{font-size:40px;font-weight:700;line-height:120%}.text-bold-h4,.tutor-text-bold-h4{font-size:30px;font-weight:700;line-height:123%}.text-bold-h5,.tutor-text-bold-h5{font-size:24px;font-weight:700;line-height:142%}.text-bold-h6,.tutor-text-bold-h6{font-size:20px;font-weight:700;line-height:150%}.text-bold-body,.tutor-text-bold-body{font-size:16px;font-weight:700;line-height:162%}.text-bold-caption,.tutor-text-bold-caption{font-size:15px;font-weight:700;line-height:160%}.text-bold-small,.tutor-text-bold-small{font-size:13px;font-weight:700;line-height:162%}.text-bold-tiny,.tutor-text-bold-tiny{font-size:11px;font-weight:700;line-height:145%}.text-btn-xlarge,.tutor-text-btn-xlarge{font-size:18px;font-weight:500;line-height:178%}.text-btn-large,.tutor-text-btn-large{font-size:16px;font-weight:500;line-height:200%}.text-btn-medium,.tutor-text-btn-medium{font-size:15px;font-weight:500;line-height:160%}.text-btn-small,.tutor-text-btn-small{font-size:13px;font-weight:500;line-height:123%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.tutor-frontend *,body.tutor-frontend :before,body.tutor-frontend :after{box-sizing:border-box}body .media-modal *{box-sizing:content-box}.tutor-wrap{color:var(--tutor-body-color)}.tutor-wrap img{max-width:100%;height:auto}.tutor-custom-list-style{margin:0;padding:0;list-style:none}.tutor-custom-list-style li{margin-bottom:5px;padding-left:25px;line-height:30px;position:relative}.tutor-custom-list-style li:before{content:"";color:var(--tutor-color-primary);font-family:tutor;position:absolute;left:0}.tutor-entry-content>br{display:none}.tutor-entry-content p:not(:last-child){word-wrap:break-word;padding-bottom:20px}.tutor-segment-title{color:#000;margin-bottom:13px;font-size:18px;font-weight:500;line-height:23px}.tutor-course-topics-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:8px;display:flex}.tutor-course-topics-header .tutor-course-topics-header-right span:not(:first-child){margin-left:45px}.tutor-course-topics-contents h4{font-size:var(--tutor-text-size);color:var(--tutor-body-color);margin-bottom:0;font-weight:500}.tutor-course-topics-contents .tutor-course-title{cursor:pointer}.tutor-course-topics-contents .tutor-course-title h4{color:var(--tutor-color-primary);margin-top:0;font-size:16px;line-height:25px;overflow:hidden}.tutor-course-topic.tutor-active .tutor-course-title h4>i:before{content:""}.tutor-course-topics-contents .tutor-course-title h4 i{float:left;margin-right:10px;font-size:15px;line-height:25px}.tutor-course-topics-contents .tutor-course-topic{border:1px solid #dce4e6;border-radius:5px;margin-bottom:20px;overflow:hidden}.tutor-course-title,.tutor-course-lesson{padding:14px 20px}.tutor-course-lesson{border-top:1px solid #dce4e6}.tutor-course-lesson h5{line-height:22px;font-size:var(--tutor-text-size);color:inherit;margin-top:0;margin-bottom:0;display:flex}.tutor-course-lesson h5 a{color:var(--tutor-color-primary);transition:all .3s}.tutor-course-lesson h5 a:hover{color:var(--tutor-color-primary-hover)}.tutor-course-lesson h5 i{vertical-align:text-top;color:var(--tutor-color-muted);margin-right:10px;line-height:22px;display:block}.tutor-course-lesson h5 .lesson-preview-icon i{margin-left:10px;margin-right:0}.tutor-course-lesson h5 .tutor-lesson-duration{align-self:flex-start;margin-left:auto;padding-left:5px}.tutor-course-lesson .lesson-preview-title{flex-direction:row;flex:1 0 0;align-items:flex-start;display:flex}table.course-single-gradebooks .datetime{margin:0;font-size:80%}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon{text-align:center;color:#fff;z-index:1;border-radius:3px;width:70px;height:50px;margin-right:10px;font-size:20px;line-height:50px;position:relative;overflow:hidden;background-position:50%!important;background-size:cover!important}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon:after{content:"";z-index:-1;background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;top:0;left:0}.theme-twentytwentytwo .select2-container .select2-selection{padding:.2rem}.tutor-password-protected-course .tutor-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tutor-password-protected-course .tutor-course-thumbnail{margin-bottom:60px}.tutor-password-protected-course .tutor-course-thumbnail img{width:100%}.tutor-password-protected-course .tutor-locked-badge{color:#202223;background-color:#fdf4e3;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;font-size:14px;line-height:24px;display:inline-block}.tutor-password-protected-course .tutor-btn{justify-content:center;min-width:110px}.tutor-quiz-questions-pagination{margin-top:24px}.tutor-quiz-questions-pagination ul{flex-wrap:wrap;gap:10px;margin:0;list-style:none;display:flex;padding:0!important}.tutor-quiz-questions-pagination ul li{display:inline-block}.tutor-quiz-questions-pagination ul li a{border:1px solid var(--tutor-color-primary);color:var(--tutor-color-primary);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:7px 13px;font-size:15px;font-weight:700;display:flex}.tutor-quiz-questions-pagination ul li a:hover,.tutor-quiz-questions-pagination ul li a.active{background-color:var(--tutor-color-primary);color:#fff}.tutor-quiz-questions-pagination ul li a:hover:hover,.tutor-quiz-questions-pagination ul li a.active:hover{opacity:.8}.tutor-info-msg,.tutor-success-msg,.tutor-warning-msg,.tutor-error-msg{border-radius:3px;margin:10px 0;padding:10px}.tutor-info-msg{color:var(--tutor-color-primary);background-color:#bef}.tutor-success-msg{color:var(--tutor-color-success);background-color:#dff2bf}.tutor-warning-msg{color:#9f6000;background-color:#feefb3}.tutor-error-msg{color:#d8000c;background-color:#fbdcdc;border:1px solid #d8000c}.tutor-profile-photo-upload-wrap{width:200px;height:auto;margin-bottom:70px;position:relative}.tutor-profile-photo-upload-wrap img{width:100%;height:auto;display:block}a.tutor-profile-photo-upload-btn,button.tutor-profile-photo-upload-btn{background-color:var(--tutor-color-primary);color:#fff;text-align:center;width:100%;padding:9px 0;display:block;position:absolute;top:100%}a.tutor-profile-photo-upload-btn:hover,button.tutor-profile-photo-upload-btn:hover{background-color:var(--tutor-color-primary-hover);color:#fff}.tutor-profile-photo-delete-btn{color:#ff000c;position:absolute;top:10px;right:10px}.single-instructor-wrap{border:1px solid #e8eff1;border-radius:4px;margin-bottom:30px}.single-instructor-wrap .single-instructor-top{border-bottom:1px solid #e8eff1;padding:20px;display:flex}@media (max-width:767px){.single-instructor-wrap .single-instructor-top{flex-wrap:wrap}}.single-instructor-wrap .single-instructor-top h3,.single-instructor-wrap .single-instructor-top h4{margin:0;padding:0}.single-instructor-wrap .tutor-instructor-left{flex:none;padding-right:30px}@media (max-width:767px){.single-instructor-wrap .tutor-instructor-left{width:100%;margin-bottom:15px}}.single-instructor-wrap .instructor-name{float:left;max-width:180px;padding-left:20px}.single-instructor-wrap .instructor-name h3{color:var(--tutor-body-color);font-size:16px;font-weight:600}.single-instructor-wrap .instructor-name h3 a{color:var(--tutor-body-color);font-weight:500}.single-instructor-wrap .instructor-name h4{color:var(--tutor-color-muted);font-weight:500}.single-instructor-wrap .single-instructor-bottom{text-align:right;padding:15px 20px;overflow:hidden}@media (max-width:767px){.single-instructor-wrap .single-instructor-bottom{text-align:left}}.single-instructor-wrap .single-instructor-bottom p{margin:0}.single-instructor-wrap .single-instructor-bottom .ratings{float:left}.single-instructor-wrap .single-instructor-bottom .ratings i{margin-right:4px}.single-instructor-wrap .single-instructor-bottom .courses,.single-instructor-wrap .single-instructor-bottom .students{margin-left:20px;display:inline-block}.single-instructor-wrap .single-instructor-bottom .courses i,.single-instructor-wrap .single-instructor-bottom .students i{vertical-align:middle;margin-right:2px;font-size:18px;display:inline-block}.single-instructor-wrap .single-instructor-bottom .ratings .rating-total-meta{color:#bac0cf}.single-instructor-wrap .single-instructor-bottom .ratings .rating-generated{color:#f8c51c}.tutor-dashboard-pagination-results-stats{margin:10px 0 30px}.statement-address{color:#555;margin:10px 0}.statement-order-completed{background:var(--tutor-color-success);color:#fff;border:none;padding:2px 5px}.tutor-login-wrap,#tutor-registration-wrap{border-radius:5px;max-width:520px;margin:0 auto;padding:40px 0 32px;box-shadow:0 0 15px rgba(0,0,0,.1)}.tutor-login-form-wrapper,#tutor-registration-form{padding:24px}.tutor-login-form-wrapper .tutor-password-strength-checker .show-hide-btn,#tutor-registration-form .tutor-password-strength-checker .show-hide-btn{top:45%}@media (max-width:767px){.tutor-login-form-wrapper .tutor-password-strength-checker .show-hide-btn,#tutor-registration-form .tutor-password-strength-checker .show-hide-btn{top:42%}}.tutor-login-wrap form{margin:0}.tutor-login-wrap .tutor-login-title{text-align:center;margin-bottom:25px;padding:0 40px}.tutor-login-rememeber-wrap{text-align:right;margin-bottom:30px;overflow:hidden}.tutor-login-rememeber-wrap p{float:left;display:inline-block}.tutor-login-rememeber-wrap p,.tutor-login-rememeber-wrap label{margin:0}.tutor-form-register-wrap a,.tutor-login-rememeber-wrap a,.tutor-login-rememeber-wrap label{color:#606c8f;vertical-align:middle;opacity:.5;transition:all .3s}.tutor-form-register-wrap a:hover,.tutor-login-rememeber-wrap a:hover,.tutor-login-rememeber-wrap label:hover{opacity:1}.tutor-form-register-wrap{text-align:center;margin-top:15px}.tutor-course-login-wrap h4{color:var(--tutor-body-color);margin-bottom:20px;font-size:42px;line-height:1.2}.login-overlay-close{z-index:-1;background:0 0;width:100%;height:100%;position:absolute}.course-login-title{margin-bottom:50px}.tutor-option-field-row label,.tutor-form-group label{margin-top:-2px;margin-bottom:10px;display:block}.tutor-option-field textarea,.tutor-form-group textarea{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field input[type=text]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field input[type=number]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field input[type=pas\.tutor-dashboard-content-innersword]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-form-group input[type=text]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-form-group input[type=number]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-form-group input[type=password]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field textarea,.tutor-form-group textarea{text-indent:0;height:180px;padding:15px;line-height:26px}.tutor-option-field textarea:focus,.tutor-form-group textarea:focus,.tutor-option-field input:focus,.tutor-form-group input:focus{outline:none}.tutor-option-field textarea:focus,.tutor-form-group textarea:focus{background:#fff;border-color:var(--tutor-color-primary)!important}.tutor-option-field input:not([type=submit]):focus{background:#fff;border-color:var(--tutor-color-primary)!important}.tutor-form-group input:not([type=submit]):focus{background:#fff;border-color:var(--tutor-color-primary)!important}.tutor-option-field textarea::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field input::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group textarea::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group input::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field textarea::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field input::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group textarea::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group input::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field textarea:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-option-field input:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group textarea:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group input:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-option-field textarea:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-option-field input:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group textarea:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group input:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group.tutor-reg-form-btn-wrap{text-align:right}.tutor-option-field p.desc{opacity:.7;margin:-10px 0 20px;font-size:13px;font-style:italic}.tutor-option-field:last-child .tutor-option-field p.desc{margin-bottom:0}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime{display:flex}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime .tutor-option-group-field{padding-right:30px}.tutor-price-preview-box{border:1px solid #dcdfe5;border-radius:4px;margin-bottom:30px;padding:20px;overflow:hidden}.tutor-price-box-thumbnail{margin:-20px -20px 20px}.tutor-price-box-thumbnail .tutor-single-lesson-segment{margin-bottom:0}.tutor-price-preview-box .price{margin:0 0 20px;font-size:35px;font-weight:500;line-height:1;overflow:hidden}.tutor-price-preview-box .price .subscription-details{font-size:var(--tutor-text-size);margin-top:12px;line-height:1.2em;display:block}.tutor-price-preview-box .price>.price{margin-bottom:0}.tutor-price-preview-box .price del+ins{float:left;margin-left:0}.tutor-course-reviews-wrap{border:1px solid #e8eff1;border-radius:4px}.tutor-course-avg-rating-total{color:var(--tutor-color-muted)}.tutor-course-avg-rating-total span{color:var(--tutor-body-color)}.tutor-review-individual-item{border-top:1px solid #e8eff1;padding:30px;overflow:hidden}.tutor-review-individual-item p{margin:0;padding:0}.course-avg-rating-wrap{padding:20px 20px 20px 40px}.tutor-review-individual-item .review-left{float:left;width:200px;overflow:hidden}.tutor-review-individual-item .review-content{padding-left:200px}@media (max-width:991px){.tutor-review-individual-item .review-left{float:none;width:100%;margin-bottom:25px}.tutor-review-individual-item .review-content{padding-left:0}}.tutor-review-individual-item .review-avatar{float:left;width:50px}.tutor-review-individual-item .review-avatar img{border:none;border-radius:50%;max-width:100%;height:auto;margin:0}.tutor-review-individual-item .tutor-review-user-info{float:left;padding-left:20px}.tutor-review-individual-item .tutor-review-user-info p{margin-bottom:0}.tutor-review-individual-item .tutor-review-user-info a{color:var(--tutor-body-color)}.review-avatar .tutor-text-avatar,.tutor-dashboard-avater .tutor-text-avatar,.instructor-avatar .tutor-text-avatar{text-align:center;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);border-radius:50%;width:50px;height:50px;line-height:50px;display:block}.course-avg-rating-wrap .course-avg-rating{font-size:76px;font-weight:400;line-height:1}.course-avg-rating-wrap p{margin:0}.tutor-review-individual-item .tutor-review-name{font-size:16px;font-weight:600}.tutor-review-individual-item .review-meta{color:var(--tutor-color-muted)}.individual-review-rating-wrap{color:#f8c51c}.individual-review-rating-wrap i,.course-avg-rating-html i{color:#f8c51c;margin-right:4px}.tutor-course-tags{margin:-5px}.tutor-course-tags a{color:var(--tutor-body-color);background:#e8eff1;border-radius:2px;margin:5px;padding:6px 15px;transition:all .3s;display:inline-block}.tutor-course-tags a:hover{color:#000}#tutor-single-entry-content .tutor-course-prerequisites{padding:60px}.prerequisites-course-lists{margin:0;padding:0;list-style:none}.prerequisites-course-lists li a{color:var(--tutor-color-primary);border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:13px 15px;font-size:16px;font-weight:500}.prerequisites-course-lists li:first-child{color:#b39f70;background:#fffff5;border:1px solid #f7e5b9;border-radius:4px;margin-bottom:20px;padding:13px 40px 13px 60px;font-weight:500;position:relative}.prerequisites-course-lists li:first-child>span{position:absolute;top:13px;left:20px}.prerequisites-course-lists li .prerequisites-course-item{align-items:center;display:flex}.prerequisites-course-feature-image img{border-radius:2px;width:70px;height:auto;box-shadow:0 0 1px rgba(0,0,0,.08);margin:0!important}.prerequisites-course-lists li .prerequisites-course-title{flex-grow:1;padding-left:15px;transition:all .3s}.prerequisites-course-lists li a:hover .prerequisites-course-title{color:var(--tutor-color-primary)}.prerequisites-course-checkmark{text-transform:uppercase;min-width:107px;height:24px;font-size:12px;font-weight:700;line-height:24px}.prerequisites-course-checkmark i{color:#dbdddd;text-align:center;background:#dbdddd;border-radius:2px;width:24px;height:24px;margin-right:3px;display:inline-block}.prerequisites-course-checkmark.is-complete i{background:var(--tutor-color-success);color:#fff}.rtl .tutor-progress-bar .tutor-progress-filled:after{left:auto;right:var(--tutor-progress-left);transform:translateY(-50%)translate(50%)}.rtl .tutor-progress-percent{padding-left:0;padding-right:20px}.rtl .tutor-course-lesson h5 i{margin-left:10px;margin-right:0}.rtl .tutor-course-lesson h5 .lesson-preview-icon i{margin-left:0;margin-right:10px}.rtl .tutor-course-lesson h5 .tutor-lesson-duration{text-align:left;flex-grow:1}.rtl .tutor-custom-list-style li{padding-left:0;padding-right:25px}.rtl .tutor-custom-list-style li:before{left:auto;right:0}.rtl .single-instructor-wrap .instructor-name{float:right;padding-left:0;padding-right:20px}.rtl .single-instructor-wrap .instructor-bio{padding-left:0;padding-right:260px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons{left:15px;right:auto}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete{margin-left:0;margin-right:8px}.rtl .tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.rtl .tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child{margin-left:10px;margin-right:0}.rtl .tutor-topbar-home-btn{margin-left:0;margin-right:20px}@media screen and (max-width:546px){.rtl .tutor-topbar-home-btn{margin-right:10px}}.label-order-status{border-radius:3px;padding:3px 5px}.label-status-completed{color:#fff;background-color:#4bd863}.label-status-cancelled{color:#fff;background-color:#fd6a03}.label-status-on-hold{color:#fff;background-color:#db5382}.tutor-lesson-content-area h2{margin-top:20px;margin-bottom:25px;font-weight:500}.assignment-result-wrap{text-align:center;padding:10px 0}.submitted-assignment-grade-pass{color:var(--tutor-color-success)}.submitted-assignment-grade-failed{color:red}.received-marks{color:var(--tutor-color-primary)}.video-poster-img img{max-width:200px;height:auto}.tutor-assignment-information{font-size:16px}.tutor-assignment-information ul{flex-wrap:wrap;justify-content:space-between;align-items:center;margin:0 0 22px;padding:0;list-style:none;display:flex}.tutor-assignment-information ul li strong{font-weight:700}.tutor-assignment-attachment-upload-wrap .tutor-form-group{display:inline-block}.tutor-assignment-attachment-upload-wrap .tutor-form-group label+input{display:none}.tutor-assignment-attachment-upload-wrap .tutor-form-group label{cursor:pointer;border:1px solid #dcdfe5;border-radius:4px;margin-right:15px;padding:15px 17px;overflow:hidden}.tutor-assignment-attachment-upload-wrap .tutor-form-group label i{float:left;margin-right:12px;font-size:30px;line-height:30px}.tutor-assignment-attachment-upload-wrap .tutor-form-group label span{line-height:30px}.tutor-assignment-attachment-upload-wrap{margin-bottom:40px}.ui-sortable-placeholder{visibility:visible;background-color:rgba(221,221,221,.867)}.lesson-modal-close-wrap a{text-align:center;color:#3a3d42;background:#fff;width:50px;height:59px;font-size:15px;line-height:57px;display:inline-block;position:absolute;top:0;right:0}.lesson-modal-close-wrap a:hover{color:red}.lesson-modal-field.tutor-lesson-modal-title-wrap{width:95%}.lesson-modal-field-row input[type=text]{box-shadow:none;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ddd;border-radius:3px;min-width:400px;min-height:35px;margin:0 10px 0 0;padding:7px 12px;display:inline-block}.tutor-lesson-modal-title-wrap input{width:100%}.tutor-lesson-modal-wrap .modal-footer{background-color:#fff;width:100%;padding:10px 20px;position:-webkit-sticky;position:sticky;bottom:0}.tutor-option-field .tutor-lesson-edit-feature-img{width:100px;position:relative}.tutor-option-field .tutor-lesson-edit-feature-img img{width:100%;height:auto}.tutor-get-pro-text{color:#e02424}.updating-icon:before{content:"";font-family:tutor;animation:1s linear infinite spin;display:inline-block}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;margin-bottom:10px;padding:20px}.quiz-modal-btn-cancel,.quiz-modal-btn-back{color:#4b5981;border:1px solid #d4dadb}.tutor-quiz-builder-group{margin-bottom:25px}.tutor-quiz-builder-group>p.warning{color:red;font-size:12px}.tutor-quiz-builder-group>p.help{color:#a4a4a4;margin-top:7px;font-size:12px}.tutor-quiz-builder-group>h4{color:#393c40;margin:0 0 15px;font-weight:600}.tutor-quiz-builder-row{align-items:center;margin-left:-10px;margin-right:-10px;display:flex}.tutor-quiz-builder-col{flex-grow:1;padding-left:10px;padding-right:10px}.tutor-quiz-builder-col.auto-width{flex:none}.tutor-quiz-builder-group textarea{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=text]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=email]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=number]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=password]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group textarea:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=text]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=email]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=number]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=password]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group textarea{resize:none;text-indent:0;height:80px;padding:11px 15px;line-height:22px}.tutor-quiz-builder-group textarea[name=quiz_description]{height:150px}.tutor-quiz-builder-group select{box-shadow:none;border:1px solid #ccc;margin:0;line-height:1;height:42px!important;padding:0 12px!important}.question-type-pro{color:#fff;font-size:9px;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.quiz-builder-question{background:#fff;border:1px solid #e2e2e2;border-radius:3px;flex:1;max-width:calc(100% - 52px);padding:10px;display:flex}.quiz-builder-question .question-sorting{margin-right:10px;line-height:22px}.quiz-builder-question .question-sorting i{line-height:24px;display:block}.quiz-builder-question .question-edit-icon{line-height:22px}.quiz-builder-question .question-title{text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:10px;line-height:22px;overflow:hidden}.quiz-builder-question .question-icon{flex:0 0 155px}.quiz-builder-qustion-trash a{color:rgba(57,60,64,.4);padding:0 0 0 10px;font-size:20px;line-height:44px;display:block}.tutor-quiz-answer-wrap{display:flex}.tutor-quiz-answer-trash-wrap a.answer-trash-btn{padding:0 10px;line-height:44px;display:inline-block}span.tutor-quiz-answer-title{flex:1}.tutor-quiz-answer-media .option-media-preview{margin-bottom:20px}.tutor-quiz-answer-media .option-media-preview img{max-width:80px;height:auto}.tutor-question-answer-image{margin-right:10px}.tutor-question-answer-image img{width:auto;max-height:25px}.tutor-video-embeded-wrap{max-width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.tutor-video-embeded-wrap iframe,.tutor-video-embeded-wrap object,.tutor-video-embeded-wrap embed{width:100%;height:100%;position:absolute;top:0;left:0}.select2-selection__rendered [class^=tutor-icon-]{vertical-align:top;margin-right:6px;display:inline-block}.select2-results__options [class^=tutor-icon-]{color:var(--tutor-color-primary);vertical-align:top;margin-right:6px;display:inline-block}.select2-results__option--highlighted [class^=tutor-icon-]{color:#fff}.video-metabox-source-input-wrap{background-color:#f4f7f8;border:1px solid #dcdfe5;border-radius:3px;padding:30px}.no-memberhsip-msg-wrap p{margin:0}.content-drip-message-wrap.tutor-error-msg{margin:40px 50px}.content-drip-message-wrap{margin:120px}.content-drip-wrap-flex{display:flex}.content-drip-wrap-flex .content-drip-left{margin-right:50px}.content-drip-wrap-flex ul{margin:0;list-style-position:inside}.content-drip-wrap-flex ul li a{color:var(--tutor-color-primary)}.gradename-bg{text-align:center;color:#fff;border-radius:20px;min-width:32px;height:32px;margin-right:7px;padding:0 8px;font-size:16px;font-weight:700;line-height:32px;display:inline-block}.gradename-outline{text-align:center;border:2px solid;border-radius:20px;min-width:32px;height:32px;margin-right:7px;padding:0 8px;font-size:16px;line-height:26px;display:inline-block}.generate-course-gradebook-btn-wrap{margin:10px 0}.gradebook-result-for-label{background-color:#e8eff1;margin:0 0 10px;padding:4px 7px;display:inline-block}table.course-single-gradebooks{border-spacing:0;border-collapse:collapse;border:1px solid #dcdfe5;width:100%}table.course-single-gradebooks th{text-align:left;vertical-align:top;border-bottom:1px solid #dcdfe5;padding:1em 1.41575em;font-weight:600}table.course-single-gradebooks thead th{vertical-align:middle;background-color:rgba(220,223,229,.14);padding:1.41575em}table.course-single-gradebooks tbody td{border-bottom:1px solid #dcdfe5;background-color:#fff!important}table.course-single-gradebooks a{color:#4b5981}.text-label{background-color:#e8eff1;border-radius:3px;margin:0;padding:4px 7px;display:inline-block}.text-label.submitted-assignment-grade-pass{color:#fff;background-color:#86b223}.text-label.submitted-assignment-grade-failed{color:#fff;background-color:#d71830}.tutor-bp-message-recipient-header{margin-bottom:20px;display:flex}.tutor-bp-recipient-info-wrap{flex-grow:1}.tutor-bp-message-recipient-avatar-wrap img{border-radius:50%;width:70px;height:70px}.tutor-bp-message-recipient-avatar-wrap{margin-right:35px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h3{font-size:22px;font-weight:600;line-height:28px;margin:10px 0 8px!important}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h4{font-size:16px;font-weight:500;line-height:1;margin:0 0 20px!important}.tutor-bp-enrolled-courses-wrap{margin:0}.tutor-bp-enrolled-courses-wrap .tutor-bp-enrolled-total-course-notice{color:#1c294b;font-weight:400;margin:10px 0 8px!important}.tutor-bp-enrolled-courses-wrap ul{color:#50616f;margin:0;padding:0 0 0 17px}.tutor-bp-enrolled-courses-wrap ul li a{color:#54616d;padding-left:10px;line-height:1.7;display:block}.tutor-bp-enrolled-courses-wrap ul li a:hover{color:var(--tutor-color-primary);opacity:1;transition:all .3s;text-decoration:underline!important}.oxy-tutor-element{width:100%}.list-item-price ins{text-decoration:none}.list-item-price del{color:#757c8e;font-size:15px;font-weight:400;line-height:160%}.list-item-button .ajax_add_to_cart.added,.tutor-course-booking-availability .ajax_add_to_cart.added{display:none}@media only screen and (min-width:1200px){.tutor-course-list-pagination.tutor-pagination{width:80%;margin:50px auto 0}}@media only screen and (max-width:1199px){.tutor-course-list-pagination.tutor-pagination{width:90%;margin:50px auto 0}}.list-item-button .edd-has-js.edd-no-js{display:none!important}.tutor-forgot-password-form,.tutor-reset-password-form{max-width:520px;margin:0 auto;padding:15px;padding:15px!important}.tutor-social-share-wrap button{color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;margin-right:16px;padding:8px 15px;display:inline-flex}@media (max-width:575.98px){.tutor-social-share-wrap button{justify-content:center;width:150px}.tutor-social-share-wrap button:not(:first-child){margin-top:10px}}.tutor-social-share-wrap button span{color:#fff;font-size:15px;font-style:normal;font-weight:500;position:relative;top:1px;left:2px}.tutor-social-share-wrap .tutor_share.s_linkedin i{margin-top:-2px}.tutor-course-loop-price{color:var(--tutor-body-color);gap:5px;font-size:16px}.tutor-course-loop-price>.price{flex-wrap:wrap;justify-content:space-between;align-items:center;font-weight:600;display:flex}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a{color:var(--tutor-body-color);vertical-align:top;background:0 0;padding:0;font-weight:400;line-height:20px;display:block;position:relative}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a.added{display:none}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:hover{color:var(--tutor-color-primary)}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:before{content:"";speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;color:var(--tutor-color-primary);margin-right:5px;font-style:normal;font-weight:400;line-height:20px;font-family:tutor!important}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully>*{vertical-align:middle;display:inline-block}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully img{width:24px;height:24px}.tutor-course-loop-price>.price .subscription-details{margin-left:4px;font-size:15px;font-weight:400}.tutor-course-loop-price>.price del{font-weight:400}.tutor-course-loop-price>.price del>span{margin-right:6px}.tutor-course-loop-price>.price del span{color:var(--tutor-color-muted);text-decoration:line-through}.tutor-course-loop-price>.price del+ins{background:0 0;margin-left:0;text-decoration:none}@media (max-width:1199px){.tutor-course-filter-container{z-index:999999;background-color:#fff;width:340px;padding:32px;transition:all .3s ease-in;position:fixed;top:0;bottom:0;right:-100%;overflow-y:auto}.tutor-course-filter-backdrop{z-index:-1;opacity:0;mix-blend-mode:normal;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:rgba(22,22,22,.5);width:100%;height:100%;transition:all .3s ease-in;position:fixed;top:0;left:0}body.tutor-course-filter-open .tutor-course-filter-container{right:0}body.tutor-course-filter-open .tutor-course-filter-backdrop{opacity:1;z-index:999998}}@media (min-width:1200px){.tutor-course-filter-backdrop{display:none}}.tutor-single-course-wrapper{overflow:auto}.tutor-single-course-wrapper>div{float:left;width:100%}@media (min-width:992px){.tutor-single-course-wrapper>div:first-child{width:calc(100% - 370px)}.tutor-single-course-wrapper>div:last-child{float:right;width:350px}}.course-enrolled-nav-wrap{border-bottom:1px solid #dedfe0;margin-bottom:45px}.course-enrolled-nav-wrap .course-enrolled-nav ul{margin:0 0 -1px;padding:0;list-style:none}.course-enrolled-nav-wrap .course-enrolled-nav ul li{display:inline-block}.course-enrolled-nav-wrap .course-enrolled-nav ul li a{color:var(--tutor-color-muted);border-bottom:2px solid transparent;margin-right:20px;padding:5px 0 20px;font-size:16px;display:block}.course-enrolled-nav-wrap .course-enrolled-nav ul li:not(:first-child) a{margin-left:20px}.course-enrolled-nav-wrap .course-enrolled-nav ul li.active a{border-bottom:2px solid var(--tutor-color-primary);color:var(--tutor-body-color)}.course_template_shortcode .tutor-courses-wrap{margin-top:0}.course-players{position:relative;overflow:hidden}.tutor-single-course-sidebar.tutor-sidebar-sticky{z-index:501;position:-webkit-sticky;position:sticky;top:50px}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{background-color:#f4f6f9;border-top-left-radius:6px;border-top-right-radius:6px}.tutor-single-course-sidebar .tutor-course-single-info-card{background-color:#fcfcfd}.tutor-single-course-sidebar-more>div{border-left:1px solid var(--tutor-border-color);border-right:1px solid var(--tutor-border-color);background-color:#fcfcfd;margin:0;padding:16px 32px}.tutor-single-course-sidebar-more>div:first-child{border-top:1px solid var(--tutor-border-color);border-top-left-radius:6px;border-top-right-radius:6px;padding-top:24px}.tutor-single-course-sidebar-more>div:last-child{border-bottom:1px solid var(--tutor-border-color);border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding-bottom:24px}.tutor-single-course-sidebar-more .tutor-course-details-instructors{padding-bottom:24px}.tutor-single-course-sidebar-more .tutor-course-details-instructors+div{border-top:1px solid var(--tutor-border-color);padding-top:24px}.tutor-course-author img{vertical-align:middle;border-radius:50%;width:34px;height:34px;margin-right:8px;overflow:hidden}.tutor-course-author span{color:#757c8e;font-size:16px;font-style:normal;font-weight:400}.tutor-course-author strong{color:#3f435b;font-size:16px;font-style:normal;font-weight:500}.tutor-text-ellipsis,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected>*,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-option:last-child{border-top:none}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected{align-items:center;margin-bottom:0;display:grid}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected .text-medium-body{padding-right:20px}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input{border-color:#dcdbdc;border-top-style:none;border-top-width:medium;border-left-style:none;border-left-width:medium;border-right-style:none;border-right-width:medium;border-bottom-left-radius:unset!important;border-bottom-right-radius:unset!important}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input:active,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input:focus{box-shadow:none;border-color:#dcdbdc}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container.is-active{z-index:999;text-align:left}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container{z-index:-1}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-frequencies{max-height:100%;overflow-y:auto}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container{flex-direction:column;min-width:228px;display:flex;overflow-y:hidden}.tutor-zoom-meeting-modal-wrap .tutor-dropdown-select.select-dropdown{width:100%}.tutor-dashboard-content{margin-bottom:60px}.tutor-dashboard-content>h2{margin-bottom:20px}.tutor-dashboard-assignment-submitted-table tr td{text-align:center}.tutor-dashboard-assignment-submitted-table tr td a{color:#8c94a8;transition:all .3s}.tutor-dashboard-assignment-submitted-table tr td a:hover{color:var(--tutor-color-primary)}.tutor-dashboard-assignment-submitted-table tr td,.tutor-dashboard-assignment-submitted-table tr th{border:1px solid #dcdfe5}.tutor-assignment-review-header{margin-bottom:30px}.tutor-assignment-review-header h3{margin-bottom:10px;line-height:28px}.tutor-assignment-evaluate-wraps h3,.tutor-assignment-review-header h3 a{color:var(--tutor-body-color);font-size:22px;font-weight:700;display:block}.tutor-assignment-review-header p{color:var(--tutor-body-color);margin:0;font-weight:400}.tutor-assignment-review-header p a{color:var(--tutor-body-color);font-weight:400}.tutor-assignment-review-header a{transition:all .3s}.tutor-assignment-review-header a:hover{color:var(--tutor-color-primary)}.tutor-option-field-label label br{display:none}.tutor-option-field-label label p{margin:0;display:inline-block}.tutor-dashboard-avater img{border-radius:50%;width:70px;height:70px;display:block}.tutor-dashboard-student-info h4{color:var(--tutor-color-muted);margin-bottom:0;font-size:18px}.tutor-dashboard-student-info h4 a{color:var(--tutor-body-color)}.tutor-dashboard-user-role{font-weight:400}@media (max-width:991px){.tutor-dashboard-student .tutor-col-3,.tutor-dashboard-student .tutor-col-9{flex:0 0 100%;max-width:100%}.profile-completion-warning-details{margin-bottom:10px}}.tutor-dashboard-menu-divider{background-color:var(--tutor-border-color);height:1px;margin:10px 0;overflow:hidden}.tutor-dashboard-menu-divider-header{color:#acacac;cursor:default;padding:10px 20px}.tutor-date-range-wrap{display:inline-block}.date-range-input{width:100%;position:relative}.date-range-input:last-child{margin-right:0}.date-range-input:last-child button{border-radius:0}.date-range-input input{box-shadow:none;width:100%;margin:0;padding-top:0;padding-bottom:0;padding-right:30px;line-height:29px}.date-range-input input[type=text]{box-shadow:none;width:100%;margin:0;padding-top:0;padding-bottom:0;padding-right:30px;line-height:29px}.date-range-input i.tutor-icon-calendar{position:absolute;top:7px;right:10px}.date-range-input button{background-color:var(--tutor-color-primary);color:#fff;border:none;padding:0 15px;line-height:30px}.date-range-input button:hover{background-color:var(--tutor-color-primary-hover)}.tutor-dashboard-statement-table-wrap{overflow-x:auto}table.tutor-dashboard-statement-table p{margin:0;padding:0}table.tutor-dashboard-statement-table p.small-text{color:#666;font-size:12px}@media (max-width:580px){.profile-completion-warning-details li{display:block!important}}.tutor-mycourse-view,.tutor-mycourse-edit,.tutor-mycourse-delete{color:var(--tutor-color-muted);transition:all .3s}.tutor-mycourse-view i,.tutor-mycourse-edit i,.tutor-mycourse-delete i{line-height:inherit;vertical-align:top;color:var(--tutor-color-primary);display:inline-block}.tutor-mycourse-view:hover,.tutor-mycourse-edit:hover,.tutor-mycourse-delete:hover{color:var(--tutor-color-primary)}.tutor-dashboard-content-inner .tutor-mycourse-wrap{border:1px solid #dcdfe5;border-radius:4px;flex-direction:row;margin-bottom:30px;display:flex;position:relative;overflow:hidden}@media (max-width:580px){.tutor-dashboard-content-inner .tutor-mycourse-wrap{flex-wrap:wrap}}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-course-status h4{display:none}.tutor-dashboard-content-inner .tutor-mycourse-wrap p:last-child{margin-bottom:0}@media screen and (max-width:767.98px){.tutor-header-right-side{justify-content:flex-start;margin-bottom:20px}}@media (max-width:767.98px){.tutor-header-right-side{margin-top:20px}}.submitted-assignment-title a,.submitted-assignment-title h3{margin-bottom:20px}.submitted-assignments-sorting-wrap{margin-bottom:30px}.submitted-assignments-sorting-wrap .tutor-form-group{align-items:center;display:flex;flex-basis:25%!important}.submitted-assignments-sorting-wrap .tutor-form-group label,.submitted-assignments-sorting-wrap .tutor-form-group select{margin-bottom:0}.submitted-assignments-sorting-wrap .tutor-form-group label{flex-basis:35%}.submitted-assignments-sorting-wrap .tutor-form-group select{height:40px}.tutor-dashboard-assignment-table .student-column{align-items:center;display:flex}.tutor-dashboard-assignment-table .student-column .student-avatar{width:34px;margin-right:10px}.tutor-dashboard-assignment-table .student-column .student-avatar img{border-radius:50%}.tutor-dashboard-assignment-table .student-column .student-avatar span{text-align:center;border-radius:50%;width:34px;height:34px;font-size:12px;line-height:34px;display:block}.tutor-dashboard-assignment-table .student-column .student-details h4,.tutor-dashboard-assignment-table .student-column .student-details p{margin-bottom:0;line-height:1.3}.tutor-dashboard-assignment-table span.review-required,.tutor-dashboard-assignment-table span.result-pass,.tutor-dashboard-assignment-table span.result-fail{color:#fff;background:#df3247;border-radius:2px;padding:4px 11px;font-size:14px;font-weight:700}.tutor-dashboard-assignment-table span.result-pass{background:var(--tutor-color-success)}.tutor-dashboard-assignment-table span.review-required{background:#f5b30d}.tutor-assignment-review-header p span{color:var(--tutor-body-color);font-weight:600}.tutor-assignment-submitted-page{border-bottom:none}.tutor-assignment-submitted-page .assignment-info{align-items:center;display:flex}.tutor-assignment-submitted-page .assignment-info p{margin-right:15px}.tutor-assignment-submitted-page h3{margin:5px 0}.tutor-dashboard-announcement-sorting-input{grid-template-columns:1fr 3fr;align-items:center;max-width:294px;display:grid}.tutor-dashboard-announcement-sorting-wrap{column-gap:15px;display:flex}.tutor-dashboard-announcement-sorting-wrap div:first-child{flex-basis:50%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(2){flex-basis:20%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(3){flex-basis:30%}.tutor-announcement-datepicker{position:relative}.tutor-announcement-datepicker input,.tutor-announcement-datepicker i{position:absolute}.tutor-announcement-datepicker i{color:#3e64de;top:50%;right:10px}table.frontend-dashboard-table tbody tr td[data-th=Date]{vertical-align:baseline}table.frontend-dashboard-table tbody tr td[data-th=Date] div.td-datetime{margin-top:3px}.tutor-quiz-attempt-info-row .attempt-view-bottom,.tutor-quiz-attempt-info-row .attempt-view-top{justify-content:space-between;display:flex}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,.tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col{align-items:center;max-width:30%;display:inline-flex}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col{align-items:flex-start}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required,.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,.tutor-quiz-attempt-info-row .attempt-info-content span.result-fail{color:#fff;background:#df3247;border-radius:2px;margin-right:13px;padding:1px 4px;font-size:14px;font-weight:400}.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass{background:var(--tutor-color-success)}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-info-row .attempt-info-content h4,.tutor-quiz-attempt-info-row .attempt-info-content h5{color:#7a7f85;margin:0;font-size:14px;font-weight:400;line-height:25px}.tutor-quiz-attempt-info-row .attempt-info-content h4 a,.tutor-quiz-attempt-info-row .attempt-info-content h4{color:var(--tutor-body-color);margin-top:7px;font-weight:700}.tutor-quiz-attempt-info-row .attempt-view-top{border-bottom:1px solid #dcdfe5;margin-bottom:30px;padding-bottom:30px}.tutor-quiz-attempt-info-row .attempt-view-bottom{margin-bottom:60px}.attempt-user-details{align-items:center;display:flex}.attempt-user-details .attempt-user-avatar{padding-right:20px}.attempt-user-details .attempt-user-avatar img{border-radius:50%;width:70px;height:70px;display:block}.attempt-user-details .attempt-info-content h4{font-size:18px}.attempt-review-notice-wrap{justify-content:space-between;margin-bottom:60px;display:flex}.attempt-review-notice-wrap p{align-items:center;margin:0;display:inline-flex}.attempt-review-notice-wrap p.attempt-review-notice i{color:#f5c813;margin-right:9px;font-size:16px}.attempt-review-notice-wrap p.attempt-review-at>span{color:var(--tutor-color-primary);margin-right:7px;font-size:16px}.attempt-review-notice-wrap p>strong{margin-right:5px;font-weight:400}.quiz-view-attempts-wrapper{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.quiz-view-attempts-wrapper .back-to-quiz-btn{margin-left:10px;color:#fff!important}.tutor-status-blocked-context i,.tutor-status-approved-context i,.quiz-correct-answer-text i,.quiz-incorrect-answer-text i{text-align:center;color:#fff;background:#7bbc30;border-radius:2px;width:20px;height:20px;margin-right:6px;font-size:14px;line-height:20px;display:inline-block}.tutor-status-blocked-context i,.quiz-incorrect-answer-text i{background:#f44337;font-size:10px;font-weight:900}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media.content-for-desktop,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media.content-for-desktop{flex-direction:column;display:flex}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .tutor-rating-container,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-rating-container{align-self:flex-end}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings{align-items:flex-end;display:flex}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings .text-regular-caption,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings .text-regular-caption{color:#c0c3cb!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media.content-for-desktop{row-gap:15px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle{row-gap:3px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .ratings{display:flex}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3{margin-bottom:15px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding-left:40px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name span{font-weight:400;color:var(--tutor-color-secondary)!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-pic{border-radius:50%;width:200px;height:200px;border:none!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{margin-top:30px;padding-left:80px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{top:110px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-pic{border-radius:50%;width:160px;height:160px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area{top:-147px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .tutor-social-container{margin-top:2px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name{padding-left:23px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name span{font-weight:300}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{border-radius:10px;width:235px;height:275px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-social-container{margin-top:12px}.tutor-user-public-profile .photo-area{height:414px;margin-top:30px;overflow:hidden}.tutor-user-public-profile .photo-area .cover-area{border-radius:6px;position:relative;overflow:hidden}.tutor-user-public-profile .photo-area .cover-area>div:first-child{background-position:50%;background-repeat:no-repeat;background-size:cover;height:352px}.tutor-user-public-profile .photo-area .cover-area>div:last-child{background-image:linear-gradient(transparent,rgba(0,0,0,.6));height:70%;position:absolute;bottom:0;left:0;right:0}.tutor-user-public-profile .photo-area .pp-area{align-items:center;gap:30px;padding-left:40px;display:flex;position:relative;top:-141px}@media (max-width:992px){.tutor-user-public-profile .photo-area .pp-area{gap:10px}}.tutor-user-public-profile .photo-area .pp-area .profile-pic{background-position:50%;background-repeat:no-repeat;background-size:cover;border:8px solid #fff;display:inline-block}.tutor-user-public-profile .photo-area .pp-area .profile-name h3{color:#fff;margin:0;font-size:40px;font-style:normal;font-weight:600;line-height:48px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media{text-align:right;flex:1;padding-bottom:20px;padding-right:30px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container{font-size:16px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits{color:#fff;font-size:16px;font-weight:500}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta{color:#757575}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container{text-align:right}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a{color:#f5f5f5;cursor:pointer;margin-left:15px;font-size:16px;text-decoration:none;display:inline-block}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a:hover{color:#fff}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area{overflow:initial}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-rating-media{padding-bottom:137px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-user-profile-sidebar{margin-top:79px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area{height:auto}.tutor-user-public-profile.tutor-user-public-profile-no-cp .cover-area{display:none}.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area{top:0}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding-top:40px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span>span{color:#000!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{position:absolute;top:15px;left:226px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media .rating-digits{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{text-align:left}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{text-align:left!important;margin-top:5px!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container a{margin-right:20px;color:#41454f!important;margin-left:0!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container a:hover{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{width:calc(100% - 157px)}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{position:absolute;left:auto;right:36px}@media (min-width:768px){.tutor-user-public-profile .content-for-mobile{display:none}.tutor-user-public-profile .content-for-desktop{display:block}}@media (max-width:991px){.tutor-user-public-profile .profile-name span{color:#757575!important}.tutor-user-public-profile .content-for-mobile{margin:22px 0 0;display:block;padding:0!important}.tutor-user-public-profile .content-for-mobile .ratings{justify-content:center;align-items:center}.tutor-user-public-profile .content-for-desktop{display:none!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area{height:auto}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area .cover-area>div:first-child,.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area .cover-area>div:first-child,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .cover-area>div:first-child{height:220px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{flex-wrap:wrap;justify-content:center;padding-left:0!important;top:-82px!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media{text-align:center!important;width:100%!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span>span,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span>span,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span>span{color:#000!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span:nth-of-type(2)>span,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span:nth-of-type(2)>span,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span:nth-of-type(2)>span{color:#c4c4c4!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name h3,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name h3{color:#161616!important;font-size:30px!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .rating-digits,.tutor-user-public-profile.tutor-user-public-profile-no-cp .rating-digits,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .rating-digits{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{top:-98px!important}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{width:153px!important;height:160px!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container,.tutor-user-public-profile.tutor-user-public-profile-no-cp .ratings{text-align:center!important;position:static!important;top:0!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding:0!important}.tutor-user-public-profile .tutor-social-container{margin:15px 0 0!important}.tutor-user-public-profile .tutor-social-container a{color:#41454f!important}.tutor-user-public-profile .profile-name{padding:0!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{margin-top:-83px!important;position:relative!important;top:0!important}.tutor-user-public-profile .tutor-user-profile-sidebar{margin-top:0!important}}.tutor-user-public-profile .tutor-user-profile-sidebar{float:left;width:278px;padding:15px}.tutor-user-public-profile .tutor-user-profile-content{float:right;width:calc(100% - 278px);margin-bottom:30px;padding-left:30px}.tutor-user-public-profile .tutor-user-profile-content h3{color:var(--tutor-body-color);margin-top:20px;font-style:normal;font-weight:400;line-height:34px;font-size:24px!important}.tutor-user-public-profile .tutor-user-profile-content h3:first-child{margin-top:0}.tutor-user-public-profile .tutor-user-profile-content p{color:var(--tutor-color-secondary);font-size:16px;line-height:28px}@media (max-width:991px){.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area{padding-left:0!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{left:178px!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{padding-left:0}.tutor-user-public-profile .tutor-user-profile-sidebar,.tutor-user-public-profile .tutor-user-profile-content{float:none;width:100%;padding:10px 0}}@media (min-width:992px){.tutor-user-public-profile .photo-area{margin-bottom:-90px}}@media (max-width:992px){.tutor-user-public-profile .student-details-table-wrapper{margin-top:40px}}.analytics-profile-authormeta{gap:20px}@media (min-width:1200px){.analytics-profile-authormeta{gap:40px;display:flex}.analytics-profile-authormeta>:first-child{position:relative}.analytics-profile-authormeta>:first-child:before{content:"";background:#c4c4c4;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}}@media (max-width:1200px){.analytics-profile-authormeta>*{display:block}}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap .withdraw-history-table-title h4{margin-top:45px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table .tutor-withdrawals-method{grid-gap:15px;grid-template-columns:40px auto;align-items:center;display:grid}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history{box-sizing:border-box;border:1px solid #dcdbdc;position:relative}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th{background:#f3f3f3}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td{text-align:left;vertical-align:middle;border-collapse:collapse;border:none;border-bottom:1px solid #dcdbdc;padding:10px;font-size:13px;font-weight:400}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:first-child,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:first-child{padding:10px 0 15px 15px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:last-child,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:last-child{text-align:right;width:50px;padding-right:15px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:nth-child(4),.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:nth-child(4){width:105px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td .withdraw-method-name{font-size:15px;line-height:20px;display:block}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history small{font-size:13px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text-container .tool-tip-container{cursor:pointer;height:24px;display:inline-block;position:relative}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text-container .tool-tip-container img{width:16px;display:inline-block!important}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text{color:#fff;background:gray;border-radius:2px;padding:3px 9px;font-size:13px;font-weight:700;display:inline-block}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-approved{background:#24a148}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-pending{background:#ed9700}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-rejected{background:#f44337}.tutor-tooltip-inside .tooltip{z-index:2;clip:rect(0,0,0,0);box-sizing:border-box;cursor:default;color:#fff;text-align:center;white-space:nowrap;opacity:0;text-align:center;white-space:normal;background:#353535;border:0 solid #6d6e71;border-top-color:#373739;border-radius:10px;width:0;height:auto;padding:7px;font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:normal;transition:opacity .3s ease-in .3s;position:absolute;overflow:hidden}.tutor-tooltip-inside .tooltip.isVisible{clip:auto;opacity:1;border-width:1px;width:150px;height:auto;padding:10px 15px;overflow:visible}.tutor-tooltip-inside .tooltip,.tutor-tooltip-inside .tooltip.tip-bottom,.tutor-tooltip-inside .tooltip.tip-top{left:50%;transform:translate(-50%)}.tutor-tooltip-inside .tooltip,.tutor-tooltip-inside .tooltip.tip-bottom,.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-bottom-right{top:110%;top:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-top,.tutor-tooltip-inside .tooltip.tip-top-left,.tutor-tooltip-inside .tooltip.tip-top-right{top:auto;bottom:110%;bottom:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-bottom-right,.tutor-tooltip-inside .tooltip.tip-top-left,.tutor-tooltip-inside .tooltip.tip-top-right{transform:none}.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-top-left{margin-right:-25px;left:auto;right:50%}.tutor-tooltip-inside .tooltip.tip-bottom-right,.tutor-tooltip-inside .tooltip.tip-top-right{margin-left:-25px}.tutor-tooltip-inside .tooltip.tip-left,.tutor-tooltip-inside .tooltip.tip-right{top:50%;transform:translateY(-50%)}.tutor-tooltip-inside .tooltip.tip-left{right:110%;left:auto;right:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-right{left:110%;left:calc(100% + 13px)}.tutor-tooltip-inside .tooltip:after{content:" ";pointer-events:none;border-style:solid;border-width:10px;width:0;height:0;display:block;position:absolute}.tutor-tooltip-inside .tooltip:after,.tutor-tooltip-inside .tooltip.tip-bottom:after,.tutor-tooltip-inside .tooltip.tip-top:after{margin-left:-10px;left:50%}.tutor-tooltip-inside .tooltip:after,.tutor-tooltip-inside .tooltip.tip-bottom:after,.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-bottom-right:after{border-color:transparent transparent #373739;top:-20px}.tutor-tooltip-inside .tooltip.tip-top:after,.tutor-tooltip-inside .tooltip.tip-top-left:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{border-color:#373739 transparent transparent;top:auto;bottom:-20px}.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-bottom-right:after,.tutor-tooltip-inside .tooltip.tip-top-left:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{margin-left:0}.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-top-left:after{left:auto;right:15px}.tutor-tooltip-inside .tooltip.tip-bottom-right:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{left:15px}.tutor-tooltip-inside .tooltip.tip-left:after,.tutor-tooltip-inside .tooltip.tip-right:after{margin-top:-10px;margin-left:auto;top:50%}.tutor-tooltip-inside .tooltip.tip-left:after{border-color:transparent transparent transparent #373739;left:auto;right:-20px}.tutor-tooltip-inside .tooltip.tip-right:after{border-color:transparent #373739 transparent transparent;left:-20px}.tutor-instructor-list-item .tutor-instructor-cover-photo{border-radius:5px 5px 0 0}.tutor-instructor-list-item .tutor-avatar{z-index:1;box-shadow:0 0 0 1px var(--tutor-border-color);position:relative}.tutor-instructor-list-item.tutor-instructor-layout-cover .tutor-avatar{box-shadow:0 0 0 1px var(--tutor-border-color),0 0 0 6px #fff;margin-top:-69px}.tutor-instructor-list-item.tutor-instructor-layout-portrait-horizontal .tutor-instructor-cover-photo{border-radius:5px 0 0 5px}.tutor-instructor-filter{overflow:auto}.tutor-instructor-filter>div{float:left}.tutor-instructor-filter>div:first-child{width:230px}@media (min-width:1024px){.tutor-instructor-filter>div:last-child{width:calc(100% - 250px);padding:0 51px}}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field{box-sizing:border-box;border:1px solid #bababa;border-radius:6px;margin-bottom:30px;padding:5px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field i{color:#3e64de;padding:0 5px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field i,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input{font-size:16px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input{background:0 0;border:none;width:calc(100% - 40px);padding:0}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input:hover,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input:active{outline:0}.tutor-instructor-rejection-notice{clear:both;background:#fff7f7;border:1px solid #fdd9d7;border-radius:6px;width:100%;margin:41px 0 0;padding:16.5px}.tutor-instructor-rejection-notice span{color:#c62828;font-size:16px;font-weight:400}.tutor-instructor-rejection-notice span i{color:#f44337;margin-right:14px;font-size:27px;display:inline-block}.tutor-instructor-rejection-notice a{float:right;color:#f44337;cursor:pointer;font-weight:700}.tutor-instructor-rejection-notice a:hover{color:#e41304}.tutor-instructor-filter *{box-sizing:border-box}.tutor-instructor-filter .tutor-instructor-ratings-wrapper{border-top:1px solid #e3e6eb;padding-top:33px}.tutor-instructor-filter .filter-result-container{position:relative}.tutor-disabled-wrapper{flex-direction:column;justify-content:center;max-width:444px;margin:auto;padding:60px 0 30px;display:flex}.tutor-disabled-wrapper .tutor-disabled-content-wrapper{text-align:center;flex-direction:column;align-items:center}.tutor-disabled-wrapper .tutor-disabled-content-wrapper img{margin-bottom:30px}.tutor-disabled-wrapper .tutor-disabled-content-wrapper p{margin-bottom:38px}.tutor-disabled-wrapper .tutor-disabled-content-wrapper h3{font-size:20px;font-weight:500}.tutor-disabled-wrapper .tutor-disabled-content-wrapper p{font-size:15px;font-weight:400}.tutor-video-player{position:relative}.tutor-video-player .loading-spinner:before{margin-top:-25px;margin-left:-25px;top:50%}.tutor-video-player-wrapper{position:relative}.tutor-course-single-content-wrapper .tutor-lesson-feature-image img{width:auto;max-width:100%;height:auto;max-height:100%;margin:0 auto;display:block}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner{background:var(--tutor-color-gray-10);z-index:10;border-radius:3px;position:absolute;top:0;bottom:0;left:0;right:0}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner:before{content:"";box-sizing:border-box;border:2px solid #eee;border-top-color:var(--tutor-color-primary);border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;animation:.8s linear infinite spinner;position:absolute;top:50%;left:50%}@keyframes spinner{to{transform:rotate(360deg)}}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner:before{width:50px;height:50px;top:calc(50% - 25px)}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner.hide{display:none}.tutor-course-single-content-wrapper .tutor-video-player iframe{border:none;width:100%;height:100%}.tutor-course-single-content-wrapper .tutor-video-player .plyr--vimeo .plyr__captions{display:none!important}.site-content{padding-bottom:0!important}.tutor-course-single-sidebar-title{background-color:#fff;border-bottom:1px solid #e0e2ea;align-items:center;height:60px;padding:8px 16px;display:flex}.tutor-course-single-sidebar-wrapper{background-color:#eff1f6;border-right:1px solid #e0e2ea;flex:0 0 400px;width:400px}@media (max-width:1199.98px){.tutor-course-single-sidebar-wrapper{opacity:0;z-index:-1;flex:0 0 100%;width:100%;position:absolute;top:0}}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{color:var(--tutor-body-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#eff1f6;border-bottom:1px solid #e0e2ea;border-radius:0;padding:12px 44px 12px 16px;font-size:16px;font-weight:500}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:after{color:var(--tutor-color-muted);font-size:14px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover,.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active,.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after{color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title{position:relative}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title-info{cursor:pointer;display:inline-flex;position:relative;top:2px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title-info-icon{color:rgba(var(--tutor-body-color-rgb),.5);font-size:14px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-summary{color:var(--tutor-color-muted);font-size:12px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body{background-color:#fff;padding-top:8px;padding-bottom:8px}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item{position:relative}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a{background-color:#fff;flex-wrap:nowrap;justify-content:space-between;width:100%;padding:10px 16px;text-decoration:none;display:flex}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon{color:rgba(var(--tutor-body-color-rgb),.3);font-size:18px;transition:all .3s ease-in}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title{color:var(--tutor-color-secondary);transition:all .3s ease-in}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title{color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a{background-color:#eff1f6}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked]{border-color:var(--tutor-color-success);background-color:var(--tutor-color-success)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-check-pending{background-image:url("data:image/svg+xml,%3Csvg fill='%23FFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='10' viewBox='0 0 459.313 459.314' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M459.313,229.648c0,22.201-17.992,40.199-40.205,40.199H40.181c-11.094,0-21.14-4.498-28.416-11.774 C4.495,250.808,0,240.76,0,229.66c-0.006-22.204,17.992-40.199,40.202-40.193h378.936 C441.333,189.472,459.308,207.456,459.313,229.648z'/%3E%3C/g%3E%3C/svg%3E");border-color:var(--tutor-color-warning)!important;background-color:var(--tutor-color-warning)!important}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-check-fail{background-image:url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath d='M49.9,78c-4.2,0-7.6,3.5-7.6,7.8v1.5c0,4.3,3.4,7.7,7.6,7.7c4.2,0,7.7-3.4,7.7-7.7v-1.5C57.6,81.5,54.2,78,49.9,78L49.9,78z M49.8,5c-6.3,0-11.9,6.1-11.3,12.4l3.8,47c0.2,3.7,3.1,6.9,6.9,7.2c4.3,0.3,8.1-3,8.4-7.2l3.9-47C62,11.1,56.6,5,49.8,5z'%3E%3C/path%3E%3C/svg%3E");border-color:var(--tutor-color-danger)!important;background-color:var(--tutor-color-danger)!important}body.rtl .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{padding:12px 16px 12px 44px}.tutor-course-single-content-wrapper a{text-decoration:none}.tutor-course-single-content-wrapper{width:100%;display:flex;position:relative}.tutor-course-single-content-wrapper ul,.tutor-course-single-content-wrapper ol,.tutor-course-single-content-wrapper li>ul,.tutor-course-single-content-wrapper li>ol{padding-left:1em}.tutor-course-single-content-wrapper a,.tutor-course-single-content-wrapper a:hover,.tutor-course-single-content-wrapper a:active,.tutor-course-single-content-wrapper a:focus{text-decoration:none}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden .tutor-course-single-sidebar-wrapper{display:none}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden .tutor-course-topics-sidebar-toggler .tutor-icon-left{transform:rotate(180deg)}@media (max-width:1199.98px){.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper{opacity:1;z-index:1026;background-color:#fff;height:100vh;padding-bottom:150px;overflow-y:auto;right:0!important}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title{z-index:1027;position:-webkit-sticky;position:sticky;top:0}}.tutor-course-single-content-wrapper input.tutor-form-check-input.tutor-form-check-circle{width:20px;height:20px;margin-top:1px}.tutor-course-single-content-wrapper #tutor-single-entry-content{width:100%;position:relative}@media (min-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content{min-height:100vh}}.tutor-course-single-content-wrapper #tutor-single-entry-content{flex-direction:column;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{background:var(--tutor-color-primary);min-height:60px;color:var(--tutor-color-white);flex-shrink:0;align-items:center;padding:8px 16px;display:flex;position:relative}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn{color:var(--tutor-color-white);border-color:var(--tutor-color-white);background-color:transparent}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover{color:var(--tutor-color-primary);background-color:var(--tutor-color-white);border-color:var(--tutor-color-white)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{color:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn:hover{color:var(--tutor-color-primary);background-color:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary{background-color:rgba(0,0,0,.2)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header-icon{font-size:24px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{border-top:1px solid rgba(var(--tutor-color-primary-rgb),.15);background-color:rgba(var(--tutor-color-primary-rgb),.1);flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:16px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation{background:var(--tutor-color-white);z-index:1;border:1px solid #eff1f6;width:100%;height:90px;position:fixed;bottom:0;left:0;box-shadow:0 0 16px rgba(176,182,209,.18)}@media (min-width:576px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation{display:none}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-footer-content{flex-basis:70%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-quiz-skip-button{flex-basis:50%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-quiz-skip-button button{border:0;padding:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-footer-complete-btn button{padding:8px 20px}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-start-quiz{display:inline-block}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box{border:2px dashed var(--tutor-border-color);border-radius:5px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box span[class^=tutor-icon-],.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box span[class*=\ tutor-icon-]{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .quiz-image img{max-width:100%;height:auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-dropzone.tutor-drop-over{border:2px dashed var(--tutor-color-primary)!important}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-dropzone input{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering>div:not(:last-child){margin-bottom:70px}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering .tutor-image-answer{max-width:500px}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering .tutor-image-answer img{border-radius:6px;width:100%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper{padding:80px 24px}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper{padding:40px 16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper{border:1px solid #c0c3cb;border-radius:10px;max-width:560px;margin:0 auto}@media (min-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper{padding:65px 95px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-start-quiz-title{border-bottom:1px solid var(--tutor-border-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-quiz-info-area .tutor-quiz-info:not(:first-child){padding-top:15px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap{width:100%;max-width:980px;margin:0 auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info{justify-content:space-between;display:flex}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info{flex-direction:column;gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-left{gap:35px;display:flex}@media (max-width:767.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-left{gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining #tutor-quiz-time-update{text-align:right;min-width:50px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle,.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle{width:40px;height:25px;margin-top:1px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg{width:50px;height:50px;margin-top:-3px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle{transform:translate(17px,15px)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:first-child{stroke:var(--tutor-color-primary);stroke-width:13px;stroke-dasharray:44;stroke-dashoffset:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:last-child{fill:none;stroke:var(--tutor-color-gray);stroke-dasharray:44;stroke-dashoffset:calc(44 - 44*var(--quizProgress)/100);stroke-width:13px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg{width:50px;height:50px;margin-top:-3px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg circle{stroke:#f44337;stroke-dashoffset:0;stroke-dasharray:75;stroke-width:2px;fill:#fff;transform:translate(17px,15px)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box{cursor:move;border:1px solid var(--tutor-border-color);border-radius:6px;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box .tutor-icon-hamburger-menu{cursor:move}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box input{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-dotted-box{color:#9ca0ac;border:2px dashed #ddd;border-radius:5px;padding:8px 12px;font-size:1rem;line-height:1.5}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box.time-remaining-warning{border:1px solid rgba(var(--tutor-color-warning-rgb),.3)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{border-radius:6px;padding:9px}@media (max-width:600px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{flex-wrap:wrap}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-info span:first-child{font-size:27px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{color:var(--tutor-color-white);border:unset;background:#ed9700}@media (max-width:600px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{margin-top:10px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box.time-over{border:1px solid #f44337}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .matching-quiz-question-desc{grid-template-columns:repeat(auto-fit,minmax(163px,1fr));gap:20px;display:grid!important}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item{cursor:pointer;display:block;position:relative}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item-has-media .tutor-form-check-input{z-index:1;position:absolute;top:8px;right:8px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item-has-media .tutor-form-check-input:checked+.tutor-card{border-color:var(--tutor-color-primary);box-shadow:0 0 0 1px var(--tutor-color-primary)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-short-ans-image{width:100%;max-width:444px;height:auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice label{border:1px solid var(--tutor-border-color);cursor:pointer;border-radius:6px;min-width:240px;padding:9.5px 15px;display:inline-block}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice label input{margin-top:1px;margin-right:8px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice .tutor-quiz-correct-ans span:first-child{font-size:28px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap .fill-blank{border-bottom:2px dashed var(--tutor-color-secondary);margin:0 0 10px;display:inline-block}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap .fill-blank{margin:0 10px 5px 0}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input{background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);box-shadow:none;border-radius:5px;margin:0 0 3px;padding:2px 5px;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area>div:not(:last-child){margin-bottom:25px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans{flex-wrap:wrap;align-items:center;max-width:500px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .tutor-quiz-ans-no{width:230px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item{align-items:center;width:270px;display:flex}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item{margin-top:20px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item>span{margin:0 20px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item .tutor-quiz-dotted-box{width:230px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .tutor-matching-item{flex-direction:column;margin-right:10px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .tutor-matching-item .tutor-matching-image{border-radius:6px;overflow:hidden}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area{counter-reset:serial-number}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area>div:not(:last-child){margin-bottom:25px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area .quiz-ordering-ans-item .tutor-quiz-border-box{width:250px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area .snum:before{counter-increment:serial-number;content:counter(serial-number)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans{cursor:pointer;grid-template-columns:30px 315px;display:grid}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item{border:1px solid #c0c3cb;border-radius:6px;grid-template-columns:46px auto;width:315px;display:grid}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-icon{background:#f4f6f9;border-radius:6px 0 0 6px;width:46px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-icon span{font-size:27px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item{grid-template-rows:auto;grid-template-columns:80px auto;display:grid}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item img{border-radius:6px;width:80px;height:80px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item span{word-break:break-word}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image-matching-ans{grid-template-columns:repeat(auto-fit,minmax(162px,1fr));gap:20px;display:grid!important}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image{border-radius:6px;width:100%;height:162px;overflow:hidden}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image img{object-fit:contain;width:100%;height:100%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-result-summary{border-top:1px solid var(--tutor-border-color);border-bottom:1px solid var(--tutor-border-color);justify-content:space-between;margin-top:20px;margin-bottom:20px;padding-top:20px;padding-bottom:20px;display:flex}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-result-summary{flex-direction:column;gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper{margin-bottom:40px;display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper.tutor-alert-show{display:flex!important}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper .flash-info span:first-child.tutor-icon-cross-circle-outline-filled:before{color:#f44337}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-time-expired{color:#f44337;font-size:16px;font-weight:500;line-height:26px}.tutor-course-single-content-wrapper mjx-container,.tutor-course-single-content-wrapper .MathJax_Display{display:inline!important}.tutor-course-spotlight-wrapper .tutor-course-spotlight-tab{padding-top:32px;padding-bottom:32px}.tutor-course-spotlight-wrapper .tutor-lesson-wrapper iframe{max-width:100%}.tutor-course-spotlight-wrapper .tutor-exercise-files{word-break:break-all;grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:575.98px){.tutor-course-spotlight-wrapper .tutor-exercise-files{grid-template-columns:repeat(1,1fr)}}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card{cursor:pointer}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card:hover .tutor-avatar{background:var(--tutor-color-primary)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card:hover .tutor-avatar span{color:var(--tutor-color-white)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card .tutor-avatar{background:rgba(var(--tutor-color-primary-rgb),.15)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card .tutor-avatar span{font-size:30px}.tutor-course-spotlight-wrapper .tutor-conversation{border-bottom:1px solid #ddd;padding:0 0 55px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show{border:1px solid var(--tutor-border-color);border-radius:6px;padding:47px 33px}@media (max-width:575.98px){.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show{flex-direction:column;justify-content:center;align-items:center;padding:30px 20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show p{text-align:center}}.tutor-course-spotlight-wrapper .tutor-conversation .comment-avatar img{border-radius:50%;width:50px;height:50px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before{content:"";border:1px solid var(--tutor-border-color);-webkit-clip-path:polygon(0% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 100%,0% 100%);background-color:#fff;border-radius:0 0 0 3px;width:10px;height:10px;display:block;position:absolute;top:18px;left:-6px;transform:rotate(45deg)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after{content:"";background-color:#fff;border:1px solid #fff;border-radius:3px 0 0 3px;width:10px;height:10px;display:block;position:absolute;top:18px;left:-2px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box{grid-template-columns:70px auto;display:grid}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea{border:1px solid var(--tutor-border-color);border-radius:6px;grid-area:1/2/1/3;position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused:before{border:1px solid var(--tutor-color-primary)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea{border-color:transparent;min-height:96px;padding:20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-submit-btn{grid-area:2/2/2/3;justify-self:end;margin-top:20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list{grid-template-columns:70px auto;display:grid}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px;padding:15px 20px;position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child{color:#161d25}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:last-child{color:#808993}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span{cursor:pointer;text-transform:capitalize}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span:not(:last-child){margin-right:23px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-box.tutor-reply-box{min-height:54px;padding:16px 0 16px 16px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-box.tutor-reply-box .tutor-comment-textarea textarea{min-height:56px;padding:15px 20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment{position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{background:var(--tutor-border-color);width:1px;position:absolute;top:50px;left:24px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment{position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after{content:"";background:var(--tutor-border-color);width:45px;height:1px;position:absolute;top:25px;left:-45px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before{content:"";background:var(--tutor-border-color);z-index:9;width:45px;height:1px;position:absolute;top:3px;left:-68px;transform:rotate(90deg)}@media (max-width:575.98px){.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment .tutor-single-comment .tutor-actual-comment .tutor-comment-author{flex-direction:column;display:flex}}.tutor-spotlight-mobile-progress-complete{background:#fff;margin-top:16px;box-shadow:0 0 16px rgba(176,182,209,.18)}@media (max-width:420px){.tutor-spotlight-mobile-progress-complete .tutor-col-6{flex:none;width:100%}}.tutor-spotlight-mobile-progress-right{text-align:center}@media (min-width:420px){.tutor-spotlight-mobile-progress-right .tutor-topbar-complete-btn{text-align:right}}@media (max-width:420px){.tutor-spotlight-mobile-progress-right .tutor-topbar-complete-btn.tutor-ml-24{margin-left:0!important}}.tutor-spotlight-mobile-progress-right [class*=tutor-icon-]{display:none}.tutor-course-spotlight-comments{max-width:670px;margin:auto}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before{left:initial;border-radius:0 3px 0 0;right:-6px;transform:rotate(220deg)}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after{left:initial;right:-2px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span:not(:last-child){margin-right:initial;margin-left:23px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{left:initial;right:24px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after{left:initial;right:-45px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before{left:initial;right:-68px;transform:rotate(90deg)}#tutor-assignment-wrap .tutor-assignment-attachments-list{grid-gap:20px;grid-template-columns:1fr 1fr;display:grid}@media (max-width:768px){#tutor-assignment-wrap .tutor-assignment-attachments-list{grid-template-columns:1fr}}#tutor-assignment-wrap .tutor-assignment-meta-info{border-top:1px solid var(--tutor-border-color);border-bottom:1px solid var(--tutor-border-color)}@media (min-width:576px) and (max-width:1192px){#tutor-assignment-wrap .tutor-assignment-meta-info{flex-direction:column}}#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info>div:not(:last-child){margin-right:16px}@media (min-width:576px) and (max-width:1192px){#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-duration,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-deadline,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-marks,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-pass-mark{flex-basis:50%}}@media (max-width:575px){#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-duration,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-deadline,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-marks,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-pass-mark{flex-direction:column;flex-basis:50%;display:flex}}@media (max-width:576px){#tutor-assignment-wrap .tutor-assignment-meta-info{flex-direction:column}}#tutor-assignment-wrap .tutor-assignment-border-bottom{border-bottom:1px solid var(--tutor-border-color)}#tutor-assignment-wrap .tutor-instructor-card{background-color:var(--tutor-color-white);cursor:pointer;border-radius:6px;grid-template-columns:auto 40px;min-width:100%;display:grid}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content>div:first-child{margin-right:10px}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content>div{word-break:break-all}@media (max-width:768px){#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn{flex-direction:column}#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn a,#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn button{justify-content:center;align-items:center;width:100%;display:flex}}#tutor-assignment-wrap.tutor-course-assignment-details .no-before:before,#tutor-assignment-wrap.tutor-course-assignment-details #full-text{display:none}#tutor-assignment-wrap.tutor-time-out-assignment .quiz-flash-message .tutor-quiz-warning-box{background-color:rgba(var(--tutor-color-danger-rgb),.15);border:1px solid rgba(var(--tutor-color-danger-rgb),.3)}#tutor-assignment-wrap.tutor-time-out-assignment .tutor-time-out-assignment-details .tutor-to-assignment{position:relative}#tutor-assignment-wrap.tutor-time-out-assignment .tutor-time-out-assignment-details .tutor-to-assignment:before{content:"";background:linear-gradient(rgba(255,255,255,0) 1.31%,rgba(255,255,255,0) 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body{max-width:730px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment{background-color:#eff1f6;border-radius:6px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-input-type-size span{font-weight:500}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files{grid-template-columns:180px auto;display:grid}@media (max-width:767.98px){#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files{grid-template-columns:1fr;gap:10px}}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files .tutor-assignment-upload-btn input,#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files .tutor-assignment-upload-btn input#tutor-assignment-file-upload{display:none}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{grid-template-columns:repeat(2,1fr);display:grid}@media (max-width:600px){#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{grid-template-columns:1fr}}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{gap:20px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-description-details .tutor-ad-body:before{content:"";background:linear-gradient(rgba(255,255,255,0) 1.31%,rgba(255,255,255,0) 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-details .tutor-ar-body{border:1px solid var(--tutor-border-color);box-sizing:border-box;border-radius:6px}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-details .tutor-ar-body .tutor-input-files{max-width:330px}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-description-details .tutor-ad-body:before{content:"";background:linear-gradient(rgba(255,255,255,0) 1.31%,rgba(255,255,255,0) 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}#tutor-assignment-wrap .tutor-instructor-note{background-color:rgba(var(--tutor-color-primary-rgb),.2);border:1px solid rgba(var(--tutor-color-primary-rgb),.4);border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-instructor-note{background-color:rgba(var(--tutor-color-primary-rgb),.2);border:1px solid rgba(var(--tutor-color-primary-rgb),.2);border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-details .tutor-ar-body{border:1px solid var(--tutor-border-color);box-sizing:border-box;border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-details .tutor-ar-body .tutor-input-files{max-width:330px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-description-details .tutor-ad-body:before{content:"";background:linear-gradient(rgba(255,255,255,0) 1.31%,rgba(255,255,255,0) 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}.submited-files>div:not(:last-child){margin-right:15px}.submited-files .tutor-instructor-card{width:100%}.submited-files .tutor-instructor-card .tutor-icard-content{padding-right:10px}.tutor-qna-single-question table.tutor-table-data-td-target [data-td-target]{padding:12px!important}.tutor-qna-single-question table.tutor-table tr:last-child td:last-child{border-radius:0}.tutor-qna-single-question table.tutor-table-data-td-target .is-active:not(.expand-btn){background-color:#fff!important}body.wp-admin .tutor-qna-single-wrapper .tutor-qa-reply{border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.tutor-qna-single-question .tutor-qna-single-wrapper .qna-back-button{color:#5b616f;font-size:16px;font-style:normal;font-weight:400}.tutor-qna-single-question .tutor-qa-reply{z-index:10;background:#fff;bottom:0}.tutor-qna-single-question .tutor-qa-reply textarea{border:none;border:1px solid var(--tutor-border-color);resize:none;border-radius:6px;width:100%;padding:15px;min-height:initial!important;height:80px!important}.tutor-qna-single-question .tutor-qa-reply textarea,.tutor-qna-single-question .tutor-qa-reply textarea:focus,.tutor-qna-single-question .tutor-qa-reply textarea:active{box-shadow:none;outline:none!important}.tutor-qna-single-question .tutor-qna-badges .tutor-btn:not(:last-child){margin-right:18px}.tutor-qna-single-question .tutor-qna-single-wrapper{max-height:calc(100vh - 100px);overflow-y:auto}.tutor-qna-single-question .tutor-qa-sticky-bar{border-bottom:1px solid var(--tutor-border-color);z-index:9;margin-bottom:16px;position:-webkit-sticky;position:sticky;top:0}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat{flex-direction:column;margin-bottom:30px;display:flex}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user{align-items:center;gap:16px;margin-bottom:16px;display:flex}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img{border-radius:50%;width:48px;height:48px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text{background:#fff;border-radius:8px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0;padding:16px 24px;position:relative}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text:before{content:"";background:inherit;-webkit-clip-path:polygon(0% 0%,0% 100%,100% 0%);clip-path:polygon(0% 0%,0% 100%,100% 0%);border-radius:3px;width:20px;height:20px;position:absolute;top:-5px;transform:rotate(45deg)}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-left .tutor-qna-text:before{left:15px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right{align-items:flex-end}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-user{flex-direction:row-reverse}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-text:before{right:15px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat p{margin:0}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat ul{padding-left:2rem}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat ul li{list-style-type:disc}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-left .tutor-qna-text{min-width:50px;color:var(--tutor-body-color);background:#e3e9f7}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-right .tutor-qna-text{color:var(--tutor-body-color);background:#dbe9eb}.tutor-qna-single-question .tutor-toggle-reply{text-align:right}.tutor-qna-single-question .tutor-toggle-reply span{cursor:pointer}.tutor-qna-single-question .tutor-toggle-reply span:hover{color:#41454f;font-style:normal;font-weight:400;text-decoration:underline}body.wp-admin .tutor-qa-chatlist{margin-top:16px;margin-right:16px}table.qna-list-table .tutor-icon-msg-important-filled{color:var(--tutor-color-muted)}table.qna-list-table .tutor-icon-msg-important-fill-filled{color:#ed9700}table.qna-list-table tr .tutor-qna-title{color:#212327;font-size:16px;font-style:normal;font-weight:500;display:block}table.qna-list-table tr:not(.is-qna-read) .tutor-qna-title{color:#212327;font-size:16px;font-weight:700}table.qna-list-table .tutor-qna-question-col i{margin-right:13px;top:2px;left:-6px;font-size:24px!important}table.qna-list-table .tutor-qna-question-col span{margin-bottom:5px}table.qna-list-table .tutor-qna-question-col small{color:#525252;font-size:13px;font-style:normal;font-weight:500}table.qna-list-table .tutor-qna-question-col:not(.is-read) i{color:var(--tutor-color-primary)}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content{color:var(--tutor-body-color);font-size:16px;font-style:normal;font-weight:700}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content ul{padding-left:2rem}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content ul li{line-height:1.5;list-style-type:disc}table.qna-list-table .tutor-qna-question-col.is-read i{color:#c0c3cb}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content{color:#212327;font-size:16px;font-style:normal;font-weight:500}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content ul{padding-left:2rem}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content ul li{line-height:1.5;list-style-type:disc}.tutor-qna-spotlight-sidebar{padding:15px}.tutor-qna-spotlight-sidebar .tutor-qa-new[data-context=course-single-qna-sidebar]{background:#f4f6f9;width:100%;margin:-15px;padding:15px;position:absolute;bottom:15px}.tutor-qna-spotlight-sidebar .tutor-qa-reply{position:initial!important}.tutor-qa-reply[data-context=course-single-qna-sidebar],.tutor-qa-reply[data-context=course-single-qna-sidebar] textarea,.tutor-qa-reply[data-context=course-single-qna-single],.tutor-qa-reply[data-context=course-single-qna-single] textarea{border:none!important}.tutor-qa-reply[data-context=course-single-qna-sidebar] textarea,.tutor-qa-reply[data-context=course-single-qna-single] textarea{border:1px solid #cdcfd5!important;border-radius:6px!important}#sidebar-qna-tab-content-bak .tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat{max-width:100%;margin-bottom:10px}#sidebar-qna-tab-content-bak .tutor-qna-single-question .tutor-qa-reply div{padding:10px 0 0}#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion:not(.tutor-quesanswer-askquestion-expand) .sidebar-ask-new-qna-submit,#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion:not(.tutor-quesanswer-askquestion-expand) textarea,#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion.tutor-quesanswer-askquestion-expand .sidebar-ask-new-qna-btn-wrap{display:none}#sidebar-qna-tab-content-bak .tutor-qa-reply textarea:focus{border:1px solid var(--tutor-color-primary)!important}body.wp-admin .tutor-qna-single-wrapper>*{padding:20px!important}body.wp-admin .tutor-qna-single-wrapper .tutor-qa-reply{border-radius:0}body.wp-admin .tutor-qa-reply{background:0 0}#tutor-course-details-tab-questions .tutor-qna-reply-editor .wp-editor-container{border:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel{background:#fff;border:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel>.mce-container-body{border:1px solid #dcdfe6;border-radius:6px}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel{box-shadow:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-toolbar-grp{background:0 0;border-bottom:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-top-part:before{box-shadow:0 1px #cdcfd5}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar{border-top:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar>.mce-container-body .mce-path{visibility:hidden}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar.mce-last{background-color:transparent}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-toolbar .mce-ico{color:#767c8e;--size:22px;width:var(--size);height:var(--size);justify-content:center;align-items:center;display:flex}.answer-image-matched-wrap{display:block}.answer-image-matched-wrap .image-matching-item{align-items:center;display:flex}.answer-image-matched-wrap .image-matching-item:not(:last-child){margin-bottom:12px}.answer-image-matched-wrap .image-matching-item img{max-width:35px}.answer-image-matched-wrap .image-matching-item .dragged-caption{margin-left:12px;font-size:14px}.correct-answer-wrap .matching-type{flex-direction:column;align-items:flex-start;display:flex}.correct-answer-wrap .matching-type:not(:last-child){margin-bottom:12px}.correct-answer-wrap .text-image-type{align-items:center;display:flex}.correct-answer-wrap .text-image-type .image{margin-right:12px}.correct-answer-wrap img{max-width:32px;max-height:32px}.tutor-quiz-attempt-details img{width:100%}.tutor-quiz-attempt-details .tutor-icon-rounded{box-sizing:border-box;cursor:pointer;border-style:solid;border-width:1px;border-radius:3px;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:inline-flex;overflow:hidden}.tutor-quiz-attempt-details .tutor-icon-rounded:not(:hover){opacity:.8}.tutor-quiz-attempt-details tr td{vertical-align:middle}.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger{color:#cdcfd5!important;border-color:#cdcfd5!important}.tutor-quiz-attempt-details .explain-toggle{background:#f4f6f9;padding:4px;text-align:center!important}.tutor-quiz-attempt-details .explain-toggle button{margin:0;line-height:32px}@media (max-width:575.98px){.tutor-quiz-attempt-details .tutor-manual-review-wrapper{text-align:left}}.tutor-quiz-type-icon{color:#fff;text-align:center;vertical-align:middle;background-color:var(--tutor-color-primary);border-radius:4px;width:32px;height:32px;margin-right:8px;padding:0;font-size:20px;line-height:32px;display:inline-block}.rtl .tutor-quiz-type-icon{margin-left:8px;margin-right:0}.tutor-quiz-type-boolean{background-color:#3e64de}.tutor-quiz-type-single-choice{background-color:#00b890}.tutor-quiz-type-multiple-choices{background-color:#9034a9}.tutor-quiz-type-open-ended{background-color:#fe3129}.tutor-quiz-type-fill-blanks{background-color:#ffbf00}.tutor-quiz-type-short-answer{background-color:#f37512}.tutor-quiz-type-matching{background-color:#8a4a1b}.tutor-quiz-type-image-matching{background-color:#f37512}.tutor-quiz-type-image-answering{background-color:#a322f9}.tutor-quiz-type-ordering{background-color:#1b52d8}.tutor-instructor-note.tutor-quiz-attempt-note{background-color:rgba(var(--tutor-color-primary-rgb),.15);border:1px solid rgba(var(--tutor-color-primary-rgb),.4);border-radius:6px}.tutor-snackbar-wrapper{text-align:center;z-index:2147483647;-o-transition:all 1s;padding:0 15px;transition:all 1s;display:none;position:fixed;bottom:0;left:0;right:0}.tutor-snackbar-wrapper.tutor-snackbar-show{display:block}.tutor-snackbar-wrapper .tutor-btn-outline-primary{color:#fff}.tutor-snackbar-wrapper>div{text-align:initial;color:#fff;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:rgba(0,0,0,.66);border-radius:10px;margin:15px auto;padding:7px 14px;font-size:15px;display:inline-block;box-shadow:0 5px 30px rgba(58,57,132,.06)}.tutor-snackbar-wrapper>div>div{white-space:nowrap;margin:5px 0;display:inline-block}.tutor-snackbar-wrapper .tutor-snackbar-title-icon{color:#fff;vertical-align:middle;margin-right:13px;font-size:24px}.tutor-snackbar-wrapper .tutor-snackbar-close{cursor:pointer;padding:5px;font-size:12px;display:inline-block;color:#7a7a7a!important}.tutor-snackbar-wrapper p{color:#fff;margin:8px 45px 8px 0;font-size:16px;font-weight:400;display:inline-block}.tutor-cart-page{padding:80px 0}@media (max-width:575.98px){.tutor-cart-page{padding:40px 0}}.tutor-cart-page .tutor-cart-course-list{border:1px solid var(--tutor-border-color);border-radius:6px;flex-direction:column;gap:8px;display:flex}.tutor-cart-page .tutor-cart-course-item{align-items:stretch;gap:24px;padding:32px;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item{flex-direction:column;padding:16px}}.tutor-cart-page .tutor-cart-course-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb{border-radius:8px;width:160px;height:90px;overflow:hidden}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb{width:100%;height:auto}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb img{object-fit:cover;width:100%;height:100%}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title{flex-direction:column;gap:8px;display:flex}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title a{color:var(--tutor-body-color);text-decoration:none}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title a:hover{opacity:1}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info{align-items:center;gap:32px;margin:auto 0 0;padding:0;list-style:none;display:flex}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li{color:rgba(0,0,0,.6);font-size:13px;line-height:18px;position:relative}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:not(.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:last-child):before{content:"";background:#e3e6eb;border-radius:50%;width:10px;height:10px;position:absolute;top:4px;right:-20px}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:not(.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:last-child):after{content:"";background-color:#4b505c;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:-18px}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper{flex-direction:column;justify-content:space-between;align-items:end;margin-left:auto;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper{flex-direction:row;align-items:start;margin-left:0}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-course-price{color:var(--tutor-body-color);flex-direction:column;align-items:end;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-course-price{flex-direction:row;gap:8px}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-discount-price{color:#767c8e;font-size:13px;text-decoration:line-through}.tutor-cart-page .tutor-cart-summery{border:1px solid var(--tutor-border-color);border-radius:6px}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-top{border-bottom:1px solid var(--tutor-border-color);flex-direction:column;gap:16px;padding:32px;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-top{padding:16px}}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-bottom{padding:32px}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-bottom{padding:16px}}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-item{color:var(--tutor-body-color);justify-content:space-between;align-items:center;display:flex}.tutor-cart-page .tutor-cart-empty-state{border:1px solid var(--tutor-border-color);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;max-width:800px;margin:0 auto;padding:32px;display:flex}.tutor-cart-page .tutor-cart-empty-state p{color:var(--tutor-body-color);margin-bottom:24px;padding:0;font-size:24px;line-height:32px}.tutor-cart-page .tutor-cart-empty-state a{justify-content:center;width:280px}.tutor-checkout-page{padding:40px 0}.tutor-checkout-page select{text-indent:0;padding:0 10px;line-height:36px}.tutor-checkout-page input[type=text]{text-indent:0;padding:0 10px;line-height:36px}.tutor-checkout-page input[type=email]{text-indent:0;padding:0 10px;line-height:36px}.tutor-checkout-page .tutor-checkout-container{max-width:1032px;margin:0 auto}.tutor-checkout-page .tutor-checkout-details .tutor-checkout-details-inner{background-color:#fafafa;border-radius:5px;padding:24px 24px 12px}.tutor-checkout-page .tutor-checkout-detail-item{padding:24px 0}.tutor-checkout-page .tutor-checkout-detail-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}@media (max-width:575.98px){.tutor-checkout-page .tutor-checkout-detail-item{padding:16px}}.tutor-checkout-page .tutor-checkout-courses{flex-direction:column;gap:24px;display:flex}.tutor-checkout-page .tutor-checkout-course-item{color:var(--tutor-body-color);flex-direction:column;display:flex}.tutor-checkout-page .tutor-checkout-course-content{justify-content:space-between;align-items:start;gap:24px;display:flex}.tutor-checkout-page .tutor-checkout-course-thumb-title{grid-template-columns:56px 1fr;align-items:start;gap:8px;display:grid}.tutor-checkout-page .tutor-checkout-course-thumb-title img{border-radius:3px;max-width:100%;margin-top:6px}.tutor-checkout-page .tutor-checkout-enrollment-fee{justify-content:space-between;align-items:start;margin-top:16px;font-size:14px;display:flex}.tutor-checkout-page .tutor-checkout-course-plan-badge{color:#41454f;background-color:#f0f1f5;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;font-size:11px;font-weight:500;line-height:14px;display:inline-block}.tutor-checkout-page .tutor-checkout-course-title{margin:0;font-size:16px;font-weight:500;line-height:26px}.tutor-checkout-page .tutor-checkout-course-title a{color:var(--tutor-body-color);text-decoration:none}.tutor-checkout-page .tutor-checkout-course-title a:hover{opacity:1}.tutor-checkout-page .tutor-checkout-coupon-badge{color:#41454f;background-color:#f1f1f1;border-radius:4px;align-items:center;gap:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 6px;font-size:11px;line-height:16px;display:flex}.tutor-checkout-page .tutor-checkout-coupon-badge.tutor-has-delete-button{padding:10px 8px;font-size:13px;line-height:18px}.tutor-checkout-page .tutor-checkout-coupon-badge button{color:var(--tutor-color-hints);cursor:pointer;background-color:transparent;border:none;outline:none;padding:0;font-size:14px;display:flex}.tutor-checkout-page .tutor-checkout-discount-price{color:#767c8e;font-size:13px;text-decoration:line-through}.tutor-checkout-page .tutor-checkout-summary{flex-direction:column;gap:8px;display:flex}.tutor-checkout-page .tutor-checkout-summary-item{color:var(--tutor-body-color);justify-content:space-between;align-items:center;display:flex}.tutor-checkout-page .tutor-checkout-separator{color:var(--tutor-body-color);text-align:center;margin-top:16px;margin-bottom:16px;font-size:13px;line-height:18px;position:relative}.tutor-checkout-page .tutor-checkout-separator span{z-index:1;background-color:#f9fafc;padding:0 4px;position:relative}.tutor-checkout-page .tutor-checkout-separator:before{content:"";background-color:var(--tutor-border-color);width:100%;height:1px;position:absolute;top:8px;left:0}.tutor-checkout-page .tutor-payment-instructions{border:1px solid var(--tutor-border-color);white-space:pre-line;background-color:#fafafa;border-radius:6px;margin-top:16px;padding:16px}.tutor-checkout-page .tutor-apply-coupon-form{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px;padding:4px;display:flex}.tutor-checkout-page .tutor-apply-coupon-form input{width:100%;box-shadow:none;background-color:transparent;border:none;outline:none}.tutor-checkout-page .tutor-apply-coupon-form button{border:none;padding:4px 16px;font-size:13px;font-weight:500;line-height:24px}.tutor-checkout-page .tutor-show-tax-rates{color:var(--tutor-color-primary);cursor:pointer;background:0 0;border:0;outline:0}.tutor-checkout-page .tutor-show-tax-rates:hover{text-decoration:underline}.tutor-checkout-page .tutor-tax-breakdown-modal{z-index:99999;width:100%;height:100%;position:fixed;top:0;left:0}.tutor-checkout-page .tutor-tax-breakdown-modal__backdrop{z-index:1;background:rgba(22,22,22,.7);position:absolute;top:0;bottom:0;left:0;right:0}.tutor-checkout-page .tutor-tax-breakdown-modal__content{z-index:2;background-color:#fff;border-radius:6px;flex-direction:column;gap:16px;padding:24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px rgba(17,18,19,.12)}.tutor-checkout-page .tutor-tax-breakdown-modal__header{justify-content:space-between;display:flex}.tutor-checkout-page .tutor-tax-breakdown-modal__header button{color:#9197a8;cursor:pointer;background:0 0;border:0;outline:0;width:32px;height:32px}.tutor-checkout-page .tutor-tax-breakdown-modal__header h6{font-size:1rem}.tutor-checkout-page .tutor-tax-breakdown-modal__item{grid-template-columns:2fr 1fr 1fr;display:grid}.tutor-checkout-page .tutor-tax-breakdown-modal__item>span{font-size:.875rem}.tutor-checkout-page .tutor-tax-breakdown-modal__item>span:not(:first-of-type){text-align:right;font-weight:600}.tutor-checkout-page .tutor-checkout-spinner{padding:0;position:absolute;top:12px;right:0}.tutor-checkout-page .tutor-plan-trial-price{background-color:#f5fbf7;border-radius:4px;justify-content:space-between;align-items:start;padding:8px;display:flex}.tutor-checkout-page .tutor-plan-trial-price .tutor-plan-trial-icon-wrapper{align-items:center;gap:4px;display:flex}.tutor-checkout-billing .tutor-billing-fields .tutor-form-label{display:none}.tutor-checkout-billing .tutor-billing-fields .tutor-mb-16{margin:0!important}.tutor-checkout-billing .tutor-billing-fields .tutor-form-control{border-radius:0;height:40px}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:not(:last-of-type) .tutor-form-control{border-bottom:none!important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-left-radius:6px}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:last-of-type .tutor-form-control{border-bottom-right-radius:6px;border-bottom-left-radius:6px}@media (min-width:992px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-sm-6:nth-of-type(odd) .tutor-form-control{border-right:none!important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:nth-of-type(2) .tutor-form-control{border-top-right-radius:6px}}@media (min-width:576px) and (max-width:767px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-sm-6:nth-of-type(odd) .tutor-form-control{border-right:none!important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:nth-of-type(2) .tutor-form-control{border-top-right-radius:6px}}@media (min-width:768px) and (max-width:991px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-right-radius:6px}}@media (max-width:575px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-right-radius:6px}}.tutor-checkout-payment-options{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px;flex-direction:column;display:flex}.tutor-checkout-payment-options .tutor-checkout-payment-item{cursor:pointer;background-color:transparent;border:none;align-items:center;gap:12px;margin:0;padding:16px;line-height:24px;display:flex}.tutor-checkout-payment-options .tutor-checkout-payment-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-checkout-payment-options .tutor-checkout-payment-item .tutor-payment-item-content{color:#212529;gap:6px;width:100%;font-size:16px;font-weight:600;display:flex}.tutor-checkout-payment-options .tutor-checkout-payment-item .tutor-payment-item-content img{max-width:24px}.tutor-checkout-payment-options .tutor-checkout-payment-item.active{background-color:#e9edfb;border-color:transparent;box-shadow:0 0 0 1px #7391f0}.tutor-checkout-payment-options .tutor-checkout-payment-item.active:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-checkout-payment-options .tutor-checkout-payment-item.active:last-of-type{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.tutor-checkout-payment-options .tutor-alert{margin:-1px}.tutor-order-status-wrapper{text-align:center;border-radius:24px;flex-direction:column;justify-content:space-between;align-items:center;gap:32px;max-width:450px;min-height:400px;margin:80px auto;padding:48px 32px 32px;display:flex;box-shadow:0 4px 4px rgba(0,0,0,.06),0 0 6px rgba(0,0,0,.08)}.tutor-order-status-wrapper .tutor-btn{padding-left:24px;padding-right:24px;font-size:15px;font-weight:500}.tutor-display-none{display:none}.tutor-page-wrap{width:100%}